.holder {
    width: 100%;
    height: 40px;
    background: #030;
    margin: 0 0 5px;
    text-align: center;
    color: #fff;
}

/* =========================== Typography ===========================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');


@font-face {
    font-family: "Gotham-Regular";
    src: url("../fonts/GothamRegular/GothamRegular.eot");
    src: url("../fonts/GothamRegular/GothamRegular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GothamRegular/GothamRegular.otf") format("opentype"),
        url("../fonts/GothamRegular/GothamRegular.svg") format("svg"),
        url("../fonts/GothamRegular/GothamRegular.ttf") format("truetype"),
        url("../fonts/GothamRegular/GothamRegular.woff") format("woff"),
        url("../fonts/GothamRegular/GothamRegular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/GothamBold/GothamBold.eot");
    src: url("../fonts/GothamBold/GothamBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GothamBold/GothamBold.otf") format("opentype"),
        url("../fonts/GothamBold/GothamBold.svg") format("svg"),
        url("../fonts/GothamBold/GothamBold.ttf") format("truetype"),
        url("../fonts/GothamBold/GothamBold.woff") format("woff"),
        url("../fonts/GothamBold/GothamBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/GothamLight/GothamLight.eot");
    src: url("../fonts/GothamLight/GothamLight.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GothamLight/GothamLight.otf") format("opentype"),
        url("../fonts/GothamLight/GothamLight.svg") format("svg"),
        url("../fonts/GothamLight/GothamLight.ttf") format("truetype"),
        url("../fonts/GothamLight/GothamLight.woff") format("woff"),
        url("../fonts/GothamLight/GothamLight.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    /*font-family: "Gotham-Light";*/
    
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #85754E;
    margin-bottom: 20px;
    background: #fff;
    margin: 0;
    padding: 0;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 100px;
    line-height: 105px;
    font-weight: 800;
    text-transform: uppercase;
    color: #4a0b32;
}

h2 {
    font-family: "Gotham-Bold";
    font-size: 75px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #85754e;
}

h3 {
    font-family: "Gotham-Bold";
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}


p {
    font-family: "Gotham-Light";
    font-size: 16px;
    line-height: 26px;
    color: #85754E;
    margin-bottom: 20px;
}

a,
button {
    -webkit-transition: all 300ms ease-in-out !important;
    -moz-transition: all 300ms ease-in-out !important;
    -ms-transition: all 300ms ease-in-out !important;
    -o-transition: all 300ms ease-in-out !important;
    transition: all 300ms ease-in-out !important;
}

a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
    text-decoration: none;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.primary-btn {
    display: inline-block;
    /*font-family: "Gotham-Light";*/
    
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    padding: 0 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}

.main-menu ul li a

.primary-btn:hover {
    background: #77CDD6;
    color: #fff;
}

.primary-btn.hallow:hover {
    background: #fff;
    color: #77CDD6;
}

strong {
    font-family: "Gotham-Bold";
    font-weight: 800;
}

.main-menu ul li a.primary-btn{
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 800;
}

input,
select,
textarea {
    /*font-family: "Gotham-Light" !important;*/
   
    font-family: 'Didact Gothic', sans-serif !important;
    font-weight: 400;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 0;
    margin: 0 0 15px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder{
    font-family: "Gotham-Light" !important;
}

textarea {
    height: 150px;
}

.pum-theme-122 .pum-content,
.pum-theme-lightbox .pum-content,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #4A0B32;
}

.wpcf7-not-valid-tip {
    color: #4A0B32;
    font-size: 14px;
    line-height: 24px;
    margin:0 0 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 !important;
    display:none !important;
}

/* =========================== Common elements ===========================*/

.mob-only {
    display: none;
}

.align-right {
    float: right;
}


.section-title {
    text-align: center;
    margin: 0 0 60px;
}

.section-title h2 {
    margin: 0;
}

