/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
#hero-slider-image .slick-arrow {
  display: block;
  position: absolute;
  width: 24px;
  height: 50px;
  z-index: 50;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  top: 160px;
}
@media only screen and (min-width: 768px) {
  #hero-slider-image .slick-arrow {
    width: 24px;
    height: 50px;
    top: 350px;
  }
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slick-arrow {
    top: auto;
    width: 48px;
    height: 100px;
    margin-bottom: 100px;
    display: block !important;
    bottom: 130px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-image .slick-arrow {
    bottom: 140px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero-slider-image .slick-arrow {
    bottom: 200px;
  }
}
@media only screen and (min-width: 1900px) {
  #hero-slider-image .slick-arrow {
    bottom: 200px;
  }
}
#hero-slider-image .slick-arrow.slick-prev {
  left: 40px;
  background: url("../images/arrow-prev.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #hero-slider-image .slick-arrow.slick-prev {
    left: 40px;
    left: auto;
    right: 112px;
  }
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slick-arrow.slick-prev {
    right: auto;
    left: 40px;
  }
}
#hero-slider-image .slick-arrow.slick-next {
  left: 112px;
  background: url("../images/arrow-next.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #hero-slider-image .slick-arrow.slick-next {
    left: auto;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slick-arrow.slick-next {
    right: 40px;
  }
}
#hero-slider-image .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slick-dots {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero-slider-image .slick-dots {
    bottom: 70px;
  }
}
#hero-slider-image .slick-dots li {
  display: inline-block;
  padding: 0 10px;
}
#hero-slider-image .slick-dots li button {
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  display: block;
  width: 23px;
  height: 61px;
  background: url("../images/slider-dot.svg") no-repeat 0 0;
  background-size: 100% auto;
}
#hero-slider-image .slick-dots li.slick-active button {
  background-image: url("../images/slider-dot-active.svg");
}
#hero-slider-image .slide {
  position: relative;
  padding-bottom: 50px;
  background: #000;
}
@media only screen and (min-width: 768px) {
  #hero-slider-image .slide {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-image .slide {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero-slider-image .slide {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1900px) {
  #hero-slider-image .slide {
    padding-bottom: 250px;
  }
}
#hero-slider-image .slide.brown .text-container {
  background: rgba(242, 238, 233, 0.9);
}
#hero-slider-image .slide.green .text-container {
  background: rgba(229, 255, 250, 0.8);
  padding: 20px 0 20px;
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide.green .text-container {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-image .slide.green .text-container {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero-slider-image .slide.green .text-container {
    padding: 40px 0 40px;
  }
}
#hero-slider-image .slide.green .text-container .image img {
  /*margin-top: 50px;
  @include bp(small){
  	margin-top: 50px;
  }
  @include bp(medium){
  	margin-top: 50px;
  }
  @include bp(large){
  	margin-top: 100px;
  }
  @include bp(xlarge){
  	margin-top: 100px;
  }
  @include bp(hdlarge){
  	margin-top: 150px;
  }*/
}
#hero-slider-image .slide.green .text-container .text {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide.green .text-container .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-image .slide.green .text-container .text {
    font-size: 20px;
    line-height: 26px;
  }
}
#hero-slider-image .slide.green .text-container .text h3 {
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide.green .text-container .text h3 {
    line-height: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-image .slide.green .text-container .text h3 {
    line-height: 26px;
  }
}
#hero-slider-image .slide.green .text-container .text p {
  margin: 0;
}
#hero-slider-image .slide.green .text-container .text p + p {
  margin-top: 15px;
}
#hero-slider-image .slide .hero-image {
  width: 100%;
  min-height: 100vh;
  height: 900px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #hero-slider-image .slide .hero-image {
    height: auto;
    max-height: 100vh;
  }
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide .hero-image {
    max-height: none;
  }
}
#hero-slider-image .slide .hero-image img {
  min-height: 100vh;
  height: 900px;
  width: auto;
  max-width: none;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide .hero-image img {
    min-height: 100vh;
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide .hero-image img {
    left: auto;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#hero-slider-image .slide .text-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
  padding: 30px 0 30px;
}
@media only screen and (min-width: 768px) {
  #hero-slider-image .slide .text-container {
    top: 40%;
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide .text-container {
    top: auto;
    bottom: 130px;
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-image .slide .text-container {
    bottom: 140px;
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero-slider-image .slide .text-container {
    bottom: 200px;
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 1900px) {
  #hero-slider-image .slide .text-container {
    bottom: 200px;
    padding: 80px 0 80px;
  }
}
#hero-slider-image .slide .text-container .inner {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide .text-container .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-image .slide .text-container .inner {
    max-width: 90%;
    margin: 0 auto 0;
  }
}
#hero-slider-image .slide .text-container .inner .image {
  flex: 0 0 40%;
  position: relative;
}
#hero-slider-image .slide .text-container .inner .image img {
  position: absolute;
  z-index: 100;
  width: 86%;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
