* {
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: 1.6em;
    font-size: 20px;
    font-family: 'Barlow Semi Condensed';
    background: url(../../../assets/img/page-bg5.jpg);
    background-size: cover;
    background-attachment: fixed;
}

#header,
#footer {
    color: #fff;
}

#header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    z-index: 999;
    background: url(../../../assets/img/footer3.png);
    background-position: bottom;
    background-size: cover;
    font-weight: 700;
    font-size: 22px;
}

#header a {
    color: #000;
}

.header-inner {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.links {
    padding-top: 2px;
}

.header-social i {
    font-size: 20px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
}

.header-social a:hover {
    color: #d92d8a !important;
}

#footer {
    padding-top: 150px;
    padding-bottom: 60px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    background: url(../../../assets/img/footer3.png);
    background-position: top;
    background-size: cover;
    font-weight: 700;
    font-size: 22px;
    padding-left: 5%;
    padding-right: 5%;

    @media screen and (max-width: 980px) {
        padding-top: 120px;
    }
}

#footer a {
    color: #000;
}

.footer-social {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-social i {
    font-size: 24px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
}

.sub {
    border: 2px solid #000;
    padding: 5px;
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 6px;
    position: relative;
    top: 1px;
    padding-right: 10px;
    font-size: 18px;
    -webkit-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 0);
    -moz-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 0);
    box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 0);
}

.footer-credits {
    font-size: 16px;
    line-height: 1.4em;
}

.footer-social a:hover {
    color: #d92d8a !important;
}

.footer-credits a:hover {
    color: #d92d8a !important;
}

.footer-social a.sub:hover,
.header-social a.sub:hover {
    background: #000;
    color: #fddf50 !important;
    border: 2px solid #000;
    -webkit-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 1);
    -moz-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 1);
    box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 1);
}

/**************************************************************************/


.effect-fade-in {
    transition: opacity 0.5s;

    &:not([animPlaying]) {
        opacity: 0;
    }

    &[animPlaying] {
        opacity: 1;
    }
}





:root {
    --swiper-navigation-color: #c09e79;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.site-wrapper {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

body,
html {
    height: 100%;
}

.site-wrapper {
    min-height: 100%;
}

.content {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    >.wrapper-inner {
        width: 100%;
    }
}


.content a {
    font-weight: 700;
    color: #54a7dc;
}

.content a:hover {
    color: #d92d8a;
}

/**
 * Menu specific generic styles
**/

.header-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-menu {
    padding-top: 0;
    display: flex;
    justify-content: center;

    ul.nav-drop:hover {
        height: auto !important;
    }

    ul.nav-drop {
        flex-direction: column;
        height: 0;
        position: absolute;
        overflow: hidden;

        text-align: left;
    }

    ul {
        list-style: none;

        padding: 0;
        display: flex;

        >li:hover .nav-drop {
            height: auto !important;
        }

        margin: 0;

        li {
            display: inline-block;
            margin-left: 6px;
            margin-right: 6px;

            a {}

            a:hover {}
        }

        li.nav-drop-item:first-child {
            padding-top: 10px;
        }

        .nav-drop-item {
            padding-bottom: 5px;
            padding-top: 2px;
            margin-left: 0 !important;
        }
    }
}

.links {
    >ul {
        >li:not(.current) {
            a {
                -webkit-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 0);
                -moz-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 0);
                box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 0);
            }
        }

        >li:not(.current):hover {
            a {
                ground: #000;
                color: #fddf50 !important;
                -webkit-box-shadow: 5px 5px 0px 1px #d92d8a;
                -moz-box-shadow: 5px 5px 0px 1px #d92d8a;
                box-shadow: 5px 5px 0px 1px #d92d8a;
            }
        }

        >li.current {
            a {
                background: #000;
                color: #fddf50 !important;
                -webkit-box-shadow: 5px 5px 0px 1px #54a7dc;
                -moz-box-shadow: 5px 5px 0px 1px #54a7dc;
                box-shadow: 5px 5px 0px 1px #54a7dc;
            }
        }
    }
}

.links a {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.links a:hover {
    background: #000;
    color: #fddf50 !important;
    -webkit-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 1);
    -moz-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 1);
    box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 1);
}



/*--- RESPONSIVE MENU ---*/


#responsive-menu-pro-wrapper {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#responsive-menu-pro-container {
    z-index: 5 !important;
    padding-top: 20px !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    display: table !important;
    width: auto !important;
    margin: 0 auto 5px !important;
    max-width: 350px !important;
    -webkit-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 0);
    -moz-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 0);
    box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 0);
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover {
    display: table !important;
    margin: 0 auto 5px !important;
    background: #000 !important;
    width: auto !important;
    max-width: 350px !important;
    color: #fddf50 !important;
    -webkit-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 1);
    -moz-box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 1);
    box-shadow: 5px 5px 0px 1px rgba(217, 45, 138, 1);
}

