/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.pb-ajax-blog .fusion-posts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pb-ajax-blog.fusion-blog-shortcode-1 .fusion-blog-layout-grid .fusion-post-grid {
    max-width: 33%;
    float: left;
    display: inline-block;
    margin: 1rem 0;
}
.lb-blog-filter-wrapper {
    display: flex;
    justify-content: space-around;
    max-width: 680px;
    margin: 0 auto;
}
span.lb-single-filter {
    color: #fcc24f;
    font-family: "Roboto";
    font-size: 24px;
    border: 1px solid #fcc24f;
    font-weight: 100;
    padding: 5px 10px;
}
span.lb-single-filter:hover,
span.lb-single-filter:active,
span.lb-single-filter:focus {
    cursor: pointer;
    background: #fcc24f;
    color: white;
}
.pb-ajax-posts .flexslider .slides li:first-child {
    display: block;
}