@media only screen and (min-width: 768px) {
  #hero-slider-image .slide .text-container .inner .image img {
    width: auto;
    max-height: calc(100vh - 200px);
    max-height: 100vh;
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    top: 0;
    bottom: auto;
  }
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide .text-container .inner .image img {
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-height: calc(100vh - 150px);
    bottom: -150px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-image .slide .text-container .inner .image img {
    max-height: calc(100vh + 75px);
    bottom: -200px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero-slider-image .slide .text-container .inner .image img {
    max-height: calc(100vh + 75px);
    bottom: -250px;
  }
}
@media only screen and (min-width: 1900px) {
  #hero-slider-image .slide .text-container .inner .image img {
    max-height: calc(100vh + 150px);
    bottom: -250px;
  }
}
#hero-slider-image .slide .text-container .inner .text {
  flex: 0 0 60%;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide .text-container .inner .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-image .slide .text-container .inner .text {
    font-size: 20px;
    line-height: 36px;
  }
}
#hero-slider-image .slide .text-container .inner .text h3 {
  color: #707070;
  font-family: "RockwellStd-Bold", Enriqueta !important;
  margin: 0;
  font-size: 10px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  #hero-slider-image .slide .text-container .inner .text h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-image .slide .text-container .inner .text h3 {
    font-size: 27px;
    line-height: 36px;
  }
}

