/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1399px) {
    :root {
        --font-size-base: 16px;
    }

    body {
        font-size: var(--font-size-base);
    }
}

@media only screen and (max-width: 1199px) {
    .desc-box {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --font-size-base: 18px;
        --font-size-h1: 40px;
        --font-size-h2: 30px;
        --font-size-h3: 24px;
    }

    body {
        font-size: 12px;
    }

    .owl-nav-wrapper {
        width: 50%;
    }

    article .event-cover .square .inner p {
        margin-top: 0.5em;
    }

    .content-wrap .wpcf7-form label {
        width: 100px;
    }

    .programs-page .event:nth-child(2n + 1) {
        clear: both;
    }

    .programs-page .event:nth-child(3n + 1) {
        clear: none;
    }

    .desc-box {
        font-size: var(--font-size-base);
    }
}

@media only screen and (max-width: 767px) {

    .desktop {
        display: none;
    }

    .responsive {
        display: block;
    }

    section.grid {
        margin-left: 0;
        margin-right: 0;
        height: auto !important;
    }

    .grid .grid-item {
        padding-left: 0;
        padding-right: 0;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }

    .menu-icon {
        position: relative;
        transform: none;
        top: 0;
        height: 36px;
        text-align: center;
        padding: 0 10px;
        z-index: inherit;
        opacity: 1;
        transition: opacity .25s linear;
    }

    body.show-menu .menu-icon {
        opacity: 0;
    }

    .menu-icon .icon {
        background: none;
    }

    .menu-icon .icon i {
        background-image: url(images/menu-grey.png);
    }

    .nav .close {
        width: 20px;
        height: 20px;
        top: 10px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    ul.menu>li {
        height: auto;
    }

    ul.menu>li>a {
        width: 100%;
    }

    .current-menu-item .sub-menu,
    .current-menu-parent .sub-menu {
        display: block;
    }

    ul.sub-menu {
        width: 100%;
    }

    ul.sub-menu li {
        width: 100%;
    }

    ul.sub-menu li.empty {
        display: none;
    }

    article .event-cover,
    article .event-cover>div {
        display: block;
    }

    article .event-cover .booking-square,
    article .event-cover .banner {
        display: none !important;
    }

    article .event-cover .artist-slider {
        height: 244px;
    }

    article .booking-square {
        position: relative;
    }

    article .booking-square .inner div {
        top: 5%;
        transform: translateY(0);
    }

    article .event-description {
        margin-bottom: 40px;
        margin-top: 40px;
        width: auto;
    }
    
    article .booking-info{
        padding: 0 4%;
    }

    main.row {
        margin-bottom: 40px;
    }

    .h2,
    h2,
    article .description .date,
    article .description .location {
        font-size: 26px;
    }

    section.promotion img {
        width: 100%;
    }

    .latest-news {
        display: block;
    }

    .latest-news>div {
        display: inherit;
        padding: 0;
        float: left;
        border-top: none !important;
    }

    .latest-news .news-image {
        position: relative;
        height: 120px;
    }

    .owl-nav-contain {
        left: 10px;
        right: 10px;
    }

    .popmake-content .wpcf7-form label {
        width: 100px;
    }

    .popmake-content .wpcf7-form-control-wrap {
        width: calc(100% - 110px);
    }
}

@media only screen and (max-width: 639px) {
    .owl-nav-wrapper {
        width: 100%;
    }

    article .event-cover .square .inner div {
        padding-top: 15px;
    }

    article .event-cover .square .inner p {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 575px) {
    :root {
        --space-size-4: 15px;
    }

    .site-header .site-branding img {
        width: 100%;
    }

    .site-header .main-navigation {
        width: 100%;
        justify-content: space-between;
    }

    .site-header .main-navigation .menu li {
        padding-left: 0;
    }

    section.upcoming .event .item-title {
        font-size: var(--space-size-4);
    }

}

@media only screen and (max-width: 479px) {
    article .event-cover .square .inner div {
        padding-top: 0;
    }

    article .event-cover .square .inner p {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        margin: 0;
        transform: translateY(-50%);
        font-size: 16px;
    }

    article .event-cover .square .inner img {
        opacity: 0.5;
    }

    .newsletter-box{
        flex-direction: column;
        gap: 15px;
    }
}