/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
html {
  overflow-y: scroll;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

body {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  font-family: "Texta", Helvetica, Arial, sans-serif;
  background: white;
  color: #005186;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}

p {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
p.small {
  font-size: 70%;
  line-height: 1.2em;
  margin: 10px auto;
}
p.small a {
  text-decoration: underline;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div.clear {
  clear: both;
}

h1 {
  font: normal normal 88px/90px "BubbleGum", Helvetica, Arial, sans-serif;
  margin: 40px 0 10px 0;
  color: #005186;
  text-shadow: 0 7px 0 #D7E9F9;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 47px;
    line-height: 55px;
    text-shadow: 0 4px 0 #D7E9F9;
    margin: 20px 0 10px 0;
  }
}

h2 {
  font: normal normal 45px/50px "BubbleGum", Helvetica, Arial, sans-serif;
  margin: 40px 0 10px 0;
  color: #005186;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 20px 0 10px 0;
  }
}

h3 {
  font: normal normal 30px/35px "Suti", Helvetica, Arial, sans-serif;
  margin: 30px 0 10px 0;
  color: #FF7DA2;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h3 {
    line-height: 32px;
    margin: 20px 0 10px 0;
  }
}

h4 {
  font-size: 35px;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 25px;
  }
}
h4 a {
  border-bottom: 2px dotted #005186;
}

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  header.main {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
header.main .header_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  header.main .header_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  header.main .header_inner {
    padding: 0 20px;
  }
}
header.main .header_inner .logo {
  text-align: left;
}
header.main .header_inner .logo img {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  header.main .header_inner .logo img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  header.main .header_inner nav {
    display: none;
  }
}
header.main .header_inner nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.main .header_inner nav ul.menu > li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
header.main .header_inner nav ul.menu > li a {
  font: normal normal 17px/normal "Texta", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: block;
  padding: 20px 10px;
  overflow: hidden;
  text-align: center;
  color: #005186;
}
@media screen and (max-width: 1200px) {
  header.main .header_inner nav ul.menu > li a {
    padding: 12px;
    font-size: 15px;
    background: none !important;
  }
}
@media screen and (max-width: 960px) {
  header.main .header_inner nav ul.menu > li a {
    padding: 9px;
    font-size: 14px;
  }
}
header.main .header_inner nav ul.menu > li:hover > a, header.main .header_inner nav ul.menu > li > a:hover {
  color: #FF7DA2;
}
header.main .header_inner nav ul.menu > li.current_page_item > a, header.main .header_inner nav ul.menu > li.current_page_parent > a, header.main .header_inner nav ul.menu > li.current-menu-item > a {
  font-weight: bold;
  color: #FF7DA2;
  background: url(../images/menu-underline.svg) no-repeat center bottom;
}
header.main .header_inner nav ul.menu > li > ul.sub-menu {
  position: absolute;
  left: 0;
  top: 98%;
  border-radius: 10px;
  display: none;
  background: #fbf3f3;
  margin: 0;
  padding: 0;
  width: 250px;
  z-index: 2;
}
header.main .header_inner nav ul.menu > li > ul.sub-menu li {
  display: block;
}
header.main .header_inner nav ul.menu > li > ul.sub-menu li a {
  display: block;
  padding: 8px 22px;
  color: #212A55;
  text-align: left;
  font-size: 16px;
}
header.main .header_inner nav ul.menu > li > ul.sub-menu li a:after {
  display: none !important;
}
header.main .header_inner nav ul.menu > li > ul.sub-menu li a:hover {
  color: #FF7DA2 !important;
}
header.main .header_inner nav ul.menu > li > ul.sub-menu li.current_page_item > a {
  color: #FF7DA2;
}
header.main .header_inner nav ul.menu > li > ul.sub-menu li:first-child a {
  padding-top: 14px;
}
header.main .header_inner nav ul.menu > li > ul.sub-menu li:last-child a {
  padding-bottom: 14px;
}
header.main .header_inner nav ul.menu > li > ul.sub-menu ul.sub-menu {
  display: none !important;
}
header.main .header_inner nav ul.menu > li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.header_spacer {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_spacer {
    display: block;
    height: 80px;
  }
}

header.main ul.main-menu > li {
  position: relative;
}
header.main ul.main-menu > li > ul.sub-menu {
  position: absolute;
  left: 0;
  top: 98%;
  border-radius: 10px;
  display: none;
  background: #fbf3f3;
  margin: 0;
  padding: 0;
  width: 250px;
  z-index: 2;
}
header.main ul.main-menu > li > ul.sub-menu li {
  display: block;
}
header.main ul.main-menu > li > ul.sub-menu li a {
  display: block;
  padding: 8px 22px;
  color: #212A55;
}
header.main ul.main-menu > li > ul.sub-menu li a:after {
  display: none !important;
}
header.main ul.main-menu > li > ul.sub-menu li a:hover {
  color: #FF7DA2 !important;
}
header.main ul.main-menu > li > ul.sub-menu li.current_page_item > a {
  color: #212A55;
}
header.main ul.main-menu > li > ul.sub-menu li:first-child a {
  padding-top: 14px;
}
header.main ul.main-menu > li > ul.sub-menu li:last-child a {
  padding-bottom: 14px;
}
header.main ul.main-menu > li > ul.sub-menu ul.sub-menu {
  display: none !important;
}
header.main ul.main-menu > li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.mobile_nav {
  display: none;
}

