@charset "UTF-8";
/*
Theme Name: Que Buenos
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, 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 with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 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/
*/

@import url('//fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800&family=Roboto:wght@300;500;700;900&display=swap');

@import url('//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Satisfy&display=swap');

/* font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Satisfy', cursive;
*/
@font-face {
  font-family: 'actonia_hand_personal_useRg';
  src: url('https://www.quebuenosmexgrill.com/wp-content/themes/mexico/assets/fonts/actoniahand_personal-webfont.woff2') format('woff2'),
       url('https://www.quebuenosmexgrill.com/wp-content/themes/mexico/assets/fonts/actoniahand_personal-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'Beautiful People Personal Use Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Beautiful People Personal Use Regular'), url('https://www.quebuenosmexgrill.com/wp-content/themes/mexico/assets/fonts/Beautiful People Personal Use.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Beautiful People Personal Use Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Beautiful People Personal Use Regular'), url('https://www.quebuenosmexgrill.com/wp-content/themes/mexico/assets/fonts/Beautiful People two Personal Use.woff') format('woff');
  }

  img{
    max-width: 100%;
  }

.skip-link{
  display: none;
}

a {
  color: #212529;
}

a:hover{
  text-decoration: none;
}

.bg-content-1 {
  background: #fbeded;
}

ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

  .site-header{
    position: relative;
    overflow: hidden;
    background:url(https://www.quebuenosmexgrill.com/wp-content/themes/mexico/assets/images/header-img.jpg) no-repeat 0 0;
    height: 50vh;
  }

  .home .site-header{
    height: 100vh;
  }

  .header-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; 
    display: none;
  }

  .site-header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 99;
  }

  .site-branding-container  {
    position: relative;
    z-index: 999;
    height: 100%;
  }

  .site-branding-container .site-branding {
    height: 100%;
  }

  .site-logo{
    width: 300px; 
    margin:0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .site-logo a{ 
    display: block;
  }

  .nav-bg{
    background-color: #1d0000;
    position: relative;
    z-index: 99999;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .right-nav{
    margin-left: auto;
  }

  .top-nav{
    font-family: 'Roboto', sans-serif;
    margin: -3px 0 0 25px;
  }

  .top-nav li{
    margin: 0 0px 0 8px;
  }

  .top-nav li a{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    transition: all ease 0.5s;
  }

  .top-nav li a:hover{
    background-color: #fff;
    color: #e7272d;
  }

  .top-nav li a > *{
    margin: 0 auto;
  }

  /* .top-nav li:first-child{
    padding-right:16px;
    position: relative;
    padding-top: 6px;
  } 

  .top-nav li:first-child:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 2px;
    background-color: #fff;
    display: none;
  }

  .top-nav li:first-child span.ico{
    margin-right:10px;
  }*/

  .top-nav li,
  .top-nav a{
    color: #fff;
  }

  .main-navigation {
    margin-left: auto;
  }

  .main-menu{
    display: -webkit-flex;
    display: flex;
    font-family: 'Poppins', sans-serif;
  }

  .main-menu li{
    margin: 0 0px;
  }

  .main-menu a{
    font-size: 18px;
    color: #fff;
    padding: 0 10px 0 25px;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: all ease 0.5s;
  }

  .main-menu li.current_page_item a,
  .main-menu li a:hover{
    border-bottom-color: #fff;
  }

  .main-menu li a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 0;
    height: 0;
    background: url(https://www.quebuenosmexgrill.com/wp-content/themes/mexico/assets/images/hamburger-white.png) no-repeat 0 0;
    background-size: contain;
    opacity: 0;
    transition: all ease 0.5s;
  }


  /* menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-24 */

  .main-menu li.current_page_item a::before,
  .main-menu li a:hover::before{
    width: 20px;
    height: 20px;
    opacity: 1;
  }


/* Mobile menu btn */
.mob-cross {
  border-radius: 2px;
  width: 40px;
  height: auto;
  margin-left: auto;
  display: none;
}

.mob-cross-btn {
  width: 40px;
  cursor: pointer;
  display: none;
  margin-left: auto;
}

.mob-cross-btn span {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  border-radius: 3px;
  height: 4px;
  background: #ca0000;
  transition: all .3s;
  position: relative;
}


.mob-cross-btn span + span {
  margin-top: 10px;
}

.mob-cross-btn.active span:nth-child(1) {
  animation: ease .7s top forwards;
}

.mob-cross-btn.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

.mob-cross-btn.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

.mob-cross-btn.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.mob-cross-btn.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}

.mob-cross-btn.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* //Mobile menu btn */



  .title-1{
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 55px;
    margin: 50px 0;
	margin:80px 0 128px;
    font-weight: 900;
  }

  .title-1 span{
    font-family: 'actonia_hand_personal_useRg';
    text-transform: none;
    color: #abff00;
    display: block;
    font-weight: normal;
  }


  .title-4{
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 27px;
    margin: 0 0 13px;
  }

  .site-branding .row{
    height: 100%;
  }

	.f-1 {
		font-size: 35px;
		line-height: 48px;
	}


  header .title-1{
    margin-left: auto;
    margin-right: auto;
  }

  .custom-box-1 p:empty{
    display: none;
  }

  .box-wrap-h img,
  .box-wrap-h{
    height: auto;
  }

  .sec-1{
    padding-top: 90px;
  }
  
  .img-1-pos,
  .img-2-pos{
    border-radius: 25px;
  }

.title-1 + p{
	margin-bottom:0
}
   .header-btn{
    background-color: #e7272d;
    color: #fff;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    padding: 0 0 16px;
    display:block;
    border-radius: 4px;
	padding: 20px;
  }

  .header-btn:hover{
    background-color: #128c42;
    color: #fff;
  }

  .custom-box-1 .card-body{
    background-color: #e7272d;
    color: #fff;
    text-align: center;
    font-family: 'Roboto Slab', serif; 
    font-size: 20px;
    padding: 0;
  }

  .custom-box-1 .card-body h2{
    font-size: 20px;
  }

  .custom-box-1 .card-body h2 a{
    color: #fff;
    display: block;
    padding: 1.25rem;
  }

  .transp-bg{
    background: url(https://www.quebuenosmexgrill.com/wp-content/themes/mexico/assets/images/transp-img-1.png) no-repeat 0 0 #e7272d;
    margin-top: -100px;
    transition: all ease 0.5s;
    color: #fff;
    text-align: center;
    padding: 25px 15px;
    border-radius: 20px;
    height: 339px;
  }

  .transp-bg p{
    font-size: 16px;
  }

  .title-2{
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
  }

  .btn-type-1{
    font-size: 20px;
    color: #000;
    background-color: #ffdf31;
    font-family: 'Poppins', sans-serif;
    width: 260px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
    text-align: center;
    font-weight: 600;
    z-index: 0;
  }

  .btn-type-1 span{
    position: relative;
    z-index: 99;
  }

  .top-ctrl-2 {
    margin-top: 55px;
  }

  .btn-type-1.top-ctrl-1{
    margin-top: 59px;
  }

  .btn-type-1:before{
    content: "";
    background-color: #000;
    position: absolute;
    top: 0px;
    left: -300px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 9;
    transition: all ease 0.5s;
    opacity: 0;
    z-index: -1;
  }

  .btn-type-1:hover:before{
    border-radius: 0;
    opacity: 1;
    left: 0px;
  }

  .btn-type-1:hover{
    color: #fff;
  }

  .sec-2{
    background: url(https://www.quebuenosmexgrill.com/wp-content/themes/mexico/assets/images/abt-img.jpg) no-repeat 0 0;
    padding: 120px 0;
    position: relative;
    margin: 90px 0 120px;
    color: #fff;
  }

  .sec-2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 9;
  }

  .sec-2 .container{
    position: relative;
    z-index: 99;
  }

  .title-3{
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif; 
    color: #fff;
    font-size: 48px;
    margin: 0px 0 10px;
    font-weight: 600;
  }

  .title-3 span{
    font-family: 'Satisfy', cursive;
    text-transform: none;
    color: #abff00;
    margin-right: 0;
    font-weight: 600;
  }

  .btn-type-1.btn-w-none{
    width: auto;
    padding: 0 45px;
    display: inline-block;
  }

  .sec-2 img{
    border: 8px solid #ffdf31;
  }

  .sec-2 .title-3 {
    margin: 18px 0 27px;
  }

 .menu-items .card{
   font-family: 'Roboto', sans-serif;
   font-size: 16px; 
   margin-bottom: 30px;
 } 

  .menu-items .card h4{  
    font-size: 30px;  
    color: #000000;
    font-weight: 600;    
    margin-bottom: 15px;
  }

.btn-1{
  text-transform: uppercase;
  background: #ff0000;
  border-radius: 0;
  color:#fff;
  font-size: 18px;
}

.btn-1:hover{
  background: #000;
  color:#fff;
}


/* Footer Contact */

footer{
  position: relative;
}

.footer-contact{
  background: #fbf7f7;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  padding: 82px 0;
  text-transform: uppercase;
  /* margin-top: 94px; */
}

.footer-contact p{
  margin-bottom: 14px;
}

.footer-contact img{
  width: 76px;
}

.footer-contact h4{
  font-size: 24px;
  line-height: 30px; 
  margin: 20px 0; 
  font-weight: 600;
}

.footer-social-link{
  display: -webkit-flex;
  display: flex;
}

.footer-social-link li{
  padding: 0 15px;
}

.footer-social-link li:first-child{
  margin-left: auto;
}

.footer-social-link li:last-child{
  margin-right: auto;
}

.footer-social-link li a{
  color: #000;
  font-size: 35px;
  transition: all ease 0.2s;
}

.footer-social-link li a:hover{
  color: #e7272d;
}

.footer-contact a{
  color: #000;
}

.bottom-footer{
  background: #250910;
  color: #fff;
  padding:42px 0;
  position: relative;
  z-index: 999;
}

.footer-menu li{
  padding-right:24px ;
}

.footer-menu a{
  color: #fff;
  font-family: 'Roboto Slab', serif; 
  font-size: 14px;
  transition: all ease 0.5;
}

.footer-menu li.current_page_item a,
.footer-menu a:hover{
  opacity: 0.5;
}

.copy-r a{
  color: #fff;
}

#move-to-top {
  background-size: cover;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #250910;
  z-index: 99999;
  border: 1px solid #fbf7f7;
  border-radius: 50%;
}

#move-to-top img{
  width: 20px;
  position: relative;
  top: 0;
  left: 0;
  transition: all ease 0.5s;
}

