@charset "UTF-8";
/*import*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --ob-custom-logo-filter: brightness(80);
    --theme-font-family: "Montserrat", sans-serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #C44408;
       --ob-nav-list-active-bg-color: #ffffff;
    /*color primary*/
    --theme-primary-50: #F8E9E2;
    --theme-primary-100: #EEC7B7;
    --theme-primary-200: #E2A287;
    --theme-primary-300: #D67C57;
    --theme-primary-400: #CB6030;
    --theme-primary-500: #C44408;
    --theme-primary-600: #BE3E07;
    --theme-primary-700: #B63506;
    --theme-primary-800: #AF2D05;
    --theme-primary-900: #A21F03;
    --theme-primary-A100: #EEC7B7;
    --theme-primary-A200: #E2A287;
    --theme-primary-A400: #CB6030;
    --theme-primary-A700: #B63506;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --theme-primary-contrast-300: #FFFFFF;
    --theme-primary-contrast-400: #FFFFFF;
    --theme-primary-contrast-500: #fde9b2;
    --theme-primary-contrast-600: #FFFFFF;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #FFFFFF;
    --theme-primary-contrast-A100: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
}

/*Billboard*/
mat-toolbar.mat-toolbar {
    background-color: #b04c1d;
    background-image: radial-gradient(circle at 15% 20%,
            #e88d3d 0%,
            #b44e1e 45%,
            #933b11 90%);
}

ob-page-events {
    background-color: #C44408 !important;
}

ob-page-events .main-container {
    background-color: transparent;
}

ob-catalog-card h3,
ob-catalog-card h4 {
    color: #ffffff;
}

ob-catalog-card .dates,
ob-catalog-card .min-price-label,
ob-catalog-card span,
ob-catalog-card button {
    color: #ffffff !important;
}

ob-page-events .img-blur h3 {
    color: #ffffff;
}

ob-page-events .img-blur .subtitle {
    color: #ffffff !important;
}


/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #C44408 !important;
}

/*Color links subfooter & copyright*/
ob-footer.main-footer,
ob-footer.main-footer a,
ob-footer.main-footer span.footer-copyright,
ob-footer.main-footer span.justify-end {
    color: #ffffff !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #ffffff !important;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid #ffffff !important;
}