/**
Theme Name: Personalizado
Author: ideaWeb
Author URI: https://ideaweb.es/
Description:
Version: 23
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: personalizado
Template: astra
*/
/*-----------------formulario de contacto-----------------*/
.gform_body input, .gform_body textarea
{
	border:2px solid #778fb2;
	padding:14px!important;
	margin-top:0px!important;
	margin-bottom:0px!important;
	transition: all 0.3s;
}
.gform_body input:focus, .gform_body textarea:focus
{
	border:2px solid #0352b8!important;
}
.gform_footer
{
	text-align:center;
}
/*---------mod item menu contacto---------*/
@media (min-width: 922px)
{
	.item-contacto
	{
		display:none!important;
	}
}