.search-image-round{
    object-fit: cover;
    width: 80px;
    height: 80px;
    border-radius: 100px;
}

.search-icon {
    margin-right: 20px;
}

.entry-text-two{
    display: inline-block;
}

div.entry-text-two .aau-staff-member .staff-text .aau-staff-list{
    margin: 0px !important;
}


.entry-text-two {
    float: right;
    width: 79%;
}

@media (min-width: 1300px){
    .search-staff-entry{
        display: inline-block;
        width: 50%;
    }
}
@media (max-width: 1300px){
    .search-staff-entry{
        display: inline-block;
        width: 100%;
    }
}

.staff-search-entry{
    border: solid #e1e1e1 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 30px 40px 30px 35px;
}
.search-results-staff-wrapper{
    margin-bottom: 10px;
}

.search-results-wrapper{
    margin-top: 20px;
}

.search-news-text{
    display: inline-block;
    width: 90%;
    vertical-align: top;
    text-align: left;
}
.search-result-heading{
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.search-term{
    font-weight: bold;
}

.search-item {
    display: flex;
    padding: 10px 0;
    width: 100%;
}

@media (max-width: 768px){

    #top .template-search.content .entry-content-wrapper {
        padding-left: 0px !important;
    }

    .search-item {
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px){
    .search-item {
        flex-wrap: wrap;
    }
}

.big-search {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.search-result-overview{
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px){
    .big-search #s {
        width: 100% !important;
        margin: 0px !important;
    }
}

.search-image-square{
    object-fit: cover;
    width: 80px;
    height: 80px;
}

.search-image-square-dummy{
    object-fit: cover;
    width: 80px;
    height: 80px;
}
.search-entry-title h2{
    font-weight: bolder;
}

.search-staff-titles{
    font-size: small;
    font-weight: lighter;
}

.search-result-title{
    font-weight: bold;
}

.search-result-overview{
    font-size: 14.5px;
}
.post-title .entry-title, .entry-text-two{
    overflow-wrap: break-word;
}

.search-element-title a{
    color: #222222 !important;
    border-bottom: none !important;
}

.search-element-title{
    margin-bottom: 0.1em !important;
    margin-top: 0.2em !important;
}

.aau-staff-search-orgs-element{
    display: block !important;
    line-height: normal;
    padding: unset !important;
}