/*
-------------------------------------------------------------|
---         Custom Stylesheet for Alliance Africa         ---|
---                      Frits Steyn                      ---|
---                Coffee Creative Studio                 ---|
-------------------------------------------------------------|
                                                       INDEX |
-------------------------------------------------------------|
- VARS
- TYPOGRAPHY & RESETS
- HEADER
- FRONT PAGE
- FOOTER
- SECONDARIES
- PROVIDERS
- RESOURCES
- CALENDAR
- RESPONSIVE
-------------------------------------------------------------|
                                                        VARS |
-------------------------------------------------------------|
*/
:root {
  --color-blue: #19bcbe;
  --color-grey-light: #ebebeb;
  --color-grey-medium: #c2c2c2;
  --color-grey-dark: #58585a;
}

/*
-------------------------------------------------------------|
                                         TYPOGRAPHY & RESETS |
-------------------------------------------------------------|
*/

body {
  font-family: 'Roboto', sans-serif;
  font-size: var(--font-size-body);
  margin: 0;
  overflow-x: hidden !important;
  color: #000;
}

.post,
.page {
  margin: 0;
}

body > * {
  max-width: 1920px;
  margin: auto;
}

button,
input,
select,
optgroup,
textarea {
  font-family: 'Roboto', sans-serif;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*text-transform: uppercase;*/
  /*font-weight: 400;*/
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #58585a;
}

h1 {
  font-size: 28px;
}

h4 {
  color: #18bcbd;
  font-style: italic;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 20px;
}

ul li,
ol li {
  color: #717172;
  font-size: 16px;
  line-height: 1.4;
}

mark,
ins {
  background: transparent;
}

fieldset {
  padding: 0 20px 20px;
}

p {
  color: #717172;
  font-size: 16px;
  line-height: 1.4;
}

.max-width-container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.semi-width-container {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.half-width-container {
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

body.logged-in .show-logged-out,
body:not(.logged-in) .show-logged-in {
  display: none !important;
}

.blueItalicText {
  color: #19bdbf;
  text-transform: uppercase;
  font-style: italic;
  /* letter-spacing: ; */
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 15px;
}

.entry-footer {
  display: none;
}

.entry-content,
.hentry {
  margin: 0;
}

.clear:after,
.clear::before,
.clear::after,
.clear {
  clear: both;
  float: none;
}

.half {
  width: 50%;
}

.third {
  width: calc(100% / 3);
}

.two-thirds {
  width: calc(100% / 1.5);
}

.column-fifth {
  width: 20%;
}

.parent-flex {
  display: flex;
  flex-wrap: wrap;
}

.parent-float > * {
  float: left;
}

.parent-float > .clear:after,
.parent-float > .clear::before,
.parent-float > .clear::after,
.parent-float > .clear {
  clear: both;
  float: none;
}

#primary {
  margin-top: 85px;
}

.page-template-default #primary {
  margin-top: 120px;
}

.woocommerce-checkout #primary,
.woocommerce-cart #primary,
.woocommerce-account #primary {
  margin-top: 115px;
}

.woocommerce-checkout footer,
.woocommerce-cart footer,
.woocommerce-account footer {
  margin-top: 60px;
}

.woocommerce-account .entry-content > .woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-MyAccount-content,
#affwp-affiliate-dashboard-tabs ~ *,
.woocommerce-MyAccount-navigation,
#affwp-affiliate-dashboard-tabs {
  float: none !important;
}

.button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 1px;
  border: 2px solid;
  padding: 8px 18px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.button.blue,
div .woocommerce-button,
div .woocommerce-Button,
div .woocommerce-button.button,
div .woocommerce-Button.button,
div .button.wc-backward,
div .button.product_type_simple,
div .woocommerce-cart-form .button,
div .wc-proceed-to-checkout a,
div .checkout_coupon .button,
div #payment #place_order,
div .single_add_to_cart_button.button,
div .product_type_variable.button,
div .woocommerce-MyAccount-content .button,
div .woocommerce-message .button,
div .add_to_cart_button,
div .woocommerce-tabs input[type='submit'],
div #affwp-affiliate-dashboard .button,
.woocommerce-MyAccount-navigation li a,
#affwp-affiliate-dashboard-tabs li a {
  border-color: #19bdbf;
  background-color: #19bdbf;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid;
  padding: 8px 18px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
  line-height: 20px;
  text-align: center;
}

div #affwp-affiliate-dashboard .button,
.woocommerce-MyAccount-navigation li a,
#affwp-affiliate-dashboard-tabs li a {
  display: block;
}

.button.blue:hover,
div .woocommerce-button:hover,
div .woocommerce-Button:hover,
div .woocommerce-button.button:hover,
div .woocommerce-Button.button:hover,
div .button.wc-backward:hover,
div .button.product_type_simple:hover,
div .woocommerce-cart-form .button:hover,
div .wc-proceed-to-checkout a:hover,
div .checkout_coupon .button:hover,
div #payment #place_order:hover,
div .single_add_to_cart_button.button:hover,
div .product_type_variable.button:hover,
div .woocommerce-MyAccount-content .button:hover,
div .woocommerce-message .button:hover,
div .add_to_cart_button:hover,
div .woocommerce-tabs input[type='submit']:hover,
div #affwp-affiliate-dashboard .button:hover,
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a,
#affwp-affiliate-dashboard-tabs li a:hover,
#affwp-affiliate-dashboard-tabs li.active a {
  border-color: #19bdbf;
  background-color: #fff;
  color: #19bdbf;
}

.button.blue-o {
  border-color: #34c4c6;
  color: #34c4c6;
}

.button.blue-o:hover {
  border-color: #34c4c6;
  background-color: #34c4c6;
  color: #fff;
}

.button.white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #19bdbf;
}

a.see-more,
span.see-more {
  color: #616163;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

a.see-more img,
span.see-more img {
  margin-left: 10px;
  position: relative;
  top: 1.5px;
}

.flex {
  display: flex;
}

.flexWrap {
  flex-wrap: wrap;
}

.flexColumn {
  flex-direction: column;
}

.flexRow {
  flex-direction: row;
}

.flexRowReverse {
  flex-direction: row-reverse;
}

.flexJustifyBetween {
  justify-content: space-between;
}

.flexCenterHorizontal {
  justify-content: center;
}

.flexRightHorizontal {
  justify-content: right;
}

.flexCenterVertical {
  align-items: center;
}

.flexBottomVertical {
  align-items: flex-end;
}

body:not(.logged-in) .show-logged-in {
  display: none;
}

body.logged-in .show-logged-out {
  display: none;
}

.menu li.blue-icon * {
  color: #37c1c3;
}

.menu li .fa {
  font-size: 20px;
}

.menu li.blue-icon a::after {
  bottom: -31px !important;
}

.caffeine_search-wrapper {
  height: calc(100% - 85px) !important;
  bottom: 0 !important;
  top: unset !important;
}

/*
-------------------------------------------------------------|
                                                      HEADER |
-------------------------------------------------------------|
*/

#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 22px 0 20px;
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.home #masthead {
  background-color: transparent;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0);
}

.home #masthead.scroll {
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
}

.logo {
  float: left;
}

.logo a::after {
  display: none !important;
}

.menu-wrap {
  float: right;
}

.menu-menu-1-container {
  display: inline-block;
  vertical-align: middle;
}

.main-navigation ul {
  display: block !important;
}

.main-navigation li {
  margin: 10px 8px;
  float: left;
}

.main-navigation a {
  color: #58585a;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2px;
  outline: none;
}

.home .main-navigation a {
  color: #fff;
}

.home #masthead.scroll .main-navigation a {
  color: #58585a;
}

.main-navigation a::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #37c1c3;
  position: absolute;
  bottom: -34px;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.current-menu-item a {
  color: #37c1c3;
  font-weight: 600;
}

.current-menu-item a::after,
.main-navigation a:hover::after {
  opacity: 1;
}

.menu-wrap .woocommerce-product-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 15px;
  top: -0.5px;
}

.menu-wrap .woocommerce-product-search::after {
  content: '';
  display: block;
  background-image: url('images/search.png');
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 8px;
}

body .search-field {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #818181;
  padding: 5px 14px;
  font-size: 14px;
  color: #6d6d6f !important;
  outline: none;
  width: 100%;
  background-color: transparent;
  min-width: 210px;
  border-radius: 0 !important;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.home .search-field {
  border: 1px solid #fff;
  color: #fff !important;
}

.home #masthead.scroll .search-field {
  border: 1px solid #818181;
  color: #818181 !important;
}

input[type='search'] {
  -webkit-appearance: none;
}

body .search-field + button {
  position: absolute;
  right: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 2;
}

body .search-field::-webkit-input-placeholder {
  color: #6d6d6f;
}

body .search-field:-moz-placeholder {
  color: #6d6d6f;
  opacity: 1;
}

body .search-field::-moz-placeholder {
  color: #6d6d6f;
  opacity: 1;
}

body .search-field:-ms-input-placeholder {
  color: #6d6d6f;
}

.home .search-field::-webkit-input-placeholder {
  color: #fff;
}

