.article-info>.me-auto {
    margin-right: 0!important;
}
.article-details .article-social-share {
    float: left;
}

.article-details .article-info {
    margin-bottom: 5px;
}

.social-share-icon ul::before {
    content: "Sdílejte na";
    display: inline-block;
    /* padding: 3px 10px 5px 10px; */
    font-size: 10px;
    /* background: #2d3257; */
    color: #2d3257;
    font-weight: 600;
    border: 0px solid transparent;
    margin: 0px 15px 5px 0;
}

.ic-header-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
      text-transform: uppercase;
}
.ic-header-title h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
      text-transform: uppercase;
} 


/*@media (min-height:992px) {
.sppb-person-introtext {
    min-height: 100px;
}
}
*/
#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 1.35;
    padding: 2px 0;
}


.perex {
    padding: 15px 0 15px 20px;
    display: block;
    border-left: 1.5px solid black;
    font-size: 110%;
}

.article-details .article-title-top h1, 
.article-details .article-title-top h2 {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -1px;
}
.article-details .article-ratings-social-share {
    padding: 0 0;
    border-top: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    margin-bottom: 10px;
}



.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: -20px -20px 10px -20px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.tags {
    list-style: none;
    padding: 0;
    margin: 0 0 0px !important;
    display: flex;
    flex-wrap: wrap;
}
.tags>li a {
    display: block;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 0;
    font-weight: 600;
}
.tags>li {
    display: inline-block;
    margin: 5px;
}

.inline-wrappers .sppb-addon-wrapper {
    display: inline-block;
    float: left;
}

#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.0);
    animation: spFadeIn 0.5s;
}

#sp-header.header-sticky {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s;
}

#sp-bottom .sp-module ul>li {
    margin-bottom: 0px;
    line-height: 1.6;
    font-weight: 500;
}

#sp-bottom .sp-module ul>li .icon-only-item {
    display: none;
}

@media (min-width:992px) and (max-width: 1199px) {
    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 10px 0 5px;
    }
}