/*
  Custom Styles by Morningstar Digital (MD)
  Your custom style will be added here.
*/


/* Globals */

:root {
  --clr-primary: #40B64E;
  --clr-accent: #0B743A;
  --fnt--primary: 'Comfortaa',display;
  --fnt--secondary: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  --fnt-heading1: clamp(40px, 4.427vw, 85px);
  --fnt-heading2: clamp(35px, 3.750vw, 72px);
  --fnt-heading3: clamp(30px, 3.333vw, 64px);
  --fnt-heading4: clamp(28px, 2.500vw, 48px);
  --fnt-heading5: clamp(25px, 1.875vw, 36px);
  --fnt-heading6: clamp(20px, 1.250vw, 24px);
}

.md header .header__cta {
    background-color: var(--clr-primary);
    color: #fff;
    padding: 0 !important;
}

.md header .header__cta a {
    color: #fff !important;
    padding: 21px 66px 21px 66px !important;
}



.md header #top-menu > li:not(:last-child){
	padding-right: 30px;
}

.md header #top-menu li a{
	font-weight: 400;
}



.md .break--long-text{
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word;
}

.md .block--blend-mode{
	background-blend-mode: multiply;
}

.md #main-footer{
	display: none;
}

body.md{
	font-weight: 400;
}

.md .block__inner-hero{
	height: clamp(400px, 35.885vw, 689px);
}

.md .block__inner-hero h1{
	line-height: 1.1150588235294119em;
}	

.md .elem__title h1{
	font-size: var(--fnt-heading1);
}

.md .elem__title h2{
	font-size: var(--fnt-heading2);
}

.md .elem__title h3{
	font-size: var(--fnt-heading3);
}

.md .elem__title h4{
	font-size: var(--fnt-heading4);
	line-height: 1.115em;
}

.md .elem__title h5{
	font-size: var(--fnt-heading5);
}

.md .elem__title h6{
	font-size: var(--fnt-heading6);
}

.md .elem__title-inner-page h2{
	font-size: var(--fnt-heading4);
	line-height: 1.115em;
}

.md .fnt__lg--mod{
	font-size: clamp(20px, 1.250vw, 24px);
}

.md .elem__title h1,
.md .elem__title h2,
.md .elem__title h3,
.md .elem__title h4,
.md .elem__title h5,
.md .elem__title h6,
.md .elem__title-inner-page h2{
	padding-bottom: 0;
}

/* Modifiers */

