/* 
 Theme Name:     Divi Child theme by Lake Design
 Author:         Lake Design
 Author URI:     https://lakedesign.co x
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* Gravity Forms */

input[type=text] {
	background-color: #f8f9f6;
    border: 1px solid #dadada;
    color: #021835;
    padding: 13px !important;
}

.gform_wrapper .top_label .gfield_label {
    font-size: 14px;
    text-transform: uppercase;
    color: #021935;
}

.gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 5px !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none !important;
}

.gform_wrapper .gfield_radio li label, .gform_wrapper .gfield_checkbox li label {
	font-size: .975em !important;
}

.gform_wrapper .top_label input.medium {
    width: 100% !important;
}

input[type=submit] {
	font-size: 18px;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: rgba(98,161,97,0);
    padding-top: 11px!important;
    padding-right: 34px!important;
    padding-bottom: 11px!important;
    padding-left: 34px!important;
    border: 2px solid;
    border-radius: 3px;
    border-color: #69ba69 !important;
    color: #ffffff;
    background: #69ba69;
}

input[type=submit]:hover {
	color: white; 
	border-color: #4f924f !important;
	background: #4f924f;
}

.gform_wrapper textarea {
    background: #f8f9f6;
}

#footer-info {
    text-align: center;
    color: white;
    padding-bottom: 10px;
    float: none;
}

.et_header_style_left #et-top-navigation {
    padding: 28px 0 0 0 !important;
}

.book_btn a {
	background: #6aba6a;
	padding: 13px 20px !important;
	border-radius: 3px;
	font-size: 17px !important;
	transition: 0.5s;
}

#top-menu .book_btn.current_page_item>a {
	color: white !important;
}

.book_btn a:hover {
	background: #4f924f;
}

.book_btn a::after {
	display: none !important;
}

#footer-info a {
    color: white !important;
}


/* MOBILE */
.mobile-menu-trigger {
    display:none;   
    float: right;
    position: absolute;
    right: 0px;
    top: 16px;
}

.menu-icon {
    position: relative;
    width: 1.5em;
    height: 2.5em;
}

.menu-icon span {
    position: absolute;
    height: 0.15em;
    width: 100%;
    background-color: #fff;
    transition: all 250ms ease-in-out;
    transform: rotate(0deg);
    border-radius: 3px;
}

.menu-icon span:nth-child(1) {
    top: 0.39375em
}
    
.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 0.9655em;
}

.menu-icon span:nth-child(4) {
    top: 1.475em;
}

.mobile-menu-trigger:hover span,
.mobile-menu-trigger:focus span,
.mobile-menu-trigger:active span {
    background: #fff;
}

.menu-icon.is-active span:nth-child(1),
.menu-icon.is-active span:nth-child(4) {
    opacity: 0; 
}

.menu-icon.is-active span:nth-child(2) {
    transform: rotate(45deg);
}

.menu-icon.is-active span:nth-child(3) {
    top: 0.9655em;
    transform: rotate(-45deg);
}

.menu-icon.is-active {
    position: fixed;
    right:38px;
}

.menu-icon.is-active span {
    background:#fff;
}

.mobile-menu-show .book_btn a {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0;
}

.mobile-menu-show .mobile_tag a:after, .mobile-menu-show .weather-wrap {
	display: none !important;
}

/* RESPONSIVE */

@media (min-width: 1700px) {
	.et_fullwidth_nav #main-header .container {
    width: 85% !important;
    max-width: 85% !important;
	}
	#top-menu li a {
    font-size: 24px !important;
}
	.book_btn a {
    padding: 20px 20px !important;
		font-size: 23px !important;
	}
}

@media (min-width: 981px) and (max-width: 1300px) {
	.colorcards .card3 h2, .colorcards .card2 h2, .colorcards .card h2 {
		bottom: 5px !important;
    font-size: 27px !important;
	}
}

@media (min-width: 981px) and (max-width: 1080px) {
.book_btn a {
    padding: 13px 13px !important;
    font-size: 15px !important;
}
#top-menu li a {
    font-size: 16px !important;
}
}

@media (max-width:980px) {
		.colorcards .card3 h2, .colorcards .card2 h2, .colorcards .card h2 {
		bottom: 5px !important;
    font-size: 32px !important;
			text-shadow: 2px 2px 8px rgba(0,0,0,0.3) !important;
	}
	.schedule_btn {
		font-size: 16px !important;
		padding: 11px 18px !important;
	}
	#logo {	
	max-width: 100%;
    max-height: 80%;
}

.colorcards .card {
  height: 300px !important;
}

