/*
 Theme Name:   QazWeek Child
 Theme URI:    https://qazweek.kz/
 Description:  QazWeek Child Theme
 Author:       Denis Kuzmin
 Author URI:   https://itpoint.kz/
 Template:     pennews
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: two-columns, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
 Text Domain:  pennews-child
*/



/*Установка шрифта в заголовках блоков и сообщений*/
.penci-block__title {
    font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase !important;
}

/*Цвет фона стрелок в Мега-меню*/
.penci-megamenu .penci-mega-pag:not(.penci-pag-disabled):hover {
    opacity: .85;
    background: #FFBC49;
    color: #fff;
}
.penci-megamenu .penci-mega-pag.penci-pag-disabled:hover {
    background: #1D6315;
    color: #fff;
}
.penci-megamenu .penci-mega-pag {
	background: #1D6315;
	opacity: 0.7;
}

/*Цвет фона кнопок*/
input[type="button"], input[type="reset"], input[type="submit"] {
    background: #1D6315;
}

/*Мой новый класс для выключения отображения блоков*/
.hide_blocks {    
	display: none;
}

/* Расположение флагов Polylang Flags Inline */
.polylang-flags {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.polylang-flags li {
    display: inline;  
}

/*размер флагов языков*/
.polylang-flags li a img{
    width: 21px !important;
    height: auto !important;
    margin: 4px 10px 0;
}


/*.lang-item {
  display: inline;
  list-style-type: none;
}*/


@media screen and (max-width: 768px){
	.penci-topbar__right {
	display:none;
	}
}


/*.header__bottom {
	background-color: #000000 !important;
}*/

/*.site-header {
	background-color: #000000 !important;
}*/

/*body {
	-webkit-filter:grayscale(1);
	filter: grayscale(1);
}

*/


/*добавление полосы прокрутки Рубрик в боковом меню гамбургера*/

.penci-menu-hbg-inner .penci-block-vc, .penci-menu-hbg-inner .widget ul {
    overflow: auto;
    height: 55vh;
}

