/*** ======= // TABLE OF CONTENT // ============================
01- Google Fonts
02- Plugin Stylesheets Import
03- General Styling
04- Cross Browser Compatibility


===================================================== ***/

/*===== Google Fonts =====*/
@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Lato|Poppins:300,400,400i,500,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*===== Plugin Stylesheets Import =====*/
@import url(plugins.css);

/*===== General Styling =====*/

body {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing:2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", serif;
}
p {
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  line-height:36px;
  color:#9fa4af;
  display: inline-block;
}

ul li,
ol li {
  font-family: 'Josefin Sans', sans-serif;
}

a,
a:hover,
a:focus,
a:active {
  color: inherit;
  outline: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}

input,
textarea,
select,
button {border: 0;}
button,
input[type="submit"],
.fileContainer,
input[type="file"] {cursor: pointer;}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus,
.form-wrp fieldset p a:focus {
  border-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {resize: none;}
main {
  float: left;
  position: relative;
  width: 100%;
  padding-top:150px !important;
}

main.boxed {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  float: none;
  margin: 0 auto;
  width: 1230px;
}

section{
  float:left;
  position:relative;
  width:100%;
}

.block {
  float: left;
  padding: 100px 0;
  position: relative;
  width: 100%;
}

.sec-box {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  padding: 65px;
  background-color: #fff;
}
.less-spacing,
.block.less-spacing {padding:100px 0;}
.top-padd80,
.block.top-padd80 {padding-top: 80px;}
.bottom-padd80,
.block.bottom-padd80 {padding-bottom: 80px;}
.top-padd140,
.block.top-padd140 {padding-top: 140px;}
.bottom-padd140,
.block.bottom-padd140 {padding-bottom: 140px;}
.top-padd210,
.block.top-padd210 {padding-top: 210px;}
.bottom-padd210,
.block.bottom-padd210 {padding-bottom: 210px;}
.remove-gap,
.block.remove-gap {padding-top: 0;}
.remove-bottom,
.block.remove-bottom {padding-bottom: 0;}
.no-padding,
.block.no-padding {padding: 0;}
.orange-bg {background-color: #e8511c;}
.dark-red-bg,
form.dark-red-bg {background-color: #c33332;}
.gray-bg {background-color: #f6f6f6;}
.dark-bg {background-color: #34332f;}
.overlape-110,
.overlape-45,
.overlape-95 {
  margin-top: -75px;
  position: relative;
}
.black-bg{background: #272727;}
.overlape-45 {margin-top: -45px;}
.overlape-95 {margin-top: -95px;}
.sec-wrapper {
  float: left;
  width: 100%;
}
.margin-bottom {
    margin-bottom: -140px;
}
.container {
  padding: 0;
  max-width:1170px;
}
.mrg {margin: 0;}
.mrg > div,
.mrg > div.masonry,
.mrg5 > div.masonry,
.mrg10 > div.masonry,
.mrg15 > div.masonry,
.mrg20 > div.masonry,
.mrg > div.masonry > div {padding: 0;}
.mrg5 {margin: 0 -2.5px;}
.mrg5 > div,
.mrg5 > div.masonry > div {padding: 0 2.5px;}
.mrg10 {margin: 0 -5px;}
.mrg10 > div,
.mrg10 > div.masonry > div {padding: 0 5px;}
.mrg15 {margin: 0 -7.5px;}
.mrg15 > div,
.mrg15 > div.masonry > div {padding: 0 7.5px;}
.mrg20 {margin: 0 -10px;}
.mrg20 > div,
.mrg20 > div.masonry > div {padding: 0 10px;}
.masonry {width: 100%;}
.top-brd2 {border-top: 2px solid #fbfbfb;}
.bottom-brd2 {border-bottom: 2px solid #fbfbfb;}
.remove-ext,
.remove-ext2,
.remove-ext3,
.remove-ext4 {
  float: left;
  margin-bottom: -30px;
  width: 100%;
}
.remove-ext2 {margin-bottom: -20px;}
.remove-ext3 {margin-bottom: -10px;}
.remove-ext4 {margin-bottom: -15px;}
.fixed-bg,
.fit-bg{
  height:100%;
  width:100%;
  margin:0;
  position:absolute;
  left:0;
  top:0;
  z-index:-2;
}
.fixed-bg1{

  height:100%;
  width:100%;
  margin:0;
  position:absolute;
  left:0;
  top:0;
  z-index:-2;
}
.fit-bg{
	background-size: cover;
	z-index: 0;
}
.fixed-bg{
  background-size: cover;
  background-attachment: fixed !important;
}
.fixed-bg1{
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff4de;
}
.blackish:before, 
.whitish:before,
.grayish:before,
.blackish2:before,
.red-bg-layer:before,
.yellow-bg-layer:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.whitish:before {background-color:#fff;}
.grayish:before {background-color: #fbfbfb}
.blackish:before {background-color: #000000;}
.blackish2:before {background-color: #323232;}
.high-opacity:before {opacity: .95;}
.medium-opacity:before {opacity: .8;}
.low-opacity:before {opacity: .75;}
.opac35:before {opacity: .35;}
.opc98:before {opacity: .98;}
iframe {
  border: 0;
  float: left;
  width: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.title1-wrapper .text-white,
.title1-wrapper.text-white h2{
	color: #fff;
}

.title1-wrapper > i {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 70px;
}
.filters-wrapper .title1-inner {
    display: inline-block;
    vertical-align: middle;
    width: 84% !important;
}

/*===== Social Media Offical Colors =====*/
a.facebook,
a.facebook-clr:hover{
  background:#3b5998;
  border-color:#3b5998;
}
a.facebook-clr,
a.facebook:hover{
  border-color:#3b5998;
  color:#3b5998;
}
a.twitter,
a.twitter-clr:hover{
  background:#55acee;
  border-color:#55acee;
}
a.twitter-clr,
a.twitter:hover{
  border-color:#55acee;
  color:#55acee;
}
a.google,
a.google-clr:hover{
  background:#dd4b39;
  border-color:#dd4b39;
}
a.google-clr,
a.google:hover{
  border-color:#dd4b39;
  color:#dd4b39;
}
a.linkedin,
a.linkedin-clr:hover{
  background:#0976b4;
  border-color:#0976b4;
}
a.linkedin-clr,
a.linkedin:hover{
  border-color:#0976b4;
  color:#0976b4;
}
a.pinterest,
a.pinterest-clr:hover{
  background:#cc2127;
  border-color:#cc2127;
}
a.pinterest-clr,
a.pinterest:hover{
  border-color:#cc2127;
  color:#cc2127;
}
a.youtube,
a.youtube-clr:hover{
  background:#e52d27;
  border-color:#e52d27;
}
a.youtube-clr,
a.youtube:hover{
  border-color:#e52d27;
  color:#e52d27;
}
a.tumblr,
a.tumblr-clr:hover{
  background:#293b52;
  border-color:#293b52;
}
a.tumblr-clr,
a.tumblr:hover{
  border-color:#293b52;
  color:#293b52;
}
a.dribbble,
a.dribbble-clr:hover{
  background:#d75281;
  border-color:#d75281;
}
a.dribbble-clr,
a.dribbble:hover{
  border-color:#d75281;
  color:#d75281;
}
a.reddit,
a.reddit-clr:hover{
  background:#000;
  border-color:#000;
}
a.reddit-clr,
a.reddit:hover{
  border-color:#000;
  color:#000;
}
a.rss,
a.rss-clr:hover{
  background:#fd9f13;
  border-color:#fd9f13;
}
a.rss-clr,
a.rss:hover{
  border-color:#fd9f13;
  color:#fd9f13;
}
a.github,
a.github-clr:hover{
  background:#1f76b6;
  border-color:#1f76b6;
}
a.github-clr,
a.github:hover{
  border-color:#1f76b6;
  color:#1f76b6;
}
a.vimeo,
a.vimeo-clr:hover{
  background:#44bbff;
  border-color:#44bbff;
}
a.vimeo-clr,
a.vimeo:hover{
  border-color:#44bbff;
  color:#44bbff;
}
a.instagram,
a.instagram-clr:hover{
  background:#8a3ab9;
  border-color:#8a3ab9;
}
a.instagram-clr,
a.instagram:hover{
  border-color:#8a3ab9;
  color:#8a3ab9;
}
a.skype,
a.skype-clr:hover{
  background:#00aff0;
  border-color:#00aff0;
}
a.skype-clr,
a.skype:hover{
  border-color:#00aff0;
  color:#00aff0;
}

/*===== Cross Browser Compatibility =====*/
a,
input,
button,
textarea,
:before,
:after,
.owl-nav > div,
.owl-dots > div,
.restaurants-wrapper > li,
.popular-dish-thumb > a img,
.news-btns,
nav ul ul,
.chosen-results > li,
.featured-restaurant-box,
.toggle-item,
.toggle-item > h4,
.toggle-item > h4 i,
.rating-box > span,
.switch-slider,
.rate-share,
.newsletter-popup-wrapper,
.gallery-info-btns,
.gallery-bx > h3,
.ingradient-list,
.log-popup,
.sign-popup,
label,
.topbar,
.logo,
.logo > h1 img,
nav > div > ul > li,
nav > div > ul > li span,
.responsive-logomenu > span,
.responsive-menu > span,
.responsive-menu,
.your-order-popup,
.payment-popup-wrapper
{
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

nav > div > ul > li:before,
.select-wrp .chosen-container-single .chosen-single::before,
.input-field > i,
.top-restaurants-carousel .owl-dots,
.featured-restaurant-carousel .owl-nav > div,
.blog-detail-gallery-carousel .owl-nav > div
{
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title2-wrapper.text-center > .sudo-bottom::before,
.step-box > i span
{
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}




.brd-rd50,
.restaurants-wrapper.style2 > li::before,
.radio-box [type="radio"]:checked + label:before,
.radio-box [type="radio"]:not(:checked) + label:before,
.radio-box [type="radio"]:checked + label:after,
.radio-box [type="radio"]:not(:checked) + label:after,
.check-box [type="checkbox"]:checked + label:before,
.check-box [type="checkbox"]:not(:checked) + label:before,
.check-box [type="checkbox"]:checked + label:after,
.check-box [type="checkbox"]:not(:checked) + label:after,
.review-form:before,
.switch-slider.brd-rd30:before,
.booking-table > table tbody td h5:before,
.profile-info > a.change-password::before
{
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.brd-rd40
{
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.brd-rd30
{
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.brd-rd12
{
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.brd-rd8
{
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.brd-rd5
{
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.brd-rd4
{
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding:10px;
  color:#fff !important;
  background-color:#ee8102 !important;
}
nav > div ul > li:hover > a{

    color:#ab873d  !important;
}
.bottom-bar p a:hover{

  color:#ab873d  !important;
}
.brd-rd3
{
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.brd-rd2,
.featured-restaurant-carousel .owl-nav > div,
.sudo-bottom:before,
.select-wrp2 .chosen-container > a
{
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.brd-rd0 {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*===== Project Style =====*/
/*===== Chosen Container Style =====*/
.chosen-container {width: 100% !important;}
/*===== Header =====*/
header {
  float: left;
  width: 100%;
  z-index: 999;
  position: relative;
  -webkit-box-shadow: 0 4px 2px rgba(0,0,0,.18);
  -ms-box-shadow: 0 4px 2px rgba(0,0,0,.18);
  -o-box-shadow: 0 4px 2px rgba(0,0,0,.18);
  box-shadow: 0 4px 2px rgba(0,0,0,.18);
}
.topbar {
  background-color: #ee8102;
  float: left;
  width: 100%;
  height: 46px;
}
.select-wrp {
  float: left;
  position: relative;
}
.select-wrp + .select-wrp {
  padding-left: 20px;
  margin-left: 20px;
  /* border-left: 1px solid #fff; */
}
.select-wrp .chosen-container-single .chosen-single {
  background: no-repeat;
  border: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  height: auto;
  line-height: 46px;
  font-size: 10px;
  color: #fff;
  font-family: "Jost", serif;;
letter-spacing:2px;
  font-weight: 500;
  position: relative;
  padding-left: 0;
  padding-right: 28px;
}
.select-wrp .chosen-container-single .chosen-single:before {
  content: "\f0d7";
  position: absolute;
  right: 0;
  top: 50%;
  font-family: fontawesome;
  font-size: 12px;
  color: #fff;
}
.select-wrp .chosen-container-single .chosen-single div {display: none !important;}
.select-wrp .chosen-container-single .chosen-single > span {margin-right: 0 !important;}
.select-wrp .chosen-container-active .chosen-single::before {content: "\f0d8";}
.topbar-register {
  float: right;
  font-size: 12px;
  font-family: "Jost", serif;;
  font-weight: 500;
  color: #fff;
letter-spacing:2px;
  margin-right: -30px;
  padding: 15px 0 14px 40px;
  border-left: 1px solid rgba(229,229,229,.2);
  margin-left: 35px;
}
.select-wrp .chosen-container-single .chosen-drop {
  -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,.38);
  -ms-box-shadow: 4px 4px 0 rgba(0,0,0,.38);
  -o-box-shadow: 4px 4px 0 rgba(0,0,0,.38);
  box-shadow: 4px 4px 0 rgba(0,0,0,.38);
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: 0;
  width: 190px;
}
.select-wrp .chosen-container-single .chosen-drop > ul li {
  font-size: 12px;
  font-family: "Jost", serif;;
  font-weight: 600;
  color: #2d2d2d;
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
  float: left;
  width: 100%;
}
.select-wrp .chosen-container-single .chosen-drop > ul li:last-child {border-bottom: 0;}
.select-wrp .chosen-container-single .chosen-drop > ul {
  margin: 0;
  padding: 10px 20px;
}
.select-wrp .chosen-container-single .chosen-drop > ul li.result-selected,
.select-wrp .chosen-container-single .chosen-drop > ul li.highlighted,
.select-wrp .chosen-container-single .chosen-drop > ul li:hover,
.select-wrp2 .chosen-container-single .chosen-drop > ul li.result-selected,
.select-wrp2 .chosen-container-single .chosen-drop > ul li.highlighted,
.select-wrp2 .chosen-container-single .chosen-drop > ul li:hover {
  background-color: transparent;
  background-image: none;
}
.select-wrp2 .chosen-container-single .chosen-drop > ul li.result-selected,
.select-wrp2 .chosen-container-single .chosen-drop > ul li.highlighted,
.select-wrp2 .chosen-container-single .chosen-drop > ul li:hover {color: #fff;}
/*===== Topbar Social =====*/
.social1 {
  float: right;
  margin-top: 11px;
}
.social1 > a {
  font-size: 18px;
  color: #fff;
  float: left;
}
.social1 > a + a {margin-left: 15px;}
.logo-menu-sec {
  float: left;
  width: 100%;
  background-color: #2a1f19;
}
.logo {
  float: left;
  width: 100%;
  max-width:28%;
  margin:6px 0 6px 0;
}
.logo > h1 {margin: 0;}
nav {
  float: left;
  width: 100%;
  max-width:72%;
}
.menu-sec {
  float: left;
  width: 100%;
}
nav > div > ul {
  float: right;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
nav > div > ul > li {
    color: #fff;
    float: left;
    /* font-family: "Jost", serif; */
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing:2px;
    padding: 44px 18px 40px 18px;
    position: relative;
}
nav > div > ul > li span {
  font-size: 12px;
  display: block;
letter-spacing:2px;
  font-weight: normal;
  margin-bottom: 5px;
}
nav > div > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
nav > div > ul > li:before {
  content: "";
  width: 1px;
  height: 42px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
}
nav > div > ul > li:last-child:before {display: none;}
.menu-sec > a {
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: 600;
    margin-right: -30px;
    margin-top: 33px;
    padding: 14px 38px;
}
.menu-sec > a:hover,
.menu-sec > a:focus {color: #fff;}
/*=== DropDown =====*/
nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  -webkit-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
  min-width: 215px;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.4);
  -ms-transform: scale(.4);
  -o-transform: scale(.4);
  transform: scale(.4);
  z-index: 1;
}
nav ul ul ul {
  left: 100%;
  top: 0;
}

nav > div ul > li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
nav ul ul li {
  font-size: 11px;
  font-weight: 600;
  color: #2d2d2d;
  font-family: "Jost", serif;;
  border-bottom: 1px solid #dedede;
  float: left;
  width: 100%;
  position: relative;
}
nav ul ul.img-icon li a {
  float: left;
  width: 100%;
  padding: 9px 0 9px 40px;
  position: relative;
}
nav ul ul li a {
  float: left;
  width: 100%;
  padding: 9px 0;
  position: relative;
}
nav ul ul li a i {
  position: absolute;
  left: 0;
}
nav ul ul.img-icon li a i {
  background-image: url(../images/menu-strip.png);
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
}
nav ul ul.img-icon li:first-child > a i {background-position: 0 2px;}
nav ul ul.img-icon li:nth-child(2) > a i {background-position: 0 -44px;}
nav ul ul.img-icon li:nth-child(3) > a i {background-position: 0 -87px;}
nav ul ul.img-icon li:nth-child(4) > a i {background-position: 0 -130px;}
nav ul ul.img-icon li:nth-child(5) > a i {background-position: 0 -170px;}
nav ul ul li:last-child {border-bottom: 0;}
/*===== Sticky header =====*/
header.stick {
  position: fixed;
  top: 0;
  left: 0;
}
header.sticky .topbar {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
header.sticky .logo {margin:6px 0 6px;}
/* header.sticky .logo > h1 img {max-width:50%;} */
header.sticky nav > div > ul > li {
  padding: 44px 10px 40px 10px;
  font-size: 14px;
}
header.sticky .menu-sec > a {margin-top: 19px;}
 /* span {font-size: 11px;} */
/*===== Responsive Header =====*/
.responsive-header {
  float: left;
  display: none;
  width: 100%;
}
.responsive-topbar {
  float: left;scroll-snap-align: ;
  width: 100%;
  padding: 0 20px;
  background: #ee8102;
}
.responsive-topbar .select-wrp {width: 48%;}
.responsive-topbar .select-wrp .chosen-container-single .chosen-single {line-height: 35px;}
.responsive-logomenu {
  float: left;
  width: 100%;
  background-color: #2a1f19;
  padding: 0 20px;
}
.responsive-logomenu .logo {margin:12px 0;}
.responsive-logomenu .logo img {max-width: 35%;}
.responsive-logomenu > span {
  float: right;
  cursor: pointer;
  /* line-height: 30px;
  width: 30px; */
  text-align: center;
  font-size: 14px;
  margin: 22px 0;
}
.responsive-logomenu > span.yellow-bg:hover {color: #fff;}
.responsive-logomenu > span.red-bg:hover {color: #333;}
.responsive-menu {
  position: fixed;
  top: 0;
  right: -320px;
  bottom: 0;
  z-index: 9;
  background-color: #000;
  width: 320px;
  padding: 80px 30px 30px;
  opacity: 0;
  visibility: hidden;
}
.responsive-menu.slidein {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.responsive-menu > span {
  cursor: pointer;
  color: #fff;
}
.responsive-menu > span.yellow-bg:hover {color: #fff;}
.responsive-menu > span.red-bg:hover {color: #333;}
.responsive-menu > span {
  line-height: 30px;
  width: 30px;
  text-align: center;
  position: absolute;
  font-size: 13px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.menu-lst {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.menu-lst > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.menu-lst > ul li {
  float: left;
  width: 100%;
  font-family: "Jost", serif;;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.menu-lst > ul li a span {
  display: block;
  font-size: 12px;
}
.menu-lst > ul ul li {
  font-size: 14px;
  margin: 1px 0;
  color: #f6f6f6;
}
.menu-lst > ul ul {
  list-style: none;
  padding-left: 20px;
  margin: 5px 0;
  float: left;
  width: 100%;
  display: none;
}
.menu-lst > ul > li {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.menu-lst > ul > li:before {
  content: "";
  width: 43px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,.3);
}
.menu-lst > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.menu-lst > ul > li:last-child:before {display: none;}
.responsive-menu .topbar-register {
  float: left;
  border-left: 0;
  color: #a8a8a8;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.responsive-menu .social1 > a {
  color: #c9c9c9;
  font-size: 13px;
}
.responsive-menu .social1 > a + a {margin-left: 10px;}
.responsive-menu .social1 {
  margin: 0 0 0 25px;
  float: left;
}
.register-btn {
  float: left;
  width: 100%;
  margin-top: 5px;
  display: none;
}
.register-btn > a {
  font-size: 12px;
color: #000 !important;
  font-family: "Jost", serif;;
  padding: 11px 25px 10px;
  display: inline-block;
  background-color:#fff !important;
}
.register-btn > a.red-bg:hover {color: #333;}
.register-btn > a.yellow-bg:hover {color: #fff;}
/*===== Restaurant Searching Section =====*/
.funfacts .row > div {
    width: 23%;
}
.restaurant-searching {
  float: left;
  width: 100%;
  padding: 0 100px 100px;
}
.restaurant-searching-inner {
  display: inline-block;
  max-width: 1020px;
  width: 100%;
}
.restaurant-searching-inner > h2 {
  letter-spacing: -.3px;
  font-family: "Jost", serif;;
  color: #fff;
  font-size: 50px;
  max-width: 70%;
  display: inline-block;
  line-height: 55px;
  margin-bottom: 0;
  font-weight: 500;

  -webkit-text-shadow: 0 5px 0 rgba(0,0,0,.38);
  -ms-text-shadow: 0 5px 0 rgba(0,0,0,.38);
  -o-text-shadow: 0 5px 0 rgba(0,0,0,.38);
  text-shadow: 0 5px 0 rgba(0,0,0,.38);
}
.restaurant-searching-inner > h2 span{
  font-family: "Jost", serif;
  font-size:52px;
  letter-spacing:2px;
  line-height:70px;
}
.restaurant-search-form {
    display: inline-block;
    margin: 40px auto 0;
    width: 90%;
    padding: 18px;
  
  -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.38);
  -ms-box-shadow: 0 5px 0 rgba(0,0,0,0.38);
  -o-box-shadow: 0 5px 0 rgba(0,0,0,0.38);
  box-shadow: 0 5px 0 rgba(0,0,0,0.38);
  
}
.input-field,
.textarea-field {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 52px;
  text-align: left;
}
.input-field > input,
.textarea-field > textarea {
  height: 100%;
  padding: 15px 38px;
  font-size: 11.7px;
  font-family: lato;
  color: #a2a2a2;
letter-spacing:2px;
  width: 100%;
}
.input-field > i,
.textarea-field > i {
  color: #a2a2a2;
  position: absolute;
  top: 50%;
  font-size: 10.8px;
}
.input-field > i.fa-map-marker {left: 25px;}
.input-field > i.fa-location-arrow {
  color: #c7c7c7;
  right: 25px;
}
.restaurant-search-form button {
  color: #fff;
  font-weight: 700;
  font-family: "Jost", serif;

  padding: 15.9px 20px;
  width: 90%;
  font-size: 13.5px;
  text-align: center;
}
.restaurant-search-form button:hover,
.restaurant-search-form button:focus {color: #2a2a2a;}
.funfacts {
  display: inline-block;
    margin: 20px auto 0 20px;
    width: 100%;
}
.fact-box {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}
.fact-box > i {
    background-color: #fff;
    display: inline-block;
    height: 82px;
    line-height: 82px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 82px;
}
.fact-inner {
    display: inline-block;
    vertical-align: middle;
    width: 52%;
}
.fact-inner > strong {
    color: #fff;
    font-family: "Jost", serif;;
    font-size: 30px;
    letter-spacing: 0;
}
.fact-inner > h5 {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.left-building-mockup {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .1;
}
.right-building-mockup {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .1;
}
.left-scooty-mockup {
  position: absolute;
  left: -50px;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}
.left-scooty-mockup.easein {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.bottom-clouds-mockup {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 100%;
}
/*===== Title Style 1 =====*/
.title1-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.title1-inner {
  display: inline-block;
  /* max-width: 50%; */
	vertical-align: middle;
}
.title1-inner span{
  display: inline-block;
  width: 100%;
  font-family: Great Vibes;
  font-size: 24px;
  margin-bottom: 10px;
}
.title1-inner > h2, 
.title1-inner > h3 {
    color: #282828;
    display: inline-block;
    font-family: "Jost", serif;
    font-size: 40px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    width: 100%;
}
.title1-inner > h3 {font-size: 33px;}
.title1-inner > p {
    color:#000;
    display: inline-block;
    font-size:18px;
    letter-spacing:2px;
    margin-bottom:18px;
    width: 100%;
    line-height:38px;
}
/*===== Top Restaurants Section =====*/
.top-restaurants-carousel-wrapper {
  float: left;
  width: 100%;
}
.top-restaurants-carousel {
  float: left;
  width: 100%;
}
.restaurants-wrapper {
  float: left;
  width: 100%;
  padding: 0 30px;
  list-style: none;
  margin: 0;
}
.restaurants-wrapper > li {
    float: left;
    padding: 0;
    position: relative;
    width: 16.6%;
    z-index: 1;
}
.top-restaurant {
  float: left;
  text-align: center;
  width: 100%;
}
.top-restaurant > a {
    background-color: #f5f5f5;
    display: inline-block;
    height: 155px;
    line-height: 155px;
    margin-bottom: 6px;
    width: 100%;
}

.restaurants-wrapper > li:nth-child(2n) a {
    background: #fcfcfc none repeat scroll 0 0;
}

.restaurants-wrapper.style2 .top-restaurant > a {
  height: 165px;
  line-height: 165px;
  width: 165px;
}
.top-restaurant > a img {
  width: auto !important;
  display: inline-block !important;
}
.top-restaurants-carousel .owl-dots {
  position: absolute;
  left: -50px;
  top: 50%;
}
.top-restaurants-carousel .owl-dots > div {
  height: 25px;
  width: 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
}
.top-restaurants-carousel .owl-dots > div.active {margin-bottom: 13px;}
.top-restaurants-carousel .owl-dots > div:before,
.top-restaurants-carousel .owl-dots > div:after {
  bottom: 0;
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;  
  left: 2px;
  transform: rotate(45deg);
}
.top-restaurants-carousel .owl-dots > div:before {
  background-color: #fff;
  border: 2px solid #f1f1f1;
  z-index: 1;
}
.top-restaurants-carousel .owl-dots > div:after {
  background-color: #f1f1f1;
  opacity: 0;
  z-index: -1;
}
.top-restaurants-carousel .owl-dots > div.active:after {
  bottom: -6px;
  opacity: 1;
}
/*===== Title Style 2 =====*/
.title2-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.title2-wrapper > h2,
.title2-wrapper > h3 {
  font-family: "Jost", serif;;
  color: #5d2a2a;
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 10px;
  position: relative;
	margin-top: 0;
}
.title2-wrapper > h3 {font-size: 33px;}
.title2-wrapper > .sudo-bottom {
  padding-bottom: 18px;
  margin-bottom: 0;
}
.title2-wrapper > .sudo-bottom:before {
  content: "";
  height: 5px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title2-wrapper > .sudo-width35:before {width: 35px;}
.title2-wrapper > .sudo-width45:before {width: 45px;}
.title2-wrapper > .sudo-width70:before {width: 70px;}
.title2-wrapper.text-center > .sudo-bottom:before {left: 50%;}
.blackish .title1-wrapper > h2, 
.blackish .title1-wrapper > h3, 
.blackish .title2-wrapper > h2, 
.blackish .title2-wrapper > h3,
.red-bg-layer .title1-wrapper > h2, 
.red-bg-layer .title1-wrapper > h3, 
.red-bg-layer .title2-wrapper > h2, 
.red-bg-layer .title2-wrapper > h3 {color: #fff;}
h2.marginb-0,
h3.marginb-0 {margin-bottom: 0;}
/*===== Popular Dishes Section =====*/
.popular-dish-box {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}
.popular-dish-thumb {
  float: left;
  width: 100%;
  position: relative;
}
.popular-dish-thumb > a {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.popular-dish-thumb > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000;
  z-index: 1;
}
.popular-dish-box:hover .popular-dish-thumb > a::before {opacity: .2;}
.popular-dish-box:hover .popular-dish-thumb > a img {
  /* -webkit-transform: rotate(3deg) scale(1.08);
  -ms-transform: rotate(3deg) scale(1.08);
  -o-transform: rotate(3deg) scale(1.08);
  transform: rotate(3deg) scale(1.08); */
}
.post-rate {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 11px;
  color: #fff;
  font-family: "Jost", serif;;
  font-weight: 700;
  letter-spacing: 0;
  padding: 3px 4px;
  z-index: 1;
}
.post-rate > i {
  font-size: 12px;
  -webkit-text-stroke: 2px #fff;
  -ms-text-stroke: 2px #fff;
  -o-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  margin-left: -10px;
}
.post-likes {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #191919;
  color: #fff;
  font-size: 12px;
  padding: 8px 9.5px;
  z-index: 1;
}
.popular-dish-info {
    background: #ee8102 none repeat scroll 0 0;
    float: left;
    padding: 10px 22px 15px;
    width: 100%;
}
.popular-dish-info > h4 {
  font-size: 18px;
  font-weight: 600;
  line-height:38px;
  letter-spacing:2px;
  margin-bottom: 8px;
  color:#fff !important;
  text-transform: uppercase !important;
  font-family: 'Josefin Sans', sans-serif;
	margin-top: 0;
  text-align: center;
}
.popular-dish-info > h4 a:hover{

    color:#fbe156 !important;
}
.popular-dish-info > a:hover{

    background-color:#000 !important;
    color:#fff !important;
}
.popular-dish-info > a:hover{

    color:#fff !important;
}
.popular-dish-info > p {
	margin-bottom: 5px;
  text-align: center;
	color: #636363;
	line-height: 24px;
	font-family: lato;
	display: inline-block;
	width: 100%;
}
.price {
  float: left;
  font-size: 18px;
  font-family: "Jost", serif;;
  color: #1e1e1e;
  letter-spacing: -.3px;
	font-weight: bold;
}
.popular-dish-info .price {line-height: 37px;}
.popular-dish-info > a {
  border: 1px solid transparent;
  float: right;
  font-size:14px;
  letter-spacing: 0;
  padding: 8.5px 28.5px;
  background-color: #fff;
  color: #000;
  font-weight:600;
}
/* .popular-dish-info > a:hover{

    color:#fff !important;
} */
.restaurant-info {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
}
.restaurant-info > img {
  float: left;
  margin-right: 16px;
}
.restaurant-info-inner {display: table;}
.restaurant-info-inner > h6 {
  font-size: 15px;
  color: #636363;
  font-family: lato;
  font-weight: 700;
  letter-spacing: .2px;
  line-height: 19px;
  margin: 3px 0 0;
}
.restaurant-info-inner > span {
  font-family: "Jost", serif;;
  font-size: 12px;
  letter-spacing: .2px;
  font-weight: 500;
}
/*===== Featured Restaurant Section =====*/
.featured-restaurants-wrapper {
  float: left;
  width: 100%;
}
.featured-restaurants-list {
  float: left;
  width: 100%;
}
.featured-restaurant-box {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e3e3e3;
  float: left;
  width: 100%;
  position: relative;
  display: table;
}

.filters-inner.style2 .featured-restaurant-box .featured-restaurant-info > h4 {
    margin-bottom: 15px;
    width: 100%;
}
.filters-inner.style2 .featured-restaurant-box .featured-restaurant-info .price {
    margin-right: 50px;
    text-align: left;
    width: auto;
}


.filters-inner.style2 .masonry > div:first-child .featured-restaurant-box,
.filters-inner.style2 .masonry > div:nth-child(2) .featured-restaurant-box {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.featured-restaurants-list .featured-restaurant-box:first-child{
	border-top: 0;
}
.featured-restaurant-box > * {
  display: table-cell;
  vertical-align: middle;
}
.featured-restaurant-thumb {width: 125px;}
.featured-restaurant-info {padding-left: 25px;}
.featured-restaurant-info > span.red-clr {
  display: block;
  font-family: "Jost", serif;;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .2px;
}
.featured-restaurant-info > h4 {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 8px 0 0;
    width: 80%;
}
.featured-restaurant-info .price {
    display: inline-block;
    margin-top: 6px;
    text-align: right;
    width: 20%;
}
.featured-restaurant-info > p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}
.post-meta {
    display: inline-block;
    float: none;
    line-height: 37px;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
.post-meta > li {
  display: inline-block;
  margin-right: 25px;
  font-size: 12px;
  color: #636363;
}
.post-meta > li i {
  font-size: 18px;
  color: #a0a0a0;
  margin-right: 5px;
}
.featured-restaurant-info .post-rate {
  position: absolute;
    right: 0;
    top: 87px;
}
/*===== Featured Restaurant Gallery & Video =====*/
.featured-restaurant-gallery {
  float: left;
  width: 100%;
}
.featured-restaurant-gallery .featured-restaurant-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.featured-restaurant-carousel {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.featured-restaurant-carousel .featured-restaurant-thumb {width: 100%;}
.featured-restaurant-carousel .owl-nav {
  position: absolute;
  top:20%;
  left: 0;
  right: 0;
}
.featured-restaurant-carousel .owl-nav > div {
  line-height: 40px;
  width: 40px;
  height:40px;
  background-color: #ab873d;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 24px;
  visibility: hidden;
  border-radius:50%;
  opacity: 0;
}
.featured-restaurant-carousel .owl-nav > div.owl-prev {left: 120px;}
.featured-restaurant-carousel .owl-nav > div.owl-next {right: 120px;}
.featured-restaurant-carousel:hover .owl-nav > div.owl-next {right: 30px;}
.featured-restaurant-carousel:hover .owl-nav > div.owl-prev {left: 30px;}
.featured-restaurant-carousel:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
.featured-restaurant-carousel .owl-nav > div:hover {color: #fff;}
.featured-restaurant-gallery .featured-restaurant-box .featured-restaurant-thumb {
  text-align: center;
  width: 175px;
}
.featured-restaurant-gallery .featured-restaurant-thumb > a {
  display: table;
  width: 88px;
  line-height: 75px;
  color: #fff;
  font-size: 27px;
  position: relative;
  margin-top: -123px;
  z-index: 1;
  margin-left: 43.5px;
}
.video-time {
  text-decoration: underline;
  display: block;
  font-size: 13px;
  color: #a0a0a0;
  font-weight: 700;
  font-family: lato;
  letter-spacing: 0;
  margin-top: 17px;
}
.featured-restaurant-gallery .featured-restaurant-info {padding-left: 0;}
/*===== Easy Steps Section =====*/
.step-box {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.step-box > i {
  display: inline-block;
  position: relative;
  font-style: normal;
}
.step-box > i span {
  position: absolute;
  color: #fff;
  background-color:#ee8102;
  width: 36px;
  line-height: 36px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .2px;
  left: 50%;
  bottom: -13px;
}
.setp-box-inner {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.setp-box-inner > h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.3px;
  margin-bottom: 12px;
}
.blackish .setp-box-inner > h4, 
.blackish .setp-box-inner > p {color: #fff;}
.setp-box-inner > p {
  font-size: 15px;
  margin-bottom: 0;
  display: inline-block;
  max-width: 90%;
}
/*===== Most Popular Section =====*/
.filters-wrapper {
  float: left;
  width: 100%;
}

.filters-wrapper .title1-wrapper {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 50%;
}
.filters-wrapper .title1-inner > h2 {
    font-size: 32px;
    max-width: 100%;
    width: 100%;
}
.filters-wrapper .title1-wrapper .title1-inner {
    float: none;
    max-width: 100%;
    width: 100%;
}

.filter-buttons {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
  width: 49%;
  vertical-align: text-bottom;
}

.filter-buttons.right {text-align: right;}
.filter-buttons > li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: .2px;
  color: #1c1c1c;
  margin-left: 10px;
}
.filter-buttons > li a {
  padding: 7.5px 20px;
  border: 1px solid transparent;
  display: inline-block;
}
.filter-buttons > li a:hover,
.filter-buttons > li a:focus {color: inherit;}
.filters-inner {
  float: left;
  width: 100%;
}
.featured-restaurant-box.style2 {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 26px;
    margin-top: 0;
    padding: 30px 20px 40px;
}
.featured-restaurant-box.style2 .featured-restaurant-thumb {
  border-right: 1px solid #fbe156;
  padding-left: 10px;
}
.featured-restaurant-box.style2 .featured-restaurant-info {padding-right:40px;}
.featured-restaurant-box.style2 .featured-restaurant-info > h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom:16px;
  color:#fff;
}
.food-types {
  float: left;
  width: 100%;
  font-family: "Jost", serif;;
  font-weight: 700;
  font-size: 13px;
  margin-top: 8px;
  letter-spacing: -.2px;
color: #171717;
}
.food-types > a {
  display: inline-block;
  font-size: 11px;
  font-family: "Jost", serif;;
  font-weight: 400;
  color: #171717;
  margin-left: 5px;
}
.featured-restaurant-box.style2 .featured-restaurant-info .post-rate {
  position: absolute;
  top: 50px;
  margin-top: 0;
	right: 20px;
}
/* .filters-inner .masonry > div:last-child .featured-restaurant-box, 
.filters-inner .masonry > div:nth-last-child(2) .featured-restaurant-box{
	margin-bottom: 0;
} */
.featured-restaurant-info .post-likes.style2 {
  top: 23px;
  bottom: auto;
  padding: 0;
  background-color: transparent;
  font-weight: 700;
  font-family: lato;
  font-size: 15px;
}
.featured-restaurant-info > a {
  float: left;
  font-size: 12px;
  font-family: "Jost", serif;;
  font-weight: 600;
  letter-spacing: .1px;
  background-color: #fbe156;
  padding: 10.5px 20px;
  margin-top: 20px;
  color: #000;
  text-transform: uppercase;
}
.featured-restaurant-info > a i {margin-right: 5px;}
.featured-restaurant-info > a:hover,
.featured-restaurant-info > a:focus {color: #fff;}
/*===== App Section =====*/
.app-info {
  float: left;
  width: 100%;
  margin-left: -25px;
  margin-top:65px;
}
.app-info > h4 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.3px;
  margin-bottom: 10px;
  color:#fff !important;
}
.orange-bg .app-info > h4,
.orange-bg .app-info > p,
.red-bg .app-info > h4,
.red-bg .app-info > p {color: #fff;}
.app-info > p {
  font-size: 16px;
  line-height: 27px;
letter-spacing:2px;
color:#fff !important;
}
.app-download-btns {
  float: left;
  width: 100%;
}
.app-download-btns > a {
  float: left;
  margin-top: 16px;
  margin-right: 16px;
}
/*===== Footer =====*/
footer {
  float: left;
  width: 100%;
}
.footer-data {
  float: left;
  width: 100%;
  margin-bottom: -50px;
}
.widget {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
.about_widget .logo {
  margin-top: 0;
  max-width: 100%;
}
.about_widget p {
  float: left;
  width: 100%;
  font-size: 13px;
  letter-spacing:2px;
  color: #999;
  line-height: 26px;
  margin-bottom: 6px;
}
.social2 {
  display: inline-block;
  text-align: center;
}
.social2 > a {
  display: inline-block;
  margin: 10px 4px 0;
  /* line-height:40px; */
  padding:10px;
  width:40px;
  height:40px;
  color: #fff;
  background-color:#ee8102;
  font-size:17px;
}
.social2 > a:hover {color: #fff;}
.widget-title {
  font-size:24px;
  font-weight: 900;
  letter-spacing:2px;
  margin: 10px 0 20px;
}
.dark-bg .widget-title {color: #fff;}
.widget ul {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget ul li {
  font-size:18px;
  color: #fff;
  letter-spacing:2px;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.widget ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.widget.style2 ul li a ~ span {
  float: right;
  font-family: "Jost", serif;;
  color: #535353;
}
.widget ul li a:before {
  content: "\f101";
  font-family: fontawesome;
  position: absolute;
  left: 0;
}
.widget ul li a:hover {
  padding-left: 25px;
  color: #fff;
}
.sidebar .widget:last-child{
	margin-bottom: 0;
}
.get_in_touch ul li {
  position: relative;
  padding-left: 30px;
}
.get_in_touch ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 2px;
}
.get_in_touch ul li a {padding-left: 0;}
.get_in_touch ul li a:before {display: none;}
.get_in_touch ul li a:hover {padding-left: 0;}
.bottom-bar {
  float: left;
  width: 100%;
	border-top: 1px solid rgba(255, 255, 255);
  background-color:#34332f;
}
.bottom-bar p {
  color: #fff;
  margin-bottom: 0;
  padding:10px;
  font-weight:700;
  font-size: 16px;
  letter-spacing:1.5px;
}
.bottom-bar a{

    color:#fff;
}
/*===== Find Restaurant Section Style 2 =====*/
.restaurant-searching.style2 {
  margin-top: 0;
  padding: 70px 100px 85px;
}
.restaurant-searching.style2 .restaurant-searching-inner {max-width: 770px;}
.restaurant-searching.style2 .restaurant-searching-inner > h2 {
  font-size: 48px;
  letter-spacing: -.2px;
  max-width: 100%;
  text-shadow: none;
  margin-bottom: 25px;
  margin-top: 0;
}

.restaurant-searching-inner > span {
    color: #fff;
    display: inline-block;
    font-family: great vibes;
    font-size: 60px;
    letter-spacing: 0.3px;
    line-height: 60px;
    width: 100%;
}

.restaurant-search-form2 {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.restaurant-search-form2 > input {
  font-size: 10.8px;
  color: #868686;
  padding: 10px 30px;
  height: 57px;
  width: 84%;
  float: left;
}
.restaurant-search-form2 > button {
  color: #fff;
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  max-width: 172px;
  width: 100%;
  top: 0px;
  bottom: 0px;
	letter-spacing: 0.3px;
}
/*===== Top Restaurants Section Style 2 =====*/
.top-restaurants-wrapper {
  float: left;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.restaurants-wrapper.style2 > li {
  width: 16.667%;
  padding: 0 8px;
}
.restaurants-wrapper.style2 > li:before {
  content: "";
  height: 52px;
  width: 52px;
  background-color: #fff;
  position: absolute;
  right: -25px;
  top: 37px;
  z-index: -1;
}
.restaurants-wrapper.style2 > li:last-child:before {display: none;}
/*===== Popular Restaurants Sec Style 2 =====*/
.popular-dish-box.style2 .popular-dish-thumb > a {
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.popular-dish-box.style2 .popular-dish-info {
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.popular-dish-box.style2 .post-rate {
  right: 10px;
  top: auto;
  bottom: 10px;
}
.popular-dish-box.style2 .popular-dish-info > a {
  font-family: "Jost", serif;;
  font-weight: 500;
}
.popular-dish-box.style2 .popular-dish-info > a.red-bg:hover,
.popular-dish-box.style2 .popular-dish-info > a.yellow-bg:hover,
.popular-dish-box.style2 .popular-dish-info > a.red-bg:focus,
.popular-dish-box.style2 .popular-dish-info > a.yellow-bg:focus {background-color: transparent;}
/*===== Popular Localities Section =====*/
.localities-wrapper {
  float: left;
  width: 100%;
  padding: 0 60px;
}
.localities-inner {
  background-color: #fff;
  box-shadow: 0px 0px 92px 0px rgba(0, 0, 0, 0.15); 
  margin-bottom: 7px;
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  padding: 60px 60px 30px;
}
.localities-inner:before {
  content: "";
  background-image: url(../images/locat-bg.png);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: .06;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: -1;
}
.locat-list {
  padding: 0 15px 0 0;
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-right: 1px solid #e6e6e6;
}
.locat-list > li {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-family: "Jost", serif;;
  font-weight: 500;
  color: #606060;
  letter-spacing: .1px;
}
.locat-list > li span {
  font-size: 12px;
  color: #b1b1b1;
  float: right;
  width: 40%;
  letter-spacing: 0;
}
.locat-list > li + li {margin-top: 17px;}
.locat-list > li:before {
  font-family: fontawesome;
  position: absolute;
  left: 0;
  content: "\f041";
  font-size: 12px;
}
.localities-inner > .row > div:last-child .locat-list {border-right: 0;}
/*===== News Update Section =====*/
.news-box {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.news-thumb {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-thumb > a {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-thumb > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
}
.news-thumb img {
  width: 100%;
  float: left;
}
.news-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.post-date {
  color: #fff;
  font-size: 10px;
  font-family: "Jost", serif;;
  font-weight: 700;
  letter-spacing: 0;
  padding: 3.5px 10px 1.5px;
  float: left;
  clear: right;
  position: absolute;
  left: 0;
  bottom: 0;
}
.read-more {
  float: left;
  clear: both;
  font-family: "Jost", serif;;
  font-size: 12px;
  color: #000;
  letter-spacing: .6px;
  font-weight: 600;
  padding: 9px 10px 7px;
}

.news-box .news-btns a.read-more {
    bottom: 19px;
    left: -100px;
    position: absolute;
}
.news-box:hover .news-btns a.read-more {
    left: 0;
}

.read-more:hover,
.read-more:focus {color: #000;}
.post-date:hover,
.post-date:focus {color: #fff;}
.news-box:hover .news-thumb > a::before {opacity: .47;}
.news-info {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.news-info > h4 {
  font-size: 18px;
  letter-spacing: -.2px;
  font-weight: 600;
  margin-bottom: 11px;
}
.news-info > p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}
/*===== Page Title Sec =====*/
.page-title-wrapper {
  float: left;
  width: 100%;
  position: relative;
  padding: 17px 0 21px;
  z-index: 1;
}
.page-top-img-mockup {
  position: absolute;
  bottom: -100px;
  opacity: .06;
  z-index: -1;
}
.page-top-img-mockup.left {left: 0;}
.page-top-img-mockup.right {right: 0;}
.page-title-inner {
  display: inline-block;
  max-width: 1000px;
  width: 100%;
}
.page-title-inner > h1 {
    color: #fff;
    font-family: "Jost", serif;
    font-size:62px;
    font-weight: bold;
    letter-spacing: -0.6px;
    margin-bottom: 2px;
    margin-top: 0;
}
.red-bg .page-title-inner > h1,
.red-bg .page-title-inner > span {color: #000;}
.page-title-inner > span {
  font-size: 22px;
  letter-spacing: -.3px;
	color: #fff;
}
/*=== Breadcrumbs =====*/
.bread-crumbs-wrapper {
  float: left;
  width: 100%;
}
.breadcrumb {
  float: left;
  width: 100%;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 24px 0;
}
.breadcrumb > li {
  font-family: "Jost", serif;;
  color: #bcbcbc;
  font-size: 13px;
}
.breadcrumb > li.breadcrumb-item + li.breadcrumb-item:before {
  color: #bcbcbc;
  font-family: fontawesome;
  content: "\f105";
  padding: 0 13px;
}
.breadcrumb > li.active {color: red;}
/*===== Pagination =====*/
.pagination-wrapper {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.pagination {margin: 0;}
.pagination > li {
  background-color: #fff;
  display: inline-block;
  margin: 2px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Jost", serif;;
  letter-spacing: .4px;
  color: #2d2d2d;
  width: 38px;
  vertical-align: middle;
}
.pagination > li a,
.pagination > li span {
  display: block;
  padding: 0;
  line-height: 36px;
  border-color: transparent;
  color: inherit;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  width: 100%;
}
.pagination > li.prev a,
.pagination > li.next a {
  width: auto;
  padding: 0 20px;
  letter-spacing: .2px;
  background-color: #f8f8f8;
}
.pagination > li.prev {
  margin-right: 20px;
  font-size: 12px;
  width: auto;
}
.pagination > li.next {
  margin-left: 20px;
  font-size: 12px;
  width: auto;
}
.pagination > li a:hover,
.pagination > li a:focus {color: #fff;}
/*===== Pagination Style 2 =====*/
.tab-pane .pagination-wrapper {margin-top: 40px;}
.style2 .pagination > li {
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
}
.style2 .pagination > li.prev a,
.style2 .pagination > li.next a {background-color: #434343;}
.style2 .pagination > li.prev, 
.style2 .pagination > li.next {color: #fff;}
/*===== Price Table Section =====*/

.white-bg {
    background: #fff none repeat scroll 0 0;
    padding: 70px 80px;
}

.price-box {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 25px;
  z-index: 1;
  position: relative;
  transition: all 0.2s linear 0s;
}
.price-box:hover{
	-webkit-box-shadow: 0 5px 13px rgba(0,0,0,.13);
  -ms-box-shadow: 0 5px 13px rgba(0,0,0,.13);
  -o-box-shadow: 0 5px 13px rgba(0,0,0,.13);
  box-shadow: 0 5px 13px rgba(0,0,0,.13);
}
.price-header {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 45px 55px 50px;
}
.price-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 40px;
  z-index: -1;
}
.price-header > h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
	margin-top: 0;
}
.price-header > h1 sup {
  font-size: 24px;
  position: relative;
  top: -24px;
}
.price-header > h6 {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.price-header > h3 {
  letter-spacing: 0;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
}
.price-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fbfbfb;
  opacity: .96;
  z-index: -1;
}
.price-box.active .price-header:before {height: 93%;}

.price-body {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 25px;
}
.price-body > li {
  float: left;
  width: 100%;
  padding: 18.5px 20px;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  font-family: "Jost", serif;;
  color: #353535;
  letter-spacing: 0;
}
.price-box > a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "Jost", serif;;
  letter-spacing:2px;
  padding: 16.5px 40px;
  background-color: #2d2d2d;
}
/*===== Radio Box =====*/
.radio-box [type="radio"]:checked,
.radio-box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-box [type="radio"]:checked + label,
.radio-box [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
}
.radio-box [type="radio"]:checked + label:before,
.radio-box [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #d0d0d0;
  background: #fff;
}
.radio-box [type="radio"]:checked + label:after,
.radio-box [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: red;
  position: absolute;
  top: 6px;
  left: 3px;
}
.radio-box [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.radio-box [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*===== Check Box =====*/
.check-box [type="checkbox"]:checked,
.check-box [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.check-box [type="checkbox"]:checked + label,
.check-box [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
}
.check-box [type="checkbox"]:checked + label:before,
.check-box [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #d0d0d0;
  background: #fff;
}
.check-box [type="checkbox"]:checked + label:after,
.check-box [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: red;
  position: absolute;
  top: 6px;
  left: 3px;
}
.check-box [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.check-box [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*===== Sidebar Widgets =====*/
.sidebar {
  float: left;
  width: 100%;
}
.widget.style2 {padding: 0;}
.widget-title2 {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #181818;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}
.widget-title2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 13px;
  width: 10px;
}
.widget-data {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
  padding: 50px 15px;
  overflow: hidden;
}
.widget-data::before,
.widget-data::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  background-color: #fff;
}
.widget-data::before {
  -webkit-clip-path: polygon(90px 25px,278px 0px,250px -2px,-60px 0px);
  clip-path: polygon(90px 25px,278px 0px,250px -2px,-60px 0px);
  left: -3px;
  top: 0;
}
.widget-data::after {
  bottom: 0;
  -webkit-clip-path: polygon(180px 5px,400px 60px,30px 100px,-67px 40px);
  clip-path: polygon(180px 5px,400px 60px,30px 100px,-67px 40px);
  right: -3px;
}
/*===== Mini Posts Style =====*/
.mini-posts-list {
  float: left;
  width: 100%;
}
.mini-post-item {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.mini-post-item > a {
  float: left;
  margin-right: 20px;
}
.mini-post-info {
  display: table;
  margin-top: 10px;
}
.mini-post-info > h5 {
  font-size: 14px;
  color: #232323;
  font-weight: 600;
  letter-spacing: .2px;
  margin-bottom: 6px;
}
.mini-post-data {
  font-size: 11px;
  font-family: "Jost", serif;;
  float: left;
}
.mini-post-data > i {
  margin-right: 3px;
  font-size: 12px;
}
/*===== Filter Widget =====*/
.widget.style2 ul {padding: 0 15px;}
.widget.style2 ul li {
  color: #535353;
  font-family: "Jost", serif;;
  letter-spacing: .2px;
  margin-top: 0;
}
.widget.style2 ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ededed;
}
/*===== Contact Us Page =====*/
.loc-map {
  width: 100%;
  height: 420px;
}
.contact-info-sec {margin-top: 90px;margin-bottom:90px;}
.contact-info-box {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 40px 20px;
  border-right: 2px solid rgba(204,204,204,.5);
  height: 330px;
}
.contact-info-box > i {
  font-size: 40px;
  color: #ee8102;
  margin-bottom:25px;
}
.contact-info-box > h5 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing:2px;
  color: #ee8102;
  margin-bottom: 10px;
}
.contact-info-box > p {
  font-size:18px;
  color: #000;
  margin:8px 0px;
  line-height:38px;
	width: 100%;
}
.contact-info-sec > .row > div:last-child .contact-info-box {border-right: 0;}
/* .contact-info-sec > .row > div:nth-child(2) .contact-info-box {border-right: 0;} */
/*===== Contact Form =====*/
.contact-form-wrapper {}
.contact-form-inner {
  max-width: 960px;
  display: inline-block;
  width: 100%;
}
.contact-form-inner > h3 {
  font-size: 30px;
  font-family: "Jost", serif;;
  display: inline-block;
  max-width: 80%;
  margin-bottom: 20px;
  color: #000;
  line-height: 36px;
	font-weight: 600;
}
.contact-form-inner > form {
  float: left;
  width: 100%;
}
.contact-form-inner > form input,
.contact-form-inner > form textarea {
  float: left;
  width: 100%;
  font-size: 14px;
  letter-spacing:2px;
  color: #999;
  height: 56px;
  padding: 20px 40px;
  background-color: #f6f6f6;
  margin-top: 25px;
}
.contact-form-inner > form textarea {height: 210px;}
.g-recaptcha {
  display: inline-block;
  margin-top: 25px;
}
.contact-form-inner > form button {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 17px 30px;
  letter-spacing: .75px;
  display: inline-block;
  margin-top: 25px;
}
.contact-form-inner > form img.loader {
  display: none;
  margin-left: 10px;
}
#message {
  float: left;
  width: 100%;
}
/*===== Restaurants Found Page =====*/
.remove-ext .featured-restaurant-box {margin-bottom: 30px;}
.featured-restaurant-box.with-bg {
  background-color: #fdfdfd;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(248,248,248,.44);
  padding: 40px 25px 20px;
}
.featured-restaurant-box.with-bg .featured-restaurant-thumb {
  padding: 0 15px 0 0;
  width: 100px;
  border-right: 1px solid #f8f8f8;
}
.featured-restaurant-box.with-bg .featured-restaurant-info {padding-right: 33px;}
.featured-restaurant-box.with-bg .featured-restaurant-info > a {
  float: right;
  margin-right: -33px;
}
.featured-restaurant-box.with-bg:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.09);
  -ms-box-shadow: 0px 2px 5px rgba(0,0,0,0.09);
  -o-box-shadow: 0px 2px 5px rgba(0,0,0,0.09);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.09);
}
/*===== Restaurant Detail Page =====*/
.restaurant-detail-wrapper {
  float: left;
  width: calc(100% + 33px);
}
.restaurant-detail-info {
  float: left;
  width: 100%;
}
.restaurant-detail-thumb {
  float: left;
  width: 100%;
  position: relative;
}
.restaurant-detail-thumb ul {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  float: left;
}
.restaurant-detail-thumb ul img {width: 100%;}
.restaurant-detail-thumb ul.restaurant-detail-thumb-carousel {
  width: 325px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.restaurant-detail-thumb ul.restaurant-detail-thumb-carousel li {
  cursor: pointer;
  padding: 0 10px;
  position: relative;
}
.restaurant-detail-thumb ul.restaurant-detail-thumb-carousel li.slick-current:before {opacity: .6;}
.restaurant-detail-thumb ul.restaurant-detail-thumb-carousel li:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
}
.restaurant-detail-title {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.restaurant-detail-title > h1 {
  font-size: 34px;
  font-family: "Jost", serif;;
  letter-spacing: 0;
  color: #202020;
  margin-bottom: 3px;
  display: inline-block;
	margin-top: 0;
}
.info-meta {
  font-size: 15px;
  color: #dfdfdf;
  letter-spacing: 0;
}
.info-meta > span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.info-meta > span:first-child {padding-left: 0;}
.info-meta > span:before {
  content: ".";
  position: absolute;
  left: 0;
  top: -4px;
}
.info-meta > span:first-child:before {display: none;}
.rating-wrapper {
  float: right;
  position: relative;
  margin-top: -72px;
}
.rating-wrapper > a {
  position: relative;
  float: right;
  border-width: 2px;
  padding: 10px 22px 10px 17px;
  border-style: solid;
  z-index: 1;
  font-size: 12px;
  font-family: "Jost", serif;;
  color: #252525;
}
.gradient-brd:before {
  background: -moz-linear-gradient(0deg, #e03335 0%, #00cfc8 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e03335), color-stop(100%, #00cfc8)); /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, #e03335 0%, #00cfc8 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, #e03335 0%, #00cfc8 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, #e03335 0%, #00cfc8 100%); /* ie10+ */
  background: linear-gradient(90deg, #e03335 0%, #00cfc8 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03335', endColorstr='#00cfc8',GradientType=1 ); /* ie6-9 */ 
}
.gradient-brd:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.gradient-brd:after {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  content: "";
}
.rating-wrapper > a i {
  font-style: normal;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 2px;
}
/*===== Restaurant Detail Tabs =====*/
.restaurant-detail-tabs {
  float: left;
  margin-top: 25px;
  width: 100%;
}
.restaurant-detail-tabs > ul {
  float: left;
  width: 100%;
  border: 1px solid #f1f1f1;
}
.restaurant-detail-tabs > ul > li {
    border-right: 1px solid #f1f1f1;
    color: #343434;
    float: left;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
}
.restaurant-detail-tabs > ul > li:last-child {border-right: 0;}
.restaurant-detail-tabs > ul > li a {
  border: 0 !important;
  -webkit-border-radius: 0; 
  border-radius: 0;
  padding: 16px 25px;
  margin: 0;
  position: relative;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
  border: 0;
  background-color: transparent;
}
.restaurant-detail-tabs > ul > li a i {margin-right: 5px;}
.restaurant-detail-tabs > ul > li a:hover {background-color: transparent;}
.restaurant-detail-tabs > ul > li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: rebeccapurple;
  height: 2px;
}
.restaurant-detail-tabs > ul > li.active a:before {width: 100%;}
.restaurant-detail-tabs .tab-content {
  float: left;
  width: 100%;
}

.restaurant-detail-tabs .chosen-container-single .chosen-single span {
    color: #a2a2a2 !important;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

/*===== Menu Tab =====*/
.search-dish {
  float: left;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.search-dish > input {
  height: 50px;
  font-style: italic;
  font-size: 14px;
  color: #c9c9c9;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e5e5e5;
}
.search-dish > button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #636363;
  font-size: 14px;
}
.dishes-list-wrapper {
  float: left;
  width: 100%;
  margin-top: 55px;
  position: relative;
}
.title3,
.title4 {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-family: "Jost", serif;;
  letter-spacing: 0;
  margin-bottom: 40px;
  font-weight: 600;
	margin-top: 0;
}
h2.title3 {font-size: 40px;}
.title4 {
  font-family: "Jost", serif;;
  font-weight: 700;
}
h3.title4 {font-size: 30px;}
.title3 span,
.title4 span {position: relative;}
.title3 span.sudo-bottom:before,
.title4 span.sudo-bottom:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 4px;
}
h2.title3 span.sudo-bottom:before {bottom: 7px;}
.title4 span.sudo-bottom:before {
  bottom: 5px;
  height: 3px;
}
.dishes-list-wrapper .post-rate {
  position: static;
  margin-left: 20px;
  display: inline-block;
}
.dishes-list {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.dishes-list > li {
  float: left;
  width: 100%;
}
.dishes-list > li:first-child .featured-restaurant-box {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.dishes-list > li .featured-restaurant-thumb {
	width: 111px;
	vertical-align: top;
}
.ord-btn {
  padding: 0 50px;
  text-align: center;
  width: 30%;
}
.ord-btn > a {
  border: 1px solid;
    color: #fff;
    display: inline-block;
    font-family: "Jost", serif;;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 9px 30px;
    text-transform: uppercase;
}
.ord-btn > a:hover,
.ord-btn > a:focus {background-color: transparent;}
/*===== Gallery Tab =====*/
.restaurant-gallery {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.restaurant-gallery-img {
  float: left;
  width: 100%;
}
.restaurant-gallery-img img {width: 100%;}
.remove-ext .restaurant-gallery-img {margin-bottom: 30px;}
/*===== Review Tab =====*/
.customer-review-wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.customer-reviews .comment-info > h4:first-child {
  font-size: 15px;
  font-weight: 700;
  color: #5c5c5c;
}
.customer-reviews .comment-info > p {
  margin-top: 0;
  font-style: italic;
  line-height: 23px;
  font-size: 15px;
  color: #777;
  max-width: 70%;
}
.customer-reviews .comment > img {margin-right: 36px;}
.customer-rating {
  display: block;
  color: #e1e1e1;
  font-size: 14px;
  margin-top: 15px;
}
.customer-rating > span {
  display: inline-block;
  margin-left: 10px;
  color: #313131;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0;
}

.review-form {
  float: left;
  position: relative;
  width: 100%;
}
.review-form:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -20px;
  right: -20px;
  height: 90px;
  background-color: #fff;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.review-form textarea {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  padding: 50px;
  font-style: italic;
  font-size: 15px;
  color: #777;
  line-height: 23px;
  height: 160px;
}
.review-form > button {
  font-size: 12px;
  color: #fff;
  font-weight: 800;
  padding: 10px 30px;
  position: relative;
  margin-top: -8px;
  margin-left: 50px;
  float: left;
}
.review-form > button:hover {background-color: #333;}
.rate-box {
  float: right;
  margin-right: 60px;
  margin-top: -20px;
  position: relative;
}
.rate-box > span {
  font-size: 12px;
  font-weight: 600;
  font-family: "Jost", serif;;
  color: #3f3f3f;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.rating-box {
  float: left;
  width: 100%;
}
.rating-box > span {
  float: left;
  margin: 2px 2px 0 0;
  height: 28px;
  width: 28px;
  background-color: #efefef;
  cursor: pointer;
}
.clr1:hover,.clr1.on {background-color: #cd1c26;}
.clr2:hover,.clr2.on {background-color: #de1d0f;}
.clr3:hover,.clr3.on {background-color: #ff7800;}
.clr4:hover,.clr4.on {background-color: #ffba00;}
.clr5:hover,.clr5.on {background-color: #cdd614;}
.clr6:hover,.clr6.on {background-color: #5ba829;}
.clr7:hover,.clr7.on {background-color: #3f7e00;}
.clr8:hover,.clr8.on {background-color: #305d02;}
.rating-box > i {  
  font-style: normal;
  line-height: 30px;
  font-family: "Jost", serif;;
  font-size: 14px;
  color: #3f3f3f;
  margin-left: 20px;
  float: left;
}
/*===== Book Table Tab =====*/
.book-table {
  float: left;
  margin-top: 40px;
  width: 100%;
}
.book-table form {
  float: left;
  width: 100%;
}
.book-table form .input-field,
.book-table form .textarea-field {
  background-color: #fbfcfd;
  height: 42px;
  margin-bottom: 25px;
  color: #8a8a8a;
}
.book-table form .input-field input,
.book-table form .textarea-field textarea {
  background-color: inherit;
  color: inherit;
}
.book-table form .input-field i,
.book-table form .textarea-field i {
  left: 20px;
  color: inherit;
}
.book-table form .textarea-field {height: 165px;}
.book-table form .textarea-field i {top: 18px;}
.select-wrp2 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.select-wrp2 .chosen-container {
  font-size: 12px;
  font-weight: 700;
  color: #8a8a8a;
letter-spacing:2px;
}
.select-wrp2 .chosen-container > a {
  background-image: none;
  border: 0;
  height: 42px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #fbfcfd;
  padding: 9px 33px 9px 25px;
  position: relative;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}
.select-wrp2 .chosen-container > a:before {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  right: 25px;
}
.select-wrp2 .chosen-container-active > a:before {content: "\f0d8";}
.select-wrp2 .chosen-container-active > a.chosen-single {
  background-color: #fbfcfd;
  background-image: none;
  border: 0;
}
.select-wrp2 .chosen-container-single .chosen-drop {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 0 4px rgba(0,0,0,0.05);
  -o-box-shadow: 0 0 4px rgba(0,0,0,0.05);
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
  border: 0;
}
.book-table form button {
  color: #fff;
  font-weight: 800;
  font-family: lato;
  font-size: 12px;
  letter-spacing: 0;
  border: 1px solid;
  padding: 9px 30px;
}
.book-table form button:hover,
.book-table form button:focus {background-color: transparent;}
/*===== Restaurant Info Tab =====*/
.restaurant-info-wrapper {
  float: left;
  margin-top: 40px;
  width: 100%;
}
.restaurant-loc {
  float: left;
  height: 305px;
  width: 100%;
}
.restaurant-info-list {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 50px 0 0;
}
.restaurant-info-list > li {
  display: inline-block;
  width: 50%;
  padding: 0 20px 0 35px;
  position: relative;
  margin: 17px -2px 0;
  vertical-align: top;
}
.restaurant-info-list > li > i {
  position: absolute;
  left: 0;
  font-size: 24px;
  top: 0;
}
.restaurant-info-list > li > strong {
  font-family: "Jost", serif;;
  color: #222;
  font-size: 16px;
  letter-spacing: 0;
  display: block;
  margin: 2px 0 7px;
}
.restaurant-info-list > li > span {
  font-size: 14px;
  color: #aaa;
  letter-spacing: 0;
  line-height: 28px;
  max-width: 80%;
  display: block;
}
/*===== Order Section =====*/
.order-wrapper {
  float: left;
  width: 100%;
  padding-left: 55px;
}
.order-inner {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  border: 2px solid;
  z-index: 1;
}
.order-inner > h4 {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Jost", serif;;
  font-size: 25px;
  letter-spacing: 0;
  margin: 30px 0;
}
.order-list-wrapper {
  float: left;
  width: 100%;
}
.order-list-wrapper > ul {
  list-style: none;
}
.order-list-inner {
  padding: 0 14px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.order-list-inner > li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
  position: relative;
}
.order-list-inner > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dish-name > i {
  font-size: 15px;
  font-family: "Jost", serif;;
  letter-spacing: -.3px;
  font-style: normal;
  color: #1e1e1e;
  position: absolute;
  left: 0;
}
.dish-name > h6 {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  font-family: lato;
  font-weight: 700;
  color: #636363;
  letter-spacing: .2px;
  margin: 0;
}
.dish-name .price {
  font-size: 15px;
  float: right;
}
.dish-ingredients {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.dish-ingredients .check-box {
  float: left;
  width: 100%;
  margin-top: 5px;
  position: relative;
}
.dish-ingredients .check-box label {
  font-size: 12px;
  font-weight: 400;
  color: #636363;
  letter-spacing: .2px;
  width: 100%;
  position: relative;
}
.dish-ingredients .check-box [type="checkbox"]:checked + label::before, 
.check-box [type="checkbox"]:not(:checked) + label::before {
  border-color: transparent;
  background-color: #e5e5e5;
}
.dish-ingredients .check-box label span {
  background-color: #fff;
  padding-right: 10px;
}
.dish-ingredients .check-box label i {
  background-color: #fff;
  float: right;
  font-style: normal;
  color: #1e1e1e;
  font-size: 10px;
  font-weight: 700;
  padding-left: 20px;
}
.dish-ingredients .check-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border: 1px dashed #f3f3f3;
  top: 50%;
}
.mor-ingredients {
  float: left;
  width: 100%;
  padding-left: 25px;
  margin-top: 5px;
  position: relative;
}
.mor-ingredients > a {
  display: inline-block;
  border-bottom: 1px solid;
  font-size: 12px;
  letter-spacing: .2px;
  line-height: 12px;
}
.ingradient-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 20px;
  z-index: 2;
  max-width: 215px;
  -webkit-box-shadow: 0 5px 21px rgba(0,0,0,0.03);
  -ms-box-shadow: 0 5px 21px rgba(0,0,0,0.03);
  -o-box-shadow: 0 5px 21px rgba(0,0,0,0.03);
  box-shadow: 0 5px 21px rgba(0,0,0,0.03);
  opacity: 0;
  visibility: hidden
}
.mor-ingredients:hover .ingradient-list {
  opacity: 1;
  visibility: visible
}
.ingradient-list > span label {
  color: #fff;
  font-size: 12px;
  margin-right: 7px;
}
.ingradient-list .check-box [type="checkbox"]:checked + label::before, 
.ingradient-list .check-box [type="checkbox"]:not(:checked) + label::before {
  height: 10px;
  width: 10px;
  background-color: #fff;
  top: 6px;
}
.ingradient-list .check-box [type="checkbox"]:checked + label::after, 
.ingradient-list .check-box [type="checkbox"]:not(:checked) + label::after {
  height: 6px;
  width: 6px;
  top: 8px;
  left: 2px;
}
.order-total {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 34px 30px 75px;
  background-color: #2f2f2f;
}
.order-total > li {
  float: left;
  width: 100%;
  font-family: "Jost", serif;;
  font-size: 15px;
  letter-spacing: .2px;
  color: #fff;
  position: relative;
  background-color: inherit;
  z-index: 1;
}
.order-total > li + li {margin-top: 6px;}
.order-total > li span {
  background-color: inherit;
  display: inline-block;
  padding-right: 20px;
}
.order-total > li i {
  font-style: normal;
  float: right;
  background-color: inherit;
  padding-left: 20px;
}
.order-total > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border: 1px dashed rgba(255,255,255,.1);
  z-index: -1;
}
.order-method {
  position: absolute;
  bottom: -100px;
  left: 30px;
  right: 30px;
  text-align: center;
  margin-bottom: 0;
  padding: 20px;
}
.order-method > li {
  float: left;
  width: 100%;
  font-family: "Jost", serif;;
  color: #fff;
  font-size: 18px;
  letter-spacing: .2px;
}
.order-method > li span:first-child {
  float: left;
  text-align: left;
}
.order-method > li span:last-child {
  float: right;
  text-align: right;
  color: inherit;
}
.order-method > li label {
  font-size: 16px;
  font-weight: 400;
}
.order-method > li label i {
  font-size: 15px;
  margin-right: 3px;
}
.order-method > li:first-child {
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.order-method > li:last-child {
  margin-top: 12px;
  font-size: 12px;
}
.order-method > li a {
  width: 100%;
  letter-spacing: .7px;
  background-color: #2b2828;
  display: inline-block;
  padding: 5px 20px;
  max-width: 195px;
}
/*===== Page Loader =====*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
}
#cooking {
  position: relative;
  margin: 0 auto;
  top: 0;
  width: 70vh;
  height: 70vh;
  overflow: hidden;
}
#cooking .bubble {
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0.25vh #4d4d4d;
  opacity: 0;
}
#cooking .bubble:nth-child(1) {
  margin-top: 2.5vh;
  left: 58%;
  width: 2.5vh;
  height: 2.5vh;
  background-color: #454545;
  animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite;
}
#cooking .bubble:nth-child(2) {
  margin-top: 3vh;
  left: 52%;
  width: 2vh;
  height: 2vh;
  background-color: #3d3d3d;
  animation: bubble 2s ease-in-out .35s infinite;
}
#cooking .bubble:nth-child(3) {
  margin-top: 1.8vh;
  left: 50%;
  width: 1.5vh;
  height: 1.5vh;
  background-color: #333;
  animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite;
}
#cooking .bubble:nth-child(4) {
  margin-top: 2.7vh;
  left: 56%;
  width: 1.2vh;
  height: 1.2vh;
  background-color: #2b2b2b;
  animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite;
}
#cooking .bubble:nth-child(5) {
  margin-top: 2.7vh;
  left: 63%;
  width: 1.1vh;
  height: 1.1vh;
  background-color: #242424;
  animation: bubble 1.6s ease-in-out 1s infinite;
}
#cooking #area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-color: transparent;
  transform-origin: 15% 60%;
  animation: flip 2.1s ease-in-out infinite;
}
#cooking #area #sides {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 15% 60%;
  animation: switchSide 2.1s ease-in-out infinite;
}
#cooking #area #sides #handle {
  position: absolute;
  bottom: 18%;
  right: 80%;
  width: 35%;
  height: 20%;
  background-color: transparent;
  border-top: 1vh solid #333;
  border-left: 1vh solid transparent;
  border-radius: 100%;
  transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
}
#cooking #area #sides #pan {
  position: absolute;
  bottom: 20%;
  right: 30%;
  width: 50%;
  height: 8%;
  background-color: #333;
  border-radius: 0 0 1.4em 1.4em;
  transform-origin: -15% 0;
}
#cooking #area #pancake {
  position: absolute;
  top: 24%;
  width: 100%;
  height: 100%;
  transform: rotateX(85deg);
  animation: jump 2.1s ease-in-out infinite;
}
#cooking #area #pancake #pastry {
  position: absolute;
  bottom: 26%;
  right: 37%;
  width: 40%;
  height: 45%;
  background-color: #333;
  box-shadow: 0 0 3px 0 #333;
  border-radius: 100%;
  transform-origin: -20% 0;
  animation: fly 2.1s ease-in-out infinite;
}

@keyframes jump {
  0% {
    top: 24%;
    transform: rotateX(85deg);
  }
  25% {
    top: 10%;
    transform: rotateX(0deg);
  }
  50% {
    top: 30%;
    transform: rotateX(85deg);
  }
  75% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(85deg);
  }
}
@keyframes flip {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-27deg);
  }
  30%,
  50% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(27deg);
  }
  83.3% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes switchSide {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes fly {
  0% {
    bottom: 26%;
    transform: rotate(0deg);
  }
  10% {
    bottom: 40%;
  }
  50% {
    bottom: 26%;
    transform: rotate(-190deg);
  }
  80% {
    bottom: 40%;
  }
  100% {
    bottom: 26%;
    transform: rotate(0deg);
  }
}
@keyframes bubble {
  0% {
    transform: scale(0.15, 0.15);
    top: 80%;
    opacity: 0;
  }
  50% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.33, 0.33);
    top: 60%;
    opacity: 0;
  }
}
/*===== Blog Detail =====*/
.blog-detail-wrapper {
  float: left;
  width: 100%;
}
.blog-detail-thumb {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.blog-detail-info {
  display: table;
  width: 100%;
}
.post-detail-date {
  font-size: 13px;
  font-family: "Jost", serif;;
  letter-spacing: 0;
  font-weight: 500;
  float: left;
}
.post-detail-date > i {
  font-size: 14px;
  margin-right: 5px;
}
.blog-detail-info > .post-meta {
  float: right;
  margin-top: 0;
}
.post-meta > span {
  font-family: "Jost", serif;;
  color: #a5a5a5;
  font-weight: 500;
letter-spacing:2px;
  display: inline-block;
  margin-left: 20px;
}
.post-meta > span i {margin-right: 7px;}
.blog-detail-wrapper h1 {
  font-size: 32px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: -.5px;
  margin-bottom: 0;
}
.blog-detail-wrapper p {
  display: inline-block;
  margin: 17px 0 0;
  font-size: 15px;
  line-height: 27px;
}
blockquote {
  font-size: 16px;
  color: #aaa;
  font-style: italic;
  font-family: "Jost", serif;;
  letter-spacing: 0;
  margin: 25px 0 15px;
  border-left-width: 3px;
  line-height: 32px;
}
.blog-detail-wrapper blockquote p {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  margin: 0;
  max-width: 85%;
  font-family: inherit;
  font-weight: 500;
  line-height: inherit;
}
.alignnone {
  display: inline-block;
  margin: 20px 0;
}
.big-letter {
  display: inline-block;
  font-size: 30px;
  margin-right: 8px;
}
.post-tags,
.post-cate {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-family: "Jost", serif;;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
}
.post-tags > span,
.post-cate > span {
  display: inline-block;
  margin-right: 10px;
  color: #222;
  font-weight: 600;
}
.post-tags > a,
.post-cate > a {
  display: inline-block;
  margin: 0 2px;
}
.post-tags > a:hover,
.post-cate > a:hover,
.post-tags > a:focus,
.post-cate > a:focus {color: #000;}
.post-cate {margin-top: 10px;}
.post-share {
  float: left;
  margin-top: 30px;
}
.post-share > span {
  font-size: 18px;
  font-family: "Jost", serif;;
  color: #222;
  letter-spacing: -.2px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.post-share > a {
  display: inline-block;
  line-height: 38px;
  width: 41px;
  border: 1px solid #f3f1f1;
  text-align: center;
  background-color: #fdfcfc;
  margin-right: 7px;
  font-size: 14px;
  color: #aaa;
}
.post-share > a:hover,
.post-share > a:focus {color: #fff;}
.post-next-prev {
  float: right;
  font-family: "Jost", serif;;
  font-weight: 500;
  font-size: 12px;
  color: #aaa;
  margin-top: 40px;
}
.post-next-prev > a {
  display: inline-block;
  margin: 0 5px;
}
.post-next-prev > a i {font-size: 18px;}
.post-next-prev .prev-post > i {margin-right: 5px;}
.post-next-prev .next-post > i {margin-left: 5px;}
/*===== Author & Comment Sec =====*/
.author-info-wrapper {
  float: left;
  width: 100%;
  margin-top: 100px;
}
.author-box {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.author-box > img {
  float: left;
  margin-right: 20px;
}
.author-info {display: table;}
.author-info > h4 {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.author-info > p {
  line-height: 26px;
  color: #414141;
  margin-bottom: 17px;
}
.author-info > a:hover,
.author-info > a:focus {color: #000;}
.comments-wrapper {
  float: left;
  width: 100%;
  margin-top: 65px;
}
.comments-thread {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.comments-thread > li {
  float: left;
  width: 100%;
}
.comment-reply {
  float: left;
  width: 100%;
  list-style: none;
}
.comment {
  float: left;
  width: 100%;
  padding-bottom: 35px;
  margin-bottom: 37px;
  border-bottom: 1px solid #f6f6f6;
}
.comment > img {
  float: left;
  margin-right: 20px;
}
.comment-info {display: table;}
.comment-info > h4:first-child {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  letter-spacing: 0;
}
.comment-info > i {
  font-size: 14px;
  letter-spacing: .4px;
  color: #aaa;
  display: inline-block;
}
.comment-info > p {
  margin: 16px 0 0;
  color: #414141;
  line-height: 26px;
}
.comment-reply-link:hover,
.comment-reply-link:focus {color: #333;}
/*===== Reply Form =====*/
.leav-comment-wrapper {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.reply-form {
  float: left;
  width: 100%;
}
.reply-form input, 
.reply-form textarea {
  background: #f6f6f6 none repeat scroll 0 0;
    color: #999;
    float: left;
    font-family: lato;
    font-size: 14px;
    letter-spacing: 0.25px;
    margin-bottom: 17px;
    padding: 17px 35px;
    width: 100%;
}
.reply-form textarea {height: 300px;}
.reply-form button {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
  border: 1px solid;
  font-family: "Jost", serif;;
  letter-spacing: 0;
  font-size: 14px;
  padding: 14px 30px;
}
.reply-form button:hover,
.reply-form button:focus {background-color: transparent;}
.blog-detail-gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.blog-detail-gallery-carousel .owl-nav > div {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.blog-detail-gallery-carousel .owl-nav > div.owl-prev {left: 0;}
.blog-detail-gallery-carousel .owl-nav > div.owl-next {right: 0;}
.blog-detail-gallery-carousel .owl-nav > div:hover {color: #fff;}
.video-format > iframe {height: 505px;}
/*===== How It Works Page =====*/
.food-featured-post {
  float: left;
  width: 100%;
  display: table;
  margin-bottom: 70px;
}
.food-featured-post > * {
  display: table-cell;
  vertical-align: middle;
}
.food-featured-post-thumb {width: 515px;}
.food-featured-post-info {padding-left: 40px;}
.food-featured-post-info > h3 {
  font-size: 30px;
  font-family: lato;
  font-weight: 700;
  color: #353535;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 17px;
}
.food-featured-post-info > p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 28px;
}
.food-featured-post-info > a {
  font-size: 11px;
  font-family: "Jost", serif;;
  letter-spacing: .1px;
  color: #fff;
  margin-top: 35px;
  float: left;
  padding: 11px 20px;
}
.food-featured-post-info > a i {margin-right: 5px;}
.food-featured-post-info > a:hover,
.food-featured-post-info > a:focus {background-color: #333;}
/*=====  =====*/
.featured-restaurant-food {
  float: left;
  width: 100%;
}
.featured-restaurant-food-thumb {
  float: left;
  width: 100%;
}
.featured-restaurant-food-thumb > ul {
  padding-left: 0;
  list-style: none;
}
.featured-restaurant-food-img-carousel {
  float: left;
  width: 1300px;
  margin-left: -65px;
  margin-bottom: 30px;
}
.featured-restaurant-food-thumb > ul li {position: relative;}
.featured-restaurant-food-img-carousel img {
  width: 100%;
  float: left;
}
.featured-restaurant-food-img-carousel li > a {
  line-height: 70px;
  width: 70px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
}
.featured-restaurant-food-img-carousel li > a:hover {background-color: #fff;}
.featured-restaurant-food-thumb-carousel {
  display: inline-block;
  max-width: 435px;
  width: 100%;
  margin-bottom: 30px;
}
.featured-restaurant-food-thumb-carousel li {
  margin: 0 5px;
  cursor: pointer;
}
.featured-restaurant-food-thumb-carousel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.featured-restaurant-food-thumb-carousel li.slick-current::before {
  opacity: .5;
  visibility: visible;
}
.featured-restaurant-food-thumb-carousel li img {
  width: 100%;
  float: left;
}
.featured-restaurant-food-info {
  width: 100%;
  display: inline-block;
  max-width: 90%;
}
.featured-restaurant-food-info > p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  display: inline-block;
}
.featured-restaurant-food-info > a {
  display: inline-block;
  color: #fff;
  font-family: "Jost", serif;;
  margin-top: 27px;
  letter-spacing: .1px;
  padding: 9px 30px;
}
.featured-restaurant-food-info > a:hover, 
.featured-restaurant-food-info > a:focus {background-color: #333;}
/*===== Top Restaurants Carousel Style 2 =====*/
.top-restaurant-carousel2 {
  float: left;
  padding: 0 20px;
  width: 100%;
}
.top-restaurant-item {
  float: left;
  width: 100%;
}
.top-restaurant-item > a {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 30px;
  border: 2px solid #f1f1f1;
  margin: 0 -2px;
  min-height: 180px;
  line-height: 180px;
}
.top-restaurant-item > a img {
  width: 100%;
  display: inline-block !important;
}
.top-restaurant-carousel2 .owl-stage-outer {padding: 0 2px;}
.top-restaurant-carousel2 .owl-nav {
  position: absolute;
  left: -50px;
  right: -50px;
  top: 50%;
}
.top-restaurant-carousel2 .owl-nav > div {
  position: absolute;
  color: #c53332;
  font-size: 20px;
}
.top-restaurant-carousel2 .owl-nav > div.owl-prev {left: 0;}
.top-restaurant-carousel2 .owl-nav > div.owl-next {right: 0;}
/*===== Toggle =====*/
.toggle-wrapper {
  float: left;
  width: 100%;
}
.toggle {
  display: inline-block;
  max-width: 1000px;
  width: 100%;
  margin-bottom: -10px;
  text-align: left;
}
.toggle-item {
  float: left;
  width: 100%;
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
}
.toggle-item > h4 {
  float: left;
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid transparent;
  font-family: "Jost", serif;;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #222;
  cursor: pointer;
}
.toggle-item > h4 i {
  line-height: 30px;
  width: 30px;
  background-color: #d2d2d2;
  text-align: center;
  color: #222;
  font-size: 18px;
  margin-right: 30px;
}
.toggle-item > .content {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px 30px 30px;
}
.toggle-item > .content > p {
  line-height: 26px;
  margin: 15px 0 0;
  color: #747474;
}
.toggle-item > h4.active > i:before {content: "\f107";}
.toggle-item > h4.active i {color: #fff;}
.title1-wrapper.style2 .title1-inner {max-width:85%;}
.title1-wrapper.style2 .title1-inner > p {
  font-size: 17px;
  color: #000;
  /* margin-top: 17px; */
  text-align: justify !important;
  line-height:38px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 24px;
}
.switch input {display:none;}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 0 8px inset rgba(0,0,0,0.07);
  -ms-box-shadow: 0 0 8px inset rgba(0,0,0,0.07);
  -o-box-shadow: 0 0 8px inset rgba(0,0,0,0.07);
  box-shadow: 0 0 8px inset rgba(0,0,0,0.07);
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: #000;
}

input:checked + .switch-slider {background-color: #2196F3;}
input:checked + .switch-slider:before {
  background-color: #fff;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
}
.rate-share {
  position: absolute;
  background-color: #fff;
  z-index: 19;
  width: 400px;
  right: 0;
  top: 160%;
  border: 1px solid #f1f1f1;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
}
.rating-box-wrapper {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.rating-box-wrapper > span {
  float: left;
  padding: 20px;
  font-size: 15px;
  color: #3f3f3f;
  font-family: "Jost", serif;;
  font-weight: 600;
  letter-spacing: 0;
  border-right: 1px solid #f1f1f1;
  width: 18%;
}
.rating-box-wrapper .rating-box {
  padding: 15px 20px;
  width: 82%;
}
.share-wrapper {
  float: left;
  width: 100%;
  padding: 20px;
}
.share-wrapper > div {
  float: left;
  width: 100%;
}
.share-wrapper > div + div {margin-top: 10px;}
.share-wrapper > div .switch {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.share-wrapper > div > a {
  padding: 3px 15px 2px;
  color: #fff;
  max-width: 180px;
  width: 100%;
  float: left;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-family: "Jost", serif;;
}
.share-wrapper a {
  border-width: 2px;
  border-style: solid;
}
.share-wrapper > div > a:hover {background-color: transparent;}
.share-wrapper > div > a i {
  font-size: 13px;
  margin-right: 6px;
}
.rate-share:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f1f1f1;
}
.rate-share.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*===== Register Reservation =====*/
.reservation-tabs-list {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #f9f9f9;
}
.reservation-tabs-list .nav-tabs {
  border-bottom: 0;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  -ms-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  -o-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  box-shadow: 0 20px 32px rgba(0,0,0,.06);
  padding: 60px 20px;
}
.nav-tabs > li > a {
  border: 0;
  background-color: transparent;
}
.reservation-tabs-list .nav-tabs > li {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-family: "Jost", serif;;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  color: #444;
}
.reservation-tabs-list .nav-tabs > li a {
  padding: 30px 0 0;
  margin-right: 0;
  border-radius: 0;
}
.reservation-tabs-list .nav-tabs > li a span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 11px;
  line-height: 23px;
  width: 23px;
  background-color: #e6e5e5;
  margin-left: -11.5px;
}
.reservation-tabs-list .nav-tabs > li a:hover {background-color: transparent;}
.reservation-tabs-list .nav-tabs > li + li a {margin-top: 35px;}
.reservation-tabs-list .nav-tabs > li + li a::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #e5e6e6;
  height: 34px;
  left: 50%;
  top: -31px;
  margin-left: -1px;
}
.reservation-tabs-list .nav-tabs > li a span:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rebeccapurple;
  border-radius: inherit;
  color: #fff;
  font-family: fontawesome;
  font-weight: 400;
  font-size: 10px;
  opacity: 0;
}
.reservation-tabs-list .nav-tabs > li.active a span::before {opacity: 1;}
.reservation-tab-content {
  float: left;
  width: 100%;
}
.restaurant-info-form {
  float: left;
  width: 100%;
  padding: 60px;
  background-color: #f9f9f9;
}
.restaurant-info-form label,
.profile-info-form label {
  font-family: lato;
  font-weight: 400;
  color: #3c3838;
  font-size: 12px;
  float: left;
  width: 100%;
  margin-bottom: 9px;
}
.restaurant-info-form input,
.restaurant-info-form textarea,
.profile-info-form input,
.profile-info-form textarea,
.loc-srch > input {
  float: left;
  width: 100%;
  margin-bottom: 17px;
  font-size: 11px;
  color: #888;
  font-family: lato;
  height: 50px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
}
.restaurant-info-form textarea,
.profile-info-form textarea {height: 155px;}
.restaurant-info-form h4 {
  margin: 32px 0 23px;
  font-size: 18px;
  font-family: "Jost", serif;;
  color: #3c3838;
}
.restaurant-info-form .select-wrp,
.profile-info-form .select-wrp {
  float: left;
  width: 100%;
  margin-bottom: 17px;
}
.restaurant-info-form .select-wrp a.chosen-single,
.profile-info-form .select-wrp a.chosen-single {
  background-color: #fff;
  padding: 10px 20px;
  color: #888;
  line-height: 30px;
  font-weight: 400;
  font-family: lato;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}
.restaurant-info-form .select-wrp a.chosen-single:before,
.profile-info-form .select-wrp a.chosen-single:before {right: 20px;}
.restaurant-info-form .select-wrp .chosen-drop,
.profile-info-form .select-wrp .chosen-drop {width: 100%;}
.restaurant-info-form .check-box [type="checkbox"]:checked + label::before, 
.restaurant-info-form .check-box [type="checkbox"]:not(:checked) + label::before {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 17px;
  width: 17px;
}
.restaurant-info-form .check-box label {
  font-family: "Jost", serif;;
  color: #444;
  font-size: 11px;
  line-height: 24px;
}
.restaurant-info-form .check-box [type="checkbox"]:checked + label::after, 
.restaurant-info-form .check-box [type="checkbox"]:not(:checked) + label::after {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 11px;
  width: 11px;
}
.restaurant-info-form .check-box {margin-top: 10px;}
.step-buttons {
  float: left;
  width: 100%;
  margin-top: 45px;
  text-align: center;
}
.step-buttons button,
.step-buttons a {
  background-color: #2a2a2a;
  color: #fff;
  font-size: 11px;
  font-family: "Jost", serif;;
  padding: 13px 25px;
  display: inline-block;
  margin: 0 5px;
}
.restaurant-info-form button.red-bg:hover,
.restaurant-info-form a.red-bg:hover {background-color: #333;}
.loc-map2 {
  float: left;
  width: 100%;
  position: relative;
  margin: 45px 0;
}
.loc-mp2 {
  float: left;
  width: 100%;
  height: 305px;
}
.loc-srch {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  max-width: 330px;
  padding-left: 20px;
}
.loc-srch > input {
  width: 100%;
  max-width: 205px;
  margin-bottom: 0;
}
.loc-srch > button {
  float: right;
  padding: 18px 15px 16px;
  color: #fff;
  font-size: 11px;
  font-family: "Jost", serif;;
}

.select-package-wrapper {
  float: left;
  width: 100%;
  padding-left: 30px;
}
.reservation-tab-content .tab-pane > div > h4 {
  font-size: 20px;
  font-family: "Jost", serif;;
  color: #3c3838;
  margin-bottom: 30px;
}
.packege-box {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  -ms-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  -o-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  box-shadow: 0 6px 0 rgba(0,0,0,.04);
  margin-bottom: 10px;
}
.package-header {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  -ms-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  -o-box-shadow: 0 6px 0 rgba(0,0,0,.04);
  box-shadow: 0 6px 0 rgba(0,0,0,.04);
  padding: 42px 30px 30px;
}
.package-header > h4 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0;
  color: #3c3838;
  margin-bottom: 5px;
}
.package-header > span {
  font-size: 15px;
  font-family: "Jost", serif;;
  font-weight: 500;
  letter-spacing: 0;
}
.package-header > span small {font-size: 10px;}
.package-body {
  float: left;
  width: 100%;
  padding: 38px 35px 40px;
  list-style: none;
  margin-bottom: 0;
}
.package-body > li {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #444;
}
.package-body > li + li {
  border-top: 1px solid #ebebeb;
  margin-top: 12px;
  padding-top: 12px;
}
.packege-box > a {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  padding: 12.5px 32px;
  background-color: #2a2a2a;
  font-family: "Jost", serif;;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  margin-bottom: 35px;
}
/*===== Acvitation Tab =====*/
.order-wrapper2 {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  padding: 60px;
}
.ordr-lst {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  -webkit-box-shadow: 0 20px 32px rgba(0,0,0,0.06);
  -ms-box-shadow: 0 20px 32px rgba(0,0,0,0.06);
  -o-box-shadow: 0 20px 32px rgba(0,0,0,0.06);
  box-shadow: 0 20px 32px rgba(0,0,0,0.06);
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 40px;
}
.ordr-lst > li.lst-hed {
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  background-color: #2a2a2a;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
}
.ordr-lst > li {
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Jost", serif;;
  line-height: 55px;
  padding-left: 40px;
}
.ordr-lst > li.lst-hed span {
  border-left: 0;
  color: inherit;
  font-size: inherit;
}
.ordr-lst > li + li {border-top: 1px solid #eee;}
.ordr-lst > li span {
  color: #444;
  float: right;
  width: 29.3%;
  text-align: center;
  border-left: 1px solid #eee;
  font-size: 13px;
}
.ordr-lst > li.red-bg {color: #fff;}
.ordr-lst > li.red-bg span {
  color: inherit;
  border-left: 0;
}
.pay-mnt {
  float: left;
  padding-left: 40px;
  width: 100%;
  max-width: 43%;
}
.pay-mnt .radio-box {
  width: 100%;
  float: left;
}
.pay-mnt .radio-box label {
  font-size: 13px;
  color: #444;
  font-family: "Jost", serif;;
  font-weight: 400;
  letter-spacing: 0;
}
.pay-mnt .radio-box + .radio-box {margin-top: 18px;}
.ordr-btn {
  float: left;
  margin-top: 90px;
}
.ordr-btn > a {
  display: inline-block;
  color: #fff;
  font-family: "Jost", serif;;
  font-size: 12px;
  letter-spacing: 0;
  padding: 14px 40px;
}
.ordr-btn > a:hover,
.ordr-btn > a:focus {background-color: #333;}
/*===== Coming Soon =====*/
.coming-soon-wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.coming-soon-wrapper .right {bottom: 150px;}
.coming-soon-inner {
  display: inline-block;
  max-width: 50%;
}
.coming-soon-inner .logo {
  float: none;
  display: inline-block;
  margin: 0 0 37px;
}
.coming-soon-inner > span {
  font-size: 20px;
  letter-spacing: 0;
  font-family: "Jost", serif;;
  display: block;
}
.coming-soon-inner > h1 {
    color: #fff;
    font-family: "Jost", serif;;
    font-size: 80px;
    font-weight: bold;
    letter-spacing:2px;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.coming-soon-inner > p {
  font-size: 20px;
  color: #e3e3e3;
  line-height: 28px;
  display: inline-block;
  max-width: 80%;
  margin-bottom: 0;
	font-family: lato;
}
.countdown {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin: 30px 0 0;
}
.countdown > li {
  display: inline-block;
  height: 121px;
  width: 121px;
  padding-top: 50px;
  color: #2a2a2a;
  font-weight: 700;
  font-family: "Jost", serif;;
  letter-spacing: 0;
  margin: 4px 2px;
}
.countdown > li p {
  color: inherit;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: inherit;
  font-family: inherit;
  margin-bottom: 0;
  line-height: 0;
  width: 100%;
}
.countdown > li span {font-size: 35px; line-height: 0; width: 100%;}
.follow-us {
  display: inline-block;
  margin-top: 35px;
}
.follow-us > span {
  font-family: "Jost", serif;;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.follow-us > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin: 0 7px;
}

.copyright > p {
    color: #fff;
    display: inline-block;
    font-family: "Jost", serif;;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    width: 100%;
}
.copyright {
    display: inline-block;
    margin-top: 50px;
    width: 100%;
}

/*===== Search Not Found =====*/
.search-found {
  float: left;
  margin-bottom: 70px;
  padding: 0 80px 0 20px;
  width: 100%;
}
.search-found > h3 {
  font-family: "Jost", serif;;
  font-size: 28px;
  letter-spacing: 0;
  color: #444;
  margin-bottom: 13px;
}
.search-found > p {
  font-size: 15px;
  margin-bottom: 0;
  color: #777;
}
.search-found > h2 {
  font-size: 34px;
  letter-spacing: -.3px;
  color: #cecece;
  font-family: "Jost", serif;;
  margin: 50px 0 0;
}
.search-frm {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 35px;
}
.search-frm > input {
  background-color: #fafafa;
  height: 60px;
  padding: 14px 34px;
  width: 100%;
  font-size: 11px;
  color: #767676;
}
.search-frm > button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  width: 65px;
}
.search-frm > button:hover,
.search-frm > button:focus {color: #333;}
/*===== Error Page =====*/
.error-page-wrapper {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 45px 50px 15px;
}
.error-page-inner {
  display: inline-block;
  max-width: 54%;
}
.error-page-inner > h1 {
  font-size: 180px;
  color: #fff;
  font-family: "Jost", serif;;
  -webkit-text-shadow: 0 5px 0 rgba(0,0,0,0.38);
  -ms-text-shadow: 0 5px 0 rgba(0,0,0,0.38);
  -o-text-shadow: 0 5px 0 rgba(0,0,0,0.38);
  text-shadow: 0 5px 0 rgba(0,0,0,0.38);
  position: relative;
  display: inline-block;
  letter-spacing: -.3px;
  background: url(../images/error-bg2.png) no-repeat scroll center / contain;
  margin-bottom: 20px;
}
.error-page-inner > h1 span {
  position: absolute;
  font-size: 50px;
  font-style: italic;
  font-family: lato;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  z-index: 1;
  color: #fff;
  padding: 36px 15px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  right: -95px;
  bottom: 45px;
}
.error-page-inner > h1 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/error-bg.png) no-repeat scroll center / cover;
  z-index: -1;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  -o-transform: rotate(37deg);
  transform: rotate(37deg);
}
.error-page-inner > h4 {
  font-size: 42px;
  letter-spacing: -.3px;
  font-family: "Jost", serif;;
  color: #fff;
  margin-bottom: 15px;
}
.error-page-inner > p {
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  color: #e3e3e3;
  max-width: 75%;
}
.error-page-inner > a {
  display: inline-block;
  font-family: "Jost", serif;;
  font-weight: 700;
  font-size: 12px;
  color: #171616;
  letter-spacing: -.2px;
  padding: 15px 40px;
  border: 2px solid;
  margin-top: 18px;
}
.error-page-inner > a:hover {background-color: transparent;}
.error-page-inner .search-frm {
  -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.27);
  -ms-box-shadow: 0 0 13px rgba(0,0,0,0.27);
  -o-box-shadow: 0 0 13px rgba(0,0,0,0.27);
  box-shadow: 0 0 13px rgba(0,0,0,0.27);
  margin-top: 50px;
}
.error-page-inner .search-frm > button {color: #362d14;}
.error-page-wrapper .right,
.track-page-wrapper .right {bottom: 40px;}
/*===== Newsletter Popup =====*/
.newsletter-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.9);
}
.newsletter-popup-inner {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 650px;
  margin: 140px auto;
  position: relative;
  padding: 60px 130px 60px 50px;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #f4fbf6;
}
.newsletter-popup-inner > a.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  color: #fff;
  background-color: #333;
  font-size: 11px;
  line-height: 26px;
  width: 26px;
}
.newsletter-popup-inner > h3 {
  font-size: 22px;
  font-family: "Jost", serif;;
  color: #444;
  line-height: 20px;
  margin-bottom: 24px;
  max-width: 50%;
  padding-left: 60px;
  position: relative;
}
.newsletter-popup-inner > h3 i {
  font-size: 40px;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.newsletter-popup-inner > p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  max-width: 80%;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.newsletter-frm {
  float: left;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 24px rgba(0,0,0,.12);
  -ms-box-shadow: 0 0 24px rgba(0,0,0,.12);
  -o-box-shadow: 0 0 24px rgba(0,0,0,.12);
  box-shadow: 0 0 24px rgba(0,0,0,.12);
  margin-bottom: 30px;
}
.newsletter-frm > input {
  padding: 10px 30px;
  font-size: 10.8px;
  color: #838383;
  height: 57px;
  width: 100%;
}
.newsletter-frm > button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: "Jost", serif;;
  padding: 0 30px;
}
.newsletter-popup-inner > span {
  font-size: 14px;
  letter-spacing: 0;
}
.newsletter-popup-inner > span i {
  font-size: 13px;
  margin-right: 10px;
}
/*===== Gallery Page =====*/
.gallery-bx {
  float: left;
  position: relative;
  width: 100%;
}
.remove-ext4 .gallery-bx {margin-bottom: 15px;}
.gallery-bx > img {
  width: 100%;
  float: left;
}
.gallery-bx:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}
.gallery-info-btns {
  position: absolute;
  right: 0;
  top: 30px;
  width: 40px;
  opacity: 0;
  visibility: hidden;
}
.gallery-info-btns > a {
  line-height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  right: -20px;
  position: relative;
  opacity: 0;
}
.gallery-info-btns > a:hover,
.gallery-info-btns > a:focus {background-color: #fff;}
.gallery-bx  > h3 {
  font-size: 25px;
  position: absolute;
  color: #fff;
  bottom: 0px;
  margin-bottom: 0;
  left: 40px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -.2px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
}
.gallery-bx:hover:before {opacity: .9;}
.gallery-bx:hover > h3 {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.gallery-bx:hover .gallery-info-btns {
  right: 40px;
  opacity: 1;
  visibility: visible;
}
.gallery-bx:hover .gallery-info-btns > a {
  right: 0;
  opacity: 1;
}
/*===== Gallery Detail =====*/
.gallery-detail-wrapper {
  float: left;
  width: 100%;
}
.gallery-detail-wrapper > img {
  float: left;
  width: 100%;
}
.gallery-detail-inner {
  float: left;
  width: 100%;
  padding: 0 70px;
  margin-top: 53px;
}
.gallery-detail-inner > h1 {
  line-height: 30px;
  font-size: 28px;
  letter-spacing: -.2px;
  color: #424242;
  font-weight: 800;
  margin-bottom: 0;
}
.gallery-detail-inner > p {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 28px;
letter-spacing:2px;
  margin: 32px 0 0;
}
.inner-gallery-wrapper {margin: 43px 0 -10px;}
.inner-gallery-wrapper .mrg20 a {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.post-tags2 {
  float: left;
  width: 100%;
  margin-top: 37px;
  font-size: 17px;
  color: #6f6f6f;
}
.post-tags2 > span {font-weight: 700;}
.post-tags2 > a {margin: 0 2px;}
/*===== Login & Register =====*/
.sign-popup-wrapper {
  background-color: #f9f9f9;
  float: left;
  width: 100%;
  padding: 20px;
}
.sign-popup-inner {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 20px 32px rgba(0,0,0,0.069);
  -ms-box-shadow: 0 20px 32px rgba(0,0,0,0.069);
  -o-box-shadow: 0 20px 32px rgba(0,0,0,0.069);
  box-shadow: 0 20px 32px rgba(0,0,0,0.069);
  background-color: #fff;
  padding: 60px 65px;
  position: relative;
}
.sign-popup-title {
  float: left;
  width: 100%;
  margin-bottom: 22px;
}
.sign-popup-title > h4 {
  font-size: 30px;
  font-family: "Jost", serif;;
  color: #000;
  letter-spacing: .2px;
  margin-bottom: 3px;
}
.sign-popup-title > span {
  font-size: 13px;
  font-family: "Jost", serif;;
  letter-spacing: 0;
  color: #444;
}
.popup-social {
  float: left;
  width: 100%;
}
.popup-social > a {
  display: inline-block;
  margin: 2.5px 0px;
  color: #fff;
  font-size: 14px;
  padding: 8px 28px;
  border-width: 2px;
  border-style: solid;
}
.popup-social > a i {font-size: 13px;}
.popup-social > a:hover {background-color: transparent;}
.popup-seprator {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin: 30px 0;
}
.popup-seprator > i {
  font-style: normal;
  font-size: 13px;
  font-family: "Jost", serif;;
  color: #444;
  position: absolute;
  left: 50%;
  line-height: 30px;
  width: 30px;
  background-color: #fff;
  top: 50%;
  margin: -15px 0 0 -15px;
}
.sign-form {
  float: left;
  width: 100%;
}
.sign-form input {
  float: left;
  width: 100%;
  font-size: 10.8px;
  color: #a2a2a2;
  background-color: #f6f6f6;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px 28px;
}
.sign-form button {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-family: "Jost", serif;;
  letter-spacing: 0;
  padding: 15px 20px;
}
.sign-form button:hover {color: #333;}
.sign-form a {
  display: inline-block;
  margin-top: 19px;
  color: #444;
  font-size: 11px;
  font-family: "Jost", serif;;
  letter-spacing: 0;
}
.sign-form a.recover-btn {float: right;}
/*===== Login & Register Popup =====*/
.log-popup,
.sign-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.9);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.log-popup .sign-popup-wrapper,
.sign-popup .sign-popup-wrapper {
  max-width: 570px;
  display: inline-block;
  float: none;
  margin: 40px auto;
  text-align: left;
}
.log-close-btn,
.sign-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  font-size: 11px;
  background-color: #333;
  color: #fff;
}
.log-close-btn:hover,
.log-close-btn:focus,
.sign-close-btn:hover,
.sign-close-btn:focus {color: #fff;}
html.log-popup-active,
html.sign-popup-active,
html.order-popup-active,
html.cash-method-popup-active,
html.card-method-popup-active,
html.thanks-message-popup-active {overflow-y: hidden;}
html.log-popup-active .log-popup,
html.sign-popup-active .sign-popup,
html.order-popup-active .your-order-popup,
html.cash-method-popup-active .cash-method,
html.card-method-popup-active .card-method,
html.thanks-message-popup-active .thanks-message {
  opacity: 1;
  visibility: visible;
}
/*===== Payment Popup Style =====*/
.payment-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.9);
  overflow-y: auto;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.payment-popup-inner {
  display: inline-block;
  max-width: 715px;
  width: 100%;
  margin: 65px auto 135px;
  position: relative;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #f4fbf6;
  background-size: contain;
  text-align: initial;
  z-index: 1;
  padding: 55px 55px 110px;
}
.payment-close-btn {
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  background-color: #333;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
.payment-popup-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4fbf6;
  opacity: .3;
  z-index: -1;
}
.payment-close-btn:hover,
.payment-close-btn:focus {color: #fff;}
.payment-popup-title {
  float: left;
  width: 100%;
  font-size: 22px;
  font-family: "Jost", serif;;
  letter-spacing: 0;
  color: #0c0c0c;
  margin-bottom: 30px;
}
.payment-popup-title > i {
  font-size: 23px;
  margin-right: 7px;
}
.payment-popup-info {
  float: left;
  width: 100%;
}
.payment-popup-info > h5 {
  font-size: 18px;
  font-family: "Jost", serif;;
  color: #333;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.payment-popup-info-inner {
  float: left;
  width: 100%;
}
.payment-info-list {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.payment-info-list > li {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  color: #555;
  font-family: "Jost", serif;;
  letter-spacing: -.2px;
  position: relative;
  padding-left: 25%;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.payment-info-list > li span {
  position: absolute;
  font-weight: 700;
  left: 0;
}
.payment-info-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.payment-info-list > li a {
  font-size: 15px;
  font-family: "Jost", serif;;
  display: inline-block;
  margin-left: 5px;
}
.payment-info-list > li a i {margin-right: 4px;}
.payment-info-list > li a:hover,
.payment-info-list > li a:focus {color: #333;}
.payment-popup-info-inner label {
  font-size: 12px;
  font-family: lato;
  font-weight: 400;
  color: #3c3838;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.payment-popup-info-inner input,
.payment-popup-info-inner textarea {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
  padding: 20px 25px;
  font-size: 10.8px;
  color: #a2a2a2;
}
.payment-popup-info-inner textarea {height: 155px;}
.confrm-order {
  position: absolute;
  bottom: -75px;
  left: 55px;
  right: 55px;
  padding: 35px 50px;
}
.confrm-order .order-total {
  background-color: inherit;
  padding-bottom: 0;
  padding: 0;
  list-style: none;
  max-width: 50%;
  margin-top: 0;
}
.confrm-order .order-total > li:before {border-color: #5d5d5d;}
.confrm-order-btn {
  float: left;
  width: 100%;
  max-width: 50%;
  padding-left: 65px;
  text-align: center;
}
.confrm-order-btn > a {
  color: #fff;
  background-color: #1a1a1a;
  font-family: "Jost", serif;;
  font-size: 12px;
  letter-spacing: .7px;
  padding: 22.5px 35px;
  display: inline-block;
  margin-top: 2px;
  border: 2px solid #1a1a1a;
}
.confrm-order-btn > a:hover,
.confrm-order-btn > a:focus {
  background-color: transparent;
  color: #1a1a1a;
}
.payment-popup-info-inner h5 {
  font-size: 18px;
  letter-spacing: 0;
  color: #333;
  font-family: "Jost", serif;;
  float: left;
  width: 100%;
  margin: 35px 0 10px;
}
.payment-method {
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.payment-method > li {
  float: left;
  margin-right: 10px;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}
.payment-method li .radio-box [type="radio"]:checked + label::before, 
.payment-method li .radio-box [type="radio"]:not(:checked) + label::before {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
/*===== Thanks Message Popup =====*/
.thanks-message .payment-popup-inner {
  text-align: inherit;
  max-width: 640px;
  margin: 180px auto;
  vertical-align: middle;
  padding: 60px 55px 55px;
}
.thanks-message .payment-popup-inner > i {display: inline-block;}
.thanks-message .payment-popup-inner:before {display: none;}
.thanks-message .payment-popup-inner > h3 {
  font-size: 30px;
  color: #fff;
  font-family: "Jost", serif;;
letter-spacing:2px;
  margin: 27px 0 8px;
}
.thanks-message .payment-popup-inner > p {
  font-size: 15px;
  color: #fff;
  letter-spacing: .4px;
  display: inline-block;
  max-width: 63%;
  line-height: 26px;
  margin-bottom: 0;
}
.thanks-message-mockup {
  position: absolute;
  opacity: .06;
  bottom: 0;
  z-index: -1;
}
.thanks-message-mockup.right {right: 0;}
/*===== Dashboard Page =====*/
/*===== Profile Sidebar =====*/
.profile-sidebar {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #f9f9f9;
}
.profile-sidebar-inner {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  -ms-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  -o-box-shadow: 0 20px 32px rgba(0,0,0,.06);
  box-shadow: 0 20px 32px rgba(0,0,0,.06);
  overflow: hidden;
}
.user-info {
  float: left;
  width: 100%;
  padding: 35px 30px 30px;
}
.user-info > img {
  float: left;
  margin-right: 15px;
  border: 3px solid;
}
.user-info-inner {display: table;}
.user-info-inner > h5 {
  color: #fff;
  font-family: "Jost", serif;;
  letter-spacing: .1px;
  margin: 0 0 5px;
}
.user-info-inner > span {
  font-family: "Jost", serif;;
  color: #fff;
  letter-spacing: .1px;
  display: block;
  font-size: 11px;
}
.user-info-inner > a {float: left;}
.user-info-inner > a {
  float: left;
  font-family: "Jost", serif;;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 8px 20px;
  margin-top: 13px;
}
.user-info-inner > a:hover,
.user-info-inner > a:focus {
  background-color: #333;
  color: #fff;
}
.profile-sidebar-inner > ul {
  border-bottom: 0;
  float: left;
  width: 100%;
  padding: 48px 50px 53px;
}
.profile-sidebar-inner > ul > li {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "Jost", serif;;
  letter-spacing: .1px;
  color: #444;
}
.profile-sidebar-inner > ul > li a {
  float: left;
  width: 100%;
  padding: 0 0 0 25px;
}
.profile-sidebar-inner > ul > li a i {
  margin-right: 8px;
  font-size: 15px;
  color: #b5b5b5;
  position: absolute;
  left: 0;
}
.profile-sidebar-inner > ul > li a:hover {background-color: transparent;}
.profile-sidebar-inner > ul > li + li {margin-top: 22px;}
.profile-sidebar-inner > ul > li a:before {
  content: "\f105";
  position: absolute;
  right: 0;
  font-family: fontawesome;
  font-size: 15px;
  opacity: 0;
  top: 50%;
  margin-top: -10px;
}
.profile-sidebar-inner > ul > li.active > a::before {opacity: 1;}
/*===== Dashboard Tab =====*/
.dashboard-wrapper {
  float: left;
  width: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
.welcome-note {
  float: left;
  width: 100%;
  padding: 35px 45px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.welcome-note > h4 {
  font-size: 16px;
  font-family: "Jost", serif;;
  color: #fff;
  letter-spacing: .1px;
  margin: 0 0 10px;
}
.welcome-note > p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.welcome-note > img {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: -1;
  opacity: .05;
}
.remove-noti {
  position: absolute;
  top: -8px;
  right: -8px;
}
.dashboard-title {
  float: left;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 30px;
}
.dashboard-title > h4 {
  font-family: "Jost", serif;;
letter-spacing:2px;
  color: #3c3838;
}
.dashboard-title > span {
  font-style: italic;
  font-size: 16px;
  color: #666;
}
.restaurants-list {
  float: left;
  padding: 0 20px 20px;
  width: 100%;
}
.featured-restaurant-box.style3 {
  border-top: 0;
  padding: 30px;
  margin-top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,.04);
  box-shadow: 0 0 32px rgba(0,0,0,.04);
}
.featured-restaurant-box.style3 + .featured-restaurant-box.style3 {margin-top: 10px;}
.featured-restaurant-box.style3 .featured-restaurant-thumb {
  width: 130px;
  text-align: center;
}
.featured-restaurant-box.style3 .featured-restaurant-thumb > a {
  border: 2px solid #f1f1f1;
  display: block;
  line-height: 90px;
  min-height: 90px;
}
.featured-restaurant-box.style3 .post-meta {display: block;}
.view-menu-liks {width: 120px;}
.view-menu-liks .post-likes {
  position: static;
  float: right;
}
.view-menu-liks > a {
  background-color: #434343;
  color: #fff;
  letter-spacing: 0;
  font-size: 12px;
  padding: 10px 25px;
  float: right;
  margin-top: 5px;
}
.view-menu-liks > a:hover,
.view-menu-liks > a:focus {color: #fff;}
/*===== My Bookings Tab =====*/
.tabs-wrp {
  float: left;
  width: 100%;
  background-color: #fbfbfb;
  padding: 50px;
}
.tabs-wrp > h4 {
  font-family: "Jost", serif;;
  font-size: 22px;
  color: #3c3838;
letter-spacing:2px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 45px;
}
.select-wrap-inner {
  float: right;
  max-width: 395px;
  width: 100%;
}
.select-wrap-inner > div {width: 48.7%;}
.select-wrap-inner > div + div {margin-left: 10px;}
.select-wrap-inner .select-wrp2 .chosen-container > a {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,.04);
  box-shadow: 0 3px 10px rgba(0,0,0,.04);
  height: 45px;
  padding: 10px 33px 10px 25px;
  text-transform: initial;
  color: #a2a2a2;
  font-weight: 400;
  font-size: 10.8px;
}
.booking-table {
  float: left;
  width: 100%;
}
.booking-table > table {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 30px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 30px rgba(0,0,0,0.04);
  box-shadow: 0 0 30px rgba(0,0,0,0.04);
}
.booking-table > table thead {
  background-color: #2a2a2a;
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.04);
  -ms-box-shadow: 0 0 30px rgba(0,0,0,.04);
  -o-box-shadow: 0 0 30px rgba(0,0,0,.04);
  box-shadow: 0 0 30px rgba(0,0,0,.04);
}
.booking-table > table thead th {
  font-family: "Jost", serif;;
  padding: 21px 40px;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
.booking-table > table thead th:first-child,
.booking-table > table tbody td:first-child {text-align: left;}
.booking-table > table tbody td {
  padding: 25px 40px;
  font-family: "Jost", serif;;
  font-size: 11px;
  color: #444;
  letter-spacing: 0;
  position: relative;
  text-align: center;
}
.booking-table > table tbody td h5 {
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  color: inherit;
}
.booking-table > table tbody td h5:before {
  content: "";
  position: absolute;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: orange;
  top: 50%;
  margin-top: -3.5px;
}
.booking-table > table tbody tr:nth-child(2n+1) {background-color: #fff;}
.booking-table > table tbody tr:nth-child(2n) {background-color: #f9f9f9;}
span.processing,
span.completed {
  padding: 7px 12px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
span.processing {background-color: #3fbfd2;}
span.completed {background-color: #67cc4c;}
.booking-table > table tbody td a.detail-link {
  -webkit-box-shadow: 7px 0 7px rgba(0,0,0,.04);
  -ms-box-shadow: 7px 0 7px rgba(0,0,0,.04);
  -o-box-shadow: 7px 0 7px rgba(0,0,0,.04);
  box-shadow: 7px 0 7px rgba(0,0,0,.04);
  position: absolute;
  right: -14px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  margin-top: -14px;
  top: 50%;
  background-color: #fff;
  font-size: 11px;
}
.booking-table > table tbody td a.detail-link:hover,
.booking-table > table tbody td a.detail-link:focus {color: #fff;}
.booking-table > table tbody tr:nth-child(2n) a.detail-link {background-color: #f9f9f9;}
/*===== My Reviews Tab =====*/
.review-list {
  float: left;
  width: 100%;
}
.review-box {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
  padding: 40px 45px;
}
.review-box + .review-box {margin-top: 12px;}
.review-box > h4 {
  display: inline-block;
  font-size: 16px;
  color: #444;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0;
}
.review-box .ratings {
  display: inline-block;
  margin-left: 30px;
}
.ratings {display: inline-block;}
.ratings > i {font-size: 12px;}
i.off {color: #d7d7d7;}
.review-box > p {
  color: #666;
  letter-spacing: .1px;
  margin: 12px 0 0;
}
.review-info {
  float: left;
  width: 100%;
  margin-top: 27px;
}
.review-info > img {
  float: left;
  margin-right: 10px;
}
.review-info-inner {display: table;}
.review-info-inner > h5 {
  font-size: 13px;
  color: #444;
  letter-spacing: 0;
  font-weight: 700;
  margin: 4px 0;
}
.review-info-inner > i {font-size: 12px;}
/*===== My Orders Tab =====*/
.order-list {
  float: left;
  width: 100%;
}
.order-item {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,.04);
  box-shadow: 0 0 32px rgba(0,0,0,.04);
  display: table;
}
.order-item + .order-item {margin-top: 10px;}
.order-thumb {
  position: relative;
  width: 180px;
  max-width: 180px;
  overflow: hidden;
}
.order-item > div {
  display: table-cell;
  vertical-align: middle;
}
.order-info {padding-left: 30px;}
.order-info > span.red-clr,
.order-info > span.yellow-clr {
  font-size: 12px;
  font-family: "Jost", serif;;
  letter-spacing: .2px;
  display: block;
}
.order-info > h4 {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  margin: 13px 0 11px;
}
.order-info > p {margin-bottom: 25px;}
.order-info > span.processing,
.order-info > span.completed {
  margin-left: 30px;
  margin-top: 9px;
}
.order-info > a {
  float: right;
  font-size: 12px;
  letter-spacing: 0;
  background-color: #434343;
  color: #fff;
  padding: 10px 25px;
}
.order-info > span.price {margin-top: 9px;}
/*===== Shortlists Tab =====*/
.tabs-wrp .restaurants-list {
  padding: 0;
  margin-top: 18px;
}
.tabs-wrp .featured-restaurant-box.style3 {padding: 30px 40px;}
/*===== Statement Tab =====*/
.statement-table {
  float: left;
  width: 100%;
}
.statement-table table {
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
}
.statement-table table thead {
  background-color: #2a2a2a;
  color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -ms-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  -o-box-shadow: 0 0 32px rgba(0,0,0,0.04);
  box-shadow: 0 0 32px rgba(0,0,0,0.04);
}
.statement-table table th {
  font-size: 11px;
  font-family: "Jost", serif;;
  letter-spacing: 0;
  padding: 20px 20px;
  text-align: inherit;
}
.statement-table table tbody {background-color: #fff;}
.statement-table table tbody td {
  font-family: "Jost", serif;;
  font-size: 12px;
  color: #666;
  letter-spacing: 0;
  padding: 30px 20px;
  border: 1px solid #eee;
}
/*===== Account Settings Tab =====*/
.account-settings-inner {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
}
.profile-info {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.profile-thumb {
  height: 160px;
  width: 160px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 14px;
}
.profile-thumb > img {
  width: 100%;
  height: 100%;
}
.profile-info > a {
  font-size: 13px;
  display: inline-block;
  position: relative;
  line-height: 13px;
}
.profile-info > a.change-password {padding-left: 15px;}
.profile-info > a:hover {color: #2a2a2a;}
.profile-info > a.change-password:before {
  content: "";
  left: 0;
  height: 7px;
  width: 7px;
  background-color: red;
  position: absolute;
  bottom: 2px;
}
.profile-img-upload-btn {
  display: block;
  margin: 14px 0 12px;
}
.profile-img-upload-btn > label {
  padding: 13px 30px;
  font-size: 10px;
  letter-spacing: 0;
  font-family: "Jost", serif;;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}
.profile-img-upload-btn > label.yellow-bg:hover {color: #fff;}
.profile-img-upload-btn .fileContainer {
  overflow: hidden;
  position: relative;
}
.profile-img-upload-btn .fileContainer [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.profile-info > p {
  font-size: 12px;
  color: #a2a2a2;
letter-spacing:2px;
  margin-bottom: 0;
}
.default-img-lst {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.default-img-lst > img {
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}
.profile-info-form-wrap {
  float: left;
  width: 100%;
  padding-left: 20px;
}
/*===== Food Detail ====*/
.restaurant-detail-title span.price {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.qty-wrap {margin-top: 20px;}
.qty-wrap .input-group {max-width: 200px;}
.qty-wrap .qty.form-control,
.qty-wrap .input-group-btn button {
  height: 45px;
  text-align: center;
  font-family: "Jost", serif;;
  font-weight: 700;
}
.restaurant-detail-title > a {
  display: inline-block;
  padding: 10px 28.5px;
  font-size: 12px;
  color: #fff;
  background-color: #434343;
  vertical-align: middle;
  margin-top: 30px;
}
.restaurant-detail-title > p {
  margin: 20px 0 0;
  line-height: 28px;
}


.menu-lst {position: relative;}
.menu-lst > ul {
  overflow-y: auto !important;
  height: 270px;
}
/*===== Track Order =====*/
.track-order-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,00,.85);
  z-index: 9999; 
}
.track-order-popup .track-popup-innr {margin: 100px 0;}
.track-popup-innr {
  display: inline-block;
  max-width: 640px;
  width: 100%;
  background-color: #f9fdfa;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  z-index: 1;
  padding: 70px 60px 50px;
}
.track-popup-innr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9fdfa;
  z-index: -1;
  opacity: .94;
}
.track-close {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  color: #fff;
  background-color: #333;
  font-size: 11px;
}
.track-close:hover,
.track-close:focus {color: #fff;}
.track-popup-innr > h3 {
  font-family: "Jost", serif;;
  font-size: 31px;
  color: #333;
}
.track-popup-innr > p {
  font-size: 15px;
  color: #555;
  letter-spacing: 0;
  max-width: 60%;
  display: inline-block;
  line-height: 23px;
  margin-bottom: 0;
}
.track-popup-innr > form {
  display: inline-block;
  max-width: 410px;
  width: 100%;
  margin-top: 25px;
}
.track-popup-innr > form input {
  float: left;
  width: 100%;
  height: 57px;
  padding: 15px 30px;
  text-align: inherit;
  -webkit-box-shadow: 0 0 24px rgba(0,0,0,.12);
  -ms-box-shadow: 0 0 24px rgba(0,0,0,.12);
  -o-box-shadow: 0 0 24px rgba(0,0,0,.12);
  box-shadow: 0 0 24px rgba(0,0,0,.12);
  font-size: 10.8px;
letter-spacing:2px;
  color: #838383;
}
.track-popup-innr > form button,
.track-popup-innr > form a {
  display: inline-block;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  font-family: "Jost", serif;;
  padding: 15px 40px;
  margin-top: 15px;
}
.track-popup-innr > i {
  display: block;
  font-size: 15px;
  margin-top: 40px;
}
.track-popup-innr > i span {font-weight: 600;}
.track-page-wrapper {
  float: left;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
/*===== Your Order Popup =====*/
.your-order-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.85);
  z-index: 9999;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.your-order-popup .your-order-innr {margin: 130px 0;}
.your-order-innr {
  display: inline-block;
  max-width: 720px;
  width: 100%;
  position: relative;
}
.order-lst-wrp {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f4fbf7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 70px 80px 60px 65px;
  text-align: left;
}
.order-lst-wrp > h4 {
  font-size: 22px;
  font-family: "Jost", serif;;
  color: #444;
  margin-bottom: 35px;
}
.order-item2 {
  float: left;
  width: 100%;
}
.order-item2 > a {
  float: left;
  max-width: 60px;
  margin-right: 25px;
}
.order-detail {
  display: table;
  margin-top: 3px;
}
.order-detail > h4 {
  font-size: 16px;
  letter-spacing: -.2px;
  color: #333;
  font-weight: 700;
  margin-bottom: 7px;
}
.order-detail > span.price {
  color: #444;
  font-size: 18px;
}
.order-item2 .restaurant-info {
  margin-top: 20px;
  padding-top: 15px;
}
.order-time {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.order-time-left {
  font-family: "Jost", serif;;
  font-size: 13px;
  font-weight: 700;
  color: #494949;
  display: inline-block;
  margin-right: 30px;
}
.order-time-left > span {font-size: 22px;}
.order-time > a {
  font-size: 11px;
  font-family: "Jost", serif;;
  display: inline-block;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: -.2px;
  padding: 13px 20px 12px;
}
.order-time > a.yellow-bg:hover,
.order-time > a.yellow-bg:focus {color: #fff;}
.buyer-info {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 20px;
}
.buyer-info:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  left: -15px;
  background-color: inherit;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -25px;
}
.buyer-info > img {
  display: inline-block;
  margin-bottom: 16px;
}
.buyer-info-innr {
  float: left;
  width: 100%;
}
.buyer-info-innr > h5 {
  font-family: "Jost", serif;;
  font-size: 16px;
  color: #fff;
  letter-spacing: .1px;
  margin-bottom: 2px;
}
.buyer-info-innr > span {
  font-family: "Jost", serif;;
  color: #fff;
  font-size: 11px;
  letter-spacing: .1px;
  word-wrap: break-word;
}
.buyer-cnt {
  float: left;
  width: 100%;
  margin-top: 17px;
}
.buyer-cnt > span {
  display: block;
  font-size: 13px;
  color: #fff;
letter-spacing:2px;
  margin-top: 8px;
}
.order-lst-wrp,
.buyer-info {min-height: 390.233px;}
a.close-buyer,
a.thanks-close {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  background-color: #333;
  z-index: 1;
  font-size: 11px;
}
a.close-buyer:hover, 
a.close-buyer:focus,
a.thanks-close:hover,
a.thanks-close:focus {color: #333;}
/*--- recent artilce post ---*/
.article-dev {
    display: inline-block;
    position: relative;
    width: 100%;
	margin-bottom: 60px;
}
.article-data {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}
.article-info-meta {
    display: inline-block;
    padding-right: 20px;
    text-align: right;
    vertical-align: middle;
    width: 29%;
}
.article-meta {
    border-left: 1px solid #cfcfcf;
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    width: 69%;
}
.article-info-meta > span {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.article-info-meta > a {
    font-family: "Jost", serif;;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
}
.article-meta > h3 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 4px;
}
.like-meta {
    display: inline-block;
    width: 100%;
}
.like-meta > span {
    font-weight: 500;
    margin-right: 20px;
}
.like-meta > span i {
    font-weight: normal;
    margin-right: 3px;
}
/*--- new section home 1---*/
.top-mockup {
    position: absolute;
    right:22px;
    top:12px;
    
}
.top-mockup img{

    max-width:132px !important;
    border-radius:50%;
    animation-name: rotate;
    animation-duration:28s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.bottom-mockup {
    bottom: 12px;
    left: 10px;
    position: absolute;
}
.bottom-mockup img{

  max-width:155px !important;
  border-radius:50%;
}
.dishes-caro {
    float: left;
    width: 100%;
	box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.04);
}
.dish-item {
    background:#ee8102 none repeat scroll 0 0;
    float: left;
    
    position: relative;
    width: 100%;
}
.dish-item > figure {
    display: inline-block;
    margin-bottom: 22px;
	width: 100%;
}
.item-meta {
    border-bottom: 1px dashed #ececec;
    display: inline-block;
    padding: 0 35px 12px;
    width: 100%;
    background-color:#ee8102;
}
.item-meta > img {
    background:#ee8102 none repeat scroll 0 0;
    border-radius: 9px;
    display: inline-block !important;
    vertical-align: top;
    width: 54px !important;
}
.item-meta > div {
    display: inline-block;
    padding-left: 18px;
    vertical-align: middle;
  
}
.item-meta > div span {
    color: #333333;
    display: inline-block;
    font-family: "Jost", serif;;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}
.item-meta > div p {
    font-size: 13px;
}
.caro-dish-name {
    display: inline-block;
    padding: 14px 35px;
    text-align: center;
    width: 100%;
}
.caro-dish-name > h4 {
    color: #444;
    font-size: 17px;
    font-weight: bold;
}
.caro-dish-name > span {
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
    width: 100%;
}
.rite-meta {
    display: inline-block;
    margin-top: -50px;
    text-align: right;
    vertical-align: middle;
    width: 49%;
}

.dishes-caro .owl-dots {
    bottom: 40px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}
.dishes-caro .owl-dots .owl-dot {
    background: #e3e3e3 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    width: 12px;
}
.dishes-caro .owl-dots .owl-dot.active {
    background: #bfbfbf none repeat scroll 0 0;
}

.rite-meta .view-more {
    background: #000 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: "Jost", serif;;
    font-weight: bold;
    letter-spacing: 0.2px;
    padding: 15px 40px;
    position: relative;
    right: 200px;
    text-transform: uppercase;
}

.popular-of-month {
    background:#ee8102 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.04);
    display: inline-block;
    padding: 52px 35px;
    width: 100%;
}
.pop-dish {
    border-bottom: 1px dashed #ebebeb;
    display: inline-block;
    margin-bottom: 22.3px;
    padding-bottom: 23px;
    width: 100%;
}
.poplr-dish {
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
}
.poplr-dish > img {
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 90px;
}
.dish-meta {
    display: inline-block;
    margin-left: 18px;
    vertical-align: middle;
    width: 66%;
}
.dish-meta > h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height:28px;
    text-transform:uppercase;
    font-family: 'Josefin Sans', sans-serif;

}
.item-meta > a h4{

  text-transform:uppercase;
  color:#fff;
  font-weight: 600;
  line-height:28px;
  font-family: 'Josefin Sans', sans-serif;
}
.dish-meta > span {
    font-size: 15px;
}
.pop-dish .item-meta {
    border: medium none;
    padding: 0;
    vertical-align: middle;
    width: 49.5%;
}
.popular-of-month > .pop-dish:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*--- welcome section home2 ---*/
.welcome-sec {
    float: left;
    width: 100%;
}
.welcome-secinfo {
    float: left;
    text-align: center;
    width: 100%;
}

.welcome-secinfo > h2 {
    color: #222;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 14px;
    width: 100%;
}
.welcome-secinfo > span {
    color: #fff;
    display: inline-block;
    font-family: "Jost", serif;;
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    padding: 5px 30px;
    text-transform: uppercase;
    transform: skewX(-16deg);
}
.welcome-secinfo > p {
    color: #535353;
    display: inline-block;
    margin-bottom: 35px;
    width: 100%;
}
.award {
    display: inline-block;
    vertical-align: middle;
}
.welcome-secinfo .sign {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    transform: skewX(0deg);
}
.award > span em {
    color: #bababa;
    display: inline-block;
    font-family: "Jost", serif;;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 100%;
}
.award > span {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}
.award > img {
    display: inline-block;
    vertical-align: middle;
}
.award > span i {
    color: #9b9b9b;
    font-style: normal;
}
/*--- resturent services section home2 ---*/
.resturent-services {
    float: left;
    width: 100%;
}
.servise-box {
    display: inline-block;
    position: relative;
    width: 100%;
	margin-bottom: 30px;
	border-radius: 5px;
}
.servise-box figure img {
    display: inline-block;
    width: 100%;
}
.uper-meta {
    bottom: 50px;
    color: #fff;
    left: 60px;
    position: absolute;
    width: auto;
}
.servise-box::before {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	border-radius: 5px;
}
.uper-meta > h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}
.uper-meta > span {
    color: #e7e7e7;
    display: inline-block;
    font-family: "Jost", serif;;
    width: 100%;
}
/*--- new chef section home2 ---*/

.chef-box {
    float: left;
    height: 627px;
    line-height: 627px;
    max-height: 627px;
    min-height: 627px;
    padding: 25px;
    position: relative;
    width: 100%;
}
.chef-box > img {
    bottom: 0;
    left: 25px;
    position: absolute;
}
.chef-box > ul {
    display: inline-block;
    line-height: initial;
    list-style: outside none none;
    margin: auto 0 auto 49%;
    padding-left: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 260px;
}
.chef-box ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    float: left;
    margin-bottom: 28px;
    padding-bottom: 23px;
    width: 100%;
}
.food-price {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.chef-box ul li h5 {
    color: #383838;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
.chef-box p {
    color: #222;
    font-size: 11px;
    margin-bottom: 0;
}
.chef-box ul li:last-child {
    border-bottom: 0 none;
}

.food-menu-sec {
    color: #fff;
    float: left;
    height: 627px;
    max-height: 627px;
    min-height: 627px;
    padding: 112px 0;
    text-align: center;
    width: 100%;
	z-index: 9;
	position: relative;
}f
.food-menu-sec > i {
    display: inline-block;
    font-family: great vibes;
    font-size: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
    width: 100%;
	font-style: normal;
}
.food-menu-sec > h1 {
    display: block;
    font-size: 46px;
    font-weight: 600;
    line-height: 42.5px;
    margin: 0 auto 50px;
    max-width: 60%;
    text-transform: uppercase;
}
.food-menu-sec > span {
    display: block;
    font-family: "Jost", serif;;
    font-size: 15px;
    font-weight: 500;
    line-height: 43px;
    margin: 0 auto;
    max-width: 14%;
    text-transform: capitalize;
    width: 100%;
}
.arrow-left {
    border-radius: 40px;
    display: inline-block;
    margin: 10px 0;
    padding: 18px 60px;
    vertical-align: middle;
}
.arrow-left > span {
    font-family: "Jost", serif;;
    font-size: 15px;
    font-weight: 600;
    padding: 0 25px;
    text-transform: capitalize;
    vertical-align: middle;
}
.arrow-left > i, .arrow-left > img {
    vertical-align: middle;
}
.arrow-left > i{
	font-size: 40px;
}
.row.merged > div {
    padding: 0;
}
/*--- booking form section home2 ---*/
.booking-form-sec {
    float: left;
    padding: 80px 50px;
    position: relative;
    width: 90%;
}
.form-meta {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.form-meta > h2 {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 0;
    width: 100%;
}
.form-meta > span {
    display: inline-block;
    font-family: "Jost", serif;;
    font-size: 14px;
    letter-spacing: 0.3px;
    width: 100%;
}
.form-meta > form {
    float: left;
    margin-top: 35px;
    position: relative;
    width: 100%;
}
.form-meta > form input {
    border: medium none;
    border-radius: 40px;
    color: #a1a1a1;
    font-family: "Jost", serif;;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 17px 30px;
    width: 100%;
}
.form-meta button {
    border: medium none;
    border-radius: 40px;
    color: #fff;
    font-family: "Jost", serif;;
    font-size: 12px;
    font-weight: 600;
    line-height: 52px;
    margin-top: 30px;
    text-transform: uppercase;
    width: 200px;
}

.upcoming-event .title1-inner > h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.upcoming-event .title1-inner > span {
    color: #999;
    font-family: "Jost", serif;;
    font-size: 12px;
}
.upcoming-event .title1-inner > b {
    font-size: 18px;
	font-weight: 500;
}
.upcoming-event .article-info-meta {
    width: 16%;
}
.upcoming-event .article-meta > h3 {
    color: #444;
}
.upcoming-event .article-meta > p {
    color: #555;
    font-size: 14.5px;
    line-height: 22px;
}
.upcoming-event .countdown > li {
    height: 103px;
    padding: 36px 0 0;
    text-align: center;
    width: 100px;
}
.upcoming-event .countdown > li span {
    color: #444;
    font-size: 30px;
}

.view-more {
    background: #000 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: 50px;
    padding: 16px 40px;
    text-transform: uppercase;
}
.view-more:hover{
	color: #fff;
}

.counter-meta {
    float: left;
    padding-left: 133px;
    width: 100%;
}

/* New pages   */


/* New pages 1  */
	.accordionbox{
		padding:120px 39px;
		float:left;
		width:100%;
	}
	.start{
		padding-left:205px;
		padding-right:205px;
		width:100%;
		float:left;
	}
	h1.explore{
		padding-left:122px;
		padding-right:122px;
		text-align:center;
		font-size:34px;
		font-weight:900;
		color:#333333;
		margin:0;
	}
	p{
		font-size:18px;
		color:#6f6f6f;
    font-family: 'Josefin Sans', sans-serif;

		margin:0;
	}
	p.startingpara{
		font-size:18px;
	}
	p.center{
		text-align:center;
		padding-top:30px;
		padding-bottom:50px;
		margin:0;
	}
	span.hoverstate{
		font-size:14px;
		font-weight:bold;
		color:#333333;
	}
	span.hoverstate2{
		font-size:14px;
		font-weight:bold;
		color:#e8e8e8;
	}
	p.magic#changecolor{
		color:#c9c9c9;
		padding-right:58px;
	}
	h3.client#nextclient{
		color:#ffff;
	}
	form{
		float:left;
		width: 100%;
		position: relative;
		text-align:center;
	}
	input.input-faq{
		margin-left:45px;
		padding-top:20px;
		padding-bottom:20px;
		padding-left:30px;
		border:2px solid #dbdbdb;
		border-radius:5px;
		float: left;
		width: 88%;
	}
	input.input-faq:focus{
		border:2px solid #dbdbdb;
	}
	::placeholder{
		color:#a2a2a2;
		font-size:15px;
	}
	button.search-faq{
		padding:22px 55px;
		background-color:#ea1b25;
		border:none;
		color:#ffff;
		position: absolute;  
		right: 48px;
		font-size:14px;
		float:right;
	}
	.startingbox{
		padding-top:120px;
		padding-bottom:0px;
		float:left;
		width:100%;
	}
	div.icon{
		background-color:#ffff;
		padding:6px 11px;
		border-radius:50%;
		margin-left:4px;
		margin-right:10px;
		margin-top:-7px;
		float:left;
		font-size:18px;
		box-shadow: 0px 0px 27px -7px rgba(0,0,0,0.75);
		color:#000000;
		cursor:pointer;
	}
	p.magic{
		padding-left:38px;
		padding-right:41px;
		font-size:16px;
		margin:0;
	}
	.panel {
		background-color: #F8F8FF;
		box-shadow: none;
		border:none;
}	
		
	.panel-heading{
		padding-left:5px;
		margin-top:5px;
		padding-bottom:17px;
		padding-top:17px;
		border-radius: 50px 0px 0px 50px;
        text-decoration:none;
        border:none;
		background-color:#f9f9f9;
		
	}

        a:hover div.icon{	
			background-color:#ea1b25;
			color:#ffff;
		}
	a:hover span{	
			color:#ea1b25;
            text-decoration:none;
		}
	.panel-heading:hover{	
			text-decoration:none;
		}
        a:hover, a:active, a:focus{
        text-decoration:none;
        }
	.panel-group{
		margin-bottom:5px;
	}
    .panel-group .panel-heading + .panel-collapse > .panel-body {
    border:none;
	}
	.panel-body{
		padding-top:22px;
		padding-bottom:39px;
    font-size:18px; 
    line-height: 32px;
  
  }
	.panel-group .panel+.panel {
    margin-top: 3px;
		}
  .panel-title > a[aria-expanded=true] > .icon{
    color: #fff;
    background-color: #ea1b25;
    }
	.panel-title> a[aria-expanded=true] > span{
    color: #ea1b25;
    }
	a{
		cursor:pointer;
	}
	.panel-heading#headingtwo{
		padding-top:13px;
		padding-left:5px;
		padding-bottom:12px;
		border-radius: 50px 0px 0px 50px;
        text-decoration:none;
        border:none;
		margin-top:0px;
		background:rgba(0, 0, 0, 0);
	}	
	.panel#panel2{
		background:rgba(0, 0, 0, 0);
		margin-top:0px;
	}
	h3.client{
		padding-bottom:30px;
		font-size:20px;
		font-weight:bold;
		margin:0;
		color:#333333;
	}
	.bg-img{
		background-repeat:no-repeat;
		background-size:cover;	
	}
	.bg-img::before{
		 content: "";
		background: rgba(0, 0, 0, 0.7);
		margin-left:73px;
		float:left;
		width:43%;
		height:100%;
		
	}
	.innerbox{
		width:100%;
		float:left;
		padding-top:124px;
		padding-bottom:98px;
		padding-left:100px;
		padding-right:0px;
		
	}
	section.transparentbox{
		height:639px;
	}

/* New pages 2  */
	.box2{
		padding:120px 39px;
		float:left;
		width:100%;
	}
.update{
	 background-color:#ea1b25;
	 color:#ffff;
	 padding-top:25px;
	 padding-bottom:27px;
	 padding-left:60px;
	 border-radius:4px;
	 margin-bottom:44px;
 }
 h4.condition{
	 font-family:"Poppins";
	 font-size:16px;
	 position:relative;
	 margin:0;
 }
 span.bolding{
	 font-weight:bold;
 }
 h4.condition::before {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: 5px;
    left: -20px;
    background-color: #ffff;
	border-radius: 50%;
	}

p.diamol40{
	padding-bottom:40px;
	
}	
	 h3.heading2{
	 font-size:22px;
	 font-weight:bold;
	 margin:0;
 }
 .text{
	 margin-top:64px;
 }
.headings{
	margin-bottom:67px;
}
.diamol28{
	padding-top:28px;
}

/* New pages 3  */

 span.nomber{
	 padding-right:10px;
 }
 h3.size20{
	 font-size:20px;
	 font-weight:bold;
	 margin:0;
	 padding:0;
 }
 .information{
	 padding-top:58px;
 }
 p.diamol{
	 padding-top:34px;
 }
 p.diamol28{
	 padding-top:28px;
 }
 p.diamol30{
	 padding-top:30px;
 }
 .bullets{
	 margin-top:40px;
	 padding-top:0;
	 padding-left:15px;
	 color:#616161;
 }
 .description{
	 position:relative;
	 padding-left:7px;
	 margin-top:28px;
 }
 .description::before {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: 12px;
    left: -15px;
    background-color: #333333;
	border-radius: 50%;
	}
	.automatically{
		margin-top:64px;
	}
 .maxboxes{
	 margin-top:32px;
	 margin-bottom:60px;
 }
.maxbox1{
	 background-color:#f9f9f9;
	 padding-top:54px;
	 padding-bottom:52px;
	 padding-left:61px;
	 padding-right:75px;
	 margin-top:10px;
 }
 .allow1{
	 padding-top:50px;
 }
 .diamol22{
	 padding-top:22px;
 }
 #allowtwo{
	 position:relative;
	 padding-left:22px;
 }
 h3.size20#allowtwo::before{
	 content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: 9px;
    left: -9px;
    background-color: #333333;
	border-radius: 50%;
 }
 .informat{
	padding:0;
	 padding-left:10px;
	 padding-right:115px;
 }
 .protection{
		margin-top:60px;
		margin-bottom:67px;
	}
	.list{
		margin-top:38px;
	}
	.diamol18{
		padding-top:18px;
		display:block;
	}
	.headings{
		margin-bottom:60px;
	}
	.maxbox4{
	 background-color:#f9f9f9;
	 padding-top:45px;
	 padding-bottom:52px;
	 padding-left:61px;
	 padding-right:75px;
 }
 .email-top a
 {
	 color:#fff;
   font-weight:600;
 }
  .email-top
  {
	  margin-top:13px;
  }
  .pad-45{

      padding:45px 0px !important;
  }
  .gallery-bx img{

    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .menuimg img{

      width:100%;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      margin:25px 0px;
  }
  .mar-bot-0{

      margin-bottom:0 !important;
  }
  .order-link a{

        padding:12px 30px;
        background-color:#000;
        color:#fff;
        border-radius:15px;
        font-weight:600;
        font-size:17px;
  }
  @media(max-width:769px){

    .email-top{

        margin:5px 0px !important;
    }
    .logo{

          max-width:70% !important;
    }
    .dish-item{

        margin-bottom:20px !important;
    }
    .Plan-title{

        font-size:32px !important;
        line-height:42px;
    }
    .paln h3{

        font-size:18px !important;
    }
    .panel-title{

        line-height:32px;
    }
    .paln{

        padding:32px 24px 100px 24px !important;
        height:auto !important;
    }
    /* .row{

        margin:0;
    } */
    .item-meta{

        padding:0 !important;
    }
    .item-meta > a h4{

      text-align: center;
  }
  .bottom-clouds-mockup{

      bottom:0 !important;
  }
  .title1-inner > h2{

      line-height:38px;
  }
  .featured-restaurants-wrapper p{

      font-size:18px;
      line-height:32px;
      text-align: center;
      font-weight:600;
      color:#000;
  }
  .next{

      right:12px !important;
  }
  .mySlides{

      padding:22px 28px !important;
  }
  .prev, .next{

      width:26px !important;
      padding:14px 10px !important;
      height:26px !important;
      font-size:14px !important;
      line-height:6px !important;
  }
  .mySlides q{

      font-size:17px !important;
  }
  .special-h2{

      font-size:26px !important;
  }
  .display-flex{

    display:block !important;
}
.featured-restaurant-box.style2 .featured-restaurant-thumb{

    text-align: center;
}
.read-more{

  top:16px !important;
}
.read-more img{

    max-width:125px !important;
}
  }
 .display-flex{

    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
 }
 .breadcrumb > li.breadcrumb-item.active{

    color:#000 !important;
 }
 .about-us-img1{

    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    
 }
 .about-us-img{

    margin:25px 10px 0px;
    width:275px;
 }
 @media(max-width:1025px) and (min-width:769px){

  .about-us-img{

    
    width:245px !important;
 }
 }
 .about-us-img img{

  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding:10px;
 }
.order-link1 img{

    width:135px;
    margin:15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.order-link1 img:hover{

    transform:scale(1.1);
}
@media(max-width:525px){

  .fixed-bg{

    background-attachment:unset !important; 
    background-position:center !important;
  }
  .widget ul li{

      font-size:14px;
  }
  .responsive-topbar .select-wrp{

      width:100% !important;
  }
  .responsive-topbar{

      text-align:center;
  }
  .select-wrp + .select-wrp{

      border-left:0;
      padding:0 !important;
      margin-left:0;
  }
  .responsive-topbar .select-wrp{

    width:100% !important;
  }
  .dish-meta > h4{

      line-height:30px !important;
  }
  .popular-dish-info > h4{

      font-size:16px;
      line-height:32px; 
    }
    .app-download-btns img{

        max-width:125px !important;
    }
    .mySlides p{

        font-size:20px !important;
    }
    .contact-info-box > h5{

        font-size:17px;
        line-height:38px;
    }
    .contact-info-box > p{

        font-size:14px !important;
    }
  
}
.social1 > a:hover{

    color:#000 !important;
}
.privicy-policy p{

    font-size:22px !important;
    margin:10px 0px !important;
}
.privicy-policy ul li{

    text-align: left;
    font-size:18px !important;
}
.privicy-policy a{

    color:#000 !important;
    background-color:#000 !important;
    padding:3px 8px;
}
.privicy-policy-contact{

    background-color:#000;
    border-radius:15px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:50px 15px;
    margin:10px;
}
.privicy-policy-contact a{

    background-color:transparent !important;
    color:#000 !important;
}
.privicy-policy-contact h6{

    font-size:20px;
    line-height:38px;
}
.privicy-policy-contact i{

    margin-left:15px;
}
.terms-condition h2{

    font-size:40px;
    padding:10px;
}
.terms-condition h3{

  font-size:30px;
  padding:10px;
}
.terms-condition h5{

  font-size:24px;
  text-decoration: underline;
  padding:10px;
}
.social1 > a:focus{

    color:#000 !important;
}
@media(max-width:525px){

  .terms-condition h3{

      font-size:22px !important;
  }
  .terms-condition h5{

    font-size:20px !important;

  }
  .privicy-policy p{

      font-size:18px !important;
  }
}
 
#myBtnContainer {
  text-align: center;
  margin: 0 auto;
  padding: 55px 0px 12px;
}
.filterDiv {
  /* float: left; */
  width: 100%;
  text-align: center;
  margin: 2px;
  display: none;
}
.show {
  display: block!important;
}
.fil-btn {
  padding: 16px 30px;
  background-color: #d9d9d9;
  color: #000;
  font-size: 18px;
  font-weight:600;
  text-transform: uppercase;
  border-radius: 15px;
  margin: 15px 0px;
}
.fil-btn:hover{

  background-color: #000;
  color:#fff !important;

}
.gallery-img img{

    margin:12px 0px;
}
.margin-22{

    margin:22px 0px;
}
.about-us h2{

    margin:20px 0px;
    text-decoration: underline;
    text-transform: uppercase;
}
.about-us p{

    font-size:18px;
    line-height:38px;
    font-weight:500;
    margin:10px 0px;
    color:#000;
}
.about-us img{

    border-radius:50%;
    width:100%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.special-font{

  font-family: "Jost", serif;
  
}
.brands{

    background:none !important;
    text-align: center;
}
.brands img{

    border-radius:50%;
    max-width:75%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.brands h4{

    background-color:#000;
    padding:16px 32px;
    color:#fff;
    font-size:18px;
    border-radius:12px;
    cursor: pointer;
}
.get_in_touch ul li i{

    color:#fff !important;
}
.services{

    text-align: center;
    padding:28px 0px 18px;

}
.services img{

    width:100%;
    margin-bottom:12px;
}
.gallery-img img{

    width:100%;
    border-radius:12px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
}
.featured-restaurant-thumb img{

    border-radius:50%;
}
.app-download-btns img{

    max-width:135px;
    padding: 10px;
    border:2px solid #ec726b;
    background-color:#fff;
    border-radius:16px;
}
.pad-55{

    padding:55px 0px 75px 0px;
}
/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width:48px;
  height:48px;
  line-height:20px;
  margin-top: -30px;
  padding: 16px 18px;
  background-color:#ab873d !important;
  border-radius:50%;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right:0px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.mySlides q{

    font-size:22px;
    color:#000;
    line-height:38px;
   
}
.mySlides p{

    font-size:26px;
    margin-top:22px !important;
    color:#ab873d !important;
    text-transform: uppercase;
}
/* Add a blue color to the author */
.author {color: cornflowerblue;}

.special-h2{

    font-size:25px;
}
.special-h2{

  font-size:40px;
  text-decoration: none !important;
  
}
.zoom-in-zoom {
  animation: zoom-in-zoom-out 3s ease-in-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);

  }
  50% {
    transform: scale(0.9, 0.9);

  }
  100% {
    transform: scale(1, 1);
 
  }
}
.position-relative{

    position: relative;
}
.read-more{

    position:absolute;
    top:28px;
    right:16px;
}
.read-more:hover{

    background-color:transparent !important;
}
.read-more img{

    max-width:200px;
}
.social1 > a:hover{

    color:#fff !important;
}
/* .red-bg:hover{

    background-color:#fbe156 !important;
    color:#fff !important;
} */
.brd-rd4:hover{

  background-color:#000 !important;
  color:#fff !important;
}
.position-relative{

    position: relative;
}
.left-header{

    position:absolute;
    left:0;
    bottom:0;
}
.left-header img{

    max-width:200px;
}
.right-header{

  position:absolute;
  right:0;
  bottom:0;
}
.right-header img{

  max-width:200px;
}
.social2 > a:hover{

    background-color:#ee8102 !important;
    color:#fff !important;
   
}
.menu-area img{

    width:100%;
    margin:12px 0px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
/* nav > div ul > li:hover > a{

    color:#fbe156 !important;
} */



.about-img img{

  width:75%;
  border-radius:50%;
  border:12px solid #FFA500;
  margin-top:100px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
}
.border-52{

  border:6px solid #FFA500;
  border-radius:50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.about-img1 img{

  width:100%;
  border-radius:10%;
  padding:18px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

  
}
.position-relative{

  position: relative;
  z-index: 1;
}
.overflow-img{

  position:absolute;
  bottom:77px;
  left:125px;
}
.overflow-img1{

position:absolute;
bottom:25px;
left:275px;

}
.overflow-img img{

  max-width:100px;
  border-radius:26%;
}
.overflow-img1 img{

max-width:100px;
border-radius:26%;
}
.about-para{

  background-image: url(../images/resource/about3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
   height:550px;
   width:550px;
   padding:75px;
    border-radius:50%;
    display:flex;
    /* margin-top:-225px; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}

.about-para1{

    flex-direction:unset !important;

}
.about-para p{

  color:#fff;
  font-size:22px;
}
.about-para h3{

  color:#fff;
  font-weight:600;
  font-size: 32px;
}
.flex-end{

  justify-content: flex-end;
  display:flex;
}
.margin-125{

  margin-top:125px;
}
.justify-center{

  display:flex;
  justify-content: center;
}
@media(max-width:1200px){

  .about-img1{

      display:none;
  }
  .about-img img{

    width:100% !important;
  }
}
@media(max-width:769px){

.about-img{

    margin-left:-75px;
}
.about-para{

    width:525px;
    height:525px;
    padding:50px;
}
.about-para h3{

    font-size:22px;
}
.about-para p{

    font-size:17px;
}
/* .overflow-img {
  position: absolute;
  bottom: 45px;
  left: -20px;
} */
.overflow-img {
  position: absolute;
  bottom: 77px;
  left: 125px;
}
.overflow-img img{

 display: none !important;
}

}
@media(max-width:525px){


.about-img{

  margin-left:0;
}
.about-img img{

    margin-top:0 !important;
}
.about-para{

    width:340px;
    height:340px;
    margin-left:0;
    padding:18px 12px;
}
.about-para p{

    font-size:13px;
    letter-spacing:1.2px;
    padding:0 24px;
}
.about-para h3{

    font-size:20px;
}
.overflow-img{

    bottom:60px;
    left:18px;
}
.overflow-img img{

    max-width:50px;
}
.pad-100{

    padding:50px 0px !important;
}
.justify-center{

    display:block;
}
.flex-end{

   display:block;
}
.overflow-img{

  left:13px;
    bottom:60px;
}
.overflow-img img{

    border-radius:50%;
}
.border-bottom{

    bottom:-11px !important;
}
.left-header img{

    max-width:100px !important;
}
.right-header img{

  max-width:100px !important;
}

}
.pad-0{

  padding-top:0 !important;
}
.top-img img{

  width:100%;
  z-index: 10;
}   
.position-relative{

  position: relative;
  
}
.border-bottom{

    position: absolute;
    bottom:-12px;
}
.border-bottom img{

  width:100%;
  
}
.z-4{

  z-index:1;
}
.back-000{

  background-color:#000;
}
.back-img{

  background-image:url(../images/welcome-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pad-100{

    padding:100px 0px;
}
.margin-50{

    margin-top:50px !important;
}
.about-img1 img{

    width:100%;
    
}
.featured-restaurant-info > a:hover{

    background-color:#ab873d !important;
    color:#fff  !important;
}
.featured-restaurant-thumb img{

    max-width:55px;
    border-radius:50%;
    margin:16px auto;
}
.featured-restaurant-thumb .star{

    max-width:150px !important;
    border-radius:0 !important;
}
.widget ul li a:hover{

    color:#fff !important;
}
.popular-dish-info > h4 a:hover{

    color:#fff !important;
}
.red-bg{

  background-color:#ee8102 !important;
}
.red-bg1{

  background-color:#ee8102 !important;
}
.popular-dish-info > a:hover{

    background-color:#fff !important;
    color:#000 !important;
}

@keyframes rotate{
  from{ transform: rotate(-360deg); }
  to{ transform: rotate(360deg); }
}
.menu-img img{

  width:100%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin:18px 0px;
}
.menu-img{

    padding:50px 0px 125px;
}
.pad-bottom-100{

    padding-bottom: 100px;
}
/* .about-us-area p{

    text-transform: uppercase;
} */
.paln{

    border-radius:22px;
    padding:30px 24px;
    margin:28px 0px;
    height:560px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    position: relative;
}
.plan2{

    background-color:#ee8102 !important;
}
.card-area{

    padding:28px 0px 0px;
    display: flex;
    align-items: center;
}
.paln h3{

    background-color:#ee8102;
    color:#fff;
    font-size:18px;
    border-radius:18px;
    text-align: center;
    padding:12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.buy-now-btn{

    padding:10px 0px;
    text-align:center;
    position: absolute;
    bottom:0px;
  left: 50%;
  width:100%;
  transform: translate(-50%,-50%);
}
.Plan-title{

    text-align: center;
    font-weight: 700;
    font-size: 54px;
    color:#000;
}
.paln a{

  background-color:#ee8102;
  color:#fff;
  border-radius:18px;
  text-align: center;
  padding:12px 50px;
  font-size:18px;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.paln a:hover{

    background-color:#34332f;
    transform: scale(1.1);
}
.meal-plan-card img{

    width:84%;
    
}
.meal-plan-card p{

  font-size:14px;
  font-weight: 600;
  color:#000;
  line-height:28px;
  text-align: center;
}
.meal-plan-card ul{

    padding-left: 10px !important;
}
.meal-plan-card ul li{

    line-height:30px;
    font-size:15px;
    font-weight: 600;
}
.panel-default>.panel-heading{

    padding:18px 18px;
    margin:18px 0px;
}
.panel-title i{

    padding-right:10px;
}
.back-fff{

  background-color:#F8F8FF;
}
.fixed-btn3 {
  position: fixed;
  bottom: 24px;
  right: 25px;
  z-index: 9999999;
  display: none;
  display: flex!important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  border-radius: 1rem;
}
.fixed-btn3 a {
  color: #fff;
  width: 52px;
  height: 52px;
  line-height:58px;
  border-radius:50%;
  font-size: 24px;
  margin: 4px;
  background-color: #25D366;
}
.back-img{

    background-image: url(../images/plan-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:50px;
}
.paln{

    background-color:#fff;

}
.about-us-area h5{

    font-size:26px;
    padding-bottom: 18px;
}

.menu-card-photo img {
  margin: 10px 0;
  border: 1px solid #000;
}


.overlape-110, .overlape-45, .overlape-95 {
  margin-top: -120px;
}