/**
* Theme Name: Heali Child
* Description: This is a child theme of Heali, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: heali
* Version: 2.0.4
*/


h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}

strong {
    color: inherit !important;
    font-weight: bold !important;
}


/* ###############################################
   HEADER
   ############################################### */


#alpha-topbar {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eec093;
}
#alpha-topbar i:before {
    font-size: 18px;
    margin-right: 5px;
}


/* ###############################################
   FOOTER
   ############################################### */


.alpha-footer-social-container * {
    color: #fff !important;
}

.alpha-footer-header p {
    margin-bottom: 12px !important;
}

.alpha-footer-list ul {
    color: #fff;
    margin-left: 16px;
}
.alpha-footer-list ul li a {
    color: #fff;
}
.alpha-footer-list ul li a:hover {
    color: #f3c395;
}

.alpha-footer-bottom p {
    margin: 0;
}
.alpha-footer-bottom a {
    color: inherit;
    text-decoration: underline;
}


/* ###############################################
   TOPBAR
   ############################################### */


#masthead.header-1 {
    padding: 16px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}
#masthead.header-1 .site-branding img {
    width: 200px;
}
@media (min-width: 769px) {
    #masthead.header-1 .site-branding img {
        width: 240px;
    }
}

#masthead.header-1 .menu-mobile-nav-button .heali-icon span {
    width: 24px;
    margin-bottom: 7px;
}
#masthead.header-1 .alpha-header-button {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    margin-left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background: #055346;
}
#masthead.header-1 .alpha-header-button i {
    margin-right: 5px;
}
#masthead.header-1 .alpha-header-button .alpha-header-button-text {
    display: none;
}
@media (min-width: 769px) {
    #masthead.header-1 .alpha-header-button .alpha-header-button-text {
        display: block;
    }
}


/* ###############################################
   ELEMENTOR
   ############################################### */


.elementor-button-text {
    text-transform: none !important;
}