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

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*Add your own styles here:*/

/* GENERAL */
body, html {
/*     font-family: 'Rubik', sans-serif !important; */
font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
     background: #F7F6F1 !important;
     }
     
body {
    font: 13px/1.65em "Work Sans", sans-serif;
        font-family: "Work Sans", sans-serif;
            color: #444;
    -webkit-text-size-adjust: 100%;
}
a {
    font-family: "Work Sans", sans-serif;
         }
     
 #top{
         font-family: "Work Sans", sans-serif;

     
 }    
#wrap_all {
    background: #F7F6F1;
    
}
.html_stretched #wrap_all {
    background-color: #F7F6F1;
}

.title_container .main-title {
        font-weight: 700;
}

#header_main {
    border-bottom-width: none;
    border-bottom-style: none;
    z-index: 1;
}

.av-main-nav > li > a{
    font-weight: 400;
    text-transform: lowercase;
    color: #000 !important;
    font-size: 1.1rem;
}
.container_wrap {
       border-top-style: none;
    border-top-width: none;
}

.content, .sidebar {
    padding-top: 0px;
    }

