/*
Theme Name: Ale Rauccio Theme
Theme URI: 
Description: Tema per Alessandro Rauccio. Ogni imitazione è pura volgarità
Author: weDesign
Author URI: http://www.wedesignlab.it
Template: oblique
Version: 1.0.0
Tags: ale, rauccio, filmmaker, child
Text Domain: AleTheme
*/

.img-responsive{
	max-width: 100%;
	height: auto;
}

.wrapEntry{
	height: 270px;
	max-height: 270px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.wrapEntry img{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

article{
	position: relative;
	margin-bottom: 30px;
}

article span.overlayPost{
	position: absolute;
	background: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	z-index: 1;
	display: none;
}

article span.overlayPost em{
	position: absolute;
    bottom: 6px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    color: #ccc;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

article span h2{
	display: flex;
	align-items: center;
	margin: 0;
	height: 100%;
	padding-left: 20px;
	color: #ccc;
}

.content-area svg{
	display: none;
}

.content-area .svg-container{
	padding-top: 0;
}

.hentry{
	background: none;
}

.entry-title, .entry-title a{
	color: #fff !important;
}

#wpcf7-f40-p38-o1{
	text-align: center;
	max-width: 400px;
	margin: 50px auto 0 auto;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .widget_search .search-field{
	background: #333;
	border-radius: 0;
	border: 1px solid #999;
	outline: none;
	color: #ccc;
}

.search-submit, .wpcf7 input[type="submit"]{
	background-color: #e8ca1e !important;
	color: #333 !important;
	text-transform: uppercase;
}

.nav-previous:hover, .nav-next:hover {
	background-color: #e8ca1e;	
}

.nav-previous:hover a, .nav-next:hover a{
	color: #333 !important;
}

.slicknav_nav li a:hover, .widget ul li a:hover{
	color: #e8ca1e;
}

.centerText{
	text-align: center;
}

article label{
	margin-bottom: 10px;
	font-size: 0.8em;
}

.aleRisultati article{
	border-bottom: 1px solid #333;
}

@media (max-width: 1024px){

	.hentry{
		padding: 0;
	}

	.hentry img{
		margin-bottom: 30px;
		margin-top: 30px;
	}

	span.overlayPost{
		display: block !important;
	}


}

@media (max-width: 767px){

	.sidebar-toggle{
		display: block;
		float: left;
	}

	.top-bar{
		padding: 15px 0;
	}

}






