*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html{
font-size: 100%!important;
}
body{
background: #fafafa;
font-family: 'Karla', sans-serif;
}
div#page {
max-width: 1300px;
margin: auto;
background: #fafafa;
box-shadow: 0 0 60px rgb(10 10 10 / 10%);
}
.main-header,
.header-1 .head_one{
background: transparent;
}
.header-1 #site-navigation{
border: 0;
}
.menu-area {
border-bottom: 2px solid #333;
border-top: 2px solid #333;
}
aside#secondary .sidebar-area {
background: #fff;
}
aside#secondary .widget{
margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Lora', serif;
}