:root {
	--ticket-text-font: 'Open Sans', 'sans-serif';
	--ticket-primary-font: 'Quincy CF', serif;
	--ticket-color-black: #212529;
	--ticket-color-gray: #6E6E6E;
	--ticket-color-green: #115740;
	--ticket-color-red: #C01115;
	--ticket-color-yellow: #FFCF28;
	--ticket-color-orange: #EA6218;
	--ticket-color-dark: #211F1D;
	--ticket-color-primary: color-mix(in srgb, var(--ticket-color-green) 100%, #ffffff);
	--ticket-color-primary-shade-1: color-mix(in srgb, var(--ticket-color-green), black 35%);
}
.elementor-section {
	z-index: 1;
}
.elementor-location-header .elementor-sticky--effects {
	opacity: 0.9;
}
.racing-note-section > * {
	width: auto;
	margin: 0;
	padding: 0;
}
body .racing-note-section h2 {
	color: color-mix(in srgb, #115740 100%, #ffffff);
	font-family: "Quincy CF", serif;
	font-size: 2.3rem;
	line-height: 2rem;
	font-weight: 500;
}
body .racing-note-section p {
	color: #212529;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}
body .racing-note-section .small {
	font-size: 0.85rem;
	font-weight: normal;
}
.site-page-image .elementor-container {
	max-height: 25vh;
}
.site-card {
	min-height: 400px;
}
.site-card > div.elementor-widget-wrap {
	align-content: center !important;
}
.site-badge {
	color: #ffffff;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.7rem;
	display: inline-block;
	padding: 6px;
	margin: 5px 6px 0px 0px;
	overflow-wrap: break-word;
	font-weight: bold;
}
.racing-note-section .site-badge {
	margin: 16px 6px 16px 0px;
}
.site-badge.dark-badge {
	background: #262626;
}
.site-badge.primary-badge {
	background: color-mix(in srgb, #115740, white 35%);
}
.site-badge.secondary-badge {
	background: #EA6218;
}
.elementor-widget-container > p {
	margin-bottom: 4px; 
}
.rhp-ticket__button-group .rhp-ticket__button.viewall {
	border-radius: 3px;
}
.open-sans-font {
	font-family: 'Open Sans', 'sans-serif';
}
.rhp-theme__banner-section {
	min-height: 25vh;
	height: 25vh;
}
.rhp-theme__banner-section .rhp-theme__banner-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.rhp-theme__banner-section .rhp-theme__banner-img-overlay {
	background: rgba(0, 0, 0, 0.75);
}
.rhp-theme__banner-section .rhp-theme__banner-text {
	font-family: "Quincy CF", Sans-serif;
	font-size: 3.2rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 3rem;
}
.rhp-theme__banner-section .rhp-theme__banner-desc {
	font-family: "Quincy CF", Sans-serif;
	font-size: 1.25rem;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.5;
}
.rhp-ticket__card-inner {
	border: 1px solid rgba(0, 0, 0, 0.176);
	box-shadow: 0 0 0.8rem 0rem rgba(0, 0, 0, 0.1);
}
.rhp-ticket__img-container {
	padding-top: 56.25%; /* For a 16:9 aspect ratio */
	position: relative;
}
.rhp-ticket__img-container.rhp-ticket__img-ratio-21x9 {
	padding-top: 42.857%; /* For a 21:9 aspect ratio */
}
.rhp-ticket__img-container .rhp-ticket__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the image covers the container without distortion */
}
.rhp-ticket__img-container.gray .rhp-ticket__img {
	filter: saturate(0);
	opacity: 0.8;
}
.rhp-ticket__title {
	color: var(--ticket-color-black);
	font-family: var(--ticket-primary-font);
	font-size: 30px;
	font-weight: 500;
	line-height: 27px;
}
.rhp-ticket__title.rhp-ticket__main__description-title {
	font-size: 1.6rem;
	line-height: 1.7rem;
}
.rhp-ticket__subtitle {
	font-family: var(--ticket-text-font);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 4px;
}
.rhp-ticket__note {
	color: var(--ticket-color-black);
	font-family: var(--ticket-text-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.rhp-ticket__cost {
	color: var(--ticket-color-gray);
	font-family: var(--ticket-text-font);
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
}
.rhp-ticket__title.rhp-ticket__c-green,
.rhp-ticket__subtitle.available {
	color: var(--ticket-color-primary);
}
.rhp-ticket__subtitle.closed,
.rhp-ticket__subtitle.sold-out {
	color: color-mix(in srgb, var(--ticket-color-red) 100%, #ffffff);
}
.rhp-ticket__details {
	border-top: 1px solid var(--ticket-color-gray);
	border-bottom: 1px solid var(--ticket-color-gray);
	padding: 10px 0px;
}
.rhp-ticket__option {
	color: var(--ticket-color-gray);
	font-family: var(--ticket-text-font);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 14px;
}
.rhp-ticket__button-group .rhp-ticket__button-outer a.rhp-ticket__button {
	display: flex;
	justify-content: center;
	white-space: nowrap !important;
	color: var(--ticket-color-green);
	background-color: transparent; 
	border: 1px solid;
	transition: 0.3s;
	padding: 12px 16px;
	font-family: var(--ticket-text-font);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 13px;
	margin: 2px;
}
.rhp-ticket__sidebar .rhp-ticket__button-group .rhp-ticket__button-outer a.rhp-ticket__button {
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 20px 24px;
	margin: 0.15rem;
}
.rhp-ticket__button-group.rhp-ticket__bg_green .rhp-ticket__button-outer a.rhp-ticket__button,
.rhp-ticket__button-group .rhp-ticket__button-outer a.rhp-ticket__button:hover {
	color: #ffffff;
	border-color: var(--ticket-color-green);
	background-color: var(--ticket-color-green);
}
.rhp-ticket__button-group.rhp-ticket__bg_green .rhp-ticket__button-outer a.rhp-ticket__button:hover {
	border-color: var(--ticket-color-primary-shade-1);
	background-color: var(--ticket-color-primary-shade-1);
}
.rhp-ticket__sidebar {
	padding: 0px 12px;
}
.rhp-ticket__sidebar-info .rhp-ticket__sidebar-info-inner {
	color: rgb(33, 37, 41);
	font-family: var(--ticket-text-font);
	font-size: 16px;
	font-weight: 400;
}
.rhp-ticket__bb,
.rhp-ticket__section {
	border-bottom: 1px solid var(--ticket-color-gray);
}
.rhp-ticket__section .rhp-ticket__section-heading {
	color: rgb(33, 37, 41);
	font-family: var(--ticket-text-font);
	font-weight: 700;
	letter-spacing: 0.5px;
	font-size: 20px;
}
.rhp-ticket__section .rhp-ticket__section-content {
	color: rgb(33, 37, 41);
	font-family: var(--ticket-text-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.rhp-ticket__description {
	color: var(--ticket-color-black);
	font-family: var(--ticket-text-font);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.rhp-ticket__sidebar-info hr {
	background-color: var(--ticket-color-orange);
	border-color: var(--ticket-color-orange);
	opacity: 1;
	height: 3px;
	max-width: 80px;
	margin: 1.5rem auto;
}
.rhp-ticket__msg-container {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: row;
	align-items: start;
	column-gap: 8px;
}
.rhp-ticket__msg-container.rhp-ticket__warning {
	color: #ffffff;
	background-color: var(--ticket-color-red);
}
.rhp-ticket__msg-container.rhp-ticket__notice {
	color: var(--ticket-color-dark);
	background-color: var(--ticket-color-yellow);
}
.rhp-ticket__msg-container .rhp-ticket__icon svg {
	margin: 2px 0px;
}
.rhp-ticket__msg-container .rhp-ticket__msg {
	font-family: var(--ticket-text-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.rhp-ticket__msg p {
	margin: 0px;
}
.rhp-ticket__msg-container .rhp-ticket__msg a {
	color: inherit;
	text-decoration: underline;
}
.rhp-ticket__inner .rhp-ticket__main__title {
	font-size: 2.3rem;
	line-height: 2rem;
}
/* Filter section */
.rhp-ticket__filter .rhp-ticket__filter-inner {
	border-top: 3px solid var(--ticket-color-green);
	color: var(--ticket-color-black);
	background: #f4f1f0;
}
.rhp-ticket__filter-heading {
	border-bottom: 1px solid var(--ticket-color-gray);
	font-family: var(--ticket-text-font);
	font-weight: 700;
	letter-spacing: 0.5px;
	font-size: 20px;
}
.rhp-ticket__filter-inner label.rhp-ticket__filter-text,
.rhp-ticket__filter-inner div.rhp-ticket__section-heading {
	color: rgb(33, 37, 41);
	font-family: var(--ticket-text-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.rhp-ticket__filter-inner label.rhp-ticket__filter-text {
	font-weight: 400;
}
.rhp-ticket__filter-inner .rhp-ticket__filter-action {
	border: 1px solid var(--ticket-color-green);
	font-family: var(--ticket-text-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	padding: 12px 16px;
}
.rhp-ticket__filter-inner .rhp-ticket__filter-action:hover {
	border-color: var(--ticket-color-primary-shade-1);
}
body.rhp-ticket_have-popup {
	overflow: hidden;
}
.rhp-ticket__popup-iframe-outer {
	background-color: #000000A6;
	justify-content: flex-end;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
	padding: 48px;
	height: 100vh;
}
.rhp-ticket__popup-iframe-outer .rhp-ticket__popup-iframe-close {
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	font-family: var(--ticket-text-font);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	height: 16px;
	flex: 0 0 auto;
	width: auto;
	margin-bottom: 8px;
}
@media (max-width: 1024px) {
	.rhp-theme__banner-section .rhp-theme__banner-text {
		font-size: 2.5rem;
	}
}
@media (max-width: 767px) {
	.rhp-theme__banner-section .rhp-theme__banner-text {
		font-size: 2rem;
	}
	.rhp-theme__banner-section .rhp-theme__banner-desc {
		font-size: 1rem;
	}
}
