/*
Theme Name: Adriano Venditti Enfold Child
Description: tema child sviluppato da Luca Lanari
Author: WebinVetta.it di Luca Lanari
Author URI: http://www.webinvetta.it
Template: enfold
Version: 1.1
*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 750px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	  
	#av_togitem1 img {
		width: 400px;
	}
	.av_left,
	.av_right {
    	width: 100%!important;
	}

}
@media (max-width: 1280px) {
	
	
}

p,h1,h2,h3,h4,h5,h6,span,a{
	font-family: bradley-hand-itc-1!important;
	font-weight:bold!important;
}

#av_togitem1{
	float: left;
	width: 100%;
}
#av_togitem1 p{
	font-size: 120%;
}
#av_togitem1 img{
}

.av_togblock {
	float: left;
	width:49%;
	padding: 1%;
}
.av_togblock1 {
	float: left;
	width:100%;
	padding: 1%;
}
.av_togblock2 {
	float: left;
	width:20%;
}
.av_togblock3 {
	float: right;
	width:49%;
}
.av_left{
	float:left;
	width: 41%;
}
.av_right{
	float:right;
	width: 58%;
    text-align: center;
}
.av_right img {
    border-radius: 10000px;
}
.av_titolo {
    border-bottom: 1px solid;
    padding: 5px!important;
    margin-bottom: 2%;
}