/**
* This is main css of abl blog layouts which keeps all css of a plugin
*/

.abl-full-width-post {
    position: relative;
}
.abl-one-meta-data {
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
.abl-one-date-day-month {
    padding: 7px 0px 2px 0px;
}

.abl-one-meta-data {
	background-color: #03a1d0;
}

.abl-one-date-year {
	background-color: rgba( 48, 66, 90, 1);
}

.abl-one-date-day {
    font-size: 20px;
}

.et_pb_blog_grid_wrapper .et_pb_bg_layout_light  .abl-category a {
    color: #45bfe5 !important;
}

.abl-comment-number {
    float: left;
}
.abl-footer-meta {
    padding: 10px 30px 10px 0;
}

.abl-read-more-one {
    float: right;
}

.abl-one-date-month {
    text-transform: uppercase;

}