/**
* Theme Name: DailyFit Child
* Description: This is a child theme of DailyFit.
* Author: <a href="https://themeforest.net/user/expert-themes">Expert Themes</a>
* Template: dailyfit
* Version: 1.0
*/
.main-footer .widgets-section .row {
	width: 100% !important;
}
.main-footer .logo-widget .text {
	padding-top: 45px !important;
}
.main-footer .logo-widget .logo img {
	max-height: 100%;
}
.blog-single .inner-box .image .post-item-date {
	color: #ffffff !important;
}

.related-posts {
	margin: 15px 0;
}

.related-posts h3 {
	background-color: #000000;
	color: #ffffff !important;
	padding: 10px 15px;
	margin-bottom: 15px;
	font-weight: normal !important;
}

.related-post-item {
	background-color: #ebebeb;
	height: 100%;
}

.related-post-title {
	padding: 20px 10px;
}

.related-post-title a {
	color: #000000;
	font-weight: bold;
}