/*-- PAGE BG ---*/

.page-bg {
    display: none;
    background: url("../../../assets/img/page-bg5.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
    .page-bg {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        background-size: cover;
        background-position: center !important;
        height: 100vh;
        width: 100vw;
        background: url("../../../assets/img/page-bg-mob.jpg");
    }
}

/*--- GENERAL ---*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1em;
    font-weight: 900;
}

h1 {
    font-size: 60px;
    color: #fddf50;
    background: url(../../../assets/img/heading-bg.jpg) #000 center;
    background-size: cover;
    padding: 20px;
    padding-bottom: 30px;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(84, 167, 220, 1);
    -moz-box-shadow: 10px 10px 0px 1px rgba(84, 167, 220, 1);
    box-shadow: 10px 10px 0px 1px rgba(84, 167, 220, 1);
    display: table;
    margin: 0 auto 50px;
}

h2 {
    font-size: 40px;
    color: #fddf50;
    background: url(../../../assets/img/heading-bg.jpg) #000 center;
    background-size: cover;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    -moz-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    display: table;
    margin: 0 auto 40px;
}

h3 {
    font-size: 30px;
    color: #fddf50;
    background: url(../../../assets/img/heading-bg.jpg) #000 center;
    background-size: cover;
    padding: 20px;
    padding-bottom: 25px;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    -moz-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    display: table;
    margin: 0 auto 40px;
}


h4,
h5,
h6 {
    text-transform: uppercase;
    text-align: center;
    color: #000;
}



hr {
    border-top: 5px solid #000;
    margin-top: 40px;
    margin-bottom: 40px;
}

/*--- HOME ---*/

.arve { margin: 0 auto; display: block; }

.home-video,
.home-info,
.home-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;

}

@media screen and (max-width: 1024px) {
        .home-info { padding-top: 30px; }
}


.additional {
    color: #d92d8a;
}

.home-video {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -30px;
}

.home-header {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;

    img {
        max-width: 80%;
        display: block;
        margin: 0 auto;
    }
}

.section-content {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.home-tagline {
    font-size: 40px;
    width: 90%;
    max-width: 1600px;
    margin: 30px auto 0;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: 900;
    color: #d92d8a;
    text-align: center;
    letter-spacing: 3px;

    @media screen and (max-width: 980px) {

        font-size: 30px;
        line-height: 1.6em;
    }
}

.home-info {
    font-size: 40px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: 900;
    color: #54a7dc;
    text-align: center;
    letter-spacing: 3px;

    @media screen and (max-width: 980px) {

        font-size: 30px;
        line-height: 1.6em;
    }
}


.home-info {
    .info-grid {
        display: flex;
        align-items: center;

        .info-item:not(.plus_sign) a {
            padding: 15px;
            display: block;
        }

        .info-item.plus_sign span {
            padding: 10px;
            color: #d92d8a;
        }

    }


    .info-grid img {
        width: 100%;
        height: auto;
        vertical-align: middle;
    }

    @media screen and (max-width: 980px) {
        .info-grid {
            display: block;
            max-width: 500px;
            margin: 0 auto;
        }
    }
}

.home-info {
    .ticket-link {
        text-align: center;
        display: table;
        margin: 60px auto 40px !important;
        border: 0;
        font-weight: 900;
        color: #000;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        text-transform: uppercase;
        font-size: 40px;
        background: url(../../../assets/img/footer3.png);
        background-position: center;
        background-size: cover;
        -webkit-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
        -moz-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
        box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
    }

    .ticket-link:hover {
        background: #54a7dc;
        color: #000;
        -webkit-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
        -moz-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
        box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    }

}


/*--- SUBSCRIBE OVERLAY ---*/

.sub-overlay h2 {
    text-transform: uppercase;
    font-size: 50px;
}

.sub-overlay {
    color: #000;
    font-family: 'Barlow Semi Condensed';
    font-size: 24px;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999999999;
    opacity: 1;
    background: url(../../../assets/img/bg.jpg);
    display: none;
}

.sub-overlay-close-btn {
    color: #000;
    font-family: 'Barlow Semi Condensed';
    position: absolute;
    top: 25px;
    right: 1%;
    font-weight: 700;
    cursor: pointer;
    font-size: 30px;
}

.sub-overlay-inner {
    line-height: 1.8em;
    width: 90%;
    max-width: 800px;
    height: auto;
    max-height: 80%;
    left: 50%;
    color: #000;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

.sub-overlay-inner input {
    display: block;
    margin: 0 auto 10px;
}

.sub-overlay-inner ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.sub-overlay-inner ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.sub-overlay-inner :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.sub-overlay-inner :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}


.subscribe-form {
    padding-top: 20px;
}

.subscribe-form .email,
.subscribe-form .name {
    border: 2px solid #000;
    background: none;
    padding: 10px;
    height: 50px;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Barlow Semi Condensed';
    width: 250px;
}

.subscribe-form .submit {
    position: relative;
    top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    background: #000;
    border: 2px solid #000;
    height: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: 'Barlow Semi Condensed';
}

.subscribe-form .submit:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
    cursor: pointer;
}




