/*
 Theme Name:  MMG Child Theme (Hello Elementor)
 Theme URI:   https://www.monstrousmediagroup.com/
 Description: Starter child theme tailored for Hello Elementor. Organized CSS with custom.css.
 Author:      Monstrous Media Group
 Author URI:  https://www.monstrousmediagroup.com/
 Version:     1.0.0
 License:     GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Tags:        child-theme, elementor, hello-elementor
 Text Domain: mmg-child-hello
 Template:    hello-elementor
*/

html{
    margin: 0; 
    padding: 0; 
    width: 100%;
}

.dumpsters .dumpster-tab {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
  border: 2px solid transparent;
  border-radius: 8px; /* optional */
}

.dumpsters .dumpster-tab.is-active {
  opacity: 1;
  border-color: #ED231F;
  box-shadow: 0 0 0 2px rgba(237, 35, 31, 0.25); /* optional */
}

.dumpster-data .dumpster-panel {
  display: none;
}

.dumpster-data .dumpster-panel.is-active {
  display: block;
}



