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


/** Hubspot Forms **/
.hs-error-msgs {
	list-style: none;
	padding: 0px;
}

.hs-error-msgs .hs-error-msg {
	color: #dc3232;
    font-size: 12px;
}

/** Header **/
@media screen and (max-width: 767px) {
  header, .bricks-header {
    position: static !important;
    top: auto !important;
  }
}