﻿body {
}

.validation-error {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    display: block;
    width: 100%;
    color: red;
}
.custom_nav_wrap {
    /*transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);*/
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    /*z-index: 1079;*/
    width: 270px;
    /*padding: 112px 0 81px;*/
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%);
}

.section-padding{
    padding-top: 40px!important;
}

.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

/* PHOTO GALLERY */

/* LIGHTBOX */
.lightbox_image_bw {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

    .lightbox_image_bw:hover {
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }

.lightbox_image_color {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.gallery_desktop {
    display: block;
}

.gallery_mobile {
    display: none;
}


@media (max-width: 991px) {
    .gallery_desktop {
        display: none;
    }

    .gallery_mobile {
        display: block;
    }
}






/* NEW CONTROLS - IMAGE LEFT / RIGHT */
#thisisimageleft,
#thisisimageright {
    padding-top: 48px;
    padding-bottom: 48px;
}

    #thisisimageleft h4,
    #thisisimageright h4 {
        font-family: 'Old Standard TT', serif;
        font-size: 28px;
        font-weight: 400;
        font-style: italic;
        color: #2b2f2e;
        letter-spacing: 0.3px;
        margin-bottom: 8px;
    }

        #thisisimageleft h4::after,
        #thisisimageright h4::after {
            content: '';
            display: block;
            width: 48px;
            height: 2px;
            background: #c9a96e;
            margin-top: 10px;
        }

    #thisisimageleft p span,
    #thisisimageright p span {
        font-family: 'Work Sans', sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: rgba(21, 21, 21, 0.75);
        line-height: 1.7;
    }

    #thisisimageleft img,
    #thisisimageright img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 4px;
    }






/*  UPDATED FOOTER */
/* ── Footer ──────────────────────────────────────────────────────── */

.footer-linked {
    background: #2b2f2e;
}

.footer-linked-main {
    padding-top: 56px;
    padding-bottom: 40px;
}

/* Column headings — bigger than before, italic gold serif */
.footer-title {
    font-family: 'Old Standard TT', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0.3px;
    color: #c9a96e;
    padding-bottom: 12px;
    margin-bottom: 0;
    display: block;
}

/* Gold rule under heading — using border-bottom instead of ::after
   so it sits directly under the text without extra spacing issues */
.footer-title {
    border-bottom: 1px solid rgba(201, 169, 110, 0.4);
    margin-bottom: 20px;
}

/* Nav links */
.footer-linked .list.list-xs li a,
.footer-linked .list-sm li a {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
}

    .footer-linked .list.list-xs li a:hover,
    .footer-linked .list-sm li a:hover {
        color: #c9a96e;
    }

/* ── Social icon font fix ─────────────────────────────────────── */

.footer-linked #li_footer_facebook a::before,
.footer-linked #li_footer_twitter a::before,
.footer-linked #li_footer_instagram a::before,
.footer-linked #li_footer_linkedin a::before {
    font-family: 'Material Design Icons' !important;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.2s ease;
}

.footer-linked #li_footer_facebook:hover a::before,
.footer-linked #li_footer_twitter:hover a::before,
.footer-linked #li_footer_instagram:hover a::before,
.footer-linked #li_footer_linkedin:hover a::before {
    color: #c9a96e;
}

/* Also remove font-family override from the a tag itself
   so it doesn't bleed into ::before */
.footer-linked #li_footer_facebook a,
.footer-linked #li_footer_twitter a,
.footer-linked #li_footer_instagram a,
.footer-linked #li_footer_linkedin a {
    font-family: inherit;
    color: transparent;
}

/* ─────────────────────────────────────────────────────────────── */

/* Contact info icons */
.footer-linked .object-inline .mdi {
    color: #c9a96e;
    font-size: 18px;
}

/* Contact info text */
.footer-linked .object-inline a,
.footer-linked .object-inline {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    letter-spacing: 0.2px;
}

/* Copyright bar */
.footer-linked-aside {
    background: #232726;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 18px 0;
}

    .footer-linked-aside .rights {
        font-family: 'Work Sans', sans-serif;
        font-size: 11px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.28);
        letter-spacing: 0.3px;
    }

        .footer-linked-aside .rights a {
            color: rgba(255, 255, 255, 0.4);
            text-decoration: none;
            transition: color 0.2s ease;
        }

            .footer-linked-aside .rights a:hover {
                color: #c9a96e;
            }

/* ─────────────────────────────────────────────────────────────────── */