/*
Theme Name: Tunica Arena (Shape of Me)
Theme URI: 
Author: Eventim USA Design
Author URI: 
Description: A starter kit theme.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shape-of-me
Tags: block-theme, full-site-editing, minimal, responsive
*/
:root {
	--arial-black: 'Arial Black', sans-serif;
	--inter: 'Inter', sans-serif;
	--white: #ffffff;
	--black: #070506;
	--wp--preset--color--accent-1: #bada55;
	--wp--preset--color--accent-2: #d1e0a6;
	--wp--preset--color--accent-3: #c4dd9e;
	--wp--preset--color--accent-4: #e3efbf;
	--wp--preset--color--accent-5: #232323;
	--wp--preset--color--accent-6: #121212;
}
* {
	box-sizing: border-box;
}
html, body {
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: var(--inter);
	background: var(--wp--preset--color--accent-2) !important;
}
body.afsmenu__lockscroll::before {
	content: "";
	position: fixed;
	top: calc(-1 * env(safe-area-inset-top));
	bottom: calc(-1 * env(safe-area-inset-bottom));
	left: calc(-1 * env(safe-area-inset-left));
	right: calc(-1 * env(safe-area-inset-right));
	background: var(----wp--preset--color--accent-1);
	z-index: 9998;
	pointer-events: none;
	display: block;
}
a {
	transition: .2s ease all;
}
*:hover, *:focus, *:active {
	outline: none;
	transition: .2s ease all;
}
/* Ensure main container respects layout vars */
.wp-site-blocks {
	max-width: 100vw;
	margin-left: auto;
	margin-right: auto;
}
/* Normal width */
.wp-block {
	max-width: 100vw;
	margin: 0 auto;
}
/* Wide width */
.wp-block[data-align="wide"],
.alignwide {
	max-width: var(--wp--style--global--wide-size);
}
/* Full width */
.wp-block[data-align="full"],
.alignfull {
	max-width: 100vw;
	width: 100%;
}
.entry-content,
.wp-block-post-content {
	max-width: 100vw;
	width: 100%;
}
header+div {
	margin: 0;
}
header #contact-btn a {
	text-align: center;
	white-space: nowrap;
}
.home .entry-content .wp-block-group {
	margin: 0 auto !important;
}
body:not(.home) main {
	background: var(--wp--preset--color--accent-2);
	color: var(--black);
}
div#tpbr_box {
	color: var(--black) !important;
	font-weight: 700 !important;
}
/* nav */
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	padding: 10px 12px;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover .wp-block-navigation-item__label,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:focus .wp-block-navigation-item__label,
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:active .wp-block-navigation-item__label {
	color: var(--wp--preset--color--accent-1);
}
/* mobile nav */
nav.is-responsive.wp-block-navigation {
	opacity: 1;
	transform: opacity .3s ease;
}
@media(max-width:1024px) {
	nav.is-responsive.wp-block-navigation {
		display: none;
		opacity: 0;
		transform: opacity .3s ease;
	}
	#contact-btn {
		margin-right: 0px;
		transform: margin .3s ease;
	}
	#animatedfsmenu_css:not(.navbar-expand-md) .animatedfsmenu-navbar-toggler {
		/* top: 5px;
		right: 10px !important; */
		background: var(--black) !important;
	}
	#animatedfsmenu_css:not(.navbar-expand-md) .animatedfsmenu-navbar-toggler:focus, #animatedfsmenu_css:not(.navbar-expand-md) .animatedfsmenu-navbar-toggler:hover {
		background: var(--black) !important;
	}
	#animatedfsmenu_css:not(.navbar-expand-md) .animatedfsmenu-navbar-toggler .bar {
		background: var(--wp--preset--color--accent-1) !important;
	}
	#animatedfsmenu_css:not(.navbar-expand-md) .animatedfsmenu-navbar-toggler:focus .bar, #animatedfsmenu_css:not(.navbar-expand-md) .animatedfsmenu-navbar-toggler:hover .bar {
		background: var(--white) !important;
	}
	#animatedfsmenu_css.navbar-expand-md .animatedfsmenu-navbar-toggler .bar {
		background: var(--black) !important;
	}
	#animatedfsmenu_css.navbar-expand-md {
		overflow-y: scroll !important;
		padding-top: env(safe-area-inset-top);
		padding-bottom: env(safe-area-inset-bottom);
		/* padding-bottom: 65px; */
		height: 100dvh;
		min-height: -webkit-fill-available;
		position: fixed;
		z-index: 9999;
		top: calc(-1 * env(safe-area-inset-top));
		bottom: calc(-1 * env(safe-area-inset-bottom));
		left: calc(-1 * env(safe-area-inset-left));
		right: calc(-1 * env(safe-area-inset-right));
		background: var(--wp--preset--color--accent-1) !important;
	}
	.animatedfsmenu .animatedfs_menu_list {
		max-width: 100dvw !important;
		min-width: 600px !important;
		overflow-y: scroll !important;
	}
	.animatedfs_menu_list .afsmenu>li {
		padding: 8px 0 !important;
	}
	.animatedfs_menu_list .afsmenu>li a {
		font-size: 22px !important;
		font-family: var(--inter);
	}
	.animatedfs_menu_list .afsmenu>li:hover a,
	.animatedfs_menu_list .afsmenu>li:focus-within a {
		font-weight: 700 !important;
	}
	#animatedfsmenu_css.navbar-expand-md .navbar-collapse {
		margin-top: 0px !important;
		padding-top: 20px !important;
	}
	.animatedfsmenu-html-area {
		margin: 0 !important;
		order: -1;
	}
	.animatedfsmenu-html-area img {
		max-width: 50dvw;
	}
}
@media(max-width:768px) {
	.animatedfsmenu-html-area img {
		max-width: 70dvw;
	}
	.animatedfsmenu .animatedfs_menu_list {
		max-width: 100dvw !important;
		min-width: 100dvw !important;
	}
}
@media (max-width:600px) {
	.wp-container-core-group-is-layout-cb46ffcb {
		justify-content: center;
	}
	header #header {
		padding-bottom: 0 !important
	}
	.video-wrapper {
		margin-top: -65px !important;
	}
}
/* homepage */
.home .flex-box {
	height: 100%;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.home .wp-block-group.is-layout-grid.wp-container-core-group-is-layout-8e003af3.wp-block-group-is-layout-grid {
	margin: 0 !important;
	grid-template-columns: 1fr !important;
	width: 100%;
}
:where(.wp-site-blocks)>*,
:root :where(.is-layout-constrained)>* {
	margin-block-start: 0 !important;
	padding-top: 0;
}
:root :where(.is-layout-constrained)>p {
	margin-block-start: 12px !important;
}
/* about */
.about main {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.about .about-content {
	padding: 0 12px !important;
}
.about .wp-container-core-group-is-layout-a8043062>.alignfull {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.about .entry-content {
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.about .spectra-image-gallery__control-lightbox {
	z-index: 99 !important;
}
.about header.wp-block-template-part {
	z-index: 10001;
	position: relative;
}
/* events */
#list-view-events, #the-events .list-view-events, .seetickets-list-events, .seetickets-calendar-container, .seetickets-list-events {
	max-width: var(--wp--style--global--wide-size) !important;
	margin: auto !important;
}
#the-events {
	max-width: 96vw;
	margin: 0 auto;
}
#search-results form.display-flex {
	flex-direction: row-reverse;
	border: 1px solid var(--black);
	border-radius: 100px;
}
#search-results input[name=seetickets-search]::placeholder {
	color: var(--black);
}
#search-results input[name=seetickets-search] {
	background: none;
	border: 0;
	width: 100%;
	padding-left: 0;
}
#search-results button.seetickets-search .ml-1r {
	display: none;
}
#search-results button.seetickets-search {
	width: auto;
	background: none;
	filter: invert(1);
	padding-left: 22px;
	padding-bottom: 13px;
}
#search-results #list-view-events,
.home #the-events .seetickets-list-events {
	max-width: calc(100% - 24px) !important;
}
,
.calendar .seetickets-list-events {
	margin: 0 auto !important
}
.home #the-events .seetickets-list-events .mdc-card.seetickets-list-event-container:not(.grid-item),
.calendar .seetickets-list-events .mdc-card.seetickets-list-event-container:not(.grid-item) {
	margin-bottom: 3px !important;
}
.home #the-events .seetickets-list-events img {
	max-width: 200px !important;
	width: 100% !important;
	aspect-ratio: 1/1;
	@media (width < 1024px) {
		max-width: 300px !important;
		width: 100% !important;
	}
	@media (width < 768px) {
		max-width: 100% !important;
		width: 100% !important;
	}
}
.calendar .seetickets-list-events img {
	@media (width < 1071px) {
		max-width: 100% !important;
	}
}
/* upcoming events */
.seetickets-list-events .seetickets-list-event-container {
	background-color: var(--wp--preset--color--accent-4) !important;
}
.calendar main>div {
	padding-left: 24px;
}
.calendar .seetickets-list-events .mdc-card {
	max-width: 33%;
	width: 100% !important;
}
.home .seetickets-list-events .seetickets-list-event-content-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.seetickets-list-events img {
	aspect-ratio: 1/1;
	width: 100% !important;
	height: auto !important;
}
.seetickets-list-events .event-info-block {
	align-self: flex-start;
	max-width: 75%;
	width: 100%;
	margin-bottom: 12px;
}
.seetickets-list-events .event-info-block p {
	font-size: 14px;
}
.seetickets-list-events p.event-title,
.seetickets-list-events p.event-title a {
	font-size: 32px;
	line-height: 1.15;
	color: var(--black);
	font-family: var(--arial-black);
	transition: .2s ease all;
}
.seetickets-list-events p.event-title a:hover,
.seetickets-list-events p.event-title a:focus,
.seetickets-list-events p.event-title a:active {
	color: var(--black);
	opacity: .4;
	transition: .2s ease all;
}
.seetickets-list-events p.event-date {
	font-weight: 400;
	font-size: 22px;
	margin-block: 1rem;
}
.seetickets-list-events .buy-and-share-block {
	position: relative;
	max-width: 150px;
	width: 100%;
	bottom: 0;
}
.seetickets-list-events a.seetickets-buy-btn,
div.seetickets-buy-btn a {
	display: flex;
	justify-content: center;
	width: 100%;
	white-space: nowrap;
	padding: 12px 30px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 100px;
	font-family: var(--inter);
	border: 1px solid var(--black);
	font-weight: 400;
	font-size: 12px;
	transition: .2s ease all;
}
div.seetickets-buy-btn a {
	padding: 12px;
}
.seetickets-list-events a.seetickets-buy-btn:hover,
.seetickets-list-events a.seetickets-buy-btn:focus,
.seetickets-list-events a.seetickets-buy-btn:active {
	background: var(--wp--preset--color--accent-4);
	border: 1px solid var(--black) !important;
	color: var(--black) !important
}
.seetickets-buy-btn.button-soldout {
	border-color: var(--wp--preset--color--accent-3) !important;
	background: var(--wp--preset--color--accent-3);
	color: var(--black) !important;
}
/* just announced slider */
#just-announced .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
	max-width: calc(100vw - 60px) !important;
	margin: 0 auto !important;
}
#just-announced .mdc-card.seetickets-list-event-container:not(.grid-item) {
	background-color: var(--wp--preset--color--accent-1) !important;
	background: var(--wp--preset--color--accent-1) !important;
	border: 0;
	display: flex;
	flex-direction: row !important;
	justify-content: space-between;
	opacity: 0;
}
#just-announced .mdc-card.swiper-slide-active {
	opacity: 1;
}
#just-announced .seetickets-list-view-event-image-container {
	flex: 1;
	max-width: 50%;
	width: 100%;
}
#just-announced img.seetickets-list-view-event-image {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1/1;
}
#just-announced .seetickets-list-event-content-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}
#just-announced .event-info-block {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
}
#just-announced .buy-and-share-block {
	flex: 0;
	bottom: 0;
	position: relative;
}
p.headliners, span.price, p.venue, #just-announced .doortime-showtime, #just-announced p.genre, #just-announced .ages, .seetickets-social-media-container {
	display: none;
}
#just-announced p {
	font-size: 22px;
	font-weight: 400;
}
#just-announced p.event-header, #just-announced p.event-date, #just-announced p.supporting-talent {
	margin-bottom: 1rem;
}
#just-announced p.event-title,
#just-announced p.event-title a {
	font-size: 37px;
	line-height: 1.15;
	font-family: var(--arial-black);
	transition: .2s ease all;
}
#just-announced a.seetickets-buy-btn {
	padding: 12px 30px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid var(--black);
	border-radius: 100px;
	font-family: var(--inter);
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 1rem;
	transition: .2s ease all;
}
#just-announced a.seetickets-buy-btn:hover,
#just-announced a.seetickets-buy-btn:focus,
#just-announced a.seetickets-buy-btn:active {
	background: var(--wp--preset--color--accent-1);
	color: var(--black) !important;
	border: 1px solid var(--black);
}
#just-announced .swiper-pagination {
	text-align: right;
	bottom: 50px;
}
#just-announced .swiper-pagination-bullet {
	background: var(--black);
	opacity: .4;
	transition: .2s ease all;
}
#just-announced .swiper-pagination-bullet-active {
	background: var(--black);
	opacity: 1;
	transition: .2s ease all;
}
#just-announced button.swiper-button-prev {
	left: -30px;
	background: none;
	border: 0;
}
#just-announced button.swiper-button-next {
	right: -30px;
	background: none;
	border: 0;
}
#just-announced button.swiper-button-prev:after,
#just-announced button.swiper-button-next:after {
	color: #000;
}
@media (max-width:1440px) {
	#just-announced button.swiper-button-prev {
		left: 0;
	}
	#just-announced button.swiper-button-next {
		right: 0;
	}
}
@media(max-width:1080px) {
	.calendar .seetickets-list-events.with-calendar {
		padding-left: 24px;
	}
	.calendar .seetickets-list-events .mdc-card {
		max-width: calc(50% - 6px);
		width: 100% !important;
		height: auto !important;
		margin: 3px !important;
	}
	.calendar .seetickets-list-events .mdc-card img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 1/1;
	}
}
@media(max-width:768px) {
	.seetickets-list-events {
		margin: 0 auto;
	}
	#just-announced #list-view-events {
		padding-bottom: 24px !important;
	}
	.seetickets-list-events .mdc-card.seetickets-list-event-container:not(.grid-item),
	.seetickets-list-events .seetickets-list-event-content-container,
	#just-announced .mdc-card.seetickets-list-event-container:not(.grid-item) {
		flex-direction: column !important;
	}
	#just-announced .mdc-card.swiper-slide {
		width: 100% !important;
		opacity: 0 !important;
	}
	#just-announced .mdc-card.swiper-slide-active {
		opacity: 1 !important;
	}
	#just-announced .seetickets-list-view-event-image-container {
		max-width: calc(100% - 24px);
	}
	#just-announced p.event-title, #just-announced p.event-title a {
		font-size: 22px;
	}
	#just-announced p {
		font-size: 14px;
	}
	#just-announced p.event-title, #just-announced p.event-header, #just-announced p.event-date, #just-announced p.supporting-talent {
		margin-block: 0 !important;
	}
	#just-announced button.swiper-button-next,
	#just-announced button.swiper-button-prev {
		top: auto;
		bottom: 24px;
		z-index: 99;
	}
	#just-announced .swiper-pagination {
		text-align: center;
		bottom: 36px
	}
	#just-announced .buy-and-share-block {
		margin-top: auto;
		max-width: 100%;
	}
	#just-announced .swiper-button-prev:after, #just-announced .swiper-button-next:after {
		font-size: 25px;
	}
	.seetickets-list-events .buy-and-share-block {
		max-width: 100%;
	}
	#view-calendar, #view-calendar a {
		width: 100% !important;
		max-width: calc(100% - 12px) !important;
		text-align: center;
	}
}
@media(max-width:600px) {
	.seetickets-list-events .mdc-card,
	.calendar .seetickets-list-events .mdc-card {
		width: 100% !important;
		max-width: 100% !important
	}
}
/* calendar */
.seetickets-calendar-year-month-container,
.seetickets-calendar th,
.seetickets-calendar td .date-number {
	color: var(--black);
	position: relative;
}
.seetickets-calendar-year-month-container {
	display: flex;
	justify-content: center;
}
.seetickets-calendar-year-month-container * {
	font-family: var(--arial-black);
	font-size: 64px !important;
	color: var(--black);
	text-transform: uppercase;
}
.seetickets-calendar th {
	font-size: 22px;
}
.seetickets-calendar td {
	background: var(--wp--preset--color--accent-4);
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.seetickets-calendar td.today {
	border-radius: 4px;
	border: 2px solid var(--black);
	position: relative;
}
.seetickets-calendar td.today .date-number {
	padding: 6px;
}
.seetickets-calendar .mdc-card {
	background-color: transparent;
	border: 0;
}
.seetickets-calendar .mdc-card p {
	color: var(--black);
}
.seetickets-calendar-event-title a {
	font-size: 15px;
	line-height: 1.15;
	text-transform: uppercase;
	font-family: var(--arial-black);
	transition: .2s ease all;
}
.calendar-body {
	max-width: 100%;
}
.seetickets-calendar-event-picture {
	max-width: 100%;
	width: 100% !important;
	height: auto !important;
	transition: .2s ease all;
}
div.seetickets-buy-btn {
	background-color: transparent;
	margin-top: 1rem;
	padding: 0;
	border-radius: 100px;
}
div.seetickets-buy-btn a {
	display: flex;
	justify-content: center;
	width: auto;
	border-radius: 100px;
	background-color: var(--black);
	color: var(--white);
	border: 1px solid var(--black);
	transition: .2s ease all;
}
div.seetickets-buy-btn a:hover,
div.seetickets-buy-btn a:focus,
div.seetickets-buy-btn a:active {
	background-color: var(--wp--preset--color--accent-4);
	color: var(--black);
	border: 1px solid var(--black);
	transition: .2s ease all;
}
/* forms */
/* .wpcf7 .cf7-cf-turnstile {
	margin-bottom: -40px !important;
} */
.wpcf7 .wpcf7-response-output {
	color: var(--black)
}
.wpcf7 {
	max-width: 1024px;
	width: 100%;
	margin: 0;
}
.wpcf7 .split, .wpcf7 .accept {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.wpcf7 p {
	font-size: 16px;
}
.wpcf7 .split p {
	max-width: calc(49% - 20px);
	width: 100%;
	flex: 1;
	position: relative;
	font-family: var(--inter)
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 .accept label, .wpcf7 input:-webkit-autofill {
	width: 100%;
	min-height: 50px;
	background: none;
	border-radius: 8px;
	padding: 5px 10px;
	font-size: 16px;
	border: 1px solid var(--black);
	-webkit-box-shadow: 0 0 0 1000px var(--wp--preset--color--accent-2) inset;
	-webkit-text-fill-color: var(--black);
	-moz-text-fill-color: var(--black);
	caret-color: var(--black);
	background: var(--wp--preset--color--accent-2)
}
.home .wpcf7 input {
	padding: 5px 20px;
}
.wpcf7 .accept label {
	border: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	-webkit-text-fill-color: var(--black);
	-moz-text-fill-color: var(--black);
	color: var(--black);
}
.wpcf7 .wpcf7-list-item {
	margin: 0;
}
.wpcf7 input, .wpcf7 textarea {
	color: var(--black)
}
.wpcf7 input {
	border-radius: 100px;
}
.wpcf7 .accept input {
	width: 21px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid var(--black);
	min-height: 100%;
	padding: 0;
}
.wpcf7 input.wpcf7-submit {
	border-radius: 100px;
	opacity: 1;
	-webkit-box-shadow: 0 0 0 1000px var(--black) inset;
	-webkit-text-fill-color: var(--white);
	-moz-text-fill-color: var(--white);
	caret-color: var(--white);
	background: var(--black);
	color: var(--white);
}
@media (max-width:1024px) {
	.wpcf7 {
		max-width: 840px;
	}
	.wpcf7 .split {
		flex-direction: column;
	}
	.wpcf7 .split p {
		max-width: 100%;
	}
}
@media (max-width:768px) {
	.wpcf7 {
		max-width: calc(100% - 20vw);
		margin: 0 auto;
	}
}
/* hive */
.hive-signup-form-has-error {
	border-color: #cc0505;
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.css");
.hive-signup-form {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	margin-block-start: 24px !important;
}
.hive-signup-form label,
.hive-signup-form input,
.hive-signup-form button,
.hive-signup-form span,
.hive-signup-form .iti {
	display: block;
	width: 100%;
	max-width: 100%;
}
.hive-signup-form label {
	display: none !important;
}
.hive-signup-form label {
	margin-bottom: 8px;
}
.hive-signup-form input {
	margin-bottom: 8px;
	height: 50px;
	padding: 12px 22px;
	border-radius: 4px;
	color: var(--black);
	border: 1px solid var(--black);
	background-color: transparent;
	box-shadow: none;
	margin: 0 auto 8px;
	max-width: 348px;
	width: 100%;
	border-radius: 100px;
	@media (width < 600px) {
		max-width: 100%;
	}
}
.hive-signup-form input::placeholder {
	color: var(--black);
}
.hive-signup-form input:focus {
	border: 2px solid inherit;
	outline: none;
	background-color: var(--wp--preset--color--accent-2);
	color: var(--black);
}
.hive-signup-form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px var(--wp--preset--color--accent-2) inset;
	-webkit-text-fill-color: var(--black);
	-moz-text-fill-color: var(--black);
	caret-color: var(--black);
}
.hive-signup-form input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px var(--wp--preset--color--accent-2) inset;
	-webkit-text-fill-color: var(--black);
	-moz-text-fill-color: var(--black);
}
.hive-signup-form label input[type=checkbox] {
	display: inline-block;
	width: auto;
	margin-right: 8px;
	margin-bottom: 0;
}
.hive-signup-form label.hive-signup-form-sms-optin-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.hive-signup-form button {
	padding: 10px 24px;
	min-height: 60px;
	height: 100%;
	cursor: pointer;
	background-color: var(--black);
	color: inherit;
	font-family: var(--arial-black);
	text-transform: uppercase;
	max-width: calc(300px + 48px);
	width: 100%;
	margin: 0 auto;
	border: 1px solid var(--black);
	border-radius: 100px;
	@media (width < 600px) {
		max-width: 100%;
	}
}
.hive-signup-form button:hover,
.hive-signup-form button:focus {
	background-color: transparent;
	color: var(--black);
}
.hive-signup-form span {
	display: flex;
	margin-bottom: 16px;
}
.hive-signup-form select {
	padding: 8px;
	width: 50%;
	height: 36px;
	background-color: inherit;
	margin-left: 8px;
	border-radius: 3px;
	border: 1px solid inherit;
}
.hive-signup-form select:first-child {
	margin-left: 0px;
}
/* videos */
.video-wrapper iframe {
	aspect-ratio: 1440/800;
	pointer-events: none;
}
@media (max-width:1024px) {
	.hero-video {
		margin-bottom: -40px !important
	}
	.video-wrapper {
		margin-top: -55px !important;
	}
	#contact-btn {
		margin-right: 60px !important;
	}
}
@media(max-width:768px) {
	.video-wrapper {
		margin-top: -35px !important;
	}
	#video-grid {
		grid-template-columns: 300px;
	}
	#video-grid .is-layout-flex {
		display: block;
		margin: 0 auto;
		width: calc(100vw - 36px) !important
	}
	#video-grid .is-layout-grid {
		margin-block-end: 24px;
	}
	footer h3,
	footer p,
	footer .has-text-align-right {
		text-align: center;
	}
	footer .items-justified-center {
		justify-content: space-between;
		max-width: 60vw !important;
	}
}
@media(max-width:600px) {
	#contact-btn {
		display: none;
	}
}