/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* Custom CSS for Bootscore Child Theme */
.info360 {
    color: #000;
}

.info360 a{
    display: block;
    color: #000;
    text-decoration: none;
}
.navbarBgDark {
    background: #000;
}

.navbar-nav .nav-link.active {
    color: #e61e29;
}

.nav-link:hover {
    color: #e61e29;
}

.nav-link {
    color: #fff;
}

.getBtn {
    color: #fff;
}

.sideLine {
    border-right: 1px solid #000;
}

.iconHeight {
    height: 24px;
    width: 24px;
}

@media screen and (min-width: 992px) {
    .sideLine {
        border-right: none;
    }

    .iconHeight {
        height: 46px;
        width: 46px;
    }
}


#opening_hours {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 1.5em; /* altezza fissa per un elemento */
    overflow: hidden;
    position: relative;
}

#opening_hours li {
    position: absolute;
    width: 100%;
    /*    text-align: center;*/
    /*    display: none;*/
}


#fbuilder .ui-datepicker-inline, #fbuilder .ui-datepicker-inline.ui-datepicker-multi { width: unset !important; max-width:none !important; }
.ahbfield_service { display: none }
.pbSubmit:hover { background-color: #4CAF50; color: white; }
#fbuilder, #fbuilder label, #fbuilder span { color: #e61e29; }
#fbuilder input[type=text], #fbuilder textarea, #fbuilder select { color: #e61e29; }
#fbuilder .ui-datepicker-header { background:#6cc72b ; color:#444; text-shadow:none; }