/*
Theme Name: Uncode Child
Template: uncode
Version: 1.8.2
*/
@font-face {
	font-family: "Value Serif Pro Bold";
	src: url("assets/webfonts/value_pro/ValueSerifPro-Bold.woff2") format("woff2"), url("assets/webfonts/value_pro/ValueSerifPro-Bold.woff") format("woff"), url("assets/webfonts/value_pro/ValueSerifPro-Bold.otf") format("opentype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Grotesque Pro";
	src: url("assets/webfonts/grotesque/BasisGrotesquePro-Light.woff2") format("woff2"), url("assets/webfonts/grotesque/BasisGrotesquePro-Light.woff") format("woff"), url("assets/webfonts/grotesque/BasisGrotesquePro-Light.otf") format("opentype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Grotesque Pro";
	src: url("assets/webfonts/grotesque/BasisGrotesquePro-Regular.woff2") format("woff2"), url("assets/webfonts/grotesque/BasisGrotesquePro-Regular.woff") format("woff"), url("assets/webfonts/grotesque/BasisGrotesquePro-Regular.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Grotesque Pro";
	src: url("assets/webfonts/grotesque/BasisGrotesquePro-Bold.woff2") format("woff2"), url("assets/webfonts/grotesque/BasisGrotesquePro-Bold.woff") format("woff"), url("assets/webfonts/grotesque/BasisGrotesquePro-Bold.otf") format("opentype");
	font-style: normal;
	font-weight: 700;
}

body {
	font-family: 'Grotesque Pro', sans-serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 800;
}

blockquote {
	font-weight: 400;
	font-style: italic;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.pb-0 {
	padding-bottom: 0 !important;
}

p#in-interests {
	column-count: 4;
}

.rcp_form input[type=checkbox] {
	margin: 2px 8px 0 0 !important;
}

.in-dashboard-widget a {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 5%;
}

.in-dashboard-widget img {
	float: left;
	max-width: 15%;
	margin-right: 5%;
}

.in-dashboard-widget img+div {
	float: right;
	max-width: 80%;
}

.in-dashboard-widget img+div h4 {
	margin-top: 0;
}

.box-wrapper {
	overflow: visible;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.youtube-player:hover img {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 90px;
	width: 90px;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -45px;
	position: absolute;
	background: url("/wp-content/themes/uncode-child/assets/youtube-play.png") no-repeat;
	cursor: pointer;
}

.activecampaign-login form.mbr-forms>.mbr-input-field>input,
.activecampaign-login form.mbr-forms>.mbr-input-field input[type="text"] {
	height: 48px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 18px;
	font-size: 15px;
	color: #7f7f7f;
	border-color: #bdbdbd !important;
	padding-left: 27px;
	font-weight: normal;
}

.activecampaign-login .input,
.activecampaign-login input[type="text"] {
	width: 100%;
	margin: 2px 6px 18px 0px !important;
}

.activecampaign-login input[type="text"],
.activecampaign-login input[type="password"] {
	box-shadow: 0 0 0px rgb(0 0 0 / 80%) !important;
}

.activecampaign-login form.mbr-forms>.mbr-input-field>label {
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 3px;
	color: #555d66;
	margin: 0;
	font-weight: 400;
}

.activecampaign-login {
	margin-top: 2%;
	background: #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 80%);
	box-shadow: 0 0 15px rgb(0 0 0 / 80%);
	max-width: 350px;
	padding: 26px 26px 26px 26px;
	width: 100%;
	max-width: 500px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.activecampaign-login form input[type=checkbox] {
	background: #fbfbfb;
	border: 1px solid #7e8993;
	border-radius: 4px;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 1rem;
	margin: -.25rem .25rem 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 1rem;
	min-width: 1rem;
	-webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	transition: .05s border-color ease-in-out;
	border-radius: 0;
}

body.activecampaign-login {
	filter: blur(.2px);
}

.activecampaign-login .mbr-submit input#wp-submit {
	box-shadow: 0 0 0px rgb(0 0 0 / 80%);
	/* box-shadow: none; */
	height: auto;
	line-height: 20px;
	padding: 13px;
	float: none;
	width: 100%;
	background: #008ec2;
	min-height: 32px;
	color: #fff;
	text-transform: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.activecampaign-login form.mbr-forms>.mbr-submit {
	display: block;
	width: 100%;
	margin-top: 0;
}

.activecampaign-login form {
	margin-top: 20px;
	margin-left: 0;
	padding: 0 24px 12px !important;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.activecampaign-login p.mbr-login-error,
.activecampaign-login p.mbr-login-success {
	border-left: 4px solid #00a0d2;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
}

.activecampaign-login p.mbr-login-error {
	border-left-color: #dc3232;
}

.activecampaign-login-logo img {
	width: 301px !important;
	margin: 0 auto;
}

.activecampaign-login-logo {
	text-align: center;
}

.addsearch.search-field {
	width: 100%;
	padding: 20px;
	font-size: 24px;
	color: #fff;
	border-radius: 8px;
	font-family: inherit;
}

#cpm_woocommerce {
	margin-top: 2%;
	background: #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 80%);
	box-shadow: 0 0 15px rgb(0 0 0 / 80%);
	max-width: 350px;
	padding: 26px 26px 6px 26px;
	width: 100%;
	max-width: 500px !important;
	margin: 0 auto;
	margin-bottom: 30px;
}

#cpm_woocommerce .woocommerce-form-login.login input#username,
#cpm_woocommerce .woocommerce-form-login.login input#password,
#cpm_woocommerce form.woocommerce-ResetPassword.lost_reset_password input#user_login {
	height: 48px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 18px;
	font-size: 15px;
	color: #7f7f7f;
	border-color: #bdbdbd !important;
	padding-left: 27px;
	font-weight: normal;
	box-shadow: 0 0 0px rgb(0 0 0 / 80%);
	margin-bottom: 0;
}

#cpm_woocommerce form.woocommerce-form.woocommerce-form-login.login {
	margin-top: 20px;
	margin-left: 0;
	padding: 0 24px 12px !important;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#cpm_woocommerce h2 {
	padding: 0 24px 0 !important;
}

.woocommerce #cpm_woocommerce .form-row label {
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 0;
}

#cpm_woocommerce .woocommerce-form-login.login .woocommerce-form-login__submit,
#cpm_woocommerce form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button {
	box-shadow: 0 0 0px rgb(0 0 0 / 80%);
	/* box-shadow: none; */
	line-height: 20px;
	padding: 13px;
	float: none;
	width: 100%;
	background: #008ec2;
	min-height: 32px;
	color: #fff;
	text-transform: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 7px 0 7px;
	height: 48px;
	border-radius: 5px !important;
	font-size: 15px !important;
	text-transform: capitalize;
}

#cpm_woocommerce .woocommerce-form-login__rememberme input {
	background: #fbfbfb;
	border: 1px solid #7e8993;
	border-radius: 4px;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 1rem;
	margin: -.25rem .25rem 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 1rem;
	min-width: 1rem;
	-webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	transition: .05s border-color ease-in-out;
	border-radius: 0;
}

