/*
 Theme Name:   Solomon Pools
 Template:     twentytwenty
 Author: Zain
*/
 

/* =================================================================== */
/* ========== Default ========== */
/* =================================================================== */
body{ 
		  font-family: "Josefin Sans", sans-serif;
		font-optical-sizing: auto;
		font-weight: <weight>;
		font-style: normal;
	background:#fff !important;
}

html, body {
	height:100%;
	margin:0px!important;
	padding:0;
	padding:0;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr ,figure,marquee,img { margin:0; padding:0;}
fieldset {border:0}
body a {text-decoration:none; color:#00869B; transition: 0.5s;}
a:hover {color: #004b57;text-decoration:underline;}
a img{border:none;}
p{
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 15px;
	font-weight:500;
}

h1,h2,h3,h4,h5,h6{
	
}
h1{
	font-size: 62px;
  line-height: 68px;
	color: #17AFC7;
	font-weight: 700;
	padding-bottom: 30px;
}
h2{	
	font-size: 54px;
	line-height: 58px;
	color: #000;
	font-weight: 700;
	padding-bottom: 25px;
}
.shadow-heading{
	color: #fff;
	text-shadow: 2px 4px 4px #000000, 2px 2px 4px #000000;
}
h3{
	font-size: 38px;
	line-height: 42px;
	color: #17AFC7;
	font-weight: 600;
	padding-bottom: 10px;
}
h4{
	font-size: 30px;
	line-height: 44px;
	color: #000;
	font-weight: 600;
	padding-bottom: 15px;
}
h4 a{
	font-size: 30px;
	line-height: 44px;
	color: #51A9DA;
	font-weight: 500;
	padding-bottom: 15px;
}
h4 a:hover{
	color:#34353B;
	text-decoration: underline;
}
h5{}
h6 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 4px 4px #000, 2px 2px 4px #000;
  font-weight: 600;
}
li{
	list-style:none;
	}
ul {margin-top:0px; margin-bottom:0px;}

.lst li{font-family: 'Lato', sans-serif;line-height:24px; color:#474D57; font-weight:400; font-size:16px; padding-bottom:8px;}
.lst li::before {
    content: '\2713'; /* Tick code */
    padding-right: 8px;
    color: #6d6d6d;
    margin-top: 0px;
    font-weight: 700;
}
#inner-page .wpb_wrapper ul {
	margin-bottom: 12px;
	margin-left: 15px;
}
#inner-page .wpb_wrapper ol {
	margin-bottom: 12px;
	margin-left: 15px;
}
#inner-page li {
	list-style: disc;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 26px;
	padding-bottom: 5px;
}
#inner-page ol li{
	list-style: decimal;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 26px;
	padding-bottom: 5px;
}
.pool-btn{
	background: #00C0DE;
	color:#fff;
	font-size: 18px;
  font-weight: 600;
	padding:12px 30px;
	box-sizing:border-box;
	cursor:pointer;
	display: inline-block;
	border-radius:0px;
	
}
.pool-btn:hover{
	background:#000;
	color:#fff;
	transition: .5s;
	text-decoration: none;
}
.list-button ul {
	
	margin-left:0px !important;
}
.list-button li {
	list-style:none !important;
	
}
.list-button li a {
  width: 98%;
  background: #00C0DE;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 30px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  border-radius: 0px;
  text-decoration: none !important;
  text-align: center;
  margin: 1% !important;

}
.list-button li a:hover{
	background:#000;
	color:#fff;
	transition: .5s;
	text-decoration: none;
}
.white-btn {
	background: #fff;
	color: #000;
}
.white-btn:hover {
	background: #000;
	color: #fff;
}
.lg-btn{
	padding:12px 50px;
}
.alignright {
	text-align: right;
	float: right;
	width: 400px;
	margin-left: 15px;
	margin-bottom: 15px !important;
	height:auto;
	margin-top: 5px;
  }
.page-id-17 .container {
  max-width: 1600px !important;
}
.steps-bg {
 background: radial-gradient(farthest-corner at 50% 20%, #a5bbbb 0%, #023f64 100%);
  height: 433px;
}
.download-text h2 {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.75) 2px 2px 10px;
	font-size:40px;
	line-height: 48px;
}
.download-text {
  padding-left: 50%;
}
.stp-img-bg .vc_custom_1755121219878 {
  height: 433px !important;
  padding: 100px 0px 60px 0px !important;
}
.gmedia_header {
  display: none;
}
/* =================================================================== */
/* ========== Header CSS ========== */
/* =================================================================== */
#header{
	padding: 0px 0px;
	box-sizing: border-box;
	background: transparent;
