/*
Theme Name: Hydropool Surrey
Theme URI: https://hydropoolsurrey.com/
Author: Figment Agency
Author URI: https://www.figmentagency.com/
Description: A custom WordPress Website for Hydropool Surrey
Text Domain: hydropoolsurrey
version: 1.0.4
*/

/*******************************************
Global
*******************************************/

html {
  scroll-behavior: smooth;
}
img {
  height: auto;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: "Axiforma", sans-serif;
  font-weight: normal;
  font-style: normal;
}

a {
  -webkit-transition: 0.3s color ease-in-out;
  -moz-transition: 0.3s color ease-in-out;
  -ms-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}

.brand-line {
  width: 60px;
  height: 2px;
  background-color: #27b7ed;
  border-radius: 1px;
}

.cf {
  clear: both;
}
.container-fluid {
  position: relative;
}
/*******************************************
Typography
*******************************************/

h1 {
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-weight: 700;
}

h2,
h4,
h5 {
  font-weight: 600;
}

.hero h1,
.hero p.lead {
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
}

.hero p.lead {
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  line-height: 1.5;
  margin: 18px 0;
}

p {
  line-height: 1.6;
}

/*******************************************
Buttons
*******************************************/

.btn-primary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 80px;
  font-weight: 600;
  letter-spacing: 0.8;
  border: 2px solid #27b7ed;
}

.hero .btn-secondary,
.cta-block .btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 80px;
  font-weight: 600;
  letter-spacing: 0.8;
  border: 2px solid #fff;
  color: #fff;
}

.btn-secondary {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 80px;
  font-weight: 600;
  letter-spacing: 0.8;
  border: 2px solid #fff;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #27b7ed;
}

.mobile-menu-collapse .navbar-nav .nav-btn a {
  margin-left: 0 !important;
  margin-top: 20px !important;
}
.nav-btn a,
.nav-btn-2 a {
  padding: 6px 12px 4px 12px !important;
  border-radius: 80px;
  font-weight: 600;
  letter-spacing: 0.2;
  border: 2px solid #27b7ed !important;
  background-color: #27b7ed;
  margin-left: 15px !important;
  margin-top: 65px !important;
}

.nav-btn {
  margin-top: -6px;
}
.nav-btn-2 a {
  background: transparent !important;
}

/*******************************************
Navbar
*******************************************/
.header-tel {
  position: absolute;
  z-index: 1000;
  top: -5px;
  right: 0;
  background: rgba(0, 0, 0, 0.2) url(./img/phone.png) no-repeat 10px 60%;
  background-size: 22px;
  padding: 18px 15px 5px 42px;
  font-size: 20px;
  border-radius: 0 0 20px 20px;
}
.header-tel a {
  color: #fff;
}
.navbar {
  position: absolute;
  width: 100%;
  border: none;
  z-index: 9999;
}

.navbar-filter {
  background: -moz-linear-gradient(
    top,
    rgba(0, 38, 51, 0.9) 0%,
    rgba(0, 38, 51, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 38, 51, 0.9) 0%,
    rgba(0, 38, 51, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 38, 51, 0.9) 0%,
    rgba(0, 38, 51, 0) 100%
  );
  padding: 0 15px;
  height: 100%;
}

