.btn-theme, .btn, .btn-white, .btn-theme-2, .btn-black, input[type*="submit"]:not(.fa):not(.btn-theme), #tribe-events .tribe-events-button, .tribe-events-button {
    font-size: 14px;
    background: #2166AE;
    color: #fff;
    font-weight: 700;
    padding: 25px 50px;
    line-height: 18px;
    position: relative;
    z-index: 9;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}