/*
	Theme Name: Giochi24
	Theme URI: 
	Description: 
	Version: 1.0
	Author: Fabrizio Farenga
	Author URI: http://www.digitalpower.it
	Tags: 
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Roboto', sans-serif;
	color:#444;
}

h1 {
	font-size:28px;
	line-height:30px;
	margin:10px;
}

h3 {
	font-size:18px;
	margin:10px;
	font-weight:normal;
}

.greenButton {
	background-color:rgb(160, 206, 78);
	color:white;
	width:175px;
	height:43px;
	font-size:14px;
	margin-left: 10px;
	border:none;
	cursor:pointer;
}

.sectionTitle {
    border-left: 4px dashed #8bc34a;
    padding: 15px 0px 15px 25px;
	font-size:30px;
	font-weight:bold;
}

.post-content {
	/*max-width:85%;
	margin:20px auto;*/
}

.post-inner {
	max-width:85%;
	margin:20px auto;
}

.gameContainer {
	text-align:left;
}

.gameItem {
	display:inline-block;
	text-align:center;
	padding:10px 10px;
	width:24%;
}

.gameItem img {
	width:100%;
}

.homeText {
	padding-top:40px;
	max-width:1100px;
	margin:0 auto;
	font-size:18px;
	line-height:28px;
	font-weight:normal;
}

.homeText p {
	padding:10px 0px;
}
.homeText12 {
	padding-top:40px;
	max-width:1100px;
	margin:0 auto;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

.homeText12 p {
	padding:10px 0px;
}
.footerRedBar {
	height:100px;
	background-color:#c00;
}

.footerRedBarInner {
	max-width:1100px;
	margin:0 auto;
	padding-top:30px;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
input[type=text], input[type=password], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit],input[type=button] {
  width: 100%;
  height: 40px;
  background-color: rgb(160, 206, 78);
  padding: 15px 20px;
  margin: 8px 0;
  border: 0px ;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit],input[type=button]:hover {
  background-color: rgb(160, 206, 78);
  color: white;
}

#cookie {
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	left:0px;
	background-color:rgba(0,0,0,0.7);
	color:black;
	text-align:center;
	z-index:100;
	padding-top:10px;
	display:none;
}

.cookieInner {
	height:auto;
	background-color:white;
	padding:20px 0px;
}

#cookie button {
	width:100px;
	background-color:black;
	height:30px;
	color:white;
	border:none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	max-width:1100px;
	margin:0 auto;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	max-width:1100px;
	margin: 0 auto;
	font-size:12px;
	color:#8c8989;
	padding:10px 0px;
}

.footer a {
	color:#bfbfbf;
}

p {
	margin:0;
	padding:0;
}

.navMenu ul {
  list-style-type: none;
  margin: 0 0;
  padding: 0;
  overflow: hidden;
}

.navMenu ul li {
  display:inline-block;
  padding-right:40px;
  color:white;
  font-size:15px;
  font-family:Roboto;
}

.navMenu ul li a{
  color:white;
}

.page-template {
	/*background-color:black;*/
	background-image: linear-gradient(to right, black,#001e46,black); 
	/*background-color:#001e46;*/
	color:white;
	padding:0;
	margin:0;
	font-size:20px;
}

.topBar {
	padding-top:25px;
	width:100%;
}

.topBarLeft {
	width:25%;
	display:inline-block;
	text-align:left;
}

.topBarRight {
	width:74%;
	display:inline-block;
	text-align:right;	
}

.slider {
	margin-top:30px;
	background-color: #ffffff;
    background-image: url(/wp-content/uploads/2020/06/slider.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:350px;
}

.sliderInner {
	max-width:1100px;
	margin: 30px auto;
}
.slider2{
	margin-top:30px;
	background-color: #ffffff;
    background-image: url(/wp-content/uploads/2020/06/slider.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:350px;
}
.slider3{
	margin-top:30px;
	background-color: #ffffff;
    background-image: url(/wp-content/uploads/2020/06/slider.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:450px;
}
.slider4{
	margin-top:30px;
	background-color: #ffffff;
    background-image: url(/wp-content/uploads/2020/06/slider.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:350px;
}
/*------------------------------------*\
    GAME
\*------------------------------------*/
.gameContainer {
	max-width:100%;
	margin:40px 20px;
}

.titleGame {
	font-size:34px;
	padding-bottom:10px;
	font-weight: 300;
}

.topGame {
	font-size:14px;
	margin-bottom:20px;
}

.bannerGameOuter {
	display:table;
	width:100%;
	margin-bottom:20px;
}

.bannerGame {
	height:185px;
	display:table-cell;
	vertical-align:middle;
	background-color:#fcf8e3;
	margin-bottom:20px;
	text-align:center;
	font-size:16px;
	color:#b13300;
}

.bannerGame button {
	width:175px;
	height:42px;
	background-color:#a0ce4e;
	color:white;
	border:none;
	cursor:pointer;
	font-weight:bold;
}

.redBlockGame {
	background-color:#cc0000;
	overflow:hidden;
	border-radius:10px 10px 10px 10px;
	padding: 20px 20px 20px 20px;
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	border-radius:10px 10px 10px 10px;
}

#gameFrame iframe {
	width:100%;
	min-height:700px;
	border:none;
	padding: 30px 0;
}

.innerPage {
	max-width:1000px;
	margin:40px auto;
	font-size:16px;
	line-height:22px;
}

.narrowContent {
	width:600px;
	margin:0 auto;
}

#errorMsg {
	text-align:center;
	color:red;
	height:20px;
}

.topMobile {
	display:none;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: Roboto;
    src: url(fonts/RobotoCondensed-Regular.ttf);
}

/*
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (max-width: 1150px) {
.menu-icon {
    position:relative;
    display:inline-block;
    width: 40px;
    text-indent:-999px;
	margin:25px 20px;
}
 
.border-icon {
    height:12px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
}
 
.border-icon:before {
    content:"";
    position:absolute; 
    top:18px;
    left:0;
    width:100%;
    border-top:2px solid #fff;
}

.topBarRight
	{
		width:100%;
		display:none;
	}
	
.topMobile {
	display:block;
}

.topBarLeft {
		display:none
}

.navMenu {
	display:none;
}

.navMenu ul li  {
	text-align:center;
	display:block;
	padding-right:0px;
	font-size:18px;
	line-height:25px;
	}
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
