﻿/*overwrite t2u*/
#body {
    min-height: 88vh;
    background: white !important;
}

html {
    background-color: white;
}

.bg--purple, .bg--purple-d, .btn--purple {
    background-color: #002482 !important;
    color: #fff !important;
}

.border--purple {
    border-color: black !important;
}

.color--purple {
    color: black !important;
}

.oTicketInfo .sticky {
    position: relative !important;
    margin-top: 2rem;
    background: #002482 !important;
    top: 0 !important;
}

/*--------------------------------------------Header*/
@font-face {
    font-family: Fliped;
    src: url(../fonts/Fliped2.woff2);
}

.park-head {
    width: 100%;
    height: 70px;
    /*line-height: 110px;*/
    background-color: #FECDE3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FECDE3;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    background-image: url(../img/header2.png);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.park-logo img {
    /*max-height: 30px;
    padding-left: 100px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;*/
    max-height: 58px;
    margin-top: 5px;
    /*padding-left: 90px;*/
    /*padding-right: 20px;*/
    /*margin-top: -25px;*/
}

.wse-menu {
    margin-left: 20px;
    font-size: 24px;
}

    .wse-menu a {
        color: white;
        margin: 0 5px;
    }

@media screen and (max-width: 600px) {
    .park-logo {
        margin: auto;
    }
        .park-logo img {
            padding-left: 15px !important;
        }

    .wse-menu {
        margin: 20px auto 0 auto;
    }

        .wse-menu a {
            margin: 0 10px;
        }
}

/*------------------------------------------footer*/
.park-footer {
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background-image: linear-gradient(#0024A9, #002482);
}

.park-footnote {
    font-size: 14px;
    color: #fff;
    /*padding: 15px;*/
    font-family: Fliped;
    /*background-color: #000;*/
}

.park-footnote a {
    color: #ad57a2 !important;
}

.page-item img {
    max-width: 300px;
}

/*===================================================
    Purchase Steps
    ====================================================
*/
/*Progress Bar*/
.progressbar-container {
    width: 100%;
    margin: 20px auto;
    display: inline-block;
}

.progressbar {
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        width: 20%;
        /*float: left;*/
        display: inline-block;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

@media (min-width: 400px) {
    .progressbar li {
        width: 16%;
    }
}

@media (min-width: 900px) {
    .progressbar li {
        width: 21%;
    }
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 26px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #002482;
}

    .progressbar li.active:before {
        border-color: #002482;
    }

    .progressbar li.active + li:after {
        background-color: #000000;
    }

.ast-inline-flex {
    -js-display: inline-flex;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.main-navigation {
    height: 100%;
    -js-display: inline-flex;
    display: inline-flex;
}

.ast-builder-menu .main-navigation > ul {
    align-self: center;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}

.ast-flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 100px;
}

.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items {
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-header-menu .menu-item {
    position: relative;
}

.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: flex;
}

.main-header-menu .menu-link, .main-header-menu > a {
    text-decoration: none;
    padding: 0 1em;
    display: inline-block;
    transition: all .2s linear;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

a {
    color: #000 !important;
    font-size: 15px !important;
}

.menu-link {
    font-family: Arial,Helvetica,Verdana,sans-serif !important;
    font-weight: 700;
    text-transform: capitalize;
}

.xmenu {
    position: absolute;
    right: 50px;
}

#astra-footer-menu {
    margin: 0;
    list-style: none;
    background: inherit;
}

#astra-footer-menu li {
    padding: 5px;
}

.footer-nav-wrap .astra-footer-vertical-menu {
    display: grid;
}

.ast-flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
}

.social-menu ul li {
    margin-left: 1px !important;
}

.social-menu ul li a {
    color: #fff !important;
}

.container-note {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    z-index: 10;
}

.panel-box {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 3px solid #002482;
    border-radius: 4px;
}

.panel-note {
    background-color: #fff;
    position: relative;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    background-color: #000000;
    color: #fff !important;
}

.notice {
    margin: 50px;
    text-align:justify;
}