.home .search-field:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.home .search-field::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.home .search-field:-ms-input-placeholder {
  color: #fff;
}

.home #masthead.scroll .search-field::-webkit-input-placeholder {
  color: #6d6d6f;
}

.home #masthead.scroll .search-field:-moz-placeholder {
  color: #6d6d6f;
  opacity: 1;
}

.home #masthead.scroll .search-field::-moz-placeholder {
  color: #6d6d6f;
  opacity: 1;
}

.home #masthead.scroll .search-field:-ms-input-placeholder {
  color: #6d6d6f;
}

.main-navigation ul:not(#responsive-menu-items) li.contact-btn {
  margin: 0 0 0 12px;
}

.main-navigation ul:not(#responsive-menu-items) li.contact-btn a {
  background-color: #37c1c3;
  color: #fff !important;
  padding: 7px 10px 6px;
  position: relative;
  top: 3px;
}

.main-navigation ul:not(#responsive-menu-items) li.contact-btn a::after {
  left: 0;
  bottom: -28px;
}

/*
-------------------------------------------------------------|
                                                        HOME |
-------------------------------------------------------------|
*/

.home #primary {
  margin-top: 0;
}

.landing-banner {
  height: 100vh;
  position: relative;
}

.banner-content {
  padding: 0 30px;
  text-align: center;
  position: relative;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-heading {
  margin: 0;
}

.banner-heading span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 28px;
  letter-spacing: 1.5px;
}

.banner-heading span:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: 3px;
  font-weight: 500;
}

.banner-heading span:nth-child(3) {
  display: block;
  font-size: 54px;
  line-height: 1.1;
  color: #19bdbf;
  font-weight: 500;
  letter-spacing: 2.8px;
}

.banner-content .button.blue {
  margin-top: 25px;
  font-size: 21px;
}

.banner-content .button.blue:hover {
  border-color: #fff;
}

.frontpage-categories {
  padding: 50px 0 80px;
}

.frontpage-categories h2 {
  text-align: center;
  margin-bottom: 30px;
}

.category-collage-single {
  background-size: cover;
  background-position: center;
  position: relative;
  float: left;
  display: block;
}

.category-collage-single::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.category-collage-single:hover::after {
  opacity: 1;
}

.category-collage-single:nth-child(1) {
  width: 42%;
  height: 650px;
}

.category-collage-single:nth-child(2) {
  width: 28%;
  height: 650px;
}

.category-collage-single:nth-child(3),
.category-collage-single:nth-child(4) {
  width: 30%;
  height: 325px;
}

.category-collage-content {
  padding: 42px 45px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.category-collage-single:hover .category-collage-content {
  padding-left: 52px;
}

.category-collage-content h3 {
  color: #fff;
  margin: 0 0 5px;
  font-size: 32px;
  line-height: 1;
}

.category-collage-single:nth-child(3) h3,
.category-collage-single:nth-child(4) h3 {
  max-width: 180px;
}

.category-collage-content span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
}

.category-collage-content span.see-more img {
  margin-left: 2px;
  top: 1px;
}

.category-collage-content span .fa {
  margin-left: 5px;
}

.frontpage-about {
  min-height: 700px;
  position: relative;
}

.frontpage-about .half:first-child {
  background-color: #ebebeb;
  padding: 50px;
}

.frontpage-about .max-width-container {
  padding: 0 30px;
  position: absolute;
  top: calc(45% + 60px);
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.frontpage-about .wrap {
  max-width: 37%;
}

.frontpage-about .social-links,
.contact .social-links {
  list-style: none;
  padding: 0;
  color: #58585a;
  position: absolute;
  left: calc(50% - 65px);
  top: 50px;
}

.frontpage-about .social-links::before,
.contact .social-links::before {
  /* content: ; */
  content: '';
  display: block;
  width: 50px;
  height: 2.5px;
  background-color: #33c1c4;
  top: 13px;
  position: absolute;
  right: 32px;
}

.frontpage-about .social-links a,
.contact .social-links a {
  color: #58585a;
  font-size: 20px;
  width: 25px;
  display: block;
  text-align: center;
  margin: 0 0 0 auto;
}

.frontpage-about h2 {
  color: #33c1c4;
  text-transform: uppercase;
  font-style: italic;
  font-size: 17px;
  margin: 0;
}

.frontpage-about h3 {
  font-size: 28px;
  margin: 15px 0 20px;
}

.frontpage-about p {
  margin-bottom: 40px;
}

.frontpage-bestsellers {
  padding: 60px 0 80px;
}

.frontpage-bestsellers .max-width-container {
  padding-right: 88px;
  padding-left: 88px;
  max-width: 1440px;
}

.frontpage-bestsellers h2 {
  /*padding: 0 30px;*/
  margin-bottom: 35px;
}

.frontpage-bestsellers h2 .see-more {
  float: right;
}

.single-bestseller {
  border-top: 2.5px solid #e1e1e1;
  border-bottom: 2.5px solid #e1e1e1;
  border-right: 2.5px solid #e1e1e1;
  padding: 50px;
}

.single-bestseller:last-child {
  border-right: none;
}

.bestseller-image {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}

.bestseller-image img {
  margin: 0 auto;
  height: 280px;
  object-fit: contain;
}

.single-bestseller h3 {
  text-align: center;
  max-width: 300px;
  margin: 40px auto 5px;
  min-height: 3.6em;
}

.single-bestseller a {
  text-align: center;
  display: block;
  color: #34c3c5;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
}

body .slick-prev,
body .slick-next {
  background-color: #c2c2c2;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 2;
  text-align: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body .slick-prev {
  left: -88px;
}

body .slick-next {
  right: -88px;
}

body .slick-prev:hover,
body .slick-prev:focus,
body .slick-next:hover,
body .slick-next:focus {
  background: #c2c2c2;
  opacity: 0.5;
}

body .slick-prev::before,
body .slick-next::before {
  display: none;
}

body .slick-prev img,
body .slick-next img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .slick-disabled {
  opacity: 0;
}

.pre-footer-blocks {
  position: relative;
}

.pre-footer-blocks .half {
  min-height: 650px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.pre-footer-blocks .half h2 {
  color: #fff;
}

.pre-footer-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.pre-footer-content h1 {
  margin-bottom: 5px;
  color: #fff;
}

.pre-footer-content a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
}

.pre-footer-content a.see-more img {
  margin-left: 2px;
  top: 1px;
}

.pre-footer-blocks .wrap {
  padding: 50px;
  max-width: 530px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pre-footer-blocks .wrap h1 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 8px;
}

#input_1_1 {
  background-color: transparent;
  border: none;
  padding: 12px 0;
  color: #19bdbf;
  border-bottom: 2px solid #fff;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.5px;
  outline: none;
}

#input_1_1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #19bdbf;
}

#input_1_1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #19bdbf;
  opacity: 1;
}

#input_1_1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #19bdbf;
  opacity: 1;
}

#input_1_1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #19bdbf;
}

#gform_1 .gform_footer {
  text-align: right;
  position: relative;
}

#gform_1 .gform_footer::after {
  content: '';
  display: block;
  background-image: url('/wp-content/themes/alliance/images/arrow-white.png');
  width: 13px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 23px;
}

#gform_submit_button_1 {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin: 0 22px 0 0;
  line-height: 1.4 !important;
}

/*
-------------------------------------------------------------|
                                                       ABOUT |
-------------------------------------------------------------|
*/

.about {
  min-height: 650px;
  position: relative;
}

.about .max-width-container {
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about .wrap {
  max-width: 42%;
}

.about a.see-more {
  margin-top: 15px;
  display: inline-block;
}

.about-quote {
  text-align: center;
  padding: 60px 0 55px;
}

.about-quote h2 {
  margin: 0 auto;
  font-size: 32px;
  max-width: 1030px;
  line-height: 1.3;
}

.about-quote h2 > p {
  font-size: inherit;
  line-height: inherit;
}

.about-quote h2 strong {
  color: #18bcbd;
}

.about-faq {
  padding-bottom: 65px;
}

.about-faq .faq {
  width: 33.33%;
  padding: 60px 35px;
  border-right: 2.5px solid #e1e1e1;
  border-top: 2.5px solid #e1e1e1;
}

.about-faq .faq:last-child {
  border-right: none;
}

.about-faq .faq h2 {
  font-size: 22px;
  margin: 8px 0;
}

.about-faq .faq p {
  margin: 0 0 15px;
}

.about-faq .faq a {
  color: #717172;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.about-faq .read-more {
  display: none;
}

/*
-------------------------------------------------------------|
                                                     CONTACT |
-------------------------------------------------------------|
*/

.contact {
  min-height: 665px;
  position: relative;
}

.contact .half:first-child {
  width: 40%;
}

.contact .half:last-child {
  background-color: #ebebeb;
  width: 60%;
}

.contact .max-width-container {
  padding: 80px 50px;
  position: absolute;
  left: 0;
  right: 0;
}

#gform_2 .gform_footer.top_label {
  margin: -60px 0 0;
}

.contact .wrap {
  max-width: 33%;
  position: relative;
  z-index: 3;
}