#cpm_woocommerce p.woocommerce-LostPassword.lost_password a {
	color: #555d66 !important;
	font-size: 16px !important;
}

#cpm_woocommerce p.woocommerce-LostPassword.lost_password {
	text-align: center;
}

div#cpm_woocommerce ul.woocommerce-error-list.woocommerce-error.wc-notice {
	border-left: 4px solid #00a0d2;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 0 !important;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
	font-size: 13px;
	padding: 9px 19px !important;
	color: #444;
}

div#cpm_woocommerce form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
	margin-bottom: 0;
	width: 100%;
}

div#cpm_woocommerce form.woocommerce-ResetPassword.lost_reset_password {
	padding: 24px;
	padding-top: 0;
}

div#dashboard-change-email form.mbr-forms>.mbr-input-field>input {
	height: 48px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 18px;
	font-size: 15px;
	color: #7f7f7f;
	border-color: #bdbdbd !important;
	padding-left: 27px;
	font-weight: normal;
	box-shadow: 0 0 0px rgb(0 0 0 / 80%) !important;
	margin-bottom: 0;
}

div#dashboard-change-email form.mbr-forms>.mbr-submit>input[type="submit"] {
	box-shadow: 0 0 0px rgb(0 0 0 / 80%);
	/* box-shadow: none; */
	line-height: 20px;
	padding: 13px;
	float: none;
	width: 100%;
	background: #008ec2;
	min-height: 32px;
	color: #fff;
	text-transform: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 7px 0 7px;
	height: 48px;
	border-radius: 5px !important;
	font-size: 15px !important;
	text-transform: capitalize;
}

div#dashboard-change-email form.mbr-forms>.mbr-submit {
	width: 100% !important;
}

div#dashboard-change-email form.mbr-forms>.mbr-input-field>label {
	margin-bottom: 0;
}

div#dashboard-change-email input#mbr_new_email1 {
	margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation-link--change-email a:before {
	content: "\e066";
	font-family: uncodeicon;
	position: absolute;
	font-size: 1.2em;
	top: 2px;
	color: #303133 !important;
}

