/*
Theme Name: Mahogany
Author: AdHome Marketing
Author URI: https://adhomemarketing.com
Description: This is a custom theme by AdHome Marketing. This is an extensible premium theme, which should be customized using a child theme to retain your styling!
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.4.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adhome-mahogany
*/




div.flex-row {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
	flex-direction: column;
}
html body#body #page.site #main .row.content div.recent-blogs div.sitewidth {
	border-bottom: 2px solid #333;
	margin-bottom: 0;
	margin-top: 20px;
	padding-bottom: 80px;
}

div.flex-row .post header,
div.flex-row .post .post-content {
	padding: 10px 15px;
	display: block;
	clear: both;
}
div.flex-row .post .post-content {
	padding-bottom: 20px;
}
#page.site .recent-blogs div.flex-row .post header h2 {
	margin-bottom: 0;
	margin-top: 10px;
}
div.flex-row .post .post-content p {
	margin-top: 0;
}
div.flex-row .post .featured-image a {
	display: block;
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
}
div.flex-row .post .post-meta {
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}
div.flex-row .post .post-meta::before {
	content: 'by ';
}
#page.site #main .row.content .row.recent-blogs div.flex-row.allposts .post a.readmore.btn {
	background-color: #143b87;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	padding: 10px 15px;
	border-radius: 6px;
	transition: all 0.2s ease;
	transform: scale(1);
}
#page.site #main .row.content .row.recent-blogs div.flex-row.allposts .post a.readmore.btn:hover {
	transform: scale(1.2);
}
@media All and (min-width: 650px) {
	div.flex-row {
		flex-direction: row;	
		align-items: center;
	}
	div.flex-row.allposts {
		align-items: start;
	}
}