/*
Theme Name: Serano Child
Theme URI: https://serano.clapat-themes.com/
Description: Responsive Wordpress Theme
Template: serano
Version: 1.0
Author: You
Author URI: https://your site
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: serano-child
*/


/*------------------------------------------------------------------
header {
		width:100%;
		height:150px;
		left:0;
		top:0;
		background-color:transparent;
		position:fixed;
		box-sizing:border-box;
		z-index:1000;
		pointer-events:none;
		-webkit-transition: background 0.4s ease-in-out 0.3s;
		transition: background 0s ease-in-out 0s;
	}

	#logo img {
		display: block;
		height: 100px;
		width: auto;
		max-width:none;
		-webkit-transition: opacity 0.15s ease-in-out 0s;
		transition: opacity 0.15s ease-in-out 0s;
	}
-------------------------------------------------------------------*/