.woocommerce-MyAccount-navigation-link--change-email a:hover:before {
	color: #00c3ff !important;
}

.woocommerce-MyAccount-navigation-link--vat-number a:before {
	content: "\e6ca";
	font-family: uncodeicon;
	position: absolute;
	font-size: 1.2em;
	top: 2px;
	color: #303133 !important;
}

.woocommerce-MyAccount-navigation-link--vat-number a:hover:before {
	color: #00c3ff !important;
}

.woocommerce-MyAccount-content .membership_level_single {
	-webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	width: calc(50% - 20px);
	float: left;
	margin: 10px;
}

.woocommerce-MyAccount-content {
	display: block;
}

.membership_level_single .membership_title {
	font-family: 'Grotesque Pro';
	font-weight: 800;
	font-size: 21px;
	padding: 20px 30px;
}

.membership_level_single .membership_price {
	font-family: 'Grotesque Pro';
	font-weight: 800;
	font-size: 46px;
	padding: 15px 30px;
	background: #f5f5f5;
}

.membership_level_single .buy_subscription a,
.membership_level_single .buy_subscription .subscribed {
	line-height: 20px;
	padding: 13px;
	float: none;
	width: 100%;
	background: #008ec2;
	min-height: 32px;
	color: #fff !important;
	text-transform: none;
	height: 48px;
	border-radius: 5px !important;
	font-size: 15px !important;
	text-transform: capitalize;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 0 !important;
}

.membership_level_single .buy_subscription .subscribed {
	background: #101213;
}

.membership_level_single .buy_subscription {
	width: 100%;
	margin-top: 20px;
}

.membership_level_single .membership_description {
	padding: 15px 30px;
}

.membership_level_single .membership_price span.subscription-details {
	font-size: 16px;
	margin-left: -10px;
}

@media screen and (max-width: 767px) {
	.woocommerce-MyAccount-content .membership_level_single {
		margin: 0;
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}

.home-blog .single-block-padding {
	padding: 10px;
}

.restricted_content_wrapper {
	background-color: #f7f7f7;
	padding: 40px 30px;
	border-radius: 6px;
	/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
	position: absolute;
	top: 30px;
	left: 30px;
	height: calc(100% - 60px);
	width: calc(100% - 60px);
	border: dashed 2px #2C60E5;
	opacity: 0;
	transition: all 200ms linear;
	z-index: 100;
	pointer-events: none;
}

.restricted_content_wrapper.show {
	opacity: 1;
	pointer-events: all;
}

.restricted_content_alert {
	background-color: #2C60E5;
	color: #fff;
	margin: 0;
	font-weight: 400;
	padding: 13px;
	padding-left: 55px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 35px;
}

.restricted_content_alert img {
	position: absolute;
	left: 15px;
	top: 12px;
	width: auto !important;
}

.restricted_content_alert p {
	margin: 0;
	line-height: 1.5;
	font-size: 16px;
}

.restricted_content_wrapper .apply_links {
	font-weight: bold;
	font-size: 17px;
	margin: 30px 0;
}

.restricted_content_wrapper p a {
	color: #d700a5;
	text-decoration: underline;
}

.restricted_content_wrapper p {
	line-height: 1.5;
	font-size: 17px;
}

.restricted_content_wrapper span a {
	color: #d700a5;
	text-decoration: underline;
}

.video_wrapper.locked::after {
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: #000;
	height: calc(100% - 60px);
	width: calc(100% - 60px);
	z-index: 1;
	opacity: 0.2;
	border-radius: 6px;
}

.video_wrapper.locked::before {
	content: "\f04b";
	font-family: 'uncodeicon' !important;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF !important;
	width: 115px;
	height: 115px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 110px;
	-webkit-text-fill-color: #fff;
	cursor: pointer;
	border: solid 4px #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 9;
	text-indent: 11px;
}

.video_wrapper.locked img {
	display: block;
	width: 100%;
}

.video_wrapper img {
	border-radius: 6px;
}

.video_wrapper {
	position: relative;
	background-color: #F7F7F7;
	padding: 30px;
}

.video_wrapper a {
	color: #d700a5 !important;
	font-size: 17px;
	margin-top: 7px;
	display: inline;
	font-weight: 500;
}

/* From uncode to style.css */

.chrome .main-container .row-inner {
	height: 0px;
}

@media (min-width: 960px) {

	.chrome .col-lg-0,
	.chrome .col-lg-1,
	.chrome .col-lg-2,
	.chrome .col-lg-3,
	.chrome .col-lg-4,
	.chrome .col-lg-5,
	.chrome .col-lg-6,
	.chrome .col-lg-7,
	.chrome .col-lg-8,
	.chrome .col-lg-9,
	.chrome .col-lg-10,
	.chrome .col-lg-11,
	.chrome .col-lg-12 {
		height: 0px;
	}
}

wpcf7-list-item {
	display: table-row;
}

wpcf7-list-item {
	display: table-cell;
}

#checkout-products {
	margin-bottom: 60px !important;
}

