/*
Theme Name: Hydropool Mississauga
Date: 26 April 2016
Author: Blueprint Internet Marketing
Description: Styles for new Hydropool Miss website
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: HydroMiss
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Copyright (C) 2016 Blueprint Internet Marketing
 California PPC is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing:         border-box;
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    color: #414042;
    font-family: sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color:#000000;
    font-weight:300;
}

h1 {
    font-weight:300;
}

hr {
    background-color: #868686;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1em;
    font-size:1em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul.disc, 
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: 500;
    color:#02194e;
}

dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}

p.options{
    line-height: 1;
}
p.options img {
    margin:0 .5em .5em 0;
}


img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    background: #e6e6e6;
    box-shadow: none;
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: none; /*inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: none; /*inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/*Breadcrumbs*/
#breadcrumbs.band .container{
    margin: 0.5em auto;
}
#breadcrumbs.band .content{
    padding: 0;
    font-size: 12px;
    line-height: 1;
}

#breadcrumbs.band,
section.breadcrumbs {
    background-color: #fff;
    padding: 0.2em .5em;
    margin: 0;
}

.light-grey-bg > #breadcrumbs.band{
    background-color: transparent;
}

.single-product #breadcrumbs.band{
    background-color: #f0f0f0;
}

#breadcrumbs.band p, 
section.breadcrumbs p {
    margin:0;
}

/* Links */
a {
    color: #429dc0;
}
a:visited {
    color: #429dc0;
}
a:hover,
a:focus,
a:active {
    color: #429dc0;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* =Content
----------------------------------------------- */
html {
    scroll-behavior: smooth;
}
.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-content {
    margin:0;
}


.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.centered {
    text-align:center;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-main .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-main .gallery dd {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Header
----------------------------------------------- */
#masthead{
    overflow: visible;
}
/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.main-navigation {
    clear: both;
    display: block;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}


.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 1.5em;
    z-index: 99999;
}

.main-navigation a:hover{
    text-decoration: none;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 100%;
}
.main-navigation ul ul li {
}

.main-navigation li:hover {
    background-color:#f2f2f2;
}

.main-navigation ul ul li a:hover {
    background-color:#414042;
}

.main-navigation li:hover > a {
    /*color:#3a55a4;*/
}
.main-navigation ul ul li a:hover {
    color: white;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    /*display: block;*/
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
    color:#2d2d2d;
}


.main-navigation a,
.header-info a {
    color:#2d2d2d;
}

.main-navigation li.current-menu-item {
/*    background-color:#c0c0c0;
    color:white; */
}

.main-navigation li.current-menu-parent {
    background-color:#c0c0c0;
}

.main-navigation li.current-menu-item > a{
    color:#3a55a4;
}
.main-navigation .sub-menu li.current-menu-item > a{
    color:white;
}
.main-navigation li.current-menu-parent > a {
    color:#3a55a4;
}
/*
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    background-color: rgba(241,241,241,0.8);
} */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:visited,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background-color: transparent;
    color: #414042;
}

/* Small menu */
.menu-toggle {
    display:inline;
}

#burger {
    border:none;
    line-height:0;
    font-size:0;
    text-decoration:none;
    display:block;
    margin:0;
    border-radius:50%;
    padding:12px 10px;
    background-color: white;
    text-align:center;
    display: none;
}

#burger img {
    line-height:0;
    font-size:0;
    margin:0;
}

#burger .open-menu {
    /*display:inline-block;*/
}

#burger .close-menu {
    display:none;
}

#masthead.toggled #burger .open-menu {
    display:none;
}

#masthead.toggled #burger .close-menu {
    /*display:inline-block;*/
}

#burger:focus {
    outline:0;
}

.main-navigation {
    /* display: none;*/
    position:relative;
    float:none;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    background: transparent;
    padding-top: 10px;
}
#masthead.toggled #site-navigation.main-navigation {
    display: block;
}

.main-navigation ul {
    float:right;
    width:100%;
    max-width: 240px;
    margin:0 0 1em 0;
    padding:.25em;
}

#footer-navigation.main-navigation ul {
    float:none;
    overflow:hidden;
    max-width:none;
    margin-left:0;
    padding:0;
}

.main-navigation ul ul, .sec-navigation ul ul {
    display:block;
    float: none;
    box-shadow:none;
    background: transparent;
}

.main-navigation li {
    float:none;
    text-align:left;
    margin:0;
    overflow:hidden;
}

.main-navigation li,
.sec-navigation li {
    color:#414042;
}

.main-navigation li a,
.sec-navigation li a{
    display:inline-block;
    padding:.25em .5em;
    margin-left:0;
    line-height:1.4;
    color:#414042;
}

#footer-navigation.main-navigation li {
    float:left;
    margin:0 .5em 0 0;
}

.main-navigation li ul {
    position:static;
}
/*
.main-navigation li li {
    margin-left:2em;
}*/

.main-navigation li li a {
    padding:0.25em .5em;
	font-size: 18px;
}

#site-navigation.main-navigation li.current-menu-item {
    background-color:transparent;
}

#site-navigation.main-navigation li.current-menu-parent {
    background-color: transparent; 
}

#site-navigation.main-navigation li.current-menu-item > a,
#site-navigation.main-navigation li.current-menu-parent > a {
    /*background-color:#13284c;*/
}

#site-navigation.main-navigation li.current-menu-item > a:hover,
#site-navigation.main-navigation li.current-menu-parent > a:hover {
    background-color:#414042;
}

#site-navigation.main-navigation .sub-menu li.current-menu-item > a,
#site-navigation.main-navigation .sub-menu li.current-menu-parent > a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link:visited,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link
{
    background-color:#414042!important;
    color:#fff!important;
}

#primary-navigation .nav-header a{
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    padding: 3px 1em;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding: 1em 0!important;
}

#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.hot-tubs ul.mega-sub-menu > li.widget_nav_menu a,
#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.swim-spas ul.mega-sub-menu > li.widget_nav_menu a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    display: block;
    padding: 2px 1em;
}
#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.hot-tubs ul.mega-sub-menu > li.widget_nav_menu a:hover,
#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.swim-spas ul.mega-sub-menu > li.widget_nav_menu a:hover,
#primary-navigation .nav-header a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background-color:#414042!important;
    color: #fff!important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated:hover,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated:focus{
    box-shadow: unset;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{
    content: "\f0d7"!important;
    font-family: FontAwesome!important;
}
@media screen and (max-width:768px){
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        content: "\f0d8"!important;
    }
}

@media screen and (max-width: 1000x){
	.mobile-sub-nav .submenu-indicator{
		display: inline;
		height: auto;
		width: auto;
		background: transparent;
		pointer-events: auto;
		left: auto;
		min-width: auto;
		line-height: 1;
		color: inherit;
		font-size: 25px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.mobile-sub-nav .submenu-indicator:after{
		content: "\f0d7"!important;
		font-family: FontAwesome!important;
		font-weight: normal;
		display: inline-block;
		margin: 0 0 0 6px;
		vertical-align: top;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: rotate(0);
		color: inherit;
		position: relative;
		background: transparent;
		height: auto;
		width: auto;
		right: auto;
		line-height: inherit;
	}
	
	.mobile-sub-nav li.open .submenu-indicator:after{
		content: "\f0d8"!important;
	}
	
	.mobile-sub-nav ul ul.sub-menu{
		margin-left: 1em;
		display: none;
	}
	/*
	.mobile-sub-nav li.open ul.sub-menu{
		display: block;
	}*/
}

/* ===========================================================================
    Blueprint IM Specific Rules 
    Author: Peter Wooster, Silver Maple Web 
    Copyright (C) 2015, Devondev Inc.
   =========================================================================== */

/* fonts */
body {
    font-family: "Heebo", sans-serif; /*"urw-din",sans-serif;*/
    width:100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 400;
    max-width:100%;
    margin:0;
    background-color:#fff;
    color:#414042;
}

.layer,
.band {
    margin:0 auto;
    overflow:hidden;
    max-width: 2000px;
}
/*
.layer-content,
.band-content {
    overflow:hidden;
}
*/
.wrapper {
    width:100%;
    margin:0;
}
/*
.inner-wrapper {
    margin-left:10px;
    margin-right:10px;
}
*/
.main-wrapper>.inner-wrapper {
    margin-left:0px;
    margin-right:0px;
}

.container {
    padding:0 1em;
    margin:1em 0;
}

.full-width .container {
    padding:0;
}

.hero-top,.hero-bottom
{
    position: relative;
    overflow: hidden;
    min-height: 600px
}
.hero-top{
    padding-top: 300px;;
}
.hero-bottom{
    padding-bottom: 300px;
}
.hero-top .overlay ,
.hero-bottom .overlay {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    height: auto;
    transition: 1s;
}
.hero-top .container,.hero-bottom .container
{
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-bottom.animate .overlay {
    bottom: 300px;
}
.hero-top.animate .overlay {
    top: 300px;
}
.blog .hero-top.page-hero.animate .overlay, .single .hero-top.page-hero.animate .overlay {
    top: 50%;
}
.blog .page-hero.hero-top, .single .page-hero.hero-top {
    padding-top: 200px;
    min-height: 320px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.blog .hero-top .container, .single .hero-top .container {
    min-height: 200px;
    margin: 0 auto;
}
.blog .hero-top .content, .single .hero-top .content {
    padding: 1em 0;
}

.blog #content.site-content>p {
    margin: 0;
}
.blog .wrapper.main-wrapper, .single .wrapper.main-wrapper {
    padding: 0 1em;
}
.layer.write-up {
    background-color:white;
}

#testimonials {
    background-color: #f0f0f0;
}

.layer.products {
    background-color:#f2f2f2;
    color:#2d2d2d;
}

.layer.products b,
.layer.products strong,
.layer.products a:visited,
.layer.products a {
    color:#1a9cd8;
}

.layer.products-alt {
    background-color:#f0f0f0;
}

.products.columns {
    clear:both;
    float:none;
}

.reversed {
    background-color: #401eed;
    color:white;
}

.reversed h1,
.reversed h2,
.reversed h3{
    color:white;
}

.white-bg {
    background-color:white;
}

.white-bg a:visited,
.white-bg a {
    color:#4d4d4d;
}

.grey-bg {
    background-color:#868686;
    color:white;
}

.grey-bg h1, 
.grey-bg h2 {
    color:white;
}

.light-grey-bg {
    background-color:#f0f0f0;
}


.yellow-bg {
    background-color:#c8cf00;
}

.gold-bg {
    background-color:#d9b61c;
}

.blue-bg {
    background-color:#4a84b4;
    color:white;
}

.red-bg {
    background-color:#FE016E;
    color:white;
}

.pink-bg {
    background-color:#bd7fb4;
}

.dark-bg {
    background-color: #2d2d2d;
    color:white;
    padding-bottom:10px;
}

#hero {
    background-color:#f0f0f0;
    color:white;
}
.mustard-bg {
    background-color: #EAC700;
}

#hero .band-content,
#hero .layer-content {
    position:relative;
}

#hero h1.heading {
    text-align:center;
}

#hero h1.entry-title {
    color:white;
}

.hero {
    min-height:200px;
}

.hero.short {
    min-height:150px;
}

.hero.tall {
    min-height: 300px;
}

#home-hero ul{
    margin-left:0;
    width:100%;
}

#home-hero img {
    width:100%;
}

#home-hero .flexslider {
    margin:0;
    border:0;
}

#top-offer {
    background-color: rgba(18,48,172,.9);
    color:white;
}

#top-offer input {
    border: none;
}

#top-offer h1 span {
    font-size:.75em;
}

.offer h2,
.offer h1{
    color:white;
}

.offer input, 
.offer button {
    display:block;
    width:100%;
    max-width:480px;
    margin:0 auto .5em auto;
}

.offer h1 {
    margin-top:0;
}

.offer form {
    margin-bottom:0;
}

.offer form button {
    margin-bottom:0;
    font-size:19px;
}

.expand-form .frm_forms {
    display:none;
    height: auto;
    transition: max-height,1s;
    overflow: hidden;
    max-width: 420px;
    margin: 0 auto 1em;
}

#hero .layer-content,
#hero .band-content {
    position:relative;
}

#hero h1.heading {
    text-align:center;
}

#hero h1.entry-title {
    color:white;
}

#hero {
    min-height:200px;
}

#hero.short {
    min-height:150px;
}

.band-content {
    padding:1em 0;
}

.offer .container {
    margin: 0 auto 1em;
    padding: 0 1em;
}

.hero .band-content,
.offer .band-content {
    padding: 0;
}

.top-offer {
    margin: 0 auto;
}

.booking {
    background-color: #303131;
    overflow:hidden;
}

.booking .form-field,
.booking input {
    width:100%;
}

.booking textarea,
.booking input {
    border:none;
}

.frm_error {
    color: #d00;
    font-size: 16px;
}

.top-offer .container {
    margin: 0 .5em .5em;
    padding:0;
}

.top-offer .band-content {
    margin: 4px 16px 8px;
}

.top-offer .container h1 {
    font-size:2.5rem;
}

.category-links .container{
    margin-top:0;
    margin-bottom:0;
}
.category-links .content.columns.small-gutter {
    padding-top:0;
    padding-bottom:0;
}

.category-links .column {
    text-align:center;
}

.category-links .category a{
    color:#4d4d4d;
}

.product .image-box,
.category-links .image-box {
    position:relative;
}

.category-links .caption {
    position: absolute;
    top:0;
    right:0;
    left:0;
    background-color: rgba(0, 0, 202,.75);
    padding:0 12px;
    color:white;
}

.category .caption {
    padding:.75em 1.5em;
    font-size:1.25em;
}

.category .caption h2 {
    font-size: 1.5em;
}

.product .caption {
    background-color: #401eed;
    padding:1em;
    font-size:1.25em;
}

.category .caption:hover,
.product .caption:hover {
    background-color: #eeca17;
}

.category .caption:hover,
.product a:hover{
    text-decoration: none;
}


.product-container {
    background-color: #f9f9f9;
    padding-bottom:.5em;
}

.category-links .caption p {
    margin-top:0px;
    margin-bottom:8px;
    color:white;
}

.product .caption h2,
.category-links .caption h2{
    margin-top:8px;
    margin-bottom:0;
    color:white;
}

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

#category-description .band-content {
    background-color: rgba(255,255,255,.9);
    margin:2em 0;
    padding:1em;
}

.product .image-box {
    text-align: center;
}

.product .image-box img {
    margin-top:2em;
}

.img-90 .product .image-box p{
    line-height: 1;
}

.img-90 .product .image-box img {
    width: 90%;
}

.product-summary {
    background-color: #f9f9f9;
}

.product-summary .content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product-summary .content .product-col{
    margin-bottom: 1.5em;
}

@media screen and (min-width:650px){
    .product-summary .content{
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .product-summary .content .product-col{
        width: 48%;
        flex: 0 0 calc(50% - 1em);
    }

    .product-summary .content .product-col > img{
        margin-top: 1em;
    }
}


#content div.product div.product-summary div.images {
    text-align:center;
    width:45%;
}

.archive #woocommerce-content-band{
    padding-top: 2em;
}

