/*   
Theme Name: zabguso
Theme URI:
Description:
Author: Filipp Mashukov
Author URI: 
*/
/* MAIN */
body {
    background: #f0f3f6 none repeat scroll 0 0;
    color: #333;
    font-size: 15px;
}
a {
	text-decoration: none !important;
	transition: all .3s;
	color: #5f687d;
}
a:hover {
	text-decoration: underline !important;
	color: midnightblue;
}
img {
	max-width: 100%;
	height: auto;
}
/* HEADER */
#header {
    background-color: #181942;
    color: #fff;
    padding: 30px 0;
}
#header .head-logo {
	font-size: 24px;
	margin: 0 0 18px;
}
#header .head-logo a {color: #fff;}
#header li {list-style: none;}
#header #cr_version_link {
	font-size: 20px;
}
/* CONTENT */
.content {
	padding: 50px 0;
}
.content-title {
    font-size: 2em;
    margin: 0 0 30px;
    font-weight: 700;
}
/* SIDEBAR ITEM */
.sidebar-item {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin-bottom: 45px;
    overflow: hidden;
    padding: 30px;
}
.sidebar-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-item ul li {
    border-bottom: 1px solid #f2f2f2;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-bottom: 0;
    width: 100%;
}
.sidebar-item ul li a {
	color: #5f687d;
	display: block;
}
.home-news {margin: 35px 0 0;}
.news-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 40px;
}
.news-item img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
    margin: 0 0 25px;	
}
.news-item_title {
	display: inline-block;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px;
    font-weight: bold;
}
.news-item_cat {
	display: inline-block;
	margin: 0 0 10px;
}
.news-item p {margin: 0 0 5px;}
.news-item-date_nb {
    display: block;
    color: #222;
    font-size: 30px;
    margin: 0px 0px 2px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #C0C0C0;
    font-weight: bold;
}
.news-item-date_info {
    margin: 0px;
    text-transform: uppercase;
    color: #333;
    text-align: center !important;
}