﻿

/*------------------ # Design Fonts ------------------*/

@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Macondo&display=swap');

@import url("../assets/css/line-awesome.css");


/* ----**** [ general css ] ****---- */

body { font-family: "Questrial", sans-serif; font-weight:400; font-size: 17px; color:#231E1E;}

body.innerpage { height: auto;}

a { color: #231E1E; text-decoration: none;
	transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s;}
a:hover, a:active, a:focus { color: #022E85; outline: none; text-decoration: none;}


/* ----**** [ order button css ] ****---- */

.order-btn { background: #870909; border: 2px solid #FFFFFF; color: #FFFFFF; 
  font-family: "Questrial", sans-serif; font-size:19px; font-weight: 400; 
	text-transform:uppercase; display: inline-flex; justify-content: center; align-items: center; 
	padding: 0 16px; min-width: 240px; height: 52px;
	/*-webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px;*/
	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;}
.order-btn:hover, .order-btn:focus { background: #FFFFFF; color: #870909;}


h1, h2, h3, h4, h5, h6 { margin: 0 0 16px 0;}
h1, h2, h3, h4 { font-family: "Macondo", cursive; font-weight:400;}

p { font-family: "Questrial", sans-serif; font-weight:400; font-size:17px; margin:0 0 16px 0; color:#231E1E;}

section { padding:80px 0;}	


/* ----**** [ sections header ] ****---- */

.section-header { margin-bottom:36px; text-align:center;}
.section-header h2 { font-family: "Macondo", cursive; font-size: 54px; font-weight:400; color:#231E1E; margin: 0;}
.section-header h2.clrWhite { color:#FFFFFF;}


/* ----**** [ back-to-top button ] ****---- */

.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 996;
	background: rgba(255, 255, 255, 0.50); width: 40px; height: 40px; visibility: hidden; opacity: 0;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px;
	-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s;}
	
.back-to-top i { font-size: 28px; color: #231E1E; line-height: 0;}
.back-to-top:hover { background: rgba(255, 255, 255, 1);}
.back-to-top:hover i { color: #231E1E;}
.back-to-top.active { visibility: visible; opacity: 1;}


/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* ----**** [ header section ] ****---- */

.top-area { position: relative; width: 100%; height: 100%;}

#header .website-note { background:#231E1E; text-decoration:none;
	font-family: "Questrial", sans-serif; font-weight: 400; font-size: 17px; color:#FFFFFF;	
	position: absolute; width: 100%; top: -36px; height: 36px; display: flex; align-items: center; justify-content: center;}

#header { background: rgba(255, 255, 255, 1); z-index: 997; height:120px; top: 0; 
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;}
#header.header-scrolled { background: rgba(255, 255, 255, 1); border-bottom: 1px solid rgba(231, 231, 231, 1); height: 120px; top:0;
	box-shadow: 1px 0 10px rgb(0 0 0 / 10%); -webkit-box-shadow: 1px 0 10px rgb(0 0 0 / 10%); -moz-box-shadow: 1px 0 10px rgb(0 0 0 / 10%);}

#header .logo { padding: 0 0 16px 0; text-align: center; /*margin: 0 0 6px 0; border-bottom: 1px solid #000;*/}
#header .logo img { max-height: 48px;}


/* ----**** [ desktop navigation section ] ****---- */

.nav-wrapper { display: flex; gap: 12px; justify-content: center; align-items: center;}
.nav-wrapper ul.header-social { display: flex; padding: 0; margin: 0; list-style-type: none;}
.nav-wrapper ul.header-social li a { height: 32px; width: 32px; font-size: 22px; color: #231E1E; 
	display: flex; align-items: center; justify-content: center;}
.nav-wrapper ul.header-social li a i.la-facebook-f { font-size: 20px;}
.nav-wrapper ul.header-social li a:hover { background: #870909; color: #FFFFFF;}

.navbar { padding: 0; justify-content: center;}

.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center;}
.navbar ul li { position: relative; }

.navbar ul li a { display: flex; align-items: center; justify-content: space-between; 
	font-family: "Questrial", sans-serif; font-weight: 400; font-size: 17px; color: #231E1E; text-transform: uppercase;
	white-space: nowrap; padding: 0 15px; 
  /* border-right: 1px solid #000; */
	-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;}
.navbar ul li a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: #870909;}

.navbar ul li a i { margin: 0 12px 0 0; font-size: 28px;}

.navbar ul li:nth-last-child(2) a, .navbar a.nav-link.order-online-btn { border-right: 0px none;}

.navbar a.nav-link.order-online-btn { background: #870909; color: #FFFFFF; 
	padding:0 16px; min-width: 120px; justify-content: center; height: 36px;
	/*-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;*/}
.navbar a.nav-link.order-online-btn:hover { background: #231E1E; color: #FFFFFF;}
	
.nav-link:focus, .nav-link:hover{ color:#870909;}


/* ----**** [ mobile navigation section ] ****---- */

.mobile-nav-toggle { color: #231E1E; font-size: 36px; cursor: pointer; display: none; line-height: 0;
  transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s;}
.mobile-nav-toggle.bi-x { color: #FFFFFF;}

@media (max-width: 991px) {
	
  .mobile-nav-toggle { display: block;}
  .navbar ul { display: none;}
  
}

.navbar-mobile { background: rgba(20, 33, 56, 0.65); overflow: hidden;
	position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 999;
	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s;}
  
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 16px; right: 24px; font-size: 36px;}

.navbar-mobile ul { background: #870909; display: block; overflow-y: auto;
	position: absolute; top: 48px; right: 24px; bottom: 24px; left: 24px; padding: 16px;
	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s;}	
.navbar-mobile ul li { text-align:center; margin:0;}	
.navbar-mobile ul li a { padding: 8px 16px; font-weight:400; color: #FFFFFF; justify-content: center; border-right: 0px none;
	/*-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;*/}
	
.navbar-mobile ul li a:focus { display:block;}
.navbar-mobile ul li a:hover, .navbar-mobile .active, .navbar-mobile ul li:hover > a { background: #FFFFFF; color: #870909;}

.navbar-mobile a.nav-link.order-online-btn { height: 44px; background: #F9D15A; color: #870909;}
.navbar-mobile a.nav-link.order-online-btn:hover { background: #F9D15A; color: #870909;}

.mobile-order-btn { display: none;}
.mobile-order-btn a { background: #ce202f; font-size:17px; font-weight:500; height: 36px; line-height: 36px;
	display: inline-block; color: #FFFFFF; text-align:center; padding: 0 10px; 
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;}
.mobile-order-btn a:hover { background: #231E1E; color: #FFFFFF;}


/* ----**** [ slider section ] ****---- */

.slider-area .pogoSlider--navBottom .pogoSlider-nav { display:none;}

html, body { height: 100%}

.pogoSlider { width: 100%; height: 100%; overflow: hidden; position: relative; text-align: center; padding-bottom: 0!important;}

.pogoSlider-slide { position: absolute; width: 100%; height: 100%; opacity: 0; overflow: hidden;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    -webkit-box-orient: vertical; -webkit-box-direction: normal;
    -ms-flex-direction: column; flex-direction: column; padding-top: 200px;}

/*.pogoSlider-slide::after { background: #231E1E; width: 100%; height: 100%;
    content: ""; position: absolute; left: 0; opacity: 0.25; top: 0; z-index: -1;}*/	
	
	
.slider-area { position: relative; width: 100%; height: 100%;}
.slider-area h1 { color:#FFFFFF; font-size:60px; font-weight: 400; margin: 0 0 24px 0;
  text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);}
.slider-area .logo { margin-bottom: 24px;}
.slider-area .logo img { -webkit-filter: drop-shadow(5px 5px 5px #222222); filter: drop-shadow(5px 5px 5px #222222);}

/* .slider-area .order-btn { height: 56px; font-size:20px;} */


/* ----**** [ restaurant info section ] ****---- */

#restaurant-info { background: #870909; height: 80px; text-align: center;
    display: flex; align-items: center; gap:24px; justify-content: center;}
#restaurant-info a { display: flex; justify-content: center; align-items: center;}
#restaurant-info a i { color: #F9D15A; font-size:28px; margin: 0 10px 0 0;
	display: flex; align-items: center; justify-content: center;}
#restaurant-info a span { font-size: 19px; text-transform: uppercase; font-weight: 400; color: #FFFFFF;}	


/* ----**** [ home our menu section ] ****---- */

#home-our-menu { padding-bottom: 0;}

#home-our-menu .our-menu-text {  text-align: center;}
#home-our-menu .our-menu-text p { font-size: 17px; line-height: 26px; margin: 0; color:#231E1E;}


/* ----**** [ home welcome extra section ] ****---- */

.welcome-outer-main { padding: 50px 80px;}
.welcome-outer-main .order-btn { min-width: 200px; border: 0px none; height: 44px;}
.welcome-outer-main .order-btn:hover, 
.welcome-outer-main .order-btn:focus { background: #870909; color: #F9D15A;}

#home-welcome .section-header h2, #home-specialoffers .section-header h2 { position: relative;}
#home-welcome .section-header h2:before, #home-specialoffers .section-header h2:before { 
  content: ""; width: auto; height: 60px; margin: 15px auto; 
  position: relative; top: 0; left: 0; right: 0; display: block;   
  background-image: url("../images/bg/title_decoration.png");
  background-repeat: no-repeat; background-position: center; background-size: contain;}

#home-welcome, #home-specialoffers { padding:0; position:relative;}
	
/* #home-welcome:before, #home-specialoffers:before { content: ""; width: 100%; height: 100%;
    position: absolute; top: 0; left: 0; right: 0; z-index: -1; display: block; 
    background-attachment: fixed; background-size: cover;}
	
#home-welcome:before { background-image: url("../images/bg/about_us_back.jpg"); background-position: right;}
		
#home-specialoffers:before { background-image: url("../images/bg/about_us_back.jpg"); background-position: left;} */

.welcome-inner, .specialoffers-inner { display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-align-items: stretch; 
	-webkit-align-content: stretch; overflow: hidden;}
	
	
.welcome-img, .specialoffers-img { position: relative;
    background-repeat: no-repeat; background-size: cover; background-position: center;}


/* ----**** [ home welcome section ] ****---- */

#home-welcome .welcome-img, #home-welcome .welcome-text { width:50%;}
#home-welcome .welcome-text { padding:80px 48px; text-align:center; background: #F9D15A;}

#home-welcome .welcome-text p { font-size: 18px; font-weight: 400;}
#home-welcome .welcome-text p a { border-bottom: 1px solid #231E1E;}
#home-welcome .welcome-text p a:hover { border-bottom: 1px solid #870909; color: #870909;}

/* #home-welcome .welcome-text p strong { display:block; font-weight: 400;}
#home-welcome .welcome-text p span { display:block; font-weight: 500;}
#home-welcome .welcome-text p span { margin:24px 0 0 0;}
#home-welcome .welcome-text p span a { border-bottom: 1px solid #231E1E;}
#home-welcome .welcome-text p span a:hover { border-bottom: 1px solid #870909; color: #870909;} */


/* ----**** [ home our story section ] ****---- */


#home-specialoffers .specialoffers-img, #home-specialoffers .specialoffers-info { width:50%;}
#home-specialoffers .specialoffers-info { padding:60px 48px; background: #F9D15A;}

.specialoffers-info { text-align:center;}
.specialoffers-info p { font-size: 18px; font-weight: 400;}

/* .specialoffers-info ul { list-style-type:none; margin:0; padding:0;}
.specialoffers-info ul li { font-family: "Questrial", sans-serif; font-size:20px; font-weight:500; margin-bottom: 8px;}
.specialoffers-info ul li span { padding-right: 12px;}
.specialoffers-info ul li:first-child { font-size:24px; margin-bottom: 16px;}
.specialoffers-info ul li:last-child { margin-bottom: 0;}

.specialoffers-info ul.offer-imgs { border: 0px none; display: flex; padding: 0;
    justify-content: space-evenly; align-items: center;}
.specialoffers-info ul.offer-imgs  li { margin:0; } */

.specialoffers-btn { margin-block-start: 36px;}
/* .specialoffers-btn .order-btn { font-size:17px; padding: 0 40px; min-width: auto; height: 44px;} */


/* ----**** [ home google reviews section ] ****---- */

#home-google-reviews { position:relative; background: url("../images/bg/reviews_back.jpg") no-repeat center fixed;
  -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;}

#home-google-reviews .container { width: 60%;}	
#home-google-reviews .google-review-inner { display: flex; gap: 24px;}
#home-google-reviews .google-review-inner .review-quote { font-size: 60px; color:#870909; display: flex;}

#home-google-reviews .google-review-inner .review-quote.quote-left { align-items: self-start;}
#home-google-reviews .google-review-inner .review-quote.quote-right { align-items: self-end;}

#home-google-reviews .google-review-item .item-text { min-height:180px; text-align: center;}
	
.google-review-item p { font-size: 17px; line-height: 26px; margin: 0; color:#231E1E; min-height: 148px;}
.google-review-item h4 { font-family: "Questrial", sans-serif; font-size: 19px; font-weight: 500; 
  color:#231E1E; display: flex; gap: 12px;
  justify-content: center; text-transform: inherit; align-items: center; margin: 0 0 24px 0;}	
.google-review-item span { display: flex; align-items: center; gap: 6px;}
.google-review-item span i { font-size:17px; color:#231E1E;}

/*#home-google-reviews .owl-carousel .owl-controls { margin-top: -30px; position: absolute; top: 50%; width: 100%;}
#home-google-reviews .owl-carousel .owl-nav>button { color: #fff; width: 36px; height: 36px; 
	text-align: center; display: inline-block; font-size: 36px; opacity: 0;
    padding-top: 4px; position: absolute; top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
#home-google-reviews .owl-carousel .owl-nav>button:focus { border:0px none; outline:none;}
#home-google-reviews .google-reviews-carousel:hover .owl-nav>button { opacity: 1;}
#home-google-reviews .owl-carousel .owl-nav>button.owl-next { right: -200px;}
#home-google-reviews .owl-carousel .owl-nav>button.owl-prev { left: -200px;}*/

#home-google-reviews .owl-nav, #home-google-reviews .owl-dots { margin-top: 5px;}
#home-google-reviews .owl-dots { width: 100%; margin: 0 auto; text-align: center;}
#home-google-reviews .owl-dot { display: inline-block; margin: 0 5px; width: 15px; height: 15px; background: rgba(35, 30, 30, 0.45);
	-webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%;}
#home-google-reviews .owl-dot:focus { outline:none;}	
#home-google-reviews .owl-dot.active { background-color: rgba(35, 30, 30, 1);}


/* Gallery Section
--------------------------------*/


#gallery { padding: 0;}

.columnmain { display: flex; justify-content: center;}

.columnmain.oneclmn, .columnmain.twoclmn { justify-content: space-between;}

.columnmain.oneclmn .column1 { width: 40%;}
.columnmain.oneclmn .column2 { width: 60%;}

.columnmain.twoclmn .column1 { width: 40%;}
.columnmain.twoclmn .column2 { width: 60%;}

#gallery .columnmain.oneclmn .column1 a.glightbox img { width: 100%; height: 100%;}
#gallery .columnmain.oneclmn .column2 .gallery-row1 a.glightbox{ width: 33.33%;}
#gallery .columnmain.oneclmn .column2 .gallery-row1 a.glightbox img { max-width: 100%;}
#gallery .columnmain.oneclmn .column2 .gallery-row2 a.glightbox{ width: 33.33%;}
#gallery .columnmain.oneclmn .column2 .gallery-row2 a.glightbox img { max-width: 100%;}

#gallery .columnmain.twoclmn .column1 a.glightbox img { width: 100%; height: 100%;}
#gallery .columnmain.twoclmn .column2 .gallery-row1 a.glightbox{ width: 33.33%;}
#gallery .columnmain.twoclmn .column2 .gallery-row1 a.glightbox img { max-width: 100%;}
#gallery .columnmain.twoclmn .column2 .gallery-row2 a.glightbox{ width: 33.33%;}
#gallery .columnmain.twoclmn .column2 .gallery-row2 a.glightbox img { max-width: 100%;}


.column2 img { max-width: 288px;}

.gallery-row1 { display: flex;}
.gallery-row2 { display: flex;}

#gallery a.glightbox { display: block; padding: 0; overflow: hidden;}

#gallery a.glightbox img {
	-webkit-transition: all ease-in-out 0.4s; -moz-transition: all ease-in-out 0.4s; -ms-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s;}
#gallery a.glightbox:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}


.gallery-desktop { /*display:block;*/}
.gallery-desktop .col-12 { padding:0;}
.gallery-mobile { display:none;}

#gallery .owl-carousel .owl-controls { margin-top: -30px; position: absolute; top: 50%; width: 100%;}
#gallery .owl-carousel .owl-nav>button { background: #f6343f; color: #fff; width: 40px; height: 40px; 
	text-align: center; display: inline-block; font-size: 28px; margin-top: -20px; opacity: 0; padding-top: 4px; position: absolute; top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
#gallery .owl-carousel .owl-nav>button:focus { border:0px none; outline:none;}
#gallery .gallery-slider:hover .owl-nav>button { opacity: 1;}

#gallery .owl-carousel .owl-nav>button.owl-next { right: 0;}
#gallery .owl-carousel .owl-nav>button.owl-prev { left: 0;}

#gallery .owl-dots { margin-top: 25px; text-align: center;}
#gallery .owl-dots .owl-dot { display: inline-block; margin: 0 5px;
	width: 12px; height: 12px; background: #ddd;
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%;}
#gallery .owl-dots .owl-dot:focus { outline:none;}
#gallery .owl-dots .owl-dot.active { background-color: #ce202f;}



/* ----**** [ home map section ] ****---- */

#home-map { padding:0;}



/* ----**** [ home footer section ] ****---- */


#footer { position: relative; background: #870909;}
		

#footer .footer-top { padding: 60px 0; position: relative;}

#footer .footer-top h3 { display: flex; align-items: center; gap: 16px; margin: 0 0 24px 0;}
#footer .footer-top h3 i { background:#FFFFFF; color: #142535; width: 36px; height: 36px; display:none!important;
	display: flex; align-items: center; justify-content: center; font-size: 26px;}
#footer .footer-top h3 span { font-family: "Questrial", sans-serif; font-size:24px; color: #FFFFFF; font-weight: 400;}

#footer .footer-top ul { list-style: none; padding: 0; margin:0;}

#footer .footer-top .footer-address .footer-kosher-logo { margin:16px 0 0 0;}

#footer .footer-top .footer-address ul li { display:block;}
#footer .footer-top .footer-address ul li a { font-size:17px; color: #FFFFFF;}
#footer .footer-top .footer-address ul li a:hover { color: #FFFFFF;}

#footer .footer-top .footer-phone ul li { display:block;}
#footer .footer-top .footer-phone ul li a { font-size:17px; color: #FFFFFF; border-bottom:1px solid transparent;}
#footer .footer-top .footer-phone ul li a:hover { color: #FFFFFF; border-bottom:1px solid #FFFFFF;}

#footer .footer-top .footer-social { margin: 0 0 36px 0;}

#footer .footer-top .footer-social ul { display: flex; gap: 12px;}
#footer .footer-top .footer-social ul li a { width: 32px; height: 32px; 
	display: flex; align-items: center; justify-content: center;
	background:transparent; color: #FFFFFF; font-size: 22px;}
#footer .footer-top .footer-social ul li a i.la-facebook-f { font-size: 20px;}	
#footer .footer-top .footer-social ul li a:hover { background:#F9D15A; color: #870909;}

#footer .footer-top .footer-hours ul li { font-size:17px; color: #FFFFFF; display:block; margin: 0 0 12px 0;}
#footer .footer-top .footer-hours ul li:last-child { margin:0;}

#footer .footer-top .footer-logo { margin: 0 0 36px 0;}
#footer .footer-top .footer-logo ul li img { max-height: 110px;}

#footer .footer-btm { background: #000000; padding: 16px 0; position: relative;
  /*border-top: 1px solid #FFFFFF;*/ } 

#footer .footer-btm p { color: #FFFFFF; font-size:17px; margin: 0; 
  display: flex; justify-content: space-between; align-items: center;}
#footer .footer-btm p span img { max-height: 36px;}
#footer .footer-btm p strong, #footer .footer-btm p strong b { font-weight: 400;}
/*#footer .footer-btm p strong b { border-right: 1px solid #FFFFFF; margin: 0 12px 0 0; padding: 0 12px 0 0;}*/
#footer .footer-btm p a { color: #FFFFFF; border-bottom:1px solid transparent;}
#footer .footer-btm p a:hover { color: #FFFFFF; border-bottom:1px solid #FFFFFF;}


#blog .container { width: 60%;}
.post-details p { font-size: 17px;}


/* ----**** [ website acs section ] ****---- */
	

.website-acs { padding: 180px 0 80px 0; position: relative;}
.website-acs::before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; right: 0; top: 0; z-index: -1;
	background: url(../images/bg/bg-img3.webp) no-repeat center center fixed; 
	-webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;
  -webkit-filter: grayscale(1) opacity(0.2); -moz-filter: grayscale(1) opacity(0.2); -o-filter: grayscale(1) opacity(0.2);
    -ms-filter: grayscale(1) opacity(0.2); filter: grayscale(1) opacity(0.2);}

/*.website-acs .website-info-block { background: #FFFFFF; padding: 30px;  
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}*/
	
.website-acs .section-header h2 { font-size: 54px;}
.website-acs .website-info-block p:last-child { margin:0;}
.website-acs .website-info-block p a { color: #870909; text-decoration:underline;}


/* ----**** [ breadcrumbs section ] ****---- */

.breadcrumbs { padding: 0; text-align:center; min-height: 240px; margin-top: 156px; 
	display: flex; align-items: center; justify-content: center;}
.breadcrumbs h2 { font-size: 44px; margin-bottom: 0; font-weight: 400; color:#FFFFFF;}

.breadcrumbs { background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/bg/bg-img3.webp") center center;
	 overflow: hidden; padding: 40px 60px; 
	 -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;}


/* ----**** [ locations section ] ****---- */

.locations-main .location-block { padding:0 0 40px 0;}
.locations-main .location-block h2 { font-size:36px; font-weight:500;}
.locations-main .location-block h2 span { display:block; font-size:22px; font-family: 'Inter'; font-weight:500; margin:5px 0 0 0; color: #ce202f;}

.locations-main .location-block p { font-size: 20px; margin:0 0 14px 0;}
.locations-main .location-block a.order-btn:hover { background: #161616; color: #FFFFFF;}

.locations-main .location-block ul { padding:0; margin:10px 0 0 0; list-style-type:none;}
.locations-main .location-block ul li { display:inline-block; margin: 0 10px 0 0;}
.locations-main .location-block ul li a { background: #686868; font-size:22px; display:block;
    color: #FFFFFF; width: 38px; height: 38px; line-height: 38px; text-align: center;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}

.privacy-policy h1 { font-size:32px; font-weight:400; color:#231E1E;}
.privacy-policy h2 { font-size:26px; font-weight:400; color:#231E1E;}
.privacy-policy h3 { font-size:22px; font-weight:400; color:#231E1E;}
.privacy-policy p, .privacy-policy ul { color:#231E1E;}
.privacy-policy hr { background-color: #231E1E; margin: 20px 0; height: 1px; border: 0;}


.mobile-view-btn-only{  
	width: 100%;
	position: fixed; 
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 9999;
	border-radius: 0;
	padding: 8px;
	background: #F6F6F6;
	display: flex;
	gap: 6px;
	display: none;
}
.mobile-view-btn-only a.mobile-view-order-btn {
	background: #870909;     
	font-family: "Questrial", sans-serif; 
	/*border-radius:10px;*/
	font-size:16px; 
	font-weight: 500; 
	color: #FFFFFF; 
	text-transform:uppercase; 
	display: inline-flex; 
	justify-content: center; 
	align-items:center;
	padding: 0 16px; 
	width: 100%; 
	height: 44px;
	-webkit-transition: all ease-in-out 0.3s; 
	-moz-transition: all ease-in-out 0.3s;  
	transition: all ease-in-out 0.3s;
}
.mobile-view-btn-only a.mobile-view-order-btn:hover, .mobile-view-btn-only a.mobile-view-order-btn:focus { 
	background:#870909; 
	color:#FFFFFF;
}

.mobile-view-btn-only a.mobile-view-order-btn.apple-btn{ background: #000000; Color: #FFFFFF;}
.mobile-view-btn-only a.mobile-view-order-btn.apple-btn:hover{ background: #000000;}
/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/


@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    

}


/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/

@media (min-width: 768px) and (max-width: 1023px) {	

	section { padding:48px 0;}	
	.section-header { margin-bottom: 24px;}
	.section-header h2 { font-size: 40px;}	

	#header { height:80px; padding:0;}
	#header.header-scrolled { height:80px;}
	#header .logo { margin: 0; padding: 0; border: 0px none;}
	#header .logo img { max-height: 48px;}
	
	#header .header-inner { display: flex; justify-content: space-between; } 
	.nav-wrapper { gap: 12px;}
	.nav-wrapper .navbar { order: 2;}		
	
	.slider-area h2 { padding:0 75px;}	
	.slider-area h1 { font-size:48px;}
	.slider-area h2 img { max-height: 148px;}
	.pogoSlider-slide { padding-top:0;}
	.slider-area .pogoSlider--navBottom .pogoSlider-nav { display:block;}
	
	#home-welcome .welcome-img { height:300px;}
	#home-welcome .welcome-img, #home-welcome .welcome-text { width: 100%!important;}

	#home-welcome .welcome-text { padding:36px 24px;}
	#home-welcome .welcome-text p { font-size: 18px; margin:0;}
	#home-welcome .welcome-text p span { margin: 16px 0 0 0;}
	#home-welcome .welcome-text p span a { display: inline-flex;}
	
	#home-specialoffers .specialoffers-img { height:300px; order: 1;}
	#home-specialoffers .specialoffers-img, #home-specialoffers .specialoffers-info { width: 100%!important;}
	#home-specialoffers .specialoffers-info { padding: 36px 24px; order: 2;}

	.specialoffers-info ul { padding:0;}
	.specialoffers-info ul li { margin-bottom: 12px;}	
	
	.gallery-row1 img, .gallery-row2 img { width: auto; max-width: 100%;}

	#gallery { padding:0;}	
	
	#home-google-reviews .container { width: 80%;}	
	
	
	.website-acs p { font-size: 18px; line-height: 28px;}
	
	#footer { padding:0;}
	#footer .footer-top { padding:36px 0;}
	#footer .footer-top .col-7, #footer .footer-top .col-5 { width: 100%;}
	
	#footer .footer-top h3 { margin: 0 0 16px 0;}
	#footer .footer-top h3 span { font-size: 22px;}
	#footer .footer-top .col-12 { gap: 24px;}
	#footer .footer-top .footer-address,
	#footer .footer-top .footer-hours { width: 100%;}	
	#footer .footer-top .footer-hours ul li { margin: 0 0 8px 0;}
	#footer .footer-top .footer-hours ul li:last-child { margin: 0;}
	#footer .footer-top .footer-hours ul li span { /*display:block;*/}
	
	#footer .footer-top .footer-contact { flex-wrap: wrap; gap: 24px;}
	.footer-top .footer-phone, .footer-top .footer-email { width:100%;}
	
	#footer .footer-top .footer-address, #footer .footer-top .footer-hours,
	#footer .footer-top .footer-logo { margin: 0 0 24px 0;}
	
	#footer .footer-btm { padding:16px 0;}	
	#footer .footer-btm .col-6 { width:100%;}
	#footer .footer-btm ul { justify-content: center; margin: 0 0 10px 0;}
	#footer .footer-btm p { text-align: center; margin: 0;}
	
	.website-acs { padding: 120px 0 48px 0;}
	.website-acs .section-header h2 { font-size: 36px;}
	.website-acs .website-info-block { padding: 0;}
	.website-acs .website-info-block p { font-size: 16px; line-height: 26px;}

	.locations-main .col-5 { width:50%;}
	.locations-main .location-block { padding:0;}
	.locations-main .location-block h2 span { font-size:20px;}
	.locations-main .location-block p { font-size: 16px; margin:0 0 10px 0;}
	.locations-main .location-block a.order-btn { font-size: 20px; height: 48px; line-height: 48px;}
	

}


/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/

@media only screen and (max-width: 767px) {
	
	/*.order-btn { max-width: 100%; width: 100%;}
	.specialoffers-btn .order-btn { max-width: 80%; width: 80%;}*/
	
	section { padding:48px 0;}	
	.section-header { margin-bottom: 24px;}
	.section-header h2 { font-size: 40px; line-height: 40px;}	
	
	#header { height:80px; padding:0;}
	#header.header-scrolled { height:80px;}
	#header .logo { margin: 0; padding: 0; border: 0px none;}
	#header .logo img { max-height: 40px;}
	
	#header .header-inner { display: flex; justify-content: space-between; } 
	.nav-wrapper { gap: 12px;}
	.nav-wrapper .navbar { order: 2;}
	
	.slider-area h1 { font-size:36px;}
	.slider-area .logo { padding:0 48px;}	
	.slider-area .logo img { max-height: 80px;}
	.slider-area a.order-btn { height: 48px;}	
	.pogoSlider-slide { padding-top:0;}	
	.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn { display: none;} 
	.slider-area .pogoSlider--navBottom .pogoSlider-nav { display:block;}
	
	/*.mobile-order-btn { display: block;}*/
	
	#restaurant-info { height: auto; padding:12px 16px; flex-wrap: wrap; gap: 10px;}
	#restaurant-info a { gap: 6px; flex-wrap: wrap;}
	#restaurant-info a i { margin:0; font-size: 22px;}
	#restaurant-info a span { width: 100%; font-size: 17px;} 

	#home-our-menu .col-8 { width: 100%;}

	.welcome-outer-main { padding: 48px 16px;}
	
	#home-welcome .welcome-img { height:300px;}
	#home-welcome .welcome-img, #home-welcome .welcome-text { width: 100%!important;}

	#home-welcome .section-header h2, #home-specialoffers .section-header h2 { font-size: 36px; line-height: auto;}

	#home-welcome .welcome-text { padding:24px 16px;}
	#home-welcome .welcome-text p { font-size: 17px; margin:0;}
	#home-welcome .welcome-text p span { margin: 16px 0 0 0;}
	#home-welcome .welcome-text p span a { display: inline-flex;}
	
	#home-specialoffers .specialoffers-img { height:300px; order: 1;}
	#home-specialoffers .specialoffers-img, #home-specialoffers .specialoffers-info { width: 100%!important;}
	#home-specialoffers .specialoffers-info { padding: 24px 16px; order: 2;}

	.specialoffers-info ul { padding:0;}
	.specialoffers-info ul li { font-size: 18px; margin-bottom: 12px;}	
	.specialoffers-info ul li:first-child { font-size: 20px;}
	.specialoffers-btn { margin-block-start: 24px;}	
	
	#gallery { padding:0 0 48px 0;}
	
	.gallery-desktop { display:none;}
	.gallery-mobile { display:flex;}	
	
	#gallery .owl-carousel .owl-nav>button { width: 26px;}
	#gallery .gallery-slider:hover .owl-nav>button { opacity: 0.65;}
	#gallery .owl-carousel .owl-nav>button.owl-prev { left: 10px;}
	#gallery .owl-carousel .owl-nav>button.owl-next { right: 10px;}	
	
	#home-google-reviews { padding: 48px 0;}
	#home-google-reviews .container { width:100%;}
	#home-google-reviews .google-review-item .item-text { margin: 0; padding: 16px;}
	.google-review-item h4 { font-size: 20px; display: block; }
	.google-review-item span { justify-content: center; margin: 12px 0 0 0;}
	#home-google-reviews .google-review-inner .review-quote { display:none;}
	
	#footer .footer-top { padding:36px 0;}
	#footer .footer-top h3 { margin: 0 0 16px 0; justify-content: center;}
	#footer .footer-top h3 i { display:none;}
	#footer .footer-top h3 span { font-size: 22px;}
	
	#footer .footer-top .col-4 { width: 100%;}
	#footer .footer-top .footer-address, 
	#footer .footer-top .footer-hours, 
	#footer .footer-top .footer-social { margin: 0 0 24px 0; text-align: center;}
	#footer .footer-top .footer-phone { text-align: center;}	
	#footer .footer-top .footer-address ul li a br { display:none;}
	#footer .footer-top .footer-social ul { justify-content: center;}
	#footer .footer-top .footer-hours ul li { margin: 0 0 8px 0;}
	#footer .footer-top .footer-hours ul li:last-child { margin: 0;}	
	
	#footer .footer-btm p { flex-wrap: wrap; justify-content: center; gap: 16px;}
	#footer .footer-btm p span img { max-height: 48px;}
	#footer .footer-btm p strong { text-align: center;}
	#footer .footer-btm p strong b { margin: 0; padding: 0; border-right: 0px none;}
	#footer .footer-btm p strong a { display: inline-flex; justify-content: center;}	
	
	.website-acs { padding: 106px 0 48px 0;}
	.website-acs .section-header h2 { font-size: 36px;}
	.website-acs .website-info-block { padding: 0; line-height: 26px;}
	.website-acs .website-info-block p { font-size: 16px;}	
	
	.locations-main .col-5 { width:100%;}
	.locations-main .col-5:last-child .location-block { padding:0; margin:0; border-bottom:0px none;}	
	.locations-main .location-block { padding:0 0 25px 0; margin:0 0 25px 0; text-align:center; border-bottom:1px solid #c3c3c3;}	
	.locations-main .location-block h2 { font-size: 30px; margin:0 0 10px 0;}
	.locations-main .location-block h2 span { font-size: 20px;}
	.locations-main .location-block p { font-size: 16px; margin:0 0 10px 0;}

	.privacy-policy h1 { font-size: 24px;}
	.privacy-policy h2 { font-size: 20px;}
	.privacy-policy h3 { font-size: 18px;}
	
slider-area .order-btn, .slider-area .download-app {
	display: none;
}
.mobile-view-btn-only {
	display: flex;
}
.pogoSlider-slide {
	padding-top: 0;
}
#footer .footer-btm {
	padding: 16px 0 80px 0;
}	

}


/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {	


	.slider-area a.order-btn { margin: 0 10px 12px 10px;}
	

}
.breadcrumbs { min-height: 260px; margin-top: 80px; padding: 80px 0; display:flex; align-items:center; background:linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,.72)),url('../images/bg/bg-img3.webp') center center/cover no-repeat; }
.breadcrumbs h1 { font-family: inherit; font-size:54px; font-weight:700; color:#fff; text-transform:uppercase; margin:0; }
.breadcrumbs-inner ol { display:flex; align-items:center; justify-content:flex-end; gap:12px; list-style:none; margin:0; padding:0; }
.breadcrumbs-inner li { font-size:18px; font-weight:400; color:#fff; text-transform:uppercase; }
.breadcrumbs-inner li + li:before { content:'/'; color:#C49A4A; margin-right:12px; }
.breadcrumbs-inner a { color:#fff; }
.breadcrumbs-inner a:hover, .breadcrumbs-inner .current { color:#C49A4A; }
.inner-page-section { background:#fff; color:#000; }
.inner-page-section p, .inner-page-section li { color:#000; font-size:18px; line-height:30px; }
.contact-intro { text-align:center; }
.contact-intro h3 { color:#000; font-size:36px; font-weight:700; text-transform:uppercase; margin-bottom:24px; }
.contact-intro p a { color:#C49A4A; border-bottom:1px solid transparent; }
.contact-intro p a:hover { color:#000; border-bottom-color:#000; }
.menu-page { background:#fff; }
.menu-intro { max-width:880px; margin-left:auto; margin-right:auto; }
.menu-board { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:34px; margin-top:44px; align-items:start; }
.menu-panel { border-top:4px solid #C49A4A; background:#fafafa; padding:26px 28px; box-shadow:0 8px 22px rgba(0,0,0,.08); }
.menu-panel h3 { color:#000; font-size:30px; font-weight:700; text-transform:uppercase; margin:0 0 18px; }
.menu-item { display:flex; justify-content:space-between; gap:18px; padding:14px 0; border-bottom:1px dashed #cfcfcf; }
.menu-item:last-child { border-bottom:0; padding-bottom:0; }
.menu-item h4 { color:#000; font-size:18px; font-weight:700; margin:0 0 5px; }
.menu-item p { color:#555; font-size:15px; line-height:23px; margin:0; }
.menu-price { color:#C49A4A; font-size:18px; font-weight:700; white-space:nowrap; }
.gallery-page-grid { display:flex; flex-wrap:wrap; }
.gallery-page-grid a { width:25%; display:block; overflow:hidden; }
.gallery-page-grid img { width:100%; height:100%; object-fit:cover; transition:.4s; }
.gallery-page-grid a:hover img { transform:scale(1.08); }
@media(max-width:767px){ .breadcrumbs{margin-top:70px;min-height:220px;padding:58px 0;text-align:center}.breadcrumbs h1{font-size:38px}.breadcrumbs-inner ol{justify-content:center;flex-wrap:wrap}.breadcrumbs-inner li{font-size:15px}.menu-board{grid-template-columns:1fr;gap:24px}.menu-panel{padding:22px 18px}.gallery-page-grid a{width:50%} }
