/* 
*	Description: Stylesheet for the new (12/2025) service page layout.
*	This file will only be loaded on pages with the body class: service-page
*	The logic for that is in header.php
*
*	Author: Cody Larkin
*/

:root {
	--light1: #FFF;
	--light2: #F6F5F1;
	--accent1: #E31D1A;
	--accent2: #272163;
	--dark3: #000;
}

html   { scroll-behavior: smooth; }
@media (min-width: 481px) { [id] { scroll-margin-top: 140px; }}
@media (max-width: 480px) { [id] { scroll-margin-top: 40px;  }}


.panel-row-style.light2 {
	background: var(--light2);
}
.service-page main article.page.entry {
	margin-bottom: 0 !important;
}
.service-page .entry-content a.post-edit-link {
	display: none;
}
.hero {
    background-position: bottom right !important;
    padding: 145px 0;
}
.hero h2 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.50);
    text-transform: uppercase;
    color: var(--light1);
    letter-spacing: 3px;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    font-size: 48px;
}
.panel-row-style:not(.hero) h2 {
	color: var(--accent2);
	letter-spacing: 3px;
	margin-bottom: 24px;
	line-height: 1.2;
	font-weight: 600;
	font-size: 32px;
}
.hero.panel-row-style .panel-grid-cell {
	margin: 0 auto !important;
	width: 90% !important;
	max-width: 970px;
}
.panel-row-style:not(.fifty-fifty):not(.testimonials):not(.gallery-row):not(.bottom-cta) .panel-grid-cell {
	margin: 0 auto !important;
	width: 90% !important;
	max-width: 1100px;
}
.gallery-row .widget_media_gallery {
	justify-content: center;
	display: flex;
}
.panel-grid {
	margin-bottom: 0 !important;
}
.no-worry {
	padding: 60px 0;
}
.hero-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 3%;
}
.hero-buttons a,
a.btn-bt.default {
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	background: var(--accent1);
	color: var(--light1);
	letter-spacing: 2px;
	text-align: center;
	padding: 16px 8px;
	line-height: 1.1;
	font-size: 16px;
	width: 33.33%;
}
.hero-buttons a:hover,
a.btn-bt.default:hover {
	transition: all 0.2s ease-in-out;
	background: var(--accent2);
}
.top-blurb {
	padding: 60px 0;
}
.siteorigin-widget-tinymce.textwidget p:not(:last-child) {
	margin-bottom: 24px;
}
.siteorigin-widget-tinymce.textwidget p:last-child {
	margin-bottom: 0;
}
.service-page article p,
.service-page article li {
	font-family: "Open Sans";
	margin-top: 0 !important;
	color: var(--dark3);
	font-size: 20px;
}
.panel-row-style li:not(:last-child) {
	margin-bottom: 10px;
}
.panel-row-style a.btn-bt {
	display: inline-block;
}
.panel-row-style:not(.hero) a.btn-bt {
	max-width: 340px;
	width: auto;
}
.fifty-fifty {
	padding: 60px 0;
	column-gap: 5%;
}
.fifty-fifty .panel-grid-cell:nth-child(1) {
	padding-left: 200px;
}
.fifty-fifty .panel-grid-cell:nth-child(2) {
	padding-right: 200px;
}
article h4 {
	color: var(--accent1);
	margin-bottom: 18px;
	letter-spacing: 3px;
	font-weight: 400;
	line-height: 1.3;
	font-size: 28px;
}
div#LocalTestimonialsAreaFeedV2 p {
	color: var(--light1);
}
.flex-list {
	margin: 0 auto !important;
	justify-content: start;
	padding-left: 250px;
	align-items: start;
	flex-wrap: wrap;
	display: flex;
}
.flex-list li {
	width: 50%;
}
.fifty-fifty li::marker,
.flex-list li::marker {
	font-size: 14px;
}
.no-worry ul.flex-list {
	margin-bottom: 24px !important;
}
.bottom-cta .zip-area {
	padding: 120px 0;
}
.bottom-cta .zip-area header.switch-header h4 {
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.2;
    font-size: 60px;
}
.bottom-cta .main.thin {
    padding: 0 !important;
    max-width: 1568px;
}
.bottom-cta .zip-area .gradient-box {
    background: #5E0D0BBA;
    padding: 100px 5%;
}

/* Responsive */

@media (max-width: 1024px) {
	.hero-buttons {
		flex-wrap: wrap;
		column-gap: 0;
		row-gap: 16px;
	}
	.hero-buttons a {
		width: 100% !important;
	}
	.fifty-fifty .panel-grid-cell {
		padding: 0 !important;
		width: 90% !important;
	}
	.fifty-fifty {
		justify-content: center !important;
		align-items: center !important;
		flex-wrap: wrap !important;
	}
	.reverse {
		flex-direction: column-reverse;
	}
	.fifty-fifty img {
		margin-bottom: 24px;
		width: 100%;
	}
	.flex-list {
		padding-left: 36px;
	}
	.flex-list li {
		width: 100%;
	}
	.no-worry {
		padding-bottom: 0;
	}
	.no-worry h2,
	.no-worry p {
		text-align: left !important;
	}
}

@media (max-width: 480px) {
	.hero {
		padding: 60px 0;
	}
	.hero h2 {
	    letter-spacing: 2px;
	    margin-bottom: 20px;
	    font-size: 24px;
	}
	.bottom-cta .zip-area .gradient-box {
	    padding: 36px 2.5%;
    	margin: 0 auto;
	    width: 90%;
	}
	.bottom-cta .zip-area header.switch-header h4 {
	    letter-spacing: 2px;
	    margin-bottom: 12px;
	    font-size: 24px;
	}
	.bottom-cta .zip-area {
	    padding: 50px 0;
	}
	.service-page article p, .service-page article li {
	    font-size: 14px;
	}
	.siteorigin-widget-tinymce.textwidget p:not(:last-child) {
	    margin-bottom: 18px;
	}
	.panel-row-style li:not(:last-child) {
	    margin-bottom: 6px;
	}
}