.contact .half:last-child .wrap {
  float: right;
  max-width: 53%;
  width: 100%;
}

.contact .social-links {
  left: calc(33%);
}

.contact .half:first-child a:not(.button) {
  display: block;
  margin: 0 0 6px;
  color: #747476;
}

.contact .half:first-child a:not(.button) strong {
  color: #34c4c6;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-right: 3px;
}

.contact .buttons {
  margin-top: 70px;
}

.contact .buttons .button {
  margin-bottom: 12px;
}

.contact .buttons .button img {
  position: relative;
  top: 1px;
  margin-left: 5px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.contact .buttons .button:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gform_fields {
  grid-row-gap: 10px;
}

body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gfield .ginput_container--name input,
body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gfield input.large,
body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gfield select.large,
body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gfield textarea.large {
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  color: #58585a;
  padding: 8px 20px;
  min-height: 38px;
  background-color: #fff;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 160px;
  resize: none;
}

body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gform_footer,
body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gform_page_footer {
  padding: 0;
  float: right;
  position: relative;
  max-width: 115px;
}

body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gform_footer::after {
  content: '';
  display: inline-block;
  background-image: url('images/blue-arrow.png');
  width: 16px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 14px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gform_footer:hover::after {
  -webkit-filter: none;
  filter: none;
}

body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gform_footer input {
  border: 2px solid #19bdbf;
  border-radius: 0;
  background-color: #19bdbf;
  color: #fff;
  padding: 11px 45px 11px 20px;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gform_footer input:hover {
  background-color: transparent;
  color: #19bdbf;
  border-color: #19bdbf;
}

/*
-------------------------------------------------------------|
                                      INSTALLERS & RETAILERS |
-------------------------------------------------------------|
*/

.secondary .landing-banner {
  height: 335px;
}

.installers-retailers {
  padding: 60px 30px 0;
}

#tabs {
  border: none;
  color: inherit;
  font-family: 'Roboto', sans-serif;
  font-size: inherit;
  padding: 0;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  border: none;
  background: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  border-radius: inherit;
  text-align: center;
  margin-bottom: 35px;
  list-style: none;
}

body .ui-tabs .ui-tabs-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 40px;
  position: relative;
  color: inherit;
  background: inherit;
  border: none;
  float: none;
}

.ui-tabs-tab:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 35px;
  background-color: #e4e4e4;
  position: absolute;
  right: -43px;
}

.ui-tabs-tab:first-child {
  margin-left: 0;
}

.ui-tabs-tab:last-child {
  margin-right: 0;
}

.ui-tabs .ui-tabs-nav a.ui-tabs-anchor {
  color: #646466;
  font-size: 26px;
  float: none;
  padding: 0;
  -webkit-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.ui-tabs .ui-tabs-nav a.ui-tabs-anchor:hover {
  color: #58585a;
}

.ui-tabs .ui-tabs-nav .ui-state-active a.ui-tabs-anchor {
  color: #58585a;
  font-weight: 600;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin: 10px 40px;
  padding-bottom: inherit;
}

body .ui-tabs .ui-tabs-panel {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
}

.retailer {
  width: 33.33%;
  padding: 30px;
  display: block;
}

.retailer img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#installers h2 {
  text-transform: uppercase;
  font-size: 18px;
}

#installers h4 {
  text-transform: uppercase;
  font-style: normal;
}

.ui-tabs-panel .buttons {
  margin-top: 45px;
}

.ui-tabs-panel .buttons .button {
  margin: 3px;
}

.ui-tabs-panel .buttons .button img {
  position: relative;
  top: 1px;
  margin-left: 4px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.ui-tabs-panel .buttons .button.blue img {
  -webkit-filter: brightness(0) invert();
  filter: brightness(0) invert();
}

.ui-tabs-panel .buttons .button.blue:hover img {
  -webkit-filter: none;
  filter: none;
}

.ui-tabs-panel .buttons .button.blue-o:hover img {
  -webkit-filter: brightness(0) invert();
  filter: brightness(0) invert();
}

/*
-------------------------------------------------------------|
                                             PRODUCT ARCHIVE |
-------------------------------------------------------------|
*/

body.woocommerce ul.products li.product {
  width: 33.33%;
  border-bottom: 2.5px solid #e1e1e1;
  padding: 50px 25px;
}

body.woocommerce ul.products li.product:nth-child(1),
body.woocommerce ul.products li.product:nth-child(2),
body.woocommerce ul.products li.product:nth-child(3) {
  border-top: 2.5px solid #e1e1e1;
}

body ul.products li.product.first {
  clear: none;
}

body .products.columns-4 {
  overflow: auto;
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}

.archived-product {
  position: relative;
  text-align: center;
}

.archived-product .image-container {
  padding: 0;
  margin-bottom: 10px;
}

.archived-product .ft-img {
  object-fit: contain;
  height: 300px;
  width: 100%;
  margin-bottom: 25px;
}

.archived-product .learn-more {
  color: #38c5c7;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
}

ul.products {
  width: 100%;
}

.full-buy-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background-color: transparent;
}

.archived-product .text-container {
  padding: 0 20px;
  min-height: 6em;
}

.archived-product .text-container h3 {
  margin: 0 auto;
  font-size: 19px;
  max-width: 255px;
  font-weight: 500;
  line-height: 1.2;
  min-height: 70px;
  margin-bottom: 5px;
}

.archived-product .text-container p {
  margin: 0;
}

.archived-product .text-container .sku-code {
  color: #666;
  font-size: 13px;
  margin: 5px 0;
}

.archived-product .text-container .archive-price {
  font-size: 20px;
  font-weight: 500;
  color: #626367;
  margin: 8px 0 0;
  font-weight: 500;
}

.archived-product .text-container .view-more {
  color: #56575b;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0 16px;
}

.archived-product .buy-links a.green {
  display: inline-block;
  margin-top: 12px;
  padding: 2px 18px;
}

body.post-type-archive-product #primary,
body.tax-product_cat #primary,
body.search #primary,
body.tax-product_tag #primary {
  overflow: auto;
  padding: 60px 0;
}

body.post-type-archive-product #primary .shop-wrap,
body.tax-product_cat #primary .shop-wrap,
body.search #primary .shop-wrap,
body.tax-product_tag #primary .shop-wrap {
  width: calc(100% - 285px);
  float: right;
  position: relative;
}

body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb {
  display: none;
}

#secondary {
  float: left;
  width: 230px;
  background-color: #ebebeb;
  padding: 0 0 25px;
  position: relative;
  z-index: 10;
}

#secondary .product-categories,
#secondary .product-categories ul {
  padding: 0;
  list-style: none;
  margin-left: 0;
}

#secondary .product-categories ul {
  display: none;
  padding: 0;
  background-color: #c6c4c5;
  margin-bottom: 8px;
}

#secondary .product-categories > li > a,
#text-2 a {
  background-color: transparent;
  display: block;
  padding: 5px 45px;
  position: relative;
  font-size: 18px;
  color: #707072;
  font-weight: 400;
}

#secondary .product-categories .children a {
  padding: 5px 45px;
  display: block;
  font-size: 16px;
  position: relative;
  color: #6a696a;
}

#secondary .product-categories > .current-cat > .children,
#secondary .product-categories > .current-cat-parent > .children {
  display: block;
  margin-top: 0;
}

#secondary .product-categories > li.current-cat-parent > a,
#secondary .product-categories > li.current-cat.cat-parent > a,
#secondary .product-categories > li.current-cat > a {
  background-color: #19bdbf;
  color: #fff;
  font-weight: 600;
}

#secondary .product-categories > li.current-cat-parent > a::after,
#secondary .product-categories > li.current-cat.cat-parent > a::after,
#secondary .product-categories > li.current-cat > a::after {
  content: '';
  display: block;
  width: 10px;
  background-color: #19bdbf;
  position: absolute;
  right: -10px;
  height: 100%;
  top: 0;
}

#secondary .product-categories .children .current-cat a {
  background-color: #58585a;
  color: #fff;
  font-weight: 600;
}

.cat-item.cat-item-15 {
  display: none;
}

#text-2 p {
  margin: 0;
}

.woocommerce-products-header__title.page-title {
  font-weight: 400;
  font-size: 35px;
  margin: 0;
  padding: 29px 0;
  color: #55565b;
  text-align: center;
}

.widget-title {
  padding: 32px 45px 20px;
  margin: 0 auto;
}

.widget {
  margin: 0;
}

.products-per-page .ui-selectmenu-button,
.woocommerce-ordering .ui-selectmenu-button {
  display: block;
  border-radius: 0 !important;
  border-width: 1px !important;
  color: #19bdbf;
  font-weight: 600;
  width: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  margin: 0;
}

.products-per-page .ui-selectmenu-button .ui-icon,
.woocommerce-ordering .ui-selectmenu-button .ui-icon {
  display: none;
}

.products-per-page {
  float: left;
  margin: 6px 0;
  color: #7f7f7f;
  font-size: 15px;
}

.woocommerce-ordering {
  float: right;
  position: relative;
  top: 6px;
  color: #7f7f7f;
  font-size: 15px;
}

