/*
Theme Name: O.K. Corral
Theme URI: https://www.okcorral.com
Author: Evans Love
Description: WordPress theme for the O.K. Corral Museum historic gunfight site in Tombstone, Arizona.
Version: 1.6.34
Text Domain: ok-corral
Requires at least: 6.0
Requires PHP: 7.4
*/

/*  #######################################################################
	#######################################################################
	############################ O.K. CORRAL CSS ##########################
	#######################################################################
	#######################################################################	*/

/*	=======================================================================
	AUTHOR: EVANS LOVE
	VERSION: 2.2

	2.2: CSS VARIABLES, SHADOW CONSOLIDATION, BS3 ASSET REMOVAL, MODERNIZR REMOVED
	2.1: BOOTSTRAP 5 NAV, REMOVED JPANELMENU, CSS REORGANIZATION
	2.0: WORDPRESS
	1.1: REMOVED RESET.HTML
	1.0: FIRST ITERATION
	=======================================================================
	CONTENTS:
		1.  BASE CSS
			- GENERAL
			- HEADER
			- NAVIGATION
			- CONTENT
			- FOOTER
			- ADDITIONAL
		2.	PAGE SPECIFIC CSS
			- HOME
			- HISTORY
			- FAQ
			- ABOUT US
			- BLOG
			- CART
			- CONTACT US
			- 404 PAGE
    =======================================================================	*/


/*  #######################################################################
    ################################ BASE CSS #############################
    ####################################################################### */

/*  =======================================================================
	GENERAL
    ======================================================================= */

:root {
	--ok-corral-bg: #FFE09F;
	--ok-corral-heading: #400000;
	--ok-corral-accent: #e7c682;
	--ok-corral-text: #333333;
	--ok-corral-muted: #777777;
	--ok-corral-nav-hover: #5e5e5e;
	--ok-corral-icon: #999999;
	--ok-corral-border: #444444;
	--ok-corral-image-frame: #6b3a1f;
	--ok-corral-image-shadow: rgba(48, 24, 8, 0.28);
	--ok-corral-shadow: #000000;
	--ok-corral-nav-dark: #400000;
	--ok-corral-nav-border: #080808;
	--ok-corral-tab-text: #555555;
	--ok-corral-footer-text: #ffffff;
	--ok-corral-logo-hang-offset: 10px;
	--ok-corral-logo-hang-over: 20px;
	--ok-corral-nav-bar: #111111;
	--ok-corral-heading-hover: #660000;
	--ok-corral-heading-active: #330000;
	--bs-primary: var(--ok-corral-heading);
	--bs-primary-rgb: 64, 0, 0;
	--bs-link-color: var(--ok-corral-heading);
	--bs-link-hover-color: var(--ok-corral-heading-hover);
	--bs-border-color: #333333;
	--ok-corral-skeleton: color-mix(in srgb, currentColor 5%, transparent);
	--ok-corral-skeleton-shine: color-mix(in srgb, currentColor 5%, transparent);
}

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}

body {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: scroll;
	background-color: var(--ok-corral-bg);
	z-index: 10;
	background-image: url('../assets/media/images/background_photos/background.jpg');
	background-size: cover;
}

h1,
h2,
h3 {
	color: var(--ok-corral-heading);
}

a {
	color: var(--ok-corral-heading);
}

.btn-primary {
	--bs-btn-color: var(--ok-corral-footer-text);
	--bs-btn-bg: var(--ok-corral-heading);
	--bs-btn-border-color: var(--ok-corral-heading);
	--bs-btn-hover-color: var(--ok-corral-footer-text);
	--bs-btn-hover-bg: var(--ok-corral-heading-hover);
	--bs-btn-hover-border-color: var(--ok-corral-heading-hover);
	--bs-btn-focus-shadow-rgb: 64, 0, 0;
	--bs-btn-active-color: var(--ok-corral-footer-text);
	--bs-btn-active-bg: var(--ok-corral-heading-active);
	--bs-btn-active-border-color: var(--ok-corral-heading-active);
	--bs-btn-disabled-color: var(--ok-corral-footer-text);
	--bs-btn-disabled-bg: var(--ok-corral-heading);
	--bs-btn-disabled-border-color: var(--ok-corral-heading);
}

.btn-outline-primary {
	--bs-btn-color: var(--ok-corral-heading);
	--bs-btn-border-color: var(--ok-corral-heading);
	--bs-btn-hover-color: var(--ok-corral-footer-text);
	--bs-btn-hover-bg: var(--ok-corral-heading);
	--bs-btn-hover-border-color: var(--ok-corral-heading);
	--bs-btn-focus-shadow-rgb: 64, 0, 0;
	--bs-btn-active-color: var(--ok-corral-footer-text);
	--bs-btn-active-bg: var(--ok-corral-heading-active);
	--bs-btn-active-border-color: var(--ok-corral-heading-active);
}

