html {
    overflow-y: auto;
    margin: 0 !important;
    margin-top: 0 !important;
}
div#wpadminbar {
    display: none;
}
.slick-prev:focus, .slick-next:focus{
  background: #ffffff !important;
}
/* .aos-animate{
  display: none;;
} */

#slider .owl-carousel .owl-item img{
  width: 100% !important;
}

button.owl-dot {
  border-radius: 50%;
}
.owl-nav button {
  z-index: 3;
  cursor: pointer !important;
}
.task-inner .main-task-inner-wrapper:nth-child(1).aos-animate{
  animation-name: fade-right !important;
  visibility: visible;
  animation-duration: 0s;
  transition-delay: 0s !important;
}
.task-inner .main-task-inner-wrapper img.arrow-img:nth-child(2){
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 1s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(2).aos-animate{
  -webkit-animation-name: fade-up;
  animation-name: fade-up !important;
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 2s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(3).aos-animate{
  -webkit-animation-name: fade-down;
  animation-name: fade-down !important;
  visibility: visible;
  animation-duration: 3s;
  transition-delay: 3s !important;
}

@-webkit-keyframes shine {
  from {-webkit-mask-position: 150%; } to {-webkit-mask-position: -50%; }
}
/* ------------------ Testimonials ----------------  */

#testimonials .testimonials-head{
  text-align: center;
  margin-bottom: 0rem;
}
#testimonials .testimonials-head h3{
  letter-spacing: 0px;
}
#blog .blog-head h3
{
  letter-spacing: 0px;
}
.blog-share{
  float: right;
  cursor: pointer;
}
.blog-share i{
  font-size: 24px;
  color: #4bcdfc;
}
.blog-share{
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
    border-radius: 8px 0px;
    margin-top: -10px;
}
.blog-share:hover{
  border: 1px solid #4bcdfc;
}
.blog-share-icon {
  margin-top: 7em;
  margin-left: -10em;
  margin-bottom: -2em;
}
.blog-share-icon a {
  margin-right: 5px;
  background-color: var(--heading-text-color);
  padding: 8px;
  border-radius: 5px 0px;
}
.blog-share-icon a:hover {
    background-color: #4bcdfc;
    color: var(--heading-text-color);
}
.blog-comments i {
    color: #4bcdfc;
}
.blog-comments span{
  font-size: 13px;
}
.blog-contents:hover {
  background-size: cover;
}
#blog .owl-carousel .owl-dot, #our-clients .owl-carousel .owl-dot {
  padding: 4px;
  padding: 5px;
  border: none;
  margin-right: 9px;
  background-color: #d9d9d9;
}
.shortcode_text{
  margin-top: 3%;
  color: #9d9d9e;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

button.owl-next.disabled, button.owl-prev.disabled {
  background: #bbb;
}


                                            /* My Custom Css */

/* Heading And Sub Heading */
.c-headings h2,.dod-head h2,.bs-head h2,h2.service-head,.tt-head h2,h2.choice-head,h2.dessert-heading,.blog-heading h2,.testi-headigs h2,h2.insta-heading {
  font-family: Cormorant Garamond;
  font-size: 64px;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  padding: 0;
}
.c-headings,.dod-head,.bs-head,h2.service-head,.tt-head h2,h2.choice-head,h2.dessert-heading,.blog-heading,h2.insta-heading {
  padding-bottom: 30px
}

/* Slider */
.banner-img {
  width: 100%;
}
.slider-inner-wrapper {
  position: relative;
}
.slider-contant {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #ffffff;
  width: 100%;
  max-width: 43%;
  padding: 38px 70px 38px 105px;
}
h1.slider-head {
  font-family: Cormorant Garamond;
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  padding: 0;
  text-transform: uppercase;
}
p.slider-text {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin: 0;
  padding: 21px 0 38px 0;
  width: 100%;
  max-width: 95%;
}
a.slider-btn {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
a.slider-btn {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  width: 100%;
  max-width: 180px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CBAB00;
}
img.slide-right {
  position: absolute;
  top: -39px;
  right: 0;
  height: 580px;
  width: auto !important;
}
img.slide-top {
  position: absolute;
  top: 0;
  left: 38px;
}
img.slide-bottom {
  position: absolute;
  bottom: 0;
  left: 41px;
}

/* Categories */
section#c-section {
  background-size: contain;
}
.c-box {
    display: flex;
    justify-content: space-between;
    gap:10px;
}
.c-contents {
  position: relative;
  padding: 0 10px;
}
.c-image {
    text-align: center;
}
h6.c-title {
  text-align: center;
}
h6.c-title a {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #444444;
}

/* Deal of the Day */
.dod-tab-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dod-p-img {
  text-align: center;
}
.dod-product-tab {
  text-align: center;
  padding: 0 13px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #000000;
  cursor: pointer;
  transition: all 1s linear;
  height: 262px !important;
}
.dod-product-tab.dod-active {
    border-bottom: 3px solid #000000;
}
.dod-title {
  padding: 30px 0 35px 0;
}
.dod-title a {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #000000;
}
.dod-product-tab p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #606060;
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
}
.dod-content-wrap .row {
  align-items: center;
}
.dod-ingredient,.dod-preparation {
  padding-bottom: 30px;
}
.dod-ingredient h4,.dod-preparation h4,.dod-price h4{
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  color: #000000;
  padding: 0;
}
.dod-ingredient p,.dod-preparation p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #606060;
  margin: 0;
  padding-top: 15px;
}
.dod-price {
  display: flex;
  align-items: center;
}
.dod-price del bdi {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #606060;
  padding-left: 20px;
}
.dod-price ins bdi {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #000000;
  padding-left: 20px;
}
.dod-shop-btn a {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: #fff;
  width: 100%;
  max-width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CBAB00;
  border-radius: 50px;
  margin-top: 50px;
  background: #CBAB00;
}

