/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'Coded files/Custom/system/default/Hs Default Custom Style.css'                      */
/****************************************************************************/

a.read-more-btn{
    background-color: transparent;
   border: 2px solid rgba(68, 68, 68, 0.75);
   color: #444444 ;
    font-size: 24px;
   padding: 20px 50px;
    transition: all 0.2s linear 0s;
    font-family: Montserrat;
   font-size: 24px;
   font-weight: 700;
   letter-spacing: 1px;
   text-transform: uppercase;
    display: inline-block;
    line-height: 20px;
    text-decoration: none;
}
a.read-more-btn:hover{
    background-color: #3c6;
   border-color: #3c6;
   color: #fff;
}