/*
    Theme Name: Aviva Property Theme
    Theme URI: https://www.sperlinginteractive.com
    Description: Theme for Individual Aviva Properties
    Author: Sperling Interactive
  Theme URI: https://www.sperlinginteractive.com
*/

/*------------------------------------*\
    Example of Using Root Variable 
    :root {
        --blue: #0000FF          
    }
    .test-element {
        color: var(--blue)
    }
\*------------------------------------*/

:root {
    --body-font-size: 1.7rem;
}

@font-face {
    font-family: Figtree;
    src: url("./fonts/Figtree-VariableFont_wght.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
}
/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: var(--wp--preset--color--color-4);
    font: 300 11px/1.4 Figtree, sans-serif;
    font-optical-sizing: auto;
    font-size: var(--body-font-size);
}

/* clear */
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

/* Lightspeed Lazy load fade in */
img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    -webkit-transition: opacity 0.5s linear 0.2s;
    -moz-transition: opacity 0.5s linear 0.2s;
    transition: opacity 0.5s linear 0.2s;
    opacity: 1;
}

a {
    text-decoration: none;
    font-size: var(--body-font-size);
}
.main-content-container p a {
    color: var(--wp--preset--color--color-1);
    text-decoration: underline;
    font-weight: 600;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    border: 1px solid #04a4cc;
    outline: 0;
}

p,
ul,
ol {
    font-size: var(--body-font-size);
    line-height: 1.5;
    font-weight: 300;
}
:root :where(p) {
    letter-spacing: 0.25px;
}
.wp-block-post-content li {
    margin-bottom: 10px;
}
h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.7rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: var(--body-font-size);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--wp--preset--font-family--heading);
    line-height: 1;
    font-weight: 700;
    color: var(--wp--preset--color--color-1);
}

blockquote {
    font-style: italic;
    margin-block-end: 0;
    margin-block-start: 0px;
    margin-inline-end: 0;
    margin-inline-start: 0;
}
:root :where(.wp-block-quote) p {
    font-weight: 400;
}
span.quote-divider {
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 500px;
    margin: 30px auto;
}

span.quote-line {
    flex: 1;
    height: 1px;
    display: block;
    background: var(--wp--preset--color--color-2);
}

span.quote-mark {
    font-family: var(--wp--preset--font-family--heading);
    font-weight: 700;
    font-size: 100px;
    height: 0px;
    margin: 0 20px;
    font-style: normal;
    line-height: 0.3;
}
.centered-ul-col ul {
    margin: 0;
}
/*------------------------------------*\
    BLOCK: GALLERY
\*------------------------------------*/
.masonry-grid > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.masonry-grid > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masonry-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 50%);
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.masonry-grid .wide {
    grid-column: span 2;
}

.aviva-popup-wrap {
    height: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.aviva-popup {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    max-height: 90%;
    overflow-y: auto;
    margin-top: 30px;
    position: relative;
    text-align: center;
    max-height: 90%;
}
.aviva-popup h2 {
    margin: 0;
}
.aviva-popup-content {
    padding: 20px;
}
#aviva-popup-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 20px 30px;
    display: none;
}
span.aviva-close-popup {
    position: absolute;
    top: -29px;
    right: -28px;
    color: white;
    font-size: 4rem;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 99999999999999999999999;
    line-height: 1;
}

.aviva-popup {
    --sb-size: 14px;
}

.aviva-popup::-webkit-scrollbar {
    width: var(--sb-size);
}

.aviva-popup::-webkit-scrollbar-track {
    background: var(--wp--preset--color--color-5);
    border-radius: 3px;
}

.aviva-popup::-webkit-scrollbar-thumb {
    background: var(--wp--preset--color--color-1);
    border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
    .aviva-popup {
        scrollbar-color: var(--wp--preset--color--color-1) var(--wp--preset--color--color-5);
    }
}
/*------------------------------------*\
    BLOCK: CTA BLOCKS
\*------------------------------------*/
.cta-blocks .columns {
    justify-content: center;
}

.cta-blocks {
    text-align: center;
    padding: 0 30px;
}
.cta-block {
    height: 100%;
    min-height: 250px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
}
.cta-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(00deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
    opacity: 0.6;
}

.cta-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    letter-spacing: 0;
    right: 0;
}

.cta-block-content {
    z-index: 1;
    position: relative;
    color: var(--wp--preset--color--color-6);
    bottom: -15px;
}

