/*SETTINGS*/
:root{
	font-size: 1vw;
}
.col_logo_site {
/*     width: 16rem !important; */
	width: 10rem !important;
}
.space_btw_col>.elementor-container{
	justify-content: space-between !important;
}
.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90rem;
}
.post, .page{
	margin: 0;
}

/*SECTIONS*/
.element_white_left{
	overflow-x: hidden;
}
.element_white_left > .elementor-container {
    position: relative;
}



/*RESPONSIVE*/
@media screen and (min-width: 1500px){
	:root{
		font-size: 16px;
	}
}
@media screen and (min-width: 1024px){
	.element_white_left > .elementor-container:before {
	    content: '';
	    background: #ffffff;
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    left: -100%;
	    z-index: 2;
	}
}
@media screen and (max-width: 1024px){
	:root{
		font-size: 12px;
	}
}
@media screen and (max-width: 1024px){
	:root{
		font-size: 14px;
	}
}

/* ==== BEGIN - SLIDER EVENTS ==== */
.slider_last_events_kenx {
    display: flex;
    flex-wrap: wrap;
}
.element_last_event_kenx {
    width: 50%;
    flex-basis: 50%;
    padding: 1.5rem;
}
.element_last_event_kenx img.img_evt {
    width: 100%;
    max-width: 100%;
}
.content_event_kenx {
    background: #ffffff;
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, .17);
}
.date_evet_top_kenx {
    position: absolute;
    font-size: 2rem;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
    padding: 1rem 1.2rem;
    background: #5ca0ff;
    line-height: 1;
    text-align: center;
    right: 10%;
		top: 0;
}
.text_event_kenx {
    text-align: center;
    padding: 1.5rem 10% 3rem 10%;
}
.text_event_kenx h3 {
    color: var(--e-global-color-accent);
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 1.5rem;
}
.text_event_kenx .date_event_kenx, .text_event_kenx .venue_event_kenx {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
    color: #606060;
}
.text_event_kenx .date_event_kenx{
		margin-bottom: 1.5rem;
}
.slider_last_events_kenx {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.slider_last_events_kenx .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.owl-stage .element_last_event_kenx {
    width: 100%;
    flex-basis: 100%;
    padding: 2rem;
	height: 100%;
}

.container_last_events_kenx {
	overflow-x: visible !important;
}

.slider_last_events_kenx .owl-dots {
	display: none;
}

.slider_last_events_kenx {
	position: relative;
}

.slider_last_events_kenx .owl-prev,
.slider_last_events_kenx .owl-next {
	padding: 0;
	outline: none;
	border: none;
	background: none;
	position: absolute;
	top: 40%;
	z-index: 999;
}

.slider_last_events_kenx .owl-prev {
	left: 0;
}

.slider_last_events_kenx .owl-next {
	right: 0px;
}

.slider_last_events_kenx .owl-prev span,
.slider_last_events_kenx .owl-next span {
	font-size: 4rem;
	font-weight: 100;
	color: #222;
}
/* ==== END - SLIDER EVENTS ==== */

/* ==== BEGIN - WEBINARS HOME SECTION ==== */
.webinars-grid {
    display: grid;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
    .webinars-grid {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
}

.webinars-article {
    padding: 4rem 2rem;
    background: #fff;
}

.webinars-article:nth-child(2) {
    background: #A9ABAE;
}

.webinars-article:nth-child(3) {
    background: #2C7FC3;
}

.webinars-article:nth-child(2),
.webinars-article:nth-child(3) {
    color: #fff;
}

.webinars-article:nth-child(2) .webinars-article__title,
.webinars-article:nth-child(3) .webinars-article__title {
    color: #fff;
}

.webinars-article__title {
    margin: 0;
    color: #57585A;
    font-size: 1.31rem;
    font-weight: 700;
}

.webinars-article__date {
    width: 9.4rem;
    word-break: break-word;
    color: #2C7FC3;
    font-weight: 700;
    font-size: 1.31rem;
}

.webinars-article:nth-child(2) .webinars-article__date,
.webinars-article:nth-child(3) .webinars-article__date {
    color: #fff;
}

.webinars-article__link {
    display: inline-block;
    font-size: 2rem;
    color: #2C7FC3;
    transition: .3s ease-in;
}

.webinars-article__link:hover {
    transform: translateX(.5rem);
    color: var(--e-global-color-primary);
}

.webinars-article:nth-child(2) .webinars-article__link,
.webinars-article:nth-child(3) .webinars-article__link {
    color: #fff;
}

/* ==== END - WEBINARS HOME SECTION ==== */


/* ==== BEGIN - WEBINARS SUBSCRIPTION FORM ==== */
.__webinars-subscription-form {
    --input-height: 3.125rem;
}

.__webinars-subscription-form .wpforms-container form {
    display: flex;
    align-items: center;
    width: 100% !important;
}

.__webinars-subscription-form ::placeholder {
    font-size: 1.3rem;
    color: #606060;
}

.__webinars-subscription-form .wpforms-field-container {
    flex-basis: 80%;
}

.__webinars-subscription-form input {
    height: var(--input-height) !important;
    border: none !important;
    border-radius: 0 !important;
}

.__webinars-subscription-form .wpforms-submit-container {
    padding: 0 !important;
    flex-basis: 20%;
}

.__webinars-subscription-form .wpforms-submit-container button {
    height: var(--input-height) !important;
    width: 100% !important;
    background: var(--e-global-color-accent) !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: 1.3rem !important;
}

/* ==== END - WEBINARS SUBSCRIPTION FORM ==== */

/* ==== BEGIN - POST FILES ==== */
.kx-post-file {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem 0;
}


.kx-post-file .kx-post-icon__link {
	font-size: 3rem;
	color: var(--e-global-color-accent);
}

.kx-post-file .kx-post-title__link {
	color: var(--e-global-color-primary);
}

.kx-post-file .kx-post-title__link h3 {
	margin: 0;
}

.kx-post-files .owl-dots {
	display: none;
}

.kx-post-files {
	position: relative;
}

.kx-post-files .owl-prev,
.kx-post-files .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	height: 2rem;
	width: 2rem;
	border-radius: 6.125rem;
	font-size: 2rem;
	background: #fff;
}

.kx-post-files .owl-prev span,
.kx-post-files .owl-next span {
	display: inline-block;
	transform: translateY(-.2rem);
}

.kx-post-files .owl-prev {
	left: 0;
}

.kx-post-files .owl-next {
	right: 0;
}

.kx-post-files.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.kx-post-files {
	overflow-x: hidden;
}

/* ==== END - POST FILES ==== */

/* ==== BEGIN - GLOBAL COMPONENTS (ALERT, BADGETS, FORMS etc) */
.woocommerce .wc-memberships-restriction-message {
	background: var(--e-global-color-accent);
	color: #fff;
	line-height: 2em;
}

.woocommerce .wc-memberships-restriction-message::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f023";
	color: #fff;
}

