/* OVERLAY FORM*/
.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.search-overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.search-overlay-content.newsletter {
    position: relative;
    top: 36%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.search-overlay-content.newsletter form a{
    color: #BBBBBB;
}
.search-overlay-content.newsletter form a:hover{
    color: #BAAC8F;
}
.search-overlay-content.newsletter form > * {
    margin-bottom: 10px;
}

.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #BBBBBB;
    opacity: 1;
}

.search-overlay .closebtn:hover {
    color: #BAAC8F;
}

.search-overlay input[type=text],
.search-overlay input[type=email]{
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: calc(100% - 46px);
    background: white;
}

.search-overlay input[type=text]:hover,
.search-overlay input[type=email]:hover{
    background: #f1f1f1;
}

.search-overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #BBBBBB;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    width: auto;
    outline-color: transparent;
}

.search-overlay button:hover {
    background: #BAAC8F;
    color: white;
}
.modal-header{
    border-bottom: none;
}
.modal-footer{
    border-top: none;
}
.recaptcha-container{
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    padding-left: 0;
}