.scrolled #top {
    background-color: #232536;
}

.video-header div.bg-video {
	position: relative; 
}

.video-header div.bg-video:before{
    content: "";
    display: block;
    background-color: #f6f6f6;
    width: 100%;
    position: absolute;
    right: 0px;
    transform-origin: 100% 0;
    z-index: 3;
}

.video-header div.bg-video:before {
    -moz-transform: skew(0deg, 5deg);
    -o-transform: skew(0deg, 5deg);
    -ms-transform: skew(0deg, 5deg);
    -webkit-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg);
    bottom: -100vh;
    left: 0;
    height: 100vh;
}

#whats-on-homepage, #event-listing-homepage {
	background-color: #f6f6f6;
	padding-bottom: 50px;
    padding-top: 1px;
}

.testimonial-round-image {
    width: 300px;
    height: 300px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    overflow: hidden;
}

h2.section-title {
    position: relative;
    color: #23252e;
    font-family: "ITCAvantGardeStd-Bold";
    font-weight: normal;
    margin: 30px 0;
}

h1.section-title {
    position: relative;
    color: #23252e;
    font-family: "ITCAvantGardeStd-Bold";
    font-weight: bold;
    margin: 50px 0 30px;
}

h1.section-title:before {
    background-color: #fe0000;
    content: "";
    display: block;
    position: absolute;
    top:-20px;
    left: 0;
    margin-left: 0;
    height: 6px;
    width: 162px;
}

h2.section-title:before {
    background-color: #fe0000;
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    margin-left: 0;
    height: 6px;
    width: 162px;
}

.event-listing-single {
    position: relative;
    margin-bottom: 30px;
}

.event-listing-single span.event-listing-category {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 4px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.event-listing-thumbnail img {
    width: 100%;
    height: auto;
}

.event-listing-details {
    padding: 15px;
    background-color: #fff;
}

.event-listing-details h3 {
    font-size: 22px;
    font-family: "ITCAvantGardeStd-Bold";
    min-height: 55px;
}

.event-listing-details > span {
    display: block;
}

.event-listing-details > span.location {
    color: #fe0000;
}

.event-listing-details > span.location i {
    margin-right: 5px;
}

.event-listing-single .more-info > a {
    background-color: #e8e8e8;
    color: #000;
    display: block;
    padding: 10px;
    text-align: center;
    font-family: "ITCAvantGardeStd-Bold";
}

.section-white {
    padding: 70px 0;
    background-color: #fff;
}

#whats-es-homepage {
    overflow: hidden;
}

#whats-es-homepage .container:before{
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    position: absolute;
    right: 0px;
    transform-origin: 100% 0;
    z-index: 3;
}

#whats-es-homepage .container:before {
    -moz-transform: skew(0deg, -6deg);
    -o-transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    -webkit-transform: skew(0deg, -6deg);
    transform: skew(0deg, -6deg);
    bottom: calc(60px - 60px);
    left: 0;
    height: 165px;
}

.container {
    position: relative;
}

.whats-es-bg {
    background-color: #f6f6f6;
}

#whats-es-homepage .right-col {
    padding: 60px 70px 50px 50px;
}

#whats-es-homepage .right-col > h2 {
    margin-bottom: 50px;
    font-family: "ITCAvantGardeStd-Bold";
    font-size: 40px;
}

#whats-es-homepage .right-col a.learn-more {
    background-color: #fe0000;
    color: #fff;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'ITCAvantGardeStd-Bold';
}

#testimonials-es-homepage {
    margin-bottom: 100px;
    margin-top: 50px;
}

#testimonials-es-homepage .right-col {
    padding-top: 15px;
}

#testimonials-es-homepage .right-col p {
    font-size: 30px;
    line-height: 31px;
    position: relative;
    padding-left: 25px;
}

#testimonials-es-homepage .right-col p span.quote {
    font-family: arial;
    margin-right: 8px;
    position: absolute;
    top: -20px;
    left: -20px;
}

#testimonials-es-homepage .right-col p span.quote img {
    width: 40px;
}

#testimonials-es-homepage .right-col a.es-team-text {
    float: right;
    margin-top: 15px;
    background-color: #fe0000;
    color: #fff !important;
    font-family: "ITCAvantGardeStd-Bold";
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none !important;
}

