/* Theme Name: Barebones */
/* === Global === */
html,
body {
	font-size: 19px;
}
p {
	line-height: 1.7;
}
:root {
	--font_body: Helvetica Neue, Helvetica, Arial, sans-serif;
}
body .gform_wrapper.gravity-theme .gform_footer .button,
.btn {
	padding: 1em 2em;
	border-radius: 15px;
	background-color: var(--color-3);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	transition: all ease 0.3s;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none;
}
body .gform_wrapper.gravity-theme .gform_footer .button:hover, body .gform_wrapper.gravity-theme .gform_footer .button:focus,
.btn:hover,
.btn:focus {
	background-color: var(--color-1);
}
body .gform_wrapper.gravity-theme .gform_footer .button {
	margin: 0 auto;
}

/* === Header/Nav === */
.primary-header {
	position: relative;
	padding: 20px 0;
	background-color: var(--color-1);
	color: #fff;
}
.primary-header a {
	color: #fff;
}
.primary-header .header-row {
	align-items: center;
}
.primary-header .logo-col img {
	max-height: 120px;
	width: auto;
}
.primary-header .header_text {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.primary-header .header_text a {
	font-size: 25px;
}
.primary-header .header_text p {
	margin-bottom: 0;
	line-height: 1.4;
}
.primary-header .header_text .address {
	text-align: center;
	margin-top: 10px;
}
.primary-header .header_text .address a {
	font-size: 18px;
}
.mobile-logo {
	background-color: var(--color-1);
}
.mobile-logo img {
	width: 150px;
}
.mobile-header {
	position: sticky;
}
body {
	margin-top: 0;
}
.mobile-header .mobile-c2a {
	background-color: var(--color-3);
	font-size: 16px;
}
.mobile-header .mobile-c2a a {
	color: #fff;
}
.mobile-header .mobile-c2a a:hover, .mobile-header .mobile-c2a a:focus {
	color: var(--color-4);
}

/* === Footer === */
.form-section {
	background-color: #fff;
	padding: 50px 0;
}
.form-section .form-row {
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: 30px 50px;
}
.form-section .form-row > .col {
	flex: 1 1 calc(50% - 25px);
}
.form-section .map-col {
	display: flex;
	border-radius: 15px;
	overflow: hidden;
}
.form-section .map-col iframe {
	width: 100%;
	height: 100%;
}
.form-section .gform_wrapper.gravity-theme .gform_footer .button,
.form-section .btn {
	width: 250px;
	max-width: 100%;
}
.form-section .hours {
	margin-top: 30px;
}
.form-section .hours h3 {
	margin-bottom: 10px;
}
.form-section .hours p:last-child {
	margin-bottom: 0;
}
.primary-footer {
	background-color: var(--color-1);
	color: #fff;
	font-size: 17px;
}
.primary-footer .top {
	padding: 30px 0;
	background: linear-gradient(90deg, var(--color-1) 0%, var(--color-2) 20%, var(--color-1) 100%);
}
.primary-footer .bottom {
	background-color: var(--color-1);
	padding: 30px 0;
}
.primary-footer .disclaimer {
	color: var(--color-9);
	font-size: 13px;
	margin-top: 20px;
}
.primary-footer .disclaimer p {
	line-height: 1.4;
}
.primary-footer .disclaimer p:last-child {
	margin-bottom: 0;
}
.primary-footer .copyright {
	font-size: 15px;
}
.primary-footer .heading {
	font-size: 19px;
	font-weight: 700;
}
.primary-footer .businessName {
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 5px;
}
.primary-footer .contact-info {
	display: flex;
	gap: 0.5em;
	margin-top: 10px;
}
.primary-footer a {
	color: #fff;
	font-weight: 400;
}
.primary-footer a:hover, .primary-footer a:focus {
	color: var(--color-4);
}
.primary-footer .footer-row {
	gap: 30px;
	justify-content: space-between;
}
.primary-footer .footer-row .spacer {
	width: 1px;
	align-self: stretch;
	background-color: var(--color-10);
}
.primary-footer .footer-row .spacer:last-of-type:first-of-type {
	display: none;
}
.primary-footer .social {
	font-size: 21px;
	gap: 0.5em;
}
.primary-footer .social .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--bg_color);
}
.primary-footer .social .link a:hover, .primary-footer .social .link a:focus {
	background: var(--color-3);
	color: #fff;
}
.primary-footer .menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.primary-footer .menu li {
	margin: 8px 0;
}
.primary-footer .menu li:first-child {
	margin-top: 0;
}
.primary-footer .menu li:last-child {
	margin-bottom: 0;
}

