/* 
Theme Name: SwimEx
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.grecaptcha-badge { visibility: hidden; }

.mb-0 p:last-of-type {
    margin-bottom: 0;
}
.se-link-weight-normal a:link {
    font-weight: normal;
}
.se-copyright-section a:link {
    text-decoration: none;
}
.se-copyright-section a:hover {
    text-decoration: underline;
}

.full_center_dropdown nav ul {
min-width: 100% !important;
}
.full_center_dropdown nav ul a {
justify-content: start;
}

footer a:hover,
.se-copyright-section a:hover{
    color: #164677 !important;
}
.elementor-widget-button:not(.se-m-0) {
    margin-top: 40px;
}


@media screen and (min-width:768px) {
.hide-on-tablet, .hide-on-desktop {
    display: none !important;
}
header {
    --header-height: 100px;
    --opacity: 0.90;
    --shrink-me: 0.80;
    --sticky-background-color: #ffffff;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header > .elementor-container {
    transition: min-height var(--transition);
}
header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.elementor-sticky--effects .elementor-column .elementor-element-populated {
    padding: 0;
}
header.elementor-sticky--effects .elementor-column:first-child .elementor-element-populated {
    padding-left: 20px;
}
header.elementor-sticky--effects .elementor-column:last-child .elementor-element-populated {
    padding-right: 20px;
}
header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    /*padding-bottom: 10px!important;*/
    /*padding-top: 10px!important;*/
}
header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}    
}
@media screen and (max-width:767px) {
/*div[data-elementor-type=header] {
    margin-bottom: -35px;
}
.single div[data-elementor-type=header] {
    margin-bottom: -40px;
}
*/
}
.se-iconlist-star .elementor-icon {
    margin-top: 20px;
}

.se-carousel-no-underline a {
    text-decoration: none;
}

/* VIDEO SHORTCODES */
.swimex-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.swimex-video-ratio16x9 {
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.swimex-video-ratio4x3 {
    padding-top: 75%; /* 4:3 Aspect Ratio */
}

.swimex-video-ratio3x2 {
    padding-top: 66.66%; /* 3:2 Aspect Ratio */
}

.swimex-video-ratio9x16 {
    padding-top: 56.25%; /* 9:16 Aspect Ratio */
}

.swimex-video-frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 500px) {
.swimex-sized {
	width: 75%;
	margin: 0 auto 20px;
}
}
/* END VIDEO SHORTCODES */

.elementor-accordion .elementor-accordion-item {border-style: none;}



.single .swimex-video-container {
    margin: 0 auto 2rem auto;
    
;
}


.single .elementor-location-single ol, .single .elementor-location-single ul, .se-list-mb-20 {
    margin-bottom: 20px;
}
.elementor-accordion-item ul {
    margin-top: 15px;
    margin-bottom: 20px;
}
.se-list {
    list-style: none;
    padding: 0;
    margin-top: -10px;
}
.se-list li {
    border-bottom: 1px solid #eee;
    line-height: 2.5;
}

.se-sidebar-list {
    margin-bottom: 1rem;
}
.se-sidebar-list li {
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 8px;
}
.se-sidebar-list li:last-child {
    border-bottom: none;
}
.se-sidebar-list a:link {
    font-size: 11pt;
    text-decoration: none;
}

.se-sidebar-list a:hover {
    text-decoration: underline;
}
.se-sidebar-list .se-sidebar-child {
    padding: 5px 0 0 20px;
    list-style: none;
}

.se-divider {
    margin-bottom: 1.5rem !important;
}


@media screen and (min-width: 550px) {
.pool-desc-image-container {
    display: flex;
    flex-wrap: wrap;
}
.pool-desc-image {
    width: 50%;
    padding-right: 15px;
}
.pool-desc-video-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.pool-desc-video {
    width: 50%;
    padding-right: 15px;
}
}

.se-products-features-text ul {
    padding-left: 18px;
    margin-bottom: 20px;
}

.se-product-tabs .elementor-tab-title {
    background-color: #E5F7F4;
}
.se-product-tabs .elementor-tab-title.elementor-active {
    background-color: #164677;
}
.se-product-tabs .elementor-tabs-content-wrapper {
    border: none !important;
    border-width: 0 !important;
}

