/* Sidebar Bio */

.author-bio {
    text-align: center;
}

.author-bio img {
    border-radius: 100%;
}

.author-bio h3 {
    /*margin: 4px 0 12px;*/
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #291f1e;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

div.author-bio div.text p {
    color: #291f1e;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
    font-size: 18px;
    line-height: 1.8em;
}

div.author-bio div.text a {
    text-decoration: none;
    font-weight: 400;
}


/*Sidebar Popular Recipes*/

div.popular-recipes-categories-container h4 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.sidebar .popular-recipes-categories-container div article.popular-recipes-categories-post {
    text-align: center;
    width: 49.25%;
    display: inline-table;
    margin: 0 1.5% 25px 0;
}

.sidebar .popular-recipes-categories-container div article.popular-recipes-categories-post a img {
    width: 100%;
}

.sidebar .popular-recipes-categories-container div article {
    font-size: 14px;
    margin-right: 1.5%;
}

.sidebar .popular-recipes-categories-container div article.popular-recipes-categories-post:nth-of-type(2n) {
    margin-right: 0;
}


/*Foodie Pro Default Featured Posts Widget*/

.sidebar section.featuredpost h3.widget-title {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.sidebar section.featuredpost article.entry {
    padding: 0 !important;
    border-bottom: 0 !important;
    width: 49%;
    margin: 0 1.5% 0 0;
}

.sidebar section.featuredpost article.entry:nth-of-type(2n) {
    margin-right: 0;
}

.sidebar section.featuredpost article.entry a img {
    width: 100%;
}


.sidebar section.featuredpost article header.entry-header h2.entry-title {
    text-align: center;
}

.sidebar section.featuredpost article header.entry-header h2.entry-title a {
    font-size: 15px;
}