/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.mec-booking-form-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.mec-booking-form-container > *{
    flex: 1 1 100%;
    align-self: auto;
    min-width: 100%;
    min-height: auto;
}
.mec-booking-form-container > h4{
    order:1;
}
.mec-booking-form-container > ul.mec-book-tickets-container{
    order:2;
}
.mec-booking-form-container > ul.mec-book-tickets-container > li:not(:first-child) > h4{
    margin-top:25px;
}
.mec-booking-form-container > ul.mec-book-bfixed-fields-container{
    order:3;
    border-top: 1px solid #e6e6e6;
    padding-top:25px;
}
.mec-booking-form-container > ul.mec-book-bfixed-fields-container > li{
    margin-top:0 !important;
}
.mec-booking-form-container > .mec-book-form-btn-wrap{
    order:4;
}
.wbmec-mandatory{
    color: red !important;
}
/* REMOVE TIME BULLETS BUG */
.mec-events-meta-group-countdown .countdown-w .block-w li {
    list-style-type: none !important;
}

/* MOBILE FONT SIZE ON CALENDAR*/
@media only screen and (max-width: 768px){
    .mec-calendar .mec-event-article.mec-single-event-novel h4 {
        font-size: 9px;
        line-height: 11px;
    }
}