
.fa-search:before {content: "\f002";}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9)
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 40%;
    text-align: center;
    margin-top: 30px;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white
}

.overlay .closebtn:hover {
    color: #ccc
}

.overlay input[type=text] {
    padding: 20px 20px 20px 0;
    font-size: 24px;
    font-weight: 500;
    border: none;
    float: left;
    width: 100%;
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff
}

.overlay input[type=text]:focus {
    outline: none
}

.overlay input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.overlay input[type=text]::-moz-placeholder {
    color: #fff
}

.overlay input[type=text]:-ms-input-placeholder {
    color: #fff
}

.overlay button {
    background: transparent;
    font-size: 24px;
    border: none;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -48px
}

.openBtn {
    background: transparent;
    padding: 0 9px;
    font-size: 14px;
    cursor: pointer;
    transition: all ease-in-out 0.5s
}

.openBtn i {
    color: #e8cb4a
}

.openBtn:hover {
    background: transparent
}