/* Best Seller */
section#best-selling {
    padding-bottom: 140px;
}
.bs-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.bs-wrap {
  background: #ffffff;
  border-radius: 30px;
}
.bs-images img {
  width: 100%;
}
span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.cw svg#yith-wcwl-icon-heart-outline {
    width: 18px;
}
.bs-text-div {
  text-align: center;
  padding: 20px 0;
}
h5.bs-title a {
  font-size: 20px;
  font-family: 'Open Sans';
  line-height: 30px;
  color: #181518;
  font-weight: 400;
}
.bs-text-div p {
  font-size: 16px;
  font-family: 'Open Sans';
  color: #181518;
  line-height: 20px;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
}
.bs-price span bdi {
  font-size: 20px;
  font-family: 'Open Sans';
  line-height: 30px;
  color: #181518;
  font-weight: 400;
}
.bs-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding-top: 5px;
}
.bs-rating i {
  font-size: 16px;
  color: #CBAB00;
}
.bs-rating .star-rating span {
  font-size: 14px;
  font-family: 'Open Sans';
  color: #181518;
  padding-left: 10px;
  font-weight: 400;
}
.yith-wcwl-add-button span {
  display: none;
}
a.add_to_wishlist i {
  margin: 0
}
.bs-cart-btn a {
  font-size: 0;
}
.bs-cart-btn a:before {
  content: '\f290';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
}
.bs-wishlist,.bs-cart-btn {
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 5px
}
.bs-images {
  position: relative;
}
.cw {
  position: absolute;
  top: 20px;
  right: 10px;
}

/* Video */
.v-video{
  position: relative;
  text-align: center;
}
.video-img {
  position: absolute;
  transition: all 0.3s;
  left: 0;
  width: 100%;
  height: 100%;
}
img.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  z-index: 1;
}
.v-overlay {
  background: #000000B2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Services */
.service-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.service-cw {
  background: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
}
.service-text {
  display: flex;
  align-items: center;
}
.service-text h3 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #606060;
  width: 100%;
}
.service-cw p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  padding-top: 20px;
}

/* Tasty Treasure */
.tt-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.tt-wrap {
  background: #ffffff;
  border-radius: 30px;
}
.tt-images img {
  width: 100%;
}
.tt-text-div {
  text-align: center;
  padding: 20px 0;
}
h5.tt-title a {
  font-size: 20px;
  font-family: 'Open Sans';
  line-height: 30px;
  color: #181518;
  font-weight: 400;
}
.tt-text-div p {
  font-size: 16px;
  font-family: 'Open Sans';
  color: #181518;
  line-height: 20px;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
}
.tt-price span bdi {
  font-size: 20px;
  font-family: 'Open Sans';
  line-height: 30px;
  color: #181518;
  font-weight: 400;
}
.tt-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding-top: 5px;
}
.tt-rating i {
  font-size: 16px;
  color: #CBAB00;
}
.tt-rating .star-rating span {
  font-size: 14px;
  font-family: 'Open Sans';
  color: #181518;
  padding-left: 10px;
  font-weight: 400;
}
.yith-wcwl-add-button span {
  display: none;
}
a.add_to_wishlist i {
  margin: 0
}
.tt-cart-btn a {
  font-size: 0;
}
.tt-cart-btn a:before {
  content: '\f290';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
}
.tt-wishlist,.tt-cart-btn {
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 5px
}
.tt-images {
  position: relative;
}
.cw {
  position: absolute;
  top: 20px;
  right: 10px;
}


