/*
Theme Name: Zeus
Author: Thornwood Digital
Version: 5.5
*/
@font-face {
	font-family: "Archivo";
	src: url('/fonts/Archivo.woff2') format('woff2'), url('/fonts/Archivo.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: "Archivo Black";
	src: url('/fonts/ArchivoBlack.woff2') format('woff2'), url('/fonts/ArchivoBlack.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/fonts/Montserrat.woff2') format('woff2'), url('/fonts/Montserrat.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	color: #FFF;
	font-family: "Archivo";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.72px;
	background: #202020 url('/images/asphalt.webp') center center repeat;
	background-attachment: fixed;
	background-size: cover;
}
p a {
	color: #ED1C24;
}
h1, .blog #main h1 a {
	color: #FFF;
	font-family: "Archivo Black";
	font-size: 80px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
.home h1 {
	max-width: 1050px;
}
h2 {
	color: #FFF;
	font-family: "Archivo Black";
	font-size: 74px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin: 40px 0;
}
h1 span, h2 span {
	color: #ED1C24;
}
h3 {
	color: #FFF;
	font-family: "Archivo";
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-weight: 400;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
}
.main-btn, .modal input.wpcf7-form-control.wpcf7-submit {
	color: #FFF;
	font-family: "Archivo Black";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	background: #ED1C24;
	text-decoration: none !important;
	padding: 8px 30px;
	position: relative;
	border-color: #fff;
	border: none;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.main-btn:focus {
	color: #fff;
}

.main-btn:hover {
	background: #808080;
	color: #fff;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
.modal-header {
	padding: 35px 24px 35px;
	border-bottom: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	color: #fff;
}
.modal label {
	font-family: "Archivo";
	color: #fff;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	font-family: "Archivo Black";
	text-transform: uppercase;
	color: #fff;
	border-color: #fff;
	font-size: 17px !important;
	color: #fff !important;
	border: none;
	max-width: 180px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.modal input.wpcf7-form-control.wpcf7-submit:hover {
	background: #ED1C24;
	border-color: #ED1C24;
}
.modal-content {
	background: #444;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	box-shadow: 10px 10px 8px 1px rgba(237, 28, 36, 0.10);
}
.modal input, .modal textarea {
	font-family: "Archivo";
	color: #000 !important;
}
.modal label input, .modal textarea {
	font-family: "Archivo";
	background: #fff;
	color: #000;
	padding: 5px 8px;
	font-size: 18px !important;
	position: relative;
	top: 3px;
}
.modal-header .close {
	font-size: 40px;
}
.modal input.wpcf7-form-control.wpcf7-submit:hover {
	background: #202020;
	color: #ED1C24 !important;
}
.modal .wpcf7-not-valid-tip {
	transform: translateY(-10px);
}
.modal form .wpcf7-response-output {
	max-width: 320px;
	margin: 0 auto 10px !important;
}
/* HEADER
------------------------------------- */
.top {
	background: #ED1C24;
	padding: 10px 0;
}
.top i.fa-solid {
	color: #fff;
	font-size: 25px;
	margin-right: 15px;
}
.top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top a {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-left: auto;
}
.top a:first-child {
	margin-left: 0;
}
.header {
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.02);
	padding: 0;
	background: #202020;
	position: relative;
	z-index: 5;
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
@media (min-width: 1100px) {
	.mobile-header {
		display: block;
		background: none;
		width: auto;
		box-shadow: none;
		padding: 0;
	}
	#logo2 {
		display: none;
	}
	.menu-btn {
		position: absolute;
		right: 160px;
		width: 60px;
		max-width: 60px;
		height: 50px;
	}
	.mobile-wrap {
		position: absolute;
		padding: 0 20px;
		width: 100%;
		top: 75px;
	}
	.menu-line {
		height: 6px;
		width: 100%;
		display: block;
		margin: 10px 0;
		transition: transform 0.3s ease, opacity 0.3s ease;
		background: #fff;
	}
	.mobile-nav-menu {
		top: 95px;
		max-width: 500px;
		margin-left: auto;
	}
	.mobile-header.active .menu-line:nth-child(1) {
		transform: translateY(22px) rotate(45deg);
	}
	.menu-line:nth-child(2) {
		background: #818285;
		width: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.mobile-nav-menu .menu-mobile li a {
		font-family: "Archivo Black";
		color: #474747;
		margin-bottom: 8px;
		text-decoration: none;
		font-size: 20px;
	}
	.mobile-nav-menu .menu-mobile li a:hover, .mobile-nav-menu .menu-mobile li.current-menu-item a {
		color: #ed1c24;
	}
	.mobile-wrap.hidden {
		transform: 0;
	}
}
.wpcf7-response-output {
	border: none !important;
}
/* BANNER
------------------------------------- */
.banner {
	position: relative;
	height: 450px;
	background: url("/images/sponsors-banner.webp") center center no-repeat;
	background-size: cover;
	z-index: 5;
}
.home .banner {
	height: 800px;
	background: url("/images/banner.webp") center center no-repeat;
	background-size: cover;
}
.innerHeader {
	padding: 25px 0;
}
.home .banner .container {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: end;
	height: 100%;
	padding-bottom: 100px;
}
.home .banner .main-btn {
	margin: 0 15px;
}
.internal-page .banner .container {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.page-about-us .banner {
	background: url('/images/story-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-sponsors .banner {
	background: url('/images/sponsors-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-photo-gallery .banner {
	background: url('/images/gallery-banner.webp') center center no-repeat;
	background-size: cover;
}
.page-contact-us .banner {
	background: url('/images/contact-banner.webp') center center no-repeat;
	background-size: cover;
}

.main-btn.second::before {
	background: url(/images/btn-left-hover.webp) center center no-repeat;
}
.main-btn.second::after {
	background: url(/images/btn-right-hover.webp) center center no-repeat;
}
a.main-btn.second.transition {
	background: #808080;
}
/* TOP
------------------------------------- */
/* Car Highlight */
.our-mission {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}
.our-mission .tire {
	position: absolute;
	right: -200px;
	bottom: -180px;
	pointer-events: none;
}
.our-mission h2 {
	max-width: 1020px;
}

/* Artist Section */
.artist-section {
	position: relative;
	padding: 100px 0;
	margin-top: -300px;
}
.artist-content {
	max-width: 1010px;
	margin-left: auto;
}

/* MAIN
------------------------------------- */
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1640px;
		margin: 0 auto;
		width: 100%;
		padding: 0 20px;
	}
}
.parallax {
	background-attachment: fixed !important;
	background-size: cover !important;
}
p {
	margin-bottom: 40px;
}
.row.contentsection {
	padding: 100px 0 80px;
}
.main-wrap .container {
	position: relative;
	z-index: 5;
}
.main-wrap .tire {
	position: absolute;
	right: -250px;
	bottom: -250px;
	pointer-events: none;
}
#wrapper {
	background: url(/images/watermark.webp) center center no-repeat;
	background-attachment: fixed;
	background-size: auto;
}
/* BOTTOM
------------------------------------- */
/* Peek Section */
.peek {
	position: relative;
	height: 600px;
	background: url('/images/peek.webp') center center no-repeat;
	background-size: cover;
}
/* Home Gallery */
.home-gallery-section {
	position: relative;
	margin: 100px 0;
	min-height: 1020px;
	overflow: hidden;
	z-index: 5;
}
.home-gallery-section .container {
	max-width: 100%;
	padding: 0 40px;
	z-index: 5;
}
img.pic1 {
	position: absolute;
	top: 15%;
	z-index: 2;
	left: 40px;
}
img.pic2 {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 25%;
}
img.pic3 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 40%;
}
img.pic4 {
	position: absolute;
	right: 40px;
	bottom: 120px;
	z-index: 4;
}
/* Custom Work Section */
.custom-work-section {
	position: relative;
	padding: 100px 0;
}
.custom-work-section::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: block;
	width: 352px;
	height: 1371px;
	background: url(/images/tire2.webp) center bottom no-repeat;
	pointer-events: none;
}
.custom-work-section .container {
	max-width: 1250px;
}
/* Sponsor Section */
.sponsor-section {
	padding: 100px 0;
	position: relative;
}
.sponsor-section::before {
	content: "";
	background: url('/images/sponsor-bg.webp') top right no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 890px;
	display: block;
}
.sponsor-section .container {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 5;
}
.sponsor-logos.center {
	flex: 1;
}
.sponsor-content {
	max-width: 1030px;
}
.sponsor-logos img {
	margin: 40px 0;
}
.sponsor-content p {
	max-width: 850px;
	margin-left: auto;
}
/* Sticker Section */
.sticker-section {
	position: relative;
	padding: 100px 0;
}
.sticker-section::after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: -180px;
	z-index: 2;
	display: block;
	width: 352px;
	height: 1371px;
	background: url(/images/tire2.webp) center bottom no-repeat;
	transform: rotate(180deg);
	pointer-events: none;
}
.sticker-section h2 {
	margin: 20px 0;
	max-width: 1030px;
}
.sticker-section p {
	max-width: 1120px;
}

/* Peek */
.bottom-section {
	background: url('/images/bottom-bg.webp') center center no-repeat;
	padding: 100px 0;
	position: relative;
	z-index: 5;
}
.bottom-section h2 {
	margin: 40px auto;
	max-width: 1200px;
}
/* FOOTER
------------------------------------- */
footer {
	background: #202020;
	padding: 50px 0 15px;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 15;
	overflow: hidden;
}
footer .tire {
	position: absolute;
	left: -300px;
	top: -250px;
	opacity: .3;
}
footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 30px;
	text-align: center;
	position: relative;
	z-index: 5;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
.menu-footer {
	list-style: none;
	margin: 25px 0;
}
.menu-footer li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
.menu-footer li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}
footer p {
	margin-bottom: 0;
	font-size: 24px;
}
.menu-footer li.current-menu-item a {
	text-decoration: none;
	color: #ed1c24;
}
.attribution {
	font-size: 18px;
}
.attribution a {
	color: #fff;
	text-decoration: underline;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #2a2a2a;
	color: #ed1c24;
	text-align: center;
	padding: 8px 20px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	line-height: 1;
	cursor: pointer;
	border: none;
	font-size: 25px;
}
#back-to-top:hover {
	background-color: #222; /* Slightly darker for hover effect */
	color: #fff;
}
.powered a {
	color: #fff;
	text-decoration: underline;
}
.powered {
	font-size: 16px;
}
hr {
	border-color: #ed1c24;
	margin: 100px 0;
}
/* INTERNAL PAGES
------------------------------------- */
.page-sponsors #main .row {
	display: flex;
	align-items: center;
}
.main-wrap {
	position: relative;
	overflow: hidden;
}
.internal-page .main-wrap::before {
	content: "";
	background: url('/images/tire3.webp') center center no-repeat;
	background-size: contain;
	display: block;
	width: 114px;
	height: 315px;
	position: fixed;
	right: 0;
	top: 125px;
}
.internal-page .main-wrap::after {
	content: "";
	background: url('/images/tire3.webp') center center no-repeat;
	background-size: contain;
	display: block;
	width: 114px;
	height: 315px;
	position: fixed;
	left: 0;
	bottom: 125px;
}

