/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* MAILCHIMP INTEGRADO FOOTER */


.mc4wp-form-fields input[type="submit"] {background-color: #000 !important;
    border: 1px solid transparent;
    color: #fff !important; padding: 6px 18px; cursor: pointer; border-radius: 15px; text-transform:uppercase; transition: 0.5s;}

.mc4wp-form-fields input[type="submit"]:hover {background-color: #fff !important;
    border: 1px solid transparent;
    color: #000 !important; transition: 0.5s;}

.mc4wp-form-fields input[type="email"], .mc4wp-form-fields input[type="text"] { background: #fff none repeat scroll 0 0;
   width: 100%;
	border-radius: 10px;
	border: 1px solid #ddd;
	color: #333333 !important;
	font-size: 16px !important;
	height: 36px !important;
	padding: 4px 12px;
	margin: 0px 0 0 0;
	transition: 0.5s;
	
	}

.mc4wp-form-fields input[type="email"]:hover, .mc4wp-form-fields input[type="text"]:hover {background: #ddd; border-color: #ddd; transition: 0.5s;}

.mc4wp_form_widget-2 .widget-title {display: none !important; visibility: hidden !important;}



/*************************************************
 * CONTACT FORM CSS
/************************************************/
.wpcf7 {
	color: #000 !important;
	font-weight: 500;
	font-size: 16px !important;
	/*font-family: "Raleway";*/
	
}

.wpcf7 label {color: #333; font-size: 14px; font-weight: 400;}

/*Input Fields*/
.wpcf7 input[type="tel"], .wpcf7 input[type="password"], .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	width: 60%;
	border-radius: 4px;
	border: 1px solid #ddd;
	color: #000 !important;
	font-size: 16px !important;
	height: 30px !important;
	padding: 4px 12px;
	margin: 0px 0 0 0;
	
}

.wpcf7 input[type="tel"]:hover, .wpcf7 input[type="password"]:hover, .wpcf7 input[type="text"]:hover, .wpcf7 input[type="email"]:hover {
	background: #ddd; border-color: #ddd; transition: 0.5s;
}



.wpcf7-select {
width: 100% !important;
color: #000000 !important;
	font-size: 16px !important;
	height: 30px !important;
	padding: 4px 12px;
	background: #fff !important;
	border: none !important;
	
}

.wpcf7-select-parent {border-radius: 10px; border: 1px solid #ddd; }

.wpcf7-select-parent  .select-arrow { background: #eee; color: #fff;box-shadow: none;}



/*Message Area*/
.wpcf7 textarea {
	width: 100%;
	height: 100px;
	color: #000 !important;
	border-radius: 10px;
	border: 1px solid #ddd;
	font-size: 16px !important;
	padding: 4px 12px;
}

.wpcf7 textarea:hover {
	background: #ddd; border-color: #ddd; transition: 0.5s;
}


.wpcf7 :focus {
	outline: none;
}

/*All Fields when Active*/
.wpcf7 input[type="tel"]:active, .wpcf7 input[type="text"]:active, .wpcf7 input[type="email"]:active, .wpcf7 textarea:active,
.wpcf7 input[type="tel"]:focus, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus {
	background-color: #fff !important;
	border: 1px solid #60bdb4;
}


/*Send Button*/


.wpcf7 input[type="submit"] {border: 1px solid #333 !important;
    color: #333 !important; background: transparent !important; border-radius: 25px !important;
	font-size: 20px !important;
	font-weight: 500; !important;
    line-height: 17px !important;
    padding: 12px 15px !important;
	transition: 0.8s;
}



/*Send button hover*/
.wpcf7 input[type="submit"]:hover {
	border: 1px solid #000 !important;
    color: #fff  !important; background: #000 !important; border-radius: 25px !important;
	font-size: 20px !important;
	font-weight: 500; !important;
    line-height: 17px !important;
    padding: 12px 15px !important;
	transition: 0.8s;
}


div.wpcf7-response-output {
	margin: 2em 0 1em;
	padding: 20px 10px;
	font-size: 1.2em;
}

div.wpcf7-mail-sent-ok {
	border: none;
	background-color: #8ED2C0;
	color: #fff;
}

div.wpcf7-mail-sent-ng {
	border: none;
	background-color: #8ED2C0;
	color: #fff;
}

div.wpcf7-spam-blocked {
	border: none;
	background-color: #f85342;
	color: #fff;
}

div.wpcf7-validation-errors {
	border: none;
	background-color: #f85342;
	color: #fff;
}

span.wpcf7-not-valid-tip {
	color: #f85342;
	display: block;
	background: #fff !important;
}

/* MAILCHIMP INTEGRADO */


.mc4wp-form-fields input[type="submit"] {background-color: #000 !important;
    border: 1px solid transparent;
    color: #fff !important; padding: 6px 18px; cursor: pointer; border-radius: 15px; text-transform:uppercase; transition: 0.5s;}

.mc4wp-form-fields input[type="submit"]:hover {background-color: #fff !important;
    border: 1px solid transparent;
    color: #000 !important; transition: 0.5s;}

.mc4wp-form-fields input[type="email"], .mc4wp-form-fields input[type="text"] { background: #fff none repeat scroll 0 0;
   width: 100%;
	border-radius: 10px;
	border: 1px solid #ddd;
	color: #333333 !important;
	font-size: 16px !important;
	height: 36px !important;
	padding: 4px 12px;
	margin: 0px 0 0 0;
	transition: 0.5s;
	
	}

.mc4wp-form-fields input[type="email"]:hover, .mc4wp-form-fields input[type="text"]:hover {background: #ddd; border-color: #ddd; transition: 0.5s;}



/* Responsive Form */

#responsive-form {
	max-width:760px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 4px 10px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}



/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}