/* custom-style.css */

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
    margin-bottom: 0 !important;
}

.latest-products.grid-view .product-image {
    /* max-width: 350px; */
    /* max-height: 125px; */
}

.jump-links-page {
    padding: 15px 5px;
}

.single-product .col-full-header {
    background: url(/wp-content/uploads/Section-bg-championshipV2.png) #00594f;
    padding: 50px 0;
}

.woocommerce-cart .col-full-header {
    background: url(/wp-content/uploads/Section-bg-championshipV2.png) #00594f;
    padding: 50px 0;
}



.woocommerce-cart .cart_totals h2 {
    color: white;
}

.woocommerce-checkout .col-full-header {
    background: url(/wp-content/uploads/Section-bg-championshipV2.png) #00594f;
    padding: 50px 0;
}

.woocommerce-cart h1.entry-title {
    color: white;
}

.woovr-variation.woovr-variation-radio {
    background: #00594f;
    color: white;
}

.woovr .jump-links {
    max-width: 1100px;
    margin: 70px auto;
    padding: 10px;
    position: relative;
}

.jump-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.jump-links li {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: calc(33.333% - 1rem);
    /* Adjust width as needed */
    height: 200px;
    /* Adjust height as needed */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.jump-links li:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.jump-links a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    /* Background color with transparency */
    padding: 10px 15px;
    border-radius: 5px;
}

.jump-links a:hover {
    color: #0073aa;
    /* Change this to your preferred hover color */
}

.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-quantity {
    left: 15px !important;
    top: 10px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-top: 145px !important;
}

/* Club Profile */

.profile-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 50px;
}

.profile-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.profile-picture {
    position: absolute;
    bottom: -50px;
    left: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-details {
    text-align: center;
    margin-top: 60px;
    /* Adjust this value if needed */
}

.profile-details h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.profile-details p {
    font-size: 16px;
    color: #666;
    text-align: left;
}

/* Grid view styling */
.latest-products.grid-view ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 20px;
    margin: 0;
}

.latest-products.grid-view .latest-product {
    width: 30%;
    /* Adjust based on your design */
    margin: 10px;
    box-sizing: border-box;
}

.latest-product .product-short-description ul li {
    display: block;
    width: 100%;
    font-size: 22px;
}

.latest-products.grid-view .product-card {
    /* Common styling for grid view items */
    padding: 0;
    background-color: #fff;
}

/* List view styling */
.latest-products.list-view ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.latest-products.list-view .latest-product {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
}

.latest-products.list-view .product-card {
    display: flex;
    align-items: center;
    width: 100%;
}

.latest-products.list-view .product-image {
    flex-shrink: 0;
    margin-right: 20px;
}

.latest-products.list-view .product-image img {
    max-width: 100px;
    /* Adjust based on your design */
    height: auto;
}

.latest-products.list-view .product-details {
    flex-grow: 1;
}

.latest-products.list-view .product-buy {
    margin-left: 20px;
}


/* */




/* ------------------- RM ADDED MATCHDAY PARKING.com -------- */
/* ------------------- RM ADDED MATCHDAY PARKING.com -------- */
/* ------------------- RM ADDED MATCHDAY PARKING.com -------- */



/* ------------ GENERAL -------------------- */
/*-------------- BOX SIZING ---------- */
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*-------------- BOX SIZING ---------- */
/* ------------ MICRO CLEARFIX -------- */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    z-index: -1;
    /* For IE 6/7 (trigger hasLayout) */
}

/* ------------ MICRO CLEARFIX --------- */
.wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1280px;
    position: relative;
}

/* ------------ FONTS --------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
}

h1 {
    line-height: 1;
}

h2 {
    line-height: 1;

}

h3 {
    line-height: 1.1;

}

h4 {}

h5 {}

h6 {}

p {}

a {
    font-family: "Sofia Sans Extra Condensed", sans-serif !important;
    font-style: italic !important;
}


/* ------------ GENERAL -------------------- */



/* ---------------- HEADER -------- */
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
    margin-bottom: 0 !important;
    position: fixed;
    width: 100%;
    background-color: rgb(0 0 0 / 0%) !important;
    border-bottom-color: rgb(240 240 240 / 0%) !important;
    box-shadow: none !important;
}

