/*****************************************
/*********** CUSTOM STYLESHEET ***********
/** You can put your customizations here *
/*****************************************/ 

@import url('https://fonts.googleapis.com/css?family=Days+One');

.ad-square, 
.ad-tall,
.ad-wide,
#maingrid.fullwidthpage .ad-square,
#maingrid.fullwidthpage .ad-tall,
#maingrid .panel-bottom .ad-square,
#maingrid .panel-bottom .ad-tall,
#p1 .ad-square, #p1 .ad-tall
 { display: none !important; }

body {
	background: #cdcdcd url(http://www.onlinegametech.com/wp-content/uploads/2016/12/16_onlinegametech_bg.png) center fixed;
	color: #3e3e3e;
}


#nav_top li a, h1.header, h1.title, .nav-sidemenu p 
 {
	font-family: 'Days One', sans-serif !important;
}


.grid-single img {
	box-shadow: 1px 1px 5px black;
}

#navbar {
	background: ;background: rgba(241,231,103,1);
background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
}

#nav_top li a {
	color: #925e00;
	background: #ffe29b;
	transition: all 0.5s;
}

#nav_top li a:hover {
	color: #ce0000;
	background: white;
	transition: all 0.5s;
}

label[for="nav-trigger"] {
	color: #ffffff;
}

.adcode {
	background: rgba(0,0,0,0.5);
	border: none;	
}

#pages .page-numbers {
	background: #;
	border-color: #;
}

#pages .page-numbers.current, #pages .page-numbers:hover {
	background: #;
}

.next a, .prev a {
	box-shadow: ;
}

h1.header, h1.title{
	color: #2b2b2b !important;
}

.nav-sidemenu p {
	color: #1fa91f;
}

footer #nav_bottom li a, footer .copyright a {
	color: black;
}

footer #nav_bottom li a:hover, footer .copyright a:hover {
	color: #bf0000;
}

#disqus_thread {
	border-radius: 10px;
	padding: 10px;
	background: #efefef;
}

.popup_close_text {
    position: relative !important;
    font-family: inherit !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
}

.dgd_stb_box {
	font-size: 9pt;
}

.nav-tabs>li>a {
	color: #ad0000;
}

.nav-tabs>li>a:hover {
	color: darkblue;
}

.nav-tabs>li.active>a {
	background-color: ;
}

.extensionBox {
		background: ;
        color: ;
        font-size: ;
        border: ;
        border-radius: ;
}

.extensionButton {
	background: ;
	color: ;
	border: ;
}