.entry-meta .byline,
.entry-meta .cat-links {
	display: none;
}

.entry-meta .posted-on {
	display: none;
}

/** Sherbeert Lemon 2019 **/
.menu-container.menu-hide {
	background-color: #333;
}

.home .uncode-slider .owl-item .uncol.style-light {
	transition: transform .2s;
	/* Animation */
}

.home .uncode-slider .owl-item .uncol.style-light:hover {
	transform: scale(1.10);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	box-shadow: 0px 0px 10px #000;
}

@media (max-width: 600px) {
	.home .header-wrapper {
		background: linear-gradient(left, rgb(195, 82, 110), rgb(155, 59, 122) 100%);
		background: -o-linear-gradient(left, rgb(195, 82, 110), rgb(155, 59, 122) 100%);
		background: -ms-linear-gradient(left, rgb(195, 82, 110), rgb(155, 59, 122) 100%);
		background: -moz-linear-gradient(left, rgb(195, 82, 110), rgb(155, 59, 122) 100%);
		background: -webkit-linear-gradient(left, rgb(195, 82, 110), rgb(155, 59, 122) 100%);
	}

	.logo-image.logo-dark {
		height: 25px !important;
	}
}


h3.widget-title {
	font-weight: 700 !important;
	border-color: #0f00aa !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-size: 18px !important;
	border-bottom-width: 2px !important;
}

.post-template-default .header-basic {
	position: relative;
}

.post-template-default .header-basic .header-content {
	padding-bottom: 130px;
}

.panel-heading {
	background-color: #816bfe;
}

.panel-title a,
.panel-title.active a,
.panel-title a:hover,
.panel-title a:focus {
	padding: 10px !important;
	color: #fff !important;
}

.panel-title a span {
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-size: 18px !important;
}

.panel-title.active a span::after,
.panel-title a span::after {
	font-size: 18px !important;
	right: 10px !important;
	color: #fff !important;
}

.panel-group .panel {
	margin-bottom: 15px;
}

aside#media_image-13 {
	margin: 15px 0 0 0;
}

@media (max-width: 960px) {
	.post-template-default.single.single-post .row.row-parent.col-std-gutter {
		max-width: 100% !important;
	}
}

.wpforms-container ::-webkit-input-placeholder {
	/* Chrome and Safari */
	color: #aaa;
}

.wpforms-container :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #aaa;
	opacity: 1;
}

.wpforms-container ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaa;
	opacity: 1;
}

.wpforms-container :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaa;
}

.wpforms-container ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #aaa;
}

.form-row label .optional {
	display: none;
}

.session_cards_post {
	padding: 0 15px;
	margin-bottom: 15px;
}

.session_cards_post_content {
	position: relative;
	height: 100%;
	border-radius: 8px;
	background-color: #eeeeee;
}

.session_cards_post_content img {
	margin-bottom: -5px;
	height: 250px;
	object-fit: cover;
	width: 100%;
}

.session_cards_post_content a {
	position: relative;
	display: block;
	overflow: hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.session_cards_post_content.type-circle a {
	border-radius: 8px;
}

.session_cards_post_content a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 10%);
	z-index: 9;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.session_cards_title {
	position: absolute;
	top: 70%;
	z-index: 9;
	width: 100%;
	height: 30%;
	display: flex;
	text-align: center;
	background-color: rgb(19 19 20 / 60%);
	padding: 7px 10px;
	align-items: center;
	justify-content: center;
	transition: all 200ms cubic-bezier(0.45, 0, 0.55, 1);
	backdrop-filter: blur(5px);
	flex-direction: column;
}

.session_cards_title p {
	display: block;
	opacity: 0;
	transition: all 200ms linear;
	transform: translateY(5px);
	margin: 0;
	height: 0;
	color: #2DDDB4;
	font-size: 16px;
	font-weight: 500;
}

.session_cards_post_content h3 {
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0 !important;
}

.session_cards_post_content:hover .session_cards_title,
.session_cards_post_content.hover .session_cards_title {
	top: 0;
	height: 100%;
}

.session_cards_post_content:hover .session_cards_title p,
.session_cards_post_content.hover .session_cards_title p {
	opacity: 1;
	transform: translateY(15px);
}

