/*
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.   ***************/

.post-project-meta {
	display: flex;
	flex-direction: column;
	gap: 0.35em;
	margin: 0.45em 0 0.55em;
	color: #777;
	font-size: 0.85em;
	line-height: 1.4;
	text-align: left;
}

.post-meta-row {
	display: flex;
	align-items: flex-start;
	gap: 0.45em;
}

.post-meta-icon {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin-top: 0.1em;
	color: #888;
}

.post-meta-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.post-meta-text strong {
	font-weight: 600;
}

.box-blog-post .post-project-meta {
	margin-top: 0.3em;
	margin-bottom: 0;
	font-size: 0.8em;
}

/* Backward compatibility if old markup remains cached */
.post-investor {
	font-size: 0.85em;
	line-height: 1.4;
	margin: 0.35em 0 0.5em;
	opacity: 0.85;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}