/* === Home Page === */
.marquee-section {
	background-color: var(--color-4);
}
.banner-section {
	border-bottom: 8px solid var(--color-4);
}
.banner-section .item {
	z-index: 1;
}
.banner-section .item .background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
}
.banner-section .banner-row {
	align-items: center;
}
.banner-section .banner-row .content-col {
	flex: 1 1 auto;
	color: #fff;
	text-shadow: 1px 2px 3px #000;
	padding: 30px 0;
}
.banner-section .banner-row .content-col h2 {
	font-size: 42px;
}
.banner-section .banner-row .overlay-col {
	background-color: var(--color-2);
	color: #fff;
}
.banner-section .banner-row .overlay-col img {
	max-height: 260px;
	width: auto;
}
.banner-section .banner-row .overlay-col .heading {
	background-color: var(--color-4);
	color: var(--color-2);
	padding: 5px 10px;
	text-align: center;
	font-weight: 700;
	font-size: 23px;
}
.banner-section .banner-row .overlay-col .content {
	padding: 15px;
}
.banner-section .banner-row .overlay-col .content p:last-child {
	margin-bottom: 0;
}
.banner-section .banner-row .overlay-col .btn {
	background-color: var(--color-4);
	color: var(--color-3);
	font-size: 19px;
	padding: 0.5em 0.75em;
	border-radius: 8px;
}
.banner-section .banner-row .overlay-col .btn:hover, .banner-section .banner-row .overlay-col .btn:focus {
	background-color: var(--color-7);
}
.options-section {
	background-color: var(--color-3);
	color: #fff;
	padding: 10px 0;
}
.options-section .options-row {
	gap: 10px;
	align-items: center;
}
.options-section .text {
	font-weight: 700;
	flex: 0 0 125px;
	font-size: 24px;
}
.options-section .options {
	position: relative;
}
.options-section .options .placeholder {
	border: solid 1px silver;
	background-color: #ffffff;
	width: 250px;
	border-radius: 5px;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
}
.options-section .options .placeholder .icon {
	color: silver;
	font-size: 16px;
}
.options-section .options:hover ul {
	display: block;
}
.options-section .options ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 1px;
	right: 1px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
.options-section .options ul li {
	line-height: 30px;
}
.options-section .options ul li a {
	display: block;
	font-weight: 400;
	padding: 2px 10px;
	border: solid 1px silver;
}
.options-section .options ul li a:hover, .options-section .options ul li a:focus {
	background-color: var(--color-3);
	color: #fff;
}
.options-section .logos {
	gap: 3px;
}
.options-section .logo a {
	height: 100%;
	display: block;
}
.options-section .logo .image {
	height: 100%;
}
.options-section .logo img {
	height: 100%;
	width: auto;
}
.content-section {
	background-image: linear-gradient(180deg, var(--color-2) 0%, var(--color-3) 54%);
	color: #fff;
	padding: 40px 0;
}
.content-section .content-row {
	align-items: center;
	column-gap: 50px;
	row-gap: 30px;
}
.content-section .content-col {
	flex: 1 1 calc(60% - 25px);
}
.content-section .image-col {
	flex: 1 1 calc(40% - 25px);
}
.content-section h1 {
	font-size: 23px;
	font-weight: 600;
}
.brands-section {
	background-color: var(--color-5);
	padding: 20px 0;
}
.brands-section .owl-stage {
	display: flex;
	align-items: center;
}
.brands-section .brands-row {
	align-items: center;
	max-width: 1400px;
	margin: 0 auto;
	gap: 15px;
}
.brands-section .text-col {
	flex: 0 1 250px;
	text-align: center;
	font-size: 33px;
	font-weight: 700;
	color: var(--color-3);
}
.brands-section .brands-col {
	flex: 1 1 calc(100% - 250px);
	max-width: calc(100% - 250px);
}
.endorsements-section {
	padding: 40px 0;
}
.endorsements-section h2 {
	color: var(--color-3);
}
.endorsements-section .items {
	flex-wrap: wrap;
	gap: 15px;
}
.endorsements-section .item {
	flex: 1 1 calc(33.33% - 10px);
	border-radius: 10px;
	overflow: hidden;
}

