/*
Theme Name: Construction Child
Author: Vamtam
Author URI: http://vamtam.com
Template: construction
*/



/*

put your child theme styles here


you don't need any @import rules

*/


header.main-header.layout-logo-menu .first-row .logo-wrapper {
   	display: initial!important;
    min-height: 130px;
    position: relative;
    text-align: left;
    top: -20px;
}

.fixed-header-box .logo-wrapper .logo img {
    position: absolute!important;
    top: 0!important;
    padding: 0 !important;
}

	@media only screen and (max-width: 480px) {
		header.main-header.layout-logo-menu .first-row .logo-wrapper {
		    top: 20px;
		}
	}