/*!
Theme Name: Epora
Theme URI: https://weblearnbd.net/wp/epora/
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/portfolio
Description: Epora - Online Courses & Education WordPress Theme
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: epora
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* START - Poner en cada pagina y cada entrada: este codigo css reduce espacio entre el menu principal y menu top de cabecera solo */
/* Header  area */
.d-xl-block .header__area{
	padding-top:3px;
	height:64px;
}

/* Header sticky */
#header-sticky{
	height:29px;
}

/* Division */
body > div:nth-child(2){
	height:35px !important;
}

/* Image */
.logo-area .logo img{
	transform:translatex(-34px) translatey(-41px);
}
/* END - Poner en cada pagina y cada entrada: este codigo css reduce espacio entre el menu principal y menu top de cabecera solo */


/* Menu Footer */
		
/* Link */
.f-bottom-list li a{
	font-weight:600;
	box-shadow:none;
	
}

/* 1200px and larger screen sizes */
@media (min-width:1200px){

	/* Link */
	.f-bottom-list li a{
		font-size:19px !important;
	}
	
}
