/*
Theme Name: Buzzy Child
Theme URI: https://buzzy.qodeinteractive.com/
Description: A child theme of Buzzy Theme
Author: Mikado Themes
Author URI: https://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: buzzy
Template: buzzy
*/

body {
	color: #2f2f2f;
	font-size: 17px;
	line-height: 24px;
}

.mkdf-logo-wrapper a img {
	width: 250px;
    height: auto;
}

.mkdf-header-centered .mkdf-page-header .mkdf-menu-area {
	background: transparent !important;
}

.mkdf-main-menu>ul>li>a:after,
.mkdf-main-menu>ul>li.mkdf-active-item>a:after {
	background-color: #025a5e;
}

.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid {
	padding: 80px 0 10px;
}

.mkdf-drop-down .narrow .second .inner ul {
	padding: 22px 0 24px;
}

.mkdf-npt-info-bottom .mkdf-post-info-author {
	display: none !important;
}

.mkdf-post-single-info-on-image .mkdf-news-post-top-holder .mkdf-npt-info .mkdf-npt-info-bottom-holder .mkdf-npt-info-bottom>div a,
.mkdf-news-holder .mkdf-ni-info>div.mkdf-post-info-date a,
.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-info-date a {
	color: #2f2f2f;
}

.mkdf-post-single-info-on-image .mkdf-news-post-top-holder {
	margin-bottom: 25px;
}

.mkdf-top-part-post-image img {
	height: 580px;
    max-width: 100%;
    object-fit: cover;
}

.mkdf-blog-holder article .mkdf-tags-holder .mkdf-tags a {
	font-size: 13px;
	padding: 6px 10px 3px;
}

.mkdf-blog-holder article .mkdf-tags-holder .mkdf-tags a:hover {
	background-color: #025a5e;
}

.mkdf-related-posts-holder .mkdf-related-post .mkdf-related-post-image img {
	height: 400px !important;
    object-fit: cover;
}

.mkdf-related-posts-holder .mkdf-related-posts-title {
	margin-bottom: 30px;
}

.mkdf-search-opener-holder {
	display: none;
}

.mkdf-mobile-logo-wrapper img {
	height: 22px !important;
    margin-top: -12px;
}

.mkdf-layout3-item .mkdf-post-image img {
	min-height: 300px;
    object-fit: cover;
}

@media only screen and (max-width: 959px) {
	.mkdf-top-part-post-image img {
	    height: 380px;
	    max-width: 100%;
	    object-fit: cover;
	}
}