/**
 * Theme Name:       Mai Prosper
 * Theme URI:        https://bizbudding.com/products/mai-prosper-theme/
 * Description:      Mai Prosper child theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.0.2
 * Text Domain:      mai-prosper
 * Template:         genesis
 * Template Version: 3.3.2
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */

body{
	font-size:16px
}
body.home .site-inner{
	background-color:#fff;
}
h2{
	font-size: 30px;
}

h3{
	font-size: 24px
}
.entry-content > h4:not(:first-child),
.entry-content > h2:not(:first-child),
.entry-content > h3:not(:first-child){
	margin-top:0;
}

h1.entry-title{
    font-size: 35px;
    margin-bottom: 10px;
}
h4{
    color:#3f4444;
    font-size: 22px;
}

/*
h3.entry-title{
	font-size: 14px !important;
	font-weight: normal;
	text-transform: uppercase
}
*/
.site-header{
    border-bottom: none;

}
body:not(.home,.page-id-2288, .page-id-1820, .page-id-2412, .page-id-2413, .page-id-2414,  .page-id-2540, .page-id-2580, .page-id-2581, .page-id-2582) main.content.has-standard-content,
body:not(.home,.page-id-2288, .page-id-1820, .page-id-2412, .page-id-2413, .page-id-2414,  .page-id-2540, .page-id-2580, .page-id-2581, .page-id-2582) main.content.has-standard-content,
body:not(.home,.page-id-2288, .page-id-1820, .page-id-2412, .page-id-2413, .page-id-2414,  .page-id-2540, .page-id-2580, .page-id-2581, .page-id-2582) main.content.has-wide-content,
body:not(.home,.page-id-2288, .page-id-1820, .page-id-2412, .page-id-2413, .page-id-2414,  .page-id-2540, .page-id-2580, .page-id-2581, .page-id-2582) main.content.has-narrow-content,
body:not(.home,.page-id-2288, .page-id-1820, .page-id-2412, .page-id-2413, .page-id-2414,  .page-id-2540, .page-id-2580, .page-id-2581, .page-id-2582) main.content.has-content-sidebar{
    background-color: #fff !important;
    padding: 30px;
    overflow: hidden
}

body:not(.home,.page-id-2288, .page-id-1820, .page-id-2412, .page-id-2413, .page-id-2414,  .page-id-2540, .page-id-2580, .page-id-2581, .page-id-2582) main.content.has-standard-content{
	overflow: hidden;
	margin-bottom: 85px;
}
body.home .content-sidebar-wrap > .content > .entry > .entry-wrap > .entry-content:first-child > .alignfull:first-child{
    margin-top: 0;
}


body:not(.home) .page-header.is-alignfull-first{
    background-image:url("/wp-content/uploads/2023/02/header-overlay.webp");
    background-repeat: no-repeat;
    background-size: 175px;
    background-position-x: 33%;
    background-position-y: 100% ;
}

 .before-header .mai-columns:first-child p strong{
     color:#000 !important;
}
.menu-item-link{
    color:#303434;
}


.gform_button.button,
.gform_button.button:hover,
aside .widget_custom_html a.button:hover,
.menu-item-link.button:hover,
.menu-item-link.button,
#site-footer .button-outline.button,
.has-background.has-text-color .button-outline.button{
    color:#fff;
}



.reverse-text.has-background .button-outline.button{
	color:#fff;
}
.button-secondary, 
.button-secondary:visited,
.has-background .button-outline.button{
    color:#378b36;
}
aside .widget_custom_html a.button:hover,
.menu-item-link-current.menu-item-link.button,
.menu-item-link.button:hover{
    background-color:#378b36;
}
.has-background .button-outline.button:hover{
    color:#fff;
}

.page-header-wrap h1{
    font-size:37px;
    text-shadow: 1px 1px 1px #000;
}

body.page:not(.home) main .wp-block-group.pull-out ul,
body.home main .wp-block-group.pull-out ul:not(.slides){
  list-style: none;  
  margin-left:25px;
}
body.page:not(.home) main .wp-block-group.pull-out ul:not(.slides) li::before,
body.home main .wp-block-group.pull-out ul:not(.slides) li::before{
    content:"\f105";
    margin-left:-20px;
    padding-right: 10px;
    color:#a6ce39;
    font-family: fontAwesome;
}

#google .wp-block-image img{
    width:100%
}



.home .entry-grid h3 a{
    color:#378b36;
}