body.woocommerce-shop ul.products.columns-4{
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce-shop ul.products.columns-4 li.product {
    flex: 0 0 25%;
    padding: 1em;
}

p.woocommerce-products-compare-compare-button input[type="checkbox"]{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.woocommerce-products-compare-content{
 /*   padding-top: 8em; */
    max-width: 1600px;
    margin: 0 auto;
}
.woocommerce .product .product-summary .images img {
    display:inline-block;
    width:auto;
    max-width: 100%;
    margin-top: 16px;
    margin-top:1.6rem;
}

.woocommerce .product .product-summary .submit-link {
    margin:1em 0 1em 0 !important;
}

.product .product_title {
    display:none;
}

.woocommerce div.product div.summary.entry-summary{
    margin:0;
}


.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color:black
}

.product-summary h3 {
    font-size: 2em;
    color: #4e4e4e;
}

.product-summary ul {
    list-style:disc;
    margin-left:1.5em;
}

.product-summary ul.features {
    background-color:#f1f1f1;
    margin:0;
    list-style:none;
}

.product-summary dl {
    overflow:hidden;
}
.product-summary dt {
    width: 9em;
    float:left;
    clear:left;
    padding: 1em 0;
    font-weight:300; 
}
.product-summary dd {
    width: 100%;
    padding:1em 0 1em 10em;
    margin: 0 0 0 -9em;

    float:left;
}

.product-summary ul li {
    padding: .5em 0;
}

.product-summary ul.features li {
    padding: 0 1em;
}

.product-summary ul.features li:nth-of-type(odd) {
    background-color:white;
}

.woocommerce span.onsale {
    display:none;
}

.band {
    /*margin-bottom:16px;*/
}

@media screen and (min-width: 480px) {
    .offer .container,
    .offer .container {
        margin: 1em auto;
    }

    .top-offer {
        margin: 1em auto;
    }

    .top-offer .container {
        margin: 1em .5em;
    }

    .top-offer .band-content {
        margin: 16px;
    }

    .top-offer .container h1 {
        font-size:3rem;
    }

}


.translucent {
    background-color: rgba(255, 255, 255, .9);
}


h1.padded {
    margin:200px 0;
}

#secondary h1{
    font-size:24px;
    font-size:2.4rem;
    margin-top:0;
}


#top-coupon {
    max-width:372px;
    margin:1em auto;
    padding:1.5em;
    border-radius:8px;
    background-color: rgba(255, 255, 255, .60);
}

#secondary .coupon {
    margin-top: 0;
}

#top-coupon h1 {
    color:white;
    font-size:38px;
    font-size:3.8rem;
    margin-top:0;
}
#hero .top-offer h1 {
    margin-top:0;
}

#top-coupon h2 {
    color:white;
}

#secondary .coupon h1 {
    color:white;
}


#top-coupon h1.blue {
    color:#02194e;
}

#secondary .coupon h2,
#top-coupon h2 {
    font-size:29px;
    font-size:2.9rem;
}

#top-coupon form {
}

#bottom-coupon {
    padding-bottom:18px;
    padding-bottom:1.8rem;
}

#bottom-coupon h1,
#bottom-coupon p {
    margin-bottom:8px;
}

#bottom-coupon form {
    margin-bottom:1.5em;
}

.coupon input {
    width:100%;
    border-radius:0;
    margin:2px 0;
    font-size:14px;
    font-size:1.4rem;
    vertical-align: top;
}

.coupon .submit {
    background-color:#ff0000;
    border-radius:0;
    color:white;
    font-weight:700;
    font-size:18px;
    font-size:1.8rem;
}


img.block {
    display:block;
}

#pitch h2,
#pitch p,
#pitch img,
#bottom-coupon h1{
    text-align:center;
}

#pitch p {
    max-width:300px;
    margin:0 auto 1.5em auto;
}

#pitch p:first-child {
    margin-top:.5em;
    margin-bottom:0;
}

#pitch h2 {
    margin-top:0;
}

#primary {
    width:100%;
}

#secondary {
    width:100%;
}

/* headings */
h1, h2, h3, h4 {
    font-weight:300;
    line-height: 1.2;
}

h1 {
    font-weight:300;
    font-size:30px;
    font-size:3.0rem;
    margin: 20px 0 10px 0;
    margin: 2.0rem 0 1.0rem 0;
	font-family: "Cormorant Garamond", serif;
}
h2 {
    font-size:24px;
    font-size:2.4rem;
    margin: 18px 0 9px 0;
    margin: 1.8rem 0 .9rem 0;
	font-family: "Open Sans", sans-serif;
}
h3 {
    font-size:20px;
    font-size:2.0rem;
    margin: 12px 0 6px 0;
    margin: 1.2rem 0 .6rem 0;
}


h2.widget-title {
    font-size:20px;
    font-size:2rem;
    margin: 18px 0 9px 0;
    margin: 1.8rem 0 .9rem 0;
    color: #f4f4f4;
    font-weight: 600;
}
.h1{
    color: #414042;
    font-size: 36px;
    font-weight: 400;
}
.h2 {
    color: #414042;
    font-weight: 400;
    font-size: 30px;
}
.h3 {
    color: #414042;
    font-weight: 400;
    font-size: 26px;
}
.h4 {
    color: #414042;
    font-weight: 400;
    font-size: 23px;
}

a:visited,
a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    text-decoration:underline;
}

p.tight {
    margin:0;
}

.tight-bottom {
    margin-bottom:0;
}

ul {
    list-style:none;
}

ul.disc {
    list-style:disc;
}

ul.blue-tick {
    list-style:none;
	margin: 0 0 1em 0;
}

ul.blue-tick li{
	background-image: url(https://blueprint.sirv.com/westmoreland-pools/blue-tick.svg);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-size: contain;
	margin-bottom: 5px;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    text-shadow: none;
}

h1.entry-title a:visited,
h1.entry-title a {
    text-decoration: none;
    color:#429dc0;
}

/* Header and branding */
.site-header layer {
    min-height:65px;
    width:100%;
    overflow:visible;
}

.site-branding {
    position:static;
    width:100%;
    max-width:200px;
    margin:0;
    padding: 21px 10px 0;
}

.site-header .container{
    margin-top:0;
    margin-bottom:0;
}

.site-header .band-content{
    padding:0;
    display: flex;
}

.site-navs{
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}

#primary-navigation{
    flex: 1 1 250px;
}

.call {
    display:none;
}

/* inline-block columns 
   these should be used instead of the old floated columns below 
   - currently only 2 and 3 up and 40-60 is supported, the others are easy to add.
*/
.columns {
    text-align:center;
    margin-left: -8px;
	
}

.columns.small-gutter {
    margin-left: -16px;
    margin-top:16px;
}

.page-id-21519 .innovation-col .column {
   
    padding-left:10px;
    margin-right: 0;
   
}

.columns .column {
    display:inline-block;
    vertical-align:top;
    padding-left: 32px;
    margin-right: -.4em;
    text-align:left;
}
.columns .column.text-center{
    text-align:center;
}

.wide-gap .column-content {
    padding-left: 1em;
    padding-right: 1em;
}

.columns.small-gutter .column {
    padding-left:16px;
    margin-bottom:16px;
}

.full-width,
.one-half,
.one-third,
.two-thirds,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.one-quarter,
.three-quarters{
    width:100%;
}

.column form{
    margin-right:.4em;
}
@media screen and (min-width:481px){
	.one-half{
        width:50%;
    }
}


@media screen and (min-width:480px) {
    
    .one-third,
    .one-quarter,
    .three-quarters,
    .one-fifth,
    .two-fifths,
    .three-fifths,
    .four-fifths{
        width:50%;
    }

    .columns.swap:after, .columns.swap:before{
        display: table;
        content: " ";
        clear: both;
    }
    .columns.swap .column.one-half{
        float: left;
        position: relative;
        margin-right: 0;
    }
    .columns.swap .column.one-half:first-of-type{
        left:50%;
    }
    .columns.swap .column.one-half:last-of-type{
        right:50%;
    }
}

@media screen and (max-width:700px) {
    .single-7 .one-third {
        width:100%;
    }
    .single-7 .one-half {
        width:100%;
    }
    .img-90.single-7 .product .image-box img {
        width: auto;
        max-width: 90%;
    }
}

@media screen and (min-width:768px) {
    .one-third {
        width:33.333333%;
    }
    .two-thirds {
        width:66.6666666%;
    }
    .one-quarter {
        width:25%;
    }
    .three-quarters {
        width:75%;
    }
    .one-fifth {
        width:20%;
    }
    .two-fifths {
        width:40%;
    }
    .three-fifths {
        width:60%;
    }
    .four-fifths {
        width:80%;
    }
}

.comparison {
    background-image: url(/wp-content/uploads/2016/04/coupon-hot-tub-background.jpg);
    background-size:cover;
}

.comparison .top-offer {
    float:none;
    margin:4em auto;
    background-color:transparent;
}

.top-offer.booking {
    margin-top:0;
    padding:0;
}

@media screen and (min-width:320px) {
    /*    #site-navigation.main-navigation {
            position:fixed;
            overflow-y:scroll;
            height:100%;
            padding-bottom:80px;
            right:0;
            top:4em;
            z-index:9000;
        }
    */
    .site-header .container {
        margin-top:0;
    }

    .site-header .band-content {
        overflow:visible;
        position: relative;
    }


    .site-content {
        /*margin-top:-56px;*/
    }

    #hero h1 {
        margin-top:60px;
    }

    .main-navigation ul, .sec-navigation ul {
        margin:0;
        padding:0;
    }
    #burger {
        position:fixed;
        top:6px;
        right:4px;
        z-index:99999;
    } 

    .admin-bar #burger {
        top:48px;;
    } 
}

@media screen and (min-width: 380px) {
    .call {
        display:inline;
        color: #2d2d2d;
    }

    .site-branding {
        max-width: 250px;
    }
}

.site-branding a {
    font-size:0;
}


input[type="tel"],
input[type="email"],
input[type="text"],
select,
textarea  {
    font-size:18px;
    line-height:22px;
    padding:6px 8px 7px 8px;
    border-radius:0;
	font-family: "urw-din",sans-serif;
}

.submit-link.mobile,
.submit-link {
    font-size:18px;
    text-decoration: none;
    display:inline-block;
    min-width: 10em;
    margin: 0;
    text-align: center;
}
.submit-link.sm,
button.submit-link.sm{
    min-width: 11em;
    font-size: 19px;
}

.submit-link.desktop {
    display:none;
}

a.submit-link,
button.submit-link,
button[type="submit"],
input[type="submit"],
.woocommerce a.button{    
    display: inline-block;
    border-radius: 12px !important;
    transition: all .4s ease-in-out;
    padding: 8px 16px;
    color: #fff;
    background-color: #3c97af;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    justify-content: center !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
    border: 2px solid #3c97af; /*#0056b8;*/
    margin-inline: auto;
    line-height: 1.2;
}
button[type="submit"]{
    width: 100%;
    margin-left: 0;
}

a.submit-link,
a:visited.submit-link,
.submit-link a,
.submit-link a:visited {
    color:#fff;
    text-shadow: none;
}
.bg-blue a.submit-link,
.bg-blue a:visited.submit-link,
button.submit-link.light,
a.submit-link.light,
a:visited.submit-link.light,
.submit-link.light a,
.submit-link.light a:visited {
    color:#c4c4c4;
    border-color: #c4c4c4;
    background-color:transparent;
}

a.submit-link.white{
    background-color: #fff;
}
button.submit-link.white-b,
a:visited.submit-link.white-b,
a.submit-link.white-b{
    color:#fff;
    border-color: #fff;
}

a.submit-link:hover,
button.submit-link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover {
    text-decoration: none;
    box-shadow:none;
    background-color: #fff;
    color: #3c97af; /* #0056b8;*/
}

.submit-link.sm{
    font-size: 16px;
    min-width: unset;
    padding: 5px 0.5em;
}
.woocommerce a.button{
    padding: 5px 1em;
    font-size: 18px;
    line-height: 1.3;
}

@media screen and (min-width: 480px){
    .submit-link.mobile,
    .submit-link {
        min-width: 13em;
    }
}

/*
.submit-link a:hover,
a:hover.submit-link,
input[type="submit"]:hover {
    background-color:#ff0000;
    color:white;
    text-decoration:underline;
    box-shadow: none;
}
*/

/* content */


article.page {
    margin: 0;
}

body.slug-cart article.page {
    margin-top: 3em;
}

section {
    overflow:hidden;
    /* border:1px solid grey; /** pkw testing */ 
}

.margins {
    margin:0 10px 2em 10px;
}

.pad-bottom {
    padding-bottom: 1.5em;
}

.large-headroom {
    margin-top:60px;
    margin-top:6rem;
}

.headroom {
    margin-top:24px;
    margin-top:2.4rem;
}

.small-headroom {
    margin-top:18px;
    margin-top:1.8rem;
}

.mobile {
    display:block;
}

.desktop {
    display:none;
}

#consultation {
    width:100%;
    max-width:397px;
    margin:.25em auto;
    overflow:hidden;
    border-left:solid 3px white;
    border-right:solid 3px white;
}

.opt-in #consultation {
    max-width:none;
    border:none;
}

#consultation img {
    display:block;
}

#consultation .info {
    background-color:#464646;
    border-top:solid white 3px;
    border-bottom:solid white 3px;
    padding: 3% 6%;
}

.opt-in #consultation .info {
    background-color: transparent;
    border:none;
    max-width:440px;
    margin:0 auto;
    padding:.75em;
}
.opt-in #consultation .info h1 {
    margin-top:.25em;
}

.opt-in #starter-kit .form,
.opt-in #starter-kit .info {
    border:none;
    padding:.75em;
}

#content.site-content {
    clear:both;
}

.archive ul,
.blog ul {
    margin:0;
    list-style:none;
}

ul.the-posts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archive ul.the-posts li.hentry,
.blog ul.the-posts li.hentry {
    flex: 1 1 100%;
    margin-bottom: 3em;
}

@media screen and (min-width:768px){
    .archive ul.the-posts li.hentry,
    .blog ul.the-posts li.hentry {
        flex: 0 1 50%;
    }
    .archive ul.the-posts li.hentry:nth-child(even),
    .blog ul.the-posts li.hentry:nth-child(even) {
        padding-left: 1em;
    }
    .archive ul.the-posts li.hentry:nth-child(odd),
    .blog ul.the-posts li.hentry:nth-child(odd) {
        padding-right: 1em;
    }
}
@media screen and (min-width:1024px){
    ul.the-posts{
        justify-content: flex-start;
    }
    .archive ul.the-posts,
    .blog ul.the-posts {
        margin-left:-1em;
        margin-right:-1em;
    }
    .archive ul.the-posts li.hentry,
    .blog ul.the-posts li.hentry {
        flex: 0 1 33.3333%;
        padding-left: 1em;
        padding-right: 1em;
    }
}

.archive li.hentry:first-child,
.blog li.hentry:first-child {
    padding-top:0;
    margin-top:0;
}

.archive li.hentry:last-child,
.blog li.hentry:last-child {
    border-bottom:none;
}

.summary h2.entry-title{
    font-weight: 400;
    font-size: 24px!important;
}

.archive nav.navigation.paging-navigation,
.blog nav.navigation.paging-navigation{
    display: block;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 7px 0;
}

nav.navigation.paging-navigation a:visited, nav.navigation.paging-navigation a{
    color: inherit;
}
nav.navigation.paging-navigation a:focus, nav.navigation.paging-navigation a:hover{
    color: #008066;
    text-decoration: none;
}

.blog .page-hero.hero-top,
.single .page-hero.hero-top{
    padding-top: 200px;
    min-height: 320px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
} 
.single.bg-center .page-hero.hero-top{
    background-position: 50% 50%;
}
.blog .hero-top .container,
.single .hero-top .container{
    min-height: 200px;
}
.blog .hero-top .content,
.single .hero-top .content{
    padding: 1em 0;
}
.blog .hero-top.page-hero.animate .overlay,
.single .hero-top.page-hero.animate .overlay {
    top: 50%;
}

.single h1.entry-title{
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

.single #main-band .container{
    padding: 0;
}
.blog .wrapper.main-wrapper,
.single .wrapper.main-wrapper{
    padding: 0 1em;
}

.single div.entry-meta{
    text-align: center;
    font-size: 1em;
    border-top: 1px solid #333;
    padding-top: 1em;
}

aside.blog-description {
    background-color: #2D77DA;
    color:white;
    overflow:hidden;
    padding:0 .25em 1em .25em;
    margin-bottom: .25em;
}

.has-sidebar #secondary aside.cta {
    margin-bottom: .25em;
}

.has-sidebar #secondary aside.widget_search {
    margin-top:1.5em;
}

.has-sidebar #secondary aside.blog-description h1{
    color:white;
    margin-top:1em;
}

.single #secondary aside.blog-description {
    display:none;
}

h1.widget-title {
    font-size:39px;
    font-size:3.9rem;
    text-align:left;
    margin:0 0 5px 0;
}
.has-sidebar #secondary .widget_categories h1.widget-title {
    margin-left:0;
    font-size:18px;
    font-size:1.8rem;
}
.has-sidebar #secondary .widget_categories {
    font-size:15px;
    font-size:1.5rem;
}

