/* Posts MT */
.mt-posts-container-wrapper,
.mt-posts-container-wrapper-2 {
    margin: 0 auto;
    position: relative;
}
.mt-posts-container-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none;
}
.mt-posts-container-wrapper.light-margin {
    margin-top: 20px;
}
.mt-posts-container-wrapper.no-margin-top {
    margin-top: 0;
}
.entry-content > .wpb_row.portfolio-padding > .wrapper {
    padding: 0 30px;
    box-sizing: border-box;
}
.header-position-left .entry-content > .wpb_row.full-width.portfolio-padding > .wrapper {
    padding-right: 3vw;
    padding-left: 30px;
}
.header-position-right .entry-content > .wpb_row.full-width.portfolio-padding > .wrapper {
    padding-left: 3vw;
    padding-right: 30px;
}

#page .infinite-scroll-enabled .nav-pagination,
#page .infinite-scroll-enabled-with-button .nav-pagination {
    display: none;
}
.load-more-wrapper {
    text-align: center;
    position: relative;
    min-height: 45px;
}
.load-more {
    cursor: pointer;
    margin: 0;
    color: var(--buttons-text-color);
    font-size: 10px;
    text-align: center;
    background: var(--buttons-background-color);
    border: none;
    overflow: hidden;
    position: relative;
    padding: 17px 24px;
    min-width: 166px;
    letter-spacing: 2px;
    line-height: 0;
    height: 45px;
    font-weight: inherit;
    text-transform: uppercase;
    box-shadow: none;
    transition: all .2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#content .load-more:hover {
    color: var(--buttons-text-color-hover);
    opacity: 1;
    background: var(--buttons-background-color-hover);
}

.buttons-style-outline #content .load-more {
    border: 1px solid var(--buttons-background-color);
    background: 0;
}
.buttons-style-outline #content .load-more:hover {
    background: var(--buttons-background-color-hover);
    border-color: var(--buttons-background-color-hover);
}
#content .load-more:active,
.buttons-style-outline #content .load-more:active {
    background: var(--buttons-background-color-active);
    border-color: var(--buttons-background-color-active);
    transition: all ease .1s;
}
#content .load-more:active {
    color: var(--buttons-text-color-active);
}
#content .load-more:disabled {
    pointer-events: none;
    opacity: 0;
    transform: scale(.85);
}