.woocommerce-ordering::before {
  content: 'Sort by';
  position: absolute;
  right: 105%;
  width: 70px;
  text-align: right;
  font-size: 15px;
  top: 1px;
}

#main div.columns-3 {
  clear: both;
  padding-top: 10px;
}

.products-per-page .woocommerce-products-per-page {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #19bdbf;
  font-weight: 600;
  vertical-align: middle;
  margin: 0 3px;
}

.products-per-page .ui-selectmenu-text,
.woocommerce-ordering .ui-selectmenu-text {
  text-align: center;
  margin-right: 0;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
}

body .ui-state-active,
.ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active,
body .ui-button.ui-state-active:hover {
  border: 1px solid #19bcbe;
  background: #19bcbe;
}

body .ui-button:active {
  background-color: transparent;
  border: navajowhite;
}

body .ui-menu .ui-menu-item-wrapper {
  font-size: 13px;
}

.woocommerce-result-count {
  float: left;
  margin: 0;
  padding-top: 4px;
  margin-top: 40px;
  display: none;
}

.woocommerce-pagination {
  float: right;
  margin-top: 40px;
}

.woocommerce-pagination::after {
  content: '';
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 70px;
  left: 0;
}

.woocommerce-pagination .page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-pagination li {
  float: left;
  width: 45px;
}

.woocommerce-pagination .page-numbers {
  background-color: #ffffff;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #878787;
}

.woocommerce-pagination .page-numbers.current {
  font-weight: bold;
  color: #38c5c7;
}

.woocommerce-pagination li:first-child .page-numbers {
  border-left: 0;
}

.error404 #primary > .max-width-container {
  padding: 35px 0;
}

.prod-cat-banners {
  margin-top: 80px;
}

.advertising-space {
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
}

.advertising-space img {
  display: block;
  width: 100%;
}

.advertising-space.show-desktop {
  display: block;
}

.advertising-space.show-tablet,
.advertising-space.show-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .advertising-space.show-desktop,
  .advertising-space.show-mobile {
    display: none;
  }

  .advertising-space.show-tablet {
    display: block;
  }
}

@media (max-width: 640px) {
  .advertising-space.show-desktop,
  .advertising-space.show-tablet {
    display: none;
  }

  .advertising-space.show-mobile {
    display: block;
  }
}

.products .archived-product ~ .price {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.products .archived-product + .button.wp-element-button {
  margin-top: 32px;
}

.added_to_cart.wc-forward {
  text-align: center;
}

/*
-------------------------------------------------------------|
                                              PRODUCT SINGLE |
-------------------------------------------------------------|
*/

.single-product span.woocommerce-Price-amount > bdi {
  color: #19bdbf;
  font-size: 30px;
}

del span.woocommerce-Price-amount > bdi {
  color: #cccccc;
}

.single-product #primary .max-width-container {
  padding: 50px 30px 30px;
}

.single-product .product_meta {
  display: none;
}

.related.products {
  padding-bottom: 50px;
  padding-top: 25px;
}

.related.products .product:not(:last-child) {
  border-right: 2.5px solid #e1e1e1;
}

body.woocommerce .related.products li.product {
  padding: 50px;
  border-bottom: 2.5px solid #e1e1e1;
}

body.woocommerce .related.products .archived-product .ft-img {
  object-fit: contain;
  height: 200px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 25px;
}

.related.products h1 {
  padding: 0 30px;
  margin-bottom: 35px;
}

.related.products h1 .see-more {
  float: right;
}

body.single-product div.product .woocommerce-product-gallery {
  padding-right: 70px;
}

body.single-product .quantity {
  display: inline-block;
}

.woocommerce-product-gallery__image > a {
  margin: 0 auto;
  text-align: center;
  display: block;
  border-top: 2.5px solid #e1e1e1;
  /*border-bottom: 2.5px solid #e1e1e1;*/
  padding: 40px 0;
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 50px;
  right: 100px;
  background-image: url('/wp-content/uploads/2021/12/zoom.png');
  width: 32px;
  height: 32px;
  font-size: 0;
}

body.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger
  .emoji {
  display: none !important;
}

body .pswp {
  z-index: 9999;
}

body .pswp__bg {
  background: rgba(0, 0, 0, 0.7);
}

body .pswp__caption__center {
  display: none;
}

.woocommerce-breadcrumb {
  color: #5b5b5d;
  font-size: 14px;
}

.woocommerce-breadcrumb a {
  color: #5b5b5d;
}

body .single-product div.product .summary.entry-summary {
  margin-top: 15px;
}

body #PRIMARY-WOOCOMMERCE-TITLES,
body h1.product_title.entry-title {
  color: #58585a;
}

body h1.product_title.entry-title {
  font-size: 34px;
  max-width: 500px;
}

.product-specifications {
  border-top: 2.5px solid #e1e1e1;
  padding-top: 10px;
  margin-top: 40px;
  max-width: 550px;
}

.product-specifications li {
  margin: 0 0 7px;
}

.download-brochure a {
  color: #19bdbf;
  text-transform: uppercase;
  font-style: italic;
  /* letter-spacing: ; */
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin-top: 25px;
}

.single-product .summary .buttons .button {
  margin-right: 10px;
  margin-bottom: 5px;
}

.single-product .summary .buttons .button img {
  position: relative;
  top: 1px;
  margin-left: 7px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.single-product .summary .buttons .button:hover img {
  -webkit-filter: none;
  filter: none;
}

#play-video {
  float: none;
  clear: both;
  background-color: #19bcbe;
  border: 2px solid #19bcbe;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  text-align: center;
  padding: 8px 19px;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  letter-spacing: 0;
  margin-bottom: 12px;
  transition: all 0.35s ease 0s;
}

#play-video:hover {
  background-color: transparent;
  color: #19bcbe;
  border-color: #19bcbe;
}

.video-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.full-video {
  position: relative;
  left: 50%;
  z-index: 1;
  width: 90%;
  top: 50%;
  max-width: 990px;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  transition: left 1s;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.video-wrap {
  padding-bottom: 48.6%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#close-video {
  position: absolute;
  text-align: right;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30px;
  padding: 0 30px;
  z-index: 2;
}

#close-video img {
  max-width: 30px;
  cursor: pointer;
}

.variations {
  text-align: left;
}

.variations .label {
  width: 160px;
  color: var(--color-grey-dark);
}

#cooling-capacity-room-size,
#pa_cooling-capacity-room-size,
#capacity {
  font-size: 16px;
  font-weight: 500;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 0 4px;
  /* border: none; */
  /* border-radius: 15px; */
  background-color: transparent;
  cursor: pointer;
  border: 1.5px solid #cccccc;
  border-radius: 0;
  margin-right: 10px;
}

.variations tr:first-child .value select,
#pa_size {
  border: 1.5px solid #cccccc;
  background-color: #fff;
  padding: 7px;
  margin-left: 4px;
}

#cooling-capacity-room-size,
#pa_cooling-capacity-room-size,
#capacity {
  font-size: 16px;
  font-weight: 500;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 0 4px;
  border: none;
  border-radius: 15px;
  background-color: transparent;
  cursor: pointer;
  border: 1.5px solid var(--color-grey-medium);
  border-radius: 0;
}

#cooling-capacity-room-size::-ms-expand,
#pa_cooling-capacity-room-size::-ms-expand,
#capacity::-ms-expand {
  display: none;
}

#cooling-capacity-room-size:focus,
#pa_cooling-capacity-room-size:focus,
#capacity:focus {
  box-shadow: none;
  box-shadow: none -moz-mac-focusring;
  color: var(--color-grey);
  outline: none;
}

#cooling-capacity-room-size option,
#pa_cooling-capacity-room-size option,
#capacity option {
  font-weight: normal;
}

.variations {
  margin-bottom: 20px;
  text-align: left;
}

.variations .label {
  width: 160px;
}

.variations tr:last-child td {
  padding-top: 15px;
}

.reset_variations {
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 10px;
  letter-spacing: 0.5px;
  display: none;
}

#installation,
#pa_installation,
#installation_radio .radio-button:first-child,
#pa_installation_radio .radio-button:first-child {
  display: none;
}

#installation_radio,
#pa_installation_radio {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#installation_radio label,
#installation_radio input,
#pa_installation_radio label,
#pa_installation_radio input {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#installation_radio input[type='radio'],
#pa_installation_radio input[type='radio'] {
  opacity: 0.01;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#installation_radio label:hover,
#pa_installation_radio label:hover,
#installation_radio input[type='radio']:checked + label,
#pa_installation_radio input[type='radio']:checked + label,
.Checked + label {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff;
}

#installation_radio label,
#pa_installation_radio label {
  padding: 4px 14px;
  cursor: pointer;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2px;
  border: 2px solid var(--color-grey-medium);
  color: var(--color-grey-medium);
  transition: all 0.35s ease 0s;
}

.variations tr:first-child .value select,
#pa_size {
  border: 1.5px solid var(--color-grey);
  background-color: #fff;
  padding: 7px;
  margin-left: 4px;
}

.radio-button {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  margin: 0 4px;
  margin-top: -6px;
}

