.nv-page-title-wrap.nv-big-title {
  margin: 0px;
  margin-top: 15px;
}
/*
#nv-primary-navigation-main ul.sub-menu li {
				color:black !important;

}
.nav-ul li.nv-active > .wrap .caret, .nav-ul li.nv-active > .wrap > a {
		color:black !important;
}*/
#nv-primary-navigation-main ul.sub-menu li {
    color: black !important;
    /*border-color: black !important;*/
}
#sya_container ul {
list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin-bottom:10px;
 font-family:var(--headingsfontfamily),var(--nv-fallback-ff)
}

p {
    margin-bottom: 10px;
		margin-top: 0px;

}

/* space round blog title*/
	.nv-single-post-wrap > div:first-child {
  margin-top: 20px;
	margin-bottom: 4px;
}

/*space under blog end*/
.nv-single-post-wrap > div:last-child {
  padding-bottom: 0px;
}
.nv-index-posts, .nv-single-post-wrap {
  margin-bottom: 15px;
}

/* space under page end */
.nv-single-page-wrap.col {
  margin-bottom: 15px;
}

/* Sidebar padding */
.nv-sidebar-wrap.nv-right {
  padding-left: 8px;
	padding-right: 8px;
}

/*Calender day color fix*/
.ics-calendar-month-grid .day {
  color: black
}
.ics-calendar {
  margin-top: 0;
	margin-bottom: 0;
}

/* Page scroll offset for sticky header*/
#ps2id-dummy-offset{
  height: 90px;
}
@media only screen and (min-width: 767px){
  #ps2id-dummy-offset{
    height: 115px;
  }
}