/*
Theme Name: BP Hello Elementor Mod
Theme URI: https://www.blueprintinternetmarketing.com/
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Version: 1.0.1.1673563222
Updated: 2023-01-12 22:40:22

*/

body{
	font-size: 20px;
	font-family: "calibri",sans-serif;
}

#page-header{
    background-color: rgba(19,40,76,0.85);
}

/*sticky header*/
@media screen and (min-width: 481px){
	#page-header{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	}
}
@media screen and (min-width: 768px){
	body.admin-bar #page-header{
		top: 32px;
	}
}

a:not(:hover){
	color: #00D8FF;
}

.bar h1, .bar h2, .bar h3, .bar h4, .bar h5, .bar p,
h1.bar , h2.bar , h3.bar , h4.bar , h5.bar , p.bar {
	position: relative;
}
.bar h1:after, .bar h2:after, .bar h3:after, .bar h4:after, .bar h5:after, .bar p:after,
h1.bar:after , h2.bar:after , h3.bar:after , h4.bar:after , h5.bar:after , p.bar:after {
	content: '';
    display: block;
    width: 65px;
    height: 3px;
    background: #F1BC00;
    margin-top: 24px;
    margin-bottom: 24px;
}

.bg-blue{
	background-color: #13284C;
}
.bg-blue-t{
	background-color: rgba(19, 40, 76, 1);
}
.bg-gold{
	background-color: #F1BC00;
}

.bg-img-red img{
	background-color: #FF003C;
}

.btn a, .btn:not(.elementor-widget){
    border: 0;
    font-weight: 400;
    box-shadow: none;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 6px;
    padding: 5px 1.2em;
	text-transform: uppercase;
	color: #fff;
	transition: 0.8s;
    /*font-family: "calibri",sans-serif;*/
}
.btn-blue a, .btn-blue:not(.elementor-widget){
	background-color: #13284C;
}
.btn-gold a, .btn-gold:not(.elementor-widget){
	background-color: #DBAB00;
}
.btn a:hover, .btn:not(.elementor-widget):hover{
	background-color: #e7e7e8;
	color: #13284C;
}
#download-list-block i.fas.fa-check-circle {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    line-height: 1;
	background: #fff;
	margin-right: 5px;
}

ul.check{
	padding-left: 24px;
}

ul.check li::marker{
	content: '';
	display: none;
}

ul.check li:before{
	content: "\f058";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	display: inline-block;
	width: 13px;
    height: 13px;
    border-radius: 100%;
    line-height: 1;
    background: #fff;
	color: #319FFD;
    margin-left: -25px;
    margin-right: 10px;
    font-size: 14px;
}

.content-ol {
	padding-left: 20px;
}

