/*
Theme Name: Twenty Seventeen Child Cribswanted
Description: Child theme for Twenty Seventeen with custom footer and safer mobile header adjustments.
Author: OpenAI
Template: twentyseventeen
Version: 5.1
Text Domain: twentyseventeen-child-cribswanted
*/

.site-footer { background-color: #111; }
content: "";
  display: block;
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .custom-header-media,
  .wp-custom-header,
  .custom-header,
  .site-branding,
  .navigation-top,
  .menu-scroll-down {
    position: relative !important;
  }

  .custom-header,
  .custom-header-media,
  .wp-custom-header {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .custom-header-media img,
  .wp-custom-header img,
  .single-featured-image-header img,
  .panel-image img {
    display: block;
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
  }

  .site-branding {
    padding: 1.5em 0 1em !important;
  }

  .menu-toggle,
  .navigation-top,
  .main-navigation,
  .menu-main-container {
    z-index: 50;
  }

	/* existing theme CSS above... */
	
.site-info {
    display: block !important;
    text-align: center;
    padding: 20px 10px;
}

.site-info p {
    color: #ffffff !important;
    font-size: 14px;
    margin: 0;
}

.site-info a {
    color: #ffffff !important;
    text-decoration: underline;
    margin: 0 5px;
}

.site-info a:hover {
    color: #ff6600 !important;
}
