/*
Theme Name: HealthHub Child Theme
Template: healthhub
Theme URI: https://healthhub.ancorathemes.com/
Description: HealthHub Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clinic, dental, doctor, gynecology, health, healthtech, healthyliving, hospital, medical, medicine, nutrition, pediatric, therapy
Text Domain: healthhub
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.menu_mobile.opened .menu_mobile_close .menu_button_close_text {
    display: none;
}

.price-height-modify .sc_price_item {
    height: 100%;
}

.price-height-modify .sc_price_item_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
}

#logo-centered {
    margin: 0 1.5em !important;
}
/*.outside_vertical_center_nav.show .owl-nav>div.owl-prev, .outside_vertical_center_nav .owl-nav>div.owl-prev {*/
/*    left: -80px;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
/*.outside_vertical_center_nav.show .owl-nav>div.owl-next, .outside_vertical_center_nav .owl-nav>div.owl-next {*/
/*    right: -80px;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

#style-9.mc4wp-form label {
    color: white;
}

.white-text-color .sc_layouts_item_details_line1{
    color: var(--e-global-color-13ed1179)!important;
}
.header-button .sc_button.sc_button_default.sc_button_size_small.sc_button_icon_left{
    background-color: var(--theme-color-inverse_link)!important;
    color: #0496eb!important;
}
.remove-marging-right {
    margin-right: 0!important;
}
@media (max-width: 479px) {
    .menu_mobile .sc_layouts_logo img {
        max-height: 60px!important;
    }
}