.summary .qty {
  width: 77px;
  text-align: center;
  border-radius: 0;
  padding: 5px;
  outline: none;
}

/*
-------------------------------------------------------------|
                                                      FOOTER |
-------------------------------------------------------------|
*/

.site-footer {
  background-image: url('/wp-content/uploads/2021/12/footer-bg.png');
  background-size: cover;
  background-position: 35px 20%;
  background-repeat: no-repeat;
  background-color: #19bcbe;
  clear: both;
}

.site-footer h2 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 30px;
}

.site-footer .wrap {
  padding: 90px 0 30px;
  max-width: 73%;
}

.site-footer .left {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}

.site-footer .left a:not(.button) {
  color: #dbf2f3;
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.3px;
  margin: 6px 0;
}

.site-footer .sub {
  border-left: 1.5px solid #dbf2f3;
  padding-left: 18px;
  margin: 15px 0;
}

.site-footer .left .sub a {
  font-size: 15px;
}

.links-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 30px;
}

.links-right {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 4px);
  padding-right: 30px;
}

.site-footer .button {
  color: #dbf2f3;
  border-color: #dbf2f3;
  margin: 5px 0;
  padding: 7px 13px;
}

.site-footer .button:hover {
  background-color: #dbf2f3;
  border-color: #dbf2f3;
  color: #19bcbe;
}

.site-footer .button:nth-last-child(2) {
  margin-top: 15px;
}

.site-footer .social-links {
  list-style: none;
  padding: 0;
  margin: 45px 0 0;
}

.site-footer .social-links li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.site-footer .left .social-links li a {
  font-size: 25px;
}

.site-footer .right {
  display: inline-block;
  vertical-align: top;
  width: calc(35% - 4px);
}

.site-footer .right p {
  color: #dbf2f3;
  font-size: 14px;
  line-height: 1.5;
}

.paygate-footer-logos-area {
  margin-top: 20px;
}

.paygate-footer-logos {
  max-height: 50px;
}

.coffee-foot {
  border-top: 3px solid #fff;
  padding-top: 22px;
  margin-top: 15px;
  /*   margin-top: 60px; */
  max-width: 93%;
}

.coffee-foot img {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.coffee-foot a {
  color: #dbf2f3;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.aircon-btu-calculator,
.pool-heater-calculator {
  cursor: pointer;
  font-size: 20px;
}

.calculator-toggle {
  text-align: right;
  color: #fff;
  line-height: 1em;
  padding: 10px 16px;
  background-color: #19bdbf;
  display: block !important;
  cursor: pointer;
  font-size: 30px;
}

.calculator-toggle > i:hover {
  color: #bdbdbd;
}

#aircon-btu-calculator-results,
#aircon-btu-calculator-inputs,
#pool-heater-calculator-results,
#pool-heater-calculator-inputs {
  padding: 0 5% 50px 5%;
}

.aircon-btu-calc-lightbox,
.pool-heater-calc-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(55, 193, 195, 0.8);
}

.aircon-btu-calc-lightbox-inner,
.pool-heater-calc-lightbox-inner {
  background-color: #fff;
  max-width: 940px;
}

.aircon-calculator-input,
.pool-calculator-input {
  color: #19bdbf !important;
  padding: 15px !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  margin: 0 5px !important;
}

.aircon-calculator-input::placeholder,
.pool-calculator-input::placeholder {
  color: #19bdbf !important;
}

.aircon-calc-body,
.heater-calc-body {
  text-align: center;
}

#aircon-btu-calculator-results,
#pool-heater-calculator-results {
  display: none;
}

.aircon-btu-product-options,
.pool-heater-product-options {
  margin-top: 40px;
  margin-bottom: 0;
}

.aircon-btu-product-options > a,
.pool-heater-product-options > a {
  color: #19bdbf !important;
}

.aircon-btu-calc-see-results,
.pool-heater-calc-see-results {
  margin-top: 60px;
  margin-bottom: 0;
}

#aircon-btu-calc-enter,
#pool-heater-calc-enter {
  cursor: pointer;
}

.poolBlanketLabel {
  font-size: 12px !important;
}

.aircon-btu-container,
.pool-heater-wattage-container {
  text-align: center;
}

.pool-heater-wattage-container > div {
  padding: 0 10px;
  width: 50%;
}

.aircon-btu-container > div {
  padding: 0 25%;
}

.aircon-btu,
.pool-heater-wattage {
  font-size: 24px;
  color: #fff;
  background-color: #19bdbf;
  padding: 8px 15px;
  width: 100%;
}

a.heat-pump-calc {
  color: #19bdbf;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

/*
-------------------------------------------------------------|
                                                        BLOG |
-------------------------------------------------------------|
*/
.blog-holder {
  display: flex;
}
.blog-widget h2 {
  text-align: left;
  padding: 0 0 10px 0;
  color: #18bcbd;
}
.blog-holder ul {
  padding: 0;
  list-style: none;
}
.blog-holder li.cat-item:not(a) {
  color: #18bdbf;
}
.blog-holder li.cat-item.current-cat a {
  color: #18bdbf;
}
.blog-holder li.cat-item-1 {
  display: none;
}
.widget-blog-area {
  background-color: var(--color-grey-light);
  padding: 30px;
  border-radius: 35px;
  margin-right: 30px;
  min-width: 250px;
}
.general-sidebar {
  background-color: var(--color-grey-light);
  width: 250px;
  padding: 45px;
  border-radius: 35px;
}

.general-sidebar.knowledge_hub-sidebar {
  padding: 45px 35px;
}

.general-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.general-sidebar ul .caffeine_search-menu_button {
  display: none;
}

.general-sidebar ul ul {
  padding-left: 15px;
}

.general-sidebar ul ul ul {
  padding-left: 15px;
}

.general-sidebar h2 {
  font-weight: 600;
  margin: 0 0 25px;
  border-bottom: 2px solid var(--color-grey-dark);
  padding-bottom: 20px;
}
.general-post-single {
  margin-top: 120px;
  margin-bottom: 100px;
}

.ccs-sorters {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}

.ccs-sorters .left {
  float: left;
  width: 50%;
  text-align: left;
}

.ccs-sorters .right {
  float: right;
  width: 50%;
  text-align: right;
}

.products-per-page form {
  display: inline;
}

.products-per-page form .ui-selectmenu-button,
.ccs-sorters form .ui-selectmenu-button,
.woocommerce-ordering .ui-selectmenu-button {
  width: auto !important;
  text-align: center;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 600;
  margin: 0 5px;
  vertical-align: text-top;
}

.products-per-page form .ui-selectmenu-button .ui-selectmenu-icon,
.ccs-sorters form .ui-selectmenu-button .ui-selectmenu-icon,
.woocommerce-ordering .ui-selectmenu-button .ui-selectmenu-icon {
  display: none;
}

.products-per-page form .ui-selectmenu-button .ui-selectmenu-text,
.ccs-sorters form .ui-selectmenu-button .ui-selectmenu-text,
.woocommerce-ordering .ui-selectmenu-button .ui-selectmenu-text {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.general_post_archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.general_post_archive-single {
  width: calc(33.3% - 20px);
  margin: 0 10px 20px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.general_post_archive_single-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.general_post_archive_single-content {
  width: 90%;
  margin: 25px auto 80px;
}

.general_post_archive_single-content h2 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
}

.general_post_archive_single-content p {
  font-size: 16px;
  line-height: 1.2em;
}

.general_post_archive_single-content .button {
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  min-width: 150px;
}

.general_post_single-header {
  width: 100%;
  background-color: var(--color-blue);
  padding: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.general_post_single-header h1 {
  line-height: 1.2em;
  margin: 0;
  font-size: 38px;
  color: #fff;
}

.archive_type-post {
  width: calc(33% - 20px);
}

.archive_type-post p {
  display: none;
}

.blog-post-single .general_post_single-content,
.press_coverage-post-single .general_post_single-content {
  width: calc(100% - 350px);
}

#general_sidebar-menu > li {
  margin: 10px 0;
}

#general_sidebar-menu > li a {
  color: var(--color-grey);
  font-weight: 400;
  transition: all 0.2s ease 0s;
}

#general_sidebar-menu > li a:hover {
  color: var(--color-blue);
  font-weight: 600;
}

#general_sidebar-menu .sidebar-button a {
  background-color: var(--color-blue);
  color: #fff;
  display: block;
  text-align: center;
  padding: 2px 5px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}

#general_sidebar-menu .sidebar-button a:hover {
  background-color: var(--color-green);
  color: #fff;
  font-weight: 400;
}

.general_post_archive-single.archive_type-press_coverage {
  width: calc(25% - 20px);
}
.general_post_single-navigation {
  min-width: 50%;
  text-align: right;
  float: right !important;
}

.general_post_single-navigation .post-navigation .nav-links {
  justify-content: flex-end;
}

.general_post_single-navigation .post-navigation .nav-links > div {
  flex: unset;
  margin-left: 35px;
}

