﻿.sb-form {
    max-width: 550px;
}
.sb-navbar .dropdown-menu a {
    color: #fff;
}
@media (min-width: 768px) {
    .sb-links {
        max-height: calc(100vh -15px);
    }
}

#sb-searchbar {
    /*width: 0px !important;
    -moz-transition: all 2s ease !important;
    -webkit-transition: all 2s ease !important;*/
    border-bottom: 1px solid #ffffff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    
    padding: 0 10px;
    background-color: transparent; 
    color: #ffffff;
}

    /*#sb-searchbar:focus {
        width: 225px !important;
    }

#sb-searchbar:hover {
    width: 225px !important;
}*/

.btn-outline-light:hover {
    color: #0467f1 !important;
}

#q {
    background-color: #20211c;
    color: #ffffff;
    background-image: url('../../Content/Images/icosearch.png');
    background-repeat: no-repeat;
    text-indent: 30px;
    background-size: 1.1em;
    background-position: left;
    background-position-x: 14px;
    width: 280px;
}

@media (max-width: 375px) {
    #q {
        width: 310px;
    }
}

    #q::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }

    #q::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }

    #q:-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }

    #q:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .sb-mobilenav .nav-item a {
        line-height: 2.2rem;
        display: block;
        width: 100%;
    }