/*--- GENERAL ---*/

.page-content {
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
}



/*--- CONTACT BOXES ---*/

.pslug_contact {
    text-align: center;
}

.contact-box {
    text-align: center;
    padding-bottom: 40px;
}

/* Tickets and Experience */

.ticket-content { 
    .ticket-link {
        text-align: center;
        display: table;
        margin: 30px auto 40px !important;
        border: 0;
        font-weight: 900;
        color: #000;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        text-transform: uppercase;
        font-size: 40px;
        background: url(../../../assets/img/footer3.png);
        background-position: center;
        background-size: cover;
        -webkit-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
        -moz-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
        box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
    }

    .ticket-link:hover {
        background: #54a7dc;
        color: #000;
        -webkit-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
        -moz-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
        box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    }
}


.pslug_tickets,
.pslug_fan-event-experience {


    h4 {
        color: #d92d8a;
    }

    .desk-layout {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;

        img {
            width: 100%;
            height: auto;
        }
    }

    @media screen and (min-width: 980px) {
        .mob-only {
            display: none !important;
        }
    }

    @media screen and (max-width: 979px) {
        .desk-only {
            display: none !important;
        }
    }

}


/*--- TICKETS ---*/



.ticket-grid {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: top;
    align-content: top;

    @media screen and (max-width: 1600px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 980px) {
        display: block;
        width: 100%;
    }
}

.ticket-item {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
}

.ticket-item em {
    color: #54a7dc;
}

.ticket-price,
.ticket-title {
    text-align: center;
}

.ticket-link a {
    text-align: center;
    display: table;
    margin: 0 auto;
    border: 0;
    font-weight: 900;
    color: #000;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 24px;
    background: url(../../../assets/img/footer3.png);
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
    box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
}

.ticket-link a:hover {
    background: #54a7dc;
    color: #000;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    -moz-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
}



.ticket-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    color: #fddf50;
    background: url(../../../assets/img/heading-bg.jpg) #000 center;
    background-size: cover;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    -moz-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    display: table;
    margin: 0 auto 40px;
}

.ticket-price {
    font-weight: 700;
    font-size: 30px;
    padding-top: 10px;
    color: #54a7dc;
}

.vip-desk img, .vip-mob img {  border: 2px solid #000; }

.ticket-item .alignright { float: right; margin-left: 30px; max-width: 40%; height: auto; margin-top: 10px;

   

    @media screen and (max-width: 1200px) {
        float: none; display: block; margin: 0 auto; max-width: 80%; height: auto; }
    }


    .vip-desk { display: block; }
    .vip-mob { display: none; }

    @media screen and (max-width: 1200px) {
        .vip-mob {display: block; }
        .vip-desk { display: none; }
    }



/*--- EXPERIENCE ---*/

.pslug_fan-event-experience {

    .nkotb-letter {
        width: 60%;
        max-width: 980px;
        margin: -45px auto 10px;
        line-height: 1.1em;
        letter-spacing: -1px;
        font-family: 'Caveat';
        font-style: italic;
        font-size: 36px;

        p:nth-child(1) {
            margin-top: 0;
        }

        @media screen and (max-width: 1200px) {
            margin: 0 auto 10px;
            width: 90%;
        }
    }

    .ticket-link {
        text-align: center;
        display: table;
        margin: 60px auto 40px !important;
        border: 0;
        font-weight: 900;
        color: #000;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        text-transform: uppercase;
        font-size: 40px;
        background: url(../../../assets/img/footer3.png);
        background-position: center;
        background-size: cover;
        -webkit-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
        -moz-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
        box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 1);
    }

    .ticket-link:hover {
        background: #54a7dc;
        color: #000;
        -webkit-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
        -moz-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
        box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    }
}


.experience-grid {}

