/*
 Theme Name:     Divi Child
 Description:    Divi Child Theme
 Author:         Tony Le
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Header */
/* .container.clearfix.et_menu_container {
    margin-top: 10px;
} */
/* #logo {
    max-height: unset;
} */
/* Top Menu */
/* #top-menu-nav {
    width: 100%;
    padding: 20px 0;
}
#top-menu {
    width: 100%;
    text-align: center;
}
#top-menu li {
    display: inline;
}
#top-menu li a{
    display: inline-block;
} */

/* Search Bar */
/* #et_top_search {
    display: none;
}
.tl-search-form {
    width: 25%;
}
form.tl-search-form {
    background-color: #ffffff !important;
}
.et-search-form input {
    color: #000000;
    right: unset;
}
@media only screen and (max-width: 980px) {
    .tl-search-form {
        display: none;
    }
    #top-menu-nav {
        padding: 0px;
    }
    .mobile_menu_bar:before {
        color: #f4c85b !important;
    }
} */