.endorsements-section .item h3 {
	margin-bottom: 10px;
	font-family: var(--font_heading);
	font-size: 26px;
}
.endorsements-section .item .content-wrap {
	background-color: #000;
	color: #fff;
	padding: 15px;
	text-align: center;
}
.endorsements-section .item .pull-left {
	max-width: 200px;
	margin-right: 20px;
}
.endorsements-section .item p:last-child {
	margin-bottom: 0;
}
.endorsements-section .item .modal {
	font-size: 16px;
}
.endorsements-section .item .btn {
	font-size: 13px;
	padding: 0.75em 2em;
}
.endorsements-section .item .modal .close {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	opacity: .6;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: 400;
	font-size: 12px;
	z-index: 1;
	transition: all ease .3s;
}
.endorsements-section .item .modal .close:hover,
.endorsements-section .item .modal .close:focus {
	opacity: 1;
}
.steps-section {
	background-color: var(--color-3);
	position: relative;
	z-index: 1;
	padding-top: 85px;
	padding-bottom: 30px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.steps-section .top-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 550px;
	right: 0;
	text-align: center;
	z-index: -1;
}
.steps-section .top-arrow svg {
	width: 100%;
}
.steps-section .steps {
	flex-wrap: wrap;
	gap: 44px;
}
.steps-section .step {
	flex: 1 1 calc(33.33% - 29.33px);
	position: relative;
}
.steps-section .step p:last-child {
	margin-bottom: 0;
}
.steps-section .step:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 44px;
	background-image: url(assets/images/next-step.png);
	background-size: 28px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.steps-section .step .image {
	margin-bottom: 30px;
}
.steps-section .step .image img {
	max-height: 112px;
	max-width: 150px;
	width: auto;
	height: auto;
}
.steps-section .step .heading {
	font-weight: 700;
	font-size: 18px;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.steps-section .step .heading:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 54%;
	height: 1px;
	background-color: #fff;
}
.steps-section .step:nth-child(3n):after, .steps-section .step:last-child:after {
	display: none;
}
.heading-underline {
	position: relative;
	text-align: center;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	font-size: 33px;
	font-weight: 600;
	margin-bottom: 50px;
}
.heading-underline:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(assets/images/underline.png);
	aspect-ratio: 550 / 9;
	width: 550px;
	max-width: 100%;
}
.heading-underline.underline-blue:after {
	background-image: url(assets/images/underline-blue.png);
}
.featured-section {
	padding: 50px 0;
	background-color: var(--color-7);
}
.featured-section .heading {
	color: var(--color-3);
}
.featured-section .features {
	flex-wrap: wrap;
	gap: 30px;
}
.featured-section .feature {
	flex: 1 1 calc(25% - 22.5px);
}
.featured-section .feature .image {
	margin-bottom: 22px;
	max-width: 155px;
	margin: 0 auto 22px;
}
.featured-section .feature p {
	margin-bottom: 10px;
}
.featured-section .feature a {
	font-weight: 400;
}
.cta-section {
	padding: 50px 0;
}
.cta-section .items {
	flex-wrap: wrap;
	gap: 30px;
}
.cta-section .item {
	flex: 1 1 calc(33.33% - 20px);
	text-align: center;
	font-size: 16px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.cta-section .item a {
	font-weight: 400;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.cta-section .item .content-wrap {
	flex: 1 1 auto;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: var(--color-7);
	border: 1px solid var(--color-8);
	padding: 25px 18px;
	display: flex;
	flex-direction: column;
}
.cta-section .item .content-wrap .link {
	flex: 1 1 auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.cta-section .item h3 {
	font-size: 24px;
}
.panels-section {
	padding: 50px 0;
	background-color: var(--color-7);
}
.panels-section .sec-content {
	max-width: 680px;
	margin: 0 auto 30px;
}
.panels-section .sec-content .heading-underline {
	margin-bottom: 30px;
}
.panels-section .items {
	flex-wrap: wrap;
	gap: 25px;
}
.panels-section .item {
	flex: 1 1 calc(25% - 18.75px);
	background-color: var(--color-6);
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0px 5px 16px 0px rgba(11, 8, 14, 0.4);
	font-size: 15px;
}
.panels-section .item:hover, .panels-section .item:focus {
	background-color: var(--color-7);
}
.panels-section .item .image {
	aspect-ratio: 1/1;
	max-width: 50px;
	max-height: 50px;
	margin: 0 auto 25px;
}
.panels-section .item h3 {
	font-size: 20px;
	color: var(--color-3);
}
.pum-container {
	left: 50% !important;
	transform: translateX(-50%);
	margin-left: 0 !important;
}
#popmake-337 {
	border: none;
}
#popmake-337 .top {
	background-color: var(--color-2);
	margin: -18px -18px 20px;
	padding: 20px;
}
#popmake-337 .top img {
	height: 100px;
	width: auto;
}
#popmake-337 .popup-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
#popmake-337 .img-col {
	flex: 0 1 300px;
}
#popmake-337 .form-col {
	flex: 1 1 calc(100% - 320px);
}
#popmake-337 h2 {
	margin-bottom: 10px;
	color: var(--color-3);
}
#popmake-337 p {
	font-size: 22px;
	font-weight: 600;
}
#popmake-337 .gfield--type-html {
	font-size: 13px;
}
.banner-section .banner-row .overlay-col .btn {
	white-space: normal;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 700;
}
.banner-section .banner-row .overlay-col {
	flex: 0 1 300px;
}
/* === Interior Pages === */
/* === Media Queries === */
@media screen and (max-width: 1199px) {
	.panels-section .item {
		flex-basis: calc(50% - 12.5px);
	}
}
@media screen and (max-width: 991px) {
	.banner-section .container {
		padding: 0;
		width: 100%;
	}
	.banner-section .banner-row {
		flex-wrap: wrap;
	}
	.banner-section .banner-row .overlay-col {
		flex-basis: 100%;
	}
	.banner-section .banner-row .content-col {
		position: absolute;
		top: 10vw;
		left: 15px;
		right: 15px;
		text-align: center;
		padding: 0;
	}
	.banner-section .item .background {
		position: static;
		aspect-ratio: 5/3;
	}
	.options-section .options-row {
		flex-wrap: wrap;
		justify-content: center;
	}
	.content-section .content-row {
		flex-wrap: wrap;
	}
	.content-section .content-row > .col {
		flex-basis: 100%;
	}
	.cta-section .items {
		justify-content: center;
	}
	.cta-section .item {
		flex: 0 1 calc(50% - 15px);
	}
	.primary-footer .footer-row {
		gap: 20px;
	}
}
@media screen and (max-width: 782px) {
	.marquee-section iframe {
		height: 80px !important;
	}
	.endorsements-section .item .pull-left {
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	.banner-section .banner-row .content-col h2 {
		font-size: 38px;
	}
	.options-section .logo {
		flex: 0 1 calc(33.33% - 2px);
	}
	.steps-section .step:after {
		display: none;
	}
	.featured-section .features {
		gap: 10px;
	}
	.featured-section .feature {
		flex-basis: calc(50% - 5px);
	}
	.cta-section .item,
  .steps-section .step,
  .panels-section .item,
  .endorsements-section .item,
  .primary-footer .footer-row > .col {
		flex-basis: 100%;
	}
	.options-section .logos,
  .primary-footer .footer-row,
  .brands-section .brands-row {
		flex-wrap: wrap;
	}
	.brands-section .brands-row > .col {
		flex-basis: 100%;
		max-width: 100%;
	}
}
