/* Posts Slider */
.mt-posts-container-wrapper .hentry img {
    display: block;
    max-width: 100%;
    width: 100%;
    float: left;
}
.mt-posts-container-wrapper .hentry .content-wrapper {
    padding-bottom: 0;
    border: none;
    opacity: 1;
    font-style: normal;
    text-decoration: none;
    display: block;
    position: relative;
    color: #000;
    float: left;
    width: 100%;
    box-shadow: none;
}
.title-visible .hentry .content-wrapper {
    padding-bottom: 1em;
}
.mt-posts-container-wrapper .hentry .content-wrapper > :last-child {
    margin-bottom: 0;
}
.mt-posts-container-wrapper .hentry .content-wrapper-helper {
    float: left;
    width: 100%;
    position: relative;
}
.mt-posts-container-wrapper .hentry .content-wrapper-helper .post-thumbnail-link {
    display: block;
    box-shadow: none;
}
.mt-posts-container-wrapper .hentry .content-wrapper:before,
.mt-posts-container-wrapper .hentry .content-wrapper:after {
    display: none;
}
.posts-template-browser .hentry .content-wrapper {
    display: block;
}
.post-thumbnail-helper {
    position: relative;
    overflow: hidden;
}
.mt-posts-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    visibility: hidden;
    opacity: 0;
    display: block;
    top: 0;
    left: 0;
    z-index: 3;
    transition: opacity ease .2s, visibility ease .2s;
    transform: scale(1.1);
}
.mt-posts-container-wrapper .hentry .content-wrapper:hover .mt-posts-overlay,
.mt-posts-container-wrapper .hentry .post-thumbnail-link:hover .mt-posts-overlay {
    visibility: visible;
    opacity: 1;
}
.posts-template-browser .posts-item-content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    top: 0;
    display: none;
}
.posts-template-browser .post-thumbnail {
    position: relative;
    transition: transform ease 0.4s, box-shadow ease 0.4s;
    border: 1px solid #e6e6e6;
}
.mt-posts-container-wrapper .hentry .entry-meta {
    margin: 0.5em auto;
}
.posts-template-browser .hentry .content-wrapper:hover .post-thumbnail {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.posts-template-browser .posts-item-content-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity ease 0.2s;
    top: 0;
}
.posts-template-browser .hentry a:hover .posts-item-content-wrapper:after {
    opacity: 0.7;
}
.posts-template-browser .posts-item-content-wrapper span {
    color: #fff;
    font-weight: 700;
    line-height: 1.65;
    font-size: 12px;
    position: relative;
    z-index: 100;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.posts-template-browser a:hover .posts-item-content-wrapper span {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
#content .mt-posts-container-wrapper .special-button {
    margin-top: 20px;
}
#content .mt-posts-container-wrapper .special-button .vc_btn3 {
    font-size: 22px;
}
.mt-posts-container-wrapper .hentry a.content-wrapper:hover .post-thumbnail {
    opacity: 1;
}
.title-visible .hentry .post-thumbnail,
.mt-posts-container-wrapper .hentry .content-wrapper-helper .post-thumbnail-link {
    margin: 1em auto;
}
.mt-posts-container-wrapper .post-thumbnail {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.title-hidden h2 {
    margin: 0;
}
.mt-posts-container-wrapper.title-hidden .posts-content div:last-child {
    margin-bottom: 0;
}
.mt-posts-container-wrapper.meta-data-position-center .entry-meta,
.mt-posts-container-wrapper.meta-data-position-center .entry-excerpt {
    text-align: center;
}
.mt-posts-container-wrapper .entry-category .sep {
    padding: 0 5px;
}
.mt-posts-container-wrapper .entry-excerpt {
    color: var(--primary-color);
    margin: 0.575em 0;
    text-align: left;
}
.mt-posts-container-wrapper .entry-excerpt p:last-of-type {
    margin-bottom: 0;
}
.mt-posts-container-wrapper.title-hidden .entry-excerpt {
    color: #fff;
}
.mt-posts-container-wrapper .more-link-wrapper {
    margin: 0.575em 0;
}
.title-visible h2 {
    margin: 0 auto 0.575em;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}
.title-visible .posts-content :last-child {
    margin-bottom: 0;
}
.title-visible .hentry .post-thumbnail:first-child,
.mt-posts-container-wrapper .hentry .content-wrapper-helper .post-thumbnail-link:first-child {
    margin-top: 0;
}
.title-visible .hentry .post-thumbnail:last-child,
.mt-posts-container-wrapper .hentry .content-wrapper-helper .post-thumbnail-link:last-child {
    margin-bottom: 0;
}
.title-visible.meta-data-align-left h2 {
    padding: 0;
    text-align: left;
    margin-left: 0;
}
.meta-data-align-center .posts-content-wrapper {
    text-align: center;
}
.meta-data-align-center .entry-meta,
.meta-data-align-center .entry-excerpt,
.meta-data-align-center .more-link-wrapper {
    text-align: center;
}
.title-visible.meta-data-align-left h2 {
    text-align: left;
}
.title-visible.meta-data-align-left h2:after {
    display: none;
}
.mt-posts-container-wrapper.title-visible.meta-data-align-left .entry-meta,
.mt-posts-container-wrapper.title-visible.meta-data-align-left .entry-excerpt {
    text-align: left;
    margin-left: 0;
}
.title-visible h2 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
    display: inline-block;
    transition: all ease 0.2s;
    text-transform: none;
    letter-spacing: 0;
    color: var(--primary-color);
    text-align: center;
    display: block;
}
h2 a {
    text-decoration: none;
}
.title-visible.title-underline-hover-enabled h2 span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--primary-color);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.2s cubic-bezier(0.67, 0.02, 0.2, 0.97), opacity 0.2s ease, background 0.2s ease;
    display: block;
    opacity: 1;
    left: 0;
}
.title-visible.title-underline-hover-enabled .hentry .content-wrapper:hover h2 span:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.posts-template-browser.title-visible h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
}
.posts-template-browser.title-visible h2:after {
    display: none;
}
.title-visible a.content-wrapper h2 span {
    position: relative;
    display: inline-block;
}
.mt-posts-container-wrapper.title-visible .hentry img {
    max-width: 100%;
}
.title-visible .entry-view-wrapper {
    background-color: rgba(0, 0, 0, 0.92);
    position: absolute;
    width: 150%;
    height: 200%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    top: 0;
    left: 0;
    transform: translate(100%, 100%) rotate(45deg);
    transition: all 0.7s ease-in-out;
}
.title-visible a:hover .entry-view-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translate(-15%, -15%) rotate(45deg);
}
.title-visible a:hover .entry-view-wrapper {
    opacity: 1;
}
.entry-category .sep {
    padding: 0 5px;
}
.entry-excerpt {
    color: #999;
}
.entry-content .mt-posts-container .more-link {
    padding: 0;
}