#hero-slider-coctail {
  padding: 20px 0;
  position: relative;
}
#hero-slider-coctail:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -34px -34px;
  width: 68px;
  height: 68px;
  background: url("../images/icon-sw.svg") no-repeat 0 0;
  background-size: 100% auto;
}
#hero-slider-coctail > h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-family: "RockwellStd", Enriqueta !important;
}
@media only screen and (min-width: 992px) {
  #hero-slider-coctail > h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-coctail > h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
#hero-slider-coctail .slide {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
#hero-slider-coctail .slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 256px;
  height: 30px;
  background: url("../images/bg-title-btm-brown.svg") no-repeat 0 0;
  background-size: 100% auto;
}
#hero-slider-coctail .slide .inner-container {
  display: block;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  #hero-slider-coctail .slide .inner-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    width: calc(100% + 20px);
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-coctail .slide .inner-container {
    margin: 0 -30px;
    width: calc(100% + 80px);
  }
}
@media only screen and (min-width: 1600px) {
  #hero-slider-coctail .slide .inner-container {
    margin: 0 -60px;
    width: calc(100% + 120px);
  }
}
#hero-slider-coctail .slide .inner-container .item {
  width: 100%;
  position: relative;
  max-width: 400px;
  color: #fff;
  text-align: center;
  margin: 0 auto 0;
}
@media only screen and (min-width: 768px) {
  #hero-slider-coctail .slide .inner-container .item {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  #hero-slider-coctail .slide .inner-container .item {
    padding: 0 20px;
    flex: 0 0 33.33334%;
    max-width: 100%;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-coctail .slide .inner-container .item {
    padding: 0 40px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero-slider-coctail .slide .inner-container .item {
    padding: 0 60px;
    padding-bottom: 60px;
  }
}
#hero-slider-coctail .slide .inner-container .item:before {
  content: "";
  width: 1px;
  height: 80%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #707070;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 992px) {
  #hero-slider-coctail .slide .inner-container .item:before {
    display: block;
  }
}
#hero-slider-coctail .slide .inner-container .item:after {
  content: "";
  background: #000;
  height: 70px;
  width: 1px;
  position: absolute;
  bottom: 35%;
  left: 0;
  margin-bottom: -35px;
  display: none;
}
@media only screen and (min-width: 992px) {
  #hero-slider-coctail .slide .inner-container .item:after {
    display: block;
  }
}
#hero-slider-coctail .slide .inner-container .item .inner-item:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  background: url("../images/line-break-brown.svg") no-repeat 0 0;
  background-size: 100% auto;
  bottom: 35%;
  left: 0;
  z-index: 20;
  margin-bottom: -15px;
  margin-left: -15px;
  display: none;
}
@media only screen and (min-width: 992px) {
  #hero-slider-coctail .slide .inner-container .item .inner-item:before {
    display: block;
  }
}
#hero-slider-coctail .slide .inner-container .item:first-child:before {
  display: none;
}
#hero-slider-coctail .slide .inner-container .item:first-child:after {
  display: none;
}
#hero-slider-coctail .slide .inner-container .item:first-child .inner-item:before {
  display: none;
}
#hero-slider-coctail .slide .inner-container .item .image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #hero-slider-coctail .slide .inner-container .item .image {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-coctail .slide .inner-container .item .image {
    margin-bottom: 40px;
  }
}
#hero-slider-coctail .slide .inner-container .item .image img {
  border-radius: 50%;
}
#hero-slider-coctail .slide .inner-container .item h4 {
  color: #fff;
  text-transform: uppercase;
  font-family: "RockwellStd", Enriqueta !important;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding-bottom: 5px;
  letter-spacing: 0.01em;
}
#hero-slider-coctail .slide .inner-container .item h3 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  min-height: 72px;
  margin: 0 0 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "RockwellStd", Enriqueta !important;
  letter-spacing: 0.01em;
}
#hero-slider-coctail .slide .inner-container .item h3 a {
  color: #fff;
  text-decoration: none;
}
#hero-slider-coctail .slide .inner-container .item h3 a:hover {
  color: #857550;
}
#hero-slider-coctail .slide .inner-container .item p {
  font-family: "RockwellStd", Enriqueta !important;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  #hero-slider-coctail .slide .inner-container .item p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  #hero-slider-coctail .slide .inner-container .item p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero-slider-coctail .slide .inner-container .item p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  #hero-slider-coctail .slide .inner-container .item p {
    font-size: 24px;
    line-height: 36px;
  }
}
#hero-slider-coctail .slide .inner-container .item p .no-wrap {
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  #hero-slider-coctail .slide .inner-container .item .socail-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
#hero-slider-coctail .slide .inner-container .item .socail-icons .a2a_button_facebook {
  margin: 0;
}
#hero-slider-coctail .slide .inner-container .item .socail-icons .a2a_button_facebook span {
  width: 32px;
  height: 32px;
  background-color: transparent !important;
  background: url("../images/facebook-brown.svg") no-repeat 0 0;
  background-size: 100% auto;
}
#hero-slider-coctail .slide .inner-container .item .socail-icons .a2a_button_facebook span svg {
  display: none;
}
#hero-slider-coctail .slide .inner-container .item .socail-icons .a2a_button_twitter {
  margin: 0;
}
#hero-slider-coctail .slide .inner-container .item .socail-icons .a2a_button_twitter span {
  width: 32px;
  height: 32px;
  background-color: transparent !important;
  background: url("../images/twitter-brown.svg") no-repeat 0 0;
  background-size: 100% auto;
}
#hero-slider-coctail .slide .inner-container .item .socail-icons .a2a_button_twitter span svg {
  display: none;
}
#hero-slider-coctail .slide .inner-container .item .socail-icons .a2a_button_instagram {
  margin: 0;
}
#hero-slider-coctail .slide .inner-container .item .socail-icons .a2a_button_instagram span {
  width: 32px;
  height: 32px;
  background-color: transparent !important;
  background: url("../images/instagram-brown.svg") no-repeat 0 0;
  background-size: 100% auto;
}
#hero-slider-coctail .slide .inner-container .item .socail-icons .a2a_button_instagram span svg {
  display: none;
}
#hero-slider-coctail .slide.brown:before {
  background: url("../images/bg-title-btm-brown.svg") no-repeat 0 0;
  background-size: 100% auto;
}
#hero-slider-coctail .slide.green:before {
  background: url("../images/bg-title-btm-green.svg") no-repeat 0 0;
  background-size: 100% auto;
}
#hero-slider-coctail .slide.green .inner-container .item .inner-item:before {
  background-image: url("../images/line-break-green.svg");
}
#hero-slider-coctail .slide.green .inner-container h3 a:hover {
  color: #409180;
}
#hero-slider-coctail .slide.green .inner-container .socail-icons .a2a_button_facebook span {
  background-image: url("../images/facebook-green.svg");
}
#hero-slider-coctail .slide.green .inner-container .socail-icons .a2a_button_twitter span {
  background-image: url("../images/twitter-green.svg");
}
#hero-slider-coctail .slide.green .inner-container .socail-icons .a2a_button_instagram span {
  background-image: url("../images/instagram-green.svg");
}

