/*
 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
*/

/* Base state (normal) */
#brx-header .brxe-section {
  transition: background 300ms ease, height 300ms ease; /* smooth bg & height */
}
.admin-bar #brx-header .brxe-section {
	top:32px; 
}
/* Sticky state */
#brx-header .brxe-section.is-sticky {
  background: rgba(0,0,0,.9);
}

/* Logo transitions */
#brx-header .brxe-section img.bricks-site-logo {
  transition: max-height 300ms ease;
  max-height: 70px; /* normal size */
}

#brx-header .brxe-section.is-sticky img.bricks-site-logo {
  max-height: 55px; /* smaller when sticky */
}

.bpgg-more-wrap{
	display:none !important;
}

.ct_form .options-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ct_form .form-group > label {
  display: none;
}
