/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.post-type,
.post-cat {
    font-size: 14px;
    color: #111;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #222;
    display: inline-block;
}

.post-cat {border-bottom: none;}

.tag-pre, {margin-right: 10px;}
.tag-pre,
.tag-style {
    font-size: 15px;
}

/* == VISAS I POST-FLÖDEN ============ */
.fl-post-grid .post-tag {margin:0}
.fl-post-grid .post-tag a {
    font-size: 13px;
    color: #fff !important;
    display: inline-block !important;
    background: #333;
    padding: 2px 5px !important;
    border-radius: 3px;
    margin: 5px 5px 5px 0;
}

/* == VISAS I SINGEL-POST ============ */
.tag-style a {
    color: #fff;
    display: inline-block;
    background: #333;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 3px;
}
.tag-style a:hover,
.fl-post-grid .fl-post-meta a:hover {background: #111;color: #fff;}
