/*
 Theme Name:   SkinSpirit
 Theme URI:    https://www.bizezee.com
 Description:  This is a child theme for UI customizations done for SkinSpirit's new website developed by Prateek Chandra. He can be reached at prateek@prateekchandra.com
License: GNU General Public License v2 or later
 Author:       Prateek Chandra
 Author URI:   https://www.prateekchandra.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         SkinSpirit, prateek chandra, prateek, bizezee, web devleopment
 Text Domain:  skinspirit
*/

/* Smartphones (portrait and landscape) ----------- */
.mobile_nav.closed .cus-close-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.cus-close-menu {
    float: right;
    height: 20px;
    width: 20px;
    background-color: transparent;
    z-index: 10000;
    position: absolute;
    right: 0;
    top: 82px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s ease-out .1s, visibility .5s ease-out .1s;
    -moz-transition: opacity .5s ease-out .1s, visibility .5s ease-out .1s;
    -o-transition: opacity .5s ease-out .1s, visibility .5s ease-out .1s;
    transition: opacity .5s ease-out .1s, visibility .5s ease-out .1s;
}
.cus-close-menu::before {
    position: relative;
    top: -2px;
    content: "\4d";
    text-shadow: 0 0;
    font-family: ETmodules !important;
    border: 2px solid #ddd;
    color: #aaafae;
    border-radius: 3px;
}
#mobile-user-profile {
    display: none;
}
#et-info-book::before {
    position: relative;
    top: 1px;
    margin-right: 2px;
    content: "\e013";
    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;
    text-align: center;
}
#et-info-find::before {
    position: relative;
    top: 1px;
    margin-right: 2px;
    content: "\e081";
    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;
    text-align: center;
}
#et-info a {
    width: 32%;
    display: inline-block;
}
#et-info a.info-call {
    text-align: left;
}
#et-info a.info-book {
    text-align: center;
}
#et-info a.info-find {
    text-align: right;
}
#et-info span {
    font-size: 15px;
    line-height: 20px;
    display: inline;
    margin: 5px 0;
}
html body #et-info {
    display: none;
}
html body #top-header .container {
    padding-top: 0;
}
#et-secondary-nav li.global-nav.nav-button a {
    padding-top: .75em;
    padding-left: .75em;
    padding-right: .75em;
    background: #F2746A !important;
    border: 1px solid #F2746A;
}
.sub-menu {
    min-height: auto !important;
}
#et-secondary-nav li a {
    padding-top: .75em;
}
#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover{
    opacity: 1 !important;
}
h5.et_pb_toggle_title {
    font-size: 1.1rem;
}

li.login-icon:after {
    top: 7px !important;
}    
.nav-header {
    min-height: 148px !important;
}
#et_mobile_nav_menu .nav-header {
    min-height: auto !important;
}
.subhead-text {
    position: absolute;
    top: -26px;
    color: #f2746a!important;
    right: 0;
}
@media only screen and (max-device-width : 480px) {
    /* Styles */
    #wpupg-grid-experts-by-clinic-only {
		height: auto !important;
    }
    .et_header_style_left .logo_container{
        text-align: center
    }
    html body #et-top-navigation {
        padding-left: 0 !important;
        float: left !important;
    }
	html body #et-info {
		display: block;
    }
    html body #mobile-user-profile {
        display: block;
        position: absolute;
        right: 0;
        top: 30px;
    }
    html body #mobile-user-profile a {
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #cacbcf;
        padding: 2px;
        box-sizing: content-box;
        text-align: center;
    }
    html body #mobile-user-profile a::before {
        position: relative;
        top: 0px;
        margin-right: 0px;
        content: "\e08a";
        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;
        font-size: 17px;
        color: #cacbcf;
    }
}
@media only screen and (min-device-width : 480px) and (max-device-width : 767px) {
    /* Styles */
    #wpupg-grid-experts-by-clinic-only {
		height: auto !important;
    }
    .et_header_style_left .logo_container {
        text-align: center
    }
    html body #et-top-navigation {
        padding-left: 0 !important;
        float: left !important;
    }
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}