/*!
Theme Name: Big Sur Bakery
Theme URI: https://fuelistdigital.com
Author: Fuelist Digital
Author URI: https://fuelistdigital.com
Description: Custom Build for Big Sur Bakery
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fuelist_gutenberg_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@font-face {
  font-family: kefa;
  src: url(https://staging.bigsurbakery.com/wp-content/themes/big-sur-bakery-theme/assets/fonts/Kefa.ttf);
}

body {
  background: #fff;
  font-family: "Libre Franklin", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: kefa;
  font-weight: 400;
}

body .customContainer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

body .buttonbsb {
  text-decoration: none;
  padding: 14px 26px;
  text-align: center;
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
}

body .imgFull {
  width: 100%;
}

/*header*/
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation #primary-menu > li {
  display: flex;
  height: 100%;
  align-items: center;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.nav-contact a {
  padding: 0 27px;
  height: 47px;
  display: inline-flex;
}

.main-navigation .menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  background: white;
}

.main-navigation .menu-item-has-children > a {
  display: flex;
}

.main-navigation .menu-item-has-children .sub-menu > li {
  padding: 5px 10px;
}

.main-navigation .menu-item-has-children .sub-menu > li:last-child {
  margin-bottom: 0;
}

.main-navigation .menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.05029 4.9379L6.99988 9.88749L11.9495 4.9379L11.124 4.11249L6.99988 8.23782L2.87513 4.11249L2.05029 4.9379Z' fill='%233E3833'/%3E%3C/svg%3E%0A");
  position: relative;
  margin-left: 0.75px;
  transform: translateY(10%);
}

@media (max-width: 1179px) {
  .main-navigation .menu-item-has-children > a::after {
    position: absolute;
    right: 0;
    pointer-events: none;
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.btn-hamburger {
  padding: 30px;
  margin-left: auto;
  border: none;
  outline: none;
  box-shadow: none;
}

.btn-hamburger svg {
  display: block;
}

.outside-view {
  position: absolute;
  left: -9999px;
}

.btn:hover {
  text-decoration: none;
  cursor: pointer;
}

.main-navigation {
  display: none;
}

.main-navigation .menu-item-has-children .sub-menu {
  padding: 10px;
}

.main-navigation .menu-item-has-children .sub-menu > li {
  width: 100%;
  padding: 0;
}

.main-navigation .menu-item-has-children .sub-menu > li > a {
  padding: 0.625px 0;
}

.main-navigation .menu-item-has-children .sub-menu > li:last-child {
  border-bottom: none;
}

.mobile-menu-toggle {
  margin-left: auto;
  background-color: transparent;
}

.main-navigation .menu-item-has-children .sub-menu > li:hover a {
  color: var(--light-gold);
  text-decoration: none;
}

.contact-item a {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 1180px) {
  .site-header .btn-hamburger {
    display: none;
  }

  .main-navigation {
    display: flex;
    justify-content: end;
  }

  .main-navigation .menu-item-has-children .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #dfdcd9;
  }

  .menu {
    display: flex;
  }
}

.site-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 10px 30px;
  z-index: 6;
  background: #fff;
}

.main-navigation ul ul a {
  min-width: max-content;
  width: auto;
}

header {
  box-shadow: 0px 8px 11px rgba(73, 73, 73, 0.06);
}

@media screen and (max-width: 1023px) {
  nav.site-navigation {
    position: absolute;
  }
}

.site-branding a {
  position: relative;
  display: block;
}

.site-branding img {
  display: block;
  max-width: 200px;
  height: auto;
}

.main-navigation #primary-menu > .menu-item > a,
.main-navigation .menu-item-has-children .sub-menu > li > a {
  text-transform: capitalize;
}

@media (max-width: 1179px) {
  .site-header {
    padding: 10px;
  }

  .site-branding {
    max-width: 175px;
    padding: 20px 30px;
  }
}

.main-navigation #primary-menu {
  margin: 0 auto;
  display: flex;
  gap: 66px;
  justify-content: space-around;
}

.site-header .nav-contact {
  display: flex;
  align-items: center;
}

.site-header .nav-contact > a:first-child {
  display: flex;
  align-items: center;
}

.site-header .nav-contact > a:first-child > div {
  display: flex;
  flex-direction: column;
}

