/* CSS Document */

@import "buttons.css";
@import "pagination.css";

body {
    font-family: 'Dosis', sans-serif;
    color: #4d4d4d;
    font-size: 16px;

}


a:not(.btn) {
    color: #64381d;
    text-decoration: underline;
}

a:not(.btn):hover {
    color: #64381d;
}

.underline {
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #64381d;
    text-rendering: optimizeLegibility;
}

h1.eb-page-heading {
    color: #64381d;
    font-family: 'Dosis', sans-serif;
    line-height: 1;
    text-align: center;

}

h1 {
    font-size: 28px;
    text-transform: uppercase;
}

h2.igallery_title {
    padding: 2rem 0;
}

h3.sppb-addon-title {
    padding: 1.2rem 0 !important;
}

.moduletable h3 {
    text-align: center;
}

p {}

div.page-header h2 {
    font-size: 1.8em;
    padding-bottom: .5em;
    border-bottom: solid 1px #333;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

input {
    color: #333;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 0 #fff;
}

.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>.active {
    color: #999;
}

.breadcrumb {
    margin: 10px 0;
}

.breadcrumb>li,
.breadcrumb>.active {
    color: #515151;
}

.la-hero {
    position: relative;
    min-height: 760px;
    background-image: url('../images/lauren-hero-bg.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #d8b184;
}

.la-hero__inner {
    position: relative;
    min-height: 760px;
}

.la-nav {
    align-items: flex-start;
}

.la-logo {
    width: 520px;
    max-width: 100%;
    height: auto;
}

.la-nav .navbar-nav {
    margin-top: 42px;
}

.la-nav .nav-link {
    color: #d8b184;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 26px;
    letter-spacing: .04em;
    padding: .5rem 1rem;
}

.la-nav .nav-link:hover,
.la-nav .nav-link:focus {
    color: #fff0d8;
}

.navbar-toggler {
    color: #d8b184;
    border-color: rgba(216, 177, 132, .45);
}

.navbar-toggler-icon {
    color: #d8b184;
    font-size: 28px;
    line-height: 1;
}

.lacc-logo {
    position: absolute;
    right: 7%;
    bottom: 70px;
    width: 300px;
    height: auto;
    opacity: .82;
}

#top {
    padding: 4rem 0;
}

body.interior header.la-hero {
    min-height: 170px;
    background-image: none;
    background-color: #160303;
    background: linear-gradient(90deg, #090101 0%, #2a0707 48%, #090101 100%);
}

body.interior .la-hero__inner {
    min-height: 170px;
}

body.interior .la-nav {
    top: 28px;
}

body.interior .la-logo {
    width: 430px;
}

body.interior .lacc-logo {
    display: none;
}

body.interior .la-nav .navbar-nav {
    padding-top: 14px;
}

body.interior .la-nav .nav-link {
    font-size: 23px;
}

/* tablet */
@media (max-width: 991.98px) {

    .la-hero,
    .la-hero__inner {
        min-height: 640px;
    }

    .la-logo {
        width: 400px;
    }

    .la-nav .nav-link {
        font-size: 22px;
    }

    .lacc-logo {
        width: 220px;
        right: 5%;
        bottom: 55px;
    }

    body.interior header.la-hero,
    body.interior .la-hero__inner {
        min-height: 145px;
    }

    body.interior .la-logo {
        width: 340px;
    }

    body.interior .la-nav .nav-link {
        font-size: 20px;
    }
}

/* mobile */
@media (max-width: 767.98px) {
    .la-hero {
        min-height: 620px;
        background-position: 38% top;
    }

    .la-hero__inner {
        min-height: 620px;
    }

    .la-nav {
        padding-top: 24px;
        align-items: flex-start;
    }

    .la-logo {
        width: 300px;
    }

    .la-nav .navbar-toggler {
        padding: 8px 14px;
        line-height: 1;
        height: auto;
        min-height: 0;
        border-color: rgba(228, 176, 111, .75);
    }

    .la-nav .navbar-toggler-icon {
        display: block;
        width: auto;
        height: auto;
        font-size: 28px;
        line-height: 1;
        color: #e4b06f;
    }

    .la-nav .navbar-collapse {
        position: absolute;
        top: 76px;
        right: 0;
        left: auto;
        width: min(320px, calc(100vw - 48px));
        margin-top: 0;
        padding: 22px 26px;
        background: rgba(12, 3, 3, .86);
        text-align: right;
        z-index: 10;
    }

    .la-nav .navbar-nav {
        align-items: flex-end;
        padding-top: 0;
    }

    .la-nav .nav-item {
        width: 100%;
    }

    .la-nav .nav-link {
        display: block;
        text-align: right;
        font-size: 22px;
        line-height: 1.15;
        padding: 8px 0;
    }

    .lacc-logo {
        width: 150px;
        right: 20px;
        bottom: 32px;
    }

    body.interior header.la-hero,
    body.interior .la-hero__inner {
        min-height: 120px;
    }

    body.interior .la-nav {
        top: 20px;
    }

    body.interior .la-logo {
        width: 270px;
    }

    body.interior .la-nav .navbar-nav {
        padding-top: 0;
    }
}

#feature {
    background: #000;
}

#main {
    padding: 2rem 0;

}