.md .title--text-shadow h1{
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

.md .elem__title--mod{
	font-weight: 700;
}

.md .elem__hr--mod hr{
	background-color: var(--clr-primary);
	height: 5px;
	max-width: 90px;
	border: none;
	margin-left: 0;
	margin-top: 23px;
}

.md .block__lists--mod ul{
	list-style-type: none;
	padding: 0;	
}

.md .elem__lists--mod li:before{
	content: '\2022';
    color: var(--clr-primary);
    font-size: 34px;
    vertical-align: top;
    margin-right: 33px;
}



/* Button */

.md .button__dflt{
	max-width: 330px;
	width: 100%;
	font-size: 24px;
	text-align: center;
	min-height: 80px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.md .button__center{
	margin: 0 auto;
}



/* Forms */

.md .form--nolabel .nf-field-label{
	display: none;
}

.md .elem__form .nf-form-content{
	padding: 0;
}

.md .elem__form .submit-container{
	margin-bottom: 0 !important;
}

.md .block__newsletter .nf-form-fields-required,
.md .elem__form .nf-form-fields-required{
	display: none;
}

.md .elem__form .nf-form-content input:not([type=submit]){
	border: none !important;
	color: #000000;
	padding-left: 0;
}

.md .elem__form .nf-form-content input:not([type=submit]),
.md .elem__form .nf-form-content textarea{
	border-bottom: 1px solid #93BCB5 !important;
}

.md .elem__form .nf-form-content textarea{
	background-color: #FFFFFF;
}

.md .elem__form .nf-form-content nf-field:nth-of-type(1) .nf-field-container,
.md .elem__form .nf-form-content nf-field:nth-of-type(2) .nf-field-container{
	width: 47%;
	display: inline-block;
	vertical-align: top;
}

.md .elem__form .nf-form-content nf-field:nth-of-type(1) .nf-field-container{
	margin-right: 3%;
}

.md .elem__form input::placeholder,
.md .elem__form textarea::placeholder{
	font-size: 18px;
	color: #000000;
	font-family: var(--fnt--secondary);
}

.md .elem__form .nf-form-content input:not([type=submit]):focus{
	background-color: transparent;
}

.md .elem__form .nf-form-content input[type=submit]{
    max-width: 330px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    min-height: 80px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: var(--clr-primary);
}

.md .nf-form-content input[type=submit]:hover,
.md .elem__form .nf-form-content input[type=submit]:hover{
	background-color: var(--clr-accent);
	color: #FFF;
}

.md .sec-form-area .elem__form h3{
	display: none;
}

.md .block__contact-page .elem__form h3{
    text-align: center;
    background: green;
    margin-left: clamp(-50px, -2.604vw, -40px);
    margin-right: clamp(-50px, -2.604vw, -40px);
    font-size: clamp(28px, 2.500vw, 48px);
    color: #FFF;
    padding-top: clamp(20px, 1.615vw, 31px);
    padding-bottom: clamp(20px, 1.615vw, 31px);
    margin-bottom: clamp(30px, 2.917vw, 56px);
}

/* Subscribe Form */

.md .block__newsletter .nf-form-content{
	padding: 0;
}

.md .block__newsletter .nf-field-container{
	margin-bottom: 0;
}

.md .block__newsletter .nf-form-content nf-fields-wrap{
	display: flex;
	justify-content: center;
}

.md .block__newsletter .nf-form-content nf-field:nth-of-type(1),
.md .block__newsletter .nf-form-content input[type=email]{
	height: 84px;
	width: 100%;
	max-width: 480px;
	font-size: clamp(20px, 1.250vw, 24px);
}

.md .block__newsletter .nf-form-content nf-field:nth-of-type(2),
.md .block__newsletter .nf-form-content input[type=submit]{
	height: 84px;
	width: 100%;
	max-width: 210px;
	font-size: clamp(20px, 1.250vw, 24px);
	background-color: var(--clr-primary);
	color: #FFF;
	cursor: pointer;
	text-align: center;
}


/* Column Aligner */
.md .lg-valign-center-row .et_pb_column,
.md .lg-valign-center-section,
.md .lg-valign-center-module {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}




/* Homepage */

.md .block__hero{
	height: clamp(600px, 50vw, 960px);
}

.md .block__hero .elem__title--shadow h1{
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.md .block__hero .elem__title--mod h5{
	font-weight: 400;
}


/* Homepage Services Blurbs */

.md .block__services h4{
	font-size: var(--fnt-heading4);
	line-height: 1.115em;
}

.md .block__services .et_pb_main_blurb_image{
	margin-bottom: clamp(30px, 2.396vw, 46px);
}

.md .block__services .et_pb_main_blurb_image img{
	max-height: 300px;
	object-fit: cover;
}

.md .block__services .elem__service-blrb h6{
	font-size: var(--fnt-heading6);
	line-height: 1.115em;
	max-width: 336px;
	margin: 0 auto;
	padding-bottom: 0;
}

/* CTA Strip */

.md .block__cta{
	padding-top: clamp(60px, 4.948vw, 95px);
	padding-bottom: clamp(60px, 4.948vw, 95px);
}

/* Homepage__Why Choose Us */

.md .sec-form-area .elem__col1{
	display: flex;
	align-items: flex-end;
}

.md .sec-about .content__about ul li{
	display: flex;
	font-size: clamp(20px, 1.563vw, 30px);
	line-height: 1.172em;
	font-weight: 600;
}

.md .sec-about .content__about ul li:not(:last-child){
	margin-bottom: clamp(30px, 3.021vw, 58px);
}

/* Homepage__Contact Area */
.md .sec-form-area:after {
    content: '';
    background: url(/wp-content/uploads/2022/02/contact-area__hero.jpg)no-repeat;
    height: 100%;
    width: 68.229166666667%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}

.md .sec-form-area .contact__content{
	background: rgba(255, 255, 255, 0.6);
	padding-top: clamp(29px, 2.552vw, 49px);
	padding-bottom: clamp(49px, 3.594vw, 69px);
	position: relative;
	flex-grow: 1;
}

.md .elem__form{
	padding: clamp(40px, 3.958vw, 76px) clamp(40px, 2.604vw, 50px) clamp(40px, 3.073vw, 59px); 
	box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.25);
}

.md .block__contact-page .elem__form{
	padding: 0 clamp(40px, 2.604vw, 50px) clamp(40px, 3.073vw, 59px); 
}


.md .sec-form-area .contact__content .et_pb_text_inner{
	max-width: 570px;
}

.md .sec-form-area .contact__content:before {
    content: '';
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
}

.md .sec-form-area .contact__content h5{
	margin-top: 25px;
}


/* Homepage - Testimonials */

.md .sec-testimonials .block__testimonial .dica-item-content{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.md .sec-testimonials .block__testimonial .dica-item-content .content:after{
    content: '';
    height: 5px;
    background: var(--clr-primary);
    width: 90px;
    position: absolute;
    display: block;
    border: none;
    bottom: 12px;
}

.md .sec-testimonials h4{
	font-size: clamp(28px, 2.500vw, 48px);
	font-weight: 700;
}


.md .sec-testimonials .block__testimonial .dica-item-content .content{
	order: 1;
	position: relative;
	padding-bottom: 35px;
}

.md .sec-testimonials .block__testimonial .dica-item-content h4{
	order: 2;
	padding-bottom: 0;
}
.md .sec-testimonials .block__testimonial .dica-item-content h6{
	order: 3;
	padding-bottom: 0;
	font-weight: 400;
}

.md .sec-testimonials .block__testimonial .dica-item-content h4:after{
	content: '|';
	padding: 5px;
}

.md .sec-testimonials .block__testimonial .swiper-pagination{
	margin-top: clamp(30px, 3.073vw, 59px);
}

.md .sec-testimonials .block__testimonial .swiper-pagination span:not(:last-of-type){
	margin-right: clamp(25px, 1.771vw, 34px) !important;
}

.md .sec-testimonials .block__testimonial .swiper-pagination span.swiper-pagination-bullet{
	width: 11px;
	height: 11px;
}


/*Footer*/

.md .block__footer .block__footer-logo{
	margin-bottom: clamp(30px, 2.292vw, 44px);
}

.md .block__footer .block__footer-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
}

/* About Page */

.md .sec-about-page{
	padding-top: clamp(60px, 3.958vw, 76px);
	padding-bottom: clamp(60px, 3.698vw, 71px);
}

.md .sec-about-page .elem__about-blrb h5{
	font-size: clamp(22px, 1.458vw, 28px);
	font-weight: 600;
	padding-bottom: 0;
	line-height: 1.172em;
}

.md .sec-about-page .elem__about-blrb .et_pb_main_blurb_image{
	margin-bottom: clamp(30px, 2.448vw, 47px);
}

.md .sec-support .elem__title h4{
	margin-bottom: clamp(30px, 3.073vw, 59px);
}

.md .sec-support .block__video{
	margin-bottom: clamp(40px, 3.958vw, 76px);
}


/* Blog Page */
.md .block__blog-grid ul{
	display: block !important;
	list-style-type: none;
	padding: 0;
	margin-bottom: clamp(7px, 2.031vw, 39px);
}

.md .block__blog-grid div.alm-reveal{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.md .block__blog-grid div.alm-reveal li{
    max-width: 450px;
    border: 2px solid #6DA49A;
    padding: 30px 30px 38px;
    margin-bottom: 33px;
}

.md .block__blog-grid div.alm-reveal li img{
	height: 300px;
	object-fit: cover;
	margin-bottom: 30px;
	width: 100%;
}

.md .block__blog-grid div.alm-reveal li h3{
	font-size: clamp(20px, 1.250vw, 24px);
	line-height: 1.115em;
	padding-bottom: 0;
}

.md .block__blog-grid div.alm-reveal li .entry-meta{
	font-size: 14px;
	line-height: 1.7857142857142858em;
	color: #089447;
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 11px;
	padding-bottom: 0;
}

.md .block__blog-grid div.alm-reveal li > p{
	color: #000;
	line-height: 1.7857142857142858em;
}

.md .block__blog-grid div.alm-reveal li .read-more{
	min-height: 45px;
    background: #40B64E;
    max-width: 176px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-transform: capitalize;
    margin-top: 19px;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7857142857142858em;
}

.md .block__blog-grid .alm-load-more-btn{
    background: #40B64E;
    max-width: 450px;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #FFF;
    font-size: clamp(20px, 1.250vw, 24px);
    line-height: 1.0416666666666667em;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}

/* Divi Blog layout 
.md .block__blog-grid .et_pb_ajax_pagination_container{
	display: flex;
	flex-wrap: wrap;
}


.md .block__blog-grid article{
    width: calc(96% / 3);
    max-width: 450px;
    border: 2px solid #6DA49A;
    padding: 30px 30px 38px;
    margin-bottom: 33px;
}

.md .block__blog-grid article:not(:nth-of-type(3n + 3)) {
	margin-right: 2%;
}

.md .block__blog-grid article  .entry-featured-image-url,
.md .block__blog-grid article img{
	height: 300px;
	object-fit: cover;
	margin-bottom: 30px;
}

.md .block__blog-grid article .entry-title{
	font-size: clamp(20px, 1.250vw, 24px);
	line-height: 1.115em;
}

.md .block__blog-grid article .published{
	font-size: 14px;
	line-height: 1.7857142857142858em;
	color: #089447;
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 11px;
}

.md .block__blog-grid article .post-content p{
	color: #000;
	line-height: 1.7857142857142858em;
}

.md .block__blog-grid article .more-link{
    min-height: 45px;
    background: #40B64E;
    max-width: 176px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-transform: capitalize;
    margin-top: 19px;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7857142857142858em;
}
*/

/* Contact Page */

.md .block__contact-page .block___kalm-logo{
	width: clamp(150px, 12.448vw, 239px);
}

.md .block__contact-page .blrb__contact-item h5{
	font-size: clamp(20px, 1.875vw, 36px);
	font-family: var(--fnt--secondary);
	font-weight: 700;
	padding-bottom: 0;
}

.md .block__contact-page .blrb__contact-item .et_pb_blurb_content{
	display: flex;
	align-items: center;
}

.md .block__contact-page .blrb__contact-item .et_pb_main_blurb_image{
	width: clamp(30px, 3.246vw, 62.33px);
	min-width: 30px;
	margin-bottom: 0;
}

.md .block__contact-page .et_pb_social_media_follow:before{
    content: 'Follow Us';
    font-size: clamp(20px, 1.875vw, 36px);
    vertical-align: middle;
    font-weight: bold;
    margin-right: 34px;
}

/* Services Page */

.md .block__service-item h2{
	font-size: clamp(25px, 1.875vw, 36px);
	font-weight: 700;
	line-height: 1.115em;
	color: #0A4924;
	padding-bottom: 0;
}


/* FB Feed */
.md .block__fb-feed #cff{
	margin-bottom: 0;
}

.md .block__fb-feed #cff .cff-item{
	padding-bottom: 0;
}

.md .block__fb-feed #cff .cff-author{
	padding: 0 clamp(20px, 2.344vw, 45px);
	margin-bottom: 11px;
} 

