/*
Theme Name: Jazz Cafe
Author: Kota Creative
Author URI: http://www.kotacreative.co.uk
Version: 1.0.0
Text Domain: jazz-cafe

jazz-cafe is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400);
@import "fonts/jazzCafeFestival/styles.css";

.whats-on-banner-hero {
    margin-top: 55px;
    width: 100%;
    min-height: 810px;
    max-height: 810px;
    position: relative;
    height: 100%;
}

.whats-on-banner-images {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.whats-on-banner-icon {
    max-width: 100px;
    margin-bottom: 8px;
}

.hero-slide-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
    height: 100%;
    width: 90%;
    max-width: 800px;
    margin: auto;
    color: #302060;
    font-family: 'Jazzcafefestival';
    text-align: center;
    text-transform: uppercase;

    p {
        font-size: 20px;
        margin: 0 0 12px 0!important;
    }
}

.hero-slide-content {
    padding-top: calc(78px + 60px);
}

.whats-on-banner-hero .hero-slide-content  {
    justify-content: initial;
    padding-top: 20px;
}

.hero-event-title {
    font-size: 40px;
    margin-bottom: 4px;
}

.hero-event-caption {
    font-size: 28px;
    margin-bottom: 12px;
}


.hero-event-date {
    font-size: 20px;
    margin-top: 12px;
    white-space: pre-wrap;
}

.hero-btn-link {
    display: inline-block;
    padding: 16px 32px;
    background-image: url('images/btnBg.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #D8D8C0;
    font-size: 18px;
    height: 48px;
    transition: 0.3s ease all;

    &:hover {
        color: #fff;
        transform: scale(1.05);
    }
}

.hero-desktop-img, .hero-mobile-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-desktop-img {
    display: block;
}

.hero-mobile-img {
    display: none;
}

@media(max-width: 767px) {
    .hero-event-title {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .hero-event-caption {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .whats-on-banner-icon {
        max-width: 75px;
    }

    .hero-slide-content {
        padding-top: calc(58px + 20px);

        p {
            font-size: 16px;
            margin: 0 0 12px 0!important;
        }
    }

    .hero-event-date {
        font-size: 16px;
        margin-top: 12px;
    }

    .hero-desktop-img {
        display: none;
    }
    .hero-mobile-img {
        display: block;
    }

}

@media(max-width: 439px) {
    .hero-event-title {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .hero-event-caption {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .whats-on-banner-icon {
        max-width: 68px;
    }

    .hero-slide-content {
        padding-top: calc(58px + 20px);

        p {
            font-size: 12px;
            margin: 0 0 12px 0!important;
        }
    }

    .hero-event-date {
        font-size: 12px;
        margin-top: 8px;
    }

    .hero-desktop-img {
        display: none;
    }
    .hero-mobile-img {
        display: block;
    }

}
