/*
Theme Name: Bezel WP Child
Theme URI:
Description: Creative Multi-Purpose WordPress Theme
Author: HodyLab
Author URI: http://hody.co/
Template: bezel-wp
Version: 1.0.0
*/


/****** Contato *****/

.contato input.wpcf7-text {
	border:1px solid #eeeeee;
	padding:0 10px;	
	height:30px;
    border-radius: 2px;
}

.contato textarea.wpcf7-textarea {
	border:1px solid #eeeeee;
	padding: 10px;	
	height: 100px;
    border-radius: 2px;
}

.contato input.wpcf7-submit {
    height: 30px;
    padding: 0 20px;
    line-height: 1;
    border-radius: 2px;
    background: #000;
    color: #ffffff;
	font-weight:500;
}

/*****Footer******/


.social-list>li>a:hover {
    color: #cc2b2b !important;
}

@media screen and (max-width:768px) {
	.footer {
		text-align:center;
	} 
}