/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2022 | 09:26:04 */
.jm-featured-articles-section {
	margin-bottom: 5px;
}

.jm-featured-blogs-2-cols {
	width: 100%;
}

.jm-featured-article-box {
	box-shadow: none;
    border: 2px solid #6480CB;
    border-radius: 30px;
    overflow: hidden;
    background: #F1F5FF;	
}

.jm-featured-article-box .box-text {
	padding: 30px;
}

.jm-featured-article-box:hover .box-text {
	background: transparent linear-gradient(180deg, #6480CB 0%, #4560A4 100%) 0% 0% no-repeat padding-box;
	color: #FFF !important;
}

.jm-featured-article-box .jm-featured-article-title h3 {
	font-weight: 700 !important;
	margin-bottom: 0.5rem !important;
	font-size: 1.75rem;
	color: #353535;
	text-align: left;
}

.jm-featured-article-box .jm-featured-article-excerpt {
	color: #353535;
    letter-spacing: .5px;
	font-size: 14px;
	text-align: left;
}

.jm-featured-article-box:hover .jm-featured-article-title h3,
.jm-featured-article-box:hover .jm-featured-article-excerpt {
	color: #FFF !important;
}

@media only screen and (max-width: 850px) {
	.jm-featured-article-box .jm-featured-article-title h3 {
		font-size: 1.35rem;
		text-align: center;
	}

	.jm-featured-article-box .jm-featured-article-title a.jm-cta-outline-orange {
		font-weight: 300;
		font-size: 14px;
		padding: 0.5em 20px;
		border: 2px solid #f9ab00;
		color: #f9ab00;
	}
	
	.jm-featured-article-box .jm-featured-article-title a.jm-cta-outline-orange:after {
		content: "\f061";
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		margin-left: 15px;
	}
	
	.jm-featured-article-box:hover .box-text {
		background: transparent;
		color: inherit !important;
	}
	
	.jm-featured-article-box:hover .jm-featured-article-title h3,
	.jm-featured-article-box:hover .jm-featured-article-excerpt {
		color: inherit !important;
	}	
	
}