:root {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

.row.events-widget {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.row.events-widget>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.row-like {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.row-like>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.row.events-widget .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
}

.row.events-widget .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 992px) {
    .row.events-widget .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row.events-widget .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

/*.row.events-widget .mt-4 {*/
/*    margin-top: 1.5rem !important;*/
/*}*/

.row.events-widget .widget-title {
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
    padding: 20px 0 0 0;
    margin-bottom: 0px;
    color: #8f1e1a;
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
}

.row.events-widget.events-page .widget-title {
    padding: 0px;
}

.events-widget-wrapper .page-nav-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.events-widget-wrapper .page-nav-container h7 {
    display: block;
    color: #777777;
}



/* Areas */
nav.nta-nav-menu {
    display: flex;
    justify-content: center;
}

nav.nta-nav-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-inline-start: auto;
    margin-inline-end: auto;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

li.nta-menu-item {
    display: flex;
    border-width: 0;
    position: relative;
    vertical-align: baseline;
}

li.nta-menu-item:not(:last-child):after {
    content: "";
    height: 35%;
    border-left: 1px solid #8f1e1a;
    align-self: center;
}

a.nta-item,
a.nta-item:visited {
    color: #333333;
    fill: #333333;
    font-family: "Arimo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    flex-grow: 1;
    padding: 13px 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.nta-item.nta-item-active,
a.nta-item:hover,
a.nta-item:active,
a.nta-item:focus {
    text-decoration: none;
    color: #8f1e1a;
    fill: #8f1e1a;
}
/* End of Areas */



/* Wineries Archive Page */
.text-center {
    text-align: center;
}

.nta-page-nav-container {
    padding-top: 20px;
}

.page-numbers {
    margin: 30px 5px;
    font-size: 18px;
}

.nta-wt-section {
    margin-bottom: 30px;
}

.nta-columns {
    display: flex;
    max-width: 1140px;
    margin: 0px auto 20px;
    position: relative;
    background: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.nta-col {
    position: relative;
    min-height: 1px;
    display: flex;
    height: 225px;
}

.nta-col-22 .elementor-widget-wrap {
    background-position: center center;
    background-size: cover;
}

.nta-col-60 .nta-widget-wrap {
    width: 100%;
    margin-left: 15px;
    padding: 10px;
}

.nta-col-60 p {
    color: #333333;
    font-family: "Arimo", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.nta-col-60 h2 {
    display: block;
    color: #8f1e1a;
    font-family: "Arimo", sans-serif;
    font-style: normal;
    text-align: initial;
    font-size: 25px;
    font-weight: 600;
    padding: 0px 0px 15px 0px;
    margin: 0px;
    line-height: 1;
    letter-spacing: 0px;
}

.nta-col-60 h2 a,
.nta-col-60 h2 a:focus,
.nta-col-60 h2 a:active,
.nta-col-60 h2 a:visited {
    text-decoration: none;
    color: #8f1e1a;
}

.nta-col-60 h2 a:hover {
    text-decoration: none;
    color: #45474B;
}

.nta-col-18 .elementor-widget-wrap {
    flex-direction: column-reverse;
    align-content: end;
    padding: 15px 20px 25px 15px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nta-button-text {
    font-family: "Arimo", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #8f1e1a;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 14px;
}

.nta-button-text:hover {
    background-color: #45474b;
}

.nta-col-60 li {
    white-space: nowrap;
}

.nta-col-60 .elementor-icon-list-icon {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}


@media (max-width: 767px) {
    .nta-columns {
        flex-wrap: wrap;
    }

    .nta-col {
        width: 100%;
        height: auto;
    }

    .nta-col-22 {
        height: 220px;
    }

    .nta-col-18 .elementor-widget-wrap {
        align-content: center;
    }
}

@media (min-width: 768px) {
    .nta-col-22 {
        width: 22%;
    }

    .nta-col-60 {
        width: 60%;
    }

    .nta-col-18 {
        width: 18%;
    }
}

.winery-archive .winery-archive-header-wrap {
    max-width: 1200px;
    margin: 0px auto;
}

.winery-archive .winery-archive-header {
    position: relative;
    background-color: #F7F7F7;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #DBDBDB;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -125px;
    margin-bottom: 0px;
    padding: 120px 0px 20px 0px;
}

.winery-archive .elementor-location-header section.elementor-top-section {
    background: transparent;
    border: none;
}

.winery-archive .elementor-heading-title {
    padding-bottom: 5px;
    margin: 10px 0px 5px;
    color: #333333;
    font-family: "Playfair Display", sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 37px;
    text-align: center;
}

.wt-divider {
    display: flex;
    text-align: center;
    padding-block-start: 15px;
    padding-block-end: 15px;
}

.wt-divider-separator {
    display: flex;
    width: 4%;
    margin: 0 auto;
    border-block-start: 3px solid #8f1e1a;
}

.nta-widget-wrap ul {
    list-style: none;
}
/* End of Wineries Archive Page */


/* Landmarks */
.single-image-css {
    display: inline-flex;
    width: calc(100% - 34px);
    height: 350px;
    margin: 15px;
    border: none;
    white-space: nowrap;
    clip-path: border-box;
    padding: 1px;
    cursor: pointer;
}

.single-image-css img {
    object-fit: cover;
    width: 100%;
    object-position: center center;
    border-radius: 10px !important;
}


@media (min-width: 767px) {
    .single-image-css {
        width: calc(50% - 34px);
        height: 200px;
    }
}

@media (min-width: 910px) {
    .single-image-css {
        width: calc(33% - 34px);
    }
}

@media (min-width: 1050px) {
    .single-image-css {
        width: calc(25% - 34px);
    }
}
/* End of Landmarks */
