::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
	width: 15px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 30px;
}
html {
    scroll-behavior: smooth;
}

.entry-content a:not([class]),
.nv-comment-content a:not([class]),
.nv-template .neve-main a:not([class]),
.widget_text a:not([class]) {
    --linkDeco: none;
}
.nv-post-navigation a:hover,
.nv-post-navigation a:hover span:last-child {
    text-decoration: none !important
}

main#content ul,
.site-footer .widget ul.menu {
	list-style: disc;
	padding-left: 20px;
	width: fit-content;
    margin: auto;
    text-align: left;
}
main#content ul li {
	margin-bottom: 10px;
}
main#content .single-post-container .entry-content h1 {
	font-size: inherit;
}
main#content .single-post-container .entry-content h2 {
	font-size: 22px;
}
main#content .single-post-container .entry-content h3 {
	font-size: 20px;
}
main#content .single-post-container .entry-content h4,
main#content .single-post-container .entry-content h5,
main#content .single-post-container .entry-content h6 {
	font-size: 18px;
}

ul.nv-meta-list {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
ul.nv-meta-list li.meta {
	margin-bottom: 0 !important;
}
ul.postsbycategory {
	list-style: none !important;
	padding-left: 0 !important;
}
.postsbycategory li {
	line-height: 1.2;
}
.postsbycategory li a {
	text-decoration: none;
}
.postsbycategory {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    text-align: left;
}
.postsbycategory .postsbycategory-left {
	width: 30%;
}
.postsbycategory .postsbycategory-right {
	width: 70%;
	padding-left: 10px;
}

.header-menu-sidebar .nav-ul .sub-menu {
	margin-left: 15px;
}
.header-menu-sidebar .nav-ul li:not([class*=block])>a {
	padding: 10px 0;
}
.nav-ul li.current-menu-item>a:not([href*="#"]),
.nav-ul li.current-menu-parent>a:not([href*="#"]) {
	font-weight: bold;
	color: var(--activeColor);
}
.hfg-is-group>div:last-of-type .button {
	margin-left: unset;
}
.header-main-inner .container .hfg-slot.right .builder-item {
	padding-left: unset;
}

.site-footer .widget .widget-title,
.site-footer .widget .widget-title a {
	color: #f4c42a;
}

.page .nv-post-cover {
	margin-bottom: 30px;
}

.nv-index-posts, .nv-single-post-wrap {
    margin-bottom: 30px;
}
.nv-index-posts {
    margin-top: 30px;
}

.nv-sidebar-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.blog-sidebar .widget .widget-title {
	color: #d7393e;
	border-bottom: 1px solid;
}
.neve-main > .archive-container .nv-index-posts.col {
    max-width: 70%;
}
.neve-main > .archive-container .nv-sidebar-wrap {
    max-width: 30%;
}
.neve-main > .archive-container .nv-title-meta-wrap {
	margin-top: 15px;
}
.neve-main > .archive-container .nv-title-meta-wrap h1.entry-title {
	margin-bottom: 0;
    font-size: 26px;
    border-bottom: 1px solid;
    display: initial;
    color: #d7393e;
    padding: 0 10px;
}
.neve-main > .archive-container .nv-title-meta-wrap h1.entry-title span {
	text-transform: uppercase;
}

.nv-single-post-wrap>div:not(:last-child) {
    margin-bottom: var(--spacing,30px);
}
.nv-single-post-wrap>div:first-child {
    margin-top: 30px;
}
.entry-header .title {
	color: #d7393e;
}
.nv-thumb-wrap {
    text-align: center;
}

.nv-single-post-wrap {
    --spacing: 10px !important;
}
.nv-single-post-wrap>div:last-child {
    padding-bottom: 0;
}

blockquote {
	border-color: #d7393e;
}

#ez-toc-container a,
#ez-toc-container a:hover {
	text-decoration: none !important;
}
#ez-toc-container .ez-toc-title-container {
	border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#ez-toc-container ul {
	padding-left: 0 !important;
}
#ez-toc-container ul li:last-child {
	margin-bottom: 0 !important;
}
#ez-toc-container ul > li ul {
	margin-top: 10px !important;
}