/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2026 | 13:05:39 */
#isBlogLayout .buss-load-more-btn{
    display:block;
    margin:30px auto 0;
    padding:12px 30px;
    background:#000;
    color:#fff;
    border:none;
    border-radius:5px;
    cursor:pointer;
    font-size:16px;
    transition:0.3s;
}

#isBlogLayout .buss-load-more-btn:hover{
    opacity:0.8;
}
aside#categories-1 h3.cm-widget-title {
    border-bottom: 2px solid #d11717;
}


aside#categories-1 h3.cm-widget-title:hover::after {
    left: 0;
}

aside#categories-1 h3.cm-widget-title span {
    color: #fff;
    font-size: 18px;
    padding: 6px 12px;
    display: inline-block;
    transition: all 0.3s ease;
}
h1.cm-entry-title {
    font-size: 40px;
    font-weight: 700;
}

aside#categories-1 li a {
    color: #333;
    transition: all 0.3s ease;
    display: inline-block;
}

aside#categories-1 li a:hover {
    color: #d11717;
    transform: translateX(6px);
}