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


body{
  font-family:"Montserrat";
}
header section,header .brxe-container {
    transition: all 0.5s;
}

header.scrolling .sticky {
    background:transparent !important;
}

header.scrolling #brxe-cpxsyh {
    background:rgba(255,255,255,0.8);
    padding:5px 35px;

    backdrop-filter: blur(2px);
    box-shadow: 0px 0px 1px rgba(1, 1, 1, 0.5);
}
.scrolling .banner{
    opacity:0;
}
.mobile-only {
    display: none;
}
@media screen and (max-width:800px){
    .mobile-only {
    display: block !important;
}
}