/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/*-----Leadform------*/

.contactForm {
    position: absolute;
    float: right;
    width: 30%;
    left: 10%;
    margin-top: 0px;
}

.contactForm .quickform .line1:after {
	display: none;
}

.contactForm .quickform {
    width: 100%;
    padding: 10px 20px 10px;
    background-color: #8a83aa;
	transition: .4s all ease-in-out;
    }

.contactForm .quickform .formhead {text-align: center; color: #fff;}

.contactForm .quickform .formbody {
	height: 0px;
	overflow: hidden;
	transition: .4s all ease;
}

.contactForm .quickform .line1 {
	position: relative;
	text-transform: uppercase;
	font-size: 15px;
    padding: 0 15px;
}

.contactForm .quickform .line1:after {
	position: absolute;
    top: 2px;
    right: 0;
    font-family: ETmodules;
    font-size: 25px;
    font-weight: 500;
    content: "3";
	margin-top: -2px;
	transition: .4s all ease;
}

.contactForm .quickform.expanded .line1:after {
    content: "2";
}

.contactForm .quickform .line3 a {
	color: #fff;
}

.contactForm .quickform.expanded .formbody {
	height: 213px;
	transition: .4s all ease;
}

.contactForm .quickform .formsubmit {
	height: 0;
	opacity: 0;
	transition: .2s all ease;
	transition-delay: 0s;
    overflow: hidden;
}

.contactForm .quickform.expanded .formsubmit {
	height: auto;
	opacity: 1;
	transition: .2s all ease;
	transition-delay: .2s;
}

.contactForm .quickform #fName, .contactForm .quickform #lName {
    width: 49.5%;
    float: left;
    height: 34px;
}

.contactForm .quickform #fName {margin-right: 1%;}
.contactForm .quickform #uEmail{
    width: 100%;
    height: 34px;
    margin-top: 1%;
    margin-bottom: 1%;
}

.contactForm .quickform #uPhone,
.contactForm .quickform #uZip {
    width: 49.5%;
    float: left;
    height: 34px;
}

.contactForm .quickform #uPhone {margin-right: 1%;}

.contactForm .quickform #uProc {
    width: 100%;
    height: 34px;
    margin-top: 1%;
    margin-bottom: 1%;
    }

.contactForm .quickform #uMsg {width: 70%;}    

.contactForm .quickform #sndForm {
    position: absolute;
	width: 30%;
    bottom: 35px;
    float: right;
    right: 11px;
    border: 0;
    background-color: transparent;
    color: #fff;
    background: url('/wp-content/themes/Divi-child/images/send_btn_gray.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    }

.skip-navigation {
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 99;
    background: #8a83aa;
    color: #fff;
    padding: 15px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.skip-navigation:hover {
    color: #fff;
}
body:not(.home) .skip-navigation.skip-navigation-home {
    display: none !important;    
}
body.home .skip-navigation.skip-navigation-inner {
    display: none !important;    
}
button.aicon_link {
    bottom: 120px;    
}

@media only screen  and (min-width : 1025px) {
    body:not(.home) .skip-navigation {
        display: none !important;    
    }
}
@media only screen  and (min-width : 981px) {  
    
  /*g #page-container {
        padding-top: 150px !important;
    }
    #top-header .container,
    .et_fullwidth_nav #main-header .container {
        width: 90% !important;
        max-width: 1600px !important;
        padding-right: 0px;
        padding-left: 0px;
    }g*/
	/*g
    #main-header #top-menu li {
        padding-right: 40px;
    }
    #page-container #main-header #top-menu .centered-inline-logo-wrap {
        width: auto !important;    
        margin-top: 0 !important;
        top: -25px !important;
        padding-right: 20px;
    }
    #main-header #top-menu .centered-inline-logo-wrap img {
        height: auto;
        max-height: 85px !important;
        width: auto;
    }g*/
    .contactForm .quickform .line1 {
        padding: 0;    
    }
}
@media only screen  and (max-width : 1440px) {
    .contactForm .quickform #sndForm { 
	}
}  
    
@media only screen  and (max-width : 1024px) {    
    .contactForm {width: 30%;}
}
/* 
@media only screen  and (max-width : 980px) {    
    .contactForm {
		margin-top: 20px;
	}
} */
 
@media only screen  and (max-width : 768px) {  
	
	.contactForm {
		width: 100%;
		float: none;
		left: auto;
 	margin-top: 20px; 
	}
	
	.contactForm .quickform #sndForm { 
		width: 28%;
		right: 20px;
		bottom: 30px;
		padding: 0;
	}
}


