/* 
Theme Name: Walter Theme
Theme URI: http://www.progetty.it
Description: Theme for Walter Sabato
Version: 1.0
Author: Giuseppe Ciullo
Author URI: http://www.giuseppeciullo.it
*/

body{
	font-family: 'Noto Sans', sans-serif;
	color: #111;
}
a,a:hover,a:active,a:focus{
	color: #111;
}
h1,h2,h3,h4,h5{
	font-weight: 700;
}
.mfp-bg{
	opacity: 1;
}
#header{	
	height: 100px;
	width: 100%;
	background-color: #fff;
}
#header a{
	font-size: .85em;
}
.slider {
  position: relative;
  height: calc(100vh - 100px);
}
.slider .slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .slide:first-child {
  display: block;
}

.gallery img{
	-webkit-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.gallery img:hover{
	opacity: 0.7;
}
#footer{
	background-color: #111;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: .85em;
}
#footer a{
	color: #fff;
	text-decoration: underline;
}
@media(max-width: 767px){
	#header{
		text-align: left;
	}
	#header h2{
		font-size: 2em;
	}
	#header .absolute-center{
		position: relative;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin-top: 5px;
		text-align: left!important;
	}

}
