
/* BOOK NOW MODAL
------------------------------------------------------------------------------*/
/* #book-now-modal .modal-dialog {
    width: 1092px;
    max-width: calc(100% - 200px);
    margin: 15px auto;
} */
#book-now-modal .modal-dialog {
    width: 58%;
    max-width: 800px;
    margin: 2% auto;
}

#book-now-modal .modal-content {
    border-radius: 0;
}

#book-now-modal .modal-content>button {
    right: -88px;
    top: 22px;
    position: absolute;
    color: #fff;
    opacity: 1;
    width: 23.75px;
    height: 23.75px;
    font-weight: normal;
}

#book-now-modal .modal-content>button img:last-child {
    display: none;
}

#book-now-modal .modal-content>.modal-body {
    padding: 0;
}

#book-now-modal .modal-content>.modal-body>div>div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* #book-now-modal .form-wrap {
    width: 546px;
    max-width: 100%;
    padding-top: 56px;
    padding-bottom: 53px;
} */
#book-now-modal .form-wrap {
    width: 400px;
    min-height: 585px;
    max-width: 100%;
    padding: 15px 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#book-now-modal .service-img {
    background-color: #95a31a;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}

#book-now-modal .modal-content>.modal-body form {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

#book-now-modal .form-group {
    margin-bottom: 0;
}

#book-now-modal .date-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-bottom: 2px solid #d9d9d9;
}

#book-now-modal .date-time>div {
    padding: 0;
}

#book-now-modal .date-time>div input,
#book-now-modal .date-time>div select {
    border-bottom: 0 !important;
}

#book-now-modal .fieldcolumn-date {
    width: calc(50% + 2px);
    position: relative;
}

/* #book-now-modal .fieldcolumn-date::after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 14px;
    background: #d9d9d9;
} */
#book-now-modal .fieldcolumn-date::after {
    content: '';
    display: block;
    width: 2px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 7px;
    background: #d9d9d9;
}

#book-now-modal .fieldcolumn-time {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#book-now-modal .exp-date-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #d9d9d9;
}

#book-now-modal .exp-date-group input,
#book-now-modal .exp-date-group select {
    border-bottom: 0 !important;
}

#book-now-modal #card_exp_month {
    width: calc(50% - 1px);
}

/* #book-now-modal #card_exp_month+.col-divider {
    display: block;
    width: 2px;
    height: 40px;
    position: relative;
    margin-top: 14px;
    background: #d9d9d9;
} */
#book-now-modal #card_exp_month+.col-divider {
    display: block;
    width: 2px;
    height: 32px;
    position: relative;
    margin-top: 7px;
    background: #d9d9d9;
}

#book-now-modal #card_exp_year {
    width: calc(50% - 1px);
}

/* #book-now-modal .credit-card-info {
    font-size: 9px;
    letter-spacing: .3em;
    margin-top: 37px;
    margin-bottom: 9px;
}

*/
#book-now-modal .credit-card-info {
    font-size: 9px;
    letter-spacing: .3em;
    margin-top: 20px;
    margin-bottom: 0;
}

/* #book-now-modal input,
#book-now-modal select,
#book-now-modal textarea {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .4em;
    border: 0;
    border-bottom: 2px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 68px;
    height: 68px;
    color: #000;
} */
#book-now-modal input,
#book-now-modal select,
#book-now-modal textarea {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2em;
    border: 0;
    border-bottom: 2px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 46px;
    height: 46px;
    color: #000;
}

#book-now-modal select {
    padding-left: 7px !important;
}

/* #book-now-modal select {
    background: url('https://dispatch.barbersurgeonsguild.com/wp-content/themes/bsg/includes/img/icon/dropdown-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
} */
#book-now-modal ::-webkit-input-placeholder {
    color: #000;
    letter-spacing: .2em;
}

#book-now-modal ::-moz-placeholder {
    color: #000;
    letter-spacing: .2em;
}

#book-now-modal :-ms-input-placeholder {
    color: #000;
    letter-spacing: .2em;
}

#book-now-modal :-moz-placeholder {
    color: #000;
    letter-spacing: .2em;
}