.general_post_single-back_to_archive a,
.general_post_single-navigation a,
.general_post_single-back_to_archive,
.general_post_single-navigation {
  font-size: 15px;
  color: #969696;
  transition: all 0.1s ease 0s;
}

.general_post_single-back_to_archive a:hover,
.general_post_single-navigation a:hover {
  color: var(--color-blue);
}
.general_post_single-content {
  width: 50%;
  float: right;
}
.custom-header {
  height: 350px;
  margin-bottom: 75px;
}

.custom-header .max-width-container {
  height: 100%;
  position: relative;
}

.custom-header h1 {
  color: #fff;
  font-size: 50px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
form.custom-post-ordering span {
  color: #7f7f7f;
}
form.custom-post-ordering select {
  border: none;
  color: #19bdbe;
}

/*
-------------------------------------------------------------|
                                      Find an Installer Page |
-------------------------------------------------------------|
*/

.page-template-find-installer-form #caf {
  margin-top: 50px;
}

.page-template-find-installer-form .gform_wrapper.gravity-theme .gform_footer input,
#gform_wrapper_11.gravity-theme .gform_footer input {
  padding: 11px 45px 11px 45px !important;
  text-transform: capitalize;
}

.page-template-find-installer-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single,
#gform_wrapper_11.gravity-theme .chosen-container-single .chosen-single {
  background: transparent;
  background-color: #fff;
  border: 0px solid #aaa;
  box-shadow: unset;
}

.page-template-find-installer-form
  .gform_wrapper.gravity-theme
  .chosen-container-active.chosen-with-drop
  .chosen-single,
#gform_wrapper_11.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  border: 0px solid #aaa;
  box-shadow: unset;
}

.page-template-find-installer-form .gform_wrapper.gravity-theme .chosen-container .chosen-drop {
  border: 0px solid #aaa;
  box-shadow: unset;
}

.page-template-find-installer-form label.gform-field-label,
#gform_wrapper_11.gravity-theme label.gform-field-label {
  display: none !important;
}

.page-template-find-installer-form .ginput_container.ginput_container_radio label.gform-field-label,
.page-template-find-installer-form
  .ginput_container.ginput_container_checkbox
  label.gform-field-label,
#gform_wrapper_11.gravity-theme
  .ginput_container.ginput_container_checkbox
  label.gform-field-label {
  display: initial !important;
}

.page-template-find-installer-form .map,
.page-template-find-installer-form .form {
  width: calc(50% - 25px);
}

.page-template-find-installer-form .above .map {
  display: none;
}

.page-template-find-installer-form .max-width-container:not(#site-navigation) {
  display: flex;
  flex-wrap: wrap;
}
.page-template-find-installer-form .max-width-container.below {
  gap: 50px;
  justify-content: space-between;
}

.page-template-find-installer-form #caf h1.page-title {
  color: #6b6f6c;
  text-align: center;
  font-family: Roboto;
  font-size: 43px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  padding-top: 110px;
  width: 100%;
}

.page-template-find-installer-form #caf .content-area {
  max-width: 800px;
  margin: 0 auto;
}

.page-template-find-installer-form #caf .content-area p {
  color: #6b6f6c;
  text-align: center;
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
}

body.page-template-find-installer-form .secondary .landing-banner {
  height: 375px;
}

.installer-wrap {
  background-color: #f5f5f5;
  padding-bottom: 170px;
}

body.page-template-find-installer-form legend.gfield_label.gform-field-label,
#gform_wrapper_11.gravity-theme legend.gfield_label.gform-field-label {
  color: #6b6f6c;
  font-size: 15px;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  float: left;
}

body.page-template-find-installer-form .gform_wrapper.gravity-theme .gfield_label,
body.page-template-find-installer-form .gform_wrapper.gravity-theme .gform-field-label--type-inline,
#gform_wrapper_11.gravity-theme .gform-field-label--type-inline {
  display: inline-block;
  font-family: Outfit;
  font-size: 15px;
  font-weight: 400;
  color: #6b6f6c;
  margin-bottom: 8px;
  padding-left: 5px !important;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  font-style: normal;
  line-height: normal;
}
body.page-template-find-installer-form legend.gfield_label.gform-field-label,
#gform_wrapper_11.gravity-theme legend.gfield_label.gform-field-label {
  margin-left: 30px;
}

body.page-template-find-installer-form .gfield_radio,
#gform_wrapper_11.gravity-theme .gfield_radio {
  display: flex;
  gap: 20px;
}
body.page-template-find-installer-form .ginput_container.ginput_container_radio,
#gform_wrapper_11.gravity-theme .ginput_container.ginput_container_radio {
  display: inline-block;
  margin-left: 40px;
  padding-top: 5px;
}
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .chosen-container-single
  .chosen-single,
#gform_wrapper_11.gravity-theme .chosen-container-single .chosen-single {
  height: 50px;
}

body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  .ginput_container--name
  input,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  input.large,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  select.large,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  textarea.large,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .chosen-container-single
  .chosen-single
  span,
#gform_wrapper_11.gravity-theme .gfield .ginput_container--name input,
#gform_wrapper_11.gravity-theme .gfield input.large,
#gform_wrapper_11.gravity-theme .gfield select.large,
#gform_wrapper_11.gravity-theme .gfield textarea.large,
#gform_wrapper_11.gravity-theme .chosen-container-single .chosen-single span {
  color: #6b6f6c;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px 29px !important;
}

body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  .ginput_container--name
  input::placeholder,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  input.large::placeholder,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  select.large::placeholder,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gfield
  textarea.large::placeholder,
#gform_wrapper_11.gravity-theme .gfield .ginput_container--name input::placeholder,
#gform_wrapper_11.gravity-theme .gfield input.large::placeholder,
#gform_wrapper_11.gravity-theme .gfield select.large::placeholder,
#gform_wrapper_11.gravity-theme .gfield textarea.large::placeholder {
  color: #6b6f6c;
  font-family: Roboto;
  font-size: 15px;
}

body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gform_footer,
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme:not(#gform_wrapper_1)
  .gform_page_footer,
#gform_wrapper_11.gravity-theme .gform_page_footer {
  /* float: none; */
  position: absolute;
  right: 0px;
  bottom: 20px;
  max-width: unset;
}

body.page-template-find-installer-form .gfield_radio > div,
body.page-template-find-installer-form .gfield_checkbox > div,
#gform_wrapper_11.gravity-theme .gfield_checkbox > div {
  position: relative;
}
body.page-template-find-installer-form .gfield_checkbox > div,
#gform_wrapper_11.gravity-theme .gfield_checkbox > div {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

body.page-template-find-installer-form .gfield_radio > div + div,
#gform_wrapper_11.gravity-theme .gfield_radio > div + div {
  margin-left: 20px;
}

/* Hide default radio input */
body.page-template-find-installer-form .gfield-choice-input[type='radio'],
body.page-template-find-installer-form .gfield-choice-input[type='checkbox'],
#gform_wrapper_11.gravity-theme .gfield-choice-input[type='radio'],
#gform_wrapper_11.gravity-theme .gfield-choice-input[type='checkbox'] {
  opacity: 0;
  /* position: absolute; */
}

/* Style the label as a custom square */
body.page-template-find-installer-form .gfield-choice-input[type='radio'] + label,
body.page-template-find-installer-form .gfield-choice-input[type='checkbox'] + label,
#gform_wrapper_11.gravity-theme .gfield-choice-input[type='radio'] + label,
#gform_wrapper_11.gravity-theme .gfield-choice-input[type='checkbox'] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* Square "radio" box */
body.page-template-find-installer-form .gfield-choice-input[type='radio'] + label::before,
body.page-template-find-installer-form .gfield-choice-input[type='checkbox'] + label::before,
#gform_wrapper_11.gravity-theme .gfield-choice-input[type='radio'] + label::before,
#gform_wrapper_11.gravity-theme .gfield-choice-input[type='checkbox'] + label::before {
  content: '';
  position: absolute;
  left: -30px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 24px;
  height: 24px;
  border: 0px solid #ccc;
  background: #fff;
  border-radius: 0;
  top: 7px;
}

form#gform_10,
form#gform_11 {
  position: relative;
}

/* Inner check square */
body.page-template-find-installer-form .gfield-choice-input[type='radio']:checked + label::after,
body.page-template-find-installer-form .gfield-choice-input[type='checkbox']:checked + label::after,
#gform_wrapper_11.gravity-theme .gfield-choice-input[type='checkbox']:checked + label::after {
  content: '';
  position: absolute;
  left: -25px;
  top: 12px;
  /* transform: translateY(-50%); */
  width: 15px;
  height: 15px;
  background: #19bdbf;
}
#field_10_12 .ginput_container_text,
#field_10_19 .ginput_container_text,
#field_10_21 .ginput_container_text {
  position: relative;
}

#field_10_12 .ginput_container_text:after,
#field_10_19 .ginput_container_text:after,
#field_10_21 .ginput_container_text:after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 18px;
  right: 20px;
  background-image: url('images/date.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

#input_10_28 {
  background-color: #eee !important;
  font-style: italic !important;
  cursor: not-allowed;
}

