/*
Theme Name: ProGambler
Theme URI: https://progambler.ru
Description: ProGambler Theme
Author: POKERMAN
Author URI: https://progambler.info/
Template: mercury
Version: 3.6.3
*/

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

.space-page-section-ins {
    padding-top: 10px;
}

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

h2, h2 a 
  { 
	font-size: 1.850em; 
  }
@media screen and (max-width: 767px) and (min-width: 480px) {
h2, h2 a {
    font-size: 1.777em;
	} }
@media screen and (max-width: 479px){
h2, h2 a {
    font-size: 1.777em;
	} }

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

h3, h3 a {
    font-size: 1.400em;
  }
@media screen and (max-width: 767px) and (min-width: 480px){
h3, h3 a {
    font-size: 1.333em;
	} }
@media screen and (max-width: 479px) {
h3, h3 a {
    font-size: 1.333em;
	} }

/* изменим размер h1 в статьях */

.space-title-box-h1 h1 {
    font-size: 2.4em;
  }
@media screen and (max-width: 767px) and (min-width: 480px) {
.space-title-box-h1 h1 {
    font-size: 1.777em;
	} }
@media screen and (max-width: 991px) and (min-width: 768px) {
.space-title-box-h1 h1 {
    font-size: 2.369em;
	} }
@media screen and (max-width: 1024px) and (min-width: 992px) {
.space-title-box-h1 h1 {
    font-size: 2.2em;
	} }
@media screen and (max-width: 479px) {
.space-title-box-h1 h1 {
    font-size: 1.777em;
	} }

/* фиксим кнопку подробнее/скрыть */

p.wpsm-show {
	color: #3b3838 !important; 
	font-size: 120% !important;
	text-align: center !important;
	background: #cecfcf !important;
	padding: 5px !important;
}
p.wpsm-hide {
	color: #3b3838 !important; 
	font-size: 120% !important;
	text-align: center !important;
	background: #cecfcf !important;
	padding: 5px !important;
}

/* пункт меню PG GLOBAL */

.pg-global-menu {
	display: flex;
	align-items: center;
	position: relative;
	text-transform: uppercase;
}

.pg-global-menu a {
	color: #dd3333 !important;
}

.pg-global-menu a::before {
	font-family: "FontAwesome";
	content: "\f0ac";
	color: #dd3333;
	margin-right: 7px;
}