/*
Theme Name: Weberaschild
Theme URI: http://www.elegantthemes.com/
Version: 1
Description: Tema hijo de Divi
Author: Melanie
Author URI: http://weberas.com
Template: Divi
*/

@import url("../Divi/style.css");


/*----------------- Empieza a añadir cambios aquí abajo -------------------------------*/



.mobile_menu_bar:before {color: #fff!important;}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	
	background-color: #eee !important;
	border: none !important;
	width: 100% !important;
	font-size: 16px;
	color: #000 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-family: 'Walter Turncoat', cursive!important;
}
.wpcf7 {font-family: 'Walter Turncoat', cursive!important; font-size: 17px;text-align: center;}
.wpcf7-submit {
	color: #000 !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: #f8e603;
	border: 2px solid #f8e603;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width: 100%;
}
.wpcf7-submit:hover { 
	background-color: #8c3093; 
	border-color:#8c3093; 
	padding: 6px 20px !important; 
}
.wpcf7-form-control, .wpcf7-textarea {height: 60px;}

@media only screen and (min-width: 981px) {
	#logo{max-height: 306%!important;padding-top: 0px!important;}
}
