/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 *
 * 1.0 - Base
 * 2.0 - Header
 * 3.0 - Footer
 * 4.0 - New Home Page
 *   4.1 - Promo Section
 *   4.2 - Members Section
 *   4.3 - Library Section
 *   4.4 - All Posts Section
 * 5.0 - Single Post
 */
/*======
*
* 1.0 - Base
*
======*/
:root,
html {
	font-size: 16px;
}

@media (max-width: 1366px) {
	:root,
	html {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	:root,
	html {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	:root,
	html {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	:root,
	html {
		font-size: 12px;
	}
}

.image-box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 30px;
	max-width: 100%;
	height: auto;
	min-height: 30px;
	vertical-align: top;
	font-size: 0;
}

.image-box--rounded {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.image-box > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100% !important;
	max-height: 100%;
	margin: 0;
	padding: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.btn {
	display: inline-block;
	padding: 5px 14px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}

.btn:hover {
	text-decoration: none;
}

.btn:focus,
.btn.focus,
.comment-service .form-submit .submit:focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.btn.btn--primary {
	color: #fff;
	border-color: #e4413c;
	background-color: #e4413c;
}

.btn.btn--primary:hover {
	color: #fff;
}

.btn.btn--full {
	width: 100%;
}

/*======
*
* 2.0 - Header
*
======*/
/* @media Header */
/* --- / --- */
/*======
*
* 3.0 - Footer
*
======*/
/* @media Footer */
/* --- / --- */
/*======
*
* 4.0 - New Home Page
*
======*/
/* 4.1 - Promo Section */
#promo-section .subscribe-form .elementor-field-group .elementor-field-textual,
#pre-footer .subscribe-form .elementor-field-group .elementor-field-textual {
	border: none;
}

#promo-section .subscribe-form .elementor-field-group .elementor-field-textual,
#promo-section .subscribe-form .elementor-field-group .elementor-button.elementor-size-sm,
#pre-footer .subscribe-form .elementor-field-group .elementor-field-textual,
#pre-footer .subscribe-form .elementor-field-group .elementor-button.elementor-size-sm {
	min-height: 50px;
}

.subscribe-form .elementor-field-group .elementor-button.elementor-size-sm,
.subscribe-form .elementor-field-group .elementor-field-textual,
.subscribe-form .elementor-field-group .elementor-field-textual:focus {
	-webkit-box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.67);
	-moz-box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.67);
	box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.67);
}

@media (max-width: 767px) {
	#promo-section .subscribe-form .elementor-field-group .elementor-field-textual,
	#pre-footer .subscribe-form .elementor-field-group .elementor-field-textual {
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	
	#promo-section .subscribe-form .elementor-field-group .elementor-button.elementor-size-sm,
	#pre-footer .subscribe-form .elementor-field-group .elementor-button.elementor-size-sm {
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	
	.subscribe-form .elementor-field-group .elementor-button.elementor-size-sm,
	.subscribe-form .elementor-field-group .elementor-field-textual {
		border-radius: 15px !important;
	}
}

/* 4.2 - Members Section */
/* 4.3 - Library Section */
#workshop-section .entry-title {
	font-size: 1.125rem;
}

#workshop-section #ld_course_list .ld_course_grid,
#workshop-section .thumbnail.course {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
	border: none;
}

#workshop-section .ld_course_grid_price.ribbon-enrolled {
	background-color: #d54248;
}

#workshop-section article > a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 30px;
	max-width: 100%;
	height: auto;
	min-height: 340px;
	vertical-align: top;
	font-size: 0;
}

#workshop-section article > a > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100% !important;
	max-height: 100%;
	margin: 0;
	padding: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

#workshop-section .btn.btn-primary {
	display: inline-block;
	padding: 5px 14px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	width: 100%;
}

#home-ebooks .entry-ctas {
	width: 100%;
}

#home-ebooks .entry-todome {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#home-ebooks .g1-epsilon {
	margin-bottom: 20px;
}

#home-ebooks .g1-epsilon:before {
	display: none;
}

.ebooks__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 -0.5rem;
}

.ebooks__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 33.33%;
	margin-bottom: 40px;
	padding: 0 0.5rem;
	text-align: center;
}

.book-item__image {
	min-height: 340px;
	margin-bottom: 1.5rem;
}

/*.book-item__image img {
    object-fit: contain;
}*/
.book-item__badge {
	position: absolute;
	z-index: 20;
	top: -10px;
	left: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #d54248;
	font-size: 12px;
}

.book-item__title {
	font-size: 1.125rem;
}

.book-item__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.book-item__price {
	margin-bottom: 1rem;
	color: #000;
	font-size: 1rem;
}

.book-item__price del {
	color: #bdbdbd;
}

.book-item__actions {
	margin-top: auto;
}

/* 4.4 - All Posts Section */
.all-posts {
	position: relative;
	overflow: hidden;
}

.all-posts.loading:before {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, 0.6);
}

.all-posts .all-posts__categories {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 950px;
	margin: 0 auto 2.5rem;
	padding: 0;
	list-style: none;
}

