/*
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
*/

.orange-button a {
    background: rgb(242, 121, 32);
    background: linear-gradient(180deg, rgba(242, 121, 32, 1) 0%, rgba(242, 121, 32, 0.65) 100%);
    color: #fff !important;;
    font-weight: bold;
}

li.fusion-menu-login-box {
    display: none;
}

.fusion-contact-info {
    display: flex;
}

.fusion-contact-info a {
    display: flex;
    margin: 0 0 0 5px;
}

.fusion-contact-info img {
    width: 20px;
    opacity: .3;
}

body.archive main#main {
    padding-top: 3vw;
}

.widget_product_categories .product-categories .cat-item ul.children {
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s;
}

.widget_product_categories h4.widget-title {
    font-size: var(--h3_typography-font-size)!important;
}

.widget_product_categories .product-categories .cat-item:hover ul.children {
    max-height: 1000px;
}

.search-page-search-form.search-page-search-form-top {
    margin-top: 75px;
}

.article-content, .post-content {
    margin-top: 35px;
}

#page-banner img {
    width: 100%;
    background: #fff;
}

.fusion-page-title-bar {
    padding-left: 0!important;
}