/*
Theme Name: Unstrutcamp
Author: Luis Heft
Description: A custom theme using the block editor.
Version: 1.0
*/

.wpbc_times_selector div {
    color: #348e38 !important;
    border: 0px solid #348e38 !important;
}

/* Button - Mouse Over */
.wpbc_times_selector div:hover{
    background: #d0d0d0 !important;
}
/* Button - Selected */
.wpbc_times_selector div.wpbc_time_selected{
    background: #348e38 !important;
    color: #fff !important;
    box-shadow: 1px 0px #eee;
    font-weight: 600;
}

wpbc_steps_for_timeline_step_active {
    background-color: #348e38 !important;
}
:root{
    --wpbc_cal-selected-day-color: #348e38 !important;
    --wpbc_cal-hover-day-color: #348e38 !important;
}

.maximum_height {
    height: 240px;
}

html {
    scroll-behavior: smooth;
}

/*.wpbc_ty__section_text_times {*/
/*    display: none;*/
/*}*/