.has-sidebar #secondary .cta h1.widget-title {
    margin:0;
    text-align:center;
}

.has-sidebar .search-field {
    box-sizing: border-box;
    width:100%;
}

.has-sidebar #secondary .textwidget {
    background-color:#e0e0e0;
    padding:8px;
    margin:1.5em 0 0 0;
}

/*
div.featured {
    display:none;
}
*/

.posted-on time.updated {
    display: none;
}

.blog .byline,
.blog .byline {
    display:inline;
}


.avatar {
    margin:0 auto 1em auto;
}

.bio {
    overflow:hidden;
    margin:0 .5em;
}

.bio .avatar {
    float:right;
}

.bio h1 {
    display:inline;
    margin-top:0;
}


h1.page-title,
h1.entry-title {
    margin-top:1em;
}

#service .icon{
    width:100%;
    margin:1em 0 .25em 0;
}

#service h2,
#service li .content{
    text-align:center;
}

#service h2 {
    margin:0;
    font-size:1.2em;
}

#service .description {
    width:100%;
    max-width:400px;
    margin:0 auto;
}

#service a:visited,
#service a {
    color:#1a9cd8;
    text-decoration: none;
}

#service a:hover {
    color:#1a9cd8;
    text-decoration: underline;
}


.ebook-left img {
    float:left;
    width:40%;
    max-width:119px;
    margin-right:0;
}

.ebook-left .description {
    margin:0;
    width:58%;
    max-width:11em;
    float:right;
}

.ebook-left .description p {
    margin-bottom:1em;
}

.ebook-left {
    overflow:hidden;
    padding-bottom:3em;
}

.ebook-submit{
    max-width:200px;
}

blockquote {
    quotes: "\201C" "\201D";
    position:relative;
}

blockquote:before { content: open-quote; font-weight: normal; font-size:3em; position:absolute;top:-.3em;}
blockquote:after { content: close-quote; font-weight: normal;  font-size:3em; position:absolute; bottom:-.65em;}
blockquote .indent {
    display:inline-block;
    width:1.5em;
}

#testimonials h1,
#testimonials p {
    text-align:left;
    color:#4d4d4d;
}

.client-quote blockquote {
    font-style: italic;
    color:#4d4d4d;
    font-size:19px;
    font-weight:300;
    margin:0;
    /*text-align:center;*/
}

#testimonials blockquote p {
    font-size: 14px;
}

.flexslider-1.client-quote .slides blockquote > p {
    display: inline;
}

.client-quote blockquote:before {
    content:”X”;
}

.client-quote blockquote:after {
    content:”\201D”;

}

.client-quote p.client-name {
    margin-bottom:0;
    font-size: 14px;
    font-weight: 500;
}

.client-quote.flexslider-1 {
    position: relative;
    background-color:transparent;
    border:none;
    box-shadow: none;
    margin-bottom:36px;
}

.widget.optin {
    overflow:hidden;
    color:white;
    margin-bottom:0;
}

.widget.optin h1 {
    color:white;
}
.widget.optin p {
    margin-bottom:5px;
}

.widget.optin .mblog {
    padding:24px;
    background-color:#999999;
}

.widget.optin .analysis {
    padding:24px;
    background-color:#ff0064;
}

.call-to-action {
    background-color: #ebe8e5;
    overflow:hidden;
    margin:1em 0;
}

.cta-left, 
.cta-right {
    width:100%;
    max-width:320px;
    margin:1em auto;
    text-align:center;
}

.submit-link {
    margin-top:.5em;
}

.cta-left .submit-link {
    display:none;
}

.cta img {
    max-width:160px;
}

.cta .submit-link {
    max-width:200px;
}

.d-flex{
    display: flex;
}
.d-flex.va-center{
    align-items: center;
}
.d-flex .col-70{
    flex: 1 0 70%;
}
.d-flex .col-60{
    flex: 1 0 60%;
}
.d-flex .col-50{
    flex: 1 0 50%;
}
.d-flex .col-40{
    flex: 1 0 40%;
}
.d-flex .col-30{
    flex: 1 0 30%;
}
.d-flex .col-35{
    flex: 1 0 35%;
}

.d-flex.gap{
	gap: 24px;
}
.d-flex.gap .col-70{
    flex: 1 0 calc(70% - 12px);
}
.d-flex.gap .col-60{
    flex: 1 0 calc(60% - 12px);
}
.d-flex.gap .col-50{
    flex: 1 0 calc(50% - 12px);
}
.d-flex.gap .col-40{
    flex: 1 0 calc(40% - 12px);
}
.d-flex.gap .col-30{
    flex: 1 0 calc(30% - 12px);
}

@media screen and (max-width:991px){
    .d-flex{
        flex-direction: column;
    }
    .d-flex.mobile-swap{
        flex-direction: column-reverse;
    }
    .d-flex-row{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .d-flex.flex-div {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media screen and (min-width:992px){
    .d-flex{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .d-flex.gutter .col-40:nth-child(even){
        margin-left:10%;
    }
    .d-flex.gutter-sm > div:nth-child(even){
        margin-left:5%;
    }
}
@media screen and (min-width:415px) and (max-width: 991px){
    .sm-flex{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sm-pr-2{
        padding-right: 2em;
    }
}

.bg-blue{
    background-color: var(--blue);
}
.bg-light{
    background-color:var(--grey);
}

.bold{
    font-weight: bold;
}

.round{
    border-radius: 100%;
}

.strong{font-weight: bold;}

.pull-left{
    float: left;
}
.pull-right{
    float: right;
}

.text-blue{
    color: var(--blue);
}
.text-center{
    text-align: center;
}
.text-lg {
    font-size: 120%;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white .h2,
.text-white h3{
    color: #fff;
}

@media screen and (max-width:767px){
    .mobile-center{
        text-align: center;
    }
}
@media screen and (max-width:441px){
    .xs-center{
        text-align: center;
    }
}

#masthead {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    /*background-image: linear-gradient(#13284c, transparent);*/
}

header#masthead:before {
/*    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background-image: linear-gradient(#13284c, transparent);*/
}

body:not(.no-header-template).scroll-1{
    padding-top: 140px;
}

.scroll-1 #masthead{
    position: fixed;
    top: 0;
    left:0;
    right: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.75);
}

#masthead .site-branding img{
    transition: 1s;
}

.scroll-1 #masthead .site-branding img{

}

/* footer */

#colophon {
    padding-bottom:10px;
    padding-bottom:1.0rem;
}


textarea#comment,
.slug-contact #primary .wpcf7 textarea,
.slug-contact #primary .wpcf7 input,
.slug-contact #primary .af-form-wrapper textarea {
    border:1px solid #ccc;
}
textarea#comment{
    width:100%;
}

.af-form-wrapper, 
div.wpcf7 {
    width:100%;
    max-width:397px;
    margin:0 auto;
}

.af-form-wrapper.full-width {
    max-width:100%;
} 

label.line{
    margin-right:1em;
}

form.full-width .text {
    width:50%;
    max-width: 400px;
}

.choices {
    display:inline-block;
}

.choices label {
    margin-right:1em;
}

.full-width select,
.full-width input {
    margin-left:.125em;
}

.bottom-offer .af-form-wrapper {
    max-width:none;
    margin-left:-.5em;
}

.bottom-offer .af-form-wrapper input {
    margin-left:.5em;
    margin-bottom:.5em;
    width:200px;
}

.bottom-offer.plain input {
    width:100%;
    margin-bottom:8px;
}

.finance img{
    background-color:white;
    padding:.5em;
}

@media screen and (min-width: 768px) {
    .bottom-offer.plain input {
        max-width: 13em;
        margin-right:8px;
        vertical-align:top;
    }
}

input,
textarea {
    border:none;
    max-width:100%;
    box-sizing:border-box;
    border-radius:0;
}

#contact-form input {
    border:none;
}

.has-sidebar .main-wrapper {
    background-color: #f5f5f5;
    padding-top:.5em;
    margin-top:0;
}

#colophon .coupon {
    overflow:hidden;
}

#colophon .coupon h1 {
    color:white;
} 

#colophon .site-info {
    width:100%;
}

#colophon .copyright {
    clear:both;
    font-size:.75em;
    color:#918d8a;
    text-align:left;
    padding-top:10px;
}

#colophon .contact {
    background-color:#4e4e4e;
    color:white;
    padding-top:1em;
    padding-bottom:1em;
}

#colophon .contact h2 {
    color:white;
}

ul.social-media{
    list-style: none;
    margin-left:0;
}

.social-media li {
    display: inline-block;
    margin:0 .5em;
}

.social-media li:first-child {
    margin-left:0;
}




div.entry-meta,
footer.entry-meta {
    font-size:12px;
    font-size:1.2rem;
}

.comments-link img {
    margin-right:.25em;
}

.us_posts_top {
    margin-bottom:1em;
}

.site-info .wrapper {
    margin-top:0;
    margin-bottom:0;
}

.translucent ul {
    list-style-image: url('images/tick.png');
    font-size: 1em;
    margin-left:1.5em;
}

.bullet {
    list-style-type: square;
    font-size: 1.1875em;
    margin-left:1.5em;
}

.translucent {
    background-color: rgba(255, 255, 255, .9);
    color:#2d2d2d;
    padding: .25em 1.5em;
    margin: 1em 0;
    font-size:1.25em
}

.top-offer {
    padding: 4px 24px 15px;
    font-size: 1.325em;
}

.top-offer h2 {
    font-size: 1.25em;
}

@media screen and (min-width:480px) {
    .top-offer {
        /*padding: 24px;*/
    }

    .top-offer h2 {
        font-size: 1.5em;
    }
}

.top-offer p {
    margin-bottom: 0;
}

#hero {
    margin-top:0;
}

#hero.translucent {
    color:#2d2d2d;
}

h2#your-type {
    display:inline-block;
    background-color: rgba(234, 199, 0, .5);
    padding:.5em;
}

.your-type {
    background-color: rgba(234, 199, 0, .5);
    padding:.5em;
}

.your-type h2 {
    font-weight: bold;
    color:#3899fc;
}    

.woocommerce-breadcrumb {
    display:none;
}

.featured-list li {
    display:inline-block;
    vertical-align:top;
    padding:.5em;
}


.featured-list {
    margin:0;
}

.featured-content {
    background-color: rgba(255,255,255,.85);
    overflow:hidden; 
}

.featured-content h2 {
    padding: 10px 40px;
}

.featured-content .sale-info {
    color:#fa5513;
    font-weight:500;
}

.featured-container{
    padding:0 50px;
}

#blog-items {
    padding-top:0;
}

#blog-items h1 {
    margin-top:.3em;
}


@media screen and (min-width:460px) {
    #bottom-coupon {
        text-align: center;
    }
    .top-info {
        overflow:hidden;
    }
}

@media screen and (min-width:600px) {
    .featured-container{
        padding:0 100px;
    }
}

#mega-menu-primary ul.mega-sub-menu li.heading > a{
    font-weight: 500;
}

#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.hot-tubs ul.mega-sub-menu,
#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.swim-spas ul.mega-sub-menu{
    display:flex!important;
    flex-wrap: wrap;
}   

#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.hot-tubs ul.mega-sub-menu{
    padding-right:1em
}   

#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.swim-spas ul.mega-sub-menu{
    padding-left: 1em;
}

#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.hot-tubs ul.mega-sub-menu > li,
#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.swim-spas ul.mega-sub-menu > li{
    flex: 1 1 30%;
}

#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.hot-tubs ul.mega-sub-menu > li:first-of-type,
#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.swim-spas ul.mega-sub-menu > li:first-of-type{
    flex: 1 0 100%;
    border-bottom: 1px solid #a8a8a8;
}

#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.hot-tubs ul.mega-sub-menu > li.widget_nav_menu h4,
#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.swim-spas ul.mega-sub-menu > li.widget_nav_menu h4{
    text-transform: unset;
    white-space: nowrap;
}

#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.hot-tubs ul.mega-sub-menu > li.widget_nav_menu a,
#primary-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.swim-spas ul.mega-sub-menu > li.widget_nav_menu a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    font-size: 16px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    background: rgba(51, 51, 51,0.6);
}
/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link,*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51,0);
    font-weight: normal;
    color: #fff;
}

@media screen and (min-width:920px) {
    .single main,
    .blog main {
        margin-left:0;
        margin-right:0;
    }

    header#masthead {
        min-height:93px;
    }

    .top-info {
        position:static;
        min-height:0;
        text-align:right;
    }


    #site-navigation.main-navigation, .sec-navigation {
        position:static;
        display:block;
        width:100%;
        padding-bottom:0;
        max-width:none;
        overflow-y:visible;
    }

    #burger {
        display:none;
    }

    .main-navigation ul, .sec-navigation ul {
        max-width:none;
    }

    #menu-main-menu li,
    #menu-top-menu li	{
        display:inline-block;
        float:none;
        color:black;
        margin-right:0;
    }

    .main-navigation li:hover, .sec-navigation li:hover {
        background-color:transparent;
    }


    ul#menu-main-menu,
    ul#menu-top-menu{
        text-align:center;
        width:100%;

    }

    #menu-primary-menu {
        float:none;
        position:static;
        margin:0;
        text-align:center;
        max-width:none;
    }

    .ht-menu.mega-toggle-on > ul.mega-sub-menu {
		margin-top: 10px!important;
    }

    .main-navigation ul ul ul {
        top: 0;
    }

    .main-navigation ul ul a {
        width: auto;
        padding: 5px 5px;
        white-space: nowrap;
    }

    .layer.navigation .menu>.menu-item {
        display: inline-block;
        padding-top:.25em;
        padding-bottom: .25em;
    }

    .menu{
        padding:1px 0;
    }

    header#masthead {
        overflow:visible;
    }

    nav#site-navigation{
        float:none;
        overflow:visible;
    }

    nav#site-navigation a:visited,
    nav#site-navigation a,
    #top-navigation a:visited,
    #top-navigation a {
        font-size:18px;
        /*color:#f4f4f4;
        margin:0 .25em;
        padding: 1.3em .5em;
                line-height: 1.1;*/
        font-weight: 300;
    }

    #top-navigation a:visited,
    #top-navigation a{
        font-weight: 300;
    }

    nav#site-navigation li {
        overflow:visible;
        margin-left:0;
    }

    nav#site-navigation li:hover>a:visited, 
    nav#site-navigation li:hover>a {
    /*    color:#2d2d2d;
        background-color:#f2f2f2; */
    }

    nav#site-navigation .sub-menu li:hover a:visited, 
    nav#site-navigation .sub-menu li:hover a {
        color:white;
        background-color:#414042;
    }

    nav#site-navigation .sub-menu {
        /*    background-color:#f2f2f2;
            top:100%;
            left:4px;
            width:auto;
            min-width:172px;
            padding:.5em 0;
            margin:0;
            display:none; */
    }

    nav#site-navigation .sub-menu a:visited,
    nav#site-navigation .sub-menu a{
        line-height: 1.4;
    }

    nav#site-navigation li:hover .sub-menu {
        display:block;
    }

    nav#site-navigation .sub-menu li a {
        width:100%;
        min-width: 172px;
        margin:0;
        padding-top:2px;
        padding-bottom:2px;
    }