.session_cards_post_content:hover h3,
.session_cards_post_content.hover h3 {
	-webkit-line-clamp: unset;
}

ul.taxonomy_list {
	margin: 0;
	padding: 0 !important;
}

.session_cards_post ul.taxonomy_list {
	position: absolute;
	top: 10px;
	right: 10px;
	width: calc(100% - 20px);
	z-index: 10;
	list-style: none;
	text-align: right;
}

ul.taxonomy_list li {
	display: inline-block;
	list-style: none;
	padding: 5px;
	background-color: #2dddb4;
	margin: 3px;
	color: #fff;
	border-radius: 4px;
	line-height: 1;
	font-size: 14px;
}

ul.taxonomy_list li a span {
	color: #fff;
}

.speaker_info {
	min-height: 5em;
	background-color: #eee;
	width: 100%;
	color: #000;
	text-align: center;
	display: flex;
	align-items: center;
	line-height: 0.45;
	justify-content: center;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 8px;
	font-size: 16px;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0;
	justify-content: center;
}

.speaker_info span:first-of-type {
	font-weight: 600;
	line-height: 1.2;
	font-size: 14px;
}

.speaker_info span:last-of-type {
	line-height: 1.3;
	font-weight: 400;
	font-size: 13px;
}


.session_cards_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dashboard_wrapper {
	min-height: 80vh;
}

.dashboard_section .session_cards_grid {
	justify-content: start;
}

.session_cards_grid.columns_desktop_4 {
	
}

.session_cards_grid.columns_desktop_5 .session_cards_post {
	padding: 0;
	flex-basis: calc(100% / 5 - 20px);
}

.session_cards_grid.columns_desktop_4 .session_cards_post {
	padding: 0;
	flex-basis: calc(100% / 4 - 20px);
	background-color: #EEEEEE;
	border-radius: 8px;
	margin-right: 20px;
}

.updates_card .session_cards_post {
	background-color: #2dddb4 !important;
}

.updates_card a {
	/* height: 250px; */
}

.updates_card a span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -30px;
	margin-left: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	z-index: 9;
}

.session_cards_grid.columns_desktop_3 .session_cards_post {
	padding: 0;
	flex-basis: calc(100% / 3 - 30px);
	margin-bottom: 40px;
	background-color: #EEEEEE;
	border-radius: 8px;
}

.session_cards_grid.columns_desktop_2 .session_cards_post {
	padding: 0;
	flex-basis: calc(100% / 2 - 20px);
}

.session_cards_grid.columns_desktop_1 .session_cards_post {
	padding: 0;
	flex-basis: 100%;
}

.slick-prev,
.slick-next {
	width: 30px !important;
	height: 30px !important;
}

.slick-prev:before,
.slick-next:before {
	font-size: 33px !important;
	color: rgb(0 0 0 / 80%) !important;
}

.slick-prev {
	left: -10px !important;
}

.slick-next {
	right: -10px !important;
}

.session_cards_slider,
.related_posts_slider {
	margin: 0 -15px;
}

.related_posts_slider {
	margin-top: 30px;
}

.tax_shortcode.taxonomy_list {
	/* margin-bottom: -15px; */
}

.tax_shortcode.taxonomy_list li {
	padding: 6px 10px;
}

.updates_card {
	padding: 0;
	flex-basis: calc(100% / 4 - 20px);
	border-radius: 8px;
	background-color: #2dddb4;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 15px;
margin-right: 20px;margin-bottom: 20px;}

.dashboard_section .updates_card a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	height: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1000px) {
	.session_cards_grid {
		/* gap: 15px; */
	}

	.session_cards_grid .session_cards_post{
		margin-right: 7px;
	}	

	.session_cards_grid .session_cards_post,
	.session_cards_grid.columns_desktop_5 .session_cards_post,
	.session_cards_grid.columns_desktop_4 .session_cards_post,
	.session_cards_grid.columns_desktop_3 .session_cards_post,
	.session_cards_grid.columns_desktop_2 .session_cards_post,
	.session_cards_grid.columns_desktop_1 .session_cards_post {
		padding: 0;
		flex-basis: calc(100% / 3 - 14px);
	border-radius: 8px;
    margin-right: 14px;}
}

