.wrap__socialmediaFooter.wrap__socialmediaFooter {
    display: none;
}
#home-map-contact {
    display: none;
}
#contactform {
    display: none;
}
.editable__container ul {
    padding-left: 35px;
    list-style-position: outside !important;
}
#newslettersignup {
    display: none;
}

.wrap__bx-controls {
    display: none;
}
#featuredblocks {
    display: none;
}

h1, h2, .logo__title, .page__title, .form__title, .hours__title, .slider__title, .slider__caption {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    text-transform: none;
}
.page__title {
    font-size: 45px;
}

.wrap__locationsHeader .locations h2, .wrap__locationsHeader .locations h3, .wrap__locationsHeader .locations a, .wrap__locationsHeader .locations p {
    font-family: 'Poppins', sans-serif;
}

p, a, ol, ul, li, strong, h3, h4, h5, .navigation:not(.mm-menu) .navigation__item a, input.btn.submit, .copyright__item a {
    font-family: 'Poppins', sans-serif;
}
p, a, ol, ul, li {
    font-size: 18px;
}
.navigation:not(.mm-menu) .navigation__item a {
    font-size: 14px;
}

.slider__caption {
    font-size: 2em;
    line-height: 40px;
}

.slider__item:after {
    background-color: rgb(0 0 0 / 20%);
}

.wrap__form.wrap__contactform, .wrap__form.newslettersignup {
    background: linear-gradient(to bottom, #ecb843 0%, #8A6832 100%);
}

.wrap__page-content, .wrap__home-map-contact, .wrap__fullwidth {
    background: #f4f4f4;
}

.navigation__item:hover > a {
    background-color: #8A6832;
}
.wrap__header-top .sublevel-1 li a {
    background: #8A6832;
}

button:not([class^="se__"]), input[class*="__button"], input[type="button"], input[type="reset"], input[type="submit"] {
    background: #fff;
    border: 1px solid rgb(142 110 50);
    color: #8A6832 !important;
}
button:not([class^="se__"]):hover, button:not([class^="se__"]):focus, input[class*="__button"]:hover, input[class*="__button"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: linear-gradient(to bottom, #ffffff 0%, #dfdede 100%);
}

.featuredblock__item:hover {
    background-color: #8A6832;
}
.featuredblock__item:hover .featuredblock__image {
    border-color: #8A6832;
}
.featuredblock__item:hover .featuredblock__button {
    color: #8A6832;
}
.featuredblock__button {
    background: linear-gradient(to bottom, #ecb843 0%, #8A6832 100%);
    border: 1px solid #8A6832;
}
.navigation__item.active > a, #hamburger, .mm-navbar {
    /* background: linear-gradient(to bottom, #ecb843 0%, #8A6832 100%); */
    background: #d1a031;
}
.slider__button a {
    background: linear-gradient(to bottom, #ecb843 0%, #8A6832 100%);
    border: 1px solid #8A6832;
}
.slider__button a:hover {
    background: linear-gradient(to top, #ecb843 0%, #8A6832 100%);
}
.wrap__featuredblocks--inner {
    background-color: #dfdede;
}
.mm-panels .mm-panel {
    background: #927133;
}
.fullwidth-layout .wrap__header-area {
    background: #d5a555;
    height: 155px;
}
.wrap__footer {
    /* background: #d5a555; */
    background: #d1a031
}
.slider__item.slider__image {
    background: #d5a555;
}
.copyright__item a {
    color: #8a6832;
}

@media (max-width: 768px) {
.wrap__header-area {
    background: #23313e;
    height: 150px;
}
.slider__image--fixed, .slider__video {
    height: 300px;
}
}

@media (max-width:550px) {
    .logo__title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .logo__image {
        height: 125px !important;
    }
    .wrap__logoHeader--inner {
        padding: 0 0px;
    }
}

/* CUSTOM CTA */
.home-cta {
    background: #d1a031;
    /* border: 2px solid #919191; */
    padding: 16px 10px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    width: 200px;
    display: block;
    outline: none;
    box-shadow: 0px -2px 18px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: auto;
    text-decoration: none;
}

/* ON HOVER */
.home-cta:hover {
    background: #ffffff;
    color: #d1a031;
    text-shadow: none !important;
    /* border: 2px solid #163289; */
}




/* .fit-vids-style {display:none;}
iframe {max-width:100%;}
img {max-width:100%;}
.wrap__bx-controls {display:none;} */

/* .wrap__logo-header--inner .logo__link .logo__summary .logo__title {
    text-transform: inherit;
}
.featuredblock__title {
    font-family: "droid-sans-bold", Arial, Helvetica, sans-serif;
}

.wrap__logo-header--inner .logo {
    max-width: 100%;
}

.footerbox {
    background-color: #6b5a4a;
    color: white;
    font-weight: bold;
}
footer a {
    color: white !important;
}

.wrap__navigation-header {
    width: 100%;
}
.wrap__logo-header--inner .logo__link .logo__summary .logo__description {
    font-size: 18px;
}

h1, .page__title {
    color:#9bbb59 !important;
}

body {
    font: 16px / 1.2 "droid-sans", Arial, Helvetica, sans-serif;
}

@media (min-width:520px) {
.wrap__slider--inner .slider__caption {
    font-size: 22px !important;
}
} */

