/*side-bar-widget-standalone*/

.single-blog-post h2 {
	font-size: 48px;
	margin-bottom: 20px;
	/* 	text-transform: uppercase; */
}

.single-blog-post h3 {
	margin-bottom: 20px;
	font-size: 40px;
}

.single-blog-post ul {
	padding-bottom: 0;
}

.side-bar-widget-standalone h3 {
	font-size: 32px;
	margin: 1em 0 0.5em 0;
	padding-bottom: 0.5em;
	margin: 0 0 0.5em 0;
	font-weight: 400;
	color: #1E3C78;
}

.side-bar-widget h3 {
	font-size: 32px;
	/* border-bottom: 1px solid #333; */
	margin: 0 0 0.5em 0;
	padding-bottom: 0.5em;
}

.widget-heading {
	font-family: 'zilla_slabbold';
	color: #486D8A;
	font-size: 24px;
	margin: 0.5em 0 0 0;
}

.side-bar-widget-standalone .widget-heading {
	font-family: 'zilla_slabbold';
	color: #1E3C78;
	font-size: 32px;
	margin: 0.5em 0 0 0;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

.side-bar-widget-standalone {
	margin-bottom: 1em;
}

.side-bar-widget {
	margin-bottom: 3em;
}

.event-banner {
	background: #5DA2D8;
	color: #fff;
	padding: 1.5em;
	text-align: center;
	font-size: 42px;
	line-height: 1;
	font-family: 'Zilla Slab', serif;
}

.recent-posts {
	padding: 0;
}

.side-bar-widget-standalone .recent-posts-title {
	font-size: 16px;
	line-height: 150%;
	font-family: 'Montserrat-Regular', sans-serif;
	color: #1E3C78;
	font-weight: 400;
	background: none;
	padding: 0px;
}

.author-name {
	margin-bottom: 2em;

}

/* .author-name a {
	color: #5DA2D8;
} */
.share i {
	font-size: 28px;
	margin-right: 0.5em;
	padding: 0.25em;
}

.share a {
	color: #6D6E71;
}

.share a:hover {
	color: #535559;
}

.author-info {
	display: flex;
	font-size: 14px;
}

.author-info a {
	color: #5DA2D8;
}

.author-info .avatar {
	display: inline-block;
	margin-right: 1em;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	overflow: hidden;
}

.author-info .post-author {
	font-size: 18px;
	margin-bottom: 0.25em;
	line-height: 1;
}

.author-info .avatar img {
	width: 100%;
	height: auto;
}

.blog-link {
	color: #fff;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	text-decoration: none;
	/* display: flex; */
}

.blog-link:hover {
	text-decoration: none;
}

.categories-posts li {
	margin-bottom: 2em;
}

.categories-posts .text-container {
	background: #F6F6F6;
	padding: 2em;
}

.categories-posts .text-container .datewrap {
	color: #BCBCBC;
	font-family: 'Zilla Slab', serif;
	font-size: 18px;
}

.categories-posts .text-container h3 {
	font-size: 28px;
	text-transform: uppercase;
	margin: 1em 0;
}

.categories-posts,
.sidebar-container {
	padding: 0 2em;
}

.side-bar-widget-standalone .recent-post-meta {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 10px 0;
}

.recent-post-date {
	font-family: 'Montserrat-Regular', sans-serif;
	color: #555555;
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	vertical-align: middle;
	padding-right: 12px;
	margin-right: 0px;
}

.recent-posts li+li {
	border-top: 1px solid #DDDDDD;
	margin-top: 4px;
	padding-top: 17px;
}

.related-posts .recent-posts-title {
	font-weight: 600;
}

.side-bar-widget-standalone .recent-post-category {
	background: #EBF5FF;
	position: relative;
	color: #333333;
	border-radius: 20px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #1E3C781A;
	padding: 5px 10px;
	box-shadow: 0 0px 4px #0000000d, 0 15px 5px -11px #DDEEFF;
}

.recent-post-category::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background-color: #ccc;
}

.content-wrapper img {
	max-width: 100%;
	height: auto;
}

.recent-post-image-wrapper .content-wrapper img {
	width: 100px;
	height: 58px;
	border-radius: 0px;
}

.recent-posts-title {
	background: #333;
	padding: 1em;
	font-size: 24px;
	line-height: 1;
	font-family: 'Zilla Slab', serif;
}

