/*
Theme Name: Luca
Theme URI: https://weable.vn/project/luca
Author: Weable Team
Author URI: https://weable.vn/
Description: A beautiful restaurant WordPress theme
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luca
Tags: restaurant, food, business, responsive, llkukfsn

This theme is designed for restaurants and food-related businesses.
*/

.sidebar-content .h4 {
    color: #e6c9a2;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 16px;
    margin-top: 46px;
}

@media only screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 45px;
    }

    .choose .choose-content .flat-tabs .menu-tab {
        flex-wrap: wrap;
    }

    .choose .choose-content .flat-tabs .menu-tab li {
        width: 100%;
    }

    .choose .choose-content .flat-tabs .menu-tab li:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.mySwiper .contact-info .left .h6 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #e6c9a2;
    margin-top: 4px;
    margin-bottom: 10px;
}

.mySwiper .contact-info .left .h4 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
}

.block-text .title {
    font-size: 40px;
}

.opening .opening-content .d-flex .h5 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.s-menu .flat-tabs .menu-tab li.active.h5 {
    color: #e6c9a2;
}

.flat-tabs .menu-tab li.active .h5 {
    color: #e6c9a2;
}
.s-menu .flat-tabs .menu-tab li .h5 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.menu-list .h5 {
    color: #e6c9a2;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    letter-spacing: 1.3px;
    position: relative;
    margin-bottom: 1px;
}

.menu-list .h5::before, .menu-list .h5::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e6c9a2;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: -1;
}

.menu-list .h5::after {
    bottom: 8px;
}

.menu-list .h5 span.price {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 1;
    background: #0e1927;
    padding-left: 15px;
}

.menu-list .h5 .txt {
    background: #0e1927;
    padding-right: 15px;
}

.choose .choose-content .flat-tabs .menu-tab li.active .h5 {
    color: #0e1927;
}

.choose .choose-content .flat-tabs .menu-tab li .h5 {
    font-size: 17px;
    text-transform: uppercase;
    color: #a5a5a5;
    font-weight: 700;
    letter-spacing: 0.8px;
}
.flat-tabs .menu-tab li.active .h5 {
    color: #e6c9a2;
}
.flat-tabs .menu-tab li .h5 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
}

.testimonials .testimonials-content .h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.3px;
    margin-bottom: 25px;
}

.location .image iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.location .content .h6 {
    text-transform: uppercase;
    margin-bottom: 11px;
}

.location .content .phone {
    font-family: "Audrey";
}

.footer .widget .h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 50px;
}

.footer .widget .h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 73px;
    height: 2px;
    background: #e6c9a2;
}

.footer.style-2 .widget.time .h5::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
}

.testimonials .testimonials-content .h5 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.location .image.right, .location .image iframe {
    width: 100%;
    border-radius: unset;
}

/* Post meta - Author box */
.post_author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f5f6f7;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 20px;
}

.post_author .ava {
    max-width: 15%;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.post_author .text {
    width: 85%;
    padding-left: 20px;
    margin-bottom: 0!important;
}

.post_author .text strong {
    display: block;
    color: #0e1927;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .post_author .text {
        width: 100%;
    }

    .post_author .ava {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
        max-width: 100%;
    }

    .post_author .text {
        text-align: center;
        padding-left: 0;
    }

    .post_author .text span {
        font-size: 75%;
    }

    .post_author .text strong {
        font-size: 16px;
    }
}