/* Video Wrap CSS - Starts */

.video-wrap .facetwp-template-static {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}
@media (min-width: 768px) {
    .video-wrap .facetwp-template-static {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1200px) {
    .video-wrap .facetwp-template-static {
        grid-template-columns: repeat(3, 1fr);
    }
}
.video-card {
    box-shadow: 0 0 10px #efefef;
    padding: 30px;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    margin: 0;
    border-radius: var(--round);
}
.video-thumbnail a:hover {
    opacity: .85;
}
.video-title a {
    font-weight: bold;
    color: #000;
}
.video-title {
    margin-top: 10px;
}
.posttype-whitepaper img,
img.video-thumb {
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 16 / 9;
    border-radius: var(--round);
}

/* Video Wrap CSS - Ends */
.inner-posts a.slide-image img {
	aspect-ratio: 16/9;
}
.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);
    border-radius: var(--round);
}
.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: 10px;
}
.inner-posts .more-link {
    text-transform: capitalize;
    color: var(--maroon);
		display: flex;
    align-items: center;
}
.inner-posts .slide-entry-title {
    margin-bottom: 0;
}
.inner-posts .slide-entry-excerpt {
    margin-top: 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;
}