/* 	display: flex;
  	justify-content: space-between;
 	align-items: start; */
	position: absolute;
  	width: 100%;
  	z-index: 3;
}
.header-left img{
	width: 315px;
	height: auto;
}
.header-right .mega-menu a{
	font-weight: 600 !important;
}
.header-right .pool-btn{
	font-size:26px;
	font-weight:700;
	height:60px;
	background:#fff;
	color:#000;
}
.header-right .pool-btn:hover{
	background:#fff !important;
	color:#00C0DE !important;
	
}
.header-right {
	display:flex;
	align-items:center;
	margin-top:0px;
	background:#fff;
	justify-content: end;
  gap: 17%;
}
#mega-menu-wrap-primary {
  background: #fff;
}
#mega-menu-wrap-primary a {
  font-size: 20px !important;
  line-height: 60px !important;
  height: 60px !important;
	transition:.5s !important;
}
#mega-menu-wrap-primary a:hover{
	background:#fff !important;
}
#mega-menu-wrap-primary .mega-sub-menu a {
  font-size: 16px !important;
	line-height: 40px !important;
  height: 40px !important;
	color:#fff !important;
}
.color-change #mega-menu-wrap-primary a {
  font-size: 16px !important;
  line-height: 40px !important;
  height: 40px !important;
	transition:.5s !important;
}
.color-change #mega-menu-wrap-primary .mega-sub-menu a {
  font-size: 14px !important;
	line-height: 35px !important;
  height: 35px !important;
	color:#fff !important;
}
.color-change {
  	position: fixed !important;
  	width: 100%;
  	top: 0px;
  	transition: 0.5s;
/* 	background-color:#fff !important;
	box-shadow:2px 2px 20px 4px rgba(0,0,0,.25); */
display: flex;
  justify-content: space-between;
  align-items: center !important;
  background: #fff !important;
}
.color-change .header-left img{
	width: 70px;
	height: auto;
	padding-top: 5px;
}
/* .color-change .header-right .mega-menu a{
	font-size: 16px !important;
} */
.color-change .header-right{
	margin-top:0px;
}

.color-change .header-right .pool-btn{
	margin-top:auto !important;
	font-size:22px !important;
	height:40px !important;
	padding-top:7px !important
}

#mega-menu-item-89 .mega-menu-link {
  padding-left: 40px !important;
  padding-right: 30px !important;
}

.header-left span {
  display: block;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  text-align: center;
	text-shadow:2px 4px 4px #000000, 2px 2px 4px #000000;
}
.color-change .header-left span{
	display:none;
}
.header-left h6{
	text-align:left;
	font-style:italic;
padding-left: 22px;
	  font-size: 19.5px;
}


