.search-input{
    float: left;
    color: #999;
    border: solid 1px #ddd;
    width: 30%;
    height: 25px;
    padding: 4px 12px;
    border-right: none;
    font-size: 16px;
    border-radius: 2px 0 0 2px;
    outline: none;
}

.search-btn {
    color: #fff;
    border: none;
    background: #45B6F7;
    height: 60px;
    font-size: 16px;
    padding: 0 12px;
    border-radius: 0 2px 2px 0;
    width: 10%;
}

.searchDiv{
    display: none;
}

.site-search{
    /*background-color: rgba(255,255,255,0.95);*/
    /*position: absolute;*/
    top: -50px;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 8;
    top: 108px;
    opacity: 1;
}

@media (max-width: 768px) {
    .search-input{
        /*width: 40% !important;*/
    }

    .search-btn{
        width: 20% !important;
    }

    #labelTitle {
        display: unset;
    }
}

@media (min-width: 768px) {
   #labelTitle {
       display: none;
   }
}