/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Feb 17 2016 | 04:37:10 (pm)
/*
/******* Do not edit this file *******/

/* VISUAL FORM BUILDER */

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D1D3D4;
    border-radius: 5px;
    padding: 10px;
}

.visual-form-builder fieldset{
	clear:both;
	margin:15px 0;
	padding: 0;
	border:none;
	border-radius:3px;
	background-color:transparent;
}

/* WP-PAGINATE */  

.wp-paginate {padding:0; margin:0; text-align:center;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {
	display:inline block; 
	color:#222; 
	margin-right:4px; 
	padding:3px 8px; 
	text-align:center; 
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
}
.wp-paginate a:hover, .wp-paginate a:active {text-decoration:underline;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {
	color:#fff; 
	background:#222;
	margin-right:4px; 
	padding:5px 10px; 
	-moz-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	border-radius: 5px;
}
    
/* WP ABOUT AUTHOR */
    
.wp-about-author-containter h3 a
{
	color:#222;
}

.wp_about_author_name a{
	color:#222;
}

.wp-about-author-containter-top{
	background: #efefef;
	border-top: 1px solid #D1D3D4;
	clear: both;
	margin: 125px 0 30px 0;
	overflow: hidden;
	padding: 20px;
}
.wp-about-author-containter-around{
	background:#fff;
	border:1px solid #D1D3D4;
	-moz-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	border-radius: 5px;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
    
.wp-about-author-pic{
	background: #fff;
	border: 1px solid #D1D3D4;
	float: left;
	height: 100px;
	width: 100px;
	margin: 0 -122px 0 0;
	padding: 10px;
}