.color-change .header-left h6{
	display:none;
}
/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
	background:#fff !important;
} */
.scr-show{
display:none;
}
.color-change .scr-show{
display:block !important;
}
.color-change .header-left{
	display:none;
}
.color-change .header-right{
	gap:0px !important;
}
/* =================================================================== */
/* ========== Homepage CSS ========== */
/* =================================================================== */
.thumb-row{
	overflow: hidden;
}
.thumb-box{
	width: 22.3%;
  float: left;
  position: relative;
  margin: 1%;
  
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.th-box strong{
	font-weight:700;
}
.th-box:hover {
	transform: scale(1.1) !important;
	transition: all 172ms ease-out;
  }
.thumb-box img {
	object-fit: contain;
	height: auto;
	border: 5px solid #51A9DE;
}
.thumb-text {
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
	left: 0;
	top: 40%;
	font-size: 40px;
	line-height: 46px;
	font-weight: 500;
	color: #FFFFFF;
  	text-shadow: 2px 4px 4px #000000, 2px 2px 4px #000000;
}
.cus-box {
	overflow:hidden;
	position:relative;
}
.cus-box strong {
 background: #00c0de;
  font-size: 20px;
  font-weight: 600;
  text-shadow: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  top: auto;
  line-height: 46px;
  color: #FFFFFF;
  overflow: hidden !important;
  bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cus-box:hover strong {
 background: #00c0de;
  font-size: 20px;
  font-weight: 600;
  text-shadow: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  left: 0;
  top: auto;
  line-height: 46px;
  color: #FFFFFF;
  overflow: hidden !important;
  bottom: 0px !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.new-cus-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #00c0de;
  border-radius: 8px;
}
.home-width{
	width: 100%;
	max-width: 1280px;
	margin: auto !important;
}
.pool-box {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
	padding-bottom: 30px;
	text-align: center;
}
.pool-box img{
	width: 100%;
	margin-bottom: 20px !important;
 	object-fit: cover;
  	height: 370px;
}
.pool-box .pool-text{
	padding-left: 12px;
	padding-right: 12px;
}
.hottub-box {
	background: rgba(255, 255, 255, 0.75);
	text-align: center;
	padding: 40px;
	padding-bottom: 30px;
  	max-width: 80%;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.hot-right-box{
	float: right;
}


.saunas-box{
	background: #fff;
}
.saunas-box img{
 	object-fit: cover;
  	height: 450px;
}
.saunas-box .pool-text{
	padding-left: 15px;
	padding-right: 15px;
}

.about-left-box {
	padding: 30px 80px 10px 80px !important;
	box-sizing: border-box;
}
.about-left-box p{
	color: #fff;
}


.shadow-text p{
	color: #fff;
	text-shadow: 2px 4px 4px #000000, 2px 2px 4px #000000;
	font-size: 22px !important;
	line-height: 30px !important;
}


.sp-testimonial-content p {
	color: #fff;
  text-shadow: none;
	font-size: 22px !important;
	line-height: 30px !important;
	padding-left: 25px;
	padding-right: 25px;
  }
  .sp-testimonial-client-name{
	color: #fff !important;
	text-shadow: none;
	font-size: 26px !important;
	padding-bottom: 5px !important;
  }
  .about-row{
	padding-left: 15%;
	padding-right: 15%;
  }
  .about-row-box-one .vc_column-inner {
	max-width: 560px;
  }
.about-row-box-two{
	padding-left: 5% !important;
	padding-right: 10% !important;
}
.thumb-full-row{
	overflow:hidden;
}
.thumb-full-box {
  width: 25%;
  float: left;
  position: relative;
	overflow:hidden;
}
.thumb-full-box img {
  object-fit: cover;
  height: 514px;
}

.thumb-full-box-text {
  bottom: 70px !important;
  width: 100% !important;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-shadow: 2px 4px 4px #000000, 2px 2px 4px #000000;
  border: 2px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  max-width: 80%;
  box-shadow: 2px 2px 4px #000, 2px 2px 4px #000;
  position: absolute;
  margin: auto;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
	z-index:1;
	display:block;
}
.thumb-full-box:hover img{
  transform: scale(1.1) !important;
  transition: all 172ms ease-out;
  z-index: 2;
}
/* =================================================================== */
/* ========== Inner Page CSS ========== */
/* =================================================================== */
#inner-page{
	padding: 0px 0px;
}
.container {
	width: 100%;
	margin: 0 auto;
	max-width: 950px;
	padding: 0 15px;
	box-sizing: border-box;
}
.page-id-10 .container {
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding: 0px 0px;
	box-sizing: border-box;
}
.page-id-10 #inner-page{
	padding: 0px 0px;
}
.page-id-10 .single-left {
	overflow: hidden;
}
.page-id-10 h3{
	color: #000;
}

.swimming-page-box{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
	text-align: center;
}
.swimming-page-box img{
	width: 100%;
	height: 330px;
	object-fit: cover;
	margin-bottom: 10px;
	background: #2B4462;
}
.swimming-page-box:hover h4{
	color: #51A9DA;
}
.swimming-page-box h4:hover{
	color: #51A9DA;
	transition: .5s;
}
.swimming-page-box a:hover{
	text-decoration: none;
	color: #51A9DA;
}
.heading-space h4{
	padding-top: 5px;
	padding-bottom: 10px;
}
/* =================================================================== */
/* ========== Footer CSS ========== */
/* =================================================================== */
.inner-head {
  margin-bottom: 70px;
}
#footer{
	border-top: 1px solid #fff;
	padding: 8px 10px !important;
	padding-bottom: 0px;
	box-sizing: border-box;
	background: #000;
	display: flex;
  	justify-content: space-between;
 	align-items: center;
	
}
#footer p{
	padding: 0px;
	margin: 0px;
	font-size:16px;
}
.footer-left a:hover{
	color:#6BBFD7;
}
.footer-menu .menu{
	display: flex;
	gap: 15px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.footer-menu .menu a{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.footer-menu .menu a:hover{
	color:#51A9DE;
}
.footer-btm p {
	font-size: 14x;
	color: #fff;
}
.footer-btm p a{
	color: #fff;
}
.footer-left .sub-menu{
	display:none !important;
}
.footer-center a {
	margin: 0px 5px;
	font-size: 28px;
	color: #fff;
}
.footer-center a:hover{
	color:#51A9DE;
}
.footer-right {
	display: flex;
	align-items: end;
	justify-content: flex-end;
	padding-top: 5px;
  }
.footer-right img {
	height: 65px;
}
.footer-right p{
	display: flex;
  align-items: center;
}
.footer-right p .pool-btn{
	font-size: 18px;
	font-weight: 500;
	margin-top: 0px;
	margin-right: 30px;
	background: #fff;
	color: #000;
	padding: 16px 32px;
}
.footer-right p .pool-btn:hover{
	background:#51A9DE;
	
}



.ea-header{
	padding-bottom:0px !important;
	color:#000 !important;
}
.ea-body p {
  color: #000 !important;
}
#sp-ea-56.sp-easy-accordion > .sp-ea-single > .ea-header button {
  color: #000;
}
.two-col-list li {
  width: 50%;
  float: left;
}
.two-col-list ul {
  display: inline-block;
}
.page-id-432 .new-cus-box img{
	height:320px;
}
/* .page-id-432 .cus-box strong {
  width: 94%;
  left: 3%;
} */
.page-id-432 .cus-box:hover strong {
 background: #17AFC7;
  font-size: 20px;
  font-weight: 600;
  text-shadow: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  left: 0;
  top: auto;
  line-height: 46px;
  color: #FFFFFF;
  overflow: hidden !important;
  bottom: 0px !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* #n2-ss-2 {
  min-height: 50vh;
} */


.w-form{
	margin-top:-30px;
}

.w-form .infusion-field {
  width: 100%;
	margin-bottom:15px;
}
.w-form .infusion-field input {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 15px;
	margin-top: 5px;
	box-sizing:border-box;
}
.w-form .infusion-field select {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 15px;
	margin-top: 5px;
	box-sizing:border-box;
	background:#fff !important;
}
.w-form .infusion-option {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}
.w-form .infusion-radio input {
  width: auto !important;
	margin-bottom:5px;
}
.w-form .options-container br {
  display: none;
}
.w-form p {
  padding-bottom:0px;
}
.page-id-451 .w-form p {
  display:none;
}
.w-form .infusion-field textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 15px;
	margin-top: 5px;
	box-sizing:border-box;
}
.w-form .infusion-submit button {
  background: #00c0de;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  border-radius: 0px;
  border: 0px;
	margin-top:15px;
	background: #008ebd;
  color: #fff;
  margin-top: 10px;

}
.w-form .infusion-submit button:hover{
	background:#fff;
	color:#000;
}


