<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-page-list .post-list {
    display: flex;
    flex-flow: wrap row;
}
.blog-page-list .post-list .post-holder {
    flex: 1 0 26%;
    max-width: 310px;
}
.blog-page-list .post-holder-inner {
    height: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    position: relative;
}
.blog-page-list .post-holder .post-date {
    margin-left: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 45px;
    position: absolute;
    left: -60px;
}
.blog-page-list .post-holder .post-content {
}
.blog-page-list .post-holder .post-footer {
    margin-top: auto;
}

.blog-page-list br,
.blog-page-list span.img-caption {
	display: none;
}
.blog-page-list .post-description {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
}
.blog-page-list .post-description .featured-image {
	flex: 0 0 48%;
	text-align: center;
}
.blog-page-list .post-description .featured-image img {
	margin: 0;
}
.blog-page-list .post-description .post-text-hld {
	flex: 0 0 48%;
}
.blog-page-list .post-description .post-text-hld h1 {
	font-size: 18px;
	margin-bottom: 16px;
}
.blog-page-list .post-description .post-text-hld h2 {
	font-size: 16px;
	margin-bottom: 14px;
}
.blog-page-list .post-description .post-text-hld h3 {
	font-size: 14px;
	margin-bottom: 12px;
}
.blog-page-list .post-description .post-text-hld h4,
.blog-page-list .post-description .post-text-hld h5,
.blog-page-list .post-description .post-text-hld h6 {
	font-size: 12px;
	margin-bottom: 10px;
}
.blog-post-view span.img-caption {
	display: inline-block;
}
.two-column-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.two-column-wrapper ul {
	list-style: none;
    margin-bottom: 0;
}
.two-column-wrapper:not(.no-cut) p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.two-column-wrapper .column {
	flex: 0 0 48%;
}
.latest-blog .postContent h1,
.latest-blog .postContent h2,
.latest-blog .postContent h3,
.latest-blog .postContent h4 {
	font-size: 13px;
	margin-bottom: 12px;
	font-weight: normal;
}
.latest-blog .postContent span.img-caption {
	display: none;
}
.latest-blog .recent-posts .item .postTitle,
.latest-blog .recent-posts .item .postContent {
    padding: 0;
}
.latest-blog .recent-posts .item .postContent h1,
.latest-blog .recent-posts .item .postContent h2,
.latest-blog .recent-posts .item .postContent h3,
.latest-blog .recent-posts .item .postContent h4,
.latest-blog .recent-posts .item .postContent p {
    margin: 0;
}
.latest-blog .recent-posts .item .readmore {
    margin-left: 0;
}
.latest-blog .recent-posts .owl-item .item .recent-inner {
    padding-left: 0;
    padding-right: 0;
}
.latest-blog .recent-posts .item .postTitle h2 {
    font-size: 16px;
    letter-spacing: -0.001em;
    line-height: 18px;
}
.post-list-wrapper .post-text-hld p {
    margin: 0;
}
@media (max-width: 767px) {
	.two-column-wrapper,
	.blog-page-list .post-description {
		flex-flow: column nowrap;
	}
}
@media (max-width: 480px) {
    .blog-page-list .post-list {
        flex-flow: column wrap;
    }
}
</pre></body></html>