.cta-block-content p {
    font-weight: 500;
    margin: 0 0 10px;
}
.cta-blocks .column {
    margin-bottom: 20px;
}

/*------------------------------------*\
    BLOCK: RECENT LOVE LETTERS
\*------------------------------------*/
.recent-love-letters {
    background: var(--wp--preset--color--color-5);
    padding: 50px 0;
    position: relative;
}
.rll-slide-top-content {
    width: 95%;
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    z-index: 1;
}
.rll-slide-top-content * {
    color: var(--wp--preset--color--color-6);
}
.rll-slide-top {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px 100px;
}
.rll-slide-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--wp--preset--color--color-4);
    opacity: 0.7;
    mix-blend-mode: multiply;
}
.rll-gallery-items,
.image-band {
    display: flex;
    flex-wrap: wrap;
}
.image-band {
    background-color: var(--wp--preset--color--color-5);
    padding: 50px 0;
}
.rll-gallery-item,
.image-band-item {
    width: 50%;
}
.rll-gallery-item:nth-of-type(5),
.image-band-item:nth-of-type(5) {
    display: none;
}
.rll-navigation {
    position: relative;
    text-align: center;
}
.rll-navigation .slick-dots,
.rll-navigation .slick-next,
.rll-navigation .slick-prev {
    position: relative;
}

.rll-slider-wrap {
    position: relative;
}
.rll-navigation {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    padding-bottom: 30px;
}
.rll-navigation .slick-arrow {
    color: white;
    font-size: 2.5rem;
    font-weight: 400;
}

.rll-navigation-flex {
    display: flex;
    align-items: center;
}

.rll-navigation .slick-dots {
    bottom: initial;
    z-index: 1;
}
.rll-navigation .slick-arrow {
    cursor: pointer;
}
.rll-navigation .right-arrow {
    order: 3;
}
.rll-navigation .slick-dots button {
    border: 1px solid white;
    height: 14px;
    width: 19px;
}

.rll-navigation .slick-dots .slick-active button {
    background: var(--wp--preset--color--color-3);
    border-color: var(--wp--preset--color--color-3);
}
.rll-navigation .slick-dots li button:before {
    display: none !important;
}

.rll-slider.slick-dotted.slick-slider {
    margin: 0;
}
a.rll-navigation-link {
    color: var(--wp--preset--color--color-6);
    text-decoration: underline;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
    max-width: 2560px;
}
.page-line-wrapper {
    position: relative;
    /* z-index: -1; */
    z-index: 1;
}
.page-line-wrapper:before {
    content: "";
    width: calc(100% - 20px);
    max-width: 1400px;
    border-left: 1px solid var(--wp--preset--color--color-3);
    border-right: 1px solid var(--wp--preset--color--color-3);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 50%;
    transform: translate(-50%);
}
.main-content-container {
    flex: 1 auto;
    width: 100%;
    height: 100%;
    position: relative;
}
.container {
    max-width: 1280px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
main.wp-block-group {
    padding: 0;
}
/* header */

.home-header {
    height: 90vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding-bottom: 5%;
    display: none;
    background-size: cover;
    background-position: center;
}
.home-header-mobile {
    display: block;
    position: relative;
    /* min-height: 100vh; */
    /* background: var(--wp--preset--color--color-1); */
}
/* .mobile-home-header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
} */
.home-header-mobile-logo-section {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
}
.home-header-mobile-logo-section .home-header-mobile-logo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mobile-home-logo {
    background: linear-gradient(0deg, var(--wp--preset--color--color-1) 36%, rgba(9, 9, 121, 0) 100%);
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

div#mega-menu-wrap-interior-menu {
    z-index: 999 !important;
}

div#mega-menu-wrap-interior-menu .mega-toggle-block {
    background: var(--wp--preset--color--color-1);
    padding: 20px 5px;
}
.interior-header-wrap div#mega-menu-wrap-interior-menu .mega-toggle-block {
    margin-right: 30px !important;
}
/* .home-header-mobile:before {
    content: "";
    background: linear-gradient(180deg, var(--wp--preset--color--color-1) 0%, rgba(9, 9, 121, 0) 25%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */
.home-header:before {
    content: "";
    background: var(--wp--preset--color--color-1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 70%;
}
.home-header-mobile-icons {
    background: var(--wp--preset--color--color-1);
    color: var(--wp--preset--color--color-6);
    text-align: center;
}
.home-header-mobile-icons a {
    color: var(--wp--preset--color--color-6);
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 100;
}
.home-header-mobile-icons li:nth-of-type(3n + 1),
.home-header-mobile-icons li:nth-of-type(3n + 2) {
    border-right: 1px solid white;
}

.home-header-mobile-icons li:not(:nth-last-child(-n + 3)) {
    border-bottom: 1px solid white;
}
.home-header-mobile-icons a img {
    height: 45px;
    display: block;
    margin-bottom: 15px;
}
.home-header-mobile-icons ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin: 0;
}

.home-header-mobile-icons ul li {
    width: 33.333%;
}
header.home-header-mobile .mega-menu-wrap {
    width: calc(100% - 40px) !important;
    margin: 0 auto !important;
}
.home-header-content {
    position: relative;
    width: 90%;
    max-width: 1280px;
    z-index: 2;
}

.interior-header {
    /* position: relative; */
    width: calc(100% - 20px);
    max-width: 1400px;
    border-left: 1px solid var(--wp--preset--color--color-3);
    border-right: 1px solid var(--wp--preset--color--color-3);
    border-top: 1px solid var(--wp--preset--color--color-3);
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
}
.interior-header-wrap {
    display: flex;
    flex-direction: column-reverse;
}
.interior-logo-wrap {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
}

/* MEGA MENU */

.mega-menu-item .menu {
    column-count: 2;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mega-menu-item .menu a {
    color: var(--wp--preset--color--color-1);
    padding: 5px 10px;
    border-left: 3px solid transparent;
    display: inline-block;
}
.mega-menu-item .menu a:hover {
    color: var(--wp--preset--color--color-2);
    border-color: var(--wp--preset--color--color-2);
}
.mega-menu-item .menu li {
    margin: 0;
}
#mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: var(--wp--preset--color--color-1);
}
#mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: var(--wp--preset--color--color-2);
}

.mega-menu-item h3 {
    margin: 0;
}
#mega-menu-wrap-Home-menu #mega-menu-Home-menu {
    display: flex;
    justify-content: space-around;
}
#mega-menu-wrap-Home-menu #mega-menu-Home-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: -10px;
    z-index: -1;
}
#mega-menu-wrap-Home-menu #mega-menu-Home-menu li.mega-menu-item > ul.mega-sub-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 10px;
}
#mega-menu-wrap-interior-menu #mega-menu-interior-menu .mega-sub-menu li.mega-menu-item {
    border-left: 1px solid var(--wp--preset--color--color-2);
}

#mega-menu-wrap-interior-menu .mega-menu-toggle {
    background: transparent;
}
#mega-menu-wrap-interior-menu .mega-menu-toggle + #mega-menu-interior-menu,
#mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: var(--wp--preset--color--color-6);
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%); /* Center the video */
    object-fit: cover; /* Cover the entire container without distortion */
}
.home-logo .tagline,
.mobile-home-logo .tagline {
    font-family: var(--wp--preset--font-family--heading);
    color: white;
    font-size: 2.5rem;
    font-weight: 400;
}
.mobile-home-logo .tagline {
    font-size: 2rem;
    text-align: center;
    margin: 0;
}

.mobile-home-logo img {
    max-height: 25vw;
    width: auto;
}
.home-logo {
    margin-bottom: 5%;
}
.logo-img {
    backface-visibility: hidden;
    height: 250px;
    width: auto;
}
.interior-logo-img {
    backface-visibility: hidden;
    height: 150px;
    width: auto;
}

/* nav */

/* sidebar */

/* footer */
.footer {
    background: var(--wp--preset--color--color-1);
}
span.footer-addr {
    display: block;
}
span.footer-phone {
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 10px;
}
.footer * {
    letter-spacing: 0.25px;
}
.footer-container {
    width: calc(100% - 20px);
    max-width: 1400px;
    border-left: 1px solid var(--wp--preset--color--color-3);
    border-right: 1px solid var(--wp--preset--color--color-3);
    border-bottom: 1px solid var(--wp--preset--color--color-3);
    padding: 50px 10px;
    margin: 0 auto;
}
ul.footer-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 3%;
}
.footer,
.footer a {
    color: var(--wp--preset--color--color-6);
}
.footer a:hover {
    opacity: 0.8;
}
p.footer-contact,
p.footer-contact a {
    font-weight: 100;
    font-size: 1.4rem;
    margin: 0;
}
.footer-logo {
    text-align: center;
    margin: 20px 0;
}

