/*
Theme Name: Frontline 
Author: Frontline Creative Studio
Author URI: https://frontlinecreativestudio.com/
Description: Frontline Creative Studio's theme used exclusively with Frontline Creative Studio clients.
Version: 2026.5.11.13
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: Frontline

Frontline WordPress Theme 2026
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

/*Frontline Theme Styles Start*/
/*Variables start*/
* {
	/**Fonts**/
	--header-font: "Prata";
	--body-font: "Montserrat", sans-serif;
	--accent-font: "Abolition", sans-serif;
	
	--header-weight: 400;
	
	--header-sub-size: 24px;
	
	--header-sub-height: 1.2;
	
	/**Colors**/
	
	
	/*Slate*/
	--text-color: #1e1e1e;
	
	/*Red-Orange*/
	--accent-color: #f55e55;
	
	/*Navy Blue*/
	--tertiary-color: #062f49;
}

/**Padding**/
* {
	--site-padding: 100px;
	--mid-site-padding: 100px 20%;
}

.top-space{
	margin-top: 30px;
}

@media(max-width: 1050px){
	*{
		--site-padding: 50px;
		--mid-site-padding: 50px;
	}
}

@media(max-width: 768px){
	*{
		--site-padding: 20px;
		--mid-site-padding: 50px 20px;
		--header-sub-size: 18px;
	}
}
/*Variables end*/

/*Universal Styles Start*/
a{
	color: black
}
p, li, a, div{
	font-family: var(--body-font);
	font-size: var(--body-size);
	font-style: sans-serif !important;
}

p, li, a{
	line-height: 1.5em;
}

p{
	margin: 10px 0;
}

strong{
	font-weight: 600;
}

ul{
	list-style-type: disc;
	list-style-position: inside;
	margin-block-end: 1em;
}

img{
	max-width: 100%;
	height: auto;
}

.sub-head-p p{
	font-weight: var(--header-weight);
    font-family: var(--body-font);
    line-height: var(--header-sub-height);
    text-transform: uppercase;
    font-size: var(--header-sub-size);
}

.line-break{
	display: block;
	height: 1rem;
}

.white-copy *{
	color: white;
}

.white-head-hero h1,
.white-head-hero p{
	color: white;
}

.colorized{
	color: var(--accent-color);
}

.hyperlonk-white a:not(.chevron), .hyperlonk-oink a:not(.chevron){
	position: relative;
	display: inline-flex;
	z-index: 1;
}

.hyperlonk-white a:not(.chevron)::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: white;
	transition: 0.2s ease;
	z-index: -1;
}

.hyperlonk-oink a:not(.chevron)::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: var(--accent-color);
	transition: 0.2s ease;
	z-index: -1;
}

.hyperlonk-white a:not(.chevron):hover{
	color: var(--text-color);
}

.hyperlonk-oink a:not(.chevron):hover{
	color: white;
}

.hyperlonk-white a:not(.chevron):hover::after, .hyperlonk-oink a:not(.chevron):hover::after{
	height: 100%;
}

/**Headers**/
h2, h3{
	font-family: var(--header-font);
	font-weight: var(--header-weight);
}

h1{
	font-size: 140px;
	font-family: var(--accent-font);
	line-height: 1;
}

.small-hero-head h1{
	font-size: 86px;
}


.sub-head-p  h2{
	font-size: 52px;
	color: var(--tertiary-color);
}

.white-sub-head h2{
	color: white;
}

@media(max-width: 1850px){
	h1{
		font-size: 86px;
	}
}

@media(max-width: 768px){
	h1{
		font-size: 48px;
	}
	.sub-head-p h2{
		font-size: 36px;
	}
	
	.small-hero-head h1{
		font-size: 48px;
	}
}

@media(max-width: 450px){
	h2{
		font-size: 24px;
	}
}

h1 span.fancy{
	font-family: "Timeless Nature";
	color: var(--accent-color);
	text-wrap: nowrap;
	font-size: 136px;
	line-height: 0px;
	font-weight: 100;
}

