/*
Theme Name: Lay Theme
Theme URI: http://laytheme.com/
Author: Armin Unruh
Author URI: http://arminunruh.com/
Description: Create a Portfolio Website with Lay Theme. Design layouts in a configurable grid where you place images, texts and videos.
Text Domain: laytheme
Version: 2.2.8
*/

/* Don't edit above!  */

nav.primary {
	text-align: right;
}

@media (max-width: 600px) {
body {
    padding-top: 0 !important;
}
body.use-mobile-menu nav.primary {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
nav.primary {
position: fixed !important;
top: 10px !important;

}
nav.primary li.current-menu-item>a {
background: none !important;
}
.burger, .navbar { display: none !important}
body.use-mobile-menu nav.primary li {text-align: inherit !important;}
body.use-mobile-menu nav.primary li a {
border-bottom-width: 0 !important;
background: none !important;
display: inline-block !important;
margin-right: 10px !important;
}

}
