
.load-btn {
    border: 1px solid #4e8fa8;
    /*color: #4e8fa8 !important;*/
    color: #fff !important;
    border-radius: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 24px;
    background-color: #31b0d5;
}
.load-btn:hover, .load-btn:focus {
    background-color: #31b0d5;
    border-color: #31b0d5;
    color: #fff !important;
}
.primary-wrap{
    padding: 80px 0;
}
.date {
    position:  absolute;
    top: 0;
    left:  20px;
    padding:  10px;
    background: #053b50;
    text-align:  center;
    color:#dae2e8;
}
/*.year {
    font-size:  12px;
}*/
.month {
    text-transform:  capitalize;
    font-size: 12px;
}
.day {
    display:  block;
    font-size:  24px;
    font-weight:  800;
}
/*for the date display over the news page*/
