/* Changes the header to not be sticky when editing (doesn't show in the front end) */
body.elementor-editor-active selector {
   margin-bottom:0px !important;
}


/* Background color on sticky */
.elementor-sticky--effects {
 background-color: var(  --brand-primary );
  transition: all 0.5s ease;
}



/* --- LOGO ---- */
/* Logo sizing before sticky */
.logo img {
 width: auto;
 max-height: 245px;
 transition: all 0.5s ease;
 } 

/* Logo sizing after sticky */
.elementor-sticky--effects .logo img {
    content:url('https://webdvmt.com/wp-content/uploads/2025/07/bradner-type2.webp');
 max-height: 80px;
 width: auto;
 }

/* version 2 css */
.l-logo { display: inline-block; }
.d-logo { display: none; }

.elementor-sticky--effects .l-logo { display: none; }
.elementor-sticky--effects .d-logo { display: inline-block; padding-top: .85rem; }
