/*
 Theme Name:   Korsel Child
 Theme URI:    http://korsel.bold-themes.com
 Description:  Korsel child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     korsel
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  korsel-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.btPostSingleItemStandard .btArticleContent:after {
    /*content: "";*/
    clear: both;
    display: none!important; /*skryté*/
    width: 0%;
    height: 2em;
    }

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
    -webkit-flex: 1 0 100%!important;
    -ms-flex: 1 0 100%!important;
    flex: 1 0 100%!important;
    padding-left: 2em;
    padding-right: 2em;
    }
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
    -webkit-flex: 1 0 0%!important;
    -ms-flex: 1 0 0%!important;
    flex: 1 0 0%!important;
    padding-left: 2em;
    padding-right: 2em;
    }