#main-home {
    padding: 2rem 0 4rem;
    background: linear-gradient(to bottom, #2a0806, #0c0807);
    color: #fff;
}

#main-home h1.eb-page-heading,
#main-home a:link,
#main-home a:visited,
#main-home a:hover,
#main-home a:active {
    color: #fff;
}

#community-wrap {
    color: #000;
}

#community-wrap a:not(.btn) {
    color: #a58852;
}

#community-wrap a:not(.btn):hover {
    color: #724e0b;
}

#email {
    background: #000;
    color: #fff;
}

.grey {
    color: #686868;
}

.zoom img {
    vertical-align: middle;
    max-width: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    will-change: transform;
}

.zoom:hover img {
    transform: scale(1.2);
}

.zoom div {
    overflow: hidden;
}

.com-content-category-blog__item {
    padding: 0 0 2rem;
}

.la-footer {
    margin-top: 0;
}

.la-footer-main {
    background: #7b5833;
    color: #fff;
    padding: 26px 0;
}

.la-footer-support {
    display: flex;
    align-items: center;
    gap: 22px;
}

.la-footer-seal {
    width: 74px;
    height: auto;
    flex: 0 0 auto;
}

.la-footer h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}

.la-footer p {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.35;
}

.la-footer .la-footer-main a {
    color: #fff;
    text-decoration: underline;
    transition: color .18s ease, opacity .18s ease;
}

.la-footer .la-footer-main a:hover,
.la-footer .la-footer-main a:focus {
    color: #e4b06f;
    text-decoration: underline;
}

.la-footer-socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.la-footer .la-footer-socials a {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.la-footer .la-footer-socials a:hover,
.la-footer .la-footer-socials a:focus {
    color: #e4b06f;
    transform: translateY(-2px);
}

.la-footer-bottom {
    background: #f5f1eb;
    color: #6d6259;
    text-align: center;
    padding: 10px 0;
}

.la-footer-bottom p {
    margin: 0;
    font-size: 12px;
    line-height: 1.25;
}

.la-footer .la-footer-bottom a {
    color: #6d6259;
    text-decoration: none;
}

.la-footer .la-footer-bottom a:hover,
.la-footer .la-footer-bottom a:focus {
    color: #8a5a2d;
    text-decoration: underline;
}

.la-footer-seal {
    width: 38px;
}

@media (max-width: 767.98px) {
    .la-footer-main {
        padding: 24px 0;
        text-align: center;
    }

    .la-footer-support {
        justify-content: center;
        margin-bottom: 22px;
    }

    .la-footer-seal {
        width: 58px;
    }

    .la-footer-socials {
        justify-content: center;
        gap: 18px;
    }

    .la-footer-socials a {
        font-size: 25px;
    }
}



#upcoming-events {

    font-size: 24px;
}

.mg-notice {
    font-size: 1.2rem;
}

.event {
    padding: 10px 6px;
    text-decoration: none;
    line-height: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.event:hover {
    padding: 10px 6px;
    background-color: rgba(81, 81, 81, .1);
    cursor: pointer;
}

.event .event-details:first-child {
    flex-grow: 1;
}

.event-details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}

.event-date {
    min-width: 95px;
    font-weight: bold;
}

.event-title {
    font-size: 1.2rem;
}

.event-location {
    font-weight: normal;
    hyphens: auto;
}

.event-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 0 0;
}

.button-container {}

.button-container .btn {
    min-width: 180px;
}

.button-container:first-child {
    margin-right: 5px;
}

/*.ticket-buttons {min-width: 365px;}*/

@media (max-width:768px) {
    .ticket-buttons {
        min-width: inherit;
    }
}

.insta {
    margin: 2rem 0;
}

.joms-sidebar .joms-module__wrapper .joms-tab__bar {
    background: #212121;
    color: #fff;
}

.joms-page {
    padding: 14px;
}

pre {
    color: #fff;
}

.visually-hidden {
    visibility: hidden;
}

#social-links a {
    font-size: 1.25rem;
    margin-left: 1rem;
    color: #fff;
}

#social-links a:hover {
    opacity: 0.8;
}