/*
Theme Name: Ellipse Health
Theme URI: http://koobr.com
Description: A theme designed for Fusion Signs.
Version: 1.0
Author: Koobr
Author URI: http://koobr.com
*/




/* Table of Contents

1. Site Styles
	1.1 Typography Styles
2. Header
3. Slider
4. Main Section
	4.1 Contact Form
	4.2 Portfolio Styles
5. Blog/Sidebar Section
6. Footer Section
7. Media Queries
================================================== */





/* ========================= 1. Site Styles ========================= */

/********* @font *********/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@font-face {
    font-family: 'kelson_sansbold';
    src: url('fonts/kelson_sans_bold-webfont.woff2') format('woff2'),
         url('fonts/kelson_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kelson_sanslight';
    src: url('fonts/kelson_sans_light-webfont.woff2') format('woff2'),
         url('fonts/kelson_sans_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/open-sans.light-webfont.woff2') format('woff2'),
         url('fonts/open-sans.light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/********* @font *********/

html {
}

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	color: #808285 !important;
	margin: 0 !important;
	padding: 0 !important;
}
input:focus, select:focus, textarea:focus {outline: none !important;}
.clear {clear: both !important; height: 0; overflow: hidden;}
.wpb_row {margin-top: 0px !important; margin-bottom: 0px !important;}
.container, .four-col-container {max-width: 1150px !important; margin: 0 auto !important; padding: 0 !important; width: 100%;}
.desktop-hide {display: none !important;}
.as-nav {display: none !important;}
a {color: #808285;}
.wpb_text_column.wpb_content_element ul {margin-left: -25px !important;}
.no-top-padding {padding-top: 0 !important;}
.no-bottom-padding {padding-bottom: 0 !important;}

img.alignleft, img.aligncenter, img.alignright, img.alignnone {margin-bottom: 15px;}
.alignleft {float: left; margin-right: 30px;}
.alignright {float: right; margin-left: 30px;}
.aligncenter {text-align: center; display: block; margin-left: auto; margin-right: auto;}

.wp-caption {text-align: center; margin-bottom: 15px; max-width: 100%;}
.wp-caption-text {font-style: italic; font-size: 95%; line-height: 120%; margin: 6px 0;}


/* ========================= 1.1 Typography Styles ========================= */

p, h1, h2, h3, h4, h5, h6 {padding: 0;	margin: 0;}

p {
	font: 16px open_sansregular;
	padding-bottom: 10px;
	color: #6f6f6e;
}

p a:link, p a:visited {text-decoration: none; color: #808285 !important;}

p.white {color: #ffffff;}

h1 {
	font-family: 'kelson_sanslight' !important;
	font-size: 40px;
	color: #35a8e0;
	font-weight: 300;
	padding-bottom: 30px;
}
h2 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 34px;
	color: #b9d635;
	font-weight: 300;
	padding-bottom: 10px;
}
h2.small-h2 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 30px;
	color: #b9d635;
	font-weight: 600;
	padding: 0; 
}
h3 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 18px;
	color: #b9d635;
	font-weight: 600;
	padding-bottom: 10px;
}
h4 {
	font-family: 'open_sanslight', Helvetica, Arial, sans-serif !important;
	padding-bottom: 10px;
	font-size: 16px;
	color: #6f6f6e;
	font-weight: 300;
	line-height: 1.5;
}
h5 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: 700;
	color: #397c3c;
}
h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 10px;
	line-height: 1.5;
}


/* ========================= 2. Header ========================= */

header {
	width: 100%;
	float: left;
	z-index: 999999999999999999999999999 !important;
}

