

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


@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

@import url(line-awesome.css);


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

body { font-family: "Montserrat"; font-weight:400; font-size: 16px; color:#ffffff;}

body.innerpage { height: auto;}

a { color: #ffffff; 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: rgb(255, 255, 255); outline: none; text-decoration: none;}


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

.order-btn { background:#33863e; font-family: "Montserrat"; font-size:18px; font-weight: 600; color: #ffffff; 
	text-transform:uppercase; display: inline-flex; justify-content: center; align-items: center; 
	padding: 0 16px; min-width: 200px; height: 48px;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; border-radius: 0px;
	/*-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; border:solid 2px #33863e;}
.order-btn:hover, .order-btn:focus { background: #ffffff; color: #33863e;}


h1, h2, h3, h4, h5, h6 { margin: 0 0 16px 0;}
h1, h2, h3, h4 { font-family: 'Almendra SC', serif; font-weight:400; text-transform: inherit;}

p { font-family: "Montserrat"; font-weight:400; font-size:16px; margin:0 0 16px 0; color:#ffffff;}

section { padding:80px 0;}	


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

.section-header { margin-bottom:36px; text-align:center;}
.section-header h2 { font-family: 'Almendra SC', serif; font-size: 59px; font-weight:400; color:#ffffff; margin: 0; text-align:center; position:relative;}
.section-header h2:after { height: 23px; background-image: url("../img/title_decoration.png");     content: "";
    display: block;
    position: relative;
    width: auto;
    margin: 15px auto;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	height:50px;
}
.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: #111419; line-height: 0;}
.back-to-top:hover { background: rgba(255, 255, 255, 1);}
.back-to-top:hover i { color: #111419;}
.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:#353638; text-decoration:none;
	font-family: "Montserrat"; font-weight: 400; font-size: 16px; color:#FFFFFF;	
	position: absolute; width: 100%; top: -36px; height: 36px; display: flex; align-items: center; justify-content: center;}

#header { background:#000; 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: #000000; border-bottom: 1px solid #000000; height: 120px; top:0;
	-webkit-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 40%);}

#header .logo { margin: 0 0 6px 0; padding: 0 0 6px 0; text-align: center; border-bottom:1px solid #ffffff;}
#header .logo img { max-height: 60px;}


/* ----**** [ 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 {}
.nav-wrapper ul.header-social li a { height: 32px; width: 32px; font-size: 22px; color: #000000; 
	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:#1A4D2E; 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: "Montserrat"; font-weight:400; font-size: 14px; color: #ffffff; 
	white-space: nowrap; padding: 0 15px; 
	-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:#33863e;}

.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:#33863e; color: #ffffff; font-weight:600; 
	padding:0 16px; min-width: 120px; justify-content: center; height: 36px;
	-webkit-border-radius:0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius:0; margin:0 6px; border:solid 2px #33863e;}
.navbar a.nav-link.order-online-btn:hover { background: #ffffff; color: #33863e;border:solid 2px #33863e;}
	
.nav-link:focus, .nav-link:hover{ color:#2f6a46;}


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

.mobile-nav-toggle { color: #ffffff; 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:#000000; 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:6px 16px; font-weight:400; color: #ffffff; justify-content: start; border-right: 0px none;
	-webkit-border-radius: 0px; -moz-border-radius:0px; -ms-border-radius: 0px; border-radius: 0px;}
	
.navbar-mobile ul li a:focus { display:block;}
.navbar-mobile ul li a:hover, .navbar-mobile .active, .navbar-mobile ul li:hover > a { background:#33863e; color: #ffffff; text-align:left;}

.navbar-mobile a.nav-link.order-online-btn { height: 44px; background: #33863e; color: #ffffff;     text-align: left;
    justify-content: start; border:solid 2px #33863e; margin:5px 0;}
	.navbar-mobile a.nav-link.order-online-btn:focus {
	height: 44px; line-height:44px;
	}
.navbar-mobile a.nav-link.order-online-btn:hover { background: #ffffff; color: #33863e; border:solid 2px #33863e;}

.mobile-order-btn { display: none;}
.mobile-order-btn a { background: #ce202f; font-size:16px; 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: #1C1818; 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: #111419; 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 {     font-family: 'Almendra SC', serif; color:#FFFFFF; font-size:64px; font-weight: 600; margin: 0 0 24px 0;}

.slider-area h1 { 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 h2 img { -webkit-filter: drop-shadow(5px 5px 5px #222222); filter: drop-shadow(5px 5px 5px #222222);}

.slider-area .order-btn { height: 48px; font-size:20px; margin:0 12px;}


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

#restaurant-info { background:#000000; 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: #ffffff; font-size:32px; margin: 0 10px 0 0;
	display: flex; align-items: center; justify-content: center;}
#restaurant-info a span { font-size: 18px; font-weight: 400; color: #ffffff;}	


#home-welcome, #home-specialoffers { padding:60px; 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-position: center;*/ background-size: cover;}
	
#home-welcome:before { background-image: url("../img/bg/about_us_back.jpg"); background-position: right;}
		
#home-specialoffers:before { background-image: url("../img/bg/special_offers_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; border:solid 2px #ffffff;}


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

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

#home-welcome .welcome-text p { font-size: 16px; font-weight: 400;}
#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 #ffffff;}
#home-welcome .welcome-text p span a:hover { border-bottom: 1px solid #33863e; color:#33863e;}


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


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

.specialoffers-info { text-align:center;}
.specialoffers-info ul { list-style-type:none; margin:0; padding:0; text-align:center;}
.specialoffers-info ul li { font-family: "Montserrat"; font-size:20px; font-weight:400; margin-bottom: 8px;}
.specialoffers-info ul li span { padding-right: 12px;}
.specialoffers-info ul li:first-child { font-size:25px; color: #ffffff; font-weight:500; line-height: 36px; 
	 margin-bottom: 16px; font-family: 'Almendra SC', serif; }
.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 { padding: 0 24px; height: 46px; background:transparent; border:solid 2px #ffffff; color:#ffffff; margin:8px 12px;}
.specialoffers-btn .order-btn:hover, .specialoffers-btn .order-btn:focus { background: #ffffff; border:solid 2px #ffffff; color: #33863e;}


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

#home-google-reviews { position:relative;
   /*background: url(../img/bg/reviews_back.jpg) no-repeat center center fixed;

	-webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;*/ background-image: url("../img/bg/review_back.jpg"); text-align:center;}

#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: 48px; color:#33863e; 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:28px; margin: 0; color:#ffffff; min-height: 148px; font-weight:400;}
.google-review-item h4 { font-family: "Montserrat"; font-size: 18px; font-weight: 400; color:#ffffff; 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:16px; color:#33863e;}
#home-google-reviews .section-header h2 {
	text-align:center;
	color:#ffffff;
}
#home-google-reviews .section-header h2:after {display:none;}

/*#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:transparent; border:solid 1px #ffffff;
	-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:hover, #home-google-reviews .owl-dot.active { background-color: #ffffff;}


/* 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;}
#footer .footer-top { padding: 60px 0; position: relative;background: url(../img/bg/location_back.jpg) no-repeat center center fixed;     background-size: cover; }
		

.footer-top .footer-links { margin-block-end: 24px; padding: 16px; border: 1px dotted #383d3e;}
.footer-top .footer-links h3 { font-family: "M PLUS Rounded 1c", sans-serif; font-size:24px; font-weight:500; margin: 0 0 24px 0; color:#000000; text-transform:capitalize;}

.footer-top .footer-links ul { list-style: none; padding: 0; margin:0 0 24px 0; display: flex; flex-wrap: wrap; gap: 10px;}
.footer-top .footer-links ul li { display: flex; flex-wrap: wrap; width: 100%;}
.footer-top .footer-links ul li, .footer-top .footer-links ul li a { font-size:16px; color:#000000;}
.footer-top .footer-links ul li strong { font-weight: 600;}
.footer-top .footer-links ul li a:hover { color: #0d116c;}

.footer-top .footer-links ul li.footer-phone a { color: #000000; border-bottom:1px solid transparent;}
.footer-top .footer-links ul li.footer-phone a:hover { color: #0d116c; border-bottom:1px solid #0d116c;}

.footer-top .footer-links ul li.footer-hours { gap: 6px;}
.footer-top .footer-links ul li.footer-hours span { width: 100%;}

.footer-top .footer-links .footer-btns { margin:0;}
.footer-top .footer-links .footer-btns .view-menu { background:transparent; font-size:16px; 
	font-weight:600; color: #000000; display:inline-flex; justify-content: center; border:2px solid #000000;
	align-items: center; padding: 0 24px; 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;}
.footer-top .footer-links .footer-btns .view-menu:hover, 
.footer-top .footer-links .footer-btns .view-menu:focus { background: #ffffff; color: #33863e; border:2px solid #33863e;}

.footer-top .footer-links .footer-social { display: flex; gap: 12px; margin: 16px 0 0 0;}
.footer-top .footer-links .footer-social a { width: 32px; height: 32px; 
	display: flex; align-items: center; justify-content: center;
	background:#000000; color: #FFFFFF; font-size: 22px;}
.footer-top .footer-links .footer-social a i.la-facebook-f { font-size: 20px;}	
.footer-top .footer-links .footer-social a:hover { background:#33863e; color: #FFFFFF;}


#footer .footer-btm { background: #000000; padding: 16px 0; position: relative;}
#footer .footer-btm p { color: #FFFFFF; font-size:16px; margin: 0; display: flex; justify-content: space-between; align-items: center;}
#footer .footer-btm p span img { max-height: 48px;}
#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;}




/* ----**** [ website acs section ] ****---- */
	
body.innerpage {}


.website-acs { padding: 220px 0 80px 0;
	background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) ),
        url(../img/bg/bg-img3.webp) no-repeat center center fixed; 
	-webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;}

/*.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:69px;}
.website-acs .section-header h2:after {
display:none;
}
.website-acs .website-info-block p { font-size: 18px; line-height: 28px; font-weight: 300; color:#FFFFFF;}	
.website-acs .website-info-block p:last-child { margin:0;}
.website-acs .website-info-block p a { color: #E5152D; 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("../img/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;}
#blog .container {
    width: 60%;
}
.post-details p{
    font-size: 16px;
}


.event-section { padding: 60px 0; position: relative;background: url(../img/bg/location_back.jpg) no-repeat center center fixed;     background-size: cover; }


.event-addressBlock {  padding: 40px 0 0 60px;}
.event-addressBlock h3 { font-family: "M PLUS Rounded 1c", sans-serif; font-size:24px; font-weight:500; margin: 0 0 24px 0; color:#000000; text-transform:capitalize;}

.event-addressBlock ul { list-style: none; padding: 0; margin:0 0 24px 0; display: flex; flex-wrap: wrap; gap: 10px;}
.event-addressBlock ul li { display: flex; flex-wrap: wrap; width: 100%;}
.event-addressBlock ul li, .event-addressBlock ul li a { font-size:16px; color:#000000;}
.event-addressBlock ul li strong { font-weight: 500;}
.event-addressBlock ul li a:hover { color: #0d116c;}

.event-addressBlock ul li.phone a { color: #000000; border-bottom:1px solid transparent;}
.event-addressBlock ul li.phone a:hover { color: #0d116c; border-bottom:1px solid #0d116c;}

.event-addressBlock ul li.hours { gap: 6px;}
.event-addressBlock ul li.hours span { width: 100%;}

.event-addressBlock .btns { margin:0;}
.event-addressBlock .btns .view-menu { background: #c12026; font-size:18px; 
	font-weight: 500; color: #FFFFFF; display:inline-flex; justify-content: center; border:2px solid #c12026;
	align-items: center; padding: 0 24px; 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;}
.event-addressBlock .btns .view-menu:hover, 
.event-addressBlock .btns .view-menu:focus { background: #ffffff; color: #c12026; border:2px solid #c12026;}

.event-addressBlock .social { display: flex; gap: 12px; margin: 16px 0 0 0;}
.event-addressBlock .social a { width: 32px; height: 32px; 
	display: flex; align-items: center; justify-content: center;
	background:#000000; color: #FFFFFF; font-size: 22px;}
.event-addressBlock .social a i.la-facebook-f { font-size: 20px;}	
.event-addressBlock .social a:hover { background:#c12026; color: #FFFFFF;}
.event-section h2 {
	margin:0 0 30px 0;
	font-size:40px;
}
.event-section .eventImg {
	display:flex;
}
.event-section .eventImg .img {
	width:48%;
	margin:0 1% 2% 1%;
}
.event-section .eventImg img, .event-section .eventImg video {
	border-radius:20px;
	padding:5px;
	border:solid 1px #33863e;
	max-width: 100%;
    height: auto;
    width: 100%;
}
#footer .footer-top .section-header h2, #footer .footer-top .section-header p {
	color:#000000;
}
.footer-top .footer-links .footer-btns .order-btn {
background:transparent; font-size:16px; 
	font-weight:600; color: #000000; display:inline-flex; justify-content: center; border:2px solid #000000;
	align-items: center; padding: 0 24px; 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;
}
.footer-top .footer-links .footer-btns .order-btn:hover, 
.footer-top .footer-links .footer-btns .order-btn:focus { background: #ffffff; color: #33863e; border:2px solid #33863e;}

.label {
    position: absolute;
    top: 180px;
    right: 70px;
}
.label img {
    max-width: 200px;
}

.modal .modal-body{ padding: 0;}
.modal .modal-content .modal-header{ padding: 0; border: 0; height: 0;}
.modal .modal-content .modal-header .close-btn{ background: transparent; border: 0;}
.modal .modal-content .modal-header .close-btn i{ position: absolute; font-size: 28px; color: #FFFFFF; width: 100%; right: 6px; top: 6px; 
	text-align: end; z-index: 999;}
	


/* party request form */

.party-request-form {
	background:#ffffff;
	border-radius:20px;
	padding:30px;
	border:solid 1px rgba(0, 0 ,0 ,0.15);
	margin:40px 0 0 0;
	color:#212529;
}
/*.party-request-form .email-row {
	border-bottom:solid 1px rgba(0, 0 ,0 ,0.15);
	padding:0 0 15px 0;
	margin:0 0 20px 0;
}*/
.party-request-form .email-row {
	margin:0 0 15px 0;
}
.party-request-form h1 {
    font-family: "Montserrat";
	font-size:18px;
	font-weight:600;
	margin:0 0 10px 0;
}

.party-request-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
	margin-bottom:15px;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.party-request-form label {
    font-family: "Montserrat";
	font-size:15px;
	font-weight:600;
	margin:0 0 5px 0;
}
.party-request-form label small {
	font-size:15px;
	color:#d93025;
}
.party-request-form label.form-check-label {
	font-family: "Montserrat";
    font-weight: 400;
    font-size: 15px;
}
.party-request-form  .form-check-input {
	width:1.2em;
	height:1.2em;
	margin:0 10px 0 0;
}
.party-request-form .form-check-input:checked {
    background-color:#33863e;
    border-color:#33863e;
}
.party-request-form .form-check-input:focus, .party-request-form .form-control:focus {
	box-shadow:none;
}
.party-request-form .form-check {
    margin-bottom:5px;
    display: flex;
    align-items:center;
	padding:0;
}
.party-request-form .form-check label {
	margin:0;
}
.party-request-form .form-control {
	border-radius:6px;
	border:solid 1px rgba(0, 0 ,0 ,0.1);
	background:#ffffff;
	font-size:15px;
	padding:8px 10px;
}
.party-request-form .form-control:focus {
	border:solid 1px rgba(0, 0 ,0 ,0.2);
}
.party-request-form .input-group-addon {
	position: absolute;
    right: 10px;
    top: 8px;
	color:#33863e;
	z-index:99999;
}
.party-request-form .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .party-request-form .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) { 
     border-radius:6px !important;
}
.party-request-form .event-space, .party-request-form .num-guests {
	border-bottom:solid 1px rgba(0, 0 ,0 ,0.15);
}
.party-request-form .event-space .form-check {
	margin:8px 0;
}
.party-request-form .num-guests {
	padding:15px 0 0 0;
}
.party-request-form .num-guests  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom:15px;
}
.party-request-form .num-guests .col, .party-request-form [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.party-request-form .padding0 {
	padding:0;
}
.party-request-form .btnBlock {
	text-align:center;
	padding:10px 0 0 0;
}
.party-request-form .btnBlock a, .party-request-form .btnBlock [type=submit], .party-request-form .btnBlock [type=reset] {
	background: #33863e;
    color: #ffffff;
    font-weight: 600;
    padding:8px 25px;
    width:120px;
    justify-content: center;
	text-decoration:none;
	margin:0 2px;
	display: inline-flex;
	border:0;
	outline:0;
}
.party-request-form .btnBlock a:hover, .party-request-form .btnBlock [type=submit]:hover, .party-request-form .btnBlock [type=reset]:hover {
	background:#3a9446;
}
.party-request-form .btnBlock a.clearBtn, .party-request-form .btnBlock [type=submit].clearBtn, .party-request-form .btnBlock [type=reset].clearBtn  {
	background:#000000;
}
.party-request-form .btnBlock a.clearBtn:hover, .party-request-form .btnBlock [type=submit].clearBtn:hover, .party-request-form .btnBlock [type=reset].clearBtn:hover {
	background:#3b3b3b;
}
.party-request-section { padding: 60px 0; position: relative;background: url(../img/bg/location_back.jpg) no-repeat center center fixed;     background-size: cover; }

.thank-you-msg {
	padding:50px 0 150px 0;
}
.thank-you-msg h1 {
	font-family: "Montserrat";
    font-weight:600;
	color:#33863e;
	font-size:26px;
}
.thank-you-msg h2 {
	font-family: "Montserrat";
    font-weight:500;
	color:#212529;
	font-size:24px;
}