.navbar-default .navbar-nav > li > a {
  padding: 0;
  margin: 67px 0 0 18px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li:first-child > a {
  margin-left: 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.current_page_item a,
.navbar-default .navbar-nav > li.current-page-ancestor a {
  border-color: #27b7ed;
}

.main-logo {
  width: 134px;
  margin-top: 33px;
  height: auto;
}

.menu-icon-wrapper {
  width: 36px;
  height: 18px;
  position: relative;
  float: right;
  margin-top: 22px;
}

.menu-icon-wrapper img {
  display: none;
}

.menu-icon-wrapper a.collapsed {
  background-image: url("./img/mobile-menu-icon.png");
}

.menu-icon-wrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./img/mobile-menu-icon-on.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/*******************************************
Footer
*******************************************/

.footer-content {
  border-top: 1px solid #1b4e60;
  padding: 80px 0 0 0;
}

.footer-logo {
  width: 165px;
  margin: 0 0 24px 0;
}

footer h4 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 10px 0;
}

ul.footer-nav {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
}

ul.footer-nav li {
  margin-bottom: 6px;
}

ul.footer-nav li a {
  color: #fff;
  opacity: 0.7;
  font-size: 12px;
}

ul.footer-nav li a:hover {
  opacity: 1;
}

p.footer-address {
  font-size: 12px;
  line-height: 2.2;
  padding: 0 20px 0 0;
}

.copyright {
  padding: 12px 0 27px 0;
  margin: 0;
}

a.byfigment {
  color: #fff;
  background-image: url("./img/figment.png");
  background-size: 15px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 3px 0 4px 30px;
  background-position: top left;
  font-size: 12px;
}

ul.legal-nav {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

ul.legal-nav li {
  display: inline-block;
  margin: 0 10px;
  border-left: 1px solid #fff;
  padding-left: 20px;
}

ul.legal-nav li:first-child {
  border-left: none;
}

ul.legal-nav li a {
  font-size: 12px;
  color: #fff;
}

ul.legal-nav li:last-child {
  margin-right: 0;
}

.footer-social {
  margin: 26px 0 0 0;
}

.footer-social img {
  width: 18px;
  margin-right: 18px;
}

.footer-more-toggle {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid #1a4e60;
  border-radius: 30px;
  background-color: #023b4e;
  background-image: url("./img/footer-plus.png");
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-more-toggle.extra-footer-open {
  background-image: url("./img/footer-minus.png");
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.additional-footer-links {
  background-image: url("./img/footer-more-bg.png");
  background-repeat: repeat-x;
  background-size: auto 1px;
  background-position: top 23px center;
  margin-top: 30px;
}

.footer-more-toggle::before {
  content: "More";
  position: relative;
  top: -30px;
  display: block;
  width: 46px;
  left: 4px;
  color: #fff;
  font-weight: 600;
}

.footer-more-toggle.extra-footer-open::before {
  content: "Less";
}

.extra-footer-content {
  padding: 30px 0;
}

.additional-footer-links ul.footer-nav {
  margin-top: 0px;
}

.footer-grid-container ul.footer-nav {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/*******************************************
Home Page
*******************************************/

.hero-filter {
  background-color: rgba(2, 59, 78, 0.48);
  position: relative;
}

.home-hero {
  background-position: center;
  background-size: cover;
}

.home-hero-content {
  text-align: center;
  padding: 200px 0 100px 0;
}

.home-hero-content h1 {
  font-size: 54px;
}

.home-hero-content .btn-primary,
.home-hero-content .btn-secondary {
  margin: 0 10px;
}

.section-intro {
  text-align: center;
}

.section-intro h2 {
  background-image: url("./img/brand-line.png");
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0 0 8px 0;
  margin: 0 0 20px 0;
}

.section-intro p {
  font-size: 16px;
  line-height: 1.8;
}

.reviews {
  background-position: center;
  background-size: cover;
}

.section-filter {
  background-color: rgba(2, 59, 78, 0.8);
  padding: 80px 0;
}

.our-range {
  padding: 80px 0;
  text-align: center;
}

.our-range .btn-primary {
  display: table;
  margin: 30px auto;
}

a.sm-link {
  color: #fff;
  display: inine-block;
  opacity: 0.7;
  text-decoration: underline;
  font-size: 12px;
}

a.sm-link:hover {
  opacity: 1;
}

.text-invert {
  color: #023b4e;
  background-color: #fff;
}

.latest-articles {
  background-color: #fff;
  padding: 80px 0;
}

.latest-articles .btn-primary {
  display: table;
  margin: 40px auto 0 auto;
}

.review {
  background-image: url("./img/stars.png");
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: top 30px left 30px;
  color: #023b4e;
  background-color: #fff;
  border-radius: 3px;
  padding: 66px 30px 30px 30px;
}

.review p {
  line-height: 2;
}

.review h4 {
  margin: 16px 0 0 0;
}

.owl-dots {
  text-align: center;
  margin-top: 60px;
}

.owl-dot {
  width: 12px;
  height: 12px;
  background-color: #fff !important;
  border-radius: 10px;
  margin: 0 8px;
  border: none;
  outline: none;
}

.owl-dot.active {
  background-color: #27b7ed !important;
}

.review-slider {
  margin-top: 60px;
}

.tooltip-inner {
  background-color: #27b7ed;
  color: #012d3c;
  font-weight: 600;
}

.tooltip-arrow {
  border-top-color: #27b7ed !important;
}

.fancybox-container {
  z-index: 9999999999 !important;
}
.fancybox-caption__body {
  display: inline-block;
  background-color: #27b7ed;
  color: #023b4e;
  font-weight: 600;
  padding: 6px 20px 4px 20px;
  border-radius: 3px;
}
.fancybox-infobar {
  mix-blend-mode: unset !important;
}

.gform_wrapper div.validation_error {
  background-color: #012d3c;
  border: 2px solid #27b7ed !important;
  color: #27b7ed !important;
}

.gform_wrapper .validation_message,
.gform_submission_error {
  color: #27b7ed !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #27b8ed1e !important;
}

.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #fff !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: 1px solid #27b7ed !important;
  border-bottom: 1px solid #27b7ed !important;
}

.range-block {
  height: 460px;
  position: relative;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 25px 23px -13px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 25px 23px -13px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 25px 23px -13px rgba(0, 0, 0, 0.44);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.range-block:hover {
  -webkit-box-shadow: 0px 30px 23px -13px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 30px 23px -13px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 30px 23px -13px rgba(0, 0, 0, 0.55);
  transform: scale(1.03);
}

.range-block h3 {
  background-image: url("./img/brand-line.png");
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
}

.range-block p {
  line-height: 1.5em;
  margin: 0;
}

.rbfl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900;
}

.range-block .btn-secondary {
  margin-top: 20px;
  z-index: 990;
  position: relative;
}

.block-filter {
  background: -moz-linear-gradient(
    top,
    rgba(2, 59, 78, 0.64) 0%,
    rgba(2, 59, 78, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(2, 59, 78, 0.64) 0%,
    rgba(2, 59, 78, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(2, 59, 78, 0.64) 0%,
    rgba(2, 59, 78, 0.8) 100%
  );
  position: relative;
  width: 100%;
  height: 100%;
}

.range-block-content {
  position: absolute;
  padding: 30px;
  width: 100%;
  /*   bottom: 0px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.range-listing {
  padding: 60px 0 50px 0;
}

.cta-block {
  text-align: center;
  background-position: center;
  background-size: cover;
}

.cta-block-buttons {
  margin-top: 30px;
}

.cta-block-buttons .btn-primary,
.cta-block-buttons .btn-secondary {
  margin: 0 15px;
}

.feature-item {
  display: inline-block;
  margin: 60px 30px 0px 30px;
}

.feature-item img {
  width: 50px;
}

.product-quick-nav {
  position: absolute;
  right: 0;
  bottom: -60px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  text-align: right;
  color: #fff;
  padding: 10px 0;
  opacity: 1;
}
.product-quick-nav .pqn-inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.pqn-prev {
  text-align: left;
  float: left;
  padding-left: 35px;
}
.pqn-next {
  float: right;
  padding-right: 35px;
}
.pqn-next:hover,
.pqn-prev:hover {
  color: #fff;
}
.pqn-next:hover:after,
.pqn-prev:hover:after {
  color: #fff;
}
.pqn-next:after,
.pqn-prev:after {
  transition: 1s all;
  content: "▶";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  color: #27b7ed;
  width: 25px;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  height: 100%;
}
.pqn-prev:after {
  content: "◀";
  right: auto;
  left: 0;
}
.product-listing-img {
  width: 100%;
  padding-top: 70%;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  position: relative;
}

a .product-listing-img {
  color: #fff !important;
}

.award-listing-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 80px;
}

.product-listing-content {
  text-align: center;
}

.product-listing-content p {
  font-size: 12px;
}

.product-listing-content span {
  opacity: 0.3;
  margin: 0 10px;
}

.product-listing-content h3 {
  background-image: url("./img/brand-line.png");
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

.product-listing-content .btn-secondary {
  margin: 10px 0 0 0;
}
.sales-price {
  color: #27b7ed;
  font-size: medium;
  display: block;
}
.product-capacity {
  margin-bottom: 0.5em;
}
.product-quantity {
  font-weight: 600;
  color: rgb(255, 255, 255, 1);
  margin-bottom: 1em;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.25em 1em;
  border-radius: 1em;
  font-size: 1em;
  line-height: 1em;
}
.product-sold {
  background: red;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  line-height: 1em;
  margin: 0.25em 0 1em;
}
.range-onsale {
  background-color: #dc1010;
  left: 0;
  right: auto;
}
.product-range-listing .section-intro {
  margin-bottom: 30px;
}

.product-listing-item {
  margin: 0 0 60px 0;
}

.page-hero-content {
  text-align: center;
  padding: 200px 0 120px 0;
  max-height: 560px;
  min-height: 530px;
}
.page-hero-content .hero-pricing {
  background: rgba(0, 0, 0, 0.2);
  padding: 0.25em 0.8em;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  text-align: left;
  width: fit-content;
  justify-self: center;
  align-items: center;
  min-height: 3em;
}
.hero-pricing .range-tag {
  background-color: #dc1010;
  display: inline-block;
  border-radius: 6px;
  margin: auto 1.25em auto auto;
}
.hero-pricing ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.page-hero-content img {
  width: 64px;
  margin: 2px 0 20px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.page-hero-content img:hover {
  transform: scale(1.1);
}

p.video-text {
  font-size: 12px;
  opacity: 0.7;
  font-weight: 600;
}
p.video-text a {
  color: #fff;
}
.flex-pad-top-bottom,
.single-range-listing,
.news-listing,
.contact-page,
.main-article-content,
.more-articles {
  padding: 80px 0;
}

.flex-pad-top {
  padding: 80px 0 0 0;
}

.flex-pad-bottom {
  padding: 0 0 80px 0;
}

.product-range-listing .row:last-child .product-listing-item {
  margin-bottom: 0px;
}

.faqs .panel-default > .panel-heading {
  background-color: #fff;
  border: none !important;
  padding: 0;
}

.faqs .panel-default > .panel-heading h5 a {
  padding: 20px 30px 18px 30px;
  font-size: 14px;
  display: block;
  background-image: url("./img/minus.png");
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: top 26px right 30px;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}

.faqs .panel-default > .panel-heading h5 a.collapsed {
  background-image: url("./img/plus.png");
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: top 18px right 30px;
}

.faqs .panel {
  box-shadow: none;
  border: 1px solid #e0e7e9;
  margin-bottom: 20px;
}

.faqs .panel:last-child {
  margin-bottom: 0;
}

.faqs .panel-group .panel {
  border-radius: 0px;
}

.faqs .panel-group {
  margin: 50px 0 0 0;
}

.faqs .panel-body {
  border: none !important;
  padding: 20px 30px;
}

.intro-strap {
  font-weight: 600;
}

.single-range-listing {
  text-align: center;
}

.single-product-introduction .col-md-7 {
  padding-top: 30px;
}
.post-listing-img {
  width: 100%;
  padding-top: 65%;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  display: block;
}

.arrow-link {
  font-size: 15px;
  font-weight: 600;
  background-image: url("./img/right-arrow.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 34px;
  margin-top: 6px;
  display: inline-block;
}

.arrow-link:hover {
  padding-right: 40px;
  color: #27b7ed;
}

.latest-articles .section-intro {
  margin-bottom: 60px;
}

.pager-navigation {
  display: block;
  text-align: center;
}

.pager-navigation ul {
  list-style: none;
  display: table;
  width: 100%;
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0;
}

.news-listing .post-listing-item {
  margin-bottom: 60px;
}

.pager-navigation ul li {
  display: inline;
  margin: 0 10px;
}

.pager-navigation ul li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 40px;
  background-color: #295969;
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

.pager-navigation ul li.active a,
.pager-navigation ul li a:hover {
  background-color: #27b7ed;
  color: #023b4e;
}

.post-listing-item p {
  line-height: 2;
}

.post-listing-item h4 {
  background-image: url("./img/brand-line.png");
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0 0 6px 0;
}

p.cta-legal {
  font-size: 12px;
  line-height: 1.8;
  margin: 30px 0 0 0;
}

.cc-blue {
  background-color: #023b4e;
}

.cc-white {
  background-color: #fff;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.text-left-img-right p {
  line-height: 2;
  margin-bottom: 20px;
}

.text-left-img-right p:last-child {
  margin-bottom: 0;
}

.two-grid-img {
  width: 100%;
  padding-top: 60%;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  margin-bottom: 34px;
}
.two-grid-img.four-grid-img {
  padding-top: 130%;
}

.two-col-grid-block-itm {
  margin-bottom: 60px;
}

.two-col-grid-block-itm p {
  line-height: 2;
}

.two-col-grid {
  text-align: center;
}

.two-col-grid .row:last-child .two-col-grid-block-itm {
  margin-bottom: 0px;
}

.two-col-grid .section-intro {
  margin-bottom: 60px;
}

.text-left-img-right img,
.text-left-img-right img {
  -webkit-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
}

.page-hero {
  background-position: center;
  background-size: cover;
}
.page-hero.hero-middle {
  background-position: center 50%;
}
.page-hero.hero-bottom {
  background-position: center 100%;
}

.range-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 2px;
}

.product-listing-item .range-tag.range-on-sale {
    background: red;
    top: 50px;
}

p.hero-range {
  font-size: 18px;
  font-weight: 600;
}
p.hero-range a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px dotted #27b7ed;
}

.aquatic-tag {
  background-color: #27b7ed;
}

.quick-info {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 20px 0;
}

.quick-info span {
  font-weight: 100;
  opacity: 0.6;
  margin: 0 14px;
}

.single-testimonial-output h4 {
  text-align: center;
  margin: 20px 0 0 0;
}

.testimonial-video-listing {
  margin-top: 60px;
}

.single-product-introduction {
  padding: 80px 0 0 0;
}

.single-product-introduction .col-md-7 {
  padding-right: 50px;
}

.single-product-main-img {
  width: 100%;
  padding-top: 115%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
}

.single-product-btns {
  margin-top: 20px;
}

.single-product-btns .btn-secondary {
  padding: 14px 30px;
  margin-left: 15px;
}

.sm-link-product {
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600;
  margin: 30px 0 0 0;
  display: inline-block;
}

.sm-link-product:hover {
  color: #fff;
}

.single-product-callout {
  background-size: 49px auto;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 0 0 70px;
}

.single-product-callout {
  margin-bottom: 30px;
}

.single-product-callout h4 {
  margin: 0 0 10px 0;
}

.single-product-callout p {
  margin: 0;
}

.product-options li {
  text-indent: -300%;
  overflow: hidden;
  display: inline-block;
  margin: 0 10px 10px 0;
  border: 4px solid transparent;
  transition: 0.5s border;
  cursor: pointer;
}
.product-options li.active {
  border-color: #27b7ed;
}
.product-option-img {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: 120% auto;
  border-radius: 40px;
  display: block;
}

.product-options {
  padding: 20px 0 0 0;
}

.product-options h4 {
  margin-bottom: 20px;
}

.overhead {
  display: block;
  position: relative;
}
.overhead .overhead-img {
  width: 100%;
  height: auto;
}

.galley-item {
  width: 100%;
  padding-top: 70%;
  background-position: center;
  background-size: cover;
  margin-top: 30px;
  position: relative;
  -webkit-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
}

.product-gallery {
  padding: 40px 0 80px 0;
}

.gallery-overlay {
  background-color: rgba(2, 59, 78, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/mag-glass.png");
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.gallery-overlay:hover {
  opacity: 1;
}

.fancybox-bg {
  background: #023b4e !important;
}

.fancybox-navigation .fancybox-button div {
  background-color: #27b7ed !important;
}

.fancybox-navigation .fancybox-button div svg {
  color: #fff;
}

/* HYDROGUIDE */
.hydro-guide {
  background: #00a651;
  padding: 50px 20px 20px 20px;
  max-width: 600px;
  margin: 0 auto 60px auto;
  position: relative;
}
.hydro-guide h2 {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  color: #000;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -30px;
  margin: 0;
}
.hydro-guide h3 {
  margin-top: 0;
}
.hydro-guide .cf {
  padding: 0 15px;
}
.hydro-guide h2 img {
  max-width: 200px;
}

/* spec table */
.spec-table table {
  width: 100%;
  border: 1px solid #1b4e60;
}

.spec-table table thead {
  border-bottom: 1px solid #1b4e60;
}

.spec-table table thead th {
  padding: 18px 30px 16px 30px;
  font-size: 14px;
}

.spec-table table tbody tr {
  border-bottom: 1px solid #1b4e60;
}

.spec-table table tbody tr td {
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 600;
}

.spec-table table tbody tr td:last-child {
  border-left: 1px solid #1b4e60;
}

.table-short-wrapper {
  position: relative;
  max-height: 300px;
  overflow-y: hidden;
}

.table-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.table-fade {
  position: absolute;
  width: 100%;
  height: 190px;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(2, 59, 78, 0) 0%,
    rgba(2, 59, 78, 1) 95%,
    rgba(2, 59, 78, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(2, 59, 78, 0) 0%,
    rgba(2, 59, 78, 1) 95%,
    rgba(2, 59, 78, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(2, 59, 78, 0) 0%,
    rgba(2, 59, 78, 1) 95%,
    rgba(2, 59, 78, 1) 100%
  );
}

.spec-table {
  padding: 0 0 80px 0;
}

.spec-table .btn-secondary {
  padding: 14px 30px;
  margin: 50px auto 0 auto;
  display: table;
}

/*******************************************
Contact Page
*******************************************/

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"] {
  width: 100% !important;
  height: 56px;
  background-color: #023b4e;
  border: 1px solid #1b4e60;
  padding-left: 20px !important;
  outline: none;
}

.contact-form textarea {
  width: 100%;
  height: 200px !important;
  background-color: #023b4e;
  border: 1px solid #1b4e60;
  padding: 20px !important;
  outline: none;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border: 1px solid #27b7ed;
}

.contact-form label {
  display: none !important;
}
.gfield_checkbox {
  background: #1b4e60;
  padding: 20px 20px 15px 20px !important;
}
.gfield_checkbox input {
  margin-top: 0 !important;
  margin-right: 10px;
}
.gfield_checkbox label {
  font-size: 1em !important;
  display: inline-block !important;
  font-weight: normal;
  vertical-align: top !important;
}

.contact-form select {
  width: 100%;
  height: 56px;
  background-color: #023b4e;
  border: 1px solid #1b4e60;
  padding-left: 20px !important;
  padding-right: 20px !important;
  outline: none;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  margin-bottom: 0px !important;
}

.contact-form input[type="submit"] {
  /*display: inline-block;*/
  padding: 14px 30px;
  border-radius: 80px;
  font-weight: 600;
  letter-spacing: 0.8;
  border: 2px solid #27b7ed;
  background-color: #27b7ed;
  float: right;
  /*display: inline-block;*/
  outline: none;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.acf-map {
  width: 100%;
  height: 280px;
  margin: 18px 0 40px 0;
}

.contact-introduction {
  text-align: center;
  margin-bottom: 60px;
}

.contact-introduction a {
  text-decoration: underline;
}

.contact-info p {
  line-height: 2;
}

.contact-info h5 {
  margin-bottom: 30px;
  font-weight: 700;
}

.cp-phone {
  background-image: url("./img/phone.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  padding-left: 38px;
  margin-bottom: 16px;
}

.cp-email {
  background-image: url("./img/email.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  padding-left: 38px;
}

.contact-info a {
  color: #fff;
}

.appointment-form input[type="submit"] {
  display: table !important;
  padding: 14px 30px;
  border-radius: 80px;
  font-weight: 600;
  letter-spacing: 0.8;
  border: 2px solid #27b7ed;
  background-color: #27b7ed;
  display: inline-block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.text-left-img-right .btn-primary {
  margin-top: 20px;
}

.text-left-img-right h4 {
  background-image: url("./img/brand-line.png");
  background-size: 60px 2px;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0 0 8px 0;
  margin-bottom: 20px;
}

.legal {
  padding: 0 0 90px 0;
}

.download-form-wrapper {
  padding: 80px 0;
}

.download-form-wrapper img {
  -webkit-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 29px 22px -17px rgba(0, 0, 0, 0.3);
}

.tech-listing {
  padding: 60px 0 80px 0;
}

.tech-listing .range-block {
  text-align: center;
  margin-top: 60px;
}

.tech-steps {
  text-align: center;
}

.steps-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.step-block {
  display: flex;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px 15px;
  padding: 30px;
  border: 1px solid #1b4e60;
}

.step-block span {
  background-color: #27b7ed;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto 20px auto;
  line-height: 55px;
  text-align: center;
  border-radius: 30px;
  color: #023b4e;
  font-weight: 600;
  font-size: 18px;
}

.step-block h4 {
  background-image: url("./img/brand-line.png");
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 8px;
  margin: 0 0 20px 0;
}

.step-block p {
  font-size: 13px;
  margin: 0;
  border-bottom: 1px solid #1b4e60;
  padding: 12px 0;
}

.step-block p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

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

.downloads-block {
  text-align: center;
}

.download-item {
  margin-top: 60px;
}

.download-item h4 {
  margin: 30px 0;
}

.inspirtation-gallery {
  position: relative;
}

.id-anchor {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -100px;
  left: 0;
}

.inspiration-content,
.inspirtation-gallery {
  padding: 60px 0;
}

.inspirtation-gallery .btn-primary {
  display: table;
  margin: 50px auto 0 auto;
}

.insp-hero .page-hero-content {
  padding-bottom: 20px;
}

.hero-nav-scroll {
  padding: 0 0 80px 0;
  text-align: center;
}

.hero-nav-scroll .btn-secondary {
  margin: 0 15px;
}

.main-article-content img {
  /*  width: calc(100% + 120px); */
  height: auto;
  margin: 30px auto;
}

.more-articles .section-intro {
  margin-bottom: 60px;
}

.more-news-link .btn-primary {
  display: table;
  margin: 60px auto 0 auto;
}

.product-listing-img .range-tag {
  position: absolute;
  top: 10px;
  right: 10px;
}

.menu-image {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  float: left;
  margin: 0 20px 0 0;
}

.menu-item-wrapper {
  display: inline-block;
  width: calc(100% - 110px);
  float: right;
}

.navbar-nav > li > .dropdown-menu {
  width: 420px;
  padding: 40px 40px 10px 40px;
  background-color: #f5fcff;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.75);
  /*margin-top: 20px;*/
}

.navbar-nav > li > .dropdown-menu li {
  margin-bottom: 30px;
  display: inline-block;
}

.navbar-right .dropdown-menu::before {
  content: "";
  background-image: url("./img/nav-detail.png");
  position: absolute;
  top: -10px;
  left: calc(50% - 4px);
  width: 27px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.navbar-right .dropdown-menu {
  right: auto;
  left: -150px;
}

.menu-item-wrapper a:first-child {
  color: #023b4e;
  font-weight: 600;
}

.menu-text {
  color: #023b4e;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}

.menu-link-text {
  cursor: pointer;
  font-weight: 600;
  background-image: url("./img/right-arrow.png");
  background-size: 16px auto;
  background-position: right top 4px;
  background-repeat: no-repeat;
  padding-right: 26px;
  color: #27b7ed;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-link-text:hover {
  padding-right: 36px;
  color: #27b7ed;
}

.navbar-nav > li.menu-item-has-children span {
  display: none;
}

.navbar-nav > li.menu-item-has-children {
  background-image: url("./img/menu-drop-icon.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right bottom 27px;
  padding-right: 20px;
  padding-bottom: 20px;
}

#menu-main-menu .dropdown:hover .dropdown-menu,
.sticky-navbar .dropdown:hover .dropdown-menu {
  display: block !important;
}

/* Proudly Canadian Nav Logo */
.navbar-header {
    display: flex;
}

.sub-logo {
    display: flex;
    align-items: end;
    margin-left: 20px;
}

.sub-logo img {
    width: 65px;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #023b4e;
  padding: 14px 0;
  z-index: 9999;
  /*-webkit-box-shadow: 0px 29px 22px -17px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 29px 22px -17px rgba(0,0,0,0.3);
  box-shadow: 0px 29px 22px -17px rgba(0,0,0,0.3);*/
}

.mobile-nav .main-logo {
  margin: 0;
  width: 90px;
}

.burger-icon {
  width: 36px;
  float: right;
  margin-top: 22px;
}

.mobile-menu-collapse {
  position: fixed;
  width: 100%;
  background-color: #023b4e;
  z-index: 9998;
}

.mobile-menu-collapse .navbar-nav {
  width: 100%;
  padding: 87px 0 90px 0;
  margin: 0;
  overflow: auto;
}

.mobile-menu-collapse .navbar-nav > li.menu-item-has-children {
  padding: 0;
  background-image: none;
}

.mobile-menu-collapse .navbar-nav > li.menu-item-has-children a {
  background-image: url("./img/menu-drop-icon.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 20px bottom 27px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.mobile-menu-collapse .nav > li > a:hover,
.mobile-menu-collapse .nav > li > a:focus {
  background-color: #012d3c;
}

.mobile-menu-collapse .navbar-nav li {
  display: block;
  float: none;
  text-align: left;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-collapse .navbar-nav li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-collapse .navbar-nav li a {
  color: #fff;
  font-weight: 600;
}
.mobile-menu-collapse .navbar-nav li > a {
  padding: 22px 15px 20px 15px;
}

.mobile-menu-collapse .nav-btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  margin-top: 4px;
}

.lity {
  z-index: 110040 !important;
  background-color: rgba(2, 59, 78, 0.9) !important;
}

.hero-video-btn {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hero-video-btn:hover {
  transform: scale(1.1);
}

.sticky-navbar {
  background-color: #023b4e;
  position: fixed;
  width: 100%;
  display: none;
  top: 0;
}

.sticky-navbar .main-logo {
  width: 80px;
  margin-top: 20px;
}

.sticky-navbar .navbar-nav > li > a {
  margin-top: 40px !important;
}

.sticky-navbar .navbar-filter {
  background: none !important;
}

.sticky-navbar-wrapper .navbar {
  min-height: 100px !important;
}
.finance-block {
  background: #27b7ed;
  padding: 20px;
  color: #023b4e;
}
.bigger-text h5 {
  font-size: 1.25em;
  line-height: 1.25em;
}
.bigger-text h6 {
  font-size: 1.125em;
  line-height: 1.5em;
}

@media only screen and (max-width: 1280px) {
  .navbar-default .navbar-nav > li > a {
    margin: 67px 0 0 20px;
  }

  .main-logo {
    width: 84px;
    margin-top: 43px;
  }

  .sub-logo img {
      width: 50px;
  }

  .sticky-navbar-wrapper .navbar-default .navbar-nav > li > a {
    margin: 39px 0 0 20px;
  }

  .page-hero-content {
    min-height: 0;
  }
}

.overlay-offer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #023b4e;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 99999999999999999999;
  overflow: auto;
}
.overlay-offer .overlay-inner {
  max-width: 1400px;
  margin: 20px auto;
  padding: 15px 25px;
  box-sizing: border-box;
  z-index: 3000;
  position: relative;
}
.overlay-offer .snowflakes {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/snowflakes.png);
  z-index: 2000;
  opacity: 0.2;
}
.overlay-offer .gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}
.overlay-offer .overlay-inner h2 {
  font-size: 28px;
  margin: 0 0 0.25em 0;
  font-weight: 700;
  padding-right: 30px;
}
.overlay-offer .overlay-inner h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #27b7ed;
  margin-bottom: 20px;
}
.overlay-offer .overlay-inner p {
  font-size: 16px;
  line-height: 1.3em;
}
.overlay-close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 50px;
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  text-align: center;
  z-index: 333333;
}
.overlay-offer .gform_wrapper .gfield_error .ginput_container {
  margin-top: 0 !important;
}
.overlay-offer form {
  padding-bottom: 30px;
}
.overlay-offer .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  margin-top: 10px !important;
}
.overlay-offer .gform_wrapper .field_description_below .gfield_description {
  font-size: 12px !important;
  padding: 10px 10px 5px 10px !important;
}
.overlay-offer .gform_wrapper li.gfield.gfield_error {
  padding-top: 0 !important;
}

@media only screen and (min-width: 601px) {
  .overlay-offer .overlay-inner h2 {
    font-size: 34px;
  }
  .overlay-offer .overlay-inner h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 769px) {
  .range-block p {
    min-height: 252px;
  }

  .overlay-offer .snowflakes {
    opacity: 0;
  }
  .overlay-offer {
    background-position: 50% 100%;
    background-size: auto 100%;
    background-image: url(img/hot-tub-bg.jpg);
  }
  .overlay-offer .overlay-inner h2 {
    font-size: 34px;
    padding-right: 0;
  }
  .overlay-offer .overlay-left {
    float: left;
    width: 48%;
  }
  .overlay-offer .overlay-right {
    float: right;
    width: 48%;
  }
}

@media only screen and (min-width: 1201px) {
  .overlay-offer {
    background-size: cover;
  }
  .overlay-offer .overlay-inner {
    width: 90%;
    padding-top: 50px;
  }
  .overlay-offer .overlay-inner h2 {
    font-size: 44px;
  }
  .overlay-offer .overlay-inner h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1200px) {
  .nav-btn a {
    padding: 5px 8px 4px 8px !important;
    border-radius: 80px;
    font-weight: 600;
    letter-spacing: 0.2;
    border: 2px solid #27b7ed;
    background-color: #27b7ed;
  }

  .navbar-default .navbar-nav > li > a {
    margin: 67px 0 0 20px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1110px) {
  .navbar-default .navbar-nav > li > a {
    margin: 67px 0 0 14px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 998px) {
  .range-block {
    margin-bottom: 30px;
  }

  .post-listing-item {
    margin-bottom: 30px;
  }

  footer h4 {
    margin-top: 30px;
  }

  .step-block {
    width: calc(50% - 30px);
  }

  .product-range-listing .row:last-child .product-listing-item {
    margin-bottom: 30px;
  }

  .vertical-align {
    display: inherit;
    align-items: center;
  }

  .text-left-img-right img {
    margin-top: 30px;
  }

  .hero p.lead {
    padding: 0;
  }

  .tech-listing {
    padding: 0px 0 60px 0;
  }

  .acf-map {
    width: 100%;
    height: 280px;
    margin: 68px 0 40px 0;
  }

  .single-testimonial-output {
    margin-bottom: 30px;
  }

  .mobile-menu-collapse .dropdown .dropdown-menu {
    display: none;
    width: 100%;
    background: #034256;
    box-shadow: none !important;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .mobile-menu-collapse .dropdown .dropdown-menu li {
    padding: 15px;
    width: 100%;
    cursor: pointer;
  }

  .single-product-introduction .col-md-7 {
    padding-right: 20px;
    padding-top: 0;
  }

  .mobile-menu-collapse .menu-item-wrapper a {
    background-image: none !important;
  }
  .mobile-menu-collapse .menu-item-wrapper {
    float: left;
    width: 70%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  /*.mobile-menu-collapse .navbar-nav>li.menu-item-has-children:hover a {
    background-image: url('./img/menu-drop-icon-up.png');
  }*/

  #menu-main-menu .dropdown:hover .dropdown-menu a {
    padding: 0;
  }

  .menu-text {
    color: #fff;
  }

  .mobile-menu-collapse .menu-image {
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: center;
    border-radius: 90px;
    float: left;
    margin: 0 auto 10px auto;
    display: inline-block;
  }

  .menu-item-wrapper {
    display: inline-block;
    width: 100%;
    float: none;
  }

  .header-tel {
    font-size: 16px;
    top: 6px;
    right: 70px;
    background-color: transparent;
  }
  .navbar-nav > li > .dropdown-menu li {
    margin-bottom: 0px;
    display: inline-block;
  }

  .mobile-menu-collapse {
    overflow-y: scroll;
  }

  .navbar-nav > li > .dropdown-menu {
    padding: 10px;
  }

  .mobile-menu-collapse .navbar-nav {
    height: 100vh;
  }

  .navbar-nav > li.menu-item-has-children {
    background-position: right 20px bottom 26px;
  }

  .mobile-menu-collapse .nav-btn {
    text-align: center !important;
    width: calc(100% - 40px);
  }

  .mobile-menu-collapse li.nav-btn a {
    padding: 14px 8px !important;
  }

  .mobile-menu-collapse li.nav-btn {
    border: none;
    padding: 0px 0;
    display: block;
    margin: 20px auto;
  }

  .range-listing {
    padding: 20px 0 20px 0;
  }

  .two-col-grid .section-intro {
    margin-bottom: 20px;
  }

  .feature-item {
    margin: 20px 30px 0px 30px;
  }

  .faq-block .col-md-10 {
    padding: 0;
  }

  .faqs .panel-default > .panel-heading h5 a.collapsed {
    background-position: top 11px right 14px;
  }

  .faqs .panel-default > .panel-heading h5 a {
    background-position: top 19px right 14px;
  }

  .sm-link-product {
    margin-bottom: 30px;
  }

  .product-options {
    padding: 30px 0 0px 0;
  }

  .product-options h4 {
    margin: 10px 0;
  }

  .product-options .col-md-4:nth-child(2) h4 {
    margin: 30px 0 10px 0;
  }

  .product-gallery {
    padding: 0 0 60px 0;
  }
}

@media only screen and (max-width: 798px) {
  .main-article-content img {
    width: 100%;
    margin: 30px auto 30px auto;
  }

  .home-hero-content h1,
  h1 {
    font-size: 28px;
  }

  .hero p.lead {
    padding: 0;
    font-size: 16px;
  }

  .home-hero-content {
    text-align: center;
    padding: 130px 0 70px 0;
  }

  .home-hero-content .btn-secondary {
    margin-top: 30px;
  }

  h2,
  .h2 {
    font-size: 22px;
  }

  .section-intro p {
    font-size: 14px;
    line-height: 1.8;
  }

  .range-block {
    margin-bottom: 30px;
  }

  .our-range .btn-primary {
    display: table;
    margin: 0 auto 30px auto;
    padding: 10px 22px;
    font-size: 11px;
  }

  .review-slider {
    margin-top: 20px;
  }

  .owl-dots {
    text-align: center;
    margin-top: 30px;
  }

  .flex-pad-top-bottom,
  .our-range,
  .main-article-content,
  .section-filter,
  .single-range-listing,
  .contact-page {
    padding: 30px 0;
  }

  .latest-articles .section-intro {
    margin-bottom: 20px;
  }

  .post-listing-item {
    margin-bottom: 30px;
  }

  footer {
    text-align: center;
  }

  footer .brand-line {
    margin-left: auto;
    margin-right: auto;
  }

  footer h4 {
    margin-top: 30px;
  }

  .footer-social img {
    margin-right: 8px;
    margin-left: 8px;
  }

  ul.legal-nav {
    list-style: none;
    float: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
  }

  ul.legal-nav li {
    padding: 0 10px;
    margin: 4px 10px !important;
    border: none;
  }

  .footer-logo {
    width: 100px;
    margin: 0 0 24px 0;
  }

  p.footer-address {
    padding: 0 20px;
  }

  .page-hero-content {
    text-align: center;
    padding: 130px 0 50px 0;
  }

  .cta-block-buttons .btn-primary {
    margin-bottom: 30px;
  }

  .faqs .panel-group {
    margin: 20px 0 0 0;
  }

  .flex-pad-bottom {
    padding: 0 0 30px 0;
  }

  .flex-pad-top {
    padding: 30px 0 0 0;
  }

  .hero-nav-scroll .btn-secondary {
    padding: 10px 20px;
    margin: 15px 0;
  }

  .hero-nav-scroll {
    padding: 0 0 60px 0;
    text-align: center;
  }

  .inspiration-content,
  .inspirtation-gallery {
    padding: 30px 0;
  }

  .faqs .panel-default > .panel-heading h5 a {
    padding: 10px 60px 10px 10px;
    line-height: 1.6;
  }
  .faqs .panel-body {
    padding: 20px 10px;
  }
  .news-listing {
    padding: 60px 0 20px 0;
  }

  .contact-introduction {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .step-block {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 515px) {
  .single-product-btns .btn-primary {
    margin-bottom: 30px;
  }

  .single-product-btns .btn-secondary {
    margin: 0;
  }
  .hero-pricing {
    flex-direction: column;
    padding: 0;
    text-align: center;
  }
  .hero-pricing ul {
    padding: 0.25em 0.75em 0 0.75em;
    margin: 0;
    font-size: 13px;
  }
  .hero-pricing .range-tag {
    border-radius: 6px 6px 0 0;
    padding: 6px 0.75em 4px 0.75em;
    width: 100%;
    display: block;
    font-size: 12px;
  }
}

/* Socket Text */

.socket-text {
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.7;
}

/*Banner*/

.banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.banner-wrapper > div {
  padding: 10px 20px;
}

.banner-wrapper .text-wrapper {
  display: none;
}

.banner-wrapper img {
  width: 180px;
}

.banner-wrapper p {
  color: #000;
  text-align: center;
  margin-bottom: 0px;
  max-width: 270px;
}

@media only screen and (min-width: 992px) {
  .banner-wrapper {
    position: relative;
  }

  .banner-wrapper .text-wrapper {
    display: block;
  }

  .sticky-navbar-wrapper .navbar-default .navbar-nav > li > a {
    margin-top: 59px !important;
  }
  body .nav .nav-btn {
    position: absolute;
    top: 10px;
    right: 220px;
    margin-top: 0 !important;
    padding-top: 0;
  }
  body .nav .nav-btn a {
    margin-top: 0 !important;
  }
  .nav .nav-btn.nav-btn-2nd {
    right: 410px;
  }
  body .sticky-navbar .nav .nav-btn a {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  .proactiveChat {
    z-index: 9998 !important;
  }

  .wa__btn_popup {
    bottom: 100px !important;
  }
}