/**
*
* sidebar
*
**/
aside .widget_custom_html a.button{
    width: 100%;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 0px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0px; 
  color:#fff;
  font-size: 26px;;
}
aside.sidebar .featuredpost article{
    border-bottom: 1px solid #d1d3d4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
aside.sidebar .featuredpost  h3{
    font-size: 26px;
}
aside.sidebar .featuredpost article header{
    margin-bottom: 5px;
}
aside.sidebar .featuredpost article h4{
    font-size: 18px;
    
}
aside.sidebar .featuredpost article h4 a,
aside.sidebar .featuredpost article h4{
    color:#378b36;
}


legend{
    color:unset;
}
/**
*
* footer
*
**/



/* #site-footer{
    background-color:#4d4d4d; 
    color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    
}
*/
/* #site-footer:before {
  content: ' ';
  display: block;
  position: absolute;
/*
  left: 0;
  top: 0;
*/
/*  width: 100%;
/*   opacity: 0.75; */
/*  background-image: url('/wp-content/uploads/2021/10/FOOTER_arborist_midsection.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}*/
#site-footer h5{
    color:#fff;
}

#site-footer ul.deets{
    list-style: none;  
  margin-left:25px;
  font-size: 1rem;
}
#site-footer ul.deets li::before{
    margin-left:-25px;
    padding-right: 10px;
    font-family: fontAwesome;
}
#site-footer ul.deets li.phone-land::before{
    content:"\f095";
}
#site-footer ul.deets li.address::before{
    content:"\f015";
}
#site-footer .footer-credits a{
    color:#fff;
}
#site-footer .footer-credits a:hover{
    color:#378b36;
}
/**
*
* Home page testimonials
*
**/

#testimonials .strong-view.wpmtst-default .wpmtst-testimonial-inner,
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial{
    border: none;
}
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial-inner{
    display: flex;
    flex-direction: column;
}
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial-field.testimonial-name{
    margin-top: auto;
}
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial-field.testimonial-company,
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial-inner, 
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial-content p,
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial-field.testimonial-name{
    text-align: center !important;
}
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial-field.testimonial-company,
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial-field.testimonial-name{
    
    font-weight: bold;
}
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial-field.testimonial-company{
    font-weight: normal;
    font-size: 14px;;
}
#testimonials .strong-view.wpmtst-default .wpmtst-testimonial .testimonial-inner::before{
    content:"\f10d";
    font-family: fontAwesome;
    font-size: 35px;
    color:#378b36;
    text-align: center;
}

/**
*
* services
*
**/
.vacuum .entry-grid,
.property .entry-grid,
.tree .entry-grid{
    color:#fff !important;
}
.vacuum .entry-wrap,
.property .entry-wrap,
.tree .entry-wrap{
    background-repeat: no-repeat;
    background-position:  5px 5px ;
    background-size: 23px 23px;
}


.gform_button.button:hover,
.vacuum .entry-grid,
.property .entry-grid,
.tree.consultancy .entry-grid{
    background-color:#378b36 ;
}
.vacuum .entry-wrap,
.property .entry-wrap,
.tree .entry-wrap{
    justify-content: center;
    /* margin-top:-15px; */
}
.property .entry-wrap,
.vacuum .entry-wrap,
.tree.consultancy .entry-wrap{
    background-image: url(/wp-content/uploads/2021/06/dk-green-leaf.png);
}

.tree.services .entry-wrap{
    background-image:url(/wp-content/uploads/2021/06/lt-green-leaf.png);
}
.vacuum .entry-grid h3,
.property .entry-grid h3,
.tree .entry-grid h3{
    font-size: 20px;
}
.vacuum .entry-grid h3 a,
.property .entry-grid h3 a,
.tree .entry-grid h3 a{color:#fff;
}
.advgb-accordion-header h5.advgb-accordion-header-title, .advgb-accordion-header h5{
    font-size: 1.2rem ;
    /*font-weight: normal;*/
}
/*
.content-sidebar-wrap > .content > .entry > .entry-wrap:last-child > .entry-content > .alignfull:last-child{
    margin-bottom: 0;
}
*/

.home-services .wp-block-buttons {
	justify-content: center;
}

.custom-display-pages .entry-overlay{
	background: none;
}
.custom-display-pages .entry-wrap{
/*
	position: absolute;
	bottom:0;
*/
/* 	background-color: rgba(255,255,255,0.9); */
	padding:0;
	text-align: center;
}

.custom-display-pages article:hover{
	  box-shadow: 1px 1px 13px 3px #ccc;
  -moz-box-shadow: 1px 1px 13px 3px #ccc;
-webkit-box-shadow: 1px 1px 13px 3px #ccc;
	
	}
	
/*
.wpcp-carousel-section.nav-vertical-center{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
*/

@media only screen and (min-width: 429px) {
    .reverse-text.wp-block-group.alignfull{
        /*padding-right: 0*/
    }
    .reverse-text.wp-block-group.alignfull > .wp-block-group__inner-container{
        /*margin-right: 0*/
    }
    .reverse-text .gb-block-layout-column-inner.gb-background-cover{
        height:100;
        min-height: 550px
    }


}
@media only screen and (min-width: 1250px) {
    #site-footer:before {
        height: 40%;
    }
}
@media only screen and (min-width:781px)and (max-width: 1249px) {
    #site-footer:before {
        height: 37%;
    }
}
@media only screen and (max-width: 780px) {
    #site-footer:before {
        height: 70%;
    }
}
@media only screen and (max-width: 428px) {

    /*.reverse-text .wp-block-group.alignfull > .wp-block-group__inner-container{*/
    /*    margin-left: 0 !important;*/
    /*    margin-right: 0 !important;*/
    /*}*/

    .reverse-text .gb-block-layout-column-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .reverse-text .gb-block-layout-column:nth-child(2) .gb-block-layout-column-inner{
        height: 250px;
        min-height: 250px;
    }
    .reverse-text div.gb-background-cover{
        background-size: contain !important;
    }
    /*#site-footer:before{*/
    /*    height: 100% !important;*/
    /*}*/
}




