/* [Master Stylesheet - v1.0] */
/* =========== Index of CSS ===========
:: 1.0 Import Fonts
:: 2.0 Import All CSS 
:: 3.0 Base CSS
    :: 3.1.0 Spacing
    :: 3.2.0 Height
    :: 3.3.0 Section Padding
    :: 3.4.0 Section Heading
    :: 3.5.0 Preloader
    :: 3.6.0 Miscellaneous
    :: 3.7.0 ScrollUp
    :: 3.8.0 Musica Button
:: 4.0 Header Area CSS
:: 5.0 Hero Slides Area
:: 6.0 About Us CSS
:: 7.0 Career Timeline CSS
:: 8.0 Upcoming Shows Area CSS
:: 9.0 Featured Shows Area CSS
:: 10.0 Search Your Shows Area CSS
:: 11.0 Music Player Area CSS
:: 12.0 Featured Album Area CSS
:: 13.0 Music Artists Area CSS
:: 14.0 Services Area CSS
:: 15.0 Footer Area CSS
:: 16.0 Breadcumb Area CSS
:: 17.0 CTA Area CSS
:: 18.0 Blog Area CSS
:: 19.0 Skills Area CSS
:: 20.0 Contact Area CSS
:: 21.0 Elements Area CSS
    :: 21.1.0 Single Cool Facts CSS
    :: 21.2.0 Accordians Area CSS
    :: 21.3.0 Tabs Area CSS
:: 22.0 Animations
:: 23.0 Concert CSS
*/
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Allura|Raleway:200,300,400,500,600,700,800,900");
/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(classy-nav.css);
@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(audioplayer.css);
/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #222;
    width: 100vw;
    overflow-x: hidden;
}

@media only screen and (min-width: 767px) {
    .mobile-only {
        display: none !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    color: #262626;
    line-height: 1.3;
    font-weight: 700;
}

p {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: whitesmoke;
    font-weight: 600;
    /*font-size: 14px;*/
    font-family: "Raleway", sans-serif;
}

ul,
ol {
    margin: 0;
}

    ul li,
    ol li {
        list-style: none;
    }

img {
    height: auto;
    max-width: 100%;
}

.whitesmoke {
    color: whitesmoke;
}

.no-border {
    border: none !important;
}
/* :: 3.1.0 Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.m-0-10 {
    margin: 0 10%;
}

/* :: 3.2.0 Height and width */

.height-1 {
    height: 1px !important;
}

.height-100 {
    height: 100px !important;
}

.height-130 {
    height: 130px !important;
}

.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.width-100 {
    width: 100%;
}
/* :: 3.3.0 Section Padding */
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 0;
}

.section-padding-40-0 {
    padding-top: 40px;
    padding-bottom: 0;
}

.section-padding-25-0 {
    padding-top: 25px;
    padding-bottom: 0;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}


/* :: 3.4.0 Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
    text-align: center;
}

    .section-heading h2 {
        font-size: 38px;
        font-family: 'Abhaya Libre', serif;
        font-weight: 500;
        letter-spacing: 0.08rem;
        margin-block-end: 0.01rem;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        /*font-variant: small-caps;*/
        line-height: 1.191;
        /*-moz-transform: scale(1.2, 1.5);
        -webkit-transform: scale(1.2, 1.5);
        -ms-transform: scale(1.2, 1.5);*/
        padding-bottom: 10px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

.section-heading h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: goldenrod;
    font-family: 'Alice', serif;
    font-weight: 500;
    letter-spacing: 0.08rem;
}

.section-heading.dark h2 {
    color: #262626;
}

.section-heading.dark h6 {
    color: #c1c1c1;
}

