.wpc-flex-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.wpc-flex-center {
	align-items: center;
}

.wpc-flex-content,
.wpc-flex-sidebar {
	box-sizing: border-box;
}

.wpc-flex-content {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 70%;
}

.wpc-flex-sidebar {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 30%;
}

.wpc-flex-toolbar {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
}

.wpc-ajax-course-toolbar>div {
	margin-bottom: 0;
}

.wpc-flex-cards-wrapper {
	padding: 3% 2%;
}

.wpc-flex-2,.wpc-flex-3, .wpc-flex-4, .wpc-flex-6, .wpc-flex-8, .wpc-flex-10 {
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0% 1% 2% 1%;
}

.wpc-flex-2 {
	flex-basis: 14.66%;
}

.wpc-flex-3 {
	flex-basis: 23%;
}

.wpc-flex-4 {
	flex-basis: 31.33%;
}

.wpc-flex-6 {
	flex-basis: 48%;
}

.wpc-flex-8 {
	flex-basis: 64.66%;
}

.wpc-flex-12 {
	flex-basis: 100%;
}

.wpc-flex-loader {
	width: 100%;
	padding: 400px 0;
	text-align: center;
}


.wpc-lightbox-title {
	min-height: 34px;
}

.wpc-lightbox-title img {
	max-height: 34px;
}

.wpc-content-toolbar {
	padding: 20px 0;
}

.wpc-modal-full-featured {
	margin: -40px -40px 0;
}

.wpc-modal-full-featured img {
	width: 100%;
}



.wpc-nav-list {
	margin: 0;
	list-style: none !important;
	padding: 0 !important;
}

.wpc-nav-list li:not(.wpc-nav-list-header ) {
	cursor: pointer;
	padding: 15px;
	border-bottom: 1px solid #d3d3d3;
	background-color: #fff;
	margin-bottom: 0;
}

.wpc-nav-list-section {
	overflow: hidden;
}

.wpc-nav-list li i {
	margin-right: 10px;
}

.wpc-nav-list .wpc-nav-item-success {
	background-color: #def9ea !important;
}

.wpc-nav-list .wpc-nav-item-success:hover {
	background-color: #dbf2e6 !important;
}

.wpc-nav-list li:hover:not( .wpc-nav-list-header ) {
	background-color: #f5f5f5;
}

.wpc-nav-list li:hover:not( .wpc-nav-list-header ) i {
	padding-right: 10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.wpc-nav-list li i {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.wpc-nav-list-header {
	cursor: pointer;
	padding: 15px;
	background-color: #d3d3d3;
	border-bottom: 1px solid #aeaeae;
}

.wpc-nav-list-header:hover {
	background-color: #aeaeae;
}

.wpc-active-nav-item {
	background-color: #f5f5f5 !important;
	color: #000;
}

.wpc-lightbox-content .wpc-nav-list li:last-of-type {
	border-bottom: 0;
}


/*
* Forms 
*/

.wpc-form {
	padding: 20px;
	background: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
}

.wpc-form label {
	font-weight: bold;
}

.wpc-form p {
	margin: 0;
}

.wpc-form-section {
	padding: 20px 0;
	background: #f5f5f5;
	border-bottom: 1px solid #d3d3d3;
	margin: 0;
}

.wpc-form-item {
	padding-bottom: 10px;
}

.wpc-form-item:last-of-type {
	padding-bottom: 0;
}

.wpc-form-section:first-of-type {
	padding-top: 0;
}

.wpc-form-section:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

.wpc-form input[type="text"] {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #d3d3d3;
	padding: 5px 10px;
}

.wpc-form input[type="checkbox"] {
	border: 1px solid #d3d3d3;
}

.wpc-form textarea {
	width: 100%;
	min-height: 140px;
	border: 1px solid #d3d3d3;
	margin-top: 10px;
}

.wpc-form-text {
	font-size: 18px;
}

.wpc-form-select {
	border: 1px solid #d3d3d3 !important;
	margin-top: 10px;
}

.wpc-form-range, .wpc-form-range-labels {
	width: calc(100% - 140px);
	overflow: hidden;
}

.wpc-form-range {
	cursor: pointer;
}

.wpc-form-range-labels {
	position: relative;
	top: -15px;
}

.wpc-range-left {
	float: left;
}

.wpc-range-right {
	float: right;
}

.wpc-form-range-val {
	width: 120px;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	background: #f4f1c2;
	margin-left: 10px;
	font-size: 16px;
	position: relative;
	top: -3px;
}














#wpc-full-screen-loader {
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: flex;
	align-content: space-around;
	align-items: center;
	justify-content: flex-start;
}

#wpc-full-screen-loader>div {
	width: 100%;
	flex-basis: 100%;
	text-align: center;
}








