/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.mobile_menu_button{
	display: none;
}

/* Formulario CF7 a 2 columnas responsive */
#responsive-form{
	max-width:1200px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full, .column-2tercio, .column-1tercio{
	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 only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
	.column-2tercio{
		width: 66%;
	}
	.column-1tercio{
		width: 33%;
		text-align: right;
	}
}
/* Formulario CF7 a 2 columnas responsive */
/* FORMULARIO DE CONTACTO*/

textarea.wpcf7-form-control.wpcf7-textarea {
    background: #fff !important;
    border: 1px solid #202020 !important;
}

.wpcf7-list-item{
	margin: 0;
}

.cf7-servicios .wpcf7-checkbox{
	display: flex;
    flex-direction: column;
	margin-top: 15px;
}

 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover{
	color: #fff;
}

#cmplz-document{
	max-width: 100%;
	width: 100%;
}

#cmplz-document h1, #cmplz-document h2, #cmplz-document h3 {
	letter-spacing: 0;
}

.footer_col2 p{
	padding-bottom: 10px;
}

.footer_top .menu-item {
	padding: 0 !important;
}


