/*
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 */

.page-id-99 .tg-page-header.tg-page-header--both-center {
    display: none;
}


/*HEADER*/
.tg-site-header-top ul.menu a {
    font-size: 13px !important;
}
img.custom-logo {
    max-width: 100px;
}
.tg-site-header {
	border-bottom: unset;
}
.site-branding .site-title {
    /* text-transform: uppercase; */
}

/*FOOTER*/

.tg-site-footer .tg-site-footer-widgets ul li a {
    text-align: center;
    color: #fff;
}
.tg-site-footer-widgets {
    background: #061020 !important;
}
.widget ul li {
    border-bottom: unset !important;
}

.textwidget a {
	color: #fff !important;}
.textwidget {
    text-align: center;
}
.textwidget i {
    margin-bottom: 10px;
}