#___gcse_0{
    width: 30px !important;
    position: relative;
}
#gsc-i-id1{
    font-size: 1.2em !important;
    width: 40px !important;
    color: white;
    transition: all 0.8s ease;

}
#gsc-i-id1:hover{
    font-size: 1.2em !important;
    width: 120px !important;
    transition: all 0.8s ease;
    background-color: white;
    color: black;
}
#gsc-i-id1:focus{
    width: 120px !important;
    transition: all 0.8s ease;
    background-color: white;
    color: black;
    font-size: 1.2em !important;
}
.gsc-search-button.gsc-search-button-v2{
    border-radius: 40px;
    height: 34px;
}
.gsc-input-box{
    border-radius: 40px;
    border: solid 10px;
}
/*
@media (max-width: 1000px) {
    #___gcse_0{
        width: 70% !important;
        left: 10px;
    }
    #gsc-i-id1{
        font-size: 1em !important;
        color: rgb(0, 0, 0);
        width: 100% !important;
    }
    #gsc-i-id1:hover{
        font-size: 1em !important;
        color: rgb(0, 0, 0);
        width: 100% !important;
    } 
    
}
@media (max-width: 700px) {
    #___gcse_0{
        width: 100% !important;
        left: 0;
    }
    #gsc-i-id1{
        font-size: 1.2em !important;
        color: rgb(0, 0, 0);
        width: 100% !important;
    }
    #gsc-i-id1:hover{
        font-size: 1.2em !important;
        color: rgb(0, 0, 0);
        width: 100% !important;
    } 
}
*/