/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.14.1477321393
Updated: 2016-10-24 15:03:13

*/

/*
	COLORES
			e8e8de blanco oscuro
			6C1D33 rojo
			E6DDE0 moradillo
			F4EEEB beige
*/

/*
                        NAVEGACIÓN
*/

/*****Resaltar color enlaces menú y submenú*****/
  	#top-menu li a:hover {
    	color: #6C1D33 !important;
  	}

/*****Corrección del tamaño del logo para evitar la superposición con el menú*****/
@media only screen and (max-width : 1200px) { 
	#logo {
		max-height:54% !important;
	}
}

/*****Corrección del tamaño del menú para evitar la superposición con el logo*****/
@media only screen and (max-width : 1100px) { 
	#top-menu li {
  		font-size: 12px !important;
	}
}

@media only screen and (max-width : 1000px) { 
	#top-menu li {
  		font-size: 11px !important;
	}
}

/*****Cambiar el color de los items del menú de dispositivo móvil*****/
	.et_mobile_menu li a {
  		color: rgba(0, 0, 0, 0.6) !important;
	}

/*****Cambiar el color del fondo del menú de dispositivo móvil*****/
	.et_mobile_menu {
  		background: #FFFFFF !important;
	}


/*
                        CUERPO
*/

/*****Alineación horizontal de los elementos en una fila*****/
	.horizontal-align { 
    	display: flex; 
    	flex-direction: column; 
    	justify-content: center;
	} 

/*****Eliminar el espacio que se crea en el botón de CF7 al hacer el hover*****/
	.wpcf7-submit:hover { 
		padding: 0.3em 1em !important; 
	}

/*****Para poner una altura de línea a todos los h1 y h3 del texto*****/
    h1, h3 {
        line-height: 1.3em !important;
    }


/*
						PÍE DE PÁGINA
*/

/*****Resaltar enlaces interés*****/
	.et_pb_widget a:hover {
		color: #666666 !important;
	}

/*****Color enlaces interés*****/
	.footer-widget a {
		color:#FFFFFF !important;
	}

/*****Resaltar enlaces footer*****/
	#footer-info a:hover {
  		color: #fff!important;
	}

	.et-social-google-plus a:hover {
		color: #d51f1e !important;
	}

	.et-social-facebook a:hover {
		color: #3b5998 !important;
	}

	.et-social-twitter a:hover {
		color: #1da1f2 !important;
	}