/*
Theme Name: Ferreteria Bricolaje Morera Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Tema hijo para Ferreteria Bricolaje Morera
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 9.4.0
Template: bridge
*/
@import url("../bridge/style.css");

header.centered_logo.centered_logo_animate .q_logo img, header:not(.centered_logo) .q_logo img{
	height: 60% !important;
}

.q_logo{
	top: 65% !important;
}

header{
	border-bottom: 2px solid #007CC2 !important;
}

a:hover, p a:hover {
    color: #007CC2;
}

footer .widget_nav_menu h5,
footer .widget_text h5{
	color: #000 !important;
}

footer_bottom_holder{
	border-top: 2px solid #ece931 !important;
}

/*CONTACTO*/

.wpcf7-submit{
	border-color: #000 !important;
    background-color: #FFF !important;
	transition: 0.5s;
}

.wpcf7-submit:hover{
	color: #FFF !important;
    background-color: #ece931 !important;
}

.wpcf7 .wpcf7-form p{
	font-weight: bold;
	color: #000;
}

.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap textarea{
	box-shadow: 0px 0px 0px 2px #CCC;
	border-radius: 10px;
}

/*MEDIA QUERIES*/

@media (min-width: 1024px) and (max-width: 1199px){
	.q_logo{
		top: 65% !important;
	}
	header.centered_logo.centered_logo_animate .q_logo img, header:not(.centered_logo) .q_logo img{
		height: 53% !important;
	}
}

@media (min-width: 1001px) and (max-width: 1023px){
	.q_logo{
		top: 65% !important;
	}
	header.centered_logo.centered_logo_animate .q_logo img, header:not(.centered_logo) .q_logo img{
		height: 50% !important;
	}
}

@media (max-width: 1000px){
	.q_logo {
		top: 20% !important;
	}
}

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a{
	color: #007CC2 !important;
}