/*
Theme Name: Kreate Child
Theme URI: http://kreate.elated-themes.com/
Description: A child theme of Kreate Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Template: kreate
*/
@import url("../kreate/style.css");
footer .eltd-footer-bottom-holder{background-color:#ffffff !important;}
.eltd-icon-list-item .eltd-icon-list-text{color:#ffffff;}
.eltd-footer-bottom-holder .eltd-container-inner{border-top:0px !important;}
.eltd-icon-list-item .eltd-icon-list-text{text-align:left !important;}
.eltd-content-inner>.eltd-container{background-color:#ffffff !important;}
.eltd-icon-list-item .eltd-icon-list-text{font-weight:500 !important;}
#responsive-form{
	max-width:1200px /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	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%;
	}
}