/*
    nav#site-navigation li:hover .sub-menu li a,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout:hover ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        color:black;
    } */

    #category-description .band-content {
        margin:4em 0;
        padding: 1.5em 1.5em 0 1.7em;
        max-width:700px;
        float:right;
    }
    
    .has-sidebar #content {
        width:100%;
        background-color:#f5f5f5;
        margin:0;
    }

    .has-sidebar #primary {
        float:left;
        width:66%;
        margin:0;
        margin-top:1.5em;
    }

    .has-sidebar #secondary {
        margin:0;
        float:right;
        width:29%;
        margin-top:1.5em;
    }
    /*
        #colophon .inner-wrapper,
        #content .inner-wrapper {
            overflow:hidden;
        }
    */    


    .avatar {
        float:right;
        margin:.5em 0 .5em 1em;
    }

    .bio {
        margin:0;
    }

    .bio p {
        margin-bottom:1em;
    }

    /*
        section.featured {
            margin-top:.5em;
            margin-right:4%;
            width:16%;
            float:left;
        }
        section.featured img {
            max-width:100%;
            height:auto;
        }
    */   
    .wrapper,
    .container {
        max-width:1024px;
        padding:0 1em;
        margin:1em auto;
    }
    .full-width .wrapper,
    .full-width .container {
        max-width:100%;
        padding: 0;
    }

    .top-info .wrapper {
        margin-top:0;
        margin-bottom:0;
    }

    .has-sidebar .main-wrapper {
        margin-top:0;
        padding-top:0;
    }



    /* content */
    div.entry-content {
        margin-top:0;
    }
    .margins {
        margin:0 3% 2em 3%;
    }

    #hero {
        overflow:hidden;
    }

    .hero form,
    .offer form {
        margin-bottom:0;
    }


    #content #secondary .widget input{
        width:100%;
        margin:2px 0;
    }


    #hero h1.heading {
        text-align:left;
        left:0;
        top:46%;
        position:absolute;
        color:white;
        text-shadow: 1px 1px 0 #02194e;
    }

    .hero.tall {
        min-height:450px;
    }

    .hero.short {
        min-height:375px;
    }

    .hero.short .content{
        min-height:375px;
    }

    .hero.short h1.heading {
        top:100px;
    }



    #top-coupon {
        margin:180px 0;
        float:right;
    }

    #hero.short #top-coupon {
        margin:40px 0;
    }

    #top-coupon.second-wash {
        margin:35px 0;
    }

    #hero.short #top-coupon.second-wash {
        margin:20px 0;
    }

    #top-coupon.congrats {
        margin:175px;
    }

    #hero.short #top-coupon.congrats {
        margin:45px;
    }

    #top-analysis {
        min-height:550px;
    }

    #bottom-analysis .left-column,
    #top-analysis .left-column{
        width:42%;
    }


    #service ul {
        text-align: center;
    }

    #service li {
        display:inline-block;
        vertical-align: top;
        padding:.5em;
        width:33%;
    }

    .has-sidebar .client-quote {
        width:100%;
        margin-right:0;
        float:none;
    }


    .af-form-wrapper {
        width:100%;
        /* max-width: 100%; */
    }

    .ppc-page .analysis .left-column {
        max-width:400px;
    }

    #colophon .contact {
        padding-top:3em;
        padding-bottom:3em;
    }
}

@media screen and (min-width:920px) {
    header#masthead {
        margin-bottom:0;
        padding-bottom:0;
    }

    .header-info {
        top:1.25em;
    }

    #colophon .contact-opt-in,
    #colophon .wpcf7 {
        width:65%;
    }
}

@media screen and (min-width:950px) {
    #footer-widgets .cta-left {
        float:left;
        text-align:left;
        margin-left: 5%;
        margin-right: 5%;
        width:48%;
    }

    #footer-widgets .cta-left h2 {
        margin-top:0;
        font-size:1.25em;
        margin-bottom:1em;
        padding:0;    
    }

    #footer-widgets .cta-left .submit-link {
        display:inline;
    }

    #footer-widgets .cta-right .submit-link {
        display:none;
    }

    #footer-widgets .cta-right {
        float:left;
        width:37%;
        margin-right:5%;
    }
}
/*
@media screen and (min-width: 1280px){
        .wrapper,
    .container {
        max-width:1200px;
    }
}*/
@media screen and (min-width: 1440px){

    .full-width .wrapper,
    .full-width .container {
        max-width: 100%;
    }
}

/* Formidable form styles  */
.frm_forms textarea {
    height:5.75em;
    border:solid 1px #ccc;
}

.frm_forms {
    border:none;
}
.slug-contact #primary .frm_forms textarea,
.slug-contact #primary .frm_forms input {
    border:1px solid #ccc;
}
.frm_forms input,
.frm_forms select,
.frm_forms textarea {
    width:100%;
    margin-bottom: .75em;
    box-sizing:border-box;
}

.frm_forms input[type="radio"] {
    width:1.5em;
    display:inline;
    position:relative;
    top:-.1em;
    line-height:1;
    margin-bottom:0;
}

.frm_forms label {
    line-height: 1;
}

.frm_radio {
    margin-bottom:.5em;
}

.frm_primary_label {
    font-size:21px;
    margin:.75em 0 .25em 0;
    display:block;
}

.top-offer .vertical_radio,
.top-offer .vertical_radio .frm_primary_label{
    font-size:16px;
}

.frm_none_container .frm_primary_label {
    display:none;
}

.frm_forms textarea {
    margin-bottom:.75em;
    height:89px;
    border-radius:0;
}

/*.frm_submit {
    width:100%;
    margin:0 auto;
}*/

.frm_ajax_loading {
    display:none;
}

.frm_forms .form-field.geo-location {
    display:none;
}

#form_invite input {
    width:100%;
}

#form_invite input[type="submit"] {
    background-color: #ff0000;
    color:white;
}




@media screen and (min-width:768px) {
    /*#primary .frm_forms {
        width:100%;
        margin-left:0;
    }*/

    .social {
        float:right;
        width: 40%;
    }
    .connect {
        float:left;
        padding-right:1.5em;
        width:60%
    }

    .frm_forms .two-columns {
        overflow:hidden;
    }

    .frm_forms .header,
    .frm_forms .message {
        float:left;
        width:49%;
        margin:0 2% 0 0;
    }

    .frm_forms .message {
        margin:0;
    }

    .frm_forms .send input {
        margin:0;
    }

    .frm_forms textarea {
        margin-bottom: 12px;
    }

    .frm_forms {
        width:100%;
        max-width:none;
        margin-bottom:.25em;
        overflow:hidden;
    }

}
/* End Formidable form styles*/

/* Offer and Guides styles */
.top-offer {
    margin:1em auto;
    overflow:hidden;
}

.top-offer .offer-content {
    margin:25px;
    margin:2.5rem;
}

.top-offer .offer-content h1{
    margin:0;
    font-weight:300;
    line-height: 1.2;
    color:white;
}

.top-offer form {
    margin-top:1em;
}

.top-offer input {
    width:100%;
    margin-bottom:.5em;
    border-radius: 0;
}

.top-offer button {
    width:100%;
    margin-bottom:.5em;
    border-radius: 0;
}

.top-offer input,
.bottom-offer input {
    border: 1px solid #eeca17;
}

.booking.top-offer input {
    border: none;
}

.offer-master {
    padding:0;
}

.offer-title {
    padding: 1.5em;
    background-color: rgba(255, 255, 255, .9);
}

.offer-title h1 {
    padding:0;
    margin:0;
}

.offer-details {
    padding: .1em 1.5em .75em 1.5em;
    background-color: rgba(0, 0, 202,.75);
    color: white;
}

.offer-details h2 {
    color:white;
    font-size:1.75em;
}

.offer-details .frm_forms {
    margin-bottom:0;
}


.guides .text {
    max-width:420px;
}

.guides a {
    margin-left:0;
}

@media screen and (max-width:920px){
    .band.guides .content,
    #testimonials .content{padding: 0 1em}
}
@media screen and (max-width:480px){
    .band.guides .content,
    #testimonials .content{padding: 0 1.5em}
}

@media screen and (min-width:600px) {
    /* .top-offer fieldset{
         margin-left:-32px;
     }
     
     .top-offer .frm_submit,
     .top-offer .form-field {
         display: inline-block;
         width:50%;
         padding-left:32px;
         margin-right: -.4em;
     }*/

    .booking .frm_submit {
        width:100%;
        float:none;
    }

    .booking .form-field {
        width:100%;
        margin-right:0;
        float:none;
    }




    .bottom-offer .form-field {
        width:48%;
        margin-right:4%;
        float:left;
    }
    .bottom-offer .last-input {
        margin-right:0;
    }
}

@media screen and (max-width:750px){
    .home .top-offer{
        margin-top: 10em;
    }
    .offer-master.right-small{
        margin: 8em 0 2em;
    }
}

.right-medium,
.right-small,
.right-large,
.left-medium,
.left-small,
.left-large {
    float:left;
    max-width:500px;
    margin: 2em 0;
}


.right-medium,
.right-small,
.right-large {
    float:right;
}

.right-large,
.left-large {
    max-width:700px;
}

.right-small,
.left-small {
    max-width:500px;
}


.booking form {
    margin: 0;
}

.booking fieldset {
    width:100%;
}

.booking label {
    color:white;
    margin-top: .5em;
}

/* this undoes formidable styles that should be off */
.frm_form_field.frm_left_container label.frm_primary_label {
    float:none;
    max-width:none;
    display:inline-block;
    width:auto;
}

/*Formidable form fixes for missing formidable css file*/
.frm_verify {
    position: absolute;
    left: -3000px;
}

#ui-datepicker-div {
    z-index: 999999!important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,.ui-datepicker .ui-datepicker-title select.ui-datepicker-year{width:33%;background-color:#fff;float:none}.ui-datepicker select.ui-datepicker-month{margin-right:3px}.ui-datepicker-month,.ui-datepicker-year{max-width:100%;max-height:2em;padding:6px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline;color:#555}.ui-datepicker-calendar{margin:0!important}.ui-datepicker .ui-widget-header,.ui-datepicker .ui-datepicker-header{background:#008ec2!important;color:#ffffff!important}.ui-datepicker td.ui-datepicker-today{background:rgba(0,92,144,.15)!important}.ui-datepicker td.ui-datepicker-current-day,.ui-datepicker td .ui-state-hover,.ui-datepicker thead{background:#005c90!important;color:#ffffff!important}.ui-datepicker td.ui-datepicker-current-day .ui-state-default{color:#ffffff!important}

@font-face{font-display:swap;font-family:'s11-fp';src:url(https://d1spas.bpimclients.com/wp-content/plugins/formidable/fonts/s11-fp.ttf?v=7) format('truetype'),url(https://d1spas.bpimclients.com/wp-content/plugins/formidable/fonts/s11-fp.woff?v=7) format('woff'),url('https://d1spas.bpimclients.com/wp-content/plugins/formidable/fonts/s11-fp.svg?v=7#s11-fp') format('svg');font-weight:400;font-style:normal}.frm-submenu-highlight{background:#1da867}.frm-submenu-highlight a span{color:#fff;font-weight:600}.frmfont,.frm_icon_font,.frm_dashicon_font{text-decoration:none;text-shadow:none;font-weight:400;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1;-moz-transition:color .1s ease-in-out,opacity .1s ease-in-out;-webkit-transition:color .1s ease-in-out,opacity .1s ease-in-out;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.frmfont,i.frm_icon_font{font-style:normal;font-variant:normal;speak:none}.frmfont:before,select.frmfont,.frm_icon_font:before,select.frm_icon_font{font-family:'s11-fp'!important;text-align:center}

.frm_combo_inputs_container>*, .frm_grid_container>*, .frm_section_heading>*, .frm_fields_container .frm_form_field, .frm_fields_container>* {
    grid-column: span 12 / span 12;
}

@media screen and (min-width:768px){
	.frm_form_fields .frm_fields_container {
		display: grid;
		grid-template-columns: repeat(12, 6.5%);
		grid-auto-rows: max-content;
		grid-gap: 0 2%;
	}
	.frm_half,.frm_form_field.frm_three_fifths,.frm_form_field.frm6,.frm_submit.frm6,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_half,.frm_submit.frm_half{grid-column:span 6 / span 6}
}

#hpModalInfo .frm_fields_container{
	display: block;
}

/***/

.booking-date {
    display:block;
    width:auto;
    margin-bottom:0;
}
.booking-date label, .booking-date input {
    display:inline-block;
    width:auto;
}

.booking-date input {
    display:inline-block;
    width:auto;
    max-width: 120px;
}

.booking-time {
    display:block;
    width:auto;
    margin-bottom:.5em;
}
.booking-time label, .booking-time select {
    display:inline-block;
    width:auto;
    margin-top:-.5em;
    margin-bottom:.5em;
}


.booking-time select {
    margin:8px auto 0 auto;
    display:inline-block;
}

.top-offer .content {
    margin:16px;
}

.top-offer {
    margin:10em 0 2em 0;
}

@media screen and (min-width:768px) {
}

/* Slick Slider CSS */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    box-shadow:none;
    background-color: transparent;
    width:60px;
    height:60px;
    z-index: 99999;

}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}

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


.slick-prev
{
    left: -50px;
    background-image: url(images/prev-button.png);
}
[dir='rtl'] .slick-prev
{
    right: -50px;
    background-image: url(images/next-button.png);
    left: auto;
}


.slick-prev:before
{
    content: ' ';
}
[dir='rtl'] .slick-prev:before
{
    content: ' ';
}

.slick-next
{
    right: -50px;
    background-image: url(images/next-button.png);
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -50px;
    background-image: url(images/prev-button.png);
}
.slick-next:before
{
    content: ' ';
}
[dir='rtl'] .slick-next:before
{
    content: ' ';
}

@media screen and (min-width:600px) {
    .slick-prev
    {
        left: -60px;
    }
    [dir='rtl'] .slick-prev
    {
        right: -60px;
    }


    .slick-next
    {
        right: -60px;
    }
    [dir='rtl'] .slick-next
    {
        left: -60px;
    }
}

#top-banner {
    background-color: #1230ac;
}

#top-banner p,
#top-banner h2 {
    margin:4px 0;
    text-align:center;
}

#top-banner h2 {
    font-weight:bold;
    font-size:18px;
}
@media screen and (min-width:480px) {
    #top-banner h2 {
        font-weight:bold;
        font-size:24px;
    }
}
@media screen and (min-width:768px) {
    #top-banner .band-content {
        overflow:hidden;
        padding-top:0;
        padding-bottom:0;
    }

    #top-banner p,
    #top-banner h2 {
        float:left;
    }

    #top-banner h2 {
        width:40%;
        padding:.25em 1% 0 1%;
    }

    #top-banner p.details {
        width:36%;
        padding:0 1%;
        border-left:2px solid #f65a0d;
        border-right:2px solid #f65a0d;
    }

    #top-banner p.ends {
        width: 18%;
        padding:.5em 1% 0 1%;;
    }
}


/* print media query */

#home-hero{
    position: relative;
}
#home-hero .overlay{
    background-color: var(--blue);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
#home-hero .container {
    position: relative;
    min-height: 0vh;
    padding: 75px 1em 75px;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce.single-product #home-hero .container {
	min-height: 0;
    padding: 75px 1em;
}
.hero-sm #home-hero .container{
    min-height: 60vh;
}
#home-hero .container .content{
    max-width: 500px;
    color: #fff;
	min-height: 55vh;
}
#home-hero h1{
    color: #fff;
}
.ppc-landing #home-hero h1{
	font-weight: 600;
	text-shadow: 0px 0px 10px #444;
}
#home-hero p{
    text-shadow: 1px 1px 3px #444;
}
#home-hero .next-section{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    left: 50%;
    bottom: 20px;
    transform: rotate(45deg) translate(-50%,0);
}

#home-hero .container .t3 {
	display: none;
}

@media screen and (min-width:768px){
    #home-hero h1{
        font-size: 60px;
        line-height: 1.1;
    }
	.ppc-landing #home-hero h1{
        font-size: 52px;
		font-weight: 600
    }
}

@media screen and (max-width:767px){
	div#home-hero {
		padding: 7%;
		height: auto !important;
	}
	div#home-hero .container {
		padding: 0;
		height: auto;
		min-height: 0;
	}
	.woocommerce.single-product #home-hero .container {
		padding: 15px 1em;
	}
}

.widget_nav_menu ul{
    margin-left: 0;
}
.widget_nav_menu ul a:visited, .widget_nav_menu ul a {
    color: inherit;
    text-decoration: none;
}
/*
.main-navigation .widget_nav_menu ul a:visited, .main-navigation .widget_nav_menu ul a {
    color: #13284c;
}
*/
.d-flex.cards .card.col-30{
    flex: 0 0 32%;
}

