
.div-result{
    border-bottom: 1px solid #a4a4a4;
    padding: 10px 0px;
}

.post-info a {
    color:inherit;
    text-decoration: none;
}

.post-info a:visited {
    color:inherit;
    text-decoration: none;
}

.post-info a:link {
    color:inherit;
    text-decoration: none;
}

.search-page .page-header{
    border-bottom: none;
    margin: 40px 0 0;
    padding-bottom: 0;
}

.search-page .page-header h1{
    font-size: 3em;
    margin: 0;
}

.search-page .entry-title h4{
    margin-bottom: 0;
}

.search-page .entry-title a, .search-page .entry-title a:visited{
    color: #1c4446;
}

.search-page .entry-title a:hover, .search-page .entry-title a:focus{
    color: #2E9B2F;
    text-decoration: none;
}

.search-page .header-div{
    background: #2E9B2F;
    height: 30px;
    margin: 10px 0 40px;
    width: 100%;
}

.search-page .post-info{
    margin-bottom: 0;
}

.search-page .entry-summary{
    margin: 0;
}

.search-page .entry-summary p{
    font-family: "Montserrat-light", sans-serif;
    font-size: 1.3em;
}

p.no-result{
    font-family: "Montserrat-light", sans-serif;
    font-size: 1.3em;
}

@media only screen and (min-width: 768px){
    .no-results form{
        width: 50%;
    }
}