.mt-posts-container-wrapper .loader-wrapper {
    width: 32px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.85);
    opacity: 0;
    transition: all ease .2s;
}
.mt-posts-container-wrapper .loader-wrapper.request {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.mt-posts-container-wrapper .loader-wrapper:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.mt-posts-container-wrapper .loader-wrapper .path {
    stroke: var(--secondary-color);
}

.mt-posts-container-wrapper.col-3 .hentry {
    float: left;
    border: none;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
}
.mt-posts-container-wrapper.col-2 .hentry {
    float: left;
    border: none;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
}
.mt-posts-container-wrapper.col-3.title-hidden .hentry {
    margin-bottom: 2.5%;
}
.gutter-sizer {
    width: 2.5%;
    display: block;
    height: 0;
    position: absolute;
}
.grid-sizer {
    display: block;
    height: 0;
}
.layout-justified .grid-sizer {
    display: none;
}
.layout-justified .gutter-sizer {
    display: none;
}
.col-1 .gutter-sizer {
    width: 0;
}
.margin-0px .gutter-sizer {
    width: 0;
}
.margin-1px .gutter-sizer {
    width: 0.1%;
}
.margin-5px .gutter-sizer {
    width: 0.5%;
}
.margin-10px .gutter-sizer {
    width: 1%;
}
.margin-20px .gutter-sizer {
    width: 2%;
}
.mt-posts-container-wrapper.col-3 .hentry,
.mt-posts-container-wrapper.col-3 .grid-sizer {
    width: 31.66666666666667%;
}
.mt-posts-container-wrapper.col-2 .hentry,
.mt-posts-container-wrapper.col-2 .grid-sizer {
    width: 48.75%;
}
.mt-posts-container-wrapper.col-1 .hentry,
.mt-posts-container-wrapper.col-1 .grid-sizer {
    width: 100%;
}
.mt-posts-container-wrapper.col-3.margin-1px .hentry,
.mt-posts-container-wrapper.col-3.margin-1px .grid-sizer {
    width: 33.26666666666667%;
}
.mt-posts-container-wrapper.col-2.margin-1px .hentry,
.mt-posts-container-wrapper.col-2.margin-1px .grid-sizer {
    width: 49.9%;
}
.mt-posts-container-wrapper.margin-1px.title-hidden .hentry {
    margin-bottom: 0.1%;
}
.mt-posts-container-wrapper.col-3.margin-5px .hentry,
.mt-posts-container-wrapper.col-3.margin-5px .grid-sizer {
    width: 33%;
}
.mt-posts-container-wrapper.col-2.margin-5px .hentry,
.mt-posts-container-wrapper.col-2.margin-5px .grid-sizer {
    width: 49.75%;
}
.mt-posts-container-wrapper.margin-5px.title-hidden .hentry {
    margin-bottom: 0.5%;
}
.mt-posts-container-wrapper.col-3.margin-10px .hentry,
.mt-posts-container-wrapper.col-3.margin-10px .grid-sizer {
    width: 32.66666666666667%;
}
.mt-posts-container-wrapper.col-2.margin-10px .hentry,
.mt-posts-container-wrapper.col-2.margin-10px .grid-sizer {
    width: 49.5%;
}
.mt-posts-container-wrapper.col-4.margin-10px .hentry,
.mt-posts-container-wrapper.col-4.margin-10px .grid-sizer {
    width: 24.25%;
}
.mt-posts-container-wrapper.col-4.margin-10px.title-hidden .hentry {
    margin-bottom: 1%;
}
.mt-posts-container-wrapper.margin-10px.title-hidden .hentry {
    margin-bottom: 1%;
}
.mt-posts-container-wrapper.col-3.margin-20px .hentry,
.mt-posts-container-wrapper.col-3.margin-20px .grid-sizer {
    width: 32%;
}
.mt-posts-container-wrapper.col-3.margin-20px .hentry {
    margin-bottom: 20px;
}
.mt-posts-container-wrapper.col-3.title-visible .hentry,
.mt-posts-container-wrapper.col-4.title-visible .hentry {
    margin-bottom: 20px;
}
.mt-posts-container-wrapper.col-2.margin-20px .hentry,
.mt-posts-container-wrapper.col-2.margin-20px .grid-sizer {
    width: 49%;
}
.mt-posts-container-wrapper.margin-20px.title-hidden .hentry {
    margin-bottom: 2%;
}
.mt-posts-container-wrapper.col-1.title-hidden .hentry {
    margin-bottom: 50px;
}
.mt-posts-container-wrapper.col-2.margin-0px .hentry,
.mt-posts-container-wrapper.col-2.margin-0px .grid-sizer {
    width: 50%;
}
.mt-posts-container-wrapper.col-2.margin-10px .hentry {
    margin-bottom: 10px;
}
.mt-posts-container-wrapper.col-4 .post-thumbnail h2,
.mt-posts-container-wrapper.col-3 .post-thumbnail h2 {
    letter-spacing: 0;
    font-size: 16px;
    text-transform: none;
}
.mt-posts-container-wrapper.col-4 .hentry {
    float: left;
    border: none;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
}
.mt-posts-container-wrapper.title-hidden .hentry {
    overflow: hidden;
}
.mt-posts-container-wrapper.col-4.title-hidden .hentry {
    margin-bottom: 2.5%;
}
.mt-posts-container-wrapper.col-4 .hentry,
.mt-posts-container-wrapper.col-4 .grid-sizer {
    width: 23.125%;
}
.mt-posts-container-wrapper.col-4.margin-20px .hentry,
.mt-posts-container-wrapper.col-4.margin-20px .grid-sizer {
    width: 23.5%;
}

/* Posts MT Full Width */
.full-width .mt-posts-container-wrapper.margin-0px.title-visible .hentry {
    margin: 0 0 30px;
}
#content .filters.filter-left {
    text-align: left;
    position: relative;
}
#content .filters.filter-left div {
    background: transparent;
    position: relative;
    z-index: 100;
    padding: 0;
    float: none;
    max-width: none;
    margin: 0;
}
#content .filters.filter-center {
    margin: 0 auto 1.15rem;
}

