/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.1.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

:root {
    --mzm-color-1: #222B30;
    --mzm-color-2: #3E545E;
    --mzm-color-3: #587788;
    --mzm-color-4: #8C9FA6;
    --mzm-color-5: #C7D5D8;
    --mzm-color-6: #DDE8EC;
    --mzm-color-7: #F05F58;
}

body {
    font-family: var(--e-global-typography-text-font-family);
}

a {
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

/**
    Header Styles
*/
.mzm-top-bar-social-icons.elementor-widget-social-icons .elementor-grid {
    display: flex;
}

.mzm-top-bar-social-icons-2 .elementor-grid-item:nth-child(1) .elementor-social-icon {
    overflow: hidden;
}

.mzm-top-bar-social-icons-2 .elementor-grid-item:nth-child(1) .elementor-social-icon svg {
    width: 32px;
    height: 32px;
}

.elementor-element.mzm-top-bar-social-icons-2 {
    display: none;
    position: absolute;
    right: -14px;
    top: 110%;
    z-index: 100;
    width: auto;
    padding: 7px 14px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.mzm-top-bar-social-icons .elementor-social-icon-wordpress i {
    opacity: 0;
}

.mzm-top-bar-social-icons .elementor-social-icon-wordpress {
    background-image: url('assets/images/more-circle-white.svg');
}

@media (min-width: 768px) {
    .mzm-top-bar-social-icons.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
        justify-content: flex-end;
    }
}

/**
    Homepage style
*/
.mzm-vsrf-section-name-bg {
    -webkit-clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 38px) 0, 100% 100%, 0% 100%);
}

@media (max-width: 1024px) {
    .mzm-vsrf-section-name-bg {
        -webkit-clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 100%, 0% 100%);
    }
}

/**
    Archive pages style
*/
.mzm-vsrf-breadcrumbs-separator {
    color: var(--mzm-color-1);
    font-size: 10px;
}

.mzm-vsrf-loop-grid .elementor-pagination {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.mzm-vsrf-loop-grid .elementor-pagination .page-numbers {
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--mzm-color-5);
    color: var(--mzm-color-3);
}

.mzm-vsrf-loop-grid .elementor-pagination a.page-numbers:hover {
    color: var(--mzm-color-7);
}

.mzm-vsrf-loop-grid .elementor-pagination .page-numbers.dots {
    border-color: transparent;
}

.mzm-vsrf-loop-grid .elementor-pagination .page-numbers.current {
    background-color: var(--mzm-color-3);
    border-color: var(--mzm-color-3);
    color: #FFF;
}

.mzm-vsrf-loop-grid .elementor-pagination .mzm-vsrf-page-count {
    font-size: 11px;
    margin-right: 0;
    margin-left: auto;
}

/**
    Single page styles
*/
.mzm-article-share-buttons-container .mzm-share-headline {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.mzm-article-share-buttons-container {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 20px; */
    font-size: 14px;
    /* font-weight: 400; */
    display: flex;
    align-items: center;
}

/* .elementor-shortcode .mzm-article-share-buttons-container {
    position: relative;
    right: initial;
    bottom: initial;
} */


.mzm-article-share-buttons-container .mzm-article-share-buttons {
    display: flex;
    padding: 0;
    list-style: none;
}

.mzm-article-share-buttons-container .mzm-article-share-buttons li {
    margin-right: 8px;
}

.mzm-article-share-buttons-container .mzm-article-share-buttons li:last-child {
    margin-right: 0;
}

.mzm-article-share-buttons-container .mzm-article-share-buttons li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--mzm-color-7);
    border-radius: 50%;
    transition-duration: 0.25s;
}

.mzm-article-share-buttons-container .mzm-article-share-buttons li a i,
.mzm-article-share-buttons-container .mzm-article-share-buttons li a svg {
    color: #FFF;
    width: 1em;
    height: 1em;
    text-align: center;
}

.mzm-article-share-buttons-container .mzm-article-share-buttons li a:hover {
    opacity: 0.85;
}

.elementor-loop-container.elementor-grid .e-loop-item,
.elementor-loop-container.elementor-grid .e-loop-item .elementor-section-wrap {
    display: flex;
    flex: 1;
}


