/*
THEME NAME: RitePrice
THEME URI: http://www.yarraweb.com/
DESCRIPTION: Custom Wordpress Theme
VERSION: 1.0
AUTHOR: <a href="http://www.yarraweb.com/">YarraWeb</a>
AUTHOR URI: http://www.yarraweb.com/
*/

@import "reset.css";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #828282;
}

a {
	color: #010101;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 100%;
}

.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#header {
	width: 100%;
	padding: 10px 0 0;
}

#logo {
	width: 30%;
	float: left;
}

#logo img {
	max-width: 100%;
	display: block;
	height: auto;
}

#menu {
	width: 65%;
	float: right;
	padding-top: 45px;
}

#menu ul {
	float: right;
}

#menu ul li {
	float: left;
	position: relative;
	padding: 5px 0;
}

#menu ul li a {
	padding: 10px 18px;
	display: block;
	color: #828282;
	font-size: 16px;
	text-transform: uppercase;
}

#menu ul li:hover a, #menu ul li a:hover, #menu ul li.current-menu-item a {
	color: #010101;
}

#menu ul li ul {
	min-width: 200px;
	width: auto;
	position: absolute;
	display: none;
	top: auto;
	z-index: 99999;
	left: 0;
	text-align: left;
}

#menu ul li:hover > ul {
	display: block;
}

#menu ul li ul li {
	display: block;
	padding: 0;
	float: none;
}

#menu ul li ul li a, #menu ul li:hover ul li a {
	padding: 12px;
	background: #d6d8d9;
	color: #828282;
	line-height: 1.1;
	white-space: nowrap;
	display: block;
}

#menu ul li ul li a:hover {
	background: #babdbe;
	color: #FFFFFF;
}

#container {
	width: 100%;
}

#content-wrap {
	padding: 40px 0 10px;
}

.single #content-wrap {
	padding-bottom: 30px;
}

.images {
	overflow: hidden;
}

.images li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.images li:nth-child(3n+3) {
	margin-right: 0;
}

.image-inner {
	position: relative;
}

.image-img img {
	width: 100%;
	display: block;
	height: auto;
	/* filter: gray;
	filter: grayscale(1);
	-webkit-filter: grayscale(1); */
}

.image-img.hovered img {
	/* filter: none;
	-webkit-filter: grayscale(0); */
}

.image-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
}

.image-link a {
	display: block;
	position: absolute;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	font-weight: 700;
	height: 100%;
	text-shadow: 1px 1px 1px #000000;
}

.image-link a span {
	position: relative;
	top: 50%;
	margin-top: -20px;
	display: inline-block;
}

.post-title, .post-content h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.3;
}

.single .post-title {
	margin-bottom: 10px;
	font-size: 22px;
}

.single .blog-meta {
	margin-bottom: 15px;
}

.post-content h3 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.3;
}

.post-content p {
	line-height: 1.8;
	margin-bottom: 20px;
}

.post-content p:last-child {
	margin-bottom: 0;
}

.wpb_text_column p {
	line-height: 1.5;
    margin-bottom: 12px;
}

.wpb_text_column p:last-child {
	margin-bottom: 0;
}

#comment-wrap {
	padding-top: 40px;
}

#comment-wrap h2 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.3;
}

.comment-wrap {
	overflow: hidden;
	margin-bottom: 15px;
}

.comment-wrap label {
	display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 1.8;
    width: 12%;
}

.comment-wrap label span {
	color: #FF0000;
}

.comment-wrap input, .comment-wrap textarea {
	width: 87%;
	float: right;
	padding: 6px;
	border: 1px solid #cccccc;
}

#respond-wrap form {
	overflow: hidden;
}

#respond-wrap input[type="submit"] {
	background: #333333;
	color: #EEEEEE;
	cursor: pointer;
	border: 0;
	padding: 10px 30px;
	float: right;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0 !important;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px !important;
}

.aligncenter {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}

.blog-posts {
	border-top: 1px solid #d6d8d9;
    margin-top: 30px;
    padding-top: 40px;
}

.blog-posts li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d6d8d9;
	overflow: hidden;
}

