/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.8
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


body.single-restaurant-location {
    overflow: hidden;
    font-family: "PT Serif Pro", sans-serif;
    font-weight: 400;
    color: #2F4E4C;
}

body.single-restaurant-location footer {
    display: none;
}

.restaurant-sec {
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.restaurant-main {
    margin-left: calc(calc(100% - 1760px) / 2);
    padding-left: 20px;
    display: flex;
    gap: 100px;
    height: 100%;
    flex-wrap: wrap;
}

.restaurant-left {
    width: calc(19.23% - 50px);
    padding-top: 38px;
}

.restaurant-right {
    width: calc(80.77% - 50px);
}

.restaurant-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restaurant-sec .back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2F4E4C;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.restaurant-sec .restaurant-name {
    font-size: 29px;
    line-height: 38px;
    color: #2F4E4C;
    font-family: "PT Serif Pro", sans-serif;
    padding-bottom: 10.5px;
    padding-right: 38px;
    border-bottom: 2px solid #CCAB8A;
    display: inline-block;
}

.restaurant-address {
    display: flex;
    align-items: start;
    gap: 13.7px;
    margin-bottom: 9px;
}

.restaurant-address img {
    margin-top: 3px;
}

.restaurant-address p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
}

.restaurant-address p:last-child {
    margin-bottom: 0;
}

.restaurant-phone {
    display: inline-flex;
    align-items: center;
    gap: 11.4px;
    color: #2F4E4C;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 29px;
}

.restaurant-phone:hover {
    color: #2F4E4C;
}

.restaurant-sec .restaurant-opening-title {
    font-family: "PT Serif Pro", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 1px 0;
}

.restaurant-opening {
    margin-bottom: 32px;
}

.restaurant-opening-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.restaurant-opening-item p {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
}

.restaurant-btn-view {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Lulo One', sans-serif;
    color: #E7E2E0;
    padding: 15px 30px 17px;
    border-radius: 40px;
    background: #2F4E4C;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    text-align: center;
}

.restaurant-btn-view:hover {
    color: #E7E2E0;
}

.restaurant-promotion {
    background: #883C44;
    display: flex;
    align-items: stretch;
    margin-bottom: 29px;
}

.restaurant-promotion-content {
    padding: 13px 14px 15px;
}

.restaurant-promotion-content .restaurant-promotion-title {
    font-family: 'Lulo One', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 2px 0;
    color: #E7E2E0;
}

.restaurant-promotion-content p {
    margin-bottom: 0;
    color: #E7E2E0;
    font-size: 10px;
    line-height: 14px
}

.restaurant-promotion-content .restaurant-promotion-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
}

.restaurant-promotion-image img {
    max-width: 100px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.restaurant-promotion-content {
    flex: 1;
}

@media (max-width:1760px) {
    .restaurant-main {
        margin-left: 0;
        gap: 50px;
    }

    .restaurant-left {
        width: calc(25% - 25px);
    }

    .restaurant-right {
        width: calc(75% - 25px);
    }
}

@media (max-width:1280px) {
    .restaurant-left {
        width: calc(35% - 25px);
    }

    .restaurant-right {
        width: calc(65% - 25px);
    }
}

@media (max-width:1024px) {
    .restaurant-left {
        width: calc(40% - 25px);
    }

    .restaurant-right {
        width: calc(60% - 25px);
    }
}

@media (max-width:767px) {
    body.single-restaurant-location {
        overflow-y: auto;
        height: auto;
    }

    .restaurant-main {
        padding: 0;
    }

    .restaurant-left,
    .restaurant-right {
        width: 100%
    }

    .restaurant-left {
        padding: 30px 20px 0;
        display: flex;
        flex-direction: column;

    }

    .restaurant-btn-view {
        margin: 0 auto;
    }

    .restaurant-sec .restaurant-name {
        font-size: 24px;
        line-height: 1.4em;

    }


}