/*
 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
*/
/* Redesign CSS */
#main-header {
    box-shadow: none;
}
.et_slide_menu_top {
    display: none;
}
.et_slide_in_menu_container #mobile_menu_slide li li a {
    opacity: 1;
}
#main-header .mobile_menu_bar:before,
#main-header .mobile_menu_bar:after {
    color: #383838;
    font-size: 50px;
}
#et-top-navigation {
    position: relative;
    z-index: 9;
    padding-left: 0 !important;
}
#et-top-navigation .secondary-slidein-nav,
#et-top-navigation .mobile_menu_bar {
    display: inline-block;
}
.secondary-slidein-nav {
    vertical-align: top;
    padding-top: 12px;
    padding-right: 30px;
    font-family: 'QuincyCF-Medium',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
}
.secondary-slidein-nav a {
    color: #ad8664
}

/* Homepage */
.homepage-hero-blurb {
    transition: .4s all ease-in-out;
}
.homepage-hero-blurb .et_pb_blurb_container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.homepage-hero-blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
    display: block;
}
.homepage-hero-blurb .et_pb_module_header {
    padding-bottom: 0;
    margin-top: 550px;
    position: relative;
}
.homepage-hero-blurb .et_pb_module_header span {
    padding: 5px 20px 5px 110px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
}
.homepage-hero-blurb .et_pb_module_header:after {
    content: "";
    background: url(/wp-content/uploads/2023/11/osmd-icon.webp) no-repeat center center;
    background-size: contain;
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -50%;
    left: 15px;
    z-index: 10;
}
.homepage-hero-blurb .et_pb_blurb_description {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 85%;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease;
}
/* .homepage-hero-blurb .et_pb_blurb_description:before {
    height: 32px;
    width: 32px;
    font-size: 32px;
    font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    content: '\24';
    display: block;
    margin-bottom: 20px;
} */
.homepage-hero-blurb:hover {
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
}
.homepage-hero-blurb:hover .et_pb_blurb_description {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

/* Inner pages */
#main-content .et_pb_text h2,
#main-content .et_pb_text h3 {
    margin-top: 20px;
}

a.book-esthetician {
    background: #87a3ab;
    padding: 15px 30px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 10px;
}

#esthetician-menu .et_pb_toggle_content h2 {
    color: #87A3AB
}

.pulsing-button {
    background: #87a3ab;
    color: #fff;
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
    width: 100px;
    height: 100px;
    padding: 10px;
    text-align: center;
    line-height: 1.2em;
    align-items: center;
    border-radius: 50%;
}

.pulse {
  animation: pulse-animation 1.5s infinite;
}

.gform_confirmation_message {
    text-align: center;
    font-size: 26px;
    line-height: 1.2em;
    margin-top: 30px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* Responsive */
@media (max-width:1180px) {
    
}

@media screen and (max-width: 980px) {
    #et-top-navigation .secondary-slidein-nav {
        display: none;
    }
    .et_slide_menu_top {
        display: block;
        padding: 10px;
    }
    .et_slide_menu_top #et-info {
        padding-top: 0;
        padding-left: 35px;
    }
    .et_slide_menu_top #et-info-phone {
        font-size: 26px !important;
            color: #fff;
    }
    .homepage-hero-blurb .et_pb_blurb_description {
        opacity: 1;
        visibility: visible;
        bottom: 30px;
    }
}

/* Ipad Styles */
@media screen and (max-width: 1024px) and (min-width: 768px) {


}

@media (max-width:767px) {
    #main-header > .container {
        width: 90%;
    }
    #main-header #logo {
        max-width: 75%;
        max-height: none;
    }
    .et_toggle_slide_menu:before {
        left: -10px;
    }
    .et_toggle_slide_menu:after {
        left: -50px;
    }
}

/* Pulsing Button */
.pulsingButton {
    box-shadow: 0 0 0 0 rgb(255 255 255/70%);
    animation: pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
    transition: all .3s ease-in-out;
    border-radius: 50%;
    padding-top: 10px;
    border: 2px solid #ad8664;
    z-index: 999;
    padding-top: 32px;
}

