#tt_search .search-wrapper {
    position: relative;
    height: 40px;
}

#tt_search .search-wrapper .search {
    background-color: #fff;
    border: 1px solid #83c2eb;
    padding: 0 52px 0 15px;
    line-height: 40px;
    outline: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 0;
}

#tt_search .search-wrapper i {
    color: #2b427d;
    cursor: none;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    font-size: 17px;
    height: 17px;
    margin: auto;
    width: auto;
}

.tt-search-content {
    position: relative;
}

.tt_search_results {
    display: none;
    position: absolute;
    max-height: 500px;
    overflow-y: scroll;
    margin: auto;
    width: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .1);
}

.tt_search_results.active {
    display: block;
}

.widget_tt_search_bar .tt_search_results ul {
    padding: 25px 0;
    margin: 0 auto !important;
    background-color: #fff;
}

.widget_tt_search_bar .tt_search_results ul li {
    border-bottom: none !important;
    padding: 0 15px;
    list-style: none;
}

.widget_tt_search_bar .tt_search_results ul li a {
    display: block;
    color: #2b427d;
    padding: 5px 0;
}

.widget_tt_search_bar .tt_search_results ul li a:hover {
    color: #83c2eb;
}

.tt_search_results ul li.post_type_title {
    background: #2b427d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    margin: auto 10px;
}

#see_all_results {
    display: block;
    text-align: center;
    max-width: 140px;
    padding: 0;
    height: 35px;
    line-height: 35px;
    margin: 15px auto;
    background: #83c2eb;
    color: #fff;
    transition: 0.3s;
}

#see_all_results:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

@media (min-width: 576px) {
    .tt_search_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .tt_search_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .tt_search_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .tt_search_container {
        max-width: 1140px;
    }
}

.search_title {
    font-size: 36px;
    line-height: 1.3;
    color: #2b427d;
    margin: 50px 0 30px 0;
}

.tt_search_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
}

.tt_search_page .tt_search_result_item {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    align-items: center;
}

.tt_search_page .tt_post_img img {
    height: 100%;
    width: 100%;
    max-height: 150px;
    max-width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tt_search_page .tt_post_title {
    margin: 20px 0;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.tt_search_page .tt_read_more {
    display: inline-block;
    position: relative;
    padding: 12px 28px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .07);
    -webkit-transition: all .25s;
    transition: all .25s;
    box-sizing: border-box;
    background-color: #2b427d;
    border: 1px solid #83c2eb;
    color: #fff;
}

.tt_search_page .tt_read_more:hover {
    background-color: #fff;
    color: #2b427d;
}

.tt_search_term_item h3 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 28px;
    color: #000;
}

.tt_search_term_item ul {
    padding: 0;
}

.tt_search_term_item ul li {
    list-style: none;
    padding: 5px 0;

}

.tt_search_term_item ul li a {
    font-size: 18px;
    color: #83c2eb;
}

.tt_search_pagination{
    text-align: center;
}

@media (max-width: 768px) {
    .tt_search_page{
        padding: 0 15px;
    }
    .search_title {
        font-size: 28px;
        margin: 20px 0 ;
    }
}