/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#menu-main-menu .headerPhone a .menu-text{
    font-size: 24px;
}

@media(max-width: 1024px) {
    #menu-main-menu .headerPhone {
        display: none;
    }
    .mobilePhone {
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        margin: 10px 0;
    }
}

.sub-menu.fusion-switched-side:before {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

header .fusion-header .fusion-mobile-nav-holder .fusion-mobile-selector span {
    font-size: 20px!important;
}

html.avada-header-color-not-opaque body.blog .fusion-header-wrapper {
    position: relative!important;
}

/*

.blog .fusion-header-wrapper {
    border-bottom: 10px solid #3366a2;
}

.blog .fusion-page-title-bar {
    opacity: 0!important;
}

.blog .fusion-logo-link {
    position: relative;
    display: block;
}

.blog .fusion-logo-link:after {
    content: 'Blog';
    position: absolute;
    left: 21px;
    top: 92%;
    font-size: 27px;
    color: #3366a2;
    font-weight: 800;
}

@media(max-width: 800px) {
    .blog .fusion-logo-link:after {
        display: none;
    }
}
*/
img {
    height: auto!important;
}