/*
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");

/* FORMULARIO DE CONTACTO */
	.wpcf7-form input
	{
		background-color: #fff!important;
		border: 1px solid #9e9f9c!important;
		color: #9e9f9c!important;
		border-radius: 5px!important;
	}
	.wpcf7-form textarea
	{
		border-radius: 5px!important;
		background-color: #fff!important;
		border: 1px solid #9e9f9c!important;
		border-color: 1px solid #9e9f9c!important;
		color:#9e9f9c!important;
	}
	.wpcf7-form .wpcf7-submit
	{
		color:#fff!important;
		background-color: #66cc00!important;
		border-color: 1px solid #66cc00!important;
	}
	.wpcf7-form .wpcf7-submit:hover
	{
		color:#fff!important;
		background-color: #000!important;
		border-color: 1px solid #66cc00!important;
	}

/* MENU */
	nav.main_menu > ul > li > a
	{
		padding: 10px!important;
	}
/* FOOTER */
.blq_footer
	{
		line-height: 22px;
		text-align: justify;
		padding: 0 60px 0 0;
	}
/*LOGO FOOTER*/

	#logo_pie
	{
		margin-bottom: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;	
		justify-content: center;	
	}
	#logo_pie .link_pie
	{
		position: relative;
		left: 5px;
	}
	/*BORDE TITULO FOOTER*/
	.text-color-light .widget-title
	{
		border-color: #ffffff;
	}
/* TEXTO TABS */
	.qode-advanced-tab-text-after-icon
	{
		font-size: 15px;
		text-align: center;
	}