.page-link.active,
.active > .page-link {
	--bs-pagination-active-bg: var(--ok-corral-heading);
	--bs-pagination-active-border-color: var(--ok-corral-heading);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #place_order {
	background-color: var(--ok-corral-heading);
	color: var(--ok-corral-footer-text);
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #place_order:hover {
	background-color: var(--ok-corral-heading-hover);
	color: var(--ok-corral-footer-text);
}

footer h1,
footer h2,
footer h3 {
	color: var(--ok-corral-footer-text);
}

h1 small,
h2 small,
h3 small {
	color: var(--ok-corral-text);
}

.thumbnail,
.img-headshot {
	line-height: 1.42857143;
	border: 2px solid var(--ok-corral-image-frame);
	border-radius: 2px;
	box-shadow: 2px 4px 10px var(--ok-corral-image-shadow);
}

.thumbnail > img,
.img-headshot > img,
.img-headshot .img-fluid {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.img-fluid {
	max-width: 100%;
	height: auto;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ok-corral-header,
.container,
.index-container,
.footer-container {
	box-shadow: 0 0 50px 1px var(--ok-corral-shadow);
}


/*  =======================================================================
	HEADER
    ======================================================================= */

.ok-corral-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: var(--ok-corral-nav-bar);
	color: var(--ok-corral-footer-text);
	z-index: 1000;
	overflow: visible;
}

.header-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 var(--ok-corral-logo-hang-offset) 8px;
	overflow: visible;
}

.ok-corral-header-top {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding: var(--ok-corral-logo-hang-offset) 0 0;
	padding-left: 125px;
	min-height: calc((90px + var(--ok-corral-logo-hang-offset) - var(--ok-corral-logo-hang-over)) / 2);
	overflow: visible;
}

.ok-corral-logo {
	display: block;
	position: absolute;
	left: var(--ok-corral-logo-hang-offset);
	top: var(--ok-corral-logo-hang-offset);
	width: 110px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: visible;
	margin: 0;
	z-index: 1002;
}

.ok-corral-social {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 6px;
}

.ok-corral-header-tools {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 6px;
	margin-top: 0;
}

.ok-corral-mobile-toggle-row {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.ok-corral-mobile-toggle {
	border-color: rgba(255, 255, 255, 0.45);
	border-radius: 8px;
	padding: 4px 8px;
	margin: 0;
}

.ok-corral-social a {
	color: var(--ok-corral-icon);
	display: block;
	line-height: 1;
}

.ok-corral-social a:hover,
.ok-corral-social a:focus {
	color: var(--ok-corral-footer-text);
}

.ok-corral-social .ok-corral-icon {
	width: 1.31rem;
	height: 1.31rem;
}

.ok-corral-icon {
	display: inline-block;
	vertical-align: -0.125em;
	flex-shrink: 0;
}

.ok-corral-cart-wrap {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.ok-corral-cart-wrap:empty {
	display: none;
}

.ok-corral-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.65rem;
	border: 1px solid #333333;
	border-radius: 4px;
	color: var(--ok-corral-footer-text);
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.2;
	background-color: #333333;
}

.ok-corral-cart-link:hover,
.ok-corral-cart-link:focus {
	color: var(--ok-corral-footer-text);
	background-color: #444444;
	border-color: #444444;
	text-decoration: none;
}

.ok-corral-cart-link .ok-corral-icon {
	width: 0.86rem;
	height: 0.86rem;
}

.ok-corral-cart-link__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.35rem;
	height: 1.35rem;
	padding: 0 0.3rem;
	border-radius: 999px;
	background: var(--ok-corral-accent);
	color: var(--ok-corral-heading);
	font-size: 0.75rem;
	font-weight: 700;
}

.ok-corral-primary-nav {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-top: 0;
	gap: 0.25rem;
}

.ok-corral-primary-nav .navbar-nav .nav-link {
	color: var(--ok-corral-icon);
	padding: 10px 12px;
	line-height: 1.2;
}

.ok-corral-primary-nav .navbar-nav .nav-link:hover,
.ok-corral-primary-nav .navbar-nav .nav-link:focus {
	color: var(--ok-corral-footer-text);
}