.site-header .nav-contact > a:first-child svg {
  align-self: flex-start;
  margin-top: 5px;
  margin-right: 0.75px;
  width: 20px;
  height: auto;
}

.main-navigation li a {
  color: var(--primary-paragraph-color);
}

@media (max-width: 1301px) {
  .site-header .nav-contact > a:first-child > div {
    display: none;
  }

  .post-main-title {
    font-size: 42px !important;
    font-weight: 400;
    line-height: 52px !important;
  }

  .main-navigation #primary-menu {
    gap: 10px;
  }
}

@media (min-width: 1180px) {
  .main-navigation .menu-item-has-children .sub-menu {
    border-radius: 4px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    min-width: 280px;
  }

  .main-navigation #primary-menu > li:hover > a,
  li a:hover,
  p a{
    color: #957d59;
    text-decoration: underline;
  }

  .main-navigation #primary-menu > li > a,
  .main-navigation #primary-menu > li > a::after {
    transition: 0.2s ease-in-out;
  }

  .main-navigation .menu-item-has-children > a::after {
    margin-left: 0.55px;
  }

  .main-navigation #primary-menu > li:hover > a::after {
    transform: rotate(180deg);
  }

  .main-navigation #primary-menu > .menu-item > a {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-icon-open {
  display: none;
}

.mobile-menu-toggle[aria-expanded="false"] .hamburger-icon-close {
  display: none;
}

@media (min-width: 1180px) {
  .hide-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .dualForm{
    display: block !important;
  }

  #post-203 .sectionTitle{
    padding-bottom: 0 !important;	
  }

  #contactUs .rightPart .dualForm .inputLeft,
  #contactUs .rightPart .dualForm .inputRight {
    width: 100% !important;
  }
	
  #contactUs .rightPart label {
    margin: 20px 0 !important;
  }
}

@media (max-width: 1179px) {
  .sectionTitleText {
    font-size: 42px !important;
    line-height: 52px !important;
  }

  .hide-mobile {
    display: none;
  }

  .site-branding {
    z-index: 3;
  }

  .main-navigation {
    position: relative;
  }

  .main-navigation .menu-item-has-children > a::after {
    margin-left: auto;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .site-header .nav-contact > a:first-child > div {
    display: flex;
  }

  .main-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }

  #primary-menu {
    padding: 30px;
  }

  .main-navigation .menu > ul > li {
    margin-bottom: 20px;
    text-align: center;
  }

  .nav-contact {
    margin-top: 10px;
  }

  .menu {
    width: 100%;
  }

  .main-navigation #primary-menu {
    width: 100%;
    align-items: flex-start;
    margin: 0;
  }

  .main-navigation #primary-menu > li {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 15px;
    padding-bottom: 5px;
    height: auto;
    width: 100%;
    text-align: left;
  }

  .main-navigation #primary-menu > li .sub-menu {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    top: 0;
    height: 0px;
    background: transparent;
    box-shadow: none;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
  }

  .main-navigation #primary-menu > li .sub-menu-open {
    margin-top: 10px;
  }

  .main-navigation ul {
    flex-direction: column;
    align-items: center;
  }

  .site-header .nav-contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-navigation .menu-item-has-children .sub-menu > li {
    width: 100%;
  }

  .main-navigation .menu-item-has-children .sub-menu > li:last-child {
    border-bottom: none;
  }
}

.menu li a {
  color: var(--Nav-Items, #484848);
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

#bannerMain {
  padding: 167px 0;
  background-color: #363636;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#bannerMain .mainTitle {
  color: var(--Secondary-Beige, #f2f1ec);
  text-align: center;
  text-shadow: 0px 4px 84px rgba(0, 0, 0, 0.55);
  font-family: Kefa;
  font-size: 98px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px;
  /* 97.959% */
  letter-spacing: 5.88px;
}

#bannerMain .bannerBtn {
  text-align: center;
  padding-top: 60px;
}

#bannerMain .bannerBtn .bannerLeftBtn {
  color: #363636;
  background: #b1cad1;
  margin-right: 12px;
}

#bannerMain .bannerBtn .bannerRightBtn {
  margin-left: 12px;
  color: #706951;
  background: #f3e8d8;
}

