/* ************************************************   
Theme Name: moresa
Author: Templines
Version: 1.0
Description: Moresa - Business Wordpress Template
Theme URI:  http://pro-theme.com/wordpress/moresa/
Author URI: http://templines.com
Template: moresa
License: ThemeForest Regular License
License URI: http://themeforest.net/licenses/regular
Tags: custom-header, custom-menu, editor-style
*/

@import url('https://fonts.googleapis.com/css?family=Bitter|Fira+Sans|Raleway|Source+Sans+Pro&display=swap');

/*LOGO WHITE */

.header.header-logo-white .normal-logo {
    display: block !important;
	max-height:100px;
}

.header.header-logo-white .scroll-logo {
    display: none !important;
	max-height:100px;
}


/*LOGO BLACK */

.header.header-logo-black .normal-logo {
    display: none !important;
	max-height:100px;
}

.header.header-logo-black .scroll-logo {
    display: block !important;
	max-height:100px;
}