.hero-logo .elementor-image img {
  width: auto !important;
  max-height: calc(25vh - 40px);
}
@media only screen and (min-width: 768px) {
  .hero-logo .elementor-image img {
    max-height: calc(30vh - 40px);
  }
}
@media only screen and (min-width: 992px) {
  .hero-logo .elementor-image img {
    max-height: calc(30vh - 60px);
  }
}
@media only screen and (min-width: 1400px) {
  .hero-logo .elementor-image img {
    max-height: calc(35vh - 60px);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-logo .elementor-image img {
    max-height: calc(37.5vh - 60px);
  }
}
@media only screen and (min-width: 1900px) {
  .hero-logo .elementor-image img {
    max-height: calc(40vh - 60px);
  }
}

/*!
 * Where To Buy styles
 */
.form-where-to-buy {
  padding-top: 50px;
  background: transparent;
  padding-bottom: 50px;
}
.form-where-to-buy .field-type-text-field {
  max-width: 500px;
  margin: 0 auto;
}
.form-where-to-buy .field-type-text-field .location {
  height: 50px;
  padding: 15px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #24272a !important;
}
.form-where-to-buy .field-type-text-field .location.success {
  color: #539022;
  border-color: #8ec73b;
  background: #fafff2;
}
.form-where-to-buy .field-type-text-field .distance_result {
  text-align: center;
  background: transparent;
  color: #fff;
  height: 50px;
}
.form-where-to-buy .range_value {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.form-where-to-buy .field-type-range-field {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.form-where-to-buy .field-type-range-field .distance_range {
  width: 80%;
  height: 50px;
}
.form-where-to-buy .field-type-range-field input[type=range] {
  height: 59px;
  -webkit-appearance: none;
  margin: 10px 0;
  background: transparent;
  width: 70%;
  border: solid 1px #e4e2db;
  padding: 15px;
  border-radius: 30px;
}
.form-where-to-buy .field-type-range-field input[type=range]:focus {
  outline: none;
}
.form-where-to-buy .field-type-range-field input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #ffffff;
  background: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
}
.form-where-to-buy .field-type-range-field input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #24272a;
  border: 2px solid #24272a;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background: #24272a;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -19px;
}
.form-where-to-buy .field-type-range-field input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFFFFF;
}
.form-where-to-buy .field-type-range-field input[type=range]::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #ffffff;
  background: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
}
.form-where-to-buy .field-type-range-field input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #24272a;
  border: 2px solid #24272a;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background: #24272a;
  cursor: pointer;
}
.form-where-to-buy .field-type-range-field input[type=range]::-ms-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.form-where-to-buy .field-type-range-field input[type=range]::-ms-fill-lower {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  box-shadow: 1px 1px 1px #ffffff;
}
.form-where-to-buy .field-type-range-field input[type=range]::-ms-fill-upper {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  box-shadow: 1px 1px 1px #ffffff;
}
.form-where-to-buy .field-type-range-field input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #24272a;
  border: 2px solid #24272a;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background: #24272a;
  cursor: pointer;
}
.form-where-to-buy .field-type-range-field input[type=range]:focus::-ms-fill-lower {
  background: #FFFFFF;
}
.form-where-to-buy .field-type-range-field input[type=range]:focus::-ms-fill-upper {
  background: #FFFFFF;
}
.form-where-to-buy .field-type-submit-field {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  justify-content: center;
  padding: 50px;
}
.form-where-to-buy .field-type-submit-field .submit-type-reload {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
  color: #fff;
  background-color: #A0804B;
  letter-spacing: 0.1em;
  border-radius: 0;
  color: #fff;
  font-family: "RockwellStd-Bold" !important;
  padding: 15px 30px;
}
.form-where-to-buy .res_heading {
  text-align: center;
  margin-bottom: 10px;
  font-family: "RockwellStd-Bold" !important;
  font-size: 25px;
  color: #A0804B;
  letter-spacing: 0.1em;
}
.form-where-to-buy .bh-sl-map-container {
  margin-bottom: 20px;
}
.form-where-to-buy .bh-sl-map-container .gm-style .gm-style-iw-d {
  color: #000;
}
.form-where-to-buy .bh-sl-map-container .gm-style .gm-style-iw-d .loc-name {
  color: #24272a;
  font-weight: bold;
}