.sectionTitle {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 0;
}

.sectionTitle .sectionTitleText {
  font-family: Kefa;
  font-size: 78px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px; /* 110.256% */
  letter-spacing: 4.68px; 
}

.sectionTitleText {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  /* 114.583% */
  text-transform: capitalize;
  color: #957d59;
  padding-bottom: 26px;
}

#workingHours #sectionTitle {
  padding-top: 90px;
}

#workingHours .hoursContainer {
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

#workingHours .hoursContainer .singleHours {
  width: 326px;
  background: #f2eade;
  text-align: center;
  padding-bottom: 42px;
  height: auto;
}

#workingHours .hoursContainer .singleHours .hourTitle {
  background: #d4c3ae;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 0;
  color: #484848;
}

#workingHours .hoursContainer .singleHours .innerBody {
  padding-bottom: 37px;
  padding-top: 46px;
}

#workingHours .hoursContainer .singleHours .innerBody p {
  color: #4a4a4a;
  text-align: center;
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

#workingHours .hoursContainer .singleHours .innerBody .close {
  padding-top: 25px;
}

#workingHours .hoursContainer .singleHours .buttonbsb {
  background: #b1cad1;
  color: #363636;
}

#workingHours .hoursContainer .singleHours:first-child .innerBody {
  padding-bottom: 61px;
}

#contentBoxOne .customContainerFullWidth {
  background-image: url(../images/blog-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

#contentBoxOne .customContainerFullWidth .detailContent {
  max-width: 400px;
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 0 0 auto;
}

#contentBoxOne .customContainerFullWidth .details {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 26px;
  padding-bottom: 33px;
}

#contentBoxOne .customContainerFullWidth .reservationBtn {
  background: #f3e8d8;
  color: #363636;
}

#contentBoxOne .leftSide {
  width: 50%;
  display: inline-flex;
  vertical-align: middle;
}

#contentBoxOne .leftSide .imgBlog {
  width: 100%;
}

#textWithImageContainer {
  display: inline-flex;
}

#contentBoxOne .rightSide {
  width: 48%;
  display: inline-flex;
  vertical-align: middle;
  padding-left: 160px;
  padding-right: 160px;
  max-width: 730px;
}

@media only screen and (max-width: 1500px) {
  #contentBoxOne .rightSide {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  #contentBoxOne .rightSide {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#contentBoxOne .rightSide p {
  color: #4a4a4a;
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  padding-top: 0;
  padding-bottom: 20px;
}

#contentBoxOne .rightSide p:last-child {
  padding-bottom: 40px !important;
}

@media only screen and (max-width: 768px) {
  .textWithImageContainer {
    display: flex !important;
    flex-direction: column-reverse;
  }

  #contentBoxOne {
    padding: 0 20px;
	padding-bottom: 50px !important;
  }

  #contentBoxOne .rightSide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.noPaddingTop {
  padding-top: 0 !important;
}

.noPaddingBottom {
  padding-bottom: 0 !important;
}

section + section {
  padding-top: 0;
}

#bannerMain + section {
  padding-top: 90px;
}

@media only screen and (min-width: 762px) {
  .reverse {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
  }

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

.textWithImageContainer .reservationBtn {
  margin-top: 30px;
}

#contentBoxOne .rightSide .reservationBtn { 
  background: #b1cad1;
  color: #363636;
}

#contentBoxOne .rightSide .reservationBtn:hover {
  background: #f3e8d8;
  color: #363636;
}

#bannerMain .bannerBtn .bannerRightBtn:hover {
  background: #b1cad1;
  color: #363636;
}

#workingHours .hoursContainer .singleHours .buttonbsb:hover {
  background: #d4c3ae;
  color: #363636;
}

#bannerMain .bannerBtn .bannerLeftBtn:hover {
  background: #f3e8d8;
}

#workingHours + #contentBoxOne {
  padding-top: 0;
}

.sectionBlogCommon .leftSide {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.sectionBlogCommon .leftSide .imgBlog {
  width: 100%;
}

.sectionBlogCommon .rightSide .details {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 26px;
  padding-bottom: 33px;
}

.sectionBlogCommon .rightSide .reservationBtn {
  background: #f3e8d8;
  color: #363636;
}

#branding .allBrands {
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#branding .allBrands .singleBrand {
  width: 24%;
  margin-bottom: 50px;
}

