@charset "UTF-8";
.modal-wines {
  list-style: none;
  padding: 0 3rem;
}
.modal-wines li {
  display: flex;
}
.modal-wines li i {
  margin-right: 13px;
}

.curve {
  position: absolute;
  z-index: 7;
}
.curve.curve-center:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center:before {
  border-right: 50vw solid transparent;
}
.curve.curve-center.curve-top:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center.curve-top:before {
  border-right: 50vw solid transparent;
}
.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}
.curve.curve-bottom:after, .curve.curve-bottom:before {
  bottom: 0;
}
.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}
.curve.curve-top:after, .curve.curve-top:before {
  top: 0;
  border-top: 50px solid #fff;
  border-bottom: 0;
}
.curve.curve-top:after {
  border-left: 70vw solid transparent;
}
.curve.curve-top:before {
  border-right: 30vw solid transparent;
}
.curve.curve-gray-b:after, .curve.curve-gray-b:before {
  border-bottom: 50px solid #f9f9f9;
}
.curve.curve-gray-t:after, .curve.curve-gray-t:before {
  border-top: 50px solid #f9f9f9;
}
.curve:after, .curve:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  position: absolute;
}
.curve:after {
  right: 0;
  border-left: 30vw solid transparent;
}
.curve:before {
  left: 0;
  border-right: 70vw solid transparent;
}

.nav-icons {
  font-size: 42px;
}

#site-title {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 28px;
}

.sidebar-menu_bg_btn {
  height: 60px !important;
  line-height: 60px !important;
  width: 60px !important;
}

.sidebar-menu {
  width: 90%;
}

#action-box {
  background-image: url(../img/cornice_wine.jpg);
  background-position: center;
}

.Pricing-box {
  transition: 0.4s ease;
}
.Pricing-box:hover {
  box-shadow: 0px 0px 5px #009246;
  border-color: #009246;
}
.Pricing-box:hover .page-icon-top i {
  color: #009246;
}

.accordion-title.active:before {
  content: "";
}

.accordion-title:before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.accordion-title-due:before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.accordion-title-due.active:before {
  content: "";
}

.header.header-transparent.header--sticky.fixed a h2 {
  color: #333;
}

.header.header-transparent.header--sticky a h2 {
  color: #fff;
}

.nav-menu > ul > li > a, .header.no-stick.fixed .nav-menu > ul > li > a, .header.fixed.no-stick .nav-menu > ul > li > a {
  font-size: 16px;
}

/*// Small devices (landscape phones, 576px and up)*/
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .sidebar-menu {
    width: 40%;
  }

  #site-title {
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 32px;
  }
}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #site-title {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .sidebar-menu {
    width: 22%;
  }
}

/*# sourceMappingURL=custom.css.map */
