/*
Theme Name:     Grace School
Template:       grace-news
Version:        0.0.4
*/

@import url("../grace-news/style.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');

body, h1, h2, h3, h4, h5, h6{
	font-family: 'Manrope', sans-serif;
}

.site-header{
	background: #fff !important;
}
.site-header  h1{
    font-weight: normal;
    margin-bottom: 6px;
    font-size: 50px;
    margin-bottom: 0;
    padding: 0;
}
.site-header  h1 a,
.site-header  h1 a:focus, 
.site-header  h1 a:active{
	color: #1364ab;
    outline: none;
}
.site-header  .second-heading{
	font-size: 23px;
    color: #1364ab;
}
.site-header p{
	font-size: 13px;
    color: #111;
    display: block;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-align: center;
}

.header-container{
    display: flex;
}
.header-logo,
.header-photo{
    display: block;
}

.grace_navi ul{
	font-size: 13px;
}
.grace_navi ul li a{
	padding: 14px;
	color: #000;
}

a.blogreadmore,
a.blogreadmore:hover {
	text-decoration: none;
}

.defaultpost_lyout{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.recentpost_listing{
	float: none;
	flex: 0 0 50%;
	    align-content: flex-start;
}
#guslugi-wrapper{
	margin: -20px;
}

.no-link > a{
    cursor: default;
    color: #000;
}

#specialversion2{
    z-index: 1000001 !important;
    top: 47px !important;
}

/* background */
@media screen and (min-width: 1200px) {
 body{
    background: #414141 url('./img/bg.jpg');
 }   
}
#site_layout > .container{
	background: #fff;
	padding: 0px 20px;
}
.footer-copyright{
	background: #302f2f;
}

b, strong{
	font-weight: bold;
}

h1, h1.entry-title{
	font-size: 28px !important;
	font-weight: normal;
}
h2{
	font-size: 26px;
	font-weight: normal;
}

h3{
	font-size: 24px;
	font-weight: normal;
}

h4{
	font-size: 22px;
}

h5{
	font-size: 18px;
}

h6{
	font-size: 16px;
}

.b-news{
	margin-top: 30px;
}
.b-news__item{
	margin-bottom: 10px;	
}
.defaultpost_lyout{
	margin: 0 -25px;
}
.recentpost_listing{
	padding: 0 25px;
}
.recentpost_listing .blogpost_cat{
	display: none;
}
body{
	color: #000;
}