/*
Theme Name:         Purapharm Theme
Theme URI:          http://roots.io/starter-theme/
Description:        Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
Version:            7.0.3
Author:             Roots
Author URI:         http://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

@media only screen and (min-width: 1200px) {
  .home-banner #main-news-container #news-slider {
    height: 442px
  }
}

li.nongsSubMenu {
	position: relative;
	cursor: pointer;
}

li.nongsSubMenu ul {
	width: 100% !important;
	display: none;
	position: absolute !important;
	margin: -11px 0 0 0 !important;
	padding: 10px 20px 0px 20px !important;
	left: 100% !important;
	top: 0 !important;
	background-color: #f0f0f0 !important;
	border: 1px solid #aaa !important;
}

li.nongsSubMenu:hover ul {
	display: block;
}

li.nongsSubMenu > a::after {
	content: "";
	position: absolute;
	height: 0px;
	top: 0;
	right: 0px;
	bottom: 0;
	margin: 0;
	border: 6px solid transparent;
	border-left-color: #3c3c3c;
}

li.nongsSubMenu ul li {
	display: block;
	margin-left: 0px;
	position: relative;
	padding: 0px 20px 10px 0px !important;
}