@media (max-width: 767px) {
    .mzm-article-share-buttons-container .mzm-share-headline {
        font-size: 10px;
    }

    .mzm-article-share-buttons-container .mzm-article-share-buttons li a {
        width: 25px;
        height: 25px;
    }
}















/**
    Old CSS Styles
*/
.menu-item.mzm-donate-menu-item {
    align-items: center;
}

.menu-item.mzm-donate-menu-item:before {
    content: '';
    width: 20px;
}

.menu-item.mzm-donate-menu-item .elementor-item {
    position: relative;
    background-color: #F05F58;
    color: #FFF !important;
    padding: 11px 58px 11px 38px !important;
    border-radius: 5px;
}

.menu-item.mzm-donate-menu-item .elementor-item:after {
    content: unset;
}

.menu-item.mzm-donate-menu-item .elementor-item:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: auto;
    right: 38px;
    top: 50%;
    opacity: 1 !important;
    transform: translateY(-50%);
}

.mzm-article-container {
    display: flex;
    min-height: 450px;
}

.mzm-article-container.mzm-article-container-reverse {
    flex-direction: row-reverse;
}

.mzm-article-image,
.mzm-article-content-container {
    position: relative;
    width: 50%;
}

.mzm-article-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mzm-article-content-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0 80px 50px;
}

.mzm-article-container.mzm-article-container-reverse .mzm-article-content-container {
    padding-right: 50px;
}

.mzm-section-title,
.mzm-section-title a,
.mzm-section-title a:hover {
    font-size: 35px;
    font-weight: 700;
    color: var(--mzm-color-7);
    margin: 0 0 30px;
}

.mzm-article-date {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: var(--mzm-color-1);
    margin: 0 0 10px;
}

.mzm-article-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--mzm-color-1);
    margin: 0 0 20px;
}

.mzm-article-sub-title {
    font-size: 22px;
    font-weight: 400;
    color: var(--mzm-color-1);
    margin: 0 0 20px;
}

.mzm-article-content {
    font-size: 16px;
    font-weight: 400;
    color: var(--mzm-color-1);
    margin: 0 0 30px;
}

