h1.tripleseat-dlf-heading.tripleseat-dlf-heading-h1, p.tripleseat-dlf-text {
    display: none !important;
}

.tripleseat-dlf-time-wrapper .tripleseat-dlf-time-icon{
    display: none;
}

.tripleseat-dlf-heading-h3 {
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
    color: #435969;
    font-size: 22px;
}

div.timeselect {
    transition: none;
    padding: 10px;
}

#tripleseat_embed_form textarea,#tripleseat_embed_form input[type="text"], 
#tripleseat_embed_form input[type="email"],#tripleseat_embed_form input[type="tel"], 
#tripleseat_embed_form input[type="date"], #tripleseat_embed_form select {
    display: inline-block;
    width: calc(100% - 10px);
    margin-right: 10px;
    line-height: 40px;
    color: #435969;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #a4a4a4;
    min-height: 40px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin-bottom: 10px;
    background: none;
}

#tripleseat_embed_form  select{
    -webkit-appearance:auto;
}


#tripleseat_embed_form label {
    margin-bottom: 10px;
    font-weight: 500;
    color: #435969;
}

#tripleseat_embed_form button {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-family: 'Avenir LT W01 55 Roman';
    color: #435969 !important;
    border: 0;
    text-transform: uppercase;

    background: #435969;
    color: white !important;
    line-height: 3em;
    height: 3.5em;
}

a#tripleseat_link{
    display: block;
    margin-top: 10px;
    font-size: 11px;
}

#tripleseat_embed_form input[type='checkbox']{
    -webkit-appearance: auto;
    width: 18px;
    height: 18px;
    accent-color: var(--ts-theme-primary);
    cursor: pointer;
}


.tripleseat-dlf-checkbox-item, .tripleseat-dlf-checkbox-wrapper {
    display: flex;
    grid-gap: 10px;
}

.tripleseat-dlf-checkbox-item a{
    color: blue;
}


.tripleseat-dlf-checkbox-item a:hover{
    text-decoration: underline;
}

h1#tsLeadSuccessMessage {
    margin-top: 50px;
    margin-bottom: 25px;
}

div#tripleseat_dynamic_embed_form {
    min-height: 450px;
}

@media only screen and (max-width: 590px) {
    .tripleseat-dlf-name-fields {
        display: block !important;
    }
}