.homesearch {
    padding-top: 130px;
}
.homesearch button {
    background: transparent;
    border: 0;
}
#homesearchpos {
    background: white;
    border-left: 0;
}
.homesearch .form-control {
    border-right: 0;
}
.featured-one {
    max-width: 300px;
}
.homesearch .title {
    font-weight: bold;
}
.featured-one img {
    border: 3px solid;
}
.similar img {
    border: 1px solid lightgray;
}
.homesearch .author_name {
    font-size: 13px;
    margin-top: 14px;
}
.postpos {
    padding: 1% 15% 15% 5%;
}
@media (max-width: 991px){
   .postpos {
    padding: 0;
}
}
.similar {
    margin-bottom: 40px;
}
.search-bar input {
    background: white !important;
}