#branding .allBrands .singleBrand img {
  max-width: 100%;
}

#footer {
  padding: 47px 0;
  padding-bottom: 37px;
  background: #160e01;
  margin-top: -2px;
}

#footer .footerContent {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

#footer .singlePart {
  width: 25%;
  padding: 0 62px;
}

#footer .singlePart:first-child {
  padding-left: 0;
}

#footer .singlePart:last-child {
  padding-right: 0;
}

#footer .footerDetails {
  color: #dedede;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 26px 0;
}

#footer .socialLinks {
  display: flex;
  align-items: center;
}

#footer .socialLinks li {
  margin-right: 20px;
}

#footer .footerTitle {
  color: #f5f7f8;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 145.455% */
  text-transform: capitalize;
  padding-bottom: 20px;
}

#footer ul li {
  list-style: none;
  color: #cfcfcf;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

#footer .footerLinks li {
  padding-bottom: 10px;
}

#footer .footerLinks li a {
  color: #cfcfcf;
  text-decoration: none;
}

#footer .footerLinks li a:hover {
  text-decoration: underline;
}

#footer .address li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

#footer .address li img {
  padding-right: 05px;
}

#footer .openingTimes li {
  margin-bottom: 39px;
}

#footer .openingTimes h4 {
  color: #d1c4b0;
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

#copyright {
  background: #160e01;
  padding: 10px 0;
  border-top: 1px solid #292827;
}

#copyright .copyrightText {
  color: #cfcfcf;
  text-align: center;
  font-family: Libre Franklin;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.customFullWidthContainer {
  width: 100%;
}

#sectionBlogTwoFirst {
  margin-top: 40px;
}

#sectionBlogTwoFirst .rightSide {
  padding-right: 0;
  padding-left: 100px;
}

#sectionBlogTwoFirst .buttonbsb {
  background: #b1cad1;
}

#map {
  margin-top: 80px;
}

#map .customContainerFullWidth {
  width: 100%;
}

#map .customContainerFullWidth .imgMap {
  width: 100%;
}

.mtOff {
  margin-top: 0 !important;
}

#contactUs .fromController {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#contactUs .leftPart {
  width: 47%;
}

#contactUs .leftPart .contactTitle {
  color: #957d59;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  text-transform: capitalize;
}

#contactUs .leftPart .contactDetails {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

#contactUs .leftPart .call,
#contactUs .leftPart .locationTwo {
  color: #957d59;
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-family: Kefa;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  text-transform: capitalize;
}

#contactUs .leftPart .call img,
#contactUs .leftPart .locationTwo img {
  margin-right: 13px;
}

#contactUs .rightPart {
  width: 47%;
}

#contactUs .rightPart .dualForm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contactUs .rightPart .dualForm .inputLeft,
#contactUs .rightPart .dualForm .inputRight {
  width: 48%;
}

#contactUs .rightPart label {
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 10px 0;
  cursor: pointer;
  display: block;
}

#contactUs .rightPart input,
#contactUs .rightPart textarea {
  padding: 15px 12px;
  border: 1px solid #eee8d2;
  background: #fdfcf9;
  color: #b9ae9e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
  width: 100%;
}

#contactUs .rightPart .submitBtn {
  width: fit-content;
  margin-top: 20px;
  cursor: pointer;
  color: #4a4a4a;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #b1cad1;
  padding: 14px 18px;
}

#leatestNews .allNews {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#leatestNews .allNews .singleNews .thumbnil {
  width: 100%;
}

#leatestNews .allNews .singleNews .newsTitle {
  color: #957d59;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 15px;
}

#leatestNews .allNews .singleNews .newsTitle a {
  color: #957d59;
  text-decoration: none;
}

#leatestNews .allNews .singleNews .newsExcerpt {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

#leatestNews .allNews .singleNews {
  max-width: 31.5%;
  margin-bottom: 60px;
}

#pagination {
  margin-bottom: 20px;
}

#pagination .paginationCtrl {
  text-align: center;
}

#pagination .paginationCtrl .paginationList {
  display: flex;
  justify-content: center;
  align-items: center;
}

