
body{
    padding-top: 80px;
}
body.home{
    padding-top: 20px;
}
.template-clean{
   background-image: url('../img/aksen-atas.png');
   background-position: top right;
   background-size: auto;
   background-repeat: no-repeat;
   position: relative;
}
.template-clean:before{
    background-image: url('../img/blur.png');
    background-position: top left;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.category .page-header{
    background-color: var(--color-primary);
    background-image: url('../img/blog-cover.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
}

#home-slideshow .splide__arrows{
display:none;
}
.home #masthead{
   padding-top: 10px;
   padding-bottom: 10px;
}