#move-to-top:hover img{
  top: -5px;
}


/* Menu Page */

/* .page-template-menu .site-header{
  height: 100vh;
} */

.page-template-menu .site-header .btn-custom:before{
  width: 600px;
}

.menu-bg{
  background: url(https://www.quebuenosmexgrill.com/wp-content/themes/mexico/assets/images/inn-bg-1.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 25px 0;
  position: relative;
  background-attachment: fixed;
}

.btn-custom:hover,
.btn-custom{
  background-color: #ed2024;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}


.btn-custom span{
  position: relative;
  z-index: 99;
}

.btn-custom:before{
  content: "";
  background-color: #000;
  position: absolute;
  top: 0px;
  left: -300px;
  width: 500px;
  height: 300px;
  border-radius: 50%;
  z-index: 9;
  transition: all ease 0.5s;
  opacity: 0;
}

.btn-custom:hover:before{
  border-radius: 0;
  opacity: 1;
  left: 0px;
}

.menu-bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

#breadcrumbs{
  font-size: 18px;
  padding: 20px 0px;
  font-family: 'Roboto Slab', serif;
}

#breadcrumbs a{
  color: #000;
}

.owl-nav{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  margin-top: -81px !important;
  z-index: 9999;
}

.menu-carousel .owl-nav [class*=owl-]{
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 70px;
}

