/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* GLOBAL */
html {
    scroll-padding-top: 90px;
}

/* HEADER */
header .menu-item {
	position: relative;
}
header .menu-item::after {
	content: "";
	width: 0;
	border-right: 1px solid #000000;
	height: 24px;
	position: absolute;
	right: -24px;
	top: 50%;
	transform: translatey(-50%);
}
header .menu-item:last-child::after {
	display: none;
}

/* POSTS */
.vk_post-content img {
	margin-top: 24px;
	margin-bottom: 24px;
}