.footer-logo img {
    max-height: 150px;
    width: 100%;
    width: auto;
}
ul.footer-menu a {
    color: var(--wp--preset--color--color-6);
    text-transform: uppercase;
    font-size: 1.4rem;
}
ul.footer-menu img {
    height: 30px;
}

li.footer-socials {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
}
li.footer-socials img + img,
li.footer-socials a:hover img {
    display: none;
}

li.footer-socials a:hover img + img {
    display: block;
}
ul.footer-menu li.menu-item a {
    border-top: 5px solid transparent;
    padding: 10px 0 0;
    transition: all 0.3s ease-in-out;
}

ul.footer-menu li.menu-item a:hover,
ul.footer-menu li.current-menu-item a {
    border-top: 5px solid var(--wp--preset--color--color-3);
}
.photo-credits {
    max-width: 1400px;
    margin: 10px auto;
}

.photo-credits * {
    font-size: 1.4rem;
    margin: 0;
}
.copyright-container {
    width: calc(100% - 40px);
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 20px 0;
}

.copyright-container * {
    font-size: 1.4rem;
    font-weight: 100;
}
.footer-terms {
    display: flex;
    align-items: center;
    gap: 20px;
}
.pagination {
    font-size: var(--body-font-size);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------*\
    BLOCK: SPACE HIGHLIGHTS
\*------------------------------------*/
.space-highlights {
    padding: 30px;
}
.space-highlights h3 {
    margin-top: 0;
}
.space-highlights-content span {
    font-weight: 500;
    font-size: 2rem;
}
p.space-highlights-content {
    margin-bottom: 0;
}
.space-highlights .columns {
    justify-content: center;
}
/*------------------------------------*\
    BLOCK: IMAGE CARDS
\*------------------------------------*/
.image-cards {
    padding: 0 20px;
}

.image-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 6px #00000029;
}
.image-card-content {
    flex: 1;
    background: var(--wp--preset--color--color-5);
    padding: 10% 7%;
    position: relative;
}
.image-card-content:before {
    content: "";
    height: 10px;
    background: var(--wp--preset--color--color-3);
    width: 100px;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%);
}
.image-card-content ul {
    padding-left: 14px;
}
.image-card-content p.title {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
}
/*------------------------------------*\
    BLOCK: CTA BANNER
\*------------------------------------*/
.cta-banner {
    padding: 50px;
    background: var(--wp--preset--color--color-2);
    color: var(--wp--preset--color--color-6);
    position: relative;
}

.cta-banner:before {
    content: "";
    height: 10px;
    background: var(--wp--preset--color--color-1);
    width: 75%;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0);
}
.cta-banner:after {
    content: "";
    height: 10px;
    background: var(--wp--preset--color--color-1);
    width: 75%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
}

.cta-banner .wp-block-heading {
    color: var(--wp--preset--color--color-6);
}

.cta-banner .cta-banner-inner {
    max-width: 800px;
    margin: 0 auto;
}

/*------------------------------------*\
    BLOCK: HIGHLIGHT GRID
\*------------------------------------*/
.highlight-grid {
    background-size: cover;
    padding: 50px 30px;
    background-position: center;
    position: relative;
}

.highlight-grid:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--wp--preset--color--color-4);
    position: absolute;
    opacity: 0.7;
    mix-blend-mode: multiply;
}
.highlight-block {
    color: white;
    padding: 10px;
}
.highlight-grid .container {
    z-index: 1;
    position: relative;
}

.highlight-block img {
    height: 85px;
}

.highlight-block p {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 1.8rem;
    line-height: 1.2;
}
.highlight-grid .column:nth-of-type(odd) {
    border-right: 1px solid white;
}

.highlight-grid .column:not(:nth-last-of-type(-n + 2)) {
    border-bottom: 1px solid white;
}
/*------------------------------------*\
    LOVE LETTERS
\*------------------------------------*/
body.post-type-archive-love-letter footer {
    margin-top: 50px;
}
p.photo-credit {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-style: italic;
}
.single-ll-top {
    margin-top: 50px;
}
p.love-letter-date {
    font-family: var(--wp--preset--font-family--heading);
    color: var(--wp--preset--color--color-1);
    font-size: 3rem;
    font-weight: 700;
}
p.lll-date {
    color: var(--wp--preset--color--color-1);
    font-weight: 400;
}
p.ll-box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    font-size: 2rem;
    margin: 0 0 10px;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