@media (max-width: 767px) {
	.session_cards_grid {
		gap: 25px;
	}

	.session_cards_grid .session_cards_post{
		margin-right: 10px;
	}	

	.session_cards_grid .session_cards_post,
	.session_cards_grid.columns_desktop_5 .session_cards_post,
	.session_cards_grid.columns_desktop_4 .session_cards_post,
	.session_cards_grid.columns_desktop_3 .session_cards_post,
	.session_cards_grid.columns_desktop_2 .session_cards_post,
	.session_cards_grid.columns_desktop_1 .session_cards_post {
		padding: 0;
		flex-basis: 100%;
		background-color: transparent;
	}

	.session_cards_title {
		position: absolute;
		top: unset;
		z-index: 9;
		width: 100%;
		bottom: 0;
		top: unset;
		height: auto;
	}

	.session_cards_post_content h3 {
		font-size: 14px;
		line-height: 1.2;
		font-weight: 400;
		color: #000;
		text-align: left;
	}
}

.menu-container ul.menu-smart a {
	white-space: normal;
}

.content-width {
	max-width: 2000px;
	margin: 0 auto;
	padding: 0 30px;
	padding-top: 72px;
}

.dashboard_content {
	display: flex;
	gap: 70px;
	justify-content: space-around;
}

.left_col {
	width: calc(25% - 40px);
	position: relative;
	flex-shrink: 0;
}

.right_col {
	width: calc(75% - 30px);
}

.dashboard_content h1 {
	margin-top: 0;
	margin-bottom: 25px;
}

.dashboard_content h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

.dashboard_menu {
	background-color: #F7F7F7;
	padding: 36px 36px 36px 36px;
	padding-bottom: 72px;
	border-radius: 0;
	position: sticky;
	top: 60px;
	z-index: 99;
}

.dashboard_search input {
	width: 100%;
	margin: 0;
	border: solid 1px #cccc;
	border-radius: 5px;
}

.dashboard_menu a {
	color: #000;
}

.dashboard_section {
	padding: 15px 5px;
	padding-top: 0;
	margin-bottom: 50px;
	border-radius: 8px;
}

.dashboard_section hr {
	border-color: #eee;
	margin-bottom: 40px;
}

.dashboard_section>h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 27px;
}

.dashboard_section a {
	color: #d700a5;
}