.colorcards .card .pic {
  height: 300px !important;
}
.how-left, .how-right {
    border-top: none !important;
	border-left: none !important;
}
	.how-item {
	padding: 5px 0 0 60px !important;
    margin-left: 0 !important;
		margin-bottom: 35px !important;
	}
	.how-right:after {
    border-top: none !important;
}
	.how-subscribe {
    padding-left: 60px !important;
    margin-left: 0 !important;
}
	.logo_container {
    margin-top: 2px;
}
	.et_menu_container { width: 90% !important;}
    a.site_btn,.mobile_menu_bar {display:none;}
    .mobile-menu-trigger {display:block;}   
    .mobile-menu-show {
        width:100% !important;
        margin-left:0 !important;
    }
	.footer-widget:nth-child(1) {
		display: none;
	}
	.footer-widget:nth-child(2) {
		padding-top: 30px;
	}
	.footer-widget:nth-child(4) {
		padding: 30px 0 !important;
	}
	
	#footer-widgets .footer-widget {
		width: 100%!important;
    margin-right: 0!important;
	}
    #et-top-navigation {
        height:60px;
    }
    #top-menu {
        margin-left:-100%;
        width: 0;
        padding: 0;
        float: right;
        margin-top: 0;
        position: fixed;
        background: #252e36;
        color: white;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0px;
        transition:1.3s all;
        display:block !important;
        padding-top:10px;
    }
    .admin-bar #top-menu {
        padding-top:56px;
    }
    #top-menu li {
        display: inline-block;
        font-size: 14px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 30px;
        line-height: 2em;
    }
    #top-menu li a {
        color:white;
        opacity: 1;
        padding:10px 0 !important;
    }
    #top-menu li a:after {
        border-color:white;
    }
    #top-menu .menu-item-has-children>a:first-child:after {
        display:none;
    }
    #top-menu ul.sub-menu {
        background: transparent;
        display: block;
        width: 100%;
        border: 0;
        position: relative;
        color: white !important;
        padding: 0 !important;
        opacity: 1;
        visibility: visible;
    }
    #top-menu li li {
        padding: 0;
        margin: 0;
        line-height: 2em;
    }
    #top-menu li li a {
        color: white !important;
        padding: 10px 0 10px 20px !important;
    }
    #footer-info a { 
        position:relative;
        text-align:center;
    }
	#footer-social {
    margin-top: 0 !important;
    float: left !important;
		margin-bottom: 8px !important;
}
	#footer-social a:nth-of-type(1) {
	margin-left: 0 !important;
	}
}

@media (max-width: 767px) {
	#footer-widgets .footer-widget:nth-child(3), #footer-widgets .footer-widget:nth-child(4) {
	margin-bottom: 0 !important;
}
}

/* flip cards*/

.colorcards {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.colorcards .card {
  position: relative;
  width: 100%;
  height: 415px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 4px;
}

.colorcards .card h2 {
  z-index: 99;
  font-family:"PoynterBold";
  position: absolute;
  bottom: 1px;
  left: 20px;
  font-size: 38px;
  font-weight: 900;
  color: white;
  transition: all 0.1s ease;
  line-height: 1.1em;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.colorcards .card2 h2 {
  z-index: 99;
  font-family:"PoynterBold";
  position: absolute;
  bottom: 1px;
  left: 20px;
  font-size: 38px;
  font-weight: 900;
  color: white;
  transition: all 0.1s ease;
  line-height: 1.1em;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.colorcards .card3 h2 {
  z-index: 99;
  font-family:"PoynterBold";
  position: absolute;
  bottom: 1px;
  left: 20px;
  font-size: 38px;
  font-weight: 900;
  color: white;
  transition: all 0.1s ease;
  line-height: 1.1em;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.colorcards .card .pic {
  z-index: 100;
  width: 100%;
  height: 415px;
  background-image: url("/wp-content/uploads/2021/04/earthform.cornwall.house-005-1.jpg");
  background-size: cover;
}

.colorcards .card .social {
  position: absolute;
  left: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  border-radius: 80px;
  z-index: 1;
}

.colorcards .card .social p {   
    opacity: 0;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    will-change: transform;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.5s ease;
    font-family: 'proxima-nova';
    line-height: 1.2em;
}

.colorcards .card:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.colorcards .card button {
  position: absolute;
  right: 14px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  background-color: #3e8a3e;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  transition: all 0.6s ease;
  mix-blend-mode: hard-light;
}

.colorcards .card:hover button {
  transform: scale(50.5);
}

.colorcards .card:hover p {
  color: #fff;
}

.colorcards .card:hover h2 {
  color: #fff;
  text-shadow: none;
  }

.colorcards .card2 .pic {
  background-image: url("/wp-content/uploads/2021/04/EarthformHDR-8.jpg");
}

.colorcards .card2 button {
  background-color: #355082;
}

.colorcards .card3 .pic { 
	background-image: url("/wp-content/uploads/2021/04/earthform.the_.hills_.house-004-1.jpg");
}

.colorcards .card3 button {
 background-color: #a0422d;
}

.dr {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100px;
}

/* Replacing Icon */

.check_icon .et-pb-icon::after {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.35rem;
    line-height: 1.35rem;
    font-weight: 100;
    color: #69ba69;
}

.check_icon .et_pb_blurb_description, .no_icon .et_pb_blurb_description {
	margin-top: -5px;
}

.no_icon .et-pb-icon::after {
    content: '\f057';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.35rem;
    line-height: 1.35rem;
    font-weight: 100;
    color: #a0422d;
}

/* Steps */

.how-left {
    border-top: 1px solid #d2d2d2;
}

.how-right {
    border-left: 1px solid #d2d2d2;
    padding-top: 40px;
    position: relative;
}

.how-left h1 {
    background-color: #fff;
    padding: 0 20px;
    margin-left: -20px;
    display: inline-block;
    position: relative;
    top: -20px;
	width: 390px;
	line-height: 1.2em;
}

.how-right:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 80px;
    border-top: 1px solid #d2d2d2;
}

.how-subscribe {
    padding-left: 65px;
    margin-left: -15px;
    margin-bottom: -27px;
    position: relative;
    z-index: 1;
}

.how-item-3 {
    background: url("/wp-content/uploads/2021/04/pool.png") no-repeat left top;
    background-size: 40px;
}

.how-item-2 {
    background: url("/wp-content/uploads/2021/04/design.png") no-repeat left top;
    background-size: 40px;
}

.how-item-1 {
    background: url("/wp-content/uploads/2021/04/calendar.png") no-repeat left top;
    background-size: 40px;
}

.how-item {
	margin-bottom: 60px;
    padding: 5px 0 0 80px;
    margin-left: -21px;
}

.schedule_btn {
	background: #69ba69;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    padding: 16px 28px;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    display: inline-block;
    letter-spacing: 0;
    font-family: 'proxima-nova';
	transition: 0.5s;
}

.schedule_btn:hover {
	background: #347334;
}

.how-right p {
	font-size: 17px;
    line-height: 1.6em;
	color: #494949;
}

.how-right h4 {
    font-size: 22px;
}

/* FOOTER */


.footer-widget {
    margin-bottom: 2.5% !important;
}

#footer-widgets {
    padding: 4% 0 0 !important;
}

#sb_instagram {
	padding-bottom:0 !important;
}

.et_header_style_left #et-top-navigation {
    padding: 30px 0 0 0 !important;
}

