/*!
Theme Name: Sammys Pita House
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sammys-pita-house
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sammy\'s Pita House is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 


/* venz css */
#menu_categories a{
    font-family: Trueno, Sans-serif !important;
}
.menu-banner .elementor-widget-wrap{
    border-radius: 30px !important;
}
.menu-wrapper {
    background: #ffffff;
    position: relative;
}
  .sticky-top-menu{
    padding-top: 30px;
    width: 100%;
    position: sticky;
    top:0;
    border-top: 1px solid #cccccc;
    background: #ffffff;
    z-index: 1;          
    padding-left: 0;
    padding-right: 0;
  }
  .menu-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-top .menu-left h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(25, 25, 25);
    margin: 0px;
    padding: 0px;
    display: block;
  }
    .menu-top .menu-right{
        position: relative
    }
    .menu-top .menu-right svg {
        position: absolute;
        left: 10px;
        width: 20px;
        bottom: -9px;
    }
  .menu-top .menu-left p{
    color: #494949;
  }
  .menu-top input{
    padding: 10px 20px;
      padding-left: 40px;
    border-radius: 15px;
    border: 0;
    background: #f7f7f7;
    width: 400px;
  }
    .menu-category-filter {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 15px;
        overflow: auto;
    }
    .menu-category-filter hr{margin:0;}
  .menu-category-filter h2{
    font-size: 22px;
  }
    .menu-category-filter ul {
        display: flex;
        column-gap: 20px;
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
        min-width: 980px;
    }
  .menu-category-filter ul a{
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
    color: #494949;
    font-size: 14px;
    letter-spacing: -0.04ch;
  }
  .menu-category-filter ul li{
    list-style: none;
    font-family: "Trueno", Sans-serif !important;
  }
  .menu-left h3{
    font-family: "Trueno", Sans-serif !important;
  }
  .menu-container{
    width: 100%;
  }
    .menu-per-category {
        padding-top: 15px;
    }
  .category-title{
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600 !important;
    padding-right: 6px;
    color: #494949 !important;
    text-transform: capitalize;
  }
  .menu-container .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .menu-container .col-6{
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  
  
    .menu-container .col-6 .menu-box .menu-content h4{
    font-size: 16px;
    margin:0;
    }  
  
  .menu-container .col-6 .menu-box{
    overflow: hidden;
    position: relative;
    display: flex;
    border: 1px solid rgb(215 213 213);
    border-radius: 6px;
    margin-bottom: 16px;
/*     height: 90%; */
    height: 160px; 
    cursor: pointer;
  }
    .menu-container .col-6 .menu-box:hover{
        -webkit-box-shadow: 0px 3px 16px 0px rgb(214 214 214) !important;
        -moz-box-shadow: 0px 3px 16px 0px rgba(214,214,214,1) !important;
        box-shadow: 0px 3px 16px 0px rgb(214 214 214) !important;
    }
  .menu-container .col-6 .menu-box .menu-content{
    padding: 20px 15px;
    width: 100%;
    max-width: 80%;
  }
  
  .menu-container .col-6 .menu-box .menu-image{
    width: 100%;
    max-width: 40%;
      margin-left: auto;
  }
  .menu-container .col-6 .menu-box .menu-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* popup */
  .menu-pop-up {
    display: none; 
    position: fixed; 
    z-index: 6;
    right: 0;
    top: 0;
    /*padding-top: 150px;  */
    top: 50%;
  transform: translateY(-50%);
  padding:40px 0;
  z-index: 11111;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
  }
  .menu-pop-up-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px 20px 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 15px;
  }
  .menu-pop-up-container h2{
    line-height: 40px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02ch;
  }
  
    .menu-pop-up-content p{
    font-size:16px;
    margin:10px 0;    
    }
  
  .menu-pop-up-container img{
    width: 100%;
  }

  .menu-pop-up-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

.menu-pop-up-close:hover,
.menu-pop-up-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.clickable {
    position: relative !important;
}
.clickable .elementor-element{
    position: unset !important;
}
.clickable a:after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
}

