/*
Theme Name: Gran
Author: Lapushkin
Author URI: https://lapushkin.ru/
Text Domain: gran
Version: 1.51
*/

/* отступы снизу и сверху не нужны */ 
.wp-site-blocks {
	padding-top: 0;
    padding-bottom: 0;
}

/* cookies button color */
.lwpcngNotice-dark .lwpcngNotice_accept {
    color: var(--wp--preset--color--secondary);
}

ul {
	list-style-type: square;
    padding-inline-start: 20px;
}

ul li::marker {
	color: var(--wp--preset--color--primary);
}

/* только для десктопа */
@media screen and (min-width: 782px)
{
	.mobile-only {
		display: none !important;	
	}
}

/* только для мобильного */
@media screen and (max-width: 781px) 
{
	.desktop-only {
		display: none  !important;	
	} 
}

/* Группа без верхнего отступа */
.without-top-margin {
	margin-block-start: 0 !important;
}

.is-style-emphasis {
	font-weight: 500;
	color:  var(--wp--preset--color--primary);
}

	/* отступы в подменю */
@media screen and (max-width: 781px) 
{
	.wp-block-pages-list__item .wp-block-navigation-item  {
		margin-bottom: .7em;
	}
}