/* Posts MT template title visible 3 */
.posts-template-title_visible3 article {
    width: 100%;
    border-top: 1px solid var(--borders-color);
    margin: 0;
}
.posts-template-title_visible3 article:first-of-type {
    border-top: none;
}
.posts-template-title_visible3 .hentry-text-wrapper {
    width: 100%;
    padding: 35px 4.3%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-height: 153px;
}
.mt-posts-container-wrapper.posts-template-title_visible3 .entry-meta {
    margin-left: 0;
    flex: 1 1 0px;
    max-width: 200px;
    margin-right: 0.5em;
}
.posts-template-title_visible3 .featured-image-wrapper {
    width: 25%;
}
.posts-template-title_visible3 article h2 {
    float: none;
    clear: none;
    margin: 0;
    max-width: 500px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    max-width: 290px;
    line-height: inherit;
    margin: 0.5em auto;
    margin-left: 0;
    flex: 1 1 0px;
}
.posts-template-title_visible3 article h2 a {
    font-style: normal;
    max-width: 500px;
    word-break: break-word;
    box-shadow: 0 1px 0;
}

/* Posts MT template title hidden 2 */
.posts-template-title_hidden2 .hentry .more-link-wrapper {
    margin-top: 1.15rem;
}

/* Title color */
.title-visible.title-underline-hover-enabled .content-wrapper h2 span:after {
    background: var(--title-color);
}

/* Title color on hover */
.title-visible .hentry a.content-wrapper:hover h2,
.title-visible .hentry .posts-content h2 a:hover {
    color: var(--title-color-on-hover) !important;
}
.title-visible.title-underline-hover-enabled a.content-wrapper:hover h2 span:after,
.title-visible .hentry .posts-content h2 a:hover span:after {
    background: var(--title-color-on-hover) !important;
}

