/*:root {*/
/*    --main-brand-color: #60452a;*/
/*    --sec-brand-color: #eeeee6;*/
/*    --main-font-color: #c6ac83;*/
/*}*/
/*li.acconcepts > a {*/
/*    color: var(--main-font-color);*/
/*}*/

:root {
    --red-soft-color: #d74d29;
    --main-white-color: #FFF;
    --main-black-color: #111111;
}
.ds-author{
    color: var(--red-soft-color);
}

.book-table .symbol1 {
    margin-top: 144px;
    margin-left: 80px;
    max-height: 600px;
}

.reservation-btn {
    color: var(--main-white-color) !important;
    background-color: var(--red-soft-color);
    border: 1px solid var(--red-soft-color);
    padding: 8px;
}

.reservation-btn:hover {
    background-color: transparent;
    color: var(--red-soft-color) !important;
    /*color: #111111;*/
}

.portfolio-item .image {
    margin-left: 30px;
}

.our-menu .widget-content-tab {
    /*height: 419px;*/
    height: 100%;
    overflow-y: visible;
}

.wg-service .right .item-2 {
    right: -100px;
    -moz-border-radius: 0px 20px 0px 60px; /* for Firefox */
    -webkit-border-radius: 0px 20px 0px 60px; /* for Webkit-Browsers */
    border-radius: 0px 20px 0px 60px; /* regular */
    opacity: 0.9; /* Transparent Background 50% */
}

.wg-service .left {
    background-color: rgb(17, 17, 17);
    /*padding: 58px 64px 58px 64px;*/
    padding: 30px;
}

.wg-service .left img {
    height: auto;
}


img#logo_header {
    max-height: 125px;
    /*padding-bottom: 20px;*/
    /*max-width: 59px;*/
}

img#logo_footer {
    max-width: 350px;
}

.footer > .left, .footer > .right {
    top: 300px;
}

img#mobile-logo_header {
    max-width: 200px;
}

.text-special {
    font-size: 30px;
    line-height: 50px;
    width: min-content;
}

.page-title .content .title {
    font-size: 85px;
    font-weight: 700;
    line-height: 91px;
    letter-spacing: -1px;
    margin-top: 27px;
}

.ds-copyright {
    color: var(--red-soft-color);
}

.our-menu .bottom {
    height: 468px;
}

.wg-map {
    /*width: 493px;*/
    /*min-width: 493px;*/
    /*height: 493px;*/
    /*border-radius: 50% !important;*/
    overflow: visible;
    /*overflow: hidden;*/
    /*margin-top: 186px;*/
    /*margin-left: 55px;*/
    margin-left: 100px;
}

@media only screen and (max-width: 400px) {
    .book-table .wg-map {
        margin-left: 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 401px) {
    .book-table .wg-map {
        margin-left: 30px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .book-table .wg-map {
        margin-left: 100px;
    }

}

@media only screen and (max-width: 600px) and (orientation: landscape) {

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .text-special {
        font-size: 15px;
        line-height: 20px;
        width: min-content;
    }

    .page-title .content .title {
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -1px;
        margin-top: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1150px) {
    .wg-about .images {
        width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 1151px) and (max-width: 1324px) {
    .wg-about .images {
        width: 300px;
        min-width: 300px;
    }
}

@media (min-width: 1325px) and (max-width: 1785px) {
    .wg-about .images {
        width: 350px;
        min-width: 350px;
    }
}

.book-table .content ul {
    list-style-type: none !important;
    /*padding-left: 0px;*/
}

.ds-opening-hours {
    padding: 10px 10px 20px;
    color: #FFF;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
}
.ds-opening-hours .time{
    padding: 5px;
}

ul.intro li .ds-opening-hours{
    font-family: Oswald, sans-serif;
}


/*ul .ds-no-bullets {*/
/*    */
/*}*/
