/*
Theme Name: Jokes, Guns & Guitars
Description: Lightweight Gutenberg-first child theme for jokesgunsguitars.com.
Author: Splibit
Template: hello-elementor
Version: 1.0.0
Text Domain: jgg
*/

html,
body {
  margin: 0;
  min-height: 100%;
  background: #030303;
}

.jgg-gutenberg-home {
  margin: 0;
  background: #030303;
}

.jgg-gutenberg-home .wp-site-blocks,
.jgg-gutenberg-home .entry-content {
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:focus {
  position: fixed !important;
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  padding: 12px 16px !important;
  margin: 0 !important;
  color: #fff;
  background: #e30912;
}
