/*
Theme Name: Zakra Child Theme
Theme URI: http://themegrill.com/themes/zakra/
Description: Child Theme for Zakra
Author: ThemeGrill
Author URI: http://themegrill.com
Template: zakra
Version: 1.0
*/

/*Formulario CF7 a 2 o 3 columnas responsive*/
#responsive-form{
	max-width:800px; /*-- change this to get your desired form width --*/
	margin:0 auto;
	width:100%;
	background: #3d4759;
	padding: 2% 3%;
	/*box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);*/
}
.form-row {
	width: 100%;
	padding-bottom: 8%;
}
.column-half, .column-full, .column-third {
	color: #fff;
	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;
}
.column-full.centro {
	padding-top: 0;
    text-align: center;
}
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	width: 100%;
	height:40px;
}
textarea, input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
}
div.wpcf7 .ajax-loader {
	display: block;
}
span.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 14px;
}
label {
    width: 100%;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
	.column-third {
		width: 33%;
	}
	.column-third.segunda {
		margin: 0 0.5%;
	}
}
/* FIN Formulario CF7 */

.tg-mobile-toggle > button {
    background: #fff !important;
}
.tg-site-footer-section-2 a {
    color: #121c2a !important;
}
i.tg-icon.tg-icon-arrow-up {
    color: #fff !important;
}
.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5 !important;
}

/*LOGO*/
@media only screen and (min-width: 335px) { 
img.custom-logo {
    max-width: 240px;
}
}