/* Fix to accordian */
h4.panel-title{
  margin-top: 12px;
  margin-bottom -10px;
}
h4.panel-title a.accordion-toggle{
  font-weight: 700 !important;
}

/* For responsive videos not using the responsive video shortcode */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */; padding-top: 0px;; height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e3e3e3;
}

.post-navigation {
  display: none !important;
}

.widget ul.sub-menu {
    padding-top: 3px;
    padding-bottom: 0px;
}

.mnave .navbar-nav > li {
    white-space:nowrap !important;
}