.menu-carousel .owl-nav [class*=owl-]:first-child{
  left: -39px;
}

.menu-carousel .owl-nav .owl-next{
  left: auto;
  right: -40px;
}

.menu-carousel .owl-nav [class*=owl-] span{
  display: none;
}

.menu-carousel .owl-nav .owl-next::after, 
.menu-carousel .owl-nav .owl-next::before,
.menu-carousel .owl-nav .owl-prev::after, 
.menu-carousel .owl-nav .owl-prev::before{
  content: "";
  position: absolute;
  top: 17px ;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.menu-carousel .owl-nav .owl-next::after,
.menu-carousel .owl-nav .owl-prev::before{
  transform: rotate(-60deg);
}

.menu-carousel .owl-nav .owl-prev::after{
  transform: rotate(60deg);
  top: 50px;
}

.menu-carousel .owl-nav .owl-next::before{
  transform: rotate(60deg);
}

.menu-carousel .owl-nav .owl-next::after{
  transform: rotate(-60deg);
  top: 50px;
}

.menu-carousel .owl-nav [class*=owl-]:focus,
.menu-carousel .owl-nav [class*=owl-]:hover {
  background: transparent;
  border: none;
  outline: none;
}


.page-template-menu footer .footer-contact {
  margin-top: 0;
}

.social ul{
  display: -webkit-flex;
  display: flex;
  margin: 0 15px;
  justify-content: center;
}

.social ul li{
  padding: 0 15px;
}

.social ul li a{
  font-size: 45px;
}


.form-style-1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.form-style-1 p{
  margin-bottom: 0;
}

.form-style-1 br,
.form-style-1 p:empty{
  display: none;
}

.form-style-1 label {
  display: block;
  width: 50%;
  padding: 0 5px;
}

.form-style-1 label.comment-box {
  width: 100%;
}

.form-style-1 .btn-type-1{
  margin-top: 15px;
}

.form-style-1 .btn-type-1:hover{
  background-color: #000;
}




.form-style-1 .fileUpload-sec-wrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}



