button#tribe-tickets__tickets-buy {
    text-align: center;
    font-weight: normal;
    font-family: 'BlueHighway',Arial,Helvetica,sans-serif;
    color: #fff;
    background: #ce702f;
    border-radius: 0;
    text-transform: uppercase;
	padding: 11px 14px;
    width: auto;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    border: 1px solid #ce702f;
    color: #ce702f;
	font-family: 'BlueHighway',Arial,Helvetica,sans-serif;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
   
   color: #fff;
    background: #ce702f !important;
    
}

button.tribe-common-c-btn.tribe-events-c-search__button {
        text-align: center;
    font-weight: normal;
    font-family: 'BlueHighway',Arial,Helvetica,sans-serif;
    color: #fff;
    background: #ce702f;
    border-radius: 0;
    text-transform: uppercase;
	padding: 11px 14px;
    width: auto;
}
button.tribe-common-c-btn.tribe-events-c-search__button:hover
{
   
   color: #fff;
    background: #ce702f !important;
    
}

.tribe-common-g-row.tribe-events-calendar-list__event-row {
    /* box-shadow: 0 5px 15px  grey; */
    padding: 20px 5px;
    box-shadow: 6px 3px 19px rgba(119, 119, 119, 0.16);
    border-radius: 8px;
}


a.tribe-events-c-small-cta__link.tribe-common-cta.tribe-common-cta--thin-alt {
    text-align: center;
    font-weight: normal;
    font-family: 'BlueHighway',Arial,Helvetica,sans-serif;
    color: #fff;
    background: #ce702f;
    border-radius: 0;
    text-transform: uppercase;
	padding: 11px 14px;
    width: auto;
}

.tribe-events-meta-group a {
    color:#ce702f;
}

.tribe-events-meta-group a:hover {
    color:#1A1A1A;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #ce702f;
}

button#tribe-tickets__tickets-submit {
    background-color: #CE702F;
}

button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit.tribe-tickets__attendee-tickets-footer-checkout-button.tribe-validation-submit {
    background-color: #CE702F;
}
button.tribe-common-c-btn-link.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit.tribe-tickets__attendee-tickets-footer-cart-button.tribe-validation-submit {
    color: #CE702F;
}



