.post-list {
}

.blog-post {
    margin-bottom: 4rem;
}

.pagename .meta {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.pagename .meta a {
    color: #fff;
}

.post-featured-image {
    display: block;
    position: relative;
    opacity: 1;
    display: block;
    transition: all ease 0.3s;
}

.post-featured-image img {
    border-radius: 1rem;
}

.post-featured-image:hover {
    opacity: 0.7;
}

.meta, .meta a {
    color: #aaa;
}

.post-title a {
    text-decoration: none;
    margin-bottom: 3rem;
}

.blog-search {
    margin-bottom: 3rem;
}

.blog-search input[type=button] {
    margin-left: -10px;
}

.blog-sidebar h3 {
    font-size: 3rem;
}

.blog-search input[type=button] {
    width: 30%;
    min-width: auto;
}

.blog-search input[type=text] {
    background: #EDEEEF;
    width: 70%;
    margin: 0;
    box-sizing: border-box;
}

.recent-list, .cat-list {
    margin-bottom: 2rem;
}

.cat-list ul, .cat-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-page .hero-wrap h1 {
    display: block !important;
}

.news-page .hero-wrap h1 span {
    display: block;
    font-size: 1.5rem;
    font-family: sans-serif;
    margin-top: 2rem;
    color: #aaa;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

/* Home Page POsts */
.more-posts a {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}

.more-posts h2 {
    font-size: 1.7rem;
    color: #fff;
    margin: 0;
}

.more-posts button {
    padding: .2rem 2rem;
    font-size: 1.2rem;
    line-height: 1;
}




