/* ----------------------------------------------------------------------------
 * Easy!Appointments - Online Appointment Scheduler
 *
 * @package     EasyAppointmentsPackage
 * @author      A.Tselegidis <alextselegidis@gmail.com>
 * @copyright   Copyright (c) 2013 - 2024, Alex Tselegidis
 * @license     Proprietary
 * @link        https://easyappointments.org
 * @since       v1.0.0
 * ---------------------------------------------------------------------------- */

/*
| -------------------------------------------------------------------------
| Common CSS
| -------------------------------------------------------------------------
|
| This file is loaded on all pages by default and can be used for providing
| common CSS styling.
|
*/

#header #header-logo small {
    color: #cde0ea !important;
    filter: brightness(60%);
}


@media (min-width: 768px) {
    #book-appointment-wizard .footer-powered-by {
        width: 30%;
    } 
    
    #book-appointment-wizard .footer-options {
        width: 70%;
    }
}
