/*
Theme Name:   Greyd Child Theme
Theme URI:    https://greyd.io/
Description:  A child theme for the Greyd Theme
Author:       Greyd
Author URI:   http://example.com
Template:     greyd-theme
Version:      1.0.0
License:      GPLv2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: blog, portfolio, entertainment, site-editing, block-patterns, block-styles
Text Domain:  greyd-child-theme
*/
#mc4wp-form-1 p {
	width:100%;
	display:flex;
	justify-content: center;
}
.acordeon-custom .eael-accordion-content {
	border-radius:100px;
}
.mc4wp-form-fields [type="button"], .mc4wp-form-fields [type="submit"], .mc4wp-form-fields button {
	border-color: var( --e-global-color-primary );
	background-color: var( --e-global-color-primary );
	color: #fff;
	height:100%;
	border-radius: 0 50px 50px 0;
}
.mc4wp-form-fields [type="button"]:focus, .mc4wp-form-fields [type="button"]:hover, .mc4wp-form-fields [type="submit"]:focus, .mc4wp-form-fields [type="submit"]:hover, .mc4wp-form-fields button:focus, .mc4wp-form-fields button:hover {
	background-color: var( --e-global-color-secondary );
	color:#fff;
	    padding: 4px 16px 12px 16px;
}
.mc4wp-form-fields input[type="date"], .mc4wp-form-fields input[type="email"], .mc4wp-form-fields input[type="number"], .mc4wp-form-fields input[type="password"], .mc4wp-form-fields input[type="search"], .mc4wp-form-fields input[type="tel"], .mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="url"], .mc4wp-form-fields select, .mc4wp-form-fields textarea, .mc4wp-form-fields [type="button"], [type="submit"], .mc4wp-form-fields button {
	border-radius:0;
}
#mc4wp-form-1 #nombre {
	border-radius: 50px 0 0 0 !important;
}
#mc4wp-form-1 #mail {
	border-radius: 0 0 0 50px !important;
}
#mc4wp-form-1 #nombre, #mc4wp-form-1 #mail {
	padding-left:35px;
	text-align:right;
    background-color: #a1d7e0;
    border: none;
}
#mc4wp-form-1 ::placeholder {
    color: #fff;
}
#abierto:not(.active) i {
    display: none;
}
#abierto.active i {
    margin-top: -50px;
}
