/*
* === CALENDAR WIDGET ===
*/
.widget_calendar {
    float: left;
}
.calendar_wrap > table {
    width: 100%;
}
.calendar_wrap > table caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.calendar_wrap > table thead {
    font-size: 10px;
}
.calendar_wrap > table thead th {
    padding-bottom: 10px;
    text-align: center;
}
.calendar_wrap > table tbody {
    color: #999;
}
.calendar_wrap > table tbody td { 
    text-align: center;
    border: 1px solid #fff;
    padding: 8px;
    background: #f7f7f7;
}
.calendar_wrap > table tbody td:hover {
    background-color: #fff;
}
.calendar_wrap > table tbody .pad {
    background: none;
}
.calendar_wrap > table tfoot #prev,
.calendar_wrap > table tfoot #next {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 10px;
}
.calendar_wrap > table tfoot #prev {
    padding-top: 10px;
}
.calendar_wrap > table tfoot #next {
    text-align: right;
}

.archive-list.list-style li .caption:first-child {
	margin-left: 0;
}

.sidebar .widget .tagcloud > a {
    margin: 0 3px;
}

.post-list-widget.left-thumbnail li > .post-likes + .caption {
	margin-left: 0;
}

/*
* === PREVIOUS NEXT POSTS ===
*/

.widget.post-list-widget.prev-next-posts:not(.next-post) li > .post-likes + .caption {
    margin-left: 0;
}

.widget.post-list-widget.prev-next-posts.next-post li > .post-likes + .caption {
    margin-right: 0;
}

/*
* === YOU MIGHT LIKE POSTS ===
*/

@media only screen and (min-width: 601px) {
    .widget.related-post.list-style > ul > li > .featured-img + .post-likes {
        left: 115px;
    }
}

.widget.related-post.list-style > ul > li > .post-likes:first-child {
    display: none;
}

.widget.related-post.list-style > ul > li > .post-likes:first-child + .caption {
    margin-left: 0;
}