html{
font-size: 100%!important;
}
.main-header .logo h1{
text-transform: uppercase;
}
.posts-container{
padding-top: 30px;
}
.post-wrap.left-image{
flex-direction: row;
position: relative;
display: flex;
align-items: center;
border-radius: 8px;
border: 1px solid #e8ecf3;
width: 100%;
transition: .3s ease-in-out;
margin-bottom: 20px;
padding: 20px;
}
.left-image .post-media {
flex-shrink: 0;
display: flex;
position: relative;
transition: .6s ease;
padding: 0;
max-width: initial;
min-width: initial;
}
.left-image.round .post-media>a{
border-radius: 100%;
width: 300px;
height: 300px;
overflow: hidden;
display: block;
}
.left-image.default .post-media>a{
border-radius: 6px;
width: 300px;
height: 300px;
overflow: hidden;
display: block;
}
.left-image.default .post-media>a>img,
.left-image.round .post-media>a>img{
padding: 0;
}
.left-image .post-media img{
width: 100%;
height: 100%;
object-fit: cover;
transition: .6s ease; 
}
.masonry-post .left-image.round .post-media>a,
.post-wrap.left-image.has-content .post-media>a{
width: 100%;
height: 100%;
border-radius: 6px;
margin-bottom: 20px;
}
.masonry-post .left-image.round>.post-content,
.post-wrap.left-image.has-content>.post-content{
padding: 0;
}
.masonry-post .post-wrap.left-image{
flex-direction: column;
}
.meta_bottom {
top: 45%;
bottom: auto;
padding: 0;
}
.sidebar-3 .widget {
margin: 0 0 30px 0;
background: #fff;
border:none;
}
.sidebar-3 .widget-title {
position: relative;
padding: 0;
border-bottom: none;
text-align: left;
}
.sidebar-3 .widget-title:after {
position: absolute;
width: 30px;
height: 2px;
background: #111;
top: 8px;
content: "";
margin-left: 10px;
left: auto;
}
.post-wrap.left-image.has-content{
display: inline-grid;
}
.post-wrap.left-image.has-content .post-media{
max-width: 100%;
display: block;
}
.comment-form{
padding: 15px;
}
@media (max-width: 767px){
.post-wrap.left-image{
flex-direction: column;
}
.left-image .post-media{
margin-bottom: 20px;
}
.left-image.round .post-media>a,
.left-image.default .post-media>a{
width: 100%;
height: 60vw;
} 
.left-image .post-content, 
.left-image .post-media{
padding:0;
}  
}