#pagination .paginationCtrl .paginationList li {
  list-style: none;
  margin: 0 05px;
}

#pagination .paginationCtrl .paginationList li a {
  display: inline-block;
  padding: 04px 13px;
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

#pagination .paginationCtrl .paginationList li .active {
  background: #b49d7b;
  color: #fff;
}

#artical .articalHeader {
  padding-top: 110px;
}

#artical .articalHeader .date {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

#artical .articalHeader .articalTitle {
  color: #957d59;
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8;
  font-variant: small-caps;
  letter-spacing: 0.468px;
  padding-top: 11px;
}

.articalBody {
  padding-top: 55px;
}

.articalBody .articalDetails {
  color: #4a4a4a;
  font-family: Libre Franklin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

#viewMenu .viewMenuContents {
  max-width: 820px;
  margin: 0 auto;
  margin-top: -30px;
}

#viewMenu .viewMenuContents .contentCommon {
  margin-bottom: 25px;
}

#viewMenu .viewMenuContents .contentCommon h5 {
  color: #7c6e59;
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
}

#viewMenu .viewMenuContents .contentCommon p {
  color: #4a4a4a;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

#allMenuItems {
  margin-top: 50px;
}

#allMenuItems .singleMenuList {
  max-width: 974px;
  margin: 0 auto;
  margin-bottom: 71px;
}

#allMenuItems .singleMenuList .menuHeader {
  background: #d4c3ae;
  padding-top: 10px;
  padding-bottom: 15px;
}

#allMenuItems .singleMenuList .menuHeader h3 {
  color: #484848;
  text-align: center;
  font-family: Kefa;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 996px) {
  #allMenuItems .singleMenuList .menuHeader h3 {
    line-height: 38px;
	margin-bottom: 20px;
	padding-left: 30px;
    padding-right: 30px;
  }

  #allMenuItems .singleMenuList .menuHeader {
    background: #d4c3ae;
    padding-top: 30px;
    padding-bottom: 30px;
  }
	
	.menuBodyInner{
      padding-bottom: 10px;
	}
	
	#allMenuItems .singleMenuList {
      margin-bottom: 40px !important;
    }
}

#allMenuItems .singleMenuList .menuHeader .time {
  color: var(--Paragraph, #4a4a4a);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

#allMenuItems .menuBodyInner {
  background: #f2eade;
}

#allMenuItems .menuBodyInner .singleItem {
  border-bottom: 1px solid #d4c3ae;
  width: 80%;
  margin-left: 10%;
}

#allMenuItems .menuBodyInner .singleItem h3 {
  color: var(--Earth, #7c6e59);
  text-align: center;
  font-family: Libre Franklin;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 175% */
  text-transform: capitalize;
  padding-top: 32px;
}

#allMenuItems .menuBodyInner .singleItem p {
  color: #4a4a4a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 22px;
  line-height: 26px;
}

.inMenuContentbox {
  margin: 50px 0;
}

#visitUsBody {
  text-align: center;
}

#visitUsBody .addressDetails {
  max-width: 590px;
  margin: 0 auto;
}

#visitUsBody .addressDetails .locationDetails {
  color: #957d59;
  text-align: center;
  font-family: Kefa;
  font-size: 28px;
  font-style: normal;
  padding-top: 10px;
  font-weight: 700;
  line-height: 38px;
  text-transform: capitalize;
}

#visitUsBody .addressDetails p {
  color: #4a4a4a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 30px;
  padding-bottom: 10px;
}

#visitUsBody .addressDetails .callUsDirecly {
  color: #4a4a4a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

#visitUsBody .addressDetails .callUsDirecly b {
  color: #b49d7b;
}

#visitUsBody .addressDetails .dualBtnsCtrl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 37px;
}

#visitUsBody .addressDetails .dualBtnsCtrl .btnOne {
  background: #b1cad1;
}

#visitUsBody .addressDetails .dualBtnsCtrl .btnTwo {
  display: flex;
  align-items: center;
  color: #957d59;
}

