/*
Theme Name: EZ Food Restaurant
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Eoxys it Team
Description: EZ Food Restaurant is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0
*/

/* site-name-footer */
.site-name-footer a {
    color: #FFF;
    font-family: 'poppins';
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    text-transform: capitalize;
}
.lst-menu-btn a.hfe-menu-item.elementor-button:hover {
    color: #7da640 !important;
}
.lst-menu-btn a.hfe-menu-item.elementor-button {
    color: #FFF !important;
}
.page-header h1.entry-title {
    display: none;
}
/* /Banner */
.banner-heading h1 {
    position: relative;
}
.banner-heading h1::after {
    content: url(/wp-content/themes/ez-food-restaurant/demo-images/text-img.svg);
    position: absolute;
    right: 0.2em;
    top: 0.3em;
}
.banner-heading h1::before {
    content: url(/wp-content/themes/ez-food-restaurant/demo-images/banner-arrow.svg);
    margin-bottom: 0px !important;
    position: absolute;
    right: 2.4em;
    bottom: 0em;
}
.image-box-breakfst img.attachment-full.size-full {
    box-shadow: 0px 4px 29px 0px #00000033;
    border-radius: 50%;
}
/* team */
.team img.elementor-animation- {
    border-radius: 0px 500px 500px 500px;
}
.home .elementor-element.elementor-element-802fa5b.elementor-hidden-mobile.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    background: url(/wp-content/themes/ez-food-restaurant/demo-images/home-header-bg-min.png) !important;
    border-bottom: 1px solid #C2C2C2;
}
/* footer-email */
input#footer-email-btn {
    position: absolute;
    right: 4px;
    width: 114px;
    height: 50px;
    border-radius: 4px;
    top: 4.5px;
    font-family: 'poppins';
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    background: #7DA640;
    color: #FFF;
    border: 1px solid #7DA640;
}
input#footer-email-btn:hover {
    background: transparent;
    color: #7DA640;
}
input#email-footer {
    width: 100%;
    max-width: 100%;
    height: 60px;
    border-radius: 6px;
}
.footer-news-letter .wpcf7-response-output {
    color: #FFF;
    padding: 0px !important;
    margin: 0px !important;
}
.footer-news-letter span.wpcf7-spinner {
    display: none;
}
.testimonial-sec .ekit-wid-con .elementskit-testimonial_card {
    padding: 0px !important;
}
/*  contact us page */
.contact_form .name_contact p {
    display: flex;
    gap: 10px;
}
.contact_form .name_contact input, .contact_form textarea {
    border: none !important;
}
input#submit_cont {
    background: #7DA640;
    color: #fff;
    border-color: #7DA640;
    width: 100%;
    max-width: 26%;
    border-radius: 12px;
    margin-top: 20px;
    height: 52px;
    font-family: 'poppins';
}
.contact_form input {
    height: 56px;
}
.contact_form textarea {
    resize: none;
    height: 170px;
}
.contact_form input::placeholder, textarea::placeholder {
    font-family: 'poppins';
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #000;
}
@media(max-width:1024px) {
    .banner-heading h1::before, .banner-heading h1::after {
        content: unset;
    }
}
@media(max-width:767px) {
    .contact_form input {
        margin-top: 10px;
    }
    .contact_form .name_contact p {
        display: block;
    }
    .name_contact p {
        margin: 0;
    }
    .contact_form textarea {
        margin-top: 10px;
        height: 120px !important;
    }
    input#submit_cont {
        background: #7DA640;
        color: #fff;
        border-color: #7DA640;
        width: 100%;
        max-width: 100%;
        border-radius: 12px;
        margin-top: 20px;
        height: 52px;
        font-family: 'poppins';
    }
    div#gallery-1 {
    display: flex;
    flex-wrap: wrap;
    }
    div#gallery-1 figure.gallery-item {
    width: 33%;
    }
}
/* comment */
.comments-area ol.children {
    padding: 0px !important;
}
.comments-area ol.children::before {
    display: none !important;
}
.comments-area article.comment-body {
    margin-left: 48px;
}
section#comments {
    margin-top: 20px;
    box-shadow: 0px 4px 50px 0px #EC501E1A;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #EC501E1A;
    max-width: 1140px;
    margin: 20px auto;
}
/* Comments Section */
.comments-area h2#reply-title::before, .comments-area a.comment-reply-link::before {
    content: url("/wp-content/themes/ez-food-restaurant/demo-images/reply-4.svg");
    margin-right: 10px;
}
.elementor-kit-6 h2 {
    color: #1C231F;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 600;
    line-height: 10px;
}
.comments-area .comment-form-cookies-consent {
    display: none;
}
.comments-area label {
    display: block;
    margin-bottom: 10px;
}
.comments-area textarea#comment {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    height: 162px;
    resize: none;
}
.comments-area input#submit {
    background: #7da640;
    border: 1px solid #7da640;
    color: #FFF;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    width: auto;
    max-width: 100%;
    border-radius: 0px;
    margin-top: 35px;
}
.comments-area p.comment-notes {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #1C2B3A;
}
.comments-area p.comment-form-url {
    display: none;
}
.comments-area .comment-form-email input#email, input#author {
    background: transparent;
    max-width: 100%;
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 30px;
}
.comments-area em.comment-awaiting-moderation, span.says {
    display: none;
}
.comments-area a, .comments-area .page-content a {
    text-decoration: none;
    color: #1C231F;
}
.comments-area a.url, .fn {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 30.24px;
    text-align: left;
    text-transform: capitalize;
}
.comments-area article#div-comment-9 {
    margin-left: 3em;
}
.comments-area img.avatar.avatar-42.photo {
    width: 91px;
    height: 91px;
}
.comments-area time {
    position: absolute;
    left: 9.5em;
    top: 13px;
}
.comments-area a.comment-reply-link {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #DCFD68;
}
p.comment-form-author, p.comment-form-email {
    margin-top: 15px !important;
}