#sp-testimonial-free-wrapper-127 .sp-testimonial-free-section .sp-testimonial-client-designation {
  color: #000 !important;

}
.foot-form{
	padding:60px 15px 60px 15px; 
	box-sizing:border-box; 
	background:#00C0DE;
	margin-top:35px;
}

.pum-content, .pum-theme-lightbox .pum-content {
  font-weight: 600 !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: transparent !important;
  background-color: transparent !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent !important;
}
.vc_tta-panel-title span {
  background: #00C0DE;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 30px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  border-radius: 99px;
}
.vc_tta-panel-title span:hover{
	background:#000;
}
.vc_tta-panel-title a{
padding:0px !important;
}
.pool-cover-slider {
  float: right;
  width: 440px;
  margin-left: 30px;
}
.blog-pg{
	overflow:hidden;
	padding-bottom:30px;
}
.blog-box {
  width: 48%;
  float: left;
  margin: 1%;
	box-shadow: rgba(17,17,26,.1) 0 4px 16px,rgba(17,17,26,.1) 0 8px 24px,rgba(17,17,26,.1) 0 16px 56px;
	min-height:680px;
}
.blog-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-btm {
  padding: 15px;
  padding-bottom: 40px;
}
.blog-btm h4{
    padding-bottom: 8px;
  line-height: 34px;
  font-size: 27px;

}
.blog-detail-pg .blg-fe-img {
  float: right;
  width: 400px;
  margin-left: 15px;
	margin-top:5px;
}
.blog-detail-pg .blg-fe-img img{
 
  width: 100%;
	height:auto;
 margin-bottom: 15px;
}
.blog-detail-pg ul{
	margin-bottom:20px;
	margin-left:20px;
}

.more-info-content .pool-btn {
  width: 31%;
  float: left;
  margin: 1%;
  text-align: center;
border-radius:12px;
	font-weight:700 !important;
}
/* .more-info-content .pool-btn:hover{
	background:#17afc7;
} */

.home-text-sec {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 40px;
  min-height: 550px;
}
/* =================================================================== */
/* ========== Responsive CSS ========== */
/* =================================================================== */
@media (max-width: 1770px) { 
.thumb-full-box-text {
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
}
@media (max-width: 1600px) { 
	.thumb-full-box-text {
  font-size:28px;
}
.page-id-17 .container {
 padding-left:15px;
		padding-right:15px;
}
	.inner-swim-row .vc_col-sm-8 {
  width: 98%;
  margin: 0px 1%;
}
}
@media (max-width: 1460px) { 
		.thumb-full-box-text {
  font-size:24px;
}
	.download-text {
  padding-left: 40%;
}
#mega-menu-wrap-primary a {
  font-size: 16px !important;
	height: 54px !important;
	line-height: 54px !important;
	}
	#mega-menu-wrap-primary .mega-sub-menu a{
		font-size:15px !important;
	}
	.header-right .pool-btn {
  font-size: 22px;
  height: 54px;
}
	.footer-left p {
    font-size: 14px !important;
  }
}
@media (max-width: 1280px) {
		.download-text {
  padding-left: 30%;
}
		.thumb-full-box-text {
  font-size:22px;
}
	.container{
		padding-left:15px;
		padding-right:15px;
	}
	
	.header-left img {
  width: 170px;
  height: auto;
}
	.header-left span {
text-align:left;
  font-size: 28px;
	}
	 .header-left h6 {
    font-size: 10.5px;
		 padding-left:14px;
  }
	.footer-menu .menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
	.footer-left p{
		font-size: 14px !important;
	}
	
}
@media (max-width: 1199px) { 
	.download-text {
  padding-left: 2%;
}
.header-right .pool-btn {

	margin-right: 65px;
}
	button#responsive-menu-button{
		right:10px !important;
	}
	.header-right{
		margin-top:15px;
	}
	#footer{
		display:block;
		text-align:center;
	}
	.footer-right {
		margin-top:15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
	.footer-menu .menu {
		margin-top:10px;
  display: flex;
  gap: 15px;
  margin-left: 0px;
  padding-bottom: 5px;
  align-items: center;
  justify-content: center;
		display:none;
}
	.thumb-full-box {
  width: 50%;
  float: left;
  position: relative;
}
}

@media (max-width: 991px){
	.more-info-content .pool-btn {
  width: 48%;
  float: left;
  margin: 1%;
  text-align: center;
	
}
}