#testimonials-es-homepage .right-col .quote-name {
    text-align: right;
    display: block;
    font-family: "ITCAvantGardeStd-Bold";
}

.get-involved-single {
    background-color: #232536;
    color: #fff;
    margin-bottom: 30px;
}

.get-involved-featured-image {
    padding: 75px 50px;
    text-align: center;
    min-height: 200px;
    position: relative;
}

.get-involved-featured-image:before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.get-involved-featured-image h2 {
    z-index: 9;
    position: relative;
    font-family: "ITCAvantGardeStd-Bold";
}

.get-involved-featured-image h2:after {
    content: "";
    background: #fe0000;
    bottom: -20px;
    width: 50px;
    height: 4px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.get-involved-single .get-involved-desc {
    padding: 30px;
}

.get-involved-single .get-involved-desc a.more {
    color: #fff;
    background-color: #fe0000;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'ITCAvantGardeStd-Bold';
}

.news-single {
    margin-bottom: 30px;
}

.news-single .news-thumbnail img {
    width: 100%;
    height: auto;
}

#latest-news-homepage {
    background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.news-single-desc {
    padding: 25px;
    background-color: #fff;
}

.news-single .news-single-desc h3 {
    font-size: 22px;
    font-family: "ITCAvantGardeStd-Bold";
    min-height: 55px;
}

.news-single .read-article a {
    color: #fff;
    background-color: #fe0000;
    padding: 10px;
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-family: "ITCAvantGardeStd-Bold";
}

#es-insider {
    background-color: #232536;
    padding: 70px 0;
    color: #fff;
}

#es-insider h2.section-title {
    color: #fff;
}

#es-insider .es-insider-inner {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

#es-insider .es-insider-inner form,
#es-insider .es-insider-inner div[role="form"] {
    margin-top: 20px;
}

#es-insider .es-insider-inner .wpcf7-list-item {
    margin-left: 0;
}

#es-insider .es-insider-inner span[data-name="agree-accept-email"] {
    margin: 15px 0 0;
    display: block;
}

#es-insider .es-insider-inner span {
    color: #fff;
}

#es-insider .es-insider-inner span:before,
#es-insider .es-insider-inner input[type="email"] {
    border-color: #fff;
}

#es-insider .es-insider-inner input.wpcf7-submit {
    background-color: #fe0000;
    border: unset;
    color: #fff;
    padding: 8px 20px;
    font-family: 'ITCAvantGardeStd-Bold';
}

#footer-top {
    background-color: #f6f6f6;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.footer-logo-right {
    float: right;
    padding-top: 10px;
}

.footer-logo-right > * {
    float: left;
}

.footer-logo-right > ul {
    margin-bottom: 0;
}

.footer-logo-right > ul > li {
    float: left;
    margin-right: 10px;
}

.footer-logo-right > ul > li img {
    width: 40px;
}

.footer-logo-right > ul > li:last-child {
    margin-right: 0;
}

.footer-logo-right > span {
    margin-right: 15px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 7px;
}

.footer-logo-left {
    float: left;
}

.footer-logo-left img {
    width: 400px;
}

#footer-center p {
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 4px;
}

#footer-center {
    padding: 40px 0;
    text-align: center;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e8e8e8;
}

#footer-center img {
    width: 350px;
}

#footer-bottom {
    padding: 40px 0;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e8e8e8;
}

#footer-bottom h3 {
    font-size: 24px;
    font-family: "ITCAvantGardeStd-Bold";
    margin-bottom: 25px;
}

#footer-bottom ul li a {
    color: #000;
    font-family: "ITCAvantGardeStd-Bold";
}

#footer-copyright {
    background-color: #e8e8e8;
    padding: 20px 0;
}

#footer-copyright p {
    margin: 0;
    text-align: center;
    font-size: 13px;
}

#what-youve-been-saying-homepage {
    background-color: #232536;
    padding: 50px 10px;
}

#what-youve-been-saying-homepage .slider article {
    color: #fff;
    width: 90%;
    float: right;
    position: relative;
}

#what-youve-been-saying-homepage .slider div.opinion-content {
    font-size: 32px;
    line-height: normal;
    padding-top: 25px;
}

#what-youve-been-saying-homepage .slider div.opinion-title {
    margin-top: 20px;
    text-align: right;
    font-size: 18px;
}