.imgLiquid {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* =========================== Header ===========================*/
.header {
    /*background: #ACE1E6;*/
    background-color: rgba(172, 225, 230, 0.5);

    border-bottom: 1px solid #4A0B32;
    padding: 15px 0;
    z-index: 99999;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.artist-page .header {
    background: #FAEEE5;
}



.main-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.main-menu ul li {
    display: inline-block;
    padding: 0 10px;
}

.main-menu ul li a {
    font-family: "Gotham-Bold";
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #4A0B32;
}

.main-menu ul li a:hover {
    color: #fff;
}

.main-menu ul li a.primary-btn {
    border: 1px solid #4A0B32;
    padding: 0 10px;
}

.main-menu ul li a.primary-btn:hover {
    border: 1px solid #fff;
    background: transparent;
}


/* =========================== Banner section ===========================*/
.inner-outercon {
    position: relative;
    z-index: 9999;
}

.banner-section {
    background: #ACE1E6;
    margin-top: 124px;
    position: relative;
}

.banner-art-one {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*margin: 0 auto;*/
    width:100%;
    z-index: 999;
}

.banner-art-two {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.scroll-section {
    position: relative;
    padding: 200px 0 0;
    z-index: 99;
}


.vedio-block {
    /*padding-top: 56.60%;*/
    padding-top: 56.80%;
    z-index: 99;
    top:-5px;
}

.vedio-block iframe {
    position: absolute;
    top: 0;
    height: 100%;
}

.scroll-section h1,
.scroll-section h2,
.scroll-section h3,
.scroll-section h4 {
    color: #4a0b32;
    text-transform: uppercase;
}

.scroll-section h1 {
    margin: 0 0 500px;
}

.scroll-section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    margin: 0 0 250px;
}

.scroll-section h3 {
    font-family: "Gotham-Bold";
    font-size: 75px;
    line-height: 80px;
    letter-spacing: 4px;
}

.scroll-section h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 800;
    margin: 0 0 250px;
    padding: 0 15%;
}

.scroll-section .logo {
    margin: 500px 0;
}

.event-block {
    padding: 250px 0;
}

.event-block h4 {
    margin: 0 0 30px;
}

.event-block span {
    font-weight: 700;
    color: #916A82;
}

.artists-list {
    margin-top: 80px;
}

.artists-list ul {
    text-align: center;
    margin: 0 0 30px;
}

.artists-list ul li {
    display: inline-block;
    margin: 0 30px;
    font-family: "Gotham-Bold";
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #4A0B32;
    position: relative;
}

.artists-list ul li:after {
    content: '';
    width: 10px;
    height: 15px;
    background-image: url("../images/drop-xsml.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.artists-list ul.xxl li:after {
    content: '';
    background-image: url("../images/drop-sml.svg");
}

.artists-list ul li:last-child:after {
    display: none;
}

.artists-list ul.xl li {
    font-size: 30px;
    line-height: 30px;
}

.artists-list ul.med li {
    font-size: 25px;
    line-height: 25px;
}

.artists-list ul.sml li {
    font-size: 20px;
    line-height: 20px;
}


/* =========================== About section ===========================*/
.about-section {
    padding: 60px 0;
    background: #F7E3D4;
}

.about-section h2 {
    margin: 0 0 40px;
}

/*.about-section h2 img {*/
/*    margin-right: 60px;*/
/*}*/

/* =========================== Featured venues section ===========================*/
.featured-venues-section {
    background: #F7E3D4;
}

.featured-venues-section ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.featured-venues-section ul li {
    display: inline-block;
    padding: 0 20px;
}

.featured-venues-section ul li img {
    width: 100%;
}

/* =========================== Residents section ===========================*/
.residents-section {
    padding: 60px 0 0;
    background: #F7E3D4;
}

.residents-slider {
    margin: 0 0 60px;
}

.residents-slider img {
    margin: 0 25px;
}

.residents-slider a:hover {
    opacity: 0.85;
}

/* =========================== Ticket section ===========================*/
.ticket-section {
    padding: 60px 0;
    background: #77CDD6;
}

.ticket-section .section-title h3 {
    font-size:45px;
    line-height:55px;
}


.section-title h4 {
    font-family: "Gotham-Bold";
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
}

.ticket-cards-outer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;


}

.ticket {
   
    max-width: 400px;
    width: 100%;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #FFFFFF;
    padding: 40px;
    text-align: center;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    
     background: linear-gradient(135deg, #A2FFC8 -50%, #A4A2FF 100%);
    margin:0 auto;
}

.pass-super .ticket h3 {
    width: 70%;
    margin: 20px auto;
}

.ticket h3 {
    text-align: center;
    margin: 20px 8px;
    text-transform: uppercase;
     font-size: 20px;
    line-height: 30px;
}

.ticket h4 {
    font-family: "Gotham-Light";
    font-size: 18px;
    line-height: 22px;
}

.data-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #FFFFFF;
}

.ticket .data-row:last-child {
    border-bottom: 0;
}

.data-col {
    width: 70%;
    text-align: left;
}

.data-col.price {
    width: 30%;
    text-align: right;
}

.data-col p {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff !important;
}

.ticket .primary-btn {
    margin-top: 40px;
}

.ticket.second h3,
.ticket.second p {
    color: #417E84;
}

.ticket.second .primary-btn {
    color: #417E84;
    border: 2px solid #417E84;
}

/* sprite images */
.sprit-images img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.d-icon-white {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}

.ticket:hover .d-icon-white {
    visibility: visible;
    opacity: 1;
}

.ticket:hover .d-icon {
    visibility: hidden;
    opacity: 0;
}


/* Ticket individual styles */
.ticket.ticket1 {
    background: linear-gradient(330.23deg, #EC6CA5 -0.03%, #FFE59A 100%);
    /*-moz-transform: rotate(-3deg);*/
    /*-webkit-transform: rotate(-3deg);*/
    /*-o-transform: rotate(-3deg);*/
    /*-ms-transform: rotate(-3deg);*/
    /*transform: rotate(-3deg);*/
}

.ticket.ticket2 {
    
     background: linear-gradient(315deg, #A770EF 0%, #CF8BF3 50%, #FDB99B 100%);
    /*-moz-transform: rotate(-2deg);*/
    /*-webkit-transform: rotate(-2deg);*/
    /*-o-transform: rotate(-2deg);*/
    /*-ms-transform: rotate(-2deg);*/
    /*transform: rotate(-2deg);*/
}

/*.ticket.ticket3 {*/
/*    background: linear-gradient(135deg, #A2FFC8 18.75%, #A4A2FF 100%);*/
/*    -moz-transform: rotate(5deg);*/
/*    -webkit-transform: rotate(5deg);*/
/*    -o-transform: rotate(5deg);*/
/*    -ms-transform: rotate(5deg);*/
/*    transform: rotate(5deg);*/
/*}*/

 /*Buttons hovers */
.ticket.ticket1 .primary-btn:hover {
    color: #EF7FA3;
    background: #fff;
}

/*.ticket.ticket2 .primary-btn:hover {*/
/*    color: #A3BDEF;*/
/*    background: #fff;*/
/*    border: 2px solid #fff;*/
/*}*/

.ticket.ticket2 .primary-btn:hover {
    color: #B277F0;
    background: #fff;
}

.ticket .primary-btn:hover {
    color: #A3BDEF;
    background: #fff;
    border: 2px solid #fff;
}

.ticket:hover {
    box-shadow: 0px 25px 50px 0px #FFEFC1;
}

.new-tickets .ticket.ticket1 {
    background-image: url("../images/t1-bg-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.new-tickets .ticket.ticket2 {
    background-image: url("../images/t2-bg-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}




/* =========================== Deals section ===========================*/
.deals-section {
    padding: 60px 0;
    background: #77CDD6;
}

.deals-section h2,
.deals-section p {
    color: #fff;
}

.deals-section p {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 5px;
    margin-bottom: 60px;
}

.deals-cards-outer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.deal-card {
    width: 100%;
    max-width: 310px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 0 25px;
}

.card-image {
    position: relative;
    height: 280px;
}

.card-image:after {
    content: '';
    width: 100%;
    height: 5px;
    background: rgb(255, 229, 154);
    background: -moz-linear-gradient(left, rgba(255, 229, 154, 1) 0%, rgba(236, 108, 165, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 229, 154, 1) 0%, rgba(236, 108, 165, 1) 100%);
    background: linear-gradient(to right, rgba(255, 229, 154, 1) 0%, rgba(236, 108, 165, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe59a', endColorstr='#ec6ca5', GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-content {
    height: 100%;
    padding: 20px;
    background: #3B4464;
}

.card-content h4,
.card-content p {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.card-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #77CDD6;
    margin-bottom: 0;
}

.card-content .primary-btn {
    margin-top: 30px;
}

/* Card hover states*/
.deal-card.one:hover .primary-btn {
    background: #A2FFC8;
    color: #4A0B32;
}

.deal-card.two:hover .primary-btn {
    background: #F7E3D4;
    color: #4A0B32;
}

.deal-card.three:hover .primary-btn {
    background: #77CDD6;
    color: #fff;
}

.deal-card.four:hover .primary-btn {
    background: #FFE59A;
    color: #4A0B32;
}

.deal-card.one:hover {
    box-shadow: 0px 25px 50px 0px #A2FFC8;
}

.deal-card.two:hover {
    box-shadow: 0px 25px 50px 0px #F7E3D4;
}

.deal-card.three:hover {
    box-shadow: 0px 25px 50px 0px #ACE1E6;
}

.deal-card.four:hover {
    box-shadow: 0px 25px 50px 0px #FFEFC1;
}

/* Card rotate states */
.deal-card.one {
    -moz-transform: rotate(-1.9deg);
    -webkit-transform: rotate(-1.9deg);
    -o-transform: rotate(-1.9deg);
    -ms-transform: rotate(-1.9deg);
    transform: rotate(-1.9deg);
}

.deal-card.two {
    -moz-transform: rotate(2.36deg);
    -webkit-transform: rotate(2.36deg);
    -o-transform: rotate(2.36deg);
    -ms-transform: rotate(2.36deg);
    transform: rotate(2.36deg);
}

.deal-card.three {
    -moz-transform: rotate(-0.94deg);
    -webkit-transform: rotate(-0.94deg);
    -o-transform: rotate(-0.94deg);
    -ms-transform: rotate(-0.94deg);
    transform: rotate(-0.94deg);
}

.deal-card.four {
    -moz-transform: rotate(3.06deg);
    -webkit-transform: rotate(3.06deg);
    -o-transform: rotate(3.06deg);
    -ms-transform: rotate(3.06deg);
    transform: rotate(3.06deg);
}


/* =========================== Artist section ===========================*/
.artist-section {
    padding: 60px 0 0;
    background: #77CDD6;

}

.artist-section h2,
.artist-section p {
    color: #fff;
}

.artists-image {
    margin: 0 0 30px;
}

.title-image {
    margin: 0 0 30px;
}

.artist-section .primary-btn:hover {
    background: #fff;
    color: #77CDD6;
}

/* =========================== Gallery section ===========================*/
.gallery-section {
    background: #F7E3D4;

}

.gallery-block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gallery-block img {
    width: 25%;
}

.gallery-content {
    padding: 60px 0 120px 0;

}

.gallery-content p {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 3px;
    margin-bottom: 60px;
}
.gallery-content p a {
    color: #85754E;
}
.gallery-content p a:hover {
    text-decoration: underline;    
}
.gallery-content .primary-btn {
    background: #85754E;
}

.gallery-content .primary-btn:hover {
    background: #303030;
}

/* =========================== Testimonial slider ===========================*/
.testimonial-block {
    padding: 100px 0;
}

.testimonial-block h2 {
    color: #fff !important;
}

.testimonial-block .section-title p {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
}

.comment-block {
    position: relative;
    margin: 80px 0 0;
}

.comment-block:before {
    content: '';
    width: 25px;
    height: 20px;
    background-image: url("../images/quotes.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -30px;
}

.comment-block p {
    margin: 0 0 60px;
}

.comment-block h4,
.comment-block h5 {
    font-family: "Gotham-Bold";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ACE1E6;
}

.comment-block h4 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 20px;
}

.comment-block h5 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

.lineup-artists ul {
    display: flex;
    align-items: center;
}

.lineup-artists ul li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.lineup-artists ul li::before {
    content: '';
    width: 20px;
    height: 30px;
    background: url("../images/drop-lrg.svg") no-repeat;
    background-size: contain;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.lineup-artists ul li:last-child::before {
    content: '';
    display: none;
}


/* =========================== Innerpage style start here : Artist spotlight page ===========================*/
.artist-page .banner-section {
    background: #FAEEE5;
}

.artist-page h1 {
    font-family: "Gotham-Light";
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 30px;
}

.banner-image {
    margin: 300px 0 0;
}

.artist-page .about-section,
.artist-page .residents-section {
    background: #77CDD6;
}

.artist-page h2,
.artist-page p {
    color: #fff;
}

.video-content-section {
    background: #916A82;
    padding: 100px 0;
}

.content-video {
    margin: 100px 0;
}

.content-video iframe {
    height: 700px;
}

.artist-page .ticket-section {
    background: #F7E3D4;
    padding-bottom: 0;
}

.artist-page .ticket-section p {
    color: #fff;
}

.artist-page .ticket-cards-outer {
    margin: 60px 0;
}

.artist-page .gallery-section {
    background: #EC6CA5;
}

/* Homepage  */
.wintrip-block .primary-btn {
    background: transparent;
    color: #85754E;
    border: 2px solid #85754E;
    margin: 5px;
}

.wintrip-block .primary-btn:hover {
    background: #85754E;
    color: #fff;
}

.primary-btn.wpcf7-submit {
    background: #85754E;
    color: #fff;
    border: 2px solid #fff;
}

.primary-btn.wpcf7-submit:hover {
    background: #303030;
    color: #fff;
}

.primary-btn.wpcf7-submit {
    display: block;
    margin: 0 auto;
    max-width: max-content;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

/* Innerpage */

.innerpage .wintrip-block .primary-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.innerpage .wintrip-block .primary-btn:hover {
    background: #fff;
    color: #EC6CA5;
}

.innerpage .primary-btn.wpcf7-submit {
    background: #fff;
    color: #EC6CA5;
}

.innerpage .primary-btn.wpcf7-submit:hover {
    background: #EC6CA5;
    color: #fff;
}


.social-btn-outer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 20px;
}

.social-btn-outer .primary-btn {
    font-size: 16px;
    padding: 0 10px;
}


/* =========================== Footer ===========================*/
.footer {
    padding: 0 0 60px;
    background: #77CDD6;
    text-align: center;
}

.footer-nav {
    padding: 0 0 50px;
}

.footer-nav.social {
    padding: 50px 0;
}

.footer-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer-nav ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-nav.social ul li a:hover {
    opacity: 0.5;
}

.footer-nav .primary-btn:hover {
    background: #fff;
    color: #77CDD6;
}

.footer-menu {
    padding: 0 0 20px;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 20px;
}

.footer-menu ul li a,
.footer-menu ul li button {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    background: none;
}

.footer-menu ul li a:hover,
.footer-menu ul li button:hover,
.footer p a:hover {
    color: #4A0B32;
}

.footer p,
.footer p a {
    color: #fff;
}

/* Slick Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

/* .slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '';
    width: 15px;
    height: 20px;
    background-image: url("../images/prev-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '';
    width: 15px;
    height: 20px;
    background-image: url("../images/next-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

/* Scroll functionality */
section#banner.active img.img-fluid.banner-art-one {
    position: absolute;
}

/* Popup */
.popup-sml {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99999;
}

.popup-sml button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0 !important;
}

.popup-sml-close {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0 !important;
}

.modal {
    top: 40px;
    z-index: 99999;
}

.modal-header {
    padding: 0;
    border: 0;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    z-index: 9;
}

.modal-content {
    position: relative;
    height: 600px;
    background: url("../images/popup-lrg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 0;
    border-radius: 0;
}

.popup-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15%;
}

.popup-text h6,
.popup-text p {
    font-family: "Gotham-Bold";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.popup-text h6 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 15px;
}

.popup-text p {
    font-family: "Gotham-Light";
    font-size: 16px;
    line-height: 22px;
}

.popup-text .primary-btn {
    background: #fff;
    color: #EC6CA5;
}

.popup-text .primary-btn:hover {
    background: transparent;
    color: #fff;
}

/* Vimeo custom buttons */
.vimeo-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

.vimeo-btns button {
    border: 0;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 10px 15px;
}

.vimeo-btns button:focus {
    outline: none;
}

.vimeo-btns button i {
    color: #fff;
}

.vimeo-btns button:hover i,
.vimeo-btns button:focus i {
    color: #1bb7ea;
}



/* =========================== Veena ===========================*/
.featured-venues-section ul li:first-child {
    padding-left: 0;
}

.featured-venues-section ul li:last-child {
    padding-right: 0;
}

.featured-venues-section ul li {
    flex-grow: 1;
}

.featured-venues-section ul li img {
    width: 100%;
    max-height: 157px;
    object-fit: contain;
}

.featured-venues-section {
    padding: 40px 0;
}

.main-menu ul {
    float: right;
}

.main-menu ul.align-right {
    float: left;
}

.featured-venues-section ul li:last-child img {
    padding-top: 4%;
    padding-bottom: 4%;
}

.scroll-section.banner-image img {
    max-height: unset;
}

.scroll-section .artist-text {
    max-width: 600px;
}

.home .ticket-section,.home .deals-section {
    padding-top: 150px;
}


/* =========================== New popup's ===========================*/
.main-modal .modal-content {
    background: #EC6CA5;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.main-modal .modal-body {
    padding: 15px 0;
}

.main-modal .modal-header h5 {
    color: #fff;
}

/*Popup maker custamizations*/
.pum-theme-122 .pum-container,
.pum-theme-lightbox .pum-container {
    background: #EC6CA5;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 0;
    padding: 30px;
    box-shadow: none;
    text-align: center;
}

.pum-theme-122 .pum-container h4,
.pum-theme-lightbox .pum-container h4,
.pum-theme-122 .pum-container h6,
.pum-theme-lightbox .pum-container h6,
.pum-theme-122 .pum-container p,
.pum-theme-lightbox .pum-container p {
    color: #fff;
    text-align: center;
    font-size:18px;
   line-height:20px;
}

.pum-theme-122 .pum-container h4,
.pum-theme-lightbox .pum-container h4 {
     font-family: "Gotham-Light";
    margin: 20px 0;
}

.pum-theme-122 .pum-container .primary-btn,
.pum-theme-lightbox .pum-container .primary-btn {
    margin: 0 auto;
    max-width: max-content;
    display: block;
}

/* =========================== 404, Thank you  ===========================*/
.page-template-thankyou .popup-sml,.page-template-thankyou-contest .popup-sml, .error404 .popup-sml,.page-template-win-a-trip .popup-sml,.single .popup-sml {
    display:none;
}



.common-content{
    padding-top:200px;
}

.common-content h4{
    font-family: "Gotham-Light";
   font-size:25px;
   line-height:30px;
   text-transform:uppercase;
   color: #4A0B32;
   font-weight:800;
   letter-spacing:3px;
   margin-bottom:30px;
}

.common-content h1{
   font-family: 'Poppins', sans-serif;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    text-transform: none;
    color: #4a0b32;
    margin-bottom:30px;
}
.common-content .primary-btn{
    font-size:16px;
    border: 2px solid #4a0b32;
    color:#4a0b32;
}

.common-content .primary-btn:hover{
    border: 2px solid #fff;
    color:#fff;
}

.page-template-win-a-trip .gallery-content{
    padding-top:80px;
}

.page-template-win-a-trip .gallery-content h2,.page-template-win-a-trip .gallery-content p{
    color: #85754E;

}
.page-template-win-a-trip .gallery-content p{
    letter-spacing:1px;
    margin-bottom:20px;
}

.page-template-win-a-trip .social-btn-outer .primary-btn{
    color: #4A0B32;
    border:2px solid #4A0B32;
 font-size:14px;
}

.page-template-win-a-trip .social-btn-outer .primary-btn:hover{
    color:#fff;
    background:#4A0B32;
}
.page-template-win-a-trip .primary-btn.wpcf7-submit{
    background: #85754E;
    color: #fff;
    border: 2px solid #fff;
}
.page-template-win-a-trip .primary-btn.wpcf7-submit:hover{
    background: #303030;
    color: #fff;
}
.page-template-faq .banner-section p,.page-template-privacy-policy .banner-section p{
    color:#4A0B32;
}

.page-template-privacy-policy .brown-section p a{
    color:#fff;
    text-decoration:underline;
}

.page-template-privacy-policy .brown-section p a:hover{
    text-decoration:none;
}


.pink-section{
    background: #EC6CA5;
    padding:60px 0;
}
   .pink-section .artists-list ul li {
       color:#fff;
   }
   
.pink-section .lineup-artists ul li::before{
    content:'';
    background: url(../images/drop-lrg-white.svg) no-repeat;
}

.pink-section .artists-list ul.xxl li:after {
    content: '';
    background-image: url(../images/drop-sml-white.svg);
}
.pink-section .artists-list ul li:after {
    content: '';
    background-image: url(../images/drop-xsml-white.svg);
}

.page-template-faq .scroll-section p a,.page-template-privacy-policy .scroll-section p a{
    color:#4A0B32;
    text-decoration:underline;
}

.page-template-faq .scroll-section p a:hover,.page-template-privacy-policy .scroll-section p a:hover{
    color:#EC6CA5;
}

/* =========================== Keerthi ===========================*/
/*FAQ Brown Section*/

.brown-section {
    padding-top: 100px;
    background: #916A82;
}

.three-col-blk h5 {
    font-size: 18px;
    line-height:25px;
    color: #fff9e9;
    font-family: "Gotham-Bold";
    text-transform:uppercase;
    margin-bottom:30px;
}

.faq-block{
    color:#fff9e9;
    padding:60px 0;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f106";
    float: right; 
    color:#fff9e9;
    font-size:30px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107"; 
    color:#fff9e9;
    font-size:30px;
}

.accordion-active:hover {
    cursor: pointer;
}
.card-body p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    font-family: "Gotham-light";
}
.card-body p a{
  color:#fff;
  text-decoration:underline;
}
.card-body p a:hover{
  color:#77CDD6;
 
}
#myaccordion .card{
    border:none;
    border-radius: 0;
background: #916A82;
}
.accordion-active {
    border: 1px solid #fff9e9;
    margin-bottom: 30px;
    border-radius:10px;
}
#myaccordion .card-title {
    color: #fff9e9;
    font-weight: bold;
    font-size: 18px;
    font-family: "Gotham-bold";
}
#myaccordion .card-header.collapsed {
    border-bottom: 0 !important;
    background: transparent !important;
}
#myaccordion .card-header {
    border-bottom: 0 !important;
    background: transparent !important;
}

.regulations-block{
    padding:60px 0;
}

.block-title{
    text-align:center;
    margin:0 0 50px;
}

.block-title h3{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size:50px;
    line-height:55px;
    margin-bottom:0;
}

.list-block{
    position:relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.list-block:before{
    content:'';
    width:1px;
    height:150px;
    background:#FFF9E9;
    position:absolute;
    right:0;
    top:0;
    
}

.list-block.right:before{
    display:none;
}
.list-block.left{
    padding-right:60px;
}
.list-block.right{
    padding-left:60px;
}


.regulations-block h4{
    font-family: "Gotham-Bold";
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align:center;
    margin:0 0 40px;
}

.list-block ul{
    width:50%;
}

.list-block ul li{
    display:block;
    font-family: "Gotham-Light";
    font-size:16px;
    line-height:26px;
    color:#fff;
    position:relative;
    padding-left:10px;
    margin-bottom:15px;
}

.list-block ul li:before{
    content:'';
    width:5px;
    height:5px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    left:0;
    top:10px;
}

.grid-block{
    padding:25px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #D7C9D2;
    margin:0 0 30px;
    min-height:125px;
}

.grid-block.lrg{
    min-height:150px;
}
.new-pages.banner-section{
    height:100vh;
}
.new-pages .scroll-section{
    padding:140px 0 200px;
}
/*====================== Blog single page =======================*/
.single-post ul{
    margin-bottom:20px;
    padding-left:20px;
}
.single-post ul li {
    color:#fff;
}

.single .scroll-section span{
    display:block;
    font-size:25px;
    line-height:35px;
    color: #916A82;
    margin-bottom:20px;
}

.single h1{
    font-family: 'Poppins', sans-serif;
    font-size: 100px;
    line-height: 105px;
    font-weight: 800;
    color: #4a0b32;
    text-transform:none;
}

.single .blog-content-outer h2{
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #FFF9E9;
    text-align:center;
    margin-bottom:40px;
    
}

.single .blog-content-outer h3{
    margin-bottom:20px;
}

.single .blog-content-outer img{
  border:10px solid #EC6CA5;
    margin-bottom:40px;
    filter: drop-shadow(0px 25px 50px rgba(230, 34, 128, 0.25));
    width: 100%;
    height: auto;
}

.single .blog-content-outer iframe{
    margin-bottom:20px;
}

.yellow-section{
    background: #F7E3D4;
    padding-top:80px;
}
.single .section-title h2{
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #4A0B32;
}
.single .pink-section h2{
    color:#fff;
}

.comment-form label{
    display:block;
    font-family: "Gotham-Light";
    font-size:18px;
    line-height:20px;
    color:#916A82;
    text-transform:uppercase;
    padding-left:15px;
    text-align:left;
}

.comment-form input,.comment-form textarea{
    background:transparent;
    border-radius:0;
        border: 0;
    border-bottom: 1px solid #020000;
    margin-bottom:50px;
    color:#85754E;
}
p.comment-form-cookies-consent {
    display: none;
}
.pad-0{
    padding:0;
}
.comment-form input:focus,.comment-form textarea:focus{
    outline:0;
    background:transparent;
    box-shadow:none;
    border-bottom: 1px solid #020000;
}
form#commentform .form-group {
    margin-bottom: 0;
}
.comment-form .primary-btn, p.form-submit input#submit{
    display: inline-block;
    font-family: "Gotham-Light";
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    padding: 0 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    width: max-content;
    margin: auto;
    float: unset!important;
    background: #85754E;
    height: auto;
}
textarea#comment {
    height: 150px;
    margin-bottom: 50px;
}
p.form-submit {
    display: block;
    width: 100%;
        margin-bottom: 0;
}
.comment-form .primary-btn:hover, p.form-submit input#submit:hover{
    background: #303030;
    
}
h4.comment-section-single-h3 ,p.comments-title{
    color: #4a0b32;
}
 
