.myth-card {
overflow: hidden;
position: relative;
}
.myth-card > .kt-inside-inner-col {
position: relative;
overflow: hidden;
} .myth-card-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
transform: scale(1);
transform-origin: center center;
transition: transform 0.9s ease;
z-index: 1;
}
.myth-card > .kt-inside-inner-col > *:not(.myth-card-bg) {
position: relative;
z-index: 3;
} .myth-card .myth-card-content {
position: relative;
z-index: 4;
transform: translateY(28px);
transition: transform 0.55s ease;
}
.myth-card .myth-card-text {
opacity: 0;
transform: translateY(14px);
transition: opacity 0.35s ease, transform 0.55s ease;
} .myth-card:hover .myth-card-bg {
transform: scale(1.05);
}
.myth-card:hover .myth-card-content {
transform: translateY(0);
}
.myth-card:hover .myth-card-text {
opacity: 1;
transform: translateY(0);
} @media (max-width: 1024px) {
.myth-card .myth-card-content {
transform: translateY(0);
}
.myth-card .myth-card-text {
opacity: 1;
transform: translateY(0);
}
.myth-card:hover .myth-card-bg {
transform: none;
}
} .search-no-results .search-form,
.search-no-results .page-content .search-form,
.search-no-results .entry-content .search-form {
display: none !important;
} .uagb-inline-editing {
color: black !important;
} .ast-right-sidebar #secondary .widget .uagb-post__title,
.ast-right-sidebar #secondary .widget .wp-block-latest-posts__post-title {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
line-height: 1.15;
text-align: center;
} .ast-right-sidebar #secondary .wp-block-latest-posts__list li {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
} .ast-right-sidebar #secondary .uagb-post__text {
padding: 0 !important;
} .ast-right-sidebar #secondary .widget .uagb-post__title,
.ast-right-sidebar #secondary .widget .wp-block-latest-posts__post-title {
color: white !important;
text-shadow: 1px 1px 2px black,
-1px -1px 2px black,
1px -1px 2px black,
-1px 1px 2px black;
} #secondary .wp-block-latest-posts__featured-image,
#secondary .uagb-post__image {
height: auto !important;
overflow: visible !important;
margin: 0;
padding: 0;
}
#secondary .wp-block-latest-posts__featured-image img,
#secondary .uagb-post__image img {
width: 100% !important;
height: auto !important;
display: block;
} #secondary .wp-block-latest-posts__list li,
#secondary .uagb-post-grid .uagb-post__inner {
margin-bottom: 10px !important;
} .myth-hero-title {
margin: 0 0 12px 0;
}