/*

    Theme name: It's Cooking Hour
    Author: Edoardo Valenza
    Author URI: https://www.alfawebagency.it/
    Version: 1.0

*/
.shake-horizontal {
  -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

html {
  overflow-x: hidden;
}

body {
  background-color: #FAFAFA;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  color: #000;
  font-weight: bold;
}

h1 a {
  color: inherit;
}

h1 a:hover {
  color: inherit;
  text-decoration: none;
}

h2, h3 {
  font-size: 26px;
}

h2 a, h3 a {
  color: inherit;
}

h2 a:hover, h3 a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover h3, a:hover p, a:hover div {
  text-decoration: none;
}

p, ul li, ol li {
  font-family: "Noto Sans", sans-serif;
  color: #000;
  font-size: 17px;
}

p a, ul li a, ol li a {
  color: #FDA145;
  text-decoration: underline;
}

p a:hover, ul li a:hover, ol li a:hover {
  color: #FDA145;
  text-decoration: underline;
}

.dsp-flex-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mb-eq {
  margin-bottom: -20px;
}

.p-0 {
  padding: 0px;
}

.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.ptb-default {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-large {
  padding-bottom: 70px;
}

.ptb-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-xlarge {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.m-0 {
  margin: 0px;
}

.img-center {
  display: block;
  margin: auto;
}

.card {
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  margin: 15px 0px;
  border-radius: 40px;
}

.card .card-inner {
  padding: 45px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #fff;
}

.card .img-wrap, .card .bg-img {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}

.wine-card {
  padding: 0px;
  height: 100%;
}

.wine-card .col-sm-6:nth-child(2) {
  padding: 50px 10px;
}

.wine-card .img-wine {
  border-radius: 0px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.wine-card .img-wine .bg-img {
  border-radius: 0px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.bg-natale-left, .bg-natale-right {
  position: absolute;
  z-index: -1;
  opacity: 0.4;
  width: 100%;
  max-width: 390px;
}

.bg-natale-left {
  bottom: -15px;
  left: 0px;
}

.bg-natale-right {
  top: 0px;
  right: 0px;
}

.ghirlanda-wrap {
  position: relative;
}

.ghirlanda-wrap .ghirlanda-titolo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0.5;
}

/*.default-box-shadow {

    position: relative;

    ::after {

        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 90%;
        height: 90%;
        box-shadow: 0px 0px 20px 0px #e6e6e6;
        background-color: transparent;
        border-radius: 40px;

    }

}*/
.sp-xsmall {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sp-small {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sp-default {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sp-large {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sp-xlarge {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sp-xxlarge {
  margin-top: 60px;
  margin-bottom: 60px;
}

.bg-white {
  background-color: #fff;
}

.bg-light-primary {
  background-color: rgba(253, 161, 69, 0.05);
}

.txt-white {
  color: #fff;
}

.primary-color {
  color: #FDA145;
}

.light {
  font-weight: 300;
}

.full-screen {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-theme {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #000;
}

.btn-theme i {
  font-size: 25px;
  vertical-align: middle;
  color: #FDA145;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.btn-theme:hover {
  text-decoration: none;
  color: #000;
}

.btn-theme:hover i {
  margin-left: 5px;
}

.btn-full {
  background-color: rgba(253, 161, 69, 0.2);
  color: #FDA145;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #000;
  padding: 10px 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 17px;
  border: 0px;
}

.btn-full:focus {
  outline: 0px;
  text-decoration: none;
  color: #000;
}

.btn-full i {
  color: #FDA145;
}

.btn-full:hover {
  background-color: rgba(253, 161, 69, 0.4);
  color: #000;
  text-decoration: none;
}

.form-control {
  border: 1px solid rgba(253, 161, 69, 0.4);
  border-radius: 50px;
  color: #000;
  padding: 25px 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-family: "Noto Sans", sans-serif;
}

.form-control:focus {
  border: 1px solid #fda145;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-control {
  border-radius: 20px;
  padding: 15px;
}

.form-control-h {
  display: none;
}

.round-top-border {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.round-bottom-border {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.round-border {
  border-radius: 40px;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

.img-wrap {
  width: 100%;
  height: 240px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.img-wrap .bg-img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
}

.img-wrap:hover .bg-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-title {
  font-size: 40px;
}

.separator {
  width: 150px;
  height: 2px;
  background-color: #FDA145;
  margin: 0px auto;
}

.page-title {
  font-size: 45px;
}

.owl-carousel .item {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border-radius: 50% !important;
  border: 2px solid #000 !important;
  opacity: .5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-next:focus {
  outline: 0px;
}

.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
  font-size: 30px;
  color: #000;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
}

.owl-carousel .owl-nav .owl-prev i {
  margin-right: 3px;
  margin-top: 3px;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.owl-carousel .owl-nav .owl-next i {
  margin-left: 3px;
  margin-top: 3px;
}

.small-item-carousel {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: .5;
}

.mobile-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  background-color: #FAFAFA;
  z-index: 3000;
  display: none;
}

.mobile-menu .logo {
  margin-top: 50px;
}

.mobile-menu .mobile-nav ul {
  padding: 0px;
  margin: 0px;
}

.mobile-menu .mobile-nav ul li {
  list-style-type: none;
  margin: 20px 0px;
}

.mobile-menu .mobile-nav ul li a {
  color: #000;
  text-decoration: none;
}

.mobile-menu .close-mobile-menu {
  position: absolute;
  top: 20px;
  right: 20px;
}

.mobile-menu .close-mobile-menu i {
  color: #000;
  font-size: 30px;
}

#header {
  padding: 20px 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 200;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#header .logo-header {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#header .double-logo {
  position: relative;
  height: 76px;
}

#header .double-logo img {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#header .double-logo img:first-child {
  z-index: -1;
}

#header .main-menu {
  display: inline-block;
}

#header .main-menu ul {
  padding: 0px;
  margin: 0px;
}

#header .main-menu ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 15px;
}

#header .main-menu ul li a {
  font-family: "Noto Sans", sans-serif;
  color: #171717;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 17px;
  text-decoration: none;
}

#header .main-menu ul li a:hover {
  color: #FDA145;
  text-decoration: none;
}

#header .search i {
  color: #000;
  font-size: 20px;
  margin-left: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#header .search i:hover {
  color: #FDA145;
}

#header .search-form-wrap {
  display: none;
}

#header .search-form-wrap .search-form {
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
}

#header .search-form-wrap .search-form .search-container {
  width: 100vw;
}

#header .search-form-wrap .search-form .close-search-form {
  position: absolute;
  top: -45px;
  right: 35px;
}

#header .search-form-wrap .search-form .close-search-form i {
  font-size: 21px;
  color: #fff;
}