#map {
  height: 450px;
}

.tabs {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 20px;
}
.tabs .tabs__caption {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0;
  padding: 0;
}
.tabs .tabs__caption li {
  list-style: none;
  /*background-color: #e4e2db;*/
  width: 33%;
  text-align: center;
  color: #A0804B;
  height: 50px;
  padding: 0 5px;
  display: flex;
  font-size: 13px;
  line-height: 1.25;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .tabs .tabs__caption li {
    font-size: 16px;
    height: 50px;
    padding: 0 10px;
  }
}
.tabs .tabs__caption li.active {
  background-color: #A0804B;
  color: #fff;
  cursor: unset;
}
.tabs .tabs__content {
  display: none;
}
.tabs .tabs__content.active {
  display: block;
  border-top: solid 3px #A0804B;
  max-height: 335px;
  overflow-y: scroll;
}
.tabs .tabs__content .content_store {
  padding: 10px;
}
.tabs .tabs__content .content_store:nth-child(2n) {
  background-color: #262729;
}
.tabs .tabs__content .content_store:nth-child(2n) .store_name {
  color: #fff;
}
.tabs .tabs__content .content_store:nth-child(2n) .store_city {
  color: #fff;
}
.tabs .tabs__content .content_store.clickable {
  cursor: pointer;
}
.tabs .tabs__content .content_store .wrapper {
  display: flex;
  justify-content: space-between;
}
.tabs .tabs__content .content_store .wrapper .store_city {
  padding-right: 10px;
}
.tabs .tabs__content .content_store .wrapper .store_url {
  padding-left: 10px;
  white-space: nowrap;
}
.tabs .tabs__content .content_store .store_name {
  color: #24272a;
}
.tabs .tabs__content .content_store .store_name .state_name {
  text-transform: uppercase;
}
.tabs .tabs__content .content_store .store_url {
  color: #24272a;
}
.tabs .tabs__content .content_store .store_url a {
  color: #24272a;
  text-decoration: none;
}
.tabs .tabs__content .content_store .store_url a:hover {
  text-decoration: underline;
}
.tabs .tabs__content .content_store .lcbo_wrapper {
  display: flex;
  justify-content: space-between;
}
.tabs .tabs__content .content_store .lcbo_wrapper .lcbo_desciption {
  font-size: 14px;
  padding-right: 10px;
}
.tabs .tabs__content .content_store .lcbo_wrapper .store_url {
  font-size: 14px;
  padding-right: 15px;
  white-space: nowrap;
  padding-left: 10px;
}
.tabs .tabs__content .content_store .lcbo_wrapper .store_url a {
  color: #ffffff;
}

h2.elementor-heading-title.elementor-size-default {
  font-size: 32px;
}

#content .wpfd-content-preview {
  margin: 20px 0;
}
#content .wpfd-content-preview .wpfd-breadcrumbs-preview.head-category-preview {
  padding: 12px 12px !important;
  background: #fff;
}
#content .wpfd-content-preview a[class*=-download-selected],
#content .wpfd-content-preview a[class*=-download-category] {
  color: #fff;
  margin: 7px 12px;
}

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