/* Posts MT Hover Scale Effect */
.hover-scale-effect-scale .hentry .content-wrapper .attachment,
.hover-scale-effect-scale .hentry .content-wrapper .gallery-attachment {
    transition: opacity 0.2s, transform 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hover-scale-effect-scale .hentry a.content-wrapper:hover .attachment,
.hover-scale-effect-scale .hentry a.content-wrapper:hover .gallery-attachment,
.hover-scale-effect-scale .hentry .post-thumbnail-link:hover .attachment,
.hover-scale-effect-scale .hentry .post-thumbnail-link:hover .gallery-attachment {
    transform: scale(1.05);
}

/* Posts MT Hover Scale 2 Effect */
.hover-scale-effect-scale2 .hentry .content-wrapper .attachment,
.hover-scale-effect-scale2 .hentry .content-wrapper .gallery-attachment {
    transition: opacity 0.2s, transform 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hover-scale-effect-scale2 .hentry .content-wrapper .post-thumbnail {
    transition: transform 0.4s ease;
    position: relative;
}
.hover-scale-effect-scale2 .hentry a.content-wrapper:hover .post-thumbnail,
.hover-scale-effect-scale2 .hentry .post-thumbnail-link:hover .post-thumbnail {
    transform: scale(0.99);
}
.hover-scale-effect-scale2 .hentry a.content-wrapper:hover .attachment,
.hover-scale-effect-scale2 .hentry a.content-wrapper:hover .gallery-attachment,
.hover-scale-effect-scale2 .hentry .post-thumbnail-link:hover .attachment,
.hover-scale-effect-scale2 .hentry .post-thumbnail-link:hover .gallery-attachment {
    transform: scale(1.05);
}

/* Posts MT Hover Scale 3 Effect */
.hover-scale-effect-scale3 .hentry .content-wrapper .post-thumbnail {
    transition: transform 0.4s ease;
    position: relative;
}
.hover-scale-effect-scale3 .hentry a.content-wrapper:hover .post-thumbnail,
.hover-scale-effect-scale3 .hentry .post-thumbnail-link:hover .post-thumbnail {
    transform: scale(1.01);
}

/* Posts MT Click Scale Effect */
.click-scale-effect-scale .hentry .content-wrapper .post-thumbnail {
    transition: transform 0.4s ease;
    position: relative;
}

/* Posts MT Hover Opacity Effect */
.hover-opacity-effect-enabled .hentry a.content-wrapper:hover,
.hover-opacity-effect-enabled .hentry .post-thumbnail-link:hover {
    opacity: .8;
}

/* Meta Data Mix Blend Mode Multiply */
.meta-data-mix-blend-mode-difference-enabled .posts-content-wrapper {
    mix-blend-mode: difference;
    filter: invert(1) grayscale(1) contrast(9);
}

/* Posts MT Gallery */
.mt-posts-container-wrapper .hentry .gallery-attachment {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity ease 0.2s, transform 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mt-posts-container-wrapper .gallery-enabled .attachment {
    transition: opacity ease 0.2s, transform 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mt-posts-container-wrapper .gallery-enabled a.content-wrapper:hover .gallery-attachment {
    opacity: 1;
}
.mt-posts-container-wrapper .gallery-enabled a.content-wrapper:hover .attachment {
    opacity: 0;
}

/* Meta data animation FadeIn */
.title-hidden .meta-data-animation-fadein .posts-content {
    opacity: 1;
    visibility: visible;
    transition: none;
}
.meta-data-animation-fadein .animated-item {
    opacity: 0;
    visibility: hidden;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.meta-data-animation-fadein .hentry .content-wrapper:hover .animated-item {
    visibility: visible;
    opacity: 1;
    transition-delay: var(--delay);
}

/* Meta data animation FadeInUp */
.title-hidden .meta-data-animation-fadeinup .posts-content {
    opacity: 1;
    visibility: visible;
    transition: none;
}
.meta-data-animation-fadeinup .animated-item {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.meta-data-animation-fadeinup .hentry .content-wrapper:hover .animated-item {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: var(--delay);
}

/* Meta data animation FadeInFlip */
.title-hidden .meta-data-animation-fadeinflip .posts-content {
    opacity: 1;
    visibility: visible;
    transition: none;
}
.meta-data-animation-fadeinflip .animated-item {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.meta-data-animation-fadeinflip .hentry .content-wrapper:hover .animated-item {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    transition-delay: var(--delay);
}
.post-thumbnail h2 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 auto;
    letter-spacing: 0;
    text-align: center;
}
.title-hidden .post-thumbnail h2 {
    color: #fff;
}

.swiper.mt-posts-container-wrapper .hentry {
    margin-bottom: 20px;
}

.title-visible .swiper-pagination-fraction,
.title-visible .swiper-pagination-custom,
.title-visible .swiper-horizontal > .swiper-pagination-bullets,
.title-visible .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

@media (max-width: 768px) {
    .posts-template-title_visible3 .featured-image img {
        left: 0;
        transform: none;
    }
    .posts-template-title_visible3 .hentry-text-wrapper {
        display: flex;
        flex-flow: row wrap;
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
    }
    .posts-template-title_visible3 .hentry-text-wrapper .entry-meta,
    .posts-template-title_visible3 .featured-image-wrapper {
        width: 100%;
        max-width: none;
    }
    .mt-posts-container-wrapper.posts-template-title_visible3 .entry-meta {
        float: left;
    }
    .posts-template-title_visible3 .featured-image-wrapper {
        margin-bottom: 1em;
    }
}