body.page-template-find-installer-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single
  div
  b {
  background-image: url('images/search-find.svg');
  background-position: 0px 20px;
  /* background-position: -33px -20px;
    height: 20px;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: -5px; */
}
body.page-template-find-installer-form
  .gform_wrapper.gravity-theme
  .chosen-container-single
  .chosen-single
  div {
  width: 30px;
}

.page-template-find-installer-form .black-friday-banners {
  position: relative;
  margin-top: 90px;
  display: flex;
  justify-content: center;
}
.page-template-find-installer-form .black-friday-banners .bf {
  width: auto;
  height: auto;
}
.page-template-find-installer-form .black-friday-banners .desktop_bf {
  display: block;
}
.page-template-find-installer-form .black-friday-banners .mobile_bf {
  display: none;
}

@media (max-width: 890px) {
  .page-template-find-installer-form .form {
    order: 2;
  }
  .page-template-find-installer-form .above .map {
    display: block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: -50px;
  }
  .page-template-find-installer-form .below .map {
    display: none;
  }
  .page-template-find-installer-form .map,
  .page-template-find-installer-form .form {
    width: 100%;
  }
  .page-template-find-installer-form .installer-wrap {
    padding-bottom: 90px;
  }
}
@media (max-width: 650px) {
  .page-template-find-installer-form .black-friday-banners .desktop_bf {
    display: none;
  }
  .page-template-find-installer-form .black-friday-banners .mobile_bf {
    display: block;
  }
}

/*
-------------------------------------------------------------|
                                  Content and form template |
-------------------------------------------------------------|
*/

#caf .page-title {
  text-align: center;
  padding-top: 50px;
  margin-top: 0;
}
#caf .content-area {
  padding-bottom: 50px;
}
#caf .shortcode-area {
  background-color: #ebebeb;
  padding: 30px 0px 90px;
}
#caf .shortcode-area .gfield_description a {
  text-decoration: underline;
}

#caf .shortcode-area h3.gsection_title {
  font-weight: 500;
  color: #19bdbe;
  font-size: 1.5em;
}
#caf .shortcode-area .gfield:first-child h3.gsection_title {
  margin-top: 0;
}
#caf .shortcode-area .gform_footer {
  float: none !important;
  margin-top: 30px;
  max-width: 135px !important;
}
#caf .shortcode-area .gform_required_legend {
  display: none;
}
#caf .gform_wrapper {
  display: block !important;
}
/* END Content and form template */

/*
-------------------------------------------------------------|
                                                   STAY COOL |
-------------------------------------------------------------|
*/

.competition-banner {
  margin-top: -35px;
  height: 500px;
  background-size: cover;
  background-position: right;
}

.competition-banner .max-width-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.competition-banner h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 68px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

.competition-banner p {
  color: #fff;
  font-size: 33px;
  line-height: 1.15;
  font-weight: 300;
  margin: 15px 0 0;
}

.competition-content {
  padding: 80px 0 100px;
  background-color: #f5f5f5;
}

.competition-content .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.competition-content .left {
  background-color: #1abcbe;
  padding: 50px;
  position: relative;
  min-height: 450px;
  width: 430px;
}

.competition-content .left h2 {
  color: #fff;
  font-size: 32px;
  margin: 25px 0 0;
  max-width: 230px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
}

.competition-content .left p {
  color: #fff;
  max-width: 210px;
  font-size: 18px;
  line-height: 1.2;
}

.competition-content span {
  color: #fff;
  display: block;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  bottom: 35px;
}

.competition-content .left img {
  position: absolute;
  right: -30px;
  bottom: -40px;
  max-height: 340px;
}

.competition-content .right {
  width: calc(95% - 450px);
}

.competition-content .right h2 {
  font-size: 42px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
}

#gform_wrapper_11 {
  padding: 20px 0 0 !important;
}

#gform_wrapper_11 .gform-body.gform_body {
  position: relative;
}

#gform_wrapper_11 .gform_footer {
  bottom: 65px;
  left: 315px;
  right: auto;
  width: 150px;
  float: none !important;
  max-width: unset !important;
}

#gform_wrapper_11 .gform_footer::after {
  display: none !important;
}

#gform_wrapper_11.gravity-theme .gfield_checkbox > div {
  padding-left: 12px;
}

#field_11_28 {
  position: absolute;
  bottom: 12px;
  left: 485px;
}

#field_11_28 p {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  margin: 0;
  color: #6b6f6c;
}

@media (max-width: 1200px) {
  #gform_wrapper_11 .gform_footer {
    bottom: auto;
    left: auto;
    right: auto;
    position: relative !important;
  }
  #field_11_28 {
    bottom: -45px;
    left: 165px;
  }
}

@media (max-width: 1023px) {
  .competition-content {
    padding: 65px 0;
  }
  .competition-content .left {
    width: 500px;
    margin: 0 auto 85px;
  }
  .competition-content .right {
    width: 100%;
  }
  #field_11_28 {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .competition-banner {
    background-position: left;
    height: 400px;
  }
  .competition-banner h1 {
    font-size: 45px;
    line-height: 1.1;
  }
  .competition-banner p {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .competition-content .left {
    padding: 30px;
    min-height: 485px;
  }
  .competition-content .left img {
    right: -25px;
    max-height: 280px;
  }
  #field_11_28 {
    bottom: auto;
    left: auto;
    max-width: unset;
    position: relative;
    margin-bottom: 10px;
  }
  .competition-content .right h2 {
    font-size: 28px;
  }
}

/*
-------------------------------------------------------------|
                                                  RESPONSIVE |
-------------------------------------------------------------|
*/

#coffeerm-button {
  background-color: transparent;
  top: 21px;
  right: 30px;
  display: none;
  position: absolute;
  bottom: 0;
}

#coffeerm-button span {
  width: 33px;
  background-color: #19bdbf;
}

#responsive-menu-items {
  display: none;
}

#responsive-menu-items::before {
  content: '';
  display: block;
  background-image: url('/wp-content/themes/alliance/images/logo.png');
  width: 174px;
  height: 37px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 25px 15px 20px;
}

ul.responsive-menu-items {
  background-color: #fff;
  padding: 0;
  max-width: 250px;
}

ul.responsive-menu-items li {
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left;
}

ul.responsive-menu-items a {
  color: #58585a !important;
  text-align: left;
  text-decoration: none;
  padding: 8px 15px;
  display: block;
  border: none;
  margin: 0;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

ul.responsive-menu-items a::after {
  display: none;
}

ul.responsive-menu-items a.active,
ul.responsive-menu-items a:hover {
  background-color: #19bdbf;
  color: #fff !important;
}

ul.responsive-menu-items li.menu-item-has-children::after {
  border-left: 10px solid #19bdbf;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px solid #19bdbf;
  top: 11px;
  right: 15px;
}

ul.responsive-menu-items li.menu-item-has-children:hover::after {
  border-left: 10px solid #fff;
  border-right: 0px solid #fff;
}

ul.responsive-menu-items li ul.sub-menu {
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}

ul.responsive-menu-items li ul.sub-menu li {
  margin: 0;
  padding-right: 0;
}

ul.responsive-menu-items li ul.sub-menu a {
  padding: 8px 15px 8px 25px;
  font-size: 1em;
}

ul.responsive-menu-items li ul.sub-menu .sub-menu a {
  padding-left: 45px;
}

.mobile-open {
  display: none;
  background-color: #19bdbf;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 3px 15px;
  position: fixed;
  left: -28px;
  top: 168px;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.36s ease all;
  -ms-transition: 0.36s ease all;
  transition: 0.36s ease all;
}

.warrantyPage {
  margin-top: 130px;
}

body.page-id-467 .warrantyPage {
  margin-top: 30px;
}

.warrantyTitle {
  display: flex;
  justify-content: center;
}

.warrantyTitle img {
  width: 85px;
  margin-top: -10px;
}

@media (max-width: 1280px) {
  body .slick-prev,
  body .slick-next {
    width: 64px;
  }

  body .slick-prev {
    left: -64px;
  }

  body .slick-next {
    right: -61px;
  }

  .frontpage-bestsellers .max-width-container {
    padding-right: 61px;
    padding-left: 61px;
  }
}

@media (max-width: 1279px) {
  #coffeerm-button,
  #responsive-menu-items .responsive-menu-items {
    display: block !important;
  }

  #primary-menu {
    display: none !important;
  }

  .menu-wrap .woocommerce-product-search {
    margin-right: 55px;
    margin-top: 3px;
  }
}

@media (max-width: 1080px) {
  body.post-type-archive-product #primary,
  body.tax-product_cat #primary,
  body.search #primary,
  body.tax-product_tag #primary {
    padding: 55px 0;
  }

  body.woocommerce ul.products li.product {
    width: 50%;
  }

  body.woocommerce ul.products li.product:nth-child(3) {
    border-top: none;
  }

  body.woocommerce .related.products li.product {
    padding: 30px 30px 40px;
    width: 33.33%;
    border-top: 2.5px solid #e1e1e1 !important;
  }

  body.single-product
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger {
    top: 35px;
    right: 85px;
  }
  .general_post_archive-single {
    width: calc(50% - 20px);
  }
}

