
/*-----------
article
-------------*/
.article { background: #efecea;}
.article-header a {font-weight: 600 !important;}
.article-list .article .readmore a{    
    background: #b98766 !Important;
    color: white;
    border-radius: 35px;
    border: 0;
    padding: 10px 25px;
    font-family: 'Gill-Sans';
    text-transform:capitalize;
}

.article-list .article .readmore a:hover{
    background: #a07151 !important;color:white !important;
}
.article-header h2 a:hover {  color: #b98766 !important;}