.tff-event-btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 30px 8px;
    background-color: rgb(228, 61, 48);
    color: rgb(255, 255, 255);
    font-family: 'Terry', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.tff-event-btn:hover {
    background-color: #c72e22;
    color: rgb(255, 255, 255);
}
.tff-event-tbd {
    display: inline-block;
    font-family: 'Rigid Square', Arial, sans-serif;
    font-style: italic;
    color: #000000;
    font-size: 16px;
}