.card{
    border-radius: 7px;
    background-size: cover;
    background-position: top center;
    background-color: var(--blue);
    padding: 15% 1em 1em;
    color: #fff;
    position: relative;
    margin: 35px auto 0;
    max-width: 500px;
}
.card:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--blue);
    border-radius: 7px;
    opacity: 0.4;
    z-index:0;
}
.card .card-content{
    position:relative;
}
.card .icon{
    position:absolute;
    top:0;
    left:50%;
    transform: translate(-50%,-50%);
    width:50px;
    height:50px;
    padding:10px;
    border-radius: 100%;
    background: #f3f3f4;
}
.card h3{
    color: inherit;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

/*Video Background*/
.bg-vdeo {
    position: relative;
}
.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:600px){
    .vimeo-wrapper iframe{
        min-height: unset;
        min-width: unset;
        top: 0;
        transform: translate(-50%, 0);
    }
    #home-hero .container{
        display: block;
        min-height: 65vh;
        padding-bottom: 60px;
        padding-top: 56%;
    }
    #home-hero .container .content{
        /*padding-top: 38%;*/
    }
}

.home-page-parallax{
    background-image: url(https://blueprint.sirv.com/WP_blueprintoldsite.bpimclients.com/Hydropool/home-page/home-page-parallax.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.round-bl{
    border-bottom-left-radius: 15px;
}
.round-br{
    border-bottom-right-radius: 15px;
}
.round-tl{
    border-top-left-radius: 15px;
}
.round-tr{
    border-top-right-radius: 15px;
}

.mb-1{
    margin-bottom: 1em;
}
.mb-2{
    margin-bottom: 2em;
}
.mb-3{
    margin-bottom: 3em;
}
.mt-0{
    margin-top: 0em;
}
.mt-1{
    margin-top: 1em;
}
.mt-2{
    margin-top: 2em;
}
.mt-3{
    margin-top: 3em;
}
.mb-0{
    margin-bottom: 0em !important;
}
.m-0{
    margin: 0 !important;
}

.p-1{
    padding: 1em;
}
.p-2{
    padding: 2em;
}
.p-3{
    padding: 3em;
}
.pb-1{
    padding-bottom: 1em;
}
.pb-2{
    padding-bottom: 2em;
}
.pb-3{
    padding-bottom: 3em;
}
.pt-1{
    padding-top: 1em;
}
.pt-2{
    padding-top: 2em;
}
.pt-3{
    padding-top: 3em;
}
.p-0{
    padding: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}

.available-colors span {
    display: inline-block;
    width: 74px;
    text-align: center;
    vertical-align: top;
    line-height: 1.2;
}
.available-colors span img{
    border: 1px solid var(--blue);
    border-radius: 100%;
}

.benefits-and-features .flexslider{
    background: unset;
    border: unset;
    box-shadow: unset;
    margin-bottom: 0;
}
.benefits-and-features .flexslider img{
    border-radius: 15px;
}
.benefits-and-features .flexslider li p{
    margin-top: 0.5em;
    font-size: 14px;
    line-height: 1.1;
}
.benefits-and-features .flexslider li p strong,
.benefits-and-features .flexslider li p a{
    display: block;
    font-size: 16px;
    margin: 8px 0;
}
.benefits-and-features .flex-direction-nav .flex-next {
    right: -32px;
}
.benefits-and-features .flex-direction-nav .flex-prev {
    left: -32px;
}
@media screen and (max-width: 1024px){
    .benefits-and-features .flexslider {
        max-width: calc(100% - 32px);
        margin: 0 auto;
    }
}

.specs-block dl dt{
	font-size: 22px;
}
.specs-block dl dd{
	margin: 0 0 1em;
}

.brochure-section img,
.round-corners{
    border-radius: 15px;
}

@media screen and (min-width:1024px) and (max-width:1439px) {
    .md-center{
        text-align: center;
    }
    .md-pl-0{
        padding-left: 0em !important;
    }

}

@media screen and (max-width:1023px) {
    .desktop-show{
        display: none;
    }
    .mobile-border-t{
        border-top:1px solid #fff;
    }
    .mobile-border-t-dark{
        border-top:1px solid #ccc;
    }
    .mobile-hide{
        display: none;
    }
    .mobile-center{
        text-align: center;
    }
    .mobile-mb-0{
        margin-bottom: 0 !important;
    }
    .mobile-mb-1{
        margin-bottom: 1em;
    }
    .mobile-mb-2{
        margin-bottom: 2em;
    }
    .mobile-mt-0{
        margin-top: 0 !important;
    }
    .mobile-mt-1{
        margin-top: 1em;
    }
    .mobile-mt-2{
        margin-top: 2em;
    }
    .mobile-p-0{
        padding: 0em !important;
    }
    .mobile-pl-0{
        padding-left: 0em !important;
    }
    .mobile-p-1{
        padding: 1em !important;
    }
    .mobile-p-2{
        padding: 2em !important;
    }
    .mobile-pb-0{
        padding-bottom: 0 !important;
    }
    .mobile-pt-1{
        padding-top: 1em;
    }
    .mobile-pt-2{
        padding-top: 2em;
    }
    .mobile-pb-1{
        padding-bottom: 1em;
    }
    .mobile-pb-2{
        padding-bottom: 2em;
    }
    .mobile-pt-0{
        padding-top: 0 !important;
    }
}

/* Hero Slider */

.hero-slider{
    min-height: 65vh;
    max-width: 2000px;
    margin: 0 auto;
}
.hero-slider ul.slides>li{
    display: none;
}
/*.hero-slider, .hero-slider .band{
    position: relative;
}*/
.hero-slider .band .overlay {
    background-color: var(--blue);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.hero-slider .flex-control-nav {
    bottom: 18px;
    z-index: 10;
}
.hero-slider .flex-direction-nav {
    max-width: 1600px;
    margin: 0 auto;
    /*position: relative;*/
}
.hero-slider .flex-direction-nav .flex-next {
    right: 10px;
    height: 50px;
    opacity: 1;
    top: 50%;
}
.hero-slider .flex-direction-nav .flex-prev {
    left: 10px;
    height: 50px;
    opacity: 1;
    top: 50%;
}
.hero-slider .flex-direction-nav .flex-next,
.hero-slider .flex-direction-nav .flex-prev {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}

.flex-control-paging li a:hover{
    background: var(--blue);
}

.band.top-hero .container{
    z-index: 1;
    /*position: relative;*/
    min-height: 65vh;
    display: flex;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 10%;
    pointer-events: none;
}
.single-product .band.top-hero .container,
.hero-sm .band.top-hero .container{
    min-height: 65vh;
}
.band.top-hero .container .content{
    margin: 0 auto;
    font-size: 130%;
}
.band.top-hero .container .content > *{
    pointer-events: all;
}
.band.top-hero .container .content h1,
.band.top-hero .container .content .h1,
.hero-h1{
    color: inherit;
    text-align: unset;
    font-size: 45px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.band.top-hero .container .content p,
.band.top-hero .container .content .product-hero-text,
.band.top-hero .container .content h2{
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
.single-product .product-gallery {padding-bottom: 2em;}
.single-product .product-gallery .slides li{text-align: center;}
.single-product .product-gallery .flex-control-nav {
    bottom: 0;
}
.single-product .product-gallery .flex-direction-nav a{
    opacity:1;
    height: 45px;
}
@media screen and (min-width:768px){
    .single-product .product-gallery .flex-direction-nav .flex-prev {
        left: -35px;
    }
    .single-product .product-gallery .flex-direction-nav .flex-next {
        right: -35px;
    }
    /*.band.top-hero .container .content h1,
    .band.top-hero .container .content .h1,
    .hero-h1{
        font-size: 65px;
    }*/
    .hero-slider .flex-direction-nav .flex-next {
        right: 5%;
    }
    .hero-slider .flex-direction-nav .flex-prev {
        left: 5%;
    }
}
@media screen and (max-width: 767px){
    .band.top-hero .container .content{
        margin: 0 auto;
        padding: 0 20px;
    }
    .single-product .product-gallery {padding-bottom: 1em;}
}
span.attribute-heading {
    display: block;
    font-weight: bold;
}
span.attribute-info {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #414042;
}

.product-info-band,
.product-info-band .container{
    position: relative;
}
.product-info-band .overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.85);
}

.cat-products{
    position: relative;
}
.cat-products .flex-direction-nav a,
#testimonials .flex-direction-nav a,
.benefits-and-features .flex-direction-nav a{
    height: 50px;
    opacity: 1!important;
    color: #414042;
    transition: 0.5s;
}
.cat-products .flex-direction-nav a:hover,
#testimonials .flex-direction-nav a:hover,
.benefits-and-features .flex-direction-nav a:hover{
    color: #2956a3;
}
.cat-products .flex-direction-nav .flex-prev,
#testimonials .flex-direction-nav .flex-prev{
    left: 0;
}
.cat-products .flex-direction-nav .flex-next,
#testimonials .flex-direction-nav .flex-next{
    right: 0;
}
.cat-products .flex-control-nav.flex-control-paging,
.benefits-and-features .flex-control-nav.flex-control-paging{
    display: none;
}
.cat-products .flex-viewport ul{
    margin-left: 0;
    /*margin: 0 auto 2em;
display: flex;
justify-content: flex-start;
max-width: 95%;*/
}
@media screen and (min-width:768px){
    .cat-products.center-items .flex-viewport ul{
        max-width: 100%;
        display: flex;
        justify-content: center;
    }	
}/*
@media screen and (min-width:1024px){
        .cat-products .flex-viewport ul li.product{
                flex: 0 0 31%;
        }	
}
@media screen and (min-width:1200px){
        .cat-products .flex-viewport ul li.product{
                flex: 0 0 23.3%;
        }	
}
*/
.cat-products .prod-info{
    text-align: left;
}
.cat-products .prod-info h3{
    font-size:18px;
}

.people-icon{
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
.people-icon:after{
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 28px;
    height: 100%;
    background-image: url(https://blueprint.sirv.com/Hydropool/CSS_images/people-icon.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.selling-point .attribute{
    max-width: 180px;
}
.buttons-block .submit-link{
    min-width: 200px;
}
@media screen and (min-width:600px){
    .buttons-block .submit-link{
        margin-left: 2em;
    }
    .buttons-block .submit-link:first-of-type{
        margin-left: 0;
    }
}
@media screen and (max-width: 599px){
    .buttons-block{
        text-align: center;
    }
    .selling-point .attribute{
        margin: 0 auto;
    }
    .expand-form > .submit-link{
        margin-left:auto;
        margin-right:auto;
        display: block;
    }
    h1, h2, .sm-center{text-align: center;}
}

.stars{
    color: orange;
    display:inline-block;
    white-space: nowrap;
}

.tb-row-toggle{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ccc;
    position: relative;
    cursor: pointer;
    transition: 1s;	
}
.tb-row-toggle:hover{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.tb-row-toggle.open{
    transform: rotateX(180deg);
}
span.tb-row-toggle:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-right: 4px solid #222;
    border-bottom: 4px solid #222;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.specs .extra-rows{
    display: none;
}
form.cart{display:none!important;}

ul.products span.woocommerce-Price-amount.amount:before {
    content: 'From ';
}

ul.products .yotpo {
    margin-bottom: 0;
}

#main > .yotpo.yotpo-main-widget {
    max-width: 1600px;
    padding: 0 1em;
}

#hpModal .modal-info iframe{
    width: 100%;
    height: 223px;
}

.d-flex.model-list > .model{
    flex: 0 1 25%;
    margin: 0 0 2em;
    position: relative;
    padding: 0 1em 0;
    min-width: 240px;
}
.d-flex.model-list > .model .submit-link{
    min-width: unset;
    padding: 7px 1em;
    font-size: 18px;
    line-height: 23px;
}

.d-flex.model-list > .model.sold:before{
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    background-image: url(https://blueprint.sirv.com/Hydropool/ppc-landing-page/SOLD.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    top: 4%;
}

.woocommerce-products-compare-content .product a.product-link img {
    max-width: 95%;
    margin: 1em 0;
}
.woocommerce-products-compare-content table td p{
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}
.archive.post-type-archive-product main.site-main{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1em;
}

.woocommerce-notices-wrapper .woocommerce-error {
    margin-top: 120px;
}

.cabinet-btn, .shell-btn{
    cursor: pointer;
}
.cabinet-btn:hover img, .shell-btn:hover img{
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}
.cabinet-btn.active img, .shell-btn.active img{
    box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
}
.w-100{
    width: 100%;
}

.promo-block{

}
.Sirv.sirv-thumbnails-only-gallery{
	max-height: 475px;
	overflow: hidden;
}
.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll {
	justify-content: center;
}
@media screen and (min-width: 1440px){
    .xl-text-left{
        text-align: left!important;
    }
    
}
@media screen and (max-width: 1439px){
    .lg-pb-2{
        padding-bottom: 2em;
    }
}

@media screen and (max-width: 991px){
    .attributes-block .d-flex{
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }	
	.attributes-block .d-flex .attribute {
		padding: 0 15px !important;
	}
}

@media screen and (max-width: 767px){
    .Sirv.sirv-thumbnails-only-gallery{
		max-height: 640px;
    }	
}
@media screen and (max-width: 480px){
    .Sirv.sirv-thumbnails-only-gallery{
		max-height: 700px;
    }	
	.smv-selectors-box .smv-selectors .smv-ss .smv-scroll .smv-item smv-thumbnail > div {
		width: 130px !important;
		height: 130px !important;
	}
	.smv-selectors-box .smv-selectors .smv-ss .smv-scroll .smv-item smv-thumbnail > div > img {
		width: 100% !important;
		height: auto !important;
	}
}
@media screen and (min-width:415px) and (max-width: 991px){
    .sm-mxw-limit{
        max-width: 678px;
        margin: 0 auto;
    }
}
@media screen and (min-width:625px) and (max-width: 991px){
    .sm-left{
        text-align: left;
    }
    .sm-right{
        text-align: right;
    }
    .sm-space-between{
        justify-content: space-between;
    }
}
@media screen and (min-width:992px) and (max-width:1280px){
    .single-product .gallery-section{
        padding-bottom: 210px;
        position: relative;
    }
   
	.single-product .gallery-section .available-colors > .container:not(.view-3d){
        /*position: absolute;
        transform: translateX(-50%);*/
        bottom: 123px;
		width: 700px;
        left: 50%;
    }
    .single-product .gallery-section .available-colors > .container:last-of-type{
        bottom: 16px;
    }
    .hide-1280{
        display: none;
    }
}
@media screen and (max-width:617px){
    .available-colors .xs-center{
        text-align: center;
    }
    .available-colors .sm-pr-2{
        padding-right: 0;
    }
    .available-colors .sm-flex.sm-space-between{
        flex-direction: column;
    }
}

/*Comment Form*/
.single #comments{
    margin-bottom: 2em;
}
.single #comments #commentform label{
    display:block;
    margin-bottom: 5px;
}
.single #commentform p.comment-form-comment textarea{
    border: 1px solid #ccc;
    font-weight: 300;
    font-size: 16px;
}
.single #comments #commentform textarea#comment,
.single #comments #commentform input{
    padding: 10px;
    border-radius: 0;
}
.single #comments #commentform input{
    width: 100%;
    max-width: 420px;
}

.single #comments .comment-form-author input,
.single #comments .comment-form-email input,
.single #comments .comment-form-url input{
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
    font-weight: 300;
    font-size: 16px;
}

.single #comments #commentform input[type=submit]{
    padding: 1em 2em;
    margin-top: 10px;
    border-radius: 16px;
}

.single:not(.logged-in) #comments #commentform p.comment-form-cookies-consent{
    display: flex;
}
.single:not(.logged-in) #comments #commentform p.comment-form-cookies-consent input{
    margin-top: 6px;
    margin-right: 13px;
    width: auto;
}