/* RSI Mobile Menu 

.mobile_location_link {
	display: none;
}

.mobile_location_link:before {
	position: relative;
    top: 0;
    left: 0;
    font-size: 25px;
    content: "\e01d";
	color: #816ca4;
    cursor: pointer;
	text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

.mobile_call_link {
	display: none;
}

.mobile_call_link:before {
	position: relative;
    top: 0;
    left: 0;
    font-size: 25px;
    content: "\e090";
	color: #816ca4;
    cursor: pointer;
	text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

@media (max-width:980px) {
	#main-header {
		background-color: rgba(0,0,0,0.7) !important;
	}
	
	.et_header_style_centered #logo {
		max-height: 100px;
	}
	
	.select_page, nav#top-menu-nav {
		display: none !important;
	}

	.et_header_style_centered #main-header .mobile_nav {
		background-color: transparent;
		padding: 0;
	}

	.et_header_style_centered .et_menu_container .mobile_menu_bar {
		position: relative;
		top: auto;
		right: auto;
	}

	.et_header_style_centered #et_mobile_nav_menu {
		position: initial;
		float: right;
		margin-top: 0;
	}
	
	.et_header_style_centered .et_mobile_menu {
		top: 52px;
		height: auto;
	}

	.et_header_style_centered #main-header div#et-top-navigation {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}

	.mobile_menu_bar:before {
		color: #816ca4;
	}
	
	.mobile_call_link {
		display: block !important;
	}
	
	.mobile_location_link {
		display: block !important;
	}
}*/

/* Custom Nested Mobile Menu CSS

#main-header .et_mobile_menu .menu-item-has-children {
	position: relative;
}
#main-header .et_mobile_menu .menu-item-has-children > a.has-children-indicator {
	background-color: transparent; 
	position: absolute; 
	top: 0;
    right: 0;
    z-index: 2;
}
#main-header .et_mobile_menu .menu-item-has-children > a.has-children-indicator:after { 
	font-family: 'ETmodules'; 
	text-align: center; 
	speak: none; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	-webkit-font-smoothing: antialiased; 
	position: absolute; 
}
#main-header .et_mobile_menu .menu-item-has-children > a.has-children-indicator:after { 
	font-size: 16px; 
	content: '\4c';
	right: 20px; 
}
#main-header .et_mobile_menu .menu-item-has-children.visible > a.has-children-indicator:after {
	content: '\4d'; 
}
#main-header .et_mobile_menu ul.sub-menu { 
	display: none !important; 
	visibility: hidden !important;  
	transition: all 1.5s ease-in-out;
}
#main-header .et_mobile_menu .visible > ul.sub-menu { 
	display: block !important; 
	visibility: visible !important; 
} */

/* Site Custom CSS */

.online-store-btn {
	float: right;
	display: inline-block;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-left: 5px;
}

#main-header > .container {
	width: 80% !important;
	max-width: 1400px !important;
}

#top-menu-nav {
	width: 100%;
}

#top-menu {
	width: 100%;
    display: flex;
    justify-content: space-between;
}

#top-menu .centered-inline-logo-wrap {
	margin-top: -40px !important;
}

#main-header.et-fixed-header #top-menu .centered-inline-logo-wrap {
    margin-top: -19px !important;
}

/* @media (max-width:980px) { 
	#top-header {
		position: relative !important;
		top: auto !important;
	}
	#main-header {
		position: relative !important;
		top: auto !important;
	}
} */

ul#top-menu ul.sub-menu li > a {
    line-height: 1.2em;
}

#top-menu li li a {
    padding: 8px 20px;
}

.all-age-item-container .et_pb_text_inner {
    height: -webkit-fill-available;
}

header#main-header:not(.et-fixed-header) li.centered-inline-logo-wrap {
    position: relative;
    top: 15px;
}

header#main-header.et-fixed-header li.centered-inline-logo-wrap {
    position: relative;
    top: 10px;
}

/********* Mobile Menu Collapse ********/

#main-header .et_mobile_menu li ul.hide {
display: none !important;
}
#mobile_menu .menu-item-has-children {
	position: relative;
}
#mobile_menu .menu-item-has-children > a {
	background: transparent;
}
#mobile_menu .menu-item-has-children > a + span {
	position: absolute;
	right: -18px;
	top: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	z-index: 3;
}
span.menu-closed:before {
	content: "\4c";
	display: block;
	color: #8b83aa;
	font-size: 16px;
	font-family: ETmodules;
}
span.menu-closed.menu-open:before {
	content: "\4d";
	color: gray;
}
/* ---- */

/* Mobile Custom CSS */

@media (max-width: 768px) {
	ul#mobile_menu {
		height: inherit !important;
	}
	
	#top-menu-nav {
		display: none;
	}
	
	#top-header .container {
		display: flex;
		width: 100%;
		justify-content: space-evenly;
		align-items: center;
	}

	#top-header .container #et-info {
		padding: 0;
		margin: 0;
		width: 39%;
		font-size: 16px;
	}

	#top-header .container #et-info #et-info-phone {
		margin-right: 0;
	}

	#top-header .container #et-info #et-info-phone a {
		font-size: 15px;
	}

	#top-header .container .online-store-btn {
		width: 50%;
		text-align: center;
		font-size: 14px;
		padding: 15px 0;
		margin: 5px 0;
	}
}
/* - */

/* Tablet Menu Fix */

@media screen and (max-width: 1200px) and (min-width: 1199px) {
   nav#top-menu-nav {
        display: none!important;
    }
    #et_mobile_nav_menu {
       display: block;
    }
    form.et-search-form {
        width: 50%!important;
        max-width: 50%!important;
    }
    #et_top_search {
        float: left;
        margin: 8px 32px;
    }
}
/* - */