#header .search-form-wrap .search-form form {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 0px 15px;
}

#header .search-form-wrap .search-form form button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  background-color: #FDA145;
  border: 0px;
  border-radius: 50%;
  color: #fff;
}

#header .search-form-wrap .search-form form button i {
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#header .search-form-wrap .search-form form button:hover i {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

#header.header-top {
  background-color: transparent;
  z-index: 2;
  width: 100%;
}

#header.header-top a {
  color: #fff !important;
}

#header.header-top a:hover {
  color: #FDA145 !important;
}

#header.header-top .open-mobile-menu:hover {
  color: #fff !important;
}

#header.header-top .open-mobile-menu i {
  color: #fff;
}

#header.header-top .search i {
  color: #fff;
}

#header.header-top .search i:hover {
  color: #FDA145;
}

#header.is-sticky {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  padding: 10px 0px;
  z-index: 300;
}

#header.is-sticky .double-logo img:last-child {
  opacity: 0;
}

#header.is-sticky .logo-header {
  width: 100%;
  max-width: 230px;
}

#header.is-sticky a {
  color: #000 !important;
}

#header.is-sticky a:hover {
  color: #FDA145 !important;
}

#header.is-sticky .open-mobile-menu:hover {
  color: #000 !important;
}

#header.is-sticky .open-mobile-menu i {
  color: #000;
}

#header.is-sticky .search i {
  color: #000;
}

#header.is-sticky .search i:hover {
  color: #FDA145;
}

#header .mobile-toggle {
  color: #000;
  font-size: 30px;
  vertical-align: middle;
}

#header .open-mobile-menu {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-mobile {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 0px 15px;
}

.search-mobile button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  background-color: #FDA145;
  border: 0px;
  border-radius: 50%;
  color: #fff;
}

