/*
 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: 114px;
}
.gw_breadcrumb a {
	text-decoration: none !important;
}

/* HEADER */
.gw_header-menu.show-mobile-menu .gw_menu-btn a {
	border-radius: 0;
	line-height: 60px;
	padding: 0 30px;
}

ul#menu-header-menu {
    align-items: center;
}

/* BUTTONS */
.gw_menu-btn a {
	color: var(--gw-color-base);
	background: var(--gw-color-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.45455;
	padding: 8px 30px;
	border-radius: 100px;
	border: 1px solid var(--vk-color-primary);
	transition: var(--gw-transition-default);
}
.gw_menu-btn a:hover {
	color: var(--gw-color-primary) !important;
	background: var(--gw-color-base);
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}