/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Elementor Team
Description: Lightweight child theme for Hello Elementor.
Version: 3.4.5
*/

/* Custom Styles */
body { color: #A3A3A3; }
a { color: #d4af37; }

.header-desktop-menu { display: none; }
.header-mob-menu { display: none; }

@media only screen and (min-width: 992px) {
  .header-desktop-menu { display: block; }
}

@media only screen and (max-width: 992px) {
  .header-mob-menu { display: block; }
}