.ok-corral-primary-nav .navbar-nav .nav-link.ok-corral-nav-cta,
.ok-corral-mobile-nav .nav-link.ok-corral-nav-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.45rem 0.85rem;
	border: 1px solid var(--ok-corral-heading);
	border-radius: 4px;
	background-color: var(--ok-corral-heading);
	color: var(--ok-corral-footer-text);
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.ok-corral-primary-nav .navbar-nav .nav-link.ok-corral-nav-cta:hover,
.ok-corral-primary-nav .navbar-nav .nav-link.ok-corral-nav-cta:focus,
.ok-corral-mobile-nav .nav-link.ok-corral-nav-cta:hover,
.ok-corral-mobile-nav .nav-link.ok-corral-nav-cta:focus {
	background-color: var(--ok-corral-heading-hover);
	border-color: var(--ok-corral-heading-hover);
	color: var(--ok-corral-footer-text);
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.ok-corral-mobile-nav {
	background-color: var(--ok-corral-nav-bar);
	color: #ffffff;
	width: min(300px, 85vw);
}

.ok-corral-mobile-nav .offcanvas-header {
	background-color: var(--ok-corral-nav-bar);
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ok-corral-mobile-nav .offcanvas-body {
	background-color: var(--ok-corral-nav-bar);
}

.ok-corral-mobile-nav .offcanvas-title {
	font-size: 1.25rem;
	margin: 0;
	color: #ffffff;
}

.ok-corral-mobile-nav .btn-close {
	filter: invert(1) grayscale(1);
	opacity: 0.85;
}

.ok-corral-mobile-menu-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	padding: 0;
	overflow: hidden;
}

.ok-corral-mobile-menu-scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
}

.ok-corral-mobile-menu-list {
	flex: 0 1 auto;
	overflow-y: visible;
	padding: 0 1rem;
	margin-bottom: 0;
}

.ok-corral-mobile-menu-list .nav-link {
	color: var(--ok-corral-icon);
	font-size: 1.05rem;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ok-corral-mobile-menu-list .nav-item:last-child .nav-link {
	border-bottom: 0;
}

.ok-corral-mobile-menu-list .nav-link:hover,
.ok-corral-mobile-menu-list .nav-link:focus {
	color: #ffffff;
}

.ok-corral-mobile-social {
	flex: 0 0 auto;
	justify-content: flex-start;
	padding: 0 1rem 1rem;
	gap: 1rem;
}

.ok-corral-mobile-social .ok-corral-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.ok-corral-mobile-cart {
	flex: 0 0 auto;
	margin-top: 0;
	padding: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ok-corral-mobile-menu-bottom {
	flex: 0 0 auto;
	margin-top: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ok-corral-mobile-buy-tickets-row {
	padding: 1rem 1rem 0.75rem;
}

.ok-corral-mobile-buy-tickets {
	display: inline-flex;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0.45rem 0.85rem;
	border-radius: 4px;
	font-size: 1.05rem;
	font-weight: 700;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	justify-content: flex-start;
}

.ok-corral-mobile-buy-tickets:hover,
.ok-corral-mobile-buy-tickets:focus {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767.98px) {
	#myCarousel {
		display: none;
	}

	.header-container {
		padding-bottom: 14px;
	}

	.ok-corral-header-top {
		min-height: calc(((90px + var(--ok-corral-logo-hang-offset) - var(--ok-corral-logo-hang-over)) / 2) * 1.3);
		padding-bottom: 10px;
	}

	.ok-corral-header-tools .ok-corral-social {
		display: none;
	}

	.ok-corral-primary-nav {
		display: none;
	}

	.ok-corral-mobile-toggle-row {
		padding: 10px 0;
	}

	.ok-corral-mobile-toggle {
		padding: 8px 12px;
	}

	.container {
		margin-top: 168px;
	}
}

@media (min-width: 768px) {
	.header-container {
		padding-bottom: 10px;
	}

	.ok-corral-logo {
		width: 165px;
		height: 130px;
	}

	.ok-corral-social {
		gap: 8px;
	}

	.ok-corral-header-tools .ok-corral-social {
		display: flex;
	}

	.ok-corral-social .ok-corral-icon {
		width: 1.5rem;
		height: 1.5rem;
	}

	.ok-corral-mobile-toggle-row {
		display: none;
	}

	.ok-corral-primary-nav {
		display: flex;
	}

	.ok-corral-primary-nav .navbar-nav {
		flex: 0 1 auto;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		width: auto;
	}

	.ok-corral-primary-nav .navbar-nav .nav-link {
		padding: 12px 14px;
		white-space: nowrap;
	}

	.ok-corral-primary-nav .navbar-nav .nav-link.ok-corral-nav-cta {
		margin: 6px 0 6px 8px;
		padding: 0.45rem 0.85rem;
	}

	.ok-corral-header-cart {
		flex: 0 0 auto;
		margin-left: 4px;
	}
}


/*  =======================================================================
	NAVIGATION
    ======================================================================= */

.navbar-nav {
	margin: 0;
}

@media (min-width: 768px) {
	.container,
	.index-container,
	.footer-container {
		width: 90%;
		max-width: none;
	}
}


/*  =======================================================================
	CONTENT
    ======================================================================= */

.container {
	margin-top: 140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}

hr:not(.ok-corral-footer-divider) {
	border: 0;
	border-top: 1px solid var(--ok-corral-border);
	opacity: 1;
}

.page-header {
	margin: 20px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--ok-corral-border);
	clear: both;
}

.container > .row > [class*="col-"] {
	padding-top: 12px;
	padding-bottom: 12px;
}

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
}

