/**
 * Shame CSS
 *
 * Dedicated stylesheet to house quick fixes and hacks that can be refactored
 * at a later time. Please make sure to use !important if you are overriding
 * existing styling and make sure to document your changes.
 *
 * Remember to enque the file in the assets function in app/setup.php
 */
.page-template-template-landing nav,
.page-template-template-landing .button-cta,
.page-template-template-landing .section-contact,
.page-template-template-landing #menu-footer-menu,
.page-template-template-landing .nav-control {
  display: none !important;
}

.page-template-template-landing .header-component-b .header__bottom {
  padding: 60px 0 !important;
}

@media (max-width: 1023px) {
    .page-template-template-landing .meta-contact a:nth-child(2) {
    display: none !important;
  }

  .page-template-template-landing .header-component-b .header__bottom {
    padding: 30px 0 !important;
  }

  .header-component-b .header__branding img {
    background-color: transparent !important;
  }
}