.pulsingButton.main-slider {
    border: 2px solid #fff;
    position: absolute;
    top: -160px;
    right: 100px;
    height: 150px;
    width: 150px;
    line-height: 0!important;
    text-align: center;
}
.pulsingButton.portalpage {
	border: 2px solid rgb(135 163 171);
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    height: 175px;
    width: 175px;
    line-height: 0!important;
    text-align: center;
	padding: 0;
	box-shadow: 0 0 0 0 rgb(135 163 171 / 70%);
}
.pulsingButton.portalpage a {
	font-size: 18px;
    color: rgb(135 163 171);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 1.6em;
}
.pulsingButton a {
    font-size: 14px;
    color: #ad8664;
    font-weight: 400;
	line-height: 1em;
}

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232,76,61,0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232,76,61,0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232,76,61,0);
    }
}
/* - */

li.menu-disable-link > a {
	cursor: default;
	pointer-events: none;
}

.custom-header-links a {
    font-size: 20px !important;
}

.custom-header-links ul li {
    margin-top: 5px;
}

.skip-navigation {
    position: fixed;
    bottom: 20px;
    z-index: 99999;
    left: 20px;
    font-size: 16px;
    background: #1baea9;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 12px;
}

div#et-top-navigation .secondary-slidein-nav a {
    font-weight: 500;
}

/* START - Top Tier Navigation Fix */
.et_slide_in_menu_container .et_mobile_menu .menu-item-has-children > a { 
    background-color: transparent; 
    position: relative; 
}

.et_slide_in_menu_container .et_mobile_menu .always-visitable {
    position: relative;
}
.et_slide_in_menu_container .et_mobile_menu .always-visitable .hover-link {
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0;
    right: 60px; /* right area continues to expand or collapse */
    width: calc(100% - 2rem);
    height: 100%;
}
/* END - Top Tier Navigation Fix */

/* Interior */
body:not(.home) .et_pb_section.et_pb_section_0 {
    padding-top: 0;
}

.interior-hero-image img {
    object-fit: cover;
	height: 700px;
}

/* Interior Subpage Links */
.subpage-links {
  display: flex;
  flex-wrap: wrap;
}

.subpage-links > div {
  width: 50%;
}

/* Homepage Mobile */
@media (max-width: 768px) {
	.homepage-banner {
		display: flex
	}

	.homepage-banner .et_pb_blurb_description {
		display: none;
	}

	.homepage-hero-blurb .et_pb_module_header {
		margin-top: 130px;
	}

	.homepage-hero-blurb .et_pb_module_header:after {
		position: absolute;
		top: -100px;
	}

	.homepage-hero-blurb .et_pb_module_header span {
		padding: 0 ;
		font-size: 16px;
		text-align: center;
		width: 100%;
	}
	
	.et_slide_in_menu_container.et_pb_slide_menu_opened {
		width: 100% !important;
		max-width: 100%;
	}
	
	#mobile-close-menu:before {
		content: "\4d";
		position: relative;
		top: 2px;
		margin-right: 2px;
		font-family: ETmodules!important;
		font-size: 40px;
		color: white;
	}
	
	.et_toggle_slide_menu:after {
		opacity: 0 !important;
	}
	
	span#et-info-phone {
		float: right;
		margin-right: 30px;
	}
	
	/* Interior Mobile */
	.interior-hero-image img {
		height: 300px;
	}
	
	.subpage-links {
	  display: block;
	}
	
	.subpage-links > div {
		width: 100%;
	}
}

.skip-navigation {
    position: fixed;
    bottom: 25px;
    z-index: 99999;
    left: 20px;
    font-size: 16px;
    background: #b08766;
    color: #fff!important;
    padding: 8px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
}

.rsi-os-widget-container::-webkit-scrollbar{width:10px;height:6px}
.rsi-os-widget-container::-webkit-scrollbar-track{background:transparent}
.rsi-os-widget-container::-webkit-scrollbar-thumb{background-color:#D3A05D;border-radius:20px;border:transparent}