.wpc-flex-toolbar {
	padding: 20px;
	overflow: hidden;
}

.wpc-pagination {
	float: right;
}

#wpc-toolbar-top {
	background-color: #434446;
}

#wpc-right-toggle-sidebar {
	background-color: #f5f5f5
	border-left: 1px solid #d3d3d3;
	box-shadow: -3px 3px 9px rgba(0, 0, 0, 0.2);
	position: fixed;
	background: white;
	width: 320px;
	height: 100%;
	right: -320px;
	top: 0;
	z-index: 99999;
}

.wpc-toggle-sidebar-header {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d3d3d3;
	padding: 20px;
}

.wpc-toggle-sidebar {
	cursor: pointer;
}

@media screen and (max-width: 2080px) {
	.wpc-flex-3 {
		flex-basis: 31.33%;
	}
}

@media screen and (max-width: 1540px) {
	.wpc-flex-3 {
		flex-basis: 48%;
	}
}

@media screen and (max-width: 1540px) {
	.wpc-material .wpc-btn:first-of-type {
		margin-bottom: 10px;
	}
}






.wpc-table {
	background-color: #fff;
}

.wpc-table ul,
.wpc-table ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpc-table tr:nth-child(even) {
	background-color: #f5f5f5;
}

.wpc-table th {
	background-color: #d3d3d3;
}

.wpc-table td,
.wpc-table th {
	padding: 10px;
}



@media screen and (max-width: 767px) {
	#wpc-toolbar-top {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9999;
	}

	#wpc-right-sidebar, 
	#wpc-left-sidebar {
		display: none !important;
	}

	.wpc-flex-content {
		border-right: 0;
	}

	.wpc-flex-2,.wpc-flex-3, .wpc-flex-4, .wpc-flex-6, .wpc-flex-8, .wpc-flex-10, .wpc-flex-sidebar, .wpc-flex-content {
		margin: 0 0 2% 0;
		flex-basis: 100%;
	}

	#wpc-toolbar-top .wpc-progress-wrapper {
		margin-bottom: 10px;
	}

	.wpc-toolbar-buttons {
		float: none;
		text-align: center;
		float: none !important;
	}

	#wpc-courses-ajax {
		border-top: 1px solid #d3d3d3;
	}

	.wpc-btn-next>span, .wpc-btn-prev>span {
		display: none;
	}

	.wpc-btn:hover i{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wpc-ajax-course-sort-wrapper {
		float: none !important;
		margin-top: 10px;
	}
}

#wpc-toolbar-bottom {
	background-color: #dfdfdf;
}

.wpc-toolbar-buttons {
	float: right;
}









.wpc-img-wrapper {
	max-height: 460px;
	overflow: hidden;
}

.wpc-img-wrapper, .wpc-vid-wrapper {
	margin: -20px -20px 20px -20px;
}

.wpc-img-wrapper img {
	width: 100%;
}





/*
** Components
*/

.wpc-ajax-course-sort-wrapper {
	float: right;
}

.wpc-ajax-tool input[type="text"] {
	background-color: #fff;
	border: 0;
	padding: 10px 20px;
	font-family: 'helvetica';
}

.wpc-ajax-tool #wpc-course-ajax-search {
	border-radius: 40px;
	width: 100%;
	color: #828282;
}

.wpc-ajax-tool select {
	cursor: pointer;
	color: #828282;
	background-color: white;
	border-radius: 4px;
	height: auto;
	padding: 9px;
}

.wpc-center {
	text-align: center;
}



.wpc-progress-wrapper {
	width: 100%;
	background-color: #d3d3d3;
	border-radius: 50px;
	overflow: hidden;
}

.wpc-progress-inner {
	background-color: #009ee5;
}

.wpc-progress-text {
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	white-space: nowrap;
}

.wpc-material-meta-item .wpc-progress-wrapper {
	margin-top: -10px;
}

