/*  Small screens */
@media only screen {
/* 	HEADER */
	#logo.aligncenter{max-width: 252px;}
	.favicon{ max-width: 190px;}
	header .button{ margin-bottom: 0;}
	
/* 	GENERAL */
	.background-pic>div {background: rgba(0, 0, 0, .5); padding: 1rem 0;}
	.rounded, .rounded img{border-radius: 25px;}
	
/* 	BLUE BACKGROUND */
	.blue-bg{position: relative;}
	.blue-bg:before { position: absolute; content: ''; background: #042F6B; width: 100%; z-index: -1; box-shadow: 0 3px 6px rgba(0,0,0,.16);}
	.blue-bg.left:before, .blue-bg.right:before  {height: 85%; border-radius: 0 0 25px 25px ;}

/* 	ACCORDION */
	.faqs{ background: #042F6B; border-radius: 25px; box-shadow: 0 3px 6px rgba(0, 0, 0, .16); margin: 3rem 0rem; padding: 0; padding-top: 2rem;}
	.faqs h2{margin-left: 1rem;}
	.accordion-container{border-radius: 25px; background:#042F6B;}
	ul.accordion{margin-bottom: 0;}
	.accordion-item.is-active .accordion-title, .accordion-title:hover {color: #fff; background: #DB0F19; border-bottom: 2px solid #000;}
	.accordion-title{padding: 1rem; border: 0px solid transparent; font-size: 20px; font-weight: bold; color: #fff; background: #042F6B; border-bottom: 2px solid #fff;}
	.accordion-title:last-child{ border-bottom: 0px solid #fff;}
	.accordion-content, .accordion{ border: transparent; background-color: transparent;}
	.accordion-content{background:#FFFFFF;}
	.accordion-content p, .accordion-content .inline-number .the_phone_number, .accordion-content a{color: #707070;}
	:last-child>.accordion-content:last-child, 	:last-child:not(.is-active)>.accordion-title {border-bottom: 1px solid transparent; border-radius: 0 0 25px 25px;}
	
/* FAQs */
	.faq-bg{position: relative;}
	.faq-bg:before { position: absolute; content:''; background: url('/wp-content/uploads/2025/11/faucet-pipes.webp'); z-index: -1; box-shadow: 0 3px 6px rgba(0,0,0,.16); background-repeat: no-repeat; background-size: cover; background-position: center center;}
	
/* 	BLOG */
	.blog-card-entry-content .card {border-radius: 25px; border: 0px solid transparent; box-shadow: 0 3px 6px rgba(0,0,0,.16);}
	.card-divider{background: #042F6B;}
	.card-divider h1{line-height:1.5rem;}
	.blog-title a, .blog-title a:hover {color: #FFF;}
	.blog-card-read-more .button{margin-left: 1rem; margin-bottom: 1rem;}
	
/* 	TESTIMONIALS */
	.contact-column i, blockquote.testimonial:before {color: #DB0F19;}
	
/* FOOTER */
	.widget-container{border-top: 2px solid #E4E4E4; padding-top: 1rem;}
	.widget-container .widget-title {color: #000; text-transform: uppercase; font-weight: bold; margin-bottom: .5rem;}
	.widget-container i {display: none;}
	.widget-container ul{margin-bottom: -1.5rem;}
	.footer{background: #000;}	
	
/* 	CONTACT */
	.contact-column .the_phone_number {padding-left: 0px;}
	
/* Check LIST */
	ul.wrench {list-style-type: none; margin-left: 3rem;}
	ul.wrench li {margin-bottom: .5rem;}
	ul.wrench li:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f7d9'; margin: 0 16px 0 -32px; color: #DB0F19; }
	
} /* 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;	}
	.main-navigation{border-bottom: 1px solid #fff;}
	.tagline h1{font-size: 2rem; line-height: 1;}
	.tagline .subtitle{margin-top: 2rem; line-height: 1.25}
	.favicon.aligncenter{max-width: 100px; margin-bottom: 2rem;}
	.faq-bg:before { height: 85%; width: 100%; border-radius: 0 0 25px 25px;}
	.faqs{margin-top: 5rem;}
	.faq-bg>div{padding: 1rem;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) {
	#logo.aligncenter{margin-bottom:0;}
	.faq-bg:before {height: 100%; width: 70%; border-radius: 0 25px 25px 0;}
	.faqs{margin: 3rem 1rem;}
} /* 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;}
	.nav-row{margin-top:-1rem;}
	.favicon{ max-width: 150px;}
	.widget-container #logo{margin-left: 0;}
	.tagline h1{font-size: 2.5rem;}
	.home .cta-row .column-block:nth-child(4) .cta-single-inner{background: rgba(219, 15, 25, .8);}
	.home .cta-row .column-block:nth-child(3) .cta-single-inner{background: rgba(4, 47, 107, .8);}
} /* 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{margin-left:0;}
	.widget-container #logo.aligncenter{max-width: 100%}
	.home .cta-row{margin-top: 5rem;}
	.margin-top{margin-top: 3rem;}
	
	.blue-bg:before {width: 70%;}
	.blue-bg.left:before {height:100%; border-radius: 0 25px 25px 0;}
	.blue-bg.right:before {height:100%; border-radius: 25px 0 0 25px; right: 0;}
} /* 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 */