/* Single Product */
.sp-wrap .row {
  align-items:center;
}
.sp-text-div {
  text-align: center;
  padding: 39px 0;
}
.sp-images {
  text-align: center;
}
h4.sp-tag {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  color: #CBAB00;
  padding: 0;
}
h3.sp-title a {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #fff;
}
h3.sp-title {
  padding: 20px 0 30px;
}
.sp-price {
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
}
.sp-q-as p,.sp-q-as span {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #ffffff;
  margin: 0
}
.sp-q-as span {
  color: #CBAB00;
}
.sp-q-a p,.sp-q-a span {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #ffffff;
  margin: 0
}
.sp-q-a span {
  color: #CBAB00;
}
.sp-quantity {
  padding: 40px 0;
}
.sp-q {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 15px;
}
.sp-q-blank {
  width: 100%;
  max-width: 60%;
  height: 10px;
  margin: 0 auto;
  background: #999999;
  border-radius: 50px;
  position: relative;
}
.sp-q-blank:before {
  content: '';
  width: 100%;
  height: 100%;
  max-width: 92%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}
.product-offer-date {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 50px;
  color: #CBAB00;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
}
.product-offer-date p {
  margin: 0;
}
.product-offer-date p b {
  display: block;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  margin-top: 23px;
}
.product-offer-date p span {
  font-family: Open Sans;
  font-size: 64px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  color: #CBAB00;
}
.sp-cart-btn a {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #000;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 50px;
}


/* Choice */
.choice-tab-content {
  display: flex;
  justify-content: end;
  align-items: center;
  gap:1px;
  margin-top: -5%;
  margin-right: 1%;
}
.choice-tabs {
  width: 100%;
  height: 150px;
  max-width: 50px;
  background: aqua;
  /* transform: rotate(180deg); */
  border-radius: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding: 5px;
}
.choice-tabs h4 {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  transform: rotate(180deg);
  padding: 5px 0px 0px 0px;
  writing-mode: tb;
  color: #ffffff;
}
.tab-active h4 {
    font-size: 20px;
}
img#img-2,img#img-3,img#img-4 {
  display: none;
}
#tab-1 {
  background: #AF95CF;
}
#tab-2 {
  background: #917900;
}
#tab-3 {
  background: #E67CB5;
}
#tab-4 {
  background: #FF7502;
}
.choice-tabs.tab-active {
  width: 100%;
  height: 150px;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choice-tabs.tab-active h4 {
  transform: rotate(-90deg);
}

/* Dessert */
.dessert-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
a.dessert-btn {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CBAB00;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 40px;
}

/* Our Baker */
.ob-inner-wrapper .row {
  align-items: center;
}
h2.ob-heading {
  font-family: Cormorant Garamond;
  font-size: 46px;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
  color: #000000;
  padding: 0;
}
p.ob-text {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #606060;
  margin: 0;
}
.ob-one {
  padding: 42px 0 0px;
}
.ob-two {
  padding: 25px 0 55px;
}
a.ob-btn {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CBAB00;
  border-radius: 50px;
}
.ob-cards {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.ob-text-section {
  background: #ffffff;
  box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 335px;
  margin-left: auto;
}
.ob-card-text {
  padding: 30px 20px;
}
h4.ob-title {
  font-family: Cormorant Garamond;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #000000;
  padding: 0;
}
p.ob-designation {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #CBAB00;
  padding-top: 6px;
}
.ob-post-text p {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #606060;
  margin-bottom: 30px;
}
.social-icon {
  display: flex;
  gap: 25px;
}

/* Blog */
.blog-img a img {
  width: 100%;
}
.blog-title a {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000000;
}
.blog-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin: 12px 0 19px;
    color: #606060;
}
.blog-text p {
  font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin: 12px 0 19px;
    color: #606060;
}
a.blog-read-btn {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  text-decoration: none;
}
.blog-info {
  position: relative;
  z-index: 9
}
.blog-info:nth-child(1) {
  padding: 0 40px;
}
.blog-info:nth-child(2) {
  padding: 0 40px;
}
.blog-info:nth-child(3) {
  padding: 0 40px;
}
.blog-info:nth-child(1):before {
  border-left: 1px solid #CFCFCF;
}
.blog-head {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  padding: 15px 0;
}
.blog-info:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 115%;
  border-right: 1px solid #CFCFCF;
  top: -40px;
  right: 0px;
  z-index: -1
}
.blog-information {
  padding-top: 20px;
}
a.blog-read-btn:hover,.blog-title a:hover {
  color: #000000 !important
}

