@charset "UTF-8";

/* Feed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.feed-grid {
    overflow: hidden;
    float: left;
    padding: 0 0 80px 0;
    width: 30.333%;
    margin-right: 3%;
    position: relative;
    margin-bottom: 50px;
}
.feed-grid h2 {
     font-size: 2.5rem;
}
.feed-grid .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
.feed-grid p {
    font-size: 1.4rem;
}
a.feed-readmore {
    position: absolute;
    bottom: 30px; 
    background: #DDD;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.entry-meta  {
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Post Categories
––––––––––––––––––––––– */
ul.post-categories {
    list-style: none;
    margin: 0;
    padding: auto;
}
ul.post-categories li {
    border: solid 1px #DDD;
    border-radius: 50px;
    display: inline-block;
}
ul.post-categories li a {
    display: block;
    padding: 5px 20px;
}

@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 480px) {

}

/* Feed Navigation
––––––––––––––––––––––– */
.feed-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feed-navigation a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.3rem;
    border-radius: 0 5px 0 0;
    border-bottom: solid 1.5px #592C82;
}

@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 480px) {

}


/* Post - Single
–––––––––––––––––––––––––––––––––––––––––––––––––– */

article ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}
article ul li {
    margin-bottom: 5px;
}


/* Recent Articles
––––––––––––––––––––––– */
ul.recent-articles {
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 20px;
}
ul.recent-articles li {
    
}
ul.recent-articles li a {
    display: block;
}


@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 480px) {

}