.mzm-article-content .read-more {
    color: var(--mzm-color-7);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mzm-article-links {
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.mzm-article-links li {
    margin-bottom: 12px;
}

.mzm-article-links li:last-child {
    margin-bottom: 0;
}

.mzm-article-links li a {
    color: var(--mzm-color-7);
    text-decoration: underline;
}

/* .mzm-article-share-buttons-container {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.elementor-shortcode .mzm-article-share-buttons-container {
    position: relative;
    right: initial;
    bottom: initial;
}


.mzm-article-share-buttons-container .mzm-article-share-buttons,
.mzm-complex-article-author-social {
    display: flex;
    padding: 0;
    list-style: none;
}

.mzm-article-share-buttons-container .mzm-article-share-buttons li,
.mzm-complex-article-author-social li {
    margin-right: 8px;
}

.mzm-article-share-buttons-container .mzm-article-share-buttons li:last-child,
.mzm-complex-article-author-social li:last-child {
    margin-right: 0;
}

.mzm-article-share-buttons-container .mzm-article-share-buttons li a,
.mzm-complex-article-author-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: var(--mzm-color-7);
    border-radius: 50%;
    transition-duration: 0.25s;
}

.mzm-article-share-buttons-container .mzm-article-share-buttons li a i,
.mzm-article-share-buttons-container .mzm-article-share-buttons li a svg,
.mzm-complex-article-author-social li a i {
    color: #FFF;
    width: 1em;
    height: 1em;
    text-align: center;
} */

.mzm-article-button,
.mzm-article-button:hover,
.mzm-article-button:focus {
    background-color: var(--mzm-color-7);
    border-color: var(--mzm-color-7);
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 40px;
    margin-top: 10px;
    border-radius: 5px;
    outline: none;
    transition-duration: 0.25s;
}

/* .mzm-article-button:hover,
.mzm-article-share-buttons-container .mzm-article-share-buttons li a:hover,
.mzm-complex-article-author-social li a:hover {
    opacity: 0.85;
} */

.mzm-mec-slider-wrap .mec-slider-t3-wrap {
    min-height: 500px;
    background-color: transparent;
}

.mec-slider-t3 .mec-slider-t3-img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

.mzm-mec-slider-wrap .mec-slider-t3-img-bg {
    filter: blur(15px);
}

.mzm-mec-slider-wrap .mec-event-article {
    display: flex;
    height: 500px;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content {
    display: flex;
    flex: 1;
    z-index: 100;
}

.mzm-mec-slider-wrap .mzm-mec-slider-img-wrap,
.mzm-mec-slider-wrap .mzm-mec-slider-inner-content-wrap {
    width: 50%;
    display: flex;
}

.mzm-mec-slider-wrap .mzm-mec-slider-img-wrap {
    padding: 35px;
    justify-content: center;
}

.mzm-mec-slider-wrap .mzm-mec-slider-img-wrap a {
    display: flex;
}

.mzm-mec-slider-wrap .mzm-mec-slider-img-wrap img {
    object-fit: contain;
}

.mzm-mec-slider-wrap .mzm-mec-slider-inner-content-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
}

.mzm-mec-slider-wrap .mzm-mec-slider-inner-content-wrap:before,
.mzm-mec-slider-wrap .mzm-mec-slider-content-bottom:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--mzm-color-1);
    opacity: 0.75;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-top {
    flex: 1;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-bottom {
    min-height: 27.5%;
    position: relative;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-top {
    position: relative;
    padding: 110px 35px 0;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-top p {
    width: 75%;
    color: #FFF;
    font-size: 20px;
    line-height: 32px;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-top .mzm-event-time {
    background-color: transparent;
    padding: 0;
    color: #FFF;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50px;
    left: 35px;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-top .mzm-event-time i {
    font-size: 22px;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-top .mzm-event-time .mec-time-details,
.mzm-mec-slider-wrap .mzm-mec-slider-content-top .mzm-event-time .mzm-mec-time-zone {
    font-size: 18px;
    line-height: 27px;
    margin-left: 15px;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-top .mzm-event-time .mzm-mec-time-zone {
    margin-left: 10px;
}

.mzm-mec-slider-wrap .mzm-mec-slider-img-wrap .mzm-event-date-wrap {
    display: none;
}

.mzm-mec-slider-wrap .mzm-event-date-wrap {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--mzm-color-1);
    border: 2px solid var(--mzm-color-6);
    border-radius: 5px;
    width: 80px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

.mzm-mec-slider-wrap .mzm-event-date-wrap .mec-event-day {
    font-size: 12px;
    padding: 7px 0;
    border-bottom: 2px solid var(--mzm-color-6);
}

.mzm-mec-slider-wrap .mzm-event-date-wrap .mec-event-date {
    font-size: 45px;
    padding-top: 9px;
}

.mzm-mec-slider-wrap .mzm-event-date-wrap .mec-event-month {
    font-size: 14px;
    padding: 6px 0;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-bottom-inner {
    position: relative;
    z-index: 100;
    padding: 35px 28px;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-bottom-inner .mec-event-title {
    margin: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.mzm-mec-slider-wrap .mzm-mec-slider-content-bottom-inner .mec-event-title a {
    color: #FFF;
}

.mzm-mec-slider-wrap .mec-owl-theme .owl-dots .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 5px;
    background-color: transparent;
}

.mzm-mec-slider-wrap .mec-owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.mzm-mec-slider-wrap .mec-owl-theme .owl-dots .owl-dot span {
    margin: 0;
    transition: all 0.25s;
}

.mzm-elementor-articles-slider .elementor-loop-container,
.elementor-editor-active .mzm-elementor-articles-slider.mec-owl-carousel.mec-owl-theme {
    display: block;
}

.mzm-elementor-articles-slider .owl-stage,
.mzm-elementor-articles-slider .owl-stage .owl-item,
.mzm-elementor-articles-slider .owl-stage .owl-item .e-loop-item {
    display: flex;
    flex: 1;
}

.elementor-editor-active .mzm-elementor-articles-slider.mec-owl-carousel.mec-owl-theme .e-loop-item:not(:last-child) {
    display: none;
}

.mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-next,
.mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-prev,
.mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-next,
.mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-prev,
.mzm-normal-news-container .mec-owl-theme .owl-nav .owl-next,
.mzm-normal-news-container .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-radius: 0;
    text-align: center;
    background: 0 0;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: -50px;
    cursor: pointer;
    background-color: var(--mzm-color-3);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-next,
.mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-next,
.mzm-normal-news-container .mec-owl-theme .owl-nav .owl-next {
    right: -2px;
}

.mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-prev,
.mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-prev,
.mzm-normal-news-container .mec-owl-theme .owl-nav .owl-prev {
    right: 50px;
    left: auto;
}

.mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-next:hover,
.mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-prev:hover,
.mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-next:hover,
.mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-prev:hover,
.mzm-normal-news-container .mec-owl-theme .owl-nav .owl-next:hover,
.mzm-normal-news-container .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 8%);
    background: #fff;
}

.mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-next i,
.mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-prev i,
.mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-next i,
.mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-prev i,
.mzm-normal-news-container .mec-owl-theme .owl-nav .owl-next i,
.mzm-normal-news-container .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 30px;
}

.mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-next:hover i,
.mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-prev:hover i,
.mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-next:hover i,
.mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-prev:hover i,
.mzm-normal-news-container .mec-owl-theme .owl-nav .owl-next:hover i,
.mzm-normal-news-container .mec-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer;
}

.mzm-articles-slider-wrap .mec-owl-theme .owl-dots .owl-dot {
    position: relative;
    outline: none;
}

.mzm-articles-slider-wrap .mec-owl-theme .owl-dots .owl-dot span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.mzm-elementor-upcoming-calls-slider .mzm-articles-slider-wrap .mec-owl-theme .owl-dots .owl-dot {
    margin-top: 20px;
}

.mzm-elementor-upcoming-calls-slider .mzm-articles-slider-wrap .mec-owl-theme .owl-nav,
.mzm-articles-slider-wrap .mec-owl-theme .owl-dots {
    display: none;
}

.mzm-elementor-upcoming-calls-slider .mzm-articles-slider-wrap .mec-owl-theme .owl-dots {
    display: block;
}

.mzm-mec-slider-wrap .mec-owl-carousel .owl-stage-outer {
    padding: 0 0 0 15px;
    margin-left: -15px;
}

.mzm-complex-articles-slider-wrap .owl-stage-outer {
    padding-bottom: 45px;
}

.mzm-complex-article-container {
    min-height: 775px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.mec-owl-carousel .owl-item .mzm-complex-article-container .mzm-complex-article-image {
    display: none;
}

.mzm-complex-article-content-container {
    width: 50%;
    position: absolute;
    bottom: 40px;
    left: 0;
    background-color: var(--mzm-color-3);
    padding: 35px;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mzm-complex-article-content-container .mzm-article-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mzm-complex-article-content-container .mzm-article-date {
    background-color: #000;
    position: absolute;
    left: 0;
    top: -44px;
    padding: 13px 35px;
    font-size: 18px;
    color: #FFF;
    line-height: 1;
    margin: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mzm-complex-article-content-container .mzm-article-date>span {
    z-index: 100;
    position: relative;
}

.mzm-complex-article-content-container .mzm-article-date:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #FFF;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mzm-complex-article-content-container .mzm-article-title,
.mzm-complex-article-content-container .mzm-article-sub-title {
    color: #FFF;
}

.mzm-complex-article-content-container .mzm-article-content {
    margin-bottom: 0;
}

.mzm-complex-article-content-container .mzm-article-content .read-more {
    text-transform: uppercase;
}

.mzm-complex-article-related-articles-container,
.mzm-complex-article-authors-container {
    position: absolute;
    right: 0;
    bottom: -35px;
    /* bottom: 0; */
    display: flex;
}

.mzm-complex-article-related-articles-container .mzm-complex-article-related-article,
.mzm-complex-article-authors-container .mzm-complex-article-author {
    display: flex;
}

.mzm-complex-article-related-articles-container .mzm-complex-article-related-article-inner,
.mzm-complex-article-authors-container .mzm-complex-article-author-inner {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    padding: 5px 5px 0 5px;
    border-bottom: 5px solid #000;
    margin-right: 30px;
    width: 265px;
    background-color: #FFF;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mzm-complex-article-related-articles-container .mzm-complex-article-related-article-image,
.mzm-complex-article-authors-container .mzm-complex-article-author-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 0;
}

.mzm-complex-article-related-articles-container .mzm-complex-article-related-article-content,
.mzm-complex-article-authors-container .mzm-complex-article-author-card {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 25px 15px 0;
    background-color: #FFF;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mzm-complex-article-authors-container .mzm-complex-article-author-card {
    padding: 25px 15px;
}

.mzm-complex-article-related-articles-container .mzm-complex-article-related-article-content-2,
.mzm-complex-article-authors-container .mzm-complex-article-author-card-2 {
    padding: 0 15px 20px;
    position: relative;
    z-index: 100;
}

.mzm-complex-article-related-articles-container .mzm-complex-article-related-article-title,
.mzm-complex-article-authors-container .mzm-complex-article-author-name {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    /* margin-bottom: -70px; */
    margin-bottom: 30px;
    /* flex: 1; */
}

.mzm-complex-article-related-articles-container .mzm-complex-article-related-article-text,
.mzm-complex-article-authors-container .mzm-complex-article-author-description {
    color: #000;
    font-size: 16px;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.07s;
}

.mzm-complex-article-authors-container .mzm-complex-article-author-name {
    flex: 1;
}

.mzm-complex-article-related-articles-container .mzm-complex-article-related-article-content .read-more,
.mzm-complex-article-authors-container .mzm-complex-article-author-card .mzm-complex-article-author-social {
    display: none;
}

.mzm-complex-article-related-articles-container .read-more,
.mzm-complex-article-authors-container .read-more {
    text-transform: uppercase;
}

.mzm-article-container.mzm-sk-article-container {
    flex-direction: column;
}

.mzm-article-container.mzm-sk-article-container .mzm-article-content-container {
    width: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    padding: 0 50% 50px 50px;
    justify-content: flex-end;
}

.mzm-article-container.mzm-sk-article-container .mzm-article-content-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #222B30 0%, rgba(34, 43, 48, 0.85) 39.29%, rgba(34, 43, 48, 0.6) 56.38%, rgba(34, 43, 48, 0) 100%);
}

.mzm-article-container.mzm-sk-article-container .mzm-article-date,
.mzm-article-container.mzm-sk-article-container .mzm-article-title,
.mzm-article-container.mzm-sk-article-container .mzm-article-sub-title,
.mzm-article-container.mzm-sk-article-container .mzm-article-content {
    color: #FFF;
    z-index: 100;
}

.mzm-article-container.mzm-sk-article-container .mzm-article-content {
    margin-bottom: 0;
}

.mzm-sk-external-link {
    text-align: right;
    margin-top: 25px;
    text-transform: uppercase;
}

.mzm-sk-external-link .read-more {
    color: var(--mzm-color-7);
}

.mzm-normal-news-container {
    overflow: hidden;
}

.mzm-normal-news-container .mzm-article-container {
    border-bottom: 1px solid #D9D9D9;
}

.mzm-normal-news-container .mzm-article-container .mzm-article-image {
    margin-bottom: -1px;
}

.mzm-normal-news-container .mzm-additional-articles-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    margin: 40px -20px 0;
}

.mzm-normal-news-container .mzm-additional-articles-container .mzm-additional-article-col {
    width: calc(100% / 3);
    padding: 0 20px 50px;
    border-right: 1px solid #D9D9D9;
    ;
}

.mzm-normal-news-container .mzm-additional-articles-container .mzm-additional-article-col:last-child {
    border-right: none;
}

.mzm-normal-news-container .mzm-additional-articles-container .mzm-additional-article-col img {
    height: 245px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.mzm-normal-news-container .mzm-additional-articles-container .mzm-article-title {
    font-size: 22px;
    margin-bottom: 0;
}

.mzm-normal-news-container-mobile {
    display: none;
}

.mzm-slider-title {
    font-weight: 700 !important;
    line-height: 48px !important;
    margin-bottom: 20px;
}

.mzm-slider-sub-title {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
}

.mzm-event-organizer {
    position: absolute;
    top: 50px;
    left: -15px;
    padding: 14px 24px;
    color: #fff;
    font-size: 18px;
    line-height: 14px;
    overflow: visible;
    font-weight: 400;
    z-index: 1000;
    background-color: #FC6363;
}

.mzm-event-organizer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 0;
    height: 0;
    filter: brightness(65%);
    border-top: 15px solid #FC6363;
    border-left: 15px solid transparent !important;
    display: block;
}

.e-loop-item p:last-child {
    margin-bottom: 0;
}

.elementor-widget-mzm-featured-image,
.elementor-widget-mzm-featured-image .elementor-widget-container,
.mzm-featured-image-container,
.mzm-featured-image,
.mzm-featured-image a,
.mzm-featured-image img {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mzm-featured-image img {
    width: 100%;
    object-fit: contain;
    flex: 0;
}

.mzm-featured-image>div,
.mzm-featured-image>div>div,
.mzm-featured-image iframe {
    height: 100% !important;
    flex: 1;
}


.mzm-supporting-content-title {
    color: var(--e-global-color-ecf17f7);
    font-size: var(--e-global-typography-37ea5a5-font-size);
    font-weight: var(--e-global-typography-37ea5a5-font-weight);
    line-height: var(--e-global-typography-37ea5a5-line-height);
    letter-spacing: var(--e-global-typography-37ea5a5-letter-spacing);
    word-spacing: var(--e-global-typography-37ea5a5-word-spacing);
}



@media (min-width: 1024px) {

    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-text,
    .mzm-complex-article-authors-container .mzm-complex-article-author-description {
        opacity: 0;
        position: relative;
        top: 100px;
        margin-top: -100px;
        padding-bottom: 15px;
    }

    .mzm-complex-article-content-container:hover {
        width: calc(50% + 65px);
        padding-right: 100px;
        background-color: var(--mzm-color-7);
    }

    .mzm-complex-article-content-container:hover .mzm-article-content .read-more {
        color: #FFF;
    }

    .mzm-complex-article-content-container:hover .mzm-article-date {
        color: #000;
    }

    .mzm-complex-article-content-container:hover .mzm-article-date:before {
        height: 100%;
    }

    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-inner:hover,
    .mzm-complex-article-authors-container .mzm-complex-article-author-inner:hover {
        top: -25px;
    }

    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-inner:hover .mzm-complex-article-related-article-content,
    .mzm-complex-article-authors-container .mzm-complex-article-author-inner:hover .mzm-complex-article-author-card {
        top: -60px;
    }

    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-inner:hover .mzm-complex-article-related-article-text,
    .mzm-complex-article-authors-container .mzm-complex-article-author-inner:hover .mzm-complex-article-author-description {
        opacity: 1;
        top: 80px;
    }

}


@media (max-width: 1023px) {
    .menu-item.mzm-donate-menu-item:before {
        display: none;
    }

    .mzm-article-content-container,
    .mzm-article-container.mzm-article-container-reverse .mzm-article-content-container {
        padding: 20px 15px;
    }

    .mzm-section-title,
    .mzm-section-title a,
    .mzm-section-title a:hover {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .mzm-article-container,
    .mzm-article-container.mzm-article-container-reverse,
    .mzm-mec-slider-wrap .mzm-mec-slider-content {
        flex-direction: column;
    }

    .mzm-article-image img {
        position: relative;
    }

    .mzm-article-image,
    .mzm-article-content-container,
    .mzm-mec-slider-wrap .mzm-mec-slider-img-wrap,
    .mzm-mec-slider-wrap .mzm-mec-slider-inner-content-wrap {
        width: 100%;
    }

    .mzm-article-date {
        font-size: 10px;
    }

    .mzm-article-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .mzm-article-sub-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .mzm-article-content {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .mzm-article-links {
        font-size: 12px;
    }

    .mzm-article-links li {
        margin-bottom: 7px;
    }

    /* .mzm-article-share-buttons-container {
        position: relative;
        bottom: 0;
        justify-content: flex-end;
        margin-top: 15px;
    } */


    .mzm-article-button,
    .mzm-article-button:hover,
    .mzm-article-button:focus {
        font-size: 12px;
        padding: 8px 21px;
    }

    /* .mzm-article-share-buttons-container .mzm-article-share-buttons li a,
    .mzm-complex-article-author-social li a {
        width: 20px;
        height: 20px;
    } */

    .mzm-complex-article-author-social li a i {
        font-size: 14px;
    }

    .mzm-mec-slider-wrap .mec-slider-t3-wrap {
        min-height: initial;
        /* padding: 0 15px; */
    }

    .mzm-mec-slider-wrap .mec-event-article {
        height: auto;
        width: 100%;
    }

    .mzm-mec-slider-wrap .owl-stage,
    .mzm-mec-slider-wrap .owl-stage .owl-item {
        display: flex;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-inner-content-wrap {
        flex: 1;
        padding: 20px 15px;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-img-wrap {
        padding: 0;
        height: 200px;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-img-wrap a {
        flex: 1;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-content-top .mzm-event-date-wrap,
    .mzm-mec-slider-wrap .mzm-mec-slider-content-top p {
        display: none;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-img-wrap .mzm-event-date-wrap {
        display: initial;
    }

    .mzm-mec-slider-wrap .mzm-event-date-wrap {
        width: 54px;
    }

    .mzm-mec-slider-wrap .mzm-event-date-wrap .mec-event-day {
        font-size: 10px;
    }

    .mzm-mec-slider-wrap .mzm-event-date-wrap .mec-event-date {
        font-size: 20px;
    }

    .mzm-mec-slider-wrap .mzm-event-date-wrap .mec-event-month {
        font-size: 12px;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-content-bottom:before {
        opacity: 0;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-content-top .mzm-event-time {
        position: relative;
        top: initial;
        left: initial;
        margin-bottom: 15px;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-content-top,
    .mzm-mec-slider-wrap .mzm-mec-slider-content-bottom-inner {
        padding: 0;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-content-top .mzm-event-time .mec-time-details {
        font-size: 12px;
        line-height: 1;
        margin-left: 10px;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-content-top .mzm-event-time i {
        font-size: 20px;
    }

    .mzm-mec-slider-wrap .mzm-mec-slider-content-bottom-inner .mec-event-title {
        font-size: 16px;
        text-align: left;
    }

    .mzm-complex-article-container {
        background-size: 0;
        min-height: auto;
    }

    .mec-owl-carousel .owl-item .mzm-complex-article-container .mzm-complex-article-image {
        display: initial;
    }

    .mzm-complex-article-content-container {
        position: relative;
        width: auto;
        bottom: initial;
        left: initial;
        background-color: transparent;
        padding: 15px;
    }

    .mzm-complex-article-content-container .mzm-article-date {
        background-color: transparent;
        position: relative;
        left: initial;
        top: initial;
        padding: 0;
        font-size: 10px;
        color: var(--mzm-color-1);
        margin-bottom: 15px;
    }

    .mzm-complex-article-content-container .mzm-article-title,
    .mzm-complex-article-content-container .mzm-article-sub-title {
        color: var(--mzm-color-1);
    }

    .mzm-complex-article-content-container .mzm-article-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .mzm-complex-article-content-container .mzm-article-sub-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .mzm-complex-article-content-container .mzm-article-content .read-more {
        font-size: 12px;
    }

    .mzm-complex-article-content-container .mzm-article-content {
        margin-bottom: 0;
    }

    .mzm-complex-article-related-articles-container,
    .mzm-complex-article-authors-container {
        position: relative;
        left: initial;
        bottom: initial;
        display: block;
    }

    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-inner,
    .mzm-complex-article-authors-container .mzm-complex-article-author-inner {
        width: auto;
        border-left: 15px solid var(--mzm-color-5);
        border-bottom: none;
        padding: 0;
        flex-direction: row;
        margin-bottom: 15px;
    }

    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article:last-child .mzm-complex-article-related-article-inner,
    .mzm-complex-article-authors-container .mzm-complex-article-author:last-child .mzm-complex-article-author-inner {
        margin-bottom: 0;
    }

    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-text,
    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-content-2,
    .mzm-complex-article-authors-container .mzm-complex-article-author-card-2 {
        display: none;
    }

    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-content .read-more,
    .mzm-complex-article-authors-container .mzm-complex-article-author-card .mzm-complex-article-author-social {
        display: flex;
    }

    .mzm-complex-articles-slider-wrap .owl-stage-outer {
        padding-bottom: 0;
    }

    .mzm-mec-slider-wrap .mec-owl-theme .owl-nav,
    .mzm-articles-slider-wrap .mec-owl-theme .owl-nav {
        margin-top: 0;
    }

    .mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-next,
    .mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-prev,
    .mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-next,
    .mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-prev,
    .mzm-normal-news-container .mec-owl-theme .owl-nav .owl-next,
    .mzm-normal-news-container .mec-owl-theme .owl-nav .owl-prev {
        width: 25px;
        height: 25px;
        /* top: -44px; */
        margin: 0;
    }

    .mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-next,
    .mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-next,
    .mzm-normal-news-container .mec-owl-theme .owl-nav .owl-next {
        right: 15px;
    }

    .mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-next i,
    .mzm-mec-slider-wrap .mec-owl-theme .owl-nav .owl-prev i,
    .mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-next i,
    .mzm-articles-slider-wrap .mec-owl-theme .owl-nav .owl-prev i,
    .mzm-normal-news-container .mec-owl-theme .owl-nav .owl-next i,
    .mzm-normal-news-container .mec-owl-theme .owl-nav .owl-prev i {
        font-size: 16px;
        font-weight: bold;
    }

    .mec-owl-carousel .owl-item .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-image,
    .mec-owl-carousel .owl-item .mzm-complex-article-authors-container .mzm-complex-article-author-image {
        width: calc(100% / 3);
        max-height: 70px;
        margin-right: 10px;
    }

    .mec-owl-carousel .owl-item .mzm-complex-article-authors-container .mzm-complex-article-author-image {
        max-height: 85px;
    }

    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-content,
    .mzm-complex-article-authors-container .mzm-complex-article-author-card {
        padding: 0;
        justify-content: center;
    }

    .mzm-complex-article-related-articles-container .mzm-complex-article-related-article-title,
    .mzm-complex-article-authors-container .mzm-complex-article-author-name {
        font-size: 12px;
        margin-bottom: 7px;
        flex: 0;
    }

    .mzm-complex-article-authors-container .mzm-complex-article-author-name {
        margin-bottom: 5px;
    }

    .mzm-complex-article-authors-container .mzm-complex-article-author-description {
        font-size: 10px;
        margin-bottom: 9px;
    }

    .mzm-complex-article-related-articles-container .read-more,
    .mzm-complex-article-authors-container .read-more {
        font-size: 12px;
    }

    .mzm-article-container.mzm-sk-article-container,
    .mzm-article-container.mzm-sk-article-container .mzm-article-content-container {
        min-height: 250px;
    }

    .mzm-article-container.mzm-sk-article-container .mzm-article-content-container {
        padding: 0 30% 20px 15px;
    }

    .mzm-article-container.mzm-sk-article-container .mzm-article-sub-title {
        margin-bottom: 0;
    }

    .mzm-article-container.mzm-sk-article-container .mzm-article-content {
        display: none;
    }

    .mzm-sk-external-link {
        padding: 0 15px;
        margin-top: 15px;
    }

    .mzm-sk-external-link .read-more {
        font-size: 12px;
        font-weight: 700;
    }

    .mzm-normal-news-container-desktop {
        display: none;
    }

    .mzm-normal-news-container-mobile {
        display: initial;
    }

    .mzm-complex-article-content-container .mzm-article-link {
        display: none;
    }

    .mzm-slider-title {
        font-weight: 700 !important;
        line-height: 19px !important;
        margin-bottom: 0;
    }

    .mzm-slider-sub-title {
        display: none;
    }

    .mzm-event-organizer {
        font-size: 10px;
        padding: 6px;
        top: 10px;
        left: 0;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .menu-item.mzm-donate-menu-item .elementor-item {
        padding-left: 20px !important;
    }
}