/*
Theme Name: Twenty Seventeen APA
Template: twentyseventeen
Description: Asset Protection Advisers child theme for migrated custom CSS/JS.
Version: 1.0.0
*/

/* Migrated from Simple Custom CSS and JS: Copyright */
.copyright {
  color: #666;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/* Migrated from Simple Custom CSS and JS: Mobile Header */
@media screen and (max-width: 768px) {
  .has-header-image.twentyseventeen-front-page .site-branding,
  .has-header-video.twentyseventeen-front-page .site-branding,
  .has-header-image.home.blog .site-branding,
  .has-header-video.home.blog .site-branding,
  .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 {
    display: block;
    max-height: 100%;
    height: auto;
    left: 0;
    max-width: 100%;
    min-height: 0;
    -o-object-fit: unset;
    object-fit: unset;
    position: relative;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .has-header-image.twentyseventeen-front-page .site-branding,
  .has-header-video.twentyseventeen-front-page .site-branding,
  .has-header-image.home.blog .site-branding,
  .has-header-video.home.blog .site-branding,
  .custom-header-media,
  .has-header-image .custom-header-media img,
  .has-header-video .custom-header-media video,
  .has-header-video .custom-header-media iframe {
    position: static;
  }

  .custom-header-media:before {
    background: none;
  }

  body.has-header-image .site-description,
  body.has-header-video .site-description {
    color: #222;
    opacity: 1;
  }

  .site-branding .wrap {
    padding: 0 1em;
  }
}

/* Migrated from Simple Custom CSS and JS: Title Size */
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
  color: #222;
  font-size: 50px;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: none;
}

/* Migrated from Simple Custom CSS and JS: Menu */
.navigation-top .wrap {
  max-width: 100%;
}

@media screen and (min-width: 48em) {
  .navigation-top .wrap {
    max-width: 100%;
  }
}
