h2 {
  text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff;
	
	text-transform: capitalize;
	background-color: #a8a7a8;
	border-radius: 4px;
	padding: 4px;
	text-align:center;	
}

h2.entry-title,h1.page-title {
  text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff;
	
	text-transform: capitalize;
	background-color: #cccccc;
	border-radius: 0px;
	padding: 4px;
	text-align:center;		
}



h1.entry-title {
  text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff;
	
	text-transform: capitalize;
	background-color: #cccccc;
	border-radius: 5px;
	padding: 4px;
	text-align:center;
}



/* START CUSTOM SIDE BAR WIDGETS */
.howto {
  position: relative;
  text-align: center;
	  opacity: 100%;
	  line-height: 1.2;
	
	  animation: howto 5s;
  -webkit-animation: howto 5s;
  -moz-animation: howto 5s;
  -o-animation: howto 5s;
  -ms-animation: howto 5s;
	}


@keyframes howto {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes howto {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes howto {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes howto {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes howto {
  0% {opacity:0;}
  100% {opacity:1;}
}



.centered:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.6);
  transition:box-shadow 1s
}


.centered {
	font-size: 28px;
	  text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff;
	color: #231D1D;
	font-family: Catamaran;
	font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
	right: -30%;
  transform: translate(-50%, -50%);
	  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
}

/* END CUSTOM SIDE BAR WIDGETS */


.secondary-menu > li > ul {
width:236px !important;
}

ul#menu-buy-the-latest-handhelds {
	text-shadow: -2px 0 #262626, 0 2px #262626, 2px 0 #262626, 0 -2px #262626;
	text-transform: capitalize;
} 



/*buy now button*/
a.buynowbutton {
display: inline-block;
margin: 25px 5px 25px 5px;
color: #000000;
font-weight: 900;
text-transform: uppercase;
background: white;
padding: 12px;
border: 1px solid;
box-shadow: 3px 3px #000000;
}

a.buynowbutton:hover {
background: #DCDCDC;
color: #000000;
}
/*buy now button*/


/*read more*/
a.read-more.button, span.byline {
display: inline-block;
margin: 1px 1px 20px 1px;
color: #000000;
font-size: 11px;
text-transform: uppercase;
background: white;
padding: 4px;
border: 1px solid;
box-shadow: 3px 3px #000000;
}

a.read-more.button:hover {
background: #DCDCDC;
color: #000000;
}
/*read more*/

h4 {
		background-color: #D0D0D0;
	padding: 10px;
	color: #1C1918;
	}

/*stores page blue text*/
p.has-text-align-center.has-text-color.has-background  {
	border-radius: 5px;
	padding: 4px;
	margin: -10px 0px 20px 0px
	}

/*stores page text at top*/
p.has-text-align-justify.has-white-background-color.has-background {
	border-radius: 5px;
	padding: 20px;
	margin: px 0px 0px 0px;
	}


/*post date*/
time.entry-date.published {
color: #000000;
text-transform: uppercase;
background: white;
padding: 2px;
border: 1px solid;
box-shadow: 3px 3px #000000;
font-family: verdana;
font-size: 10px;
}
/*post date*/






/*crowd signal poll, kill stats and URL*/
div.crowdsignal-forms__footer-branding {
	display: none
}


/*below here console mods page*/

.imagetest1 img:hover {
	opacity: 0.7;
	transition: 0.3s;
  -webkit-box-shadow: 0px 0px 0px 5px #FC5006;
  -moz-box-shadow: 0px 0px 0px 5px #FC5006;
  box-shadow: 0px 0px 0px 5px #FC5006;

}

.consolemodsheader {
	padding: 50px 30px 50px 30px;
		background-image: url("https://obscurehandhelds.com/wp-content/uploads/2020/11/new_background_2020a.png");
}

.m0 {
	  margin-top: 0!important;
    margin-bottom: 0!important;
}

.consolemodsspacer {
	background-color: black;
	border-top: 3px solid #F75200;
	border-bottom: 3px solid #F75200;
}

/*above here console mods page*/


/*TRIANGLES*/
div.ui-wavesurfer-about {
	display: none;
}
div.ui-wavesurfer.ui-stuff.ui-non-selectable {
	margin: 0px 0px -150px 0px;
}
.glitch {
    text-shadow: -2px 0 red, 0 2px yellow, 2px 0 blue, 0 -2px #00ff00;
   
}
.glitch {
  text-transform: uppercase;
  animation: 0.2s shake infinite alternate;
}

@keyframes shake {
  0% { transform: skewX(-30deg); }
  5% { transform: skewX(30deg); }
  10% { transform: skewX(-10deg); }
  15% { transform: skewX(10deg); }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}
/*TRIANGLES*/

/*COMMENTS*/
li.recentcomments {
	font-size: 12px;
}

td {
	font-size: 12px;
}
/*COMMENTS*/


/*CHART*/
.chartWithOverlay {
    position: relative;
}

.overlay {

    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.1;
    position: absolute;
    top: 45%;  /* chartArea top  */
    left: 20%; /* chartArea left */
    transform: rotate(-45deg);
}
/*CHART*/


ol, ul {
	margin: 0px 0px 40px 0px;
	
}


img.wp-image-10738 {

	    position: absolute;
}



/* Hide scrollbar for Chrome, Safari and Opera */

body::-webkit-scrollbar {display: none;}

/* Hide scrollbar for IE and Edge */

body::-webkit-scrollbar{

-ms-overflow-style: none;

}