#mobileMenu {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 7px;
  }

  #branding .allBrands .singleBrand img {
    max-width: 80%;
  }

  #footer .singlePart {
    padding: 0;
  }

  .footerLogo {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }

  #bannerMain .mainTitle {
    font-size: 68px;
    font-weight: 400;
    line-height: 80px;
    /* 97.959% */
    letter-spacing: 3.88px;
  }

  #bannerMain .bannerBtn {
    display: block;
    width: 80%;
    margin-left: 10%;
  }

  #bannerMain .bannerLeftBtn {
    display: block;
    margin-right: 0 !important;
  }

  #bannerMain .bannerRightBtn {
    display: block;
    margin-left: 0 !important;
    margin-top: 20px !important;
  }

  html {
    font-size: 7.5px;
  }

  body .customContainer,
  .customContainer {
    padding: 0 20px;
  }

  #workingHours .hoursContainer .singleHours {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  #workingHours .hoursContainer {
    max-width: 100%;
    display: block;
    align-items: center;
  }

  #contentBoxOne .leftSide {
    width: 100%;
    display: block;
  }

  #contentBoxOne .rightSide {
    width: 100%;
    display: block;
    padding-bottom: 40px;
  }

  .sectionBlogCommon .rightSide {
    width: 100%;
    display: block;
    padding: 0;
  }

  .sectionBlogCommon .leftSide {
    width: 100%;
    display: block;
    padding: 0;
  }

  #branding .allBrands .singleBrand {
    width: 50%;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer .singlePart {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
  }

  #footer .footerContent {
    display: block;
  }

  .footerLogo {
    width: 250px;
  }

  #leatestNews .allNews .singleNews {
    max-width: 48.5%;
    margin-bottom: 60px;
  }

  #sectionBlogTwoFirst .rightSide {
    padding-right: 0;
    padding-left: 0;
  }

  #artical .articalHeader .articalTitle {
    font-size: 50px;
  }

  #contactUs .leftPart {
    width: 100%;
  }

  #contactUs .rightPart {
    width: 100%;
    padding-top: 50px;
  }

  #contactUs .fromController {
    display: block;
  }

  #header {
    display: none;
  }

  #mobileMenu {
    display: block;
    background: #fff;
    padding: 10px 05px;
  }

  #mobileMenu .menuHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #mobileMenu .menuHeader .mobileLogo {
    width: 300px;
  }

  #mobileMenu .menuHeader .menuOpenBtn {
    cursor: pointer;
    background: transparent;
    border: none;
    padding: none;
  }

  #mobileMenu .menuHeader .menuOpenBtn img {
    width: 55px;
  }

  .menuItemsMobile {
    height: 0;
    background: #fff;
    overflow: hidden;
    transition: 0.3s all linear ease-in-out;
    -webkit-transition: 0.3s all linear ease-in-out;
    -moz-transition: 0.3s all linear ease-in-out;
    -ms-transition: 0.3s all linear ease-in-out;
    -o-transition: 0.3s all linear ease-in-out;
  }

  .menuItemsMobile .navItems {
    transition: 0.3s all linear ease-in-out;
    -webkit-transition: 0.3s all linear ease-in-out;
    -moz-transition: 0.3s all linear ease-in-out;
    -ms-transition: 0.3s all linear ease-in-out;
    -o-transition: 0.3s all linear ease-in-out;
  }

  .menuItemsMobile .navItems li {
    list-style: none;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #160e01;
  }

  .menuItemsMobile .navItems li a {
    color: #160e01;
    text-decoration: none;
  }
}

.pageTitle {
  padding-top: 90px;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  width: 30px;
  height: 34px;
  margin: 0 5px;
  color: var(--paragraph-color);
  line-height: 34px;
  font-family: Libre Franklin;
  font-weight: 400;
  font-size: var(--fs-18);
}

.pagination .nav-links .page-numbers svg {
  position: relative;
  top: 2px;
}

.pagination .nav-links .page-numbers svg path {
  stroke: #444;
}

.pagination .nav-links .page-numbers:hover svg path {
  stroke: #fff;
}

.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:hover {
  background: #b49d7b;
  color: #fff;
}

.callUsDirecly {
  padding-top: 11px !important;
  padding-bottom: 0 !important;
}