.carousel-slide-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sidebar {
	margin-top: 10px;
}

.sidebar ul {
	border-radius: 5px;
	padding: 5px;
	border: 1px solid var(--ok-corral-border);
}

.ok-corral-ticket-info {
	padding: 0 0 0 8px;
}

.ok-corral-ticket-info__section {
	margin-bottom: 1.15rem;
	padding-bottom: 1.15rem;
	border-bottom: 1px solid var(--ok-corral-border);
}

.ok-corral-ticket-info__section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.ok-corral-ticket-info__section h3 {
	padding: 0;
	margin: 0 0 0.45rem;
	color: var(--ok-corral-heading);
	font-size: 1.08rem;
}

.ok-corral-ticket-info p {
	margin: 0 0 0.55rem;
	line-height: 1.45;
}

.ok-corral-ticket-info p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.ok-corral-ticket-info {
		margin-top: 0.5rem;
		padding: 0;
	}
}

h3 {
	position: relative;
}

h3 span.hash {
	position: absolute;
	top: -100px;
}

.nav-tabs .nav-link {
	color: var(--ok-corral-tab-text);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	color: var(--ok-corral-heading);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: var(--ok-corral-tab-text);
	background-color: var(--ok-corral-accent);
	border-color: var(--ok-corral-border) var(--ok-corral-border) transparent;
}

.tab-content {
	padding-top: 15px;
}

.tab-content .tab-pane {
	padding-bottom: 20px;
}


/*  =======================================================================
	FOOTER
    ======================================================================= */

footer {
	z-index: 10000;
	background-color: var(--ok-corral-nav-dark);
	border-color: var(--ok-corral-nav-border);
	margin: 50px 0 0 0;
	background-image: url('../assets/media/images/background_photos/background_footer.jpg');
	background-size: cover;
	--ok-corral-border: rgba(255, 255, 255, 0.25);
	--bs-border-color: rgba(255, 255, 255, 0.25);
}

.footer-container {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-text {
	color: var(--ok-corral-footer-text);
	font-size: 0.9rem;
	line-height: 1.45;
}

footer h3 {
	font-size: 1.35rem;
	line-height: 1.3;
	margin-bottom: 0.75rem;
}

footer .footer-text a,
footer .ok-corral-guide-map a,
footer .ok-corral-footer-contact a,
footer .ok-corral-footer-social a {
	color: var(--ok-corral-footer-text);
}

footer .footer-text a:hover,
footer .footer-text a:focus,
footer .ok-corral-guide-map a:hover,
footer .ok-corral-guide-map a:focus,
footer .ok-corral-footer-contact a:hover,
footer .ok-corral-footer-contact a:focus,
footer .ok-corral-footer-social a:hover,
footer .ok-corral-footer-social a:focus {
	color: var(--ok-corral-footer-text);
	opacity: 0.9;
}

.ok-corral-footer-divider {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	margin: 20px 0 15px;
	opacity: 1;
}

footer hr:not(.ok-corral-footer-divider) {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.ok-corral-guide-map {
	margin-bottom: 0.5rem;
}

.ok-corral-guide-map-image {
	display: block;
	max-width: 78%;
	height: auto;
}

.ok-corral-guide-map-download {
	font-size: 0.8rem;
	line-height: 1.35;
	margin-top: 0.25rem;
}

.ok-corral-footer-social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ok-corral-footer-social a {
	display: block;
	line-height: 1;
}

.ok-corral-footer-social .ok-corral-icon {
	width: 1.31rem;
	height: 1.31rem;
	font-weight: inherit;
}

.ok-corral-footer-contact {
	font-size: 0.85rem;
	line-height: 1.45;
	margin-bottom: 0;
}

.ok-corral-footer-contact em {
	font-style: italic;
}

.footer-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 4px 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: none;
}

.footer-menu li {
	display: inline-block;
}

footer .footer-menu a,
footer .footer-menu a.footer-text {
	color: gray;
}

footer .footer-menu a:hover,
footer .footer-menu a:focus,
footer .footer-menu a.footer-text:hover,
footer .footer-menu a.footer-text:focus {
	color: #bbb;
}

.subfooter {
	align-items: center;
}

.ok-corral-subfooter-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	text-align: left;
}