#footer-widgets h4.title {
    font-size: 17px;
    color: rgba(255,255,255,0.7);
}

#footer-widgets .footer-widget li {
	padding-left:0;
	display:table;
	font-family:'proxima-nova';
}

#footer-widgets .footer-widget li:before {
	display:none;
}

#footer-widgets a {
	color: white !important;
	font-family:'proxima-nova';
}

#footer-widgets a:after {
    display: block;
    content: '';
    border-bottom: solid 1px rgba(255,255,255,0.7);
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

#footer-widgets a:hover:after {
    transform: scaleX(1);
}

#footer-bottom {
	background:#252d36;
}

#footer-info {
    text-align: left;
    color: white;
    padding-bottom: 10px;
    float: left;
}

#footer-info li {
	display:inline-block;
	margin-right:16px;
}

#footer-info li a {
	font-weight: 500 !important;
    text-transform: uppercase;
    transition: 0.4s all;
    font-family: 'proxima-nova';
    font-size: 13px;
	color: white;
}

#footer-info li a:hover {
	color:#69ba69;
}

#footer-info a {
    font-weight: 700;
    color: white;
	transition:0.4s all;
}

#footer-info a:hover {
	color:#69ba69;
}

#footer-social {
	float:right;
	margin-top:10px;
}

#footer-social a {
	color:white;
	margin-left:22px;
	transition:0.4s all;
	font-size:22px;
}

#footer-social a:hover {
	color:#69ba69;
}

#text-2 a::after {
	display: none !important;
}

.mabel-bhi-businesshours tr:nth-child(1) td {
    padding: 15px 0;
        border-bottom: 1px solid rgb(255 255 255 / 21%);
    list-style: none;
    text-align: left;
	margin-bottom: 10px;
	    font-family: 'proxima-nova';
}

.mabel-bhi-businesshours tr:nth-child(2) td {
    padding: 15px 0;
	    font-family: 'proxima-nova';
}

.mabel-bhi-businesshours tr:nth-child(2) td:nth-child(2), .mabel-bhi-businesshours tr:nth-child(1) td:nth-child(2) {
text-align: right;
	font-weight: 700;
	color: rgba(255,255,255,0.7);
	font-family: 'proxima-nova';
}

.footer-widget:nth-child(2) {
	margin-right: 2%;
}

.footer-widget:nth-child(3) {
	width: 26% !important;
}

.footer-widget:nth-child(4) {
	width: 19% !important;
}


.city-icon {
	height: 25px;
    display: inline-block;
    filter: invert(1);
    vertical-align: bottom;
    margin-right: 7px;
	transition:0.4s all;
}

.city-temp {
    display: inline-block;
    color: white;
	transition:0.4s all;
	font-size: 18px;
    padding: 0 0 6px 0;
}

.weather-wrap a::after, .social-icon a::after {
	display: none !important;
}

.social-icon {
	padding-right: 12px !important;
}

/* Services Page */ 

#services_box .et_pb_blurb_container {
	padding: 30px 20px;
	background: white;
	border-radius: 4px;
	margin-top: -6px;
	min-height: 348px;
}

#services_box .et_pb_main_blurb_image {
    margin-bottom: 0px;
}