.entry-meta li {
    font-size: 80%;
    margin: 0 15px 10px 0;
    color: #000;
        font-family: 'Montserrat';
}
.entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 -10px 0px;
    list-style: none;
}

.entry-meta {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.entry-content {
    position: relative;
        font-family: 'Montserrat';
}
.entry-content {
    margin-top: 20px;
    color:#000;
    font-family:"Montserrat";
}
.entry h2{
    font-weight: 900;
    font-family: "Montserrat";
    text-transform: uppercase;
    margin-bottom:5px;

}
.postcontent{margin-right:0 !important;}
.sidebar{margin-right:0 !important;}
.entry{
        padding-right: 30px;
    padding-bottom: 20px;
}
.read_more_blog{
    padding:5px 10px;
    font-size:10px;
    font-weight:bold;
}
.entry-title h4{
    margin-bottom:0px;
    line-height:1.0;
   
}
.entry-image-right img{
    max-height:140px;
}
.widget>h4{
    font-size:13px;
}
.main-post{
    padding:10px 10px;
    /*    background: rgba(0,0,0,0.85) !important;*/
    -webkit-box-shadow: 14px 10px 24px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 14px 10px 24px -13px rgba(0,0,0,0.75);
box-shadow: 14px 10px 24px -13px rgba(0,0,0,0.75);
background-color:#fff;
    min-height:320px;
}
.post-title{
    color:#000;
    font-size:26px;
}
.blog-content{
    font-family:Montserrat;
    font-size:14px;
    line-height: 21px;
}
.blog-content>h2{
        margin-bottom: 10px;
    font-weight: 900;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.2;
    
}
.entry-title h2{
    line-height:1.0;
}
h2>a{
    line-height:20px;
}


.blog-content>h3{
        margin-bottom: 10px;
    font-weight: 900;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.2;
    
}
.entry-title a:hover{
    color:red;
}
@media only screen and (max-width: 600px) {
    .entry{
        padding-right:0px;
        padding-bottom:0px;
    }
}
.bg_all{
    width: 100%;
    min-height: 210px;
    clear: both;
    background-size: cover;
    padding-top: 0px;
    background-image: url(img/webp/bg_all.webp);
    background-position: center;
    padding-bottom:0px;
}