.header-top {background-color: #7c9b94; width: 100%; height: 50px; box-shadow: 0px 5px 10px rgba(0,0,0,0.3); position: relative; z-index: 10; position: fixed; margin-top: -50px;}
.home .header-top {margin-top: 0;}
.home .logo {top: 50px;}
.logo { width: 193px; float: none; height: auto; position: absolute; z-index: 9; left: 50%;   margin-left: -85px;}
.logo a {display: block;}
.logo img {padding-top: 0px; width: 100%;}

.header-featured-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.nav-container {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;		
	padding: 0 !important;
	float: left;
	width: 100%;
	height: auto;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

#menu-icon {display: none; width: 30px; height: 30px; background: url("images/menu-icon.png") no-repeat center; text-align: center;}
	
.nav {  
	float: left;
	padding: 0 !important;
	list-style: none;
	position: relative;
	display: inline-table;
	color: #ffffff;
	margin-left: 0 !important;
	width: 100%;
	height: 50px;
	text-align: center;
}

.nav:after {content: ""; clear: both; display: block;}
	
.nav ul {display: none;}
.nav li { margin: 14px 14px 0; display: inline-block;}
.first-nav-item a {margin-left: 0 !important; padding-left: 0 !important;}
.nav li a:hover {color: #f8b133; background-color: transparent !important;}
.nav li a {display: block; color: #ffffff; text-decoration: none; margin-left: 0 !important;	background-color: transparent !important; padding: 0px;}
.nav ul {margin: 0; padding: 28px 0 0 0; list-style: none; position: absolute; z-index: 1000; width: 200px; display: none; background-color: transparent !important; color: #fff !important; font-size: 14px;}
.nav ul li {z-index: 1000; padding: 15px !important; background-color: #c1d731 !important; 	color: #fff !important;	width: 100%;}
.nav ul li a {color: #fff !important; text-decoration: none !important;}	
.nav ul li a:hover {padding: 0; background-color: #c1d731;}
.nav ul ul {position: absolute; left: 100%; top: 0;}
.nav > li > a:focus, .nav > li > a:hover {color: #f8b133; background-color: transparent !important;	text-decoration: none !important;}
.nav > .current-menu-item > a, .nav > .current-menu-item > a:focus, .nav > .current-menu-item > a:hover {color: #f8b133; background-color: transparent !important; text-decoration: none !important;}
.current-menu-item {color: #f8b133; background-color: transparent !important; text-decoration: none !important;}
.nav ul li:hover, .nav ul li:focus {background-color: #397c3c !important; color: #fff !important;	text-decoration: none !important; width: 100%;}
.nav ul .current-menu-item, .nav ul .current-menu-item:focus, .nav ul .current-menu-item:hover {   background-color: #397c3c !important; color: #fff !important; width: 100%; padding: 15px !important;}

.header-featured-image { height: 300px; width: 100%; overflow: hidden; margin-bottom: 100px; margin-top: 50px;}
.header-featured-image img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {width: 100%; object-fit: cover; background-size: cover; }
.header-featured-image-post img { height: auto !important; width: 100% !important; object-fit: cover; background-size: cover; }

/* ========================= 3. Slider ========================= */

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {width: 57px !important; height: 57px !important; border: none !important; margin-top: -37px !important;}
.flex-direction-nav .flex-prev {background: url("images/slider-arrows-prev.png") !important;}
.flex-direction-nav .flex-next {background: url("images/slider-arrows-next.png") !important;}
.flex-direction-nav .flex-prev:hover {background: url("images/slider-arrows-prev-hover.png") !important; transition: all 0.3s ease-in-out;}
.flex-direction-nav .flex-next:hover {background: url("images/slider-arrows-next-hover.png") !important; transition: all 0.3s ease-in-out;}
.home-slider .vc_row-has-fill>.vc_column_container>.vc_column-inner {padding-top: 0 !important;}
.home-slider .ms-slide-bgcont {position: fixed !important;}
.home-slider {margin-top: 50px;}
.flexslider {border: none !important;}
.flexslider .slide .container h2 {margin: 20% 0 5px; text-align: center; font: 60px 'kelson_sanslight' !important; color: #fff; padding: 0; text-shadow: 0 1px 10px rgba(0,0,0,0.3);}
.flexslider .slide .container h2 strong {font: 60px 'kelson_sansbold' !important; color: #fff;}
.flexslider .slide .container .slider-content {text-align: center; font: 26px 'kelson_sanslight' !important; color: #fff; text-shadow: 1px 1px 7px rgba(0,0,0,0.5);}

/* ========================= 4. Main Section ========================= */

main {width: 100%;}
.content {width: 100%;float: left;overflow: hidden;}
main .container {max-width: 1150px !important; margin: 0 auto !important; padding: 0px 0 10px 0 !important;}
.wpb_text_column.wpb_content_element {margin-bottom: 0 !important;}
.padding-top {padding-top: 100px;}
.center {text-align: center !important;}
.header-image-test {height: 450px; width: 100%; overflow: hidden; background-size: cover; object-fit: cover;}
.white-section {text-align: center;padding: 0 15px 80px;background-color: #fff;}
.light-green-section {text-align: center;padding: 80px 15px 80px 15px;background-color: #f1f1f0;}
.light-green-section h2 {color: #35a8e0; font: 40px 'kelson_sanslight' !important; margin: 0 0 15px !important;}
.lime-green-section {text-align: center; padding: 40px 15px 40px 15px; background-color: #f8b133;}
.lime-green-section h4 {color: #ffffff; padding-top: 5px; font: 26px 'kelson_sanslight' !important; padding-bottom: 0;}
.lime-green-section .contact-info-right {margin-left: 20px; margin-bottom: 0; float: right;}
.lime-green-section .button a:link, .lime-green-section .button a:visited {margin-top: 0 !important;margin-bottom: 0 !important;}
.lime-green-section .contact-info-right .vc_btn3-container {margin-bottom: 0 !important;}
.lime-green-section .contact-info-left {float: left;}
.lime-green-section .contact-info-right a.vc_general {background: #ffffff; border-radius:10px; color: #f8b133 !important;}
.lime-green-section .contact-info-right a.vc_general:hover {background: #35a8e0 !important; color: #fff !important;}


.grey-gradient-section {
	text-align: center;
	padding: 60px 15px 40px 15px;
	background: rgba(230,231,232,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,231,232,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(230,231,232,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,231,232,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,231,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,231,232,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,231,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8', GradientType=0 );
}
.grey-gradient-section .container {margin-top: -145px !important;}
.grey-gradient-section .four-col {text-align: center;}

.light-grey-section {text-align: center;padding: 60px 15px 80px 15px;background-color: #f1f2f2;}
.light-grey-section .container {margin-top: -145px !important;}
.light-grey-section .four-col {text-align: center;}

.services {display: block;}
.services a {display: inline-block;width: 131px;height: 131px;margin-bottom: 0 !important;padding-bottom: 0 !important; text-decoration: none;}
.services .personal-coaching a {background: url("images/service-icon-1.png") no-repeat center top !important;}
.services .personal-coaching a:hover {background: url("images/service-icon-1.png") no-repeat center bottom !important;}

.services .corporate-training a {background: url("images/service-icon-2.png") no-repeat center top !important;}
.services .corporate-training a:hover {background: url("images/service-icon-2.png") no-repeat center bottom !important;}

.services .shop a {background: url("images/service-icon-3.png") no-repeat center top !important;}
.services .shop a:hover {background: url("images/service-icon-3.png") no-repeat center bottom !important;}

.services .retreats a {background: url("images/service-icon-3.png") no-repeat center top !important;}
.services .retreats a:hover {background: url("images/service-icon-3.png") no-repeat center bottom !important;}

.services .case-studies a {background: url("images/service-icon-2.png") no-repeat center top !important;}
.services .case-studies a:hover {background: url("images/service-icon-2.png") no-repeat center bottom !important;}

.services .contact-us a {background: url("images/service-icon-4.png") no-repeat center top !important;}
.services .contact-us a:hover {background: url("images/service-icon-4.png") no-repeat center bottom !important;}

.services .services h3 {color:#f8b133; font:26px 'kelson_sanslight' !important; margin:15px 0 0px;}
.services .services p {color: #6f6f6e; font: 16px open_sanslight; padding: 0 10px;}

.button a:link, .button a:visited {
	margin: 30px 0 0 0;
	padding: 10px 20px 10px 20px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
	display: inline-block;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	color: #ffffff !important;
	background: rgba(72,163,74,1);
	background: -moz-linear-gradient(top, rgba(72,163,74,1) 0%, rgba(57,124,60,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72,163,74,1)), color-stop(100%, rgba(57,124,60,1)));
	background: -webkit-linear-gradient(top, rgba(72,163,74,1) 0%, rgba(57,124,60,1) 100%);
	background: -o-linear-gradient(top, rgba(72,163,74,1) 0%, rgba(57,124,60,1) 100%);
	background: -ms-linear-gradient(top, rgba(72,163,74,1) 0%, rgba(57,124,60,1) 100%);
	background: linear-gradient(to bottom, rgba(72,163,74,1) 0%, rgba(57,124,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48a34a', endColorstr='#397c3c', GradientType=0 );
	border: none !important;
}

.button a:hover, .button a:active, .button a:focus {background: #397c3c !important; text-decoration: none;}
.vc_btn3.vc_btn3-size-md .vc_btn3-icon {font-size: 22px !important;}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-icon-right.vc_btn3-color-white {padding-left: 20px;	padding-right: 20px;}
.four-col {width: 25%; float: left;}
.four-col .wpb_single_image.wpb_content_element.vc_align_left {margin-bottom: 20px;}
.top-margin {margin-top: 20px !important;}
.wpb_gmaps_widget .wpb_wrapper {background-color: transparent !important; padding: 0 !important;}
.contact .four-col {
	width: 23%;
	padding: 0px 0 0 0;
	float: left;
	margin: 0 1% 0 1%;
	text-align: left;
	border-top: #f1f2f2 0px solid;
}
.lime-green-section .contact .four-col {border-top: #ffffff 0px solid;}
.lime-green-section .contact .four-col, .lime-green-section .contact .four-col h2, .lime-green-section .contact .four-col p a:link, .lime-green-section .contact .four-col p a:visited  {color: #ffffff !important;}
.lime-green-section .contact .four-col {width: 23%;}
.lime-green-section .contact .triple-four-col {width: 74%; margin: 0 0 0 1%;}
.lime-green-section .contact .triple-four-col .vc_column-inner {padding: 0;}
.lime-green-section .contact .triple-four-col .four-col {width: 32%; margin: 0 1% 0 0;}
.lime-green-section .contact .triple-four-col .double-four-col {width: 64%; float: left; padding: 0px; margin: 0 0 0 1.5%; border-top: #ffffff 0px solid;}
.lime-green-section .contact .triple-four-col .double-four-col input.wpcf7-form-control.wpcf7-submit {
float: right;}
.lime-green-section .contact .triple-four-col .double-four-col textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {height: 157px;}

.contact .four-col .vc_column-inner {padding: 0;}
.contact .four-col div.wpb_raw_code.wpb_content_element.wpb_raw_html {margin-bottom: 5px;}
.contact ul.footer-social {float: left; padding-left: 0;}
.contact ul.footer-social li {display: inline-block; margin-right: 20px; float: left;}
.contact ul.footer-social li a {display:block; height:41px; width:40px; margin-bottom:0 !important;	padding-bottom: 0 !important;}

.contact ul.footer-social li.facebook a {background: url("images/con-soc-fb.png") no-repeat left top !important;}
.contact ul.footer-social li.facebook a:hover {background: url("images/con-soc-fb-hov.png") no-repeat left top !important;}

.contact ul.footer-social li.twitter a {background: url("images/con-soc-tw.png") no-repeat left top !important;}
.contact ul.footer-social li.twitter a:hover {background: url("images/con-soc-tw-hov.png") no-repeat left top !important;}


.contact-form-sec .contact-form-left h2 {color: #ffffff; font: 30px 'kelson_sanslight' !important;  margin: 15px 0 0px;}
.contact-form-sec .contact-form-left p {font: 16px/24px open_sansregular; color: #ffffff;}
.contact-form-sec .contact-form-right input[type=submit]:hover, .contact-form-sec .contact-form-right input[type=submit]:active, .contact-form-sec .contact-form-right input[type=submit]:focus {background: #35a8e0 !important; text-decoration: none; color: #ffffff !important;}
.contact-form-sec .contact-form-right div.wpcf7-validation-errors {border: 2px solid #f7e700; float: right;}
.contact-form-sec .contact-form-right div.wpcf7 img.ajax-loader {float: right; margin-right: 10px;    margin-top: 15px;}
.contact-form-sec .contact-form-right .your-message span.wpcf7-not-valid-tip {text-align: left;    margin-top: 5px;}

.contact-text .contact h2 {color: #f8b133; font: 30px 'kelson_sanslight' !important; margin: 0px;}
.contact-text .contact p {font: 16px/24px open_sansregular; color: #6f6f6e;}
.contact-text .contact .con-sec-3 a {font: 16px open_sansregular; color: #6f6f6e !important;    word-wrap: break-word;}
.contact-text .contact .con-sec-3 a:hover {color: #f8b133 !important;}
.contact-form-right .double-four-col .wpcf7-form-control-wrap {display: block; text-align: left;}
.contact-form-right .double-four-col input[type=submit] {color: #f8b133 !important; background: #fff;}


.holistic-wellbeing {padding: 60px 0; text-align: center;}
.holistic-wellbeing h2 {color: #f8b133; text-align: center; font:40px 'kelson_sanslight' !important; margin: 0 0 40px;}
.holistic-wellbeing p a {
    background: #f8b133;
    display: inline-block;
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    margin-top: 50px;
    margin-left: -30px;
}
.holistic-wellbeing p a:hover {background: #35a8e0;}
.holistic-wellbeing img {width: 100%; height: auto; max-width: 523px;}

.bio-img .person-img img {width: 100%; height: auto;}
.bio-img .overlay-content {opacity: 0; visibility: hidden; position: absolute; left:0; top:0; width: 100%; height: 100%; transition: all easy-in-out 1;display: table;}
.bio-img:hover .overlay-content {background: rgba(0,0,0,0.6); opacity: 1; visibility: visible; transition: all easy-in-out 1; padding: 5%; text-align: center;}
.bio-img .overlay-content .overlay-content-inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
	font:40px 'kelson_sanslight' !important;
	color: #ffffff !important;
}
.bio-img .overlay-content .overlay-content-inner img.alignnone {margin: 0 0 30px;}
.person-story h2 {color: #ffffff; text-align: center; font:40px 'kelson_sanslight' !important; margin: 0 15px 0;}
.person-story h2 strong {font:40px 'kelson_sansbold' !important;}
.person-story p {text-align: center;}
.person-story p a {font:26px 'kelson_sanslight' !important; color: #ffffff !important; margin: 0; text-decoration: none;}
.person-story p a:hover {color: #ffffff !important;}


/* ======================== 4.1 Contact Form ========================= */

input[type=text], input {
	width: 100%;
	background-color: #ffffff;
	/* border: none; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	color: #7c9b94;
	font: 16px 'open_sanslight';
}
input[type=email] {
	width: 100%;
	background-color: #ffffff;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	color: #7c9b94;
	font: 16px 'open_sanslight';
}
input[type=tel] {
	width: 100%;
	background-color: #ffffff;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	color: #7c9b94;
	font: 16px 'open_sanslight';
}
textarea {
	width: 100%;
	background-color: #ffffff;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	color: #7c9b94;
	font: 16px 'open_sanslight';
}
form.wpcf7-form p {margin: 5px 0 15px 0; padding-bottom: 0;}
input[type=submit] {
	margin: 0;
	padding: 10px 40px 10px 40px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
	display: inline-block;
	font-family: 'open_sanslight' !important;
	font-size: 18px !important;
	color: #7c9b94 !important;
	background: #fff;
	border: none !important;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {background: #f8b133 !important; text-decoration: none;}

div.wpcf7-validation-errors {color: #f7e700;}
footer .wpcf7-form input {margin-bottom: 5px;}
div.wpcf7-response-output {padding: 0.5em !important;}

footer .wpcf7-form input::-webkit-input-placeholder { color: #7c9b94;}
footer .wpcf7-form input::-moz-placeholder { color: #7c9b94;}
footer .wpcf7-form input:-ms-input-placeholder { color: #7c9b94;}
footer .wpcf7-form input:-moz-placeholder { color: #7c9b94;}


/* ======================== 4.2 Portfolio Styles ========================= */

.project-white-section {padding-top: 0;}
.project-container {border-top: #f1f2f2 2px solid; padding-top: 25px !important;}
.project-container .four-col {width: 21%; margin: 0 2.5% 0 2.5%; padding-bottom: 25px;}
.project-container .four-col:first-child {width: 21%; margin: 0 2.5% 0 0;}
.project-container .four-col:nth-child(4n+1) {width: 21%; margin: 0 2.5% 0 0 !important;}
.project-container .four-col:nth-child(4n) {width: 21%; margin: 0 0 0 2.5%;}
.projects {text-align: center; position: relative;}
.projects .item_thumb img {
	height: 267px;
	width: 267px;
	border-radius: 50%;
	border: #f1f2f2 2px solid;
	object-fit: cover;
	text-align: center;
}
.projects .hover-show {
	display: none;
	position: absolute;
	height: 267px;
	width: 267px;
	border-radius: 50%;
	text-align: center;
	background-color: #397c3c;
	top: 0;
	left: 0;
}
.projects:hover .hover-show {display: block;}
.projects .hover-show .hover-content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.projects .hover-show h4 {
	color: #f1f2f2 !important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
}
.projects .hover-show h4.click {color: #b9d635 !important; text-decoration: none;}
.projects .hover-show p {
	color: #ffffff !important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-weight: 300 !important;
	text-transform: lowercase;
	font-size: 14px;
	text-decoration: none;
}
.project-gallery {width: 99%; float: left; border-top: #f1f2f2 2px solid; padding-top: 20px;	text-align: left; padding-right: 1%;}	
.project-content {width: 25%; float: left; border-top: #f1f2f2 2px solid; padding-top: 20px;text-align: left !important;} 
.project-content h5, .project-content .entry {text-align: left;}


/* ========================= 5. Blog/Sidebar Section ========================= */

.posts .four-col {width: 23%; margin: 0 1% 0 1%; min-height: 430px;}
.posts .item_wrapper {text-align: center;}
.posts .item_thumb { display: block; height: 225px; overflow: hidden; background: #eee; }
.home .posts .item_thumb { background: #ddd; }
.posts .item_thumb img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {width: auto !important; height: 225px !important; text-align: center; margin: 0 auto;}
.posts .item_title, .posts .item_content, .posts .item_read_more {text-align: left !important;}
.posts .item_title {border-top: #f1f2f2 0px solid; padding-top: 0px; margin-top: 20px;}
.posts .item_title h5 {padding-bottom: 15px; line-height: 1.25;}
.posts .item_read_more {padding-top: 15px;}
.posts .item_read_more a:link, .posts .item_read_more a:visited {color: #35a8e0; font-weight: 300;}
.posts .item_read_more a:hover, .posts .item_read_more a:active {color: #35a8e0; font-weight: 500;	text-decoration: none;}

.posts.featured-posts {margin-top: 10px !important;}

.content-area {width: 75%; float: left; text-align: left; padding-right: 3%;}
.content-area h5 {color: #7c9b94; font: 24px 'kelson_sansbold' !important;}

.blog-featured-image {width: 32%; float: left; border-top: #f1f2f2 0px solid; padding-top: 0px;	margin-right: 1.25%;}
.blog-featured-image img {width: 270px; height: 270px; border-radius: 50%; border: #f1f2f2 4px solid;}

.post-area {border-top: #f1f2f2 0px solid; padding-top: 0; margin-left: 1.5%;}

.sidebar {width: 25%; float: left; border-top: #f1f2f2 0px solid; padding-top: 0px; text-align: left;}
.sidebar .post-pic { margin-bottom: 40px; width: 100%; display: block; height: 225px; overflow:hidden; background: #eee; display: none;}
.sidebar .post-pic img { width: auto !important; height: 225px !important; text-align: center; margin: 0 auto; display: block; }
.sidebar h5 {font-weight: 600;}
.sidebar ul {padding-left: 0;margin-left: 0;list-style: none;}
.sidebar ul li a {font-family: 'Open Sans', Helvetica, Arial, sans-serif !important; font-size: 15px;font-weight: 300; padding-bottom: 10px;}
.sidebar ul li a:link, .sidebar ul li a:visited {text-decoration: none;}
.sidebar ul li a:hover, .sidebar ul li a:active {color: #397c3c; text-decoration: underline; font-weight: 500;}

.blog .post-container { margin-bottom: 50px; }
.blog .post-container h2 { font-size: 20px; line-height: 25px; margin-top: 15px; }
.blog .post-container a:hover { text-decoration: none; }

/* ========================= x. Contact Page ========================= */

.page-template-page-contact .header-featured-image { margin-bottom: 2px; }

/* ========================= x. 404 Page ============================= */

.error404 .header-featured-image { height: 250px; margin-bottom: 0; }

/* ========================= x. Newsletter Section ========================= */

#subForm p { margin: 5px 0 15px; padding-bottom: 0; }
#subForm input[type="text"] { width: 100%; background-color: #fff; border: 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding: 10px; color: #7c9b94; font: 16px 'open_sanslight'; margin-bottom: 5px; }
#subForm input[type=email] { width: 100%; background-color: #fff; border: 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding: 10px; color: #7c9b94; font: 16px 'open_sanslight'; margin-bottom: 5px; }
#subForm input[type=submit] { margin: 0; padding: 10px 40px; text-align: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; display: inline-block; font-family: 'open_sanslight' !important; font-size: 18px !important; color: #7c9b94 !important; background: #fff; border: none !important; }
#subForm input[type=submit]:hover,
#subForm input[type=submit]:active,
#subForm input[type=submit]:focus { background: #f8b133 !important; text-decoration: none; }

/* ========================= 6. Footer Section ========================= */

footer {
	width: 100%;
	float: left;
	height: auto;
	background: #35a8e0;
	border-top: #fff 2px solid;
	padding: 40px 0 40px 0;
	margin: 0;
}

footer .four-col-container {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0;
}

footer .four-col {
	width: 23%;
	padding: 45px 0 20px 0;
	float: left;
	margin: 0 1% 0 1%;
	color: #808285;
	font-size: 14px;
	height: auto;
}
footer .four-col .footer-logo-sec a {display: inline-block;}
footer .four-col h5 {text-transform: uppercase; color: #fff; padding-bottom: 15px; font: 16px open_sansbold !important;}
footer .four-col ul {padding: 0; margin: 0;}
footer .four-col ul.address {padding: 10px 0 25px 0;}
footer .four-col ul li {display: block; text-decoration: none; padding: 0; margin: 0 0 10px 0;}
footer .four-col ul.address li {margin: 0;}
footer .four-col ul li p {padding-bottom: 0;}
footer .four-col ul li a {
	color:#ffffff;
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
footer .four-col li a:link, footer .four-col li a:visited {color: #ffffff; text-decoration: none;}
footer .four-col li a:hover, footer .four-col li a:active {color: #f8b133; text-decoration: none;}
footer .four-col li.current-menu-item, footer .four-col li.current-menu-item a {background:none !important;color: #f8b133 !important;}
footer .four-col ul.footer-social {float: left;}
footer .four-col ul.footer-social li {display: inline-block; margin-right: 20px; float: left;}
footer .four-col ul.footer-social li a {display: block; height: 41px; width: 40px; margin-bottom: 0 !important; padding-bottom: 0 !important; }
footer .four-col ul.footer-social li.instagram a {background: url("images/footer-social-instagram.png") no-repeat; background-size: 40px 40px; }
footer .four-col ul.footer-social li.instagram a:hover {background-image: url(images/footer-social-instagram-hover.png); }
footer .four-col ul.footer-social li.twitter a {background: url(images/footer-social-twitter.png) no-repeat; background-size: 40px 40px; }
footer .four-col ul.footer-social li.twitter a:hover {background-image: url(images/footer-social-twitter-hover.png);}
footer .four-col ul.footer-social li.facebook a {background: url(images/footer-social-facebook.png) no-repeat; background-size: 40px 40px; }
footer .four-col ul.footer-social li.facebook a:hover {background-image: url(images/footer-social-facebook-hover.png);}
footer .four-col .footer-logos, footer .four-col .website-link {width: 100%; float: left;}
footer .four-col .footer-logos img {padding-top: 25px; padding-right: 10px; width: 33%; float: left;}
footer .four-col .footer-logos img#contractor-logo {margin-left: -2px;}
footer .website-link {
	padding-top: 35px;
	color: #808285;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 15px;
	font-weight: 300;
	padding-bottom: 10px;
}
footer .website-link a:link, footer .website-link a:visited {color: #808285;text-decoration: none;}
footer .website-link a:hover, footer .website-link a:active {color: #397c3c;text-decoration: underline;font-weight: 400;}


/* ============================ 7. Other Styles ========================== */

/**** Isotope Filtering ****/

.isotope-item {z-index: 2;}

.isotope-hidden.isotope-item {pointer-events: none; z-index: 1;}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* AnySlider styles below */
	
	/* Bare minimum styles */
.slider {
    -ms-touch-action: pan-y;
    overflow: auto;
    position: relative;
    touch-action: pan-y;
}

/* AnySlider can be styled to your liking. This is just example styles */
.slider {height: 250px; padding: 5px; text-align: center; width: 100%;}

/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow,
.as-next-arrow {
    background: url("images/arrows.png") no-repeat;
    cursor: pointer;
    filter: alpha(opacity=0.7);
    height: 40px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    top: 95px;
    width: 40px;
    z-index: 10;
}
.as-prev-arrow {left: 0;}
.as-next-arrow {background-position: -40px 0; right: 0;}
.slider:hover .as-prev-arrow,
.slider:hover .as-next-arrow {filter: alpha(opacity=1); opacity: 1;}

/* The same rules for styling apply here. Style to your liking */
.as-nav {
	display: none;
    bottom: -10px;
    left: 50%;
    margin-left: -27px;
    position: absolute;
    text-align: left;
    width: 54px;
    z-index: 1;
}
.as-nav a {
    background: url("images/bullets.png") no-repeat;
    height: 16px;
    display: inline-block;
    margin: 0 1px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 16px;
}
.as-nav .as-active, .as-nav a:hover {background-position: 0 -16px;}
.sider-wrapper .owl-carousel {position:relative;}    
.owl-nav {float: left;width: 100%;position: absolute;top: 40%;}
.owl-prev{background:url(images/slider-left-dark.png)no-repeat center top;width: 40px;height: 40px;text-indent: -3000px;display: inline-block;float: left;}
.owl-next{background:url(images/slider-right-dark.png) no-repeat center top;width: 40px;height: 40px;text-indent: -3000px;display: inline-block;float: right;}
.vc_row.lime-green-section{margin-left:0px !important; margin-right:0px !important;}
.page-margin{margin-left:0px !important; margin-right:0px !important;}
.vc_row.home-slider.page-margin{margin-left: 0 !important; margin-right: 0 !important;}

.posts .item_title h5 {margin: 0; min-height: 55px; padding-bottom: 10px;}
.posts .item_title h5 a {color: #35a8e0; font: 16px open_sanssemibold !important; text-decoration: none;}
.posts .item_title h5 a:hover {color: #6f6f6e;}
.posts .item_content {color: #6f6f6e; font: 14px open_sanslight;}
.posts .item_read_more a {color: #35a8e0; font: 14px open_sanssemibold; text-decoration: none;}
.posts .item_read_more a:hover {color: #6f6f6e;}
.posts .articles-link {margin-top: 20px;}
.posts .articles-link a {background: #35a8e0; padding: 15px 30px; font: 18px open_sanslight; color: #fff; text-decoration: none; border-radius: 10px; display: inline-block;}
.posts .articles-link a:hover {background: #6f6f6e;}

.footer-logo-sec p {color: #fff; margin: 20px 15px 0 0; font: 14px/22px open_sansregular;}

.touch-text p {font: 14px open_sansregular; color: #fff;}
.touch-text .address {font: 14px open_sansregular; color: #fff;}
.touch-text .address a {font: 14px open_sansregular; color: #fff; text-decoration: none; display: inline-block; margin: 15px 0;}
.touch-text .address a:hover {color: #f8b133;}

.bio-text .person-story {padding: 50px 15px;}

.page-id-15 div#content {padding-top: 0;}

 span.wpcf7-not-valid-tip {margin-top: 5px;}

.search-results .left-column {float: left; width: 75%;}
.search-results .right-column {padding-left: 15px;}

.sidebar #archives-2 {margin-bottom: 40px; border-bottom: 1px solid #b1cfc8; padding-bottom: 30px;}
.sidebar #archives-2 h5.widgettitle {color: #7c9b94; font: 24px 'kelson_sanslight' !important;   margin: 0 0 5px;}
.sidebar #archives-2 label {display: none;}
.sidebar #archives-2 select#archives-dropdown-2 {background: #f8b133; color: #fff; border: 1px solid #f8b133; width: 100%; height: 45px; padding: 10px; border-radius: 10px; font: 16px open_sanslight;}

.sidebar #search-3 h5.widgettitle {color: #7c9b94; font: 24px 'kelson_sanslight' !important;   margin: 0 0 5px;}
.sidebar #search-3 .search-form input[type=search] {
	background: #e0e0e0;
    border: none;
    width: 100%;
    color: #505050;
    height: 45px;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    border-radius: 10px;
    font: 16px open_sanslight;
}
.sidebar #search-3 .search-form input::-webkit-input-placeholder { color: #505050;}
.sidebar #search-3 .search-form input::-moz-placeholder { color: #505050;}
.sidebar #search-3 .search-form input:-ms-input-placeholder { color: #505050;}
.sidebar #search-3 .search-form input:-moz-placeholder { color: #505050;}
.sidebar #search-3 button.search-submit {
	background: #f8b133;
    border: none;
    width: 50%;
    border-radius: 10px;
    padding: 10px;
    color: #ffffff;
    font: 18px 'open_sanslight';
}
.sidebar #search-3 button.search-submit:hover {background: #35a8e0;}
.about-we-are {text-align: left;}
.blog-page-title {text-align: left;}
.about-second-section2 {display: none;}

.light-grey-section .services h3 {
    color: #7c9b94;
    font: 26px 'kelson_sanslight' !important;
    margin: 15px 0 0px;
}
.light-grey-section .services  h6 {color: #6f6f6e;font: 16px open_sanslight;  padding: 0 10px;font-weight: 100;}
.case-studies-section .vc_column_container {padding-left: 0;padding-right: 0;padding-top: 0px;}
.case-studie-list {float: left;width: 23%;margin: 0 1% 70px;text-align: left;}
.approach-content h1 {text-transform: inherit;}
.about-page-bottom {text-align: center;margin-bottom: 40px;}
.case-studie-list a { display: block; }
.case-studie-list .pic { height: 225px; overflow: hidden; background: #eee; }
.case-studie-list a:hover{text-decoration:none;}
.case-studie-list img {width: auto !important;height: 225px !important;display: block; margin:0 auto;}
.case-studie-list h5 {margin-top: 20px;height: 70px;padding-bottom: 10px;overflow: hidden;}
.case-studie-list h5 a{color: #35a8e0; font: 16px open_sanssemibold !important;text-decoration: none;}
.case-studie-list h5 a:hover {color: #6f6f6e;}
.case-studie-list p{color: #6f6f6e;font: 14px open_sanslight;}
.case-studie-list a.read-more{font: 14px open_sanssemibold;text-decoration: none;color: #35a8e0;}
	
	
	
/* ========================= 7. Media Queries ========================= */

@media only screen and (max-width: 1280px) {
	.bio-img .overlay-content .overlay-content-inner {font: 30px 'kelson_sanslight' !important;}
	.post-area { margin-bottom: 16px; }
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
	.logo {top: 50px;}
	.header-top {width: 100%; height: 50px; text-align: center; float: left; z-index: 100;}
	.header-top .container {padding: 0 25px 0 25px !important; height: 50px; max-width: 1050px !important; margin: 0 auto !important;}
	.header-bottom {float: left;}
	#menu-icon {display: block; z-index: 9999; text-align: right !important; float: right !important;}
	#menu-icon:hover {border: none !important; background: url("images/menu-icon-light-green-hover.png") no-repeat center;}
	.nav-container {
		width: 100%;
		z-index: 9999;
		top: 10px;
		padding-left: 0 !important;
		margin-right: 0 !important;
		padding-right: 0 !important;
		position: relative;
	}
	.nav, .nav-container:active .nav, .nav-container:visited .nav { 
		display: none;
		position: absolute;
		padding: 20px;
		right: 0;
		top: 40px !important;
		width: 100% !important;
		height: auto;
		z-index: 9999;
	}
	.nav {
		-webkit-box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.2);
		padding: 0 !important;
		border-top: 0px solid #ececec;
	}
	.nav li a {padding-top: 20px !important; padding-bottom: 20px !important; border-bottom: 1px solid #ececec; background-color: #7c9b94 !important;}
	.nav-container li {text-align: center; width: 100%; padding: 0; margin: 0;}
	.nav-container:hover .nav, .nav-container:focus .nav, .nav li a {z-index: 9999;	cursor: pointer;background-color: #7c9b94;}
	.current-menu-item, .current-menu-item a, .nav li:hover a {background-color: #f8b133 !important; color: #ffffff !important;}
	.menu-footer-container .current-menu-item {background-color: transparent !important;}
 	.container, .four-col-container {width: 90% !important; margin: 0 auto !important; padding: 0 !important;}
	footer .four-col {width: 46% !important;float: left;margin: 0 2% 20px 2% !important;}
	footer .footer-social {width: 100%;}
	footer {padding-bottom: 10px !important;}
	.project-container .four-col, .project-container .four-col:first-child, .project-container .four-col:nth-child(4n+1), .project-container .four-col:nth-child(4n) {width: 46% !important;	margin: 0 2% 0 2% !important;}
	.projects:hover .hover-show {top: 50%; left: 50%; transform: translate(-50%, -50%);}
	.project-gallery ul li {width: 23%; padding: 0;	margin: 0 2% 20px 0;}
	.project-gallery ul li:nth-child(4n) {width: 23%; margin: 0 0 20px 0 !important;}
	.project-gallery ul li a img {width: 100%; height: auto;	object-fit: cover;}
	.posts .four-col {width: 44% !important; float: left !important; margin: 0 3% 50px 3% !important; min-height: 400px;}
	footer .container {width: 100% !important;}
	.contact ul.footer-social li {margin-right: 7px !important;}
	.lime-green-section .contact-info-left {float: left; width: 80%; text-align: left;}
	.header-featured-image { height: 200px; margin-bottom: 48px; }
}

@media only screen and (max-width: 1200px) {
	div#n2-ss-2 .n2-style-a9ec8e6abdc46cfb01b815fc84f92c96-simple {width: 80% !important;	top: 13.5px !important;}
	div#n2-ss-2 .n2-font-823589578dbe1a7bce97a4c646afb079-simple {font-size: 200% !important;}
	element.style {top: 30px !important;}
	.email-signup-left {width: 100%;	float: left;}
	.email-signup-right {width: 100%; float: left; margin-left: 0; margin-top: 5px;}
	.email-signup-right input[type=submit] {width: 100%; text-align: center;}
	.single main .container {padding: 0 15px 0 15px !important;}
	.content-area, .blog-featured-image, .post-area, .sidebar {float: left; width: 100%;}
	.blog-featured-image {margin-right: 0; text-align: center;}
	.post-area, .sidebar {margin-left: 0; }
	.post-area p:last-child, .sidebar p:last-child {padding-bottom: 0;}
	div.vc_row.wpb_row.vc_inner.vc_row-fluid.container.project-container {padding: 25px 2% 0 2% !important;}
	.project-content {width: 100%; padding-top: 25px; margin-top: 5px;}
	.project-gallery {width: 100%; padding-right: 0; padding-top: 25px;}
	.sub-menu:after {content: ""; clear: both; display: block;}
	.nav-container .nav .sub-menu {margin: 0; padding: 0; list-style: none; position: static;		float: left; width: 100% !important; background-color: transparent !important; color: #fff !important; font-size: 14px;}
	.nav-container .nav .sub-menu li {padding: 0 !important;}
	.nav-container .nav .sub-menu li a {padding: 15px !important; background-color: rgba(57,124,60,0.5) !important; color: #fff !important; width: 100%;}
	.nav-container .nav .sub-menu li a:hover {background-color: #397c3c !important;	color: #c1d731 !important;}
}
@media only screen and (max-width: 1199px) {
	.flexslider .slide .container h2 {margin: 23% 0 5px;}
}
@media only screen and (max-width: 1024px) {
	.flexslider .slide .container h2 {margin: 26% 0 5px;}
	.bio-img .overlay-content .overlay-content-inner {font: 24px 'kelson_sanslight' !important;}
	.posts .four-col {min-height: 400px;}
}
@media only screen and (max-width: 980px) {
	#at4m-dock, #at4m-dock-toggle {display: none;}
	.case-studie-list {width: 31%;}
}
@media only screen and (max-width: 940px) {
	.lime-green-section .contact-info-left {width: 70%;}
}
@media only screen and (max-width: 900px) {
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {padding-right: 20px !important;}
	div.vc_grid.vc_row.vc_grid-gutter-30px.vc_pageable-wrapper.vc_hook_hover h4 {font-size: 15px !important;}
	.flexslider .slide .container h2 {margin: 30% 0 5px;}
	.bio-img .overlay-content .overlay-content-inner {font: 22px 'kelson_sanslight' !important;    padding: 15px;}
}
@media only screen and (max-width: 860px) {
	.flex-direction-nav .flex-next {right: 30px !important;}
	.flex-direction-nav .flex-prev {left: 30px !important;}
}
@media only screen and (width: 800px) and (height: 600px) {
	#menu-icon {display: block; z-index: 9999; text-align: center !important; float: none !important; margin: 0 auto !important; width: 100% !important;}
	.nav, .nav-container:active .nav, .nav-container:visited .nav {top: 71px !important;}
}
@media only screen and (max-width: 820px) {
	.bio-img .overlay-content .overlay-content-inner img.alignnone {margin: 0 0 20px; width: 15%;   height: auto;}
}
@media only screen and (max-width: 800px) {
	.mobile-hide {display: none;}
	.container {width: 100%; margin: 0 auto !important; padding: 0 15px 0 15px !important; max-width: inherit !important;}
	header {margin-bottom: 0 !important; padding-bottom: 0 !important; height: auto !important;	}
	.flexslider, .flexslider .slide  {height: 300px !important; min-height: 300px !important;}
	.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {margin-top: -30px !important;}
	.header-bottom {height: 89px;float: left;border-bottom: #c1d731 75px solid;}
	#menu-icon {display: inline-block; z-index: 9999; margin: 0;}
	#menu-icon:hover {border: none !important; background: url("images/menu-icon-hover.png") no-repeat center;}
	.logo {width: 103px; margin-left: -52px;}
	.nav-container {width: 100%; z-index: 9999; top: 10px; padding-left: 0 !important;	margin-right: 0 !important; padding-right: 0 !important; position: relative; height: auto; text-align: right !important;}
/*	.nav, .nav-container:active .nav, .nav-container:visited .nav {display: none; position: absolute; padding: 20px; right: 0px; top: 40px; width: 100%; height: auto; z-index: 9999;} */
	/*Duplicated Css of 1003 but without display:none;*/
		.nav, .nav-container:active .nav, .nav-container:visited .nav {position: absolute; padding: 20px; right: 0px; top: 40px; width: 100%; height: auto; z-index: 9999;}
	.nav {
		-webkit-box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.2);
		padding: 0 !important; border-top: 0px solid #ececec;}
	.nav li a {padding-top: 10px !important; padding-bottom: 10px !important; border-bottom: 1px solid #ececec; background-color: #7c9b94 !important; font-size: 14px;}
	.nav-container li {text-align: center; width: 100%; padding: 0; margin: 0;}
	.nav-container:hover .nav, .nav-container:focus .nav {z-index: 9999; cursor: pointer;		background-color: #7c9b94;}	
	.nav > .current-menu-item > a, .nav li:hover a, .nav > .current-menu-item > a:hover {background-color: #f8b133 !important; color: #ffffff !important;}
	.current-menu-item {	background-color: #7c9b94 !important;}	
	.menu-footer-container .current-menu-item {background-color: transparent !important;}	
	.grey-gradient-section.slider-wrapper, .light-grey-section.slider-wrapper {height: auto !important;}	
	.grey-gradient-section.slider-wrapper .desktop-hide.slider , .light-grey-section.slider-wrapper .desktop-hide.slider {height: 300px !important;}
	main {padding-bottom: 0;}
	main .container {padding-top: 0 !important; padding-bottom: 0 !important;}
	div.ms-slide-bgcont img {object-fit: cover;}
	.header-featured-image img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image { height: 300px; margin-bottom: 24px; }
	.four-col {width: 100% !important; float: left;}
	.grey-gradient-section, .white-section, .light-green-section, .lime-green-section, .light-grey-section {padding: 20px 0 30px 0;}
	.grey-gradient-section .container, .light-grey-section .container {margin-top: 0 !important;	padding: 0 !important;}
	.posts.featured-posts {margin-top: 15px !important;}
	.posts .four-col {margin: 0 0% 50px 0% !important;}
	.posts .four-col:last-child {margin: 0 1% 70px !important;}
	.project-container .four-col, .project-container .four-col:first-child, .project-container .four-col:nth-child(4n+1), .project-container .four-col:nth-child(4n) {width: 100%;	margin: 0;	padding: 0 0 25px 0;}
	.project-white-section {padding: 0 2% 35px 2% !important;}
	.projects .hover-show {top: 50%; left: 50%; transform: translate(-50%, -50%);}
	.project-gallery ul li {width: 48%; padding: 0; margin: 0 4% 20px 0;}
	.project-gallery ul li:nth-child(2n) {width: 48%; margin: 0 0 20px 0;}
	.project-gallery ul li a img {width: 100%; height: auto; object-fit: cover;}
	.fancybox-close {top: -15px !important; right: -15px !important;}
	.content-area {width: 100%; padding-right: 0;}
	.lime-green-section .container h4 {padding-top: 0;}
	.wpb_gmaps_widget .wpb_map_wraper iframe {height: 225px;}
	.contact .four-col {margin-top: 25px; text-align: left !important; float: left; width: 100%;}
	.contact .four-col:first-child {margin-top: 0;}
	.contact .four-col ul.footer-social {margin-bottom: 0; padding-bottom: 0;}
	.contact .four-col p:last-child {padding-bottom: 0;}
	.lime-green-section .contact .four-col, .lime-green-section .contact .triple-four-col, .lime-green-section .contact .triple-four-col .four-col, .lime-green-section .contact .triple-four-col .double-four-col {float: left; width: 100%;}
	.lime-green-section .contact .triple-four-col .double-four-col {border-top: none; padding-top: 0; padding-bottom: 0; margin: 0;}
	.lime-green-section .contact .triple-four-col .four-col {padding-top: 0px !important;}
	.lime-green-section .contact .four-col {margin-top: 25px !important;}
	.lime-green-section .contact .four-col:first-child {margin-top: 0 !important;}
	form.wpcf7-form p {margin-top: 0;}
	.lime-green-section .contact .triple-four-col .double-four-col input.wpcf7-form-control.wpcf7-submit {float: left;}
	div.google-maps.wpb_column.vc_column_container.vc_col-sm-12 {max-height: 225px !important;}
	footer {padding: 50px 0; }
	footer .four-col {width: 100%;	text-align: left; padding: 10px 0 20px 0;}
	footer .four-col:last-child {padding: 10px 0 0 0;}
	footer .four-col h2.small-h2 a:link, footer .four-col h2.small-h2 a:visited {font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;	font-size: 30px !important;	color: #b9d635 !important; font-weight: 600 !important; padding: 0 !important;}
	footer .four-col ul li {margin: 0 0 10px 0;}
	ul#menu-footer.menu li:last-child {padding-bottom: 0 !important;}
	footer .four-col .footer-contractorlogo {float: left; clear: left; padding-top: 5px;}
	footer .four-col .website-link {float: left; clear: left; margin-top: 40px;}
	.desktop-hide {display: block !important;}
	.lime-green-section .contact-info-left {width: 100%; margin-bottom: 20px !important;}
	.lime-green-section .contact-info-right {float: none;}
	.posts .item_thumb img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {width: 100%;
    min-height: inherit; text-align: center; max-height: inherit; height: auto;}
	.posts.featured-posts .vc_column_container>.vc_column-inner {padding-left: 0px; padding-right: 0px;}
	.posts .four-col {min-height: inherit;}
	.posts.featured-posts .item_title h5 {min-height: inherit;}
	.flexslider .slide .container h2 {font: 30px 'kelson_sanslight' !important; margin: 17% 0 5px;}
	.flexslider .slide .container h2 strong {font: 30px 'kelson_sansbold' !important;}
	.flexslider .slide .container .slider-content {font: 20px 'kelson_sanslight' !important;}
	.slider-wrapper {height: 350px; position: relative;}
	.design {margin-bottom: 20px;}
	.header-top {z-index: 100;}
	.posts .item_title h5 {min-height: inherit;}
	input[type=text] {width: 98%;}
	input[type=email] {width: 98%;}
	.contact-form-right .double-four-col .wpcf7-form-control-wrap textarea {width: 98%;}
	.contact-form-sec .contact-form-right div.wpcf7 img.ajax-loader {float: left; margin-left: 10px; margin-top: 15px; margin-right: 0;}
	.contact-form-sec .contact-form-right div.wpcf7-validation-errors {float: left;}
	.header-featured-image { height: 300px; margin-bottom: 48px; }
}
@media only screen and (max-width: 767px) {
	
}
@media only screen and (max-width: 700px) {
	.flexslider .slide .container h2 {margin: 32% 0 5px;}
	.case-studie-list {width: 48%;}
	.case-studie-list:last-child { margin-bottom: 50px !important; }
    .single-post .header-featured-image { height: 160px; }
}
@media only screen and (max-width: 600px) {
	.flexslider .slide .container h2 {margin: 32% 0 5px;}
}
@media only screen and (max-width: 568px) {
	.flexslider .slide .container h2 {margin: 32% 0 5px;}
}
@media only screen and (max-width: 500px) {
	.flexslider .slide .container h2 {margin: 32% 0 5px;}
}
@media only screen and (max-width: 440px) {
	.flexslider .slide .container h2 {margin: 50% 0 5px;}
}
@media only screen and (max-width: 420px) {
	.bio-img .overlay-content .overlay-content-inner {font: 20px 'kelson_sanslight' !important;}
	.case-studie-list {width: 100%;margin: 0 0 32px;}
}
@media only screen and (max-width: 400px) {
	.flexslider .slide .container h2 {margin: 50% 0 5px;}
	.person-story h2 {font: 30px 'kelson_sanslight' !important;}
	.person-story h2 strong {font: 30px 'kelson_sansbold' !important;}
	.person-story p a {font: 20px 'kelson_sanslight' !important;}
	.holistic-wellbeing p a {margin-left: 0px;}
}
@media only screen and (max-width: 380px) {
	.bio-img .overlay-content .overlay-content-inner {font: 16px 'kelson_sanslight' !important;}
}
@media only screen and (max-width: 360px) {
	.holistic-wellbeing {padding: 30px 0;}
	.holistic-wellbeing h2 {font: 30px 'kelson_sanslight' !important; margin: 0 0 20px;}
	.owl-carousel .owl-nav .owl-prev {margin-left: -40px;}
	.owl-carousel .owl-nav .owl-next {margin-right: -40px;}
	.flexslider .slide .container h2 {margin: 50% 0 5px; font: 26px 'kelson_sanslight' !important;}
	.flexslider .slide .container .slider-content {font: 16px 'kelson_sanslight' !important;}
}
@media only screen and (max-width: 320px) {
	.flexslider .slide .container h2 {margin: 60% 0 5px;}
}

.wpcf7-response-output {
    clear: both;
	color:#fff;
}