/*
 Theme Name:        Tuning Child Theme
 Theme URI:         https://tuning.themerex.net/
 Description:       Tuning is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 Author:            ThemeREX
 Author URI:        https://themerex.net/
 Template:          tuning
 Version:           1.0
 Tested up to:      6.6
 Requires at least: 5.0
 Requires PHP:      7.0
 License:           GNU General Public License v2 or later
 License URI:       http://www.gnu.org/licenses/gpl-2.0.html
 Tags:              flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:       tuning
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */



body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
    padding: 1.05rem 0 1.15rem;
    border-color:  #4cc8d0 !important;
    background: #4cc8d0 !important;
}


.scroll_to_top_style_default
Specificity: (0,1,0)
 {
    width: 2.8em;
    height: 2.8em;
    line-height: 2.8em;
    text-align: center;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: var(--theme-color-inverse_link);
    border-color: var(--theme-color-text_link);
    background-color: #4cc8d0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col {
    color: var(--theme-color-text);
    background: none;
    border: 20px solid #4cc8d0;
    padding: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today.active span.date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.active span.date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col:hover span.date {
    color: var(--theme-color-inverse_link) !important;
    background-color: #4cc8d0 !important;
}

body div.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    padding: 14px 44px;
    color: var(--theme-color-inverse_link) !important;
    background: #4cc8d0 !important;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.scroll_to_top_style_default {
    width: 2.8em;
    height: 2.8em;
    line-height: 2.8em;
    text-align: center;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: var(--theme-color-inverse_link);
    border-color: var(--theme-color-text_link);
    background-color: #4cc8d0;
}

.sc_icons_accent .sc_icons_item:hover {
    background-color: #4cc8d0;
    -webkit-box-shadow: 0 5px 30px var(--theme-color-text_link_03);
    -ms-box-shadow: 0 5px 30px var(--theme-color-text_link_03);
    box-shadow: 0 5px 30px var(--theme-color-text_link_03);
}

.sc_icons .sc_icons_icon {
    color: #4cc8d0;
}