/*
Theme Name: Silski info
Theme URI: https://silski.info
Author: Petr Fedchenko
Author URI: thelike.pro
version: 1.0
Description: Сайт разработан для новостной газеты Сельские ведомости
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Silski Info

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Font import
2.0 Header

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,700|PT+Serif:400,700&subset=cyrillic');

.h2_blog {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.excerpt_blog {
   font-size: 1.05em;
   font-family: 'Roboto ', sans-serif;
   line-height: 19px;
}

.block_blog {
    border: 1px solid #BBBBBB;
    padding: 1px 12px 12px 12px;
    margin: 0px 0px 10px 0px;
}

.container .posts {
    padding-top: 30px;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    padding-top: 20px;
}

.readmore {
   float: right;
   margin-bottom: 10px;
   border-radius: 3px;
   background: #519d67;
   padding: 7px;
   margin-right: 30px;
   font-family: 'Roboto ', sans-serif;
}

.readmore a {
	color: #FFF !important;
}

.readmore:hover {
    background: #407b51;
}


.entry-date {
	color: #888;

}

.fa-clock-o::before {

    content: "\f017";

}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    font-size: 14px;
}