.site-header {
    margin-bottom: 0 !important;
    position: fixed;
    width: 100%;
    background-color: rgb(0 0 0 / 0%) !important;
    border-bottom-color: rgb(240 240 240 / 0%) !important;
    box-shadow: none !important;
}

.site-header-scrolled {
    background-color: #000 !important;
}

/* ---------------- HEADER -------- */


/* ----- FOOTER ------------------ */
.site-footer {
    padding: 20px;
    background-color: #232323 !important;
    color: white !important;
    padding: 50px 0 20px 0 !important;
}

.footer-logo {
    width: 250px;
    float: left;
}

.site-info {
    padding: 0 !important;
    width: 100% !important;
    float: left !important;
    margin: 50px 0 0 0 !important;
}

/* ----- FOOTER ------------------ */




/* ------------------- HOME -------- */
/* -------- Header ---- */
.header-container-outer {
    width: 100%;
    background-image: url(/wp-content/uploads/Header-homepageV1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 250px 0 150px 0;
}

.header-container-title {
    color: #fff;
    font-size: 80px;
    width: 100%;
    padding: 0 35% 0 10px;
    border-left: 5px solid #d8e512;
    margin: 0 0 50px 0;
}

.header-container-subtitle {
    color: #fff;
    font-size: 55px;
    width: 100%;
    padding: 0 45% 0 10px;
    border-left: 5px solid #d8e512;
    margin: 30px 0 0px 0;
    line-height: 1;
    font-weight: 600;

}

.header-category-link-container {
    width: 100%;
}

.header-category-list {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.header-category-list-item {
    float: left;
    margin: 1%;
    border: 5px solid #fff;
    color: #1e1e1e;
    font-size: 40px;
    padding: 20px;
    max-width: 23%;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
    transform: skewX(-8deg);
    text-align: left;
    min-height: 140px;
    background: #d8e512;
    transition: all .4s ease;
    cursor: pointer;

}

.header-category-list-item:hover {
    background: #fc4547;
    color: #fff;

}

/* -------- Header ---- */
/* -------- Section --- */
.section-container-outer {
    width: 100%;
    background: #000;
    padding: 100px 0;

}

.section-container-outer-inner-page {
    width: 100%;
    padding: 40px 0;

}

.section-container-inner {
    width: 100%;
    display: flex;
    align-items: stretch;

}

.section-container-inner-full-width {
    width: 100%;
    padding: 100px 20%;
    text-align: center;

}

.section-container-left {
    width: 50%;
    display: flex;

}

.section-container-left img {
    width: 100%;

}

.section-container-right {
    width: 50%;
    padding-left: 50px;
    display: flex;
}

.section-container-title {
    color: #fff;
    font-size: 60px;
}

.section-container-title span {

    font-size: 80px;
}

.section-container-text {
    color: #fff;
    font-size: 22px;
}

.section-container-button {
    float: left;
    margin: 1%;
    /* border: 5px solid #fff; */
    color: #1e1e1e;
    font-size: 35px;
    padding: 20px;
    /* max-width: 23%; */
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
    transform: skewX(-8deg);
    text-align: left;
    /* min-height: 140px; */
    background: #d8e512;
    transition: all .4s ease;
    cursor: pointer;
}

.section-container-button:hover {
    background: #fc4547;
    color: #fff;
}

.section-container-button-full-width {
    margin: 1%;
    /* border: 5px solid #fff; */
    color: #1e1e1e;
    font-size: 35px;
    padding: 20px;
    /* max-width: 23%; */
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
    transform: skewX(-8deg);
    text-align: center;
    /* min-height: 140px; */
    background: #d8e512;
    transition: all .4s ease;
    cursor: pointer;
    width: 250px;
    margin-top: 30px;
    display: inline-block;
}

.section-container-button-full-width:hover {
    background: #fc4547;
    color: #fff;
}

/* -------- Section --- */

/* ------------------- HOME -------- */


/* -------------------------- INNER PAGE ---------------- */

.header-container-outer-inner-page {
    width: 100%;
    height: unset;
    background-image: url(/wp-content/uploads/Header-homepageV1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 180px 0 60px 0;
}

.section-container-outer-inner-page {
    width: 100%;
    background: #000;
    padding: 80px 0 50px 0;
}

.section-container-inner-full-width-inner-page {
    width: 100%;
    padding: 0px 20%;
    text-align: center;
}

/* ------------------------- SINGLE PAGE - EVENT CLUB --------- */
.section-container-left-single {
    width: 30%;
    display: flex;

}

.section-container-right-single {
    width: 70%;
    padding-left: 50px;
    display: flex;
}

.club-event-product-count-title {
    padding: 30px 0 0 0;
    font-size: 45px;
    color: #fff;
}

.product-image img {
    /* width: 80%; */
    /* margin: 0 auto; */
    max-width: 500px;
    max-height: 190px;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
}

p.event-date {
    padding: 0;
    margin-bottom: 0;
    color: white;
    background-color: hsl(173.77deg 92.77% 16.27%);
    border-bottom: none;
    font-size: 39px;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-style: italic;
    font-weight: 800;
}

.latest-product h3.product-title {
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 30px;
}

.latest-product .product-short-description {
    font-size: 18px;
    color: #333;
    margin-top: 0;
    padding: 0;
    line-height: 1.5;
}

.headr-info {
    display: inline-block;
    margin: 0 20px;
    font-size: 30px;
    color: #e0ff28;
    border-radius: 20px;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
}

.headr-info.left-info {
    margin-left: 0;
}

.headr-info i {
    color: #e0ff28;
    margin-right: 7px;
}

p.stock-status {
    color: #0cb10b;
    font-weight: 700;
    font-size: 36px;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-style: italic;
    line-height: 1;
    margin: 30px 0 20px 0;
}

.latest-product .button {
    width: 100%;
    font-size: 40px !important;
    background-color: #d8e512 !important;
    border-color: #404040;
    color: #1e1e1e !important;
    font-weight: 800 !important;
    font-family: "Sofia Sans Extra Condensed", sans-serif !important;
}

/* ------------------------- SINGLE PAGE - EVENT CLUB --------- */

/* ------------- JUMP LINKS ----------- */
.jump-links ul li {
    border-radius: 0;

}

.jump-links a {
    text-decoration: none;
    color: #161616 !important;
    font-size: 40px;
    display: block;
    background-color: rgb(224 255 40) !important;
    padding: 10px 15px;
    border-radius: 0 !important;
    font-weight: 700 !important;
}

.jump-links li {
    height: 360px !important;
    width: calc(33% - 1rem);
}

/* ------------- JUMP LINKS ----------- */



/* ------------- MAIN NAV ----------- */





.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
    margin-bottom: 0 !important;
    position: fixed;
    width: 100%;
    background-color: rgb(2 80 73) !important;
    border-bottom-color: rgb(240 240 240 / 0%) !important;
    box-shadow: none !important;
    padding: 5px 0 0 0 !important;
}

.site-header {
    margin-bottom: 0 !important;
    position: fixed;
    width: 100%;
    background-color: rgb(2 80 73) !important;
    border-bottom-color: rgb(240 240 240 / 0%) !important;
    box-shadow: none !important;
    padding: 5px 0 0 0 !important;
}



@media (min-width: 768px) {

    .main-navigation ul.menu ul a:hover,
    .main-navigation ul.menu ul li:hover>a,
    .main-navigation ul.menu ul li.focus,
    .main-navigation ul.nav-menu ul a:hover,
    .main-navigation ul.nav-menu ul li:hover>a,
    .main-navigation ul.nav-menu ul li.focus {
        background-color: #e0ff28;
        color: black !important;
    }
}

@media (min-width: 768px) {

    .main-navigation ul.menu ul li a,
    .main-navigation ul.nav-menu ul li a {
        padding: 10px;
        font-weight: 800;
        font-size: 18px;
        margin-left: 5px;
    }
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover>a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item>a {
    color: white !important;
    font-size: 20px;
}

@media (min-width: 768px) {

    .main-navigation ul li,
    .secondary-navigation ul li {
        position: relative;
        display: inline-block;
        text-align: left;
        font-size: 20px;
    }
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover>a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item>a {
    color: #e1ff28 !important;
    font-size: 20px;
}

/* ------------- MAIN NAV ----------- */



/* ----------- CONTACT US -------------------- */
.nf-form-title {
    display: none !important
}

.nf-form-title h3 {
    display: none !important
}

.page-template-content-contact {
    background-color: #025049;

}

.contact-section {
    text-align: center;
    padding: 50px 0;
    background-color: white;
    color: #333;
    margin-bottom: 100px !important;
}

/* ----------- CONTACT US -------------------- */




/* ---------------------------------------------------------- 1400px-------------------- */
@media screen and (max-width:1400px) and (min-width:0) {
    .wrap {
        width: 96%;
    }


}

/* ---------------------------------------------------------- 1400px-------------------- */

/* ---------------------------------------------------------- 1200px-------------------- */
@media screen and (max-width:1200px) and (min-width:0) {
    .header-container-title {
        font-size: 60px;
        padding: 0 10% 0 10px;
    }

    .header-container-subtitle {
        font-size: 45px;
        padding: 0 20% 0 10px;
    }

    .header-category-list-item {
        width: 23%;
    }

    .header-category-list-item {
        font-size: 30px;
    }




}

/* ---------------------------------------------------------- 1200px-------------------- */
/* ---------------------------------------------------------- 992px-------------------- */
@media screen and (max-width:992px) and (min-width:0) {
    .header-category-list-item {
        max-width: unset;
        min-height: unset;
        width: 48%;
    }

    /* -------- SECTIONS ---------- */
    .section-container-inner {
        width: 100%;
        display: inline-block;
        align-items: unset;
    }

    .section-container-left {
        width: 100%;
        display: inline-block;
    }

    .section-container-left img {
        width: 60%;
        margin: 0 auto;
    }

    .section-container-right {
        width: 60%;
        padding-left: 0;
        display: inline-block;
        margin: 0 20%;
    }

    .section-container-left-single {
        width: 200px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .section-container-right-single {
        width: 100%;
        padding-left: 0;
        display: inline-block;
    }

    /* -------- SECTIONS ---------- */


    /* -------- PRODUCTS -------- */
    .latest-products.grid-view .latest-product {
        width: 48%;
        margin: 1%;
    }



}

/* ---------------------------------------------------------- 992px-------------------- */

/* ---------------------------------------------------------- 768px-------------------- */
@media screen and (max-width:768px) and (min-width:0) {
    .header-container-outer {
        width: 100%;
        padding: 30px 0 60px 0;
    }

    .header-category-list-item {
        width: 80%;
    }

    /* -------- SECTIONS ---------- */
    .section-container-outer {
        width: 100%;
        background: #000;
        padding: 80px 0;
    }

    .section-container-left img {
        width: 80%;
        margin: 0 auto;
    }

    .section-container-right {
        width: 80%;
        margin: 0 10%;
    }

    .section-container-inner-full-width-inner-page {
        padding: 0px 10%;
    }

    /* -------- SECTIONS ---------- */

    /* ----- JUMP LINKS --------- */
    .jump-links li {
        height: unset !important;
        width: calc(95% - 0rem);
        min-height: 200px;
        margin: auto;
    }

    /* ----- JUMP LINKS --------- */

}

/* ---------------------------------------------------------- 768px-------------------- */

/* ---------------------------------------------------------- 600px-------------------- */
@media screen and (max-width:600px) and (min-width:0) {


    /* -------- SECTIONS ---------- */
    .section-container-left img {
        width: 100%;
        margin: 0 auto;
    }

    .section-container-right {
        width: 100%;
        margin: 0;
    }

    .section-container-title span {
        font-size: 60px;
    }

    .section-container-title {
        font-size: 50px;
    }

    .section-container-outer {
        padding: 50px 0;
    }

    /* -------- SECTIONS ---------- */


    /* -------- PRODUCTS -------- */
    .latest-products.grid-view .latest-product {
        width: 98%;
        margin: 1%;
    }

}

/* ---------------------------------------------------------- 600px-------------------- */




/* ------------------- RM ADDED MATCHDAY PARKING.com -------- */
/* ------------------- RM ADDED MATCHDAY PARKING.com -------- */
/* ------------------- RM ADDED MATCHDAY PARKING.com -------- */