/**
* Anniversary Page
*/

.anniversary-page h2,
[class*="template-anniversary-page"] .editor-styles-wrapper h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    color: #005B93;
}

.anniversary-page .banner-text-mobile {
    display: none;
}

.anniversary-page .quote-section {
    font-family: 'Montserrat', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #384C5A;
}

.anniversary-page .sub-quote-heading {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #2E7CB5;
}


.anniversary-page .vaya-numbers-heading {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #2E7CB5;
}

.anniversary-page .average-headline {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
}

.anniversary-page .average-month-container div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anniversary-page .timeline-heading {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    color: #2E7CB5;
}

.anniversary-page .history-subtitle {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2E7CB5;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.anniversary-page .keep-exploring-list {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 10px;
    list-style: none;
    color: #2E7CB5;
}

.anniversary-page .keep-exploring-list li:before {
    content: "•";
    font-size: 15pt;
    margin-right: 8px;
}

.anniversary-page .keep-exploring-list li {
    margin-bottom: 20px;
}

.anniversary-page .keep-exploring-list li a {
    text-decoration: underline;
}


.anniversary-page .keep-exploring-image {
    height: 100%;
}


.anniversary-page .tp-carousel-shadow {
    box-shadow: 0 0 80px rgba(25, 79, 144, 0.1);
    border-radius: 12px 12px 12px 12px;
}

.anniversary-page .tribe-events-schedule__datetime p {
    display: inline;
}

.anniversary-page .tribe-events-schedule__datetime br {
    display: none;
}


.is-style-solid-color {
    background-color: #1198ca;
    color: white;
}

.anniversary-page .vaya-hero-text-shadow {
    text-shadow: 0px 2px 4px rgba(0, 91, 147, 0.4);
}

.anniversary-page .anniversary-banner-mobile {
    opacity: 0;
}

@media (max-width: 768px) {

    .anniversary-page .vaya-hero-bg {
        background: url("../../images/anniversary-banner-mobile.png");
        background-repeat: no-repeat;
        height: 294px;
        width: 100% !important;
        padding: 0;
    }

    .anniversary-page .anniversary-banner-desktop {
        background: none;
    }

    .anniversary-page .anniversary-banner-mobile {
        opacity: 1;
        min-height: 473px;
    }

    .anniversary-page .banner-text {
        display: none;
    }

    .anniversary-page .banner-text-mobile {
        display: block;
    }

    .anniversary-page .vaya-hero-text-shadow {
        text-shadow: none;
    }

    .anniversary-page .vaya-hero-text {
        font-family: 'Montserrat', serif;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 30px;
        color: #444444;
    }

    .anniversary-page .vaya-hero-heading {
        font-family: 'Montserrat', serif;
        font-style: normal;
        font-weight: 300;
        font-size: 42px;
        line-height: 48px;
        color: #005B93;
    }

}

@media (max-width: 700px) {
    .anniversary-page .anniversary-banner-mobile {
        opacity: 1;
        min-height: 294px;
    }
}

@media (max-width: 500px) {
    .anniversary-page h2 {
        font-size: 30px;
        line-height: 48px;
        color: #194F90;
    }

    .anniversary-page p {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #384C5A;
    }

    .anniversary-page .banner-text {
        display: none;
    }

    .anniversary-page .banner-text-mobile {
        display: block;
    }

    .anniversary-page .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 100%;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .anniversary-page .keep-exploring-list {
        font-family: 'Montserrat', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 10px;
        padding-left: 10px;
        list-style: none;
        color: #2E7CB5;
    }

}