.md .block__fb-feed #cff .cff-post-text{
	padding: 0 clamp(20px, 2.344vw, 45px);
	margin-bottom: 23px;
}

.md .block__fb-feed #cff .cff-meta-wrap{
	display: none;
}

/* Maintenance page */

.md .block__maintenance-hero .block__img img{
	width: clamp(70%, 15.052vw, 289px);
}

.md .block__maintenance-hero h1{
	font-size: clamp(30px, 4.427vw, 85px);
	padding-bottom: 0;
}

.md .block__maintenance-hero h2{
	font-size: clamp(20px, 1.875vw, 36px);
	padding-bottom: 0;
	line-height: 1.1719444444444445em;
}

.md .block__maintenance-hero h3{
	font-size: clamp(28px, 4.167vw, 80px);
	padding-bottom: 0;
}





/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}

/*** Custom Desktop Only ***/
@media all and (min-width: 981px) {
	/* CTA Strip */

	.md .block__cta .elem__col1{
		width: 64.184397163121%;
		margin-right: 12.41134751773%;
	}

	.md .block__cta .elem__col2{
		width: 23.404255319149%;
	}

	/* Homepage - About */
	.md .sec-about .elem__col1{
		width: 40.425531914894%;
		margin-right: 10.63829787234%;
	}

	.md .sec-about .elem__col1 .et_pb_image{
		margin-top: 46px;
	} 

	.md .sec-about .elem__col2{
		width: 45.815602836879%;
	}

	/* About Page */

	.md .sec__about-initial .elem__col1{
		width: 57.081280788177%;
		margin-right: 0.92364532019704%;
	}

	.md .sec__about-initial .elem__col2{
		width: 41.995073891626%;
	}

	/* Blog Page */
	.md .block__blog-grid div.alm-reveal li{
		width: calc(96% / 3);
	}

	.md .block__blog-grid div.alm-reveal li:not(:nth-of-type(3n + 3)){
		margin-right: 2%;
	}

	/* Subscribe */
	.md .block__cta-newsletter .elem__col1{
		width: 51.063829787234%;
	}

	.md .block__cta-newsletter .elem__col2{
		width: 48.936170212766%;
	}

	/* Services Page */

	.md .block__service-item .elem__col1{
		width: 31.914893617021%;
		margin-right: 10.63829787234%;
	}

	.md .block__service-item .elem__col2{
		width: 57.446808510638%;
	}

	.md .block__service-item.mod--invert .elem__col1{
		width: 57.446808510638%;
		margin-right: 10.63829787234%;
	}

	.md .block__service-item.mod--invert .elem__col2{
		width: 31.914893617021%;
	}

	/*About Blrbs*/

	.md .block__blrb-wcu .elem__col1,
	.md .block__blrb-wcu .elem__col2,
	.md .block__blrb-wcu .elem__col3,
	.md .block__blrb-wcu .elem__col4{
		width: 23.404255319149%;
	}

	.md .block__blrb-wcu .elem__col1,
	.md .block__blrb-wcu .elem__col2,
	.md .block__blrb-wcu .elem__col3{
		margin-right: 2.1276595744681%;
	}


}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

	.md .custom-row { 
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; 
		flex-wrap: wrap;
	}
	.md .first-on-mobile {
		-webkit-order: 1;
		order: 1;
		margin-bottom: 30px !important;
	}
	.md .second-on-mobile {
		-webkit-order: 2;
		order: 2;
		margin-bottom: 0 !important;
	} 

}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

	/* Blog Page */
	.md .block__blog-grid div.alm-reveal li{
		width: calc(98% / 2);
	}

	.md .block__blog-grid div.alm-reveal li:not(:nth-of-type(even)){
		margin-right: 2%;
	}
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (min-width: 480px) {
	.md .block__footer .block__footer-menu ul li:not(:last-child){
		margin-right: 35px;
	}

	.md .block__contact-page:after{
		content: '';
		width: 39.322916666667%;
		max-width: 755px;
		height: 100%;
		background: #CADCD1;
		position: absolute;
		top: 0;
		right: 0;
	}
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	.md .block__footer .block__footer-menu ul{
		flex-direction: column;
		align-items: center;
	}
}

@media all and (max-width: 300px) {
	.md .block__contact-page .et_pb_social_media_follow:before{
	    display: block;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
}