@media screen and (max-width: 1200px) {
    body .booked-list-view .booked-appt-list h2 {
        text-align: left;
        margin: 0 0 20px;
    }

    body .booked-list-view .booked-appt-list h2.booked-no-prev {
        text-align: left;
    }

    body .booked-list-view .booked-list-view-nav {
        display: block;
        height: 26px;
        margin: -5px 0 30px;
        position: static;
        text-align: left;
    }

    body .booked-list-view .booked-list-view-nav .booked-list-view-date-next,
    body .booked-list-view .booked-list-view-nav .booked-list-view-date-prev {
        margin: 0 6px 5px 0;
        position: relative;
        display: inline-block;
        top: 0;
        right: 0;
    }

    body .booked-list-view .booked-list-view-nav .booked-list-view-date-next {
        float: right;
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 1100px) {
    body table.booked-calendar td .count {
        padding: 5px 0;
        font-size: 9px;
    }

    body table.booked-calendar td .date .number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 860px) {

    body #booked-profile-page .booked-profile-appt-list {
        float: none;
        width: 100%;
        margin: 0 0 30px
    }

    body #booked-profile-page #profile-edit {
        float: none;
        width: 100%;
        margin: 0
    }

    body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
        float: right;
        margin: 6px 0 0 0;
    }

}

@media screen and (max-width: 720px) {

    button.new-appt.button.selected-slot {
        background: #dddddd;
        color: #000000;
        border-width: 1px;
        padding: 0 7px;
        font-size: 15px;
    }


    body .booked-calendar-wrap table.booked-calendar thead th {
        font-size: 16px;
        padding: 13px 0 10px;
    }

    body .booked-calendar-wrap table.booked-calendar thead tr.days th {
        font-size: 11px;
        padding: 7px 0 5px;
    }

    body .booked-calendar-wrap table.booked-calendar td {
        font-size: 13px;
    }

    body .booked-calendar-wrap table.booked-calendar thead th .page-left {
        left: 10px;
        top: 11px;
        font-size: 15px;
    }

    body .booked-calendar-wrap table.booked-calendar thead th .page-right {
        right: 10px;
        top: 11px;
        font-size: 15px;
    }

    body .booked-calendar-wrap table.booked-calendar thead th .page-left:hover {
        left: 9px;
    }

    body .booked-calendar-wrap table.booked-calendar thead th .page-right:hover {
        right: 9px;
    }

    body .booked-calendar-wrap table.booked-calendar th .monthName {
        height: auto;
        display: inline-block;
    }

    body .booked-calendar-wrap table.booked-calendar th .monthName a {
        top: -2px;
        font-size: 10px;
    }

    body .booked-calendar-wrap table.booked-calendar td .count {
        display: none;
    }

    body .booked-calendar-wrap table.booked-calendar td .date {
        height: 100%;
    }

    body .booked-calendar-wrap table.booked-calendar td .date .number {
        border: none;
        display: block;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        transform: scale(1);
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    body .booked-calendar-wrap table.booked-calendar td.blur .date,
    body .booked-calendar-wrap table.booked-calendar td.blur:hover .date {
        cursor: default;
        background: #EEEEEE;
        color: #ccc;
    }

    body .booked-calendar-wrap table.booked-calendar td.booked .date,
    body .booked-calendar-wrap table.booked-calendar td.booked:hover .date {
        cursor: default;
        background: #FFE4DF;
        color: #F15934;
    }

    body .booked-calendar-wrap table.booked-calendar td.today .date {
        background: #000000;
        color: #ffffff;
    }

    body .booked-calendar-wrap table.booked-calendar td.today:hover .date {
        background: #eff7fb;
        color: #555;
    }

    body .booked-calendar-wrap table.booked-calendar td:hover .date {
        background: #f9f9f9;
        cursor: pointer;
        color: #000;
    }

    body .booked-calendar-wrap table.booked-calendar tr.week td.active .date .number {
        border: none;
        transform: scale(1.5);
        background: none;
        color: #000;
    }

    body .booked-calendar-wrap table.booked-calendar tr.entryBlock td {
        padding: 5%;
    }

    body .booked-calendar-wrap table.booked-calendar .booked-appt-list {
        max-height: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
        padding: 10px;
    }

    body .booked-calendar-wrap.small table.booked-calendar .booked-appt-list {
        max-height: 100%;
    }

    body table.booked-calendar .booked-appt-list h2 {
        text-align: center;
        margin: 0 0 15px;
        font-size: 12px;
    }

    body table.booked-calendar .booked-appt-list h2 span {
        display: none;
    }

    body table.booked-calendar .booked-appt-list .timeslot {
        border-top: 0;
        margin: 0 0 10px;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
    body table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
        display: none;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title,
    body .booked-calendar-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title {
        display: block;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-people, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people:hover {
        width: 100%;
        padding: 0;
        height: auto;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 7px 0;
        line-height: 1.5;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
        display: block;
        font-weight: 600;
        font-size: 13px;
    }

    body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
        display: none;
    }

    body .booked-calendar-wrap table.booked-calendar td.prev-date .date,
    body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date {
        cursor: default;
        background: #f9f9f9;
        color: #bbb;
    }

    body .booked-calendar-wrap table.booked-calendar td.blur .date,
    body .booked-calendar-wrap table.booked-calendar td.blur:hover .date {
        cursor: default;
        background: #eee;
        color: #ddd;
    }

    body .booked-calendar-wrap table.booked-calendar td.booked .date,
    body .booked-calendar-wrap table.booked-calendar td.booked:hover .date {
        cursor: default;
        background: #ffeae7;
        color: #f0b1a1;
    }

    body .booked-calendar-wrap table.booked-calendar tr.week td.active .date,
    body .booked-calendar-wrap table.booked-calendar tr.week td.active:hover .date {
        background: #ddd;
    }

    body #booked-profile-page .result-section.table-layout {
        padding: 10px 0;
    }

    body #booked-profile-page .result-section.table-layout .table-box .cell-title .compact-img img {
        top: 46px;
        left: 12px;
    }

    body #booked-profile-page .booked-tabs li,
    body #booked-profile-page .booked-tabs li.edit-button {
        display: block;
        float: none;
    }

    body #booked-profile-page .booked-tabs li a,
    body #booked-profile-page .booked-tabs li.edit-button a {
        border-left: none;
        border-right: none;
    }

    body .booked-modal {
        padding: 0;
        margin: 20px;
    }

    body .booked-modal .bm-window {
        width: 100%;
        padding: 43px 0 0;
        box-sizing: border-box;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    body .booked-modal .bm-window .booked-scrollable {
        padding: 30px 35px;
    }

    body .booked-modal .bm-overlay {
        background: rgba(0, 0, 0, 0.8);
    }

    body .booked-modal .bm-window p.name b {
        display: block;
    }

    body .booked-list-view .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot,
    body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot {
        display: none;
    }

}