#book-now-modal input#promo_code {
    border: 1px dashed #d9d9d9;
    margin-top: 22px;
    color: #95a31a;
}

#book-now-modal input#promo_code::-webkit-input-placeholder {
    color: #95a31a;
}

#book-now-modal input#promo_code::-moz-placeholder {
    color: #95a31a;
}

#book-now-modal input#promo_code:-ms-input-placeholder {
    color: #95a31a;
}

#book-now-modal input#promo_code:-moz-placeholder {
    color: #95a31a;
}

@media screen and (max-width: 991px) {
    #book-now-modal .modal-dialog {
        width: 100%;
        max-width: calc(100% - 200px);
    }
}

@media screen and (max-width: 619px) {
    #book-now-modal .modal-dialog {
        max-width: calc(100% - 30px);
    }

    #book-now-modal .modal-content>button {
        /* top: 0; */
        right: 22px;
        z-index: 99999999999999999999;
    }

    #book-now-modal .modal-content>button img:first-child {
        display: none;
    }

    #book-now-modal .modal-content>button img:last-child {
        display: block;
    }

    #book-now-modal .form-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 379px) {

    #book-now-modal input,
    #book-now-modal select,
    #book-now-modal textarea {
        letter-spacing: .1em;
    }
}

#book-now-modal .btn-submit-booker {
    width: 212px;
    padding: 0;
    line-height: 46px;
    font-weight: bold;
    font-size: 12px;
}

.btn-primary {
    color: #fff;
    background-color: #95a31a;
    border-color: #95a31a;
    border-radius: 0;
    font-family: futura, sans-serif;
    text-transform: uppercase;
    font-size: 1.15em;
    letter-spacing: .55em;
    padding: 15px 48px 17px;
    box-shadow: 10px 17px 24px 0px rgba(43, 45, 27, 0.24);
    -webkit-box-shadow: 10px 17px 24px 0px rgba(43, 45, 27, 0.24);
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    color: #fff;
    background-color: #758300;
    border-color: #758300;
    outline: none;
}

@import url('pickmeup.css');

/* Bootstrap Datepicker
----------------------------------------------------------------------------------- */
#booker-datepicker {
    position: absolute;
    display: none;
    width: 100%;
    min-width: 230px;
}

.booker-datepicker {
    background: #252717;
    border-radius: 0;
    border: 1px solid #96a225;
    border-top: 0;
    z-index: 99999999999;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.pickmeup .pmu-instance .pmu-button:hover {
    background: transparent;
    color: #96a225;
}

.pickmeup .pmu-instance nav *:first-child :hover {
    color: #96a225;
}

.pickmeup .pmu-instance .pmu-selected {
    background: #96a225;
    color: #eee;
}

.pickmeup .pmu-instance .pmu-today {
    background: #373823;
    color: #96a225;
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #96a225;
}

.white-text{color: #fff;}

/* Dividers
------------------------------------------------------------------------------*/
.divider-100 {
    height: 100px;
}

.divider-90 {
    height: 90px;
}

.divider-80 {
    height: 80px;
}

.divider-70 {
    height: 70px;
}

.divider-60 {
    height: 60px;
}

.divider-50 {
    height: 50px;
}

.divider-40 {
    height: 40px;
}

.divider-30 {
    height: 30px;
}

.divider-20 {
    height: 20px;
}

.divider-10 {
    height: 10px;
}

.divider-5 {
    height: 5px;
}

/* Responsive Styles
------------------------------------------------------------------------------*/
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }
}

@media screen and (max-width: 1189px) {
    body {
        overflow-x: auto;
    }
}

@media screen and (max-width: 767px) {
    .divider-100 {
        height: 50px;
    }

    .divider-90 {
        height: 45px;
    }

    .divider-80 {
        height: 40px;
    }

    .divider-70 {
        height: 35px;
    }

    .divider-60 {
        height: 30px;
    }

    /* .divider-50 {
        height: 25px;
    }
    .divider-40 {
        height: 20px;
    }
    .divider-30 {
        height: 15px;
    }
    .divider-20 {
        height: 10px;
    }
    .divider-10 {
        height: 5px;
    }
    .divider-5 {
        height: 2.5px;
    } */
}
