.widget-content div {
	margin: 10px 0;
}
.wrap-img {
    height: 225px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.grid-box {
    margin-bottom: 2em;
}
.grid_item_title a {
    color: #000;
}
.entry-meta {
    padding-top: 8px;
    font-size: 12px;
}
.entry-meta .item-time {
    color: #888;
}
.entry-meta .item-author {
    color: red;
}

.owl-nav {
    position: absolute;
    top: 70px;
    width: 100%;
    
}
.owl-theme .owl-nav [class*='owl-']{
    background: transparent !important;
}
.owl-theme .owl-nav .owl-prev {
    float: left;
}
.owl-theme .owl-nav .owl-next {
    float: right;
}

@media screen and (max-width: 568px) { 
	.grid-box {
		padding-left: 0;
		padding-right: 0;
	}
}