/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 30 2025 | 09:51:34 */
#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-size: 20px !important;
}

#slide-out-widget-area .inner .off-canvas-menu-container li li a {
    font-size: 16px !important;
}
@media only screen and (min-width: 691px) and (max-width: 1024px) {
    .post-area .first-section{
        padding-top: calc(100vw* 0.1)!important;
    }
}
@media only screen and (max-width: 690px) {
    .post-area .first-section{
        padding-top: calc(100vw* 0.2)!important;
    }
}

.nectar-social.fixed {
	left: 34px !important;
}

 ul li {
  list-style: disc !important;
  display: list-item; /* penting! */
}
 
ul {
  display: block;
  list-style: disc;
}