/* Divi Custom CSS */

.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
}

.et_pb_toggle_close {
	background-color: rgba(255,255,255,0);
}

#et-info {
	padding-bottom: 0;
    margin-top: 4px;
}

#et-info-email {
	display: none;
}

#et-info-phone {
	font-size: 16px;
}

#top-header .container {
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer-socials {
	display: flex;
	justify-content: center;
}

.footer-socials a {
	display: flex;
    width: 40px;
    background-color: #8a83aa;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 10px;
    padding: 5px;
}

.footer-socials a:last-child {
	margin-right: 0;
}

.et-social-tiktok span {
	display: inline-block;
}

.et-social-tiktok img {
	width: 14px;
    top: 2px;
    position: relative;
}

/* MAP CSS */

.map-module .et_pb_code_inner {
	height: 500px;
	position: relative;
}

.map-address {
	position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(0%, -50%);
    width: 210px;
    height: 210px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #8a83aa;
    color: #fff;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
	font-weight: 300;
	border-radius: 50%;
    padding: 15px;
}

.map-address p {
	padding-bottom: 5px;
}

.map-address p:last-child {
	padding-bottom: 0px;
}

@media (max-width:980px) {
	
	.map-address {
		left: 65%;
	}

}

@media (max-width:767px) {
	.map-address {
		width: 165px;
		height: 165px;
		font-size: 13px;
		top: 68%;
		left: auto;
		right: 10%;
	}
	body #page-container {
	    padding-top: 210px !important;
	}
}

/* Interior Pages */

h1,
.interior-title {
	font-family: 'Antic Didone',Georgia,"Times New Roman",serif;
    font-size: 45px;
    line-height: 1.1em;
}

em,
.interior-em {
	font-size: 18px;
    line-height: 35px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.interior-main-content {
	max-width: 950px;
}

.interior-secondary-content {
	max-width: 950px;
}

.interior-secondary-content h2 {
    font-family: 'Antic Didone', serif;
	font-size: 32px;
}

.interior-secondary-content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
	font-size: 16px;
    line-height: 30px;
}

.interior-footer-content {
	max-width: 950px;
}

#footer-subscription {
	width: 70%;
    margin: 25px auto 0;
}
#footer-subscription #vfb-form-1 {
	text-align: left;
}
#footer-subscription #vfb-form-1 .vfb-fieldset-1 {
	line-height: 0;
}
#footer-subscription #vfb-form-1 .vfb-section-1 {
	padding-bottom: 0;
	line-height: 22px;
    margin-top: 10px;
}
#footer-subscription #vfb-form-1 label {
	font-size: 16px;
}
#footer-subscription #vfb-form-1 .vfb-text {
	width: 100%;
	margin-bottom: 10px;
}
#footer-subscription #vfb-form-1 .verification > .vfb-legend {
	display: none !important;
}
#footer-subscription #vfb-form-1 .verification .vfb-section > li {
	display: none !important;
}
#footer-subscription #vfb-form-1 .verification .vfb-section > li:last-child {
	display: block !important;
}
#footer-subscription #vfb-form-1 .vfb-submit {
	border: 0;
    padding: 10px 20px;
    background: #ec008c;
    color: #fff;
}
/* - */

.klara-button {
    width: 200px;
    background-color: #8983aa;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 20px;
    font-weight: 700;
    font-size: 18px;
}

.klara-button:hover {
    color: #514e64;
}

/****Custom Mobile menu style8*/

@media (max-width: 980px){
	#et-info {
    padding-top: 0 !important;
	}
}

@media (max-width: 768px){
	.et_header_style_split nav#top-menu-nav {
			display: block!important;
	}
	.et_header_style_split #et_mobile_nav_menu {
			display: none!important;
	}
}	
@media (max-width: 767px){
	.et_header_style_split #et_mobile_nav_menu {
			float: none;
			position: relative;
			margin-top: 20px;
			display: block!important;
	}
	.et_header_style_split nav#top-menu-nav {
			display: none!important;
	}
}
@media only screen  and (max-width : 568px){
    p, span{
        font-size: 14px!important;
    }
		 h2 {
			font-size: 26px!important;
	}
	h1, h1 span, .interior-title {
			font-size: 28px!important;
	}
	p span{
		font-size: 14px!important;
	}
}

.all-ages-image {
    position: relative;
}

.all-ages-image.right {
    left: -50px;
}

@media (max-width: 1280px) {
	.all-ages-image.left {
		right: -58px;
	}
}

@media (min-width: 1281px) and (max-width: 1440px) {
	.all-ages-image.left {
		right: -88px;
	}
}
.all-ages-image .et_pb_code_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 120%;
}

.all-ages-image .et_pb_code_inner .center-image {
    height: 100px;
    width: 100px;
}

.all-ages-image .et_pb_code_inner .line-image {
    border: 1px solid #8a83aa;
    width: 100px;
    height: 1px;
}

.all-ages-image .et_pb_code_inner .hero-image {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    box-shadow: 0px 2px 25px -1px rgb(0 0 0 / 30%);
}
/* - */