/*-----------------
* palette
* ----------------
*
*/

/******** GLOBAL *******/

body {
  font-size: var(--fontsizePrimary);
  font-family: "semplicitapro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

body,
html {
  overflow-x: hidden;
}

input,
form {
  color: #111;
}

input {
  padding: 5px 10px;
}

.img-responsive {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: var(--linkColour);
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--hoverColour);
  color: #212529;
}

.button,
a.button,
.btn,
input.wpcf7-form-control.wpcf7-submit,
input[type="submit"] {
  background-color: var(--backgroundMain);
  color: var(--linkColour);
  padding: var(--buttonPadding);
  font-weight: bold;
  border-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
}

.button:hover,
a.button:hover,
.btn:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #272A3B;
  color: #fff;
}

.breadcrumbs {
  margin-top: 30px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
}

.breadcrumbs-wrap {
  background: transparent;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: var(--textFontWeight);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1,
.h1 {
  font-size: var(--fontsizeLarge);
}

h2,
.h2 {
  font-size: var(--fontsizeMedium);
}

h3,
.h3 {
  font-size: var(--fontsizeSmall);
}

h4,
.h4 {
  font-size: var(--fontsizeExSmall);
}

b,
strong {
  font-weight: 700;
}


#xs-menu-wrap .menu a:hover {
  color: #21C3E3;
}

.bottom-content--wrap {
  margin-top: 30px;
}

.py-5 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.overflow-hidden {
  overflow-x: hidden;
}

.ice-bath-wrap {
  display: flex;
  flex-wrap: wrap;
}

.ice-bath-wrap a {
  width: 50%;
  margin: 15px 0;
}

.blue-background {
  .upper-text {
    a:hover {
      color: #fff;
    }
  }
}

.ice-bath-wrap .image-news-wrap {
  width: 50%;
  margin: 15px 0;
}

.content-wrap-review {
  width: 65%;
  margin: auto;
}

.news-upper-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.client-content-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  position: relative;
}

.quote-one {
  height: 100%;
  position: absolute;
  left: 0;
}

.quote-two {
  height: 100%;
  position: absolute;
  right: 0;
}

.client-wrap {
  font-weight: 700;
  font-size: 14px;
  margin: auto;
  width: 65%;
}

.quote-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.review-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.btn-wrap-center {
  text-align: center;
}

.btn-wrap {
  margin-top: 20px;
}

.title-btn-link {
  color: #272A3B;
  margin: 15px 0;
  font-size: 26px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.title-btn-link span {
  font-weight: 300;
}

:root {
  --swiper-pagination-color: #21C3E3;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #272A3B;
}

.item-wrap-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

span.dot.swiper-pagination-bullet {
  color: transparent;
}

.pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
  margin: auto;
  display: block;
}

.swiper-top-tubs {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-top-tubs .swiper-slide {
  width: 70%;
}

.img-slider-responsive {
  width: 90%;
  height: 100%;
  object-fit: contain;
}

.blue-background {
  background: #272A3B;
  color: #fff;
}

.btn-text {
  color: #21C3E3;
  padding: 0;
  background: none;
}

.swiper-slide-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.btn-text:hover {
  background: none;
  color: #272A3B;
}

.blue-background .btn-text:hover {
  background: none;
  color: #fff;
}

.footer-contact-details a:hover {
  color: #21C3E3;
}

.white-text {
  color: #fff;
}

.section-header h1 span,
.section-header h2 span {
  font-weight: 300;
}

.section-header h1,
.section-header h2,
.section-header h3 {
  text-transform: uppercase
}

.img-responsive-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  width: 100%;
  color: black;
  padding: 8px;
  border-radius: 2px;
  height: 55px;
  margin: 10px 0;
  background: #E9EEF6;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 0px;
}

.wpcf7-text {
  height: 55px;
}

.wpcf7 label {
  font-weight: 700;
  text-transform: uppercase;
}

.wpcf7 label span {
  width: 100%;
  color: #F51E59;
}

.wpcf7-textarea {
  height: 200px;
}

.blog header,
.single-post header,
.page-template-template-stockists header {
  position: relative;
  z-index: 999;
  top: 0;
  width: 100%;
  background-color: #272A3B;
}

.blog h1,
.single-post h1,
.page-template-template-stockists h1,
.page-template-template-stockists h2 {
  text-align: center;
}

.grey-section {
  background-color: #F9F9F9;
}

