/*!
 * 
 * baosChild
 * 
 * @author 
 * @version 0.1.0
 * @link UNLICENSED
 * @license UNLICENSED
 * 
 * Copyright (c) 2022 
 * 
 * This software is released under the UNLICENSED License
 * https://opensource.org/licenses/UNLICENSED
 * 
 * Compiled with the help of https://wpack.io
 * A zero setup Webpack Bundler Script for WordPress
 */
.single-content .kt-row-layout-inner h2 {
        max-width: 1280px;
        margin: auto;
    }
/* LearnDash */
.post-type-archive-sfwd-courses .sfwd-courses-archive {
        padding-bottom: 4em;
    }
.post-type-archive-sfwd-courses h2.entry-title {
        font-size: 30px;
    }
.dataTables_wrapper {
	margin-top: 6rem;
}
.posts-data-table tbody tr.odd td {
	background-color: var(--global-palette8);
}
table.dataTable.no-footer {
    border-collapse: collapse;
}
table.posts-data-table tbody tr {
    border-bottom: solid 1px #ccc;
}
table.posts-data-table th:not(.col-title),
table.posts-data-table tbody td.col-title {
	font-size: 16px;
}
table.posts-data-table tbody td.col-title {
	font-weight: bold;
	max-width: 400px;
}
table.posts-data-table tbody td a {
	text-decoration: none;
}
table.posts-data-table tbody td.col-title a:hover {
	color: var(--global-palette-highlight);
}
table.posts-data-table tbody td.col-title a {
	color: var(--global-palette-highlight-alt);
}
table.posts-data-table th {
	background: white;
	position: -webkit-sticky;
	position: sticky;
	top: 0; /* Don't forget this, required for the stickiness */
	z-index: 10;
}
table.posts-data-table .dgs-course-lesson-register-icon {
	position: relative;
}
table.posts-data-table .dgs-course-lesson-register-icon:hover:after {
	background: #FFF;
	content: "register now";
	font-family: var(--global-body-font-family);
	padding: 5px;
	display: block;
	font-size: 12px;
	position: absolute;
	top: -12px;
	left: 12px;
	z-index: 10;
}
@media screen and (max-width: 1024px) {
	div.dgs-course-table-wrapper  {
		padding: 20px;
	}
}
.site-footer .widget {
        padding-left: 0;
        padding-right: 0;
    }


/*# sourceMappingURL=main-47e0c5f9.css.map*/