.se-product-tabs div ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    
}
.se-product-tabs div ul li {
    border-bottom: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
.se-product-tabs div ul li:last-child {
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

.se-feature-images .elementor-container {
    display: flex;
    flex-wrap: wrap;
}
.se-feature-images .elementor-container .elementor-column {
    margin-bottom: 10px;
}
@media screen and (min-width:400px) {
.se-feature-images .elementor-container .elementor-column {
    padding-right: 10px;
    margin-bottom: 10px;
    width: 50%;
}
}
@media screen and (min-width:768px) {
.se-feature-images .elementor-container .elementor-column {
    width: 33%;
}
}


.se-blend-multiply img {
    mix-blend-mode: multiply;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before, body:not(.elementor-editor-active) .se-anchor-link:before {
  content: "";
  display:block;
  height: 100px; /* fixed header height*/
  margin: -100px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}
/*.se-anchor-link {*/
/*    display: block;*/
/*    position: relative;*/
    /*top: -180px;*/
/*}*/


.wp-block-quote {
    background: #f3f3f3;
    padding: 2rem 3rem;
    font-size: 14pt;
    margin: 0 0 3rem;
}
.wp-block-quote p {
    margin: 0 0 0.5rem;
    font-weight: 500;
}
.wp-block-quote cite {
    font-size: 11pt;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .elementor-posts article.elementor-post {
        display: block;
    }

    .elementor-post__thumbnail__link {
        margin-bottom: 20px;
    }
}




/* ZOHO CRM FORMS */

#crmWebToEntityForm.zcwf_lblLeft {
	width:100%;
	padding: 25px;
	margin: 0 auto;
	box-sizing: border-box;
}
#crmWebToEntityForm.zcwf_lblLeft {
	padding: 5px;
}
#crmWebToEntityForm.zcwf_lblLeft * {
	box-sizing: border-box;
}
#crmWebToEntityForm{text-align: left;}
#crmWebToEntityForm * {
	direction: ltr;
}
.zcwf_lblLeft .zcwf_title {
	word-wrap: break-word;
	padding: 0px 6px 10px;
	font-weight: bold;
}
.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
	width: 60%;
	border: 1px solid #ccc !important;
	resize: vertical;
	border-radius: 20px !important;
	float: left;
}
.zcwf_lblLeft .zcwf_col_lab {
	width: 30%;
	word-break: break-word;
	padding: 0px 6px 0px;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	min-height: 1px;
}
.zcwf_lblLeft .zcwf_col_fld {
	float: left;
	width: 68%;
	padding: 0px 6px 0px;
	position: relative;
	margin-top: 5px;
}
.zcwf_lblLeft .zcwf_privacy{padding: 6px;}
.zcwf_lblLeft .wfrm_fld_dpNn{display: none;}
.dIB{display: inline-block;}
.zcwf_lblLeft .zcwf_col_fld_slt {
	width: 60%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	font-size: 13px;
	float: left;
	resize: vertical;
}
.zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after {
	content: '';
	display: table;
	clear: both;
}
.zcwf_lblLeft .zcwf_col_help {
	float: left;
	margin-left: 7px;
	font-size: 13px;
	max-width: 35%;
	word-break: break-word;
}
.zcwf_lblLeft .zcwf_help_icon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	border-radius: 50%;
}
.zcwf_lblLeft .zcwf_row {margin: 15px 0px;}
.zcwf_lblLeft .formsubmit {
	margin-right: 5px;
	cursor: pointer;
	color: #333;
	font-size: 13px;
}
.zcwf_lblLeft .zcwf_privacy_txt {
	color: rgb(0, 0, 0);
	font-size: 13px;
	font-family: Arial;
	display: inline-block;
	vertical-align: top;
	color: #333;
	padding-top: 2px;
	margin-left: 6px;
}
.zcwf_lblLeft .zcwf_button {
	font-size: 13px;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px 9px;
	border-radius: 4px;
	cursor: pointer;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 3px;
}
.zcwf_lblLeft .zcwf_tooltip_over{
	position: relative;
}
.zcwf_lblLeft .zcwf_tooltip_ctn{
	position: absolute;
	background: #dedede;
	padding: 3px 6px;
	top: 3px;
	border-radius: 4px;word-break: break-all;
	min-width: 50px;
	max-width: 150px;
	color: #333;
}
.zcwf_lblLeft .zcwf_ckbox{
	float: left;
}
.zcwf_lblLeft .zcwf_file{
	width: 55%;
	box-sizing: border-box;
	float: left;
}
.clearB:after{
	content:'';
	display: block;
	clear: both;
}
@media all and (max-width: 600px) {
	.zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld {
		width: auto;
		float: none !important;
	}
	.zcwf_lblLeft .zcwf_col_help {width: 40%;}
	.zcwf_lblLeft .zcwf_button {
		font-size: 13px !important;
	}
	
}


/* Zoho Form Overrides */
.zcwf_lblLeft .zcwf_title {
    display: none;
}
#crmWebToEntityForm.zcwf_lblLeft {
	padding: 5px;
}
.zcwf_lblLeft .zcwf_col_lab {
	margin-top: 10px;
	font-weight: 500;
	font-size: 12pt !important;
	font-family: Montserrat, Sans-Serif !important;
}
.zcwf_lblLeft .zcwf_col_fld {
	width: 65%;
}
@media all and (max-width: 600px) {
.zcwf_lblLeft .zcwf_col_fld {
	width: 100%;
}
}
.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
    background-color: var( --e-global-color-5e4591f );
    border-color: var( --e-global-color-dd7424f );
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
	width: 100%;
}
.zcwf_lblLeft .zcwf_col_fld input[type=text]:focus, .zcwf_lblLeft .zcwf_col_fld textarea:focus {
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
    outline: 0;
}
input[type=reset] {
    display: none;
}
.zcwf_lblLeft .zcwf_button {
    max-width: 100%;
}
/* Zoho Form overrides */
/* END ZOHO CRM FORMS */


/* LANDING PAGES */
@media screen and (max-width: 767px)
{
    .se-landing-page-form {
        background-color: #16467733 !important;
        background-image: none !important;
    }
}

@media screen and (min-width: 768px) {
	.se_r_container {
		display: flex;
	}
	.se_r_container .se_r_item img {
		height: 245px;
	}
}
.se_r_container .se_r_item {
	padding: 20px;
}
.se_r_container .se_r_item p {
    margin-bottom: 10px;
}
.se_r_container .se_r_item img {
	width: 100%;
	object-fit: cover;
}


/* SINGLE RESOURCES - Set 20px gap after images */
.single .wp-block-image {
	margin-bottom: 20px;
}
/* END SINGLE RESOURCES - Set 20px gap after images */
