/*
Theme Name: PROGAMBLER
Theme URI: https://progambler.org/
Description: Child theme for Mercury theme
Author: POKERMAN
Author URI: https://progambler.org/
Template: mercury
Version: 1.5
*/

/* LOAD MORE Button */

.space-load-more-button-wrap {
	margin-bottom: 30px;
}

.space-load-more-button {
	padding: 0 50px !important;
	text-transform: uppercase !important;
}

/* PG Recommend */

.pg-recommend {
	position: relative;
	padding: 30px 20px 30px 65px;
	background: linear-gradient(to right,#def9e5 0,#effbce 100%);
	margin-bottom: 20px;
}

.pg-recommend:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: "\f164";
	font-size: 30px;
	max-width: 30px;
	top: 50%;
	left: 20px;
	margin-top: -15px;
	color: #34bc58;
	line-height: 1;
}

@media (max-width: 740px) {
	.pg-recommend {
		padding: 20px;
	}
	.pg-recommend:before {
		display: none;
	}
}

/* уменьшим отступы сверху в статьях */

.space-page-section-ins {
	padding-top: 10px;
}
/* исправим размер h2 */

@media (min-width: 768px) { h2, h2 a 
	{ 
		font-size: 1.850em; 
	}
}

/* исправим размер h3 */

@media (min-width: 768px) { h3, h3 a {
	font-size: 1.400em;
	}
}

/* изменим размер h1 в статьях */
@media (min-width: 1025px) { .space-title-box-h1 h1 {
	font-size: 2.4em;
	}
}