.article-list h2, .article-list h1 {
    font-size: 24px;
}

.article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 .375rem .875rem 0 rgba(0, 0, 0, .13), 0 .0625rem .25rem 0 rgba(0, 0, 0, .11) !important;
}

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -1px;
}

.article-details .article-ratings-social-share {
    padding: 0 0;
    border-top: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    margin-bottom: 14px;
}
.article-social-share .social-share-icon ul li a {
    border: 0px solid #ededed;
    font-size: 16px;
    border-radius: 5px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    display: inline-block;
}

.article-details .article-header {
    background-color: #f6f1ee;
    padding: 25px 20px 20px;
    border-radius: 15px;
}

.perex {
    font-weight: 500;
    font-size: 105%;
    display: block;
    padding: 5px 0px 5px 25px;
    margin-bottom: 25px;
    border-left: 2px solid #2c1267;
}

.row-border-top-pad5 {
    padding: 5px !important;
    border-top: 1px solid #c8d0d9;
}
.row-border-top-bottom-pad5 {
    padding: 5px !important;
    border-top: 1px solid #c8d0d9;
   border-bottom: 1px solid #c8d0d9;
}


.uk-button-small {
    line-height: 1.4;
    padding: 5px 10px;
}

#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 1.3;
    padding: 0px 0;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
    margin-top: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 15px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 10px;
}
.sp-module ul>li>a {
    color: #000000;
    font-weight: 500;
}
span.mod-articles-category-date {
    font-size: 12px;
}

#sp-main-body {
    padding: 25px 0 25px;
}

.breadcrumb {
    padding: 15px 0px !important;
    background-color: transparent;
    border-radius: 0;
}
.float-start {
    float: left !important;
    display: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
}
li.mod-breadcrumbs__item.breadcrumb-item {
    font-size: 12px;
    font-weight: 600;
}


#sp-bottom {
    padding: 25px 0 25px;
    font-size: 14px;
    line-height: 1.6;
}

#sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 5px;
}

#sp-header {
  background: transparent ; 
 /* background-color: rgba(228, 226, 221, .7);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px); */
}
#sp-header {
    /*margin-bottom: -80px;*/
}
#sp-header {
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
    animation: spFadeIn 0.5s;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background: #e8eff4 ;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

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

img.sppb-img-responsive {
    width: 100%;
    height: auto;
}



#kunena.layout .card-header {
    border-color: rgba(0, 0, 0, 0);
    padding: 15px;
}

#kunena.layout .kfrontend .table td h1, #kunena.layout .kfrontend .table td h2, #kunena.layout .kfrontend .table td h3, #kunena.layout .kfrontend .table td h4, #kunena.layout .kfrontend .table td h5, #kunena.layout .kfrontend .table td h6 {
    margin: 0 !important;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
}