.wpc-material-meta-item .wpc-progress-wrapper:last-of-type {
	margin-bottom: 10px;
}

.wpc-btn, 
.wpc-material-content .pmpro_content_message a {
	height: auto;
	font-size: 14px;
	background: transparent;
	display: inline-block;
	line-height: 14px;
	font-family: "helvetica";
	display: inline-block;
	cursor: pointer;
	color: #019EE5;
	padding: 8px 12px;
	border: 3px solid #019EE5;
	border-radius: 4px;
	text-decoration: none !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.wpc-btn:hover,
.wpc-material-content .pmpro_content_message a:hover {
	background-color: #019EE5;
	color: #fff;
	border: 3px solid #019EE5;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.wpc-btn .fa-shopping-cart {
	padding-right: 10px;
}

.wpc-btn:hover .fa-shopping-cart {
	padding-right: 20px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.wpc-btn:hover .fa-arrow-right {
	padding-left: 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.wpc-btn:hover .fa-arrow-left {
	padding-right: 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.wpc-btn i {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.wpc-button-soft {
	background-color: #fff;
	border: 3px solid #d3d3d3;
}

.wpc-btn-solid {
	background-color: rgb(58, 223, 169);
	border-color: rgb(58, 223, 169);
	color: #fff;
}

.wpc-btn-solid:hover {
	background-color: transparent;
	border-color: rgb(58, 223, 169);
	color: rgb(58, 223, 169);
}

.wpc-btn-sm {
	margin-left: 10px;
	background-color: #019ee5;
	border: 3px solid #019ee5;
	color: #fff;
	font-size: 12px;
	padding: 15px;
	line-height: 12px;
	border-radius: 4px;
	line-height: 0;
	height: auto;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.wpc-btn-sm:hover {
	background-color: #fff;
	border: 3px solid #019EE5;
	color: #019ee5;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.wpc-mark-completed {
	color: #3adfa9 !important;
	border: 3px solid #3adfa9 !important;
}

.wpc-mark-completed:hover {
	color: #f5f5f5 !important;
	border-color: #f5f5f5 !important;
	background-color: transparent;
}

.wpc-btn-soft {
	margin-left: 10px;
	border: 3px solid #f5f5f5;
	color: #f5f5f5;
}

.wpc-btn-soft button:hover {
	color: #019EE5;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.wpc-btn-text {
	border: 3px solid transparent !important;
	color :#019ee5;
	background-color: transparent;
}









.wpc-material {
	background-color: #fff;
	padding: 20px;
	overflow: hidden;
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.wpc-material-content {
	padding: 3% 9%;
	box-shadow: none;
	border-radius: 0;
	border-right: 1px solid #d3d3d3;
}

.wpc-material-meta {
	font-family: "helvetica";
	color: #5e5d5d;
	border-top: 1px solid #d3d3d3;
	margin: 20px -20px -20px -20px;
	background: #f5f5f5;
	padding: 20px 10px;
}

.wpc-material-meta-item {
	margin: 0;
	padding: 10px;
}

.wpc-meta-key {
	font-weight: bold;
}

.wpc-meta-value {
	font-size: 14px;
}

.wpc-material-heading {
	font-family: "helvetica";
	color: #535353;
	font-size: 18px;
	padding: 10px 20px;
	margin: -20px -20px 20px -20px;
	border-bottom: 1px solid #d3d3d3;
}

.wpc-material-text {
	font-size: 14px;
	font-family: "helvetica";
	color: #828282;
	margin-bottom: 20px !important;
}

.wpc-material-meta-icon {
	background-color: #fff;
	border-radius: 100%;
	font-size: 32px;
}









.wpc-video-wrapper {
	margin-bottom: 20px;
}

#wpc-results-empty {
	text-align: center;
	padding: 400px;
}

#wpc-courses-ajax {
	background-color: #dfdfdf;
}

.wpc-crumb-link, .wpc-ajax-link {
	cursor: pointer;
	color: rgb(0, 158, 229);
}

.wpc-crumb-link:hover, 
.wcp-ajax-link:hover {
	color: #2d4a55;
}

.wpc-crumb-link:hover {
	cursor: pointer;
}





.wpc-nav-list li .fa-check {
	color: #3adfa9;
}

.wpc-nav-list li .fa-play {
	color: #009ee5;
}







.wpc-single-course-archive .wpc-btn {
	margin-right: 10px;
}





