/*
 Theme Name:   Dentalia child theme 
 Theme URI:    http://orionthemes.com/dentalia
 Description:  Dentalia child theme
 Author:       OrionThemes.com
 Author URI:   http://orionthemes.com
 Template:     dentalia
 Version:      2.0
 Requires at least: 5.0
 Tested up to: 5.5
 Requires PHP: 7.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dentalia-child
*/

.working-hours-wrap {
    padding: 0;
}

.working-hours-wrap.working-hours-wrap--dark{
    padding: 30px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 5%);
}

.working-hours-wrap .working-day{
    color: #595959;
    font-size: 12px;
    line-height: 14px;
    position: relative;
}

.working-hours-wrap.working-hours-wrap--dark .working-day{
    color: #989795;
    font-size: 15px;
}

.working-hours-wrap .border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    opacity: 0.2;
}

/* reviews */

.wp-gr.wpac a.wp-google-name, .wp-gr .wp-google-time, .wp-gr .wp-google-text{
    color: #ffffff!important;
}

.wp-gr .wp-google-time{
    font-family: "Montserrat"!important;
    font-weight: 300!important;
}

.wp-gr .wp-google-text {
    font-style: italic!important;
    font-family: "Open Sans"!important;
    font-size: 21px!important;
    line-height: 36px!important;
    font-weight: 400!important;
}

.wp-gr.wpac a.wp-google-name{
    font-family: "Montserrat"!important;
    font-size: 14px!important;
    line-height: 14px;
    font-weight: 300!important;
}

.wp-gr .grw-slider .grw-slider-dot.active{
    background: #ffffff!important;
}

.footer-column-first {
    font-family: "Montserrat";
    font-size: 14px;
    color: #595959;
}