.callUsDirecly a {
  color: var(--Titles, #957d59);
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

#branding {
  padding-bottom: 40px;
}

textarea,
input {
  margin-top: 10px !important;
}

textarea {
  height: 227px !important;
}
.wpcf7-submit {
  text-align: center;
  font-family: Libre Franklin !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  padding: 14px 26px !important;
  width: auto !important;
  background: #b1cad1 !important;
  color: #4a4a4a !important;
  border: 1px solid #b1cad1 !important;
  margin-top: 36px !important;
  text-transform: unset;
  cursor: pointer;
}
.wpcf7-submit:hover {
  background: #f3e8d8 !important;
  border: 1px solid #f3e8d8 !important;
}

.contactDetails {
  margin-top: 26px;
}

.location_2 {
  margin-top: -20px;
}

@media only screen and (max-width: 969px) {
  .mobiletop {
    padding-top: 40px !important;
  }

  #subBanner{
    height: 20rem !important;
  }
	
  .pageTitle {
    padding-top: 50px  !important;
  }

  .text-with-image{
    padding: 0 20px;
  }
}

#contactUs {
  padding-top: 0;
}

.blog-container .row {
  display: flex;
  padding: 0;
}

.post-css {
  padding: 85px 2rem;
}

.listing-post .row article {
  padding: 0 20px 50px 20px;
}

.blog-row .column {
  display: block;
  width: 100%;
  margin-left: 0;
}

@media only screen and (min-width: 991px) {
  .blog-row {
    flex-direction: row;
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }

  .blog-row .column.column-33,
  .blog-row .column.column-34 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.blog-row img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.post-css .date {
  padding-bottom: 4px;
  padding-top: 10px;
  color: #919191;
  line-height: 26px;
  font-family: "Barlow";
  font-size: 14px;
}

.blog-container .entry-content {
  margin-top: 10px;
}

.blog-container a:hover {
  color: var(--primary-red);
}

.blog-container {
  max-width: 1180px;
  margin: auto;
}

.blog-container .entry-title a {
  color: #957d59 !important;
  font-family: Kefa;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 125% */
  text-transform: capitalize;
}

.blog-container .entry-title {
  margin-top: 20px !important;
}

.blog-container p {
  color: #4a4a4a;
  /* Text */
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.core-block h2 {
  color: #957d59;
  font-family: Kefa;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 125% */
  text-transform: capitalize;
}

.core-block h3 {
  color: #957d59;
  font-family: Kefa;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.core-block h4 {
  color: #957d59;
  font-family: Kefa;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.core-block h5 {
  color: #957d59;
  font-family: Kefa;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.core-block h6 {
  color: #957d59;
  font-family: Kefa;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.core-block p,
.core-block ul,
.core-block ol {
  color: var(--Paragraph, #4a4a4a);
  font-family: Libre Franklin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.core-block ul {
  margin-left: 40px;
  margin-bottom: 20px;
  list-style: disc;
}

.core-block ol {
  margin-left: 40px;
  margin-bottom: 20px;
}

.core-block td {
  color: var(--Paragraph, #4a4a4a);
  font-family: Libre Franklin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.core-block p {
  margin-bottom: 10px;
}

.core-block table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-main-title {
  margin-bottom: 55px;
}

@media only screen and (max-width: 600px) {
  .post-main-title {
    font-size: 38px;
    line-height: 50px;
  }
  .post-main-title {
    margin-bottom: 35px;
  }
}

.timing-note {
  color: #4a4a4a;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

footer a {
  color: #cfcfcf;
  line-height: 32px;
}

footer a:hover,
#footer .footerLinks li a:hover {
  color: #957d59;
}

.reverse .buttonbsb {
  background: #f3e8d8 !important;
  color: #363636;
}

.reverse .buttonbsb:hover {
  background: #b1cad1 !important;
  color: #363636;
}

.reverse .button {
  background: #f3e8d8 !important;
  color: #363636;
}

.reverse .button:hover {
  background: #b1cad1 !important;
  color: #363636;
}

.blogbg{
	height: 304px;
	background-size: cover !important;
	background-position: center !important;
}

 @media only screen and (max-width: 996px) {
  .blogbg{
    height: 400px !important;
  }
}

 @media only screen and (max-width: 767px) {
  .blogbg{
    height: 280px !important;
  }
}

.hoursContainer2{
  margin-top: 30px !important;
}