.ok-corral-subfooter-left .rights {
	margin: 0;
	text-align: left;
}

.ok-corral-subfooter-left .rights a {
	color: gray;
}

.ok-corral-subfooter-left .rights a:hover,
.ok-corral-subfooter-left .rights a:focus {
	color: #bbb;
}

@media (max-width: 767.98px) {
	.ok-corral-guide-map-image {
		max-width: 70%;
	}

	.footer-menu {
		justify-content: flex-start;
	}
}

#return-to-top {
	position: fixed;
	top: auto;
	bottom: 0;
	left: auto;
	right: 10px;
	padding: 20px;
	z-index: 1030;
}


/*  =======================================================================
	ADDITIONAL
    ======================================================================= */

.woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

.wc-block-components-skeleton__element,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block {
	background: var(--ok-corral-skeleton) !important;
}

.wc-block-components-skeleton__element--static:after {
	display: block;
}

.is-loading .wc-block-components-product-title:before,
.is-loading .wc-block-components-product-price:before,
.is-loading .wc-block-components-product-summary:before,
.wc-block-components-checkbox-list.is-loading li,
.wc-block-components-filter-submit-button.is-loading,
.wc-block-rating-filter.is-loading {
	background: var(--ok-corral-skeleton) !important;
	background-color: var(--ok-corral-skeleton) !important;
	opacity: 1 !important;
}

.is-loading .wc-block-components-product-title:before:after,
.is-loading .wc-block-components-product-price:before:after,
.is-loading .wc-block-components-product-summary:before:after,
.wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-filter-submit-button.is-loading:after,
.wc-block-rating-filter.is-loading:after {
	animation: wc-skeleton-shimmer 1.25s infinite;
	background: linear-gradient(90deg, transparent, var(--ok-corral-skeleton-shine) 50%, transparent);
	background-image: none;
}

.woocommerce-cart .shop_table,
.woocommerce-checkout .shop_table {
	background: #fff;
}

.woocommerce table.shop_table {
	border-color: var(--ok-corral-border);
}

.woocommerce-checkout #order_review {
	background: #fff;
	border: 1px solid var(--ok-corral-border);
	border-radius: 4px;
	padding: 1rem;
}

.padbot3 {
	padding-bottom: 3px;
}

.padbot8 {
	padding-bottom: 8px;
}

.padright5 {
	padding-right: 5px;
}

.padleft15 {
	padding-left: 15px;
}

.padleft20 {
	padding-left: 20px;
}

.padleft60 {
	padding-left: 60px;
}

.margtop0 {
	margin-top: 0;
}

.margtop20 {
	margin-top: 20px;
}

.margbot15 {
	margin-bottom: 15px;
}

.reg,
.copy {
	font-size: 70%;
	vertical-align: text-top;
}

.bold {
	font-weight: bold;
}

@media (prefers-reduced-motion: reduce) {
	.wc-block-components-skeleton__element:after,
	.is-loading .wc-block-components-product-title:before:after,
	.is-loading .wc-block-components-product-price:before:after,
	.is-loading .wc-block-components-product-summary:before:after,
	.wc-block-components-checkbox-list.is-loading li:after,
	.wc-block-components-filter-submit-button.is-loading:after,
	.wc-block-rating-filter.is-loading:after {
		animation: none;
	}
}


/*  #######################################################################
    ############################ PAGE SPECIFIC CSS ########################
    ####################################################################### */

/*  =======================================================================
	HOME
    ======================================================================= */

.carousel-item,
.carousel-item.active {
	height: 100%;
}

.carousel-inner {
	margin-top: 0;
	height: 100%;
}

#myCarousel {
	height: 525px;
}

.carouselText {
	color: var(--ok-corral-bg);
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
}

.index-container .caption .thumbnail {
	display: block;
	margin-bottom: 15px;
}

.index-container .caption ul {
	margin-top: 5px;
}

