/*
Elements Styles : Add Nav Search Form
*/

.dropdown-menu.ae-search-form.show {
    left: -312px;
    border: none;
    min-width: 328px;
    display: none;
}

.dropdown-menu.ae-search-form.show #searchform {
    margin-bottom: 0;
}

.dropdown-menu.ae-search-form #searchsubmit {
    background-color: #ea4948;
}

.dropdown-menu.ae-search-form #searchsubmit:focus {
    background-color: #e96a69;
    -webkit-box-shadow: 0 0 0 1px rgba(234,73,72,.3) !important;
            box-shadow: 0 0 0 1px rgba(234,73,72,.3) !important;
}

.ae-search-form input#s {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 300px;
    border-radius: 30px;
    height: 38px;
    padding: 12px 106px 9px 20px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.ae-search-form input#s:focus {
    border-color: #ced4da;
}

.ae-search-form #searchsubmit {
    font-family: 'Comfortaa', cursive;
    background-color: #ea4948;
    -webkit-text-stroke: 0;
    border: 1px solid #ea4948;
    width: 90px;
    height: 34px;
    border-radius: 30px!important;
    font-size: 16px;
    position: absolute;
    right: 1px;
    top: 2px;
    z-index: 999;
}

 