.blog-posts li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.blog-posts li .blog-post {
	border-right: 1px solid #d6d8d9;
    float: left;
    padding-right: 2%;
    width: 50%;
}

.blog-posts li .blog-post:last-child {
	border: 0 none;
    float: right;
    padding-right: 0;
    width: 47%;
}

.blog-left {
	width: 30%;
	float: left;
}

.blog-left img {
	border: 1px solid #dadad8;
	padding: 5px;
	max-width: 100%;
	display: block;
	height: auto;
}

.blog-right {
	width: 67%;
	float: right;
}

.post-content .blog-right h2 {
	margin-bottom: 5px;
}

.blog-meta {
	background: url('images/calendar.png') no-repeat left center;
	padding-left: 20px;
	color: #828282;
	font-size: 13px;
	margin-bottom: 12px;
}

#footer {
	padding: 20px 0;
	border-top: 1px solid #d6d8d9;
}

#footer p span {
	color: #010101;
}

#mobile-slide {
	display: none;
	float: right;
}

#mobile-slide a {
	color: #010101;
	display: block;
    font-size: 20px;
	padding: 30px;
	position: relative;
}

.mobile-clear {
	display: none;
	clear: both;
}

.icon-bar {
	position: absolute;
    right: 0;
    top: 25px;
}

.icon-bars {
    position: relative;
    transition: transform 0.3s ease-in 0s, background-color 0.2s ease 0s;
}

.icon-bars, .icon-bars::after, .icon-bars::before {
    background-color: #111111;
    display: block;
    height: 0.142857em;
    width: 2rem;
}

.menu-opened .icon-bars {
    background-color: #111111;
    transform: rotate3d(0, 0, 1, 135deg);
    transition: transform 0.3s ease-in 0.2s, background-color 0.2s ease 0s;
}

.menu-opened .icon-bars::after, .menu-opened .icon-bars::before {
    background-color: #111111;
    top: 0;
    transform: rotate3d(0, 0, 1, 90deg);
    transition: top 0.2s ease-in 0s, transform 0.3s ease-in 0.2s, background-color 0.2s ease 0s;
}

.icon-bars::after, .icon-bars::before {
    content: "";
    left: 0;
    position: absolute;
    transition: top 0.3s ease-in 0.3s, transform 0.3s ease-in 0s, background-color 0.2s ease 0s;
}

.icon-bars::after {
    top: -9px;
}

.icon-bars::before {
    top: 9px;
}

#map {
	width: 100%;
	height: 350px;
	margin-bottom: 25px;
}

.contact {
	padding: 30px 0 40px;
}

.cleft {
	width: 38%;
	float: left;
}

.cright {
	width: 58%;
	float: right;
}

.cdwrap {
	margin-bottom: 35px;
}

.cdleft {
	width: 11%;
	float: left;
}

.img {
	border: 1px solid #d6d8d9;
	padding: 13px 11px;
	border-radius: 50%;
	overflow: hidden;
}

.img img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}

.cdright {
	width: 85%;
	float: right;
}

.cdright p {
	font-size: 15px;
	line-height: 1.4;
}

.cdright strong {
	font-weight: 400;
	display: block;
	color: #000000;
}

.contact-wrap {
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.contact-wrap label {
	width: 15%;
	float: left;
	font-size: 15px;
	display: block;
	color: #000000;
	line-height: 2.3;
}

.contact-wrap.quote-request label {
	width: 20%;
}

.contact-wrap span {
	float: right;
	width: 85%;
	display: inline-block;
}

.contact-wrap.quote-request span {
	width: 78%;
}

.contact-wrap span input[type="text"], .contact-wrap span input[type="email"], .contact-wrap span textarea {
	border: 0;
	background: #EEEEEE;
	padding: 8px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 15px;
	width: 100%;
}

.contact-wrap.quote-request span.wpcf7-radio {
	width: 100%;
	float: none;
	padding-top: 10px;
}

.contact-wrap.quote-request span.wpcf7-radio span {
	float: left;
	margin-right: 20px;
	width: auto;
}

.contact-wrap.quote-request span.wpcf7-radio span input {
	float: left;
	margin: 0 10px 0 0;
}

.contact-wrap span textarea {
	height: 90px;
}

.submit-wrap input {
	background: url('images/submit.png') no-repeat 70px center;
	border: 0;
	cursor: pointer;
	color: #000000;
	font-size: 16px;
	padding: 7px 50px 7px 0;
}
.submit-wrap input:hover {
	background-color: rgba(200, 200, 200, 0.1);
	border-radius: 6px;
}

.about-gallery .wpb_image_grid_ul {
	text-align: center !important;
}

.about-gallery .isotope-item {
	position: static !important;;
	display: inline-block !important;
	float: none !important;
}

@media screen and (max-width : 1050px) {
	#wrapper {
		padding: 0 20px;
	}
}

