/*
Theme Name: MH Elegance lite (Tema hijo)
Theme URI: https://www.mhthemes.com/themes/mh/elegance-lite/
Template: mh-elegance-lite
Author: Miguel Ángel Lordán
Author URI: http://www.elrincondelosfamosos.com
Description: MH Elegance lite is an elegant and fully responsive multi-purpose WordPress theme which is perfectly suitable for professional business and corporate websites or high-class blogs.
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,featured-images,theme-options,threaded-comments,translation-ready,rtl-language-support,blog,news
Version: 1.3.5.1492485678
Updated: 2017-04-18 05:21:18

*/

/**** NAVEGACIÓN ****/

.main-nav ul li a { display: block; font-size: 11px; line-height: 1.3; letter-spacing: 0.15rem; padding: 15px 10px; }
.main-nav ul li a:hover, .main-nav ul .current-menu-item > a { color: red; }
.main-nav ul li:hover > ul { display: block; background: #686868; z-index: 9999; }
.main-nav ul ul li a:hover, .main-nav ul ul .current-menu-item a { color: red; }

/**** COLOR ENLACES CUERPO SIN SUBRAYADO ****/

.entry-content a:hover { 
	text-decoration: none;
	color: red;
}


/***** SlickNav User Default Style COLOR NAVEGADOR MOVIL*****/
.slicknav_menu { background: #686868; border-bottom: 1px solid #f1f1f1; }


/**** COLOR TEXTO Y ENLACES FOOTER ****/

p.copyright {
	color: #FFFFFF;
}

footer a {
    	color: #be2844;
    	text-decoration: none;
}

footer a:hover { 
	text-decoration: none;
	color: red;
}