@media (max-width: 767px) { 
	
	h1 {
		font-size: 48px;
		line-height: 52px;
	}
	h2 {
    font-size: 40px;
    line-height: 44px;
  }
	.header-left img{
		width:150px;
	}
	.header-left span{
		font-size:24px;
		text-align:left;
		padding-left:2px;
	}
	.color-change{
		background:#fff !important;
	}
	.download-text {
  padding-left: 2%;
}
	.pool-cover-slider {
  float: none;
  width: 100%;
  margin-left: 0px;
		margin-bottom:15px;
}
	.header-left h6 {
    font-size: 13.3px;
  }
.blog-box {
  width: 98%;
  float: left;
  margin: 1%;
	box-shadow: rgba(17,17,26,.1) 0 4px 16px,rgba(17,17,26,.1) 0 8px 24px,rgba(17,17,26,.1) 0 16px 56px;
}
}
@media (max-width: 575px) {
	.thumb-full-box {
  width: 98%;
  float: none;
		margin:1%;
  position: relative;
}
	.more-info-content .pool-btn {
  width: 98%;
  float: left;
  margin: 1%;
  text-align: center;
	
}
	.blog-detail-pg .blg-fe-img {
  float: none;
  width:100%;
  margin-left: 0px;
 
	margin-top:0px;
}
	.two-col-list li {
  width: 100%;
  float: left;
}
  .header-left img {
    width: 110px;
  }
	 .header-right .pool-btn {
    font-size: 16px;
    height: 54px;
    padding: 16px 10px;
  }
	.header-left span {
    font-size: 17.5px;
	}
	.header-left h6 {
    font-size: 7.5px;
		padding-left:5px;
  }
	.color-change .header-right .pool-btn {
  margin-top: auto !important;
  font-size: 16px !important;
  height: 40px !important;
  padding-top: 10px !important;
}
	.sp-testimonial-content p {

  font-size: 18px !important;
  line-height: 28px !important;
}
	.alignright {
  text-align: right;
  float: right;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px !important;
  height: auto;
}
	.page-id-17 .th-box strong{
		font-size:30px;
	}
}










/* =================================================================== */
/* ========== New CSS ========== */
/* =================================================================== */


.latham-embed-title {
  padding-bottom: 0px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-name{
	line-height:34px !important;
}
.rew-img-st img{
	margin-left:-7px;
}
.header-right{
	background:rgba(255,255,255,0.8);
}
#mega-menu-wrap-primary{
	background:transparent;
}
.header-right .pool-btn{
	background:transparent;
}
/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
	background:rgba(255,255,255,0.7) !important;
} */
.color-change{
	background:rgba(0,0,0,0.8) !important;
}
.color-change .scr-show{
	padding-left:10px;
}
.color-change .header-right{
	background:transparent;
}
/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
box-shadow:none !important;
} */
#mega-menu-wrap-primary a {
 
  line-height: 30px !important;
  height: 30px !important;
  
}
.header-right .pool-btn{
	background:#000;
	border:1px solid #fff;
	margin-top:0px !important;
}
.header-right .pool-btn:hover {
  background: #008ebd !important;
  color: #fff !important;
}
#mega-menu-wrap-primary .mega-sub-menu a:hover {
  background: #008ebd !important;
}
/* #mega-menu-wrap-primary li .mega-sub-menu li a:hover {
  background: #008ebd !important;
} */
#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: #008ebd !important;
 
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
	top:45px;
/* 	background: rgba(255, 255, 255, 0.7); */
}
/* .color-change #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  background: rgba(255,255,255,1) !important;
} */
.color-change #mega-menu-wrap-primary a {
 
  line-height: 25px !important;
  height: 25px !important;
  
}
.color-change #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
	top:35px;
/* 	background: rgba(255, 255, 255, 0.7); */
}