h2 span.fancy{
	font-family: "Timeless Nature";
	color: var(--accent-color);
	text-wrap: nowrap;
	font-size: 56px;
	line-height: 0px;
	font-weight: 100;
}


@media(max-width: 1850px){
	h1 span.fancy{
		font-size: 112px;
	}
}

@media(max-width: 768px){
	h1 span.fancy{
		font-size: 68px;
	}
	
}

@media(max-width: 450px){
	h2 span.fancy{
		font-size: 44px;
	}
}

/*dynamic text*/
.dynamo{
	color: var(--accent-color);
	display: inline-block;
}
.dynamo-active{
	animation: dynamo-slide-in .6s;
	position: relative;
}
.dynamo-inactive{
/* 	animation: dynamo-slide-out .6s; */
	opacity: 0;
	position: absolute;
}
@keyframes dynamo-slide-out {
	0% {
		opacity: 1;
		transform: translatey(0);
	}
	
	60% {
		opacity: 0;
		transform: translatey(100%);
	}
	
	to {
		opacity: 0;
		transform: translatey(100%);
	}
}

@keyframes dynamo-slide-in {
    0% {
        opacity: 0;
        transform:translateY(-100%)
    }

    60% {
        opacity: 1;
        transform:translateY(0)
    }

    to {
        opacity: 1;
        transform:translateY(0)
    }
}
/*Universal Styles End*/

/*Header style start*/
/*left logo style*/
.frontline-header--wrapper{
	display: flex;
	flex-direction: column;
	position: fixed;
	width: 100%;
	height: fit-content;
	vertical-align: top;
	z-index: 6969;
	transition: 0.5s transform;
}

.frontline-header{
	display: flex;
	width: 100%;
	background-repeat: no-repeat;
	height: 90px;
	justify-content: start;
	padding-inline: var(--site-padding);
	align-items: center;
	background-color: #00000080;
	backdrop-filter: blur(5px);
	position: relative;
	transition: 0.3s background-color;
	z-index: 9990;
}

.frontline-header--bg{
	position: absolute;
	left: 0;
	top: 0;
	background: var(--header-bg);
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 9991;
}

.frontline-header--wrapper:not(.frontline-header--moved) .frontline-header--bg{
	transition: 0.3s opacity;
}


/*logo style*/
.frontline-header__logo{
	display: flex;
	width: 220px;
	flex-shrink: 0;
	height: 90px;
	max-height: 100%;
	z-index: 9999;
}

.frontline-header__logo img{
	margin: auto 0;
	padding: 5px 0;
	transition: 0.3s ease;
	max-height: 100%;
	width: auto;
}

.frontline-header--dynamic img.frontline-header__logo--image{
	display: none;
}

.frontline-header__logo--image-responsive{
	display: none;
}

@media(1250px < width < 1370px){
	.frontline-header__logo--image, .frontline-header__logo--image-white{
		display: none;
	}
	
	.frontline-header__logo{
		width: 55px;
	}
	
	.frontline-header__logo--image-responsive{
		display: flex;
	}
}

/*navbar style*/
.frontline-header__nav{
	display: flex;
	position: relative;
	list-style: none;
	align-items: center;
	height: 100%;
	width: 100%;
	z-index: 9999;
}

.frontline-header *{
	font-family: var(--accent-font);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.frontline-header__nav > ul{
	display: flex;
	list-style: none;
	height: 100%;
	margin: 0;
	margin-left: 30px;
	margin-right: 30px;
	white-space: nowrap;
	align-items: center;
	
}

.frontline-header__nav > ul > li{
	height: 100%;
	display: flex;
	margin: 0px;
	width: fit-content;
	position: relative;
	padding-right: 30px;
}

.frontline-header__nav > ul > li:last-child{
	padding-right: 0;
}

.frontline-header__nav > ul > li:not(:last-child)::after{
	content: "";
	position: absolute;
	right: 15px;
	bottom: 50;
	height: 1rem;
	width: 2px;
	background-color: #ffffff50;
}

.frontline-header__nav > ul > li > a{
	height: 100%;
	font-size: 15px;
	font-weight: 500;
	padding: 0;
	text-transform: uppercase;
	align-content: center;
}

.frontline-header__nav > ul > li > a span{
	margin: auto;
	position: relative;
}

.frontline-header__nav > ul > li > a > span::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: var(--action-green);
	width: 0%;
	height: 2px;
	transition: 0.25s ease;
}