.form-style-1 .fileUpload-sec-wrap > div{
  margin-right: 5px;
}


.form-style-1 .fileUpload-sec{
  position: relative;
  margin:0;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  max-width: 446px;
}



.form-style-1 .fileUpload-sec-wrap .file-name {
  width: 250px;
  height: 50px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 15px;
  color: #1e2637;
  display: block;
  padding: 15px;
  border-radius: 2px;
}

.form-style-1 .fileUpload-sec .FileUpload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.form-style-1 .fileUpload-sec br{
  display: none;
}

.form-style-1 input[type="submit"],
.form-style-1 .fileUpload-sec .fileUpload-btn{
  border: none;
  background-color: #73bf43;
  width: 173px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 53px;
  color: #fff;
  outline: none;
}

.form-style-1 .UploadFile{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.form-style-1 .fileUpload-sec input[type="file"] {
  padding: 15px 0 0 33px;
  opacity: 0;
  width: 100%;
}

.file-name {
  position: relative;
  display: block;
  overflow: hidden;
}

.file-name small{
  display: block;
  position: absolute;
  left: 15px;
  right: 0;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 100%;
}


.connect-w-us img{
  width: 70px;
  position: relative;
  top: -19px;
}


/*  ============================ 
              Responsive
================================== */
@media(max-width:1199px){

  .main-menu a {
    padding: 0 10px 0 25px;
  }

  .site-logo {
    width: 243px;
    top: 62px;
  }

  .title-1 {
    font-size: 50px;
  }

 header .title-1 {
    font-size: 47px;
  }
	
  .sec-1 {
    margin-top: 146px;
  }

  .sec-2 {
    margin: 136px 0 69px;
  }

  .transp-bg {
    height: 367px;
  }

}

@media(max-width:991px){
	
	.f-1 {
		font-size: 24px;
		line-height: 48px;
	}

  .site-header{
    height: auto;
  }

  .site-branding-container {
    padding-top: 145px;
    padding-bottom: 45px;
  }

  .home .site-branding-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-1 {
    font-size: 42px;
  }

  .mob-cross-btn {
    display: block;
    position: relative;
    top: 5px;
    order: 2;
  }

  .mob-cross-btn.active {
    width: 32px;
    position: fixed;
    right: 7px;
    top: 0;
    z-index: 9999999;
  }

  .mob-cross-btn.active span + span {
    margin-top: 18px;
}

  .main-navigation.mob-nav{
    position: fixed;
    top: 0;
    right: -500px;
    width: 300px;
    background: rgb(21 21 21 / 92%);
    z-index: 999;
    height: 100%;
    display: block;
    padding-top: 30px;  
    transition: 0.5s all ease;
  }

  .mob-nav.show-nav{
    right: 0px;
  }

  .main-menu a{
    border-bottom: none;
  }

  .main-menu{
    display: block;
    padding-left: 15px;
  }

  .main-menu li{
    padding: 15px 0;
  }

  .sec-1 {
    margin-top: 48px;
  }

  .title-2 {
    font-size: 32px;
  }

  .transp-bg {
    height: 417px;
  }


  .btn-type-1.top-ctrl-1 {
    margin-top: 106px;
  }

  .sec-1 .img-1-pos, 
  .sec-1 .transp-bg.transp-bg-2, 
  .sec-1 .img-2-pos, 
  .sec-1 .transp-bg {
    top: 0px;
  }

  .sec-2 {
    margin: 58px 0 55px;
    padding: 25px 0;
  }
  
  .footer-contact {
    padding: 35px 0 80px;
    margin-top: 36px;
  }

  .social-share-f {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .social-share-f img {
    width: 40px;
    margin-left: auto;
    position: static;
  }

  .social-share-f .footer-social-link{
    margin-right: auto;
  }

  .bottom-footer {
    padding: 20px 0;
  }

  .footer-menu {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    margin: 0px 0 20px;
  }

  .menu-items .card h4 {
    font-size: 20px;
  }

  .page-template-menu .site-header {
    height: auto;
    padding-bottom: 50px;
  }

  #move-to-top {
    bottom: 116px;
  }

  .footer-contact h4.connect-w-us {
    margin-right: 25px;
  }

  .manage-sec,
  .contact-manage-sec {
    flex-basis: calc(100% - 16px)!important;
  }

  .manage-sec .wp-block-column,
  .contact-manage-sec .wp-block-column {
    flex-basis: calc(100% - 16px)!important;
    padding-bottom: 25px;
  }

}


@media(max-width:767px){

  header .title-1{
    margin-top: 113px;
    margin-bottom: 19px;
  }


  .site-logo {
    width: 148px;
  }

  .title-1 {
    font-size: 27px;
  }

  .custom-box-1 {
    margin-bottom: 68px;
  }

  .sec-1 .row{
    background: url(https://www.quebuenosmexgrill.com/wp-content/themes/mexico/assets/images/transp-img-1.png) no-repeat 0 0 #e7272d;    
  }

  .sec-1>.row > div[class^="col-"]{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sec-1.container .row:first-child{
    margin-top: 0;
  }

  .box-overlap{
    position: absolute;
    top: auto;
    left: auto;
    height: 100%;
  }

  .transp-bg{
    margin-top: 0;
    background-image: none;
    background-color: #00000063;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sec-1 .row  p:empty{
    display: none;
  }

  .transp-bg > * {
    padding: 0;
  }


  .top-ctrl-2,
  .btn-type-1.top-ctrl-1 {
    margin-top: 0;
  }

  .btn-type-1 {
    font-size: 16px;
    width: auto;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
  }

  .sec-2 {
    margin: 46px 0 55px;
    padding: 25px 0 9px;
  }

  .title-3 {
    font-size: 35px;
    margin: 18px 0 8px;
  }

  .top-nav li {
    margin: 0 5px;
  }  

}

@media(max-width:575px){

  .custom-box-1 .card-body h2 a{
    padding: 5px;
  }

  .custom-box-1 {
    margin-bottom: 0px;
  }

  .sec-1 {
    padding-top: 0px;
  }

  .box-overlap {
    position: static;
  }

  .transp-bg{
    background-color: transparent;
    padding-bottom: 0;
  }

  .transp-bg > * {
    padding: 0;
  }

  .custom-box-1 .card-body h2 {
    font-size: 18px;
  }
	
  .home .site-header {
    height: auto;
    padding-bottom: 25px;
  }

  .site-logo {
    left: 15px;
  }

  .title-1{
    margin-left: auto;
    margin-right: auto;
  }


  .menu-carousel .owl-nav .owl-next {
    right: 0;
  }

  .menu-carousel .owl-nav [class*=owl-]:first-child {
    left: 0;
  }

  #breadcrumbs {
    padding: 10px 0px;
  }

  .social-share-f {
    flex-wrap: wrap;
  }

  .social-share-f{
    flex-wrap: wrap;
  }

  .footer-contact h4.connect-w-us {
    margin-right: 0;
    width: 100%;
  }

  .footer-contact h4.connect-w-us img{
    display: none;
  }

}

@media(max-width:528px){


}

@media(max-width:431px){
  #move-to-top {
    bottom: 130px;
  }
}

@media(max-width:375px){
  .top-nav li:first-child:before,
  .top-nav li:not(:first-child){
    display: none;
  }

  .top-nav li:first-child {
    padding-right: 0;
    margin-right: 0;
  }

  .title-3 {
    font-size: 28px;
    margin: 18px 0 10px;
  }  
}

@media(max-width:375px){
  .f-1 {
    font-size: 21px;
    line-height: 48px;
  }

  .custom-box-1 .card-body h2 {
    font-size: 15px;
  }
}