@media screen and (max-width : 900px) {
	.images li, .images li:nth-child(3n+3) {
		width: 49%;
		margin-right: 0;
	}

	.images li:nth-child(2n+2) {
		float: right;
	}
}

@media screen and (max-width : 767px) {
	#header {
		padding: 20px 0;
	}

	#menu ul li a {
		padding: 10px 18px;
	}
	
	#content-wrap {
		padding: 30px 0 10px;
	}

	#footer {
		text-align: center;
	}

	.post-title {
		text-align: center;
	}

	.single .post-title {
		text-align: left;
	}

	.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
		padding: 10px 15px !important;
	}

	.blog-left {
		margin: 0 20px 20px 0;
	}

	.blog-right {
		float: none;
		width: 100%;
	}

	.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
		margin-bottom: 10px !important;
	}

	.comment-wrap label, .comment-wrap input, .comment-wrap textarea {
		display: block;
		float: none;
		width: 100%;
	}

	.contact-wrap.quote-request label, .contact-wrap.quote-request span {
		display: block;
		float: none;
		width: 100%;
	}

	.contact-wrap.quote-request span.wpcf7-radio span {
		float: none;
		margin: 0;
		padding-bottom: 14px;
	}

	.contact-wrap.quote-request span.wpcf7-radio span:last-child {
		padding-bottom: 0;
	}

	.contact-wrap.quote-request span.wpcf7-radio span span {
		display: inline-block;
	}
}

@media screen and (max-width : 640px) {
	.images li, .images li:nth-child(3n+3) {
		width: 48%;
	}

	.blog-left {
		display: none;
	}

	.blog-left img {
		margin: 0 auto;
	}

	.cleft, .cright, .contact-wrap label, .contact-wrap span {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width : 480px) {
	#menu {
		display: none;
	}

	#mobile-slide {
		display: block;
	}

	.mobile-clear {
		display: block;
	}

	#menu {
		border: 0;
		padding-top: 20px;
		float: none;
		width: 100%;
	}

	#menu ul {
		float: none;
	}

	#menu ul li {
		display: block;
		padding: 0;
		float: none;
	}

	#menu ul li a {
		padding: 16px 10px;
		color: #010101;
		border-bottom: 1px solid #d6d8d9;
		position: relative;
		text-align: center;
	}

	#menu ul li ul, #menu ul li:hover ul {
		display: none;
		position: static;
	}

	#menu ul li ul li a {
		text-align: center;
	}

	#menu ul li.menu-item-has-children > a:after {
		color: #666666;
		content: "+";
		font-size: 30px;
		font-weight: normal;
		line-height: 10px;
		padding-left: 5px;
		position: absolute;
		right: 10px;
		top: 20px;
	}

	#menu ul li.menu-item-has-children.opened > a:after {
		content: '-';
	}

	.mobile-block {
		display: block;
		margin-top: 10px;
	}

	.alignleft, .alignright {
		margin: 15px auto !important;
		display: block;
		height: auto;
		max-width: 100%;
		float: none;
	}

	.image-link a {
		font-size: 22px;
	}
}

@media screen and (max-width : 414px) {
	.blog-posts li {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.blog-posts li .blog-post, .blog-posts li .blog-post:last-child {
		float: none;
		width: 100%;
		padding: 0 0 20px;
		border: 0;
		border-bottom: 1px solid #d6d8d9;
		margin-bottom: 30px;
	}

	.blog-posts li:last-child .blog-post:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}
}