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

nav.main_menu>ul>li>a{
	margin-top: 15px !important;
}

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a {
    color: #1A5688;
}

/*CONTACTO*/

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea{
	border: 2px solid !important;
}

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

.wpcf7-submit:hover{
	color: #FFF !important;
    background-color: #1A5688 !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: 2px 2px 2px #CCC;
	border-radius: 10px;
}

.fixed_top_header .bottom_header, .fixed_top_header nav.mobile_menu, nav.mobile_menu{
	background-color: #FFF !important;
}

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

	.q_logo{
		top: 65% !important;
	}
}