/*
Theme Name: J&E Media Base Theme
Theme URI: https://www.jemediacorp.com
Author: J&E Media Corp
Author URI: https://www.jemediacorp.com
Description: The default, custom parent theme for Websites developed by J&E Media Corp.
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jemediacorp/wp-parent-theme
*/

html,
body {
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background-color: white;
  padding: 10px;
  display: block;
  transition: all 0.5s;
  z-index: 999999;
}

.skip-link:focus {
  top: 0;
}

/*woo stuff*/
.product:after {
  display: block;
  clear: both;
  content: "";
}

.wow {
  visibility: hidden;
}
