@charset "utf-8";
/*--
	Add your style here
--*/ 

/* Prevent fixed footer overlap on portfolio grid */
.gallery-items.pd-bot {
	padding-bottom: 100px;
}

/* Fix author box overlap on blog article detail */
.post-author {
	float: none;
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.post-author .author-img {
	float: none;
	width: 100px;
	flex: 0 0 100px;
}

.post-author .author-content {
	float: none;
	width: auto;
	flex: 1;
	min-width: 0;
	padding-left: 0;
}

.post-author .author-content h5,
.post-author .author-content p {
	float: none;
}

.post-author .author-social {
	float: left;
}

@media only screen and (max-width: 754px) {
	.post-author {
		flex-direction: column;
		gap: 12px;
	}

	.post-author .author-img {
		width: 90px;
		flex-basis: auto;
	}
}
