.w-search-form .w-form-row .w-form-row-field 
{
    position: relative;
}

.w-search-close::before
{
    visibility: hidden;
}

.qodef-fs-close-cursor {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 0 0 -25px;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    pointer-events: none;
    z-index: 123;
    color: #111
}

.qodef-fs-close-cursor.qodef--active .qodef-m-lines .qodef-m-line.qodef--1 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-fs-close-cursor.qodef--active .qodef-m-lines .qodef-m-line.qodef--2 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-fs-close-cursor .qodef-m-lines {
    position: relative;
    display: block;
    width: 55px;
    height: 13px
}

.qodef-fs-close-cursor .qodef-m-lines .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    background-color: currentColor;
    transition: .5s cubic-bezier(.96,.15,0,1.1)
}

.qodef-fs-close-cursor .qodef-m-lines .qodef-m-line.qodef--1 {
    top: 2px;
    width: 100%;
    transform: rotate(45deg);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition-delay: .2s
}

.qodef-fs-close-cursor .qodef-m-lines .qodef-m-line.qodef--2 {
    top: 2px;
    right: 0;
    left: auto;
    width: 100%;
    transform: rotate(-45deg);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

.qodef-fs-close-cursor .qodef-m-lines .qodef-m-line.qodef--3 {
    visibility: hidden
}

@media only screen and (max-width: 1024px) {
    .qodef-fs-close-cursor {
        display:none
    }
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto;
    z-index: 12;    
    box-sizing: content-box
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 43px 1px !important;
    font-size: 27px !important;
    color: #4e4e4e !important;
    line-height: 2em !important;
    background: 0 0 !important;
    border: 0  !important;    
    border-radius: 0 !important;
    text-transform: lowercase !important;
    text-align: left !important;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 50px;
    bottom: -20px;
    width: auto;
    display: flex;
    padding: 0;
    margin: 0;
    color: #111;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit svg {
    width: 25px;
    height: 25px
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: #111;
    background: 0 0
}

.w-search.active .qodef-m-form-submit {
    opacity: 1;
    right: 30px;
    bottom: 0;
    transition: color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s
}

.w-search.active .qodef-m-form-submit::before
{
    border: 0 !important;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #919191;
    transition: all .3s ease
}

.w-search.active .qodef-m-form-line {
    transition: width .5s ease .6s;
    bottom: 0;
    width: calc(100% - 60px);
    left: 30px
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    color: #2b2b2b;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.qodef-fullscreen-search-holder .qodef-m-close svg {
    stroke: none;
    width: 40px;
    height: 40px
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #111
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible;
    top: 52px;
    right: 40px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close .qodef-m-line.qodef--1 {
    top: 12px;
    transform: rotate(45deg)
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close .qodef-m-line.qodef--2 {
    top: 12px;
    transform: rotate(-45deg)
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close .qodef-m-line.qodef--3 {
    display: none
}

.qodef-fullscreen-search-holder #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-fullscreen-search-holder #qodef-page-header .qodef-header-logo-link img.qodef--light,.qodef-fullscreen-search-holder #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-search-holder .qodef-header-logo-link {
    display: none
}

.qodef-fullscreen-search-holder .qodef-fullscreen-search-overlay-close-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: none
}

@media only screen and (max-width: 1024px) {
    .qodef-fullscreen-search-holder .qodef-fullscreen-search-overlay-close-holder {
        display:none
    }
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}



input.qodef-m-form-field::placeholder {
    color: #111 !important;
}