.frontline-header__nav > ul > li:hover > a > span::before{
	width: 100%;
}

.frontline-header span{
	color: #fff;
	transition: 0.2s ease;
}

.frontline-header .frontline-header__nav--item{
	display: flex;
	align-items: center;
}

/* .frontline-header__nav--item.frontline-header__nav--item-parent::after{
	content: "";
  display: inline-block;
  width: 16px;
  height: 5px;
  background-image: var(--dropdown);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	margin-left: -5px;
	filter: brightness(100);
} */

/*submenu styles start*/
.frontline-header__nav--sub{
	position: fixed;
	background-color: white;
	z-index: 9999;
	padding-inline: var(--site-padding);
	padding-block: 50px;
	top: 100%;
	left: 0;
	color: var(--text-color);
	opacity: 0;
	visibility: hidden;
	display: flex;
	width: 100vw;
/* 	transition: 0.2s ease; */
	justify-content: center;
}


.frontline-header__nav--sub:has(.frontline-header__media){
	width: 100%;
	justify-content: start;
}

.frontline-header__nav--sub > ul > li{
	list-style: none;
	margin-top: 7px;
	position: relative;
	font-weight: 500;
	transition: 0.2s ease;
	width: fit-content;
}

.frontline-header__nav--sub > ul > li:first-child{
	margin-top: 0;
}

.frontline-header__nav--sub > ul > li::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: var(--action-green);
	transition: 0.2s ease;
}

.frontline-header__nav--sub > ul > li:hover::after{
	width: 100%;
}

.frontline-header__nav--sub span{
	color: var(--charcoal);
	font-size: 15px;
	font-weight: var(--body-weight);
}

.frontline-header--wrapper:not(.frontline-header--hidden) .frontline-header__nav--item-parent:hover .frontline-header__nav--sub, .frontline-header--wrapper:not(.frontline-header--hidden) .frontline-header__nav--item-parent .frontline-header__nav--sub:hover{
	opacity: 1;
	visibility: visible;
}

.frontline-header__nav--sub > ul{
	margin: 0 30px 0 0;
}

.frontline-header__nav--sub > ul.sub-col-1{
	margin-left: 250px;
	margin-right: 30px;
}

.sub-col-header{
	font-weight: 600;
	color: var(--dark-blue);
	position: relative;
	margin: 0;
	font-size: 15px;
}

@media(1250px < width < 1370px){
	.frontline-header__nav--sub > ul.sub-col-1{
		margin-left: 85px;
	}
}

/*submenu media styles*/
.frontline-header__media{
	width: 600px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
}

/* .frontline-header__nav--sub:has(.frontline-header__media--left){
	justify-content: start;
}

.frontline-header__nav--sub:has(.frontline-header__media--right){
	justify-content: end;
} */

.frontline-header__media--header{
	font-weight: var(--body-weight);
}

.frontline-header__media--body{
	white-space: wrap;
}

.frontline-header__media video{
	width: 100%;
}

