/*###################################*/
/*------------БЛОГ----------*/
/*###################################*/

.blog_layout_list .post_list_item_title a {
	color: var(--anColor-text);
}

/*Архив в блоге*/
input.select2-search__field {
	border-radius: 25px;
	border: 1px solid #e1e2e4 !important;
	/*margin-top: 15px;*/
	height: 34px;
}

/*Поиск в блоге*/
.widget_search .search-form>label {
	padding: 0;
	background-color: white;
	box-shadow: var(--anShadow-center);
}
.widget_search .search-form input[type=submit], .widget_search .search-form>label:after {
	top: 0px;
	right: 0px;
}
/*Изменяем метки*/
.widget_tag_cloud .tagcloud a {
	color: var(--anColor-text);
	background-color: var(--anColor-background);
	border-radius: 5px;
	border: 0px;
}

/*Изменяем отступ для списков в блоге и на страницах*/
.stm_single_post ol, .stm_single_post ul, .post_type_exist ol, .post_type_exist ul {
    margin-bottom: 15px;
    margin-left: 25px;
}
/*
.post_type_exist ol, .post_type_exist ul {
    margin-bottom: 15px;
    margin-left: 25px;
}*/
/*Меняем капс на обычный в виджетах*/
.sidebar-area .widget_title h3 {
    text-transform: revert;
}
/*Выравниваем атрибуты поста*/
.clearfix.post_meta, .stm_post_info .stm_post_details .post_meta {
	margin-left: 0;
	margin-bottom: 0;
}
.stm_post_info .stm_post_details .comments_num {
   margin-top: 0;
}
/*Изменяем заголовок блока*/
.blog_layout_list .post_list_item_title, .stm_post_info .post_title {
    text-transform: revert !important;
}
/*Изменяем остступ кнопки узнать больше*/
.blog_layout_list .post_list_btn_more {
    margin-top: 23px !important;
}
/*Убираем значек плюса при наведении*/
.post_list_inner_content_unit>a>.post_list_featured_image:before {
	display: none;
}

/*Убираем лишние элементы в записи блога*/
.stm_single_post div.multiseparator, .stm_single_post .stm_author_box {
    display: none;
}
/*Выравниваем изображение поста по центру*/
img.img-responsive.wp-post-image {
    margin: auto;
}