/***WRT Theme*/
.esh-identity-item > a {
    font-size: 23px;
    line-height: 1;
    color: #eaddc7;
    display: block;
    position: relative;
    z-index: 9;
}

.header-profile__items li.user-dropdown > a {
    font-size: 23px;
    line-height: 1;
    color: #eaddc7;
    display: block;
    position: relative;
    z-index: 9;
}

.dark-footer {
    padding: 50px 0px;
}

.darkhover a:hover {
    background-color: #999; /*#928656;*/
    color: #ffffff;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

    .newsletter-form form > div {
        text-align: center;
    }

.newsletter-sign-up {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    justify-content: center;
    padding: 45px 25px;
    background-color: #232324;
}

    .newsletter-sign-up > div {
        text-align: center;
    }

.newsletter-button {
    display: inline-block;
    vertical-align: top;
    background: #da5f39;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .5px;
    /*margin: 5px 10px 5px 0px;*/
}

.newsletter__input {
    border-radius: 5px;
    /*margin: 2px 10px 2px 0px;*/
    padding: 2px 3px;
}

.dark-our-products {
    margin-bottom: 35px;
}

.our-products__nav {
    padding: 25px 0px 25px 0px;
}

    .our-products__nav li a span {
        display: block;
        position: relative;
        letter-spacing: 0.75px;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .our-products__nav li.active {
        background: #da5f39;
        padding: 10px 25px;
        border-radius: 5px;
        color: #ffffff;
    }

.modern-our-products .our-products__title {
    padding: 0px 0px 25px 0px;
}

.titleline {
    height: 1px;
    margin: auto;
}

.our-products__nav li {
    background: border-box;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #928656;
    opacity: .6;
    color: #ffffff;
}

    .our-products__nav li:hover {
        background: border-box;
        padding: 10px 25px;
        border-radius: 5px;
        background-color: #928656;
        opacity: .6;
        font-weight: 600;
        cursor: pointer;
    }

/***EVENT DISPLAY LIST CLASSES*/
.product-grid-item__feature {
    letter-spacing: .4px;
    padding-top: 12px;
}

.product-grid-item__name {
    margin-top: 18px;
}

.product-grid-item__date {
    letter-spacing: .4px;
    color: #da5f39;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-top: 4px;
    margin: 0px 0px -11px 0px;
    position: relative;
}

.eventlist-img {
    width: 100%;
    position: absolute;
    /*height: 225px; match to product image div height*/
}

.btn-basket {
    display: block;
    border: 1px solid #000000;
    background: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #000;
    font-weight: 400;
    margin-top: 25px;
}

.product-grid-item {
    border: solid 1px #f2f2f2;
    padding: 5px;
    border-radius: 5px;
}

.event-item {
    display: none;
    margin-bottom: 1%;
    border: solid 1px #f2f2f2;
    padding: 10px !important;
    border-radius: 5px;
}

.show {
    display: block;
}

/**HEADER**/
.header__promo-bar a span {
    color: #da5f39;
}

/***SLIDER***/
.dark-slider__content {
    top: 42%;
}
