::selection { color: #ffffff; background: #fe0002; }

/*** HEAD ***/
button.toggle.nav-toggle.mobile-nav-toggle .menu-modal .showing-menu-modal .close-nav-toggle {
  display: none !important;
}
.menu-bottom {
  padding: 0rem 0;
}
.error404 #site-content {
  padding-top: 0rem;
}

/*** BODY ***/
#site-header {
  display:none;
}
.singular .entry-header {
  padding: 50px 0;
  display: none;
}
section {
  padding: 0px;
}
#site-footer {
  display:none;
}
body.custom-background {
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0);
}

/*** TITLES ***/
.elementor-widget-heading .elementor-heading-title {
  color: #000000;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
  margin: 25px auto 20px;
}

/*** COLOR ***/
a {
  color: #cd1719;
}
a:hover {
  color: #23282d;
}

/*** VIDEO ***/
video.elementor-video {
  width: 100% !important;
}

