* * Template Name:Delicious - v4.1.0 * Template URL:https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
* Author:BootstrapMade.com * License:https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'Lato', sans-serif;
  color: #444444;
}
a {
  text-decoration: none;
  color: #ffb03b;
}
a:hover {
  color: #ffb03b;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffb03b;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ffc064;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  width: 100%;
  padding: 0;
  font-size: 13px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: #fff;
}
#topbar .justify-content-start {
  margin-left: -95px;
}
#topbar .justify-content-end {
  margin-left: 545px;
}
#topbar.topbar-transparent {
  background: transparent;
}
#topbar.topbar-scrolled {
  top: -50px;
}
#topbar i {
  color: #ffb03b;
  line-height: 0;
}
#topbar i span {
  color: #fff;
  font-style: normal;
  padding-left: 5px;
}
#topbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
#topbar li {
  position: relative;
}
#topbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}
#topbar a i {
  font-size: 12px;
  line-height: 0;
  margin-right: 8px;
}
#topbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #ffb03b;
}
@media screen and (max-width: 1400px) {
  #topbar .justify-content-start {
    margin-left: -100px;
  }
  #topbar .justify-content-end {
    margin-left: 650px;
  }
}
@media screen and (max-width: 1399.98px) {
  #topbar .justify-content-start {
    margin-left: -99px;
  }
  #topbar .justify-content-end {
    margin-left: 295px;
  }
}
@media screen and (max-width: 1300px) {
  #topbar .justify-content-end {
    margin-left: 391px;
  }
}
@media screen and (max-width: 1200px) {
  #topbar .justify-content-end {
    margin-left: 495px;
  }
}
@media screen and (max-width: 1199.98px) {
  #topbar .justify-content-end {
    margin-left: 625px;
  }
  .justify-content-start {
    margin-left: -88px;
  }
}
@media screen and (max-width: 1100px) {
  #topbar .justify-content-start {
    margin-left: 0px;
  }
  #topbar i span {
    color: #fff;
    font-style: normal;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #topbar .justify-content-end {
    margin-left: 525px;
  }
}
@media screen and (max-width: 800px) {
  #topbar .justify-content-start {
    margin-left: -329px;
    margin-top: -21px;
  }
  #topbar i span {
    color: #fff;
    font-style: normal;
    padding-left: 5px;
  }
  #topbar .justify-content-end {
    margin-left: -975px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 480px) {
  #topbar .justify-content-start {
    margin-left: -165px;
    margin-top: -21px;
  }
  #topbar i span {
    color: #fff;
    font-style: normal;
    padding-left: 5px;
  }
  #topbar .justify-content-end {
    margin-left: -498px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 451px) {
  #topbar .justify-content-start {
    margin-left: -152px;
    margin-top: -21px;
  }
  #topbar i span {
    color: #fff;
    font-style: normal;
    padding-left: 5px;
  }
  #topbar .justify-content-end {
    margin-left: -450px;
  }
}
@media screen and (max-width: 440px) {
  #topbar .justify-content-start {
    margin-left: -148px;
    margin-top: -21px;
  }
  #topbar i span {
    color: #fff;
    font-style: normal;
    padding-left: 5px;
  }
  #topbar .justify-content-end {
    margin-left: -435px;
  }
}
@media screen and (max-width: 420px) {
  #topbar .justify-content-start {
    margin-left: -138px;
  }
  #topbar .justify-content-end {
    margin-left: -405px;
  }
}
@media screen and (max-width: 400px) {
  #topbar .justify-content-start {
    margin-left: -128px;
  }
  #topbar .justify-content-end {
    margin-left: -375px;
  }
}
@media screen and (max-width: 380px) {
  #topbar .justify-content-start {
    margin-left: -118px;
  }
  #topbar .justify-content-end {
    margin-left: -346px;
  }
}
@media screen and (max-width: 360px) {
  #topbar .justify-content-start {
    margin-left: -106px;
  }
  #topbar .justify-content-end {
    margin-left: -316px;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  top: 50px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  top: 0;
  background: rgba(26, 24, 22, 0.85);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/

