body.search article.page .entry-header a
{
    
    color: #2957a4;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
}
body.search article.page .entry-header a:hover
{
    color:#000;
}
body.search .site-content .content-area {
    padding: 0 45px;
}

body.search .search-result-count.default-max-width {
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 18px;
}
body.search .entry-content p {
    margin-top: -15px!important;
    display: block;
}

body.search  header.page-header.alignwide {
    padding-top: 65px;
    padding-bottom: 12px;
}
body.search .site-main .page {
    border-bottom: 1px solid #e4e4e4;
}
body.search nav.navigation.pagination
{
    border-top: none;
}
body.search .entry-header .post-thumbnail
{
    display: none;
}
body.search .entry .entry-title
{
    margin-bottom: 35px;
}
@media(max-width:1439px)
{
    body.search .site-content .content-area
    {
        padding: 0;
    }
}
@media(max-width:767px)
{
   body.search header.page-header.alignwide
   {
    padding-top: 0;
   }
}