<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.news-item {
	margin-bottom: 30px;
}
.news-item__post-thumbnail {
	margin-bottom: 38px;
}
.news-item__post-title {
	font-weight: 400;
}

.news-item img {
	width: 100%;
	aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top;
}

.news-item-style2 {
	margin-bottom: 35px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-item-style2 .image img {
	width: 100%;
	aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top;
}
.news-item-style2 .news-text {
	position: relative;
	padding: 32px 32px 28px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(95, 95, 95, 0.05);
	box-shadow: 0px 0px 35px 0px rgba(95, 95, 95, 0.05);
}
.news-item-style2:hover {
	-webkit-box-shadow: 0 0 35px rgba(95, 95, 95, 0.25);
	box-shadow: 0 0 35px rgba(95, 95, 95, 0.25);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.news-item-style2 .post-thumb-single, .news-item-style2 .blog-qoute-post, .news-item-style2 .blog-gallery-post, .news-item-style2 .fidvits-active {
	margin-bottom: 0 !important;
}
.col-md-12,
.col-md-6,
.col-md-4,
.col-md-3 {    
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.evana-blog {
    max-width: 750px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
    
    .col-md-6 {
        width: 50%;
    }
    
    .col-md-4 {
        width: 33.33333333%;
    }
    
    .col-md-3 {
        width: 25%;
    }
    .evana-blog {
        max-width: 100%;
    }
}

.tw-chat iframe{
    bottom: 85px !important;
}</pre></body></html>