@font-face {
  font-family: 'hipsterishfontnormalnormal';
  src: url('../fonts/hipsterishfontnormal-webfont.woff2') format('woff2'),
    url('../fonts/hipsterishfontnormal-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'bignoodletitlingregular';
  src: url('../fonts/big_noodle_titling-webfont.woff2') format('woff2'),
    url('../fonts/big_noodle_titling-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'bignoodletitlingoblique';
  src: url('../fonts/big_noodle_titling_oblique-webfont.woff2') format('woff2'),
    url('../fonts/big_noodle_titling_oblique-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.the-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  z-index: 100;
  border: 5px solid white;
}

#map {
  width: 100%;
  height: 100%;
}

.footer-links {
  float: right;
  padding: 0.7em 0 0;
  width: 30%;
}

.footer-links ul li {
  float: right;
  list-style: none;
  margin-right: 10px;
}

.site-info {
  width: 25%;
}

.logo-wrap {
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  z-index: 1000;
  background: white;
}

.slogan {
  font-weight: bold;
  position: relative;
  left: -100px;
  padding: 0;
  color: #eb735f;
  text-shadow: 1px 1px 4px #ffffff;
  top: -20px;
}

.wp-custom-header img {
  opacity: 0.4;
}

.custom-logo-link {
  display: inline-block;
  padding-right: 1em;
  vertical-align: middle;
  width: auto;
  position: absolute;
  z-index: 1000;
  bottom: -19px;
  width: 120px;
  height: auto;
  left: -30px;
}

.custom-logo-link img {
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit:disabled {
  background-color: #9f9f9f;
}

.navigation-top .wrap {
  padding: 0.75em 2em 0.75em 7em;
}

@media all and (max-width: 767px) {

  .custom-logo-link {
    display: none !important;
  }

  .has-header-image.twentyseventeen-front-page .custom-header,
  .has-header-video.twentyseventeen-front-page .custom-header,
  .has-header-image.home.blog .custom-header,
  .has-header-video.home.blog .custom-header {
    height: 0 !important;
  }

  .site-branding {
    padding: 0;
  }

  .navigation-top .wrap {
    padding: 0.75em 2em 0.75em 2em;
  }
}

#popmake-668 {
  padding: 40px;
}

.font-hipster {
  font-family: 'hipsterishfontnormalnormal', Open Sans;
  font-size: 34px;
  margin-left: 100px;
}

.btn-support,
.btn-support:hover,
.btn-support:visited {
  background: #1f3941;
  color: white;
  font-size: 24px;
  padding: 10px;
  font-family: 'bignoodletitlingregular', Open Sans;
  font-size: 37px;
  margin-left: 100px;
}

@media all and (max-width: 480px) {

  #popmake-668 {
    top: 20px !important;
  }

  .font-hipster {
    font-size: 24px;
    margin-left: 0;
  }

  .btn-support {
    font-size: 27px;
    margin-left: 0;
  }

}


/* Additions for map switch */
.twentyseventeen-front-page.has-header-image .custom-header-media,
.twentyseventeen-front-page.has-header-video .custom-header-media,
.home.blog.has-header-image .custom-header-media,
.home.blog.has-header-video .custom-header-media {
  height: 0;
  max-height: 0;
  overflow: hidden;
}

.the-map {
  position: relative;
  top: auto;
  width: 100%;
  height: calc(100vh - 70px);
  z-index: 0;
  border: 5px solid white;
}

.site-header .site-navigation-fixed .menu-scroll-down,
.site-header .site-navigation-fixed .menu-scroll-up {
  display: inline-block;
  width: 40px;
}

.site-header .site-navigation-fixed .menu-scroll-up {
  right: 40px;
}

.site-header .menu-scroll-down .icon {
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  transform: rotate(-90deg);
}

.content-nav-wrapper {
  width: 90px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
}

.site-header .menu-scroll-down,
.site-header .menu-scroll-up {
  display: block;
}

.menu-main-navigation-container {
  width: calc(100% - 90px);
}

/* Scroll down arrow */

.site-header .menu-scroll-up {
  display: block;
  padding: 1em;
  position: absolute;
  right: 0;
}

.site-header .menu-scroll-up .icon {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
}

.site-header .menu-scroll-up {
  color: #fff;
  top: 2em;
}

.site-header .navigation-top .menu-scroll-up,
.site-header .navigation-top .menu-scroll-down {
  color: #767676;
  top: 0.7em;
}

.menu-scroll-up:focus {
  outline: thin dotted;
}

.menu-scroll-up .icon,
.menu-scroll-down .icon {
  height: 18px;
  width: 18px;
}

.site-header .site-navigation-fixed .menu-scroll-down,
.site-header .site-navigation-fixed .menu-scroll-up {
  display: block;
}

.custom-header-media {
  display: none !important;
}

@media screen and (min-width: 48em) {
  .custom-header-media {
    display: block !important;
  }
}


@media all and (max-width: 767px) {

  .custom-logo-link {
    display: none !important;
  }

  .site-header .menu-scroll-down,
  .site-header .menu-scroll-up {
    display: inline-block !important;
    width: 45px !important;
    height: 70px !important;
    padding: 1rem !important;
    top: 10px !important;
    position: absolute !important;
  }

  .site-header .menu-scroll-down {
    right: 0px !important;
  }

  .site-header .menu-scroll-up {
    right: 40px !important;
  }

}

.site-navigation-fixed.navigation-top {
  bottom: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 7;
  height: 72px !important;
}

.site-footer {margin-top: 0 !important;}

.custom-logo-link {
  top: -19px !important;
}

.custom-logo-link img {
  max-height: initial !important;
}

.custom-header {
  height: 72px !important;
  margin-bottom: 0 !important;
}