/* SearchWP Live */
.searchwp-live-wrap {
    position: relative;
    color: #333;
}
.searchwp-live-wrap .searchwp-live-search-results {
    top: 10px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: 0 !important;
}
.searchwp-live-wrap .searchwp-live-search-results {
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 0 !important;
    background: #fff;
    max-height: 240px !important;  
}
.searchwp-live-search-results-showing {
    overflow: hidden !important;
}
.searchwp-live-search-no-min-chars {
    display: none !important; 
}

/* Search WP Live Results Template */
.searchwp-live-results-template .no-results {
    padding: 12px;
}
.searchwp-live-results-template .results {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    user-select: none;
    max-height: 176px;
}
.searchwp-live-results-template .results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.searchwp-live-results-template .results ul > li {
    border-top: 1px solid #e6e6e6;
}
.searchwp-live-results-template .results ul > li:first-child {
    border-top-width: 0px;
}
.searchwp-live-results-template .results ul > li > a {
    display: block;
    padding: 12px;
}
.searchwp-live-results-template .results ul > li > a:hover {
    background: rgba(0,0,0,0.01);
}
.searchwp-live-results-template .result-thumbnail:empty {
    display: none;
}
.searchwp-live-results-template .result-thumbnail img {
    width: 44px;
}
.searchwp-live-results-template .result-title {
    margin-bottom: 0;
}
.searchwp-live-results-template .footer {
    border-top: 1px solid  #e6e6e6;
    padding: 12px;
}
@media only screen and (min-width: 768px) {
    .searchwp-live-wrap .searchwp-live-search-results {  
        max-height: 330px !important;
    }
    .searchwp-live-results-template .results {
        max-height: 266px;
    }
    .searchwp-live-results-template .result-thumbnail img {
        width: 64px;
    }
}