.post-date {
  color: rgba(39, 42, 59, 0.4);
  margin: 10px 0 -10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.block-wrapper .post-content-wrap {
  background: #fff;
  padding: 15px;
}

.sub_page_title {
  margin-bottom: 15px;
}

.sub_page_title a {
  color: #272A3B;
  font-weight: 700;
  font-size: 20px;
}

.sub_page_title a span {
  font-weight: 300;
}

.map_code iframe {
  height: 750px;
}

.container.full-row {
  height: 100%;
  display: flex;
  align-items: center;
}

.grey-section {
  overflow-x: hidden !important;
}

.white-textbox .wpcf7-text,
.white-textbox .wpcf7-textarea,
.white-textbox .wpcf7-select {
  background: #E9EEF6;
}

.no-padding-right {
  padding-right: 0;
}

ul.contact-details-inner {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.contact-details-inner a {
  color: #fff;
}

ul.contact-details-inner a:hover {
  color: #21C3E3;
}

.contact-details-inner li:nth-child(2) {
  margin: 10px 0;
}

.contact-details-inner li:nth-child(1),
.contact-details-inner li:nth-child(2) {
  font-weight: 700;
}

.title-stockist {
  color: #272A3B;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
}

span.upper-text {
  margin: -10px 0;
  display: block;
}

.stockist-wrap {
  padding: 30px;
}

.no-padding-left {
  padding-left: 0;
}

.swimspa-wrap {
  margin: 30px 0 0 0;
}

.zoom-container {
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.zoom-css {
  transition: transform 2s;
  /* Animation */
}

.zoom-css:hover {
  transform: scale(1.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.outer-stockist-wrap {
  overflow: auto;
  overflow-x: hidden;
  width: 50%;
}

.outer-stockist-wrap .btn-text {
  color: #21C3E3;
  padding: 0;
  background: none;
  text-align: left;
}

table.table.table-cstriped {
  font-size: 14px;
}

.table-cstriped tr td {
  background: #F9F9F9;
  border: 1px solid #FFFFFF;
  padding: 15px;
}

.table-cstriped tr th {
  background: #2E3145;
  color: #FFFFFF;
  padding: 15px;
}

.product-title {
  color: #272A3B;
  margin: 0 0 15px 0;
  display: block;
  text-transform: uppercase;
}

.product-title span {
  font-weight: 300;
}

.swimspa-inner-wrap {
  margin: 0px 0 0;
  position: sticky;
  top: 0;
}

.grey-strip {
  background: #F9F9F9;
}

.product-sub-title {
  font-weight: 700;
  color: #21C3E3;
  margin: -15px 0 20px 0;
  font-size: 16px;
  display: block;
  text-transform: uppercase;

}

.no-margin {
  margin: 0;
}

.table-block-title {
  padding: 15px;
  background: #2E3145;
  color: #FFFFFF;
  width: 30%;
  display: inline-flex;
  float: left;
  font-Weight: 700;
  height: 100%;
  align-items: center;
}

.table-block-content {
  background: #F9F9F9;
  padding: 15px;
  width: 70%;
  display: inline-flex;
  float: left;
  height: 100%;
  align-items: center;
}

.table-block-wrap {
  width: 50%;
  display: inline-flex;
  float: left;
  border-bottom: 1px solid #FFFFFF;
  font-size: 14px;
}

.swimspa-inner-wrap {
  margin: 0px 0 0;
  position: sticky;
}

.swimspa-inner-wrap-tables {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.item-wrap-center {
  display: none;
}

.full-height.full-two {
  padding-right: 0px;
}

.full-height.full-one {
  padding-left: 0px;
}

.pt-5 {
  padding-top: 100px !important;
}

.pb-5 {
  padding-bottom: 100px !important;
}

.pt-2 {
  padding-top: 100px !important;
}

.header-logo-wrap {
  display: flex;
  align-items: center;

  .header-winner {
    height: 100px;
    margin-left: 30px;
  }
}

.page-id-35 {

  .map-wrap {
    width: 50%;

  }

  .map-inner-wrap {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
  }

  .map-stock-wrap {
    display: flex;
  }

  .btn {
    text-transform: inherit;
    overflow-wrap: anywhere;
    white-space: initial;
  }

}

.image-news-wrap .zoom-container {
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
}


.custom-table-wrap {
  margin-top: 90px;

  .img-responsive-logo-table {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .col-table {
    background: #f7f7f7;
    width: 100%;
    border: 5px solid #fff;
    text-align: center;
    padding: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .first-standard-item {
    background: #272A3B;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }

  .top-item {
    background: #272A3B;
    color: #fff;
    position: relative;
  }

  .first-item {
    background: #fff;
  }

  .top-strip-table-wrap,
  .standard-strip-table-wrap {
    display: flex;
    justify-content: space-between;
  }

  .top-strip-table-wrap {
    font-weight: 700;
  }

  .col-table span {
    display: none;
  }

}

.custom-table-small-wrap {
  display: none;
}


.tab-li li:hover,
.tab-li li.active {
  background: #272A3B;
  color: #fff;
  cursor: pointer;
}

/*

.tab-items {
  display: none;
}

.tab-items.active {
  display: block;
}

*/

.slider-icons svg {
  width: 20px;
  height: 20px;
}

ul.slider-icons {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}

ul.slider-icons li {
  margin: 0 2.5px;
}

.tab-li {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
}

.box-tab-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.tab-li li {
  margin: 0 10px;
  border: 2px solid #272A3B;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  display: flex;
  align-items: center;
}

.box-tab-title {
  margin: 0 0 15px;
}

.box-sub-title {
  font-weight: 700;
  color: #21C3E3;
  margin: 0 0 0 0px;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
}

.grey-strip {
  background: #F9F9F9;
}

.image_wrap {
  margin-top: 30px;

  img {
    width: 200px;
  }
}

/******** Responsive ***********/

/* XXL */
@media (max-width: 1400px) {
  /*
  .header-logo-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;

    .header-winner {
      height: 80px;
      margin-top: 20px;
      margin-left: 0px;
    }
  }
  */
}

/* XL */
@media (max-width: 1200px) {

  .quote-one img,
  .quote-two img {
    height: 30px;
  }
}

/* L */
@media (max-width: 992px) {
  .review-wrap {
    margin: 30px 0 0 0;
  }


  .image_wrap {
    text-align: center;

    img {
      width: 150px;
    }
  }

  .post-date {
    color: rgba(39, 42, 59, 0.4);
    margin: 10px 0 0px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .upper-text {
    margin: 20px 0;
  }

  .table-block-title {
    width: 40%;
  }

  .custom-table-wrap {

    .col-table {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      flex-direction: column;
    }

    .first-standard-item {
      display: none;
    }

    .first-item {
      display: none;
    }

    .col-table span {
      display: block;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 7.5px;
    }


  }

  .tab-li li {
    font-size: 12px;
  }

}

/* M */
@media (max-width: 768px) {
  .pt-5 {
    padding-top: 60px !important;
  }


  .image_wrap {
    text-align: center;

    img {
      width: 125px;
    }
  }

  .pb-5 {
    padding-top: 60px !important;
  }

  .box-tab-wrap {
    margin-top: 15px;
  }

  .outer-stockist-wrap {
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
  }

  .tab-li li {
    font-size: 12px;
    padding: 5px 10px;
  }

  .page-id-35 {
    .map-stock-wrap {
      display: flex;
      flex-direction: column;
    }

    .map-wrap {
      width: 100%;
    }
  }

  .img-responsive-full {
    width: 100%;
    height: 100%;
  }

  .margin-top-small {
    margin-top: 30px;
  }

  div#map {
    height: 335px !important;
  }

  .home .section-header h1,
  .home .section-header h2,
  .home .section-header h3 {
    margin: 0 0 30px 0px;
    padding: 0px;
  }

  .py-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin: 30px 0 0 0;
  }

  .content-wrap-review {
    width: 100%;
    margin: auto;
  }

  .client-wrap {
    font-weight: 700;
    font-size: 14px;
    margin: auto;
    width: 100%;
  }

  .quote-two,
  .quote-one {
    display: none;
  }

  .review-wrap {
    margin: 0px;
  }

  .table-block-wrap {
    width: 100%;
    display: inline-flex;
    float: left;
    border-bottom: 1px solid #FFFFFF;
    font-size: 14px;
  }

  .tab-li {
    display: none;
  }

  .header-logo-wrap {

    .header-winner {
      height: 80px;
      margin-top: 20px;
      margin-left: 0px;
    }
  }
}

/* S */
@media (max-width: 576px) {
  .py-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .pt-5 {
    padding-top: 30px !important;
  }

  .pb-5 {
    padding-top: 30px !important;
  }

  .header-logo-wrap {

    .header-winner {
      height: 50px;
      margin-left: 15px;
    }
  }

  img.company-logo {
    width: 120px;
  }

  .table-block-wrap {
    width: 100%;
    display: inline-flex;
    float: left;
    border-bottom: 1px solid #FFFFFF;
    font-size: 14px;
    flex-direction: column;
  }

  .table-block-title {
    width: 100%;
  }

  .table-block-content {
    width: 100%;
  }

  .custom-table-single-wrap {
    margin-top: 90px;
  }

  .custom-table-large-wrap {
    display: none;
  }

  .custom-table-small-wrap {
    display: block;
  }

}