/*##############
HEADER
###############*/

html .cssescape, html{
    margin-top: 0px !important;
}

.region__inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#custom_header .section__header {
    display: none;
}

#wpadminbar {
    display: none;
}

.grimlock--navigation-fixed.grimlock--navigation-stick-to-top.admin-bar .main-navigation {
    top: 0px;
}

@media screen and (max-width: 782px){
  html .cssescape {
      margin-top: 0px !important;
  }
}


@media (max-width: 991.98px){
  #custom_header > .region__inner {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
  }
}


/*##############
FOOTER
###############*/
footer#footer {
    display: none;
}