/*
	Theme Name: GamesVillage
	Description: Custom GamesVillage child theme
	Version: 1.0.0
	Text Domain: goodlife
	Template: goodlife-wp
*/

/* Generali */
.post .post-content p a {
	border:none!important;
	box-shadow:none!important;
}


#takeover_gv {
	background-color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 20px;
    left: 0;
    
	margin: 0 auto;
	text-align:center;
}



/* Wrapper */
.header {
	margin-bottom: 20px;
/* 	margin-bottom: 220px; */
}


@media only screen and (max-width: 600px) {
	#takeover_gv {
	display:none;
}
.header{margin-bottom:0;}
}

/* Footer */
footer {
    z-index:1;
}

.style1{margin:20px 10px;}


