/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@font-face {
    font-family: 'Edmond Sans';
    src: url('font/EdmondsansRegular_web.woff2') format('woff2'),
         url('font/EdmondsansRegular_web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Edmond Sans';
    src: url('font/EdmondsansMedium_web.woff2') format('woff2'),
         url('font/EdmondsansMedium_web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Edmond Sans';
    src: url('font/EdmondsansBold_web.woff2') format('woff2'),
         url('font/EdmondsansBold_web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}



body{
    font-family: 'Edmond Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Edmond Sans', sans-serif !important;
}

.header_bg{
    opacity: 1;
}

.avia-menu-fx{
    display: none;
}

.avia-menu.av-main-nav-wrap{
    background-color: #F4E5D2;
    border-radius: 40px;
}