@media screen and (min-width:768px){
    .single #comments #commentform::after {
        content:"";
        display:block;
        clear:both;
    }
    .single:not(.logged-in) #comments #commentform p.comment-form-comment,
    .single:not(.logged-in) #comments #commentform p.comment-form-cookies-consent{
        display: block;
        width: 50%;
        margin-right: -5px;
        margin-top: 0;
        margin-bottom: 10px;
        float: left;
    }
    .single:not(.logged-in) #comments #commentform p.comment-form-author,
    .single:not(.logged-in) #comments #commentform p.comment-form-email,
    .single:not(.logged-in) #comments #commentform p.comment-form-url,
    .single:not(.logged-in) #comments #commentform p.form-submit{
        display: block;
        width:50%;
        float: left;
        padding-left: 2.5em;
        margin: 0 auto 10px;
    }
    .single:not(.logged-in) #comments #commentform p.form-submit{
        margin-right: 2.5em;
    }
    .single #comments #commentform input[type=submit]{
        padding: 1em 2em;
        margin-top: 10px;
    }
    .single:not(.logged-in) #comments #commentform textarea#comment,
    .single #comments #commentform input{
        width: 100%;
    }
    .single:not(.logged-in) #comments #commentform p.comment-form-cookies-consent{
        display: flex;
    }
    .single #comments .g-recaptcha{
        float: left;
        clear: left;
        margin-top: -8px!important;
        width: 50%;
    }
}

/* testhome1*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* Global */
/** {*/
/*    outline: 1px solid red;*/
/*}*/

:root {
  --primary-color: #C68F00;
	--grey: #1a1a1a;
	--lime-green: #a3d55f;
	--purple: #8348ad;
	--blue: #006993; /*#0056b8;*/
	--green: #6ccdb3;
	--bg-white: #fff;

/*General Exit*/
/*Text font Colors*/
--primary-text: #00ccff;
--text-gray: #1a1a1a;
--text-white: #fff; 	
}

body {
  font-family: "Heebo", sans-serif; /*"urw-din",sans-serif;*/
}

.site-branding {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 20px;
}

header#masthead:before {
	content: none !important;
}

@media(max-width: 1000px) {
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
      background: #f1f1f1;
      padding: 0px 0px 0px 0px;
      margin-top: 40px;
	}
}

.mega-menu-link {
  padding: 20px;
  border-bottom 2.5px solid transparent;
}
  
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 !important;
}

#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-size: 2.3rem !important;
  height: auto;
  padding: 7px 20px;
  border-bottom: 2.5px solid transparent;
}

/*#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	border-bottom: 2.5px solid var(--primary-color);
}*/

element.style {
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:active{
      color: #3c97af !important; /*#0056b8*/
}

#masthead .band-content.content {
    padding-top: 0% !important;
    display: flex;
    align-items: center;
    min-height: 90px;
    align-content: center
}

/*.band-content {
  padding-top: 40px !important;*/
	/* padding-bottom: 140px !important;*/
/*}

.band-content img {
  width: 15%;
}
*/
.band-content .site-branding a img {
    width: auto;
  height: 80px;
}

@media screen and (min-width: 1024px) {
    .band-content .site-branding a img {
      height: 100px;
    }
}

.band-content h2 {
  font-weight: bold;
  font-size: 3.5rem !important;
}
.single-post .band-content h2 {
  font-size: 2.4rem !important;
}

hr {
	background-color: var(--primary-color);
	height: 4px !important;
	margin-bottom: 1.5em;
	width: 110px;
    margin-top: 3%;
}
.wpbr-review__platform-icon {
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
	position: absolute;
	height: 18px;
	right: 0;
	top: 0;
	width: 18px;
}
.review-section {
	padding: 1px 0% 3px 0%;
        background-position: top;
        background-size: cover;
}
 .review-section  .wpbr-collection__item.js-wpbr-collection-item {
	width: 33% !important;
	padding-top: 3% !important;
        padding-bottom: 3% !important;
        padding-right: 5% !important;
}
.review-section .wpbr-review__reviewer-image {
		background-size: cover;
	-webkit-flex-basis: 80px !important;
	-ms-flex-preferred-size: 80px !important;
	flex-basis: 80px !important;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 80px !important;
	margin-right: 10px;
	overflow: hidden;
	width: 60px;
}
  
.review-section .wpbr-review__reviewer-name {
    font-size: 19px !important;
    color: #000 !important;
	text-transform: uppercase !important;
}
.review-section .wpbr-review__details {
  line-height: 2.1 !important;
   padding: 2% !important;
}

.review-section .wpbr-review__content p {
color: #4d4c4c !important;
font-size: 20px !important;
line-height: 1.5 !important;
padding: 2% !important;

}

@media (max-width: 768px) {
	
	.section-13-content {
	padding: 10px 0 60px 0 !important;
}
	
	.slides-2 .fa-chevron-left{
		z-index:999;
	}
	.executive_table th{
		font-size: 1.8rem !important;
	}
		.middleHotTube h3 {
		font-size: 1.8rem !important;}
	.desktop-book-reference{
	display:none;	
	}
	.tablet-book-reference{
	display:block !important;	
	}
  .review-section .wpbr-collection__item.js-wpbr-collection-item {
	width: 100% !important;
  }
  .review-section {
      padding: 10% 10% 0 10% !important;
  }
}

@media (max-width: 992px) {
  .review-section .wpbr-collection__item.js-wpbr-collection-item {
	width: 50% !important;
  }
}

@media (max-width: 1400px) {
  .wpbr-review__header {
      /*flex-direction: column;*/
      text-align: left;
      align-items: flex-start !important;
      gap: 10px;
	}
  .review-section .wpbr-review__reviewer-image {
    width: 80px !important;
  }
}

.copyrite a {
	color: #fff !important;
}
.footer-content {
	padding: 2% 7%;
}
@media screen and (min-width: 720px){
	.mega-indicator {
	  display: none !important;
	}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  
    color: #fff;
    font-weight: normal;
  
    border-color: #fff;
  
    text-decoration-line: underline;
    text-decoration-color: #d49600;
    text-underline-offset: 9px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	background: #fff !important;
	
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	background: #fff !important;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link
{
	color: #000 !important;
	/*text-transform: uppercase;*/
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px !important;
}
/*
#masthead, header#masthead::before {
	 position: relative !important; 
}
*/
#masthead .band-content.content {
	padding-top: 6%;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin: 0 10px 0 0;
}


#masthead #site-navigation {
	width: unset !important;
	display: inline !important;
	float: right !important;
}

body {
    overflow-x: hidden !important;
}

.py-70 {
  padding: 70px 0;
}

p {
  font-size: 2.2rem;
  font-weight: 300;
}

a {
  text-decoration: none !important;
}

.btn {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 14px;
  text-transform: uppercase;
  font-size: 2rem;
}

.primary-color {
  background-color: var(--primary-color);
}

.divider {
  height: 10px;
  background-color: var(--blue);
}

/* Navbar */
.navbar {
  background-color: white !important;
  padding: 15px 0;
}

.navbar-brand {
  font-size: 2.5rem;
}

.nav-link {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #333 !important;
  border-bottom: 2px solid transparent;
}

.nav-link:hover {
  border-color: orange;
}

.nav-link.active {
  border-color: orange;
}

/* Banner Part */
.banner {
  min-height: 100vh;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.banner-content {
  margin-top: 7rem;
}

.banner .banner-content h1 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.banner .banner-content h1::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media (min-width: 768px) {
  .banner .banner-content h1::after {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.banner .banner-content p {
  margin: 40px 0 20px;
}

.banner  .btn br {
  display: none;
}

.banner .btn {
  padding: 10px 30px;
}

/* Banner Part End */

/* Middle Part */
.middle-part {
  margin-top: -100px;
  position: relative;
}

.circle-shade {
    position: absolute;
    left: -275px;
    top: 60%;
    transform: translateY(-50%);
    width: 450px;
    height: 450px;
    background-color: #f5f5f5;
    z-index: -1;
    border-radius: 50%;
}

.middle-part .middle-content h2 {
  font-size: 4.5rem;
  font-weight: bold;
  position: relative;
  color: var(--blue);
  text-align: left;
}

.middle-part .middle-content h2::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 3px;
  background-color: var(--primary-color);
  left: 0;
  bottom: -20px;
}

.middle-part p {
  font-size: 2.65rem;
  margin-top: 50px;
}

/* Features */
.feature-img {
  position: relative;
}

.feature-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ffffff38 90%, #ffffff);
  top: 0;
  left: 0;
  z-index: 10;
}

.features .feature-item h3 {
  font-size: 3.5rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
  font-weight: bold;
  color: var(--blue);
}

.features .feature-item h3::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -20px;
  left: 0;
}

.features .feature-item p {
  font-size: 2.65rem;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--blue);
  font-weight: 500;
}

.feature {
  position: relative;
  margin-top: -200px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.feature-item {
    max-width: 350px;
    min-height: 500px;
    border-radius: 30px;
    background-color: #ffffffcc;
    -webkit-box-shadow: 0 0 4px 0 #333;
    box-shadow: 0 0 4px 0 #333;
    padding: 38px 30px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
  .feature {
    flex-wrap: wrap;
    gap: 25px;
  }
  
  .feature-item {
    max-width: 48%;
  }
}

@media (max-width: 660px) {
  .feature {
    flex-direction: column;
  }
  .feature-item {
    min-width: 100%;
  }
}

.feature-item .btn {
    padding: 8px 10px;
    display: block;
    margin-top: auto;
    font-size: 1.7rem;
    font-weight: bold !important;
}

/* Services */
.services [class*="col-"] {
  display: flex;
}

.service-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  border: 4px solid #DDD;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.service-bg-img {
    min-height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
    position: relative;
    z-index: -1;
}

.service-middle-img {
    align-self: center;
    width: 95%;
    margin-top: -85px;
}

.modified-middle-img {
  width: 80%;
}

.service-heading {
	font-size: 3.5rem;
	color: white;
	position: absolute;
	font-weight: bold;
	top: 17%;
	left: 8%;
}

.service-heading::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -20px;
  left: 0;
}

.service-text {
  padding: 20px 30px 30px;
}

.service-text p {
  font-weight: 500;
  font-size: 2.2rem;
  color: #333;
  color: var(--blue)
}

.service-text a {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 8px 40px;
    font-weight: bold;
}

.service-heading br {
  display: none;
}

@media (min-width: 768px) {
  .service-heading br {
   display: inline-block;
  }
	
}
/* @media (min-width: 0px) and (max-width: 616px){
.slick-slide.slick-current.slick-active {
	width: 616px !important;
 }
	 .slick-slide.slick-current.slick-active p {
	width: 65%;
	margin: 0 auto;
}
	.slick-slide.slick-current.slick-active .slides-2 .slick-slide .main-btn-3 {
	width: 75% !important;
	margin: auto;
}
}*/
 /* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 991px) {
	.tablet-book-reference{
	  display:block !important;	
	}
	
	.desktop-book-reference{
	  display:none !important;	
    }
	
/* 	.section-5-new .statements-content img {
	  width: 50% !important;
	  display: block !important;
	  margin: 0 auto !important;
   } */
}

@media (min-width: 768px) and (max-width: 1024px){
/*.product-hero-title, .heading-2 {
	font-size: 3rem !important;
}*/
			
.home-banner-content{
  width:76%;
}	
.executive_table th{
	font-size: 2.7rem !important;
}
.middleHotTube h3 {
	font-size: 2.7rem !important;
}
	
#frm_form_13_container .frm_submit {
margin-left: 30% !important;
margin-top: -27px !important;
}  
	
.heading-3 {
  font-size: 2.8rem !important;
}
			/*.p4 {
	padding-bottom: 235px !important;
   }          */                                                         
        }
@media (min-width: 1200px) {
  .service-item {
    flex-direction: row;
    min-height: 515px;
  }
  .service-bg-img {
    min-height: auto;
    min-width: 35%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 37px;
  }
  .service-middle-img {
    width: 100%;
    margin-top: 0px;
  }
  
  .service-middle-img img {
    margin-left: -35%;
    transform: scale(2.5);
  }
  
  .modified-middle-img img {
    margin-left: -42%;
	transform: scale(2.1);
  }
  
 .service-text {
    padding: 20px 40px 30px;
    max-width: 40%;
    align-self: center;
 }
  
  .service-text p {
     font-size: 2.8rem;
  }
  
  .mb-70 {
    margin-bottom: 70px;
  }
  
  .service-heading {
	font-size: 4.5rem;
	top: 8%;
	left: 12%;
  }
}

/* CTA */
.cta-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta img {
 max-width: 100%;
}

.cta-content {
  padding: 30px 0;
  background-color: var(--blue);
  text-align: center;
}

.cta-content h2 {
    font-size: 4rem;
    color: white;
    position: relative;
    font-weight: bold;
    margin-bottom: 25px;
}

.cta-content h2::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cta-content p {
  margin-top: 40px;
  margin-bottom: 30px;
  color: white;
}

.cta-content a {
    padding: 5px 14px;
    font-size: 1.65rem;
}

/* Video */
.video-card {
  border-radius: 24px;
  background-color: #ffffffcc;
  -webkit-box-shadow: 0 0 4px 0 #333;
          box-shadow: 0 0 4px 0 #333;
  padding: 30px;
  display: table-cell;
}

.video-content h3 {
  font-size: 4rem;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  color: var(--blue);
}

.video-content p {
  font-size: 2.4rem;
  color: var(--blue);
  margin-top: 40px;
}

.video-content h3::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 3px;
  background-color: var(--primary-color);
  left: 0;
  bottom: -20px;
}

.video-img {
  margin-bottom: 40px;
}

.video-card {
  margin-top: 0;
  vertical-align:bottom;
}

.video-card h4 {
  font-size: 3rem;
  position: relative;
  margin-bottom: 50px;
  font-weight: bold;
  color: var(--blue);
}

.video-card h4::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  background-color: var(--primary-color);
  left: 0;
  bottom: -20px;
}

.video-card p {
  margin-top: 20px;
  margin-bottom: 30px;
  color: var(--blue);
}

/* Gallery */
.gallery h3 {
  font-size: 3.5rem;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
  color: var(--blue);
  text-transform: uppercase;
}

.gallery h3::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-img img {
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-main .gallery a img {
    height: 190px !important;
    border: 0;
    height: auto;
    object-fit: cover;
    max-width: 100%;
}

/* Footer */
.footer-border {
  width: 100%;
  height: 15px;
  background-color: var(--primary-color);
}

footer hr {
  background: var(--primary-color);
  height: 3px !important;
}

/*footer {
  background-color: var(--blue);
}

footer {
    background-color: #0056b8;
}*/
footer img {
  margin-bottom: 20px;
}

footer .logo img {
  width: 200px;
  min-height: 120px;
}

footer h4 {
  font-size: 3.5rem;
  color: white;
  margin-bottom: 30px;
  position: relative;
}

footer h4::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -10px;
  left: 0;
}

/* footer .copy p {
	font-size: 1.5rem;
	color: white;
	font-weight: 400;
} */
footer .copy p {
    font-size: 1.7rem;
    color: white;
    font-weight: 300;
    
}

.connect-txt {
    font-weight: bold;
    color: white;
    font-size: 2.2rem;
    /*line-height: 1;
    text-transform: uppercase;*/
    letter-spacing: 2px;
}

.socials i {
  font-size: 1.2rem;
  color: white;
  width: 40px;
  height: 40px;
  border: 1.5px solid white;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

/*.social-icon {
    border: 2px solid white;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}*/

/* @media (max-width: 870px) {
  .band-content.content br,
  .banner br {
    display: none !important;
  }
} */


/* 
* D1 Product CSS
*/ 

.hero-slider {
	min-height: auto !important;
}

/*#D1-Nautilus-Banner.band.hero {
	height: 550px ;
}*/


#D1-Nautilus-Banner {
	display: flex !important;
	align-items: center !important;
}

#D1-Nautilus-Banner .band-content {
	padding: 50px 0 !important;
}

#D1-Nautilus-Banner .band.top-hero .container .content {
  margin-left: auto !important;
}

.product-hero-title,
.heading-2 {
  font-size: 4.5rem;
  font-weight: bold;
  text-align: left !important;
  font-family: "Open Sans", sans-serif; /*"urw-din" !important;*/
}

.heading-3 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center !important;
	min-height: 8rem;
}
.category-slider .heading-3{
	min-height: 3rem;
}

.heading-3 + .hr3 {
  margin: 30px auto 30px !important;
  width: 70px !important;
}

