/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
  1. Fonts, Icons and Other Styles Import
  2. Reset
    2-1. Body, Font, Container, Space
    2-2. Placeholder Customize
    2-3. Social Icons Color
    2-4. Input, Textarea (All forms field) customization
    2-5. Button Styling
  3. Menu
  4. Section Heading
  5. Slider 
  6. Footer
  8. Portfolio
  9. About
  11. Tab
  16. Contact
  17. Sidebar
  18. preloader
  19. External Font Face Include
  20. Background Image
  21. Slick Slider Controller (Navigation & Pagination)
  22. Page Header (Breadcrumb)
  23. Section Header
  24. Reserve Table
  25. Video Banner
  26. Food Platter
  27. Speciality
  28. Call to Action (Banner)
  29. Newsletter
  30. Author 
  31. Preloader
  32. Mouse Cursor Effect
  33. Theme Light Mode CSS
  34. Responsive

-----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;0,500;0,600;1,400&amp;family=Roboto:wght@400;500&amp;family=Spectral:ital,wght@0,300;0,400;0,500;0,600;1,400&amp;display=swap");
@import url("fonts/ionicons/css/ionicons.css");
@import url("fonts/et-line-font/style.css");
@import url("bootstrap.min.css");
@import url("../plugins/menu/ma5-menu.css");
@import url("../plugins/fancybox/jquery.fancybox.css");
@import url("../plugins/slick/slick.css");
@import url("../plugins/slick/slick-theme.css");
@import url("../plugins/select2/select2.css");
@import url("../plugins/aos/aos.css");
@import url("../plugins/jarallax/jarallax.css");
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Spectral", serif;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  overflow-x: hidden;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant", serif;
  font-weight: 600;
  margin: 0px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 24px;
}

p {
  margin-bottom: 0px;
  font-family: "Spectral", serif;
}

a {
  color: #d60505;
  text-decoration: none;
  transition: all 0.5s ease;
  outline: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease;
  outline: none;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
    padding: 0px;
  }
}

.main-wrapper {
  padding: 90px 0px;
}

.clearfix {
  clear: both;
}

.divider {
  margin: 30px 0px;
  display: inline-block;
}

table {
  margin-bottom: 10px;
  border: 1px solid #eee;
}

table td, table th {
  padding: 3px 10px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
}

img {
  max-width: 100%;
}

::-webkit-input-placeholder {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3b1ab;
}

::-moz-placeholder {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3b1ab;
}

:-ms-input-placeholder {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3b1ab;
}

:-moz-placeholder {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3b1ab;
}

:placeholder {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3b1ab;
}

.dark_bg {
  background-color: #1f1917;
}

.dark_bg pre {
  color: #ffffff;
}

.light_bg {
  background-color: #faf3ed;
}

.section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}

.section_sm {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pd_0 {
  padding: 0px;
}

.pt_0 {
  padding-top: 0px;
}

.pb_0 {
  padding-bottom: 0px;
}

/* Social Color */
.facebook a {
  color: #fd4145;
}

.twitter a {
  color: #ffb7aa;
}

.linkedin a {
  color: #2867b2;
}

.instagram a {
  color: #2f338d;
}

.dribbble a {
  color: #a99df5;
}

.skype a {
  color: #00aff0;
}

.rss a {
  color: #8265ff;
}

.pinterest a {
  color: #ff081e;
}

/* Default Input type */
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #363230;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  position: relative;
}

textarea.form-control {
  display: block;
  width: 100%;
  height: 110px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #363230;
  border-radius: 0px;
  backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  transition: all 0.5s ease;
  position: relative;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea.form-control:focus {
  border-color: #d60505;
  outline: none;
  outline-offset: 0px;
  box-shadow: none;
  transition: all 0.5s ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before,
input[type="time"]:before {
  display: block;
  font-family: 'Ionicons';
  font-size: 18px;
  position: absolute;
  right: 15px;
  color: #d60505;
}

input[type="date"]:before {
  content: '\f2d1';
}

input[type="time"]:before {
  content: '\f402';
}

.button {
  position: relative;
  width: auto;
  display: inline-block;
  font-family: "Spectral", serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #d60505;
  color: #ffffff;
  text-transform: capitalize;
  padding: 15px 58px;
  border: 0px solid #ffffff;
  border-radius: 0px;
  overflow: hidden;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 0.5s ease;
}
#abtbtn.button{
   background: #ffffff;
  color: #d60505;
  border-color: #ffffff;
   position: relative;
  width: auto;
  display: inline-block;
  font-family: "Spectral", serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  outline: none;
  text-transform: capitalize;
  padding: 15px 58px;
  border: 0px solid #ffffff;
  border-radius: 0px;
  overflow: hidden;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 0.5s ease;
}
#abtbtn.button:hover{
    background: #d60505;
  color: #ffffff;
  border-color: #d60505;

}
.button:hover {
  background: #ffffff;
  color: #d60505;
  border-color: #ffffff;
}

.header {
  position: relative;
  z-index: 3;
  background: #1f1917;
  transition: all 0.5s ease-in-out;
}

.header.sticky {
  position: fixed;
  left: 0;
  width: 100%;
}

.header.sticky .top_bar_inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .top_bar {
  position: relative;
  z-index: 2;
  max-height: 200px;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.header .top_bar.top-up {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.ma5menu__toggle {
  background: transparent;
  width: 35px;
  height: auto;
  padding: 0px;
  color: #d60505;
  display: block;
  font-size: 30px;
}

.ma5menu__toggle:focus {
  outline: none;
}

.ma5menu__toggle .toggle_line {
  float: right;
  width: 35px;
  height: 1px;
  background: #ffffff;
  display: block;
  transition: all 0.5s ease;
}

.ma5menu__toggle .toggle_line:not(:last-child) {
  margin-bottom: 9px;
}

.ma5menu__toggle .toggle_line:nth-child(3) {
  width: 20px;
}

.ma5menu__toggle:hover {
  background: transparent;
}

.ma5menu__toggle:hover .toggle_line:nth-child(3) {
  width: 35px;
}

.header_toggle {
  display: flex;
  align-items: center;
}

.reserve_btn_popup .button {
  background: transparent;
  width: 35px;
  height: auto;
  padding: 0px;
  color: #d60505;
  display: block;
}

.reserve_btn_popup .button:focus {
  outline: none;
}

.reserve_btn_popup .button .btn_line {
  float: left;
  width: 35px;
  height: 1px;
  background: #ffffff;
  display: block;
  transition: all 0.5s ease;
}

.reserve_btn_popup .button .btn_line:not(:last-child) {
  margin-bottom: 9px;
}

.reserve_btn_popup .button .btn_line:nth-child(3) {
  width: 20px;
}

.reserve_btn_popup .button:hover {
  background: transparent;
}

.reserve_btn_popup .button:hover .btn_line:nth-child(3) {
  width: 35px;
}

.logo {
  text-align: center;
}

.logo a {
  display: inline-block;
}

.logo img {
  width: 155px;
  transition: all 0.5s ease;
}

.logo-item img {
  width: 155px;
}

.top_bar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding: 25px 105px;
  flex-flow: row wrap;
}

.top_bar_inner .mainnav ul.main_menu {
  padding: 0px;
  margin: 0px;
}

.top_bar_inner .mainnav ul.main_menu li {
  border: 0;
  list-style: none;
	color:white !important;
	font-family: "Cormorant", serif;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 9px;
}

.top_bar_inner .mainnav ul.main_menu li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  padding: 6px;
  transition: all 0.5s ease;
}

.top_bar_inner .mainnav ul.main_menu li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 1px;
  height: 10px;
  background: transparent;
  transition: all 0.5s ease;
}

.top_bar_inner .mainnav ul.main_menu li a:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 10px;
  height: 1px;
  background: transparent;
  transition: all 0.5s ease;
}

.top_bar_inner .mainnav ul.main_menu li.logo-item a::before, .top_bar_inner .mainnav ul.main_menu li.logo-item a::after {
  display: none;
}

.top_bar_inner .mainnav ul.main_menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
}

.top_bar_inner .mainnav ul.main_menu li.current > a, .top_bar_inner .mainnav ul.main_menu li.active > a, .top_bar_inner .mainnav ul.main_menu li:hover > a {
  color: #d60505;
}

.top_bar_inner .mainnav ul.main_menu li.current > a:before, .top_bar_inner .mainnav ul.main_menu li.active > a:before, .top_bar_inner .mainnav ul.main_menu li:hover > a:before {
  bottom: 0;
  background: #d60505;
}

.top_bar_inner .mainnav ul.main_menu li.current > a:after, .top_bar_inner .mainnav ul.main_menu li.active > a:after, .top_bar_inner .mainnav ul.main_menu li:hover > a:after {
  left: 0;
  background: #d60505;
}

.top_bar_inner .mainnav ul.main_menu li ul {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 210px;
  padding-left: 0px;
  z-index: 5;
  transition: all 0.5s ease;
  transform: translate3d(15px, 0px, 0px);
}

.top_bar_inner .mainnav ul.main_menu li ul li {
  background: #1f1917;
  width: 100%;
}

.top_bar_inner .mainnav ul.main_menu li ul li a {
  font-size: 16px;
  padding: 13px 20px;
  width: 100%;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid rgba(120, 138, 156, 0.2);
}

