/*
 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
*/
.header{
	border-bottom:1px solid rgba(255,255,255,0);
}
.header.sticky{
	background:rgba(0,0,0,0.5);
	backdrop-filter:blur(10px);
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding:15px !important;
}
.header.header-dark.sticky .logo path, .header.header-dark.sticky line{
	fill:#ffffff !important;
	stroke:#ffffff !important;
}
.header.sticky .logo{
	opacity:0;
}
.header.sticky .logo-2{
	opacity:1;
}
.header.header-dark.sticky .secondary-btn{
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--border-light);
}
.custom-form-button, .custom-form-button:hover{
	box-shadow:none !important;
}