/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Fix Page title not showing up on phone
-----------------------------------------------------------------*/
.page-title-video .container {
    z-index: 5;
}

/* ----------------------------------------------------------------
Fix hover on active portfolio
-----------------------------------------------------------------*/

.grid-filter li.activeFilter a:hover {
  color:white;
}
/* ----------------------------------------------------------------
Fix page title alignment
-----------------------------------------------------------------*/
#page-title.page-title-parallax h1 {
  padding-left:15px;
}

.dark #header-wrap {
    background-color: #162d40;
}
