/*
* Стили для страницы категорий
*/

@import 'modules/btpr_css_module_post_page.css';
@import 'modules/btpr_css_module_3.css';


		/* Настройка шрифтов */
.btpr_module__title {
	font-size: 21px;
	line-height: 25px;
	margin: 0 0 6px 0;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.btpr_module__title {
		font-size: 17px;
		line-height: 22px;
	}
}

		/* Описание категории */
.category-description {
	margin-bottom: 50px;
}



.pagination-scroll-trigger_loading {
	height: 50px;
	width: 100%;
	background-color: transparent;
	background-image: url(/wp-content/themes/newspaper/images/loader/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	
}