/* Posts MT Margin 0px */
.mt-posts-container-wrapper.margin-0px.title-hidden .hentry {
    margin: 0;
}
.mt-posts-container-wrapper.col-4.margin-0px .hentry,
.mt-posts-container-wrapper.col-4.margin-0px .grid-sizer {
    width: 25%;
}
.mt-posts-container-wrapper.col-4.margin-0px .hentry .post-thumbnail {
    overflow: visible;
}
.mt-posts-container-wrapper.col-4.margin-0px .hentry img {
    width: 100%;
}
.mt-posts-container-wrapper.col-4.margin-0px .hentry .posts-content-wrapper {
    width: 100%;
}
.mt-posts-container-wrapper.col-3.margin-0px .hentry,
.mt-posts-container-wrapper.col-3.margin-0px .grid-sizer {
    width: 33.33333333333333%;
}
.mt-posts-container-wrapper.margin-0px.title-visible .hentry {
    margin: 0 0 30px;
}
.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-wrapper-2 {
    position: relative;
}
.post-thumbnail-wrapper-helper {
    position: relative;
    overflow: hidden;
}
.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-wrapper-1 {
    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-wrapper-1 {
    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;
}
.hentry .post-thumbnail-wrapper-1 {
    display: block;
}
.title-visible .hentry .post-thumbnail-wrapper-1,
.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 .entry-header {
    margin: 0;
}
#page .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 .entry-header {
    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-wrapper-1:first-child,
.mt-posts-container-wrapper .hentry .content-wrapper-helper .post-thumbnail-link:first-child {
    margin-top: 0;
}
.title-visible .hentry .post-thumbnail-wrapper-1:last-child,
.mt-posts-container-wrapper .hentry .content-wrapper-helper .post-thumbnail-link:last-child {
    margin-bottom: 0;
}
.title-visible.meta-data-align-left .entry-header {
    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 .entry-header h2 {
    text-align: left;
}
.title-visible.meta-data-align-left .entry-header 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 .entry-header 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;
}
.entry-header a {
    text-decoration: none;
}
.title-visible.title-underline-hover-enabled .entry-header 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 .entry-header h2 span:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.posts-template-browser.title-visible .entry-header h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
}
.posts-template-browser.title-visible .entry-header 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;
}
#page .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;
}

/* Posts MT 1 column */
.mt-posts-container-wrapper-2.col-1 .entry-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 35px;
}

/* Default layout */
.layout-default .mt-posts-container {
    display: grid;
}
.layout-default.col-2 .mt-posts-container {
    grid-template-columns: repeat(2, 1fr);
}
.layout-default.col-3 .mt-posts-container {
    grid-template-columns: repeat(3, 1fr);
}
.layout-default.col-4 .mt-posts-container {
    grid-template-columns: repeat(4, 1fr);
}
.layout-default.col-1 .hentry,
.layout-default.col-2 .hentry,
.layout-default.col-3 .hentry,
.layout-default.col-4 .hentry {
    width: auto !important;
}
.mt-posts-container-wrapper.layout-default.title-visible .hentry,
.mt-posts-container-wrapper.layout-default.title-hidden .hentry {
    margin-bottom: 0;
}
.margin-30px .mt-posts-container {
    grid-gap: 30px;
}
.margin-20px .mt-posts-container {
    grid-gap: 20px;
}
.margin-10px .mt-posts-container {
    grid-gap: 10px;
}
.margin-5px .mt-posts-container {
    grid-gap: 5px;
}
.margin-1px .mt-posts-container {
    grid-gap: 1px;
}