.wpmm-menu {
  top: 80px;
}

a.nav_toggle {
  display: none;
  position: absolute;
  top: 12px;
  right: 6px;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  a.nav_toggle {
    display: block;
  }
}
a.nav_toggle .hamburger {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 18px;
}
a.nav_toggle .hamburger div {
  position: absolute;
  border-radius: 10px;
  height: 2px;
  width: 25px;
  left: 0;
  background: #FF7DA2;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
a.nav_toggle .hamburger div.hamburger1 {
  top: 0;
}
a.nav_toggle .hamburger div.hamburger2 {
  top: 9px;
}
a.nav_toggle .hamburger div.hamburger3 {
  top: 18px;
}

.mm-wrapper--opened .hamburger div.hamburger1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px !important;
}
.mm-wrapper--opened .hamburger div.hamburger2 {
  opacity: 0;
}
.mm-wrapper--opened .hamburger div.hamburger2, .mm-wrapper--opened .hamburger div.hamburger3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px !important;
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1px 0;
}
@media screen and (max-width: 1500px) {
  .wrapper {
    max-width: 1200px;
  }
}
.clouds {
  background: url(../images/cloud_bg2.png) repeat-y center top;
  background-size: 2390px auto;
  min-height: 600px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1500px) {
  .clouds {
    background-size: 2100px auto;
  }
}
@media screen and (max-width: 767px) {
  .clouds {
    padding-bottom: 0;
  }
}

.post-type-archive-product .clouds {
  background-image: url(../images/cloud_bg_products1.png);
}
@media screen and (max-width: 767px) {
  .post-type-archive-product .clouds {
    background-image: url(../images/clouds_products_mobile.png);
    background-size: 685px auto;
  }
}

.wrapper_pink {
  background: #FFDFDE;
  min-height: 900px;
}
@media screen and (max-width: 767px) {
  .wrapper_pink {
    min-height: 0;
  }
}

.mm-page {
  background: #FFDFDE;
}

.mm-listitem:after {
  display: none !important;
}