.slick-slide {
	margin: 0 15px;
}
.portfolio {
	padding: 0px 0px 80px;
	margin-bottom: 100px;
}
.portfolio button.slick-prev.slick-arrow {
	left: calc(50% - 300px);
	bottom: -25px;
	top: auto;
	background: url(/images/left.webp) center center no-repeat;
	height: 45px;
	width: 150px;
	border-radius: 0;
}
.portfolio button.slick-next.slick-arrow {
	right: calc(50% - 300px);
	bottom: -25px;
	top: auto;
	background: url(/images/right.webp) center center no-repeat;
	height: 45px;
	width: 150px;
	border-radius: 0;
}
.page-form {
	max-width: 880px;
	margin: 0 auto;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: #ed1d26;
	max-width: 200px;
	width: 100%;
	min-width: 0;
	margin: auto;
	float: right;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: #303030;
}
.page-form h2 {
	font-size: 60px;
	letter-spacing: 0;
}
.page-form input, .page-form textarea {
	background: #202020;
	color: #fff;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .5px;
	border-color: #444;
	margin-bottom: 10px;
}
.page-form textarea {
	min-height: 200px;
}
.grecaptcha-badge {
	opacity: 0;
}
.modal-header {
	background: #444;
	border-top-left-radius: 100px;
}
fpd-element-toolbar.fpd-layout-large.fpd-container.fpd-smart.fpd-show {
	min-width: 600px !important;
	min-height: 300px;
}
.fpd-container .fpd-btn, .fpd-modal-inner .fpd-btn {
	background: #ed1c24;
}
fpd-main-bar .fpd-navigation > .fpd-nav-item.fpd-active {
	position: relative;
	color: #fff;
	background: #202020;
}
fpd-main-bar .fpd-navigation > .fpd-nav-item.fpd-active:before {
	background: none;
}
fpd-main-bar .fpd-navigation > .fpd-nav-item.fpd-active .fpd-nav-icon:before {
	color: #fff;
}
body .fpd-container input, body .fpd-container textarea {
	border-color: #888;
}
span.fpd-price {
	display: none !important;
}
p.fpd-shortcode-price-wrapper.fpd-show-up {
	display: none;
}
.fpd-switch-wrapper {
	display: none !important;
}
span[data-value="pdf"], span[data-value="svg"] {
	display: none;
}
.fpd-nav-item:last-child {
	display: none !important;
}
.page-bumper-stickers .page-form {
	margin: 0;
}
.fpd-btn.fpd-tooltip:nth-child(2), .fpd-btn.fpd-tooltip:nth-child(3) {
	display: none;
}
.page-privacy-policy #main ul {
	margin-bottom: 30px;
}
.page-privacy-policy #main h3 {
	color: #ed1c24;
}
.page-bumper-stickers #main ul strong {
	color: #ed1c24;
}
.page-bumper-stickers #main .wpcf7 form.sent .wpcf7-response-output {
	max-width: 880px;
	position: relative;
	top: 20px;
}
fpd-main-wrapper {
	background: #202020 !important;
}
.fpd-wrapper > fpd-main-wrapper .fpd-product-stage {
	background: #fff;
}
img.about-show-mobile {
	display: none;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (max-width: 1899px) {
	.main-btn::before, .modal input.wpcf7-form-control.wpcf7-submit::before {
		left: -49px;
	}
	.main-btn::after {
		right: -49px;
	}
}
@media (min-width: 1099px) and (max-height: 950px) {
	.home .banner {
		height: 720px;
	}
}
@media (max-width: 1699px) {
	.container {
		padding: 0 30px;
	}
}
@media (max-width: 1649px) {
	.menu-btn {
		right: 20px;
	}
	.top a {
		font-size: 20px;
	}
	h3 {
		font-size: 35px;
	}
	h1, .blog #main h1 a {
		font-size: 70px;
	}
	h2 {
		font-size: 65px;
	}
	.our-mission .tire {
		right: -250px;
		bottom: -250px;
	}
	footer .tire {
		left: -350px;
		top: -350px;
	}
	html, body {
		font-size: 27px;
	}
	.menu-footer li a {
		font-size: 20px;
	}
}
@media (max-width: 1549px) {
	.mobile-nav-menu {
		max-width: 420px;
	}
	.mobile-info a.main-btn.transition {
		font-size: 18px;
		max-width: 200px;
		padding: 10px 5px;
	}
	h2 {
		font-size: 58px;
	}
}
@media (max-width: 1449px) {
	.home .banner {
		height: 600px;
	}
	h3 {
		font-size: 32px;
	}
	h1, .blog #main h1 a {
		font-size: 65px;
	}
	h2 {
		font-size: 55px;
	}
	.sticker-section h2 {
		margin: 20px 0;
		max-width: 800px;
	}
	.page-form h2 {
		font-size: 50px;
	}
}
@media (max-width: 1399px) {
	.innerHeader {
		padding: 18px 0;
	}
	.mobile-nav-menu {
		top: 80px;
	}
	img.pic4 {
		max-width: 550px;
	}
	img.pic1, img.pic3 {
		max-width: 400px;
	}
	img.pic2 {
		bottom: 100px;
		max-width: 460px;
	}
	.banner {
		height: 400px;
	}
	.sponsor-content {
		max-width: 980px;
	}
	footer p {
		margin-bottom: 0;
		font-size: 20px;
	}
}
@media (max-width: 1349px) {
	h3 {
		font-size: 30px;
	}
	h1, .blog #main h1 a {
		font-size: 55px;
	}
	h2 {
		font-size: 50px;
	}
	.home h1 {
		max-width: 750px;
	}
	.artist-content {
		max-width: 920px;
		margin-left: auto;
	}
	.modal.fade.in {
		top: 20px;
	}
}
@media (max-width: 1299px) {
	.custom-work-section {
		position: relative;
		padding: 20px 0 100px;
	}
	.sponsor-content {
		max-width: 700px;
		margin-left: 50px;
	}
	.sponsor-section::before {
		background-size: contain;
	}
}
@media (max-width: 1249px) {
	html, body {
		font-size: 25px;
	}
	.attribution {
		font-size: 16px;
	}
	.powered {
		font-size: 15px;
	}
	.our-mission .tire, .main-wrap .tire {
		right: -150px;
		bottom: -150px;
		max-width: 400px;
	}
	footer .tire {
		left: -150px;
		top: -150px;
		max-width: 400px;
	}
	.banner {
		height: 350px;
	}
}
@media (max-width: 1199px) {
	.parallax {
		background-attachment: initial !important;
		background-size: cover;
	}
	.top a {
		font-size: 17px;
	}
	.home .banner {
		height: 520px;
	}
	.main-btn, .modal input.wpcf7-form-control.wpcf7-submit {
		font-size: 18px;
		padding: 10px 30px;
	}
	.home .banner .main-btn {
		margin: 0 10px;
	}
	.home h1 {
		margin-bottom: 30px;
	}
	.home .banner .container {
		padding-bottom: 65px;
	}
	.artist-content {
		max-width: 830px;
	}
	.peek {
		height: 450px;
	}
	.home-gallery-section img {
		max-height: 450px;
		max-width: 450px;
	}
	.home-gallery-section {
		min-height: 800px;
	}
	.menu-footer li {
		margin: 0 15px;
	}
	.page-about-us #main article img {
		max-width: 450px;
	}
	.portfolio button.slick-next.slick-arrow {
		right: calc(50% - 200px);
	}
	.portfolio button.slick-prev.slick-arrow {
		left: calc(50% - 200px);
	}
}
@media (max-width: 1149px) {
	.sticker-section h2 {
		margin: 20px 0;
		max-width: 660px;
	}
	.sticker-section p {
		max-width: 700px;
	}
}
@media (max-width: 1099px) {
	#logo2 {
		transform: translateX(-25px);
	}
	.mobile-nav-menu .menu-mobile li a {
		font-family: "Archivo Black";
		color: #474747;
		margin-bottom: 8px;
		text-decoration: none;
		font-size: 20px;
	}
	.menu-mobile li {
		padding: 1px 0;
	}
	.mobile-header {
		background: #202020;
	}
	.mobile-nav-menu {
		top: 95px;
	}
	.menu-line {
		background: #fff;
	}
	.container {
		width: 100%;
	}
	.artist-section {
		margin-top: -200px;
	}
	.sponsor-content {
		max-width: 600px;
	}
	.internal-page #wrapper {
		padding-top: 90px;
	}
	h3 {
		font-size: 24px;
	}
	h3 img {
		max-width: 25px !important;
	}
	h1, .blog #main h1 a {
		font-size: 45px;
	}
	h2 {
		font-size: 40px;
	}
	.page-about-us #main article img {
		max-width: 400px;
	}
	.modal-header img {
		max-width: 230px;
	}
	.menu-mobile li.current-menu-item a {
		color: #ed1c24;
	}
	footer h2 {
		font-size: 45px;
	}
	.modal-header {
		padding: 25px 24px;
	}
	html, body {
		font-size: 21px;
	}
	.our-mission h2 {
		max-width: 750px;
	}
	.banner {
		height: 300px;
	}
	.menu-footer li a:hover {
		text-decoration: none;
		color: #fff;
	}
	.mobile-nav-menu .menu-mobile li.current-menu-item a {
		color: #ef3239;
	}
	.main-btn:hover::before {
		background: url(/images/btn-left.webp) center center no-repeat;
	}
	.main-btn:hover::after {
		background: url(/images/btn-right.webp) center center no-repeat;
	}
	.main-btn.second:hover::before {
		background: url(/images/btn-left-hover.webp) center center no-repeat;
	}
	.main-btn.second:hover::after {
		background: url(/images/btn-right-hover.webp) center center no-repeat;
	}
	.main-btn:hover {
		background: #ED1C24;
		color: #fff;
	}
	a.main-btn.second.transition {
		background: #808080;
	}
	#wrapper {
		background: none;
	}
}
@media (max-width: 999px) {
	.internal-page h1 {
		margin: 15px 0px;
	}
	.sponsor-section .container {
		flex-direction: column-reverse;
	}
	.sponsor-content {
		max-width: 100%;
	}
	.sponsor-section {
		padding-bottom: 0;
	}
	.page-about-us #main article img.alignright {
		display: none;
	}
	img.about-show-mobile {
		display: block;
	}
	.page-about-us #main article img {
		max-width: 450px;
	}
	.menu-footer li {
		margin-bottom: 15px;
	}
}
@media (max-width: 799px) {
	.home-gallery-section {
		display: none;
	}
	.custom-work-section {
		position: relative;
		padding: 100px 0;
	}
	.page-sponsors #main .col-md-8, .page-sponsors #main .col-md-4 {
		width: 100%;
	}
	.page-form h2 {
		font-size: 40px;
	}
	html, body {
		background-size: contain;
	}
}
@media (max-width: 699px) {
	.peek {
		height: 350px;
	}
	.page-sponsors #main .row {
		flex-direction: column;
	}
	.page-sponsors #main .col-md-4 {
		margin-bottom: 50px;
	}
	.bottom-section h2 {
		max-width: 400px;
		font-size: 45px;
	}
	.modal-header img {
		display: block;
		margin: auto;
	}
	.internal-page .main-wrap::before, .internal-page .main-wrap::after {
		width: 80px;
		display: none;
	}
}
@media (max-width: 599px) {
	.home .banner .main-btn {
		display: block;
		margin-left: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.home .banner .container {
		padding-bottom: 25px;
	}
	.home .banner h3 {
		display: none;
	}
	.main-btn, .modal input.wpcf7-form-control.wpcf7-submit {
		font-size: 14px;
		padding: 12px 25px;
	}
	.artist-section {
		margin-top: -150px;
	}
	.custom-work-section h2, .custom-work-section h3, .custom-work-section p {
		text-align: left;
	}
	.internal-page h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 32px;
	}
	html, body {
		font-size: 19px;
	}
	.page-about-us #main article img {
		max-width: 100%;
	}
	.menu-footer li {
		display: block;
	}
	.menu-footer li a {
		font-size: 18px;
		font-weight: 400;
	}
	h3 {
		font-size: 20px;
	}
	.sponsor-content {
		margin: 0;
	}
	.page-bumper-stickers #main ul {
		margin-left: 20px;
	}
}
@media (max-width: 499px) {
	#logo2 {
		transform: translateX(-20px);
		max-width: 180px;
	}
	.mobile-nav-menu {
		top: 76px;
	}
	.mobile-info a.main-btn.transition {
		font-size: 15px;
		max-width: 170px;
		padding: 11.5px 5px;
	}
	.home h1 {
		font-size: 40px;
	}
	.sponsor-content p {
		max-width: 100%;
		margin-left: auto;
	}
	.portfolio button {
		background-size: contain !important;
		max-width: 100px;
	}
	.container {
		padding: 0 20px;
	}
	#main {
		padding: 0;
	}
	.bottom-section h2 {
		max-width: 370px;
		font-size: 38px;
	}
	.sponsor-logos img, .page-sponsors #main .row img {
		margin: 70px 0 0;
		max-width: 280px;
	}
	.internal-page #wrapper {
		padding-top: 76px;
	}
	.row.contentsection {
		padding: 60px 0 60px;
	}
	.modal-dialog {
		max-width: 380px;
		margin: 20px auto 0;
	}
	.modal label {
		font-size: 15px;
	}
	.modal-body {
		position: relative;
		padding: 20px 30px 20px;
		max-width: 100%;
		margin: auto;
	}
	.page-photo-gallery #main h2 {
		font-size: 32px;
		text-align: center;
	}
	.page-photo-gallery hr {
		margin: 60px 0;
	}
}
@media (max-width: 449px) {
	.our-mission {
		padding: 50px 0 80px;
	}
	h2 {
		margin: 25px 0;
	}
	.peek {
		height: 250px;
	}
	.page-form h2 {
		font-size: 23px;
	}
	.home .banner {
		background-position: center right;
	}
	.portfolio button.slick-next.slick-arrow {
		right: calc(50% - 150px);
	}
	.portfolio button.slick-prev.slick-arrow {
		left: calc(50% - 150px);
	}
	footer p {
		max-width: 320px;
	}
	.mobile-nav-menu .menu-mobile li a {
		font-family: "Archivo Black";
		color: #474747;
		margin-bottom: 5px;
		text-decoration: none;
		font-size: 18px;
	}
	.sponsor-content {
		margin-top: 130px;
	}
	.mobile-nav-menu {
		max-width: 350px;
	}
	.portfolio {
		margin-bottom: 60px;
	}
}
@media (max-width: 399px) {
	.home h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 28px;
		line-height: 1.3;
	}
	html, body {
		font-size: 17px;
		line-height: 1.6;
	}
	.artist-section {
		margin-top: -100px;
	}
	.sticker-section {
		padding-top: 50px;
	}
	.bottom-section h2 {
		max-width: 370px;
		font-size: 35px;
	}
	.internal-page h1 {
		font-size: 32px;
		line-height: 1.2;
	}
	.row.contentsection {
		padding: 60px 0 60px;
	}
	.page-form input, .page-form textarea {
		font-size: 16px !important;
	}
}
@media (max-width: 349px) {}