/*
  Theme Name:   ched
  Template:     twentyseventeen
  Version:      0.1.0
*/

/**********************************************************************
 * Increase the body width (was 700px)
 **********************************************************************/
.wrap {
  max-width: 1500px;
}

/**********************************************************************
 * Hide all displays of the author
 **********************************************************************/
.byline,
.single .byline,
.group-blog .byline {
  display: none;
}

/**********************************************************************
 * Hide the skip link at the top of the page
 **********************************************************************/
.skip-link {
  display: none;
}

/**********************************************************************
 * Hide the arrow on the header that scrolls down to the posts area
 **********************************************************************/
.site-branding .menu-scroll-down {
  display: none;
}

/**********************************************************************
 * Make the site title's font smaller (was 1.5rem)
 **********************************************************************/
.site-branding .site-title {
  font-size: 1.25rem;
}

/**********************************************************************
 * Background image for the site header
 **********************************************************************/
header#masthead.site-header {
  background-image: url("../../../../content/images/header-background")
}

/**********************************************************************
 * Hide the site-info block, which contains the default "Proudly powered by
 * WordPress" message.
 **********************************************************************/
.site-info {
  display: none;
}

/**********************************************************************
 * Inset <ul> and <ol> horizontally
 **********************************************************************/
ul, ol {
  padding: 0 2rem;
}

/**********************************************************************
 * Side note paragraphs
 **********************************************************************/
p.sidenote {
  padding: 0 1.25rem;
  font-style: italic;
}

/**********************************************************************
 * Single URL paragraphs
 **********************************************************************/
p.single-url {
  padding: 0 1.25rem;
}
