/*
 Theme Name:   Iolani Fair 2026
 Theme URI:    https://iolanifair.org/
 Description:  Created for the 2026 Iolani Fair ("Beneath Island Skies")
 Author:       Bigger Bird Creative, Inc.
 Author URI:   https://biggerbird.com/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

@media only screen and (min-width: 768px) {
  .sm-br br {
    display: none;
  }

  .sm-br:before {
    content: attr(data-divider);
  }
}

@media only screen and (min-width: 951px) {
  .md-br br {
    display: none;
  }

  .md-br:before {
    content: attr(data-divider);
  }
}

@media only screen and (max-width: 951px) {
  .lg-br br {
    display: none;
  }

  .lg-br:before {
    content: attr(data-divider);
  }
}
