/*------- Guest booking----*/


.emagic .ep-guest-booking-wrap {
    margin-top: 20px;
    width: 100%;
}

.emagic .ep-guest-booking-wrap .ep-guest-booking-heading-text {
    background: #e8e8e8;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 20px;
    margin: 0px;
}

.emagic .ep-guest-booking-wrap ul.ep-guest-booking {
    margin: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px 10px;
}

.emagic .ep-guest-booking-wrap ul.ep-guest-booking .ep-attendee-sub-heading {
    padding: 4px 15px;
    font-size: 13px;
}

.emagic .ep-guest-booking-wrap ul.ep-guest-booking li{
    list-style: none;
    margin-right: 23px;
    margin-bottom: 20px;
    width: 45%;
}


.emagic .ep-guest-booking-wrap ul.ep-guest-booking  .ep-guest-booking-sub-heading {
    margin-bottom: 30px;
}

.emagic .ep-guest-booking-wrap.ep-guest-booking-checkout ul.ep-guest-booking-input {
    margin-left: 20px;
    margin-top: 20px;
}

.emagic .ep-guest-booking-wrap.ep-guest-booking-checkout ul.ep-guest-booking-input li {
    list-style: none;
    margin-right: 23px;
    margin-bottom: 20px;
    width: 45%;
    display: inline-block
}

.emagic .ep-guest-booking-wrap.ep-guest-booking-checkout ul.ep-guest-booking-input li .ep-guest-booking-meta{
    font-size: 12px;
    color: rgb(58 58 58); 
}

#em_guest_booking_details_modal {
    z-index: 9999;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

#em_guest_booking_details_modal .em_guest_booking-wrap {
    position: absolute;
    background: #fff;
    width: 50%;
    left: 25%;
    top: 50px;
    bottom: 20px;
    padding: 20px;
    max-height: 350px;
}
#em_guest_booking_details_modal .em_guest_booking-wrap {
    animation-name: guest-booking-popup;
    animation-duration: 0.1s;
    overflow: auto;
}

#em_guest_booking_details_modal .em_guest_booking-wrap .em-guest-booking-next-btn {
    float: right;
}



@-webkit-keyframes  guest-booking-popup {
    0%   { transform: scale(0.5, 0.5); }
    100% { transform: scale(1, 1);}
}
@-moz-keyframes  guest-booking-popup {
    0%   { transform: scale(0.5, 0.5); }
    100% { transform: scale(1, 1);}
}
@-o-keyframes  guest-booking-popup {
    0%   { transform: scale(0.5, 0.5); }
    100% { transform: scale(1, 1);}
}

@keyframes  guest-booking-popup {
    0%   { transform: scale(0.5, 0.5); }
    100% { transform: scale(1, 1);}
}

#em_guest_booking_details_modal .em_guest_booking-wrap table.em_modal_table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

#em_guest_booking_details_modal .em_guest_booking-wrap table.em_modal_table, 
#em_guest_booking_details_modal .em_guest_booking-wrap table.em_modal_table td, 
#em_guest_booking_details_modal .em_guest_booking-wrap table.em_modal_table th {
    border: 1px solid rgba(0,0,0,.1);
}

#em_guest_booking_details_modal .em_guest_booking-wrap table.em_modal_table td {
    padding: 8px;
    border-bottom: 1px dotted silver;
}

#em_guest_booking_details_modal .em_guest_booking-wrap table.em_modal_table td, 
#em_guest_booking_details_modal .em_guest_booking-wrap table.em_modal_table th {
    padding: 8px;
    text-align: left;
    border-width: 0 1px 1px 0;
}