/*****************************************
/*********** CUSTOM STYLESHEET ***********
/** You can put your customizations here *
/*****************************************/ 
@import url('https://fonts.googleapis.com/css?family=Bubblegum+Sans');

body {
	background: url(http://www.kidsvideogame.com/wp-content/uploads/2016/12/bg_body.png) #9be3fe fixed;
	color: ;
}



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

#navbar {
	background: rgba(239,197,202,1);
background: -moz-linear-gradient(top, rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,197,202,1)), color-stop(50%, rgba(210,75,90,1)), color-stop(51%, rgba(186,39,55,1)), color-stop(100%, rgba(241,142,153,1)));
background: -webkit-linear-gradient(top, rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
background: -o-linear-gradient(top, rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
background: -ms-linear-gradient(top, rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
background: linear-gradient(to bottom, rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99', GradientType=0 );

box-shadow: none;
border-bottom: 2px solid #a50011;
}

#nav_top li a {
	color: ;
	background: #af1626;
	transition: all 0.5s;
}

#nav_top li a:hover {
	color: #5701a9 ;
	background: #fffab9;
	transition: all 0.5s;
}

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

.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: #5500ce !important;
	text-shadow: 0 0 10px white, 0 0 20px white;
}


	.nav-sidemenu p {
	color: orange !important;
}

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

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

#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: ;
}

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

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

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

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

#nav_top li a, h1.header, h1.title, .nav-sidemenu p,
.grid-single h3
 {
        font-family: 'Bubblegum Sans', Oswald, sans-serif !important;
}

.page, #single-post {
        background: rgba(155,227,254,0.7);
}

.page h1.title, .post h1.title {
        padding-top: 10px;
}

.page p, .post p {
        padding: 0 10px;
}