/*
Theme Name: Divi child theme
Template: hutchinson
*/
@import url("../hutchinson/style.css");

/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER DIVI THEME CSS RULES */

.rev_slider ul{
	padding:0 !important;
}
.tp-caption a{
	color:#fff !important;
}
.red{
	color:#6f132b;
}
.red-background{
	background:#6f132b !important;
}
.red-border{
	border:1px solid #6f132b;
}
.darkgray{
	color:#231f20;
}
#main-header{
	border-top:10px solid #231f20;
}
#et-top-navigation{
	padding:0 !important;
}
.right_header{
	float: right;
    position: relative;
    z-index: 100;
    margin: 20px 0 30px;
}
.right_header span{
	display:inline-block;
}
.right_header .header_phone{
	margin-left:10px;
}
#top-menu-nav{
	clear:both;
	float:right;
}
.btn{
	color:#fff;
	background:#6f132b;
	padding:0 20px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	height: 36px;
    line-height: 36px;
    display: inline-block;
}
.btn-clear{
	background:none;
	color:#6f132b;
	display:inline-block;
}
.btn:hover{
	opacity:0.8;
}
#logo{
	max-height:70px !important;
}

/* Testimonials */

.testimonial_slideri{
	text-align:center !important;
	height:auto !important;
}
.testimonial_by_wrap .testimonial_by_inner{
	margin-left:0 !important;
}
.testimonial_slider__textonly .testimonial_content_wrap:before{
	display:none;
}
.testimonial_content:before{
    content: "\f10d";
    font-family: fontawesome;
    font-size: 30px;
    color: #6f132b;
	border:1px solid #6f132b;
	width:70px;
	height:70px;
	line-height:70px;
	background:#ffebeb;
	display:block;
	margin: 0 auto 20px;
	border-radius:200px;
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
}
.testimonial_slider__textonly .testimonial_nav .inner_nav a{
	border-radius:100% !important;
}
.testimonial_content{
	max-width:800px;
}
.testimonial_slider__textonly .testimonial_by_wrap .testimonial_by{ 
	text-transform: capitalize !important;
}

/* Testimonial Page */
.page-id-45 .testimonial_content, .page-id-45 .testimonial_site{
	font-size:17px !important;
	color:#171717 !important;
}
.page-id-45 .testimonial_content:before{
	background:none;
}
/**/

.check_list{
	padding-left:0;
}

.check_list li{
	clear:both;
	position:relative;
	padding-left:50px;
	list-style:none;
	min-height:70px;
}
.check_list li:before{
    content: "\f00c";
    font-family: fontawesome;
    font-size: 16px;
    color: #6f132b;
	border:1px solid #6f132b;
	width:30px;
	height:30px;
	line-height:30px;
	background:#ffebeb;
	border-radius:200px;
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
	text-align:center;
	position: absolute;
    left: 0;
}

#buildingprocess .et_pb_blurb_container{
	padding: 65px 20px 20px;
    border: 1px solid #6f132b;
    margin-top: -45px;
	min-height:350px;
}
#buildingprocess .et_pb_main_blurb_image{
	margin-bottom:0;
}
.check-list{
	font-size:16px;
	
	padding-left:0;
}
.check-list li{
	list-style:none;
	color:#171717;
}
.widget-details{
	margin-bottom:15px;
}
.widget-details h4{
	font-size:16px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea{
	width: 100%;
    padding: 15px;
    border-radius: 6px;
}
.wpcf7-captchar{
	max-width: calc(100% - 89px);
	max-width: -moz-calc(100% - 89px);
	max-width: -webkit-calc(100% - 89px);
}
.wpcf7 input[type=submit]{
	color: #fff;
    background: #6f132b;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}
.wpcf7 input[type=submit]:hover{
	opacity:0.8;
}

.show_mobile{
	display:none;
}
.footer-widget .et_pb_widget{
	width:100%;
}
.footer-widget h4{
	padding: 15px 10px;
    margin-bottom: 20px;
    font-weight: bold;
    background: url(http://hutchinsonconstructions.com.au/wp-content/uploads/2016/02/separator.jpg) right;
    text-transform: uppercase;
    color: #fff !important;
}
.footer-widget strong{
	color:#999;
}
.footer-widget .footer-details{
	margin-bottom:5px;
}
.footer-widget a{
	color:#ffffff;
}
#footer-widgets .footer-widget li{
	list-style:none;
	padding-left:0;
}
#footer-widgets .footer-widget li:before {
    content: "\f18e";
    font-family: fontawesome;
    position: relative;
    top: initial;
    left: initial;
    border: 0;
    padding-right: 10px;
    color: #999;
}
.footer-widget i{
	font-size: 40px;
	color:#999;
}
.footer-widget .footer-details:last-child{
	margin-top:10px;
}
.fa-facebook-square:hover{
	color:#3B5998;
}


.footer-info{
	color:#fff;
	font-size:12px;
}
.footer-info a{
	color:#ccc;
}
.footer-info a:hover{
	opacity:0.8;
}
.footer-info{
	float:left;
	width:70%;
}
.footer-right{
	float:right;
	width:30%;
	text-align:right;
}


@media only screen and (max-width: 767px){
	.testimonial_slider__textonly .testimonial_content{
		width:100% !important;
	}
	.show_desktop{
		display:none !important;
	}
	.show_mobile{
		display:inline;
	}
	.footer-info{
		width:100%;
		text-align:center;
		float:none;
	}
}
@media only screen and (max-width:480px){
	.et_header_style_left .logo_container{
		top:15px;
	}
	#et-top-navigation{
		float:none;
	}
	.right_header{
		margin: 20px auto;
		text-align: center;
		float:none;
	}
}