.home-text-sec {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 40px;
  min-height: 550px;
}
.theme-color-bg {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 40px;
  min-height: 550px;
	background:#3D0056;
}
.pool-btn {
	background: #3D0056;
}
.color-bg p{
	color:#fff !important;
}
.color-bg a{
	color:#fff !important;
}
.color-bg .pool-btn {
	background: #fff;
	color:#000 !important;
}
.color-bg .pool-btn:hover {
	background: #000;
	color:#fff !important;
}
.swim-box{
	position:relative;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
	border-top-left-radius:8px;
	border-top-right-radius:8px
}
.swim-box:hover{
	transform: scale(1.1) !important;
  transition: all 172ms ease-out;
}
.swim-box strong{
	background: #3D0056;
  font-size: 20px;
  font-weight: 600;
  text-shadow: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  top: auto;
  line-height: 46px;
  color: #FFFFFF;
  overflow: hidden !important;
  bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sauna-row-box .swim-box img{
	object-fit:contain;
	height:320px;
	border-top-left-radius:8px;
	border-top-right-radius:8px
}
.spa-box-inner img{
	object-fit:cover;
	height:260px;
	border-top-left-radius:8px;
	border-top-right-radius:8px
}
.thursday-row-box .sauna-row-box .swim-box img{
	object-fit:cover;
	height:320px;
	border-top-left-radius:8px;
	border-top-right-radius:8px
}
.feature-table .table {
            width: 100%;
            border-collapse: collapse;
        }
       .feature-table .row {
            display: flex;
        }
        .feature-table .cell {
            flex: 1;
            padding: 10px;
            font-weight:400;
        }
        .feature-table .header {
            background-color: #E1D1E8;
            font-weight: bold;
        }
        .feature-table .bold {
            font-weight: bold;
        }
       .feature-table .content {
            text-align: right;
        }

.header-right {
  background: #3D0056;
	gap: 0px;
	width: 71%;
  float: right;
}
.main-menu li a {
  color: #fff !important;
}
.main-menu li a:hover {
  color: #008ebd !important;
}
.mega-sub-menu li a {
  color: #fff !important;
}
.header-right .pool-btn{
	color:#fff;
	padding-top: 3px;
  padding-bottom: 0px;
  height: 45px;
}

.color-change .main-menu li a {
  color: #fff !important;
}
.color-change .main-menu li a:hover {
  color: #fff !important;
}
.color-change .mega-sub-menu li a {
  color: #fff !important;
}
.color-change #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
box-shadow:none !important;
}
.color-change .header-right .pool-btn {
  margin-top: auto !important;
  font-size: 22px !important;
  height: 40px !important;
  padding-top: 3px !important;
	color: #000 !important;
}
.color-change .header-right .pool-btn:hover{
	color: #3d0056 !important;
}
.home-form-bg{
	background: linear-gradient(to bottom, #3b0055, #002b3b);
}
.form-two-col {
  width: 48%;
  margin: 5px 1%;
	display:inline-block;
}
.form-one-col {
  width: 98%;
  margin: 5px 1%;
	display:inline-block;
	color: #fff;
}
.form-two-col input {
  width: 100%;
  border: 0px;
  padding: 10px;
  box-sizing: border-box;
  color: #000 !important;
}
.form-one-col input {
  width: 100%;
  border: 0px;
  padding: 10px;
  box-sizing: border-box;
  color: #000 !important;
	
}
.form-one-col select {
  width: 100%;
  border: 0px;
  padding: 10px;
  box-sizing: border-box;
  color: #000 !important;
	background:#fff;
}
.form-one-col textarea {
  width: 100%;
  border: 0px;
  padding: 10px;
  box-sizing: border-box;
  color: #000 !important;
}
.form-one-col .wpcf7-list-item {
  width: 100%;
}
.form-one-col .wpcf7-list-item label{
	display:flex;
}
.form-one-col .wpcf7-list-item input {
  width: 16px;
	margin-right:8px;
}
.form-label{
display:block;
	margin-bottom: 10px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  border-radius: 0px;
  border: 0px;
  background: #000;
  text-align: center;
  color: #fff;
}
.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
  background: #fff;
  text-align: center;
  color: #000;
	transition: .5s;
}
.sub-btn {
  text-align: center;
}
.inner-form input{
	border: 1px solid #000;
}
.inner-form select{
	border: 1px solid #000;
}
.inner-form textarea{
	border: 1px solid #000;
}
.inner-form .form-one-col{
	color:#000;
}
.inner-form .wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	border:1px solid #000;
}
.cus-box strong{
	background: #3D0056;
}
.swim-box{
	border-radius:8px;
}
.san-main-row .swim-box{
	min-height:350px;
	text-align:center;
}
.san-main-row .swim-box img {
  object-fit: contain;
  height: 170px;
}
.main-swim-row .swim-box img {
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
h1 {
  color: #3d0056;
}
.header-left h5 {
  color: #fff;
  text-shadow: 2px 4px 4px #000, 2px 2px 4px #000;
  font-weight: 600;
  font-size: 28px;
  font-style: italic;
  padding-left: 25px;
}
.header-left h6 {
  text-align: left;
  font-style: italic;
  padding-left: 28px;
  font-size: 17px;
  margin-top: -10px;
}
.foot-form {
  padding: 60px 15px 60px 15px;
  box-sizing: border-box;
  margin-top: 35px;
  background: linear-gradient(to bottom, #3b0055, #002b3b);
}
.foot-form .pool-btn {
  background: #fff;
}
.foot-form .pool-btn:hover {
  background: #000;
}

.blog-detail .size-post-thumbnail{
	width:100%;
	height:400px;
	object-fit:cover;
	margin-bottom:10px;
}
.thumb-text.new-pool-text span {
  line-height: 22px !important;
  font-size: 16px;
  padding-bottom: 20px;
  display: block;
}
.ins-box{
	overflow: inherit;
	pointer-events: none;
}
.ins-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  background: #00c0de;
  border-radius: 8px;
}

.ins-box strong {
  bottom:-70px;
	padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}


.blog-detail {
  padding-bottom: 30px;
}

#header{
	background:linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.5),rgba(0,0,0,0));
}
.header-left img {
  width: 250px;
	padding-left: 10px;
  padding-top: 15px;
}
body{
	font-family: "Josefin Sans", sans-serif !important;
	background:#fff;
}
.main-menu{
	font-family: "Josefin Sans", sans-serif !important;
}
.header-right .mega-menu a{
	font-weight:400 !important;
}
body a {
  color: #008ebd;
}
body a:hover {
  color: #b99343;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Josefin Sans", sans-serif !important;
	color:#000;
	font-weight:500 !important;
}
h1{
	color:#008ebd;
}
h3{
	color:#008ebd;
}
.pool-btn{
	font-family: "Josefin Sans", sans-serif !important;
	font-weight:500;
	
	background:#fff;
	color:#fff;
	margin-top:10px;
	background:#008EBD;
}
.dark-btn {
  color: #fff;
  background: #000;
}
.pool-btn:hover{
	background:#b99343;
	color:#fff;
}
.foot-form .pool-btn {
  background: #000;
	border:1px solid #fff;
}
.foot-form .pool-btn:hover {
  background: #fff;
	color:#000;
}
.down-btn {
  margin-top: 0px;
}
p{
	color:#000;
}
#inner-page li{
	color:#000;
}
.foot-form {
	display:none;
}
#footer{
	margin-top:30px;
}

