/* Enter Your Custom CSS Here */
.hide {
  display:none;
}
#wsm_phone {
    position: absolute;
    font-size: 2vw;
    font-weight: bold;
    background-color: rgb(247,247,247);
    color: rgb(142,142,142);
    margin-left: 67.1%;
    margin-top: -2.9%;
    padding-right: 10px;
    display: none;
}
#logo a img {
    width: 100% !important;
     height: 100% !important;
}
input[type="text"] {
    float: inherit !important;
    cursor: text;
}