@media screen and (max-width: 600px) {

    body .booked-modal input[type=submit] {
        margin: 0 10px 10px 0;
        float: none;
    }

    body .booked-modal .button {
        width: 100%;
        float: none;
    }

    body .booked-calendarSwitcher {
        width: 100%;
        display: block;
        padding: 8px 5px;
    }

    body .booked-calendarSwitcher i.fa {
        display: none;
    }

    body .booked-calendarSwitcher select {
        width: 100%;
    }

    body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
        display: block;
        float: none;
        margin: 0 0 10px;
    }

    body #profile-edit #booked-page-form p.form-nickname,
    body #profile-edit #booked-page-form p.form-email,
    body #profile-edit #booked-page-form p.form-url,
    body #profile-edit #booked-page-form p.form-password {
        float: none;
        width: 100%;
    }

    body .booked-modal #customerChoices .field {
        display: block;
        float: none;
        margin: 5px 0;
    }

    #add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
        width: 100%;
        clear: both;
    }

    .woocommerce form .form-row {
        width: 100% !important;
        clear: both !important;
    }

    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        padding: 0.5em !important;
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        padding: 0 !important;
    }

    #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
        padding: 1em 0 !important;
    }

    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        width: 100%;
    }

}

@media screen and (max-width: 450px) {

    body .booked-list-view .booked-appt-list h2 strong {
        display: block;
        margin: 0 auto;
    }

    body .booked-list-view .booked-appt-list h2 span:last-child {
        display: none;
    }

    body .booked-list-view .booked-appt-list .timeslot {
        border-top: 0;
        margin: 0 0 10px;
    }

    body .booked-list-view .booked-appt-list .timeslot .timeslot-time,
    body .booked-list-view .booked-appt-list .timeslot .timeslot-count {
        display: none;
    }

    body .booked-list-view .booked-appt-list .timeslot .timeslot-people {
        width: 100%;
        padding: 0;
        height: auto;
    }

    body .booked-list-view .booked-appt-list .timeslot .timeslot-people button {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 7px 0;
        line-height: 1.5;
    }

    body .booked-list-view .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
        display: block;
        font-weight: 600;
        font-size: 13px;
    }

    body .booked-list-view .booked-appt-list .timeslot .timeslot-people button .button-text {
        display: none;
    }

    body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title {
        display: block;
    }

    body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
        height: auto;
        padding: 0;
    }

    #add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
        width: 100%;
        clear: both;
    }

    .woocommerce form .form-row {
        width: 100% !important;
        clear: both !important;
    }

    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        padding: 0.5em !important;
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        padding: 0 !important;
    }

    #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
        padding: 1em 0 !important;
    }

    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        width: 100%;
    }

}