/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.bpac-date-wrapper label, .bpac_input_wrapper label {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #20292f;
    font-weight: 700;
    font-size: 16px;
}
.bpac-submit {
    transition: all .1s ease-in-out;
    font-size:16px;
    font-weight: 700;
    border-radius: 0;
}
.bpac_row input {
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
}
.bpac_row .form-control {
    height: fit-content;
    font-size: 16px;
    width: 100%;
}
.mt-booking-property-availability-checker-form {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.bpac_row .bpac-date-wrapper {
    display: flex;
}
.bpac_row input {
    border: none;
}
.bpac_row .bpac_input_wrapper {
    border: 1px solid #333;
    border-bottom: none;
    background-color: #fff;
    margin-top:10px;
}
.bpac-btn-group {
    margin-top: 15px;
}
.bpac-btn-group input{
    width: 100% !important;
    text-align: center;
}
.bpac_row .bpac-date-wrapper .mt_field--input_datepicker {
    width: 100% !important;
}
.bpac_row .bpac-date-wrapper .mt_field--input_datepicker:first-child {
    border-right: 1px solid #333;
}
.bpac_row .bpac-date-wrapper .mt_field--input_datepicker {
    padding: 10px;
    border-bottom: 1px solid #333;
}
.bpac_row .bpac-date-wrapper .mt_field--input_datepicker input[type=text]:focus {
    border: none !important;
    outline: none !important;
}
.bpac_row .mt_single_builder_field {
    margin-bottom: 0 !important;
}
.bpac_row .mt_field--input_number {
    padding: 10px !important;
    border-bottom: 1px solid #333;
}
.bpac_row .mt_field--input_number.infants,
.bpac_row .mt_field--input_number.guests {
    border-bottom: none;
}
.bpac-heading{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}
.bpac-p1{
    margin:10px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #A8AEB3;
}
.bpac-p2{
    margin:0;
    font-size: 18px;
    font-weight: 800;
    color: #003282;
}
.bpac_row input[type=date],
.bpac_row input[type=email],
.bpac_row input[type=number],
.bpac_row input[type=password],
.bpac_row input[type=search],
.bpac_row input[type=tel],
.bpac_row input[type=text],
.bpac_row input[type=url],
.bpac_row select,
.bpac_row textarea {
    padding: 0 !important;
}
.bpac_row input[type=date]:focus,
.bpac_row input[type=email]:focus,
.bpac_row input[type=number]:focus,
.bpac_row input[type=password]:focus,
.bpac_row input[type=search]:focus,
.bpac_row input[type=tel]:focus,
.bpac_row input[type=text]:focus,
.bpac_row input[type=url]:focus,
.bpac_row select:focus,
.bpac_row textarea:focus {
    border: none !important;
    outline: none !important;
}

.bpac_row-v2 .bpac_input_wrapper{
    max-width: 1100px;
    width: calc(100%);
    display: flex;
}
.bpac_row-v2 .bpac_input_wrapper .mt_field--input_datepicker {
    border-right: 1px solid #333;
}
.bpac_row-v2 .bpac_input_wrapper .mt_field--input_number{
    border-right: 1px solid #333;
}
.bpac_row-v2 .bpac_input_wrapper .mt_field--input_number:last-child{
    border-right: none;
}
.bpac_row-v2 .bpac-btn-group input{
    height: 100%;
    width: 100%;
}
.bpac_row-v2 .bpac-btn-group{
    border-bottom: 1px solid #333;
    margin:0;
    padding:0;
}
.bpac_row-v2 input{
    padding: 10px 30px;
}
.bpac_row-v2 .bpac_input_wrapper label {
    margin:0;
}