@charset "UTF-8";
/* html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(90px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(90px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes preloaderOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
body {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  animation: 1.5s fadeIn;
}
a {
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
  color: #ed1c24;
}
a:hover {
  color: #000;
}
.btn {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: #ed1c24;
  transition: 0.5s;
}
.btn:hover {
  color: #fff;
}
.btn.alt {
  border: 1px solid #fff;
  background: none;
  transition: 0.5s;
}
.btn.alt:hover {
  color: #fff;
  background: #ed1c24;
}
p {
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h1 {
  font-size: 200%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 160%;
  }
}
h2 {
  font-size: 150%;
}
@media (max-width: 767px) {
  h2 {
    font-size: 130%;
  }
}
h3 {
  font-size: 130%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 120%;
  }
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 110%;
}
img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader img {
  width: 180px;
  margin: 0;
}
.preloader.preloaderOut img {
  animation: 0.5s preloaderOut 0.3s forwards;
}
#header {
  background: #000000;
  color: #fff;
  padding: 15px;
  z-index: 99;
  position: fixed;
  width: 100%;
}
@media (max-width: 767px) {
  #header {
    padding: 10px 0;
  }
}
#header #mobile-toggle {
  display: none;
}
@media (max-width: 991px) {
  #header #mobile-toggle {
    display: block;
    font-size: 0px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
  }
  #header #mobile-toggle:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 600;
    font-size: 28px;
    background: transparent;
    color: #fff;
    padding: 10px;
    z-index: 9999;
  }
  #header #mobile-toggle.active:before {
    content: "";
  }
}
@media (max-width: 991px) {
  #header #menu {
    display: none;
  }
}
#header #menu ul.menu .menu-item {
  position: relative;
  display: inline-block;
}
#header #menu ul.menu .menu-item a {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 10px;
}
#header #menu ul.menu .menu-item a:hover {
  background: #ed1c24;
  text-decoration: none;
  transition: 0.2s;
}
#header #menu ul.menu .menu-item .sub-menu {
  width: 200px;
  background: #ed1c24;
}
#header #menu ul.menu .menu-item .sub-menu .menu-item {
  display: block;
}
#header #menu ul.menu .menu-item .sub-menu .menu-item a {
  display: block;
  color: #fff;
}
#header #menu ul.menu .menu-item .sub-menu .menu-item a:hover {
  background: rgba(0, 0, 0, 0.15);
}
#header #menu ul.menu .menu-item-has-children:hover > a {
  background: #ed1c24;
}
#header #site_logo {
  display: flex;
  justify-content: center;
}
#header #site_logo img {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 991px) {
  #header #site_logo img {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  #header #site_logo img {
    max-width: 115px;
  }
}
#header #header_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header #header_links a {
  margin: 0 5px;
}
#header #header_links .social-links {
  flex-shrink: 0;
}
#header #header_links .social-links a {
  margin-top: 5px;
  width: 40px;
}
@media (max-width: 991px) {
  #header #header_links .social-links a {
    display: none;
  }
}
#header #header_links .find-link {
  background: #ed1c24;
  border: 2px solid #ed1c24;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 15px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
#header #header_links .find-link:hover {
  background: #222;
}
@media (max-width: 991px) {
  #header #header_links .find-link {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #header #header_links .find-link {
    background: none;
    border: none;
    flex-flow: column;
    padding: 6px;
  }
  #header #header_links .find-link:hover {
    background: none;
  }
}
#header #header_links .find-link .icon {
  font-size: 220%;
}
@media (max-width: 1200px) {
  #header #header_links .find-link .icon {
    font-size: 180%;
  }
}
@media (max-width: 767px) {
  #header #header_links .find-link .icon {
    color: #ed1c24;
    font-size: 30px;
  }
}
#header #header_links .find-link .text {
  margin-left: 5px;
}
@media (max-width: 767px) {
  #header #header_links .find-link .text {
    margin-top: -30px;
    margin-left: -1px;
    display: none;
  }
}
#header #header_links .find-link .text .top {
  display: block;
  font-weight: 700;
  font-size: 150%;
  margin-bottom: -8px;
}
@media (max-width: 1200px) {
  #header #header_links .find-link .text .top {
    font-size: 150%;
  }
}
@media (max-width: 767px) {
  #header #header_links .find-link .text .top {
    font-size: 100%;
    line-height: 0.6;
  }
}
#header #header_links .find-link .text .bottom {
  font-size: 80%;
}
@media (max-width: 1200px) {
  #header #header_links .find-link .text .bottom {
    font-size: 80%;
  }
}
@media (max-width: 767px) {
  #header #header_links .find-link .text .bottom {
    font-size: 60%;
  }
}
#content #banner-image {
  max-width: 100%;
  overflow: hidden;
}
#content #banner-image img {
  width: auto;
  min-width: 100%;
  position: relative;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #content #banner-image img {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  #content #banner-image img {
    min-height: 120px;
  }
}
#content .page-container {
  padding: 30px 20px;
}
#content .page-container.find {
  padding: 30px 0px;
}
#content .entry-title {
  text-align: center;
}
#home_cta .home_cta-wrap {
  height: 700px;
}
@media (max-width: 1200px) {
  #home_cta .home_cta-wrap {
    height: 600px;
  }
}
@media (max-width: 991px) {
  #home_cta .home_cta-wrap {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap {
    height: auto;
  }
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .left {
    order: 2;
  }
}
#home_cta .home_cta-wrap .left > a {
  display: block;
  height: 50%;
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .left > a {
    height: 200px;
  }
}
#home_cta .home_cta-wrap .left > a:hover {
  cursor: pointer;
}
#home_cta .home_cta-wrap .left .box {
  background: #333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
#home_cta .home_cta-wrap .left .box div:first-child {
  width: 45%;
}
@media (max-width: 500px) {
  #home_cta .home_cta-wrap .left .box div:first-child {
    width: 45%;
  }
}
#home_cta .home_cta-wrap .left .box div:last-child {
  width: 55%;
}
@media (max-width: 500px) {
  #home_cta .home_cta-wrap .left .box div:last-child {
    width: 55%;
  }
}
#home_cta .home_cta-wrap .left .box .object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#home_cta .home_cta-wrap .left .box .graphic {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
}
#home_cta .home_cta-wrap .left .box .graphic.bottom {
  background-position: right center;
}
#home_cta .home_cta-wrap .left .box:hover .graphic {
  background-size: 100%;
  transition: background-size 0.3s ease-in-out;
}
#home_cta .home_cta-wrap .left .box .content {
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
#home_cta .home_cta-wrap .left .box .content .title {
  font-weight: 300;
  font-size: 250%;
  line-height: 0.9;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  #home_cta .home_cta-wrap .left .box .content .title {
    font-size: 200%;
  }
}
@media (max-width: 991px) {
  #home_cta .home_cta-wrap .left .box .content .title {
    font-size: 180%;
  }
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .left .box .content .title {
    font-size: 170%;
  }
}
#home_cta .home_cta-wrap .left .box .content .title strong {
  font-weight: 700;
}
#home_cta .home_cta-wrap .left .box .content .subtitle {
  font-size: 80%;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  #home_cta .home_cta-wrap .left .box .content .subtitle {
    font-size: 75%;
  }
}
@media (max-width: 991px) {
  #home_cta .home_cta-wrap .left .box .content .subtitle {
    font-size: 70%;
  }
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .left .box .content .subtitle {
    font-size: 70%;
  }
}
#home_cta .home_cta-wrap .left .box .content .btn.alt {
  font-size: 90%;
  padding: 4px 8px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .left .box .content .btn.alt {
    font-size: 75%;
  }
}
#home_cta .home_cta-wrap .left .box:nth-child(1) {
  position: relative;
  height: 50%;
  background-position: 82% 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  #home_cta .home_cta-wrap .left .box:nth-child(1) {
    height: 60%;
  }
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .left .box:nth-child(1) {
    height: 200px;
  }
}
#home_cta .home_cta-wrap .left .box:nth-child(1) .graphic {
  width: 50%;
}
#home_cta .home_cta-wrap .left .box:nth-child(1) .content {
  width: 50%;
  height: 100%;
  text-align: center;
}
#home_cta .home_cta-wrap .left .box:nth-child(1) .content .new-flag {
  margin: -35px auto 10px;
  flex-grow: 0;
  background-color: #ed1c24;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 700;
}
@media (max-width: 991px) {
  #home_cta .home_cta-wrap .left .box:nth-child(1) .content .new-flag {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 80%;
    padding-bottom: 7px;
  }
}
#home_cta .home_cta-wrap .left .box:nth-child(1) .content .logo {
  width: 200px;
  max-width: 90%;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  #home_cta .home_cta-wrap .left .box:nth-child(1) .content .logo {
    width: 180px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  #home_cta .home_cta-wrap .left .box:nth-child(1) .content .logo {
    width: 140px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .left .box:nth-child(1) .content .logo {
    width: 75%;
    max-width: 150px;
    margin-bottom: 15%;
  }
}
@media (max-width: 450px) {
  #home_cta .home_cta-wrap .left .box:nth-child(1) .content .logo {
    width: 135px;
    margin-bottom: 50px;
  }
}
#home_cta .home_cta-wrap .left .box:nth-child(1) .content .title {
  display: none;
}
#home_cta .home_cta-wrap .left .box:nth-child(1) .content .subtitle {
  color: #333;
}
#home_cta .home_cta-wrap .left .box:nth-child(1) .content .btn.alt {
  color: #333;
  border-color: #333;
}
#home_cta .home_cta-wrap .left .box:nth-child(1) .content .btn.alt:hover {
  color: #fff;
}
#home_cta .home_cta-wrap .left .box:nth-child(2) {
  height: 50%;
  background-position: right center;
}
@media (max-width: 991px) {
  #home_cta .home_cta-wrap .left .box:nth-child(2) {
    height: 40%;
  }
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .left .box:nth-child(2) {
    height: 200px;
  }
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .right {
    order: 1;
  }
}
#home_cta .home_cta-wrap .right .box {
  background: #333;
  height: 100%;
  padding: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  #home_cta .home_cta-wrap .right .box {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .right .box {
    height: 320px;
  }
}
#home_cta .home_cta-wrap .right .box .graphic {
  width: 80%;
  max-width: 550px;
  animation: 1s zoomIn ease-in-out;
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .right .box .graphic {
    max-width: 300px;
  }
}
#home_cta .home_cta-wrap .right .box .btn {
  font-size: 80%;
}
@media (max-width: 991px) {
  #home_cta .home_cta-wrap .right .box .btn {
    font-size: 70%;
  }
}
#home_cta .home_cta-wrap .right .slider {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .right .slider {
    height: 320px;
  }
}
#home_cta .home_cta-wrap .right .slider .image {
  height: 100%;
  background-size: cover;
  background-position: center;
}
#home_cta .home_cta-wrap .right .slider .slick-list, #home_cta .home_cta-wrap .right .slider .slick-track, #home_cta .home_cta-wrap .right .slider .slick-slide, #home_cta .home_cta-wrap .right .slider .slick-slide div {
  height: 100%;
}
#home_cta .home_cta-wrap .right .slider .slick-prev {
  left: 20px;
  z-index: 1;
}
#home_cta .home_cta-wrap .right .slider .slick-next {
  right: 20px;
  z-index: 1;
}
#home_cta .home_cta-wrap .right .slider .slick-prev, #home_cta .home_cta-wrap .right .slider .slick-next {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .right .slider .slick-prev, #home_cta .home_cta-wrap .right .slider .slick-next {
    width: 32px;
    height: 32px;
  }
}
#home_cta .home_cta-wrap .right .slider .slick-prev:before, #home_cta .home_cta-wrap .right .slider .slick-next:before {
  font-size: 40px;
}
@media (max-width: 767px) {
  #home_cta .home_cta-wrap .right .slider .slick-prev:before, #home_cta .home_cta-wrap .right .slider .slick-next:before {
    font-size: 30px;
  }
}
#product_slider h2, #instagram h2 {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #product_slider h2, #instagram h2 {
    font-size: 130%;
  }
}
#product_slider i.fa-instagram, #instagram i.fa-instagram {
  color: #c32aa3;
}
#product_slider {
  padding-top: 30px;
}
#product_slider .product_slider-wrap {
  padding-tpp: 30px;
  height: 450px;
  overflow-y: hidden;
}
@media (max-width: 1200px) {
  #product_slider .product_slider-wrap {
    height: 350px;
  }
}
@media (max-width: 991px) {
  #product_slider .product_slider-wrap {
    height: 350px;
  }
}
@media (max-width: 767px) {
  #product_slider .product_slider-wrap {
    height: 350px;
  }
}
@media (max-width: 500px) {
  #product_slider .product_slider-wrap {
    height: 300px;
  }
}
#product_slider .products .product {
  width: 150px;
  padding: 0 5px;
}
#product_slider .products .slick-slide {
  opacity: 0;
}
#product_slider .products.visible .slick-slide:nth-child(1) {
  animation: 0.5s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(2) {
  animation: 0.5s 0.1s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(3) {
  animation: 0.5s 0.2s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(4) {
  animation: 0.5s 0.3s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(5) {
  animation: 0.5s 0.4s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(6) {
  animation: 0.5s 0.5s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(7) {
  animation: 0.5s 0.6s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(8) {
  animation: 0.5s 0.7s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(9) {
  animation: 0.5s 0.8s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(10) {
  animation: 0.5s 0.9s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(11) {
  animation: 0.5s 1s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(12) {
  animation: 0.5s 1.1s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(13) {
  animation: 0.5s 1.2s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(14) {
  animation: 0.5s 1.3s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(15) {
  animation: 0.5s 1.4s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(16) {
  animation: 0.5s 1.5s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(17) {
  animation: 0.5s 1.6s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(18) {
  animation: 0.5s 1.7s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(19) {
  animation: 0.5s 1.8s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(20) {
  animation: 0.5s 1.9s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(21) {
  animation: 0.5s 2s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(22) {
  animation: 0.5s 2.1s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(23) {
  animation: 0.5s 2.2s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(24) {
  animation: 0.5s 2.3s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(25) {
  animation: 0.5s 2.4s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(26) {
  animation: 0.5s 2.5s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(27) {
  animation: 0.5s 2.6s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(28) {
  animation: 0.5s 2.7s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(29) {
  animation: 0.5s 2.8s fadeInUp ease-in-out forwards;
}
#product_slider .products.visible .slick-slide:nth-child(30) {
  animation: 0.5s 2.9s fadeInUp ease-in-out forwards;
}
#product_slider .products .slick-prev, #product_slider .products .slick-next {
  z-index: 999;
  top: 30%;
  width: 48px;
  height: 48px;
}
@media (max-width: 600px) {
  #product_slider .products .slick-prev, #product_slider .products .slick-next {
    top: 32%;
  }
}
#product_slider .products .slick-prev:before, #product_slider .products .slick-next:before {
  font-size: 48px;
  color: #333;
  opacity: 0.6;
}
#product_slider .products .slick-prev:hover:before, #product_slider .products .slick-next:hover:before {
  opacity: 1;
}
#product_slider .products .slick-prev {
  left: 30px;
}
@media (max-width: 600px) {
  #product_slider .products .slick-prev {
    left: 15px;
  }
}
#product_slider .products .slick-next {
  right: 30px;
}
@media (max-width: 600px) {
  #product_slider .products .slick-next {
    right: 15px;
  }
}
#instagram {
  background: #000;
  padding: 30px;
}
@media (max-width: 767px) {
  #instagram {
    padding: 30px 0;
  }
}
#instagram h2 {
  color: #fff;
}
#video {
  background: #4c2853;
}
#video .left-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: url('/wp-content/uploads/2020/03/CT_video-bg-2-20.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #video .left-col {
    height: 230px;
    justify-content: center;
  }
}
#video .left-col .text-wrap {
  width: 300px;
  color: #fff;
}
@media (max-width: 1200px) {
  #video .left-col .text-wrap {
    width: 250px;
  }
}
@media (max-width: 991px) {
  #video .left-col .text-wrap {
    width: 240px;
  }
}
@media (max-width: 767px) {
  #video .left-col .text-wrap {
    width: 250px;
  }
}
#video .left-col .text-wrap h2 {
  font-size: 220%;
  line-height: 0.9;
}
@media (max-width: 991px) {
  #video .left-col .text-wrap h2 {
    font-size: 180%;
  }
}
#video .left-col .text-wrap p {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
#video .right-col {
  padding: 30px;
}
#video .right-col video {
  width: 100%;
  max-width: 400px;
}
#more-videos {
  background: #000;
  padding: 60px 0 30px;
}
#more-videos h2 {
  color: #fff;
  text-align: center;
  font-size: 230%;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #more-videos h2 {
    font-size: 180%;
  }
}
#more-videos .embed-container {
  margin-bottom: 30px;
}
#footer {
  padding: 15px 30px 0;
}
@media (max-width: 991px) {
  #footer {
    padding: 5px 15px 0;
  }
}
@media (max-width: 991px) {
  #footer .container-fluid {
    padding: 0;
  }
}
#footer .logo {
  width: 150px;
  margin: 0 auto;
  padding: 15px;
}
#footer .footer-content {
  border-top: 1px solid #ccc;
  padding: 15px;
}
@media (max-width: 991px) {
  #footer .footer-content {
    padding: 15px 0;
  }
}
#footer .footer-content p {
  font-size: 75%;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #footer .footer-content p {
    line-height: 1.8;
  }
  #footer .footer-content p a {
    padding: 0 5px;
  }
}
#footer .footer-content .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#footer .footer-content .right .social-links {
  margin-left: 15px;
}
@media (max-width: 767px) {
  #footer .footer-content .right .social-links {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
}
#footer .footer-content .right .social-links a {
  width: 30px;
  margin: 0 3px;
}
.product-page .products {
  flex-wrap: wrap;
}
.product-page .product {
  width: 23%;
  margin: 30px 1%;
}
@media (max-width: 991px) {
  .product-page .product {
    width: 29.3%;
    margin: 30px 2%;
  }
}
@media (max-width: 767px) {
  .product-page .product {
    width: 46%;
    margin: 15px 2%;
  }
}
.product-page .product .image {
  padding: 0 30px;
  height: 320px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .product-page .product .image {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .product-page .product .image {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .product-page .product .image {
    height: 250px;
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  .product-page .product .image {
    height: 215px;
  }
}
.product-page .product .image img {
  opacity: 0;
}
.product-page .product.visible:nth-child(1) .image img {
  animation: 0.5s 0.5s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(2) .image img {
  animation: 0.5s 0.6s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(3) .image img {
  animation: 0.5s 0.7s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(4) .image img {
  animation: 0.5s 0.8s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(5) .image img {
  animation: 0.5s 0.9s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(6) .image img {
  animation: 0.5s 1s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(7) .image img {
  animation: 0.5s 1.1s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(8) .image img {
  animation: 0.5s 1.2s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(9) .image img {
  animation: 0.5s 0.5s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(10) .image img {
  animation: 0.5s 0.6s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(11) .image img {
  animation: 0.5s 0.7s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(12) .image img {
  animation: 0.5s 0.8s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(13) .image img {
  animation: 0.5s 0.5s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(14) .image img {
  animation: 0.5s 0.6s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(15) .image img {
  animation: 0.5s 0.7s fadeInUp ease-in-out forwards;
}
.product-page .product.visible:nth-child(16) .image img {
  animation: 0.5s 0.8s fadeInUp ease-in-out forwards;
}
@media (max-width: 991px) {
  .product-page .product.visible:nth-child(1) .image img {
    animation: 0.5s 0.5s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(2) .image img {
    animation: 0.5s 0.6s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(3) .image img {
    animation: 0.5s 0.7s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(4) .image img {
    animation: 0.5s 0.8s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(5) .image img {
    animation: 0.5s 0.9s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(6) .image img {
    animation: 0.5s 1s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(7) .image img {
    animation: 0.5s 0.5s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(8) .image img {
    animation: 0.5s 0.6s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(9) .image img {
    animation: 0.5s 0.7s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(10) .image img {
    animation: 0.5s 0.5s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(11) .image img {
    animation: 0.5s 0.6s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(12) .image img {
    animation: 0.5s 0.7s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(13) .image img {
    animation: 0.5s 0.5s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(14) .image img {
    animation: 0.5s 0.6s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(15) .image img {
    animation: 0.5s 0.7s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(16) .image img {
    animation: 0.5s 0.5s fadeInUp ease-in-out forwards;
  }
}
@media (max-width: 767px) {
  .product-page .product.visible:nth-child(1) .image img {
    animation: 0.5s 0.4s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(2) .image img {
    animation: 0.5s 0.5s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(odd) .image img {
    animation: 0.5s 0s fadeInUp ease-in-out forwards;
  }
  .product-page .product.visible:nth-child(even) .image img {
    animation: 0.5s 0.1s fadeInUp ease-in-out forwards;
  }
}
.product-page .product h2 {
  font-size: 120%;
  text-align: center;
  padding: 15px;
  margin-bottom: 0;
  border-top: 1px solid #aaa;
}
@media (max-width: 767px) {
  .product-page .product h2 {
    font-size: 110%;
  }
}
.faq .text-above {
  margin-bottom: 30px;
}
.faq .accordion {
  margin-bottom: 60px;
}
.faq .accordion .panel {
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.faq .accordion .panel .panel-header h3 {
  color: #ed1c24;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .faq .accordion .panel .panel-header h3 {
    font-size: 100%;
  }
}
.faq .accordion .panel .panel-header h3 a:before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 10px;
}
.faq .accordion .panel .panel-header h3 a.collapsed:before {
  content: '';
}
.faq .accordion .panel .panel-body {
  padding: 15px 15px 15px 35px;
}
@media (max-width: 767px) {
  .faq .accordion .panel .panel-body {
    padding: 15px;
  }
}
.faq .accordion .panel .panel-body ul {
  padding-left: 20px;
  padding-top: 10px;
}
.faq .accordion .panel .panel-body ul li {
  list-style: disc;
}
.faq .text-below {
  text-align: center;
  font-size: 80%;
  color: #999;
}
.page-id-162 #store-locator-landing {
  background-image: url('/wp-content/uploads/2020/03/CT_white-map-bg.jpg');
  background-position: center bottom;
  background-size: cover;
  padding: 90px 0 60px;
}
@media (max-width: 767px) {
  .page-id-162 #store-locator-landing {
    padding: 60px 0 30px;
  }
}
.page-id-162 #store-locator-landing h1 {
  text-align: center;
  font-size: 250%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-id-162 #store-locator-landing h1 {
    font-size: 140%;
  }
}
.page-id-162 #product_slider {
  padding-top: 0px;
}
.find-title {
  text-align: center;
}
.clubtailsForm {
  margin-bottom: 30px;
}
.clubtailsForm .form-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .clubtailsForm .form-wrap {
    flex-flow: column;
  }
}
.clubtailsForm .selectDiv {
  width: 275px;
  margin-right: 15px;
  display: relative;
}
@media (max-width: 767px) {
  .clubtailsForm .selectDiv {
    margin-right: 0;
  }
}
.clubtailsForm .selectDiv:after {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .clubtailsForm .selectDiv:after {
    right: 65px;
  }
}
.clubtailsForm #FlavorsSelect, .clubtailsForm #SizeSelect {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background: #ed1c24;
  border: 1px solid #111;
  color: #fff;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url(/wp-content/uploads/2019/02/angle-down-solid.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 90% center;
}
@media (max-width: 767px) {
  .clubtailsForm #FlavorsSelect, .clubtailsForm #SizeSelect {
    float: none;
    margin-bottom: 15px;
  }
}
.clubtailsForm #FlavorsSelect:hover, .clubtailsForm #SizeSelect:hover {
  background: #111;
}
.clubtailsForm #zipfield {
  display: flex;
}
@media (max-width: 767px) {
  .clubtailsForm #zipfield {
    justify-content: center;
  }
}
.clubtailsForm #zipfield input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #111;
  padding: 10px 10px 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.clubtailsForm #zipfield input::placeholder {
  color: #999;
}
.clubtailsForm #zipfield #searchSubmit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ed1c24;
  border: 1px solid #111;
  border-left: none;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.clubtailsForm #zipfield #searchSubmit:hover {
  background: #111;
  cursor: pointer;
}
.callout {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  text-align: center;
}
.resultsMAPSlocation {
  padding: 30px 0;
}
.resultsMAPSlocation .resultsMAPSlocation_inner {
  display: flex;
  flex-wrap: wrap;
}
.resultsMAPSlocation .resultsMAPSlocation_inner .wrapMapLocation {
  width: 25%;
  margin-bottom: 10px;
  padding: 10px;
}
@media (max-width: 1200px) {
  .resultsMAPSlocation .resultsMAPSlocation_inner .wrapMapLocation {
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .resultsMAPSlocation .resultsMAPSlocation_inner .wrapMapLocation {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .resultsMAPSlocation .resultsMAPSlocation_inner .wrapMapLocation {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.resultsMAPSlocation .resultsMAPSlocation_inner .wrapMapLocation .wrapADDinfo {
  padding: 15px;
  border: 1px solid #ccc;
  height: 100%;
}
.resultsMAPSlocation .resultsMAPSlocation_inner .wrapMapLocation .wrapADDinfo .available-sizes {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 1px;
}
.resultsMAPSlocation .resultsMAPSlocation_inner .wrapMapLocation .wrapADDinfo .size {
  font-weight: 600;
  font-size: 95%;
}
.resultsMAPSlocation .resultsMAPSlocation_inner .wrapMapLocation .wrapADDinfo .size:after {
  content: ',';
}
.resultsMAPSlocation .resultsMAPSlocation_inner .wrapMapLocation .wrapADDinfo .size:last-child:after {
  content: none;
}
.resultsMAPSlocation .resultsMAPSlocation_inner .wrapMapLocation .wrapADDinfo .mapMarkerLinks {
  font-weight: 600;
}
@media (max-width: 767px) {
  .single-products .title {
    height: auto;
  }
}
.single-products .title h1.product-title {
  font-size: 250%;
  text-align: left;
  line-height: 1.2;
  opacity: 0;
  animation: 1s fadeInLeft 0.3s forwards;
}
@media (max-width: 991px) {
  .single-products .title h1.product-title {
    font-size: 220%;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .single-products .title h1.product-title {
    font-size: 150%;
    text-align: center;
    padding: 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .single-products .title .col-md-2 {
    height: 150px;
  }
}
.single-products .title .col-md-2 .abv-logo {
  width: 200px;
  margin: 0 auto;
  transform: translateY(50px);
}
@media (max-width: 1200px) {
  .single-products .title .col-md-2 .abv-logo {
    width: 150px;
    transform: translateY(80px);
  }
}
@media (max-width: 991px) {
  .single-products .title .col-md-2 .abv-logo {
    width: 120px;
    transform: translateX(-30px);
    transform: translateY(15px);
  }
}
@media (max-width: 767px) {
  .single-products .title .col-md-2 .abv-logo {
    display: none;
  }
}
.single-products .color {
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .single-products .color {
    padding: 30px 0;
  }
}
.single-products .color .product-image {
  margin-top: -150px;
  animation: fadeInUp 1s;
}
@media (max-width: 767px) {
  .single-products .color .product-image {
    width: 200px;
    margin: -90px auto 0;
  }
}
.single-products .color .content-col {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.single-products .color .content-col .content {
  font-weight: 600;
  font-size: 110%;
  opacity: 0;
  animation: 1s fadeInLeft 0.5s forwards;
}
@media (max-width: 767px) {
  .single-products .color .content-col .content {
    padding: 30px 15px;
    text-align: center;
  }
}
.single-products .color .content-col .available-text {
  color: #111;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-products .color .content-col .available-text {
    text-align: center;
    margin-bottom: 30px;
  }
}
.single-products .color .content-col .available {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .single-products .color .content-col .available {
    flex-flow: column;
  }
}
.single-products .color .content-col .available p {
  color: #111;
  font-weight: 600;
  margin-right: 30px;
  margin-bottom: 0;
  padding-top: 75px;
}
@media (max-width: 1200px) {
  .single-products .color .content-col .available p {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .single-products .color .content-col .available p {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .single-products .color .content-col .available p {
    margin: 0 0 10px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .single-products .color .content-col .available .sizes {
    text-align: center;
  }
}
.single-products .color .content-col .available .sizes img {
  display: inline-block;
  height: 250px;
  width: auto;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .single-products .color .content-col .available .sizes img {
    height: 195px;
  }
}
@media (max-width: 991px) {
  .single-products .color .content-col .available .sizes img {
    height: 140px;
  }
}
.single-products .color .content-col .available.variety .sizes img {
  height: 160px;
}
@media (max-width: 1200px) {
  .single-products .color .content-col .available.variety .sizes img {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .single-products .color .content-col .available.variety .sizes img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .single-products .color .content-col .available.variety .sizes img {
    height: 100px;
  }
}
.single-products .color .abv-logo {
  display: none;
}
@media (max-width: 767px) {
  .single-products .color .abv-logo {
    display: block;
    width: 150px;
    margin: 0 auto;
  }
}
.single-products .find.strip {
  padding: 30px;
  background: url(/wp-content/uploads/2018/11/product_strip_bg.jpg);
  background-size: cover;
}
.single-products .find.strip .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .single-products .find.strip .content {
    flex-flow: column;
  }
}
.single-products .find.strip .content p {
  margin: 0 15px 0 0;
  font-size: 140%;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .single-products .find.strip .content p {
    font-size: 110%;
  }
}
@media (max-width: 767px) {
  .single-products .find.strip .content p {
    font-size: 130%;
    margin: 0 0 15px;
    text-align: center;
  }
}
.single-products .find.strip .content #flavorSearch #zipfields {
  display: flex;
}
@media (max-width: 767px) {
  .single-products .find.strip .content #flavorSearch #zipfields {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .single-products .find.strip .content #flavorSearch #zipfields {
    flex-flow: column;
    align-items: center;
  }
}
.single-products .find.strip .content #flavorSearch #zipfields #SizeSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 15px;
  padding-left: 15px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background: #ed1c24;
  border: 1px solid #111;
  color: #fff;
  outline: none;
  position: relative;
  background-image: url(/wp-content/uploads/2019/02/angle-down-solid.svg);
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 90% center;
  min-width: 200px;
}
@media (max-width: 500px) {
  .single-products .find.strip .content #flavorSearch #zipfields #SizeSelect {
    width: 225px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 15px;
    background-size: 6%;
  }
}
.single-products .find.strip .content #flavorSearch #zipfields input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #111;
  padding: 10px 10px 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.single-products .find.strip .content #flavorSearch #zipfields input::placeholder {
  color: #999;
}
@media (max-width: 500px) {
  .single-products .find.strip .content #flavorSearch #zipfields input {
    border-radius: 6px;
    margin-bottom: 15px;
  }
}
.single-products .find.strip .content #flavorSearch #zipfields #searchSubmit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ed1c24;
  border: 1px solid #111;
  border-left: none;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
@media (max-width: 500px) {
  .single-products .find.strip .content #flavorSearch #zipfields #searchSubmit {
    border-radius: 6px;
    border-left: 1px solid #111;
  }
}
.single-products .find.strip .content #flavorSearch #zipfields #searchSubmit:hover {
  background: #111;
  cursor: pointer;
}
.single-products .nav-previous, .single-products .nav-next {
  position: absolute;
  top: 500px;
}
@media (max-width: 1200px) {
  .single-products .nav-previous, .single-products .nav-next {
    top: 450px;
  }
}
@media (max-width: 991px) {
  .single-products .nav-previous, .single-products .nav-next {
    top: 440px;
  }
}
@media (max-width: 767px) {
  .single-products .nav-previous, .single-products .nav-next {
    top: 400px;
  }
}
.single-products .nav-previous a, .single-products .nav-next a {
  font-size: 0px;
}
.single-products .nav-previous a:hover, .single-products .nav-next a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.single-products .nav-previous a:before, .single-products .nav-next a:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 40px;
  color: #333;
}
.single-products .nav-previous {
  left: 30px;
}
.single-products .nav-previous a:before {
  content: '';
}
.single-products .nav-next {
  right: 30px;
}
.single-products .nav-next a:after {
  content: '';
}
.seltzer__hero {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .seltzer__hero {
    padding: 20px 0 60px;
  }
}
.seltzer__hero .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #222;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}
.seltzer__hero .overlay-torn-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: url('/wp-content/uploads/2021/01/torn-paper-wide_5000-scaled.jpg');
  background-repeat: no-repeat;
  background-position: 54% top;
  background-size: cover;
}
@media (max-width: 1200px) {
  .seltzer__hero .overlay-torn-edge {
    height: 75%;
  }
}
@media (max-width: 991px) {
  .seltzer__hero .overlay-torn-edge {
    height: 80%;
  }
}
@media (max-width: 767px) {
  .seltzer__hero .overlay-torn-edge {
    height: 100%;
  }
}
.seltzer__hero .seltzer__hero__content {
  text-align: center;
}
.seltzer__hero .seltzer__hero__content .seltzer__hero__intro {
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: 700;
}
.seltzer__hero .seltzer__hero__content img {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .seltzer__hero .seltzer__hero__content img {
    max-width: 200px;
  }
}
.seltzer__hero .seltzer__hero__graphic {
  text-align: center;
}
.seltzer__hero .seltzer__hero__graphic img {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.seltzer__product-details {
  position: relative;
  color: #fff;
  padding: 15px 0 60px;
}
.seltzer__product-details .overlay {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #e57e3a;
}
.seltzer__product-details .overlay .overlay__stripe {
  position: absolute;
  height: 30px;
  width: 25%;
  background-color: #fff;
}
.seltzer__product-details .overlay .overlay__stripe.overlay__stripe--1 {
  top: -1px;
  right: 0;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
.seltzer__product-details .overlay .overlay__stripe.overlay__stripe--2 {
  bottom: -1px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.seltzer__product-details .seltzer__product-details__graphic {
  text-align: center;
}
.seltzer__product-details .seltzer__product-details__graphic img {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .seltzer__product-details .seltzer__product-details__graphic img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.seltzer__product-details .seltzer__product-details__content {
  padding-top: 110px;
}
@media (max-width: 1200px) {
  .seltzer__product-details .seltzer__product-details__content {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .seltzer__product-details .seltzer__product-details__content {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .seltzer__product-details .seltzer__product-details__content {
    padding-top: 0px;
  }
}
.seltzer__product-details .seltzer__product-details__content h2 {
  font-size: 200%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .seltzer__product-details .seltzer__product-details__content h2 {
    font-size: 150%;
  }
}
.seltzer__product-details .seltzer__product-details__meta {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .seltzer__product-details .seltzer__product-details__meta {
    max-width: 400px;
    flex-flow: wrap;
  }
}
.seltzer__product-details .seltzer__product-details__meta .seltzer__product-details__meta-item {
  padding: 10px 15px;
  text-align: center;
}
.seltzer__product-details .seltzer__product-details__meta .seltzer__product-details__meta-item .value {
  display: block;
  font-size: 300%;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .seltzer__product-details .seltzer__product-details__meta .seltzer__product-details__meta-item .value {
    font-size: 250%;
  }
}
.seltzer__product-details .seltzer__product-details__meta .seltzer__product-details__meta-item .label {
  font-size: 85%;
  text-transform: uppercase;
}
.seltzer__product-details .seltzer__product-details__meta .seltzer__product-details__meta-item.circle {
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.seltzer__product-showcase {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .seltzer__product-showcase {
    padding: 60px 0;
  }
}
.seltzer__product-showcase .seltzer__product-slider {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .seltzer__product-showcase .seltzer__product-slider {
    width: 95%;
  }
}
.seltzer__product-showcase .seltzer__product-slider .seltzer__product-slider__item {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .seltzer__product-showcase .seltzer__product-slider .seltzer__product-slider__item img {
    margin-bottom: 30px;
  }
}
.seltzer__product-showcase .seltzer__product-slider .seltzer__product-slider__item h3 {
  font-size: 200%;
  max-width: 400px;
}
@media (max-width: 991px) {
  .seltzer__product-showcase .seltzer__product-slider .seltzer__product-slider__item h3 {
    font-size: 125%;
  }
}
.seltzer__product-showcase .seltzer__product-slider .seltzer__product-slider__item p {
  font-size: 100%;
  max-width: 375px;
}
.seltzer__product-showcase .seltzer__product-slider .slick-arrow {
  height: 30px;
  width: 30px;
}
.seltzer__product-showcase .seltzer__product-slider .slick-arrow:before {
  font-size: 30px;
  color: #ed1c24;
}
.seltzer__product-showcase .seltzer__product-slider .slick-prev {
  left: -60px;
}
@media (max-width: 991px) {
  .seltzer__product-showcase .seltzer__product-slider .slick-prev {
    left: -40px;
  }
}
@media (max-width: 600px) {
  .seltzer__product-showcase .seltzer__product-slider .slick-prev {
    left: -15px;
  }
}
.seltzer__product-showcase .seltzer__product-slider .slick-next {
  right: -60px;
}
@media (max-width: 991px) {
  .seltzer__product-showcase .seltzer__product-slider .slick-next {
    right: -40px;
  }
}
@media (max-width: 600px) {
  .seltzer__product-showcase .seltzer__product-slider .slick-next {
    right: -15px;
  }
}
.seltzer__hero-cta {
  position: relative;
  min-height: 500px;
}
@media (max-width: 767px) {
  .seltzer__hero-cta {
    min-height: 400px;
  }
}
.seltzer__hero-cta .seltzer__hero-cta__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2021/01/ct_seltzer_cta-bg-1.jpg');
  background-size: cover;
  background-position: center center;
  filter: grayscale(1);
  opacity: 0.9;
}
.seltzer__hero-cta .seltzer__hero-cta__image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.seltzer__hero-cta .seltzer__hero-cta__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.seltzer__hero-cta .seltzer__hero-cta__content-wrapper .seltzer__hero-cta__content {
  position: relative;
  width: 100%;
}
.seltzer__hero-cta .seltzer__hero-cta__content-wrapper .seltzer__hero-cta__content .seltzer__hero-cta__content-stripe {
  min-height: 90px;
  background: rgba(169, 76, 145, 0.7);
  color: #fff;
  padding: 10px 40px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .seltzer__hero-cta .seltzer__hero-cta__content-wrapper .seltzer__hero-cta__content .seltzer__hero-cta__content-stripe {
    min-height: 60px;
  }
}
.seltzer__hero-cta .seltzer__hero-cta__content-wrapper .seltzer__hero-cta__content .seltzer__hero-cta__content-stripe.seltzer__hero-cta__content-stripe--top {
  width: 40%;
  margin-left: auto;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
}
.seltzer__hero-cta .seltzer__hero-cta__content-wrapper .seltzer__hero-cta__content .seltzer__hero-cta__content-stripe.seltzer__hero-cta__content-stripe--middle {
  clip-path: polygon(40px 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.seltzer__hero-cta .seltzer__hero-cta__content-wrapper .seltzer__hero-cta__content .seltzer__hero-cta__content-stripe.seltzer__hero-cta__content-stripe--middle h2 {
  font-size: 200%;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .seltzer__hero-cta .seltzer__hero-cta__content-wrapper .seltzer__hero-cta__content .seltzer__hero-cta__content-stripe.seltzer__hero-cta__content-stripe--middle h2 {
    font-size: 100%;
  }
}
.seltzer__hero-cta .seltzer__hero-cta__content-wrapper .seltzer__hero-cta__content .seltzer__hero-cta__content-stripe.seltzer__hero-cta__content-stripe--bottom {
  width: 40%;
  margin-bottom: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
}
#careers .top-content {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
#careers .job-listings {
  margin-bottom: 30px;
}
#careers .job-listings h2 {
  margin-bottom: 30px;
}
#careers .job-listings .job-listing {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
#careers .job-listings .job-listing:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
#careers .job-listings .job-listing .far {
  margin-right: 10px;
  color: #ed1c24;
}
@media (max-width: 767px) {
  #careers .job-listings .job-listing .title, #careers .job-listings .job-listing .location {
    display: block;
  }
}
#careers .job-listings .job-listing .location {
  color: #666;
}
@media (max-width: 767px) {
  #careers .job-listings .job-listing .location {
    padding-left: 23px;
  }
}
#careers .content-below strong {
  font-weight: 700;
}
#careers hr {
  margin: 30px 0;
}
#careers .content-main {
  margin-bottom: 30px;
}
#careers .content-main strong {
  font-weight: 700;
}
#careers .employee-benefits {
  text-align: center;
}
#careers .employee-benefits h3 {
  margin-bottom: 15px;
}
#careers .employee-benefits .benefits {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #careers .employee-benefits .benefits {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 600px) {
  #careers .employee-benefits .benefits {
    flex-flow: wrap;
  }
}
#careers .employee-benefits .benefits .benefit {
  width: 150px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #careers .employee-benefits .benefits .benefit {
    width: 25%;
    min-width: 140px;
  }
}
#careers .employee-benefits .benefits .benefit .icon {
  width: 100px;
}
body .hbspt-form .hs-form fieldset {
  max-width: 100%;
}
body .hbspt-form .hs-form fieldset label, body .hbspt-form .hs-form fieldset .hs-input {
  font-family: 'Raleway', sans-serif;
}
body .hbspt-form .hs-form fieldset label {
  color: #333;
  text-transform: uppercase;
}
body .hbspt-form .hs-form fieldset .hs-error-msgs label {
  font-size: 12px;
  color: #ed1c24;
  margin-top: 5px;
  text-transform: none;
}
body .hbspt-form .hs-form fieldset input, body .hbspt-form .hs-form fieldset textarea {
  padding: 10px !important;
}
body .hbspt-form .hs-form label, body .hbspt-form .hs-form .hs-input {
  font-family: 'Raleway', sans-serif;
}
body .hbspt-form .hs-form label {
  color: #333;
  text-transform: uppercase;
}
body .hbspt-form .hs-form select.hs-input {
  height: 40px;
}
body .hbspt-form .hs-form .hs-submit .hs-button {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 100%;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  background-color: #ed1c24;
  padding: 15px 30px;
  text-shadow: none;
  box-shadow: none;
}
body .hbspt-form .hs-form .hs-submit .hs-button:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  text-shadow: none;
  box-shadow: none;
}
#goog_conv_iframe {
  display: none;
}
#top-find-panel {
  position: fixed;
  width: 100%;
  height: auto;
  top: -260px;
  z-index: 1;
  padding: 25px;
  padding-top: 135px;
  color: #fff;
  background-color: #333;
  background-image: url(/wp-content/uploads/2018/10/map_bg.png);
  background-position: center center;
  background-size: cover;
  text-align: center;
  -webkit-transition: 300ms ease-out all;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  #top-find-panel {
    padding: 30px;
    padding-top: 90px;
    top: -310px;
  }
}
#top-find-panel.open {
  -webkit-transition: 300ms ease-out all;
  transition: 300ms ease all;
  -webkit-transform: translateY(260px);
  transform: translateY(260px);
  -webkit-transform: translate3d(0, 260px, 0);
  transform: translate3d(0, 260px, 0);
}
@media (max-width: 767px) {
  #top-find-panel.open {
    -webkit-transform: translateY(310px);
    transform: translateY(310px);
    -webkit-transform: translate3d(0, 310px, 0);
    transform: translate3d(0, 310px, 0);
  }
}
#top-find-panel h2 {
  font-size: 125%;
}
#top-find-panel .location .btn {
  font-size: 90%;
}
#top-find-panel .or {
  padding: 10px 30px;
}
#top-find-panel .zip {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #top-find-panel .zip {
    flex-flow: column;
  }
}
#top-find-panel .zip p {
  margin-right: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #top-find-panel .zip p {
    margin: 0 0 10px 0;
  }
}
#top-find-panel .zip #zipfield {
  display: flex;
}
#top-find-panel .zip #zipfield input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #111;
  padding: 10px 10px 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
#top-find-panel .zip #zipfield input::placeholder {
  color: #999;
}
#top-find-panel .zip #zipfield #searchSubmit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ed1c24;
  border: 1px solid #111;
  border-left: none;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
#top-find-panel .zip #zipfield #searchSubmit:hover {
  background: #111;
  cursor: pointer;
}
.admin-bar #top-find-panel {
  padding-top: 170px;
}
#left-nav-panel {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 275px;
  top: 0;
  left: -275px;
  background: #333;
  color: #fff;
  padding: 100px 0 15px;
  -webkit-transition: 300ms ease-out all;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  #left-nav-panel {
    padding: 74px 0 15px;
  }
}
#left-nav-panel.open {
  -webkit-transition: 300ms ease-out all;
  transition: 300ms ease all;
  -webkit-transform: translateX(275px);
  transform: translateX(275px);
  -webkit-transform: translate3d(275px, 0, 0);
  transform: translate3d(275px, 0, 0);
}
#left-nav-panel .nav-logo {
  width: 60%;
  margin: 0 auto;
  padding: 10px;
}
#left-nav-panel nav#mobile-menu {
  margin-bottom: 30px;
}
#left-nav-panel nav#mobile-menu ul.menu {
  text-align: center;
  border-top: 1px solid #222;
  border-bottom: 1px solid #444;
}
#left-nav-panel nav#mobile-menu ul.menu li.menu-item a {
  display: block;
  color: #fff;
  background: #222;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 120%;
  border-bottom: 1px solid #111;
  border-top: 1px solid #333;
  border-left: 5px solid #ed1c24;
}
#left-nav-panel nav#mobile-menu ul.menu li.menu-item a:hover, #left-nav-panel nav#mobile-menu ul.menu li.menu-item a:focus, #left-nav-panel nav#mobile-menu ul.menu li.menu-item a:active {
  background: #ed1c24;
  text-decoration: none;
}
#left-nav-panel .social-links {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 30px;
}
#left-nav-panel .social-links .social-links a {
  width: 30px;
}
.admin-bar #left-nav-panel {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #left-nav-panel {
    margin-top: 46px;
  }
}
.age-gate-wrapper {
  height: 100%;
}
.age-gate {
  text-align: left;
}
@media (max-width: 767px) {
  .age-gate {
    text-align: center;
  }
}
.age-gate-form {
  max-width: 600px;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2019/07/Clubtails_Sex_on_The_Beqach_16oz_3D.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding-left: 190px;
}
@media (max-width: 767px) {
  .age-gate-form {
    max-width: 90%;
    background-image: none;
    padding: 0;
  }
}
.age-gate-heading.age-gate-logo img {
  max-width: 250px;
}
.age-gate-form p.age-gate-challenge {
  font-family: 'Raleway', sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .age-gate-form p.age-gate-challenge {
    font-size: 30px;
  }
}
.age-gate-form p {
  font-size: 14px;
}
.age-gate-submit-yes {
  background: #ff1c51;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px 30px;
  font-weight: 600;
  cursor: pointer;
}
.age-gate-submit-no {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px 30px;
  font-weight: 600;
  cursor: pointer;
}
#menu .menu ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: 0.2s linear opacity;
}
#menu .menu li:hover ul, #menu .menu li:focus ul, ul.show-menu {
  left: 0;
  opacity: 0.99;
}
