/*Blank CSS*/

.menu_button 
{
    
    transition: all 0.3s ease 0s;
    background: #e31e25;
    color: #fff!important;
    line-height: 1.8;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 600;
    vertical-align: middle;
    font-size: 14px!important;
    padding: 4px 22px!important;
    border-radius: 50px!important;
     border:1px solid #e31e25!important;
    text-transform: uppercase!important;
}
   .menu_button:hover
   {
    background: #fff!important;
    color: #000!important;
    border:1px solid #fff!important;
   }