.frontline-header__media--post .frontline-header__media--bottom{
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.frontline-header__media--date{
	font-size: 15px;
	font-family: var(--accent-font);
	font-weight: var(--body-weight);
	margin: 0;
}

.frontline-header__media--tags{
	display: flex;
	gap: 5px;
	margin-left: auto;
}

.frontline-header__media--tag{
	background-color: var(--charcoal);
	color: white;
	font-size: 15px;
	border-radius: 9999px;
	padding: 4px 8px;
	text-align: center;
	display: flex;
	width: fit-content;
	font-family: var(--body-font);
	transition: 0.2s ease;
}

.frontline-header__media--tag::before{
	content: "#";
}

.frontline-header__media--button span{
	color: white;
}

.frontline-header__media--thumbnail img{
	border-radius: 0;
}

.frontline-header__media--tag:hover{
	background-color: var(--action-green);
}

@media(max-width: 1250px){
	.frontline-header__media{
		width: 500px;
	}
}

/*submenu styles end*/

/*account and cart icons*/
.frontline-header__end{
	position: relative;
	display: flex;
	align-items: center;
	margin-left: auto;
	height: 100%;
}

.widget_shopping_cart{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: white;
	margin: 0;
	padding: 30px;
	width: 150%;
	justify-content: center;
}

.widget_shopping_cart:has(.woocommerce-mini-cart__empty-message){
	bottom: -88%;
}

.widget_shopping_cart p, .widget_shopping_cart span{
	color: var(--charcoal);
	font-family: var(--accent-font);
	font-weight: 500;
}

.frontline-header__cart-count{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: red;
	width: 12px;
	height: 12px;
	border-radius: 9999px;
}

.frontline-header__end:has(.woocommerce-mini-cart) .frontline-header__cart-count{
	display: flex;
}

.frontline-header__icon-group{
	display: flex;
	height: 100%;
	align-items: center;
	gap: 15px;
}

.frontline-header__icon{
	width: 40px;
	height: 40px;
	align-content: center;
	position: relative;
	display: flex;
}

.frontline-header__icon img{
	width: 40px;
	height: 40px;
}

.frontline-header__nav:has(.frontline-header__icon:hover, .frontline-header__icon:focus, .frontline-header__icon-group:hover, .frontline-header__icon-group:focus) .widget_shopping_cart, .widget_shopping_cart:hover, .widget_shopping_cart:focus{
	display: flex;
}

/*cta button*/
.frontline-header__cta-button{
	margin-left: 30px;
	text-transform: uppercase;
	background-color: #f55e55;
	border-radius: 9999px;
}

.frontline-header__cta-button span{
	transform: translate3d(0, 0, 0);
}

/*mobile*/
.frontline-header__mobile{
	display: none;
	background-color: #00000080;
	backdrop-filter: blur(5px);
	z-index: 9999;
	backface-visibility: none;
	transform: translate3d(0, 0, 0);
}


@media(max-width: 1050px){
	.frontline-header, .frontline-header.frontline-header__center-logo{
		display: none;
	}
	
	.frontline-header__mobile{
		display: flex;
		width: 100%;
		color: white;
		height: 100px;
		justify-content: space-between;
		padding-inline: var(--site-padding);
		padding-block: 10px;
		align-items: center;
		position: relative;
	}
}

.frontline-header__logo--mobile{
	display: flex;
	width: auto;
	height: 100px;
	z-index: 9999;
	padding: 10px 0;
}

.frontline-header__logo--mobile img{
	margin: auto 0;
	width: auto;
	padding: 2px 0;
	max-height: 100%;
}

.frontline-header__mobile--button{
	position: relative;
	padding: 0;
	margin: 0 0 0 20px;
	line-height: 1;
	background: 0 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	color: #2f2c28;
	fill: #2f2c28;
	width: 32px;
	transition: 0.2s ease;
	z-index: 9999;
}

.frontline-header__mobile--links{
	position: absolute;
	background-color: white;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 9999;
	overflow: scroll;
	max-height: 0;
	transition: .5s ease;
}

.frontline-header__mobile--right-text{
	color: var(--charcoal);
	font-size: 18px;
	padding-inline: var(--site-padding);
	padding-block: 10px;
	background-color: #f2f2f2;
	font-family: var(--body-font);
}

.frontline-header__mobile .sub-col-header{
	margin-bottom: 10px;
}

.frontline-header__mobile--links > ul{
	margin: 0;
}

.frontline-header__mobile--links li{
	font-family: var(--body-font);
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	list-style: none;
}

.frontline-header__mobile--links li a{
	position: relative;
	color: var(--text-color);
}

.fl-mobile-open{
	max-height: calc(100vh - 70px);
	transition: .5s ease-in;
}

.fl-header-parent-label{
	font-family: var(--accent-font);
	text-transform: uppercase;
	font-weight: 600;
}

.frontline-header__mobile .frontline-header__nav--item{
	border-bottom: 2px solid rgba(31, 31, 31, 0.1);
	margin-bottom: 0;
	padding-inline: var(--site-padding);
	padding-right: 0;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.frontline-header__mobile .frontline-header__nav--item:last-child{
	border: none;
}

.frontline-header__mobile .frontline-header__nav--item:not(:has(.fl-header-parent-dropdown)){
	justify-content: center;
	height: 72px;
	& a{
		font-family: var(--accent-font);
		text-transform: uppercase;
		font-weight: 600;
	}
}

.frontline-header__nav--mobile-wrapper{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	height: 70px;
}

.frontline-header__nav--sub-mobile{
	display: flex;
}

.frontline-header__nav--sub-mobile ul{
	margin-left: 0;
	min-width: fit-content;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
#fl-mobile-button:hover{
	background-color: unset;
}

#fl-mobile-button:focus{
	outline-color: transparent;
}

.frontline-header__nav--sub-mobile{
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	gap: 20%;
	
}

.frontline-header__mobile .frontline-header__nav--item.mobile-dropdown-open .frontline-header__nav--sub-mobile{
	transition: 0.5s ease-in-out;
	max-height: 100dvh;
}

.fl-header-parent-dropdown{
	height: 100%;
	aspect-ratio: 1;
	justify-content: start;
	align-items: center;
	display: flex;
	width: calc(100% - 200px);
	padding-inline: var(--site-padding);
	padding-left: 0;
}

.fl-header-parent-dropdown svg{
	width: auto;
	height: 24px;
	transition: 0.25s ease;
}

.frontline-header__mobile .frontline-header__nav--item:not(.mobile-dropdown-open) .fl-header-parent-dropdown svg{
	transform: rotate(-90deg);
}

@media(max-width: 450px){
	.fl-header-parent-dropdown{
		justify-content: end;
	}
}

/*scroll styles*/
.frontline-header--wrapper.frontline-header--nohero{
	position: relative;
}

.frontline-header--hidden:not(.frontline-header--awaiting){
	transform: translate(0, -100%);
}

body:not(:has(.frontline-header--awaiting)) main{
	padding-top: 196px;
}

body:not(:has(.frontline-header--awaiting, .frontline-header__top-banner)) main{
	padding-top: 150px;
}

body:not(:has(.frontline-header--awaiting)):has(.frontline-header__mobile) main{
	padding-top: 118px;
}

body:not(:has(.frontline-header--awaiting, .frontline-header__top-banner)):has(.frontline-header__mobile) main{
	padding-top: 77px;
}

@media(max-width: 480px){
		body:not(:has(.frontline-header--awaiting)):has(.frontline-header__mobile) main{
		padding-top: 134px;
	}
}

.frontline-header--wrapper.frontline-header--dynamic.frontline-header--awaiting{
	position: static;
}

.frontline-header--wrapper.frontline-header--awaiting, .frontline-header--wrapper.frontline-header--settling{
	transition: none !important;
}

.frontline-header:has(.frontline-header__nav > ul:hover, .frontline-header__icon-group:hover, .frontline-header__icon-group:focus, .widget_shopping_cart:hover) .frontline-header--bg, .frontline-header--wrapper.frontline-header--moved .frontline-header--bg{
	opacity: 1;
}

/* .frontline-header:has(.frontline-header__nav > ul:hover) .frontline-header__nav--item > a > span, .frontline-header--wrapper.frontline-header--moved .frontline-header__nav--item > a > span, .frontline-header--wrapper.frontline-header--nohero .frontline-header__nav--item > a > span{
	color: ;
} */

.frontline-header:has(.frontline-header__nav > ul:hover) .frontline-header__nav--item::after, .frontline-header--wrapper.frontline-header--moved .frontline-header__nav--item::after, .frontline-header--wrapper.frontline-header--nohero .frontline-header__nav--item::after{
	filter: brightness(1);
}

.frontline-header:has(.frontline-header__nav > ul:hover) .frontline-header__logo > img.frontline-header__logo--image, .frontline-header--wrapper.frontline-header--moved .frontline-header__logo > img.frontline-header__logo--image, .frontline-header--wrapper.frontline-header--nohero .frontline-header__logo > img.frontline-header__logo--image, .frontline-header--wrapper.frontline-header--moved .frontline-header__logo--mobile > img.frontline-header__logo--image, .frontline-header--wrapper.frontline-header--nohero .frontline-header__logo--mobile > img.frontline-header__logo--image{
	display: flex;
}

.frontline-header:has(.frontline-header__nav > ul:hover) .frontline-header__logo > img.frontline-header__logo--image-white, .frontline-header--wrapper.frontline-header--moved .frontline-header__logo > img.frontline-header__logo--image-white, .frontline-header--wrapper.frontline-header--nohero .frontline-header__logo > img.frontline-header__logo--image-white, .frontline-header--wrapper.frontline-header--moved .frontline-header__logo--mobile > img.frontline-header__logo--image-white, .frontline-header--wrapper.frontline-header--nohero .frontline-header__logo--mobile > img.frontline-header__logo--image-white{
	display: none;
}

/* .frontline-header--wrapper.frontline-header--moved .frontline-header__mobile--button, .frontline-header--wrapper.frontline-header--moved .frontline-header__mobile--button{
	fill: #333 !important;
} */

.frontline-header__mobile:has(.fl-mobile-open) .frontline-header--bg{
	opacity: 1;
}

.frontline-header__mobile:has(.fl-mobile-open) .frontline-header__logo--image{
	display: flex;
}

.frontline-header__mobile:has(.fl-mobile-open) .frontline-header__logo--image-white{
	display: none;
}


@media(1250px < width < 1370px){
	.frontline-header:has(.frontline-header__nav > ul:hover) .frontline-header__logo > img.frontline-header__logo--image, .frontline-header--wrapper.frontline-header--moved .frontline-header__logo > img.frontline-header__logo--image, .frontline-header--wrapper.frontline-header--nohero .frontline-header__logo > img.frontline-header__logo--image, .frontline-header--wrapper.frontline-header--moved .frontline-header__logo--mobile > img.frontline-header__logo--image, .frontline-header--wrapper.frontline-header--nohero .frontline-header__logo--mobile > img.frontline-header__logo--image{
		display: none;
	}
}

/*top bar styles*/
.frontline-header__top-banner{
	display: flex;
	background-color: var(--charcoal);
	padding-inline: var(--site-padding);
	padding-block: 10px;
	align-items: center;
	justify-content: center;
	transform: translate3d(0, 0, 0);
}

.frontline-header__top-banner *{
	color: var(--action-green);
	fill: var(--charcoal);
	margin: 0;
	font-family: var(--accent-font);
	font-size: 15px;
}

.frontline-header__top-banner--content{
	display: flex;
	gap: 30px;
	width: 100%;
	justify-content: center;
	margin-left: 120px;
}

.frontline-header__top-banner--text{
	display: flex;
	align-items: center;
}

.frontline-header__top-banner--timer{
	display: flex;
	align-items: center;
}

.frontline-header__top-banner--timer span{
	font-weight: 600;
}

.frontline-header__top-banner--links{
	display: flex;
	gap: 8px;
}

.frontline-header__top-banner--link{
	width: 24px;
	background-color: var(--action-green);
	display: flex;
	border-radius: 9999px;
	padding: 2px;
	justify-content: center;
}

.frontline-header__top-banner--link svg{
	width: 100%;
	fill: #1f1f1f;
}

@media(max-width: 1150px){
	.frontline-header__top-banner--content{
		margin-left: 0;
		justify-content: start;
	}
	
	.frontline-header__top-banner *{
		font-size: 13px;
	}
}

@media(max-width: 768px){
	.frontline-header__top-banner--links{
		display: none;
	}
	
	.frontline-header__top-banner--content{
		justify-content: center;
	}
}

@media(max-width: 480px){
	.frontline-header__top-banner--content{
		flex-direction: column;
		gap: 0;
		text-align: center;
		align-items: center;
	}
}

/*bottom bar styles*/

/*commenting out changes instead of removing in case Josh changes his mind*/

/* .frontline-header--moved .frontline-header__bottom-banner{
	background-color: white;
} */

.frontline-header__bottom-banner{
	display: flex;
/* 	background-color: #00000080; */
	background-color: var(--off-white);
	padding-inline: var(--site-padding);
	padding-block: 10px;
	justify-content: space-between;
/*backdrop-filter: blur(5px); */
}

.frontline-header__bottom-banner *{
	margin: 0;
	font-size: 15px;
/* 	color: white; */
	color: var(--charcoal);
	transform: translate3d(0, 0, 0);
}

/* .frontline-header--moved .frontline-header__bottom-banner *{
	color: var(--charcoal);
} */

.frontline-header__bottom-banner--links{
	display: flex;
	align-items: center;
	gap: 30px;
}

.frontline-header__bottom-link{
	position: relative;
	display: flex;
	width: fit-content;
	height: fit-content;
}

.frontline-header__bottom-link::before, .frontline-header__bottom-banner--text a::before{
	content: "";
	position: absolute;
	height: 2px;
	background-color: var(--action-green);
	width: 100%;
	left: 0;
	bottom: 0;
	transition: 0.25s ease;
	transform: scalex(0);
	transform-origin: center left;
}

.frontline-header__bottom-link:hover::before, .frontline-header__bottom-banner--text a:hover::before{
	transform: scalex(1);
}

.frontline-header__bottom-banner--right{
	display: flex;
	align-items: center;
	gap: 15px;
}

.frontline-header__bottom-banner--text a{
	position: relative;
}

.frontline-header__bottom-banner--search .site-search{
	padding: 0;
	width: 200px;
}

.frontline-header__bottom-banner--search .dgwt-wcas-sf-wrapp{
	border-radius: 9999px;
	overflow: hidden;
	position: relative;
	box-shadow: rgba(31, 31, 31, 0.1) 1px 1px 10px 0px;
}

.frontline-header__bottom-banner .dgwt-wcas-search-wrapp{
	min-width: unset;
}

.frontline-header__bottom-banner--search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
		height: 40px;
		background-color: white;
		box-shadow: none;
	border: none;
}