@media (max-width: 992px) {
	.dashboard_content {
		display: flex;
		gap: 30px;
		padding-top: 50px;
		flex-wrap: wrap;
		padding: 30px;
	}

	.left_col {
		width: 100%;
		max-width: unset;
	}

	.right_col {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.dashboard_content {
		padding: 0;
	}
}

.masthead {
	position: relative;
	padding: 125px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 50px;
}

.masthead::before {
	content: '';
	background-color: #0f00aa;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.masthead span {
	font-size: 72px;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.card-template-default .box-wrapper {
	overflow: visible !important;
}

.card_content {
	display: flex;
	gap: 70px;
	font-weight: 400;
	justify-content: space-between;
}

.card_header {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	justify-content: space-between;
}

.card_body {
	padding-right: 10%;
}

.card_meta {
	flex-basis: 75%;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
}

.card_meta h1 {
	font-family: 'Grotesque Pro';
	color: #2c60e5;
	line-height: 1.2;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 40px;
	margin-top: 40px;
}

.card_speaker {
	margin-top: 40px;
	margin-bottom: 40px;
}

.card_speaker h2 {
	margin: 0;
	font-size: 24px;
	margin-bottom: 5px;
}

.card_speaker p {
	margin: 0;
	color: #2dddb4;
	font-weight: 500;
	line-height: 1.5;
	font-size: 17px;
}

.card_date i {
	margin-right: 10px;
}

.card_date p {
	font-size: 17px;
	font-weight: 400;
	font-style: italic;

}

.card_meta h2 i {
	margin-right: 10px;
	vertical-align: middle;
}

.card_image {
	min-width: 300px;
	flex-basis: 25%;
}

.card_image img {
	/* height: 100%; */
	/* object-fit: cover; */
	width: 100%;
}

.cards_protected_content {
	background-color: #f7f7f7;
	padding: 30px;
	border-radius: 8px;
	margin: 35px 0;
}

.cards_protected_content .cards_section {
	margin-bottom: 50px;
}

.cards_protected_content .cards_section h3 {
	margin-top: 0;
}

.cards_section.tips ul {
	list-style: disc;
	padding-left: 20px;
}

.cards_section.tips ul li {
	margin-bottom: 10px;
}

.cards_section .video_wrapper {
	position: relative;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	height: 0;
	border-radius: 8px;
	padding-top: 56.25%;
	overflow: hidden;
}

.cards_section .video_wrapper iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.cards_section.questions {
	padding: 15px 30px;
	border: solid 1px #eee;
	background-color: #fff;
	border-radius: 4px;
}

.cards_section.questions p {
	margin-top: 0;
	font-size: 19px;
}

.cards_section.questions p a {
	color: #d700a5;
}

.cards_section .downloads {
	display: flex;
	gap: 15px;
	justify-content: center;
	padding-top: 25px;
}

.cards_section .downloads p {
	margin: 0;
	text-align: center;
	line-height: 1.2;
}

.cards_section .downloads p a {
	color: #303133;
	font-size: 13px;
	text-align: center;
}

.cards_section .downloads p a:hover {
	text-decoration: underline;
}

.cards_template.related_cards {
	margin: 50px 0;
}

.cards_template.related_cards .session_cards_wrapper>h3 {
	margin-bottom: 30px;
}

.cards_restricted_content {
	margin: 50px 0;
}

.cards_restricted_content .video_wrapper {
	padding: 15px;
}

.cards_restricted_content .video_wrapper::after,
.cards_restricted_content .video_wrapper::before {
	display: none;
}

.cards_restricted_content .restricted_content_wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.hide_video_popup {
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: #2b60e5;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px !important;
	border-radius: 50%;
	font-size: 18px;
	display: none;
}

.fallback_row {
	padding: 15px 30px;
	background-color: #f5f5f5;
	border-radius: 8px;
	font-weight: 400;
}

.fallback_row h3 {
	margin-bottom: 25px;
}

.fallback_row p {
	margin-top: 10px;
	margin-bottom: 18px;
}

.fallback_row a {
	font-weight: bold;
}

.blog_main_content p{
	font-weight: 400;
}

@media (min-width: 992px) {
	.blog_main_content{
		padding-right: 30px !important;
	}
}

@media (max-width: 1200px) {
	.card_body {
		padding-right: 5%;
	}

	.card_meta h1 {
		font-size: 24px;
	}

	.card_speaker h2 {
		font-size: 20px;
	}

	.card_speaker p {
		font-size: 16px;
	}

	.card_date p {
		font-size: 14px;
	}

	.cards_protected_content {
		padding: 20px;
	}

	.cards_section .downloads p a {
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
	.card_content {
		flex-wrap: wrap;
	}

	.left_col {
		width: 100%;
		max-width: unset;
	}

	.right_col {
		width: 100%;
	}

	.card_body {
		padding-right: 0;
	}

	.community_header_menu li {
		margin: 0 8px;
	}

	.community_header_menu li.button_style {
		padding: 10px 12px;
	}
}

@media (max-width: 767px) {
	.content-width {
		padding: 0 20px;
	}

	.card_header {
		flex-wrap: wrap;
		gap: 0;
	}

	.card_meta {
		flex-basis: 100%;
		order: 2;
	}

	.card_image {
		order: 1;
		min-width: 300px;
		flex-basis: 100%;
		width: 100%;
	}

	.video_wrapper.locked::before {
		font-size: 40px;
		width: 85px;
		height: 85px;
		line-height: 80px;
	}

	.restricted_content_wrapper {
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		height: auto;
	}

	.video_wrapper {
		padding: 0;
	}

	.video_wrapper.show_overlay::after {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		opacity: 0.5;
	}

	.video_wrapper {
		padding: 0;
	}

	.hide_video_popup {
		display: block;
	}

	.session_cards_post_content a {
		display: flex;
		gap: 10px;
		border: solid 1px #eee;
		border-radius: 4px !important;
	}

	.session_cards_post_content img {
		width: 24%;
		height: auto;
		min-height: 75px;
	}

	.session_cards_title {
		position: relative;
		bottom: unset;
		background-color: transparent;
		top: unset;
		width: 74%;
		justify-content: left;
	}

	.session_cards_post_content a::before {
		display: none;
	}

	.session_cards_grid.columns_desktop_4 {
		gap: 5px 0;
	}

	.dashboard_section {
		margin-bottom: 25px;
	}

	.speaker_info {
		min-height: unset;
		align-items: baseline;
		line-height: 0.3;
		justify-content: center;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		text-align: left;
	}

	.session_cards_post ul.taxonomy_list {
		display: none;
	}

	.session_cards_post_content:hover .session_cards_title,
	.session_cards_post_content.hover .session_cards_title {
		height: unset;
	}
}

.login_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(0 0 0 / 85%);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(5px);
}

.login_form {
	background-color: #fff;
	max-width: 90%;
	width: 450px;
	border-radius: 5px;
	box-shadow: 0 0 15px rgb(0 0 0 / 80%);
}

.login_overlay #cpm_woocommerce {
	box-shadow: none;
	margin: 0;
	padding: 30px 15px;
	padding-bottom: 15px;
}

.login_overlay .login_footer {
	text-align: center;
	margin: 0 auto;
	padding: 20px 30px;
	border-top: solid 1px #ccc;
}

.login_overlay .login_footer p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}

