/* sp-header */
#sp-header:not(.header-sticky) { background: none; box-shadow: none; height: auto; padding: 50px 0; }
#sp-header .header-modules.d-none { margin: 0; }

/* dropdown menu */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner { border-radius: 20px; }

/* sidebar */
#sp-left .sp-module, #sp-right .sp-module { border-width: 0; }
#sp-left .sp-module { padding: 0 30px 0 0; }
#sp-right .sp-module { padding: 0 0 0 30px; }

/* pagination */
.pagination-wrapper { flex-direction: column; padding: 50px 0 0; }
.page-item:nth-child(2) .page-link,
.page-item:last-child .page-link,
.page-link { border-radius: 12px; }
.page-link { padding: 12px 22px; font-weight: 600; font-size: 16px; margin: 0 10px; }
.page-item:not(.active) .page-link { background: none; }

/* blog */
.article-list .article { padding: 0; border-width: 0; }
.article-list .article > .float-left { margin: 0 0 20px; }
.article-list .article > .float-left img { border-radius: 30px; }
.article-info > * { margin: 0 20px 0 0; }
.article-info > *:before,
.article-list .article .readmore a:after { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.article-info .createdby:before { content: "\f007"; }
.article-info .category-name:before { content: "\f02c"; }
.article-info .published:before { content: "\f073"; }
.article-info>span+span::before { padding: 0; }
.article-body { display: flex; flex-direction: column; align-items: flex-start; }
.article-body .article-info { order: -1; }
.article-list .article .article-header h1,
.article-list .article .article-header h2,
.article-details .article-header h1,
.article-details .article-header h2 { font-weight: 600; }
.article-list .article .readmore { margin: 30px 0; }
.article-list .article .readmore a:after { content: "\f105"; }

/* je-blog1 */
.je-blog1 .article-list .article { position: relative; }
.je-blog1 .article-info .category-name { position: absolute; top: 30px; left: 30px; color: #fff; padding: 7px 10px; border-radius: 10px; font-weight: 500; }
.je-blog1 .article-info .category-name a { color: inherit; }