:root {
    --main-brand-color: #60452a;
    --sec-brand-color: #eeeee6;
    --main-font-color: #c6ac83;
}

.site-logo-wrap {
    padding: 10px 30px 20px 30px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #0E1618;
}

.site-logo-wrap img {
    height: 115px;
    width: auto;
}

#site-logo {
    left: 45%;
}

.header-top > .left {
    gap: 40px;
}

.ds-reservation {
    display: none;
}
.ds-image-menu {
    width: 500px !important;
    /*width: auto;*/
    height: 300px !important;
}
.border-over-column::before {
    left: 37px;
    right: 37px;
    top: -17px;
    bottom: -17px;
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px){
    .site-logo-wrap {
        padding: 10px 10px 20px 10px;
    }
}
@media only screen and (max-width: 600px) and (orientation: landscape)  {
    .site-logo-wrap {
        padding: 10px 10px 20px 10px;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .swiper-container {
        /*height: 300px;*/
    }

    .site-logo-wrap {
        padding: 10px 30px 20px 30px;
    }

    /*padding: 10px 30px 20px 30px;*/
    /*padding: 10px 10px 20px 10px;*/
    .site-logo-wrap img {
        height: 80px;
        width: auto;
    }

    #site-logo {
        left: 0%;
    }

    .ds-reservation {
        display: block;
        left: 100%;
        top: 30px;
        position: absolute;
        padding: 0 20px;
        /*height: 40px;*/

    }
}

li.acconcepts > a {
    color: var(--main-font-color);
    font-weight: bold;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 100px;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
}

