.search .row article.box{
    width: 100%;
    margin-bottom: 0px!important;
}
.search .row article.box.wpfd_file h3{
    padding-top: 5px;
}

.search .row article.box.wpfd_file h2 a{
    display: none;
}
.search .row article.box.wpfd_file .wpfd-single-file{
    padding: 0px;
}
.search .row article.box.wpfd_file .wpfd-single-file--buttons{
    display: none;
}
.search-results .row article.box .blog-button{
    display: none;
}

.search-results .row article.box .intern-thumbnail{
    display: none;
}

.search-results #content-container .row article.box .intern-padding h3 a:hover,
.search-results #content-container .row article.box .intern-padding h2 a:hover{
    color: #ffb502!important;
}
.search-results  #featuredbox.has-search.is-404 .pagetitle>h1,
#featuredbox.has-search.search-buddypress .pagetitle>h1{
    
}
.search-results #featuredbox .pagetitle, 
.search-results #featuredbox .pagetitle h1{
    font-size: 24px!important;
    bottom: -20px!important;
}
#featuredbox.has-search .breadcrumbs{
    margin-top: 25px;
    /*margin-bottom: 5px;*/
}

@media only screen and (max-width: 768px){
    .search-results #featuredbox .pagetitle, #featuredbox .pagetitle h1{
        bottom: 0px!important;
    }
}