.p4 {
  text-shadow: none !important;
  font-weight: 300 !important;
  font-size: 2.2rem;
  font-family: "urw-din" !important;
	display: grid;
	justify-content: start;
}
.p41 {
  text-shadow: none !important;
   font-size: 2.2rem;
  font-family: "urw-din" !important;
	display: grid;
	justify-content: start;
font-weight: 500;
	text-align: left;
}
.attributes-block {
  background: #3c97af !important; /*#0056b8*/
}

.p5 {
  margin-top: 20px !important; 
  font-size: 2.1rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

/* .slides-2 .slick-track {
  display: flex !important;
  gap: 30px !important;
} */

.slides-2 {
  position: relative !important;
}

.slides-2 .slick-track
{
    display: flex !important;
}

.slides-2 .slick-slide
{
    height: inherit !important;
}

.slides-2 .slick-slide {
	display: flex !important;
	flex-direction: column !important;
	padding: 15px !important;
}

.slides-2 .slick-slide img {
  display: block !important;
  margin: 0 auto;
}

.slides-2 .fa-chevron-left {
	position: absolute;
	left: -3%;
	top: 50%;
    transform: translateY(-50%);
	font-size: 5rem;
	color: #3c97af;
}

.slides-2 .fa-chevron-right {
	position: absolute;
	right: -3% !important;
	top: 50%;
    transform: translateY(-50%);
	font-size: 5rem;
	color: #3c97af; /*#0056b8;*/
}

span.attribute-heading {
    color: white;
    font-weight: bold;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    margin-bottom: -3px;
}

.slides-2 .slick-slide .main-btn-3 {
  margin-top: auto !important;
  width: 75% !important;
}

span.attribute-info {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    color: #ffffff;
    font-weight: 400;
}

.benefits-and-features .flexslider img, .brochure-section img, .round-corners {
  border-radius: 0px;
}

.stars {
    color: white;
    font-size: 2rem;
    font-family: 1rem !important;
}

.people-icon {
   padding: 0 !important;
}
.people-icon::after {
  content: none !important;
}

.section-13-content {
  padding: 10px 0 116px 0;
}

#D1-Nautilus-HotTubAbove {
  height: 820px;
}

.main-btn-3,
.main-btn-2,
.btn-white{
    display: inline-block;
    border-radius: 12px !important;
    transition: all .4s ease-in-out;
    padding: 8px 16px;
    color: white !important;
    background-color: #3c97af; /*#0056b8;*/
	font-family: "urw-din",sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    justify-content: center !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
    border: 2px solid #3c97af; /*#0056b8;*/
    margin-inline: auto;
    width: 324px;
    max-width: 100%;
    line-height: 1.2;
}

.btn-white{
	color: #3c97af !important;
    background-color: #fff;
    border: 2px solid #fff;
}
/* .main-btn-2{
    width: auto;
} */

.main-btn-3:hover,
.main-btn-2:hover{
    background-color: #fff !important;
    color: #3c97af !important; /*#0056b8*/
    border: 2px solid #3c97af; /*#0056b8;*/
}

.btn-white:hover{
	color: #fff !important;
    background-color: #3c97af!important;
    border: 2px solid #fff;
}

.middleHotTube {
    width: 85vw;
	max-width: 1900px;
    position: relative;
    background: #ffffffd9;
    /*margin: 0 auto;*/
    left: 50%;
    box-shadow: 0 0 14px 2px #33333359;
    transform: translateX(-50%);
    padding: 30px 80px 70px;
    text-align: center;
    margin-top: -115px;
}

.middleHotTube .item-1 p,
.middleHotTube .item-2 p {
  font-size: 3rem !important;
}

.middleHotTube .item-3 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.middleHotTube .hr3 {
    margin: 24px auto 50px !important;
}

.middleHotTube h3 {
	font-size: 2.7rem;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "urw-din" !important;
	color: inherit !important;
	line-height: 1.4;
}

.review_slider_4 {
  background-color: #3c97af !important; /*#0056b8*/
}

.review_slider_4 .wpbr-review__content p {
    /*text-align: center !important;*/
    color: white !important;
}

.review_slider_4 .wpbr-review__reviewer-image {
	display:block;
  	margin-inline: auto;
}

.review_slider_4 .wpbr-review__details {
  align-self: center;
  /*text-align: center;*/
}

.review_slider_4 .wpbr-review__platform-icon + .wpbr-review__reviewer-name {
  margin-right: 0 !important; 
 /* text-align: center !important;*/
  color: white !important;
}

.review_slider_4  h2 {
  color: white;
}

.review_slider_4 .wpbr-wrap .swiper-pagination-bullet-active {
  background: white !important;
}

.card-2 {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 7px 3px #00000029;
  padding: 40px;
  height: 100% !important;
}

.card-2-items {
  display: flex;
  flex-direction: column;
  gap: 12px 0 !important;
  margin-bottom: 20px;
}

.card-2 .main-btn-2,
.card-2 .main-btn-3 {
  margin-top: auto;
  align-self: center !important;
}

.cards-2 .g-5, .gx-5 {
  --bs-gutter-x: 10rem !important;
}

.section-5-new .statements-content h2 {
  font-size: 4rem !important;
}

@media (max-width: 991px) {
  .section-5-new .statements-content {
    text-align: center !important;
  }
  
  .section-5-new .statements-content h2 {
    font-size: 3rem !important;
    text-align: center !important;
  }
  
  .section-5-new .statements-content .hr3 {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .section-5-new .statements-content img {
    width: 50% !important;
    display: block !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 992px) {
  .cards-2 .g-5, .gx-5 {
    --bs-gutter-x: 5rem !important;
  }
}

@media (max-width: 1070px) {
  .slides-2 .fa-chevron-left {
	left: 0% !important;
	z-index:999;  
	  font-size: 5rem;
  }
  .slides-2 .fa-chevron-right {
	right: 0% !important;
	  font-size: 5rem;
  }
}



@media (max-width: 575px) {
 
  
  .product-hero-text p {
    text-align: left !important;
  }
  
 /* .section-5-new .statements-content img {
    width: 90% !important;
  }*/
  
  #D1-Nautilus-HotTubAbove {
	height: 900px;
  }
  
  .middleHotTube {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  
  .main-btn-3 {
    width: 100% !important;
    /*font-size: 1.5rem !important;*/
  } 
		.middleHotTube .item-1 p,
.middleHotTube .item-2 p {
  font-size: 1.5rem !important;
}
	
}

@media (max-width: 430px) {
  .card-2 .main-btn-2 {
	/*font-size: 2rem !important;*/
  }
	.middleHotTube .item-1 p,
.middleHotTube .item-2 p {
  font-size: 1.5rem !important;
}
}

/* Category Page CSS  

.band-content img {
    width: initial !important;
}
*/
.banner-14 {
  padding: 50px 0 !important;
}

.banner-14-content h1,
.section-15 h2 {
  font-family: 'urw-din' !important;
  font-size: 4rem !important;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left !important;
}

.banner-14-content p,
.section-15 p {
  font-size: 2.4rem !important;
  line-height: 1.2 !important;
}

.section-15 #cat-bay-collection,
.section-15 #cat-home-collection {
    height: 700px !important;
}

.section-15 .main-btn-2 {
  margin-top: 20px !important;
/*  background: #4587CD !important;
  color: white !important; */
}

.main-btn-4 {
    display: inline-block;
    border-radius: 12px !important;
    transition: all .4s ease-in-out;
    padding: 8px 16px;
    color: white !important;
    background-color: #3c97af !important;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    justify-content: center !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
    border: 2px solid #3c97af;
    margin-inline: auto !important;
}


.main-btn-4:hover{
	background-color: white !important;
    color: #3c97af !important; /*#0056b8*/
}

.category-slider .slides-2 .main-btn-4 {
  margin-top: auto !important;
  /*font-size: 1.7rem !important;*/
}

/* test3 CSS */
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/*font style*/

.container, .container-md, .container-sm {
  max-width: 1024px !important;
}

.vbox-container {
  overflow-y: hidden !important;
  display: flex !important;
  align-items: center !important;
}

.vbox-container img {
  width: 70% !important;
}

.py-40 {
  padding: 40px 0;
}

.banner-12 h1 {
	font-size: 4.5rem !important;
	letter-spacing: 1.5px;
	font-weight: 700 !important;
	text-align: left;
    font-family: "Cormorant Garamond", serif !important;
}

.p-2 {
    font-size: 1.1em;
    letter-spacing: 0.8px;
    font-family: "Heebo", sans-serif; /*"urw-din" !important;*/
    word-wrap: initial !important;
}

.h-2,
.band-content .h-2 {
    font-size: 4.5rem !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-align: left !important;
    font-family:"Open Sans", serif !important;
    word-wrap: initial !important;
}

.hr3 {
    margin: 35px 0;
    background-color: #3c97af !important; /*#0056b8*/
    height: 3px;
    height: 3px !important;
    width: 120px;
    opacity: 1;
}

.hr3.bg-white{
	background-color: #fff !important;
}

.main-btn {
    display: inline-block;
    border-radius: 18px !important;
    transition: all .4s ease-in-out;
    padding: 8px 25px;
    width: 285px;
    background-color: #3c97af !important; /*#0056b8*/
    color: var(--text-white) !important;
    font-weight: 300;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
}
/*
.main-btn-2 {
	display: inline-block;
	border-radius: 15px !important;
	transition: all .4s ease-in-out;
	padding: 4px 18px;
	color: #4587CD !important;
	font-weight: 300;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none !important;
	border: 2px solid #4587CD;
	font-weight: 500;
}
*/
section.banner-12 {
    min-height: 840px;
    padding-top: 155px;
}

.btn-group-2 {
  display: flex !important; 
  gap: 20px !important;
}

@media (max-width: 991px) {
 .btn-group-2 {
  display: initial !important; 
 }
	
 .btn-group-2 a:first-child {
	margin-right: 20px;
  }
}

.section-3 {
  height: 635px;
}

.section-4 {
  	min-height: 1250px;
    padding-top: 245px;
}

/* Slider 2 */
.review-sec-statement {
    background-image: linear-gradient(#ffffffd9, #ffffff);
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    margin-top: -210px;
    box-shadow: 0 0 15px -4px #0000006e;
}

.bp-url-pages .review-sec-statement .container{
	padding: 0;
}

.review-sec-statement .wpbr-review__content p {
    text-align: left !important;
}

.review-sec-statement .wpbr-review__reviewer-image {
	display:block;
  	margin-inline: auto;
	
}

/*.review-sec-statement .wpbr-review__details {
  align-self: center;
  text-align: center;
}*/

.review-sec-statement .wpbr-review__reviewer-name {
  margin: 0 !important; 
}

@media (max-width: 575px) {
  .section-3 {
	height: 710px;
  }
  .section-4 {
    padding-top: 395px;
  }
  /*.section-5 .main-btn-2,
  .section-6 .main-btn-2 {
    font-size: 1.5rem !important;
  }*/
	.middleHotTube h3 {
	font-size: 1.8rem !important;
}
}

@media (max-width: 767px){

  .slides-2 .slick-slide p {
    text-align: center !important;
  }
  .product-hero-title,
  .heading-2 {
    font-size: 3rem !important;
  }
  .section-5-new .statements-content h2 {
    font-size: 3rem !important;
  }
  .middleHotTube h3 {
  	font-size: 2rem !important;
  }
  #D1-Nautilus-HotTubAbove {
    height: 950px;
  }
  /*
   #D1-Nautilus-HotTubBelow {
    height: 1000px !important;
  }
*/
	.frm_submit {
	margin-left: 0px !important;
	margin-top: 0px !important;
}
	 .section-15 #cat-bay-collection,
  .section-15 #cat-home-collection {
	height: auto !important;
	padding: 30px 0;
  }
  section.banner-12 {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
    height: auto !important;
    min-height: auto !important;
  }
  section.banner-12 h1, 
  section.banner-12 p {
    text-align: center !important;
  }
  section.banner-12 .hr3 {
    margin: 0 auto;
  }
  section.banner-12 .banner-btn {
    text-align: center !important;
  }
  section.banner-12 .main-btn {
    text-align: center !important;
    width: auto !important;
  }
  .section-4 {
  	min-height: auto;
  }
  .br2 {
    display: none !important;
  }
  .main-btn {
   padding: 10px 20px;
   font-size: 18px;
  }
  .h-2,
  .band-content .h-2{
    font-size: 3rem !important;
    text-align: center !important;
  }
  .band-content .h-2, .h-2 + .hr3 {
    margin-right: auto !important;
    margin-left: auto !important;
  }
	
  .btn-group-2 {
	display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
	
	.btn-group-2 a:first-child {
		margin: 0px !important;
	}

	 .section-5 .main-btn-2,
  .section-6 .main-btn-2 {
    /*font-size: 1.5rem !important;*/
  }
}

@media (max-width: 1180px) {
  .section-4 {
    padding-top: 295px;
  }
}

@media (max-width: 992px) {
  .section-4 {
    padding-top: 425px;
	padding-bottom: 200px;
  }
}

@media (max-width: 420px) {
  .section-4 {
    padding-top: 380px;
  }
   /*.p4 {
	padding-bottom: 235px !important;
   }*/
  .section-3 {
	height: 750px;
  }
	.middleHotTube h3 {
	font-size: 1.8rem !important;
}
}

@media (max-width: 375px) {
   .section-4 {
    padding-top: 475px;
  }
}
.page-id-21519 .columns .column {
		padding-left: 15px; 
	   
	}
@media (max-width: 352px) {
   .section-4 {
    padding-top: 450px;
  }
}

@media (max-width: 326px) {
   .section-4 {
    padding-top: 540px;
  }
}

@media (max-width: 304px) {
   .section-4 {
    padding-top: 660px;
  }
}

#frm_form_28_container .frm_final_submit,
#frm_form_36_container .frm_final_submit:hover,
#frm_form_13_container .frm_final_submit:hover
{
	background-color: #fff !important;
	color: #3c97af !important;
	border: 2px solid #3c97af;
}
#frm_form_28_container .frm_final_submit,
#frm_form_36_container .frm_final_submit ,
#frm_form_13_container .frm_final_submit {
	display: inline-block !important;
	border-radius: 12px !important;
	transition: all .4s ease-in-out !important;
	padding: 8px 16px !important;
	color: white !important;
	background-color: #3c97af !important;
	font-weight: 500 !important;
	text-align: center !important;
	font-size: 18px !important;
	justify-content: center !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	text-decoration: none !important;
	border: 2px solid #3c97af !important; /*#0056b8*/
	margin-inline: auto !important;
	/*width: 324px !important; */
	max-width: 100%;
	line-height: 1.2 !important;
}

#frm_form_13_container .frm_submit {
	margin-left: 30%;
	margin-top: -27px;
}
.tablet-book-reference{
	display:none;	
	}


/* Executive Page CSS */
.executive_table {
	border-collapse:collapse !important;
	border-spacing: 30px !important;
	width: 100% !important;
}

.executive_table.table>:not(:first-child) {
    border-top: 0 !important;
}

.executive_table th {
	font-size: 2.7rem;
	font-family: "urw-din" !important;
	color: inherit !important;
}

.executive_table tr:nth-child(2) {
	border-top: 2px solid gray !important;
	border-bottom: 2px solid gray !important;
}

.executive_table tr td {
	font-size: 2.5rem !important;
	font-family: "urw-din" !important;
	padding: 1rem !important;
	color: inherit !important;
}
#D1-Reflections-HotTubAbove{
	min-height:700px;
}
#D1-Home-HotTubAbove{
	min-height:700px;
}
.section-14-content {
	padding: 43px 0 116px 0;
}
.section-15-content {
	padding: 0px 0 211px 0;
}
.review-sec-statement .wpbr-review__details {
	padding-left: .5rem;
}
.hot-tub-ref-slider .slides-2 .fa-chevron-left{
	left: -3% !important;
	z-index: 999;
}
.hot-tub-ref-slider  .slides-2 .fa-chevron-right{
	right: -3% !important;
	z-index: 999;
}
.hot-tub-ref-slider {
background-color: #f0f0f0;
padding: 1rem; }