.comment-form ::placeholder{
    color:#85754E;
}

.comment-section-single-cmnt {
    padding-top: 50px;
}
ol.comment-list
{
   padding-bottom: 50px; 
}
ol.comment-list li {
    list-style-type: none;
    text-align: left;
}
ol.comment-list li img.avatar.avatar-40.photo {
    display: none;
}
.comment-author.vcard b.fn {
    text-transform: capitalize;
}
em.comment-awaiting-moderation {
    color: #ec6ca5;
    font-weight: 600;
}
ol.comment-list li {pla
    list-style-type: none;
    text-align: left;
    border: 1px solid #77cdd6;
    padding: 20px;
    margin-bottom: 20px;
}

.ticket-section.artist-single h2,.ticket-section.artist-single p{
    color: #85754E;
    letter-spacing:normal;
}

.page-template-lineup .about-section p a{
     color:#fff;
     text-decoration:none;
}
.page-template-lineup .about-section p a:hover{
     text-decoration:underline;
}
.page-template-lineup .featured-venues-section p a{
     color:#4A0B32;
     text-decoration:none;
}

.page-template-lineup .featured-venues-section p a:hover{
     text-decoration:underline;
}

.single .brown-section  p a{
    -webkit-transition: all 300ms ease-in-out !important;
    -moz-transition: all 300ms ease-in-out !important;
    -ms-transition: all 300ms ease-in-out !important;
    -o-transition: all 300ms ease-in-out !important;
    transition: all 300ms ease-in-out !important;
    color:#EC6CA5;
}

