/* SEARCH ICON */
#top #header .av-main-nav > li#menu-item-search {
    position: absolute;
    right: -64px;
}
.menu-item-search-dropdown {
    display: block;
    cursor: pointer;
    background: radial-gradient(67.28% 80.73% at 0% 0%,#00AAFF 0%,#0B74C0 100%);
    border-radius: 50%;
    height: 28px !important;
    width: 28px;
}
.menu-item-search-dropdown.noMobile {
    margin-top: -4px;
}
.menu-item-search-dropdown a {
    background: url(/../../../../wp-content/uploads/search-toggle.svg) !important;
    background-repeat: no-repeat !important;
    width: 28px;
    height: 28px !important;
}
#top #header .av-main-nav > li.menu-item-search-dropdown > a:after,
#top #header .av-main-nav > li.menu-item-search-dropdown:hover > a:after
{
    background: unset;
}
[data-av_icon]:before {
    content: "";
}

/* SEARCH BOX IN TOP NAV */
.html_bottom_nav_header .avia-search-tooltip {
    /* 	width: 100%;
        max-width: 1376px;
        left: 0 !important; */
    width: 1376px;
    left: -1348px !important;
    margin-left: unset;
    top: -16px !important;
    color: #000;
    height: 62px;
    border: none;
    box-shadow: unset;
}
#top #searchform > div {
    /* 	width: 100%;
        max-width: var(--narrow-width); */
}
.avia-search-tooltip form div {
    max-width: none !important;
}
.avia-search-tooltip #searchform > div {
    margin: 0;
    height: 64px;
}
#top .av_minimal_header #s {
    width: 95%;
    font-size: 24px;
    height: 62px;
}
#top .av_minimal_header #s::placeholder {
    color: #BDBDBD !important;
}
#top #searchsubmit, .ajax_load {
    top: 50%;
    transform: translateY(-50%);
    height: unset;
}
.avia-search-tooltip .avia-arrow-wrap {
    display: none;
}

/* SEARCH BOX ON RESULTS PAGE */
#top .main_color input[type='text'] {
    background-color: transparent;
    /*width: 100%;*/
    font-size: 24px;
    color: #212121;
     padding-right: 30px;
    border: none;
    border-bottom: 1px solid #E0E0E0;
}
#top #searchform>div {
    max-width: none;
}
#top #s {
    padding: 11px 30px 11px 5px;
}
#top #searchsubmit, .ajax_load {
    background: url(/../../../../wp-content/uploads/loupe-blue.svg) no-repeat center center;
    color: transparent;
    border: none;
}
#top .main_color .extra-mini-title {
    color: #333;
    font-weight: normal !important;
}
#top .main_color .extra-mini-title .count {
    font-weight: 700;
}
#top .main_color .extra-mini-title .keywords {
    color: #F78A31;
}

/* SEARCH RESULTS */
#top .template-search.content .entry-content-wrapper {
    padding-left: 0;
}
#search-page #breadcrumbs {
    margin-top: 40px;
    margin-left: 5px;
}
/*#search-page h1 {*/
/*    font-size: 76px !important;*/
/*}*/
#search-page .page-heading-container {
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
#search-page #no-results-found {
    font-size: 15px;
    color: #333;
    font-family: 'Lato', sans-serif;
}

#search-page #results .search-results {
    margin-top: 30px;
}
.search-results {
    box-shadow: 0px 3px 1px rgb(0 0 0 / 6%), 0px 2px 2px rgb(0 0 0 / 6%), 0px 1px 5px rgb(0 0 0 / 10%);
    transition: box-shadow 0.5s;
    position: relative;
}
.search-results:hover {
    box-shadow: 0px 9px 46px rgb(0 0 0 / 6%), 0px 24px 38px rgb(0 0 0 / 6%), 0px 11px 15px rgb(0 0 0 / 10%);
}
.search-results > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    text-decoration: none;
    border: none;
}
.search-results .page-content {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    flex: 1 0 auto;
}
.search-results .page-content .title {
    font-size: 16px;
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-overflow: ellipsis;
    /*margin-top: 20px;*/
    padding-right: 20px;
}
.search-results .page-content .sub-heading {
    position: relative;
    color: #212121;
    font-size: 14px;
    overflow: hidden;
    top: 13px;
    margin-bottom: 15px;
}
/*.search-results .page-content .sub-heading.for-post {*/
/*    margin-bottom: 25px;*/
/*}*/
.search-results .page-content .sub-heading.for-post .news-content {
    font-size: 14px !important;
}
.search-results .page-image {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

.template-search .pagination {
    padding: 0;
}
.pagination span, .pagination a {
    padding: 2px 0 1px 9px;
}
#top .pagination .current, #top .pagination a {
    border-radius: 5px;
    margin-right: 5px;
    background: var(--blue-bolt);
    color: #ffffff !important;
    font-size: 14px;
}
#top .pagination .current {
    background: var(--blue-dark);
}
#top .main_color .pagination a:hover {
    background: var(--blue-allports);
    color: #ffffff !important;
}
.pagination .pagination-meta {
    font-size: 14px;
}

@media (min-width: 992px) {
    .search-results .page-image {
        float: left;
        width: 380px;
    }
    /*.search-results .page-image > img {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*}*/
    .search-results .page-content {
        height: 180px;
    }
}
@media only screen and (max-width: 991px) {
    .search-results .page-content {
        min-height: 100px;
        max-height: 200px;
        padding-bottom: 20px;
    }
    /*#search-page h1 {*/
    /*    font-size: 54px !important;*/
    /*}*/
}