#what-youve-been-saying-homepage .slider span.quote {
    position: absolute;
    left: -43px;
    width: 35px;
}

#what-youve-been-saying-homepage h2 {
    position: relative;
    color: #23252e;
    font-family: "ITCAvantGardeStd-Bold";
    font-weight: normal;
    font-size: 2.375rem;
    margin: 30px 0;
    color: #fff;
}

#what-youve-been-saying-homepage h2:before {
    background-color: #fe0000;
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    margin-left: 0;
    height: 6px;
    width: 162px;
}

#main-menu ul li.menu-item-7201 a > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-menu ul li.menu-item-7201 a > span > span {
    position: relative;
    font-size: 0px;
    width: 25px;
    height: 100%;
}

#main-menu ul li.menu-item-7201 a span > span:before {
    background-image: url(/app/themes/elite/img/shopping_cart_FILL0_wght400_GRAD0_opsz48.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    margin: auto;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

body.woo-cart-has-items #main-menu ul li.menu-item-7201 a > span > span:after {
    position: absolute;
    content: "";
    background-color: #fe0000;
    width: 10px;
    height: 10px;
    top: -15px;
    right: -10px;
    border-radius: 50px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.event-booking-categories ul li {
    width: 20%;
    float: left;
}

.event-booking-categories ul li a {
    text-align: center;
    padding: 15px;
    color: #000;
    font-family: "ITCAvantGardeStd-Bold";
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.event-booking-categories ul li.active-category a {
    background: rgb(233,233,233);
    background: linear-gradient(180deg, rgba(233,233,233,1) 0%, rgba(239,239,239,1) 50%, rgba(246,246,246,1) 100%);
}

.event-booking-categories-content,
.event-booking-categories-location {
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 10px;
}

.category-bespoke-products {
    margin-top: 30px;
}

span.line-separator {
    background: #e8e8e8;
    height: 1px;
    width: 100%;
    position: relative;
    top: -30px;
    display: block;
}

.woo-product-container-top {
    background-color: #f6f6f6;
    padding-top: 30px;
}

.product-featured-image-left img {
    width: 100%;
    height: auto;
}

.woo-product-container-top .woo-prod-desc {
    padding-top: 25px;
}

.woo-product-container-top .woo-prod-desc span.prod-category {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}

.woo-product-container-top .woo-prod-desc h1 {
    margin-top: 10px;
    font-family: "ITCAvantGardeStd-Bold";
}

.woo-product-container-top .woo-prod-desc span.prod-booking-date {
    display: block;
}

.woo-product-container-top .woo-prod-desc span.prod-booking-time {
    display: block;
}

.woo-product-container-top .woo-prod-desc .booking-price-container {
    margin-top: 85px;
}
.woo-product-container-top .woo-prod-desc span.woocommerce-Price-amount.amount {
    display: block;
    font-family: "ITCAvantGardeStd-Bold";
    font-size: 24px;
    line-height: normal;
}

.woo-prod-book-enquire-now > a {
    background-color: #fe0000 !important;
    color: #fff !important;
    text-align: center;
    margin: 30px 0 !important;
    display: block !important;
    padding: 15px !important;
    font-weight: bold;
}

.view-coaching-timetable {
    background-color: #fe0000;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    padding: 7px 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: "ITCAvantGardeStd-Bold";
}

.event-details-item > label {
    display: block;
    font-family: "ITCAvantGardeStd-Bold";
    color: #000;
    font-size: 22px;
    line-height: normal;
}

.event-details-item {
    margin-bottom: 20px;
}

.event-details-item > span {
    font-size: 14px;
}

.event-details-item > span > a {
    color: #fe0000 !important;
}

.product-full-description {
    padding: 40px;
    border-right: 1px solid #f6f6f6;
    margin-bottom: 50px;
}

.basket-container,
.checkout-container {
    clear: both;
}

.checkout-container {
    padding-bottom: 50px;
}

.basket-container form.woocommerce-cart-form span.cart-prod-thumbnail {
    width: 70px;
    display: inline-block;
    margin-right: 15px;
}

.basket-container form.woocommerce-cart-form span.cart-prod-thumbnail img {
    width: 100%;
}

.basket-container form.woocommerce-cart-form span.cart-prod-name > a {
    color: #000;
    font-weight: bold;
}

.basket-container form.woocommerce-cart-form tbody td.product-price,
.basket-container form.woocommerce-cart-form tbody td.product-subtotal {
    font-weight: bold;
}

.basket-container form.woocommerce-cart-form tbody td.product-quantity > div.quantity {
    width: 50px;
    display: inline;
}

.basket-container form.woocommerce-cart-form tbody td.product-quantity > a.remove {
    display: inline;
    padding: 10px;
}

.basket-container .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    background-color: #fe0000;
    color: #fff;
    width: fit-content;
    padding: 10px 50px;
    font-size: 16px;
    float: right;
    font-family: 'ITCAvantGardeStd-Bold';
}

.woocommerce-billing-fields p.form-row label,
.woocommerce-shipping-fields p.form-row label,
.woocommerce-additional-fields p.form-row label {
    width: 100%;
    margin-bottom: 0;
}

.woocommerce-billing-fields p.form-row,
.woocommerce-shipping-fields p.form-row,
.woocommerce-additional-fields p.form-row {
    width: 100%;
    display: block;
}

.woocommerce-additional-fields {
    margin: 30px 0;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading {
    font-size: 24px;
    color: #23252e;
    font-family: "ITCAvantGardeStd-Bold";
    font-weight: bold;
}

.woocommerce-form-login button.woocommerce-form-login__submit,
.woocommerce-checkout-payment button#place_order {
    background-color: #fe0000;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    width: 150px;
    border-radius: unset;
    font-family: 'ITCAvantGardeStd-Bold';
}

.woocommerce-form-login a.lost_password {
    float: right;
    padding-top: 20px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #fe0000;
    text-decoration: none;
}

.woocommerce-form-login input[type="password"] {
    padding: 0 !important;
}

#enquireModal .modal-body {
    padding: 40px;
}

