.slideshow__section .slogan__block .image__container .image,
.wrap__header--inner .image__container .image {
    position: relative !important;
}


.image_content__container--inner.image__container--inner img {
    width: auto !important;
}

td {
    border-collapse: collapse;
    border: unset;
}

.wrap__logoHeader .logo__title {
    font-size: 34px;
}

/* slider */

li.slider__item.slider__image {
    height: 315px !important;
    max-height: 100% !important;
}

.slider .bx-wrapper .bx-viewport {
    min-height: 300px !important;
}





@media screen and (max-width: 1024px) {
    .slideshow__section--inner {
    display: none;
}
}


@media screen and (max-width: 500px) {
    a.logo__link.logo__left {
    flex-direction: column;
}

p.logo__description {
    font-size: 1rem !important;
    }
    p.logo__title {
    font-size: 2rem !important;
}
.wrap__page-content--inner img {
    display: block !important;
    float: none !important;
    margin: auto;
}
}



/* color changes */
.wrap__header--inner {
    background: rgb(86, 102, 72);
}

footer.wrap__footer {
    background: rgb(42 53 24);
}

.sidebar-holder {
    background: rgb(170, 180, 123);
}

.image_slogan_block__container--inner.image__container--inner,
.fullwidth-layout .content-holder:before {
    background: rgb(127, 126, 105);
}

.slideshow__section{
    border-color: rgb(127, 126, 105);
}

.contact-layout .content-holder:before{
    content: '';
    height: 12px;
    background: rgb(127, 126, 105);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
h1 {
    color: #424034;
}

/* logo */

p.logo__description {
    color: rgb(223, 208, 146);
}

p.logo__title {
    color: rgb(255, 255, 255);
}

nav#navigation_header {
    background: rgb(255, 255, 255);
}

.navigation a {
    color: #000 !important;
}

/* .navigation .mm-panels > .mm-panel .mm-listview > li > a:not(.mm-next):not(.mm-arrow):before, .navigation .mm-panels > .mm-panel .mm-listview > li > span:not(.mm-next):not(.mm-arrow):before {
    color: #fa9a33;
} */