/*
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
*/
.fusion-tb-header a.fusion-button.button-flat {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    width: max-content !important;
    padding: 5px 38px;
    transition: all .3s ease-in-out;
    border: 1px solid #A97448;
    cursor: pointer;
    height: unset;
font-family: 'Inter', sans-serif;
}
.fusion-tb-header a.fusion-button.button-flat.button-1 {
    background-color: #a97448 !important;
    color: #fff !important;
}