/*
   File Description: Customized css for template


   This is a change test 
   
*/
@media only screen and (min-width: 40.063em) { 
    .bg-half-260{
        padding: 150px 0px!important;
    }
}
small{
    color: grey;
    font-weight: bold;
    font-size: 85%;
}
.hide{
    display: none;
}
#checkboxes {
    display: block;
    border: 1px #dadada solid;
    position:absolute;
    /* width:100%; */
    z-index: 1050;
    background-color:white;
    box-sizing: border-box;
    overflow-y:auto;
}
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#checkboxes.hide {display:none;}
 
#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #f7961c;
}
#selectBox {
    position: relative;
}
@media (max-width: 375px){
    .custom-menu-extras {
        display: none !important;
        float: none !important;
    }
    #topnav .menu-extras-btn {
        display: block !important;
    }
    #navigation{
        overflow: visible !important;
    }
    .dropdown-menu{
        left: 3px !important;
    }
}
.tt:hover > .tik-tok{
    fill: white !important;
}