/* Page Docs layout */
body.page-docs .eltd-content-inner .wedocs-shortcode-wrap {
	padding-top: 20px !important;
}
/* Single Doc layout */
/* Single Doc layout - container */
body.single-docs .wedocs-single-wrap {
	padding: 20px;
}
body.single-docs .wedocs-single-content {
	width: 70%;
}

/* Single Doc layout | Sidebar */
/* Single Doc layout | Sidebar - Title */
body.single-docs .wedocs-sidebar .widget-title {
	font-size: 20px;
	letter-spacing: 0px !important;
}
/* Single Doc layout | Sidebar - Highlights */
body.single-docs .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a,
body.single-docs .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a,
body.single-docs .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
	background: #000;
}
body.single-docs .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent li.current_page_item > a,
body.single-docs .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item li.current_page_item > a,
body.single-docs .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor li.current_page_item > a {
	border-left: solid 6px #000;
}

/* Single Doc layout | Breadcrumbs */
body.single-docs .wedocs-breadcrumb li span.current {
	color: #000;
	font-weight: 600;
}
body.single-docs .wedocs-breadcrumb li span {
	color: #7f7f7f;
}
body.single-docs .wedocs-breadcrumb li:nth-child(2) {
	display: none;
}

/* Single Doc layout | Font styles */
/* Single Doc layout | Font styles - Content title */
body.single-docs .wedocs-single-content .docs .entry-title {
    font-size: 30px;
	letter-spacing: 0px !important;
}
/* Single Doc layout | Font styles - Content */
body.single-docs .wedocs-single-content .docs .entry-content p,
body.single-docs .wedocs-single-content .docs .entry-content li {
	color: #000;
    font-size: 16px;
}
body.single-docs a {
	text-decoration: underline;
}
body.single-docs a:hover {
	color: #000;
	font-weight: 600 !important;
}
body.single-docs .wedocs-single-content .docs .entry-content h6 {
	padding: 14px 20px;
    background: #ebebeb;
}
body.single-docs .wedocs-single-content .docs .entry-content h6 a,
body.single-docs .wedocs-single-content .docs .entry-content h6 strong {
	color: #000;
}

/* Single Doc Layout | Images */
#mlxdocsimg1 {
	max-width: 70%;
	margin: 0 auto;
}
#mlxdocsimg2 {
	max-width: 50%;
	margin: 0 auto;
}

/* Single Doc Divider */
.mlxdocdivider {
	height: 40px;
}