#top .av-masonry-entry .date-holder {
    position: absolute;
    top: 5px;
    font-size: 11px;
    width: 65px;
    height: 65px;
    text-align: center;
    padding-top: 10px;
    left: 5px;
    z-index: 100;
    border-radius: 6px;
    font-weight: 500;
    color: #101010;
    background: white;
    border: 3px solid #d0b250;
}

#top .av-masonry-entry .date-holder span {
    font-family: lobster-two;
    font-size: 30px;
    display: block;
    /*margin-bottom: 6px;*/
	font-weight: 400;
}

#top .av-masonry-entry .date-holder::after {
    display: block;
    position: absolute;
    bottom: -8px;
    margin-left: -8px;
    left: 50%;
    text-align: center;
    width: 0;
    height: 0;
    content: "";
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    color: #d0b250;
}