/* Facet Wrappper CSS - Starts */

.facet-card {
    box-shadow: 0 0 10px #efefef;
    padding: 30px;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    margin: 0;
}
.facet-thumbnail a:hover {
    opacity: .85;
}
.facet-card .facet-title a {
    font-weight: bold;
    color: #000;
		transition: 0.5s;
}
.facet-link a:hover,
.facet-card .facet-title a:hover {
	color: var(--yellow) !important;
}
.facet-title {
    margin-top: 10px;
}
img.facet-thumb {
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 3 / 2;
}
img.video-thumb {
	aspect-ratio: 16 / 9;
}
/* Facet Wrappper CSS - Ends */

.inner-posts .slide-entry {
    box-shadow: 0 0 10px #efefef;
    padding: 30px;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    margin: 0;
    width: calc(33.33% - 20px);
}

.inner-posts .slide-entry-wrap {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px;
}

.inner-posts .slide-meta-del,
.inner-posts .slide-meta-comments {
    display: none !important;
}

.inner-posts .slide-content {
    display: flex;
    flex-direction: column;
}

.inner-posts .slide-meta {
    order: -1;
    padding: 10px 0;
}

.inner-posts .read-more-link {
    margin-top: 25px;
}

.inner-posts .more-link {
    text-transform: capitalize;
    color: var(--maroon);
}

.inner-posts .slide-entry-title {
    margin-bottom: 15px;
}

.inner-posts .slide-entry-title a {
    transition: .5s;
}

.inner-submenu .avia-menu-text:hover,
.inner-posts .slide-entry-title a:hover {
    color: var(--yellow) !important;
}

.inner-submenu .avia-menu-text {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    letter-spacing: 0.5px;
    transition: .5s;
}

.inner-submenu li a {
    border-color: #959595 !important;
}

.pr-wrap .slide-image {
    display: none !important;
}

.feature-list ul li:nth-child(n+2) {
    margin-top: 18px !important;
}

.feature-list ul li a {
    font-size: 18px;
}

.inner-posts-mm .slide-image img {
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
}