#enquireModal .modal-body h2 {
    font-family: "ITCAvantGardeStd-Bold";
    margin-bottom: 25px;
}

#enquireModal .modal-body p {
    font-size: 14px;
}

#enquireModal .modal-body form span input,
#enquireModal .modal-body form span span.wpcf7-not-valid-tip,
#enquireModal .modal-body form div.wpcf7-response-output {
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
}

#enquireModal .modal-body form input.wpcf7-submit {
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    background-color: #fe0000 !important;
    border: unset;
    color: #fff;
    font-weight: bold;
}

#enquireModal .modal-body button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #e8e8e8;
    color: #000;
}

#enquireModal .modal-body button.close span {
    color: #000;
}

.elite-checkout-guest-login-create-account-container {
    background-color: #f6f6f6;
}

.elite-left-container {
    float: left;
    width: 50%;
}

.elite-right-container {
    float: right;
    width: 50%;
    border-left: 1px solid #e8e8e8;
}

.elite-chechout-as-guest, .elite-checkout-login, .elite-create-elitesquash-account {
    padding: 50px;
}

.elite-checkout-login {
    border-top: 1px solid #e8e8e8;
}

.elite-checkout-guest-login-create-account-container h2,
.elite-checkout-login h3 {
    font-family: "ITCAvantGardeStd-Bold";
    font-size: 2rem;
}

.elite-checkout-guest-login-create-account-container p {
    margin-top: 1rem;
}

.elite-chechout-as-guest a {
    background-color: #fe0000;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
    padding: 5px 15px;
    font-family: 'ITCAvantGardeStd-Bold';
}

.elite-checkout-login form,
.elite-create-elitesquash-account div.user-registration,
.elite-create-elitesquash-account div.user-registration form {
    padding: 0 !important;
    margin: 0 !important;
    border: unset !important;
}

.elite-create-elitesquash-account .ur-form-grid {
    width: 100% !important;
    padding: 0 !important;
}

.elite-create-elitesquash-account .ur-form-grid .form-row {
    width: 100% !important;
    display: block;
    padding: 0;
    margin: 0;
}

