/*  Small screens */
@media only screen {
/* 	HEADER */
	.home #middle-row{position: absolute; width: 100%;}
	#middle-row{background: linear-gradient(to bottom, rgba(14,114,2,.35), rgba(14,114,2,.75)),url('/wp-content/uploads/2025/04/water-drainage.webp'); background-repeat:no-repeat; background-size: cover;}
	.home #middle-row{background: rgba(14,114,2,.35); z-index: 1}
	.wht-center{font-weight: bold; font-size: 1.125rem; text-shadow: 0 3px 6px rgba(0,0,0,.16); text-align: center; text-transform: capitalize; color: #fff; display: block;}
	#tagline-2{margin-bottom: 12px;}
	#slider-row{background: linear-gradient(to bottom, #117202 35%, #000);}
	#slider-row img{opacity: .45;}
	.nav{background: #000;}
	
/* 	TESTIMONIALS */
	blockquote.testimonial { padding: 20px 40px 20px 56px; color: #fff; background-color: rgba(0, 0, 0, 1); border-radius: 5px; }
	blockquote.testimonial:before {left: 0px; color: #2CE209;}
	blockquote.testimonial cite {color: #2CE209;}
	
/* 	GENERAL */
	.text-shadow{text-shadow: 0 3px 6px rgba(0,0,0, .16);}
	.bigger{font-weight: 700; font-size: 1.25rem; margin-bottom: 1.5rem; display: block;}
	.green-text{color: #2CE209;}
	.img-col{padding: 0;}
	
/* 	LIST */
	ul.check-box {list-style-type: none; margin-bottom: 1rem;}
	ul.check-box li{margin-bottom: 1rem;}
	ul.check-box li:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f00c'; margin: 0 12px 0 -20px; color: #000; background: #2CE209; padding: .25rem; border-radius: 1px; font-size: .75rem; }
	
/* 	BLOG */
	.blog-card{background:#000; border-radius: 5px; padding: 1rem;}
	.card-section p, .card-section {color: #fff; padding: 0;}
	.card-img img{border-radius: 3px 3px 0 0}
	.blog-title a {color: #2CE209; display: block; padding: 1rem 0;}
	.card-divider {padding: 0; background: transparent;}
	.blog-title a:hover {color: #209C07}
	.card-section span{font-weight: bold; border-bottom: 1px solid white; display: block; margin-bottom: 1rem; padding-bottom: 1rem;}
	.menu .active>a {background-color: #2CE209; color: #000;}
	th strong{color: #fff;}
	
/* 	CONTACT */
	.contact-row>div {background: rgba(0, 0, 0, .5); padding: 5rem 0 18rem 0;}
	.no-bottom-marg.contact-row>div{padding:10rem 0 5rem 0;}
	.contact-row{background:url(/wp-content/uploads/2025/04/drainage-near-door.webp); background-repeat: no-repeat; background-size: cover; background-position: center center;}
	.icon-container{background: #fff; border-radius: 50%; padding: 2rem; display: inline-block;}
/* 	.contact-col .icon-container{background: #F7F7F7;} */
	.icon-container img.aligncenter{margin-bottom: 0; max-width: 56px;}
	.widget-container{background: linear-gradient(to bottom, transparent 4.5rem, #000 4.5rem); margin-top: -14rem; padding-bottom: 2rem;}
	.contact-col{background: linear-gradient(to bottom, transparent 7.5rem, #000 7.5rem); margin-bottom: -7rem; position: relative;}
	.textwidget h3, .contact-col h3{color: #2CE209; font-weight: bold; font-size: 20px; margin-top: 1.5rem;}
	.textwidget a, .contact-col a{color:#fff;}
	.location-adress ul{margin: 0;}
	.location-adress i, .address-line-3{display: none; }
	.location-adress li{font-style: normal; color: #fff; padding-right: 0;}	
	
} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
	.top-row{background:#117202;}
	.tagline{padding: 1rem 2rem;}
	.tagline h1{font-size: 2rem;}
	.background-pic>div {background: linear-gradient(#fff 550px, rgba(0, 0, 0, .5) 550px); padding: 3rem 0;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) {
	.tagline{position: absolute; bottom: 2.5rem; max-width: 1024px;}
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
	.top-row{background:#117202;}
	.tagline{padding: 1rem 2rem;}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
	#logo.aligncenter{ max-width: 275px;}
		#middle-row{background: linear-gradient(to bottom, rgba(14,114,2,.35), rgba(14,114,2,.35)),url('/wp-content/uploads/2025/04/water-drainage.webp'); background-repeat:no-repeat; background-size: cover;}
		.tagline{bottom: 5.5rem;}
} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */