/*
Theme Name: Onigiri Child
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: onigiri
Version: 1.0
Tags: Onigiri Child Theme
*/

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

#mobile-menu-toggle {
	position: fixed;
	z-index: 102;
	background: rgba(255,255,255,1);
}

#site-nav {
	position: fixed;
	z-index: 101;
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.jetpack-portfolio-shortcode .entry-header h2.entry-title a {
	border-bottom: 0;
	color: #555;
	font-weight: 300;
}

@media screen and (min-width: 1150px) {
	#site-nav {
		position: initial;
		z-index: initial;
		width: initial;
		background-color: initial;
	}
}