.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}
.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}
@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #ffb03b;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ffb03b;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #ffb03b;
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #ffb03b;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 85vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}
#hero .carousel-item {
  width: 100%;
  height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: '';
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  margin-top: 55px;
}
#hero h2 span {
  color: #ffb03b;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
}
#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #ffb03b;
}
#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #ffb03b;
  color: #fff;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
}
.section-bg {
  background-color: white;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}
.section-title h2 span {
  color: #ffb03b;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  min-height: 40px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 120px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
  background: #fffaf3;
}
.about .content {
  padding: 0 80px;
}
.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}
.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.about .content p {
  font-size: 15px;
  color: #848484;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li + li {
  margin-top: 15px;
}
.about .content ul li {
  position: relative;
  padding-left: 26px;
}
.about .content ul i {
  font-size: 20px;
  color: #ffb03b;
  position: absolute;
  left: 0;
  top: 2px;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #ffb03b;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .about .content,
  .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .about .content {
    padding-top: 30px;
  }
  .about .accordion-list {
    padding-bottom: 30px;
  }
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*** effect rotate-scale ***/

.img-rotate-scale {
  transition: all 1.2s ease-in-out;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
}
.img-rotate-scale:hover {
  transform: rotate(720deg) scale(2, 2);
  -webkit-transform: rotate(720deg) scale(2, 2);
  -moz-transform: rotate(720deg) scale(2, 2);
  -ms-transform: rotate(720deg) scale(2, 2);
  -o-transform: rotate(720deg) scale(2, 2);
}
.img-rotate-scale img {
  width: 100%;
}
.img-rotate-scale:hover img {
  width: auto;
}
/*--------------------------------------------------------------
# Whu Us
--------------------------------------------------------------*/

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
}
#why-us .section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #000;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
}
.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}
/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/

.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: 2px solid #ffb03b;
  border-radius: 50px;
}
.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #fff;
  background: #ffb03b;
}
.menu #menu-flters li:last-child {
  margin-right: 0;
}
.menu .menu-content {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.menu .menu-content::after {
  content: "......................................................................""....................................................................""....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #dad8d4;
}
.menu .menu-content a {
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #ff9b08;
}
.menu .menu-content span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
}
.menu .menu-ingredients {
  font-style: italic;
  font-size: 14px;
  color: #948c81;
}
/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/