/* .page-id-17 #footer{
	margin-top:0px;
}
.page-id-17 .foot-form {
  margin-top: 0px;
	display:block;
} */
.header-right {
	background: transparent;
}
.thumb-full-box {
	width: 33.33%;
}
.thumb-full-box img{
	height:660px;
}
.thumb-full-box-text {
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 16px;
	font-family: "Josefin Sans", sans-serif !important;
}
.foot-form {
  padding: 50px 15px 40px 15px;
  background: #008EBD;
}
.stp-img-bg .vc_custom_1754945090984 {
  height: 433px !important;
  padding: 100px 0px 60px 0px !important;
}

.home-row{
	min-height:550px;
}
.home-row .short-col{
	width:45% !important;
}

.home-row .long-col{
	width:55% !important;
}
.home-text-sec {
 padding-top: 10px !important;
  max-width: 80%;
  margin: auto;
}
.home-row .left-col .home-text-sec {
  padding-top: 10px !important;
  max-width: 80%;
  margin: auto;
}
.white-text p{
	color:#fff !important;
}
#footer{
	font-family: "Josefin Sans", sans-serif !important;
}
.header-right{
	margin-top:20px;
	margin-right:20px;
}
.header-right .pool-btn {
  background: #000;
  border: 1px solid #fff;
  margin-top: 0px !important;
  font-weight: 500;
  padding: 7px 30px !important;
  height: auto;
  padding-bottom: 10px !important;
  margin-left: 20px;
  font-size: 22px;
}
.color-change #mega-menu-wrap-primary a {
  line-height: 20px !important;
  height: 25px !important;
  color: #fff !important;
}
.color-change .header-right .pool-btn {
  margin-top: auto !important;
  font-size: 22px !important;
  height: 40px !important;
  padding-top: 3px !important;
  color: #fff !important;
}
.color-change .header-right .pool-btn:hover {
  color: #fff !important;
}
.image-box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 0px;
    text-decoration: none;
	font-family: "Josefin Sans", sans-serif !important;
  }

  .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .image-box:hover img {
    transform: scale(1.05);
  }

  .title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  align-items: center;   /* Vertical centering */
  justify-content: center; /* Horizontal centering */
  font-size: 24px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px; /* optional for spacing */
  }

  .image-box:hover .title-overlay {
    opacity: 1;
  }
.footer-btm p{
	font-weight:400 !important;
}

.page-id-2742 .foot-form {
  display: block;
}