.content-ol li span {
	display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.desktop-popout {
    max-width: 80%;
    position: absolute!important;
    bottom: -50px;
    left: -50px;
}
@media screen and (max-width: 480px){
	.desktop-popout {
		bottom: 75px;
		left: 0;
	}
}

h1,.h1{
	font-size: 60px;
    font-weight: 600;
    letter-spacing: 3px;
	margin: 0;
}
h2,.h2{
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}
h3,.h3{
	font-size: 26px;
}
.h4, .h4 h4{
	font-size: 17px;
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6{
	color: #13284C;
}

@media screen and (max-width: 499px) {
	
	h1,.h1{
		font-size: 50px;
	    letter-spacing: 2px;
	}
}

.img-mx-h img{
	max-height: 235px;
	width: auto;
}

.holiday-hide{
	display:none!important;
}

.of-hidden{
	overflow: hidden;
}

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

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

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

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

@media screen and (max-width:767px) {
	.xs-bg-blue{
		background: #13284c;
	}
	.xs-bg-white{
		background: #fff;
	}
	.xs-bg-dwhite{
		background: #F0F0F0;
	}
}

.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll {
    justify-content: center;
	max-height: 480px;
    overflow: hidden;
	align-content: flex-start!important; 
}

.text-bold {
    font-weight: 600;
}
.text-blue{
	color: #13284C;
}
.text-center{
	text-align: center;
}
.text-center .bar h1:after,
.text-center .bar h2:after,
.text-center h2.bar:after,
.text-center .bar h3:after,
.text-center .bar h4:after,
.text-center .bar h5:after,
.text-center .bar p:after{
	margin: 24px auto;
}
.text-lg{
	font-size: 125%;
}
.text-sm{
	font-size: 70%;
}
.text-gold, .text-gold h3{
	color: #DBAB00;
}
.text-red{
	color: #FF000F;
}
.text-white,
.text-white h1, .text-white h2, .text-white h3, .text-white h4{
	color: #fff;
}
.link-text-white,
.link-text-white:hover {
	color: #fff !important;
}
.text-uppercase{
	text-transform: uppercase;
}

.w-100{
	width: 100%;
}

.x-remain{
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	display: inline-block;
}

.x-remain:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: -10px;
    width: 50px;
    height: 50px;
    line-height: 1;
    border-radius: 100%;
    background: red;
    color: #fff;
    font-size: 14px;
    padding: 10px 6.8px;
    text-align: center;
}

.x-remain-1:after{
	content: "Only 1 Left!";
}
.x-remain-2:after{
	content: "Only 2 Left!";
}
.x-remain-3:after{
	content: "Only 3 Left!";
}
.x-remain-4:after{
	content: "Only 4 Left!";
}

@media screen and (max-width: 1023px){
	.bg-blue-angle, .bg-blue-angle-2{
		background-color: #13284c;
	}
}
.d-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.d-flex.va-center{
	align-items: center;
}
.d-flex .col{
	flex: 1 0 100%;
}	

@media screen and (min-width: 481px){
	.d-flex .col-sm-80{
		flex: 1 0 80%;
	}
	.d-flex .col-sm-70{
		flex: 1 0 70%;
	}
	.d-flex .col-sm-60{
		flex: 1 0 60%;
	}
	.d-flex .col-sm-50{
		flex: 1 0 50%;
	}
	.d-flex .col-sm-40{
		flex: 1 0 40%;
	}
	.d-flex .col-sm-30{
		flex: 1 0 30%;
	}
	.d-flex .col-sm-25{
		flex: 1 0 25%;
	}
}

@media screen and (min-width: 1024px){
	.d-flex .col-80{
		flex: 1 0 80%;
	}
	.d-flex .col-70{
		flex: 1 0 70%;
	}
	.d-flex .col-60{
		flex: 1 0 60%;
	}
	.d-flex .col-50{
		flex: 1 0 50%;
	}
	.d-flex .col-40{
		flex: 1 0 40%;
	}
	.d-flex .col-30{
		flex: 1 0 30%;
	}
	.d-flex .col-25{
		flex: 1 0 25%;
	}
	.bg-blue-angle:before {
		content: '';
		display: block;
		width: 100%;
		position: absolute;
		height: 0;
		border-style: solid;
		border-width: 465px 184px 0 0;
		border-color: #13284c transparent transparent transparent;
		left: 32%;
	}
	.bg-blue-angle-2{
		
	}
	.bg-blue-angle-2:before {
		content: '';
		display: block;
		width: 80vw;
		position: absolute;
		height: 0;
		border-style: solid;
		border-width: 560px 215px 0 0;
		border-color: #13284c transparent transparent transparent;
		right: -20%;
	}
	#page-footer.ss .bg-blue-angle-2:before{
		border-width: 600px 220px 0 0;
	}
	
	.bg-blue-angle, .bg-blue-angle-2{
		background-color: transparent;
	}
	.bg-blue-angle-2-t:before {
		content: '';
		display: block;
		width: 100vw;
		position: absolute;
		height: 0;
		border-style: solid;
		border-width: 660px 315px 0 0;
		border-color: #13284c transparent transparent transparent;
		right: -50%;
		opacity: 0.8;
	}
}

.bg-icon-1 .elementor-widget-container > *,
.bg-icon-2 > *,
.bg-icon-1 .elementor-shortcode > *{
	position: relative;
}

.bg-icon-1 .elementor-widget-image .elementor-widget-container:before,
.bg-icon-1 .elementor-shortcode:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(https://blueprint.sirv.com/hp-miss/holiday-sale/hp-bg-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -10%;
    top: -10%;
}

.bg-icon-2:after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background-image: url(https://blueprint.sirv.com/hp-miss/holiday-sale/hp-bg-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -21%;
    bottom: -47%;
    opacity: 0.5;
}

.bg-icon-3:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 150%;
    background-image: url(https://blueprint.sirv.com/Hydropool/factory-sale-2023/bg-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -21%;
    top: 10%;
    opacity: 0.1;
}

