#responsive-form{
	max-width:100% /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
        border-radius: 25px;
}

.form-row{
	width: 100%;


}
.column-half, .column-full, .column-third, .column-fifth{
	float: left;
	position: relative;
	padding: 0px 0px 0px 5px;
	width:100%;
 	box-sizing: border-box
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}



/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
}
	.column-third{
		width: 30%;
	}
  .column-fifth{
		width: 25%;
	}
}

  
/* Submit Button CSS Styles */
 
.wpcf7 input[type=submit] {
    padding: 12px; 
    background:#084a79;
    color:#ffffff;
    font-size:16px;
  	font-weight: bold;
    border:40 none;
  	width: 100%;
}

.wpcf7 input[type=text] {
	height: 50px !important;
}

.wpcf7 input[type=email] {
	height: 50px !important;
  font-size: 56px;
}
.wpcf7 input[type=tel] {
	height: 50px !important;
}
/* Color de fondo para el contenedor de la barra lateral en Enfold */
#top #main .sidebar {
    background-color: #1a365d !important; /* Azul Marino */
    padding: 30px 20px !important;
    border-radius: 0px;
    color: #ffffff !important;
}

/* Cambiar el color de los títulos de los widgets */
#top #main .sidebar .widgettitle {
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    font-size: 15px !important;
}

/* Forzar color blanco en todos los textos y enlaces de la barra lateral */
#top #main .sidebar section, 
#top #main .sidebar a, 
#top #main .sidebar li, 
#top #main .sidebar span {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.1) !important;
}

/* Efecto hover para que se note la interacción */
#top #main .sidebar a:hover {
    background-color: rgba(255,255,255,0.1) !important;
    color: #ffcc00 !important;
}
