/*
Theme Name: British Arena Child
Theme URI: https://britisharena.com/
Description: A safe customisation layer for the British Arena WordPress theme.
Author: Rabbit Web Design
Template: british-arena
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: british-arena-child
License: GPL-2.0-or-later
*/

/**
 * Add project-specific CSS below this line.
 *
 * This stylesheet loads after the British Arena parent theme. Avoid editing
 * files in the parent theme so future parent updates remain safe.
 */

/* Example global variable overrides:
:root {
	--arena-heading-color: #0B1F55;
	--arena-text-color: #1B1D24;
	--arena-radius: 0;
}
*/

/* Example component override:
.arena-angled-hero h1 {
	letter-spacing: -0.03em;
}
*/

.arena-image-map__image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.admin-bar .arena-fold-hero {
    height: clamp(428px, calc(90svh - 116px), 98vh);
}
.arena-hero__wash {
	display:none;
}

.arena-hire-grid article {
	min-height:0 !important;
}

.arena-section--default.arena-contact-block {
	overflow:clip;
}

.arena-section--default.arena-contact-block .arena-contact-block__form {
	position:sticky;
	top:0;
}

.arena-slider__content {
    width: min(100%, 990px);
    align-self: end;
    padding: clamp(48px, 8vw, 90px);
}

.arena-slider__content h3 {
    max-width: 900px;
    margin-bottom: 20px;
    color: inherit;
    font-size: clamp(2.4rem, 5.4vw, 5.2rem);
    font-weight: 900;
    line-height: .92;
    text-wrap: balance;
}

.arena-block-header {
    width: min(100%, 980px);
}

.ets-modern-ticket--featured {
	border-radius: 0;
}

h2 {
    max-width: 41ch;
}

.arena-slider__shade {
	display:none;
}
.arena-slider__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(0.9);
    aspect-ratio: unset;
    object-position: center;
}

#herohome::before {
	display:none;
}

.arena-fold-hero {
    height: clamp(60px, calc(90svh - 116px), 420px);
	    min-height: 53px;
}

.arena-hero.arena-hero--grid {
	background-position: right;
	min-height:600px !important;
}
@media only screen and (min-width: 1600px) {
.arena-hero.arena-hero--grid {
    background-position: top;
    min-height: 700px !important;
}
}
@media only screen and (min-width: 3000px) {
.arena-hero.arena-hero--grid {
    background-position: top;
    min-height: 800px !important;
}
}
.arena-hero .arena-lead {
    max-width: 780px;
}

.arena-block-header {
    width: min(100%, 1180px);
}
.arena-fold-hero.arena-hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -6%;
    bottom: -32px;
    width: 70%;
    height: 110%;
    clip-path: polygon(0% 0%, 60% 0, 100% 100%, 0 100%);
    background: var(--arena-red);
    opacity: 1;
}
.arena-hero {
	background-color:transparent;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.arena-contact-block > .arena-container {
    align-items: flex-start;
}
.arena-nav .sub-menu a:hover {
    background: var(--arena-mist);
    color: var(--arena-blue) !important;
}
.arena-contact-block__form #gform_2 input:is([type="text"]) {
  border-radius: 0;
    padding: 5px 10px;
    min-height: 10px;
    line-height: 0;
    font-size: 12px;
    color: var(--arena-ink);
    border-color: var(--arena-blue-bright);
    border-width: 1px;
}

@media only screen and (max-width: 720px) {
    .arena-angled-hero::before {
        opacity: 1 ;
    }
}

/* .arena-hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -6%;
    bottom: -32px;
    width: 60%;
    height: 110%;
    clip-path: polygon(0% 0%, 60% 0, 100% 100%, 0 100%);
    background: var(--arena-red);
    opacity: 1;
} */

.arena-slider__slide {
    position: relative;
    min-height: 0;
    isolation: isolate;
    overflow: hidden;
}

/* .arena-slider__media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: saturate(.78) contrast(1.06);
    aspect-ratio: 16 / 9;
} */

.arena-slider-block--split .arena-slider__content {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    align-self: center;
    padding: clamp(15px, 6vw, 30px);
}

.arena-slider-block--split .arena-slider__media {
    position: relative;
    z-index: 0;
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    height: 100%;
}

.arena-contact-block__form #gform_2 input:is([type="email"]) {
  border-radius: 0;
    padding: 5px 10px;
    min-height: 10px;
    line-height: 0;
    font-size: 12px;
    color: var(--arena-ink);
    border-color: var(--arena-blue-bright);
    border-width: 1px;
}


.arena-hero h1 {
    color: var(--section-heading);
}

.arena-angled-hero__copy {
    width: min(94%, 960px);
}
.arena-angled-hero h1 {
    max-width: 100%;
}
.arena-event-single__hero {
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    background: var(--arena-blue);
    color: #fff;
    overflow: hidden;
    flex-direction: row-reverse;
}
.arena-event-single__hero img {
    position: relative;
    inset: 0;
    width: 50%;
    height: auto;
    object-fit: cover;
    opacity: 1;
    aspect-ratio: 1 / 1;
}

.arena-event-single__hero .arena-container {
    position: relative;
    z-index: 1;
    padding: 50px 50px;
    margin: auto;
}
.arena-event-single__hero::after {
    content: "";
	display:none;
    position: absolute;
    inset: -1;
    background: linear-gradient(0deg, var(--arena-blue), transparent 80%);
}
.single-event .arena-page-hero {
   position: relative;
    padding: 20px;
    background: #fff;
    color: #fff;
    overflow: hidden;
    padding-block: unset;
}
.single-event .arena-page-hero .arena-eyebrow {
	display:none;
}
.ets-attendee-details {

    border-radius: 0 !important;

}
.ets-checkout-progress {
    display: none;
}
.ets-checkout-progress-bar span {

    background: #cc1818;
  
}
.single-event .arena-content {
    width: min(calc(100% - 40px), 914px);
    margin-inline: auto;
    padding-block: 50px;
}
.single-event img.wp-post-image {
    display: none;
}
.ets-customer-dashboard article {
	border-radius:0 !important;
}
.single-event .arena-page-hero h1 {
    max-width: 100%;
    text-align: center;
    color: var(--arena-blue);
    margin: 40px auto;
}