a.ll-box {
    display: block;
    position: relative;
    color: white;
}
a.ll-box:hover:after {
    opacity: 0;
}
a.ll-box:hover p.ll-box-title {
    opacity: 0;
}
a.ll-box:after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 33%);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.3s ease-in-out;
}
a.ll-box .ll-box-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--wp--preset--color--color-4);
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
}
a.ll-box:hover .ll-box-overlay:after {
    opacity: 0.7;
}
p.ll-box-overlay-title,
p.ll-box-overlay-excerpt,
p.ll-box-overlay-read {
    z-index: 1;
    position: relative;
    margin: 0;
}
p.ll-box-overlay-read {
    font-weight: 500;
    text-decoration: underline;
}

p.ll-box-overlay-title {
    font-weight: 600;
    display: inline-block;
    align-self: flex-start;
}

p.ll-box-overlay-title:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: -50px;
    background: var(--wp--preset--color--color-3);
    right: calc(100% + 5px);
}
.ll-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 5% 10%;
    color: white;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
}
a.ll-box:hover .ll-box-overlay {
    opacity: 1;
}
/*------------------------------------*\
    Block Editor
\*------------------------------------*/
body .is-layout-constrained.is-style-thin-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 900px !important;
}

/* .wp-block-button__link {
    background-color: var(--wp--preset--color--color-1);
} */
.wp-block-group.has-background:not(.alignfull) {
    padding: 30px;
}

.has-global-padding.alignfull > .alignfull {
    margin-left: 0;
    margin-right: 0;
}
a.button {
    background-color: var(--wp--preset--color--color-1);
    border-radius: 0;
    color: var(--wp--preset--color--color-6);
    font-weight: 100;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    display: inline-block;
}
a#load-more-ll.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
:root :where(.wp-block-button .wp-block-button__link),
a.button {
    transition: all 0.3s ease-in-out;
    position: relative;
}
:root :where(.wp-block-button .wp-block-button__link):before,
button.frm_button_submit:before,
a.button:before {
    content: "";
    width: 20px;
    height: 15px;
    background-color: var(--wp--preset--color--color-3);
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
:root :where(.wp-block-button .wp-block-button__link):after,
button.frm_button_submit:after,
a.button:after {
    content: "\f178";
    margin-left: 19px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    color: var(--wp--preset--color--color-3);
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-sharp-thin);
    font-size: 2.5rem;
}
:root :where(.wp-block-button .wp-block-button__link):hover:before,
button.frm_button_submit:hover:before,
a.button:hover:before {
    opacity: 0;
}
:root :where(.wp-block-button .wp-block-button__link):hover:after,
button.frm_button_submit:hover:after,
a.button:hover:after {
    opacity: 1;
}
:root :where(.wp-block-button .wp-block-button__link):hover,
button.frm_button_submit:hover,
a.button:hover {
    padding-right: 60px;
}
.has-global-padding > .alignfull {
    padding-left: 0;
    padding-right: 0;
}
.cta-form button.frm_button_submit {
    margin: 40px 0 0;
}
/*------------------------------------*\
    BLOCK: CALLOUT BOX
\*------------------------------------*/
.callout-box,
.content-switcher-wrap .callout-box {
    background: var(--wp--preset--color--color-5);
}
.callout-box-content {
    padding: 30px;
}
.content-switcher-wrap .callout-box-content .wp-block-heading {
    margin-top: 0;
}
/*------------------------------------*\
    BLOCK: VENUE INFO
\*------------------------------------*/
.info-line-item p {
    color: var(--wp--preset--color--color-6);
    margin: 0;
}
.info-line-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--wp--preset--color--color-6);
    flex-direction: column;
    padding: 15px 0;
}

/*------------------------------------*\
    BLOCK: FAQ
\*------------------------------------*/
.faq-line {
    background: var(--wp--preset--color--color-5);
    padding: 20px 30px;
    margin-bottom: 20px;
    border-bottom: 0px;
    box-shadow: 0px 3px 6px #00000029;
    cursor: pointer;
}
.faq-line.open {
    border-bottom: 10px solid var(--wp--preset--color--color-2);
}
.faq-line p.question {
    font-size: 2rem;
    position: relative;
    margin: 0;
    padding: 10px 30px 0 0;
}
.faq-line.open p.question:after {
    content: "\f068";
}
.faq-line p.question:after {
    content: "\2b";
    color: var(--wp--preset--color--color-2);
    display: inline-block;
    font: var(--fa-font-sharp-thin);
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -32%);
}