@media (max-width: 767.98px) {
	.index-container {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		padding-top: 178px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 768px) {
	.index-container {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*  =======================================================================
	HISTORY
    ======================================================================= */

#lawmen_content .tab-pane .row > .thumbnail,
#cowboy_content .tab-pane .row > .thumbnail {
	align-self: flex-start;
}
/*  =======================================================================
	FAQ
    ======================================================================= */

.accordion + h3 {
	margin-top: 1.25rem;
}

.accordion-button {
	background-color: var(--ok-corral-accent);
	color: var(--ok-corral-heading);
	font-weight: normal;
}

.accordion-button:not(.collapsed) {
	background-color: var(--ok-corral-accent);
	color: var(--ok-corral-heading);
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item {
	border-color: var(--ok-corral-border);
}


/*  =======================================================================
	ABOUT US
    ======================================================================= */

.about-video {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.about-photo-stack {
	column-count: 2;
	column-width: 275px;
}

.img-headshot {
	transition: all 0.2s ease-in-out;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.img-headshot h3 {
	margin-top: 10px;
	font-size: 1.1rem;
}

.about-team-grid .img-headshot {
	margin: 0 10px 20px;
}

.about-team-grid > [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}

.about-staff .page-header {
	margin-bottom: 20px;
}

.about-staff-list {
	margin-top: 0;
}

.team-member-bio {
	margin-top: 0.35rem;
	margin-bottom: 0;
	font-size: 0.95rem;
}


/*  =======================================================================
	BLOG
    ======================================================================= */

.blog-archive-item {
	margin-bottom: 15px;
}

.blog-archive-item hr {
	margin: 25px 0;
}

.blog-back-btn {
	float: right;
	margin-bottom: 15px;
}

.single-post-video {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/*  =======================================================================
	CART
    ======================================================================= */

.ok-corral-cart-layout {
	margin-top: 0.5rem;
}

.ok-corral-cart-layout--classic {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, 1fr);
	gap: 1.5rem 2rem;
	align-items: start;
}

.ok-corral-cart-layout--classic .ok-corral-cart-layout__main {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.ok-corral-cart-layout--classic .ok-corral-cart-layout__aside-intro,
.ok-corral-cart-layout--classic .cart-collaterals {
	grid-column: 2;
}

.ok-corral-cart-layout--classic .ok-corral-cart-layout__aside-intro {
	grid-row: 1;
}

.ok-corral-cart-layout--classic .cart-collaterals {
	grid-row: 2;
	width: 100%;
}

.ok-corral-cart-layout--blocks {
	display: block;
}

.ok-corral-cart-layout--empty .wp-block-woocommerce-empty-cart-block:not(.ok-corral-empty-cart-layout--ready) {
	min-height: 12rem;
}

.ok-corral-cart-layout__columns--empty {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, 1fr);
	gap: 1.5rem 2rem;
	align-items: start;
}

.woocommerce-cart .ok-corral-cart-layout__main--empty,
.woocommerce-cart .ok-corral-cart-layout__aside--empty {
	background: #fff;
	border: 1px solid var(--ok-corral-border);
	border-radius: 4px;
	padding: 1rem;
}

.woocommerce-cart .ok-corral-cart-layout__main--empty .wc-block-cart__empty-cart__title {
	margin: 0;
	padding: 2rem 1rem;
	text-align: center;
}

.woocommerce-cart .ok-corral-cart-layout__main--empty .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
	content: none;
	display: none;
}

.ok-corral-cart-layout__aside-empty {
	margin: 0;
	color: var(--ok-corral-muted);
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.85fr);
	gap: 2rem;
	align-items: start;
	margin: 0 0 2rem;
	padding-top: 0;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-main,
.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__main,
.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__sidebar,
.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-sidebar {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: clamp(1rem, 2vw, 1.5rem);
	border: 1px solid rgba(64, 0, 0, 0.22);
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(64, 0, 0, 0.08);
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-main,
.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__main {
	grid-column: 1;
	grid-row: 1;
	background: #fff8e8;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .ok-corral-purchase-additional-tickets {
	grid-column: 1;
	grid-row: 2;
	align-self: start;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .ok-corral-purchase-additional-tickets__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3rem;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
}

.wp-block-woocommerce-cart.is-loading .ok-corral-purchase-additional-tickets {
	display: none;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__sidebar,
.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-sidebar {
	position: sticky;
	top: 10rem;
	grid-column: 2;
	grid-row: 1 / span 2;
	background: #fff8e8;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-panel,
.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-panel__button,
.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-panel__content,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__button,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__content {
	background: #fff8e8;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-order-summary-block {
	background: var(--ok-corral-skeleton) !important;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel__button,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel__content,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__content {
	background: transparent !important;
}

.woocommerce-checkout .wc-block-checkout__form {
	box-sizing: border-box;
	padding: clamp(1rem, 2vw, 1.5rem);
	border: 1px solid rgba(64, 0, 0, 0.22);
	border-radius: 5px;
	background: #fff8e8;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
	text-transform: capitalize;
}

.woocommerce-checkout .wc-block-checkout__sidebar.is-sticky {
	top: 7rem;
}

.woocommerce-checkout .wc-block-checkout__form .wc-block-components-checkout-step__title {
	text-transform: capitalize;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout #place_order,
.woocommerce-checkout .wc-block-checkout__actions .wc-block-components-button {
	border-radius: 4px;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout #place_order {
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus,
.woocommerce-checkout .wc-block-components-checkout-place-order-button.contained:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button.contained:focus,
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus {
	background-color: #3d5c45;
	border-color: #3d5c45;
	color: var(--ok-corral-footer-text);
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart-items,
.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wp-block-woocommerce-cart-line-items-block {
	width: 100%;
	margin: 0;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart-item__wrap {
	min-width: 0;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
	position: relative;
	z-index: 2;
	pointer-events: auto;
	cursor: pointer;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart-item__image img,
.woocommerce-cart .shop_table .product-thumbnail img {
	width: 4.5rem;
	height: 4.5rem;
	object-fit: contain;
	background: #fff;
}

.woocommerce-cart .wc-block-components-totals-coupon__form,
.woocommerce-checkout .wc-block-components-totals-coupon__form {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0.5rem;
}

.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input,
.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input {
	margin-top: 0 !important;
	height: auto;
	min-height: 0;
	flex: 1 1 auto;
}

.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input input,
.woocommerce-cart .coupon .input-text,
.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input input,
.woocommerce-checkout .coupon .input-text {
	min-height: 3rem;
	height: 3rem;
	box-sizing: border-box;
	border-radius: 4px;
}

.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-button,
.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.woocommerce-cart .coupon .button,
.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-button,
.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.woocommerce-checkout .coupon .button {
	min-height: 3rem;
	height: 3rem;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	flex: 0 0 auto;
	align-self: stretch;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 4px;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-product-name {
	overflow-wrap: anywhere;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-quantity-selector {
	max-width: 100%;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__totals-title {
	color: var(--ok-corral-heading);
	font-size: 1rem;
	letter-spacing: 0.03em;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__submit {
	margin-top: 1.25rem;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__submit-button {
	min-height: 3rem;
	border-radius: 4px;
	background: var(--ok-corral-heading);
	color: var(--ok-corral-footer-text);
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__submit-button:hover,
.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__submit-button:focus {
	background: var(--ok-corral-heading-hover);
	color: var(--ok-corral-footer-text);
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wp-block-woocommerce-cart-cross-sells-block {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(64, 0, 0, 0.22);
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
	margin: 0 0 1.25rem;
	font-size: 1.25rem;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
	box-sizing: border-box;
	width: calc(33.333% - 0.75rem);
	margin-right: 1rem;
	padding-right: 0;
}

.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n) {
	margin-right: 0;
}

.ok-corral-cart-layout__heading {
	margin: 0 0 0.75rem;
	font-size: 1.5rem;
	line-height: 1.2;
}

.ok-corral-cart-layout__divider {
	margin-bottom: 1.25rem;
	border-top: 1px solid var(--ok-corral-border);
}

.ok-corral-cart-layout__totals .cart_totals {
	margin-top: 1.5rem;
}

.ok-corral-cart-layout__aside .cross-sells,
.ok-corral-cart-layout--classic .cart-collaterals .cross-sells {
	margin-top: 0;
}

.ok-corral-cart-layout__aside .cross-sells ul.products,
.ok-corral-cart-layout--classic .cart-collaterals .cross-sells ul.products {
	margin: 0;
}

.ok-corral-cart-layout__aside--empty .wp-block-woocommerce-product-new,
.ok-corral-cart-layout__aside--empty .wp-block-woocommerce-product-collection,
.ok-corral-cart-layout__aside--empty .wc-block-product-new,
.ok-corral-cart-layout__aside .wc-block-grid,
.ok-corral-cart-layout__aside--empty .wc-block-grid {
	width: 100%;
	max-width: none;
}

.ok-corral-cart-layout__aside--empty .wc-block-grid__products,
.ok-corral-cart-layout__aside--empty .wp-block-woocommerce-product-template,
.ok-corral-cart-layout__aside .cross-sells ul.products,
.ok-corral-cart-layout__aside .wc-block-grid__products,
.ok-corral-cart-layout__aside .wp-block-woocommerce-product-template {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ok-corral-cart-layout__aside .wc-block-grid__products::before,
.ok-corral-cart-layout__aside--empty .wc-block-grid__products::before {
	content: none;
	display: none;
}

.ok-corral-cart-layout__aside--empty .wc-block-grid__product,
.ok-corral-cart-layout__aside .cross-sells ul.products li.product,
.ok-corral-cart-layout__aside .wc-block-grid__product,
.ok-corral-cart-layout__aside .wp-block-woocommerce-product-template > li,
.ok-corral-cart-layout__aside--empty .wp-block-woocommerce-product-template > li {
	float: none;
	flex: none !important;
	flex-basis: auto !important;
	max-width: none !important;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ok-corral-cart-layout__aside .wc-block-grid__product-link,
.ok-corral-cart-layout__aside .wc-block-grid__product-image,
.ok-corral-cart-layout__aside--empty .wc-block-grid__product-link,
.ok-corral-cart-layout__aside--empty .wc-block-grid__product-image {
	display: block;
	width: 100%;
}

.ok-corral-cart-layout__aside .wc-block-grid__product-image img,
.ok-corral-cart-layout__aside--empty .wc-block-grid__product-image img {
	width: 100%;
	height: auto;
}

.ok-corral-cart-layout__aside .wc-block-grid__product-price,
.ok-corral-cart-layout__aside .wc-block-grid__product-rating,
.ok-corral-cart-layout__aside .wc-block-grid__product-add-to-cart,
.ok-corral-cart-layout__aside--empty .wc-block-grid__product-price,
.ok-corral-cart-layout__aside--empty .wc-block-grid__product-rating,
.ok-corral-cart-layout__aside--empty .wc-block-grid__product-add-to-cart {
	margin-left: 0;
	margin-right: 0;
}

.woocommerce-cart .ok-corral-cart-layout--filled .ok-corral-cart-layout__main .woocommerce-cart-form,
.woocommerce-cart .ok-corral-cart-layout--filled .ok-corral-cart-layout__totals .cart_totals,
.woocommerce-cart .ok-corral-cart-layout--classic .ok-corral-cart-layout__aside-intro,
.woocommerce-cart .ok-corral-cart-layout--classic .cart-collaterals {
	background: #fff;
	border: 1px solid var(--ok-corral-border);
	border-radius: 4px;
	padding: 1rem;
}

.woocommerce-cart .ok-corral-cart-layout--filled .ok-corral-cart-layout__main .woocommerce-cart-form {
	margin-bottom: 0;
}

.woocommerce-cart .ok-corral-cart-layout--classic .cart-collaterals {
	float: none;
	width: auto;
}

.ok-corral-checkout-back-to-cart {
	margin-top: 1.5rem;
}

@media (max-width: 991.98px) {
	.ok-corral-cart-layout--classic {
		display: block;
	}

	.ok-corral-cart-layout--classic .ok-corral-cart-layout__aside-intro {
		margin-top: 1.5rem;
	}

	.ok-corral-cart-layout__columns--empty {
		display: block;
	}

	.ok-corral-cart-layout__aside--empty {
		margin-top: 1.5rem;
	}

	.ok-corral-cart-layout__aside--empty .wc-block-grid__products,
	.ok-corral-cart-layout__aside--empty .wp-block-woocommerce-product-template,
	.ok-corral-cart-layout__aside .cross-sells ul.products,
	.ok-corral-cart-layout__aside .wc-block-grid__products,
	.ok-corral-cart-layout__aside .wp-block-woocommerce-product-template {
		grid-template-columns: 1fr;
	}

}

@container (max-width: 699px) {
	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart {
		display: block;
	}

	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__sidebar,
	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-sidebar {
		position: static;
		margin-top: 1.25rem;
	}

	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .ok-corral-purchase-additional-tickets {
		width: 100%;
		margin-top: 1.25rem;
	}

	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .ok-corral-purchase-additional-tickets__button {
		width: 100%;
	}

	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
		width: calc(50% - 0.5rem);
		margin-right: 1rem;
	}

	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n) {
		margin-right: 1rem;
	}

	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(2n) {
		margin-right: 0;
	}
}

@container (max-width: 479px) {
	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-main,
	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__main,
	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-cart__sidebar,
	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wc-block-components-sidebar {
		padding: 1rem;
	}

	.woocommerce-cart .ok-corral-cart-layout--blocks.ok-corral-cart-layout--filled .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
		width: 100%;
		margin-right: 0;
	}
}


/*  =======================================================================
	CONTACT US
    ======================================================================= */

#contact_form {
	margin-bottom: 25px;
}

.contact-map-embed {
	width: 100%;
	height: 400px;
	border: 0;
}

.contact-info-label {
	margin-bottom: 0.35rem;
	font-size: 1rem;
	font-weight: 600;
	color: inherit;
}

.contact-clear-form {
	background-color: #c9a36a;
	border-color: #c9a36a;
	color: #fff;
}

.contact-clear-form:hover,
.contact-clear-form:focus {
	background-color: #b89258;
	border-color: #b89258;
	color: #fff;
}


/*  =======================================================================
	404 PAGE
    ======================================================================= */

.error-404 {
	font-size: 8em;
}