.hot-tub-ref-slider .h2{
	text-align: center;
  font-weight: bold;
  font-size: 3.5rem !important;
   padding-top: 1em;
}
.hot-tub-home-slider .slides-2 .fa-chevron-left{
	left: -3% !important;
	z-index: 999;
}
.hot-tub-home-slider  .slides-2 .fa-chevron-right{
	right: -3% !important;
	z-index: 999;
}
.hot-tub-home-slider{
	padding: 1rem;}
.hot-tub-home-slider .h2{
	text-align: center;
  font-weight: bold;
  font-size: 3.5rem !important;
  padding-top: 1em;
}
.guide-section-btn{
	box-shadow: none;
}
.top-hero{
	height: 675px;
  position: relative;
}

.top-hero .band-content {
	padding-left: 9px;
	  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
    }
@media(max-width: 481px){
	.top-hero{
	height: 500px;}
}
@media(min-width: 992px){
	.gallery-section {
	min-height: 580px;
}
}
@media(max-width: 1004px){
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
	display: none; }
	/*#mega-menu-wrap-primary .mega-menu-toggle{display:block !important}*/
}
.banner-14-content {
	width: 50%;
}
#D1-Home-Hero-banner .band.top-hero .container .content p, .band.top-hero .container .content .product-hero-text, .band.top-hero .container .content h2 {
	text-shadow: none !important;
}

#D1-Home-Hero-banner .overlay {
	background: transparent;
}

.d1-smart-no-padding {
	padding-left: 0px !important;
}

.page-id-21527 .band-content.content br, .banner br {
  display: initial !important;
}

 .band-content p video {
	max-width: 100% !important;
	height: auto !important;
}

.page-id-21527 .one-half .columns .one-half:first-child, 
.page-id-21527 .one-half .columns .one-half:last-child {
	padding-left: 0 !important;
}

.page-id-21527 .google-button  {
	display: flex !important;
	gap: 35px;
}

@media (max-width: 680px) {
 .page-id-21527 .google-button  {
	gap: 5px;
 }
	
 .page-id-21527 .google-button img {
	width: 85% !important;
  }
}

.d1-smart-list {
	display: flex;
	flex-direction: column;
	margin-left: -12px;
	margin-bottom: 0px;
	gap: 1rem;
}

.d1-smart-list p {
	margin-bottom: 0px;
}

.d1-smart-video {
	background: #f0f0f0;
	padding: 32px 1em;
}

.d1-smart-video video {
	width: 100%;
	height: auto !important;
	padding: 16px 0;
	object-fit: cover;
}

.d1-contact {
	display: flex !important;
	gap: 20px !important;
}

@media (max-width: 649px) {
   .d1-contact {
	flex-direction: column !important;
  }
	
  .d1-contact-map {
	width: 100% !important;	
   }
}

@media (max-width: 479px) {
 .d1-smart-video {
	padding: 32px 0;
 }
	
 .page-id-21527 .columns .column {
	padding-left: 5px !important;
  }
	
 .page-id-21527 .google-button  {
	gap: 30px;
	margin-bottom: 30px;
 }
	
 .google-button-first img {
	margin-right: 30px !important;
  }
	
 .google-button-second img {
	margin-left: -65px !important;
  }
	
 .page-id-21527 .google-button img {
	width: 65% !important;
 }
	
 .d1-smart-list {
	margin-left: 20px;
	margin-bottom: 30px;
  }
	
  .d1-smart-p {
	margin-top: 15px;
  }
}

.d1-smart-padding-r {
	padding-right: 12px !important;
}

.d1-smart-p {
	padding-left: 18px !important;
	margin-top: 15px;
}

@media (max-width: 330px) {
  .google-button-second img {
	margin-left: -55px !important;
  }
}

@media (max-width: 300px) {
 .page-id-21527 .google-button img {
	width: 70% !important;
 }
	
 .google-button-second img {
	margin-left: -40px !important;
  }
}

.section-15-content {
    padding: 160px 0;
}


/* Spacing Adjustment */
.page-id-21527 .container {
	margin: 0 auto !important;
}

.page-id-21527 .site-content .band-content {
	padding: 2.7em 0 !important;
}


/* Contact Page Adjustment */
.d1-contact-no-padding {
	padding-left: 15px !important;
}

.d1-contact-times {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	flex-wrap: wrap;
}

@media(min-width: 310px) {
	.d1-contact-times br {
		display: none !important;
	}
}

@media (max-width: 310px) {
	.d1-contact-times {
		gap: 0 !important;
	}
}

.scroll-1 #masthead {
	background-color: rgba(248,234,220,100) !important;
}

.d1-contact-heading {
	text-align: left !important;
}

/* Home Page New CSS */
@media (max-width: 550px) {
  .home-p-br br {
	display: none !important;
 }
}

/* Bay Collection */
 .d1-bay-col,
 .d1-home-col,
 .d1-reflect-col{
	display: flex;
	flex-direction: column !important;
	gap: 20px;
 }

  .d1-bay-col-list,
  .d1-home-col-list,
  .d1-reflect-col-list {
	padding-left: 10px !important;
  }

  .d1-bay-col-list ul,
  .d1-home-col-list ul,
  .d1-reflect-col-list ul {
	list-style: disc !important;
  }

 .d1-bay-col-list h3,
 .d1-home-col-list h3,
 .d1-reflect-col-list h3 {
	margin: 0 0 10px !important;
  }

  .d1-bay-col-list p,
  .d1-home-col-list p, 
  .d1-reflect-col-list p {
	 font-size: 2.2rem !important;
	 font-weight: 500;
   }
	
  .d1-bay-col-video,
  .d1-home-col-video,
  .d1-reflect-col-video {
	padding-left: 0px !important;
  }

 .d1-bay-col-list,
 .d1-home-col-list, 
 .d1-reflect-col-list {
	width: 100% !important;
	order: 1 !important;
  }

  .d1-bay-col-video,
  .d1-home-col-video, 
  .d1-reflect-col-video {
	width: 100% !important;
  }

  .d1-bay-col-video video,
  .d1-home-col-video video,
  .d1-reflect-col-video video{
	object-fit: cover;
	width: 100%;
	height: auto;
  }

@media(min-width: 1191px) {
	.home-p {
		width: 75% !important;
	}
}

.h1-reg,
.h2-reg,
.h3-reg {
    font-size: 60% !important;
    font-weight: 400 !important;
    vertical-align: 10px !important;
}

/* Navbar new CSS */
#masthead #site-navigation {
    float: initial !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
	display: flex;
	gap: 20px;
}

#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 1.7rem !important;
    padding: 0px;
}

#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child a.mega-menu-link {
	display: inline-block !important;
    background-color: #3c97af !important; /*#0056b8*/
    color: white !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-radius: 12px !important;
	transition: 0.4s;
	border: 2px solid transparent;
	line-height: 40px;
	text-transform: uppercase;
}

#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child a.mega-menu-link:hover {
    background-color: white !important;
	color: #3c97af !important;
	border-color: #3c97af;
}

#secondary-navigation {
	display: none !important;
}

.mega-menu-open + #mega-menu-primary {
	padding: 20px !important; 
}

@media only screen and (max-width: 1020px) {
 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
	display: flex;
	flex-direction: column;
	gap: 10px;
 }
	
 #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child a.mega-menu-link {
	margin-top: 8px;
 }
}

@media (max-width: 379px) {
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
	margin-top: 30px !important;
 }
}

.home-p-br br {
	display: none !important;
}

@media (min-width: 767px) {
	.home-p-br br {
	 display: block !important;
	}
}
@media(max-width: 991px){
.available-colours.col-50 {
	text-align: center;
	}
}
.dir-sale .main-btn-2 {
	width: 100%;
}
.main-btn-2 {
	width: auto;
}
.color-selector-main-img {
  max-width: 700px !important;
  width: 100%;
  position: relative;
  margin: 0px auto !important;
  opacity: 1;
}
@media(max-width:991px){ 
.available-colours {
	text-align: center;
}
	.tooltip1 .tooltip-text1 {
		visibility: hidden;}
}
.tooltip1 {
  position: relative;
  display: inline-block;
 
}

.tooltip1 .tooltip-text1 {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  box-shadow:  0 5px 5px rgb(0 0 0 / 12%);
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  transform: translateX(50%);
right: 50%;
}

.tooltip1:hover .tooltip-text1 {
  visibility: visible;
}/*
@media(max-width:600px){
#post-22443 #home-hero .container .content {
	padding-bottom: 539px;
	}}*/
@media(max-width:676px){
.available-colors span {
    width: 60px;}}
@media (max-width: 991px){
.new-op-cost {
	width: 88%;
	margin: 0 auto;
	
	}}
@media (max-width: 767px){
	
	.frm_forms .agreebox {
	float: none !important;
	width: 100% !important;
	margin: 0 0% 2% 0 !important;
}
	.mid-colours {
	margin-top: 36px !important;
}
	#product-22189 .operatingcost {
	background-image: url(https://blueprint.sirv.com/D1-Spas/bay-spas/description-mobile.jpg) !important;
		background-position: top !important;
	
}
/*	#product-22189 .operatingcost .section-13-content {
	padding-bottom: 40px !important;
		padding: 10px 0 55px 35px !important;
}*/
	#product-22189 .middleHotTube{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
/*	#product-21339 .HotTubBelow {
	height: 676px !important;
}
	#product-21357 .HotTubBelow {
	height: 676px !important;
}
	#product-22189 .HotTubBelow {
	/* height: 730px; * /
	height: 677px !important;
}
	#product-22214 .HotTubBelow {
	height: 787px !important;
}
	#product-21318 .HotTubBelow {
	height: 735px !important;
}
	#product-21327 .HotTubBelow {
	height: 735px !important;
}
	.HotTubBelow {
	height: 787px !important;
}*/
	#product-22214 .section-13-content {
	padding: 10px 0 118px 0 !important;
}
	.section-13-content {
	padding: 10px 0 118px 0 !important;
}
}
@media screen and (min-device-width: 992px) and (max-device-width: 1023px){
	#product-22189 .HotTubBelow {
	/* height: 730px; */
	height: 497px !important;
}
	#product-22214 .HotTubBelow {
	/* height: 730px; */
	height: 497px !important;
}
	.HotTubBelow {
	/* height: 730px; */
	height: 497px !important;
}
		#product-22214 .new-op-cost {
	width: 88% !important;
	margin: 0 auto;
}
	.new-op-cost {
	width: 88% !important;
	margin: 0 auto;
}
	#product-22189 .new-op-cost {
	width: 88% !important;
	margin: 0 auto;
}
}/*
@media screen and (min-device-width: 601px) and (max-device-width: 767px){
#post-22443 #home-hero .container .content {
	padding-bottom: 323px;
	}}*/
@media screen and (min-device-width: 1024px) and (max-device-width: 1668px){
#post-22443 #home-hero .container .content {
	max-width: 507px;
	color: #fff;
	/*padding-bottom: 239px;*/
	}}

@media screen and (min-device-width: 768px) and (max-device-width: 1023px)
{
/*	#post-22443 #home-hero .container .content {
	padding-bottom: 383px;
	}
	.section-13-content {
	padding: 13px 0 159px 0 !important;
}*/
	#product-22214 .section-13-content {
	padding: 13px 0 205px 0 !important;
}
	.section-13-content {
	padding: 13px 0 205px 0 !important;
}
	#product-22189 .operatingcost {
	background-image: url(https://blueprint.sirv.com/D1-Spas/bay-spas/description-tablet.jpg) !important;
	
}
	#product-22189 .middleHotTube {
		margin-top: -215px !important;
	}
	#product-22189 .section-13-content {
	padding: 10px 0 100px 0;
}
	#product-22214 .middleHotTube {
		margin-top: -215px !important;
	}
	.middleHotTube {
		margin-top: -215px !important;
	}
	/*#product-22214 .section-13-content {
	padding: 10px 0 100px 0;
}*/
}
@media (min-width: 1024px){
#product-22189 .section-13-content {
		padding: 58px 0 121px 0;
	}
	#product-22214 .section-13-content {
		padding: 58px 0 121px 0;
	}
	.section-13-content {
		padding: 58px 0 121px 0;
	}
}/*
@media screen and (min-device-width: 768px) and (max-device-width: 991px){
	#product-22189 .HotTubBelow {
	height:763px !important;
}
	#product-22214 .HotTubBelow {
	height:754px !important;
}
	#product-21327 .HotTubBelow {
	height:693px !important;
}
	#product-21318 .HotTubBelow {
	height:693px !important;
}
	.HotTubBelow {
	height:754px !important;
}
	#product-21339 .HotTubBelow {
	height: 638px !important;
}
	#product-21357 .HotTubBelow {
	height: 638px !important;
}
}
@media screen and (min-device-width: 992px) and (max-device-width: 1023px)
{
	#product-22189 .HotTubBelow {
	/* height: 730px; * /
	height: 497px !important;
}
	#product-22214 .HotTubBelow {
	/* height: 730px; * /
	height: 497px !important;
}
	.HotTubBelow {
	/* height: 730px; * /
	height: 497px !important;
}
	
}
*/
/* .hero-slider-container {
	display: none;
}*/
#product-21348 .hero-slider-container,
#product-21312 .hero-slider-container,
#product-21315 .hero-slider-container,
#product-21318 .hero-slider-container,
#product-21321 .hero-slider-container,
#product-21324 .hero-slider-container,
#product-21327 .hero-slider-container,
#product-21339 .hero-slider-container,
#product-21342 .hero-slider-container,
#product-21345 .hero-slider-container,
#product-21351 .hero-slider-container,
#product-21354 .hero-slider-container,
#product-21357 .hero-slider-container
{
	display: none;
}
 .HotTubBelow {
		height: 124px;
}
.first-row-svg {
	margin: 0 auto;
	justify-content: space-evenly;
}
.features-img-col img {
	width: 150px;
	height: 100px;
}
.h1-reg, .h2-reg, .h3-reg {
		width: 35px !important;
}
.mid-colours{
	margin-top:95px;
}
.text-blue.strong {
	margin-left: 14px;
}
#frm_form_45_container .frm_button_submit.frm_final_submit{
	width: 100%;
}

/* PPC page styles */
.ppc-landing .band,
.ppc-landing .band-content {
    overflow: visible;
}
.ppc-landing .band .container{
	margin-top:0;
	margin-bottom:0;
}
.ppc-landing .band-content {
    padding: 3em 0;
}
.ppc-landing header .band-content {
    padding: 0 0;
}
.ppc-landing #masthead {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    /* background-image: linear-gradient(#13284c, transparent); */
}
.ppc-landing #masthead:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background-image: linear-gradient(#13284c, transparent);
}
.ppc-landing #masthead .container{
	position: relative;
	z-index: 1;
}
.ppc-landing .site-branding {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ppc-landing .card {
    border-radius: 24px;
    background: unset;
    color: inherit;
    padding: 2em;
}
.ppc-landing .d-flex.cards .card {
    max-width: 100%;
    width: 440px;
    border: 2px solid #ccc;
}
.ppc-landing .card:before{
	content:unset;
}
.ppc-landing .pull-up{
	margin-top: -134px;
}

.ppc-landing .round, 
.round-corners {
    border-radius: 1em;
}
.ppc-landing img.round{
	border-radius: 100%;
}
.ppc-landing strong {
    font-weight:600;
    color:#000;
}

.ppc-landing .main-btn-3, .ppc-landing .main-btn-2,
.ppc-landing input[type="submit"] {
  border-radius: 8px !important;
  padding: 10px 2em;
}

.bar:after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background: var(--blue);
    margin-top: 35px;
    margin-bottom: 35px;
}
@media screen and (max-width: 599px){
	h1.bar:after, h2.bar:after{margin: 35px auto;}
}

.text-white .bar:after, .text-white.bar:after {
	background: #fff;
}

.text-center .bar:after, .text-center.bar:after {
	margin: 35px auto;
}

.bg-white-t {
    background: rgba(255,255,255,0.8);
}
#product-22189 .hero-slider-container {
	display: none;
}#form_contact-us-page #frm_field_104_container #field_cjbkr2{
	height: 107px;
	}

#inventory-list-Banner .band-content{
	padding: 5em 0 2em;
}

.ppc-landing .bg-dark.text-white .bar:after {
  background: var(--blue);
}
.ppc-landing .band-content h2{
	margin-top: 0;
}