.faq-line p.question:before {
    content: "";
    height: 18px;
    background-color: var(--wp--preset--color--color-2);
    width: 35px;
    position: absolute;
    right: calc(100% + 10px);
    top: 15px;
}
.faq-line div.answer {
    display: none;
}
/*------------------------------------*\
    BLOCK: HIGHTLIGHT MENUS
\*------------------------------------*/
.menu-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

a.menu-button {
    background-color: var(--wp--preset--color--color-2);
    color: var(--wp--preset--color--color-6);
    display: inline-block;
    padding: 15px 30px;
    font-weight: 400;
}
a.menu-button.open {
    background-color: var(--wp--preset--color--color-3);
    color: var(--wp--preset--color--color-1);
}
.menu-wrapper {
    display: none;
    margin-top: 20px;
}
.menu-wrapper.open {
    display: flex;
    flex-direction: column;
}
.menu-gallery {
    display: flex;
}

ul.menu-navigation {
    display: flex;
    list-style: none;
    color: var(--wp--preset--color--color-6);
    margin: 0;
    background: var(--wp--preset--color--color-2);
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
ul.menu-navigation li {
    margin: 0;
    cursor: pointer;
    padding: 2px 10px;
    font-family: var(--wp--preset--font-family--heading);
    font-size: 1.8rem;
}
ul.menu-navigation li:not(:last-child) {
    border-right: 1px solid var(--wp--preset--color--color-6);
}
li.menu-menu-item.open,
li.menu-menu-item:hover {
    text-decoration: underline;
}
.menu-galleries {
    width: 100%;
    position: relative;
    z-index: 2;
}

.menu-contents {
    flex: 1;
    background: var(--wp--preset--color--color-5);
    position: relative;
}
.menu-contents:before {
    content: "";
    background: var(--wp--preset--color--color-5);
    position: absolute;
    width: 100px;
    height: 100%;
    left: -100px;
    z-index: 1;
}
.menu-content {
    margin: 10% 10% 0;
    border-left: 1px solid var(--wp--preset--color--color-3);
    padding: 20px;
    position: relative;
}
.menu-content:before {
    content: "";
    height: 1px;
    background-color: var(--wp--preset--color--color-3);
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
}
.menu-content p.submenu-title {
    color: var(--wp--preset--color--color-1);
    font-size: 2rem;
    margin-top: 0;
    font-weight: 400;
}
.menu-submenu {
    margin-bottom: 25px;
}
.submenu-item * {
    margin: 0;
}

.submenu-item {
    margin-bottom: 15px;
}

.submenu-item .title {
    color: var(--wp--preset--color--color-2);
    font-weight: 400;
}

.submenu-item .desc {
    color: var(--wp--preset--color--color-1);
}
.menu-gallery-placeholder {
    background: var(--wp--preset--color--color-5);
    aspect-ratio: 4 / 3;
}

/*------------------------------------*\
    BLOCK: IMAGE LINK BLOCK
\*------------------------------------*/
.image-link-block {
    position: relative;

    aspect-ratio: 3.5 / 4;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.image-link-block img {
    object-fit: cover;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    transition: filter 0.3s ease-in-out;
}
.image-link-block:hover img {
    filter: grayscale(1);
}
.image-link-block:hover p.text {
    margin-bottom: 0 !important;
}
.image-link-block:hover:before {
    height: 300%;
}
.image-link-block-content {
    position: relative;
    color: white;
    text-align: center;
    padding: 20px;
    z-index: 1;
}
.image-link-block-content p {
    margin: 0;
    padding: 10px 0;
}
.image-link-block-content p.title {
    font-size: 2.2rem;
}
.image-link-block-content p.text {
    transition: all 0.3s ease-in-out;
}

.image-link-block:before {
    z-index: 1;
    content: "";
    background: linear-gradient(0deg, var(--wp--preset--color--color-1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 25%;
    width: 100%;
    transition: height 0.3s ease-in-out;
    opacity: 1;
}

/*------------------------------------*\
    FORMIDABLE
\*------------------------------------*/
.with_frm_style .frm_label_float_top .frm_primary_label {
    color: white;
}
button.frm_button_submit,
a.content-switcher-button {
    background-color: var(--wp--preset--color--color-1);
    border: 0;
    padding: 10px 20px;
    color: white;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-weight: 100;
    display: inline-block;
}
a.content-switcher-button {
    padding: 15px 30px;
    font-weight: 400;
}
a.content-switcher-button.active,
a.content-switcher-button:hover {
    background-color: var(--wp--preset--color--color-2);
    transition: background-color 0.3s ease-in-out;
}
div#frm_form_1_container div#frm_field_6_container {
    margin: 0;
}
div#frm_form_1_container fieldset:last-of-type {
    padding-bottom: 0;
}
div#frm_field_16_container {
    margin-bottom: 0;
    margin-top: 20px;
}
/*------------------------------------*\
    BLOCK: CONTENT SWTICHER
\*------------------------------------*/
.content-switcher-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto 50px;
    justify-content: center;
}

