.post-153 input[type="text"] {
    
}
.post-153 button {
      background: #937F6C;
    padding: 25px 0;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 5px;
    line-height: 1;
    cursor: pointer;
    transition: .3s; 
    font-weight: 600 !important;
    margin: 5px 0;
}
.post-153 button:hover { background: #6B5A4E; transition: .3s;}


#booking-package .sun {
    
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
    
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
    
}

#booking-package .nationalHoliday {
    
}

#booking-package .goToBookingFormButton {
    
}

#booking-package .bookingButton {
}

#booking-package_calendarPage .startShutdownForHotel {
    
}

#booking-package_calendarPage .shutdownForHotel {
    
}

#booking-package_calendarPage .endShutdownForHotel {
    
}

#booking-package_calendarPage .selectedDayPanel {
    background-color: #FFD5D5 !important;
}
#booking-package_durationStay .value { font-weight: 600;}
#booking-package_durationStay .chooseDate { font-weight: 400;}
#summaryListPanel .summaryTitle, #summaryPanel .summaryTitle { font-weight: 400;}
#summaryListPanel .summaryValue, #summaryPanel .summaryValue { font-weight: 400;}

@media screen and (max-width: 600px) {
    #booking-package_durationStay .value { font-size: 15px !important;}
}