.entry-custom-content{
    margin-top: 60px;
}


.flex-row.cfb_wrapper > div{
    margin-bottom: 0.5rem;
}
.home .flex-row.cfb_wrapper > div,
.page-id-257 .flex-row.cfb_wrapper > div{
    margin-bottom: 30px;
}
.cfb-layout-8 .flipbox-frontImg{
    /*align-items: flex-end;*/
}
.cfb_wrapper .flipbox-icon{
    height: 70px !important;
}
.cfb_wrapper .flipbox-icon.flipbox-solid-icon{
    font-size: 26px !important;
}
.cfb_wrapper .flipbox-back-layout{
    /*justify-content: left !important;*/

}
.flipbox-icon.flipbox-solid-icon{
    color:#ffffff !important;
}
.flex-row.cfb_wrapper{
    margin-left: -15px;
    margin-right: -15px;
}
.cfb-layout-8 .flipbox-frontImg,
.cfb_wrapper .flipbox-front-layout,
.cfb_wrapper .flipbox-back-layout{
    border-radius: 0 !important;
}
.cfb_wrapper .flipbox-front-description{
    padding-bottom: 10px;
    font-family:var(--heading-font-family,);
}
.cfb_wrapper .flipbox-front-description h4{
    font-size:48px !important;
    /*margin-bottom: 0;*/
    margin-top: 0;
    line-height: 1;
}

.cfb_wrapper .flipbox-front-description p{
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
}
.cfb-layout-8 .flipbox-frontImg::before{
    background: rgba(0,0,0,0.2)
}
.cfb_wrapper .flipbox-back-layout h4,
.cfb_wrapper .flipbox-back-layout p,
.cfb_wrapper .flipbox-front-filled .flipbox-front-description h4,
.cfb_wrapper .flipbox-front-filled .flipbox-front-description p{
    color:#fff !important;
    /*text-align: left !important;*/

}
.cfb_wrapper .flipbox-front-filled .flipbox-front-description h4{
    /*text-shadow: 2px 2px 2px #000;*/
    /*text-transform: uppercase;*/
    font-size: 25px !important;
}
.cfb_wrapper .flipbox-back-layout h4{
    line-height: 1;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px;
}
.cfb-layout-8 .flipbox-background-img::before,
.cfb-layout-8 .flipbox-background-img{
    background:#a6ce39 !important;
}
.cfb_wrapper .flipbox-container{
    margin-top: 0 !important;
}
.cfb_wrapper .back-layout-btn{
    clear:both;
    background:transparent;
    border-radius: 25px;
    border:1px solid #fff;
    color:#fff !important;
    display: block !important;
    /*text-transform: uppercase;*/
    font-weight:normal;
    letter-spacing: normal;

}

@media only screen and (max-width: 1035px) {
    #about-heritage .wp-block-column,
    #industry-leader .wp-block-column:last-child{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #about-heritage .has-xl-padding-right{
        padding-right: 0 !important;
    }
    #about-heritage .wp-block-column .wp-block-columns .wp-block-column:first-child,
    #industry-leader .wp-block-column:first-child{
        display: none;
    }
    body:not(.page-id-2288 ) .entry-content .wp-block-group__inner-container{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #about-heritage .wp-block-column:first-of-type{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media only screen and (max-width: 781px) {
    .page-id-2288 .wp-block-columns .wp-block-group{
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 782px) {
    .page-id-1820 .is-layout-flex,
    .page-id-2288 .is-layout-flex,
    .page-id-2540 .is-layout-flex{
        gap:30px;
    }
}
@media only screen and (max-width: 1600px) {
    #about-heritage .has-xl-padding-right{
        padding-right: 0px !important;
    }

}
.wp-block-buttons[class*="wp-container-"]{
    gap:20px;
}
.sub-menu{
    font-size: 18px !important ;
}
@media only screen and (max-width: 1300px) {
    .wp-block-column.is-vertically-aligned-center {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .wp-block-media-text .wp-block-media-text__content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    body:not(.page-id-1820,  .page-id-2540) .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-child{
        padding-right: 0;
    }
    .wp-block-image .alignleft,
    .wp-block-image .alignright{
        margin: 0;
    }
}
/* @media only screen and (min-width: 1301px) {
    body:not(.page-id-1820,  .page-id-2540) .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-child{
        padding-right:30px
    }
} */