.login_overlay .login_footer p a {
	color: #d700a5;
}

.login_overlay .woocommerce h2 {
	margin-top: 0;
}

.community_header_menu li.button_style {
	border: solid 1px #fff !important;
	border-radius: 8px;
	padding: 13px 22px;
}

.community_header_menu li.button_style:hover {
	border-color: #d700a5 !important;
}

.community_header_menu li {
	margin: 0 12px;
	color: #FFF;
}

.community_header_menu li a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.session_date {
	display: flex;
	font-weight: 400;
	font-size: 13px;
	padding: 5px 15px;
	padding-top: 7px;
	text-align: center;
	height: calc(2.4em + 10px);
	line-height: 1.3;
	align-items: center;
	justify-content: center;
}

.memberssidebar p:first-of-type {
	margin-top: 0;
}


.section_text_block h2,
.section_text_block h3,
.section_text_block h4 {
	margin-top: 0;
	margin-bottom: 20px;
}

.section_text_block p,
.section_text_block em {
	margin-top: -10px;
	margin-bottom: 30px;
	line-height: 1.75;
	font-size: 15px;
	color: #303133;
	display: block;
	padding-right: 30px;
}

.dashboard_section hr {
	margin-left: 0 !important;
}

#recent-posts-2.widget-container ul {
	margin-top: -3px !important;
	list-style: disc;
	padding-left: 10px;
}

#recent-posts-2.widget-container ul li {
	margin-bottom: 10px;
	line-height: 1.4;
}

@media (max-width: 1100px) {
	.community_header_menu li {
		margin: 0 8px;
	}

	.community_header_menu li.button_style {
		padding: 10px 12px;
	}
}

@media (max-width: 900px) {
	.community_header_menu li {
		margin: 0 8px;
		display: inline-block !important;
	}

	.community_header_menu li.button_style {
		padding: 5px 0px;
	}

	.community_header_menu li a {
		padding: 9px 20px 9px 20px !important;
	}
}

.custom_archives .page-header {
	display: block;
}

.discussion_iframe {
	margin: -30px;
	width: calc(100% + 60px);
}

.circle_wrapper .session_cards_post_content img {
	margin-bottom: -5px;
	height: 200px;
	object-fit: cover;
	width: 100%;
	margin-top: -45px
}

.circle_wrapper .session_cards_title {
	top: 60%;
	z-index: 9;
	width: 100%;
	height: 40%;
}

.circle_wrapper .session_cards_post_content h3 {
	-webkit-line-clamp: 2;
}

.circle_wrapper .session_cards_post_content:hover h3,
.circle_wrapper .session_cards_post_content.hover h3 {
	-webkit-line-clamp: unset;
}

.search_wrapper {
	position: relative;
	margin-bottom: -20px;
}

.search_wrapper input {
	width: 100%;
	border: solid 1px #aaa;
	border-radius: 3px;
}

.search_wrapper button {
	position: absolute;
	right: 1px;
	top: 1px;
	height: calc(100% - 2px);
	background-color: #fff !important;
	font-size: 20px;
	color: #aaa;
}

.searchwp-live-search-results.searchwp-live-search-results-showing {
	left: 0 !important;
	top: 100% !important;
	width: max-content !important;
	min-width: 100%
}

a#wcf_optimized_wcf_custom_coupon_field {
	display: block;
font-size: 15px;}

a#wcf_optimized_wcf_custom_coupon_field .dashicon{
	vertical-align: bottom;
}

a#wcf_optimized_wcf_custom_coupon_field:nth-of-type(2) {
	display: none;
}

.wcf-order-wrap {
	background-color: #f7f7f7 !important;
	padding: 20px !important;
	padding-top: 0 !important;
	border: solid 1px #eee !important;
}

.woocommerce-billing-fields__field-wrapper {
	border-top: none !important;
}

.woocommerce:not(.uncode-wc-module) #customer_details {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.woocommerce-shipping-fields {
	border: none !important;
	padding: 0 !important;
}

.wcf-embed-checkout-form .wcf-custom-coupon-field {
	display: block !important;
}

.wcf-embed-checkout-form .wcf-custom-coupon-field .wcf-coupon-col-1 {
	width: 69% !important;
	padding: 0 !important;
}

.wcf-embed-checkout-form .wcf-custom-coupon-field .wcf-coupon-col-2 {
	width: 30%;
	margin-left: -5px;
	display: inline-block;
}

.wcf-embed-checkout-form .woocommerce .wcf-product-image{
	display: none;
}

.wcf-product-thumbnail{
	 display: none !important;
}

.product-item-text{
	display: flex !important;
}