/*
 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
*/
button.bricks-mobile-menu-toggle{
    
    color: #fff !important;
    
}

/* Fade in animation class for text */
.ldg-text-fade-in {
  opacity: 0;
  animation: ldgFadeIn 5s ease-in-out forwards;
}

@keyframes ldgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