.experience-item {
    padding-bottom: 40px;
    margin-bottom: 30px;
    padding-top: 40px;
    border-bottom: 5px solid #000;
    display: grid;
    grid-template-columns: 30% 70%;
    align-content: center;
    align-items: center;
}

.experience-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.experience-item .experience-photo {
    order: 1;
    padding: 5px;
}

.experience-item .experience-info {
    order: 2;
    padding-left: 50px;
}

.experience-item:nth-child(2) .experience-info {
    /*order: 1;
    padding-left: 0;
    padding-right: 50px;*/
}

.experience-item:nth-child(2) .experience-photo {
    /*order: 2;*/
    padding: 5px;
}

.experience-title,
.experience-item h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    color: #fddf50;
    background: url(../../../assets/img/heading-bg.jpg) #000 center;
    background-size: cover;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    -moz-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    display: table;
    margin-left: 0;
    margin-bottom: 40px;

}

.experience-item h3 {
    margin-top: 50px;

    @media screen and (max-width: 1024px) {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

}


.experience-item em {
    color: #54a7dc;
}

.experience-item a {
    color: #d92d8a;
}

.experience-item a:hover {
    color: #54a7dc;
}

.pslug_fan-event-experience hr {
    margin-top: 0;
}

.pslug_fan-event-experience .additional {
    max-width: 550px;
    margin: 30px auto 20px;
    font-weight: 900;
    text-align: center;
    color: #000;
    font-size: 30px;
}



@media screen and (max-width: 1024px) {
    .experience-item {
        display: block;
        width: 100%;
    }

    .experience-info {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .experience-photo {
        padding: 0 !important;
        padding-top: 10px !important;
        max-width: 500px;
        margin: 0 auto;
    }

    .experience-title {
        margin: 0 auto 40px;
    }

}


.travel-item .ticket-link a {
    margin-top: 20px;
    margin-left: 0;
}

.travel-item .ticket-link a:hover {
    color: #000;
}


/*--- TRAVEL ---*/

.travel-grid {}

.travel-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 5px solid #000;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: center;
    align-items: center;
}

.travel-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.travel-item .travel-photo {
    order: 1;
    padding: 5px;
}

.travel-item .travel-info {
    order: 2;
    padding-left: 50px;
}

.travel-item:nth-child(2) .travel-info {
    order: 1;
    padding-left: 0;
    padding-right: 50px;
}

.travel-item:nth-child(2) .travel-photo {
    order: 2;
    padding: 5px;
}

.travel-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    color: #fddf50;
    background: url(../../../assets/img/heading-bg.jpg) #000 center;
    background-size: cover;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    -moz-box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    box-shadow: 10px 10px 0px 1px rgba(217, 45, 138, 1);
    display: table;
    margin-left: 0;
    margin-bottom: 40px;
}



@media screen and (max-width: 1024px) {
    .travel-title {
        text-align: center;
        margin: 0 auto 40px;
    }

    .ticket-link a {
        margin: 0 auto 10px !important;
    }

    .travel-item {
        display: block;
        width: 100%;
    }

    .travel-info {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 20px;
    }

    .travel-photo {
        padding: 0 !important;
        padding-top: 30px !important;
    }

}



/*--- FAQ AND INFO ---*/

.info-section {
    padding-bottom: 50px;
    border-bottom: 5px solid #000;
    margin-bottom: 50px;
}

.info-section:last-child {
    border-bottom: 0 !important;
}

.info-section:first-child {
    border-top: 5px solid #000;
    padding-top: 30px;
}


.ewd-ufaq-faqs {
    max-width: 980px;
    margin: 0 auto;
    display: block;
}

.ewd-ufaq-faq-title-text h4 {
    font-size: 22px;
}

a.ewd-ufaq-post-margin {
    color: #000;
    display: flex;
    justify-content: center;
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    font-size: 15px !important;
    position: relative;
    top: 8px;
}

.ewd-ufaq-faq-div {
    padding-bottom: 20px !important;
}

.ewd-ufaq-faq-body {
    padding-left: 40px !important;
    padding-top: 5px !important;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {}

.ewd-ufaq-faq-div {
    text-align: center;
}

.ewd-ufaq-faq-title-text {
    float: none !important;
    width: auto !important;
}




/*--- GALLERY OVERLAY ---*/



    .pswp {
        z-index: 999999;
    }

    .pswp__bg {
        background: rgba(255, 255, 255, 0.95) !important;
    }

    .pswp__caption__center {
        text-align: center;
        text-transform: uppercase;
    }

    .pswp__ui--fit .pswp__caption,
    .pswp__ui--fit .pswp__top-bar {
        background-color: #000 !important;
    }

    .pswp__caption__center {
        display: none;
    }