.top_bar_inner .mainnav ul.main_menu li ul li:last-child a {
  border-bottom: 0px solid rgba(120, 138, 156, 0.2);
}

.top_bar_inner .mainnav ul.main_menu li ul ul {
  left: 100%;
  top: 0;
}

.top_bar_inner .mainnav ul.main_menu li ul ul ul {
  left: auto;
  right: 100%;
}

.top_bar_inner .mainnav ul.main_menu li ul ul ul ul {
  left: auto;
  right: 100%;
}

.top_bar_inner .mainnav ul.main_menu > li {
  margin: 0px 7px;
}

.top_bar_inner .mainnav ul.main_menu > li:first-child {
  margin-left: 0px;
}

.top_bar_inner .mainnav ul.main_menu > li:last-child {
  margin-right: 0px;
}

.top_bar_inner .mainnav ul.main_menu > li > ul {
  padding-top: 30px;
  margin-left: 0px;
  margin-top: 0px;
}

/*-- Header type 1--*/
.header_type1 .top_bar .top_bar_inner .logo {
  display: none;
}

/*-- Header type 2--*/
.header_type2 {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header_type2.sticky {
  background: #1f1917;
}

/*-- Header type 3 --*/
.header_type3 {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header_type3.sticky {
  background: #faf3ed;
  box-shadow: 0px 7px 20px rgba(43, 40, 36, 0.05);
}

.header_type3 .top_bar_inner .mainnav ul.main_menu li a {
  color: #1f1917;
}

.header_type3 .top_bar_inner .mainnav ul.main_menu li.active > a {
  color: #d60505;
}

.header_type3 .top_bar_inner .mainnav ul.main_menu li ul li {
  background: #ffffff;
}

.header_type3 .ma5menu__toggle .toggle_line {
  background: #d60505;
}



/*-- Header type 4 --*/
.header_type4 {
  background: transparent;
}

.header_type4.sticky {
  background: #faf3ed;
  box-shadow: 0px 7px 20px rgba(43, 40, 36, 0.05);
}

.header_type4 .top_bar_inner .logo {
  display: none;
}

.header_type4 .top_bar_inner .mainnav ul.main_menu li a {
  color: #1f1917;
}

.header_type4 .top_bar_inner .mainnav ul.main_menu li.active > a {
  color: #d60505;
}

.header_type4 .top_bar_inner .mainnav ul.main_menu li ul li {
  background: #ffffff;
}

.header_type4 .ma5menu__toggle .toggle_line {
  background: #d60505;
}

.header_type4 .reserve_btn_popup .button .btn_line {
  background: #d60505;
}


.nav_more_info {
  position: relative;
  display: flex;
  align-items: center;
}


.nav_more_info .reserve_button_group {
  margin-left: 40px;
}

.nav_more_info .reserve_button_group .button {
  padding: 15px 35px;
  font-weight: 500;
  overflow: visible;
}


@media screen and (max-width: 1599px) {
  .top_bar_inner .mainnav ul.main_menu > li {
    margin: 0px 15px;
  }
}

@media screen and (max-width: 1299px) {
  .top_bar_inner {
    padding: 25px 50px;
  }
  .top_bar_inner .mainnav {
    padding: 15px 50px;
  }
  .top_bar_inner .mainnav ul.main_menu > li {
    margin: 0px 15px;
  }
  .top_bar_inner .mainnav ul.main_menu li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .header_type1 .top_bar .top_bar_inner .nav_more_info {
    order: 2;
    margin-left: auto;
    margin-right: 15px;
  }
  .header_type1 .top_bar .top_bar_inner .logo {
    display: block;
  }
  .header_type1 .top_bar .top_bar_inner .header_toggle {
    order: 3;
    margin-left: 20px;
  }
  .reserve_btn_popup {
    order: 2;
    margin-left: 20px;
  }
  .top_bar_inner {
    padding: 25px 40px;
    justify-content: space-evenly;
  }
  .top_bar_inner .mainnav {
    display: none;
  }
  .top_bar_inner .mainnav ul.main_menu > li {
    margin: 0px 15px;
  }
  .top_bar .top_bar_inner .nav_more_info {
    order: 2;
    margin-left: auto;
    margin-right: 15px;
  }
  .top_bar .top_bar_inner .logo {
    display: block;
  }
  .top_bar .top_bar_inner .header_toggle {
    order: 3;
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .header_type2 .top_bar_inner .header_toggle {
    margin: 0px 0px;
    order: 3;
  }
}

@media screen and (max-width: 600px) {
  .top_bar_inner {
    padding: 25px 0px;
  }
  .nav_more_info .element a.cart_icon {
    padding-right: 10px;
  }
  .nav_more_info .element a.wishlist_icon {
    padding-left: 10px;
  }
  .nav_more_info .reserve_button_group .button {
    padding: 15px 15px;
    font-size: 16px;
  }
}

/*-- max-width: 500px--*/
@media screen and (max-width: 500px) {
  .header_type1 .top_bar .top_bar_inner {
    flex-flow: row wrap;
  }
  
  .header_type4 .top_bar .top_bar_inner {
    flex-flow: row wrap;
  }
  
}

/*-- Slider 1 --*/
.slider_slick {
  position: relative;
}

.slider_slick::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background: #1f1917;
  z-index: 1;
}

.slider_slick.light::before {
  background: #faf3ed;
}

.slider_slick .slide_item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-color: #0000008c;
  background-blend-mode: overlay;
}

.slider_slick .slide_item .slide_item_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.slider_slick .slide_item .slide_item_content .slide_item_text {
  font-family: "Cormorant", serif;
  font-size: 60px;
  line-height: 60px;
  color: white;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  font-weight: 500;
}

.slider_slick .slide_item .slide_item_content .slide_item_text.color_text {
  color: #552a1b;
}

.slider_slick .slick-prev, .slider_slick .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 40px;
  display: block;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  width: 30px;
  height: 40px;
  text-align: center;
  color: #9a7c72;
  z-index: 2;
  opacity: 1;
  border-radius: 100%;
  transition: all 0.5s ease;
  display: none!important
}

.slider_slick .slick-prev:hover,
.slider_slick .slick-prev:focus,
.slider_slick .slick-next:hover,
.slider_slick .slick-next:focus {
  color: #d60505;
  background: transparent;
}

.slider_slick .slick-prev:hover:before,
.slider_slick .slick-prev:focus:before,
.slider_slick .slick-next:hover:before,
.slider_slick .slick-next:focus:before {
  color: #d60505;
}

.slider_slick .slick-prev:before, .slider_slick .slick-next:before {
  font-size: 30px;
  color: #9a7c72;
  opacity: 1;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider_slick .slick-prev {
  top: calc(50% - 125px);
  display: none!important;
}

.slider_slick .slick-prev:before {
  content: "\f3d7";
  margin-right: 0px;
}

.slider_slick .slick-next {
  top: calc(50% + 125px);
}

.slider_slick .slick-next:before {
  content: "\f3d4";
  margin-left: 0px;
}

.slider_slick .slick-dots {
  display: none!important;
  position: absolute;
  top: 50%;
  left: 40px;
  bottom: auto;
  transform: translateY(-50%);
  display: block;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  counter-reset: numbers;
  z-index: 2;
}

.slider_slick .slick-dots li {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 15px 0px;
  padding: 0;
  cursor: pointer;
}

.slider_slick .slick-dots li button {
  font-size: 0px;
  line-height: 0;
  display: block;
  padding: 0px;
  margin: 0px 0px;
  cursor: pointer;
  color: #ffffff;
  outline: none;
  background: transparent;
  border-radius: 100%;
}

.slider_slick .slick-dots li button:before {
  font-family: "Spectral", serif;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  counter-increment: numbers;
  content: "0" counter(numbers);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.5s ease;
}

.slider_slick .slick-dots li button:hover:before, .slider_slick .slick-dots li button:focus:before {
  color: #d60505;
}

.slider_slick .slick-dots li.slick-active button:before {
  color: #d60505;
}

.slider_slick .slick-active .slide_item .slide_item_content .slide_item_text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}

.theme_slider_2 .slider_slick::before {
  display: none;
}

/*=========== Footer =========*/
.footer {
  position: relative;
  padding-top: 120px;
  background: #171210;
  /*-- Most Read --*/
}

.footer ul {
  padding: 0;
  margin-bottom: 0px;
  list-style-type: none;
}

.footer ul li {
  list-style-type: none;
}

.footer .widget_title {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 40px;
  background: none;
}

.footer .widget_title span {
  background: transparent;
  padding: 0px;
}

