/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fullheight { height: 100%;}

/* Working Hours */

.location_working-hours {
    list-style: none !important;
    padding: 0;
    margin: 1em 0 !important;
}

.location_working-hours li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: var(--awb-color1);
    font-weight: 500;
    font-size: 16px;
}

.location_working-hours li.active {
    color: var(--awb-color3);
}