

@import url(fonts.css?v=1.1);

@import url(line-awesome.css);



/*------------------ # General ------------------*/



body { background: #fff; font-family: 'Lora'; font-size:16px; font-weight:500; color: #171717;}



a { color: #000; 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: #a32217; outline: none; text-decoration: none;}



section { padding: 80px 0;}



h1, h2, h3, h4, h5, h6 { font-family: 'Cinzel'; font-weight: 700; margin: 0 0 20px 0; color: #000;}

	

p { font-family: 'Lora'; font-size:17px; font-weight: 500; line-height:26px; 

	/*letter-spacing: .5px;*/ margin: 0 0 20px 0; color: #171717;}	

	

.status-header h2 { font-family: 'Cinzel'; font-weight: 700; font-size: 20px;

	text-align: center; color: #FFFFFF; padding: 5px 0;}

.status-header.open-head h2 { background:#0baf08;}

.status-header.close-head h2 {  background:#dc1f00;}





/*------------------ # Main Button CSS ------------------*/





a.order-btn { background: #f49e05; font-family: 'Cinzel'; font-size:17px; font-weight: 500;

	display: inline-block; letter-spacing: 1px; color: #FFFFFF; text-align:center;

    padding: 10px 16px; line-height:32px; min-width: 200px; text-transform:uppercase;

	-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;

	-webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;  transition: all ease-in-out 0.3s;}

a.order-btn:hover { background: #171717; color: #fff;}


.slider-area a.catering-btn{background: #0baf08;}


 	



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

# Back to top button

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



.back-to-top { position: fixed; right: 15px; bottom: 15px; z-index: 996;

	background: #ffffff; width: 48px; height: 48px; visibility: hidden; opacity: 0;

	-webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%;

	-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: #f49e05; line-height: 0;}

.back-to-top:hover { background: #f49e05;}

.back-to-top:hover i { color: #fff;}

.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

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





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



#header .website-note { background:#171717; padding: 6px 0; text-align: center; text-decoration:none;

	font-family: 'Lora'; font-weight: 600; font-size: 16px; color:#FFFFFF;	

	position: absolute; width: 100%; top: -40px; height: 40px; line-height: 24px;}



#header { /*background: rgba(22, 22, 22, 1);*/ background:#fff; 

	top: 40px; z-index: 997; height:140px;

	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;}

/*#header{ top:0;}*/

#header.header-transparent { /*background: transparent;*/}

#header.header-scrolled { background: #fff; height: 140px; top:0;}



#header.header-scrolled .website-announcement { display:none;}



#header .logo { font-family: 'Cinzel'; font-weight: 500; font-size: 24px; line-height: 24px; margin:0; text-align:center;}

#header .logo img { height: 80px; -webkit-transition: height 0.2s; -moz-transition: height 0.2s; -ms-transition: height 0.2s; -o-transition: height 0.2s; transition: height 0.2s;}

#header .logo.js-scrolling img { height: 80px; 

	-webkit-transition: height 0.2s; -moz-transition: height 0.2s; -ms-transition: height 0.2s; -o-transition: height 0.2s; transition: height 0.2s;}



#header .logo a { color: #000;}



body.innerpage #header { background: rgba(22, 22, 22, 1);}





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

# Navigation Menu

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



/**

* Desktop Navigation 

*/



.navbar { padding: 0;}

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

.navbar li { position: relative; margin-left: 4px; border-right:1px solid #171717;}

.navbar a { display: flex; align-items: center; justify-content: space-between; line-height: 20px;

	font-family: 'Lora'; color: #171717; font-weight: 700; font-size: 16px;

	white-space: nowrap; padding: 0px 15px; text-transform:uppercase;

	-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;}

/*.navbar li:nth-child(7){border-right:0;}*/

.navbar li:last-child{margin-left:20px; border:0;}

	

.navbar a i { font-size: 14px; margin-left: 8px; margin-top: -4px;}

.navbar a:focus	{}

.navbar a:focus i {}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a, .nav-link:focus, .nav-link:hover { color: #f49e05;}



.navbar a.nav-link.order-online-btn { background: #f49e05; font-size:16px; color: #FFFFFF; padding:12px 20px;

	-webkit-border-radius:50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;}

.navbar a.nav-link.order-online-btn:hover { background: #171717; color: #fff;}	

.navbar a.nav-link.order-online-btn:before { display:none;}

/*.navbar a.nav-link.order-online-btn.active { background: #FFFFFF; color: #f6343f;}*/



.navbar a.nav-link.order-online-btn.catering-btn{background:#0baf08;}
.navbar a.nav-link.order-online-btn.catering-btn:hover{background: #0baf08!important;}

.navbar a.nav-link.order-online-btn.catering-btn:hover{background:#0baf08; color:#fff;}

#special-offers a.catering-btn{background: #0baf08;}



/*.navbar li a:before { content: ""; width: 0; height: 2px;

	position: absolute; bottom: -8px; left: 0; background-color: #FFFFFF; visibility: hidden;

	-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;}

.navbar a:hover:before, .navbar li:hover a:before, .navbar .nav-link.active:before {

	visibility: visible; width: 100%;}*/





.navbar .dropdown ul { position: absolute; left: 10px; top: calc(100% + 30px); display: block;

	margin: 0; padding: 10px 0; z-index: 99; opacity: 0;

	visibility: hidden; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

	-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;}

.navbar .dropdown ul li { min-width: 200px; margin:0;}

.navbar .dropdown ul a { padding: 6px 12px; color: #161616; font-size: 13px;}

.navbar .dropdown ul a i { font-size: 14px;}

.navbar .dropdown ul a:hover { color: #f6343f;}



.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a { color: #f6343f;}

.navbar .dropdown:hover > ul { opacity: 1; top: 100%; visibility: visible;}

.navbar .dropdown .dropdown ul { top: 0; left: calc(100% - 30px); visibility: hidden;}

.navbar .dropdown .dropdown:hover > ul { opacity: 1; top: 0; left: 100%; visibility: visible;}



@media (max-width: 1366px) {

  .navbar .dropdown .dropdown ul { left: -90%;}

  .navbar .dropdown .dropdown:hover > ul { left: -100%;}

}



/**

* Mobile Navigation 

*/



.mobile-nav-toggle { color: #000; font-size: 30px; cursor: pointer; display: none; line-height: 0;

  transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; text-align:right;}



@media (max-width: 991px) {

	

  .mobile-nav-toggle { display: block;}

  .navbar ul { display: none;}

  

}



.navbar-mobile { background: rgba(26, 26, 26, 0.9); 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: 15px; right: 15px;}



.navbar-mobile ul { background: #242321; display: block; overflow-y: auto;

	position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0;

	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 { display:block; color:rgba(255, 255, 255, 1); text-transform: none;

	align-items: inherit; justify-content: inherit; white-space: inherit;}

.navbar-mobile ul li a:focus { display:block;}

.navbar-mobile a { padding: 10px 20px; font-size: 18px; color: #333333;}

.navbar-mobile a:focus {}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a, .navbar-mobile a:focus { color: #f49e05;}



.navbar-mobile ul li a:before { bottom:0;}

.navbar-mobile a.nav-link.order-online-btn { margin:10px 0 0 0; text-transform:uppercase; font-size: 18px;}



.navbar-mobile .dropdown ul { background: #fff; position: static; display: none;

	margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible;  

	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);}

.navbar-mobile .dropdown ul li { min-width: 200px;}

.navbar-mobile .dropdown ul a { padding: 10px 20px;}

.navbar-mobile .dropdown ul a i { font-size: 12px;}

.navbar-mobile .dropdown ul a:hover, 

.navbar-mobile .dropdown ul .active:hover, 

.navbar-mobile .dropdown ul li:hover > a { color: #18d26e;}

.navbar-mobile .dropdown > .dropdown-active { display: block;}







/* Sections

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



section { overflow: hidden;}



.section-header { position: relative; margin-bottom: 40px; text-align:center;}

.section-header img { max-width: 250px; display: inline-block; margin: 0 auto;}



.section-header h2 { font-size: 36px; font-weight: 700; text-align: center; margin: 0;}



.section-header p { text-align: center; margin: 0; font-size: 16px; font-weight: 400; color: #000;}

.section-header p a { background: #a32217; text-decoration:none; color:#FFFFFF; padding:4px 10px;}





/* Section with background

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



.section-bg { background: #f7f7f7;}





/* Breadcrumbs

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



.breadcrumbs { padding: 20px 0; background: #f7f7f7; min-height: 40px; margin-top: 125px;}

.breadcrumbs h2 { font-size: 24px; margin-bottom: 0; font-weight: 600;}

.breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; font-size: 14px;}

.breadcrumbs ol li { font-family: 'Cinzel'; font-size:15px; font-weight: 500;}

.breadcrumbs ol li + li { padding-left: 10px;}

.breadcrumbs ol li + li::before { display: inline-block; padding-right: 10px; color: #6c757d; content: "/";}



@media (max-width: 768px) {

  .breadcrumbs .d-flex { display: block !important;}

  .breadcrumbs ol { display: block;}

  .breadcrumbs ol li { display: inline-block;}

}







/* Slider Section

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



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

.slider-area h1 { color:#FFFFFF; font-size:36px; font-weight: 700;}

.slider-area h1 span { font-weight: 500;}



.slider-area h2 {font-size:54px; color:#fff; margin-top:-18px; text-transform: capitalize;}

.slider-area .logo{margin-top: 140px;}

.slider-area h3 {}

.slider-area h3 div { margin:20px 0 0 0;}



/*.slider-area h3 a.order-btn { text-transform:uppercase;

	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}

.slider-area h3 a.order-btn:hover { background:#FFFFFF; color: #f6343f;}*/



html, body { height: 100%}



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



.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-perspective: 1300px; perspective: 1300px;    

    -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: 0;}



.pogoSlider-slide::after { background: #161616; width: 100%; height: 100%;

    /*background: #000 url("../img/pattarn.png") repeat scroll 0 0;*/

    content: ""; position: absolute; left: 0; opacity: 0; top: 0; z-index: -1;}

	

.slider-area h3 span.download-app { display: block; margin: 20px 0 0 0;}



.pogoSlider--navBottom .pogoSlider-nav{}



/*.pogoSlider-nav-btn--selected{background:#f49e05;}*/





i.time-btn { /*background: #FFFFFF;*/ color: #FFFFFF; font-size:24px; display: inline-block; 

    width: 40px; height: 40px; line-height:39px; vertical-align:middle;

    -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%;}

	

	

.red-bar { position:relative; width: 100%; height: 44px; display: flex; align-items: center; justify-content: center;

	background: #f49e05; bottom: 0;text-align:center;}

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

.red-bar ul li { display: inline-block; margin-right:10px; color:#ffffff;}

.red-bar ul li a { font-family: 'Lora'; font-size:18px; color: #fff; font-weight:500;}





/* About Section

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

#about { position: relative; /*background: #161616;*/ padding: 0;}



#about .content {

	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/bg/our-story-bg.jpg") center center;

	background-size: cover;

	padding: 40px;

}



#about .content h2 {

	font-family: 'Cinzel';

	font-size: 52px;

	color: #171717;

	font-weight:700;

	text-align:center;

	text-transform: uppercase;

}



#about .content p{

	font-family: 'Lora';

	font-size:18px;

	color: #171717;

	text-align:center;

	font-weight:600;

}	

	

@media (min-width: 1024px) {



	#about { background-attachment: fixed;}

  

}



#about .about-bg { width:100%; height:100%;}

#about .about-bg img { height:auto;}





/* Special Offers Section

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



#special-offers { position: relative; /*background: #161616;*/ padding: 0;}



#special-offers .content {

	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/bg/offer-bg.jpg") center center;

	background-size: cover;

	padding: 40px;

}



#special-offers .content h2 {

	font-family: 'Cinzel';

	font-size: 52px;

	color: #171717;

	font-weight:700;

	text-align:center;

	text-transform: uppercase;

	letter-spacing:0;

}



#special-offers .content h3 {

	font-family: 'Lora';

	font-size: 32px;

	font-weight: 500;

	color: #f49e05;

	text-align:center;

	font-style:italic;

}



#special-offers .content ul {

	display:block;

	list-style: none;

	padding: 0;

	margin: 0 auto;

}



#special-offers .content ul li {

	font-family: 'Lora';

	padding-bottom: 10px;

	font-size:18px;

	letter-spacing:1px;

	font-weight:700;

}



#special-offers .content ul i {

	font-size: 8px;

	padding-right: 4px;

	color:#000;

}



#special-offers .content p{

	font-family: 'Lora';

	font-size:18px;

	color: #000000;

	text-align:center;

}



#special-offers .content .order-btn{

	text-align:center;

	margin-top:10px;

}



#special-offers .about-bg { width:100%; height:100%;}

#special-offers .about-bg img { height:auto;}





/* Gallery Section

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



#gallery { background: #fff; position:relative; padding:0;}

#gallery a.venobox { display: block; /*padding: 15px 0;*/ overflow: hidden;}



#gallery a.venobox:hover img{transform: scale(1.1);}



#gallery a.venobox img {

  transition: all ease-in-out 0.4s;

}



.gallery-desktop { /*display:block;*/}

.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: #a32217;}





/* Blog Section

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



/*.blog-area { position: relative; overflow: hidden; background: url(../img/bg/bg-img3.jpg) top center; 

	-webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover;}*/

	

.blog-area { position: relative; overflow: hidden; background-color:#171717;}

.blog-area .container{width:60%;}

.blog-area .section-header h2{ font-family: 'Cinzel'; font-size:54px; font-weight:700; color:#fff; text-transform: uppercase;}

.blog-area .post-details h3, .blog-area .post-details h4{font-family: 'Lora'; font-size:22px; color:#fff; text-transform:capitalize; margin-bottom: 16px;}

.blog-area .post-details h4{font-size:30px; font-weight:500;}



.blog-area .post-details span { display:block; margin-bottom:14px;}

.blog-area .post-details span i { font-size:11px; color:#f6b31e;}



.blog-area .post-details .la-quote-left,

.blog-area .post-details .la-quote-right {

  color: #fff;

  font-size: 40px;

  line-height: 0;

}



.blog-area .post-details .la-quote-left {

  display: inline-block;

  left: -5px;

  position: relative;

}



.blog-area .post-details .la-quote-right {

  display: inline-block;

  right: -5px;

  position: relative;

  top: 10px;

  /*transform: scale(-1, -1);*/

}

	

@media (min-width: 1024px) {

	

	.blog-area { background-attachment: fixed;}

  

}

	





.post-details { background:; padding:10px 20px; min-height:210px;}



.post-details h3 { font-size: 22px; font-weight: 500; /*margin-bottom: 20px; padding-bottom: 20px;*/ 

	position: relative; color: #161616;}

/*.post-details h3::after { background: #161616; content: ""; width: 50px; height: 2px; 

	position: absolute; bottom: 0;  left: 0; right: 0; margin: 0 auto;}*/

.post-details p { font-family: 'Lora'; font-size:18px; margin:0; color: #fff; font-weight:500;}



.row.post-slider { margin: 0;}

.row.post-slider .col-lg-4 { padding: 0; width: 100%;}



.blog-area .owl-carousel .owl-controls { margin-top: -30px; position: absolute; top: 50%; width: 100%;}

.blog-area .owl-carousel .owl-nav>button { background: #f49e05; 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;}

.blog-area .owl-carousel .owl-nav>button:focus { border:0px none; outline:none;}

.blog-area .post-slider:hover .owl-nav>button { opacity: 1;}



.blog-area .owl-carousel .owl-nav>button.owl-next { right: -50px;}

.blog-area .owl-carousel .owl-nav>button.owl-prev { left: -50px;}



.blog-area .owl-carousel .owl-dots {

  margin-top: 10px;

  text-align: center;

}



.blog-area .owl-carousel button.owl-dot {

  position: relative;

  display: inline-block;

  margin: 0 8px;

  width: 15px;

  height: 15px;

  border-radius: 15px;

  background: #f49e05;

}



.blog-area .owl-carousel button.owl-dot::after {

  position: absolute;

  content: "";

  top: -5px;

  right: -5px;

  bottom: -5px;

  left: -5px;

  border-radius: 20px;

}



.blog-area .owl-carousel button.owl-dot.active {

  background: #fff;

}



/*.blog-area .owl-dots {

	margin-top: 25px;

    text-align: center;

}	



.blog-area .owl-dots {

  display: inline-block;

  margin: 0 5px;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  background-color: #ddd;

}

.blog-area .owl-dots:focus { outline:none;}



.blog-area .owl-dots.active { background-color: #161616;}



.blog-area .gallery-carousel .owl-stage-outer {

  overflow: visible;

}*/





/* Footer Section

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



#footer { padding: 0; color: #fff; font-size: 14px;}



#footer .footer-top { background: #fff; padding: 60px 0 30px 0;}



#footer .footer-top .footer-info { margin-bottom: 30px; padding:12px;}



#footer .footer-top .footer-info h3 {

	font-family: 'Cinzel';

	font-size: 28px;

	margin: 0 0 20px 0;

	padding: 2px 0 2px 0;

	line-height: 1;

	font-weight: 700;

	/*text-transform: uppercase;*/

}



#footer .footer-top .footer-info p {

	font-family: 'Lora';

	font-size: 17px;

	line-height: 24px;

	margin-bottom: 0;

	color: #000;

	font-weight:500;

}



#footer .footer-top .social-links a {

  font-size: 24px;

  display: inline-block;

  /*background: #28251f;*/

  color: #f49e05;

  line-height: 1;

  padding: 6px 0;

  margin-right: 4px;

  text-align: center;

  width: 36px;

  height: 36px;

  transition: 0.3s;

}



#footer .footer-top .social-links a:hover {

  background: #f49e05;

  color: #fff;

  text-decoration: none;

}



#footer .footer-top h4 {

	font-family: 'Cinzel';

	font-size: 26px;

	font-weight: 700;

	color: #171717;

	position: relative;

	padding-bottom: 4px;

	text-transform: uppercase;

}



#footer .footer-top .footer-links {

  margin-bottom: 30px;

}



#footer .footer-top .footer-links ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



#footer .footer-top .footer-links ul i {

  padding-right: 2px;

  color: #cda45e;

  font-size: 18px;

  line-height: 1;

}



#footer .footer-top .footer-links ul li { padding: 10px 0; font-size:17px; font-weight:500; color: #171717;}

#footer .footer-top .footer-links ul li span { display:block; margin:0 0 5px 0;}

#footer .footer-top .footer-links ul li:first-child { padding-top: 0;}



#footer .footer-top .phone h4 { margin:8px 0;}

#footer .footer-top .phone a { font-size:17px; color:#000; font-weight:500; display:inline-block;}

#footer .footer-top .phone a:hover { color:#f49e05;}



#footer .footer-top .footer-map { padding: 0 40px 0 0;}





#footer .footer-btm { background: #171717; border-top: 2px solid #f49e05;}

#footer .footer-btm { text-align: center; padding: 20px 0;}

#footer .footer-btm p { color: #fff; margin-bottom:0;}

#footer .footer-btm a { color:#FFFFFF; font-weight:500;}

#footer .footer-btm a:hover{ color:#fff;}



#footer .text-center img { max-height: 80px; margin-bottom: 30px;}



.website-accessibility{ background:#fbfbfb;}

#footer .phone {

	color:#000000;

}





/* Locations Section

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



.locations-main .location-block { padding:0 0 40px 0;}

.locations-main .location-block h2 { font-size:28px; font-weight:700; line-height:26px;}

.locations-main .location-block h2 span { display:block; font-size:18px; font-family: 'Cinzel'; font-weight:700; margin:5px 0 0 0; color: #f6343f;}

.locations-main .location-block p { font-size:17px; font-weight: 400; margin:0 0 14px 0;}

.locations-main .location-block a { background: #f6343f; font-weight: 400; color: #FFFFFF; padding:10px 14px; line-height: 24px; border:0px none;

	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}



.inner-page .top-area {

    width: auto;

    height: auto;

}

.breadcrumb-section { position: relative; min-height: 240px; margin: 180px 0 0 0; 

    background: url("../../assets/img/bg/bg-img1.jpg") center top / cover no-repeat scroll;

    display: flex; align-items: center; justify-content: center;}

.breadcrumb-section::before{ content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,.7);}



.breadcrumb-section .section-header { margin: 0;}

.breadcrumb-section .section-header h2 { color: #fff; font-size: 48px; text-transform: uppercase;}



.website-accessibility p { font-family: 'Lora'; font-size: 18px; line-height: 36px; font-weight: 500; color: #000000;

	text-align: left; margin: 0 0 10px 0; padding: 0 0 30px 0;}

.website-accessibility p a { color: #f49e05; text-decoration:underline;}

/*.copyright{display:flex;justify-content: space-between;}*/







@media (max-width: 767px){

    #special-offers .row .col-6.order-xs-2{

        order: 2;

    }

    #special-offers .row .col-6.order-xs-1{

        order: 1;

    }

    .red-bar span{

        display: block;

    }

    #footer .footer-top .footer-links ul li{

        line-height: 15px;

        margin-bottom: 30px;

    }

    #footer .footer-top .footer-links ul li{

        justify-content: center;

    }

    .copyright{display:block;}

    #header .logo{

        text-align: center;

    }

    .mobile-setting{

        display: flex;

    }

    .mobile-setting span{

        margin-right: auto;

    }

    #header .mobile-setting h1.logo {

        margin: 0 auto;

        position: absolute;

        width: 100%;

        display: flex;

        justify-content: center;

        z-index: -1;

        top: 50%;

        transform: translateY(-50%);

    }

    .mobile-setting i{

        margin-left: auto;

    }

    .mobile-setting .navbar a.nav-link.order-online-btn{

        font-size: 12px;

        padding: 8px 12px;

    }

    .footer-map{

        margin-top: 15px;

    }

	

}

.slider-area h2{

    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),

             0px 8px 13px rgba(0,0,0,0.1),

             0px 18px 23px rgba(0,0,0,0.1);

}

.slider-area .logo img{

    -webkit-filter: drop-shadow(5px 5px 5px #222222);

  filter: drop-shadow(5px 5px 5px #222222);

}

.privacy-policy h1 { font-size:32px; font-weight:600;}
.privacy-policy h2 { font-size:26px; font-weight:600;}
.privacy-policy h3 { font-size:22px; font-weight:500;}
.privacy-policy hr { background-color: #6e6e6e; margin: 20px 0; height: 1px; border: 0;}

.website-accessibility .privacy-policy p {
    margin: 0;
    padding: 0;
}
