/* 
* This is a custom stylesheet,
* however it is recommended that if you would like to edit theme code that you do so in a child theme:
* http://codex.wordpress.org/Child_Themes
*/

.entry-meta-author,
.entry-meta-category{
	display: none !important;
}


.wpcf7-form input, 
.wpcf7-form textarea{
	border:1px solid #efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:6px
}
span.wpcf7-not-valid-tip{
	font-size:0.8em;
	padding-left:20px;
}

.wpcf7-form .wpcf7-tel{
width:160px
}
span.wpcf7-list-item {
    margin-left: 0em;
}