/* LOCATION */
.location-section *{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.location-section{
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 40px;
}
.location-wrapper{
    display: flex;
}
.left-container{
    flex-basis: 40%;
    border: 1px solid #dbdbdb;
    /* padding: 20px; */
    height: 680px;
    overflow: auto;
}
.location-section ::-webkit-scrollbar{
    width: 3px;
    height: 12px;
}
.location-section ::-webkit-scrollbar-thumb {
    background-color:#eb3535;
}
.search-input {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}
.search-input input {
    width: 100%;
    padding: 15px;
    background: #f3f3f3;
    border: 0;
    border-radius: 5px;
    font-family: "Trueno", Sans-serif !important;
}
.locations {
    width: 100%;
    padding: 0 20px;
}
.location-container {
    border: 1px solid #dbdbdb;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}
h1.location-title {
    color: #333333 !important;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: "Trueno", Sans-serif !important;
}
h3.location-address {
    color: #333333 !important;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "Trueno", Sans-serif !important;
}
.location-cta-btn {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 10px;
}
.btn-flex {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.btn-flex i {
    color: #eb3535;
    font-size: 25px;
}
.btn-flex a {
    text-decoration: none;
    font-family: "Trueno", Sans-serif !important;
}
.location-hour p {
    margin-bottom: 10px;
    font-family: "Trueno", Sans-serif !important;
}
.location-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.location-btn a {
    width: 155px;
    padding: 10px 14px !important;
    text-align: center;
    background: #eb3535;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 100px;
    font-family: "Trueno", Sans-serif !important;
}
.location-btn a:hover{
    background-color: var( --e-global-color-text );
}

/* navbar  */
.navbar-links{
    position: relative;
}
.navbar-logo img {
    width: 142px !important;
    margin-bottom: -95px;
}

.browse-out-menu:hover * {
    color: #ffffff;
}
.elementor-widget:not(:last-child) {
    margin-bottom: unset !important;
}

/* end venz css */

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}



/* MEDIA QUERY */
@media only screen and (max-width: 2592px){ 
    .navbar-links nav a{
        font-size: clamp(16px, 1vw, 60px);
    }
    #right-btn a{
        font-size: 14px !important;
        padding: 10px 10px 10px 10px !important;
    }
    .elementor-button-link{
        padding: 10px 10px 10px 10px !important;
    }
    .footer-img img{
        width: 15% !important;
    }
    .mobile-top-card-img img{
        display: none !important;
    }
}
@media only screen and (max-width: 1500px){
    .navbar-links nav a{
        font-size: clamp(16px, 1vw, 60px);
    }
    .uniform-width {
        max-width: 80% !important;
           margin: 0 auto;
    }
    .img-caption-1{
        padding-right: 0 !important;
    }
    .img-caption-2{
        padding-left: 0 !important;
    }
    
}
@media only screen and (max-width: 1208px){
    .navbar-links .elementor-container{
        max-width: 100% !important;
        padding: 2px 0;
    }
    .footer-img img{
        width: 15% !important;
    }
}
@media only screen and (max-width: 1281px){
    .location-btn a{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1130px){
    .location-wrapper {
        flex-direction: column;
    }
    .left-container {
        order: 2;
    }
    .menu-container .col-6{
        flex: 0 0 50%;
    }
}
@media only screen and (max-width: 1090px){
    .navbar-links *{
        transition: none !important;
    }
    .navbar-links nav a{
        font-size: clamp(14px, 0.2vw, 60px) !important;
        letter-spacing: 0 !important;
    }
    .elementor-2 .elementor-element.elementor-element-150273a{
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 1440px) {
    .sticky-top-menu {
        padding-left: 40px;
        padding-right: 40px;
    }
    .menu-container {
        padding: 0 40px;
    }
}


@media only screen and (max-width: 1440px) {
    .cta-box-icon .elementor-icon-box-title{
        margin-bottom: 5px !important;
    }
    .location-margin .elementor-widget-container{
        margin: 5px !important;
    }
}
@media only screen and (max-width: 1046px) {
    .sticky-top-menu {
        padding-left: 40px;
        padding-right: 40px;
    }
    .menu-container {
        padding: 0 40px;
    }
    .location-btn .elementor-widget-container{
        margin: 0 !important;
    }
    .cta-box-icon .elementor-icon-box-title{
        margin-bottom: 5px !important;
    }
}

@media only screen and (max-width: 1024px){
    .uniform-width {
        max-width: 100% !important;
    }
    .mobile-top-card-img img{
        display: block !important;
        width: 100%;
    }
    .newsletter-form{
        width: 50% !important;
        margin: 0 auto;
    }
    .newsletter-form button{
        padding: 10px 10px 10px 10px !important;
    }
    .footer-tablet-width{
        width: 70% !important;
    }
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
        position: absolute !important;
        top: 1em !important;
        width: auto !important;
        right: 0 !important;
        left: 0 !important;
    }
    .wrapper-content{
        max-width: 100%;
    }
    .sticky-top-menu {
        padding-left: 0px;
        padding-right: 0px;
    }
    .menu-container {
        padding: 0;
    }
    .menu-pop-up-content {
        width: 80%;
    }
    .footer-img img{
        width: 15% !important;
    }
    .navbar-logo img {
        width: 142px !important;
        height: 110px !important;
        margin-bottom: -55px;
    }
}
@media only screen and (max-width: 900px){
    .menu-container .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .browse-menu .elementor-column{
        width: 50% !important;
    }
    .menu-container .col-6 .menu-box .menu-image{
        max-width:100%;
    }
    .menu-container .col-6 .menu-box{
        max-height: 100%;
    }
    .location-btn {
        justify-content: center !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 640px){
    .strong-view.wpmtst-unstyled .wpmtst-testimonial-inner{
        text-align: center;
    }
    .footer-tablet-width{
        width: 90% !important;
    }
    .newsletter-form{
        width: 70% !important;
        margin: 0 auto;
    }
    .menu-top input{
        width: 100%;
    }
    .menu-top{
        align-items: start;
        flex-direction: column;
    }
    .footer-img img{
        width: 30% !important;
    }
}

@media only screen and (max-width: 500px){
    .location-cta-btn {
        flex-direction: column;
        align-items: start;
        row-gap: 15px;
    }
    .location-btn {
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }
    .menu-container .col-6 .menu-box{
        height: auto;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 450px){
    .menu-container .col-6 .menu-box .menu-content {
        order: 2;
    }
    .menu-container .col-6 .menu-box{
        flex-direction: column;
    }
    .footer-img img{
        width: 40% !important;
    }
}

/* Removal of Price Display for Specific Product: COMBO MEAL */
/* .menu-box[data="1160"] .menu-content p:nth-child(3) {
    display: none !important;
} */