/* Posts MT cellsByRow */
.layout-cellsbyrow .mt-posts-container {
    display: grid;
}
.layout-cellsbyrow .grid-sizer,
.layout-cellsbyrow .gutter-sizer {
    display: none;
}
.layout-cellsbyrow.col-2 .mt-posts-container {
    grid-template-columns: repeat(2, 1fr);
}
.layout-cellsbyrow.col-3 .mt-posts-container {
    grid-template-columns: repeat(3, 1fr);
}
.layout-cellsbyrow.col-4 .mt-posts-container {
    grid-template-columns: repeat(4, 1fr);
}
.layout-cellsbyrow.col-1 .hentry,
.layout-cellsbyrow.col-2 .hentry,
.layout-cellsbyrow.col-3 .hentry,
.layout-cellsbyrow.col-4 .hentry {
    width: auto !important;
}
.layout-cellsbyrow .hentry .content-wrapper-helper {
    padding: 15%;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.layout-cellsbyrow .hentry {
    margin-bottom: 0;
    display: inline-flex;
}

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

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

/* Title color on active */
.title-visible .hentry a.content-wrapper:hover:active .entry-header h2,
.title-visible .hentry .posts-content .entry-header a:active {
    color: var(--title-color-on-active) !important;
    transition: color ease 0s, opacity ease 0s;
}
.title-visible.title-underline-hover-enabled a.content-wrapper:hover:active .entry-header h2 span:after,
.title-visible .hentry .posts-content .entry-header a:hover:active span:after {
    background: var(--title-color-on-active) !important;
    transition: background ease 0s;
}

/* 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-wrapper-1 {
    transition: transform 0.4s ease;
    position: relative;
}
.hover-scale-effect-scale2 .hentry a.content-wrapper:hover .post-thumbnail-wrapper-1,
.hover-scale-effect-scale2 .hentry .post-thumbnail-link:hover .post-thumbnail-wrapper-1 {
    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-wrapper-1 {
    transition: transform 0.4s ease;
    position: relative;
}
.hover-scale-effect-scale3 .hentry a.content-wrapper:hover .post-thumbnail-wrapper-1,
.hover-scale-effect-scale3 .hentry .post-thumbnail-link:hover .post-thumbnail-wrapper-1 {
    transform: scale(1.01);
}

/* Posts MT Click Scale Effect */
.click-scale-effect-scale .hentry .content-wrapper .post-thumbnail-wrapper-1 {
    transition: transform 0.4s ease;
    position: relative;
}
.click-scale-effect-scale .hentry a.content-wrapper:active .post-thumbnail-wrapper-1,
.click-scale-effect-scale .hentry .post-thumbnail-link:active .post-thumbnail-wrapper-1 {
    transform: scale(0.99);
    transition: transform 0.1s ease;
}

/* Posts MT Click Scale 2 Effect */
.click-scale-effect-scale2 .hentry a.content-wrapper:active .attachment,
.click-scale-effect-scale2 .hentry a.content-wrapper:active .gallery-attachment,
.click-scale-effect-scale2 .hentry .post-thumbnail-link:active .attachment,
.click-scale-effect-scale2 .hentry .post-thumbnail-link:active .gallery-attachment {
    transform: scale(1.005);
    transition: transform .1s ease;
}

/* 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;
}

/* Posts MT Click Opacity Effect */
.click-opacity-effect-enabled .hentry a.content-wrapper:active,
.click-opacity-effect-enabled .hentry .post-thumbnail-link:active {
    opacity: .8;
    transition: opacity ease 0s;
}

/* 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;
}

/* Posts MT Justified */
.layout-justified .mt-posts-container {
    display: flex;
    flex-wrap: wrap;
}
.layout-justified .mt-posts-container .hentry,
.layout-justified .mt-posts-container:after {
    --ratio: calc(var(--w) / var(--h));
    --row-height: 38.8vh;
    --row-width: 20vw;
    flex-basis: calc(var(--ratio) * var(--row-width));
}
.layout-justified .mt-posts-container .hentry {
    flex-grow: calc(var(--ratio) * 100);
    width: 100% !important;
}
.layout-justified .mt-posts-container:after {
    --w: 2;
    --h: 1;
    content: "";
    flex-grow: 1000000;
}
.layout-justified .hentry {
    padding: 0 15px;
    width: 100%;
}
.layout-justified .title-hidden .hentry {
    margin-bottom: 30px;
}
.layout-justified .hentry .content-wrapper {
    overflow: hidden;
}
.layout-justified.margin-0px .hentry {
    padding: 0;
}
.layout-justified.margin-0px.title-hidden .hentry {
    margin-bottom: 0;
}
.layout-justified.margin-0px {
    margin: 0;
}
.layout-justified.margin-1px .hentry {
    padding: 0 1px;
}
.layout-justified.margin-1px.title-hidden .hentry {
    margin-bottom: 2px;
}
.layout-justified.margin-1px {
    margin: 0 -1px;
}
.layout-justified.margin-5px .hentry {
    padding: 0 2px;
}
.layout-justified.margin-5px.title-hidden .hentry {
    margin-bottom: 4px;
}
.layout-justified.margin-5px {
    margin: 0 -2px;
}
.layout-justified.margin-10px .hentry {
    margin-bottom: 10px;
    padding: 0 5px;
}
.layout-justified.margin-10px.title-hidden .hentry {
    margin-bottom: 10px;
}
.layout-justified.margin-10px {
    margin: 0 -5px;
}
.layout-justified.margin-20px .hentry {
    padding: 0 10px;
}
.layout-justified.margin-20px.title-hidden .hentry {
    margin-bottom: 20px;
}
.layout-justified.margin-20px {
    margin: 0 -10px;
}
.mt-posts-container-wrapper .hentry .content-wrapper:hover .overlay,
.mt-posts-container-wrapper .hentry .post-thumbnail-link:hover .overlay {
    visibility: visible;
    opacity: 1;
}
.title-hidden .posts-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    text-align: center;
    text-shadow: none;
    width: 100%;
    overflow: hidden;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meta-data-position-top-left .posts-content-wrapper {
    align-items: start;
    justify-content: left;
}
.meta-data-position-top-left .post-thumbnail h2 {
    text-align: left;
}
.posts-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 304px;
}
.col-1 .posts-content,
.col-2 .posts-content {
    max-width: 608px;
    max-width: 75%;
}
.title-hidden .posts-content {
    z-index: 2;
    padding: 4%;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease 0.35s, visibility ease 0.35s;
    box-sizing: border-box;
}
.title-hidden .hentry .content-wrapper:hover .posts-content {
    visibility: visible;
    opacity: 1;
}

