/* GENERAL */

body {
    font-family: Lato,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #4d4d4d;
}

.navbar-inner a.brand img {
    width: 185px;
}

#mainNav {
    background: #181D21;
}

#docsSearch {
    background: #cecece url(https://static.feedpress.com/images/background.png);
    background-size: 568px 468px;
    padding: 20px 0;
}

/* CATEGORIES */

.collection-category .category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.category-list .category {
    flex: 0 0 32%;
    margin: 0 0 20px;
    padding: 0 0 15px;
    width: unset;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    box-shadow: none;
    background: #fff;
}

.category-list .category:hover {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .04);
}

.category-list .category h3 {
    color: #161B1E;
    margin: 0 0 10px;
}

.category-list .category h3:before {
    content: " ";
    display: block;
    height: 180px;
    margin: 0 0 20px;
    background: #EDEDED;
    border-radius: 3px 3px 0 0;
}

/* FAQs */
#category-7 h3:before {
    background: url(https://static.feedpress.com/images/kb/faq.png);
    background-size: cover;
    background-position: 50% 50%;
}

/* Troubleshooting */
#category-9 h3:before {
    background: url(https://static.feedpress.com/images/kb/troubleshooting.png);
    background-size: cover;
    background-position: 50% 50%;
}

/* Tutorials */
#category-8 h3:before {
    background: url(https://static.feedpress.com/images/kb/tutorials.png);
    background-size: cover;
    background-position: 50% 50%;
}

/* ARTICLES */

.icon-article-doc {
    display: none;
}

#fullArticle .title {
    margin: 0 30px 1.5em 0;
}

.articleFoot {
    display: none;
}

/* RESPONSIVE */

@media screen and (max-width: 500px) {
    .category-list .category {
        flex: 1 1 100%;
    }
}