/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2025 | 08:36:11 */
/* Featured Blog */

.silver_falcon_featured_blog_main_grid {
	display: flex;
    align-items: center;
	gap: 65px;
}

.title_and_img_div {
	width: 70%;
}

.featured_blogs_main_texts {
	width: 30%;
}

.featured_blogs_featured_img {
	background-color: #FFFFFF;
	border-radius: 0;
}

.featured_blogs_featured_img img {
	margin: 18px;
	border-radius: 8px;
	width: 94%;
	aspect-ratio: 16/10 !important;
	object-fit: cover !important;
}

.featured_blogs_title {
	margin-top: 0;
	margin-bottom: 20px;
}

.featured_blogs_title a {
	font-size: 32px;
    line-height: 40px;
	color: #313131;
    font-family: "polymath-display", Verdana, Arial, sans-serif;
    font-weight: 400;
	text-decoration: none !important;
	letter-spacing: 1px;
}

.featured_blogs_sep_custom {
	width: 100%;
	background: #E4E4E4;
	margin-top: 0;
    margin-bottom: 30px;
	min-height: 1px;
}

.featured_blogs_sep {
	width: 100%;
	background: #E4E4E4;
	margin-top: 30px;
    margin-bottom: 30px;
	min-height: 1px;
}

.featured_blogs_more_info h5 {
	font-size: 20px;
    line-height: 24px;
	color: #313131;
    font-family: "polymath-display", Verdana, Arial, sans-serif;
    font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.featured_blogs_more_info p, .featured_blogs_more_info p a {
	color: #737373;
	font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
	line-height: 24px;
	text-decoration: none !important;
	pointer-events: none !important;
}

.featured_blogs_read_this_article_btn {
	margin-top: 65px;
}

.featured_blogs_read_this_article_btn a {
	color: #FFF;
	font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-decoration: none !important;
	background-color: #3D284B;
	border-radius: 100px;
	padding: 13px 45px;
	transition: all .3s ease 0s;
}

.featured_blogs_read_this_article_btn a:hover {
	background-color: #0e0e32;
	transition: all .3s ease 0s;
}


/* Featured Blog */


/* Blogs Filter */

.blogs_col_border {
	width: 1% !important;
}

.blogs_col_border .fl-col-content {
	width: 1% !important;
	position: relative;
    left: 39px;
    top: 60px;
}

.blogs_col_two {
	width: 74%;
}

.blogs_category_filter .facetwp-facet {
	margin-top: 20px
}

.blogs_category_filter .facetwp-checkbox {
	background: transparent;
	background-image: none !important;
	padding: 0;
	margin-bottom: 20px;
	margin-left: 4px;
}

.blogs_category_filter .facetwp-radio {
	background: transparent;
	background-image: none !important;
	padding: 0;
	margin-bottom: 20px;
	margin-left: 4px;
}

.blogs_category_filter .facetwp-counter {
	display: none !important;
}

.blogs_category_filter .facetwp-display-value {
	font-size: 18px;
    line-height: 24px;
	color: #919191;
    font-family: "polymath-display", Verdana, Arial, sans-serif;
    font-weight: 400;
	letter-spacing: 1px;
}

.blogs_category_filter .facetwp-checkbox.checked .facetwp-display-value {
	color: #313131;
}

.blogs_category_filter .facetwp-radio.checked .facetwp-display-value {
	color: #313131;
}

.blogs_category_filter .facetwp-counter {
	display: none !important;
}

/* Blogs Filter */


/* Blogs */

.blogs_featured_img {
	background-color: #F5F5F7;
	border-radius: 16px;
}

.blogs_featured_img img {
	margin: 18px;
	border-radius: 8px;
	width: 92%;
	aspect-ratio: 16/10 !important;
	object-fit: cover !important;
}

.blogs_title a {
	font-size: 24px;
    line-height: 32px;
	color: #333;
    font-family: "polymath-display", Verdana, Arial, sans-serif;
    font-weight: 400;
	text-decoration: none !important;
	margin-top: 25px;
	height: 64px;
	display: block;
	letter-spacing: 1px;
}

.blogs_sep {
	width: 100%;
	background: #E4E4E4;
	margin-top: 16px;
    margin-bottom: 16px;
	min-height: 1px;
}

.blogs_category a {
	color: #737373;
	font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
	line-height: 24px;
	text-decoration: none !important;
	pointer-events: none !important;
}

.blogs_read_this_article_btn {
	margin-top: 25px;
    margin-bottom: 8px;
}

.blogs_read_this_article_btn a {
	color: #313131;
	font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
	line-height: 16px;
	text-decoration: none !important;
}

.arrow_img_blogs_btn {
	margin-left: 6px;
}

/* Blogs */