/* :: 3.5.0 Preloader */
.preloader {
    background-color: #222;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

    .preloader .circle-preloader {
        -webkit-animation: spin 900ms infinite linear;
        animation: spin 900ms infinite linear;
    }

.heartbeat {
    -webkit-animation: heartbeat 5s ease-in-out infinite both;
    animation: heartbeat 5s ease-in-out infinite both;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-5-12 19:56:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/* :: 3.6.0 Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-222 {
    background-color: #222 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.coming-soon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

    .coming-soon-placeholder h2 {
        color: white;
        margin-top: 5vh;
        font-size: 3.5rem;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

.coming-soon-img {
    height: 30vh;
}

@media only screen and (max-width: 767px) {
    .coming-soon-placeholder h2 {
        font-size: 2rem;
    }
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
    flex-direction: column;
}



    .bg-overlay::after {
        background-color: rgba(34, 34, 34, 0.89);
        color: #222;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

.bg-overlay2 {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

    .bg-overlay2::after {
        background-color: rgba(34, 34, 34, 0.5);
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

/*.bg-overlay-video-media {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

    .bg-overlay-video-media:after {
        border-radius: 25px 25px 0 0;
        background-color: rgba(34, 34, 34, 0.5);
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }*/


.bg-fixed {
    background-attachment: fixed !important;
}

.bg-gradients {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 5px;
    background: darkgoldenrod;
    /*background: -webkit-linear-gradient(to right, #d8c070, #b8860b);
    background: linear-gradient(to right, #d8c070, #b8860b);*/
}

.flex-jc-center {
    display: flex;
    justify-content: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-end {
    display: flex;
    align-items: flex-end;
}

.flex-row {
    display: flex;
    flex-direction: row
}

.shadow {
    -webkit-box-shadow: 0px 3px 43px -5px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 3px 43px -5px rgba(0,0,0,0.26);
    box-shadow: 0px 3px 43px -5px rgba(0,0,0,0.26);
}

.text-center {
    text-align: center;
}

.border-bottom-1 {
    border-bottom: 1px solid goldenrod;
}

.font-josefin {
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

.font-1 {
    font-size: 1rem !important;
}

.font-abhaya {
    font-family: 'Abhaya Libre', serif !important;
}

    .font-abhaya.font-1 {
        font-size: 1rem;
    }

.font-abhaya-smallcaps {
    font-family: 'Abhaya Libre', serif;
    font-weight: 500;
    font-size: 2.1rem;
    letter-spacing: 0.08rem;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
}

.font-abhaya-footer {
    font-family: 'Abhaya Libre', serif;
    font-weight: 900 !important;
    font-size: 1.4rem !important;
    letter-spacing: 0.1rem;
    text-transform: uppercase !important;
}

.font-alice {
    font-family: 'Alice', serif;
    font-size: 6rem;
    letter-spacing: 0.08rem;
    margin-block-end: 0.01rem;
    font-variant: small-caps;
}


.font-alice-smallcaps {
    font-family: 'Alice', serif;
    font-size: 2.1rem;
    letter-spacing: 0.08rem;
    margin-block-end: 0.01rem;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
}

.letter-spacing-1 {
    letter-spacing: 0.1rem;
}

.letter-spacing-08 {
    letter-spacing: 0.08rem;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
    background: goldenrod;
    /*background: -webkit-linear-gradient(to right, #d8c070, #b8860b);
    background: linear-gradient(to right, #d8c070, #b8860b);*/
    border-radius: 50%;
    bottom: 50px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* :: 3.8.0 Musica Button */
.musica-btn {
    background: goldenrod;
    /* background: -webkit-linear-gradient(to right, #d8c070, #b8860b); */
    /* bac
  ground: linear-gradient(to right, #d8c070, #b8860b); */
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 50px;
    height: 42px;
    color: #fff;
    /*border: none;*/
    padding: 0 20px;
    font-size: 12px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    /*border-radius: 5px;*/
    border: 1.2px solid rgb(236, 191, 80);
    border-radius: 10px;
    /*background-color: #eee;*/
    /*width: 390px;
    height: 42px;*/
    z-index: 128;
}

    .musica-btn.black-transparent {
        background-color: #222222bd;
    }

    .musica-btn.black {
        background-color: #222;
    }

    .musica-btn.dark {
        background-color: black;
    }

    .musica-btn.golden {
        background-color: darkgoldenrod;
    }

    .musica-btn.white {
        background-color: #eee;
        color: #222;
    }

    .musica-btn:hover, .musica-btn:focus {
        font-size: 12px;
        font-weight: 700;
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
        color: #ffffff;
        background: #f5c242;
    }

    .musica-btn.long {
        width: 18vw;
        height: 42px;
    }

@media only screen and (max-width: 767px) {
    .musica-btn.long {
        width: 60vw;
        height: 42px;
    }
}

.musica-btn.btn-2 {
    background: #262626;
}

.musica-btn.promoted {
    width: 160px !important;
}

    .musica-btn.promoted:hover, .musica-btn.promoted:focus {
        background: goldenrod !important
    }

@media only screen and (max-width: 991px) {
    .musica-btn.promoted {
        width: 30vw !important;
        font-size: 2.5vw !important;
        min-width: 0 !important;
        padding: 0 1vw !important;
    }
}

.musica-btn.btn-3 {
    color: #bd177a;
    line-height: 42px;
    padding: 0 15px;
    width: 133px;
    height: 42px;
    border-left: 3px solid #d8c070;
    border-right: 3px solid #b8860b;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-image: -webkit-linear-gradient(left, #d8c070 0%, #b8860b 100%), -webkit-linear-gradient(left, #d8c070 0%, #b8860b 100%);
    background-image: linear-gradient(to right, #d8c070 0%, #b8860b 100%), linear-gradient(to right, #d8c070 0%, #b8860b 100%);
}

    .musica-btn.btn-3::after {
        -webkit-transition-duration: 750ms;
        transition-duration: 750ms;
        color: #ffffff;
        background: goldenrod;
        background: -webkit-linear-gradient(to right, #d8c070, #b8860b);
        background: -webkit-linear-gradient(left, #d8c070, #b8860b);
        background: linear-gradient(to right, #d8c070, #b8860b);
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
    }

    .musica-btn.btn-3:hover, .musica-btn.btn-3:focus {
        box-shadow: none;
        color: #ffffff;
    }

        .musica-btn.btn-3:hover::after, .musica-btn.btn-3:focus::after {
            opacity: 1;
            visibility: visible;
        }

/* :: 4.0 Header Area CSS */
.header-padding {
    height: 10vh;
}

.header-area {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 3vh;
    left: 0;
    z-index: 1000;
}

    .header-area .musica-main-menu {
        position: relative;
        width: 100%;
        height: 85px;
        background-color: transparent;
        padding: 0 5%;
    }

@media only screen and (max-width: 767px) {
    .header-area .musica-main-menu {
        height: 70px;
    }
}

.header-area .musica-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .musica-main-menu .classy-navbar {
    background-color: transparent;
    height: 85px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .header-area .musica-main-menu .classy-navbar {
        height: 70px;
    }
}

.header-area .musica-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .musica-main-menu .classy-navbar .classynav ul li a {
        font-size: 14px;
        padding: 0 10px;
    }
}

.header-area .musica-main-menu .classy-navbar .classynav ul li a:hover, .header-area .musica-main-menu .classy-navbar .classynav ul li a:focus {
    color: goldenrod;
}



@media only screen and (max-width: 767px) {
    .header-area .musica-main-menu .classy-navbar .classynav ul li a {
        background-color: #222;
    }
}

.header-area .musica-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
.header-area .musica-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: goldenrod;
}

.header-area .musica-main-menu .classy-navbar .classynav ul li ul li a {
    color: goldenrod;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .musica-main-menu .classy-navbar .classynav ul li ul li a {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .musica-main-menu .classy-navbar .classynav ul li ul li a {
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .musica-main-menu .classy-navbar .classynav ul li ul li a {
        color: #ffffff;
    }
}

.header-area .musica-main-menu .top-social-info {
    /*margin-left: 10px;*/
    height: 70px;
    margin-bottom: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .musica-main-menu .top-social-info {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .musica-main-menu .top-social-info {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .musica-main-menu .top-social-info {
        margin-left: 0;
        height: 35px;
        width: auto;
    }
}

.vector-social-media {
    width: 30px;
    height: 70px;
    margin-bottom: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 24px;
}

/*.header-area .musica-main-menu .top-social-info .facebook{
            background-image: url(../img/Development/facebook.png);
        }

        .header-area .musica-main-menu .top-social-info .instagram {
            background-image: url(../img/Development/instagram.png);
        }

        .header-area .musica-main-menu .top-social-info .youtube {
            background-image: url(../img/Development/youtube.png);
        }*/

.header-area .musica-main-menu .top-social-info a {
    display: inline-block;
    color: #ffffff;
    padding: 0 10px;
    font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .musica-main-menu .top-social-info a {
        padding: 0 5px;
    }
}

.header-area .is-sticky .musica-main-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000000d9;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
    .header-area .is-sticky .musica-main-menu {
        height: 70px;
    }
}

.classy-navbar .nav-brand {
    max-width: 80px;
}

.breakpoint-on .classy-navbar .classy-menu .classynav > ul > li > a {
    border-bottom: 1px solid goldenrod;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #222;
    }
}

@media only screen and (max-width: 767px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #222;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
    }
}

.classycloseIcon .cross-wrap span {
    background: #ffffff;
}

.classynav ul li a {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-stretch: extra-condensed !important;
}

/* :: 5.0 Hero Slides Area */
.hero-area {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.slide-down {
    position: absolute;
    bottom: 15px;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

    .slide-down h6 {
        /*font-variant: small-caps;*/
        font-family: 'Barlow', sans-serif;
        letter-spacing: 0.08rem;
        font-size: 16px;
        font-variant: small-caps;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .slide-down .line {
        width: 2px;
        height: 25px;
        margin: 0 auto;
        background-color: #ffffff;
        -webkit-animation: slide_down 2s linear infinite;
        animation: slide_down 2s linear infinite;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 991px) {
    .slide-down h6 {
        font-size: 3vw !important;
    }
}

@-webkit-keyframes slide_down {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide_down {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-slides {
    position: relative;
    z-index: 1;
}

.single-hero-slide {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    overflow: hidden;
}

.hero-logo {
    width: 50% !important;
}

.hero-subtitle {
    margin: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area {
        height: 100vh;
    }

    .single-hero-slide {
        height: 100vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }

    .single-hero-slide {
        height: 100vh;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area {
        height: 100vh;
    }

    .single-hero-slide {
        height: 100vh;
    }
}

.single-hero-slide::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -5;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    content: '';
}

.single-hero-slide .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-hero-slide .big-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    font-size: 400px;
    z-index: -10;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .big-text {
        font-size: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .big-text {
        font-size: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide .big-text {
        font-size: 120px;
    }
}

.single-hero-slide .hero-slides-content {
    display: inline-block;
    position: relative;
    /*left: -10vw;*/
    top: -3vh;
}

    .single-hero-slide .hero-slides-content h2 {
        position: relative;
        z-index: 1;
        font-size: 172px;
        color: #ffffff;
        margin-bottom: 0;
        font-weight: 600;
        /* text-shadow: 18px 0 0 rgba(255, 45, 109, 0.2); */
        display: inline-block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 60px;
    }
}

.hero-slides-content h2 span {
    position: absolute;
    top: 0;
    left: -18px;
    font-size: 140px;
    color: rgba(218,165,32, 0.2);
    margin-bottom: 0;
    font-weight: 600;
    text-shadow: none;
    z-index: -5;
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-content {
    height: 100%;
    width: 100%;
}

    .slide-content.right {
        padding-top: 85px;
        /* padding-left: 7vw; */
        padding-right: 17vw;
        padding-bottom: 18vh;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        text-align: center;
    }

    .slide-content.left {
        padding-top: 85px;
        /* padding-left: 7vw; */
        padding-left: 17vw;
        padding-bottom: 18vh;
        align-items: center;
        justify-content: flex-start;
        display: flex;
        text-align: center;
    }

    .slide-content.center {
        padding-top: 85px;
        padding-bottom: 18vh;
        align-items: center;
        justify-content: center;
        display: flex;
        text-align: center;
    }

@media only screen and (max-width: 991px) {
    .slide-content.right {
        padding-top: 85px;
        /* padding-left: 7vw; */
        padding-right: 2vw !important;
        padding-left: 2vw !important;
        padding-bottom: 18vh;
        align-items: center;
        justify-content: center;
    }

    .slide-content.left {
        padding-top: 85px;
        /* padding-left: 7vw; */
        padding-left: 2vw !important;
        padding-right: 2vw !important;
        padding-bottom: 18vh;
        align-items: center;
        justify-content: center;
    }

    .slide-content.center {
        padding-top: 85px;
        padding-bottom: 18vh;
        padding-left: 2vw !important;
        padding-right: 2vw !important;
        align-items: center;
        justify-content: center;
    }
}

.banner-text-container .button-container {
    margin-top: 30px;
}

.banner-text-container p {
    padding: 0;
    line-height: 1.5;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .banner-date span {
        font-size: 8vw !important;
    }

    .banner-title span {
        font-size: 12vw !important;
    }

    .banner-subtitle span {
        font-size: 7vw !important;
    }

    .banner-venue span {
        font-size: 4vw !important;
    }
}

.promoted-content-container {
    /*background: linear-gradient(to right, #d8c070, #b8860b);*/
    /*background: goldenrod;*/
    /*opacity: 0.9;*/
    position: absolute;
    width: 100%;
    height: 20%;
    z-index: 2;
    right: 0;
    align-self: flex-end;
    /*clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);*/
}

    .promoted-content-container svg {
        position: absolute;
        bottom: 0;
        /*animation-duration: 1.3s;*/
    }

        .promoted-content-container svg:nth-child(2) {
            height: 83%;
            z-index: -1;
            animation-delay: 0.3s;
            /*animation-duration: 1.8s;*/
        }

        .promoted-content-container svg polygon {
            fill: #222;
            opacity: 1;
        }

        .promoted-content-container svg:nth-child(2) polygon {
            fill: goldenrod;
            opacity: 0.85;
        }

    .promoted-content-container .promoted-content {
        width: 35%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        display: flex;
        align-items: center;
        padding-top: 2%;
        padding-right: 1rem;
        cursor: pointer;
        /*animation-duration: 1.3s;*/
    }


        .promoted-content-container .promoted-content .l-hidden {
            display: none;
        }

@media only screen and (min-width: 768px)
/*and (max-width: 1199px)*/
{
    .promoted-content-container .promoted-content .md-hidden {
        display: none;
    }
}

.promoted-content-container .promoted-content div:not(:last-child) {
    margin-right: 4%;
}

.promoted-content-container .promoted-content .promoted-concert-date {
    display: flex;
    flex-direction: column;
}

    .promoted-content-container .promoted-content .promoted-concert-date h2 {
        font-size: 48px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 0;
    }

    .promoted-content-container .promoted-content .promoted-concert-date span {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 0.08rem;
    }

.promoted-content-container .promoted-content .promoted-concert-img {
    flex: 0 0 84px;
    max-width: 84px;
    width: 84px;
}

.promoted-content-container .promoted-content .promoted-concert-name {
    margin-right: 2% !important;
}

    .promoted-content-container .promoted-content .promoted-concert-name h6 {
        font-weight: 400;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 1.1rem;
        font-family: 'Montserrat', sans-serif;
    }

    .promoted-content-container .promoted-content .promoted-concert-name p {
        margin-bottom: 0;
        color: #ffffff;
        letter-spacing: 0.08rem;
    }

.promoted-content-container .promoted-content .promoted-concert-button .musica-btn {
    min-width: 4vw;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

@media only screen and (max-width: 1199px) {
    .promoted-content-container .promoted-content .promoted-concert-name {
        flex-direction: column;
    }

        .promoted-content-container .promoted-content .promoted-concert-name h6 {
            font-size: 0.8rem;
        }

        .promoted-content-container .promoted-content .promoted-concert-name p {
            font-size: .6rem;
        }
}

@media only screen and (max-width: 991px) {
    .promoted-content-container {
        height: 30%;
    }

        .promoted-content-container .promoted-content {
            width: 40%;
        }

            .promoted-content-container .promoted-content .promoted-concert-name h6 {
                font-size: .7rem;
            }

            .promoted-content-container .promoted-content .promoted-concert-name p {
                font-size: .6rem;
            }
}

@media only screen and (max-width: 767px) {
    .promoted-content-container .promoted-content .promoted-concert-name {
        padding-top: 0 !important;
    }

        .promoted-content-container .promoted-content .promoted-concert-name h6 {
            font-size: 0.8rem;
        }

        .promoted-content-container .promoted-content .promoted-concert-name p {
            font-size: .6rem;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .hero-slides-content h2 span {
        font-size: 90px;
    }

    .single-hero-slide .promoted-content-container .promoted-content {
    }

        .single-hero-slide .promoted-content-container .promoted-content .promoted-concert-date h2 {
            font-size: 30px;
        }

        .single-hero-slide .promoted-content-container .promoted-content .promoted-concert-date span {
            font-size: 10px;
        }

        .single-hero-slide .promoted-content-container .promoted-content .promoted-concert-img img {
            height: 50px;
            width: auto;
        }

        .single-hero-slide .promoted-content-container .promoted-content .s-hidden h6 {
            font-size: .8rem;
        }

        .single-hero-slide .promoted-content-container .promoted-content .s-hidden p {
            font-size: .6rem;
        }
}

@media only screen and (max-width: 767px) {

    .single-hero-slide .promoted-content-container .promoted-content {
    }

        .single-hero-slide .promoted-content-container .promoted-content .promoted-concert-name h6 {
            font-size: 0.7rem;
        }

        .single-hero-slide .promoted-content-container .promoted-content .promoted-concert-name p {
            font-size: 0.6rem;
            display: flex;
        }

        .single-hero-slide .promoted-content-container .promoted-content .promoted-concert-date h2 {
            font-size: 28px;
        }

        .single-hero-slide .promoted-content-container .promoted-content .promoted-concert-date span {
            font-size: 8px;
        }

        .single-hero-slide .promoted-content-container .promoted-content .promoted-concert-img img {
            height: 45px;
            width: auto;
        }

        .single-hero-slide .promoted-content-container .promoted-content .s-hidden {
            display: none;
        }
}

.promoted-content-container .promoted-content .l-hidden {
    display: block;
}

.single-hero-slide .hero-slides-content p {
    text-align: right;
    font-size: 60px;
    margin-top: -70px;
    color: #ffffff;
    font-family: "Allura", cursive;
}

@media only screen and (max-width: 767px) {
    .single-hero-slide .hero-slides-content p {
        font-size: 30px;
        margin-top: -20px;
    }
}

/*.hero-slides .owl-item.active .single-hero-slide .slide-img {
    -webkit-animation: slide 15s linear infinite;
    animation: slide 15s linear infinite;
}*/

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* :: 6.0 About Us CSS */

.about-us-area .container {
    border-bottom: #222 0.1px solid;
}

.about-content h4 {
    color: #ffffff;
    margin-bottom: 50px;
}

.about-content p {
    color: #ffffff;
}

.about--content p {
    color: #ffffff !important;
}

.about--content h4 {
    margin-bottom: 35px;
    color: antiquewhite;
}

.about--content .key-notes {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

    .about--content .key-notes li {
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        margin: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .about--content .key-notes li .check {
            margin-right: 10px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
            flex: 0 0 30px;
            max-width: 30px;
            width: 30px;
        }

.image-row {
    /*display: flex;
    flex-wrap: wrap;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: minmax(150px, auto);
    max-width: 1080px;
    margin: 0 20px;
    display: grid;
    grid-gap: 10px;*/
    display: grid;
    max-width: 100% !important;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(30vh, auto);
    grid-gap: 10px;
    padding-top: 80px;
}

.about-us-former {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(220px, 13vw));
    grid-auto-rows: minmax(220px, 13vw);
    max-width: 1080px;
    margin: 0 20px;
    display: grid;
    grid-gap: 30px;
}

.portrait-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover !important;
}

@media only screen and (max-width: 767px) {
    .image-row {
        padding: 5%;
        grid-template-columns: 1fr;
    }
}

.image-row .album-thumb {
    max-width: 100%;
    background-size: cover;
    background-position: center center;
}

.image-row .album-thumb {
    /*margin-left: 5px;
        margin-right: 5px;*/
    flex: 1 1 200px;
    max-height: 25vh;
    transition: 0.2s;
}

    .image-row .album-thumb:hover {
        filter: gray;
        -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
        -webkit-transition: all .4s ease-in-out;
    }

    .image-row .album-thumb img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .image-row .album-thumb figure {
        margin: 5%;
        border: 1px solid white;
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        overflow: hidden;
    }

    .image-row .album-thumb:hover figure {
        opacity: 1;
    }

/* :: 7.0 Career Timeline CSS */
.career-timeline-area {
    position: relative;
    z-index: 1;
    background-color: #0c0527;
}

    .career-timeline-area .first-img {
        position: absolute;
        z-index: -5;
        bottom: 0;
        left: 0;
    }

    .career-timeline-area .second-img {
        position: absolute;
        z-index: -5;
        right: 0;
        top: 100px;
    }

.single-timeline-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

    .single-timeline-area:last-child {
        margin-bottom: 0;
    }

    .single-timeline-area:nth-child(even) {
        margin-left: 20%;
    }

@media only screen and (max-width: 767px) {
    .single-timeline-area:nth-child(even) {
        margin-left: 10%;
    }
}

.single-timeline-area .timeline-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
}

@media only screen and (max-width: 767px) {
    .single-timeline-area .timeline-date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px;
        width: 90px;
    }
}

.single-timeline-area .timeline-date h2 {
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: #bd177a;
}

    .single-timeline-area .timeline-date h2 span {
        display: block;
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
    }

.single-timeline-area .timeline-content {
    margin-top: 45px;
}

    .single-timeline-area .timeline-content h5 {
        font-size: 18px;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .single-timeline-area .timeline-content p {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.7);
    }

.timeline-btn a:hover, .timeline-btn a:focus {
    box-shadow: 0 0 60px rgba(255, 255, 255, 0.5);
}

/* :: 8.0 Upcoming Shows Area CSS */
.upcoming-shows-area {
    position: relative;
    z-index: 1;
    background-color: #222;
    margin-top: 5px;
    margin: 0px 16vw;
}

    .upcoming-shows-area .container {
        max-width: 100% !important;
        width: 100% !important;
    }

.single-upcoming-shows {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid goldenrod;
    padding: 30px 0;
    width: auto;
    display: grid;
    grid-template-columns: 2fr 4fr 2fr 2fr;
    grid-template-areas: "date-picture concert-name place-time more";
    grid-gap: 1vw;
    justify-items: center;
    align-content: center;
    font-family: 'Montserrat', sans-serif !important;
    /*justify-content: space-between;*/
}

.homepage-concert-calendar {
    color: white;
    border-left: 1px solid darkgoldenrod;
}

    .homepage-concert-calendar .calendar-inner {
        margin-left: 5px;
    }

@media only screen and (max-width: 767px) {
    .single-upcoming-shows {
        max-height: 60vh;
        grid-template-columns: 1fr;
        grid-template-rows: 2fr auto auto 1fr;
        grid-template-areas: "date-picture" "concert-name" "place-time" "more";
    }
}

@media only screen and (max-width: 992px) {
    .upcoming-shows-area {
        margin: 0px 2vw;
    }
}

.single-upcoming-shows .date-picture {
    grid-area: date-picture;
    align-self: center;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "date picture";
}

.single-upcoming-shows div:not(:last-child) {
    margin-right: 1%;
}

.single-upcoming-shows:first-child {
    padding-top: 0;
}

.single-upcoming-shows:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.single-upcoming-shows .shows-date {
    grid-area: date;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 767px) {

    .single-upcoming-shows .date-picture {
        margin-bottom: 30px;
    }

    .single-upcoming-shows .shows-date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .upcoming-shows-area {
        margin-top: 2px;
        padding-top: 40px;
    }
}

.single-upcoming-shows .shows-date h2 {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

    .single-upcoming-shows .shows-date h2 span {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        display: block;
        line-height: 1.3;
        letter-spacing: 0.08rem;
        font-family: 'Montserrat', sans-serif;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-upcoming-shows .shows-date h2 {
        font-size: 36px;
    }
}

.single-upcoming-shows .date-picture .shows-img {
    grid-area: picture;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    max-width: 110px;
    width: 101px;
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-upcoming-shows .date-picture .shows-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 100px;
        width: 80px;
    }
}

.single-upcoming-shows .shows-name {
    grid-area: concert-name;
    display: grid;
    justify-items: start;
    align-content: center;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .single-upcoming-shows .shows-name {
        text-align: center;
        justify-items: center;
        align-content: center;
    }

        .single-upcoming-shows .shows-name h6 {
            text-align: center;
        }
}

.single-upcoming-shows .shows-name h6 {
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: start;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-upcoming-shows .shows-name h6 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .single-upcoming-shows .shows-name h6 {
        text-align: center;
    }
}

.single-upcoming-shows .shows-name p {
    margin-bottom: 0;
    color: #ffffff;
    letter-spacing: 0.08rem;
}

.place-time {
    grid-area: place-time;
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "place time";
    justify-items: center;
    align-content: center;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 767px) {
    .place-time {
        border-top: 1px solid goldenrod;
        margin-top: 4px;
        padding-top: 8px;
    }
}

.single-upcoming-shows .place-time .shows-location {
    grid-area: place;
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;*/
}

@media only screen and (max-width: 767px) {
    .single-upcoming-shows .place-time .shows-location {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }
}

.single-upcoming-shows .place-time .shows-location p {
    margin-bottom: 0;
    color: #ffffff;
}

.single-upcoming-shows .place-time .shows-time {
    grid-area: time;
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    width: 10%;*/
}

@media only screen and (max-width: 767px) {
    .single-upcoming-shows .place-time .shows-time {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }
}

.single-upcoming-shows .place-time .shows-time p {
    margin-bottom: 0;
    color: #ffffff;
}

.single-upcoming-shows .buy-tickets {
    grid-area: more;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: grid;
    justify-items: center;
    align-content: center;
    width: 100%;
}

    .single-upcoming-shows .buy-tickets .musica-btn {
        width: 80%;
    }

@media only screen and (max-width: 767px) {
    .single-upcoming-shows .buy-tickets {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single-upcoming-shows .buy-tickets p {
    margin-bottom: 0;
    color: #ffffff;
}

.single-upcoming-shows .buy-tickets a {
    display: block;
}

    .single-upcoming-shows .buy-tickets a:hover, .single-upcoming-shows .buy-tickets a:focus {
        box-shadow: 0 0 60px rgba(255, 255, 255, 0.5);
    }

/* :: 9.0 Featured Shows Area CSS */
.single-featured-shows {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .single-featured-shows img {
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
    }

    .single-featured-shows .featured-shows-content {
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        position: absolute;
        background-color: #ffffff;
        width: calc(100% - 60px);
        bottom: 30px;
        left: 30px;
        z-index: 99;
    }

        .single-featured-shows .featured-shows-content .shows-text {
            padding: 30px 35px 15px 35px;
        }

            .single-featured-shows .featured-shows-content .shows-text h4 {
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                font-weight: 900;
                margin-bottom: 0;
                line-height: 1;
            }

            .single-featured-shows .featured-shows-content .shows-text p {
                color: #72728c;
                font-style: italic;
                font-size: 14px;
                margin-bottom: 4px;
            }

            .single-featured-shows .featured-shows-content .shows-text .buy-tickets-btn {
                display: block;
                color: #181818;
                font-size: 14px;
                margin-bottom: 0;
                text-decoration: underline;
                font-style: italic;
                font-weight: 700;
                text-decoration-color: #6a6a6a;
            }

                .single-featured-shows .featured-shows-content .shows-text .buy-tickets-btn:hover, .single-featured-shows .featured-shows-content .shows-text .buy-tickets-btn:focus {
                    color: #bd177a;
                }

    .single-featured-shows:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .single-featured-shows:hover .featured-shows-content {
        bottom: 80px;
    }

        .single-featured-shows:hover .featured-shows-content .shows-text h4 {
            color: #bd177a;
        }

.featured-shows-slides {
    position: relative;
    z-index: 1;
}

    .featured-shows-slides .owl-prev,
    .featured-shows-slides .owl-next {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background: #f3f3f3;
        width: 40px;
        height: 40px;
        font-size: 22px;
        color: #262626;
        line-height: 40px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: -20px;
        margin-top: -20px;
    }

@media only screen and (max-width: 767px) {
    .featured-shows-slides .owl-prev,
    .featured-shows-slides .owl-next {
        left: 0;
    }
}

.featured-shows-slides .owl-prev:hover,
.featured-shows-slides .owl-next:hover {
    background: goldenrod;
    background: -webkit-linear-gradient(to right, #d8c070, #b8860b);
    background: linear-gradient(to right, #d8c070, #b8860b);
    color: #ffffff;
}

.featured-shows-slides .owl-next {
    left: auto;
    right: -20px;
}

@media only screen and (max-width: 767px) {
    .featured-shows-slides .owl-next {
        right: 0;
    }
}

/* :: 10.0 Search Your Shows Area CSS */
.search-your-shows-area {
    position: relative;
    z-index: 1;
    width: 100%;
}

.search-your-shows-content {
    position: relative;
    z-index: 1;
    margin: 200px 7% 250px 7%;
    padding: 60px 30px;
    background: goldenrod;
    background: -webkit-linear-gradient(to right, #d8c070, #b8860b);
    background: linear-gradient(to right, #d8c070, #b8860b);
    opacity: 0.8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-your-shows-content {
        margin: 50px 5% 100px 5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-your-shows-content {
        margin: 50px 3% 50px 3%;
        padding: 40px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .search-your-shows-content {
        margin: 0 5%;
        padding: 30px 15px;
    }
}

.search-your-shows-content h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-your-shows-content h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .search-your-shows-content h2 {
        font-size: 30px;
    }
}

.search-your-shows-content .search-form .form-control {
    padding: 0 20px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 14px;
    font-style: italic;
    border: none;
    width: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-your-shows-content .search-form .form-control {
        width: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-your-shows-content .search-form .form-control {
        width: 110px;
        padding: 0 15px;
        font-size: 12px;
    }
}

.search-your-shows-content .search-form .musica-btn {
    height: 50px;
}

/* :: 11.0 Music Player Area CSS */
.music-player-area {
    position: relative;
    z-index: 1;
    padding-left: 5%;
    padding-right: 5%;
}

@media only screen and (max-width: 767px) {
    .music-player-area {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        height: 70vh;
    }

        .music-player-area .owl-carousel .owl-stage {
            height: 70vh;
            display: flex;
            align-items: center;
        }
}

.single-music-player {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

    .single-music-player img {
        -webkit-transition-duration: 1000ms;
        transition-duration: 1000ms;
    }

    .single-music-player .music-info {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.74);
        z-index: 10;
        padding: 30px;
    }

@media only screen and (max-width: 767px) {
    .single-music-player .music-info {
        padding: 15px;
    }
}

.single-music-player .music-info h5 {
    font-size: 18px;
    color: #ffffff;
}

.single-music-player .music-info p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
}

.single-music-player .music-play-icon .audioplayer {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: transparent;
}

    .single-music-player .music-play-icon .audioplayer .audioplayer-playpause {
        background-color: #ffffff;
    }

    .single-music-player .music-play-icon .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
        border-top: 10px solid transparent;
        border-right: none;
        border-bottom: 10px solid transparent;
        border-left: 18px solid #000;
    }

    .single-music-player .music-play-icon .audioplayer .audioplayer-playing .audioplayer-playpause a::before,
    .single-music-player .music-play-icon .audioplayer .audioplayer-playing .audioplayer-playpause a::after {
        background-color: #bd177a;
    }

    .single-music-player .music-play-icon .audioplayer .audioplayer-bar,
    .single-music-player .music-play-icon .audioplayer .audioplayer-time,
    .single-music-player .music-play-icon .audioplayer .audioplayer-volume {
        display: none !important;
    }

.single-music-player:hover .music-info, .single-music-player:focus .music-info {
    background-color: darkgoldenrod;
}

.single-music-player:hover img, .single-music-player:focus img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* :: 12.0 Featured Album Area CSS */
.featured-album-area {
    position: relative;
    z-index: 1;
    background-color: #222;
}

.featured-album-content {
    position: relative;
    z-index: 2;
    background-color: #333;
    width: 100%;
    height: 570px;
}

@media only screen and (max-width: 767px) {
    .featured-album-content {
        height: 1050px;
    }
}

.featured-album-content .album-all-songs {
    position: relative;
    z-index: 2;
    height: calc(100% - 200px);
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
    .featured-album-content .album-all-songs {
        height: calc(100% - 385px);
    }
}

.featured-album-content .album-all-songs .audioplayer {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: transparent;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .featured-album-content .album-all-songs .audioplayer audio {
        display: none;
    }

.featured-album-content .album-all-songs .audioplayer-volume,
.featured-album-content .album-all-songs .audioplayer-bar,
.featured-album-content .album-all-songs .audioplayer-time-current {
    display: none;
}

.featured-album-content .album-all-songs .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #bd177a;
}

.featured-album-content .album-all-songs .audioplayer-playpause {
    width: auto;
    height: auto;
}

.featured-album-content .album-all-songs .audioplayer-time-duration {
    font-size: 16px;
    color: #ffffff;
}

.featured-album-content .album-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    width: 45%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-album-content .album-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        width: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .featured-album-content .album-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 200px !important;
    }
}

.featured-album-content .album-songs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    width: 55%;
    position: relative;
    z-index: 10;
    padding: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-album-content .album-songs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .featured-album-content .album-songs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 30px 15px;
        height: auto !important;
    }
}

.featured-album-content .album-songs .album-info {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .featured-album-content .album-songs .album-info .album-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
}

.featured-album-content .album-songs .album-info .album-title h6 {
    font-size: 12px;
    font-weight: 900;
    color: #c5afd9;
    text-transform: uppercase;
}

.featured-album-content .album-songs .album-info .album-title h4 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 900;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-album-content .album-songs .album-info .album-title h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-album-content .album-songs .album-info .album-buy-now {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.featured-album-content .album-songs .single-music {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .featured-album-content .album-songs .single-music:last-child {
        margin-bottom: 0;
    }

    .featured-album-content .album-songs .single-music h6 {
        position: absolute;
        font-weight: 500;
        top: 0;
        color: rgba(255, 255, 255, 0.5);
        right: 60px;
        left: 40px;
        z-index: auto;
        margin-bottom: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-album-content .album-songs .single-music h6 {
        font-size: 14px;
        top: 3px;
    }
}

.featured-album-content .album-songs .single-music.active h6 {
    color: white;
}

.featured-album-content .album-songs .now-playing {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background-color: #1d1633;
    padding: 30px 50px;
}

@media only screen and (max-width: 767px) {
    .featured-album-content .album-songs .now-playing {
        padding: 30px;
        height: 185px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-album-content .album-songs .now-playing .songs-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
}

.featured-album-content .album-songs .now-playing .songs-name p {
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.featured-album-content .album-songs .now-playing .songs-name h6 {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-album-content .album-songs .now-playing .songs-name h6 {
        font-size: 14px;
    }
}

.featured-album-content .album-songs .now-playing .audioplayer {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: transparent;
}

.featured-album-content .album-songs .now-playing .audioplayer-volume,
.featured-album-content .album-songs .now-playing .audioplayer-bar {
    display: none;
}

.featured-album-content .album-songs .now-playing .audioplayer-playpause {
    background-color: #ffffff;
}

.featured-album-content .album-songs .now-playing .audioplayer-time-duration {
    margin-right: 0;
}

.featured-album-content .album-songs .now-playing .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-top: 10px solid transparent;
    border-right: none;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #000;
}

.featured-album-content .album-songs .now-playing .audioplayer-time {
    width: 60px;
    font-size: 16px;
    color: #ffffff;
}

.featured-album-content .album-songs .now-playing .audioplayer-playpause {
    margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-album-content .album-songs .now-playing .audioplayer-playpause {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-album-content .album-songs .now-playing .audioplayer-playpause {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-album-content .album-songs .now-playing .audioplayer-playpause {
        margin-right: 40px;
    }
}

.featured-album-content .album-songs .now-playing .audioplayer-time-current {
    position: relative;
    z-index: 1;
}

    .featured-album-content .album-songs .now-playing .audioplayer-time-current::after {
        content: '/';
        position: absolute;
        color: #ffffff;
        font-size: 22px;
        top: -2px;
        right: -7px;
        z-index: 1;
    }

/* :: 13.0 Music Artists Area CSS */
.musica-music-artists-area {
    position: relative;
    z-index: 3;
    background-color: #222;
    /*padding: 7.5vh 0;*/
}

    /*.music-search:hover {
    transform: scale(1.02);
}

.artists-search:hover {
    transform: scale(1.02);
}*/

    .musica-music-artists-area .music-search {
        position: relative;
        z-index: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        height: 430px;
    }

@media only screen and (max-width: 767px) {
    .musica-music-artists-area .music-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 350px;
    }
}

.musica-music-artists-area .music-search .music-search-content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

    .musica-music-artists-area .music-search .music-search-content h2 {
        color: darkgoldenrod;
        font-size: 60px;
        font-weight: 700;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .musica-music-artists-area .music-search .music-search-content h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .musica-music-artists-area .music-search .music-search-content h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .musica-music-artists-area .music-search .music-search-content h2 {
        font-size: 30px;
    }
}

.musica-music-artists-area .music-search .music-search-content h4 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .musica-music-artists-area .music-search .music-search-content h4 {
        font-size: 18px;
    }
}

.musica-music-artists-area .artists-search {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 430px;
}

@media only screen and (max-width: 767px) {
    .musica-music-artists-area .artists-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        height: 350px;
    }
}

.musica-music-artists-area .artists-search .music-search-content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

    .musica-music-artists-area .artists-search .music-search-content h2 {
        color: darkgoldenrod;
        font-size: 60px;
        font-weight: 700;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .musica-music-artists-area .artists-search .music-search-content h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .musica-music-artists-area .artists-search .music-search-content h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .musica-music-artists-area .artists-search .music-search-content h2 {
        font-size: 30px;
    }
}

.musica-music-artists-area .artists-search .music-search-content h4 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .musica-music-artists-area .artists-search .music-search-content h4 {
        font-size: 18px;
    }
}

/* :: 14.0 Services Area CSS */
.single-service-area .course-title {
    position: relative;
    margin-bottom: 30px;
}

    .single-service-area .course-title span {
        background: goldenrod;
        background: -webkit-linear-gradient(to right, #d8c070, #b8860b);
        background: linear-gradient(to right, #d8c070, #b8860b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 72px;
        font-weight: 600;
        line-height: 1;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service-area .course-title span {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-area .course-title span {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .single-service-area .course-title span {
        font-size: 30px;
    }
}

.single-service-area .course-title h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
    margin-left: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-service-area p {
    margin-bottom: 0;
}

/* :: 15.0 Footer Area CSS */

footer {
    position: relative;
    width: 100vw
}

    footer .svg-container {
        height: 40%;
        bottom: 0;
        position: absolute;
        width: 100%;
        z-index: 0;
        right: 0;
        align-self: flex-end;
    }

        footer .svg-container svg {
            position: absolute;
            bottom: 0;
        }

            footer .svg-container svg polygon {
                fill: #222;
                opacity: 1;
            }

            footer .svg-container svg:nth-child(2) {
                height: 83%;
                z-index: -1;
                animation-delay: 0.3s;
            }

                footer .svg-container svg:nth-child(2) polygon {
                    fill: goldenrod;
                    opacity: 0.85;
                }

.footer-area {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-left: 20%;
    padding-right: 20%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 1vh;
    grid-column-gap: 1vw;
    grid-template-areas: "footerNav footerContact footerSocialmedia";
    text-align: center;
}

@media only screen and (max-width: 1025px) {
    .footer-area {
        padding-left: 20% !important;
        padding-right: 20% !important;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto auto;
        grid-row-gap: 1vh;
        grid-column-gap: 1vw;
        grid-template-areas: "footerNav footerContact" "footerNav footerSocialmedia";
    }

        .footer-area .footer-widget-area {
            margin-bottom: 15px !important;
        }

            .footer-area .footer-widget-area .widget-title h4 {
                margin-bottom: 15px !important;
                margin-top: 10px !important;
            }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area {
        padding-left: 10%;
        padding-right: 10%;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto auto;
        grid-row-gap: 1vh;
        grid-column-gap: 1vw;
        grid-template-areas: "footerNav footerContact" "footerNav footerSocialmedia";
    }

        .footer-area .footer-widget-area {
            margin-bottom: 15px !important;
        }

            .footer-area .footer-widget-area .widget-title h4 {
                margin-bottom: 15px !important;
                margin-top: 10px !important;
            }
}


@media only screen and (max-width: 767px) {
    .footer-area {
        height: auto;
        width: 100%;
        padding-left: 15%;
        grid-template-rows: auto auto auto;
        grid-template-areas: "footerNav" "footerContact" "footerSocialmedia";
        text-align: center;
        justify-content: center;
    }

        .footer-area .footer-widget-area {
            margin-bottom: 15px !important;
        }

            .footer-area .footer-widget-area .widget-title h4 {
                padding-bottom: 15px !important;
                margin-top: 10px !important;
                border-bottom: 1px goldenrod solid;
            }
}


.footer-area .widget-nav {
    grid-area: footerNav;
}

.footer-area .widget-contact {
    grid-area: footerContact;
}

    .footer-area .widget-contact ul li {
        padding: 1vh 0;
    }

.footer-area .widget-socialMedia {
    grid-area: footerSocialmedia;
}

.footer-copyright {
    padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area {
        padding-left: 2%;
        padding-right: 2%;
    }
}

.footer-widget-area-copyrights {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.footer-widget-area a img {
    height: 6vh;
}

.footer-widget-area .copywrite-text {
    font-size: 6px;
    margin-bottom: 0;
    margin-top: 2vh;
    color: #666;
    font-weight: 500;
}

    .footer-widget-area .copywrite-text a {
        color: #555;
        font-size: 6px;
        font-weight: 500;
    }

        .footer-widget-area .copywrite-text a:hover, .footer-area .footer-widget-area .copywrite-text a:focus {
            color: goldenrod;
        }

.footer-widget-area .widget-title h4 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: capitalize;
    color: #333;
    opacity: 0.9;
}

.footer-area .footer-widget-area .footer-nav li {
    color: whitesmoke;
    padding-bottom: 5px;
}

.pad-r-10 {
    margin-right: 5%;
}

.footer-area .footer-widget-area .footer-nav {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin-right: 21px;
}


    .footer-area .footer-widget-area .footer-nav li a {
        display: block;
        color: whitesmoke;
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: 700;
    }

        .footer-area .footer-widget-area .footer-nav li a:hover, .footer-area .footer-widget-area .footer-nav li a:focus {
            color: #b30000;
        }

    .footer-area .footer-widget-area .footer-nav li:last-child a {
        margin-bottom: 0;
    }

.footer-area .footer-widget-area .subscribe-form {
    position: relative;
    z-index: 1;
}

    .footer-area .footer-widget-area .subscribe-form input {
        width: 100%;
        height: 47px;
        background-color: #f3f3f3;
        border: none;
        padding: 0 15px;
    }

    .footer-area .footer-widget-area .subscribe-form button {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background: goldenrod;
        background: -webkit-linear-gradient(to right, #d8c070, #b8860b );
        background: linear-gradient(to right, #d8c070, #b8860b);
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        border: none;
        width: 110px;
        height: 47px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        color: #ffffff;
        cursor: pointer;
    }

        .footer-area .footer-widget-area .subscribe-form button:hover {
            box-shadow: 0 3px 40px rgba(0, 0, 0, 0.15);
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .col-12:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .footer-area .col-12:last-child {
        -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
        order: 30;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .col-12:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .footer-area .col-12:last-child {
        -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
        order: 30;
    }
}

/* :: 16.0 Breadcumb Area CSS */
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 345px;
    display: flex;
    overflow: hidden;
}

.breadcumb-area-simple {
    position: relative;
    z-index: 10;
    width: 100%;
    /*height: 265px;*/
    display: flex;
    overflow: hidden;
    margin-bottom: 50px;
}

    .breadcumb-area-simple .breadcrumb-header {
        margin-top: 50px;
    }

.breadcrumb-header {
    font-size: 38px;
    font-family: 'Abhaya Libre', serif;
    font-weight: 500;
    letter-spacing: 0.08rem;
    margin-block-end: 0.01rem;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    /* font-variant: small-caps; */
    line-height: 1.191;
    -moz-transform: scale(1.2, 1.5);
    -webkit-transform: scale(1.2, 1.5);
    -ms-transform: scale(1.2, 1.5);
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
    .breadcrumb-header {
        font-size: 5vw;
        width: 80vw;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .breadcumb-area {
        height: 35vh !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    .breadcrumb-header {
        font-size: 4vw;
        width: 80vw;
        margin: 0;
        padding: 0;
        text-align: center;
        padding-top: 2vh;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .breadcrumb-header {
        font-size: 8vw !important;
        width: 80vw !important;
        margin: 0;
        padding: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .breadcrumb-header {
        font-size: 4vw !important;
        width: 80vw !important;
        margin: 0;
        padding: 0;
        text-align: center;
        padding-top: 2vh;
    }
}

.breadcumb-area h2 {
    color: white;
    letter-spacing: .1rem;
    /*font-family: "Roboto", sans-serif;*/
    /*font-family: 'Petit Formal Script', cursive;*/
    color: goldenrod;
    font-weight: 400;
    opacity: 0.9;
}

.breadcumb-area .promoted-content-container {
    height: 35%;
}

    .breadcumb-area .promoted-content-container .promoted-content {
        width: 30%;
        justify-content: flex-end;
        margin-right: 4vw;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcumb-area {
        height: 270px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb-area {
        height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height: 50vh;
    }

        .breadcumb-area h2 {
            font-size: 1.6rem;
            letter-spacing: 0;
        }

        .breadcumb-area .promoted-content-container {
            height: 40%;
        }

            .breadcumb-area .promoted-content-container .promoted-content {
                justify-content: center;
                margin-top: 2%;
                width: 50%;
                margin-right: 0;
            }

    .promoted-content-container .promoted-content .promoted-concert-name {
        padding-top: 4vh;
    }
}

.breadcumb-area .bradcumbContent {
    position: absolute;
    width: 392px;
    height: 78px;
    bottom: -39px;
    left: 50%;
    margin-left: -196px;
    z-index: 100;
    background: goldenrod;
    background: -webkit-linear-gradient(to right, #d8c070, #b8860b);
    background: linear-gradient(to right, #d8c070, #b8860b );
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent {
        width: 280px;
        margin-left: -140px;
    }
}

.breadcumb-area .bradcumbContent h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 78px;
    font-weight: 900;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 26px;
    }
}

/* :: 17.0 CTA Area CSS */
.cta-content {
    position: relative;
    z-index: 1;
}

    .cta-content .cta-text {
        position: relative;
        z-index: 1;
        margin-right: 50px;
    }

@media only screen and (max-width: 767px) {
    .cta-content .cta-text {
        margin-right: 15px;
    }
}

.cta-content .cta-text h4 {
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .cta-content .cta-text h4 {
        font-size: 16px;
    }
}

.cta-content .cta-text h2 {
    font-size: 60px;
    font-weight: 900;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-content .cta-text h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-content .cta-text h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-content .cta-text h2 {
        font-size: 24px;
    }
}

.cta-content .cta-text h6 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .cta-content .cta-text h6 {
        font-size: 14px;
    }
}

.cta-content .cta-text span {
    font-size: 24px;
    color: #ffffff;
    font-family: "Allura", cursive;
}

.cta-content .cta-btn a:hover, .cta-content .cta-btn a:focus {
    box-shadow: 0 0 60px rgba(255, 255, 255, 0.5);
}

/* :: 18.0 Blog Area CSS */

.blog-container {
    display: grid;
    margin: 4vh 10vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 4fr 1fr;
    grid-column-gap: 2vw;
    grid-row-gap: 2vh;
    grid-template-areas: "pagination1 pagination1" "blog blog-navigation" "pagination2 pagination2"
}

@media only screen and (max-width: 991px) {
    .blog-container {
        margin: 4vh 3vw;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: auto;
        grid-template-areas: "blog-navigation" "pagination1" "blog" "pagination2"
    }
}

.musica-pagination-area:first-of-type {
    grid-area: pagination1;
}

.musica-pagination-area:nth-of-type(2) {
    grid-area: pagination2;
}

.blog-posts {
    grid-area: blog;
}

.category-link {
    cursor: pointer;
    transition: ease 0.4s;
}

    .category-link.active {
        color: goldenrod !important;
    }

    .category-link:hover {
        color: goldenrod;
        text-decoration: underline;
        transform: scale(1.05);
    }

.blog-navigation-container {
    grid-area: blog-navigation;
    height: auto;
}

    .blog-navigation-container .bg-gradients {
        height: 1px !important;
    }

.position-sticky-t-120 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 120px;
}

.blog-navigation-container nav {
    background-color: #333;
    padding-top: 2vh;
    padding-bottom: 4vh;
}

    .blog-navigation-container nav h3 {
        font-size: 1.3em;
        color: goldenrod;
        text-align: center;
        text-transform: uppercase;
        margin: 2vh 0 1vh 0;
        font-weight: 400;
    }

    .blog-navigation-container nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .blog-navigation-container nav ul li {
            color: white;
        }

@media only screen and (min-width: 991px) {
    .blog-navigation-container nav {
        flex-direction: column;
    }

        .blog-navigation-container nav ul {
            flex-direction: column !important;
        }
}

@media only screen and (max-width: 991px) {
    .blog-navigation-container nav {
        justify-content: center;
        padding: 0 !important;
        background-color: transparent !important;
    }

        .blog-navigation-container nav h3 {
            margin: 0 !important;
        }
}

.blog-categories-container {
    bottom: 259px;
    background-color: #333;
    padding-top: 2vh;
    padding-bottom: 4vh;
}

    .blog-categories-container h3 {
        font-size: 1.3em;
        color: goldenrod;
        text-align: center;
        text-transform: uppercase;
        margin: 2vh 0 1vh 0;
        font-weight: 400;
    }

    .blog-categories-container ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .blog-categories-container ul li {
            color: white;
        }



.blog-archive-container {
    margin-top: 2vh;
    background-color: #333;
    padding-top: 2vh;
    padding-bottom: 4vh;
}


    .blog-archive-container h3 {
        font-size: 1.3em;
        color: goldenrod;
        text-align: center;
        text-transform: uppercase;
        margin: 2vh 0 1vh 0;
        font-weight: 400;
    }

    .blog-archive-container ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .blog-archive-container ul li {
            color: white;
        }

.blog-item-container {
    display: grid;
    margin: 4vh 10vw;
    grid-template-rows: auto;
    grid-template-columns: 4fr 1fr;
    grid-column-gap: 2vw;
    grid-row-gap: 2vh;
    grid-template-areas: "blog blog-navigation";
}

.single-blog-post {
    height: auto;
    background-color: #333333;
}

    .single-blog-post .blog-post-image {
        height: 40vh;
        background-size: cover !important;
    }

    .single-blog-post .blog-post-text {
        padding: 2vh 3vw 8vh 3vw;
        display: flex;
        flex-direction: column;
    }

    .single-blog-post .bg-gradients {
        height: 1.3px;
        background: goldenrod;
    }

    .single-blog-post .post-title {
        font-size: 2.7rem;
        display: block;
        margin-bottom: 0;
        font-weight: 600;
        color: #ffffff;
        display: flex;
        justify-content: center;
    }

        .single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
            color: goldenrod;
        }

.blog-short-text {
    color: #e7e7e7;
}

@media only screen and (max-width: 767px) {
    .single-blog-post .post-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.single-blog-post .post-meta {
    z-index: 1;
    margin-bottom: 10px;
}

    .single-blog-post .post-meta .post-date p {
        color: #888;
        font-style: italic;
        margin-bottom: 0;
        font-size: 1.2rem;
        padding-left: 1vw;
    }

    .single-blog-post .post-meta .comments a {
        color: #181818;
        font-size: 14px;
        margin-bottom: 0;
        text-decoration: underline;
        text-transform: capitalize;
        font-style: italic;
        font-weight: 700;
        text-decoration-color: #6a6a6a;
    }

.single-blog-post p {
    color: whitesmoke;
    font-size: 1rem;
    line-height: 28px;
    letter-spacing: .32px;
    font-family: "Raleway", sans-serif;
    padding: 0 1.5vw;
}

@media only screen and (max-width: 767px) {
    .single-blog-post p {
        color: whitesmoke;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: .32px;
        font-family: "Raleway", sans-serif;
        padding: 0 1.5vw;
    }
}


.single-blog-post .read-more-btn {
    display: block;
    /*margin-top: 40px;*/
    color: #888;
    font-size: 16px;
    margin-bottom: 0;
    /*text-decoration: underline;
    font-style: italic;*/
    font-weight: 600;
    text-decoration-color: #6a6a6a;
}

    .single-blog-post .read-more-btn:hover, .single-blog-post .read-more-btn:focus {
        color: goldenrod;
        transform: scale(1.1);
    }


.single-blog-post .fa-chevron-right {
    margin-top: 40px;
    margin-left: 10px;
    color: #666;
    transition: 0.3s;
}

.single-blog-post .read-more-btn:hover + .fa-chevron-right {
    color: goldenrod;
    transform: scale(1.1);
}


.musica-pagination-area .pagination .page-item .page-link {
    background-color: transparent;
    display: block;
    padding: 0;
    border: none;
    margin-right: 10px;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 700;
}

    .musica-pagination-area .pagination .page-item .page-link:hover, .musica-pagination-area .pagination .page-item .page-link:focus {
        color: #bd177a;
    }

.musica-pagination-area .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.musica-pagination-area .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.musica-pagination-area .pagination .page-item.active .page-link {
    color: goldenrod;
    text-decoration: underline;
}

.map-area {
    position: relative;
    z-index: 2;
}

    .map-area iframe {
        width: 100%;
        height: 450px;
        border: none;
        margin-bottom: 0;
    }

@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 300px;
    }
}

.blog-post-thumb-gallery {
    max-width: 100%;
    height: 125px;
    background-size: cover;
    background-position: center center;
    text-align: center;
    background-color: rgba(1, 1, 1, 0.3);
    transition: 0.3s;
}

    .blog-post-thumb-gallery:hover {
        transform: scale(0.97);
    }

        .blog-post-thumb-gallery:hover h3 {
            transform: scale(1.05);
        }

    .blog-post-thumb-gallery h3 {
        align-self: center;
        padding-top: 38px;
        transition: 0.3s;
    }


.blog-item-share h3 {
    font-size: 1rem;
    color: goldenrod;
    text-align: center;
    text-transform: uppercase;
    margin: 2vh 0 1vh 0;
    font-weight: 400;
}

/* :: 19.0 Skills Area CSS */
.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center;
}

    .single-skils-area .circle {
        position: relative;
        z-index: 10;
        margin-bottom: 15px;
    }

    .single-skils-area .skills-text {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .single-skils-area .skills-text span {
            font-size: 24px;
            color: #262626;
            font-weight: 500;
        }

    .single-skils-area h5 {
        font-size: 22px;
    }

    .single-skils-area p {
        margin-bottom: 0;
        font-size: 16px;
        color: #6a6a6a;
    }

/* :: 20.0 Contact Area CSS */
.contact-content {
    position: relative;
    z-index: 2;
}

    .contact-content .contact-social-info {
        margin-bottom: 40px;
    }

        .contact-content .contact-social-info a {
            display: inline-block;
            margin-right: 50px;
        }

            .contact-content .contact-social-info a:hover, .contact-content .contact-social-info a:focus {
                color: goldenrod;
            }

@media only screen and (max-width: 767px) {
    .contact-content .contact-social-info a {
        margin-right: 20px;
    }
}

.contact-content .single-contact-info {
    position: relative;
    margin-bottom: 30px;
}

    .contact-content .single-contact-info:last-child {
        margin-bottom: 0;
    }

    .contact-content .single-contact-info .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px;
    }

.contact-content .contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background-color: #f3f3f3;
    font-size: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    font-style: italic;
    font-weight: 700;
    color: #bbbbbb;
    border-bottom: 2px solid transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .contact-content .contact-form-area .form-control:focus {
        box-shadow: none;
        border-bottom: 2px solid #bd177a;
    }

.contact-content .contact-form-area textarea.form-control {
    height: 180px;
}

/* :: 21.0 Elements Area CSS */
.elements-title h2 {
    font-weight: 900;
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    .elements-title h2 {
        font-size: 24px;
    }
}

/* :: 21.1.0 Single Cool Facts CSS */
.single-cool-fact {
    position: relative;
    z-index: 1;
}

    .single-cool-fact .scf-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px;
        width: 90px;
    }

    .single-cool-fact .scf-text h2 {
        font-size: 60px;
        margin-bottom: 0;
        font-weight: 600;
        color: #262626;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cool-fact .scf-text h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px;
    }
}

.single-cool-fact .scf-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #6a6a6a;
    line-height: 1;
}

/* :: 21.2.0 Accordians Area CSS */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
}

    .single-accordion h6 a {
        background: goldenrod;
        background: -webkit-linear-gradient(to right, #d8c070, #b8860b);
        background: linear-gradient(to right, #d8c070, #b8860b);
        border-radius: 0;
        color: #ffffff;
        display: block;
        margin: 0;
        padding: 20px 70px 20px 30px;
        position: relative;
        font-size: 14px;
        text-transform: capitalize;
    }

        .single-accordion h6 a span {
            background: transparent;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            font-size: 10px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 58px;
            height: 100%;
            color: #ffffff;
            line-height: 58px;
        }

            .single-accordion h6 a span.accor-open {
                opacity: 0;
            }

        .single-accordion h6 a.collapsed {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            background: #f3f3f3;
            color: #6a6a6a;
        }

            .single-accordion h6 a.collapsed span {
                background: goldenrod;
                background: -webkit-linear-gradient(to right, #d8c070, #b8860b);
                background: linear-gradient(to right, #d8c070, #b8860b);
            }

                .single-accordion h6 a.collapsed span.accor-close {
                    opacity: 0;
                }

                .single-accordion h6 a.collapsed span.accor-open {
                    opacity: 1;
                }

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

    .single-accordion .accordion-content p {
        padding: 20px 15px 5px;
        margin-bottom: 0;
    }

/* :: 21.3.0 Tabs Area CSS */
.musica-tabs-content {
    position: relative;
    z-index: 1;
}

    .musica-tabs-content .nav-tabs {
        border-bottom: none;
        margin-bottom: 15px;
    }

        .musica-tabs-content .nav-tabs .nav-link {
            background-color: #f3f3f3;
            padding: 0 20px;
            height: 58px;
            line-height: 58px;
            color: #6a6a6a;
            margin: 0 2px;
            border: none;
            border-radius: 0;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .musica-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .musica-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .musica-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
    }
}

.musica-tabs-content .nav-tabs .nav-link.active {
    background: goldenrod;
    background: -webkit-linear-gradient(to right, #d8c070, #b8860b);
    background: linear-gradient(to right, #d8c070, #b8860b);
    color: #ffffff;
}

.musica-tabs-content .musica-tab-text p span {
    font-size: 36px;
    font-weight: 700;
    margin-right: 15px;
    color: #bd177a;
}

.musica-tabs-content .tab-content h6 {
    font-size: 18px;
}

/* :: 22.0 Animations */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
.slide-in-bottom {
    -webkit-animation: slide-in-bottom 1.3s cubic-bezier(0.075, 0.820, 0.165, 1.000) both;
    animation: slide-in-bottom 1.3s cubic-bezier(0.075, 0.820, 0.165, 1.000) both;
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* :: 23.0 Concert CSS */

.concert-grid {
    display: grid;
    margin-top: 2vh;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 3fr 4fr;
    grid-row-gap: 5vh;
    grid-column-gap: 2vw;
    grid-template-areas: "summary summary" "image program" "aboutConcert aboutConcert" "aboutConcert aboutConcert";
}

@media only screen and (max-width: 767px) {
    .concert-grid {
        display: grid;
        margin-top: 2vh;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "summary" "image" "program" "aboutConcert";
        width: auto;
    }
}

.concert-summary {
    grid-area: summary;
}

    .concert-summary div:not(:last-child) {
        margin-right: 3%;
    }

    .concert-summary .shows-date {
        margin-right: 0 !important;
    }

    .concert-summary .shows-time p {
        font-size: 1.5rem;
    }

    .concert-summary .shows-location p {
        font-size: 1.5rem;
    }

    .concert-summary .shows-location i {
        margin-right: 3%;
    }

div .concert-summary.single-upcoming-shows {
    width: 100%;
    display: grid;
    grid-template-areas: "date time-place";
    grid-template-columns: auto auto;
    grid-column-gap: 8%;
    /*grid-template-rows: auto;*/
    justify-content: flex-start;
    /*align-content: flex-start;*/
    padding: 2% 6%;
}

.concert-summary .shows-date {
    grid-area: date;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    font-family: 'Montserrat', sans-serif;
}

    .concert-summary .shows-date h2 {
        padding-left: 15%;
        padding-bottom: .5vh;
    }

.concert-summary .time-place {
    grid-area: time-place;
    font-size: 1rem;
    display: grid;
    grid-template-areas: "time" "location";
    grid-template-rows: auto auto;
    font-family: 'Montserrat', sans-serif;
    justify-content: flex-start;
    align-content: flex-end;
    /*padding-right: 15%;*/
    padding-bottom: 0;
    /*width: auto;*/
    /*min-width: 100%;*/
}



    .concert-summary .time-place .shows-time {
        grid-area: time;
    }

        .concert-summary .time-place .shows-time p {
            margin-bottom: 0;
            font-size: 1rem;
            width: 100%;
            min-width: max-content;
        }

    .concert-summary .time-place .shows-location {
        grid-area: location;
        width: 100%;
        min-width: max-content;
    }

        .concert-summary .time-place .shows-location p {
            font-size: 1rem;
            margin-bottom: 0;
        }

@media only screen and (max-width: 767px) {
    div .concert-summary.single-upcoming-shows {
        display: grid;
        grid-template-areas: "date time-place";
        grid-template-columns: auto auto;
        grid-template-rows: auto;
    }

    .concert-summary .shows-date {
        grid-area: date;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        font-family: 'Montserrat', sans-serif;
    }

    .concert-summary .time-place {
        grid-area: time-place;
        font-size: 1rem;
        display: grid;
        grid-template-areas: "time" "location";
        grid-template-rows: auto auto;
        font-family: 'Montserrat', sans-serif;
        justify-items: start;
        align-content: center;
    }

        .concert-summary .time-place .shows-time {
            grid-area: time;
        }

            .concert-summary .time-place .shows-time p {
                margin-bottom: 0;
                font-size: 1rem;
            }

        .concert-summary .time-place .shows-location {
            grid-area: location;
        }

            .concert-summary .time-place .shows-location p {
                font-size: 1rem;
                margin-bottom: 0;
            }
}

.concert-poster {
    grid-area: image;
}

    .concert-poster img {
        max-height: 70vh;
    }

.concert-program {
    grid-area: program;
    color: #dddddd;
}

    .concert-program h2 {
        color: goldenrod;
    }

    .concert-program ul {
        margin-top: 4vh;
        margin-left: 1.5vw;
    }

    .concert-program li {
        margin-bottom: 3vh;
        padding-bottom: 2vh;
        font-size: 1rem;
        display: grid;
        grid-template-columns: 2fr 3fr;
        grid-template-areas: "composer composition";
        grid-column-gap: 1vw;
        border-bottom: 1px goldenrod solid;
    }

        .concert-program li span:first-child {
            grid-area: composer;
        }

            .concert-program li span:first-child::after {
                content: " :"
            }

        .concert-program li span:last-child {
            grid-area: composition
        }

@media only screen and (max-width: 767px) {
    .concert-program li {
        font-size: .9rem;
    }
}

.about-concert {
    grid-area: aboutConcert;
    color: whitesmoke;
    letter-spacing: 1px;
}

    .about-concert h2 {
        color: goldenrod;
    }

    .about-concert p {
        color: #dddddd;
    }

.review-concert-grid {
    display: grid;
    margin-top: 2vh;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 3fr 4fr;
    grid-row-gap: 5vh;
    grid-column-gap: 2vw;
    grid-template-areas: "summary summary" "image review" "program videos" "photos photos";
}

@media only screen and (max-width: 767px) {
    .review-concert-grid {
        display: grid;
        margin-top: 2vh;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto auto;
        grid-template-areas: "summary" "image" "review" "program" "videos" "photos";
        width: auto;
    }
}

.concert-review {
    grid-area: review;
    color: whitesmoke;
    letter-spacing: 1px;
}

    .concert-review h2 {
        color: goldenrod;
    }

.concert-photos {
    grid-area: photos;
}

    .concert-photos h2 {
        color: goldenrod;
    }

.youtube-videos {
    grid-area: videos;
}

    .youtube-videos h2 {
        color: goldenrod;
    }

.youtube-slides iframe {
    width: 100%;
}

.youtube-video {
}
/* 24:0 Hover effect CSS*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #daa52069;
    border-radius: 5px;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 55% 20px 0 20px;
    }

    .hovereffect img {
        display: block;
        position: relative;
        max-width: none;
        width: calc(100% + 20px);
        height: 100%;
        object-fit: cover;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .hovereffect:hover img {
        opacity: 0.4;
        filter: alpha(opacity=40);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        overflow: hidden;
        padding: 0.5em 0;
        background-color: transparent;
    }

        .hovereffect h2:after, .hovereffect h2:hover {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

    .hovereffect:hover h2:after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect a, .hovereffect p {
        color: #FFF;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .hovereffect:hover a, .hovereffect:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/*Hover effect 4*/
.hovereffect4 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect4 .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        /*background-color: rgba(75,75,75,0.7);*/
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect4:hover .overlay {
        background-color: #daa52042;
    }

    .hovereffect4 img {
        display: block;
        position: relative;
    }

    .hovereffect4 h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect4:hover h2 {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    .hovereffect4 p.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-weight: normal;
        margin: -52px 0 0 0;
        padding: 62px 100px;
    }

    .hovereffect4:hover p.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect4 p.info:hover {
        box-shadow: 0 0 5px #fff;
    }

@media only screen and (min-width: 1700px) {
    .hovereffect p.info {
        top: -10%;
    }
}

.hovereffect:hover p.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0,0,0,0.4);
}

.hovereffect-2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect-2 .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        /*background-color: rgba(75,75,75,0.7);*/
        background-color: #7b5d108a;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect-2:hover .overlay {
        /*background-color: rgba(48, 152, 157, 0.4);*/
        background-color: transparent;
    }

    .hovereffect-2 img {
        display: block;
        position: relative;
    }

    .hovereffect-2 h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect-2:hover h2 {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    .hovereffect-2 p.info {
        height: 90%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin: 5% 5%;
        /* padding: 7px 14px; */
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 1;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-weight: 600;
        /* margin: -41px 0 0 0; */
        /* padding: 62px 100px; */
    }

    .hovereffect-2:hover p.info {
        opacity: 0;
        filter: alpha(opacity=100);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .hovereffect-2 p.info:hover {
        box-shadow: 0 0 5px #fff;
    }

/* 25:0 Gallery CSS*/

.albums-area .container {
    padding: 1vh 0;
}

.albums-area.image-row album-thumb {
    /*margin-left: 5px;
        margin-right: 5px;*/
    flex: 1 1 200px;
    max-height: 25vh;
    transition: 0.2s;
}

.albums-area .image-row .album-thumb:hover {
    filter: initial;
    -webkit-filter: initial; /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .4s ease-in-out;
    cursor: pointer;
}

.albums-area .container.albums.hidden {
    display: none;
}

.albums-area .container.album-images {
    overflow: hidden;
}

    .albums-area .container.album-images.hidden {
        visibility: hidden;
        height: 0;
    }

.picture-thumb:hover {
    cursor: pointer;
}

.picrow {
    display: flex;
}

.container.gallery-navigation {
    color: white;
    cursor: pointer;
    margin-top: 2%;
}

    .container.gallery-navigation.hidden {
        display: none;
    }

.gallery-navigation i {
    padding-left: 5%;
}

.arrow-back-gallery {
    height: 3vh;
    margin: 3vh auto 2vh auto;
    color: white;
    margin-right: 75%;
    transition: 0.3s;
}

    .arrow-back-gallery a {
        text-transform: uppercase;
    }

    .arrow-back-gallery:hover {
        cursor: pointer;
    }

        .arrow-back-gallery:hover a {
            color: goldenrod;
        }

    .arrow-back-gallery i {
        height: 100%;
        width: auto;
        color: white;
        padding-right: 10px;
    }

    .arrow-back-gallery span {
        padding-left: 2vw;
        text-transform: capitalize;
    }

@media only screen and (max-width: 991px) {
    .arrow-back-gallery {
        width: 100% !important;
    }
}
/* 26:0 Video Gallery CSS*/
.videos-container {
    /*padding: 5vh 10%;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5vw;
    grid-row-gap: 2vh;
    grid-auto-rows: minmax(30vh, auto);
}

@media only screen and (max-width: 811px) {
    .videos-container {
        padding: 5vh 2%;
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 5vh;
        grid-auto-rows: minmax(30vh, auto);
    }
}

.video {
    display: grid;
    border-radius: 20px;
    grid-template-columns: 100%;
    grid-template-rows: 19vw auto;
    grid-template-areas: "video-media" "video-info";
    min-height: 35vw;
    height: auto;
    background: #333;
    -webkit-box-shadow: 0px 3px 43px -5px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 3px 43px -5px rgba(0,0,0,0.26);
    box-shadow: 0px 3px 43px -5px rgba(0,0,0,0.26);
}

@media only screen and (max-width: 811px) {
    .video {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 55vw auto;
        grid-template-areas: "video-media" "video-info";
        min-height: 100vw;
        height: auto;
        background: #333;
    }

    .video-info {
        grid-row-gap: 3vh;
    }

    .video-media {
        height: 100%;
        min-height: 150px;
    }
}

@media only screen and (max-width: 811px) and (orientation: landscape) {
    .video {
        grid-template-rows: 35vw auto;
    }
}

.video-media {
    border-radius: 25px 25px 0 0;
    grid-area: video-media;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-info {
    grid-area: video-info;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-row-gap: 1vh;
    grid-template-areas: "video-metadata" "video-text" "video-footer";
    color: white;
    padding: 2vh 3vw;
}

.video-metadata {
    grid-area: video-metadata;
    font-size: 1.3rem;
}

.video-text {
    grid-area: video-text;
}

.video-link {
    grid-area: video-footer;
}


@media only screen and (max-width: 1320px) {
    .video {
        grid-template-rows: 1fr auto;
        grid-template-columns: 100%;
        grid-template-areas: "video-media" "video-info";
        height: auto;
    }

    .video-info {
        grid-area: video-info;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto;
        grid-row-gap: 1vh;
        grid-template-areas: "video-metadata" "video-text" "video-footer";
        color: white;
        padding: 2vh 3vw;
    }

    .video-metadata {
        border-bottom: goldenrod solid 1px;
        margin: 1vh 2vh;
    }

    .video-text {
        height: auto;
    }
}
/* :: 27.0 Homepage youtube CSS */
.youtube-area {
    position: relative;
    z-index: 1;
    background-color: #eeeeee;
}

/* :: 28.0 Contact form CSS */
.contact-body {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-form-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 89vh;
    width: 100%;
    max-width: 1100px;
    margin: 20px;
}

.contact-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 600px;
}

    .contact-form-container form {
        position: relative;
        width: 100%;
        padding: 0 0 0 75px;
    }

        .contact-form-container form h1 {
            text-transform: uppercase;
            color: whitesmoke !important;
            font-weight: 500;
            font-size: 3.4em !important;
            letter-spacing: 2px;
            margin-bottom: 40px;
        }

        .contact-form-container form .form-group {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 40px;
        }

            .contact-form-container form .form-group:last-child {
                margin-bottom: 0px;
            }

            .contact-form-container form .form-group input, .contact-form-container form .form-group textarea {
                position: relative;
                background: transparent;
                border: none;
                outline: none;
                width: 100%;
                color: whitesmoke;
                padding-bottom: 10px;
                font-size: 16px;
                letter-spacing: 1px;
                font-weight: 300;
                border-bottom: 2px solid #daa52079;
                resize: none;
            }

                .contact-form-container form .form-group input[type="submit"] {
                    background: goldenrod;
                    -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
                    position: relative;
                    z-index: 1;
                    display: inline-block;
                    min-width: 50px;
                    height: 42px;
                    color: #fff;
                    padding: 0 20px;
                    font-size: 12px;
                    line-height: 42px;
                    font-weight: 700;
                    text-transform: uppercase;
                    border: 1.2px solid rgb(236, 191, 80);
                    border-radius: 10px;
                    z-index: 128;
                    width: 50%;
                }


    .contact-form-container .form-group span {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 16px;
        font-weight: 300;
        display: inline-block;
        pointer-events: none;
        letter-spacing: 1px;
        color: #f5f5f589 !important;
        transition: all 0.2s;
    }

    .contact-form-container form .form-group input:focus ~ span,
    .contact-form-container form .form-group textarea:focus ~ span,
    .contact-form-container form .form-group input:hover ~ span,
    .contact-form-container form .form-group textarea:hover ~ span,
    .contact-form-container form .form-group input:valid ~ span,
    .contact-form-container form .form-group textarea:valid ~ span {
        transform: translateY(-35px);
        color: goldenrod !important;
        font-size: 14px
    }

    .contact-form-container form .form-group input:focus,
    .contact-form-container form .form-group textarea:focus,
    .contact-form-container form .form-group input:hover,
    .contact-form-container form .form-group textarea:hover,
    .contact-form-container form .form-group input:valid,
    .contact-form-container form .form-group textarea:valid {
        border-bottom-color: #daa520;
    }

.form-control:focus {
    background-color: #fff;
    border-color: #daa52079 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem #daa52050 !important;
}

.contactImage-box {
    /*width:100%;
                    height:100%;
                    overflow:hidden;*/
}

    .contactImage-box .contactImage {
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden
    }

.contact-form-container .form-group.required span:after {
    content: '*';
}


.contact-form-container .error-container {
    color: goldenrod;
    font-weight: bold;
}

.input-validation-error {
    border: solid 2px #b94c4c;
    background-color: #ffe8e8;
}

@media (max-width:991px) {
    .contact-form-container {
        width: 80%;
        padding: 0 50px;
    }

    .contact-form-box {
        width: auto;
    }

    .contact-form-container form {
        padding: 0 0 0 0;
    }


    .contactImage-box .contactImage {
        display: none;
    }
}

}

@media (max-width:1200px) {
    .contact-form-box {
        width: 95% !important;
    }
}

/* ====== The End ====== */
/*# sourceMappingURL=style.css.map */