/* 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;
}

@media (max-width: 768px) {
    .posts-template-title_visible3 .featured-image.lazy 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;
    }
    .full-width .mt-posts-container-wrapper.layout-justified {
        margin-left: 0;
        margin-right: 0;
    }
    .mt-posts-container-wrapper.col-2 .hentry,
    .mt-posts-container-wrapper.col-2 .grid-sizer,
    .mt-posts-container-wrapper.col-3 .hentry,
    .mt-posts-container-wrapper.col-3 .grid-sizer,
    .mt-posts-container-wrapper.col-4 .hentry,
    .mt-posts-container-wrapper.col-4 .grid-sizer,
    .mt-posts-container-wrapper.col-2.margin-0px .hentry,
    .mt-posts-container-wrapper.col-2.margin-0px .grid-sizer,
    .mt-posts-container-wrapper.col-3.margin-0px .hentry,
    .mt-posts-container-wrapper.col-3.margin-0px .grid-sizer,
    .mt-posts-container-wrapper.col-4.margin-0px .hentry,
    .mt-posts-container-wrapper.col-4.margin-0px .grid-sizer,
    .mt-posts-container-wrapper.col-2.margin-1px .hentry,
    .mt-posts-container-wrapper.col-2.margin-1px .grid-sizer,
    .mt-posts-container-wrapper.col-3.margin-1px .hentry,
    .mt-posts-container-wrapper.col-3.margin-1px .grid-sizer,
    .mt-posts-container-wrapper.col-4.margin-1px .hentry,
    .mt-posts-container-wrapper.col-4.margin-1px .grid-sizer,
    .mt-posts-container-wrapper.col-2.margin-5px .hentry,
    .mt-posts-container-wrapper.col-2.margin-5px .grid-sizer,
    .mt-posts-container-wrapper.col-3.margin-5px .hentry,
    .mt-posts-container-wrapper.col-3.margin-5px .grid-sizer,
    .mt-posts-container-wrapper.col-4.margin-5px .hentry,
    .mt-posts-container-wrapper.col-2.margin-10px .hentry,
    .mt-posts-container-wrapper.col-2.margin-10px .grid-sizer,
    .mt-posts-container-wrapper.col-3.margin-10px .hentry,
    .mt-posts-container-wrapper.col-3.margin-10px .grid-sizer,
    .mt-posts-container-wrapper.col-4.margin-10px .hentry,
    .mt-posts-container-wrapper.col-4.margin-10px .grid-sizer,
    .mt-posts-container-wrapper.col-2.margin-20px .hentry,
    .mt-posts-container-wrapper.col-2.margin-20px .grid-sizer,
    .mt-posts-container-wrapper.col-3.margin-20px .hentry,
    .mt-posts-container-wrapper.col-3.margin-20px .grid-sizer,
    .mt-posts-container-wrapper.col-4.margin-20px .hentry,
    .mt-posts-container-wrapper.col-4.margin-20px .grid-sizer,
    .mt-posts-container-wrapper.layout-cellsbyrow.col-2 .hentry,
    .mt-posts-container-wrapper.layout-cellsbyrow.col-2 .grid-sizer,
    .mt-posts-container-wrapper.layout-cellsbyrow.col-3 .hentry,
    .mt-posts-container-wrapper.layout-cellsbyrow.col-3 .grid-sizer,
    .mt-posts-container-wrapper.layout-cellsbyrow.col-4 .hentry,
    .mt-posts-container-wrapper.layout-cellsbyrow.col-4 .grid-sizer {
        width: 100%;
    }
    .layout-default.col-2 .mt-posts-container,
    .layout-default.col-3 .mt-posts-container,
    .layout-default.col-4 .mt-posts-container {
        grid-template-columns: 1fr;
    }
    .mt-posts-container-wrapper.layout-cellsbyrow .mt-posts-container {
        height: auto;
        display: block;
    }
    #page .layout-justified .mt-posts-container {
        max-width: 370px;
        margin: 0 auto;
        display: block;
    }
    #page .layout-justified .hentry {
        padding: 0;
    }
    .mt-posts-container-wrapper.col-2 {
        max-width: 570px;
        margin: 0 auto;
    }
    .mt-posts-container-wrapper.col-2.margin-10px {
        max-width: 580px;
        margin: 0 auto;
    }
    .mt-posts-container-wrapper.col-3 {
        max-width: 370px;
        margin: 0 auto;
    }
    .mt-posts-container-wrapper.col-3.margin-20px {
        max-width: 374px;
        margin: 0 auto;
    }
    .mt-posts-container-wrapper.col-4 {
        max-width: 270px;
        margin: 0 auto;
    }
    .full-width .mt-posts-container-wrapper.col-2,
    .full-width .mt-posts-container-wrapper.col-3,
    .full-width .mt-posts-container-wrapper.col-4 {
        max-width: none;
    }
    .mt-posts-container-wrapper.col-3.title-hidden .hentry,
    .mt-posts-container-wrapper.col-4.title-hidden .hentry {
        margin-bottom: 20px;
    }
    .mt-posts-container-wrapper.col-2.margin-0px .hentry,
    .mt-posts-container-wrapper.col-3.margin-0px .hentry,
    .mt-posts-container-wrapper.col-4.margin-0px .hentry {
        margin-bottom: 0;
    }
    .mt-posts-container-wrapper.col-2 .hentry,
    .mt-posts-container-wrapper.col-2 .grid-sizer {
        width: 100%;
    }
}