.elite-create-elitesquash-account .ur-form-grid .form-row span.input-wrapper input,
.elite-create-elitesquash-account .ur-form-grid div[data-field-id="player_type"] div.select-wrapper input {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.elite-create-elitesquash-account .ur-form-grid div[data-field-id="player_type"] label {
    text-transform: uppercase;
    color: #000;
    font-weight: normal !important;
    letter-spacing: 2px;
}

.elite-create-elitesquash-account .ur-form-grid div.ur-field-item.field-checkbox {
    margin-bottom: 0 !important;
}

.elite-create-elitesquash-account .ur-form-grid div.ur-field-item.field-checkbox li {
    margin-bottom: 0 !important;
}

.elite-create-elitesquash-account .ur-form-grid div.ur-field-item.field-checkbox li label a {
    color: #000;
    border-bottom: 1px solid #fe0000;
}

.elite-create-elitesquash-account .ur-form-grid div.ur-field-item.field-checkbox label.ur-label {
    margin: 0;
    padding: 0;
    line-height: normal;
}
.elite-create-elitesquash-account .ur-form-grid div.ur-field-item.field-checkbox input {
    position: relative;
    opacity: 1;
    pointer-events: unset;
}

.elite-create-elitesquash-account .ur-frontend-form .ur-button-container {
    display: block;
    padding: 0;
    margin: 0;
}

.elite-create-elitesquash-account form button.ur-submit-button {
    background-color: #fe0000 !important;
    color: #fff !important;
    font-size: 14px;
    margin-top: 25px;
    display: inline-block;
    padding: 5px 15px;
    float: left;
    border-radius: unset !important;
    left: unset !important;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'ITCAvantGardeStd-Bold';
}

.my-es-login-page {
    margin: 50px 0;
}

.elite-checkout-login div.bottom button,
#registerform div.bottom button {
    background-color: #fe0000;
    border: unset;
    color: #fff;
    font-family: "ITCAvantGardeStd-Bold";
    padding: 7px 20px;
    font-size: unset;
    width: fit-content;
    margin: 0;
    line-height: normal;
 }

.elite-checkout-login div.bottom a.forgot {
    color: #000;
    border-bottom: 1px solid #fe0000;
    font-family: "ITCAvantGardeStd-Bold";
    font-size: 12px;
    padding-top: 10px;
}

form.checkout.woocommerce-checkout {
    margin-top: 0;
    background-color: #f6f6f6;
    padding: 30px;
}

.woocommerce-notices-wrapper ul {
    padding-left: 3em !important;
}

@media (max-width: 1023px){
    #top .menu-toggle {
        top: 7px;
        right: 10px !important;
    }
}

@media only screen and (max-width: 992px) {
    #whats-es-homepage .container:before {
        display: none;
    }
    .testimonial-round-image {
        margin-bottom: 30px;
    }
    .elite-checkout-guest-login-create-account-container > div {
        width: 100%;
        border: unset;
    }
    .elite-create-elitesquash-account {
        border-top: 1px solid #e8e8e8;
    }
}

@media only screen and (max-width: 767px) {
    #es-insider .es-insider-inner {
        width: 100%;
    }
    .footer-logo-left,
    .footer-logo-right,
    .footer-logo-right > * {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-logo-right > ul > li {
        float: unset;
        display: inline-block;
    }
    .footer-logo-right > ul {
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) { 
    #what-youve-been-saying-homepage .slider span.quote {
        left: -40px;
    }
    #testimonials-es-homepage .right-col p span.quote {
        top: -50px;
        left: 0px;
    }
    #what-youve-been-saying-homepage .slider div.opinion-content {
        font-size: 18px;
    }
    #what-youve-been-saying-homepage .slider div.opinion-title {
        font-size: 16px;
    }
    .event-booking-categories ul li a {
        font-size: 12px;
    }
    .home-center-links > a {
        display: block;
        margin-bottom: 10px;
    }
    .event-booking-categories ul li {
        width: 100%;
        float: left;
    }
}


@media only screen and (max-width: 400px) {
    #what-youve-been-saying-homepage .slider span.quote {
        left: -30px;
        top: -10px;
    }
}


.woocommerce-message {
    border-top-color: #4963ff;
    text-align: center;
}

.view-all-button {
    position: absolute;
    top: -10px;
    right: 15px;
}

.view-all-button > a {
    background-color: #fe0000;
    color: #fff;
    width: 100px;
    display: block;
    text-align: center;
    padding: 5px 10px;
    font-family: 'ITCAvantGardeStd-Bold';
}

#header .header-video-outer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-video-inner {
    width: 50%;
    z-index: 9;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#header .header-video-inner h1 {
    margin-top: 0;
}