@media (max-width: 1000px) {
  .category-collage-single,
  .category-collage-single {
    width: 50% !important;
    height: 400px !important;
  }

  .half {
    width: 100%;
  }

  .frontpage-about .max-width-container {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .frontpage-about .half:first-child {
    padding: 70px 30px 50px;
  }

  .frontpage-about .wrap {
    max-width: none;
  }

  .frontpage-about .social-links,
  .contact .social-links {
    left: auto;
    top: 30px;
    right: 30px;
  }

  .frontpage-about {
    display: block;
  }

  .frontpage-about .half:last-child {
    min-height: 400px;
  }

  .frontpage-bestsellers {
    padding: 25px 0 50px;
  }

  .pre-footer-blocks .half {
    min-height: 450px;
  }

  .frontpage-categories {
    padding: 30px 0 55px;
  }

  .installers-retailers {
    padding: 45px 30px 15px;
  }

  .mobile-open {
    display: block;
  }

  .mobile-open.open {
    left: 202px;
  }

  #secondary {
    float: none;
    left: -270px;
    position: fixed;
    -webkit-transition: 0.35s ease all;
    -ms-transition: 0.35s ease all;
    transition: 0.35s ease all;
  }

  #secondary.open {
    left: 0;
  }

  body.post-type-archive-product #primary .shop-wrap,
  body.tax-product_cat #primary .shop-wrap,
  body.search #primary .shop-wrap,
  body.tax-product_tag #primary .shop-wrap {
    width: 100%;
    float: none;
    padding: 0 10px;
  }

  .woocommerce-pagination::after {
    display: none;
  }

  .about {
    min-height: auto;
    display: block;
  }

  .about .max-width-container {
    padding: 30px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .about .wrap {
    max-width: none;
  }

  .about .half:last-child {
    display: none;
  }

  .about-quote {
    padding: 0;
  }

  .about-quote h2 {
    margin: 0 auto 50px;
    font-size: 25px;
  }

  .about-faq .faq {
    width: 100%;
    padding: 40px 30px;
    border-right: none;
  }

  .about-faq {
    padding-bottom: 10px;
  }
}

@media (max-width: 810px) {
  .site-footer {
    background-image: none;
  }

  .site-footer .wrap {
    padding: 50px 0 22px;
    max-width: none;
  }

  .coffee-foot {
    margin-top: 20px;
    max-width: none;
  }

  .site-footer .left {
    width: 62%;
  }

  .site-footer .right {
    width: calc(38% - 4px);
  }

  body.single-product div.product .woocommerce-product-gallery {
    padding-right: 40px;
  }

  .related.products {
    padding-bottom: 25px;
  }

  body.single-product
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger {
    right: 50px;
  }

  .contact .half:first-child,
  .contact .half:last-child {
    width: 100%;
  }

  .contact .max-width-container {
    padding: 35px 30px 40px;
    position: relative;
  }

  .contact .wrap {
    max-width: none;
  }

  .contact .buttons {
    margin-top: 40px;
  }

  .contact .half:last-child .wrap {
    float: none;
    max-width: none;
    width: 100%;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  body.woocommerce ul.products li.product {
    float: left;
    clear: none;
  }

  .pool-heater-input-container {
    flex-direction: column;
  }

  .pool-calculator-input {
    margin: 5px 0 !important;
  }

  .aircon-btu-input-container {
    flex-direction: column;
  }

  .aircon-calculator-input {
    margin: 5px 0 !important;
  }
  .general-sidebar {
    width: 100%;
    float: none;
    clear: both;
    max-width: 400px;
    margin: 0 auto 50px;
  }
  .blog-post-single .general_post_single-content,
  .press_coverage-post-single .general_post_single-content {
    width: 100%;
  }
  .general_post_single-navigation .post-navigation .nav-links {
    justify-content: left;
  }
  .general_post_single-header h1 {
    font-size: 26px;
  }
  .blog-holder {
    flex-direction: column-reverse;
  }
  .widget-blog-area {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  body.single-product div.product .woocommerce-product-gallery,
  body.single-product div.product .summary.entry-summary {
    padding-right: 0;
    width: 100%;
  }

  .related.products {
    padding-top: 0;
  }

  .related.products h1 {
    padding: 0;
  }

  body.woocommerce .related.products li.product {
    width: 100%;
    border-right: none;
  }

  body.woocommerce ul.products li.product:nth-child(2),
  body.woocommerce ul.products li.product:nth-child(3) {
    border-top: none !important;
  }

  .woocommerce-product-gallery__wrapper {
    margin-top: 0;
  }

  body.single-product
    div.product
    .woocommerce-product-gallery
    .woocommerce-product-gallery__trigger {
    top: 22px;
    right: 15px;
  }

  .product-specifications {
    max-width: none;
  }
  .general_post_single-navigation {
    text-align: left;
    width: 100%;
  }
  .general_post_single-back_to_archive {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .general_post_single-navigation .post-navigation .nav-links > div {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  #gform_2 .gform_footer.top_label {
    margin: 10px 0 0;
    float: unset !important;
  }
  .general_post_archive-single {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .paygate-footer-logos-area {
    text-align: center;
  }

  .installers-retailers .ui-tabs-tab:nth-child(2)::after {
    display: none;
  }

  .ui-tabs .ui-tabs-nav {
    margin-bottom: 20px;
  }

  .ui-tabs-panel .buttons {
    margin-top: 30px;
  }

  .secondary .landing-banner {
    height: 250px;
  }

  body.woocommerce ul.products li.product {
    width: 100%;
  }

  .archived-product .ft-img {
    height: 200px;
  }

  body.woocommerce ul.products li.product {
    padding: 35px 20px;
  }

  body.woocommerce ul.products li.product:nth-child(2) {
    border-top: none;
  }

  body.post-type-archive-product #primary,
  body.tax-product_cat #primary,
  body.search #primary,
  body.tax-product_tag #primary {
    padding: 35px 0;
  }

  .mobile-open {
    top: 148px;
  }

  body .gform_wrapper.gravity-theme:not(#gform_wrapper_1) .gform_footer::after {
    top: 22px;
  }
  .woocommerce-category-title {
    text-align: center;
  }
}

@media (max-width: 639px) {
  .site-footer .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .site-footer .right {
    width: 100%;
  }

  .menu-wrap .woocommerce-product-search {
    display: none;
  }

  .banner-heading span:nth-child(1) {
    font-size: 17px;
  }

  .banner-heading span:nth-child(2) {
    font-size: 36px;
    margin: 5px 0;
  }

  .banner-heading span:nth-child(3) {
    font-size: 38px;
  }

  .category-collage-single,
  .category-collage-single {
    width: 100% !important;
    height: 350px !important;
  }

  .frontpage-about .half:last-child {
    min-height: 300px;
  }

  .frontpage-bestsellers h2 {
    text-align: center;
  }

  .frontpage-bestsellers h2 .see-more {
    float: none;
    margin-top: 15px;
    display: block;
  }

  .frontpage-bestsellers .max-width-container {
    padding-right: 44px;
    padding-left: 44px;
  }

  body .slick-prev,
  body .slick-next {
    width: 46px;
  }

  body .slick-prev {
    left: -45px;
  }

  body .slick-next {
    right: -44px;
  }

  .bestseller-image img {
    height: 200px;
  }

  .single-bestseller {
    padding: 30px 20px 40px;
  }

  .site-footer h1 {
    text-align: center;
  }

  .links-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .links-right {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .site-footer .sub {
    border-left: none;
    padding-left: 0;
  }

  .site-footer .social-links {
    margin: 10px 0 0;
  }

  .site-footer .right p {
    text-align: center;
    margin-bottom: 5px;
  }

  .coffee-foot {
    text-align: center;
    font-size: 12px;
  }

  .coffee-foot img,
  .coffee-foot a {
    vertical-align: middle;
  }

  .related.products h1 {
    text-align: center;
  }

  .related.products h1 .see-more {
    float: none;
    display: block;
    margin-top: 5px;
  }

  body h1.product_title.entry-title {
    font-size: 30px;
  }

  .variations .label {
    width: 100% !important;
    display: block;
  }

  .variations tr:first-child td.value {
    display: block;
    width: 100%;
    margin: 10px 0 10px -3px;
  }

  .variations tr:last-child td {
    width: 100%;
    display: block;
    margin-left: -3px;
  }
}

@media (max-width: 500px) {
  .ui-tabs-tab:not(:last-child)::after {
    display: none;
  }

  .retailer {
    width: 100%;
    padding: 20px 30px;
  }

  .secondary .landing-banner {
    height: 185px;
  }

  .products-per-page {
    float: none;
    text-align: center;
    margin: 0;
  }

  .woocommerce-ordering {
    float: none;
    font-size: 15px;
    text-align: center;
    padding-left: 55px;
  }

  .woocommerce-ordering::before {
    right: 0;
    text-align: center;
    left: 0;
    margin: 0 auto;
    left: -100px;
  }

  body .products.columns-4 {
    margin-top: 32px;
  }

  .about-faq .faq {
    padding: 40px 0;
  }
}
