*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
font-family: 'Titillium Web', sans-serif;
line-height: 18px;
}
html {
scroll-behavior: smooth;
}
html,
body {
overflow-x: hidden;
}
a {
color: #007ac7;
}
a:hover {
color: #ff9d02;
}
ol {
color: #003f95;
padding-bottom: 15px;
padding-left: 30px;
}
p {
font-size: 18px;
line-height: 23px;
color: #003f95;
}
h1 {
font-size: 52px;
font-weight: 900;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 53px;
padding: 5px 40px 0 40px;
}
h2 {
font-size: 36px;
line-height: 40px;
font-weight: 100;
color: #007ac7;
margin-bottom: 20px;
}
h3 {
font-size: 28px;
color: #007ac7;
text-transform: uppercase;
font-weight: 900;
line-height: 35px;
line-height: 1.4;
margin-bottom: 15px;
}
h4 {
color: #fff;
font-size: 24px;
font-weight: 900;
text-transform: uppercase;
line-height: 25px;
}
h5 {
font-size: 18px;
color: #fff;
font-weight: 900;
text-transform: uppercase;
padding-bottom: 15px;
}
img {
height: auto;
max-width: 100%;
}
.hide {
display: none;
}
.container {
width: 98%;
max-width: 1400px;
margin: 0 auto;
}
.pageHeader {
text-align: center;
top: 85px;
position: relative;
padding: 0 15px;
}
.pageHeader h2 {
color: #003f95;
font-size: 45px;
font-weight: 900;
text-transform: uppercase;
}
.pageHeader h1,
.pageHeader .h2 {
color: #003f95;
font-size: 45px;
font-weight: 900;
text-transform: uppercase;
}
iframe {
padding-top: 25px;
}
#breadcrumbs {
color: #003f95;
font-size: 14px;
padding-bottom: 0px;
}
#breadcrumbs a {
text-decoration: none;
color: #003f95;
}
#breadcrumbs a:visited {
color: #003f95;
}
.videobg {
position: relative;
height: 100%;
}
.videobg>video {
position: absolute;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255)), color-stop(38%, rgba(255, 255, 255, 0)));
background: -o-linear-gradient(top, rgba(255, 255, 255) 10%, rgba(255, 255, 255, 0) 38%);
background: linear-gradient(to bottom, rgba(255, 255, 255) 10%, rgba(255, 255, 255, 0) 38%);
}
body .video-content p {
margin: 0;
}
.gradient {
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255)), color-stop(38%, rgba(255, 255, 255, 0)));
background: -o-linear-gradient(top, rgba(255, 255, 255) 10%, rgba(255, 255, 255, 0) 38%);
background: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0) 38%);
width: 100%;
height: calc(100vh - 60px);
min-height: 600px;
object-fit: cover;
position: relative;
}
.bg {
min-height: 850px;
height: auto;
width: 100%;
background-image: linear-gradient(to bottom, rgba(255, 255, 255) 10%, rgba(255, 255, 255, 0) 38%), url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/backgroundPool.png);
background-repeat: no-repeat;
background-color: #0f2035;
background-size: cover;
background-position: center;
}
.days {
font-weight: 900;
text-transform: uppercase;
}
.topHeader {
display: flex;
justify-content: space-between;
align-items: center;
padding: 25px 0 25px 0px;
}
.centerHeader {
display: inline-flex;
}
.centerHeader div {
padding: 0 20px;
align-self: center;
}
.centerHeader div:first-child {
border-right: solid 1px #ccc; padding-top: 0;
padding-bottom: 0;
color: #007AC7;
font-weight: 900;
text-align: right;
}
.centerHeader div:first-child a {
color: #007AC7;
}
.centerHeader div:first-child p {
font-size: 20px;
display: inline-block;
width: 100%;
text-align: right;
padding-right: 10px;
text-transform: uppercase;
color: #007ac7;
}
.centerHeader div p span {
font-weight: 900;
padding-left: 7px;
}
.centerHeader div:first-child img {
bottom: 5px;
position: relative;
}
.clearfix {
clear: both;
}
.centerHeader div:last-child {
color: #003F95;
font-weight: 700;
}
.centerHeader div:last-child p {
font-size: 14px;
}
.socialHeader ul {
list-style: none;
display: flex;
}
.socialHeader ul li {
padding: 5px;
position: relative;
border: 2px solid #007ac7;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin: 0 5px;
}
.socialHeader ul li:hover {
border: 2px solid #ffc250;
}
.socialHeader ul li img {
display: block;
margin: 0 auto;
}
.logo .logo-experience {
text-align: center;
margin: 5px 0 0 0;
padding: 0;
font-weight: bold;
font-size: 22px;
color: #007ac7;
font-family: 'Titillium Web', sans-serif;
line-height: 1;
}
#mainNav {
padding-bottom: 30px;
}
#mainNav ul {
display: flex;
justify-content: space-around;
background-image: linear-gradient(#007ac7, #003f95);
background-color: #003f95;
border-radius: 5px 5px 5px 5px;
}
#mainNav li {
list-style: none;
position: relative;
flex: 1 0 auto;
}
#mainNav ul li a {
color: #fff;
text-decoration: none;
font-size: 17px;
font-size: 16px;
font-weight: 900;
padding: 14px;
border-right: #007ac7 1px solid;
border-left: #003f95 1px solid;
text-transform: uppercase;
transition: 0.15s;
display: block;
}
#mainNav ul li:first-child a {
border-left: none;
}
#mainNav ul li:last-child a {
border-right: none;
}
#mainNav ul li a:hover {
background-image: linear-gradient(#fff2b7, #ff9d02);
color: #003f95;
}
#mainNav .sub-menu {
text-align: center;
}
#menu-menu-1 {
text-align: center;
}
#mainNav ul li ul {
margin: 20px 0 0 0;
opacity: 0;
padding: 0;
list-style: none;
visibility: hidden;
position: absolute;
top: 46px;
width: 200px;
z-index: 3;
left: 0;
background: #fff;
}
#mainNav ul li ul li {
border-color: #ff9d02;
border-style: solid;
border-width: 0px 1.5px 1.5px 1.5px;
}
#mainNav ul li ul li a {
text-align: left;
border: none;
color: #003f95;
font-weight: bold;
}
#mainNav ul li:hover>ul {
opacity: 1;
visibility: visible;
margin: 0;
}
#mainNav ul li a:hover {
background-color: #3A826E;
}
#mainNav ul li:hover ul {
display: block;
}
.col-menu {
display: none;
}
.burger {
cursor: pointer;
background-image: linear-gradient(#007ac7, #003f95);
border-radius: 5px;
padding: 3px;
display: none;
}
.burger div {
width: 30px;
background-color: #fff;
height: 5px;
margin: 5px;
position: relative;
z-index: 19;
transition: all 0.3s ease;
}
.col-menu li {
padding: 10px 0px 20px 0px;
text-align: center;
}
.col-menu li a {
text-decoration: none;
color: #fff;
font-weight: 900;
text-transform: uppercase;
font-size: 20px;
}
.line {
width: 35px;
height: 5px;
background-color: #fff;
margin: 6px 0;
z-index: 2;
}
.wave1 {
width: 100%;
z-index: 12;
left: 0;
height: 30px;
position: relative;
bottom: 23px;
}
.wave2 {
width: 100%;
z-index: 12;
left: 0;
position: relative;
bottom: 55px;
min-height: 560px;
}
.wave3 {
width: 100%;
z-index: 15;
left: 0;
height: 30px;
position: relative;
bottom: 125px;
}
.wave4 {
width: 100%;
z-index: 15;
left: 0;
position: relative;
bottom: 128px;
min-height: 750px;
}
.wave5 {
width: 100%;
z-index: 15;
left: 0;
height: 0px;
position: relative;
bottom: 125px;
}
.wave6 {
width: 100%;
z-index: 15;
left: 0;
height: 28%;
position: relative;
bottom: 0px;
min-height: 230px;
}
.wave8 {
width: 100%;
z-index: 15;
left: 0;
position: relative;
bottom: 155px;
min-height: 97px;
top: 93px;
}
.wave1 {
-webkit-animation: wave-animation1 28.7s infinite linear; -moz-animation: wave-animation1 28.7s infinite linear; -o-animation: wave-animation1 28.7s infinite linear; animation: wave-animation1 28.7s infinite linear; }
.wave2 {
-webkit-animation: wave-animation1 15.3s infinite linear; -moz-animation: wave-animation1 15.3s infinite linear; -o-animation: wave-animation1 15.3s infinite linear; animation: wave-animation1 15.3s infinite linear; }
.wave3 {
-webkit-animation: wave-animation1 28.7s infinite linear; -moz-animation: wave-animation1 28.7s infinite linear; -o-animation: wave-animation1 28.7s infinite linear; animation: wave-animation1 28.7s infinite linear; }
.wave4 {
-webkit-animation: wave-animation1 15.3s infinite linear; -moz-animation: wave-animation1 15.3s infinite linear; -o-animation: wave-animation1 15.3s infinite linear; animation: wave-animation1 15.3s infinite linear; }
.wave5 {
-webkit-animation: wave-animation1 28.7s infinite linear; -moz-animation: wave-animation1 28.7s infinite linear; -o-animation: wave-animation1 28.7s infinite linear; animation: wave-animation1 28.7s infinite linear; }
.wave6 {
-webkit-animation: wave-animation1 15.3s infinite linear; -moz-animation: wave-animation1 15.3s infinite linear; -o-animation: wave-animation1 15.3s infinite linear; animation: wave-animation1 15.3s infinite linear; }
.wave7 {
-webkit-animation: wave-animation1 15.3s infinite linear; -moz-animation: wave-animation1 15.3s infinite linear; -o-animation: wave-animation1 15.3s infinite linear; animation: wave-animation1 15.3s infinite linear; }
.wave8 {
-webkit-animation: wave-animation1 45.3s infinite linear; -moz-animation: wave-animation1 45.3s infinite linear; -o-animation: wave-animation1 45.3s infinite linear; animation: wave-animation1 45.3s infinite linear; }
@-webkit-keyframes wave-animation1 {
0% {
background-position: 0 0;
}
100% {
background-position: 1601px 0;
}
}
@-moz-keyframes wave-animation1 {
0% {
background-position: 0 0;
}
100% {
background-position: 1601px 0;
}
}
@-o-keyframes wave-animation1 {
0% {
background-position: 0 0;
}
100% {
background-position: 1601px 0;
}
}
@keyframes wave-animation1 {
0% {
background-position: 0 0;
}
100% {
background-position: 1601px 0;
}
}
.wave1 {
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/wave1.png) 0 0 repeat-x;
}
.wave2 {
background-color: #003f95;
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/wave2.png) 0 0 repeat-x;
}
.wave3 {
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/wave1.png) 0 0 repeat-x;
}
.wave4 {
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/wave4.png) 0 0 repeat-x;
}
.wave5 {
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/wave1.png) 0 0 repeat-x;
}
.wave6 {
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/wave2.png) 0 0 repeat-x;
}
.wave7 {
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/wave3.png) 0 0 repeat-x;
width: 100%;
min-height: 600px;
margin-top: 250px;
padding-bottom: 100px;
position: relative;
}
.wave8 {
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/wave4.png) 0 0 repeat-x;
}
.callHeader {
margin-top: 0 !important;
height: 110%;
min-height: 700px;
padding-bottom: 0;
}
.pools {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding-bottom: 75px;
}
.pools div {
text-align: center;
flex: 1 1;
}
.pools img {
margin: 100px 0px 0 0;
transition: transform 0.25s;
object-fit: cover;
object-position: 50% 34%;
height: 165px;
width: 300px;
position: relative;
z-index: -1;
background-color: #007ac7;
border-radius: 5px;
}
.pools img:hover {
transform: scale(1.1);
}
.pools p {
padding: 20px 40px 30px 40px;
color: #fff;
line-height: 23px;
background-color: #003f95;
}
.pools h4 {
position: relative;
z-index: 1;
left: 50%;
top: 285px;
width: 100%;
transform: translate(-50%, -140%);
}
.poolImage {
display: inline-block;
background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #007ac7), color-stop(38%, rgba(255, 255, 255, 0)));
background: -o-linear-gradient(bottom, #007ac7 10%, rgba(255, 255, 255, 0) 38%);
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 38%);
border-radius: 5px;
transition: transform 0.25s;
}
.poolImage:hover {
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 50%);
background: -o-linear-gradient(bottom, #007ac7 10%, rgba(255, 255, 255, 0) 50%);
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 50%);
}
.button a {
color: #003f95;
background-image: linear-gradient(#fff2b7, #ff9d02);
text-decoration: none;
text-transform: uppercase;
font-size: 17px;
font-weight: 900;
padding: 5px 25px 5px 25px;
border-radius: 3px;
transition: ease 0.5s;
}
.button a:hover {
color: #003f95;
background-image: linear-gradient(#fff, #ccc);
}
.poolSchoolContent {
display: flex;
justify-content: space-between;
}
.poolSchoolContent p {
line-height: 23px;
padding: 20px 45px 0 0;
color: #003f95;
}
.poolSchoolContent span {
position: relative;
}
.poolSchoolContent span p {
width: 100%;
text-align: left;
color: #fff;
font-size: 21px;
font-weight: bold;
padding: 35px 12px;
}
.poolSchoolContent div:first-child {
width: 40%
}
.poolSchoolContent div:nth-child(2) {
position: relative;
bottom: 94px;
z-index: 14;
text-align: center;
width: 20%;
}
.poolSchoolContent ul {
list-style-image: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/checkmark.png);
font-weight: bold;
color: #003f95;
font-size: 16px;
margin-left: 25px;
}
.poolSchoolContent li {
line-height: 32px;
}
.firstSectionContent a img {
transition: transform 0.25s;
}
.firstSectionContent a img:hover {
transform: scale(1.1);
}
.calendar {
padding: 28px 0 23px 0;
}
.tips {
text-align: right;
width: 40%
}
.tips img {
margin: 28px 0 0px 0;
width: 100%;
background-color: #003f95;
}
.tips span {
transition: transform 10s;
}
.tips span img p:hover {
left: 2px;
}
.tips span:hover {
transition: transform 10s;
left: 15px;
}
.tips a {
color: #003f95;
font-weight: bold;
border-radius: 6px;
}
.tips a:hover {
color: #ff9d02;
}
.tips div {
padding-top: 15px;
}
.tipsImg {
display: inline-block;
width: 100%;
max-width: 400px;
margin: 25px 0 0;
text-decoration: none;
text-align: left;
background-color: #003f95;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.customerComments {
display: flex;
justify-content: space-between;
padding-top: 90px;
}
.customerComments h1 {
background-color: #007ac7;
}
.speech-topLeft,
.speech-topRight,
.speech-bottomLeft,
.speech-bottomRight {
position: relative;
width: 85% !important;
padding: 20px 35px 20px 25px;
height: auto;
line-height: 26px;
background-color: #fff;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
color: #003f95;
font-size: 20px;
}
.speech-topLeft span,
.speech-topRight span,
.speech-bottomLeft span,
.speech-bottomRight span {
color: #003f95;
font-weight: bold;
font-size: 16px;
}
.speech-bottomRight,
.speech-topRight {
float: right;
}
.speech-topLeft,
.speech-topRight {
margin-bottom: 110px;
}
.speech-topLeft:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
right: 0px;
top: 95%;
border: 15px solid;
border-color: #fff transparent transparent #fff;
transform: rotate(90deg);
}
.speech-topRight:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 0px;
top: 95%;
border: 15px solid;
border-color: #fff transparent transparent #fff;
}
.speech-bottomLeft:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
right: 0px;
bottom: 97%;
border: 15px solid;
border-color: #fff transparent transparent #fff;
transform: rotate(180deg);
}
.speech-bottomRight:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 0px;
bottom: 97%;
border: 15px solid;
border-color: #fff transparent transparent #fff;
transform: rotate(270deg);
}
.customerComments div {
width: 33.33%;
}
.badge {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
width: 50%;
}
.brands {
bottom: 75px;
position: relative;
display: flex;
justify-content: space-between;
}
.brands div {
width: 100%;
}
.brands div:first-child {
margin: 0 225px 0px 0px;
}
.brands h3 {
color: #003f95;
padding-bottom: 40px;
}
.brands a {
color: #007ac7
}
.brands a:hover {
color: #ff9d02;
}
.brands p {
padding-bottom: 30px;
line-height: 25px;
color: #003f95;
}
.brands span {
font-weight: bold;
color: #007ac7;
}
.brandImages {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
.brandImages img {
float: right;
padding: 0px 0px 30px 15px;
}
footer {
position: relative;
bottom: 0;
left: 0;
width: 100%;
}
footer.site_footer::before {
content: "";
width: 100%;
height: calc(100% - 100px);
position: absolute;
bottom: 0;
background-color: #003f95;
}
.footer {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding-top: 45px;
padding-bottom: 35px;
}
.footer_links ul {
column-count: 2;
list-style: none;
color: #fff !important;
font-weight: bold;
}
.footer_links ul li {
padding: 14px 10px 0px 36px !important;
}
.footer_links ul li a {
color: #fff;
text-decoration: none;
}
.footer_links ul li a:hover {
color: #ffc250;
text-decoration: underline;
}
.footer_links ul li {
position: relative;
}
.footer_links ul li::before {
content: "";
display: inline-block;
width: 5px;
margin-left: -16px;
height: 5px;
background-color: #007ac7;
top: 21px;
position: absolute;
}
.footer p {
font-size: 15px;
color: #fff;
}
.footer div {
background-color: #003f95;
}
.location-box.three {
padding-top: 23px;
}
.footerSocial {
width: 300px;
}
.footer h5 {
color: #ffc250;
}
.footerSocial {
text-align: right;
}
.footerSocial div {
padding: 0px 0 10px 0;
list-style: none;
}
.footerSocial ul {
list-style: none;
display: flex;
justify-content: flex-end;
}
.footerSocial ul li {
padding: 5px;
position: relative;
border: 2px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin: 0 5px;
}
.footerSocial ul li:hover {
border: 2px solid #ffc250;
}
.footerSocial ul li img {
display: block;
margin: 0 auto;
}
.location-box a {
color: #fff;
transition: all 0.4s;
}
.location-box a:hover {
color: #ffc250;
}
.wave5.wave6 {
position: relative;
margin-top: 0px;
height: 180px;
clear: both;
}
.footer_bbb-logo {
margin: 15px 0 15px 0;
} .page {
display: flex;
position: relative;
top: 100px;
}
.pageCall {
display: flex;
justify-content: center;
position: relative;
top: 100px;
}
.page_content {
width: 100%;
}
.middle_content p {
margin-bottom: 20px;
}
.contactLink {
color: #007ac7;
}
.contactLink:hover {
color: #ffc250;
}
.bottom_content p {
margin-bottom: 20px;
}
.page_content p {
margin: 15px 0;
}
.page_content p img {
padding: 20px;
}
.page_content p span img {
padding: 20px 30px 20px 0px
}
.page_content h3 {
font-weight: 100;
}
.page_content2 {
text-align: center;
}
.page_content2 h3 {
padding-bottom: 0px;
padding-top: 30px;
font-weight: 100;
}
.page_content h5 {
color: #003f95 !important;
padding: 20px 0 5px 0;
font-size: 24px;
line-height: 28px;
}
.page_content ul {
margin: 20px 0px 30px 25px;
}
ol li {
padding: 6px 0px;
color: #003f95;
font-size: 18px;
line-height: 23px;
}
ol li a {
color: #007ac7;
text-decoration: underline;
}
ol li a:hover {
color: #ff9d02;
}
.page_content ul li {
list-style: none;
padding: 6px 0px;
list-style-image: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/pooli.png); color: #003f95;
font-size: 18px;
line-height: 23px;
}
.page_content ul li a {
color: #007ac7;
font-weight: bold;
text-decoration: underline;
}
.page_content ul li a:hover {
color: #ff9d02;
}
.page_content .alignright {
float: right;
padding: 0 20px;
}
.page_header {
text-align: center;
}
.page_header h2,
.page_header .h2 {
color: #003f95;
font-size: 36px;
font-weight: 900;
text-transform: uppercase;
padding-bottom: 50px;
margin-bottom: 0;
}
.page_header .h2 {
padding-left: 0;
padding-right: 0;
}
.pageButton {
color: #003f95;
background-image: linear-gradient(#fff2b7, #ff9d02);
text-decoration: none;
text-transform: uppercase;
font-size: 17px;
font-weight: 900;
padding: 5px 35px 5px 35px;
border-radius: 3px;
transition: ease 0.5s
}
.pageButton:hover {
background: linear-gradient(#fff, #ccc);
}
.middle_content {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.middle_content>div {
width: 47%
}
.middle_content span img {
position: relative;
float: left;
width: 275px;
height: 165px;
border-radius: 5px;
object-fit: cover;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
.middle_content div div {
position: relative;
text-align: center;
color: #000;
margin: 0 10px 10px 0px;
z-index: 3;
}
.middle_content div div h4 {
position: absolute;
z-index: 1;
top: 83%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.middle_content span {
display: inline-block;
background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #007ac7), color-stop(38%, rgba(255, 255, 255, 0)));
background: -o-linear-gradient(bottom, #007ac7 10%, rgba(255, 255, 255, 0) 38%);
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 38%);
border-radius: 5px;
transition: transform 0.25s;
}
.middle_content span:hover {
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(bottom, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
}
.middleImages {
display: flex;
flex-wrap: wrap;
}
.bottom_content {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.bottom_content.bfullcontent {
display: table;
}
.center-fwith .centerfw-wrap {
width: 100%;
margin: 0 !important;
}
.bottom_content>div {
width: 47%
}
.bottom_content span img {
position: relative;
float: left;
width: 275px;
height: 165px;
border-radius: 5px;
object-fit: cover;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
.bottom_content div div {
position: relative;
text-align: center;
color: #000;
margin: 0 10px 10px 0px;
z-index: 3;
}
.bottom_content div div h4 {
position: absolute;
z-index: 1;
top: 83%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
}
.bottom_content span {
display: inline-block;
background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #007ac7), color-stop(38%, rgba(255, 255, 255, 0)));
background: -o-linear-gradient(bottom, #007ac7 10%, rgba(255, 255, 255, 0) 38%);
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 38%);
border-radius: 5px;
transition: transform 0.25s;
}
.bottom_content span:hover {
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(bottom, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
}
.bottomImages {
display: flex;
flex-wrap: wrap;
}
.magnify {
position: absolute;
z-index: 1;
bottom: 55%;
left: 85%; transform: translate(-50%, -50%);
pointer-events: none;
display: none;
}
.magnifyBig {
position: absolute;
z-index: 1;
bottom: 60%;
left: 50%; transform: translate(-50%, -50%);
width: 70px;
display: none;
pointer-events: none;
opacity: 0.9;
}
.bottom_content a:hover .magnifyBig,
.middle_content a:hover .magnifyBig {
display: block;
transition: all 1s;
}
.page_button {
color: #fff;
text-decoration: none;
font-size: 17px;
font-weight: 900;
text-transform: uppercase;
background-image: linear-gradient(#007ac7, #003f95);
padding: 12px 35px;
;
border-radius: 5px 5px 5px 5px;
}
.page_button:hover {
color: #007ac7;
border: solid 2px #007ac7;
background-image: none;
}
.bottomborder {
border-bottom: solid 1px #ccc;
}
.gallery a {
text-decoration: none;
position: relative;
}
.gallery span {
margin: 0 10px 10px 0px;
}
#sidebar_container {
display: flex;
padding-top: 125px;
width: 100%;
justify-content: space-between;
padding-bottom: 75px;
border-bottom: 1px solid #007ac7;
}
#sidebar_container>div { }
#sidebar_container #contactText {
width: 40% !important;
}
#sidebar_container #sidebarContactForm {
width: 52% !important;
}
#contactText {
top: 90px;
position: relative;
}
#contactText h3 {
padding-bottom: 50px;
}
.contact {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#sidebarContactForm {
text-align: center;
margin-bottom: 45px;
width: 62%;
border-radius: 5px;
}
#sidebarContactForm p {
font-size: 15px;
font-weight: bold;
color: #003A6C;
line-height: 17px;
}
#sidebarContactForm .form-row {
display: flex;
}
#sidebarContactForm .form-row div {
margin: 10px;
width: 50%;
}
#sidebarContactForm .form-row.full-row div {
width: 100% !important;
}
#sidebarContactForm .full-width {
display: block;
width: 100%;
}
#sidebarContactForm .full-width div {
width: 100%;
margin: 0;
padding: 10px;
}
#sidebarContactForm input[type="text"],
#sidebarContactForm input[type="tel"],
#sidebarContactForm input[type="email"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: #fff;
border-radius: 5px;
box-shadow: none !important;
width: 100%;
padding: 15px;
color: #777;
font: 16px 'Titillium Web', sans-serif;
}
#sidebarContactForm select {
border: none;
background: #fff;
border-radius: 5px;
box-shadow: none !important;
width: 100%;
padding: 15px;
color: #777;
font: 16px 'Titillium Web', sans-serif;
}
#sidebarContactForm textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: #fff;
border-radius: 5px;
box-shadow: none !important;
width: 100%;
padding: 15px;
color: #777;
font: 16px 'Titillium Web', sans-serif;
}
#sidebarContactForm input[type="submit"] {
display: block;
width: 100%;
padding: 10px 0;
color: #fff;
font: bold 20px 'Titillium Web', sans-serif;
text-transform: uppercase;
white-space: normal;
border: none;
border-radius: 0;
box-shadow: none;
background: linear-gradient(#fff2b7, #ff9d02);
color: #003f95;
border-radius: 5px;
font-weight: 900;
cursor: pointer;
word-wrap: normal;
-webkit-appearance: none;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}
#sidebarContactForm input[type="submit"]:hover {
background: linear-gradient(#fff, #ccc);
}
#sidebar_container .sidebar_bottom {
float: right;
width: 325px;
}
#sidebar_container h3 {
color: #ffc250;
font-weight: 100;
}
#sidebar_container p:first-of-type {
color: #fff;
}
.sidebar_bottom ul {
margin-top: 30px;
padding: 20px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
.sidebar_bottom ul li {
list-style: none;
padding: 6px 20px;
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/bullet.png) no-repeat 0 center;
}
.sidebar_bottom ul li a {
color: #003f95;
font-size: 18px;
font-weight: bold;
}
.sidebar_bottom ul li a:hover {
color: #007ac7;
}
.wpcf7 label {
display: none !important;
}
.clear {
clear: both;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: none;
color: #fff;
}
span.wpcf7-not-valid-tip {
color: #fff;
padding-top: 6px;
}
.customTitle {
color: #fff;
font-size: 26px;
font-weight: 100;
text-transform: none;
padding: 11px;
}
.postContent {
display: flex;
justify-content: space-between;
width: 100%;
padding: 100px 0;
}
.postContent h2 {
color: #ffc250;
}
.postContent p {
margin-bottom: 20px;
}
.postContent button {
margin: 20px 0;
}
.postContent button a {
color: #003f95;
background-image: linear-gradient(#fff2b7, #ff9d02);
text-decoration: none;
text-transform: uppercase;
font-size: 17px;
font-weight: 900;
padding: 5px 35px 5px 35px;
border-radius: 3px;
}
.postContent>div:first-of-type {
width: 55%;
}
.postContent img {
width: 100%;
height: auto;
padding: 24px 0;
}
.pagePostContainer {
width: 100%;
padding: 0px 50px 50px 95px;
}
.postContainer {
width: 55%;
display: inline-block;
vertical-align: top;
}
.postContainer div img {
padding: 20px;
}
.post {
border-bottom: 1px solid grey;
margin-bottom: 10px;
}
.post a {
color: #003f95
}
.post a:hover {
color: #017ac7;
}
.post ul {
color: #003f95;
margin: 0px 0px 20px 45px;
}
.postDate {
color: dimgray;
font-weight: 900;
font-size: smaller;
}
.postedBy {
font-size: 11px;
}
.postBy a {
color: #007ac7 !important;
}
.postContainer a {
color: #cc3333;
}
.postContainer a:hover {
color: black;
}
.postContainer div {
padding-top: 20px;
}
.postContainer p {
line-height: 25px;
}
.postContainer button {
margin: 20px 0 40px 0;
}
.postContainer button a {
color: #fff;
}
.postContainer button:hover a {
color: #cc3333;
}
.postSidebar {
width: 25%;
margin: 0;
display: inline-block;
vertical-align: top;
text-align: center;
background: linear-gradient(#007ac7, #003f95);
padding: 17px;
text-align: left;
}
.postSidebar h2 {
color: #ffc250;
}
.drop {
margin: 0 0 24px 0;
}
.categoryBox ul {
text-align: left;
}
.categoryBox ul li {
padding: 15px 5px 15px 20px;
list-style: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.20);
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/bullet4.png) no-repeat -90px center;
color: #fff;
}
.categoryBox ul li a {
color: #fff;
font-size: 24px;
}
.categoryBox div img {
max-width: 620px;
}
select {
width: 100%;
border: 1px black solid;
padding: 10px;
}
.alignnone {
padding: 20px;
}
.alignright {
float: right;
padding: 20px;
}
.alignleft {
float: left;
}
.aligncenter {
position: relative;
margin: 0 auto;
display: block;
}
#mobile {
display: flex;
position: fixed;
right: 0;
bottom: 0;
width: 100%;
z-index: 9999;
text-align: center;
font-size: 18px;
display: none;
}
#mobile div:first-of-type {
background-image: linear-gradient(#007ac7, #003f95);
width: 50%;
display: inline-block;
padding: 16px 4px;
}
#mobile div:first-of-type a {
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: 900;
}
#mobile div:first-of-type a span {
padding: 4px 4px 4px 24px;
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/phone.png) no-repeat center left;
background-size: 17px 13px;
}
#mobile div:last-of-type {
background-image: linear-gradient(#fff2b7, #ff9d02);
width: 50%;
display: inline-block;
padding: 16px 4px;
}
#mobile div:last-of-type a {
text-transform: uppercase;
text-decoration: none;
color: #003f95;
font-weight: 900;
}
#mobile div:last-of-type a span {
padding: 4px 4px 4px 24px;
background: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/mail.png) no-repeat center left;
background-size: 17px 17px;
} .full_width-gallery {
margin: 50px 0 0 0;
}
.full_width-gallery .gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -10px;
}
.full_width-gallery .gallery span {
display: inline-block;
background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #007ac7), color-stop(38%, rgba(255, 255, 255, 0)));
background: -o-linear-gradient(bottom, #007ac7 10%, rgba(255, 255, 255, 0) 38%);
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 38%);
border-radius: 5px;
transition: transform 0.25s;
margin: 0;
width: 100%;
}
.full_width-gallery .gallery span::before {
content: "";
background-image: url(https://www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/hover-search-icon.png);
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
pointer-events: none;
opacity: 0;
visibility: hidden;
transition: all 0.4s;
background-size: 100%;
}
.full_width-gallery .gallery a:hover span::before {
opacity: 0.9;
visibility: visible;
}
.full_width-gallery .gallery a {
text-decoration: none;
position: relative;
z-index: 0;
width: 25%;
display: inline;
padding: 10px;
}
.full_width-gallery .gallery span img {
position: relative;
float: left;
width: 100%;
height: 255px;
border-radius: 5px;
object-fit: cover;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
.full_width-gallery .gallery a:hover .magnifyBig {
display: block;
transition: all 1s;
}
.full_width-gallery .gallery span:hover {
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(bottom, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
} .wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
padding-bottom: 0;
}
.wpcf7 .checkbox-row label {
display: table !important;
color: #FFF;
margin: 0 0 10px 0;
text-align: left;
}
.wpcf7 .checkbox-row .wpcf7-form-control-wrap {
display: table;
width: 100%;
text-align: left;
}
.wpcf7 .checkbox-row .wpcf7-list-item input {
display: none;
}
.wpcf7 .checkbox-row .wpcf7-list-item .wpcf7-list-item-label {
position: relative;
padding: 0 0 0 23px;
display: inline-block;
font-size: 15px;
cursor: pointer;
}
.wpcf7 .checkbox-row .wpcf7-list-item .wpcf7-list-item-label::before {
content: "";
position: absolute;
top: 1px;
left: 0;
width: 16px;
height: 16px;
border: 1px solid #000;
background-color: #fff;
color: #000;
font-weight: bold;
line-height: 15px;
font-size: 13px;
text-align: center;
} .wpcf7 .checkbox-row .wpcf7-list-item [type="checkbox"]:checked+.wpcf7-list-item-label::before {
content: "";
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M173.9 439.4l-166.4-166.4c-10-10-10-26.2 0-36.2l36.2-36.2c10-10 26.2-10 36.2 0L192 312.7 432.1 72.6c10-10 26.2-10 36.2 0l36.2 36.2c10 10 10 26.2 0 36.2l-294.4 294.4c-10 10-26.2 10-36.2 0z"/></svg>');
background-size: 11px;
background-position: center;
background-repeat: no-repeat;
}
.wpcf7 .checkbox-row.two .wpcf7-form-control-wrap .wpcf7-list-item {
width: 45%;
}
.wpcf7 .checkbox-row.three .wpcf7-form-control-wrap .wpcf7-list-item {
width: 30%;
}
.extra-space.height-80px {
height: 80px;
} #sidebarContactForm.careers-form .wpcf7 {
margin: 0 !important;
}
#sidebarContactForm.careers-form {
width: 100%;
margin: 0;
}
#sidebarContactForm.careers-form input[type="text"],
#sidebarContactForm.careers-form input[type="tel"],
#sidebarContactForm.careers-form input[type="email"] {
border: 1px solid #d5d5d5;
}
#sidebarContactForm.careers-form .form-row span {
background: none;
width: 100%;
}
#sidebarContactForm.careers-form .form-row {
margin: 0;
}
.careers-form .form-row .UploadYourFile {
text-align: left;
}
.careers-form .form-row .UploadYourFile label {
display: block !important;
margin: 0 0 12px 0;
}
.page_header.rows-header h2 {
margin: 0;
}
.middle_content-rows .repeater-wrap {
border-bottom: 1px solid #f1f1f1;
margin-bottom: 50px;
}
.middle_content-rows .repeater-wrap:last-child {
border-bottom: 0;
margin-bottom: 0;
} .two-li-list {
display: flex;
flex-wrap: wrap;
}
.two-li-list li {
width: calc(50% - 25px);
margin-right: 25px !important;
}
header .topHeader.container,
#mainNav .container {
max-width: 1500px;
} .promotional-pools-section {
padding: 50px 0;
position: relative;
border-top: 1px solid #007ac71a;
}
.promotional-pools-section .container {
margin: 0;
width: 100% !important;
}
.promotional-pools-section .section-title {
text-align: center;
margin-bottom: 40px;
color: #003f95;
font-weight: 700;
text-transform: uppercase;
}
.promotional-pools-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.promo-image {
padding-top: 65%;
position: relative;
overflow: hidden;
}
.promo-image:hover img {
transform: scale(1.1);
}
.promo-image img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.5s;
}
.pool-button,
.pool-button a {
display: inline-block;
}
.promo-card {
position: relative;
background: #fff;
border-radius: 5px;
overflow: hidden;
transition: 0.3s ease;
flex: 0 0 calc((100% - 60px) / 3);
box-shadow: 0 3px 16px rgba(0, 48, 135, 0.10);
}
.promo-ribbon {
position: absolute;
top: 15px;
left: 0;
background-color: #d90429;
color: #fff;
padding: 6px 30px;
font-size: 15px;
font-weight: 600;
z-index: 2;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
clip-path: polygon(0 0, 100% 0, calc(100% - 9px) 50%, 100% 100%, 0 100%);
}
.promo-content {
padding: 20px;
text-align: left;
}
.promo-link {
text-decoration: none;
}
.pool-description {
color: #212529;
font-size: 18px;
line-height: 1.3;
}
.pool-button a {
padding: 8px 20px;
}
body .promo-content h3 {
font-size: 22px;
font-weight: 600;
color: #003f95;
transition: 0.3s ease;
margin: 0 0 12px 0;
}
.page_content h3 {
font-weight: 100;
}  .sizes-wrapper {
display: none;
margin-top: 15px;
} .view-sizes-btn {
background: #003f95;
color: #fff;
border: none;
padding: 8px 18px;
cursor: pointer;
font-size: 14px;
border-radius: 4px;
transition: 0.3s ease;
}
.view-sizes-btn:hover {
background: #002f70;
color: #fff;
}
.size-title {
background: #f4f6fa;
color: #003f95;
border: 1px solid #dde4ef;
display: inline-block;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 3px 9px;
border-radius: 3px;
margin-bottom: 12px;
width: fit-content;
}
.view-sizes-btn {
background: none;
border: 2px solid #003f95;
color: #003f95;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 7px 14px;
border-radius: 3px;
cursor: pointer;
transition: all 0.2s;
display: flex;
align-items: center;
gap: 7px;
width: fit-content;
margin: 20px 0 0 0;
}
body .page_content .pool-size-list li {
background: #f4f6fa;
border: 1px solid #dde4ef;
border-radius: 4px;
padding: 5px 8px;
text-align: center;
list-style-image: unset !important;
font-size: 15px;
font-weight: 700;
}
body .page_content .mt-15 {
margin-top: 15px;
}
body .page_content .pool-size-list {
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 7px;
margin-bottom: 10px;
} .view-sizes-btn .arrow {
display: inline-block;
transition: transform 0.3s ease;
} .view-sizes-btn.active .arrow {
transform: rotate(180deg);
} .spa-brand-list li {
list-style-image: none !important;
margin: 0 !important;
padding: 0 !important;
width: calc((100% - 30px) / 4);
}
body .page_content .spa-brand-list {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
gap: 10px;
}
.spa-brand-item {
margin: 5px;
}
.spa-brand-link {
display: inline-block;
border: 1px solid #ccc;
border-radius: 5px;
}
.spa-brand-link img {
display: block;
}
.spa-brand-list li br {
display: none;
}
.spa-brand-list li img {
padding: 15px 10px;
}
.spa-brand-item .spa-brand-link {
width: 100%;
}
.spa-brand-item .spa-brand-link img {
margin: 0 auto;
} .financing-section {
padding: 0px 20px;
max-width: 760px;
margin-inline: auto;
}
.financing-section .container {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
}
.financing-section .section-title {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(24px, 3vw, 38px);
font-weight: 900;
color: #003087;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
margin-bottom: 40px;
position: relative;
}
.financing-section .section-title::after {
content: '';
display: block;
width: 70px;
height: 4px;
background: #f5a623;
border-radius: 2px;
margin: 12px auto 0;
}
.financing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 24px;
justify-items: center;
}
.financing-card {
background: #ffffff;
border: 2px solid #dde4ef;
border-radius: 8px;
padding: 36px 28px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
box-shadow: 0 3px 12px rgba(0, 48, 135, 0.07);
}
.financing-card:hover {
border-color: #003f95;
box-shadow: 0 8px 28px rgba(0, 48, 135, 0.15);
transform: translateY(-4px);
}
.financing-card a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
text-decoration: none;
outline-offset: 4px;
}
.financing-card a:focus-visible {
outline: 3px solid #f5a623;
border-radius: 4px;
}
.financing-card img {
max-width: 200px;
width: 100%;
height: auto;
object-fit: contain;
display: block;
filter: grayscale(20%);
transition: filter 0.25s, transform 0.25s;
}
.financing-card:hover img {
filter: grayscale(0%);
transform: scale(1.04);
} .deal-card {
display: flex;
background: #1f4aa8;
border-radius: 16px;
overflow: hidden;
border: 5px solid #FFC250;
width: calc((100% - 30px)/ 2);
margin: 0;
}
.deal-card {
width: calc((100% - 20px)/ 2);
}
.deal-image {
position: relative;
width: 50%;
overflow: hidden;
}
.deal-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.5s;
}
.deal-badge {
position: absolute;
top: 20px;
left: 20px;
color: #fff;
padding: 8px 14px;
font-size: 13px;
font-weight: 600;
border-radius: 20px;
background-color: #ffc250;
}
.deal-content {
width: 50%;
padding: 50px 30px;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
}
.deal-btn-wran a {
display: inline-block;
}
.deal-btn-wran {
margin: 5px 0 0 0;
}
.deal-small-title {
color: #FFC250;
font-size: 20px;
font-weight: 400;
margin: 0 0 15px 0;
}
body .page_content .deal-title {
color: #fff;
font-weight: 700;
line-height: 1.1;
}
.deal-content .deal-description {
margin: 0 0 15px 0;
color: #CBD5E1;
letter-spacing: 1px;
}
.deal-image:hover img {
transform: scale(1.1);
}
.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 55px;
height: 55px;
border-radius: 50%;
background: #007ac7;
color: #fff;
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
padding-left: 4px;
z-index: 2;
box-shadow: 0 4px 20px #007ac78f;
transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
isolation: isolate;
}
.video-card:hover .play-button {
transform: translate(-50%, -50%) scale(1.12);
background: #ffffff;
color: #003087;
box-shadow: 0 6px 28px rgba(245, 166, 35, 0.7);
}
.play-button::before,
.play-button::after {
content: '';
position: absolute;
inset: 0;
border-radius: 50%;
background: transparent;
border: 3px solid #007ac7;
opacity: 0;
animation: ripple 2.4s ease-out infinite;
}
.play-button::after {
animation-delay: 1.2s;
}
.video-card:hover .play-button::before,
.video-card:hover .play-button::after {
border-color: #ffffff;
animation-play-state: paused;
}
@keyframes ripple {
0% {
transform: scale(1);
opacity: 0.7;
}
100% {
transform: scale(2.6);
opacity: 0;
}
} .local-specials-cta {
background: #003087;
padding: 60px 20px;
position: relative;
overflow: hidden;
margin: 0 0 40px;
} .local-specials-cta::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #f5a623, #d4880a, #f5a623);
background-size: 200% 100%;
z-index: 2;
}
.local-specials-cta .container {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
position: relative;
z-index: 2;
text-align: center;
}
.local-specials-cta .cta-heading {
color: #ffffff;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
position: relative;
display: inline-block;
font-weight: 700;
}
.local-specials-cta .cta-heading::after {
content: '';
display: block;
width: 70px;
height: 4px;
background: #f5a623;
border-radius: 2px;
margin: 10px auto 0;
}
.local-specials-cta .cta-message {
margin-bottom: 44px;
}
.local-specials-cta .cta-message p {
color: rgba(255, 255, 255, 0.78);
line-height: 1.75;
max-width: 640px;
margin: 0 auto;
}
.local-specials-cta .water-ripples {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
z-index: 1;
}
.water-ripples canvas {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
opacity: 0.55;
}
.store-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
justify-items: center;
}
.store-card {
background: rgba(255, 255, 255, 0.07);
border: 2px solid rgba(255, 255, 255, 0.15);
border-radius: 8px;
padding: 28px 24px;
width: 100%;
text-align: center;
transition: background 0.25s, border-color 0.25s, transform 0.25s, box-shadow 0.25s;
position: relative;
overflow: hidden;
}
.store-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: #f5a623;
transform: scaleY(0);
transform-origin: bottom;
transition: transform 0.3s ease;
border-radius: 4px 0 0 4px;
}
.store-card:hover::before {
transform: scaleY(1);
}
.store-card:hover {
background: rgba(255, 255, 255, 0.13);
border-color: #f5a623;
transform: translateY(-5px);
box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
}
.store-title {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 14px;
line-height: 1.2;
font-weight: 700;
}
.store-title a {
color: #ffffff;
text-decoration: none;
transition: color 0.2s;
}
.store-title a:hover {
color: #f5a623;
}
.store-phone a {
font-size: 26px;
font-weight: 700;
color: #f5a623;
text-decoration: none;
transition: color 0.2s, letter-spacing 0.2s;
display: inline-block;
}
.store-phone a:hover {
color: #ffffff;
letter-spacing: 1px;
}
.store-icon {
margin: 0 0 10px 0;
} @media screen and (max-width: 1450px) {
.brands div:first-child {
margin: 0px 0px 0px 0px;
}
#mainNav ul li a {
font-size: 15px;
padding: 14px 10px;
}
}
@media screen and (max-width: 1420px) {
#sidebar_container {
flex-direction: column;
align-items: center;
}
#mainNav ul li a {
padding: 14px 12px;
font-weight: 700;
}
#sidebar_container>div {
width: 675px !important;
}
#sidebar_container #contactText {
width: 675px !important;
}
#sidebar_container #sidebarContactForm {
width: 675px !important;
}
#contactText {
top: 0;
padding-bottom: 30px;
}
.postContent {
width: 90%;
}
}
@media screen and (max-width: 1310px) {
#mainNav ul li a {
font-size: 14px;
padding: 14px 7px;
}
.poolSchoolContent p {
font-size: 15px;
}
.brandImages img {
padding: 0px 0px 21px 8px;
}
.tips img {
width: 80%;
}
#sidebarContactForm {
width: 70%;
}
.middle_content span img {
width: 20vw;
}
.bottom_content span img {
width: 20vw;
}
.footer {
flex-wrap: wrap;
}
.footerSocial {
width: 100%;
text-align: center !important;
margin-top: 30px;
}
.footerSocial ul {
justify-content: center;
}
.full_width-gallery .gallery span img {
height: 230px;
}
.spa-brand-list li img {
padding: 12px 5px;
}
.deal-content {
padding: 35px 25px;
}
.deal-content .deal-description {
font-size: 16px;
}
}
@media screen and (max-width: 1200px) {
.poolSchoolContent li {
line-height: 26px;
font-size: 13px;
}
#sidebarContactForm {
width: 85%;
}
.full_width-gallery .gallery span img {
height: 200px;
}
.extra-space.height-80px {
height: 40px;
}
.promo-card {
flex: 0 0 calc((100% - 30px) / 2); }
.spa-brand-list li {
width: calc((100% - 20px) / 3);
}
}
@media screen and (max-width: 1130px) {
#mainNav ul li a {
padding: 14px 2px;
font-size: 13px;
}
.centerHeader span:last-child p {
width: 130px;
}
.customerComments div {
width: 54.33%;
}
.pools {
padding-bottom: 10%;
}
.tipsImg {
width: 78%;
}
.poolSchoolContent span p {
font-size: 17px;
}
.tipsImg {
background-position: right;
}
.deal-card {
width: calc((100% - 0px)/ 1);
}
.promotional-pools-grid {
max-width: 90%;
margin-inline: auto;
}
}
@media screen and (max-width: 1024px) {
.full_width-gallery .gallery span img {
height: 180px;
}
.full_width-gallery .gallery span::before {
width: 30px;
height: 30px;
}
.logo .logo-experience {
margin: 0 0 0 0;
font-size: 20px;
}
.store-grid {
grid-template-columns: repeat(2, 1fr);
gap: 18px;
}
.store-card:last-child:nth-child(odd) {
grid-column: 1 / -1;
max-width: 360px;
justify-self: center;
}
}
@media screen and (max-width: 1015px) {
.socialHeader {
display: none;
}
#mainNav {
display: none;
}
.burger {
display: block;
}
.col-menu {
position: absolute;
right: 0px;
min-height: 100vh !important;
width: 100%;
top: 0;
padding: 75px 0 !important;
background-image: linear-gradient(#007ac7, #003f95);
display: flex;
flex-direction: column;
align-items: center;
z-index: 18;
transform: translateX(100%);
transition: transform 0.5s ease-in;
}
.col-menu li {
opacity: 0;
position: relative;
list-style: none;
text-decoration: none;
}
.poolSchoolContent div:nth-child(2) {
width: 26%;
}
.wave4 {
min-height: 880px;
bottom: 90px;
}
.poolSchoolContent div:nth-child(2) {
bottom: 60px;
}
.wave3 {
bottom: 108px;
}
.footer {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
align-items: center;
padding-top: 80px;
}
.footerSocial {
text-align: center;
padding: 30px 0px 30px 0;
}
.footerSocial ul {
justify-content: center;
}
.wave6 {
min-height: 380px;
}
.poolSchoolContent span p {
font-size: 14px;
}
.page {
flex-direction: column;
}
.page_content {
width: 99%;
}
#sidebar_container {
width: 100%;
margin-top: 25px;
}
#sidebarContactForm {
float: none;
}
.container {
width: 93%;
}
#sidebar_container .sidebar_bottom {
float: none;
width: 85%;
}
.middle_content {
flex-direction: column-reverse;
flex-wrap: wrap;
margin-bottom: 35px;
}
.middle_content span img {
width: 275px;
}
.middle_content>div {
width: 100%;
}
.middleImages {
justify-content: center;
}
.bottom_content {
flex-direction: column;
}
.bottom_content span img {
width: 275px;
}
.bottom_content>div {
width: 100%;
}
.bottomImages {
justify-content: center;
}
.middle_content div div {
margin: 10px 10px 10px 10px;
}
.bottom_content div div {
margin: 10px 10px 10px 10px;
}
.wave8 {
top: 110px;
}
.postContent {
display: block;
}
.magnify {
display: block;
}
.magnifyBig {
display: none !important;
}
.page_header h2,
.page_header .h2 {
padding-bottom: 0px;
}
.page_content p {
margin: 8px 5%;
}
.page {
top: 55px;
}
.postContent>div:first-of-type {
width: 100%;
}
.page_content p img.coupons-img {
padding: 0;
margin: auto;
display: table;
}
.page_header.rows-header h2 {
margin-bottom: 20px;
}
.burger {
margin-left: 25px;
}
.call-now-wrap {
margin: auto;
}
.topHeader {
justify-content: inherit;
}
h2 {
font-size: 30px;
}
}
@media screen and (max-width: 950px) {
h3 {
font-size: 24px;
}
.tips img {
width: 70%;
}
.poolSchoolContent span p {
font-size: 12px;
}
.page_content {
text-align: center;
}
.wave7 .container {
width: 95%;
}
.page_content p span img {
padding: 20px 14px 20px 14px;
}
.page_content ul {
margin: 20px 0px 20px 30px;
text-align: left;
}
.page_content .alignright {
float: none;
padding: 0 20px;
}
.bottom_content p {
margin: 20px 5%;
}
.full_width-gallery .gallery span img {
height: 150px;
}
.full_width-gallery .gallery {
margin: 0 -6px;
}
.full_width-gallery .gallery a {
padding: 6px;
}
.middle_content-rows .repeater-wrap li,
.bottom_content li {
text-align: center;
}
}
@media screen and (max-width: 900px) {
.calendar {
padding: 8px 0 6px 0;
}
.firstSectionContent img {
width: 80%;
}
.poolSchoolContent div:nth-child(2) {
bottom: 68px;
}
h3 {
font-size: 22px;
}
.poolSchoolContent p {
padding: 20px 5px 0 0;
}
.resize {
width: 90%;
height: auto;
}
.centerHeader {
display: none;
}
.header-right-box {
display: none;
}
.web-story-thumbnail {
padding-top: 82%;
}
.promotional-pools-section {
padding: 40px 0;
}
.promotional-pools-grid {
gap: 20px;
}
.promo-card {
flex: 0 0 calc((100% - 20px) / 2);
}
.promo-content {
padding: 18px;
gap: 15px;
}
.promo-content h3 {
font-size: 20px;
}
.pool-description {
font-size: 16px;
}
.promotional-pools-grid {
max-width: 98%;
}
.deal-content {
text-align: left;
}
}
@media screen and (max-width: 850px) {
.pools {
display: block;
}
.wave2 {
height: 1840px;
}
.poolSchoolContent {
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
}
.poolSchoolContent span p {
font-size: 21px;
}
.worker {
order: 2;
}
.poolSchoolContent div:nth-child(2) {
width: auto;
bottom: 0;
top: 40;
}
.poolSchoolContent div:first-child {
width: auto;
padding-bottom: 45px;
}
.firstSectionContent {
text-align: center;
}
.firstSectionContent img {
width: auto;
}
.tips {
width: auto;
text-align: center;
padding-bottom: 35px;
}
.tips img {
width: auto;
text-align: center;
} .poolSchoolContent p {
font-size: 18px;
}
.calendar {
padding: 28px 0 23px 0;
}
.poolSchoolContent li {
font-size: 18px;
}
.poolSchoolContent ul {
list-style-position: inside;
}
.customerComments {
justify-content: center;
flex-wrap: wrap;
}
.customerComments div:nth-child(2) {
order: -1;
}
.customerComments div {
padding-bottom: 50px;
}
h1 {
padding: 5px 0px 0 0px;
}
.brands {
flex-wrap: wrap;
text-align: center;
width: 80%;
}
.brandImages {
display: block;
flex-wrap: wrap;
}
.brandImages img {
float: none;
}
.tipsImg {
width: 100%;
}
.extra-space.height-80px {
height: 0px;
}
.financing-section {
padding: 48px 20px;
}
.financing-grid {
grid-template-columns: repeat(2, 1fr);
gap: 18px;
}
}
@media screen and (max-width: 770px) {
.centerHeader {
display: none;
}
.customerComments div {
width: 80%;
}
.footer>div {
padding-bottom: 30px;
}
.wave6 {
min-height: 540px;
}
.bottom_content h3 {
font-size: 30px;
margin: 0 3%;
}
.footerSocial {
margin-top: 0;
}
.full_width-gallery .gallery span img {
height: 130px;
}
.promotional-pools-section {
padding: 30px 0;
}
.promotional-pools-grid {
flex-direction: column;
gap: 20px;
}
.promo-card {
flex: 0 0 100%; }
.promo-content {
padding: 16px;
gap: 12px;
}
.promo-content h3 {
font-size: 18px;
}
.pool-description {
font-size: 15px;
line-height: 1.4;
}
.pool-button a {
padding: 10px 18px;
font-size: 14px;
}
.local-specials-cta .container {
width: 100%;
padding: 0;
}
}
@media screen and (max-width: 700px) {
#sidebar_container>div {
width: 100% !important;
}
.contact {
display: block;
}
#mobile {
display: flex;
}
#sidebar_container #contactText {
width: 100% !important;
}
#sidebar_container #sidebarContactForm {
width: 100% !important;
}
.wpcf7 .checkbox-row.two .wpcf7-form-control-wrap .wpcf7-list-item {
width: 94%;
}
}
@media screen and (max-width: 610px) {
.brands h3 {
line-height: 35px;
}
.middle_content>div {
margin: 35px 0px 0px 0px;
}
.page_content p img {
height: auto;
}
.pagebg>video {
object-fit: scale-down;
}
.pageHeader h2 {
padding: 0 20px;
font-size: 36px;
line-height: 36px;
}
.pageHeader h1,
.pageHeader .h2 {
padding: 0 20px;
font-size: 36px;
line-height: 36px;
}
#sidebarContactForm .form-row div {
width: 100%;
margin: 0;
padding: 10px;
}
#sidebarContactForm .form-row {
flex-direction: column;
}
.full_width-gallery .gallery a {
width: 33.33%;
}
.full_width-gallery .gallery span img {
height: 140px;
}
.middle_content-rows .repeater-wrap {
margin-bottom: 40px;
}
.middle_content-rows .middle_content {
margin-bottom: 40px;
}
.middle_content-rows .middle_content>div {
margin-top: 0;
}
.two-li-list li {
width: 100%;
margin-right: 0 !important;
}
.deal-card {
flex-direction: column;
}
.deal-image,
.deal-content {
width: 100%;
}
.local-specials-cta {
padding: 40px 16px;
}
.store-grid {
grid-template-columns: 1fr;
gap: 14px;
}
.store-card:last-child:nth-child(odd) {
grid-column: auto;
max-width: 100%;
justify-self: stretch;
}
.store-card {
padding: 22px 18px;
}
.store-phone a {
font-size: 22px;
}
}
@media screen and (max-width: 520px) {
.poolSchoolContent {
flex-direction: inherit;
}
.poolSchoolContent div:nth-child(2) {
width: 100%;
}
.brandImages img {
width: 200px;
}
.wave2 {
height: 1945px;
}
.wave7 .container {
width: 90%;
}
.full_width-gallery .gallery a {
width: 50%;
}
.full_width-gallery .gallery span img {
height: 160px;
}
.pageHeader h2 {
font-size: 32px;
}
.pageHeader h1,
.pageHeader .h2 {
font-size: 32px;
}
}
@media screen and (max-width: 440px) {
.tips img {
width: 75%;
}
.poolSchoolContent ul {
margin-left: 10px;
}
.speech-topLeft,
.speech-topRight,
.speech-bottomLeft,
.speech-bottomRight {
width: 80% !important;
}
.wave6 {
min-height: 620px;
}
.poolSchoolContent span p {
font-size: 17px;
}
.tips img {
width: 90%;
}
.logo .logo-experience {
font-size: 18px;
}
.logo img {
height: 32px;
}
.promo-image {
padding-top: 75%;
}
.promo-ribbon {
font-size: 13px;
padding: 5px 20px;
}
.deal-content {
padding: 30px 20px;
}
}
@media screen and (max-width: 400px) {
h1 {
font-size: 255%;
}
.speech-topLeft,
.speech-topRight,
.speech-bottomLeft,
.speech-bottomRight {
font-size: 18px;
}
.middle_content span img {
width: 300px;
height: 170px;
}
.full_width-gallery .gallery a {
width: 100%;
}
.full_width-gallery .gallery span img {
height: 220px;
}
.financing-section {
padding: 36px 16px;
}
.financing-grid {
grid-template-columns: 1fr;
gap: 14px;
}
.financing-card {
padding: 28px 20px;
}
.financing-card img {
max-width: 160px;
}
}
@media screen and (max-width: 380px) {
.poolSchoolContent span p {
font-size: 15px;
}
.wave2 {
height: 2000px;
}
}
@media screen and (max-width: 360px) {
.pools p {
font-size: 15px;
}
.brandImages img {
width: 200px;
}
.firstSectionContent img {
width: 260px;
}
.footer {
display: block;
text-align: center;
}
.footermenu {
text-align: initial;
}
}
@media screen and (max-width: 330px) {
.wave6 {
min-height: 730px;
}
.speech-topLeft,
.speech-topRight,
.speech-bottomLeft,
.speech-bottomRight {
font-size: 15px;
}
}
@media screen and (max-width: 320px) {
.topHeader {
align-items: flex-end;
}
.logo img {
height: 27px;
}
}
.nav-active {
transform: translateX(0%);
}
@keyframes navFade {
from {
opacity: 0;
transform: translateX(150px);
}
to {
opacity: 1;
transform: translateX(0px);
}
}
.toggle .line1 {
transform: rotate(-45deg) translate(-6px, 8px);
}
.toggle .line2 {
opacity: 0;
}
.toggle .line3 {
transform: rotate(45deg) translate(-6px, -8px)
}
.thumbnail img {
box-sizing: border-box;
border: 1px solid #ddd;
padding: 2px;
margin: 0 1% 15px 0;
width: 32.6667%;
display: inline-block;
}
.thumbnail img:nth-of-type(3n+3) {
margin-right: 0;
}
.lg-backdrop {
background-color: rgb(0, 0, 0, 0.8) !important;
}
.lg-outer .lg-thumb-outer {
background-color: rgb(0, 0, 0, 0.8) !important;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
display: none;
}
.grecaptcha-badge {
display: none !important;
}
.wpcf7 form span.wpcf7-not-valid-tip {
padding: 2px 0 10px;
color: #ffc250;
font-size: 12px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
}
.wpcf7 form div.wpcf7-response-output.wpcf7-validation-errors {
margin: 0;
padding: 0 10px;
color: #ffc250;
font-size: 12px;
font-weight: bold;
line-height: 1.25;
text-transform: uppercase;
background: none;
}
.wpcf7 form div.wpcf7-response-output.wpcf7-validation-errors:before {
display: none;
}
.wpcf7 form div.wpcf7-mail-sent-ok {
display: block;
margin: 0;
padding: 0 10px;
color: #bdff95;
font-size: 18px;
font-weight: bold;
line-height: 1.25;
border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
border: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 0 0 25px !important;
padding: 0 !important;
color: #ffc250;
font-size: 16px;
font-weight: bold;
border: none !important;
}
.wpcf7 form .ajax-loader {
display: block;
width: 18px;
height: 18px;
margin: 5px auto;
background-image: url(//www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/loading-circle.gif);
} .customerComments h2 {
font-size: 52px;
font-weight: 900;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 53px;
padding: 5px 40px 0 40px;
}
.pageHeader h1 {
color: #003f95;
font-size: 45px;
font-weight: 900;
text-transform: uppercase;
}
.page_header.rows-header h3 {
font-weight: 900;
} .sitemap-content {
text-align: left;
}
.sitemap-content #pages,
.sitemap-content #posts {
padding-bottom: 0 !important;
font-weight: bold;
}
.sitemap-content h4 {
color: #007ac7;
font-weight: bold;
}
.sitemap-content ul.sitemap-list li a {
color: #333;
} .call-now-wrap * {
display: block;
text-align: center;
}
.call-now-txt {
font-size: 30px;
display: table;
margin: 0 auto 0 auto;
font-weight: 600;
color: #007ac7;
line-height: 1;
}
.call-now-wrap .button {
font-size: 56px;
text-decoration: none;
display: table;
line-height: 1;
font-weight: 800;
}
.call-now-wrap .button:hover {
color: #ff9d02;
}
.header-right-box {
display: flex;
align-items: center;
justify-content: space-between;
}
.socialHeader {
padding-left: 20px;
}
.phone-nuber-list {
display: flex;
flex-direction: column;
}
.promotional-pools-grid {
gap: 20px;
}
@media screen and (max-width: 1360px) {
.customerComments h2 {
font-size: 45px;
}
}
@media screen and (max-width: 768px) {
.pageHeader h1,
.customerComments h2 {
font-size: 40px;
line-height: 1.15;
}
}
@media screen and (max-width: 610px) {
.pageHeader h1 {
padding: 0 20px;
font-size: 36px;
line-height: 36px;
}
.customerComments h2 {
font-size: 36px;
}
}
.ppsInnerTblContent {
border: 0 !important;
}
.ppsPopupClose {
position: fixed !important;
top: 0 !important;
right: 0 !important;
background-color: #ffffff !important;
background-position: center !important;
background-image: url(https://www.aqualeisurepoolsandspas.com/wp-content/themes/aqua-leisure/images/close-blue.png) !important;
width: 40px !important;
height: 40px !important;
}
.cky-notice .cky-title {
margin: 0 !important;
}
@media screen and (max-width: 1230px) {
.ppsInnerTblContent {
padding: 0 !important;
}
.ppsPopupShell {
padding: 0 !important;
}
.ppsPopupClose {
right: 0px !important;
top: -25px !important;
width: 25px !important;
height: 25px !important;
}
}
@media screen and (max-width: 767px) {
.footer_links ul li {
padding: 0 !important;
}
.footer_links ul li a {
color: #fff;
text-decoration: none;
padding: 14px 0px 10px 32px !important;
display: inline-block;
width: 100%;
}
.footer_links ul li::before {
margin-left: 16px;
top: 7px;
}
.footerSocial ul li {
margin: 0 13px;
}
} .col-3-section {
padding: 15px 0 65px;
}
.col-3-section>div {
width: 100%;
}
.col-3-section .gallery.aniimated-thumbnials {
display: flex;
flex-wrap: wrap;
margin: -15px;
justify-content: start;
}
.col-3-section .gallery a {
text-decoration: none;
width: 100%;
display: block;
padding: unset;
}
.col-3-section .gallery .col-3 {
position: relative;
width: 25%;
padding: 15px;
line-height: 0.7;
overflow: hidden;
}
.col-3-section .gallery span img {
max-width: 100%;
height: 100%;
width: 100%;
object-fit: cover;
}
.col-3-section .image-wrap {
position: relative;
padding-top: 100%;
width: 100%;
transition: all 0.5s linear;
}
.col-3-section .image-wrap img {
position: absolute !important;
width: 100% !important;
height: 100% !important;
inset: 0 !important;
}
.col-3-section .gallery span {
margin: 0;
}
.col-3-section .middle_content div div {
margin: 0;
}
.col-3-section span {
background: unset;
}
.col-3-section span:hover {
background: unset;
}
.col-3-section .image-wrap::before {
content: "";
width: 100%;
height: 0;
position: absolute;
inset: 0;
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(bottom, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to top, #007ac7 10%, rgba(255, 255, 255, 0) 100%);
transition: all 0.2s ease-in-out;
bottom: 0;
top: unset;
border-radius: 5px;
}
.col-3-section .image-wrap:hover::before {
height: 100%;
}
.col-3-section .magnifyBig {
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 70px;
display: block;
pointer-events: none;
opacity: 0;
padding-top: 50%;
transition: all 0.2s ease-in-out;
}
.col-3-section a:hover .magnifyBig {
opacity: 1;
padding-top: 0;
transition: all 0.2s ease-in-out;
}
.col-3-section div div {
margin: 0;
}
.magnify {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.middle_content.col-3-section {
margin-bottom: 0;
}
@media screen and (max-width:1400px) {
.col-3-section .gallery .col-3 {
padding: 10px;
}
.col-3-section .gallery.aniimated-thumbnials {
margin: -10px;
}
.call-now-wrap .button {
font-size: 50px;
}
}
@media screen and (max-width:1200px) {
.col-3-section .gallery .col-3 {
width: 33.3%;
}
.call-now-wrap .button {
font-size: 36px;
}
}
@media screen and (max-width:1024px) {
.col-3-section .gallery .col-3 {
padding: 10px;
}
.col-3-section .gallery.aniimated-thumbnials {
margin: -10px;
}
.call-now-txt {
font-size: 26px;
}
.web-story-thumbnail {
padding-top: 85%;
}
}
@media screen and (max-width: 1023px) {
.call-now-wrap .button {
font-size: 28px;
}
}
@media screen and (max-width: 1015px) {
.page_content {
width: 100%;
}
.col-3-section {
padding: 15px 0 0px;
}
}
@media screen and (max-width: 767px) {
.col-3-section .gallery .col-3 {
width: 50%;
}
}
@media screen and (max-width:641px) {
.topHeader {
flex-wrap: wrap;
justify-content: space-between;
}
.call-now-wrap {
max-width: 100%;
width: 100%;
order: 3;
padding-top: 40px;
}
.call-now-wrap .button {
margin: 0 auto;
}
.pageHeader {
top: 20px;
}
}
@media screen and (max-width:481px) {
.col-3-section .gallery .col-3 {
width: 100%;
}
} .middle_content.full-col>div {
max-width: 100%;
width: 100%;
}
.middle_content.full-col>div .middleImages>div {
width: 25%;
padding: 10px;
margin: 0;
}
.middle_content.full-col>div .middleImages>div>a {
display: inline-block;
width: 100%;
}
.middle_content.full-col>div .middleImages>div>a>span>img,
.middle_content.full-col>div .middleImages>div>a>span {
width: 100%;
}
.middle_content.full-col>div .middleImages {
margin: -12px;
}
.alocation-list a {
margin: 8px 10px;
display: inline-block;
}
.alocation-list a:first-child {
margin-left: 0;
} .web-story-list {
padding: 60px 0 0;
background-color: #ffff;
}
.d-flex {
display: flex;
flex-wrap: wrap;
}
.web-story-list-wrap {
justify-content: center;
}
.web-story-box {
max-width: 25%;
width: 100%;
padding: 15px;
}
.web-story-box-wrap {
position: relative;
border-radius: 10px;
overflow: hidden;
background: linear-gradient(90deg, rgba(0, 63, 149, 1) 0%, rgb(72, 135, 221) 100%);
height: 100%;
}
.web-story-content {
position: relative;
padding: 30px 20px 30px 20px;
min-height: inherit;
transition: all ease-in-out;
height: auto;
}
.web-story-thumbnail {
padding-top: 70%;
position: relative;
overflow: hidden;
}
.web-story-thumbnail a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
bottom: 0;
z-index: 1;
}
.web-story-title {
width: 100%;
display: inline-block;
margin: 0 auto;
}
.web-story-title a {
display: inline-block;
color: #ffffff;
}
.web-story-thumbnail a img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: all 0.5s;
}
.web-story-box-wrap:hover img {
transform: scale(1.1);
}
.web-story-title a {
font-size: 25px;
line-height: 1.25;
font-weight: 700;
text-decoration: none;
text-align: center;
width: 100%;
z-index: 9;
position: relative;
display: block;
color: #fff;
}
.wave7.web-story-page {  }
.cat-page .heading-3 {
margin: 0 0 12px;
}
.cat-list {
margin: 16px 0 0;
} .financing-option-banner {
position: relative;
top: 105px;
}
.financing-banner-active .gradient {
padding-bottom: 210px;
height: 100%;
}
.financing-option-banner-wrap {
background-color: #fff;
padding: 57px 60px 71px 60px;
max-width: 576px;
width: 100%;
margin: auto 0 0 auto;
position: relative;
border: 3px solid #017AC7;
}
.financing-option-heading {
font-size: 45px;
font-weight: 900;
line-height: 1.15;
text-align: center;
text-transform: uppercase;
color: #003F95;
margin: 0 0 5px 0;
}
.financing-option-sub-heading {
font-size: 28px;
font-weight: 700;
line-height: 1.52;
text-align: center;
color: #003F95;
text-transform: inherit;
letter-spacing: 0px;
margin: 0 0 13px 0;
}
.financing-option-content {
font-size: 20px;
font-weight: 400;
line-height: 1.3;
text-align: center;
margin: 0 0 9px 0;
}
.learn-more-btn {
display: inline-block;
}
.financing-option-content-after-title {
font-size: 20px;
font-weight: 700;
line-height: 1.3;
text-align: center;
color: #003F95;
padding: 0 0 0 28px;
background-image: url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6.53333L9.17325 0L0 6.53333L0.729483 7.81159L1.82371 7.04058V14H16.1581V7L17.234 7.7913L18 6.53333ZM14.7903 12.4783H3.19149V6.06667L9.15501 1.82609L14.7903 6.0058V12.4986V12.4783Z" fill="%23003F95"/><path d="M11.69 6.57391H6.31006V8.09565H11.69V6.57391Z" fill="%23003F95"/><path d="M11.69 9.71881H6.31006V11.2406H11.69V9.71881Z" fill="%23003F95"/></svg>');
background-repeat: no-repeat;
background-position: center left;
width: fit-content;
margin: 0 auto 30px auto;
background-size: 18px;
text-transform: inherit;
}
.financing-option-banner .button {
display: block;
text-align: center;
}
.close-btn {
position: absolute;
top: 20px;
right: 20px;
width: 30px;
height: 30px;
cursor: pointer;
z-index: 9;
}
.close-btn svg {
width: 100%;
height: 100%;
} body.page {
top: 0;
display: inherit !important;
}
.footer {
background-color: #003f95;
position: relative;
}
.footer::before,
.footer::after {
content: "";
position: absolute;
top: 0;
background-color: #003f95;
width: 200em;
height: 100%;
}
.footer::before {
left: -200em;
}
.footer::after {
right: -200em;
}
.flocation-map {
padding: 50px 0 0 0;
}
.flocation-map-wrap {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.flocation-map-item {
width: 25%;
padding: 0 15px;
}
.flocation-map-wrap.three .flocation-map-item {
width: 33.33%;
}
.flocation-map-item h5 {
color: #ffc250;
margin: 0;
padding: 0 0 25px 0;
}
.flocation-map-item iframe {
width: 100% !important;
padding: 0;
}
.page-id-152 .middle_content {
align-items: flex-start;
} #sidebarContactForm.ContactFormWhite {
width: 100%;
margin: 0 0 0 0 !important;
}
.middle_content .ContactFormWhite span {
background: none;
width: 100%;
}
.middle_content .ContactFormWhite span div {
padding: 0 !important;
margin: 0 !important;
}
#sidebarContactForm.ContactFormWhite input[type="text"],
#sidebarContactForm.ContactFormWhite input[type="tel"],
#sidebarContactForm.ContactFormWhite input[type="email"],
#sidebarContactForm.ContactFormWhite select {
border: 1px solid #003f95;
color: #003f95;
}
#sidebarContactForm.ContactFormWhite .form-row {
margin: 0;
}
.ContactFormWhite .wpcf7 {
margin: 0 !important;
}
.ContactFormWhite .wpcf7 .checkbox-row label {
color: #003f95;
} .opration-hours {
padding: 50px 0;
border-bottom: 1px solid #ffffff3d;
}
.opration-hours-wrap {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.opration-hours-column {
padding: 15px;
max-width: 25%;
width: 100%;
}
.opration-hours-wrap.three .opration-hours-column {
max-width: 33.33%;
}
.opration-hours-content li {
list-style-type: none;
color: #fff;
font-size: 15px;
margin: 0 0 10px 0;
line-height: 1;
}
.location-name-hours {
color: #ffc250;
margin: 0 0 10px 0;
}
.location-name-hours {
color: #ffc250;
margin: 0 0 20px 0;
padding: 0 0 0 30px;
background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="113" height="113"><path d="M0 0 C1.26753272 1.18992867 2.51803839 2.39828078 3.75 3.625 C4.35585937 4.20765625 4.96171875 4.7903125 5.5859375 5.390625 C15.99467918 16.20844386 19.29586846 30.1545795 19.0625 44.7109375 C17.90454992 59.21426222 11.36598683 71.77775704 0.75 81.625 C-13.68030769 92.42638416 -26.63505617 94.63135523 -44.25 93.625 C-56.98058009 91.7612178 -68.3487887 83.59666905 -76.515625 73.984375 C-86.05820938 61.00302148 -88.97873422 46.2556617 -86.81640625 30.45703125 C-84.05088587 17.4539323 -77.02704346 5.55710385 -66.25 -2.375 C-45.17997226 -15.75927457 -19.81624749 -16.6913777 0 0 Z M-69.3125 9.96484375 C-71.04587157 12.1351694 -72.6680246 14.34287863 -74.25 16.625 C-74.8275 17.40875 -75.405 18.1925 -76 19 C-81.54281379 30.63990896 -82.04580508 44.26296319 -78.6875 56.625 C-76.56669143 62.60047117 -73.53711101 67.00473926 -69.25 71.625 C-68.62996094 72.33527344 -68.00992188 73.04554687 -67.37109375 73.77734375 C-59.43362547 82.38829418 -48.90068573 86.67156421 -37.34375 87.9453125 C-29.41604767 88.25824812 -22.6284189 86.39920763 -15.25 83.625 C-14.52039063 83.37105469 -13.79078125 83.11710937 -13.0390625 82.85546875 C-3.4727655 78.89228856 4.83839397 68.98314608 8.75 59.625 C9.06582031 58.90441406 9.38164063 58.18382812 9.70703125 57.44140625 C13.69397112 46.64571974 13.3148027 32.15297806 8.75 21.625 C5.29126304 15.13550111 1.33638334 9.43188799 -4.25 4.625 C-4.91 4.625 -5.57 4.625 -6.25 4.625 C-6.25 3.965 -6.25 3.305 -6.25 2.625 C-8.10014053 1.65891677 -9.95533473 0.7025093 -11.8125 -0.25 C-12.84503906 -0.78367187 -13.87757812 -1.31734375 -14.94140625 -1.8671875 C-33.81065459 -10.4663963 -55.6862172 -5.49376117 -69.3125 9.96484375 Z " fill="%23E6E8EC" transform="translate(90.25,15.375)"/><path d="M0 0 C1.65 0.33 3.3 0.66 5 1 C5 10.9 5 20.8 5 31 C8.63 31.99 12.26 32.98 16 34 C19.6875 35.6875 19.6875 35.6875 22 37 C21.67 38.32 21.34 39.64 21 41 C15.86575598 42.80058658 12.00998367 40.90983867 7.1875 39.0625 C6.39923828 38.77181641 5.61097656 38.48113281 4.79882812 38.18164062 C2.86175216 37.46550951 0.93028735 36.73423279 -1 36 C-1.02465098 31.03377651 -1.04283649 26.06758834 -1.05493164 21.10131836 C-1.0599719 19.41055684 -1.06680405 17.71979971 -1.07543945 16.02905273 C-1.08751857 13.60399293 -1.09323123 11.17899056 -1.09765625 8.75390625 C-1.10281754 7.99348526 -1.10797882 7.23306427 -1.11329651 6.44960022 C-1.11349238 4.6326743 -1.06197277 2.81586873 -1 1 C-0.67 0.67 -0.34 0.34 0 0 Z " fill="%23E6E8EC" transform="translate(54,23)"/></svg>');
background-size: 21px;
background-repeat: no-repeat;
background-position: center left;
line-height: 1.2;
}
.location-box-wrap .four,
.location-box-wrap .five {
max-width: 50%;
width: 100%;
padding: 12px 0 0 0;
}
@media screen and (max-width: 1360px) {
.flocation-map-item {
width: 50%;
padding: 15px 15px 30px 15px;
}
.flocation-map-wrap {
margin: -15px;
}
.opration-hours-column {
max-width: 50%;
}
.flocation-map-wrap.three .flocation-map-item {
width: 50%;
}
.opration-hours-wrap.three .opration-hours-column {
max-width: 50%;
}
}
@media screen and (max-width:1015px) {
.page-id-152 .middle_content {
flex-direction: inherit;
}
} @media screen and (max-width:1300px) {
.flocation-map-item iframe {
height: 250px;
}
}
@media screen and (max-width:767px) {
.flocation-map-item {
padding: 15px 10px 30px 10px;
}
.flocation-map-item:last-child {
margin-bottom: 0;
}
}
@media screen and (max-width:639px) {
.flocation-map-wrap {
margin: 0;
}
.flocation-map-item {
width: 100%;
margin: 0 0 40px 0;
padding: 0;
}
.flocation-map-wrap.three .flocation-map-item {
width: 100%;
}
.opration-hours-wrap.three .opration-hours-column {
max-width: 100%;
}
} @media screen and (max-width:1800px) {
.web-story-title a {
font-size: 22px;
}
}
@media screen and (max-width:1600px) {
.web-story-list {
padding: 50px 0 0;
}
.web-story-content {
padding: 22px 20px 22px 20px;
}
.financing-option-banner-wrap {
padding: 49px 55px 60px 55px;
max-width: 560px;
}
}
@media only screen and (max-width: 1360px) {
.web-story-box {
max-width: 33.33%
}
.web-story-thumbnail {
padding-top: 75%;
}
.financing-option-banner-wrap {
padding: 44px 50px 55px 50px;
max-width: 550px;
}
.financing-option-heading {
font-size: 42px;
}
.financing-option-sub-heading {
font-size: 26px;
}
}
@media only screen and (max-width: 1200px) {
.middle_content.full-col>div .middleImages>div {
width: 33.33%;
padding: 8px;
}
.middle_content.full-col>div .middleImages {
margin: -8px;
}
.alocation-list {
font-size: 22px;
}
.web-story-list {
padding: 40px 0 0;
}
.web-story-box {
padding: 12px
}
.web-story-content {
padding: 20px 18px 20px 18px;
}
.web-story-title a {
font-size: 20px;
}
.financing-option-banner-wrap {
max-width: 520px;
}
}
@media only screen and (max-width: 1023px) {
.financing-option-banner-wrap {
max-width: 500px;
padding: 40px 44px 50px 44px;
}
.opration-hours {
padding: 40px 0;
}
}
@media only screen and (max-width: 767px) {
.middle_content.full-col>div .middleImages>div {
width: 50%;
}
.alocation-list {
font-size: 20px;
}
.web-story-box {
max-width: 50%
}
.web-story-thumbnail:after,
.web-story-thumbnail:before {
top: 1em;
right: 1em;
bottom: 1em;
left: 1em
}
.financing-option-banner {
margin: 0 auto;
}
.financing-option-banner-wrap {
margin: 0 auto;
}
.financing-option-heading {
font-size: 40px;
}
.financing-option-sub-heading {
font-size: 24px;
}
.financing-option-content {
font-size: 18px;
}
.financing-option-content-after-title {
font-size: 18px;
}
.financing-option-banner-wrap {
max-width: 481px;
}
.flocation-map-item h5 {
font-size: 17px;
}
}
@media only screen and (max-width: 640px) {
.web-story-box {
max-width: 450px;
margin: 0 auto
}
.web-story-list-wrap {
flex-direction: column;
}
.financing-option-banner-wrap {
max-width: 430px;
padding: 40px 30px 50px 30px;
}
.financing-option-heading {
font-size: 36px;
}
.opration-hours-column {
max-width: 100%;
}
.opration-hours-column:last-child {
padding-bottom: 0;
}
.opration-hours-content {
text-align: center;
}
.location-name-hours {
width: fit-content;
margin: 0 auto 20px auto;
}
}
@media only screen and (max-width: 459px) {
.middle_content.full-col>div .middleImages>div {
width: 400px;
}
}
@media only screen and (max-width: 481px) {
.spa-brand-list li {
width: calc((100% - 10px) / 2);
}
.web-story-box {
max-width: 100%;
}
.financing-option-banner-wrap {
max-width: 93%;
padding: 30px 20px 30px 20px;
}
.financing-option-heading {
font-size: 26px;
}
.financing-option-sub-heading {
font-size: 21px;
}
.financing-option-content {
font-size: 16px;
}
.financing-option-content-after-title {
font-size: 16px;
margin: 0 auto 20px auto;
}
.close-btn {
top: 8px;
right: 8px;
width: 24px;
height: 24px;
}
} .location-box-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 45%;
align-items: flex-start;
}
.location-box-wrap .location-box {
padding: 12px 0;
}
.hcol-location-menu {
padding-top: 20px;
border-top: 2px solid #ffffff;
margin-top: 20px;
}
.hcol-location-menu .phone-nuber-list {
background: transparent;
padding: 10px 25px;
width: 100%;
max-width: 260px;
}
.hcol-location-menu p {
text-align: right;
padding: 2px;
font-size: 16px;
font-weight: 600;
color: #ffffff;
}
.hcol-location-menu p a {
font-weight: 900;
color: #ffffff;
}
.brelocation_listing {
display: flex;
justify-content: center;
margin: 0 0 50px 0;
flex-wrap: wrap;
}
.brelocation_items {
margin: 10px 10px;
}
.blue-btn {
background-color: #007ac7;
color: #fff;
padding: 15px 20px;
text-decoration: none;
font-weight: bold;
font-size: 18px;
line-height: 1;
border-radius: 2px;
display: inline-block;
transition: all 0.4s;
}
.blue-btn:hover,
.blue-btn:focus {
background-color: #003f95;
color: #fff;
}
.bottomimage_gallery-wrap {
margin: 0 0 50px 0;
}
.bottomimage_gallery-items {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -10px;
}
.bottomimage_gallery-items a {
width: calc(25% - 20px);
margin: 10px 10px;
position: relative;
padding: 18% 0 0 0;
overflow: hidden;
}
.bottomimage_gallery-items a img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.wp-video {
max-width: 100%;
height: auto;
position: inherit !important;
margin: 0 !important;
color: #fff !important;
}
.wp-video div div {
position: static !important;
}
.mejs-mediaelement {
margin: 0 !important;
}
.header_bottom_span {
margin: 35px auto 0 auto;
display: table;
} @media only screen and (max-width: 1310px) {
.location-box-wrap {
max-width: 56%;
}
.footer_links {
max-width: 40%;
width: 100%;
}
.page {
top: 70px;
}
.page_header h2,
.page_header .h2 {
padding-bottom: 40px;
}
}
@media only screen and (max-width: 1023px) {
.location-box-wrap {
max-width: 58%;
}
.footer_links {
max-width: 38%;
}
.wave6 {
background-size: cover;
}
.footer {
justify-content: space-between;
align-items: flex-start;
padding-top: 30px;
}
.location-box-wrap .location-box {
padding: 14px;
max-width: 50%;
width: 100%;
}
.location-box-wrap {
margin: 0 -14px;
max-width: 60%;
}
.footer_links {
max-width: 42%;
}
.footer_links ul li {
padding: 14px 10px 0px 30px !important;
}
.location-box-wrap {
padding-bottom: 0px;
}
.col-menu ul.sub-menu {
padding-top: 18px;
width: 100%; }
.col-menu ul.sub-menu li a {
font-size: 18px;
padding-left: 0;
}  .col-menu span.sub-open i {
font-weight: 1000;
color: #fff;
line-height: 0.7;
}
.col-menu .sub-open {
padding: 10px;
vertical-align: middle;
line-height: 0.7;
height: auto;
cursor: pointer;
}
.col-menu ul.sub-menu li {
padding: 0 0 10px;
animation: unset !important;
opacity: 1;
}
.blue-btn {
font-size: 17px;
padding: 14px 16px;
}
.page {
top: 50px;
}
.brelocation_items {
margin: 8px 10px;
}
.page_header h2,
.page_header .h2 {
padding-bottom: 35px;
}
.brelocation_listing {
margin: 0 0 35px 0;
}
.bottomimage_gallery-items a {
width: calc(33.33% - 20px);
padding: 24% 0 0 0;
}
.bottomimage_gallery-wrap {
margin: 0 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.location-box-wrap {
margin: 0;
max-width: 100%;
}
.footer_links {
max-width: 100%;
}
.footer_links ul li a {
padding: 0px 0px 10px 32px !important;
}
.footer_links ul li {
padding: 0 !important;
}
.page_header h2,
.page_header .h2 {
padding-bottom: 30px;
}
h2 {
font-size: 28px;
line-height: 1.25;
}
.brelocation_listing {
margin: 0 0 35px 0;
}
.blue-btn {
font-size: 16px;
padding: 14px 14px;
min-width: 120px;
text-align: center;
}
body .cky-consent-container {
display: none !important;
width: 0 !important;
height: 0 !important;
opacity: 0 !important;
visibility: hidden !important;
}
}
@media only screen and (max-width: 610px) {
.brelocation_listing {
margin: 0;
}
.brelocation_listing+.page-the_content {
margin-top: 35px;
}
.page_header h2,
.page_header .h2 {
font-size: 30px;
line-height: 1.1;
}
.bottomimage_gallery-items {
margin: 0;
}
.bottomimage_gallery-items a {
width: calc(50% - 20px);
padding: 36% 0 0 0;
margin: 10px 0;
}
}
@media only screen and (max-width: 480px) {
.location-box-wrap .location-box {
padding: 10px;
max-width: 100%;
text-align: center;
}
.bottomimage_gallery-items a {
width: 100%;
max-width: 280px;
padding: 50% 0 0 0;
}
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress-table-name{text-decoration:underline}.dt-container{margin-bottom:0}.tablepress tfoot th,.tablepress thead th{background-color:#007ac7;color:#fff}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#003A6C}[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
}