.bgr-top-im-poster {
    width: 100%;
    min-height: 100vh;
    background: url("../img/posetr.webp") no-repeat center;
    background-size: cover;
}

.mec-booking-button {
    font-size: 14px !important;
    text-decoration: none;
    color: #fff !important;
    line-height: 1.3 !important;
    padding: 16px 0 14px 0 !important;
    height: auto !important;
}

#acf-event-buttons a {
    margin-bottom: 15px;
}

.cst-banner-im {
    background-size: cover !important;
    position: relative;
}

.cst-banner-im .breadcrumbs a,
.cst-banner-im .breadcrumbs span {
    color: #fff !important;
    text-shadow: 1px 1px 3px #2e2e2f;
}

.cst-banner-im .entry-title {
    color: #fff !important;
    text-shadow: 1px 1px 3px #2e2e2f;
}

.cst-banner-im .page-title .breadcrumbs li:before, .cst-banner-im .page-title .breadcrumbs li:before {
    color: #fff !important;
}


.gform-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
}

.gform-modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 30px;
    max-width: 600px;
    position: relative;
}

.gform-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
}

.gform_fields {
    row-gap: 10px !important;
}

.gform_button {
    background: #d73380 !important;
}

.gform-modal h3 {
    color: #a31c5c !important;
    padding: 0 !important;
    text-align: center;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 1.3;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gform-modal .gform_confirmation_message {
    color: #a31c5c !important;
    margin: 20px 0;
    padding: 0 !important;
    text-align: center;
    font-weight: 600;
    font-size: 15px !important;
    text-transform: uppercase;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gform-modal .gform-theme--framework .gform_validation_errors {
    padding: 10px !important;
    margin: 0 0 10px !important;
}

.gform_wrapper .gform_body input::-webkit-input-placeholder {
    color: #999;
}

.gform_wrapper .gform_body input:-ms-input-placeholder {
    color: #999;
}

.gform_wrapper .gform_body input::placeholder {
    color: #999;
}


.sitemap-home {
    display: none;
    opacity: 0;
    transition: all 1s ease;
}

.sitemap-home.active {
    display: block;
    opacity: 1;
}

.exp-text {
    color: #fff !important;
    max-width: 600px;
    margin: auto !important;
}

.exp-text p,
.exp-text h1,
.exp-text h2,
.exp-text h3,
.exp-text h4,
.exp-text h5,
.exp-text h6 {
    color: #fff !important;
}



.d-none {
    display: none !important;
}


@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}


@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}


@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}


@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
}


@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-block {
        display: block !important;
    }
}

@media screen and (max-width: 778px) {
    #main {
        padding: 50px 0 70px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .mec-timeline-event-date,
    .mec-timeline-event-content {
        width: 100%;
    }
  
    .mec-timeline-main-content{
        padding: 15px;
        margin-top: 5px;
    }

    .mec-timeline-main-content h4 a{
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    .mec-timeline-month-divider {
        margin-top: 4%;
    }

   .mec-skin-timeline-events-container > div:nth-of-type(1) .mec-timeline-month-divider:nth-child(1) {
        margin-top: 0;
    }

    .mec-timeline-month-divider + .mec-timeline-events-container {
        padding-top: 50px;
    }

    .fancy-header .fancy-subtitle {
        font-size: 24px;
    }
    .mec-timeline-event-image{
        padding-top: 0px;
    }
    .mec-timeline-right-content .mec-timeline-event-image img{
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mec-timeline-main-content p{
        margin-bottom: 10px;
    }
    .mec-events-timeline-wrap .mec-organizer-item, .mec-events-timeline-wrap .mec-shortcode-organizers .mec-organizers{
        padding-right: 0px;
    }
}

@media (max-width: 1200px) {
    .main-nav > li > a{
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
}

a.sticky-mobile-logo-second-switch{
    display: block !important;
}
a[href*="seraph-accel-crit"] {
    display: none !important;
}