
.search_modal {
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0 0 5em;
    margin: 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden
}

.search_modal .header_search_back {
    float: right;
    color: #666;
    margin-bottom: 1em
}

#search-2 {
    display: none
}

.searchModal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 1em;
    align-items: center;
    padding: 1em;
    box-shadow: 0 2px 5px -3px #717171
}

.searchModal__header .searchInput {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1em;
    padding: 1em;
    outline: 0;
    border: none;
    -webkit-appearance: textfield
}

.searchModal__header .searchInput:focus,
.searchModal__header .searchInput:hover {
    outline: 0;
    border: none;
    -webkit-appearance: textfield
}

.searchModal__header .back {
    font-size: 3em;
    line-height: 1;
    vertical-align: middle
}

.searchModal__header .icon-search {
    margin-left: 6px;
    margin-top: -4px
}

.searchModal__header .clean {
    opacity: 0;
    margin-left: 1em;
    color: #777;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.search_posts {
    padding: 1em;
    background: #e6e6e6;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.search_posts .search-thmb-placeholder {
    height: 100px;
    padding: 25px 0;
    border: 1px solid #e6e6e6
}


.more_search_result {
    display: none;
    border: 1px solid #fff;
    padding: .5em 1em;
    margin: 1em 0;
    border-radius: 3px;
    background: #eb6265;
    color: #fff
}

.more_search_result:focus,
.more_search_result:hover {
    text-decoration: none;
    background: #e53539
}