.specials {
  overflow: hidden;
}
.specials .nav-tabs {
  border: 0;
}
.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
}
.specials .nav-link:hover {
  color: #ffb03b;
}
.specials .nav-link.active {
  color: #ffb03b;
  border-color: #ffb03b;
}
.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}
.specials .details p {
  color: #777777;
}
.specials .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
  .specials .nav-link.active {
    color: #fff;
    background: #ffb03b;
  }
}
.img-round-square {
  width: 200px;
  height: 200px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.img-round-square:hover {
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  -o-border-radius: 0%;
  border-radius: 0%;
}
.img-round-square {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.img-round-square:hover {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/*--------------------------------------------------------------
# food tabs top recipe of the day
--------------------------------------------------------------*/

.heading-25 {
  margin-top: 60px;
  margin-bottom: 30px;
  padding-right: 140px;
  padding-left: 140px;
  font-size: 40px;
  text-align: center;
}
.best-product {
  width: 100%;
  position: relative;
  max-height: 630px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.prd-day-details {
  background: rgba(0, 0, 0, 0.6);
  width: 550px;
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 60px;
  right: 60px;
}
.prd-day-details h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.rec-view-more {
  color: #fff;
  margin-top: 35px;
}
.rec-view-more span {
  font-size: 18px;
  font-weight: 500;
  background: #ffb03b;
  padding: 10px 15px 10px 35px;
  color: #000;
  border-radius: 100px;
}
.rec-view-more span .fa {
  color: #000;
  font-size: 12px;
  margin-left: 5px;
}
/*@media only screen and (max-width: 991.98px){
.prd-day-details p.rec-view-more {
    margin-top: 30px;
    margin-bottom: 20px;
}
.prd-day-details p.rec-view-more {
    margin-top: 30px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 767.98px){
.best-product {
    display: inherit;
}
.prd-day-details {
    background: none;
    color: #212529;
}
.prd-day-details h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.prd-day-details p {
    font-size: 14px;
    margin: 0;
}
}*/

@media only screen and (max-width: 480px) {
  .prd-day-details {
    width: 100%;
    right: 0;
  }
  .prd-day-details h2 {
    font-size: 33px;
    margin-bottom: 10px;
  }
  .best-product {
    width: 100%;
    position: relative;
    height: 455px;
    overflow: hidden;
    display: inline-block;
    align-items: center;
  }
}
/*--------------------------------------------------------------
# best recipe area
--------------------------------------------------------------*/

.best-receipe-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.single-best-receipe-area {
  position: relative;
  z-index: 1;
}
.single-best-receipe-area img {
  border-bottom: 3px solid #ffb03b;
}
.single-best-receipe-area .receipe-content {
  padding-top: 30px;
  text-align: center;
}
.single-best-receipe-area .receipe-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #000;
  margin-left: 0;
}
.single-best-receipe-area .receipe-content h5:hover,
.single-best-receipe-area .receipe-content h5:focus {
  color: #ffb03b;
}
.single-best-receipe-area .receipe-content .ratings {
  margin-left: 0;
}
.single-best-receipe-area .receipe-content .ratings i {
  font-size: 11px;
  color: #fbb710;
  display: inline-block;
  padding: 0 1px;
}
/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/

.book-a-table .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}
.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .php-email-form .error-message br + br {
  margin-top: 25px;
}
.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.book-a-table .php-email-form input {
  height: 44px;
}
.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}
.book-a-table .php-email-form button[type="submit"] {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.book-a-table .php-email-form button[type="submit"]:hover {
  background: #ffa012;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery {
  padding-bottom: 0;
}
.gallery .gallery-item {
  overflow: visible;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all 0.6s linear 0s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.receipe-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  /*-webkit-transition-duration: 500ms;
    transition-duration: 500ms;*/
  color: #000;
  margin-left: 0;
}
.receipe-content h5:hover {
  color: #ffb03b;
}
/*gllery hover start*/

.our-team {
  padding-bottom: 20px;
  text-align: center;
}
.our-team .pic {
  display: inline-block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #FABC3C;
  padding: 70px 20px 30px;
  margin-bottom: 20px;
  position: relative;
}
.our-team .social {
  padding: 0;
  margin: 8% 0 7% 0;
  list-style: none;
}
.our-team .social h5 {
  font-size: 14px;
}
.our-team .social li {
  display: inline-block;
  margin-right: 5px;
}
.our-team .social li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  background: #333;
  font-size: 15px;
  color: #fff;
  transition: all 0.6s linear 0s;
}
.our-team .social li a:hover {
  background: #fff;
  color: #7740ff;
  text-decoration: none;
}
.our-team .pic img {
  width: 101%;
  height: 101%;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: all 0.6s linear 0s;
}
.our-team:hover .pic img {
  transform: rotate(-120deg);
  transform-origin: 95% 40% 0;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .our-team {
    overflow: hidden;
  }
}
/*gllery team end*/

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/

.chefs {
  background: url("../img/chefs-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.chefs::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.chefs .container {
  position: relative;
  z-index: 10;
}
.chefs .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.chefs .member .pic {
  overflow: hidden;
}
.chefs .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
}
.chefs .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}
.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.chefs .member .social {
  margin-top: 15px;
}
.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}
.chefs .member .social a:hover {
  color: #ffb03b;
}
.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .chefs .member {
    margin-bottom: 110px;
  }
}
@media (min-width: 1024px) {
  .chefs {
    background-attachment: fixed;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 11, 10, 0.7);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .stars {
  color: #ffb03b;
  margin-bottom: 10px;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffb03b;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
/* recipe submit area start*/

.recipe-submit-banner {
  margin-top: 100px;
}
.recipe-banner {
  background: #ffb03b;
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 180px;
  padding-right: 25px;
}
.recipe-banner img {
  position: absolute;
  left: -35px;
  bottom: 0;
}
.recipe-banner .banner-text h2 {
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 5px;
}
.recipe-banner .banner-text p {
  color: #ffffff;
  margin-bottom: 0;
}
.recipe-button {
  text-align: right;
}
.default-btn.black-color,
.wp-block-button__link.black-color {
  background: #ffffff;
  color: #000;
  padding: 5px;
}
/* recipe submit area end*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*footer start*/

.footer_widget_section {
  background: #333333;
  margin-top: 1px;
  margin-left: auto;
  border-bottom: 1px solid #bbbbbb;
}
.footer_widget_section .col-md-3 {
  margin-left: 100px;
}
.footer_widget_section img {
  margin-top: 48px;
}
.footer_widget_section p {
  color: #fff;
  font-size: 13px;
}
.footer_widget_section .widget {
  margin-top: 48px;
  margin-bottom: 30px;
}
.footer_widget_section .widget h2 {
  font-size: 21px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
.footer_widget_section .widget_wp_email_capture_widget_class form {
  position: relative;
}
.footer_widget_section .widget_wp_email_capture_widget_class form label {
  display: none;
}
.footer_widget_section label {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #514b49;
  margin-bottom: 10px;
  position: relative;
}
.footer_widget_section .widget_wp_email_capture_widget_class input[type="text"] {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid #bbbbbb;
  padding-left: 15px;
  padding-right: 40px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #cccccc;
  outline: none;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.footer_widget_section .widget {
  margin-top: 0px;
  margin-bottom: 30px;
}
.footer_widget_section .widget h2 {
  font-size: 21px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
.footer_widget_section .widget.social-icons ul {
  overflow: hidden;
  margin-top: -4px;
  padding: 0;
}
.footer_widget_section .widget.social-icons ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 12px;
}
.footer_widget_section .widget.social-icons ul li a {
  display: inline-block;
  height: 47px;
  width: 47px;
  line-height: 47px;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  text-align: center;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.footer_widget_section .widget_wp_email_capture_widget_class .wp-email-capture-submit-wrap {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1px;
  line-height: 38px;
  padding-right: 15px;
  border: none;
  background-color: transparent;
  color: #bbbbbb;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  z-index: 1200;
}
/*copy right*/

.copyrights {
  background: #3c3a39;
  color: #fff;
  margin: 0px;
  padding: 25px 0px;
}
.copyrights p {
  margin: 0px;
  line-height: 30px;
}
.copyrights-share,
.copyrights-share:visited {
  width: 30px;
  height: 30px;
  color: #333;
  background: #fff;
  border-radius: 3px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.fa {
  display: inline-block;
  font-weight: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 575.98px) {
  .footer_widget_section .col-md-3 {
    margin-left: 0;
  }
  .recipe-banner img {
    position: absolute;
    left: -10px;
    bottom: 0;
  }
}
/*@media screen and (min-width: 1600px) {
  #topbar .justify-content-end {
    margin-left: 460px;
}
#topbar .justify-content-start {
    margin-left: -100px;
}
  }*/

/*recipe details page start*/

.arrow {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 20px 5px;
  color: $arrow;
  font-size: 15px;
}
.arrow span {
  position: relative;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
/*.previous:hover span {
  transform: translateX(-10px) scale(1.2);
}

.next:hover span {
  transform: translateX(10px) scale(1.2);
}*/

.slider {
  margin-top: 25px;
}
.slider-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-left: 85px;
}
.slider-nav li {
  display: flex;
  flex: 2;
  text-align: center;
}
.slider img {
  max-width: 100%;
  display: none;
  width: 920px;
  height: 500px;
  object-fit: contain;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}
.slider img.active {
  display: block;
  animation: fadeImg 0.8s;
}
.slider-nav .arrow {
  flex: 0 0 15%;
}
.slider-nav a {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}
.slider-nav span {
  display: block;
  width: 100%;
}
@keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*.single-item .active,
.single-item .demo:hover {
  opacity: 1;
}*/

/*image slider end*/

.content-inner {
  padding: 25px;
}
.single-blog .post-title {
  margin-bottom: 30px;
  font-size: 35px;
}
.single-recipe .post-title {
  margin-top: 10px;
}
h4.section-title {
  margin-bottom: 20px;
  border: none;
}
.section-title i {
  margin-right: 20px;
  color: #6BA72B;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.recipe-details .ingredients-list:not(.steps-list) li {
  display: flex;
}
.recipe-details .ingredients-list:not(.steps-list) li .fake-checkbox {
  margin-top: 3px;
}
.ingredients-list .fake-checkbox {
  width: 20px;
}
.ingredients-list li {
  margin-bottom: 10px;
}
.step-content {
  padding-left: 33px;
}
.steps-list li {
  margin-top: 20px;
}
.steps-list li .fake-checkbox,
.steps-list li .fake-checkbox:focus,
.steps-list li .fake-checkbox:active {
  margin-right: 10px;
  display: inline-block;
}
.single-blog .post-share {
  padding-top: 0px;
  border: none;
  text-align: center;
}
.single-blog .post-share a {
  float: none;
}
.single-blog .post-share a i {
  color: #000;
}
.single-blog .post-share a .fa {
  line-height: 20px;
  color: #000;
}
/*comment box start*/

.widget-title-wrap {
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 15px;
}
.widget-title {
  margin: 0px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.widget-title:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: -1px;
  width: 35px;
  border-bottom: 1px solid #6BA72B;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
blockquote,
.widget-title:after,
.next-prev a:hover .fa {
  border-color: #ffb03b;
}
.comment-content {
  margin-top: 30px;
}
.comment-row {
  margin-bottom: 45px;
}
.comment-avatar {
  float: left;
  margin-right: 20px;
  height: 80px;
  width: 80px;
}
.comment-content img {
  width: auto;
  border-radius: 3px;
}
.comment-content-wrap {
  float: left;
  width: calc(100% - 100px);
}
.comment-content-wrap .ma-auto {
  margin-left: 70px;
  margin-top: 5px;
}
.comment-content-wrap h3 {
  font-size: 18px;
}
.comment-content-wrap h5 {
  font-size: 16px;
}
.comment-content-wrap p {
  margin-left: 70px;
  font-size: 13px;
}
.bottom-ratings {
  color: #7a7a7a;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.bottom-ratings .icon,
.top-ratings .icon {
  margin-left: 2px;
}
.top-ratings {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  color: #FF8C00;
  overflow: hidden;
  text-align: left;
}
/*right side start*/

.widget {
  padding: 25px;
}
.widget>ul {
  overflow: hidden;
}
.widget ul {
  padding: 0px;
  margin: 0px;
}
.widget ul li {
  list-style: none;
  clear: both;
  padding: 5px 0px;
}
.single-nutritions li:last-child,
.single-nutritions li.recipe-avatar {
  border: none;
}
.single-nutritions li {
  clear: both;
  border-bottom: 1px solid #eee;
}
.widget img {
  max-width: 100%;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.single-nutritions .recipe-avatar img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
}
ul.single-nutritions .recipe-avatar a {
  display: inline-block;
  padding-top: 7px;
  margin-bottom: 20px;
}
.flex-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-nutritions .value {
  float: right;
}
.widget ul li.flex-list .value a {
  display: block;
}
.level.medium .level-bar-1,
.level.medium .level-bar-2 {
  background: #d35400;
}
.level-bar-1,
.level-bar-2,
.level-bar-3 {
  display: inline-block;
  margin: 0px;
  width: 5px;
  height: 3px;
  background: #676767;
}
.level-bar-2 {
  height: 7px;
}
.level-bar-3 {
  height: 11px;
}
.widget ul li a {
  display: block;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.similar-recipes img {
  border-radius: 3px;
}
.similar-recipes a {
  margin: 10px 0px;
}
.white-block {
  background: #fff;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
  margin-top: 50px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
/*col-md-3 icon animation start*/

.white-block-2 {
  background: #fff;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  margin-top: 50px;
  overflow: visible;
  border-radius: 3px;
  position: relative;
}
.widget .icon {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget .icon a {
  color: #fff;
  background: #ffb03b;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-family: fontawesome;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
  padding-top: 3px;
  margin: 0 4px;
  -o-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-font-smoothing: antialiased;
}
/* pop-up text */

.widget .icon a span {
  color: #666;
  position: absolute;
  top: 0;
  left: -25px;
  right: -25px;
  padding: 5px 7px;
  z-index: 5;
  font-size: 14px;
  border-radius: 2px;
  background: #fff;
  visibility: hidden;
  opacity: 1;
  -o-transition: all .5s linear 0s;
  -webkit-transition: all .5s linear 0s;
  -moz-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}
/* pop-up text arrow */

.widget .icon a span:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  right: 40px;
}
/* text pops up when icon is in hover state */

.widget .icon a:hover span {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
/*col-md-3 icon animation end*/

.section-title-2 {
  text-align: left;
  padding-bottom: 25px;
}
.section-title-2 i {
  margin-right: 20px;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .slider img {
    /*max-width: 100%;
  display: none;
  width: auto;*/
    height: auto;
    /*
  object-fit: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);*/
  }
  .slider-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
}
/*/*recipe details page end}*/

/*recipe list page start*/

/*
-- Blog Section
---------------------------- */

/*sidebar start*/

.blog-area {
  width: 100%;
  height: auto;
  margin-top: 4%;
}
.post-grid2 {
  width: 50%;
  height: auto;
  float: left;
  padding: 0px 15px;
  margin-bottom: 30px;
}
.sidebar {} .sidebar-right {} .widget-area {
  width: 100%;
  height: auto;
  margin-bottom: 55px;
}
.widget-header {} .widget-tittle {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #303030;
  text-transform: capitalize;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin: 0;
}
.sidebar-list {} .collapse.in {
  display: block;
}
.sidebar-list ul {
  margin: 0;
  padding: 0;
}
.sidebar-list li {
  width: 100%;
  margin: 0;
  padding: 10px 0px;
  border-bottom: 1px solid #cccccc;
  list-style: none;
}
.sidebar-list li:last-child {
  border-bottom: 0px;
}
.categories-list {} .sidebar-list a {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #606060;
  text-transform: capitalize;
}
.sidebar-list span {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #606060;
  float: right;
}
.sub-list {
  padding: 6px 0px 6px 30px!important;
}
.widget-body {} .post-item {
  width: 100%;
  height: auto;
  position: relative;
}
.recent-post-feature {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 26px;
  left: 0px;
}
.recent-post-feature img {
  width: 100%;
  height: 100%;
}
.post-contant {
  padding: 12px 0px 3px 90px;
}
.recent-post-title {
  width: 100%;
  height: auto;
  line-height: 0;
  margin-bottom: 2px;
}
.recent-post-title a {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  color: #303030;
}
.widget-post-meta {
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}
.widget-post-meta a {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #606060;
  text-transform: capitalize;
}
.post-contant p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  color: #606060;
  margin: 0;
}
.archive-list {} .tweets-list {} .tweets-list a {
  width: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #08ada7;
  float: left;
  margin-right: 5px;
}
.tweets-list p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  color: #606060;
  margin-bottom: 10px;
}
.tweets-meta {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0;
  color: #606060;
  margin-bottom: 5px;
}
.tag-cloud {
  width: 100%;
  height: auto;
  padding: 20px 0px!important;
  border-bottom: 1px solid #cccccc;
}
.tag-cloud li {
  width: auto;
  height: auto;
  display: inline-block;
  border: 0px;
}
.tag-cloud li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  color: #303030;
  text-transform: capitalize;
  border: 1px solid #cccccc;
  padding: 5px 11px;
  margin-right: 5px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tag-cloud li a:hover {
  background-color: #08ada7;
  color: #fff!important;
}
/*sidebar end*/

/*right side start*/

.blog-masonary {
  width: 100%;
}
.post-body {} .post-caption {
  width: 100%;
  padding: 28px 0px 30px 0px;
  position: relative;
}
.post-heading {
  line-height: 0;
  margin-bottom: 5px;
}
.post-heading a {
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #303030;
  text-transform: capitalize;
}
.post-meta {
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0;
  color: #606060;
}
.post-sticker {
  position: absolute;
  width: auto;
  height: auto;
  top: 28px;
  left: 70px;
  border-radius: 5px;
  text-align: center;
  background-color: #ffc064;
}
.post-sticker small {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  padding: 5px 11px;
}
.post-sticker .month {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #303030;
  margin: 0;
  padding: 3px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*pagination start*/

.pagination-area {
  display: table;
}
.pagination {
  margin: 0px 5px 25px 5px;
  display: flex;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 14px;
  padding: 4px 10px;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 0px;
  color: #606060;
  margin-right: 12px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
  padding: 2px 10px;
  font-size: 18px;
}
.pagination > .active > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #ffc064!important;
  border: 1px solid #000;
  color: #fff!important;
}
.pagination > li:last-child > a {
  margin-right: 0;
}
/*pagination end*/

@media (max-width: 991.98px) {
  .post-sticker {
    left: 0px;
  }
  .post-caption {
    width: 100%;
    padding: 28px 0px 30px 10px;
  }
}
@media (max-width: 575.98px) {
  .post-sticker {
    left: 95px;
  }
  .post-caption {
    width: 100%;
    padding: 28px 0px 30px 10px;
  }
  .post-grid2 {
    width: 100%;
  }
}
/*@media (max-width: 500px) {
  .post-sticker {
    left: 50px;
}
}*/

@media (max-width: 450px) {
  .post-sticker {
    left: 80px;
  }
}
@media (max-width: 410px) {
  .post-sticker {
    left: 65px;
  }
}
@media (max-width: 380px) {
  .post-sticker {
    left: 50px;
  }
}
/*recipe list page end*/

---------------------------------
/*- Content page start*/

--------------------------------- .about-area {
  width: 100%;
  height: auto;
}
.about-area-inner {
  background-color: #fafafa;
}
.about-slider {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-slider:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 1;
  background-color: #fafafa;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
}
.about-slider .item {} .about-content {} .about-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  color: #606060;
  margin-bottom: 25px;
}
/*owl-carousel .owl-item start*/

.owl-carousel .owl-item img {
  width: 100%;
  height: auto;
  max-width: none;
}
.owl-dots {
  width: 100%;
  position: absolute;
  height: 30px;
  text-align: center;
  bottom: 83px;
}
.owl-dot {
  background: transparent;
  width: 30px;
  height: 5px;
  background: #303030;
  display: inline-block;
  margin: 0px 8px;
}
.owl-dot.active {
  background-color: #07aca7!important;
}
/*owl caroulsel end*/

.text-bold {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #606060;
}
.section-tittle-area-1 {
  width: 100%;
  height: auto;
  margin: 55px 0px 25px;
}
.section-tittle-area-2 {
  width: 100%;
  height: auto;
  margin: 17px 0px 50px;
}
.section-tittle-area-3 {
  width: 335px;
  height: 100%;
  text-align: center;
  -webkit-transform: translate(-105px, 65%) rotate(-90deg);
  -moz-transform: translate(-105px, 65%) rotate(-90deg);
  -o-transform: translate(-105px, 65%) rotate(-90deg);
  transform: translate(-105px, 65%) rotate(-90deg);
}
.section-tittle-area-3 p {
  width: 330px;
  height: auto;
  margin: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  color: #606060;
}
.section-tittle {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  color: #303030;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-tittle-area-4 {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 20px;
}
.section-tittle-area-4 p {
  width: 700px;
  height: auto;
  margin: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  color: #606060;
}
/*-- Fun Factor Section
---------------------------- */

*/ .fun-fact-area {
  width: 100%;
  height: auto;
}
.fun-fact-item {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.fun-fact-item img {
  margin-top: -20px;
  margin-bottom: 5px;
}
.counter-number {} .fun-fact-item span {
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0;
  color: #303030;
}
.fun-fact-item p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #606060;
  margin: 0;
}
/*-- Team Section
---------------------------- */

*/ .team-area {
  width: 100%;
  height: auto;
}
.team-member {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.team-header {
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.team-header img {
  width: 100%;
  height: auto;
}
.team-body {
  position: absolute;
  width: 238px;
  height: auto;
  top: 0px;
  left: 0px;
  padding: 0px 25px;
  opacity: 0;
  background-color: #fafafa;
  -webkit-transform: translateX(40px) rotateY(60deg);
  -moz-transform: translateX(40px) rotateY(60deg);
  -o-transform: translateX(40px) rotateY(60deg);
  transform: translateX(40px) rotateY(60deg);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 100;
}
.short-info {
  width: 100%;
  height: 100%;
  padding: 35px 0px 18px;
  border-bottom: 1px solid #ebebeb;
}
.member-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #303030;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.designation {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #606060;
  margin-bottom: 0;
}
.team-body p {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  color: #606060;
  padding: 25px 0px;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}
.social-profile {
  margin: 0;
  padding: 15px 0px;
}
.social-profile li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 0;
}
.social-profile a {
  font-size: 14px;
  line-height: 18px;
  color: #adadad;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.social-profile li:last-child {
  margin: 0;
}
.social-profile a:hover {
  color: #303030!important;
}
.team-footer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #fafafa;
  text-align: center;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.short-designation {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #606060;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 12px 0px;
}
.team-member:hover {
  overflow: visible;
}
.team-member:hover .team-header {
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  -o-transform: translateX(-70px);
  transform: translateX(-70px);
}
.team-member:hover .team-body {
  opacity: 1;
  -webkit-transform: translateX(80px) rotateY(0deg);
  -moz-transform: translateX(80px) rotateY(0deg);
  -o-transform: translateX(80px) rotateY(0deg);
  transform: translateX(80px) rotateY(0deg);
}
.team-member:hover .team-footer {
  opacity: 0;
}
/*-- Testimonials Section
---------------------------- */

*/ .testimoniols-area {} .testimoniol-carousel {} .testimoniol-carousel .item {
  background-color: #fafafa;
  position: relative;
  margin-left: 55px;
}
.client-img {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: -50px;
  transform: translateY(43%);
}
.client-img img {
  width: 100px!important;
  height: 100px!important;
  border-radius: 50%;
  border: 3px solid rgba(227, 227, 228, 0.62);
}
.client-details {
  padding: 30px 30px 35px 80px;
}
.client-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: #303030;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.text-thin {
  font-weight: 300;
}
.client-details p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  color: #606060;
  margin: 0;
  position: relative;
  z-index: 1;
}
.client-details p:after {
  position: relative;
  font-family: FontAwesome;
  content: "\f10e";
  color: #dadada;
  font-size: 24px;
  line-height: 22px;
  margin: 0;
  bottom: -10px;
  right: -12px;
}
.testimonial-carousel .owl-dots {
  position: relative;
  bottom: 0;
  margin-top: 25px;
}
.testimonial-carousel .owl-dot {
  background-color: #ebebeb;
}