.search-mobile button i {
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.search-mobile button:hover i {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.page-header-inner {
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header-inner h1, .page-header-inner p {
  color: #fff;
  position: relative;
  z-index: 2;
}

.page-header-inner::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.slider-home h1 {
  font-size: 26px;
}

.cat-bg {
  background-color: rgba(253, 161, 69, 0.2);
  border-radius: 40px;
  padding: 40px 19px;
  padding-top: 0px;
  cursor: pointer;
}

.cat-bg h3 {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.cat-bg img {
  margin: auto;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0px 21px;
}

.cat-bg .recipes-number {
  width: 100%;
  max-width: 130px;
  margin: auto;
  background-color: rgba(253, 161, 69, 0.5);
  font-family: "Noto Sans", sans-serif;
  color: #000;
  border-radius: 50px;
  text-align: center;
  padding: 5px 25px;
  border: 2px solid rgba(253, 161, 69, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 15px;
}

.cat-bg:hover img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.cat-bg:hover .recipes-number {
  background-color: unset;
  color: #FDA145;
  border: 2px solid rgba(253, 161, 69, 0.5);
}

.carousel-cat-ricette .disabled-item {
  position: relative;
}

.carousel-cat-ricette .disabled-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.wine-box {
  width: 100%;
  padding: 110px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
}

.wine-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.wine-box:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.wine-box img {
  width: 100%;
  max-width: 75px;
}

.wine-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.wine-box img, .wine-box h3, .wine-box p {
  position: relative;
  z-index: 2;
}

.red-wine-box {
  background-color: #9E1424;
}

.white-wine-box {
  background-color: #E9D88A;
}

.white-wine-box h3, .white-wine-box p {
  color: #3A3A3A;
}

.page-desc {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.card-recipe {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
}

.card-recipe h2 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.card-recipe .recipe-cat {
  border-radius: 50px;
  padding: 10px 25px;
  text-align: center;
  background-color: rgba(253, 161, 69, 0.2);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.card-recipe .recipe-cat:hover {
  background-color: #FDA145;
}

.card-recipe.card-wine ul {
  -webkit-columns: 1;
          columns: 1;
}

.card-recipe.card-wine ul li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.card-recipe.card-wine ul li a:hover {
  color: #FDA145;
}

.card-recipe ul {
  list-style: none;
  margin: 0px;
  padding-left: 15px;
  padding-top: 5px;
  -webkit-columns: 2;
          columns: 2;
}

.card-recipe ul li {
  margin: 15px 0px;
}

.card-recipe ul li:first-child {
  margin-top: 0px;
}

.card-recipe ul li::before {
  content: "\2022";
  color: #FDA145;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.card-recipe .col-sm-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.card-recipe p {
  margin: 0px;
}

.card-recipe img {
  float: left;
  max-height: 27px;
}

.step-title {
  font-weight: bold;
}

.step-title .step-number {
  font-size: 33px;
  color: #FDA145;
}

.comment-confirmation {
  position: fixed;
  top: 70px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 400px;
  z-index: 500;
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
}

.comment-form, .social-share {
  display: none;
}

#risultati-di-ricerca ul {
  padding: 0px;
  margin: 0px;
}

#risultati-di-ricerca ul li {
  list-style-type: none;
}

#risultati-di-ricerca .border {
  width: 100%;
  max-width: 800px;
  margin: auto;
  border-bottom: 1px solid #e2e2e2;
  padding: 60px 0px;
}

#risultati-di-ricerca .border:last-child {
  border-bottom: 0px;
}

.email-confirm {
  position: absolute;
  top: 115px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 5;
}

.email-confirm .container {
  width: 100%;
  max-width: 630px;
}

#newsletter {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 100%;
  max-width: 280px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  z-index: 200;
  display: none;
  text-align: center;
}

#newsletter .checkbox-input {
  margin-left: 0px;
}

#newsletter .privacy {
  font-size: 14px;
  font-weight: normal;
  margin-left: 20px;
}

.close-newsletter {
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-newsletter i {
  font-size: 20px;
  color: #000;
}

#exit-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 350;
  display: none;
}

#exit-popup .exit-popup-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  max-width: 800px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

#exit-popup .checkbox-input {
  margin-left: 0px;
}

#exit-popup .privacy {
  font-size: 14px;
  font-weight: normal;
  margin-left: 20px;
}

.close-exit-popup {
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-exit-popup i {
  font-size: 20px;
  color: #000;
}

#footer {
  background-color: #fff;
  padding: 40px 0px;
}

#footer img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

#footer p {
  font-size: 14px;
}

#footer p a {
  color: #000;
  text-decoration: none;
}

#footer p a:hover {
  text-decoration: underline;
}

#footer .instagram {
  font-size: 30px;
  color: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: middle;
}

#footer .instagram:hover {
  color: #FDA145;
}

@media screen and (max-width: 767px) {
  .cat-bg {
    width: 100%;
    max-width: 230px;
    margin: auto;
  }
  .card {
    margin-left: 15px;
    margin-right: 15px;
  }
  .card-slider {
    margin-right: 0px;
  }
  .dsp-flex-vertical-mb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .row-eq-height, .dsp-flex-vertical {
    display: block;
  }
  .card-recipe ul {
    -webkit-columns: 1;
            columns: 1;
  }
  .text-left-mb {
    text-align: left;
  }
  .vini-mobile .img-wrap {
    height: 250px !important;
  }
  .wine-card {
    margin: 0px;
  }
  .wine-card img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .wine-card .wine-card-inner {
    padding: 40px;
  }
  .no-pd-mb {
    padding: 0px;
  }
}

@media screen and (max-width: 320px) {
  #newsletter {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */