/* Enter Your Custom CSS Here */

/* remove page header */
.page-id-441 .entry-header{
  display: none;
  
  /* change page background color */
}.page-wrap .content-wrapper{
  background-color: #181818;
}

/* mobile header position fix */
@media only screen and (max-width: 1024px) {

    header#masthead.site-header {

        position: absolute !important;

        background-color: #181818;

    }

}

div.header-image > img.header-inner {
    min-height: 180px;
}

/* position color employees */
.roll-team .team-content .pos {
  color: #42b9f4;  
}  

/* client info testamonials */
.roll-testimonials .name span {
  color: #d0a5ff;  
}  

/* no title on full width template */
.page-template-page_fullwidth .entry-header{
  display: none;
}