.bg-overlay-half-1:before {
	content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #13284C;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.bg-overlay-half-2:before {
	content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #F0F0F0;
    top: 0;
    right: 0;
    opacity: 0.9;
}

section.elementor-section {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}
/*
section:not(.elementor-inner-section) .elementor-container {
    padding-left: 8px;
    padding-right: 8px;
}
*/

@media screen and (max-width: 414px){
	#page-hero .text-res h1 {
		font-size: 10vw;
	}
}

#download-list-block .elementor-widget .elementor-icon-list-item{
	align-items: flex-start;
}

#download-list-block .elementor-widget .elementor-icon-list-icon{
	margin-top: 0.5em;
}

.testimonials {
	display: none;
}

.testimonials.general {
	display: block;
}

@media screen and (min-width: 1440px){
	#maximize-fun.ss{
		background-size: 55% auto;
	}
}

@media screen and (min-width: 1600px){
	#page-footer.ss {
		background-size: 55% auto;
	}
}


.model-list .model img{
	display: block;
	margin: 0 auto;
}
.model-list .model-footer{
	text-align: center;
	color: #F1BC2B;
	background: #13284C;
	padding: 10px 1em;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.model-list .model-footer strong:last-child {
	color: #FFF;
}

.d-flex.model-list{
	gap: 20px;
}

.d-flex.model-list .model{
	flex: 0 0 calc(25% - 20px);
	padding-bottom: 90px;
    position: relative;
}

@media screen and (max-width: 992px){
	.d-flex.model-list .model{
		flex: 0 0 calc(33.33% - 20px);
	}
}

@media screen and (max-width: 768px){
	.d-flex.model-list .model{
		flex: 0 0 calc(50% - 20px);
	}
}

@media screen and (max-width: 480px){
	.d-flex.model-list .model{
		flex: 0 0 100%;
	}
}

/*Forms */
fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}

.frm_forms input, .frm_forms select .frm_forms textarea {
	color: #13284C;
}

.frm_forms input::placeholder, .frm_forms textarea::placeholder {
	color: #13284C;
}
.frm_forms input, .frm_forms select, .frm_forms textarea, .frm_forms button[type=submit] {
    width: 100%;
    margin-bottom: 0.75em;
    box-sizing: border-box;
	border-radius: 6px;
	font-size: 18px;
    line-height: 24px;
}

.no-border .frm_forms input, 
.no-border .frm_forms select, 
.no-border .frm_forms textarea{
	border: 0;
}
.frm_forms input[type=submit], .frm_forms button[type=submit]{
	background-color: #DBAB00;
	color: #fff;
	transition: 1s;
	margin-bottom: 0;
	border: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.frm_forms input[type=submit]:hover, .frm_forms button[type=submit]:hover{
	color: #13284C;
	background-color: #e7e7e8;
}
.dialog-message .frm_forms .vertical_radio {
	font-size: 18px;
}
.frm_forms .vertical_radio .frm_opt_container {
	display: flex;
	padding-bottom: 0.75em;
}
.frm_forms .vertical_radio .frm_opt_container .frm_radio > label {
	display: flex;
	width: auto;
}
.frm_forms .vertical_radio .frm_opt_container .frm_radio {
	margin-right: 15px;
}
.frm_forms .vertical_radio .frm_opt_container .frm_radio:last-child {
	margin-right: 0;
}
.frm_forms .vertical_radio .frm_opt_container input[type=radio]{
	width: 15px;
	height: 15px;
	margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 0;
}
#page-header .frm_fields_container{
	display: flex;
}

#page-header .frm_forms input{
	margin-bottom: 0;
}

#page-footer .heading {
	margin-bottom: 50px;
}

#page-footer h2 {
	color: #DBAB00;
}

#page-footer h3 {
	color: #319FFD;
	font-weight: 700;
}

#page-footer p {
	color: #fff;
	margin-bottom: 5px;
}

#page-footer p.sub-text {
	font-size: 25px;
	margin-bottom: 10px;
}

#page-footer p.phone {
	color: #319FFD;
}

#page-hero.sl .col-1 {
	width: 100% !important;
}

#page-hero.sl .col-2 {
	display: none;
}

#page-hero h1 {
	text-shadow: 1px 1px 15px #000;
}

#page-hero p {
	font-size: 25px;
	text-shadow: 1px 1px 15px #000;
}

#page-hero .page-hero-spacer {
	display: none;
}

@media screen and (max-width: 767px) {

	#page-hero {
		padding: 6em 0em 9em 0em;
	}

}

