﻿:root {
    --fiji-primary: #FECA32;
    --fiji-secondary: #FECA32;
    --fiji-text: #484848;
}
body.customer-bonfire {
    font-family: 'Roboto', sans-serif;
    color:black;
}

body.customer-bonfire #menudiv {
    background: black;
    border-bottom: 6px solid #ED8816;
    opacity: 1;
}

body.customer-bonfire .basket-button-qty {
    background-color:#ED8816;
}

body.customer-bonfire .basket-button {
    border-color:#ED8816;
}

body.customer-bonfire .banner-container {
    background-color:black;
}

body.customer-bonfire .footer {
    background: black;
    opacity: 1;
}

body.customer-bonfire .primary-button {
    background-color: #ED8816;
}

body.customer-bonfire .primary-button:hover {
    color: #ffffff;
    cursor:pointer;
}

body.customer-bonfire .ticket-cathegory {
    opacity: 1;
}

body.customer-bonfire .ticket-cathegory-button-plus {
    background-color: #ED8816;
    border: none;
}

body.customer-bonfire .ticket-cathegory-button-minus {
    border-color: white;
}

.banner__small {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.banner-container {
    height:300px;
}

@media screen and (min-width: 870px) {
    .banner-container {
        height: 400px;
    }
}

.event-list-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}

.event-day-list-wrapper .event:hover .list-item,
.event-list-wrapper .event:hover .list-item,
.event-prov-list-wrapper .event:hover .list-item {
    border: 1px solid black;
    border-radius: 20px;
}

.event-day-list-wrapper h2,
.event-list-wrapper h2,
.event-prov-list-wrapper h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

@media screen and (min-width: 870px) {
    .event-day-list-wrapper h2,
    .event-list-wrapper h2,
    .event-prov-list-wrapper h2 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.payment-button {
    margin-bottom: 20px;
    margin-top: 20px;
}

.basket__inner {
   padding-left:20px;
   padding-right:20px;
}

div#termsframe {
    font-size: 16px;
}

.basket-item-description {
    /* border-bottom: 1px solid black;
    background:none;*/
}

.basket-item-description h3 {
    font-size: 18px;
}

/*Erewash-Borough-Council-Crest-White-75px*/


body.customer-fiji {
    font-family: 'Roboto', sans-serif;
    color:#484848;
}

body.customer-fiji #menudiv {
    background-color: #fff;
    border-bottom:none;
    padding-top: 20px;
    padding-bottom: 20px;
}

body.customer-fiji .logo {
    background-image: url(/Images/fiji/fsc_logo.png);
    background-repeat: no-repeat;
    width: 194px;
    height: 70px;
    background-size: contain;
    display: block;
    margin-left: 40px;
}

body.customer-fiji .logo img {
    display: none;
}

body.customer-fiji .basket-button {
    border-color: var(--fiji-primary);
    color:  var(--fiji-text);
}

body.customer-fiji .basket-button-qty {
    background-color: var(--fiji-primary);
}

body.customer-fiji .banner-container {
    background-image: url(https://www.fijisportscouncil.com.fj/wp-content/uploads/2023/12/Fiji-Sports-Council-HQ-1536x1046.jpg) !important;
    background-size: cover  !important;;
}

body.customer-fiji .banner__small {
    display: none;
}

body.customer-fiji .slick-container-centered {
    top: 35%;
    left: 20%;
    width: 60%;
    transform: none;
}

body.customer-fiji .slick-container-centered h1,
body.customer-fiji .slick-container-centered h2 {
    font-weight: 700;
    border-bottom: none;
}

body.customer-fiji .banner-container.slick-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, .2);
}

body.customer-fiji section.footer {
    background-color: #22201b;
    opacity: 1;
}

body.customer-fiji .primary-button {
    background-color: var(--fiji-primary);
}

body.customer-fiji .primary-button:hover {
    color: #ffffff;
    background-color: var(--fiji-text);
    cursor:pointer;
}

body.customer-fiji .ticket-cathegory {
    opacity: 1;
}

body.customer-fiji .ticket-cathegory-button-plus {
    background-color: var(--fiji-primary);
    border: none;
}

body.customer-fiji .ticket-cathegory-button-minus {
    border-color: white;
}