/*
Theme Name: ideaWeb
Version: 1.0
Description: Un tema hijo de Divi
Author: ideaweb
Template: Divi
*/

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

/*------------------vertical-align----------------*/
.ds-vertical-align
{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*-----------------formulario de contacto-----------------*/
.gform_body input, .gform_body textarea
{
	border:none;
	border-bottom:3px solid #fff;
	padding:20px!important;
	margin-top:0px!important;
	margin-bottom:10px!important;
	transition: all 0.3s;
	background-color:rgba(255,255,255,0.3);
	font-weight:700;
	color:#fff;
}
.gform_body input:focus, .gform_body textarea:focus
{
	border-bottom:3px solid #ffc300;
	background-color:#222;
	color:#fff;
}
.gform_footer
{
	text-align:center;
}
.gform_button
{
	border: none;
	color: #fff;
	background-color: #ffc300;
	padding:12px 30px;
	transition: all 0.3s;
	cursor:pointer;
	font-size:14px!important;
	font-weight:700;
}
.gform_button:hover
{
	background-color:#222;
}
/*--------------------quitar txt galeria img-------------------*/
.mfp-bottom-bar
{
	display:none;
}