@media screen and (max-width: 480px) {

	#page-hero {
		padding: 2em 0em 7em 0em;
	}

}

ul.schedule-list {
    display: flex;
    flex-wrap: wrap;
	list-style: none;
    padding-left: 0;
}

ul.schedule-list li {
	border-right: 3px solid #319FFD;
	padding-right: 10px;
	margin-right: 10px;
}

ul.schedule-list li:last-child {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}

ul.schedule-list li span {
	font-weight: bold;
}

@media screen and (max-width: 1023px) {

	ul.schedule-list {
		flex-direction: column;
	}

	ul.schedule-list li {
		border-right: none;
		padding-right: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
	}

	ul.schedule-list li:last-child {
		margin-bottom: 0px;
	}
}


.collection-heading {
	max-width: 330px;
    margin-bottom: 271px !important;
}

.ss-collection-heading {
	margin-top: 100px;
}

.ht-collection-list,
.ss-collection-list,
.dm-collection-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dm-collection-list {
	margin-top: -264px;
}

.ht-collection-list {
	margin-top: -278px;
}

.ss-collection-list {
	margin-top: -278px;
}

.collection-col {
	width: calc(33.333% - 16px);
	flex-direction: column;
    justify-content: space-between;
	background-image: url(https://blueprint.sirv.com/Hydropool/factory-sale-2023/bg-accent-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 13px #000;
	margin: 0 8px 0 8px;
	padding: 30px !important;
}

.dm-collection-list .collection-col {
	width: calc(25% - 16px);
	background-image: url(https://blueprint.sirv.com/dreammaker/factory-sale-2023/bg-accent-4.png);
	padding: 30px 15px 15px !important;
}

.collection-sc,
.collection-sc .elementor-widget-container,
.collection-sc .elementor-widget-container .elementor-shortcode {
	height: 100%;
}

.collection-col-inner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.collection-content h2 {
	line-height: 1;
}

.collection-img {
	width: 100%;
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.dm-collection-list .collection-img {
	min-height: 255px;
} 

#ss-collection .collection-img {
	width: 60%;
	max-width: 250px;
	min-height: 310px;
	margin-bottom: 20px;
}

.collection-btn {

}

@media screen and (max-width: 1023px) {

	.dm-collection-list,
	.ht-collection-list,
	.ss-collection-list {
		flex-direction: column;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}


	.ht-collection-list,
	.dm-collection-list {
		margin-top: -100px;
	}

	.ss-collection-list {
		margin-top: -100px;
	}

	.collection-col {
		width: 100% !important;
		margin: 0 0 50px;
	}

	.collection-col:last-child {
		margin-bottom: 0;
	}

	.dm-collection-list .collection-col {
		background-image: url(https://blueprint.sirv.com/dreammaker/factory-sale-2023/bg-accent-3.png);
		padding: 30px !important;
	}

	.collection-col > .elementor-widget-wrap {
		max-width: 400px;
    	margin: 0 auto 30px !important;
	}

	.collection-col:last-child > .elementor-widget-wrap {
		margin-bottom: 0 !important;
	}

	.collection-heading {
		text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 0;
	    margin-bottom: 0px !important;
	}

	.collection-heading.bar h2:after {
		margin-left: auto;
		margin-right: auto;
	}

	.dm-collection-list .collection-img {
		min-height: 0;
		margin-top: 0px;
	}

	#ss-collection .collection-img {
		max-width: 165px;
		min-height: 0px;
	}

}

@media screen and (max-width: 767px) {

	.ht-collection-list,
	.dm-collection-list {
		margin-top: -60px;
	}

	.ss-collection-list {
		margin-top: -60px;
	}

}

.book-consultation-cta {
	position: relative;
    background-color: #F0F0F0;
    text-align: center;
    margin: 60px 0;
    padding: 70px 0 80px;
    overflow: hidden;
}

.book-consultation-cta h2 {
	max-width: 405px;
	margin: 0 auto 30px;
}

.download-coupon-block {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    align-items: center;
}

.download-coupon-block.top-block a {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.download-coupon-block {
		grid-template-columns: 1fr;
	}

}

.address-locations-container {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.address-locations-container .single-address-location {
	color: #fff;
}

.address-locations-container .single-address-location .location-title {
	color: #F1BC00;
}

@media screen and (max-width: 990px) {
	.address-locations-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.address-locations-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}