/*
Theme Name: DavisOilAndPropane
Description: Warm Thoughts Theme
Version: 2.0
Template Author: Josh Hong
Site Author: Jake Woodbury
*/


/* Root
====================================*/
:root {
	--default: #000000; /*Font*/
	--primo: #193793; /*Blue*/
	--secondo: #cb0607 /*Red*/;
	--terzo: #ffb02f; /*gold*/
	--quarto: #ede9e2;
	--ffamily: "TikTok Sans", sans-serif;
}


/* Global Styles
====================================*/

html, body {
	overflow-x: hidden;
}

body {
	color: var(--default);
	font-family: var(--ffamily);
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-bottom: 1rem;
}
h1, .h1 {
	color: var(--primo);
	font-size: 44px;
	line-height: 54px;
	font-weight: 700;
	
}
h2, .h2 {
	color: var(--secondo);
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
}
h3, .h3 {
	color: var(--primo);
	font-size: 40px;
	line-height: 38px;
	font-weight: 700;
}

.h3-boxes {
	color: var(--terso);
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

h4, .h4 {
	color: var(--secondo);
	font-size: 24px;
	font-weight: 700;
}
h5, .h5 {
	color: var(--primo);
	font-size: 22px;
	font-weight: 700;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	border-top: 2px solid var(--primo);
	margin-top: 0;
}
mark {
	padding: 0;
}
ul li,
ol li {
	padding: 0.5rem 0;
}

blockquote {
	border-left: 5px solid var(--secondo);
	margin: 1rem 0;
	padding: 2rem 2rem 1rem 2rem;
	position: relative;
}
blockquote p {
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}
blockquote p:before {
	content: '\f10d';
	font-family: "FontAwesome";
	color: var(--primo);
	font-size: 7em;
	opacity: .2;
	position: absolute;
	margin-left: -20px;
}

.alignleft {
	float: left;
	margin: 0 2rem 2rem 0;
}
.alignright {
	float: right;
	margin: 0 0 2rem 2rem;
}
.aligncenter {
	display: block;
	margin: auto;
}

.small-text {
	font-size: 12px;
}
.med-text {
	font-size: 24px;
	line-height: 34px;
}
.large-text {
	font-size: 32px;
	line-height: 42px;
}
.super-large-text {
	font-size: 40px;
	line-height: 50px;
}
.bomb-large-text {
	font-size: 50px;
	line-height: 60px;
}
.extra-large-text {
	font-size: 60px;
	line-height: 70px;
}

.text-shadow {
	text-shadow: 1px 1px 3px #333;
}

.color-default { color: var(--default); }
.color-primo { color: var(--primo); }
.color-secondo { color: var(--secondo); }
.color-terzo { color: var(--terzo); }
.color-quarto { color: var(--quarto); }
.black { color: #333; }
.white, .white a { color: #fff !important;}

.bg-default { background-color: var(--default); }
.bg-primo { background-color: var(--primo); }
.bg-secondo { background-color: var(--secondo); }
.bg-terzo { background-color: var(--terzo); }
.bg-quarto { background-color: var(--quarto); }
.bg-gray { background-color: #f0f0f0; }
.bg-white { background-color: #fff; }


/* Image Overlay
==================*/

.img-overlay {
	position: relative;
}
[class^="img-overlay-"] {
	position: absolute;
}
.img-overlay-full {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.img-overlay-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.img-overlay-center-left {
	top: 50%;
	left: 10%;
	transform: translate(0%, -50%);
}
.img-overlay-center-right {
	top: 50%;
	right: 10%;
	transform: translate(0%, -50%);
}
.img-overlay-top-center {
	top: 0;
	left: 0;
	right: 0;
}
.img-overlay-top-left {
	top: 0;
	left: 10%;
}
.img-overlay-top-right {
	top: 0;
	right: 10%;
}
.img-overlay-bottom-center {
	bottom: 5%;
	left: 0;
	right: 0;
}
.img-overlay-bottom-left {
	bottom: 5%;
	left: 10%;
}
.img-overlay-bottom-right {
	bottom: 5%;
	right: 10%;
}

/* Buttons
==================*/

.btn {
	border: none;
	border-radius: 8;
	font-weight: 700;
	padding: 5px 20px 5px 20px;
	text-shadow: none;
	text-transform: Capitalize;
	transition: 0.4s;
}
.btn-head-w {
	width:150px;
	min-height:58px;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-right:4px;
    margin-left:4px;
}
.btn-primo {
	background-color: var(--primo);
	color: #fff !important;
}
.btn-primo:hover, .btn-primo:active, .btn-primo:focus {
	background-color: var(--primo);
	color: #fff !important;
}
.btn-secondo {
	background-color: var(--secondo);
	color: #fff !important;
}
.btn-secondo:hover, .btn-secondo:active, .btn-secondo:focus {
	background-color: var(--secondo);
	color: #fff !important;
}
.btn-terzo {
	border: 1px solid var(--secondo);
	color: var(--secondo) !important;
}
.btn-terzo:hover, .btn-terzo:active, .btn-terzo:focus {
	border: 1px solid var(--primo) !important;
	color: var(--secondo) !important;
}
.btn-quarto {
	background-color: var(--quarto);
	color: #fff !important;
}
.btn-quarto:hover, .btn-quarto:active, .btn-quarto:focus {
	background-color: var(--quarto);
	color: #fff !important;
}


.hp-roller-btn:hover {
			opacity: 0.7 !important;
			transition: opacity 0.2s;
		}


/* Zip Input
==================*/

.zipinput {
	border: 1px solid #585858;
	box-shadow: none;
	color: #585858;
	max-width: 180px;
	padding: 6px 10px;
	outline: none;
	text-align: center;
}
.zipinput::placeholder {
	color: #585858;
}


/* Breadcrumbs
====================================*/

.breadcrumbs a {
	color: #999999 !important;
	text-decoration: none;
}
.breadcrumbs {
	color: #999;
}


/* Header
====================================*/

header a {
	text-decoration: none;
}
header .logo {
	display: block;
	margin: auto;
}

.site-header {
	background-color: #fff;
}

.site-header-top {
	padding-top: 1rem;
	padding-bottom: 0.75rem;
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.site-header-brand {
	flex: 0 0 auto;
}

.site-header-logo-link {
	display: inline-block;
}

.site-header-logo {
	width: min(100%, 210px);
	height: auto;
	display: block;
}

.site-header-actions {
	/* flex: 1 1 auto; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	min-width: 0;
}

.site-header-cta-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}

.site-header-cta {
	min-width: clamp(190px, 18vw, 260px);
	min-height: 68px;
	padding: 0.9rem 2.6rem;
	border-radius: 999px;
	margin: 0;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
	-webkit-clip-path: ellipse(50% 50% at 50% 50%);
	clip-path: ellipse(25% 50% at 50% 50%);
}

.site-header-links {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.85rem 1.5rem;
	color: var(--primo);
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.2;
	width: 100%;
}

.site-header-link {
	color: var(--primo);
	white-space: nowrap;
}

.site-header-link:hover,
.site-header-link:focus {
	color: var(--primo);
	opacity: 0.8;
}

.dropshadow-text {
		font-size: 18px !important;
		font-weight: 700 !important;
		text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.cash-price-text {
		font-size: 18px !important;
		font-weight: 700 !important;
}

.mainmenu-shadow {
		font-size: 18px !important;
		font-weight: 700 !important;
		/*text-shadow: 2px 2px 4px rgba(0,0,0,0.3);*/
}

.hero-video-overlay {
	z-index: 2;
	pointer-events: none;
}

.hero-video-title {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 400;
	line-height: 1.15;
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

.ribbon .container {
	max-width: min(1380px, calc(100vw - 2rem));
}

.fuel-price-strip {
	background-color: var(--secondo);
	border-radius: 28px;
	padding: 0.35rem 0.5rem;
}

.fuel-price-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 112px;
	align-items: center;
	background-color: #fff;
	border-radius: 6px;
	padding: 1.45rem 1.2rem;
	min-height: 100%;
	gap: 0.85rem !important;
}

.fuel-price-logo {
	max-width: min(100%, 290px);
	width: 100%;
	height: auto;
	justify-self: start;
}

.fuel-price-copy {
	color: var(--secondo);
	width: 112px;
	justify-self: end;
	line-height: 1.05;
}

.fuel-price-label {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.fuel-price-value {
	font-size: 23px;
	font-weight: 800;
	line-height: 1;
}

.fuel-price-icon {
	color: var(--secondo);
	font-size: 26px;
	line-height: 1;
}

.feature-panel-row {
	margin-left: 0;
	margin-right: 0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.feature-panel-row-fullbleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.feature-panel-row > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
	border-right: 2px solid #fff;
}

.feature-panel-row > [class*="col-"]:last-child {
	border-right: 0;
}

.feature-panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: var(--primo);
	color: #fff;
	overflow: hidden;
}

.feature-panel-primo {
	background-color: #31409b;
}

.feature-panel-dark {
	background-color: #343434;
}

.feature-panel-secondo {
	background-color: var(--secondo);
}

.feature-panel-image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.95;
	object-fit: cover;
}

.feature-panel-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	padding: 1rem 1.4rem 1.3rem;
	min-height: 174px;
	gap: 0.7rem;
}

.feature-panel-title {
	margin: 0;
	color: #fff;
	font-size: 22px;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.feature-panel-text {
	margin: 0;
	max-width: 280px;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.88);
}

.feature-panel-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin-top: auto;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.feature-panel-link:hover,
.feature-panel-link:focus {
	color: #fff;
	opacity: 0.85;
}

.feature-panel-brand {
	margin-top: 0.2rem;
	max-width: 170px;
	width: 100%;
	height: auto;
}

.feature-panel-brand-invert {
	filter: invert(1);
}

.centennial-cta-section {
	background-color: #fff;
}

.centennial-cta-graphic {
	max-width: min(100%, 340px);
	margin-bottom: 1.75rem;
}

.centennial-cta-title {
	margin: 0 0 1.85rem;
	color: var(--primo);
	font-size: clamp(1.5rem, 2.2vw, 2.15rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.centennial-cta-row {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.centennial-cta-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 118px;
	max-width: 320px;
	margin: 0 auto;
	padding: 1rem 1.25rem;
	color: var(--secondo);
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 800;
	line-height: 1.05;
	text-align: center;
	background-color: transparent;
	text-decoration: none;
	overflow: visible;
	isolation: isolate;
}

.centennial-cta-link::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 280px;
	height: 118px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 130'%3E%3Cpath fill='%2323368b' d='M18 93C6 77 2 56 10 37C26 0 106 -10 287 16C185 1 77 7 39 33C23 44 17 59 20 76C23 95 35 108 54 115C36 112 25 104 18 93Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 0;
}

.centennial-cta-link::after {
	content: none;
}

.centennial-cta-link-text {
	position: relative;
	z-index: 1;
	max-width: 190px;
}

.centennial-cta-link:hover,
.centennial-cta-link:focus {
	color: var(--secondo);
	opacity: 0.85;
}

.testimonials-fullbleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: clamp(1rem, 3vw, 2.5rem);
	padding-right: clamp(1rem, 3vw, 2.5rem);
}

.testimonials-intro {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.testimonials > .row {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.testimonials-media-col {
	overflow: visible;
}

.testimonials-image-left {
	display: block;
	margin-left: 0;
	margin-right: auto;
	width: calc(100% + ((100vw - min(1440px, 100vw)) / 2) + clamp(1rem, 3vw, 2.5rem));
	max-width: none;
	margin-top: 0;
}

.servicearea-fullbleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: clamp(1rem, 3vw, 2.5rem);
	padding-right: clamp(1rem, 3vw, 2.5rem);
}

.servicearea-layout {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	--bs-gutter-x: clamp(2rem, 4vw, 4.5rem);
}

.servicearea-map-col {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.servicearea-map-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
	margin-top: 0;
}

.servicearea-map-parallax {
	min-height: clamp(260px, 28vw, 400px);
	
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
}

.servicearea-map-panel {
	background-color: #f4f5f7;
	background-image: url('images/map-PARALLAX.jpg');
}

.servicearea-copy {
	width: 100%;
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1rem, 2vw, 1.75rem);
	padding-right: clamp(1rem, 3vw, 2rem);
}

.servicearea-text {
	max-width: 34rem;
	margin: 0 auto 0.5rem;
	font-size: 1.05rem;
	line-height: 1.7;
	text-wrap: pretty;
}

.commercial-services-section {
	overflow: hidden;
	/* border: 2px solid #fff; */
}

.commercial-services-panel {
	background-color: #373737;
}

.commercial-services-copy {
	height: 100%;
	padding: clamp(2rem, 4vw, 3.5rem);
	background-color: #373737;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.commercial-services-title {
	margin: 0 0 1rem;
	color: #fff;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.commercial-services-text {
	max-width: 640px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.2rem;
	line-height: 1.45;
}

.commercial-services-links {
	margin-top: 2.75rem;
	align-items: flex-end;
}

.commercial-service-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	color: #fff;
	text-align: center;
	min-height: 100%;
}

.commercial-service-link:hover,
.commercial-service-link:focus {
	color: #fff;
	opacity: 0.88;
}

.commercial-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 3.4rem;
	line-height: 1;
	min-height: 94px;
}

.commercial-service-icon-image {
	display: block;
	width: 100%;
	height: auto;
}

.commercial-service-icon-roadguard .commercial-service-icon-image {
	width: 170px;
}

.commercial-service-icon-oil {
	color: #ffa526;
}

.commercial-service-icon-propane {
	color: #16a6ff;
}

.commercial-service-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	min-height: 64px;
	padding: 0.4rem 1rem;
	border-radius: 999px;
	background: radial-gradient(circle at 25% 35%, #5e5e5e 0%, #3e3e3e 45%, #222 100%);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 1.9rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.commercial-service-label {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.commercial-services-media {
	height: 100%;
	min-height: 100%;
	border-left: 2px solid #fff;
}

.commercial-services-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 440px;
	object-fit: cover;
}

.fuel-price-card-oil {
	grid-template-columns: minmax(0, 1fr) 120px;
}

.fuel-price-card-bioheat {
	grid-template-columns: minmax(0, 1fr) 120px;
}

.fuel-price-card-propane {
	grid-template-columns: minmax(0, 1fr) 102px;
}

.fuel-price-logo-oil {
	max-width: 300px;
}

.fuel-price-logo-bioheat {
	max-width: 286px;
}

.fuel-price-logo-propane {
	max-width: 220px;
}

.fuel-price-card-oil .fuel-price-copy,
.fuel-price-card-bioheat .fuel-price-copy {
	width: 120px;
}

.fuel-price-card-propane .fuel-price-copy {
	width: 102px;
}

.fuel-price-card-propane .fuel-price-label {
	font-size: 14px;
}


/* Content
====================================*/

.content a {
	color: #0033ff;
}
.content ul li {
	padding-left: 0.5rem;
}
.content ul li::marker {
	content: "\f7e4";
	color: var(--primo);
	font: var(--fa-font-solid);
}


/* Footer
====================================*/

footer a {
	text-decoration: none;
}


/* Pagination
====================================*/

.pagination {
	margin: 3rem 0;
}
.page-numbers {
	border: 1px solid var(--secondo);
	padding: 5px 10px;
	text-decoration: none;
}


/* Post
====================================*/

.post {
	padding-bottom: 3rem;
}
.post h3 {
	margin: 1rem 0;
}
.post img {
	display: inline-block;
}


/* Responsive CSS
====================================*/

@media (width < 576px) {
	h1, .h1 {
		font-size: 32px;
		line-height: 42px;
	}
	h2, .h2 {
		font-size: 26px;
		line-height: 36px;
	}
	h3, .h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.super-large-text {
		font-size: 36px;
		line-height: 46px;
	}
	.bomb-large-text {
		font-size: 40px;
		line-height: 50px;
	}
	.extra-large-text {
		font-size: 40px;
		line-height: 50px;
	}
	.site-header-top {
		padding-top: 1rem;
	}
	.site-header-logo {
		width: min(100%, 185px);
	}
	.site-header-links {
		font-size: 16px !important;
		gap: 0.75rem 1rem;
	}
	.fuel-price-card {
		display: flex;
		justify-content: center !important;
		text-align: center;
		flex-direction: column;
		gap: 0.75rem !important;
		padding: 1.2rem 1rem;
	}
	.fuel-price-logo {
		max-width: 100%;
		width: auto;
	}
	.fuel-price-copy {
		width: auto;
		justify-self: center;
	}
	.feature-panel-row {
		border-left: 0;
		border-right: 0;
	}
	.feature-panel-row > [class*="col-"] {
		border-right: 0;
		border-bottom: 2px solid #fff;
	}
	.feature-panel-row > [class*="col-"]:last-child {
		border-bottom: 0;
	}
	.feature-panel-body {
		min-height: auto;
		padding: 1rem 1.15rem 1.25rem;
	}
	.centennial-cta-graphic {
		max-width: min(100%, 280px);
	}
	.centennial-cta-title {
		margin-bottom: 1.5rem;
		font-size: 1.35rem;
	}
	.centennial-cta-link {
		min-height: 100px;
		font-size: 1.35rem;
	}
	.centennial-cta-link::before {
		width: 240px;
		height: 100px;
	}
	.testimonials-image-left {
		width: 100%;
		max-width: 100%;
	}
	.servicearea-fullbleed {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.servicearea-layout {
		--bs-gutter-x: 1.5rem;
	}
	.servicearea-map-image {
		width: 100%;
		max-width: 100%;
	}
	.servicearea-map-parallax {
		min-height: 260px;
		aspect-ratio: auto;
		background-attachment: scroll;
	}
	.servicearea-copy {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.servicearea-text {
		max-width: 100%;
		font-size: 1rem;
		line-height: 1.6;
	}
	.commercial-services-copy {
		padding: 1.75rem 1.25rem;
	}
	.commercial-services-title {
		font-size: 1.75rem;
	}
	.commercial-services-text {
		font-size: 1rem;
	}
	.commercial-services-links {
		margin-top: 2rem;
	}
	.commercial-service-link {
		gap: 0.7rem;
	}
	.commercial-service-icon {
		min-height: 74px;
	}
	.commercial-service-icon-image {
		width: 62px;
	}
	.commercial-service-icon-roadguard .commercial-service-icon-image {
		width: 138px;
	}
	.commercial-service-label {
		font-size: 1.05rem;
		white-space: normal;
	}
	.commercial-services-media {
		border-left: 0;
		border-top: 2px solid #fff;
	}
	.commercial-services-image {
		min-height: 300px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.servicearea-map-parallax {
		background-attachment: scroll;
	}
}

@media (min-width: 576px) {
	.post img {
		float: right;
		margin-left: 1rem;
	}
}

@media (min-width: 768px) {
	.li-cols-2,
	.li-cols-3 {
		columns: 2;
		column-gap: 40px;
	}
}

@media (width < 992px) {
	.alignright, .alignleft {
		display: block;
		float: none;
		margin: 0 auto 1rem auto;
	}
	.site-header-inner {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.site-header-actions {
		align-items: center;
		width: 100%;
	}
	.site-header-cta-wrap,
	.site-header-links {
		justify-content: center;
	}
}

@media (min-width: 1200px) {
	.li-cols-3 {
		columns: 3;
		column-gap: 40px;
	}
}

@media (min-width: 768px) {
	.browsersedge {
		bottom: 20px;
		right: 0;
		position: fixed;
	}
	.browsersedge a {
		text-decoration: none;
	}
}

@media (min-width: 145px) {

    .browsersedge {
		bottom: 20px;
		right: 0;
		position: fixed;
	}
	.browsersedge a {
		text-decoration: none;
	}
}

.table-responsive {
    overflow-x: auto;
}
@media (max-width: 767px) {
    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
        width: 100%;
    }
    .table-responsive thead tr {
        display: none;
    }
    .table-responsive tr {
        margin-bottom: 1rem;
        border-bottom: 2px solid #dee2e6;
    }
    .table-responsive td {
        position: relative;
        padding-left: 50%;
        border: 1px solid #dee2e6;
        min-height: 48px;
        box-sizing: border-box;
    }
    .table-responsive td:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 48%;
        padding-left: 0.75rem;
        white-space: nowrap;
        font-weight: bold;
        background: #f8f9fa;
        content: attr(data-label);
        height: 100%;
        display: flex;
        align-items: center;
        border-right: 1px solid #dee2e6;
    }
}

/* Keep Font Awesome icons large in footer */
		.circle-primo {
			width: 50px;
			height: 50px;
			border-radius: 50%;
		}
		
		.circle-primo i {
			font-size: 20px !important;
		}
		
		.footer-link-text {
			font-size: 13px;
			line-height: 18px;
		}
		
		/* Tablet and larger screens */
		@media (min-width: 768px) {
			.circle-primo {
				width: 55px;
				height: 55px;
			}
			
			.circle-primo i {
				font-size: 22px !important;
			}
		}
		
		/* Desktop screens */
		@media (min-width: 992px) {
			.circle-primo {
				width: 60px;
				height: 60px;
			}
			
			.circle-primo i {
				font-size: 24px !important;
			}

			.associations-row {
				flex-wrap: nowrap;
			}

			.associations-row > .association-item {
				flex: 0 0 12.5%;
				max-width: 12.5%;
			}

			.association-logo {
				max-height: 64px;
			}
		}
		
		/* Mobile adjustments - keep icons reasonably large */
		@media (max-width: 767.98px) {
			.circle-primo {
				width: 45px;
				height: 45px;
			}
			
			.circle-primo i {
				font-size: 18px !important;
			}
			
			.footer-link-text {
				font-size: 12px;
				line-height: 16px;
			}

			.association-logo {
				max-height: 72px;
			}
		}
		
		/* Small mobile - still keep icons visible */
		@media (max-width: 575.98px) {
			.circle-primo {
				width: 40px;
				height: 40px;
			}
			
			.circle-primo i {
				font-size: 16px !important;
			}
			
			.footer-link-text {
				font-size: 11px;
				line-height: 14px;
			}

			.association-logo {
				max-height: 60px;
			}
		}

/* Custom Styles
====================================*/

    .footer-copyright {
      font-size:14pt;
    }

	.site-footer {
		border-top: 8px solid var(--secondo);
	}

	.brown{background-image: url('images/footer-background.jpg'); background-size: cover; background-position: center;}

	.site-footer-row {
		row-gap: 1.5rem;
	}

	.site-footer-contact-col {
		text-align: center;
	}

	.site-footer-contact {
		font-size: clamp(1.25rem, 1.8vw, 1.55rem);
		line-height: 1.35;
	}

	.footer-contact-icon {
		color: #fff;
		margin-right: 0.5rem;
	}

	.site-footer-actions {
		align-items: flex-start;
		width: 100%;
		row-gap: 1rem;
	}

	.site-footer-action-col {
		display: flex;
		justify-content: center;
	}

	.site-footer-action-link {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		text-align: center;
	}

	.footer-action-icon {
		background-color: var(--secondo);
		color: #fff;
		margin: 0 auto;
	}

	.footer-action-icon i {
		color: #fff;
	}

	.site-footer .footer-link-text {
		font-size: 0.95rem;
		font-weight: 700;
		line-height: 1.15;
	}
	
    .association-logo {
      transition: opacity 0.2s;
      max-height: 82px;
      width: auto;
      object-fit: contain;
    }
    .association-logo:hover {
      opacity: 0.7;
    }
	.associations-row {
		row-gap: 0.5rem;
	}
	.association-item {
		display: flex;
		justify-content: center;
	}
	.association-item a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 110px;
	}
	.association-item-brand .association-logo {
		max-height: 74px;
	}
	.border-radius-25 {border-radius:24px;}
	.border-white-thick {border: 6px solid #fff;}
	
	.circle-primo {background-color:var(--primo);border-radius:50%; color:#fff;display:block;height: 75px;    width: 75px;    display: block;    font-size: 35px; color:var(--terzo);margin:auto;}

	.circle-secondo {background-color:var(--secondo);border-radius:50%; color:#fff;display:block;height: 75px;    width: 75px;    display: block;    font-size: 35px; color:var(--terzo);margin:auto;}

    /* Main navbar */
    .navbar-color{background-color: var(--primo);}

    /* Red ribbon headline */
    .ribbon{background:var(--secondo); color:#fff}
    .ribbon h1{color:#fff; text-shadow:4px 4px 6px #222;}

	/* Buckets */
	.bucket { background: var(--primo); border-radius:25px; border:6px solid var(--primo);}
	.bucket h3 {color: var(--terzo);}
	.bucket img{ border-radius:25px;}
    .chip{position:absolute; top:-50px; left:50%; transform:translateX(-50%); background: var(--primo); width:100px; height:100px; display:grid; place-items:center; border-radius:50%;}
    .bucket .card-body { color:#fff; }

    /* Testimonial */
	.testimonials{background-image: url('images/bg-reviews-background.jpg'); background-size: cover; background-position: center;}
	.testimonials .quote-card{border-radius:25px; border:6px solid #fff; background-color: var(--primo);}

	.carousel-control-prev:hover,
          .carousel-control-next:hover,
          .carousel-control-prev:focus,
          .carousel-control-next:focus {
            background: none !important;
            border: none !important;
            box-shadow: none !important;
          }
          .carousel-control-prev-icon span,
          .carousel-control-next-icon span {
            transition: none !important;
            filter: none !important;
          }
    
    .servicearea {background-image: url('images/bg-service-area.jpg');}
    
    footer {border-top:6px solid var(--primo);}

	.site-footer {
		border-top-color: var(--secondo);
	}

	/* Banners */
	.bg-inner-banner {
		background-size: cover;
		background-position: center;
		padding: 5rem 0;
		height: 475px;
	}

	/* .round-img {
		border-radius: 24px;
		border: 10px solid var(--primo);
	} */

.parent-grey-boxes {
    background-color: #ede9e2;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.footer-cta-grid {
	overflow: hidden;
	border-radius: 0;
}

.footer-cta-card {
	position: relative;
	display: flex;
	min-height: 160px;
	padding: 2.25rem 1.5rem;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
	color: #fff;
	background-color: #d71920;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.08)), var(--footer-cta-bg);
	background-position: center;
	background-size: cover;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-cta-card:hover,
.footer-cta-card:focus {
	color: #fff;
	opacity: 0.95;
	transform: translateY(-2px);
}

.footer-cta-icon {
	font-size: clamp(2.25rem, 4vw, 3rem);
	line-height: 1;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.footer-cta-text {
	font-size: clamp(1.5rem, 2.5vw, 2.25rem);
	font-weight: 700;
	line-height: 1.15;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.footer-cta-text i {
	font-size: 0.9em;
}

@media (min-width: 768px) {
	.footer-cta-card {
		min-height: 170px;
		border-bottom: 2px solid #fff;
	}

	.footer-cta-grid .col-md-4:not(:first-child) .footer-cta-card {
		border-left: 0;
	}
}

/* Custom Styles Responsive CSS
====================================*/

/*These styles will overwrite any CSS above. 
For normal use, there is no need to specify a Media Query for less then 576px as the CSS above will cover that.
There should not be much need of Media queries past these default bootstrap breakpoints unless the theme requires something unique.*/
@media (width > 576px) {}
@media (width > 768px) {}
@media (width > 992px) {}
@media (width > 1200px) {}
@media (width > 1400px) {}
