/*
Theme Name: Flex Custom Theme
Theme URI: https://flex360.com
Template: hello-elementor
Author: Todd Eubanks
Author URI: https://flex360.com
Description: Theme developed for Reed's Hideaway
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1616096468
Updated: 2021-03-18 19:41:08

*/
#tripleseat_embed_form {
    font-size: 15px;
}

#tripleseat_embed_form table td {
    padding: 15px;
}

#tripleseat_embed_form table td,
#tripleseat_embed_form table th {
    border: none;
}

#tripleseat_embed_form table tbody>tr:nth-child(odd)>td,
#tripleseat_embed_form table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

#tripleseat_embed_form table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: transparent;
}

#tripleseat_embed_form input,
#tripleseat_embed_form textarea {
    background-color: var(--e-global-color-7664cda);
}

#tripleseat_embed_form #lead_phone_number {
    width: 100% !important;
}

#tripleseat_embed_form #lead_phone_number_extension,
#tripleseat_embed_form .lead_booking_event_start_time,
#tripleseat_embed_form .lead_booking_event_end_time {
    width: 71% !important;
}

#tripleseat_embed_form #dp_lead_booking_start_date,
#tripleseat_embed_form #dp_lead_booking_end_date {
    width: 75% !important;
}

#tripleseat_embed_form .dp_lead_booking_event_date {
    width: 35% !important;
}

#ui-datepicker-div {
    width: 18% !important;
}

.row_booking_events_needed label {
    padding-left: 10px;
}

.g-recaptcha {
    padding-top: 10px;
}

#lead_submit,
.add_event,
.delete_event {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background-color: #7EAAE9 !important;
    border-style: double !important;
    border-width: 3px 3px 3px 3px !important;
    border-color: #FFFFFF !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 15px 50px 15px 50px !important;

}

#lead_submit:hover,
.add_event:hover,
.delete_event:hover {
    background-color: #89A5CC !important;
}

select#lead_referral_source_id {
    font-size: 13px;
}

#tripleseat_embed_form label {
    padding-bottom: 3px;
}

input.timeselect_input {
    width: 100% !important;
}



/*Contact Form*/
form.wpcf7-form {
    margin: 0 auto;
}

.wpcf7-form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.wpcf7-form .column {
    flex-basis: 48%;
}

.wpcf7-form .column-12 {
    flex-basis: 100%;
}

.wpcf7-form label,
input,
textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7-form input[type="submit"] {
    width: 100%;
    margin-top: 20px;
}

.elementor-271 .elementor-element.elementor-element-424a21a .dce-post-item {
    padding-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
    form.wpcf7-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .wpcf7-form .column {
        flex-basis: 100% !important;
    }

    .wpcf7-form label,
    input,
    textarea {
        flex-basis: 100% !important;
    }

    .wpcf7-form input[type="submit"] {
        flex-basis: 100%;
    }
}