.single .brown-section  p a:hover{
    text-decoration:underline;
}

p.logged-in-as a{
    color:#4A0B32;
}
p.logged-in-as a:hover{
    color:#85754E;
}

.note{
    text-align:center;
    margin:40px 0 0;
    color:#fff;
}

.single .banner-section{
    height:90vh;
}
.single-art{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
}

.home .ticket-section h2,.page-template-lineup .ticket-section h2{
    color:#EC6CA5;
}

.home .banner-section{
    margin-top: 0;
}

.home .banner-section .banner-art{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    z-index:99;
}

.home .header.sticky{
    background: #ace1e6;
}
/*==================== New home page banner changes ====================*/
.blue-section{
    background:#77CDD6;
}

.blue-section h3,.blue-section h4,.blue-section h1{
    color:#fff;
}

.blue-section.scroll-section{
    padding:100px 0 0;
}

.blue-section.scroll-section h1{
    font-family: "Gotham-Light";
    font-size:25px;
    line-height:30px;
    margin-bottom:0;
}

.blue-section.scroll-section h4{
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    margin:0;
    padding:0;
}

.blue-section .event-block {
    padding:100px 0 0;
}

.blue-section .event-block h3{
  color:#4A0B32;
}

.blue-section.scroll-section .logo{
    margin:100px 0;
}