.frontline-header__bottom-banner--search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder{
	color: rgba(31, 31, 31, 0.4);
	font-style: italic;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
	z-index: 2;
	max-width: 16px;
}

@media(max-width: 1150px){
	.frontline-header__bottom-banner{
		display: none;
	}
}


/*Header style end*/

/*Footer style start*/
.frontline-footer{
	display: flex;
	flex-direction: column;
	background-color: var(--charcoal);
	padding: var(--side-padding);
	padding-top: 150px;
	padding-bottom: 50px;
}

.frontline-footer a:not(.frontline-footer__button, .frontline-footer__bottom--copyright a, .frontline-footer__social-link, .frontline-footer__logo){
	position: relative;
}

.frontline-footer a:not(.frontline-footer__button, .frontline-footer__bottom--copyright a, .frontline-footer__social-link, .frontline-footer__logo)::before{
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: var(--corral);
	bottom: 0;
	left: 0;
	transform: scalex(0);
	transform-origin: bottom left;
	transition: 0.25s ease;
}

.frontline-footer a:not(.frontline-footer__button, .frontline-footer__bottom--copyright a, .frontline-footer__social-link):hover::before{
	transform: scalex(1);
}

.frontline-footer__top{
	display: flex;
	justify-content: space-between;
}

.frontline-footer__top--left{
	display: flex;
	gap: 30px;
}

