.loop-date {
    background-color: #000;
    color: #ffffff;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    vertical-align: top;
    text-align: center;
    font-weight: 700;
    line-height: 1;
position: relative;
}

.loop-date:before{
    content: "";
  width: 10px;
    height: 10px;
    background: linear-gradient(-35deg, #FFF 25%, #fff 26%, #fff 48%, #666 49%);
    display: inline-block;
    position: absolute;
    bottom: -1px;
    right: -1px;
}

 .loop-date .date_day_double, 
 .loop-date .date_day_double, 
 .loop-date .date_day_double,
.meta-date .date_day_double {
    margin-top: 5px;
    font-size: 23px;
    display: block;
}

.img_info{
max-width: 220px;
margin: 0px !important;
}

.info_boxwrap{
text-align: left !important;
    max-width: 245px;
}

.loop-title {
    font-size: 14px;
}
.loop-title a{
color: #444444;
text-decoration: none;
padding-right: 15px;
display: inherit;
}

.detail_day{
background-color: #e0b711;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding: 6px 8px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
.img_info {
    max-width: 100%;
    margin: 0px !important;
}
.info_boxwrap{
max-width: 100%;
}
.outer-thumb{
margin-top: -9px;
}