/* Testimonial */
.testi-c .row {
  align-items: center;
}
.testimonials-content{position:relative;}
.testimonials-content::after, .testimonials-content::before {
    content: '';
    position: absolute;
    height: 10px;
}
.testimonials-content::after {
    background: #D0D0D0;
    width: 94%;
    left: 3%;
    top: -18px;
}
.testimonials-content::before {
    background: #E3E3E3;
    width: 96%;
    left: 2%;
    top: -9px;
}
.testi-img-head {
  display: flex;
  align-items: center;
}
.testimonial-text, .testi-review, .testi-date {
  text-align: center;
}
.testi-content {
  background: #ffffff;
  padding: 40px 80px 0px;
  border-bottom: 15px solid #CBAB00;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}
.testi-head {
  padding-left: 20px;
}
.testimonial-text-section {
  margin: 2px;
  position: relative;
}
h4.testi-title {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0;
  color: #000000
}
p.testi-location {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: #000000
}
.testimonial-text p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  width: 100%;
  max-width: 90%;
  margin: 15px auto;
}
.testimonial-text i {
  font-size: 28px !important;
  color: #000000 !important;
}
.testimonial-text {
  padding: 20px 0;
}
.testi-review {
  padding-bottom: 5px;
}
.testi-review i {
  font-size: 14px !important;
  color: #ed8a19 !important;
}
.testi-date p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
}
.testimonials-content .slick-prev,.testimonials-content .slick-next,.testimonials-content .slick-prev:hover,.testimonials-content .slick-next:hover {
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 50%;
  z-index: 1;
}
.testi-headigs h2 {
    text-align: left;
    padding-right: 20%;
    text-transform: capitalize;
}
.testimonials-content .slick-prev {
  left: 20px;
  background: #C2C2C2;
}
.testimonials-content .slick-next{
  right: 20px;
  background: #CBAB00;
}
.testimonials-content .slick-prev:before {
  content: '\f104';
}
.testimonials-content .slick-prev:before {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
}
.testimonials-content .slick-next:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
}
.testimonials-content .slick-prev:focus,.testimonials-content .slick-next:focus {
  display: none !important
}
/* instagram */
.insta-btn a {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 12px;
    text-align: left;
    color: #ffffff;
    width: 100%;
    max-width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CBAB00;
    border-radius: 50px;
}
.insta-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.instagram-feed-div {
    display: flex;
    position: relative;
}

.insta-item {
    position: relative;
}

.insta-link {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 1s ease;
    background: #cbab0069;
    visibility: hidden;
}

.insta-link i {
    font-size: 35px;
}

.insta-item:hover .insta-link {
    opacity: 1;
    visibility: visible;
}
/* Map */
.map-wrapper {
  position: relative;
}
.map-wrapper embed {
  height: 100%;
  min-height: 606px;
}
.mcf-wrap {
  background: #000000;
  padding: 30px 20px 12px;
  border-radius: 10px;
  opacity: 85%;
}
.map-contact-form {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
h3.mcf-head {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
p.mcf-head {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.mcf-form-name input[type="text"]::placeholder,.mcf-form-email input[type="email"]::placeholder,.mcf-form-number input[type="number"]::placeholder,.mcf-form-address input[type="text"]::placeholder {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #ffffff;
}
.mcf-form-name input[type="text"],.mcf-form-email input[type="email"],.mcf-form-number input[type="number"],.mcf-form-address input[type="text"] {
  border: none;
  border-bottom: 1px solid #ffffff;
  background: none;
  width: 100%;
  padding: 12px 10px 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.mcf-form-name input[type="text"]::placeholder, .mcf-form-email input[type="email"]::placeholder, .mcf-form-number input[type="number"]::placeholder, .mcf-form-address input[type="text"]::placeholder{
  font-size: 14px;
  font-weight: 400;
}
.mcf-form-btn input[type="submit"] {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: #000000;
  width: 100%;
  max-width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  margin: 35px auto 0;
}


/* Newsletter */
#newsletter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0000009c;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.news-wrap {
  width: 100%;
  max-width: 40%;
  height: 50%;
  min-height: 250px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: relative;
}
.inner-news-wrap {
  width: 100%;
}
.news-text h2,.news-text p {
  text-align: center;
}
#newsletter p.tag-input-btn input {
  height: 45px !important;
}
.news-wrap .news-btn input {
  margin: 1px !important;
}
.news-wrap i:before {
  content: '\f00d';
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}