.categories-heading {
	font-size: 32px;
	font-weight: 400;
	color: #1E3C78;
	margin-bottom: 20px;
}

.category-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
	max-width: 90%;
}

/* .category-tag {
	background: #f0f4f8;
	color: #1e3a5f;
	padding: 10px 20px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
} */

.category-tag {
	text-decoration: none;
	transition: all 0.3s ease;
	background: #EBF5FF;
	color: #333333;
	border-radius: 20px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #1E3C781A;
	padding: 5px 10px;
	box-shadow: 0 0px 4px #0000000d, 0 15px 5px -11px #DDEEFF;
}

.category-tag:hover {
	background: #e3f2fd;
	color: #333333;
}

.funding-content a:hover{
	color:white;
	text-decoration:none;
}

/* Funding CTA */
.funding-cta {
	position: relative;
	/* border-radius: 10px; */
	overflow: hidden;
	margin-top: 20px;
}

.funding-image {
	width: 100%;
	height: auto;
	display: block;
}

.funding-content {
	position: absolute;
	bottom: 20px;
	left: 16px;
	/* right: 20px; */
	text-align: center;
	font-family: 'zilla_slabbold';
	font-weight: 700;
	font-size: 32px;
}

.funding-title {
	color: white;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 5px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	text-align: left;
}

.btn-check-eligibility {
	background: #F05A37;
	color: white;
	padding: 9px;
	border-radius: 56px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition: background 0.3s ease;
	text-transform: uppercase;
	font-family: 'Montserrat-Regular', sans-serif;
}

.funding-cta img {
	width: 250px;
	height: 360px;
}

.all-recent-posts .recent-post-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.all-recent-posts .recent-post-item:last-child {
	border-bottom: none;
}

.recent-posts-standalone .recent-post-image-wrapper {
	flex-shrink: 0;
	width: 100px;
}

.recent-post-thumbnail {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.recent-post-content {
	flex: 1;
}

.recent-post-info {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
}

/* Recent Posts (All Blogs) */
.recent-posts-heading {
	font-size: 32px;
	font-weight: 400;
	color: #1E3C78;
	margin-bottom: 20px;
}

.all-recent-posts {
	padding: 0;
	list-style: none;
}

.all-recent-posts .recent-post-item {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.all-recent-posts .recent-post-item+.recent-post-item {
	border-top: 1px solid #DDDDDD;
	margin-top: 17px;
	padding-top: 17px;
}

.recent-post-link {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	text-decoration: none;
}

.recent-post-image-wrapper {
	flex-shrink: 0;
	width: 120px;
}

.recent-posts-standalone .recent-post-thumbnail {
	width: 100px;
	height: 58px;
	object-fit: cover;
	border-radius: 5px;
}

.recent-post-content {
	flex: 1;
	min-width: 0;
	/* Important for text truncation to work */
}

.recent-posts-title-truncated {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* margin-bottom: 2px !important; */
	font-size: 16px;
	line-height: 114%;
	font-family: 'Montserrat-Regular', sans-serif;
	color: #1E3C78;
	font-weight: 400;
	margin-bottom: 1px;
	background: none;
	padding: 0px;
}

.recent-post-date-bottom {
	font-family: 'Montserrat-Regular', sans-serif;
	color: #555555;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	padding-right: 0;
}

.recent-post-date-bottom::after {
	content: none;
}

.related-posts .recent-post-date {
	font-size: 14px;
}

.recent-post-info {
	margin-top: 4px;
	font-size: 14px;
	color: #666;
}

.related-posts img {
	width: 100%;
	height: 20vh;
}

@media (max-width: 767px) {
	.single-blog-post h2 {
		font-size: 28px;
	}

	.single-blog-post h3 {
		font-size: 25px;
	}

	.side-bar-widget-standalone .widget-heading {
		font-size: 25px;
	}

	.thumbnailimg {
		background-size: contain;
		margin-top: 0;
	}

	.single-blog-post ul {
		padding-bottom: 1em;
	}

	.single-blog-post li {
		font-size: 14px;
	}

	.side-bar-widget h3 {
		margin: 0 0 0.5em 0;
	}
}

/* @media (max-width: 411px){
	.single-hero-img.thumbnailimg{
		    margin-top: 65px;
	}
} */
@media screen and (max-width: 1199px) {
	.event-banner {
		font-size: 28px;
	}
}