.wpmm-menu.mm-menu a {
  color: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.mm-navbar__title > span {
  display: none;
}

.wpmm-menu .mm-btn:after, .mm-btn:before {
  border-color: white !important;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border: none !important;
}

.mm-navbar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.mm-navbar .mm-btn--prev:after {
  content: "Back";
  display: inline;
  border: none;
  margin-left: 36px;
}

.mm-navbars--top {
  border: none !important;
}

.mm-listitem--selected > .mm-listitem__text {
  background: none !important;
}

.mm-listitem__text {
  overflow: visible;
}

.page_header {
  background: url(../images/header_bg2.png) repeat-x top center;
  background-size: auto 100%;
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .page_header {
    margin: 0 0 -20px 0;
  }
}
.page_header h1 {
  margin: 0;
}
.page_header h2, .page_header h3 {
  margin: 10px 0;
}
.page_header .page_header_inner {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 30px 200px 30px;
  background: url(../images/header_bg1.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .page_header .page_header_inner {
    padding: 30px 20px 100px 20px;
  }
}
.page_header .page_header_inner img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .page_header .page_header_inner img {
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.win_header {
  text-align: center;
}
.win_header img.win_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .win_header img.win_desktop {
    display: none;
  }
  .win_header img.win_mobile {
    display: block;
  }
}

.maxwidth {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .maxwidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modules section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modules section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modules section.module_text_only p a {
  text-decoration: underline;
}
.modules section.module_text_only p a.button {
  text-decoration: none;
}
.modules section.module_carousel .carousel_slider a {
  padding: 10px;
}
.modules section.module_carousel .carousel_slider a video {
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  max-width: 100%;
}
.modules section.module_carousel .carousel_slider a img {
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.modules section.module_carousel.free .carousel_slider a img, .modules section.module_carousel.free .carousel_slider a video {
  aspect-ratio: auto;
}
.modules section.module_carousel a.slick-arrow-custom {
  display: block;
  position: absolute;
  top: 50%;
  left: -100px;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 0;
  background: url(../images/prev_on.svg) no-repeat center center;
  background-size: contain;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .modules section.module_carousel a.slick-arrow-custom {
    width: 20px;
    left: -35px;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_carousel a.slick-arrow-custom {
    display: none !important;
  }
}
.modules section.module_carousel a.slick-arrow-custom:hover {
  background-image: url(../images/prev_on.svg);
}
.modules section.module_carousel a.slick-arrow-custom.slick-next {
  left: auto;
  right: -100px;
  background-image: url(../images/next_on.svg);
}
.modules section.module_carousel a.slick-arrow-custom.slick-next:hover {
  background-image: url(../images/next_on.svg);
}
@media screen and (max-width: 1300px) {
  .modules section.module_carousel a.slick-arrow-custom.slick-next {
    right: -35px;
  }
}
.modules section.module_carousel ul.slick-dots {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_carousel ul.slick-dots {
    margin: 10px 0;
  }
}
.modules section.module_carousel ul.slick-dots li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.modules section.module_carousel ul.slick-dots li button {
  font-size: 0;
  background: white;
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 999px;
  cursor: pointer;
}
.modules section.module_carousel ul.slick-dots li.slick-active button {
  background: #555;
}
.modules section.module_two_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modules section.module_two_images img {
  max-height: 800px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modules section.module_two_images .col_image {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_images .col_image {
    padding: 30px;
  }
  .modules section.module_two_images .col_image img {
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
}
.modules section.module_three_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_three_images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modules section.module_three_images .col_image {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .modules section.module_three_images .col_image {
    padding: 20px;
  }
  .modules section.module_three_images .col_image img {
    max-height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.modules section.module_two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.modules section.module_two_columns .col {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns .col {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns .col ul, .modules section.module_two_columns .col ol {
    padding-left: 0.8em;
    text-align: left;
  }
}
.modules section.module_two_columns.narrow_left .col1 {
  width: 36%;
}
.modules section.module_two_columns.narrow_left .col2 {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns.narrow_left .col {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns.swap_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.modules section.module_three_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modules section.module_three_columns {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.modules section.module_three_columns .col {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .modules section.module_three_columns .col {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .modules section.module_three_columns .col img {
    max-height: 64px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.modules section.module_cta {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
}
.modules section.module_cta .module_cta_inner {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta .module_cta_inner {
    max-width: none;
  }
}
.modules section.module_text_and_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image {
    display: block;
    padding: 0;
  }
}
.modules section.module_text_and_image .module_text_and_image_image {
  width: 46%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_image {
    width: auto;
    margin-left: 0;
    min-height: 250px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .modules section.module_text_and_image .module_text_and_image_image.background_contain {
    width: 90%;
    margin: 0 auto;
  }
}
.modules section.module_text_and_image .module_text_and_image_image video, .modules section.module_text_and_image .module_text_and_image_image img.video_poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modules section.module_text_and_image .module_text_and_image_image img.badge {
  position: absolute;
  top: 10%;
  left: -10%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_image img.badge {
    top: 20%;
    left: 2%;
    width: 30%;
  }
}
.modules section.module_text_and_image.narrow_image .module_text_and_image_image {
  min-height: 250px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image.narrow_image .module_text_and_image_image {
    min-height: 150px;
  }
}
.modules section.module_text_and_image .module_text_and_image_text {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_text {
    width: auto;
    text-align: center;
    padding: 20px;
  }
  .modules section.module_text_and_image .module_text_and_image_text ul, .modules section.module_text_and_image .module_text_and_image_text ol {
    text-align: left;
  }
}
.modules section.module_text_and_image.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.modules section.module_text_and_image.right .module_text_and_image_image img.badge {
  left: auto;
  right: -10%;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image.right .module_text_and_image_image img.badge {
    right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_countdown {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.modules section.module_countdown .countdown_module_clock {
  position: relative;
  background: url(../images/clock_module.png) no-repeat center center;
  width: 630px;
  height: 301px;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modules section.module_countdown .countdown_module_clock {
    width: 300px;
    height: 146px;
  }
}
.modules section.module_countdown .countdown_module_clock .countdown_timer {
  font-family: "Digital-7 Mono";
  text-transform: uppercase;
  color: #FF7298;
  padding: 0;
  width: 500px;
  position: absolute;
  height: 108px;
  top: 84px;
  left: 50%;
  margin-left: -250px;
}
@media screen and (max-width: 767px) {
  .modules section.module_countdown .countdown_module_clock .countdown_timer {
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
    top: 14px;
  }
}
.modules section.module_countdown .countdown_module_clock .countdown_timer #clockdiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.modules section.module_countdown .countdown_module_clock .countdown_timer #clockdiv .colon {
  margin: 0 -20px;
}
.modules section.module_countdown .countdown_module_clock .countdown_timer #clockdiv .years_wrapper {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 44px;
  line-height: 60px;
  color: white;
  text-align: right;
  width: 162px;
}
.modules section.module_countdown .countdown_module_clock .countdown_timer #clockdiv .days_wrapper {
  position: absolute;
  bottom: 1px;
  left: 0;
  font-size: 44px;
  line-height: 60px;
  color: #6BB3F4;
  text-align: right;
  width: 162px;
}
.modules section.module_countdown .countdown_module_clock .countdown_timer #clockdiv .hours_wrapper, .modules section.module_countdown .countdown_module_clock .countdown_timer #clockdiv .hours_wrapper2 {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 113px;
  line-height: 116px;
  color: #FF83AE;
  text-align: left;
  width: 332px;
}
.modules section.module_countdown .countdown_module_clock .countdown_timer #clockdiv .hours_wrapper2 {
  opacity: 0.1;
  pointer-events: none;
}
.modules section.module_countdown .countdown_module_clock .countdown_timer .small, .modules section.module_countdown .countdown_module_clock .countdown_timer .smalltext {
  font-size: 60%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .modules section.module_countdown .countdown_module_clock .countdown_timer .small, .modules section.module_countdown .countdown_module_clock .countdown_timer .smalltext {
    margin-left: 5px;
  }
}
.modules section.module_countdown .countdown_module_clock .countdown_timer .mid, .modules section.module_countdown .countdown_module_clock .countdown_timer .midtext {
  font-size: 80%;
}
.comparison_scores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comparison_scores img {
  width: 20%;
  margin: 2.5%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .comparison_scores img {
    width: 80%;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .comparison_scores {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-id-97 .comparison_scores img {
  width: 18% !important;
  margin: 1%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .page-id-97 .comparison_scores img {
    width: 80% !important;
    margin: 0 0 30px 0;
  }
}

.page-template-page_template_climateclock .page_header {
  display: none;
}
.page-template-page_template_climateclock .wrapper {
  padding: 1px 0;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_climateclock .wrapper {
    padding: 1px 0 1px 0;
  }
}
.page-template-page_template_climateclock a.invisible_link {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_climateclock a.invisible_link {
    display: none;
  }
}
.page-template-page_template_climateclock a.invisible_link.link_plants {
  width: 340px;
  height: 120px;
  top: 40px;
  margin-left: 270px;
}
.page-template-page_template_climateclock a.invisible_link.link_lloyd {
  width: 260px;
  height: 540px;
  top: 730px;
  margin-left: -630px;
}
.page-template-page_template_climateclock a.invisible_link.link_products {
  width: 370px;
  height: 280px;
  top: 730px;
  margin-left: 270px;
}
.page-template-page_template_climateclock .container.climate_countdown {
  background: url(../images/clock_bg5.png) no-repeat center center;
  background-size: 1860px auto;
  height: 1310px;
  text-align: left;
  padding: 1px 0;
  margin: 0 0 -120px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .page-template-page_template_climateclock .container.climate_countdown {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    width: 166.6666666%;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    margin-bottom: -550px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page_template_climateclock .container.climate_countdown {
    -webkit-transform: none;
            transform: none;
    width: auto;
    margin-bottom: 0;
    background: url(../images/clock_bg_mobile3.jpg) no-repeat top center;
    background-size: 660px auto;
    height: 1300px;
  }
}
.page-template-page_template_climateclock .container.climate_countdown img.climate_spinner {
  width: 150px;
  height: 150px;
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_climateclock .container.climate_countdown img.climate_spinner {
    width: 80px;
    height: 80px;
    margin-left: -250px;
    margin-top: 10px;
  }
}
.page-template-page_template_climateclock .container.climate_countdown img.planetb {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 700px;
  left: 45%;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_climateclock .container.climate_countdown img.planetb {
    width: 180px;
    height: 180px;
    margin-left: 0;
    margin-top: 0;
    top: 520px;
    left: auto;
    right: 0;
  }
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner {
  width: 100%;
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner h2 {
  font-family: "Digital-7 Mono";
  font-size: 36px;
  margin: 0;
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer {
  font-family: "Digital-7 Mono";
  text-transform: uppercase;
  color: #FF7298;
  padding: 0;
  width: 500px;
  position: absolute;
  height: 108px;
  top: 452px;
  left: 50%;
  margin-left: -278px;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer {
    -webkit-transform: scale(0.6) translate(44px, -130px);
            transform: scale(0.6) translate(44px, -130px);
  }
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer #clockdiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .colon {
  margin: 0 -20px;
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .years_wrapper {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 44px;
  line-height: 60px;
  color: white;
  text-align: right;
  width: 162px;
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .days_wrapper {
  position: absolute;
  bottom: 1px;
  left: 0;
  font-size: 44px;
  line-height: 60px;
  color: #6BB3F4;
  text-align: right;
  width: 162px;
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .hours_wrapper, .page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .hours_wrapper2 {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 113px;
  line-height: 116px;
  color: #FF83AE;
  text-align: left;
  width: 332px;
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .hours_wrapper2 {
  opacity: 0.1;
  pointer-events: none;
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer .small, .page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer .smalltext {
  font-size: 60%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer .small, .page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer .smalltext {
    margin-left: 5px;
  }
}
.page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer .mid, .page-template-page_template_climateclock .container.climate_countdown .countdown_inner .countdown_timer .midtext {
  font-size: 80%;
}
.page-template-page_template_climateclock_mice {
  background: #FFDFDE;
  overflow: hidden;
}
.page-template-page_template_climateclock_mice .container.climate_countdown {
  height: 100vh;
  text-align: left;
  padding: 1px 0;
  margin: 0;
  text-align: center;
  position: relative;
  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;
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner {
  -webkit-transform: scale(100vw);
          transform: scale(100vw);
  width: 660px;
  height: 325px;
  background: url(../images/clock_mice.png) no-repeat center center;
  background-size: 600px auto;
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner h2 {
  font-family: "Digital-7 Mono";
  font-size: 36px;
  margin: 0;
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer {
  font-family: "Digital-7 Mono";
  text-transform: uppercase;
  color: #FF7298;
  padding: 0;
  width: 500px;
  position: absolute;
  height: 108px;
  top: 50%;
  left: 50%;
  margin-top: -66px;
  margin-left: -250px;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer {
    -webkit-transform: none;
            transform: none;
  }
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer #clockdiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .colon {
  margin: 0 -20px;
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .years_wrapper {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 44px;
  line-height: 60px;
  color: white;
  text-align: right;
  width: 162px;
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .days_wrapper {
  position: absolute;
  bottom: 1px;
  left: 0;
  font-size: 44px;
  line-height: 60px;
  color: #6BB3F4;
  text-align: right;
  width: 162px;
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .hours_wrapper, .page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .hours_wrapper2 {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 113px;
  line-height: 116px;
  color: #FF83AE;
  text-align: left;
  width: 332px;
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer #clockdiv .hours_wrapper2 {
  opacity: 0.1;
  pointer-events: none;
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer .small, .page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer .smalltext {
  font-size: 60%;
  margin-left: 10px;
}
.page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer .mid, .page-template-page_template_climateclock_mice .container.climate_countdown .countdown_inner .countdown_timer .midtext {
  font-size: 80%;
}

.page-template-page_template_downloads .downloads {
  padding: 0 20px;
}
.page-template-page_template_downloads .downloads .filters .filter-group {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0;
}
.page-template-page_template_downloads .downloads .filters .filter-group .button-group {
  display: inline;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_downloads .downloads .filters .filter-group .button-group {
    display: block;
  }
}
.page-template-page_template_downloads .downloads .filters .filter-group .button-group button {
  padding: 10px 20px 5px 20px;
  opacity: 0.5;
  color: #FF7DA2 !important;
  font-size: 16px;
  line-height: 16px;
}
.page-template-page_template_downloads .downloads .filters .filter-group .button-group button.is-checked {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_downloads .downloads .filters .filter-group .button-group button {
    padding: 8px 10px 3px 10px;
    font-size: 14px;
    line-height: 14px;
    margin: 2px 0;
  }
}
.page-template-page_template_downloads .downloads .downloads_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-page_template_downloads .downloads .downloads_group.empty:after {
  content: "No items found";
  display: block;
}
.page-template-page_template_downloads .downloads .downloads_group.empty {
  margin-bottom: 40px;
}
.page-template-page_template_downloads .downloads .downloads_group a.download {
  display: block;
  width: 19%;
  margin: 0.5%;
  position: relative;
  line-height: 0;
  font-size: 0;
  float: left;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_downloads .downloads .downloads_group a.download {
    width: 45%;
    margin: 2%;
  }
}
.page-template-page_template_downloads .downloads .downloads_group a.download video {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.page-template-page_template_downloads .downloads .downloads_group a.download img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: white;
}
.page-template-page_template_downloads .downloads .downloads_group a.download.story video {
  aspect-ratio: 9/16;
}
.page-template-page_template_downloads .downloads .downloads_group a.download.story img {
  aspect-ratio: 9/16;
}

.page-template-page_template_what_wow {
  text-align: center;
}
.page-template-page_template_what_wow .clouds {
  background: url(../images/wow_bg.jpg) no-repeat top center;
  background-size: 2312px auto;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_what_wow .clouds {
    background: none;
  }
}
.page-template-page_template_what_wow section.module_text_only h2.wow_header {
  font-family: "Suti", Helvetica, Arial, sans-serif;
  color: #005186;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .page-template-page_template_what_wow section.module_text_only h2.wow_header {
    font-size: 40px;
    line-height: 40px;
  }
}
.page-template-page_template_what_wow section.module_text_only h2.wow_header strong {
  color: #FF7DA2;
  font-size: 70px;
  line-height: 70px;
}
.page-template-page_template_what_wow section.module_text_only p.text {
  max-width: 800px;
  margin: 30px auto;
}

#storepoint-container {
  visibility: visible !important;
}
#storepoint-container #storepoint-search-bar-container {
  text-align: center;
}
#storepoint-container #storepoint-search-bar-container #storepoint-clear-search {
  display: none !important;
}
#storepoint-container #storepoint-search-bar-container .mapboxgl-ctrl-geocoder {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  max-width: 360px;
  margin: 0 auto;
}
#storepoint-container #storepoint-search-bar-container .mapboxgl-ctrl-geocoder input[type=text] {
  padding: 30px 30px 30px 50px;
}
#storepoint-container #storepoint-search-bar-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
  left: 20px !important;
  top: 20px !important;
}
@media screen and (max-width: 767px) {
  #storepoint-container #storepoint-search-bar-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
    left: 18px !important;
    top: 18px !important;
  }
}
#storepoint-container #storepoint-tag-dropdown {
  display: block !important;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #storepoint-container #storepoint-tag-dropdown {
    padding-top: 20px;
  }
}
#storepoint-container #storepoint-tag-dropdown .storepoint-tag-name, #storepoint-container #storepoint-tag-dropdown .storepoint-tag-hhad, #storepoint-container #storepoint-tag-dropdown .storepoint-tag-hhhc, #storepoint-container #storepoint-tag-dropdown .storepoint-tag-hhooo, #storepoint-container #storepoint-tag-dropdown .storepoint-tag-hhsb {
  display: none;
}
#storepoint-container #storepoint-tag-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#storepoint-container #storepoint-tag-dropdown ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#storepoint-container #storepoint-tag-dropdown ul li label {
  font-family: "BubbleGum", Helvetica, Arial, sans-serif;
  font-size: 25px;
  display: inline-block;
  padding: 12px 16px 10px 16px;
  margin: 0 10px;
  background: #fcf0f0;
  border-radius: 8px;
  cursor: pointer;
}
#storepoint-container #storepoint-tag-dropdown ul li label input.storepoint-tag-checkbox {
  vertical-align: 3px;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
}
#storepoint-container #storepoint-results-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  #storepoint-container #storepoint-results-container {
    margin: 20px 0;
    display: block;
  }
}
#storepoint-container #storepoint-results-container .storepoint-location {
  background: transparent url(../images/box.png) no-repeat center center;
  background-size: 100% 100%;
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  width: 26%;
  padding: 30px 3% 22px 3%;
  margin: 10px 0;
  line-height: 28px;
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  #storepoint-container #storepoint-results-container .storepoint-location {
    padding: 20px 20px 14px 20px;
    line-height: 23px;
    min-height: 0;
    width: auto;
  }
}
#storepoint-container #storepoint-results-container .storepoint-location .storepoint-name {
  font-family: "BubbleGum", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  #storepoint-container #storepoint-results-container .storepoint-location .storepoint-name {
    font-size: 22px;
    line-height: 26px;
  }
}
#storepoint-container #storepoint-results-container .storepoint-location .storepoint-contact {
  font-weight: bold;
  color: #FF7DA2;
  margin: 5px 0;
}
#storepoint-container #storepoint-results-container .storepoint-location .storepoint-contact a {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
#storepoint-container #storepoint-results-container .storepoint-location .storepoint-distance {
  display: none;
}
#storepoint-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
  right: 14px;
  top: 18px;
}
@media screen and (max-width: 767px) {
  #storepoint-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
    right: 7px;
    top: 11px;
  }
}
#storepoint-container .storepoint-no-results {
  width: 100%;
}
#storepoint-container .storepoint-no-results .storepoint-message, #storepoint-container .storepoint-no-results .storepoint-get-notified, #storepoint-container .storepoint-no-results .storepoint-cta {
  display: none !important;
}
#storepoint-container .storepoint-no-results:after {
  display: block;
  text-align: center;
  content: "No results";
}
#storepoint-container #storepoint-brand-m, #storepoint-container #storepoint-brand, #storepoint-container #storepoint-map {
  display: none !important;
}

.page-id-464 .modules section.module_text_and_image .module_text_and_image_image.background_cover {
  border-radius: 40px;
}

/* ------------------------------------
HOMEPAGE
------------------------------------ */
.homebanner {
  margin: 0 auto;
  position: relative;
}
.homebanner .homebanner_slide.has_mobile img.banner_image_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_slide.has_mobile img.banner_image_desktop {
    display: none;
  }
  .homebanner .homebanner_slide.has_mobile img.banner_image_mobile {
    display: block;
  }
}
.homebanner .homebanner_slide img {
  width: 100%;
  height: auto;
}
.homebanner .homebanner_slide.cat {
  position: relative;
}
.homebanner .homebanner_slide.cat:after {
  display: block;
  content: " ";
  width: 330px;
  height: 540px;
  position: absolute;
  top: 28px;
  right: 212px;
  pointer-events: none;
  background: url(../images/cat_banner_400px.gif) no-repeat top left;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_slide.cat:after {
    width: 34vw;
    height: 54vw;
    top: 2vw;
    left: 50%;
    margin-left: -17vw;
  }
}
.homebanner a.slick-arrow-custom {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 0;
  background: url(../images/prev_off.svg) no-repeat center center;
  background-size: contain;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .homebanner a.slick-arrow-custom {
    display: none !important;
  }
}
.homebanner a.slick-arrow-custom:hover {
  background-image: url(../images/prev_on.svg);
}
.homebanner a.slick-arrow-custom.slick-next {
  left: auto;
  right: 20px;
  background-image: url(../images/next_off.svg);
}
.homebanner a.slick-arrow-custom.slick-next:hover {
  background-image: url(../images/next_on.svg);
}

.insta_feed {
  padding: 50px 0 0 0;
}
.insta_feed .insta_title {
  margin: 0 0 -40px 0;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}

/* ------------------------------------
PRODUCT PAGES
------------------------------------ */
.post-type-archive-product .products_listing {
  text-align: center;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-product .products_listing {
    padding: 20px;
  }
}
.post-type-archive-product .products_listing a.product_pack {
  display: inline-block;
  margin: 0 55px 75px 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-type-archive-product .products_listing a.product_pack {
    margin: 12px;
  }
}
.post-type-archive-product .products_listing a.product_pack:after {
  display: block;
  background: #f0c4c3;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 0;
  z-index: 1;
  content: " ";
  position: absolute;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media screen and (max-width: 767px) {
  .post-type-archive-product .products_listing a.product_pack:after {
    display: none;
  }
}
.post-type-archive-product .products_listing a.product_pack img {
  position: relative;
  z-index: 2;
  height: 420px;
  width: auto;
  -webkit-transform: scale(1, 1) rotate(2deg);
          transform: scale(1, 1) rotate(2deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .post-type-archive-product .products_listing a.product_pack img {
    height: 230px;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.post-type-archive-product .products_listing a.product_pack.cat {
  display: block;
}
.post-type-archive-product .products_listing a.product_pack.cat img {
  height: auto;
  margin: 0 0 0 80px;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}
.post-type-archive-product .products_listing a.product_pack.cat:hover img {
  -webkit-transform: none;
          transform: none;
}
.post-type-archive-product .products_listing a.product_pack.cat:after {
  display: none;
}
.post-type-archive-product .products_listing a.product_pack {
  /*
  &.pack1, &.pack3 {
  	transform: translate3d(0,80px,0);
  }
  &.pack4 {
  	transform: translate3d(-80px,-60px,0);
  }
  &.pack5 {
  	transform: translate3d(80px,-80px,0);
  }
  */
}
.post-type-archive-product .products_listing a.product_pack:hover img {
  -webkit-transform: scale(1.05, 1.05) rotate(0deg);
          transform: scale(1.05, 1.05) rotate(0deg);
}
.post-type-archive-product .products_listing a.product_pack:nth-child(odd) img {
  -webkit-transform: scale(1, 1) rotate(-2deg);
          transform: scale(1, 1) rotate(-2deg);
}
.post-type-archive-product .products_listing a.product_pack:nth-child(odd):hover img {
  -webkit-transform: scale(1.05, 1.05) rotate(0deg);
          transform: scale(1.05, 1.05) rotate(0deg);
}
@media screen and (max-width: 1023px) {
  .post-type-archive-product .products_listing a.product_pack.pack1, .post-type-archive-product .products_listing a.product_pack.pack3, .post-type-archive-product .products_listing a.product_pack.pack4, .post-type-archive-product .products_listing a.product_pack.pack5 {
    -webkit-transform: none;
            transform: none;
  }
  .post-type-archive-product .products_listing a.product_pack.cat {
    display: none;
  }
}
.post-type-archive-product .quickview {
  display: none;
  background: #FFDFDE url(../images/clouds_lightbox.png) no-repeat center 110px;
  background-size: 970px auto;
  max-width: 600px;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-product .quickview {
    padding: 14px;
    font-size: 15px;
    line-height: 16px;
  }
}
.post-type-archive-product .quickview table.nutrition_table {
  margin: 0 auto;
}
.post-type-archive-product .quickview .quickview_heading {
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-type-archive-product .quickview .quickview_heading img {
    max-width: 250px;
  }
}
.post-type-archive-product .quickview h2 {
  margin: 20px 0 8px 0;
  font-size: 30px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-product .quickview h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 14px 0 8px 0;
  }
}
.post-type-archive-product .quickview h2:first-child {
  margin-top: 0;
}
.post-type-archive-product .quickview p {
  margin: 8px 0;
}
.post-type-archive-product .quickview p.cc_scores {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .post-type-archive-product .quickview p.cc_scores {
    margin: 20px 0;
  }
}
.post-type-archive-product .quickview p.viewmore {
  margin: 30px 0 0 0;
}

.single-product .col {
  font-size: 18px;
  line-height: 23px;
}
.single-product .col.product_image img {
  width: 100%;
  height: 740px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top right;
     object-position: top right;
}
@media screen and (max-width: 767px) {
  .single-product .col.product_image img {
    height: 320px;
    -o-object-position: center top;
       object-position: center top;
  }
}
.single-product .col p.cc_scores {
  margin-top: 40px;
}
.single-product .col .product_buttons {
  margin: 40px 0 0 0;
}
.single-product .col .product_buttons a {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .single-product .col .product_buttons a {
    margin: 6px 0;
  }
}

table.nutrition_table {
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  width: 500px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  table.nutrition_table {
    width: 100%;
    max-width: 300px;
  }
}
table.nutrition_table thead tr td {
  text-align: left;
}
table.nutrition_table tr td {
  padding: 6px 20px 3px 0;
  border-top: 1px solid rgba(0, 81, 134, 0.1);
}

/* ------------------------------------
FOOTER
------------------------------------ */
footer {
  background: url(../images/footer_bg4.png) repeat-x top center;
  background-size: auto 100%;
  margin-top: -200px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 0;
  }
}
footer .footer_inner {
  margin: 0 auto;
  text-align: center;
  padding: 200px 30px 50px 30px;
  background: url(../images/footer_bg6.png) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    padding: 180px 20px 30px 20px;
  }
  footer .footer_inner .menu-main-menu-container {
    display: none;
  }
}
footer .footer_inner .footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer_inner .footer_row {
    display: block;
  }
}
footer .footer_inner .footer_row .footer_col p.copyright {
  font-size: 12px;
}
footer .footer_inner .footer_row .footer_col ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_inner .footer_row .footer_col ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
footer .footer_inner .footer_row .footer_col ul.menu li a {
  font: normal normal 18px/normal "Texta", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: block;
  padding: 12px;
  overflow: hidden;
  text-align: center;
  color: #005186;
}
@media screen and (max-width: 1200px) {
  footer .footer_inner .footer_row .footer_col ul.menu li a {
    font-size: 12px;
  }
}
footer .footer_inner .footer_row .footer_col ul.menu li.current_page_item > a, footer .footer_inner .footer_row .footer_col ul.menu li.current_page_parent > a {
  font-weight: bold;
  color: #FF7DA2;
}
footer .footer_inner .footer_row .footer_col ul.menu ul.sub-menu {
  display: none;
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=number], select, textarea {
  font-size: 18px;
  line-height: 22px;
  font-family: "Texta", Helvetica, Arial, sans-serif;
  width: 100%;
  max-width: 500px;
  background: transparent url(../images/field.png) no-repeat center center;
  background-size: 100% 100%;
  border: none;
  padding: 20px 30px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  background-image: url(../images/box.png);
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input[type=submit], button, a.button {
  padding: 20px 40px 15px 40px;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  background: transparent url(../images/button.png) no-repeat center center;
  background-size: 100% 100%;
  font: normal normal 22px/30px "Suti", Helvetica, Arial, sans-serif;
  color: #FF7DA2;
  text-transform: uppercase;
  cursor: pointer;
}
input[type=submit]:hover, button:hover, a.button:hover {
  color: #6BB3F4;
}
input[type=submit].blue, button.blue, a.button.blue {
  color: #005186;
}
input[type=submit].blue:hover, button.blue:hover, a.button.blue:hover {
  color: #6BB3F4;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.gform_wrapper#gform_wrapper_3 {
  max-width: 700px;
}
.gform_wrapper#gform_wrapper_3 textarea {
  max-width: none;
}
.gform_wrapper .gform_validation_errors {
  display: none !important;
}
.gform_wrapper .validation_message {
  color: red;
  font-size: 14px;
}
.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gfield {
  padding: 8px 0;
}
.gform_wrapper .gfield > label, .gform_wrapper .gfield > legend {
  font-weight: bold;
}
.gform_wrapper .hidden_label > label, .gform_wrapper .hidden_label > legend {
  display: none !important;
}
.gform_wrapper .gfield_radio {
  font-size: 18px;
}
.gform_wrapper .gfield_radio .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  margin: 12px 0;
}
.gform_wrapper li.gfmc-column50 {
  width: 48%;
  margin: 0 1%;
}

.gform_ajax_spinner {
  vertical-align: middle;
  margin: 0 8px;
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.error404 .content {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
}

.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

.alignleft {
  clear: left;
  float: left;
  margin: 0px 20px 20px 0px;
}

.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}

img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  height: auto !important;
}

.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 3px;
}

.oldie [data-aos] {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.oldie h1, .oldie h2, .oldie h3, .oldie h4 {
  font-weight: bold !important;
}

.wp-caption {
  width: auto !important;
}

button.mfp-close, button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: #9ce2ff;
}

::-moz-selection {
  background: #9ce2ff !important;
}

::selection {
  background: #9ce2ff !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.mobile_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .desktop_only {
    display: none;
  }
}

@font-face {
  font-family: "Texta";
  src: url("../fonts/TextaAlt-Bold.eot");
  src: url("../fonts/TextaAlt-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TextaAlt-Bold.woff2") format("woff2"), url("../fonts/TextaAlt-Bold.woff") format("woff"), url("../fonts/TextaAlt-Bold.svg#TextaAlt-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("../fonts/TextaAlt-Regular.eot");
  src: url("../fonts/TextaAlt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TextaAlt-Regular.woff2") format("woff2"), url("../fonts/TextaAlt-Regular.woff") format("woff"), url("../fonts/TextaAlt-Regular.svg#TextaAlt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suti";
  src: url("../fonts/Suti.eot");
  src: url("../fonts/Suti.eot?#iefix") format("embedded-opentype"), url("../fonts/Suti.woff2") format("woff2"), url("../fonts/Suti.woff") format("woff"), url("../fonts/Suti.svg#Suti") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BubbleGum";
  src: url("../fonts/BubbleGum.eot");
  src: url("../fonts/BubbleGum.eot?#iefix") format("embedded-opentype"), url("../fonts/BubbleGum.woff2") format("woff2"), url("../fonts/BubbleGum.woff") format("woff"), url("../fonts/BubbleGum.svg#BubbleGum") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Digitalism";
  src: url("../fonts/Digitalism.eot");
  src: url("../fonts/Digitalism.eot?#iefix") format("embedded-opentype"), url("../fonts/Digitalism.woff2") format("woff2"), url("../fonts/Digitalism.woff") format("woff"), url("../fonts/Digitalism.ttf") format("truetype"), url("../fonts/Digitalism.svg#Digitalism") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Digital-7 Mono";
  src: url("../fonts/Digital-7Mono.eot");
  src: url("../fonts/Digital-7Mono.eot?#iefix") format("embedded-opentype"), url("../fonts/Digital-7Mono.woff2") format("woff2"), url("../fonts/Digital-7Mono.woff") format("woff"), url("../fonts/Digital-7Mono.ttf") format("truetype"), url("../fonts/Digital-7Mono.svg#Digital-7Mono") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Erbos Draco 1st Open NBP";
  src: url("../fonts/Erbos-Draco-1st-Open-NBP.eot");
  src: url("../fonts/Erbos-Draco-1st-Open-NBP.eot?#iefix") format("embedded-opentype"), url("../fonts/Erbos-Draco-1st-Open-NBP.woff2") format("woff2"), url("../fonts/Erbos-Draco-1st-Open-NBP.woff") format("woff"), url("../fonts/Erbos-Draco-1st-Open-NBP.ttf") format("truetype"), url("../fonts/Erbos-Draco-1st-Open-NBP.svg#Erbos-Draco-1st-Open-NBP") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}