.custom-tab-buttons {
  display: flex;
  justify-content: center;
  gap:
10px;
}
.custom-tab-buttons .button.is-primary {
  background-color: #64b3c2;
  border-color:
transparent;
  color: #fff;
  width: 100%;
  line-height: 24px;
	font-size:20px !important;
}
.custom-tab-buttons .pool-btn{
	line-height: 24px;
	font-size:20px !important;
	width: 250px;
  height: 60px;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.custom-tab-buttons .book-btn {
  border: 0px;
  width: 100%;
	cursor:pointer;
}
.review-box {
  background: #fff;
  width: 100%;
  padding: 0px 20px 20px 20px;
  text-align: center;
  box-sizing: border-box;
}
.review-box img{
  width:100%;
	height:auto;
}
.review-box:hover{
	transform: scale(1.05) !important;
  transition: all 172ms ease-out;
}

.acces-box{
	width:100%;
	background:#222121;
	padding-bottom:20px;
}
.acces-box img{
	width:100%;
	height:240px;
	object-fit:cover;
}
.acces-box h3{
	padding-left:15px;
	padding-right:15px;
}
.acces-box p{
	padding-left:15px;
	padding-right:15px;
}
.long-height .acces-box{
	min-height:470px;
}
.equip-box img{
	object-fit:contain;
}


.home-slide {
  float: right;
  width: 100%;
  max-width: 50%;
	margin-left:30px;
}
.home-slide-img{
	  float: left;
  width: 100%;
  max-width: 50%;
	margin-right:30px;
}
.home-slide-img img{
	width:100%;
	height:auto;
}
.fiber-slider {
  float: right;
  width: 420px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.about-accordian .vc_tta-panel-title.vc_tta-controls-icon-position-right {
  background: #00C0DE;
	padding-bottom:0px;
}
.about-accordian .vc_tta-panel-title span{
	padding:5px 20px;
}
.about-accordian .vc_tta-panel-title span:hover {
  background: #00C0DE;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after {
  border-color: #fff !important;
}
.color-box {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  text-align: center;
}
.color-box p:first-child{
	padding-bottom:0px;
	line-height:0px;
}
.color-box img{
	width:100%;
	height:250px;
	object-fit:cover;
	margin-bottom:15px !important;
}
.color-box h3{
	font-size:24px;
	line-height:28px;
	padding-bottom:10px;
	
}
.inner-fiber-box img{
	margin-bottom:7px !important;
}
.inner-fiber-box a:hover{
	text-decoration:none;
	color:#fff !important;
}

.inner-fiber-box:hover {
  transform: scale(1.05) !important;
  transition: all 172ms ease-out;
	background:#008ebd;
}
.inner-fiber-box:hover h3{
	color:#fff !important;
}

#footer {
  
  padding: 20px 10px !important;
  text-align: center;
  display: block;
}
.footer-menu .menu{
	justify-content:center;
}
.footer-menu li::before {
  content: "|";
  margin-right: 15px;
  color: #fff !important;
}
.footer-menu li:first-child::before {
  display: none;
}
.step-new-bg .vc_custom_1762982781988 {
  background-position: left center !important;
  min-height: 433px !important;
  padding-top: 100px !important;
}
.steps-bg {
  background: #008ebd;

  height: 433px;
}
.down-btn {
  background: #fff;
  color: #0e8bcc;
}
.sec-img-height img {
  height: 420px;
  object-fit: cover;
  width: 100%;
}
.banner-btn {
  padding: 15px 30px !important;
}
.banner-btn:hover {
  padding: 15px 30px !important;
	color:#fff !important;
	text-decoration:none !important;
}
.header-right .pool-btn {
  
  padding: 12px 30px !important;
  padding-bottom: 10px !important;
}
.color-change .header-right .pool-btn {
	padding-top: 8px !important;
}
.header-left p {
 text-align: center;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  max-width: 260px;
  text-shadow: 0 4px 4px rgba(0,0,0,.25),3px 2px 4px #000;
  margin-top: -20px;
}
@media screen and (max-width: 1825px) {
.main-menu a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
	#mega-menu-item-89 .mega-menu-link {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
}
@media screen and (max-width: 1730px) {
.header-left img {
  width: 250px;
  height: auto;
}
	.header-left h6 {
  padding-left: 18px;
  font-size: 14px;
	}
	.header-left h6 {
  padding-left: 18px;
  font-size: 14px;
	}
	.header-left h5 {
  font-size: 23px;
  padding-left: 18px;
	}
}
@media screen and (max-width: 1730px) {
 
	.home-text-sec {
  padding-top: 10px !important;
  max-width: 90%;
  margin: auto;
}
}
@media screen and (max-width: 1670px) {
	.color-change .header-right{
		width:100%;
	}
	.color-change .main-menu a {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
	#mega-menu-wrap-primary a {
		font-size: 18px !important;
	}
}
@media screen and (max-width: 1550px) {
/* 	#mega-menu-wrap-primary a {
		font-size: 16px !important;
	} */
	
}
@media screen and (max-width: 1380px) {
  .header-right .pool-btn {
    font-size: 16px;
  }
	#mega-menu-wrap-primary a {
		font-size: 14px !important;
	}
	 .header-left img {
    width: 205px;
    height: auto;
  }
	
	.header-left p {
		max-width: 220px;}
	 .header-left h6 {
    padding-left: 17px;
    font-size: 11px;
  }
	  .header-left h5 {
    font-size: 18px;
    padding-left: 17px;
  }
	.header-right{
		width:71%;
	}
}
@media screen and (max-width: 1380px) {
  .header-right .pool-btn {
    font-size: 16px;
    padding: 12px 25px !important;
  }
	.color-change .header-right .pool-btn {
  padding-top: 10px !important;
  font-size: 16px !important;
}
}
@media screen and (max-width: 1205px) {
.header-right {
  background: transparent;
  width: auto !important;
	margin-top: 10px;
}
	#responsive-menu-button{
		top: 10px !important;
  right: 10px !important;
	}
}

@media screen and (max-width: 767px) {
.thumb-full-box {
  width: 100%;
}
	.thumb-full-box-text {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
	}
	.thumb-full-box img {
  height: auto;
}
	.home-row .long-col {
  width: 100% !important;
}
	.home-row .short-col {
  width: 100% !important;
}
	.home-slide {
  float: right;
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
		margin-bottom:15px;
}
	.home-text-sec {
  padding-top: 10px !important;
  max-width: 90%;
  margin: auto;
}
	.home-slide-img {
  float: left;
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 15px;
}
	.sec-img-height img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
	 .header-left img {
    width: 105px;
    height: auto;
    padding: 0px;
    padding-left: 0px;
    padding-left: 5px;
    
  }
	.mob-pos{
		position:absolute;
		top:5px;
	}
	.header-left p{
		display:none;
	}
	.mob-hide{
		display:none;
	}
	.gal-btn{
		padding-left:20px;
		padding-right:20px;
	}
}