.all-posts .all-posts__categories .all-posts__category {
	margin: 0 0.5rem 1rem;
	padding: 0.625rem;
	cursor: pointer;
	-webkit-transition: color 0.2s linear, border-color 0.2s linear;
	-o-transition: color 0.2s linear, border-color 0.2s linear;
	transition: color 0.2s linear, border-color 0.2s linear;
	text-transform: uppercase;
	color: #171a23;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.125rem;
	line-height: 1.1;
}

.all-posts .all-posts__category.active,
.all-posts .all-posts__category:hover {
	color: #20a0d4;
	border-color: #20a0d4;
}

.all-posts .all-posts__category.active {
	cursor: text;
	font-weight: 700;
}

.all-posts .all-posts__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	margin-bottom: 3.75rem;
}

.all-posts .post-item__image {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 360px;
	min-height: 300px;
	margin-right: 3.75rem;
	-webkit-border-radius: 0.625rem;
	border-radius: 0.625rem;
}

.all-posts .post-item__categories {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	padding: 0;
	list-style: none;
}

.all-posts .post-item__category {
	margin: 5px;
	border: 1px solid #20a0d4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.all-posts .post-item__category-link {
	display: inline-block;
	padding: 8px 10px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	color: #20a0d4;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
}

.all-posts .post-item__text > .elementor {
	display: none;
}

.all-posts .post-item__title {
	margin: 0 0 1.33rem;
	color: #171a23;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.4;
}

.all-posts .post-item__meta a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 50px;
}

.all-posts .post-item__meta-author-avatar {
	width: 50px;
	min-height: 50px;
	margin-right: 1rem;
}

.all-posts .post-item__meta-author {
	margin-bottom: 7px;
	color: #171a23;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.all-posts .post-item__meta-date {
	color: #828282;
	font-size: 14px;
	line-height: 1.4;
}

.all-posts__actions {
	text-align: center;
}

/* @media Home Page */
@media (max-width: 1024px) {
	.all-posts .post-item__title {
		font-size: 2.5rem;
		line-height: 1.2;
	}
	
	.ebooks__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.ebooks__item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.ebooks__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 0;
	}
	
	.ebooks__item {
		width: 100%;
	}
	
	#home-articles .elementor-post__thumbnail__link {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.all-posts .all-posts__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.all-posts .post-item__image {
		width: 100%;
		min-height: 200px;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	
	.all-posts .post-item__meta a {
		height: 35px;
	}
	
	.all-posts .post-item__meta-author-avatar {
		width: 35px;
		min-height: 35px;
	}
	
	.all-posts .post-item__meta-author {
		margin-bottom: 0;
		font-size: 12px;
	}
	
	.all-posts .post-item__meta-date {
		font-size: 12px;
	}
}

/* --- / --- */
/*======
*
* 5.0 - Single Post
*
======*/
body.archive.category .g1-hb-row-b .g1-row-background,
body.single-post .g1-hb-row-b .g1-row-background {
	/*background-color: #83aeb4;*/
}

.elementor-widget-theme-post-content blockquote {
	margin: 30px 0px 30px 0px;
	padding: 15px 30px 5px 30px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0caaab;
}

.elementor-widget-theme-post-content blockquote:nth-of-type(3),
.elementor-widget-theme-post-content blockquote:nth-of-type(3n + 4) {
	border-left-color: #e9d5d8;
}

.elementor-widget-theme-post-content blockquote:nth-of-type(2n) {
	border-left-color: #cf3e65;
}

.elementor-widget-theme-post-content blockquote:nth-of-type(4n) {
	border-left-color: #00efd0;
}

#ip-post-custom-content.ip-post-custom-content blockquote p,
.elementor-widget-theme-post-content blockquote,
.elementor-widget-theme-post-content blockquote > * {
	font-family: Roboto, sans-serif;
	/*font-size: 52px;*/
	font-size: 20px;
	font-weight: 500 !important;
	line-height: 1.2;
	text-align: left;
	background: #f5f5f5;
}

.elementor-widget-theme-post-content blockquote:before {
	display: none;
}

/* @media Single Post */
@media (max-width: 767px) {
	.elementor-widget-theme-post-content blockquote {
		margin: 30px 10px;
		padding: 5px 0 5px 20px;
	}
	
	#ip-post-custom-content.ip-post-custom-content blockquote p,
	.elementor-widget-theme-post-content blockquote,
	.elementor-widget-theme-post-content blockquote > * {
		font-size: 18px;
	}
}

figure.wp-block-image, .wp-block-image {
	margin-bottom: 1.5rem !important;
}

.my-account.workshops .ld_course_grid_price.ribbon-enrolled {
}

/*__/User Account Workshops Tab*/
body.elementor-page-11171 .mp_wrapper, body.elementor-page-11171 .mp_wrapper.mp_login_form {
	display: none;
}

body.login.login-action-login #login_error > a {
	display: none;
}

body.login.login-action-login #login #nav {
	display: none;
}