.woocommerce .wc-memberships-products-grant-access a {
	padding: .5rem 1rem;
	background: var(--e-global-color-primary);
	color: #FFF;
	border-radius: 5px;
}

.um-locked-content {
	display: none;
}

.__post-column .elementor-widget-wrap {
	display: flex !important;
	flex-direction: column;
}

.__post-column .__post-files {
	order: 1;
}

.__post-column .woocommerce {
	order: 1;
}

.__post-content .woocommerce-info {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.__post-content .woocommerce-info {
		flex-direction: row;
		text-align: left;
	}
}

.__post-content .woocommerce-info::before {
	font-size: 2rem;
	transform: translateY(-50%);
	position: absolute;
	left: 5%;
	color: var(--e-global-color-primary);
}

.__post-content .woocommerce-info a {
	margin: 0 .5rem;
}
/* ==== END - GLOBAL COMPONENTS (ALERT, BADGETS, FORMS etc) */

/* ==== BEGIN - UM Forms ==== */
.um .um-form label {
	font-weight: 300;
	font-size: .9rem !important;
}

.um .um-form input[type=text], 
.um .um-form input[type=search], 
.um .um-form input[type=tel], 
.um .um-form input[type=password], 
.um .um-form textarea {
	height: 3.125rem !important;
	border-radius: 0 !important;
}

.um .um-form .um-field-area {
	display: flex !important;
	justify-content: center;
}

.um .um-form .um-field-checkbox {
	margin: 0;
}

.um .um-form form > .um-row {
	margin-bottom: 0 !important;
}

.um .um-form .um-col-alt .um-field-c {
	margin: 1rem 0;
}

.um.um-login {
	 margin: 0 !important;
}

.um-316.um {
	max-width: 100% !important;
}

.um .um-col-alt .um-center {
	display: block !important;
	width: 100% !important;
}

.um .um-col-alt .um-center .um-button {
	border-radius: 0 !important;
	width: 100% !important;
	padding-top: .75em !important;
	padding-bottom: .75em !important;
	font-size: 1.25rem;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	background: var(--e-global-color-accent) !important;
}

.um .um-col-alt .um-center .um-button:hover {
	background: var(--e-global-color-primary) !important;
}

/* ==== END - UM Forms ==== */