/*  Small screens */
@media only screen {
/* HOMEPAGE	 */
	.home .button {margin-top: 1rem;} 
	.home h2 {font-size: 3rem;}
	
/* 	GENERAL */
	h2 span, h3 span {font-size: 1.5rem;}
	.wht-text h1, .wht-text h2, .wht-text h3, .wht-text h4, .wht-text h5, .wht-text h6, .wht-text p, .wht-text ul, .wht-text ol {color: #fff;} 
	.text-col h2:after{  content: ''; border-bottom: 3px solid white; width: 40%; height: 35px; display: block; margin-bottom: 35px;}
	.red-row, #title-row {background:#850812;}
	#title-row {border-bottom: 5px solid #fff;}
    .black-row {background:#000;}
	.rev-blocks .block-single-inner {padding: 2rem;}
	.red-block .block-single-inner {background-color: #F2E2E5;}
	.rev-blocks {margin-top: 80px;}
	.rev-blocks img {margin-top: -80px;}
	
/* ACCORDIAN */
	.accordion-title { font-weight: bold; font-size: 1rem; background: #e6e6e6; color: #850812; text-transform: uppercase;}
	.accordion a:focus, .accordion a:hover {color: #fff; background: #000;}
	
/* FOOTER */
	#global-footer-area-1 {background-image: url(/wp-content/uploads/2024/03/car-being-towed.webp); background-position: center; background-size: cover; position: relative;}
	#global-footer-area-1:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(133, 8, 18, 0.7) 50%, rgba(0, 0, 0, 0.5) 50%); z-index: 1;}
	#global-footer-area-1 > * {z-index: 2;}
	#global-footer-area-1{font-weight: 600;}

	.contact-block address li { padding-right: 0px; font-style: normal;}
	
} /* 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;	}
	
	#global-footer-area-1:after {background: rgba(0, 0, 0, 0.5);}
	.leftimg-col, .rightimg-col {height: 250px;}
	.tagline{background: #000; padding: 30px 10px; width: 100%;}
	.tagline h1 {font-size: 2rem;}
	.tagline span.subtitle, .tagline span.surtitle {font-size: 1.5rem;}
	
	.cta-row .cta-heading { font-size: 16px; bottom: 30px;}
	.cta-row .cta-single-inner p {font-size: 15px;}
	.cta-row .cta-single-inner .cta-text {-webkit-transform: translateY(0%); transform: translateY(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; }
} /* 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;}

	.leftimg-col, .rightimg-col {height: 400px;}
    .rev-blocks .block-single-inner {padding: 1rem;}
	#global-footer-area-1:after {background: linear-gradient(to right, rgba(133, 8, 18, 0.7) 65%, rgba(0, 0, 0, 0.5) 50%);}
	.cta-row .cta-heading { bottom: 30px;}
	.cta-row .cta-single-inner .cta-text {-webkit-transform: translateY(0%); transform: translateY(0%);}
	
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
	
	#logo {position: absolute; top: 10px; left: 25px; z-index: 5;}
	.rightimg-col { clip-path: polygon(calc(5vw + 5px) 0, 100% 0, 100% 100%, 0 100%);}
	.leftimg-col {clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);}

} /* 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;}

	.text-col { padding: 3rem 0;}
	
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { 
	
	.text-col { padding: 5rem 0;}
} /* 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 */