/*!
Theme Name: Momo Nepal
Theme URI: http://underscores.me/
Author: Dirga Raj Lama
Author URI: http://deltawebsys.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: momonepal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Momo Nepal is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}
p {
 
	color: #323232;
}

.modal {
 
	z-index: 9999;
	 
}
.momo_modal-content {
	background:#fff;
}
.menu-body.menu-left .menu-details {
	/*display:inherit;*/
}
.menu-body.menu-left .menu-title h4 {
	 
	margin-right: 20px;
}
.topbar ul li, .topbar ul li a {
	color:#000;
}
.mega-menu .menu-links > li > a {
		color:#000;
}
.mega-menu.desktopTopFixed .menu-list-items {
 
	background: #fff;
}
.parallax {
 
	opacity: 0.5;
}
p {
 
	color: #323232;
}
.menu-body.menu-left .menu-thumbnail {
	width:100px;
	height:100px;
	border-radius:50%;
	overflow:hidden;
}
.grid-item {
 
	overflow: hidden;
	height: 200px;
}
.blog-entry-image img {
	width:100%;
	height:auto;
}