/*
Theme Name: Сolormag Pro Child Theme
Description: This is child theme of Сolormag Pro
Author: KiraSin
Version: 1.0
Template: colormag-pro
*/

/* 3 точки в конце обрезанного текста (в описании анонса например) */
.widget_featured_posts .first-post .article-content .entry-content p::after {
	content: " ...";
}

/* Прячем автора и коменты в виджетах на главной */
.widget_featured_posts .first-post .article-content .below-entry-meta .byline, .widget_featured_posts .first-post .article-content .below-entry-meta .comments, .widget_featured_posts .following-post .single-article .article-content .comments {
	display: none;
}

/* Прячем автора в записи */
.post.type-post .article-content .below-entry-meta .byline {
	display: none;
}

/* прячем автора и коменты в слайдах */
.widget_slider_area .single-slide .slide-content .below-entry-meta .byline, .widget_slider_area .single-slide .slide-content .below-entry-meta .comments {
	display: none;
} 

/* прячем автора и комменты в виджетах справа сверху на главной */
.widget_highlighted_post_area .single-article .article-content .below-entry-meta .byline, .widget_highlighted_post_area .single-article .article-content .below-entry-meta .comments {
	display: none;
}

/* прячем количество просмотров из анонсов */
.post.type-post .article-content .below-entry-meta .post-views {
	display: none;
}

/* Белый отступ между слайдером и менюшкой */
#header-text-nav-wrap {
	padding: 0;
}

/* Подпись у картинки поста справа, и таким же стилем как теги */
.post .featured-image-caption {
	font-size: 12px;
	color: #888888;
	text-align: right;
	padding: 0;
	padding-top: 10px;
	padding-right: 15px;
}

/* Подпись фото в анонсах убираем */
.post.archive-layout-grid .featured-image-caption {
	display: none;
}

/* Троеточия после анонсов новостей */
.post.archive-layout-grid .article-content .entry-content p::after {
	content: " ...";
}

/* Убираем КАПС в пунктах меню */
.main-navigation a {
	color: #fff;
	display: block;
	float: none;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 12px;
	text-transform: none;
}

/* Убираем красный цвет шрифта при наведении в заголовках и датах виджетов на главной */
.widget_featured_slider .slide-content .entry-title a:hover {
	color: #fff !important;
}

.widget_featured_slider .slide-content .below-entry-meta .posted-on a:hover, .widget_featured_slider .slide-content .below-entry-meta .byline a:hover, .widget_featured_slider .slide-content .below-entry-meta .comments a:hover {
	color: #fff !important;
}

.widget_highlighted_posts .article-content .entry-title a:hover {
	color: #fff !important;
}

.widget_highlighted_posts .article-content .below-entry-meta .posted-on a:hover, .widget_highlighted_posts .article-content .below-entry-meta .byline a:hover, .widget_highlighted_posts .article-content .below-entry-meta .comments a:hover {
	color: #fff !important;
}

.widget_highlighted_posts .article-content .below-entry-meta .posted-on a:hover,
{
    color: #289dcc;
}


/* Убираем КАПС в предыдущая и следующая записи */
.thumbnail-pagination a {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	color: #67666a;
	line-height: 24px;
	position: relative;
	text-transform: none;
	padding: 0;
	font-weight: 500;
}


.below-entry-meta .tag-links {
	font-size: 12px;
	color: #888888;
}

