/*
Theme Name: Lapushkin
Author: Lapushkin
Author URI: https://lapushkin.ru/
Text Domain: lapushkin
Version: 2.3
*/

/* Глобальные стили */

* {
	text-underline-offset: 4px;
}

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

.without-top-margin {
	margin-block-start: 0 !important;
}

.align-items-center {
	align-items: center;
}

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

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


@media screen and (max-width: 599.99px) 
{
	.desktop-only {
		display: none;	
	}
}


/* линия разделителя на ширину - тоньше */
.is-style-wide {
	border-top: none;
}

/* Главная */ 


.is-style-emphasis {
	color: var(--wp--preset--color--dark);
    font-size: var(--wp--preset--font-size--small);
	font-weight: bold;
}
