/*
Theme Name: MH Magazine (Premium) Child
Theme URI: https://mhthemes.com/themes/mh-magazine/
Template: mh-magazine
Author: MH Themes
Author URI: https://mhthemes.com/
Description: MH Magazine is a clean, modern and fully responsive premium magazine WordPress theme for blogs, online magazines, news websites and other editorial projects. The theme includes useful page templates, several custom widgets and advanced theme options including colorpickers with unlimited colors to create your own color scheme.
Tags: one-column,two-columns,left-sidebar,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-logo,custom-menu,featured-images,full-width-template,theme-options,threaded-comments,footer-widgets,translation-ready,rtl-language-support,blog,entertainment,news
Version: 5.0.4.1762730350
Updated: 2025-11-10 02:19:10

*/

/*Скрытие картинки, расположенной над видео в Записях*/
.entry-thumbnail {
    display: none;
}

/*Скрытие блока социальных сетей, расположенного над видео в Записях*/
.mh-social-top {
	display: none;
}

/*Скрытие блока мета-данных, расположенного над видео в Записях*/
.entry-header .entry-meta {
    display: none;
}

/*Уменьшение расстояния от заголовка до видео*/
.entry-header, .page-header {
    margin-bottom: 0.1rem;
}

/*Межстрочное расстояние заголовка Записи*/
.entry-title {
	line-height: 1.1;
}