.frontline-footer__column{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.frontline-footer__column *{
	font-size: var(--body-size);
	font-weight: var(--body-weight);
	font-family: var(--body-font);
	line-height: var(--body-height);
	color: var(--off-white);
	margin-bottom: 0;
}

.frontline-footer__header{
	text-transform: uppercase;
	font-weight: 600;
	color: var(--off-white);
	font-family: var(--header-font);
	font-size: 22px;
	margin-bottom: 5px;
}

.frontline-footer__column a{
	display: flex;
	width: fit-content;
}

.frontline-footer__top--right{
	display: flex;
	flex-direction: column;
	width: 300px;
	gap: 30px;
}

.frontline-footer__buttons{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.frontline-footer__socials{
	display: flex;
	gap: 15px;
	align-self: end;
}

.frontline-footer__social-link{
	width: 24px;
	background-color: var(--action-green);
	display: flex;
	border-radius: 9999px;
	padding: 2px;
	justify-content: center;
}

.frontline-footer__social-link svg{
	width: 100%;
	fill: #1f1f1f;
}

.frontline-footer__bottom{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
	gap: 15px;
}

.frontline-footer__bottom *{
	color: #6d6d6d;
	font-family: var(--body-font);
	line-height: var(--body-height);
	font-size: 13.5px;
}

.frontline-footer__bottom--images{
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.frontline-footer__bottom--image img{
	height: 40px;
	width: auto;
}

.frontline-footer__bottom--links{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}

.frontline-footer__bottom--copyright{
	text-align: center;
}

.frontline-footer__bottom--copyright a{
	text-decoration: underline;
	position: relative;
}

.frontline-footer__bottom--copyright a::before{
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: var(--corral);
	bottom: 2px;
	left: 0;
	transform: scalex(0);
	transform-origin: bottom left;
	transition: 0.25s ease;
}

.frontline-footer__bottom--copyright a:hover::before{
	transform: scalex(1);
}

@media(max-width: 1050px){
	.frontline-footer{
		padding-top: 100px;
	}
	
	.frontline-footer__top--right{
		width: 250px;
	}
	
	a.frontline-footer__button{
		width: 250px;
	}
	
	.frontline-footer__bottom--images{
		width: 60%;
	}
}

@media(max-width: 860px){
	.frontline-footer__bottom--images{
		width: 70%;
	}
}

@media(max-width: 768px){
	.frontline-footer{
		align-items: start;
		padding-top: 50px;
	}
	
	.frontline-footer__top{
		flex-direction: column-reverse;
		gap: 30px;
		align-items: start;
		width: 100%;
	}
	
	.frontline-footer__top--left{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.frontline-footer__top--left *{
		font-size: 18px;
	}
	
	.frontline-footer__column a{
		position: relative;
	}
	
	.frontline-footer__column a::after{
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='rgb(255, 255, 255)' d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
		position: absolute;
		right: -18px;
		top: 2px;
		width: 14px;
		height: auto;
	}
	
	.frontline-footer__header{
		font-size: 22px;
	}
	
	.frontline-footer__top--right{
		width: 300px;
		align-self: center;
	}
	
	.frontline-footer__logo{
		width: 300px;
	}
	
	a.frontline-footer__button{
		width: 300px;
	}
	
	.frontline-footer__buttons{
		gap: 15px;
	}
	
	.frontline-footer__socials{
		align-self: center
	}
	
	.frontline-footer__bottom{
		align-self: center;
	}
	
	.frontline-footer__bottom--images{
		margin-bottom: 75px;
	}
	
	.frontline-footer__bottom--image img{
		height: 30px;
	}
}

@media(max-width: 600px){
	.frontline-footer__bottom--images{
		width: 90%;
	}
}

@media(max-width: 450px){
	.frontline-footer__bottom--images{
		width: 100%;
	}
}

/*Footer style end*/


/*Frontline Theme Styles End*/