.footer .most_read_item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.footer .most_read_item h5 {
  font-family: "Cormorant", serif;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

.footer .most_read_item h5 a {
  color: #ffffff;
}

.footer .most_read_item h5 a:hover {
  color: #d60505;
}

.footer .most_read_item h6 {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #d60505;
  margin-bottom: 5px;
}

.footer .footer_bottom {
  position: relative;
  margin-top: 45px;
  padding: 35px 0px;
  border-top: 1px solid rgba(112, 112, 112, 0.4);
}

.footer .footer_bottom .footer_bottom_inner {
  text-align: center;
  color: #fff;
}

.footer .footer_bottom .footer_bottom_inner .copyright p {
  font-family: "Spectral", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #7f716b;
}

.footer .footer_bottom .footer_bottom_inner .copyright p a {
  color: #7f716b;
}

.footer .footer_bottom .footer_bottom_inner .totop {
  position: absolute;
  right: 100px;
  top: 20px;
}

.footer .footer_bottom .footer_bottom_inner .totop a {
  width: 34px;
  height: 34px;
  background: #d60505;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #d60505;
}

.footer .news_widget {
  padding-right: 80px;
}

.footer .center_widget {
  text-align: center;
  margin-top: -30px;
}

.footer .widget_payment {
  padding-left: 80px;
}

.footer .widget_payment p {
  margin-bottom: 15px;
  display: inline-block;
  color: #ffffff;
}

.footer .widget_payment .paymethod {
  margin-top: 10px;
}

.footer .widget_payment .paymethod a {
  margin-right: 25px;
}

.footer .widget_payment .paymethod a:last-child {
  margin-right: 0px;
}

.footer .widget_payment .paymethod a img {
  width: 40px;
}

.footer .logo_footer img {
  width: 170px;
}

.footer .logo_footer p {
  font-family: "Cormorant", serif;
  font-size: 24px;
  font-style: italic;
  color: #ffffff;
  margin: 30px 0px 40px 0px;
  display: inline-block;
}

.footer .footer_social .bottom_social {
  padding: 0px;
  margin-bottom: 0px;
}

.footer .footer_social .bottom_social li {
  list-style: none;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 0px 15px;
}

.footer .footer_social .bottom_social li:first-child {
  padding-left: 0px;
}

.footer .footer_social .bottom_social li:last-child {
  padding-right: 0px;
}

.footer .footer_social .bottom_social li a {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.5px;
  display: block;
  z-index: 1;
  outline: none;
  color: #ffad85;
  transition: all 0.5s ease-in-out;
}

.footer .footer_social .bottom_social li a span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  font-family: "Cormorant", serif;
  font-size: 48px;
  font-weight: 700;
  color: #4a403e;
  transition: all 0.5s ease-in-out;
}

.footer .footer_social .bottom_social li a:hover {
  color: #ffffff;
}

.footer .footer_social .bottom_social li a:hover span {
  z-index: 1;
  transform: translateX(0%);
  letter-spacing: -5px;
}



.audio_post {
  position: relative;
  overflow: hidden;
}

iframe,
object,
embed,
iframe,
object,
iframe,
video {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0px solid #ffb7aa;
}


.portfolio_grid {
  /*------ Portfolio Grid ------*/
  /* -------- grid ---------- 
    .grid-2 .grid-sizer.small {width: 1%;}
    .grid-3 .grid-sizer.small {width: 1%;}
    .grid-4 .grid-sizer.small {width: 1%;}

    .grid-item, .grid-sizer  {width: 33.33%;}
    .grid-item-1, .grid-sizer  {width: 100%;}
    .grid-item-2, .grid-sizer  {width: 50%;}
    .grid-item-3, .grid-sizer  {width: 33.33%;}
    .grid-item-4, .grid-sizer  {width: 25%;}
    .grid-item-5, .grid-sizer  {width: 20%;}
    ---------- */
  /*-------- Grid Gallery ---------*/
}

.portfolio_grid .grid-1 .grid-item, .portfolio_grid .grid-1 .grid-sizer {
  width: 100%;
}

.portfolio_grid .grid-2 .grid-item, .portfolio_grid .grid-2 .grid-sizer {
  width: 50%;
}

.portfolio_grid .grid-3 .grid-item, .portfolio_grid .grid-3 .grid-sizer {
  width: 33.33%;
}

.portfolio_grid .grid-4 .grid-item, .portfolio_grid .grid-4 .grid-sizer {
  width: 25%;
}

.portfolio_grid .grid-5 .grid-item, .portfolio_grid .grid-5 .grid-sizer {
  width: 20%;
}

.portfolio_grid .grid-item.img-20 {
  width: 20%;
}

.portfolio_grid .grid-item.img-25 {
  width: 25%;
}

.portfolio_grid .grid-item.img-30 {
  width: 30%;
}

.portfolio_grid .grid-item.img-35 {
  width: 35%;
}

.portfolio_grid .grid-item.img-40 {
  width: 40%;
}

.portfolio_grid .grid-item.img-50 {
  width: 50%;
}

.portfolio_grid .grid-item.img-60 {
  width: 60%;
}

.portfolio_grid .grid-item.img-66 {
  width: 66.66%;
}

