/*
Background blue: #e6ebee;
Background off-white: #f5f5f4;
*/

.page-header {
    text-align: center;
}
@media (min-width:768px) {
    .page-header {
        padding-top: 4rem;
        padding-bottom: 1.5rem;
    }
}.page-header__image {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     z-index: -1;
 }
.page-header__title {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    --text-opacity: 1;
    color: #003c56;
    color: rgba(0, 60, 86, var(--text-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    position: relative;
    z-index: 10;
    background-size: cover;
    background-position: 50%}
@media (min-width:768px) {
    .page-header__title {
        font-size: 2.375rem;
        line-height: 1.5;
        padding-top: 0;
    }
}
.page-header__text {
    font-family: Electra LT Std Display, serif;
    font-size: 1.25rem;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: .025em;
    padding: 1.5rem;
    line-height: 1.3;
    max-width: 49rem;
}
.single-gallery .page-header__text {
    font-size: 17.55px;
    line-height: 1.4;
    max-width: 55rem;
}
.single-gallery .page-header__text h3 {
    font-size: 1.5rem;
    --text-opacity: 1;
    color: #003c56;
    color: rgba(0, 60, 86, var(--text-opacity));
    padding: 0.75rem 0 0;
}

.page-header__text p {
    margin: 1em 0;
}
@media (min-width:768px) {
    .page-header__text {
        font-size: 1.625rem;
        padding: 1rem 1rem 0.5rem;
    }
    .single-gallery .page-header__text {
        font-size: 1.1875rem;
        line-height: 1.4;
    }
}.page-header__text a {
     --text-opacity: 1;
     color: #003c56;
     color: rgba(0, 60, 86, var(--text-opacity));
     position: relative;
     display: inline-block;
 }
.page-header__text a:after {
    content: ".";
    text-indent: -9999px;
    height: 1px;
    --bg-opacity: 1;
    background-color: #003c56;
    background-color: rgba(0, 60, 86, var(--bg-opacity));
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: .1875rem;
}
.page-header__text a:hover {
    --text-opacity: 1;
    color: #041c2c;
    color: rgba(4, 28, 44, var(--text-opacity));
}
.page-header__text a:hover:after {
    --bg-opacity: 1;
    background-color: #041c2c;
    background-color: rgba(4, 28, 44, var(--bg-opacity));
}
.page-header--image {
    padding-top: 0;
}
.page-header--image .page-header__title {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    padding: 5rem 3rem;
}
@media (min-width:768px) {
    .page-header--image .page-header__title {
        padding-top: 13.5rem;
        padding-bottom: 13.5rem;
        margin-bottom: 2rem;
    }
}

.page-template-page-venue .page-header__text {
    font-size: 1.625rem;
    padding: 1rem 1rem 2rem!important;
}

.square-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1; /* will make width equal to height (500px container) */
    object-fit: cover; /* use the one you need */
}

#sbi_load {display: none;}

#sb_instagram {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 6px 0!important;
    width: 100%;
}

/* Banner */
.banner {
    height: calc(100vh - 5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    position: relative;
    overflow-y: hidden;
    padding-top: 20vh;
}

.banner__content {
    max-width: 35rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 10;
}

.banner__content.overlay {
    opacity: 0.25;
    background-color: #000000;
    max-width: 100%;
}

@media (min-width:768px) {
    .banner {
        height: calc(100vh - 5rem);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        overflow-y: hidden;
        padding-top: 0vh;
    }
    .banner__content {
        max-width: 48rem;
        padding-left: 1rem;
        padding-right: 1rem;
        position: absolute;
        z-index: 10;

        margin: 0 auto;
        vertical-align: middle;

        left: 0;
        right: 0
    }
}

.banner .lazy-wrapper, .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.banner img {
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
@media (min-width:768px) {
    .banner .lazy-wrapper {
        padding-top: calc(100vh - 5rem);
    }
}
.banner__title {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #003c56;
    color: rgba(0, 60, 86, var(--text-opacity));
    margin-bottom: 1rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}
.banner__intro {
    font-family: Electra LT Std Display, serif;
    font-size: 1.5625rem;
    line-height: 1.25;
    font-weight: 300;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    letter-spacing: .025em;
    line-height: 1.3;
}
@media (min-width:1048px) {
    .banner__title {
        font-size: 2.375rem;
        line-height: 1.5;
    }

    .banner__intro {
        font-size: 1.625rem;
    }
}