.special-text h4{
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

.special-text h3{
    font-family: "Gotham-Bold";
    font-size: 75px;
    line-height: 85px;
    letter-spacing: 4px;
   
}

.page-template-lineup .special-text h3{
     margin-bottom:80px;
}

.page-template-lineup .about-section p{
    font-size:20px;
    line-height:30px;
}

.page-template-faq .special-text h3{
    color:#85754e;
    
}
.ticket-section h3 a{
    color:#fff;
}

.ticket-section h3 a:hover{
   color: #EC6CA5;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    border:1px solid #4a0b32;
    color:#4a0b32;
    background:#fff !important;
    font-family: "Gotham-Bold";
    text-transform: uppercase;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background:#ACE1E6 !important;
   color:#4a0b32;
}

ul.mega-sub-menu a.mega-menu-link{
    border-bottom:1px solid #4A0B32 !important;
}

.page-template-lineup .ticket-section {
    padding-top:120px;
}

/* ============ Home page new pink section ============*/
.home-pink-section{
   background: #EC6CA5;
    padding:80px 0 0;
}

.home-pink-section a{
    color:#fff;
}

.home-pink-section a:hover{
    color:#4A0B32;
}

.home-pink-section h3{
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    margin:20px 0;
}

.home-pink-section h4{
    font-family: "Gotham-Bold";
    font-size:35px;
    line-height:40px;
    margin-bottom:80px;
    text-transform:uppercase;
}

.home-pink-section h5{
    font-family: "Gotham-Bold";
    font-size:18px;
    line-height:25px;
    color:#fff;
    letter-spacing:2px;
}
.two-col-blk{
    margin-bottom:80px;
}

.two-col-blk .col-md-6{
        border-right:1px solid #fff;
}

.two-col-blk h4{
    margin-bottom:0;
}

.header-social {
   position:absolute;
   left:auto;
   top:50%;
   transform:translateY(-50%);
   z-index:999;
}
.header-social ul li{
    display:inline-block;
}

.header-social ul li a img{
   width:40px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header-social ul li a:hover img{
   opacity:0.75;
}

/*Sticky button*/
.sticky-f-btn{
    width:100%;
    background:#EC6CA5;
    
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    
    font-family: "Gotham-Bold";
    font-size: 16px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color:#fff;
    text-align:center;
    
    background: linear-gradient(-45deg, #F7E3D4, #EC6CA5, #77CDD6, #ace1e6);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    z-index:99;
}

.sticky-f-btn:hover{
    color:#85754e;
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*==================== New ticket section update====================*/

.section-title.white h2{
    color: #fff;
}

.special-txt h3{
    color: #4A0B32;

}

.special-txt h3 span{
    display: block;
    font-size: 50px;
    line-height:55px;
    
}
.super-pass{
    position: absolute;
    top: 0px;
   
    right: -80px;
}

.thank-you-txt h3{
    color: #4a0b32;
    margin-bottom: 30px;
}
/*==================== schedule-section====================*/
.schedule-section .nav-pills{
    -webkit-justify-content: center;
justify-content: center;

}

.schedule-section .nav-pills .nav-item {
    margin: 10px;

}


.schedule-section .nav-pills .nav-link{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    min-width: 180px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Didact Gothic', sans-serif;
}

.schedule-section .nav-pills .nav-link:hover,
.schedule-section .nav-pills .nav-link.active{
    background: #EC6CA5;
    color: #fff;
    border: 1px solid #EC6CA5;
}


.artist-card{
   -webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
    overflow: hidden;
}


.artist-txt{
    background: #4A0B32;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    min-height: 180px;
}

.artist-txt h5{
    font-family: "Gotham-Bold";
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #77CDD6;
    word-break: break-word;
    /*min-height: 60px;*/
}

 .artist-txt p{
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}  

.exo-lineup{
    background: #77CDD6;
}

.artist-box{
    margin-bottom: 30px;
    text-align: left;
}

.l-five{
    width: 50%;
}

.ticket-section.artist-single h2{
    margin-bottom: 60px;
}

.page-template-artist-spotlight p a{
    color: #4A0B32;
}

.page-template-artist-spotlight p a:hover{
    color: #fff;
}

.artist-box h3{
     -webkit-transition: all 300ms ease-in-out !important;
    -moz-transition: all 300ms ease-in-out !important;
    -ms-transition: all 300ms ease-in-out !important;
    -o-transition: all 300ms ease-in-out !important;
    transition: all 300ms ease-in-out !important;
}


/*==================== Changes after QA====================*/
.blog-content h2{
    width:100%;
}

.min-col{
    display: inline-block;
    min-width: 55px;
    margin-right: 40px;
}

.min-col img{
    margin: 0;
}


.promo-popup{
    max-width: 500px;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    padding: 5%;
    background: url(../images/popup-lrg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 99999;

}

.promo-popup-text{
    max-width: 300px;
     margin: 0 auto;
}

.promo-popup-text h1{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 22px;
}

.promo-popup-text p{
   color: white;
   margin-bottom: 15px;
}

.promo-popup .popup-sml-close {
   right: 50px;
}
.popup-text input.button{
    display: inline-block;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    font-family: "Gotham-Bold";
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFF;
    padding: 5px 20px;
    width: 100px;
}

.popup-text input.button:hover{
    background: #EC6CA5;
}
    

@media (max-width:1366px){
    .promo-popup-text{
        max-width: 250px;
    }
}


@media (max-width:1024px){
   
    .event-features h2 {
        margin-bottom: 30px;
    }
    .promo-popup-text{
        max-width: 200px;
    }
    
}
@media (max-width:768px){

    .blog-content a.readmore{
        left:55px;
    }
    
     .deal-card.four {
        margin-bottom: 0 !important;
    }
    .blog-content h2 a{
        font-size:32px !important;
    }
    
    .thank-you-txt h3{
        font-size: 24px;
        line-height: 28px;
    }
    
    .l-five{
        width: 100%;
    }
    
    .ticket-section.artist-single h2{
        margin-bottom: 40px;
    }
    
    .promo-popup{
        padding:10%;
    }
    
    .promo-popup-text h1{
        font-size: 16px;
        line-height: 20px;
    }
    
    .promo-popup-text p{
        font-size: 14px;
        line-height: 20px;
    }
    
}
@media (max-width:414px){
   
 .blog-content{
      min-height:auto !important;
    }
}
@media (max-width:375px){
    .blog-content h2 a{
        font-size:25px !important;
    }
}