.portfolio_grid .grid-item.img-70 {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .portfolio_grid .grid-4 .grid-item, .portfolio_grid .grid-4 .grid-sizer {
    width: 33.33%;
  }
  .portfolio_grid .grid-5 .grid-item, .portfolio_grid .grid-5 .grid-sizer {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .portfolio_grid .grid-3 .grid-item, .portfolio_grid .grid-3 .grid-sizer {
    width: 50%;
  }
  .portfolio_grid .grid-4 .grid-item, .portfolio_grid .grid-4 .grid-sizer {
    width: 50%;
  }
  .portfolio_grid .grid-5 .grid-item, .portfolio_grid .grid-5 .grid-sizer {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-20 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-25 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-30 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-35 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-40 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-50 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-60 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-66 {
    width: 50%;
  }
  .portfolio_grid .grid-item.img-70 {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .portfolio_grid .grid-2 .grid-item, .portfolio_grid .grid-2 .grid-sizer {
    width: 100%;
  }
  .portfolio_grid .grid-3 .grid-item, .portfolio_grid .grid-3 .grid-sizer {
    width: 100%;
  }
  .portfolio_grid .grid-4 .grid-item, .portfolio_grid .grid-4 .grid-sizer {
    width: 100%;
  }
  .portfolio_grid .grid-5 .grid-item, .portfolio_grid .grid-5 .grid-sizer {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-20 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-25 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-30 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-35 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-40 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-50 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-60 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-66 {
    width: 100%;
  }
  .portfolio_grid .grid-item.img-70 {
    width: 100%;
  }
}

.portfolio_grid .gutter-0 .grid-item {
  padding: 0px;
}

.portfolio_grid .gutter-5 .grid-item {
  padding: 5px;
}

.portfolio_grid .gutter-10 .grid-item {
  padding: 10px;
}

.portfolio_grid .gutter-15 .grid-item {
  padding: 15px;
}

.portfolio_grid .gutter-20 .grid-item {
  padding: 20px;
}

.portfolio_grid .gutter-25 .grid-item {
  padding: 25px;
}

.portfolio_grid .gutter-30 .grid-item {
  padding: 30px;
}

.portfolio_grid .grid-item {
  position: relative;
  overflow: hidden;
  transition: none;
}

.portfolio_grid .grid-item .product_thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.portfolio_grid .grid-item .product_thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background: #1f1917;
  opacity: 0;
  z-index: 1;
  transition: all 0.8s ease;
}

.portfolio_grid .grid-item .product_thumb:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 0%;
  background: #1f1917;
  opacity: 0;
  z-index: 1;
  transition: all 0.8s ease;
}

.portfolio_grid .grid-item .product_thumb .product_imagebox {
  position: relative;
  text-align: center;
  transition: all 0.8s ease;
}

.portfolio_grid .grid-item .product_thumb .product_imagebox img {
  width: 100%;
}

.portfolio_grid .grid-item .product_thumb .product_item_inner {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  z-index: 2;
  padding: 45px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.8s ease;
  opacity: 0;
}

.portfolio_grid .grid-item .product_thumb .product_item_inner .label_text .food_category {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 2px;
  color: #d60505;
  margin-bottom: 5px;
}

.portfolio_grid .grid-item .product_thumb .product_item_inner .label_text .food_item_name {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.5px;
  color: #ffffff;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.portfolio_grid .grid-item .product_thumb .product_item_inner .details a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #d60505;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}

.portfolio_grid .grid-item:hover .product_thumb:before {
  width: 100%;
  height: 100%;
  opacity: 0.60;
  transition: all 0.8s ease;
}

.portfolio_grid .grid-item:hover .product_thumb:after {
  width: 100%;
  height: 100%;
  opacity: 0.15;
  transition: all 0.9s ease;
}

.portfolio_grid .grid-item:hover .product_thumb .product_item_inner {
  opacity: 1;
  transition: all 2s ease;
}

.portfolio_grid .portfolio_filters_button_content {
  text-align: center;
}

.portfolio_grid .portfolio_filters_button_content .button-group {
  margin: 0px 0px 25px 0px;
  display: inline-block;
}

.portfolio_grid .portfolio_filters_button_content .button-group .button {
  position: relative;
  background: none;
  border-bottom: 1px solid transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0px 0px 5px 0px;
  margin: 0px 35px;
  font-weight: 400;
  letter-spacing: 3px;
  cursor: pointer;
  outline: none;
  transition: all 0.5s ease;
}

.portfolio_grid .portfolio_filters_button_content .button-group .button.is-checked, .portfolio_grid .portfolio_filters_button_content .button-group .button:hover {
  border-bottom: 1px solid #d60505;
  color: #d60505;
  outline: none;
}

.about_top_sec {
  padding-bottom: 80px;
}

.about_header {
  margin-bottom: 35px;
}

.about_header .about_header_title h1 {
  font-family: "Spectral", serif;
  font-size: 130px;
  font-weight: 500;
  color: #2b211e;
  position: absolute;
  z-index: -1;
  top: 0;
  line-height: 100px;
}

.about_header .about_header_title h3 {
  font-size: 43px;
  font-weight: 600;
  color: #d60505;
  padding-top: 50px;
}

.about_header .about_header_desc {
  padding-left: 90px;
}

.about_header .about_header_desc p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}

.grillman_imgtext {
  position: relative;
  text-align: center;
}

.grillman_imgtext p {
  text-align: center;
  font-family: 'Antonio Fischer';
  font-size: 108px;
  line-height: 90px;
  color: #d60505;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.grillman_imgtext.light p {
  color: #e5dcdb;
}

/*----  IconBox 1 ----*/
.features {
  padding: 70px 0px 160px 0px;
}

.featurebox {
  position: relative;
  margin: 15px 0px;
}

.featurebox .featurebox_wrapper {
  padding: 15px 15px;
  display: block;
  text-align: center;
}

.featurebox .featurebox_wrapper .featurebox_icon {
  position: relative;
  margin-bottom: 30px;
}

.featurebox .featurebox_wrapper .featurebox_content {
  color: #ffffff;
}

.featurebox .featurebox_wrapper .featurebox_content h6 {
  margin-bottom: 20px;
}

.featurebox .featurebox_wrapper .featurebox_content p {
  font-size: 18px;
}

.office_schedule {
  text-align: center;
}

.office_schedule img {
  margin: 12px 0px;
}

.office_schedule_inner {
  max-width: 460px;
  margin: 0 auto;
  padding: 60px 70px 40px 70px;
  text-align: center;
  background-image: url("../images/schedule_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.office_schedule_inner h6 {
  font-weight: 500;
  text-transform: uppercase;
  color: #d60505;
  margin-bottom: 20px;
}

.office_schedule_inner ul {
  padding: 0px;
  list-style-type: none;
}

.office_schedule_inner ul li {
  position: relative;
  color: #2b2824;
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  line-height: 28px;
}

.office_schedule_inner ul li .day {
  position: relative;
  background: #f7f7f2;
  display: inline-block;
  z-index: 1;
  padding-right: 10px;
}

.office_schedule_inner ul li .time {
  position: relative;
  font-family: "Cormorant", serif;
  font-size: 18px;
  width: 80px;
  text-align: left;
}

.office_schedule_inner ul li .time.close {
  font-style: italic;
  color: #d60505;
}

.office_schedule_inner ul li:before {
  content: '';
  position: absolute;
  right: 90px;
  top: 55%;
  width: 160px;
  height: 1px;
  background: rgba(97, 89, 78, 0.15);
}



/*----Tab --*/
.foodmenu_tab .foodmenu_tab_button_group {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  padding: 0px;
  margin-bottom: 70px;
}

.foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button {
  padding: 0px 60px;
  text-align: center;
}

.foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a {
  position: relative;
  display: block;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
	font-weight:700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
}

.foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a .tabicon {
  position: relative;
  margin-bottom: 15px;
  z-index: -1;
}

.foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a .tabicon .secondary {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a.selected {
  color: #d60505;
}

.foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a.selected .tabicon .primary {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a.selected .tabicon .secondary {
  opacity: 1;
  visibility: visible;
}

.foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a.selected:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #3a302e;
  z-index: -2;
}

.foodmenu_tab .foodmenu_tab_container .foodmenu_tab_info {
  display: none;
  transition: all 0.5s ease-in-out;
}

.foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content {
  padding: 0px 40px;
  margin-bottom: 40px;
  display: flex;
}

.foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_serial {
  margin-right: 22px;
  border-radius: 10%;
  overflow: hidden;
  flex-shrink: 0;
	max-width:40%;
	min-width:40%;
}

.foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item {
  flex-grow: 1;
}

.foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item .menu_item_inner {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
}

.foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item .menu_item_inner .price {
  font-style: italic;
}

.foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item .menu_item_inner .line {
  flex-grow: 1;
  margin: 0px 20px;
  border-bottom: 1px solid #655f5d;
}

.foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item p {
  font-family: "Cormorant", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  font-style: italic;
  color: white;
}

.foodmenu_tab .foodmenu_tab_container.with_photo .foodmenu_tab_content {
  align-items: center;
}

.foodmenu_tab.bg_light {
  background: url("../images/bg/bg_light.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  padding: 100px 80px 60px 80px;
}

.foodmenu_tab.bg_light .foodmenu_tab_container .foodmenu_tab_content .menu_item .menu_item_inner {
  color: #2a2423;
}

.foodmenu_tab.bg_light .foodmenu_tab_container .foodmenu_tab_content .menu_item .line {
  border-color: #eacaaf;
}

.foodmenu_tab.bg_dark {
  background: url("../images/bg/bg_dark.html");
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  padding: 100px 80px 60px 80px;
}

.foodmenu_tab.bg_dark .foodmenu_tab_container .foodmenu_tab_content .menu_item .menu_item_inner {
  color: #ffffff;
}

.foodmenu_tab.bg_dark .foodmenu_tab_container .foodmenu_tab_content .menu_item .line {
  border-color: #655f5d;
}



/* Customize Radio Button */

label.radio_circle {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 0px;
  letter-spacing: 0px;
  user-select: none;
}

label.radio_circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0px;
}

label.radio_circle .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #d60505;
}

label.radio_circle .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #d60505;
}

label.radio_circle:hover input ~ .checkmark {
  background-color: transparent;
  border: 1px solid #d60505;
}

label.radio_circle input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #d60505;
}

label.radio_circle input:checked ~ .checkmark:after {
  display: block;
}

.select2-dropdown {
  border: 0px solid #faf3ed;
  padding: 5px 10px;
  background: #2a2423;
  border-radius: 0px;
}

.select2-container--default .select2-selection--multiple {
  background: #2a2423;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
  color: #d60505;
}

.select2-search--dropdown {
  padding: 4px 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0px solid #faf3ed;
  color: #c3b1ab;
  background: #1f1917;
  padding: 0px 10px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 100%;
}

.select2-results__option {
  padding: 8px 10px;
  font-size: 14px;
  color: #c3b1ab;
}



/*----- Custom Select (Sorting) -----*/
.filtering_method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.filtering_method .showing_results {
  font-family: "Cormorant", serif;
}

.filtering_method .view_type_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filtering_method .view_type_wrapper .sorting_wrapper {
  position: relative;
  user-select: none;
  width: 190px;
  margin-right: 100px;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select {
  position: relative;
  display: flex;
  flex-direction: column;
  border-width: 0px;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .sorting_trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #d60505;
  background: #2a2423;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .sorting_trigger .arrow {
  position: relative;
  height: 7px;
  width: 7px;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .sorting_trigger .arrow:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 1px;
  height: 7px;
  transition: all 0.5s ease;
  left: -2px;
  transform: rotate(45deg);
  background-color: #d60505;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .sorting_trigger .arrow:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 1px;
  height: 7px;
  transition: all 0.5s ease;
  left: 2px;
  transform: rotate(-45deg);
  background-color: #d60505;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .sorting_options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 0px solid #eeeeee;
  border-top: 0;
  background: #ffffff;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .sorting_options .sorting_option {
  position: relative;
  display: block;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .sorting_options .sorting_option:hover {
  cursor: pointer;
  color: #d60505;
  background: #d60505;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .sorting_options .sorting_option.selected {
  color: #d60505;
  background: #d60505;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default .select2-selection--single .select2-selection__arrow,
.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container .select2-selection--single,
.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  padding: 19px 10px;
  border: none;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default .select2-selection--single .select2-selection__rendered,
.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
  line-height: 26px;
  color: #d60505;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #d60505 transparent transparent transparent;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #d60505 transparent;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default .select2-selection--multiple,
.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: 40px;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #d60505;
  background: #2a2423;
  cursor: pointer;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default .select2-selection--multiple:focus,
.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default .select2-selection--single:focus,
.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default.select2-container--focus .select2-selection--multiple,
.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #d60505;
  outline: none;
  outline-offset: 0px;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select.open .sorting_options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select.open .sorting_trigger .arrow:before {
  left: -2px;
  transform: rotate(-45deg);
}

.filtering_method .view_type_wrapper .sorting_wrapper .sorting_select.open .sorting_trigger .arrow:after {
  left: 2px;
  transform: rotate(45deg);
}

.filtering_method .view_type_wrapper .view_type {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filtering_method .view_type_wrapper .view_type span {
  font-family: "Cormorant", serif;
  font-weight: 500;
  color: #d60505;
}

.filtering_method .view_type_wrapper .view_type a {
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  color: #d60505;
  text-decoration: none;
  box-shadow: none;
  padding: 0px 12px;
  text-align: center;
}

.filtering_method .view_type_wrapper .view_type a.icon-list {
  padding-right: 0px;
}

@media screen and (max-width: 767px) {
  .filtering_method .showing_results {
    display: none;
  }
  .filtering_method .view_type_wrapper {
    width: 100%;
  }
  .filtering_method .view_type_wrapper .sorting_wrapper {
    margin-right: 0px;
  }
  .filtering_method .view_type_wrapper .view_type span {
    display: none;
  }
}



/*----Tab --*/
.single_tab {
  border-top: 1px solid #3a3635;
  border-bottom: 1px solid #3a3635;
}

.single_tab .single_tab_button_group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
}

.single_tab .single_tab_button_group li {
  text-align: center;
}

.single_tab .single_tab_button_group li a {
  position: relative;
  display: block;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  padding: 10px 25px;
  border-bottom: 1px solid #3a3635;
  transition: all 0.5s ease;
}

.single_tab .single_tab_button_group li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: transparent;
  transition: all 0.5s ease;
}

.single_tab .single_tab_button_group li a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 30px;
  background: #342926;
}

.single_tab .single_tab_button_group li a.selected {
  color: #d60505;
}

.single_tab .single_tab_button_group li a.selected:before {
  background: #d60505;
}

.single_tab .single_tab_button_group li:last-child a:after {
  display: none;
}

.single_tab .single_tab_container {
  display: block;
  padding-top: 30px;
  /*-------- Reviews ------------*/
}

.single_tab .single_tab_container .single_tab_info {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  display: none;
}

.single_tab .single_tab_container .single_tab_info h2 {
  line-height: 54px;
  margin-bottom: 20px;
}

.single_tab .single_tab_container .single_tab_info h2 span {
  color: #d60505;
}

.single_tab .single_tab_container .single_tab_info p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.single_tab .single_tab_container .single_tab_info ul {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0px;
  list-style-type: none;
}

.single_tab .single_tab_container .single_tab_info ul li {
  list-style-type: none;
  position: relative;
  padding: 7px 0px;
}

.single_tab .single_tab_container .single_tab_info ul li a {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  padding-left: 0px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.single_tab .single_tab_container .single_tab_info ul li a:hover {
  color: #d60505;
}

.single_tab .single_tab_container .single_tab_info ul li a i {
  font-size: 18px;
  color: #d60505;
  margin-right: 10px;
}

.single_tab .single_tab_container .review_sec .review_title {
  font-family: "Spectral", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}

.single_tab .single_tab_container .review_sec .review_title a {
  font-weight: 700;
}

.single_tab .single_tab_container .review_sec ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
 

.gmap_wrapper {
  padding: 0px 100px;
}

.gmapbox .map {
  width: 100%;
  height: 400px;
}

.sec_large_title {
  font-size: 43px;
  color: #d60505;
  margin-bottom: 100px;
}

.contact_us .section_header {
  margin-bottom: 35px;
  padding-right: 0px;
  text-align: left;
}

.contact_us .section_header .section_title {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-top: 0px;
}

.contact_us .section_header .section_sub_title {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #d60505;
}

.contact_us .form-group {
  margin-bottom: 15px;
}

.contact_us select, .contact_us input[type="text"], .contact_us input[type="email"], .contact_us input[type="url"], .contact_us input[type="password"], .contact_us input[type="search"], .contact_us input[type="number"], .contact_us input[type="tel"], .contact_us input[type="range"], .contact_us input[type="date"], .contact_us input[type="month"], .contact_us input[type="week"], .contact_us input[type="time"], .contact_us input[type="datetime"], .contact_us input[type="datetime-local"], .contact_us input[type="color"] {
  background: transparent;
  border: 1px solid #363230;
  color: #ffffff;
  height: 50px;
}

.contact_us textarea.form-control {
  background: transparent;
  border: 1px solid #363230;
  color: #ffffff;
  height: 110px;
}

.contact_us ::-webkit-input-placeholder {
  color: #c3b1ab;
}

.contact_us ::-moz-placeholder {
  color: #c3b1ab;
}

.contact_us :-ms-input-placeholder {
  color: #c3b1ab;
}

.contact_us :-moz-placeholder {
  color: #c3b1ab;
}

.contact_us :placeholder {
  color: #c3b1ab;
}

.contact_us input[type="text"]:focus,
.contact_us input[type="email"]:focus,
.contact_us input[type="url"]:focus,
.contact_us input[type="password"]:focus,
.contact_us input[type="search"]:focus,
.contact_us input[type="number"]:focus,
.contact_us input[type="tel"]:focus,
.contact_us input[type="range"]:focus,
.contact_us input[type="date"]:focus,
.contact_us input[type="month"]:focus,
.contact_us input[type="week"]:focus,
.contact_us input[type="time"]:focus,
.contact_us input[type="datetime"]:focus,
.contact_us input[type="datetime-local"]:focus,
.contact_us input[type="color"]:focus,
.contact_us textarea.form-control:focus {
  border-color: #d60505;
  outline: none;
  outline-offset: 0px;
  box-shadow: none;
}

.keepintouch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

.keepintouch .communication h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #d60505;
  transition: all 0.5s ease;
}

.keepintouch .communication p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #ffffff;
  transition: all 0.5s ease;
}

.contact.homestyle .sec_large_title,
.contact.homestyle .keepintouch {
  margin-bottom: 0px;
}

.contact.homestyle .gmapbox {
  position: relative;
  height: 730px;
  margin-bottom: 90px;
  padding-top: 80px;
}

.contact.homestyle .gmapbox .map {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact.homestyle .contact_us {
  background: #faf3ed;
  padding: 60px 60px;
}

.contact.homestyle .contact_us .section_header {
  margin-bottom: 35px;
  padding-right: 0px;
  text-align: left;
}

.contact.homestyle .contact_us .section_header .section_title {
  font-size: 36px;
  color: #2b2824;
  margin-bottom: 4px;
  padding-top: 0px;
}

.contact.homestyle .contact_us .section_header .section_sub_title {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #d60505;
}

.contact.homestyle .contact_us select, .contact.homestyle .contact_us input[type="text"], .contact.homestyle .contact_us input[type="email"], .contact.homestyle .contact_us input[type="url"], .contact.homestyle .contact_us input[type="password"], .contact.homestyle .contact_us input[type="search"], .contact.homestyle .contact_us input[type="number"], .contact.homestyle .contact_us input[type="tel"], .contact.homestyle .contact_us input[type="range"], .contact.homestyle .contact_us input[type="date"], .contact.homestyle .contact_us input[type="month"], .contact.homestyle .contact_us input[type="week"], .contact.homestyle .contact_us input[type="time"], .contact.homestyle .contact_us input[type="datetime"], .contact.homestyle .contact_us input[type="datetime-local"], .contact.homestyle .contact_us input[type="color"] {
  background: transparent;
  border: 1px solid transparent;
  background: #ffffff;
  color: #2b2824;
  height: 50px;
  box-shadow: 0px 0px 12px rgba(215, 118, 71, 0.1);
}

.contact.homestyle .contact_us textarea.form-control {
  background: transparent;
  border: 1px solid transparent;
  background: #ffffff;
  color: #2b2824;
  height: 110px;
  box-shadow: 0px 0px 12px rgba(215, 118, 71, 0.1);
}

/*
 * Shortcode: sidebar
 * -----------------------------------------------
*/
.sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  background-color: #2a2423;
  padding: 30px;
}

.widget {
  margin-bottom: 50px;
  /*-- Page List --*/
}

.widget:last-child {
  margin-bottom: 0px;
}

.widget h2,
.widget .widget_title {
  position: relative;
  font-family: "Cormorant", serif;
  font-size: 30px;
  display: inline-block;
  padding-bottom: 6px;
  margin-top: 0;
  margin-bottom: 15px;
}

.widget h2::after,
.widget .widget_title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 105%;
  width: 40px;
  height: 2px;
  background-color: #d60505;
}

