/*
 Theme Name:   Dealer Child
 Theme URI:    https://www.designstudio.com/
 Description:  Dealer Theme Child Theme
 Author:       Design Studio
 Author URI:   https://www.designstudio.com/
 Template:     dealer-theme
 Version:      1.3.0
*/

/*menu repositioning */
@media (min-width: 1024px) {
	.desktop-primary .menu li.ds-mega-menu:nth-child(3):hover > .sub-menu {
	left: 0!important;	
	}
}

/* CUSTOM CSS */
@font-face {
    font-family: 'prelomedium';
    src: url('dist/fonts/Prelo-Medium.eot');
    src: url('dist/fonts/Prelo-Medium.eot?#iefix') format('embedded-opentype'),
        url('dist/fonts/Prelo-Medium.woff2') format('woff2'),
        url('dist/fonts/Prelo-Medium.woff') format('woff'),
        url('dist/fonts/Prelo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

section h3:first-of-type,
.general.block div.gb-header div.content h2,
.home .collection-reviews h2.title {
    font-size: 2.5em;
    text-transform: capitalize;
}

.home section .general-block-inner h3,
.home .general.block div.gb-header div.content h2,
.home .collection-reviews h2.title {
    position: relative;
    margin-bottom: 0.5em !important;
    padding-bottom: 0.2em;
}

.home section .general-block-inner h3:after,
.home .general.block div.gb-header div.content h2:after,
.home .collection-reviews h2.title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    margin: 5px auto;
    width: 70px;
    height: 8px;
    background: #f49334;
}

.home .general-block-inner > p {
    font-family: prelobook;
    line-height: 30px;
}

.custom-button,
button,
.button {
    background: #f49334 none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font-family: prelomedium;
    line-height: normal;
    margin-top: 0.6em;
    padding: 0.8em 2em 0.5em;
    text-transform: uppercase;
    border-radius: 2px !important;
    font-size: 20px;
}

.custom-button:hover,
button:hover,
.button:hover {
    background: #0c3a5e none repeat scroll 0 0;
}

/* CUSTOM HEADER CSS */
.header2 h1 {
    /* background-color: #FF8922; */
    background-color: #f49334;
    background-repeat: no-repeat;
    background-size: 230px auto;
    /* height: 180px; */
    height: 100%;
    left: 0;
    margin: 0;
    top: 0;
    width: 280px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.header2 ul.main.nav {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    float: right;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    width: 100%;
    padding-right: 0;
    display: flex;
}

.header2 ul.main.nav li {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 14px 25px;
}

.header2 ul.main.nav li:last-child {
    border-right: none;
}

.header2 nav.global {
    padding-top: 2em;
    width: calc(100% - 280px);
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.header2 .head-text {
    /* float: right; */
    font-family: prelosemibold;
    font-size: 0.9em;
    padding-top: 0;
    color: #fff !important;
}

.header2 ul.main.nav li a {
    font-family: prelomedium;
}

.header2 .float-right {
    margin-top: 1em;
    width: 84%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header2 nav.utilities-nav ul li:first-of-type {
    border-left: medium none;
}

.header2 nav.utilities-nav ul li {
    border-right: medium none;
}

.header2 nav.utilities-nav ul li a {
    font-family: prelomedium;
    font-size: 0.9em;
    padding: 0.5em 1.2em;
    color: #fff !important;
}

.header2 ul.main.nav li ul::before {
    color: #ffffff;
    top: -22px;
}

.header2 ul.main.nav li.menu-item-has-children a::after {
    /* color: rgba(255, 255, 255, 0.5);
    content: "▲";
    font-size: 15px;
    margin-left: 8px;
    margin-top: 4px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); */

    color: rgba(255, 255, 255, 0.5);
    content: "▲";
    font-size: 15px;
    margin-left: 8px;
    margin-top: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    top: initial;
    transform: none;
    height: auto;
    width: auto;
    text-align: center;
    transform: rotate(180deg);
}

.header2 header .container {
    max-width: initial;
}

.header2 ul.main.nav li.menu-item-has-children:hover a::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header2 ul.main.nav li:hover {
    background: #0c3a5e;
}

.header2 ul.main.nav ul.sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: medium none;
    background: none;
}

.header2 ul.main.nav ul.sub-menu li:last-child {
    border-bottom: none;
}

.header2 ul.main.nav ul.sub-menu li a:after {
    content: none;
}

.header2 div.cart-search-combo {
    display: none;
}

.header2 nav.utilities-nav ul {
    margin: 0 25px 0 0 !important;
}

.header2 ul.main.nav > li:last-of-type ul.sub-menu {
    left: auto;
    right: 0;
}



/*************** New Header 2 utilities Nav Css *********/

.header2 nav.utilities-nav ul li {
    position: relative;
}

.header2 nav.utilities-nav ul li ul.sub-menu {
    display: flex;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 100%;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: all .8s;
    z-index: 999;
}

.header2 nav.utilities-nav ul li.menu-item-has-children a::before {content: "▲";position: absolute;right: 0;transform: rotateX(140deg) rotateY(180deg);top: 5px;color: #fff;}

.header2 nav.utilities-nav ul li a:hover {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}

.header2 nav.utilities-nav ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: all .8s;
}

.header2 nav.utilities-nav ul li:hover ul.sub-menu li a {
    color: #0c3a5e !important;
}

.header2 nav.utilities-nav ul li.menu-item-has-children ul li a::before {
    content: "";
    display: none;
}

.header2 nav.utilities-nav ul li ul.sub-menu li a:hover {
    background: none;
    color: #f49334 !important;
}

.header2 .float-right .menu-with-cart .cart-search-combo.cf {
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

.header2 nav.utilities-nav ul li a:hover {
    text-decoration: none !important;
    outline: none !important;
}

.header2 .float-right .menu-with-cart .cart-search-combo.cf a.cart {
    display: flex;
    height: 25px;
    position: relative;
    padding: 0;
    color: #fff !important;
    justify-content: space-between;
    width: 80px;
}

.header2 .float-right .menu-with-cart .cart-search-combo.cf a.cart .the-cart-quantity {
    position: static;
    background-color: transparent;
    color: white !important;
    padding: 0;
    border-radius: 0;
    line-height: 1.5;
    font-size: 1em;
    margin-left: 2px;
}

.header2 .float-right .menu-with-cart .cart-search-combo.cf a.cart img {
    width: 25px;
    margin-top: 0;
    height: 25px;
}
.header2 nav.utilities-nav ul {
    margin: 0 !important;
}
.header2 nav.utilities-nav ul li {
    margin: 0 25px 0 0 !important;
}
/****************/

.home .video-header .overlay .container .the-content a,
.home section.img-pan .the-content a {
    display: inline-block;
    font-family: prelomedium;
    font-size: 21px;
    max-width: 400px;
    padding: 0.5em 2em;
    text-transform: uppercase;
}

.home .video-header video {
    height: auto;
}

.home .video-header .overlay .container .the-content .the-links a:first-child,
.home .img-pan .container .the-content .the-links a:first-child {
    position: relative;
    right: 20px;
}

.home .video-header .overlay .container .the-content .the-links .front,
.home .video-header .overlay .container .the-content .the-links .back,
.home .img-pan .container .the-content .the-links .front,
.home .img-pan .container .the-content .the-links .back {
    border-radius: 2px;
}

.home section.aspot.img-pan .the-content h3 {
    font-size: 3em;
    text-transform: uppercase;
}

.home .video-header .overlay .container .the-content h3,
.img-pan .overlay .container .the-content h3 {
    bottom: 2.5em;
    font-size: 3.5em;
    left: 0;
    max-width: 100%;
    right: 0;
    text-align: center;
}

.home .video-header .overlay .container .the-content .the-links,
.img-pan .overlay .container .the-content .the-links {
    bottom: 4em;
    padding-right: 0;
    right: 0;
    left: 0;
    width: 100%;
}

/* CUSTOM HOME CSS */
.general.block.section-block.WLA_our_products .gblocks.wrapper {
    background: #fff none repeat scroll 0 0;
    margin: -6em auto;
    max-width: 1400px;
    padding: 20px;
    position: relative;
    z-index: 9999;
}

.general.block.section-block.WLA_our_products .gblocks.wrapper article {
    padding: 0 0.2em;
}

.general.block.section-block.WLA_our_products .gblocks.wrapper .general-block-inner .imgwithtitle h3 {
    background: transparent none repeat scroll 0 0;
    bottom: 10px;
    font-size: 2em;
    text-transform: uppercase !important;
    z-index: 99;
    letter-spacing: -1px;
    padding: 0 1.2em;
	padding-left: 20px;
    position: absolute;
	margin: 21px !important;
}

.general.block.section-block.WLA_our_products .gblocks.wrapper .general-block-inner .imgwithtitle h3:after {
    content: none;
}

.general.block.section-block.WLA_our_products .general-block-inner .imgwithtitle {
    overflow: hidden;
    position: relative;
}

.general.block.section-block.WLA_our_products img {
    max-width: 100%;
    padding: 0;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    width: 100%;
}

.general.block.section-block.WLA_our_products .general-block-inner:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.general.block.section-block.WLA_serious_fun {
    /* padding-top: 8em; */
    padding-top: 12em;
    padding-bottom: 4em;
}

.general.block.section-block.WLA_serious_fun .general-block-0 .general-block-inner {
    max-width: 600px;
    float: right;
}

.general.block.section-block.WLA_serious_fun .general-block-1,
.general.block.section-block.WLA_serious_fun .general-block-1 img {
/*     padding: 0; */
}

.general.block.section-block.WLA_serious_fun .general-block-1 img {
/*     border: 0 none;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 60%; */
}

.general.block.section-block.WLA_open_pool .gb-header .content {
    margin: 0 auto;
    max-width: 500px;
}

.general.block.section-block.WLA_open_pool .gb-header .content h2::after {
    right: 0;
}

.general.block.section-block.WLA_open_pool .gb-header .content h2 {
    margin-bottom: 1em !important;
}

.general.block.section-block.WLA_patio_furniture {
    margin-top: -4em;
    padding-bottom: 4em;
}

.general.block.section-block.WLA_patio_furniture .general-block-0 .general-block-inner img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.general.block.section-block.WLA_patio_furniture .general-block-1 .general-block-inner {
    max-width: 550px;
    position: absolute;
    top: 53%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.home .collection-reviews,
.home .collection-gallery {
    background: #0c3a5e none repeat scroll 0 0;
    border-bottom: medium none;
    border-top: medium none;
}

.home .collection-reviews h2.title {
    color: #ffffff;
    display: block;
}

.home .collection-reviews h2.title:after {
    right: 0;
}

.home .collection-reviews blockquote p {
    font-family: prelomedium;
    font-size: 26px;
    font-style: normal !important;
    margin-top: 1em;
}

.home .collection-reviews .quote-section img.review-score-img {
    width: 120px;
}

.home .collection-reviews .quote-author {
    color: #fdc858;
    font-family: prelomedium;
    font-size: 16px !important;
    font-style: normal !important;
    letter-spacing: 2px;
    margin-bottom: 25px !important;
    text-transform: uppercase;
}

.home .collection-reviews .submit-review {
    color: #ef953f !important;
    font-family: prelomedium;
    font-size: 16px;
}

.home .collection-reviews .slick-dots li button {
    border-radius: 50% !important;
    font-size: 16px;
    background-color: #b5b7b4;
}

.home .collection-reviews .slick-dots li.slick-active button {
    background-color: #f49334;
}

.home .collection-reviews blockquote p::before {
    content: "“";
}

.home .collection-reviews blockquote p::after {
    content: "”";
}

.general.block.section-block.WLA_request_service .general-block-0 .general-block-inner {
    float: right;
    max-width: 550px;
}

/* CUSTOM FOOTER CSS */
.default.body_container,
.collection-wrapper {
/*     min-height: calc(100vh - 500px); */
/*     -moz-calc: calc(100vh - 500px); */
/*     -webkit-calc: calc(100vh - 500px); */
}

/* possible fix  */
.page-template-template-watkins-collections .collection-wrapper {
    min-height: auto;
}

footer.footer2 .gencontent h3 {
    font-size: 18px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

footer.footer2 .gencontent {
    padding: 0;
}

footer.footer2 .gencontent p {
    font-family: prelomedium;
    font-size: 1em;
    line-height: 26px;
    margin-bottom: 0;
}

footer.footer2 .gencontent a {
    text-decoration: underline;
}

footer.footer2 div.copy.social {
    padding: 0;
}

footer.footer2 div.copy.social p {
    font-family: prelomedium;
    font-size: 1em;
    padding-top: 8px;
}

footer.footer2 .footer-bottom-wrap {
    margin: 0 auto;
    padding: 1.5em 0 2em;
    max-width: 1400px;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    position: relative;
}

footer.footer2 .social-button.footer2 {
    position: absolute;
    right: 20px;
    width: auto;
}

/* CUSTOM MOBILE CSS */
div.mobile.nav header h1 {
    height: 70px;
    margin: 0 !important;
}

div.mobile.nav #nav-toggle span,
div.mobile.nav #nav-toggle span::before,
div.mobile.nav #nav-toggle span::after {
    background: #fff none repeat scroll 0 0;
}

/* CUSTOM MEDIA CSS */
@media screen and (min-width:1600px) {
    .header2 ul.main.nav li {
        padding: 14px 40px;
    }
}

@media screen and (min-width:1025px) and (max-width:1300px) {
    .header2 ul.main.nav li {
        /* padding: 14px 20px; */
    }

    .header2 ul.main.nav li.menu-item-has-children a::after {
        margin-left: 2px;
    }

    .header2 ul.main.nav li a {
        font-size: 1em;
        margin: 0;
    }

    .header2 nav.utilities-nav ul li a {
        padding: 0.5em 0.5em;
    }

    .general.block.section-block.WLA_our_products .gblocks.wrapper .general-block-inner .imgwithtitle h3 {
        font-size: 1.5em;
        padding: 0 1em;
    }
}

@media screen and (max-width:1024px) {
    .general.block.section-block.WLA_our_products .gblocks.wrapper {
        margin: 0 auto;
    }

    .general.block.section-block.WLA_our_products .general-block-inner .imgwithtitle {
        margin-bottom: 1em;
    }

    .general.block.section-block.WLA_serious_fun {
        padding-top: 0;
    }

    .header2 ul.main.nav li {
        border-right: medium none;
        padding: 0;
    }

    .header2 ul.main.nav li.menu-item-has-children a::after {
        content: none;
    }

    div.mobile.nav ul li a:hover {
        color: #333 !important;
    }

    .footer2 .gencontent-wrap .gencontent.fcount0 {
        width: 100% !important;
        text-align: center;
    }

    .footer2 .gencontent-wrap .gencontent.fcount1 img {
        float: none;
    }

    .footer2 .gencontent-wrap .gencontent {
        width: 50% !important;
        min-height: 200px;
    }

    footer.footer2 .social-button.footer2 {
        position: relative;
        right: 0;
    }
}




div.mobile.nav header h1 a img {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .header2 h1 {
        width: 245px;
    }

    .header2 nav.global {
        width: calc(100% - 245px);
    }

    .header2 ul.main.nav li a {
        margin: 0;
        font-size: 18px;
    }
}

.header2 ul.main.nav li {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.header2 nav.utilities-nav ul li a:hover {
    text-decoration: underline;
}


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

    .general.block.section-block.WLA_request_service article,
    .general.block.section-block.WLA_patio_furniture article,
    .general.block.section-block.WLA_serious_fun article {
        width: 100%;
    }

    .general.block.section-block.WLA_serious_fun .general-block-0 .general-block-inner,
    .general.block.section-block.WLA_request_service .general-block-0 .general-block-inner {
        float: left;
        max-width: 100%;
        margin-top: 0;
    }

    .general.block.section-block.WLA_serious_fun .general-block-1 img {
        max-width: 100%;
        position: relative;
    }

    .general.block.section-block.WLA_serious_fun {
        padding-bottom: 0;
    }

    .general.block.section-block.WLA_patio_furniture .general-block-1 .general-block-inner {
        max-width: 100%;
        position: relative;
        top: 0;
        transform: none;
    }
}

@media screen and (max-width:480px) {
    .footer2 .gencontent-wrap .gencontent {
        width: 100% !important;
    }

    .general.block.section-block.WLA_request_service .general-block-outer {
        padding: 2em 0 !important;
    }

    section h3:first-of-type,
    .general.block div.gb-header div.content h2,
    .home .collection-reviews h2.title {
        font-size: 2em;
    }

    .home .general-block-inner > p {
        font-size: 18px;
        line-height: 26px;
    }

    .custom-button,
    button,
    .button {
        font-size: 18px;
        padding: 0.8em 1em 0.5em;
    }

    .home section.aspot.img-pan .the-content h3 {
        font-size: 2.5em;
    }

    .home .video-header .overlay .container .the-content a,
    .home section.img-pan .the-content a {
        display: block;
        font-size: 20px;
        margin: 0.5em 1em;
    }

    .general.block.section-block.WLA_our_products .gblocks.wrapper .general-block-inner .imgwithtitle h3 {
        font-size: 1.5em;
    }

    .home .video-header .overlay .container .the-content .the-links a:first-child,
    .home .img-pan .container .the-content .the-links a:first-child {
        right: 0;
    }

    .home .collection-reviews blockquote p {
        font-size: 20px;
    }
}

/* ==========================provence and florence code, fixing gap===============================================*/
img.ds_shell.florence™-shell {
    margin-bottom: -3.4% !important;
}

img.ds_shell.provence™-shell {
    margin-bottom: -3.4% !important;
}

/* ==========================provence and florence code, fixing gap===============================================*/



.three-col-vl .vl-item:nth-of-type(1) {
    padding-top: 1em;
}

@media only screen and (min-width: 1025px) {
    .three-col-vl .vl-item .fifty-50 {
        width: 100%;
        float: left;
    }

    .three-col-vl.the-vl.cf {
        max-width: 1500px;
        margin: 0 auto;
    }

    .three-col-vl .vl-item.cf {
        float: left;
        margin: 0 0.5%;
        max-width: 32.3%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 1024px) {
    .three-col-vl .vl-item.cf {
        float: left;
        margin: 0 0.5%;
        max-width: 49%;
    }
}

@media only screen and (max-width: 449px) {
    .three-col-vl .vl-item.cf {
        float: left;
        margin: 0 0.5%;
        max-width: 99%;
    }
}


/* Pool Services Forms */

.pool-services .gf_step_number {
    display: none;
}

.pool-services .gf_page_steps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    height: 41px;
}

.pool-services .gf_step_last .gf_step_label {
    border-top-right-radius: 4px;
}

.pool-services .gf_step_first .gf_step_label {
    border-top-left-radius: 4px;
}

.pool-services .gf_step_label {
    border: 1px solid lightgray;
    border-bottom: none;
    background-color: lightgray;
    color: black;
    padding: 1em 1em 0.6em 1em;
}

.pool-services .gfield_label {
    margin: 0 0 .28571429rem;
    font-size: .92857143em;
    font-weight: 700;
    color: #f6c056;
    text-transform: uppercase;
    letter-spacing: 3px;
    /* margin-bottom: 15px; */
}

.pool-services .gfield ul li label {
    color: #fff !important;
    outline: 0;
    font-size: 1em;
}

body.open-my-pool .page-50-50-content,
body.close-my-pool .page-50-50-content {
    background-color: #0b3a5f;
    border-top: 15px solid #dc452a;
}

@media (max-width:1023px) {

    body.open-my-pool div.aspot-content,
    body.close-my-pool div.aspot-content {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.pool-services select,
.pool-services input {
    margin-top: 10px;
    margin-bottom: 0;
}

.pool-services .ginput_container ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

li.gfield.estimated-cost {
    margin-bottom: 40px;
}

li.gfield.estimated-cost {
    color: #fff;
    font-size: 30px;
}

.pool-services .gform_footer {
    padding-left: 1em;
    padding-right: 1em;
}

.pool-services .gform_footer input[type="submit"] {
    background: #f69331;
    border: 1px solid #f69331 !important;
    padding: 18px 30px;
    font-size: 15px;
    position: relative;
}


.page-template-template-collections .collection-wrapper {
    min-height: auto;
}

/*fix hero section, at some point, the hero-b section was on top of the head of one of the models */
@media only screen and (min-width: 1750px) {

    .general.block.section-block.WLA_our_products .gblocks.wrapper {
        margin-bottom: -2.9em;
    }
}

@media only screen and (min-width: 1024px) {
    .general.block.section-block.WLA_serious_fun .general-block-0 .general-block-inner {
        top: 50%;
        transform: translateY(-17%);
        position: relative;
    }
}

.general-block-3 h3 {
    max-width: 150px !important;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    padding: 0 !important;
}

.general.block.section-block.WLA_our_products .gblocks.wrapper .general-block-inner .imgwithtitle h3 {
    line-height: 1;
}

@media only screen and (min-width: 1024px) {
    .header2 ul.main.nav li {
        padding: 14px 40px;
        width: calc(100% / 6);
        padding: 14px 5px;
        text-align: center;
    }

}

@media only screen and (max-width: 1024px) {
    .header2 ul.main.nav li {
        width: 100%;
        display: block;
        height: auto;
    }

    .header2 ul.main.nav {
        display: block;
    }
}

/*--------------------------------------fix alignment on hero sections https://projects.designstudio.com/projects/419/tasks/19411?back_path=my_work -----*/
@media only screen and (min-width: 1024px) {
    .hide-on-tablet {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        width: 100%;
    }
}

.hide-on-tablet {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    display: block !important;

}

div.aspot-content {
    width: 100% !important;
}

@media only screen and (max-width: 1024px) {
    .hide-on-desktop {
        display: none;
    }

    .page-id-3586 div.aspot-content h2 {
        display: none;
    }
}

div.mobile.nav ul li a {
    color: white !important;
}

@media only screen and (max-width: 768px) {
    .hide-on-tablet {
        height: 100%;
    }
}
@media only screen and (max-width: 768px) {
	h3.aspot-subheading.aspot-h3-large {
		font-size: 2em !Important;
	}
}

@media only screen and (min-width: 1024px){
	.seventy30-aspot div.aspot-content {
		height: 80vh !important;
	}
}
@media only screen and (max-width: 1024px){
	.page-id-3586 h2.aspot-page-title {
		display: block !important;
		top: 50%;
        transform: translateY(100%);
	}
	.page-id-3543 h2.aspot-page-title {
		top: 50%;
		transform: translateY(100%);
	}
}


/*--------------------------------------fix alignment on hero sections https://projects.designstudio.com/projects/419/tasks/19411?back_path=my_work -----*/

/*fix hero section, at some point, the hero-b section was on top of the head of one of the models */


div.mobile.nav nav.mobile.nav{
	z-index: 12;
}
.general.block.section-block.WLA_our_products .gblocks.wrapper{
	z-index: 10;
}


.page-template-template-promotions .breadcrumbs {
    display: none;
}




@media only screen and (max-width: 1024px){
	div.aspot-content h2 {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
	}
}


/* Single Post Template - Learn More Section */


.section__learn-more {
  padding: 50px 0;
}

.section__learn-more h2 {
  margin-bottom: 20px;
}

.section__learn-more input[type="submit"],
.section__learn-more input[type="submit"]:hover {
  background: #f49334 none repeat scroll 0 0;
  color: #fff !important;
  display: inline-block;
  font-family: prelomedium;
  line-height: normal;
  margin-top: 0.6em;
  padding: 0.8em 2em 0.5em;
  text-transform: uppercase;
  border-radius: 2px !important;
  font-size: 20px;
}

@media (min-width: 542px) {

  .section__learn-more li.gfield {
    width: calc(50% - 5px);
    display: inline-block;
    outline: none;
  }

  .section__learn-more li.gfield label {
    font-size: 20px;
  }

  .section__learn-more li.gfield:nth-child(even) {
    margin-left: 10px;
  }
}

.single-promotion #input_68_4 {
    max-width: initial;
    margin: initial;
}

.single-promotion .perfect_quiz .gchoice_68_4_0, .single-promotion .gchoice_68_4_1, .single-promotion .gchoice_68_4_2, .single-promotion .gchoice_68_4_3 {
    max-width: initial;
    padding-left: 0;
}

/* Service Page override */
.page-id-22 .gfield_checkbox label {
    text-align: left;
    padding-left: 30px;
}
.page-id-22 .large-6.medium-6.xsmall-12.columns {
	float: right;
}

.ui-datepicker-header a.ui-corner-all { 
	width: auto;
	display: inline-block;
	padding-right: 10px;
}
.ui-datepicker-title select {
	display: inline-block;
	width: 50%;
	float: left;
}
#ui-datepicker-div {
	width: 200px;
	padding: 5px;
	border-radius: 2px;
	background: #fff;
}
table.ui-datepicker-calendar {
	width: 100%;
}
.page-id-1020285 label { color: #000; text-align: left; }

.open-pool-form .gchoice label {
	padding: 0 1.5em;
}


.page-template-dswaves-sync-template #header, 
.page-template-dswaves-sync-template #footer,
.product-template-default #header,
.product-template-default #footer,
.post-template-default #header,
.post-template-default #footer, #header {
	display: none;
}

.elementor-section a[href^=tel],
.elementor-section a[href^=tel]:hover {
	color: #333;
}
.collection-video-reviews .quote-section p.quote-author,
.collection-video-reviews .quote-section blockquote p,
.collection-video-reviews .quote-section p.quote-author {
	color:#fff;
}
#menu-item-1018687 > .sub-menu {
	left:auto;
	right:-9em !important;
}
option[value="OK."] {
display:none !important;
}

.desktop-primary .menu li.ds-mega-menu > .sub-menu > li > a, .desktop-primary .menu li > .sub-menu > li > a{
	font-size: 16px !important;
}

.the-links.block-menu
{
	display: block;
}

.video-header .overlay .container .the-content h3, .img-pan .overlay .container .the-content h3
{
	position: relative;
	bottom: 0px;
}


/* Home Open / Close Pool Start */
.home .close-pool,
.home .open-pool{
	background-image: url(https://s3.amazonaws.com/wp-agilitysquared/combinedpool/wp-content/uploads/2023/01/open-close.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.home .close-pool:after,
.home .open-pool:after{
	content: "";
	background-image: url(https://s3.amazonaws.com/wp-agilitysquared/combinedpool/wp-content/uploads/2023/01/open-close-bottom.png);
	height: 300px;
	margin-top: -200px;
	width: 100%;
    display: block;
    background-position: top center;
    background-size: cover;
	z-index: 100;
    position: relative;
}

.home .close-pool article:last-of-type .custom{
	background-image: url(https://s3.amazonaws.com/wp-agilitysquared/combinedpool/wp-content/uploads/2023/01/leaves.png);	
	background-repeat: no-repeat;
    padding-bottom: 100px;
    background-position: right bottom;
}

.home .close-pool .gblocks,
.home .open-pool .gblocks{
	padding-top:150px;
	position: relative;
	z-index: 1000;
}

.home .close-pool h3,
.home .close-pool p,
.home .open-pool h3,
.home .open-pool p{
	color: #fff !important;
}

.home .close-pool p,
.home .open-pool p{
	max-width: 450px;
	width: 100%;
}
/* Home Open / Close Pool End */

.home section .patio-furniture-updated{
	padding: 50px 0;
}
.home section .patio-furniture-updated .row:first-of-type{
	margin-bottom: 50px;
}
.home section .patio-furniture-updated h3:after{
	content: '';
    margin: 5px auto;
    width: 70px;
    height: 8px;
    background: #f49334;
	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}



.home section .patio-furniture-updated a span{
	display:block;
	text-align:center;
	font-weight: 600;
	font-family: 'prelosemibold', arial, sans-serif;
	margin-top: 20px;
}

.home section .patio-furniture-updated .large-3 a:first-of-type{
	margin-bottom:75px;
	display: block;
}

.WLA_request_service .custom-button{
	display: inline-block;
	margin-right: 10px;
}
.WLA_request_service article:first-of-type .general-block-inner{
	height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.WLA_request_service article:last-of-type .general-block-inner img{
	height: 450px;
}

/* Serious Fun Start */
.WLA_serious_fun{
	max-width: 1400px;
	width:100%;	
	margin: 0 auto;
}
.home .nav-tabs{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	border-bottom: 1px solid #CFCFCF;
}
.home .nav-tabs li{
	padding: 0.5em;
}
.home .nav-tabs li a{
	text-transform: uppercase;
	color: #000;
    font-family: 'prelosemibold';
}

.home .nav-tabs li.active a{
	border-bottom: 7px solid #F49334;
	padding-bottom: 0.5em;
}
.home .WLA_serious_fun .brands-scroll,
.home .WLA_serious_fun .brands-1,
.home .WLA_serious_fun .brands-2,
.home .WLA_serious_fun .brands-3,
.home .WLA_serious_fun .brands-4,
.home .WLA_serious_fun .brands-5,
.home .WLA_serious_fun .brands-6{
	position: relative;
	margin-top:50px;
}
.home .WLA_serious_fun {
    width:215px;
}
.home .WLA_serious_fun .brands-scroll::before{
	content: "";
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	z-index: 100;
}

.home .WLA_serious_fun .brands-scroll::after{
	content: "";
	position:absolute;
	right:0;
	top:0;
	width:100px;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	z-index: 100;
}
.home .WLA_serious_fun .slick-prev{
	position: absolute;
	top: calc(50% - 50px);
	left:0;
	margin: 0 !important;
    padding: 15px;
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
	z-index: 1000;
}
.home .WLA_serious_fun .slick-next{
	position: absolute;
	top: calc(50% - 50px);
	right:0;
	margin: 0 !important;
    padding: 15px;
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
	z-index: 1000;
}


.home .WLA_serious_fun .tab-pane{
	display: none;
}
.home .WLA_serious_fun .tab-pane.active{
	display: block;
}

p.slick-slide.slick-active{
	display: none !important;
}

/* add a overlay to this class .imgwithtitle with black at the bottom and transparent to top */
.imgwithtitle{
    position: relative;
}
.imgwithtitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    height:100%;
}

.patio-furniture-updated span {
    font-size:20px;
}
/* Serious Fun End */

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	.desktop-primary .menu li.ds-mega-menu:nth-child(5):hover > .sub-menu {
		left: -100% !important;
	}
}

@media screen and (max-width: 1024px) {
	.video-header video {
		display: block !important;
	}
}

@media screen and (min-width: 1024px) {
.desktop-primary .menu-item-has-children:nth-last-child(2) .sub-menu {
	left: unset !important;
	right: 0;
}
}

#gform_fields_108 .gchoice {
    display:flex;
    align-items:center;
}

#gform_fields_108 .gfield_checkbox input {
    position:relative;
    left:0;
}
#gform_fields_108 .gfield_checkbox label {
    text-align:left;
}

.open-pool .general-block-1 {
  float: right !important;
}

.page-id-1030168 .gfield_checkbox label
{
	text-align: left;
	margin-left: 12px;
}

@media only screen and (max-width: 1024px) {
	.video-header .ds-text-right h3 {
	  font-size: 2em !important;
	  text-align: left !important;
		color: #fff !important;
	}
	.video-header a {
		font-size: 1.25rem !important;
		line-height: 1.75rem !important;
		font-weight: 700 !important;
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
		color: #fff !important;
	}
	.md\:ds-flex.ds-flex-row.ds-max-w-3xl.ds-mx-auto.ds-bottom-16.ds-absolute {
		position: absolute;
		bottom: 3em;
	}
}

.select2-container--default .select2-selection--single {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  padding: .5em;
  display: block;
  background-color: var(--wc-form-color-background,#fff);
  border: var(--wc-form-border-width) solid var(--wc-form-border-color);
  border-radius: var(--wc-form-border-radius);
  color: var(--wc-form-color-text,#000);
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  line-height: normal;
  height: auto;
	position: relative;
} 

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 20px;
  transform: translateY(-50%);
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 !important;
}
.archive.woocommerce-page #main {
  padding: 2em !important;
}
.select2-container.select2-container--default.select2-container--open {
  display: none;
}