/*
Theme Name: Isopur
Author: Pixel2Code
Author URI: http://pixel2code.nl/
Description: Wordpress theme for Isopur.
Version: 1.0
Text Domain: ISOP
*/

.logged-in {padding-top:32px; }
.logged-in .site-header{
    top: 32px;
}

/** LOGO MENU**/

.site-header .site-logo-wrap .site-logo {
		height: 60px;
}

.site-header .site-logo-wrap {
	top: 5px;
}

@media (max-width: 767px) {
  .site-header .site-logo-wrap {
    top: 0px;
  }
}