.widget ul, .widget ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.widget ul li, .widget ol li {
  margin-bottom: 0px;
  border-bottom: 1px solid #34312c;
  padding: 12px 0px;
}

.widget ul li a, .widget ol li a {
  width: 100%;
  color: #ffffff;
}

.widget ul li a:hover, .widget ol li a:hover {
  color: #d60505;
}

.widget ul li .submenu-container, .widget ol li .submenu-container {
  padding-left: 20px;
}


.widget .wp-block-page-list li {
  border-bottom: 0px;
  padding: 0px;
}

.widget .wp-block-page-list li a {
  border-bottom: 1px solid #34312c;
  padding: 12px 0px;
  width: 100%;
  display: block;
}



/*-- Social --*/
.sidebar_social .social_profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}

.sidebar_social .social_profile .social_media {
  font-family: "Spectral", serif;
  text-align: center;
}

.sidebar_social .social_profile .social_media a {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.sidebar_social .social_profile .social_media i {
  font-size: 26px;
}

.sidebar_social .social_profile .social_media .name {
  font-size: 14px;
  font-weight: 600;
  text-transform: lowercase;
  margin-bottom: 5px;
  color: #000000;
}

.sidebar_social .social_profile .social_media .off_text {
  font-size: 10px;
  text-transform: uppercase;
  color: #959595;
}



@font-face {
  font-family: 'Antonio Fischer';
  src: url("fonts/Antonio%20Fischer.ttf");
  src: url("fonts/Antonio%20Fischerd41d.html?#iefix") format("embedded-opentype"), url("fonts/Antonio%20Fischer.html") format("otf"), url("fonts/Antonio%20Fischer.ttf") format("truetype"), url("fonts/Antonio%20Fischer-2.html#webfont") format("svg");
}

@font-face {
  font-family: 'Tuesday Night';
  src: url("fonts/Tuesday%20Night.ttf");
  src: url("fonts/Tuesday%20Nightd41d.html?#iefix") format("embedded-opentype"), url("fonts/Tuesday%20Night.otf") format("otf"), url("fonts/Tuesday%20Night.ttf") format("truetype"), url("fonts/Tuesday%20Night.html#webfont") format("svg");
}

/*---------- Background ------------*/
.bg_color_1 {
  background-color: #fff7f7;
}

.bg_image_1 {
  background-image: url("../images/bg/bg1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_image_2 {
  background-image: url("../images/bg/bg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_image_3 {
  background-image: url("../images/bg/bg3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_image_4 {
  background-image: url("../images/bg/bg4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_image_5 {
  background-color: #0000007e;
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_image_6 {
  background-image: url("../images/bg/bg6.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_image_7, .bg_image_8  {
  background-color: #000000bf; 
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.bg_image_9 {
  background-image: url("../images/bg/bg9.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_image_10 {
  background-image: url("../images/bg/bg10.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg_image_11 {
  background-image: url("../images/bg/bg11.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg_image_12 {
  background-image: url("../images/bg/bg12.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg_image_13 {
  background-image: url("../images/bg/bg13.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_image_14 {
  background-image: url("../images/bg/bg14.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg_image_15 {
  background-image: url("../images/bg/bg15.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_image_16 {
  background-image: url("../images/all/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_image_17 {
  background-image: url("../images/all/pizza-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_image_18 {
  background-image: url("../images/all/drinks.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_image_19 {
  background-image: url("../images/bg/bg19.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_image_20 {
  background-image: url("../images/bg/bg20.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_image_21 {
  background-image: url("../images/bg/bg21.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_image_22 {
  background-image: url("../images/bg/bg22.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg_image_header {
   
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bgimage_section_divider {
  height: 680px;
}

/*---------- Slick Control ------------*/
.slick-slide {
  outline: none;
}

.slick-vertical .slick-slide {
  border: 0px solid transparent;
}

.slick-slide img {
  width: 100%;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid #ffffff;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  background: transparent;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s ease;
}

.slick-prev:hover, .slick-next:hover {
  background: #392a23;
  border-color: #392a23;
}

.slick-prev:focus, .slick-next:focus {
  background: #392a23;
  border-color: #392a23;
}

.slick-prev:before, .slick-next:before {
  font-size: 16px;
  color: #ffffff;
  opacity: 1;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #d60505;
  opacity: 1;
}

.slick-prev:focus:before,
.slick-next:focus:before {
  color: #d60505;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev {
  left: 0px;
}

.slick-prev:before {
  margin-right: 4px;
}

.slick-next {
  right: 0px;
}

.slick-next:before {
  margin-left: 4px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: relative;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  counter-reset: numbers;
  display: none!important;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0px;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  color: #ffffff;
  border: 0;
  outline: none;
  background: transparent;
  transition: all 0.5s ease;
}

.slick-dots li button:before {
  font-family: "Spectral", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  counter-increment: numbers;
  content: "0" counter(numbers);
  text-align: center;
  opacity: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.5s ease;
}

.slick-dots li button:hover:before {
  opacity: 1;
  color: #d60505;
}

.slick-dots li button:focus:before {
  opacity: 1;
  color: #d60505;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #d60505;
}

/*---------- Breadcrumb Section ------------*/
.page-header .page-header-content {
  position: relative;
  margin: 0px;
  padding: 225px 0px;
  text-align: center;
  z-index: 2;
}

.page-header .page-header-content > div {
  position: relative;
}

.page-header .page-header-content .heading {
  position: relative;
  font-size: 60px;
  font-weight: 500;
  line-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #d60505;
  padding: 10px 25px;
  min-width: 570px;
  max-width: 100%;
}

.page-header .page-header-content .heading::before {
  content: url("../images/layer4.png");
  position: absolute;
  left: -35px;
  top: -40px;
  z-index: -1;
  animation: object-move6 2s linear;
}

.page-header .page-header-content .heading::after {
  content: url("../images/layer4.png");
  position: absolute;
  right: -35px;
  bottom: -67px;
  z-index: -1;
  animation: object-move7 2s linear;
}

.page-header .breadcrumb {
  padding: 10px 0px 0px 0px;
  margin-bottom: 0;
  list-style: none;
  display: block;
  background: transparent;
}

.page-header .breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}

.page-header .breadcrumb li:before {
  content: '/';
  padding: 0px 5px;
  color: #ffffff;
}

.page-header .breadcrumb li:first-child:before {
  display: none;
}

.page-header .breadcrumb li a {
  color: #ffffff;
}

.page-header .breadcrumb li a:hover {
  color: #ffffff;
}

.page-header .breadcrumb li.active {
  color: #ffffff;
}

@keyframes object-move6 {
  0% {
    left: -70px;
  }
  100% {
    left: -35px;
  }
}

@keyframes object-move7 {
  0% {
    right: -70px;
  }
  100% {
    right: -35px;
  }
}

.border_line {
  font-family: "Spectral", serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d60505;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url(../images/line.html);
  background-repeat: repeat-x;
  background-position: center left;
  width: 100%;
  height: 8px;
}

/*---------- Section Header ------------*/
.section_header {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.section_header * {
  position: relative;
}

.section_header img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section_header p {
  color: #ffffff;
}

.section_header .section_title {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  line-height: 54px;
  text-transform: capitalize;
  padding-top: 125px;
  padding-bottom: 10px;
}

.section_header .section_sub_title {
  font-weight: 400;
  font-style: italic;
  color: #d60505;
}

.section_header.dark .section_title {
  color: #2a2423;
}

.section_header.dark .section_sub_title {
  color: #d60505;
}

.section_header.dark p {
  color: #817c7b;
}

.section_header.sm_padding .section_title {
  padding-top: 35px;
}

/*----------- Reserve Table ---------------*/


.about_us_home {
  position: relative;
  padding: 80px 0px;
}

.about_us_home .about_us_inner {
  position: relative;
  padding: 40px 0px 100px 100px;
}

.about_us_home .about_us_inner .spin_logo {
  position: absolute;
  left: 47%;
  top: 40px;
  z-index: 1;
  width: 150px;
  height: 150px;
}

.about_us_home .about_us_inner .spin_logo .circle_logo {
  animation: rotator1 20s infinite linear;
}

.about_us_home .about_us_inner .spin_logo .linear_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.about_us_home .about_us_inner .section_header {
  text-align: left;
  margin-bottom: 0px;
}

.about_us_home .about_us_inner .section_header .section_title {
  font-size: 40px;
  padding-top: 0px;
  color: #ffffff;
}

.about_us_home .about_us_inner .section_header .section_sub_title {
  margin-bottom: 25px;
}

.about_us_home .about_us_inner .section_header p {
  line-height: 26px;
  color: #ffffff;
}

.about_us_home .about_us_inner .section_header .button_group {
  margin-top: 50px;
}

.about_us_home .about_us_inner .section_header .button_group .button {
  font-weight: 500;
  line-height: 30px;
}

.about_us_home .about_us_inner .about_imgbox {
  position: absolute;
  top: 0;
  right: 0;
}

.about_us_home .about_us_inner .about_imgbox .layer_spice_1 {
  position: absolute;
  right: 95%;
  top: 63%;
  width: 50px;
  animation: object-move1 7s infinite ease;
}

.about_us_home .about_us_inner .about_imgbox .layer_spice_2 {
  position: absolute;
  right: 75%;
  top: 80%;
  width: 62%;
  display: inline-block;
  animation: object-move2 7s infinite ease;
}

.about_us_home .about_us_inner .about_imgbox::after {
  content: url("../images/about/layer2.png");
  position: absolute;
  right: 0;
  top: 0;
  animation: object-move3 7s ease;
  transform-origin: right;
}

@keyframes rotator1 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes object-move1 {
  0% {
    top: 63%;
  }
  50% {
    top: 58%;
  }
  100% {
    top: 63%;
  }
}

@keyframes object-move2 {
  0% {
    top: 80%;
  }
  50% {
    top: 85%;
  }
  100% {
    top: 80%;
  }
}

@keyframes object-move3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/*---------- Food Platter --------------*/
.platter {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 170px;
}

.platter_box {
  width: 550px;
  max-width: 100%;
  height: 500px;
  margin: 0px auto;
  text-align: center;
  background-image: url("../images/border_bg.png");
}

.platter_box .platter_title {
  margin-top: -60px;
  margin-bottom: 55px;
  display: inline-block;
}

.platter_box .platter_title h4 {
  text-transform: uppercase;
  color: #ffffff;
}

.platter_box .platter_box_item {
  margin: 20px 0px;
}

.platter_box .platter_box_item h6 {
  font-family: "Spectral", serif;
  font-weight: 500;
  color: #d60505;
}

.platter_box .platter_box_item p {
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
}

/*---------- Speciality ---------------*/
.speciality .section_header {
  text-align: left;
  padding-left: 25px;
  margin-bottom: 0px;
}

.speciality .section_header .section_title {
  font-size: 43px;
  padding-top: 90px;
}

.speciality .section_header .section_sub_title {
  margin-bottom: 30px;
}

.speciality .section_header p {
  line-height: 26px;
}

.speciality .section_header .button_group {
  margin-top: 40px;
}

.speciality .section_header .button_group .button {
  font-weight: 500;
  line-height: 30px;
}

.speciality .speciality_square {
  position: relative;
  margin-right: 25px;
  display: flex;
  flex-flow: row wrap;
}

.speciality .speciality_square::before {
  content: url("../images/layer1.png");
  position: absolute;
  left: -60px;
  bottom: -8px;
  animation: object-move4 8s ease-in-out infinite;
}

.speciality .speciality_square::after {
  content: url("../images/layer1.png");
  position: absolute;
  right: 2px;
  top: 80px;
  animation: object-move5 8s ease-in-out infinite;
}

.speciality .speciality_square .speciality_item {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 302px;
  padding: 76px 0px;
  text-align: center;
  background: #2a2423;
  margin: 1px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.speciality .speciality_square .speciality_item .frontend {
  transition: all 0.5s ease-in-out;
}

.speciality .speciality_square .speciality_item .frontend img {
  width: 57px;
  height: 57px;
}

.speciality .speciality_square .speciality_item .frontend h6 {
  font-family: "Spectral", serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  color: #ffffff;
}

.speciality .speciality_square .speciality_item .backend {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 50px 35px;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: all 0.5s ease-in-out;
}

.speciality .speciality_square .speciality_item .backend h5 {
  font-family: "Spectral", serif;
  font-size: 20px;
  font-weight: 500;
  color: #d60505;
  margin-top: 0px;
  margin-bottom: 18px;
}

.speciality .speciality_square .speciality_item .backend p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.speciality .speciality_square .speciality_item .backend::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.speciality .speciality_square .speciality_item:hover .frontend {
  opacity: 0;
  visibility: hidden;
}

.speciality .speciality_square .speciality_item:hover .backend {
  opacity: 1;
  visibility: visible;
}

.speciality.light .speciality_square .speciality_item {
  background: #f4e6dc;
}

.speciality.light .speciality_square .speciality_item h6 {
  color: #2b2824;
}

@keyframes object-move4 {
  0% {
    bottom: -8px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: -8px;
  }
}

@keyframes object-move5 {
  0% {
    top: 80px;
  }
  50% {
    top: 1px;
  }
  100% {
    top: 80px;
  }
}

/*--------- Call to Action / Banner ----------*/
.banner_1 {
  padding: 200px 0px;
}

.banner_1 .banner_content {
  color: #ffffff;
}

.banner_1 .banner_content h3 {
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 25px;
}

.banner_1 .banner_content h6 {
  font-weight: 400;
  font-style: italic;
}

.banner_1 .banner_content .button_group {
  margin-top: 55px;
}

.banner_1 .banner_content .button {
  padding: 20px 64px;
}

.banner_2 {
  padding: 100px 0px 80px 0px;
}

.banner_2 .banner_left {
  padding: 60px 40px 60px 40px;
}

.banner_2 .banner_left .section_header {
  text-align: left;
  margin-bottom: 35px;
}

.banner_2 .banner_left .section_header .section_title {
  font-size: 43px;
  line-height: 48px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.banner_2 .banner_left .section_header .section_sub_title {
  margin-bottom: 25px;
}

.banner_2 .banner_left .contact_info {
  padding: 12px;
  background: #ffffff;
}

.banner_2 .banner_left .contact_info .phone {
  position: relative;
  font-family: "Spectral", serif;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
  color: #1f1917;
  line-height: 32px;
  padding: 14px 30px;
  background: #ffffff;
  border: 1px solid rgba(215, 118, 71, 0.1);
  word-break: break-word;
}

.banner_2 .banner_left .contact_info .phone > * {
  position: relative;
  text-align: left;
}

.banner_2 .banner_left .contact_info .phone img {
  margin-right: 15px;
}

.banner_2 .banner_left .contact_info .phone span {
  font-family: "Cormorant", serif;
  font-size: 16px;
  font-weight: 600;
  color: #d60505;
  text-transform: uppercase;
}


/*---------- Author -------------*/
.pull_up {
  margin-top: -75px;
}



.comment-respond .contact_form {
  margin-top: 20px;
}

.comment-respond .contact_form .form-group {
  margin-bottom: 30px;
}

.comment-respond .contact_form .logged-in-as {
  margin-bottom: 20px;
}

/*----------- Contact Us -----------------*/
.contact_box {
  position: relative;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(196, 105, 107, 0.1);
  padding: 90px;
}

.contact_box .contactus {
  padding-left: 30px;
}

.contact_box .contactus .section_header .section_title {
  font-size: 48px;
}

.contact_box .contactus .contact_form {
  margin-top: 20px;
}

.contact_box .contactus .contact_form .form-group {
  margin-bottom: 25px;
}

.contact_box .contactus .contact_form .logged-in-as {
  margin-bottom: 10px;
}

.contact_box .contactus .contact_form textarea.form-control {
  height: 120px;
}

.main_wrapper {
  position: relative;
}

/*--------- Preloader ----------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#preloader.hide {
  width: 0%;
  transition-delay: 0.26s;
}

#preloader:before,
#preloader:after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: #000000;
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
}

#preloader:after {
  background: #d60505;
  mix-blend-mode: difference;
  transition-delay: 0.40s;
  z-index: 3;
}

#preloader.hide:before,
#preloader.hide:after {
  transform: translateX(-105%);
}

.loader-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

#preloader.hide .loader-wrap {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.18s;
}

.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #ffffff;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #d60505;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

/*--------- Mouse Cursor ----------*/
.pointer {
  position: fixed;
  top: 50%;
  left: -100px;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 9999;
  transition-property: width, height;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
  border-radius: 100%;
  background: #d60505;
  overflow: hidden;
}

.bnz-pointer.bnz-large {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.25);
}

.bnz-pointer.bnz-large:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px dashed #d60505;
  border-radius: 100%;
  animation: spin 4s linear infinite;
}

.bnz-pointer.bnz-small {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
}

.bnz-pointer.bnz-small::before {
  display: none;
}

.bnz-pointer.bnz-none {
  width: 0px;
  height: 0px;
}

.bnz-pointer.bnz-drag {
  width: 40px;
  height: 40px;
  background: rgba(215, 118, 71, 0.15);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.bnz-pointer.bnz-drag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}

.bnz-pointer.bnz-drag.bnz-large::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  transform: none;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px dashed #000;
  border-radius: 100%;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/*======= Light Color Style =======*/
body.light_bg {
  color: #2a2423;
}

body.light_bg .slider_slick .slick-dots li button:before {
  color: #2a2423;
}

body.light_bg .slider_slick .slick-dots li.slick-active button:before {
  color: #d60505;
}

body.light_bg .grillman_imgtext.light p {
  color: #d60505;
}

body.light_bg .foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a {
  color: #2a2423;
}

body.light_bg .foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a.selected {
  color: #d60505;
}

body.light_bg .foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button a.selected::after {
  background: #f0dbc9;
  opacity: 0.5;
}

body.light_bg .foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item .line {
  border-color: #eacaaf;
}


body.light_bg .about_header .about_header_title h1 {
  color: #f4e6dc;
}

body.light_bg .portfolio_grid .portfolio_filters_button_content .button-group .button {
  color: #2a2423;
}

body.light_bg .portfolio_grid .portfolio_filters_button_content .button-group .button.is-checked {
  color: #d60505;
}

body.light_bg .contact.homestyle .sec_large_title {
  color: #2a2423;
}

body.light_bg .keepintouch .communication p {
  color: #817c7b;
}

body.light_bg .contact_us .section_header .section_title {
  color: #2a2423;
}

body.light_bg .contact_us select,
body.light_bg .contact_us input[type="text"],
body.light_bg .contact_us input[type="email"],
body.light_bg .contact_us input[type="url"],
body.light_bg .contact_us input[type="password"],
body.light_bg .contact_us input[type="search"],
body.light_bg .contact_us input[type="number"],
body.light_bg .contact_us input[type="tel"],
body.light_bg .contact_us input[type="range"],
body.light_bg .contact_us input[type="date"],
body.light_bg .contact_us input[type="month"],
body.light_bg .contact_us input[type="week"],
body.light_bg .contact_us input[type="time"],
body.light_bg .contact_us input[type="datetime"],
body.light_bg .contact_us input[type="datetime-local"],
body.light_bg .contact_us input[type="color"] {
  background: #ffffff;
  border: 1px solid transparent;
}

body.light_bg .contact_us textarea.form-control {
  background: #ffffff;
  border: 1px solid transparent;
}

body.light_bg .contact_us .button:hover {
  background: #1f1917;
}


body.light_bg .comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment {
  color: #2a2423;
}

body.light_bg .comments-area ul.comment-list .commenter-block .comment-content .comment-date {
  color: #817c7b;
}

body.light_bg .comment-respond select,
body.light_bg .comment-respond input[type="text"],
body.light_bg .comment-respond input[type="email"],
body.light_bg .comment-respond input[type="url"],
body.light_bg .comment-respond input[type="password"],
body.light_bg .comment-respond input[type="search"],
body.light_bg .comment-respond input[type="number"],
body.light_bg .comment-respond input[type="tel"],
body.light_bg .comment-respond input[type="range"],
body.light_bg .comment-respond input[type="date"],
body.light_bg .comment-respond input[type="month"],
body.light_bg .comment-respond input[type="week"],
body.light_bg .comment-respond input[type="time"],
body.light_bg .comment-respond input[type="datetime"],
body.light_bg .comment-respond input[type="datetime-local"],
body.light_bg .comment-respond input[type="color"] {
  border-color: #eacaaf;
  color: #2a2423;
}

body.light_bg .comment-respond textarea.form-control {
  border-color: #eacaaf;
  color: #2a2423;
}

body.light_bg .comment-respond .button:hover {
  background: #1f1917;
}


body.light_bg .single_tab {
  border-color: #eacaaf;
}

body.light_bg .single_tab .single_tab_button_group li a {
  border-color: #eacaaf;
  color: #2a2423;
}

body.light_bg .single_tab .single_tab_button_group li a.selected {
  color: #d60505;
}

body.light_bg .single_tab .single_tab_button_group li a:after {
  background: #eacaaf;
}

body.light_bg .single_tab .single_tab_container {
  /*-------- Reviews ------------*/
}

body.light_bg .single_tab .single_tab_container .single_tab_info p {
  color: #2a2423;
}

body.light_bg .related_products .section_header .section_title {
  color: #2a2423;
}


body.light_bg .sidebar {
  background-color: #faf3ed;
  box-shadow: 0px 0px 20px rgba(43, 40, 36, 0.05);
}

body.light_bg .widget {
  /*-- Page List --*/
}

body.light_bg .widget ul li, body.light_bg .widget ol li {
  border-bottom: 1px solid #eacaaf;
}

body.light_bg .widget ul a, body.light_bg .widget ol a {
  color: #2b2824;
}

body.light_bg .widget ul a:hover, body.light_bg .widget ol a:hover {
  color: #d60505;
}

body.light_bg .widget .wp-block-page-list li a {
  border-bottom: 1px solid #eacaaf;
}

body.light_bg .widget a:hover {
  color: #2b2824;
}

@media screen and (max-width: 1599px) {
  .slider_slick .slide_item .slide_item_content .slide_item_text {
    font-size: 60px;
    line-height: 60px;
  }
  .gmap_wrapper {
    padding: 0px 50px;
  }
}

/*-- max-width: 1199px--*/
@media screen and (max-width: 1199px) {
  
  .slider_slick .slide_item .slide_item_content .slide_item_text {
    font-size: 50px;
    line-height: 60px;
  }
  .slider_slick::before {
    width: 90px;
  }
  .slider_slick .slick-prev,
  .slider_slick .slick-next,
  .slider_slick .slick-dots {
    left: 30px;
  }
  .speciality .speciality_square .speciality_item {
    width: 250px;
  }
  .speciality .speciality_square .speciality_item .backend {
    padding: 15px;
  }
  .keepintouch {
    flex-flow: row wrap;
  }
  .keepintouch .communication {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .contact.homestyle .keepintouch {
    flex-flow: inherit;
  }
 
  .footer .widget_payment {
    padding-left: 0px;
  }
}

/*-- max-width: 991px--*/
@media screen and (max-width: 991px) {
  .slider_slick .slide_item .slide_item_content .slide_item_text {
    font-size: 50px;
    line-height: 50px;
  }
  .page-header .page-header-content {
    padding: 100px 100px;
  }
  .page-header .page-header-content .heading {
    font-size: 50px;
    line-height: 50px;
    min-width: auto;
  }
  

  .about_us_home {
    padding: 0px 0px;
  }
  .about_us_home .about_us_inner {
    padding: 30px 30px;
    background-size: auto;
  }
  .about_us_home .about_us_inner .section_header .section_title {
    padding-top: 0px;
  }
  .about_us_home .about_us_inner .about_imgbox {
    position: relative;
    margin-top: 30px;
  }
  .about_header .about_header_desc {
    padding-left: 0px;
    margin-top: 30px;
  }
  .foodmenu_tab .foodmenu_tab_button_group {
    justify-content: space-evenly;
    flex-flow: row wrap;
  }
  .foodmenu_tab .foodmenu_tab_button_group .foodmenu_tab_button {
    padding: 20px 25px;
  }
  .foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content {
    padding: 0px 0px;
  }
  .foodmenu_tab.bg_light, .foodmenu_tab.bg_dark {
    padding: 60px 20px 20px 20px;
  }
  .speciality .section_header {
    padding-left: 0px;
  }
  .speciality .speciality_square {
    justify-content: center;
  }
  .speciality .speciality_square .speciality_item {
    width: 190px;
    padding: 50px 0px;
  }
  .clients {
    flex-flow: row wrap;
    margin-top: 40px;
  }
  .banner_2 {
    padding: 100px 40px 40px 40px;
    text-align: center;
  }
  .banner_2 .banner_left {
    padding: 0px 0px;
  }
  .banner_2 .banner_left .section_header {
    text-align: center;
  }
  .banner_2 .banner_right {
    margin-top: 30px;
  }
  .banner_2 .banner_right img {
    width: 100%;
  }
  .portfolio_grid .grid-item .product_thumb .product_item_inner {
    padding: 20px 20px;
  }
  .contact.homestyle .sec_large_title {
    font-size: 36px;
  }
  .contact.homestyle .keepintouch {
    margin-top: 40px;
  }
  .footer .center_widget,
  .footer .footer_widget {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
  
  .author_profile .author_profile_inner {
    flex-flow: row wrap;
  }
  .author_profile .author_profile_inner .author_image {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  
  .comments-area ul ul {
    padding-left: 30px;
  }
  .additional_info {
    padding-top: 50px;
    padding-left: 0px;
  }
}

/*-- End max-width: 991px--*/
/*-- max-width: 767px--*/
@media screen and (max-width: 767px) {
  .slider_slick .slide_item .slide_item_content {
    padding: 220px 10px 200px 10px;
  }
  .slider_slick .slide_item .slide_item_content .slide_item_text {
    font-size: 35px;
    line-height: 40px;
  }
 
  .grillman_imgtext p {
    font-size: 80px;
    line-height: 80px;
  }
  .platter_box {
    height: auto;
    background-image: none;
  }
  .platter_box .platter_title {
    margin-top: 0px;
  }
  .speciality .speciality_square::before {
    display: none;
  }
  .speciality .speciality_square::after {
    display: none;
  }

  .banner_1 {
    padding: 100px 0px;
  }
  .contact.homestyle .keepintouch {
    flex-flow: row wrap;
  }
  .contact.homestyle .keepintouch .communication {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  
  
  blockquote {
    font-size: 22px;
    line-height: 36px;
    padding: 40px 40px 50px 50px;
  }
  blockquote:before {
    left: 50px;
    bottom: 10px;
  }
  
  .comments-area ul ul {
    padding-left: 15px;
  }
  .contact_box {
    padding: 30px;
  }
  .contact_box .contactus {
    padding-left: 0px;
  }
  .contact_box .contactus .section_header {
    margin-top: 15px;
  }
  .contact_box .contactus .section_header .section_title {
    font-size: 36px;
  }
  .contact_address {
    padding: 60px 0px;
  }
  .gmap_wrapper {
    padding: 0px 0px;
  }
  .gmapbox {
    position: relative;
    top: 0;
    width: 100%;
  }
  .gmapbox .map {
    height: 500px;
  }
  .contact.homestyle .gmapbox {
    height: auto;
  }
  .contact.homestyle .gmapbox .map {
    position: relative;
    height: 500px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 30px;
  }
  .page-header .page-header-content .heading {
    font-size: 35px;
    line-height: 35px;
    min-width: auto;
  }
}

/*-- End max-width: 767px--*/
/*-- max-width: 600px--*/
@media screen and (max-width: 600px) {
  .slider_slick::before {
    display: none;
  }
  .office_schedule_inner {
    padding: 30px;
  }
  .office_schedule_inner ul li:before {
    display: none;
  }
  
  
  .footer .footer_bottom .footer_bottom_inner .totop {
    position: relative;
    right: 0;
  }
}

/*-- max-width: 500px--*/
@media screen and (max-width: 500px) {
 
  .banner_2 {
    padding: 60px 20px 40px 20px;
    text-align: center;
  }
  .banner_2 .banner_left .section_header .section_title {
    font-size: 36px;
    line-height: 42px;
  }
  .banner_2 .banner_left .contact_info .phone {
    display: block;
    padding: 10px 10px;
  }
  .banner_2 .banner_left .contact_info .phone div {
    text-align: center;
  }
  .banner_2 .banner_left .contact_info .phone div span {
    font-weight: 500;
  }
  .foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item .menu_item_inner {
    display: block;
  }
  .foodmenu_tab .foodmenu_tab_container .foodmenu_tab_content .menu_item .menu_item_inner .line {
    margin: 0px 0px;
    border-bottom: 0px solid #655f5d;
  }
  .contact.homestyle .contact_us {
    padding: 30px 30px;
  }
  img.primary{
    width: 50px;
  }
}
@media screen and (max-width: 500px){
.page-header .page-header-content {
    padding: 100px 50px;
}
	iframe .cont-fm{
		height:350px!important;
	}
}

.text-p{
	font-size:20px;
	font-weight:500;
}
/*# sourceMappingURL=style.css.map */

.iconslinks i {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-top: 25px;
    margin-right: 10px;
}