.content-switcher-wrap .callout-box {
    display: none;
}
.content-switcher-wrap .callout-box.active {
    display: block;
}
/*------------------------------------*\
    BLOCK: SIMPLE CTA BLOCK
\*------------------------------------*/
.simple-cta-block {
    background: var(--wp--preset--color--color-2);
    display: block;
    height: 100%;
    padding: 30px;
}

.simple-cta-block h3 {
    margin-top: 0;
    color: var(--wp--preset--color--color-6);
    font-weight: 100;
}

.simple-cta-block .cta-block-content p {
    font-size: var(--body-font-size);
    font-weight: 100;
    margin: 0 auto 10px;
    max-width: 215px;
}

.simple-cta-block a.button {
    margin-top: auto;
}

.simple-cta-block .cta-block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    bottom: 0;
}
/*------------------------------------*\
    BLOCK: IMAGE FORM
\*------------------------------------*/
.image-form .form {
    background: var(--wp--preset--color--color-2);
    padding: 30px;
}

.image-form {
    position: relative;
}
.image-form .image img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: none;
}
.form-content * {
    color: white;
}

.form-content > :first-child {
    margin-top: 0;
}

.form-content > :last-child {
    margin-bottom: 0;
}

/*------------------------------------*\
    ACF GOOGLE MAP
\*------------------------------------*/

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* Fixes potential theme css conflict. */
.acf-map img {
    max-width: inherit !important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
    .info-line-item {
        flex-direction: row;
        align-items: center;
    }
}
@media only screen and (max-width: 768px) {
    div#mega-menu-wrap-interior-menu {
        position: absolute;
        top: 33px;
        right: -11px;
        left: 0;
        z-index: 1;
    }
    #mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-flyout ul.mega-sub-menu {
        box-shadow: none;
    }
    ul#mega-menu-interior-menu {
        box-shadow: 0px 3px 6px #00000029 !important;
    }
    #mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-item > a.mega-menu-link {
        padding: 0 15px;
    }
    #mega-menu-wrap-interior-menu #mega-menu-interior-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        padding-left: 30px;
    }
    ul.footer-menu li {
        margin: 10px 0px;
    }
}
@media only screen and (max-width: 769px) {
    body {
        --wp--style--root--padding-top: 0px;
        --wp--style--root--padding-right: 20px;
        --wp--style--root--padding-bottom: 0px;
        --wp--style--root--padding-left: 20px;
    }

    :root :where(.wp-block-heading),
    :root :where(p),
    .callout-box.latest-love-letter .callout-box-content,
    .content-switcher-wrap .callout-box-content {
        text-align: center !important;
    }

    .wp-block-buttons {
        justify-content: center !important;
    }
    .image-link-block img {
        filter: grayscale(1);
    }
    .image-link-block p.text {
        margin-bottom: 0 !important;
    }
    .image-link-block:before {
        height: 300%;
    }
    .no-gap-mobile {
        gap: 0;
    }
}
@media only screen and (min-width: 769px) {
    .centered-ul-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .centered-ul-col ul {
        max-width: 350px;
        padding: 0;
        display: inline-block;
    }
    #mega-menu-wrap-Home-menu #mega-menu-Home-menu > li.mega-menu-item > a.mega-menu-link:hover,
    #mega-menu-wrap-Home-menu #mega-menu-Home-menu > li.mega-menu-item > a.mega-menu-link:focus,
    #mega-menu-wrap-Home-menu #mega-menu-Home-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        border-color: var(--wp--preset--color--color-1);
    }
    .interior-logo-wrap .logo {
        background: white;
    }
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3.5rem;
    }

    h3 {
        font-size: 3rem;
    }

    h4 {
        font-size: 2.2rem;
    }

    h5 {
        font-size: 2rem;
    }

    h6 {
        font-size: 1.8rem;
    }
    .copyright-container {
        flex-direction: row;
    }
    .interior-header-wrap {
        flex-direction: column;
        margin-top: -9%;
    }
    .page-line-wrapper:before,
    .footer-container,
    .interior-header {
        width: calc(100% - 40px);
    }
    .footer-container {
        padding: 50px 30px;
    }
    .interior-header {
        margin-top: 7%;
    }

    #mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-flyout ul.mega-sub-menu {
        border-top: 10px solid var(--wp--preset--color--color-2);
    }
    :root :where(.wp-block-group) {
        padding: 50px 0;
    }
    .home-header {
        min-height: 585px;
        max-height: 900px;
        display: flex;
    }
    .home-header-mobile {
        display: none;
    }
    ul.footer-menu li.menu-item {
        display: list-item;
    }
    .rll-gallery-items,
    .image-band {
        flex-wrap: nowrap;
    }
    .rll-gallery-item,
    .image-band-item {
        width: auto;
    }
    .rll-gallery-item:nth-of-type(5),
    .image-band-item:nth-of-type(5) {
        display: block;
    }
    .cta-blocks .column:not(:nth-child(-n + 3)) {
        margin-top: 4%;
    }
    .cta-blocks .column {
        margin-bottom: 0;
    }
    .highlight-grid {
        padding: 100px 30px;
    }
    .highlight-block {
        padding: 30px;
    }
    .highlight-block p {
        font-size: 2.5rem;
    }
    .highlight-grid .column:nth-of-type(3n + 1),
    .highlight-grid .column:nth-of-type(3n + 2) {
        border-right: 1px solid white;
        border-bottom: 0;
    }

    .highlight-grid .column:not(:nth-last-child(-n + 3)) {
        border-bottom: 1px solid white;
    }
    .highlight-grid .column:nth-of-type(3n) {
        border-right: 0;
    }
    .cta-block-content p {
        font-size: 2rem;
    }
    .row-reverse {
        flex-direction: row-reverse;
    }
    .callout-box {
        padding: 50px 0;
    }
    .callout-box-content {
        padding: 30px 50px;
    }
    .content-switcher-wrap .callout-box {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(215, 218, 215, 0) 25%, var(--wp--preset--color--color-5) 25%, var(--wp--preset--color--color-5) 100%);
    }
    .callout-box.latest-love-letter {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(215, 218, 215, 0) 25%, var(--wp--preset--color--color-5) 25%, var(--wp--preset--color--color-5) 100%);
    }
    .venue-info {
        column-count: 2;
        column-gap: 5%;
    }
    .image-band {
        padding: 100px 0;
    }
    .simple-cta-block {
        padding: 50px 30px;
    }
    .masonry-grid.is-style-no-gap {
        grid-gap: 0;
    }
    .masonry-grid .tall {
        grid-row: span 2;
    }
    .masonry-grid .big {
        grid-column: span 2;
        grid-row: span 2;
    }
    .masonry-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .callout-box.latest-love-letter {
        margin-bottom: 100px;
    }

    #mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-item.nav-button > a.mega-menu-link {
        border: 1px solid var(--wp--preset--color--color-1);
        transition: all 0.3s ease-in-out;
    }
    #mega-menu-wrap-interior-menu #mega-menu-interior-menu > li.mega-menu-item.nav-button > a.mega-menu-link:hover {
        color: var(--wp--preset--color--color-6);
        background-color: var(--wp--preset--color--color-1);
    }
    li.footer-socials {
        width: auto;
    }
    span.footer-addr {
        border-right: 1px solid;
        padding-right: 10px;
        margin-right: 10px;
        display: inline-block;
    }
    .menu-wrapper.open {
        flex-direction: row;
    }
    .menu-galleries {
        max-width: 400px;
        top: -50px;
    }
    .menu-gallery-placeholder {
        margin-bottom: 20px;
    }
    .menu-gallery {
        display: block;
    }
    .menu-wrapper {
        margin-top: 100px;
    }
    .image-card-content {
        padding: 10% 15%;
    }
}

@media only screen and (min-width: 1024px) {
    .image-form .form {
        position: absolute;
        top: 10%;
        right: 0;

        width: 50%;
    }
    .image-form .image img {
        display: block;
    }
}

@media only screen and (min-width: 1140px) {
}

@media only screen and (min-width: 1280px) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .nav,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }

    @page {
        margin: 2cm;
    }
}

.notification-banner {
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}

.notification-banner p {
    margin: 0;
}
