.divider-under{
    border-bottom:1px solid #747474;
    padding-bottom:25px;
    margin-bottom:25px
}
.divider-under p{
    margin:0;
}

p{
    font-size:15px;
    line-height:19px;
}
h2{
    font-size:16px;
    text-transform: uppercase;
    font-weight:bold;
    margin:15px 0;
}
.date_ct{
    position:absolute;
    top:0;
    width:100%;
    padding-right:1.875em;
}

.circle {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #fff; 
    display: block;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border:3px #4679BD solid;
    text-align:center;
}
.circle div{
    margin-top:12px;
}

.circle:after {
    content: "";
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
}

.post_day{
    display:block;
    margin:0 auto;
    font-family: 'League-Gothic';
    font-size:30px;
    line-height:30px;
    color:#000;
    width:100%;
}
.post_month{
    display:block;
    margin:0 auto;
    color:#8c8b8b;
    width:100%;
    font-size:16px;
    text-transform: uppercase;
}
.news-photo{
    margin-top:40px;
    min-height:40px;
}
a.read_more{
    font-size:15px;
}
.news-post{
    margin-bottom:30px;
}
.news-post:last-child{
    margin-bottom:0;
}