
h2, 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;
}





.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 {
display: inline-block;
margin: 1px 1px 20px 1px;
color: #000000;
font-weight: bold;
text-transform: uppercase;
background: white;
padding: 12px;
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
	}


/*crowd signal poll, kill stats and URL*/
a.crowdsignal-forms-poll__footer-cs-link, span.crowdsignal-forms-poll__answer-results-votes,span.crowdsignal-forms-poll__results-total {
	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*/


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