/*   
Theme Name: ACORN
Theme URI: http://acorn.yellingmule.com
Description: Custom Theme For Acorn.
Author: Yelling Mule
Author URI: http://www.yellingmule.com
Version: 1.0
*/
html, body{
	font-family:'Lato', sans-serif;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
a:hover, a:focus, a:visited, a:active{
	text-decoration:none;
}

.green{
	color:#075621;
	background:rgba(7,86,33,1);
}
.orange{
	color:#cb7c00;
	background:rgba(203,124,0,0.1);
}
.clearfix{
	clear:both;
	display:block;
}
.clearfix_desktop{
	clear:both;
	display:block;
}

/*BUTTONS*/
.orange_button, .green_button{
	display:inline-block;
	padding:1rem 3rem;
	text-transform:uppercase;
	color:white;
	font-size:16px;
	border:none;
}
.orange_button{
	background:#cb7c00;
}
.orange_button:hover{
	background:#985e03;
	color:white;
}
.green_button{
	background:#075621; 
}
.green_button:hover{
	background:#05862f;
	color:white;
}
/*select.outline_button{
	-moz-appearance:none;
	-webkit-appearance:none;
	border:2px solid white;
	padding:1rem;
	text-transform:uppercase;
	border-radius:0;
	background:transparent;
	padding-right:8rem;
	display:block;
	width:215px;
}
select.outline_button > option{
	text-transform:none;
}*/


/*HEADER*/



/*WP class align*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
        white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}



/*WP-align end*/





.header{
	height:200px;
	position:fixed;
	z-index:1000;
	width:100%;
	font-size:16px;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.header_logo a{
	display:block;
	padding:1rem 0;
	height:150px;
}
.header_logo img{
	height:100%;
	width:auto;
	image-rendering:crisp-edges;
}
.header_right{
	text-align:right;
	padding:2rem 0;
}
.header_right_top{
	list-style:none;
	margin:0;
	padding:0;
}
.header_right_top li{
	display:inline-block;
}
.header_right_top .green_button{
	padding:1rem 1.5rem;
	color:white;
}
.header_right_top a{
	color:#b7b7b7;
	margin-left:1rem;
}
.header_right_top a:hover{
	color:white;
}
.header_nav{
	list-style:none;
	margin:0;
	padding:0;
}
.header_nav li{
	display:inline-block;
}
.header_nav li a{
	color:white;
	padding:1rem;
	display:block;
}
.header_nav li a:hover, .header_nav li.active a, .header_nav li:hover > a{
	color:#cb7c00;
}
.header_nav li a i{
	color:#cb7c00;
}
.sub-menu{
	display:none;
	list-style:none;
	margin:0;
	padding:0 0 0.5rem;
	position:absolute;
	text-align:left;
	font-size:14px;
	width:200px;
	background:#075621;
}
.sub-menu li{
	display:block;
}
.sub-menu li a{
	padding:0.5rem 1rem;
	color:white;
	display:block;
}
.sub-menu li a:hover{
	color:white;
	background:#cb7c00;
}
.header_scrolled{
	background:black;
	height:94px;
	border-bottom:3px solid #075621;
}
.header_scrolled .header_logo a{
	height:94px;
	padding:1rem 0;
	display:inline-block;
}
.header_scrolled .header_logo img{
	height:100%;
	width:auto;
}
.header_scrolled .header_right{
	padding:1rem 0;
}
.header_mobile_button{
	display:none;
	font-size:24px;
	color:white;
	float:right;
	margin-top:-10rem;
	cursor:pointer;
}
.header_nav li.active .sub-menu li a{
	color:white;
}

/*HERO*/
.hero, .hero_slider, .hero_slide{
	height:97vh;
}
.hero{
	width:100%;
	overflow:hidden;
	position:relative;
}
.hero_slide{
	width:100%;
	position:relative;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.hero_slide#hero_slide_01{
	/*background-image:url(../img/hero-01.jpg);*/
	background-image:url(https://www.deckhouse.com/wp-content/uploads/2017/05/hero-01.jpg);
}
.hero_slide#hero_slide_02{
	/*background-image:url(../img/hero-02.jpg);*/
	background-image:url(https://www.deckhouse.com/wp-content/uploads/2017/05/hero-02.jpg);
}
.hero_slide#hero_slide_03{
	/*background-image:url(../img/hero-03.jpg);*/
	background-image:url(https://www.deckhouse.com/wp-content/uploads/2017/05/hero-03.jpg);
}
.hero_slide#hero_slide_04{
	/*background-image:url(../img/hero-04.jpg);*/
	background-image:url(https://www.deckhouse.com/wp-content/uploads/2017/05/hero-04.jpg);
}
.hero_slide_caption{
	bottom:0;
	color:white;
	position:absolute;
	text-align:center;
	width:100%;
}
.hero_slide_caption ul{
	list-style:none;
	margin:0;
	padding:0;
}
.hero_slide_caption ul li{
	display:inline-block;
}
.hero_slide_caption ul li::after{
	content:'|';
	margin:0 1rem;
}
.hero_slide_caption ul li:last-child::after{
	content:none;
}
.hero_slider_dots .slick-dots{
	bottom:0;
	font-size:14px;
}
.hero_slider_dots .slick-dots li.slick-active button:before{
	color:white;
}
.hero_bottom{
	position:absolute;
	bottom:0;
	width:100%;
	height:auto;
	background:rgba(0,0,0,0.5);
	color:white;
	padding:2rem 0;
}
.hero_bottom h1{
	font-family:'Lora', serif;
	margin:0;
}
.hero_bottom p{
	font-size:16px;
	margin:0;
}
.hero_button{
	float:right;
	margin:1rem 0;
}

/*CONTENT BLOCKS*/
.content{
	padding:4rem 0;
}
.content_grey{
	background:#f1f1f1;
}
.content_centered{
	text-align:center;
}
.content_centered h2{
	text-align:left;
}
.content_intro h4{
	font-family:'Lato', sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:1.2;
}
.content h2{
	margin:0;
	color:#075621;
}
.content h2.noline{
	margin:4rem 0 0;
}
.content h2.noline::after{
	content:none;
}
.content h2::after{
	content:'';
	display:block;
	width:100%;
	height:3px;
	background:#075621;
	margin:1rem 0;
}
.content h3{
	color:#075621;
}
.content p{
	font-size:16px;
}
.content_button{
	text-align:center;
	margin-top:2rem;
}
.content_background{
	background-size:cover;
	background-position:center;
	position:relative;
	padding:0;
}
.content_background_overlay{
	background:rgba(0,0,0,0.4);
	position:absolute;
	height:100%;
	width:100%;
}

/*HOME - BRANDS*/
.brands{
	margin:3rem 0;
	position:relative;
}
.brand{
	width:100%;
	position:relative;
	margin-bottom:3rem;
	-webkit-transition-duration:1s;
	transition-duration:1s;
}
.brand_link{
	display:block;
}
.brand_photo{
	position:relative;
	width:100%;
	padding-bottom:70%;
	overflow:hidden;
	margin-bottom:3rem;
}
.brand_photo img{
	position:absolute;
	height:100%;
	width:auto;
	top:0;
	left:-9999px;
	right:-9999px;
	bottom:0;
	margin:auto;
}
.brand_icon{
	width:70px;
	height:70px;
	position:absolute;
	bottom:1rem;
	right:1rem;
}
.brand_icon img{
	width:100%;
}
.brand:hover{
	z-index:999;
	position:absolute;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	margin:auto;
	margin-left:-15px;
}
.brand:hover::after{
	content:'';
	display:block;
	clear:both;
}
.brand_gallery:hover{
	width:auto;
	left:initial;
	position:relative;
}
.brand_gallery .brand_overlay{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(7,86,33,0.6);
	color:white;
	top:0;
	padding:3rem;
	text-align:center;
	-webkit-transition:background 0.5s;
	transition:background 0.5s;
}
.brand.brand_gallery:hover .brand_overlay{
	background:rgba(7,86,33,0.8);
}
.brand.brand_gallery .brand_photo{
	margin-bottom:0;
}
.brand_overlay{
	display:none;
}
.brand:hover .brand_overlay{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(7,86,33,0.8);
	color:white;
	top:0;
	padding:1rem;
	margin-bottom:3rem;
}
.brand:hover .brand_overlay::after{
	content:'';
	display:block;
	clear:both;
}
.brand_overlay::after{
	content:'';
	display:block;
	clear:both;
}
.brand_overlay img{
	height:50px;
	width:auto;
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999;
}
.brand:hover .brand_overlay p{
	transition-duration:0s;
	font-size:14px;
}
.brand_overlay p::before{
	content:'';
	display:block;
	width:100%;
	height:3px;
	background:white;
	margin:1rem 0;
}
.brand_overlay h5{
	font-size:14px;
	margin:2rem 0 0;
	font-weight:400;
	position:absolute;
	bottom:2rem;
	right:2rem;
	text-transform:uppercase;
}
.brand_overlay h5:hover{
	font-weight:500;
	font-family:'Montserrat', sans-serif;
}
.brand_overlay h4{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	width:150px;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	margin:0 auto;
	line-height:1.2;
	border:1px solid white;
	padding:1rem 0;
}

/*HOME - PROCESS*/
.process_step{
	width:100%;
	padding-bottom:70%;
	position:relative;
	text-align:center;
	margin:0 auto 2rem;
}
.process_step a{
	display:block;
	color:black;
}
.process_step img{
	position:absolute;
	width:60%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	-webkit-transition-duration:1s;
	transition-duration:1s;
}
.process_step a:hover img{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.process_step p{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	font-family:'Montserrat', sans-serif;
	font-size:20px;
	margin:0;
}
.process_step p span{
	width:28px;
	height:28px;
	background:#cb7c00;
	color:white;
	border-radius:50%;
	display:inline-block;
	margin-right:1rem;
}

/*FOOTER*/
.footer{
	background:black;
	padding:3rem 0;
	border-top:3px solid #075621;
}
.footer h4{
	color:#C0DCCE;
	margin:0;
}
.footer h4::after{
	content:'';
	display:block;
	width:100%;
	height:2px;
	background:#C0DCCE;
	margin:1rem 0;
}
.footer_list{
	list-style:none;
	margin:0;
	padding:0;
}
.footer_list li{
	margin:0.25rem 0;
}
.footer_list li a{
	color:white;
}
.footer_list li a:hover{
	color:#cb7c00;
}
.footer_social{
	list-style:none;
	margin:0;
	padding:0;
	font-size:32px;
}
.footer_social li{
	display:inline-block;
	margin:0 0.25rem;
}
.footer_social li a{
	color:#cb7c00;
	font-size: 40px;
}
.footer_social li a:hover{
	color:#985e03;
}
.footer_logo{
	width:100%;
}
.footer_logo img{
	width:100%;
}
.footer_logo a{
	display:block;
}
.footer_copyright{
	color:#b7b7b7;
	font-size:12px;
	margin-top:3rem;
}

/*TITLE BAR*/
.title_bar{
	height:350px;
	width:100%;
	position:relative;
	background-size:cover;
	background-position:center center;
	text-align:center;
}
.title_bar h1{
	color:white;
	position:absolute;
	font-size:60px;
	top:60%;
	left:0;
	right:0;
	-webkit-transform:translate(0,-60%);
	transform:translate(0,-60%);
	font-family:'Lora', serif;
	font-weight:normal;
	text-shadow:0 0 10px black;
}
.title_bar_bottom{
	position:relative;
	width:100%;
	height:auto;
	background:black;
	color:white;
	padding:2rem 0;
}
.title_bar_bottom h3{
	margin:0.5rem 0;
}
.title_bar_bottom p{
	font-size:16px;
	margin:0;
	font-weight:300;
}
.title_bar_button{
	float:right;
	margin:1rem 0;
	position:relative;
	display:block;
	width:100%;
}
.title_bar_button::after{
	content:'\f107';
	font-family:'FontAwesome';
	color:#cb7c00;
	display:inline-block;
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	padding:1rem;
	-webkit-pointer-events:none;
	pointer-events:none;
	font-size:18px;
}
.title_bar_button .trigger, .title_bar_button .activetrigger{
	background:transparent;
	width:100%;
	display:block;
	color:white;
	border:2px solid white;
	text-transform:uppercase;
	font-size:14px;
}


.title_bar_dropdown{
}
.title_bar_dropdown a{
	display:block;
	padding:1rem;
	color:white;
	text-transform:uppercase;
	border:2px solid white;
}

.title_bar_dropdown ul{
	display:none;
	background:#075621;
	position:absolute;
	width:100%;
	border:none;
	padding:0;
	margin:0;
	list-style:none;
	z-index:999;
}
.title_bar_dropdown ul li{
	padding:0;
	display:block;
}
.title_bar_dropdown ul li a{
	color:white;
	padding:0.5rem 1rem;
	display:block;
	font-size:14px;
	text-transform:none;
	border:none;
}
.title_bar_dropdown ul li:hover{
	background:none;
}
.title_bar_dropdown ul li:hover a{
	background:#cb7c00;
	color:white;
}


/*ABOUT PAGE*/
.about_content{
	margin-top:125px;
	margin-bottom:300px;
	background-attachment:fixed;
	height:300px;
}
.about_content#last{
	margin-bottom:200px;
}
.about_content::after{
	content:'';
	display:block;
	clear:both;
}
.about_section{
	background:#f1f1f1;
	padding:20px;
	height:250px;
	position:relative;
	clear:both;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.about_section_top{
	margin-top:-125px;
}
.about_section_bottom{
	margin-top:50px;
}
.about_section_photo{
	width:100%;
	height:210px;
	overflow:hidden;
	position:relative;
}
.about_section_photo img{
	position:absolute;
	min-height: 100%;
    min-width: 100%;
    max-width: 400px;
	top:-9999px;
	left:-9999px;
	right:-9999px;
	bottom:-9999px;
	margin:auto;
}
.about_section_content{
	position:relative;
	height:210px;
}
.about_section_content h3{
	margin:0;
}
.about_section_content h3::after{
	content:'';
	width:100%;
	height:3px;
	display:block;
	margin:1rem 0;
	background:#cb7c00;
}
.about_section_button{
	position:absolute;
	bottom:0;
	right:0;
}

/*PROCESS PAGE*/
.process_content{
	border-top:3px solid #075621;
}
.process_content .process_section:nth-of-type(odd){
	background-position: 100% center;
}
.process_content .process_section:nth-of-type(even){
	background-position: 0 center;
}
.process_section .container{
	height:100%;
	position:relative;
}
.process_section{
	height:200px;
	position:relative;
    background-size: 50%;
    background-repeat: no-repeat;
}
.process_section_icon{
	width:100px;
	height:100px;
	position:relative;
	float:left;
	margin:2rem 0;
}
.process_section_icon img{
	width:100%;
	margin:auto;
	position:absolute;
	top: 0;
    left: 0;
}
.process_section_icon h2{
	text-align:center;
	font-size:52px;
	position:relative;
	z-index:1;
	color:#075621;
}
.process_section_text{
	float:right;
	width:75%
}
.process_section_text h3{
	margin:0;
}
.process_section_text a{
	text-transform:uppercase;
	font-weight:bold;
	color:black;
}
.process_section a i{
	color:#cb7c00;
}
.process_section_text a:hover{
	color:#cb7c00;
}
.process_section_content{
	height:100%;
}
.process_section_text{
	padding:3rem 0;
}

/*PORTFOLIO PAGE*/
.portfolio_item{
	width:100%;
	padding-bottom:70%;
	position:relative;
	overflow:hidden;
	text-align:center;
	margin-bottom:3rem;
}
.portfolio_item_link{
	display:block;
}
.portfolio_item img{
	min-height:100%;
	min-width:100%;
	max-width:600px;
	position:absolute;
	top:-9999px;
	left:-9999px;
	right:-9999px;
	bottom:-9999px;
	margin:auto;
}
.portfolio_label{
	position:absolute;
	bottom:0;
	padding:1.5rem 2rem;
	width:100%;
	color:white;
	text-align:left;
	background:rgba(0,0,0,0.5);
	transition-duration:1s;
}
.portfolio_label h3{
	color:white;
	font-size:18px;
	margin:0;
}
.project_details{
	display:none;
	color:white;
}
.project_details p{
	margin:0;
	color:white;
	font-weight:300;
}
.project_details h4{
	text-transform:uppercase;
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	font-size:16px;
	font-weight:300;
	padding:1rem 2rem;
}
.project_details h4 i{
	color:#cb7c00;
}
.portfolio_item:hover .portfolio_label{
	top:0;
	height:100%;
}
.portfolio_item:hover .portfolio_label h3::after{
	content:'';
	margin:1rem 0;
	height:2px;
	width:100%;
	background:white;
	display:block;
}
.portfolio_item:hover .project_details{
	display:block;
}

/* *********************************
PARTS & SERVICES
********************************* */
.parts_image{
	width:100%;
	padding-bottom:45%;
	position:relative;
	overflow:hidden;
}
.parts_image img{
	position:absolute;
	top:-9999px;
	bottom:-9999px;
	left:-9999px;
	right:-9999px;
	margin:auto;
	width:100%;
	height:auto;
}
.parts_content h3{
	margin:0;
}
.parts_content h3::after{
	content:'';
	display:block;
	height:3px;
	background:#075621;
	margin:1rem 0;
}
.parts_button{
	margin-top:2rem;
}
.blog_post{
	margin-top:2rem;
}
.blog_photo{
	width:100%;
	padding-bottom:50%;
	position:relative;
	overflow:hidden;
}
.blog_photo a{
	display:block;
}
.blog_photo img{
	position:absolute;
	top:-9999px;
	bottom:-9999px;
	left:-9999px;
	right:-9999px;
	margin:auto;
	width:100%;
	height:auto;
	-webkit-transition-duration:1s;
	transition-duration:1s;
}
.blog_photo a:hover img{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.blog_post h3 a{
	color:#075621;
	font-weight:normal;
	text-transform:none;
	font-size:24px;
}
.blog_post h3 a:hover{
	color:#cb7c00;
}
.blog_post a{
	color:#cb7c00;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}
.blog_post a:hover{
	color:#075621;
}
.parts_link a{
	color:#cb7c00;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}
.parts_link a:hover{
	color:#075621;
}

/* *********************************
SIDEBAR LAYOUT PAGE
********************************* */

.sidebar{
	margin:2rem 0;
}
.sidebar_list{
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px;
}
.sidebar_list li{
	display:block;
}
.sidebar_list li a{
	display:block;
	padding:0.75rem 1rem;
	color:black;
}
.sidebar_list li a:hover, .sidebar_list li.active a{
	background:#cb7c00;
	color:white;
}
.body_content{
	margin-top:1rem;
}
.body_content_image{
	width:100%;
	padding-bottom:80%;
	position:relative;
	overflow:hidden;
	margin:1rem 0;
}
.body_content_image a{
	display:block;
}
.body_content_image img{
	position:absolute;
	top:-9999px;
	bottom:-9999px;
	left:-9999px;
	right:-9999px;
	margin:auto;
	width:100%;
	height:auto;
	-webkit-transition-duration:1s;
	transition-duration:1s;
}
.body_content_image_label{
	position:absolute;
	bottom:0;
	display:block;
	background:rgba(0,0,0,0.5);
	width:100%;
	padding:1rem;
}
.body_content_image_label h5{
	color:white;
	margin:0;
	font-size:16px;
}
.body_content_image_label p{
	display:none;
}
/*.body_content_image a:hover .body_content_image_label{
	height:100%;
	top:0;
}
.body_content_image a:hover .body_content_image_label p{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	text-transform:uppercase;
	color:white;
	padding:1rem;
	margin:0;
}*/
.body_content_image a:hover .body_content_image_label p i{
	color:#cb7c00;
}

/* *********************************
NEW CONSTRUCTION FORM
********************************* */
.new_construction_form_group{
	margin:2rem 0 3rem;
}
.new_construction_form_group h4{
	margin-bottom:2rem;
}
.new_construction_form label{
	display:block;
}
.new_construction_form label p{
	font-weight:300;
	text-align:center;
	margin-top:0.5rem;
}
.new_construction_form label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.new_construction_form_image{
	width:100%;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	border:4px solid transparent;
}
.new_construction_form_image img{
	position:absolute;
	top:-9999px;
	bottom:-9999px;
	left:-9999px;
	right:-9999px;
	margin:auto;
	min-width:100%;
	min-height:100%;
	max-width:200px;
}
.new_construction_form_image:hover, .new_construction_form label > input:checked + .new_construction_form_image{
	border:4px solid #075621;
}
.new_construction_form_image:hover::after, .new_construction_form label > input:checked + .new_construction_form_image::after{
	content:'\f058';
	font-family:'FontAwesome';
	display:block;
	position:absolute;
	color:#075621;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	font-size:32px;
	line-height:0.75;
	background:white;
	border-radius:50%;
}
.new_construction_form input[type="text"]{
	width:300px;
	border:2px solid #e3e3e3;
	padding:0.75rem 1rem;
}
/* *********************************
ANIMATIONS
********************************* */

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


/*Dropdown styling*/


.wrapper-dropdown {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    width: 200px;
    padding: 10px;
    margin: 0 auto;

    /* Styles */
    background: #9bc7de;
    color: #fff;
    outline: none;
    cursor: pointer;

    /* Font settings */
    font-weight: bold;
}
.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}
.wrapper-dropdown-1 .dropdown {
	/* Size & position */
    position: absolute;
    top: 100%;
    left: 0; /* Size */
    right: 0; /* Size */

    /* Styles */
    background: #fff;
    font-weight: normal; /* Overwrites previous font-weight: bold; */

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8;
}
/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

.wrapper-dropdown-1.active {
  background: #9bc7de;
  background: linear-gradient(to right, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
}	





.image-choices-field .image-choices-choice-image-wrap {
  
  width: 200px!important;
  height: 175px!important;
  }




 body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label::after{
	content:'\f058';
	font-family:'FontAwesome';
	display:block;
	position:absolute;
	color:green;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	font-size:32px;
	line-height:0.75;
	background:white;
	border-radius:50%;
}




.image-choices-admin-field.image-choices-use-images .image-choices-choice-selected,
.image-choices-field .image-choices-choice-selected {
  border: 2px solid green!important;
  }


ul#input_1_1 li:hover {
  border: 2px solid green!important;
  }

ul#input_1_2 li:hover {
  border: 2px solid green!important;
  }


span.image-choices-choice-text {
    font-weight: 300!important;
    font-size: 16px!important;
}



@media(max-width: 641px) {

.gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
    margin-right: 39px;
}

}



input#gform_submit_button_1 {

	display: inline-block;
    padding: 1rem 3rem;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    border: none;
    background: #075621;
}


input#gform_submit_button_1:hover {
    background: #05862f;
    color: white;
}

div#input_1_6 {
    width: 52%;
}
/* START 11-5-2017 */
/*select {
  border: 2px solid #fff;
  background: transparent;
  width: 100%;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
text-transform: uppercase;
color: #fff!important;  
}
option {
    background: #05862f none repeat scroll 0 0;
    padding: 0.5rem 1rem;
    color:red;
}

select::-ms-expand { 
    display: none;
}*/

/* END 11-5-2017 */


/* Blog  Pagination ********************/

.old_post_new {
    float: left;
    width: 100%;border-top: 1px solid #bfc3c4; margin: 50px 0 0;
    padding: 20px 0 0;
}
.l_side {
    float: left;
}
.r_side {
    float: right;
}
.l_side a{
color: #00b3e3;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-transform:capitalize;
}
.r_side a{
color: #00b3e3;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-transform:capitalize;
}    
.l_side a:hover{ color:#0076a3;}
.r_side a:hover{ color:#0076a3;}



/* blog */
ul.blog_posts{
  list-style:none;
  text-align:left;
  margin:0;
  padding:0;
}
ul.blog_posts li:before{
  content:"";
  margin:0;
  padding:0;
  float:none;
}
ul.blog_posts li{
  margin:0 0 3rem;
  border-bottom:2px solid #dadada;
  padding-bottom:3rem;
}
ul.blog_posts li h2{
  color:#f1b571;
}

ul.blog_posts li:last-child{
  border-bottom:none;
}
ul.blog_posts li a{
 
    font-size: 18px;
    color: #f1b571;
}
ul.blog_posts li a:hover{
  color:#50341f;
}
.blog_date{
  color:#50341f;
  font-weight:700;
}
.blog_post_single{
  text-align:left;
}
.blog_post_date{
  color:#8c8c8c;
  font-weight:700;
  border-bottom:2px solid #dadada;
  padding-bottom:2rem;
  margin-bottom:2rem;
}

.col-sm-3.blog_img img {
    height: auto!important;
    margin-top: 3px;
    width: 100%;
}

.col-sm-12.full_post {
    margin-top: 5px;
}


.readmore {
    display: block;
    margin-top: 20px;
    
}

/* CARINA STYLES BOI */

.content-image img {
	height:auto;
	width:100%;
}

.content li {
	font-size: 16px;
}

.su-row.contact-page i {
	color:#075621;
}

input#gform_submit_button_2 {
	background:#075621;
	border:none;
	color:white;
	text-transform: uppercase;
	padding:10px 15px 10px 15px;
}

input#gform_submit_button_2:hover {
	background: #05862f;
}

.contact-page .su-column-size-2-3 {
	border-right:3px solid #bed9cc;
	padding-right:4rem;
}

.contact-page a{
	color:#075621;
}


@media (max-width: 768px) {
	.contact-page .su-column-size-2-3 {
	border-right:none;
	padding-right:0;
}
}

.testimonials .su-column-size-1-3 {
	border-left:3px solid #bfdbcd;
	padding-left: 2rem;
}

.testimonials i {
	color:#075621;
}

.galleria-theme-nextgen_pro_horizontal_filmstrip .galleria-playback-button.pause {
	display:none !important;
}

.process-arrows a {
	color:#075621;
	text-transform: uppercase;
}

.su-spoiler-title {
	font-size: 20px !important;
	font-weight: normal;
	text-transform: uppercase;
}

.su-spoiler-icon {
	color:#075621;
}

.su-spoiler-content a {
	padding:10px 15px;
	background:#075621;
	color:white;
	font-weight: normal;
	text-transform: uppercase;
}

.orange-button a{
	display:inline-block;
	padding:1rem 3rem;
	text-transform:uppercase;
	color:white;
	font-size:16px;
	border:none;
	background:#cb7c00;
}

@media (max-width: 515px) {
	.process_section {height:250px;}
}

/* HUBSPOT EMBEDDED FORM STYLES */

.hs-form fieldset {
	max-width: none!important;
}

input.hs-input {
	width: 90%;
}

.hs-form input[type="radio"] {
	margin: 0 5px 0 0;
}

.hs-form input[type="checkbox"] {
	margin: 0 5px 0 0;
}

li.hs-form-checkbox {
	list-style-type: none;
}

li.hs-form-checkbox label {
	list-style-type: none;
	font-size: 15px;
	font-weight: 300;
}


.hs-form .hs-form-field {
	padding: 0 0 8px 0;
	margin: 2px auto;
} 

.hs-form label {
	padding: 10px 0 0 0;
	font-size: 15px;
} 

li.hs-form-radio {
	list-style-type: none;
}

li.hs-form-radio label {
	list-style-type: none;
	font-size: 15px;
	font-weight: 300;
}

.hs-error-msgs.inputs-list {
	list-style-type: none;
	padding: 0;
}

.hs-error-msgs.inputs-list li {
	font-size: 13px;
}

.hs-error-msgs.inputs-list label {
	font-size: 13px;
}

ul.inputs-list.multi-container {
	padding: 0;
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"]:active {
	background:#075621;
	border:none;
	color:white;
	text-transform: uppercase;
	font-size: 13px;
	padding:10px 15px 10px 15px;
	margin: 25px 0 0 0;
}

body .hs-button.primary:hover {
	background:#05862f;
}

@media only screen and (max-width: 641px) {
body .hs-button.primary,
body input[type="submit"],
body input[type="button"]:active {
	background:#075621;
	border:none;
	color:white;
	text-transform: uppercase;
	font-size: 13px;
	width:92%;
	margin: 25px 0 50px 0;
}

body .hs-button.primary:hover {
	background:#05862f;
}
}

#contact_popup {
	background: #d9d9d9;
	bottom: 0;
	max-width: 350px;
	padding: 25px 30px;
	position: fixed;	
	right: 0;
	text-align: center;
	width: 100%;
}

#contact_popup .close {
	color: #000;
	cursor: pointer;
	font-size: 14px;
	float: none;
	opacity: 1;
	position: absolute;
	right: 10px;
	text-shadow: none;
	top: 10px;
}

#contact_popup p {
	margin: 0;
}

#contact_popup strong {
	display: block;
	font-family: 'Lora',serif;
	font-size: 24px;
	margin-bottom: 20px;
}

#contact_popup a {
	background: #075621;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 10px 15px;
}

/***Custom***//*
.header_right_top .green_button {
    height: 42px;
}



.header-search-wrapper {  
  position: relative;
}
.search-main {
  display: block;
  line-height: 40px;
  padding: 1px 14px;
  cursor: pointer;
  color: #fff;
  background: #075621;
	margin-left: 2px;
}
.header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 124%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}
.header-search-wrapper .search-form-main {
    border-top-color: #075621;
}
.header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #408c40;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}
.header-search-wrapper label{
	display: inherit;
}
.header-search-wrapper .search-form-main:before {
    border-bottom-color: #075621;
}
.header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 75%;
    float: left;
		border: 1px solid #075621;
		height: 36px;
}
.header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0 10px;
    width: 25%;
    height: 36px;
    background: #075621;
		margin: 0;
}*/