/*
    benmontgomery.com
    bjm2017
    style_bjm.scss
    since october 2017
    updated february 2019
    load after the unchanged style.css of the underscores.me theme
*/
/* SCSS VARIABLES */
/* SITE STYLES */
body {
  font-family: nimbus-sans;
  font-size: 16px;
  color: #555555;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
body #page {
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body #page {
    width: 100%;
    min-width: 320px;
  }
}
body #page #content {
  margin-top: 100px;
  z-index: 0;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  transition: 0.4s ease;
}

ul {
  clear: both;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

/* HEADER */
header#masthead {
  max-width: 1100px;
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  header#masthead {
    width: 100%;
    height: 55px;
    bottom: 0;
  }
}
header#masthead .main-navigation {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  header#masthead .main-navigation {
    border-bottom: 1px solid #f3f3f3;
    background-color: #fafafa;
  }
}
header#masthead .main-navigation .menu-primary-container ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  header#masthead .main-navigation .menu-primary-container ul {
    display: flex;
    justify-content: space-around;
    max-width: 310px;
    padding-right: 0;
  }
}
header#masthead .main-navigation .menu-primary-container ul li.current-menu-item {
  color: #555555;
}
@media only screen and (max-width: 768px) {
  header#masthead .main-navigation .menu-primary-container ul li.current-menu-item {
    color: #222;
  }
}
header#masthead .main-navigation .menu-primary-container ul li {
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 100px;
  height: 100px;
  margin-left: 20px;
  text-transform: uppercase;
  color: #cccccc;
}
@media only screen and (max-width: 768px) {
  header#masthead .main-navigation .menu-primary-container ul li {
    line-height: 55px;
    height: 55px;
    color: #666;
  }
}
@media only screen and (max-width: 420px) {
  header#masthead .main-navigation .menu-primary-container ul li {
    margin-left: 0;
  }
}
header#masthead .main-navigation .menu-primary-container ul li a:hover {
  color: #000;
}
header#masthead .main-navigation .menu-primary-container ul li:nth-child(3) {
  margin-left: 24px;
}
@media only screen and (max-width: 420px) {
  header#masthead .main-navigation .menu-primary-container ul li:nth-child(3) {
    margin-left: 16px;
  }
}
header#masthead .main-navigation .menu-primary-container ul li:nth-child(3) a {
  background-image: url("../img/spotify-glyph.svg");
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1.5px;
  opacity: 0.3;
}
header#masthead .main-navigation .menu-primary-container ul li:nth-child(3) a:hover {
  opacity: 1;
}
header#masthead .main-navigation .menu-primary-container ul li:nth-child(4) {
  margin-left: 16px;
}
@media only screen and (max-width: 420px) {
  header#masthead .main-navigation .menu-primary-container ul li:nth-child(4) {
    margin-left: 10px;
  }
}
header#masthead .main-navigation .menu-primary-container ul li:nth-child(4) a {
  background-image: url("../img/ig-glyph.svg");
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1.5px;
  opacity: 0.3;
}
header#masthead .main-navigation .menu-primary-container ul li:nth-child(4) a:hover {
  opacity: 1;
}
header#masthead .main-navigation .menu-primary-container ul li:nth-child(5) {
  margin-left: 16px;
}
@media only screen and (max-width: 420px) {
  header#masthead .main-navigation .menu-primary-container ul li:nth-child(5) {
    margin-left: 10px;
  }
}
header#masthead .main-navigation .menu-primary-container ul li:nth-child(5) a {
  background-image: url("../img/envelope-glyph.svg");
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
  opacity: 0.3;
}
header#masthead .main-navigation .menu-primary-container ul li:nth-child(5) a:hover {
  opacity: 1;
}

/* MUSIC PAGE */
body.page-id-8 .entry-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
}
body.page-id-8 .entry-content > a {
  display: block;
  width: 320px;
  margin: 20px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  color: #666666;
}
body.page-id-8 .entry-content > a:hover {
  color: black;
}
@media only screen and (max-width: 768px) {
  body.page-id-8 .entry-content > a {
    color: #000;
  }
}
body.page-id-8 .entry-content > a img {
  display: block;
  border-radius: 4px;
  margin-bottom: 12px;
}
body.page-id-8 .entry-content > a .artist {
  margin-bottom: -1px;
}

/* SHOWS PAGE */
body.page-id-154 .entry-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-id-154 .entry-content > div {
  display: block;
  width: 260px;
  margin: 20px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-top: 8px;
  text-align: center;
  border: 1px solid #dedede;
  background-color: #fdfdfd;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body.page-id-154 .entry-content > div h2.date {
  font-size: 19px;
  margin-bottom: 12px;
}
body.page-id-154 .entry-content > div.past {
  opacity: 0.5;
  background-color: transparent;
  box-shadow: none;
}

/* VIDEO PAGE */
body.page-id-16 .entry-content .videos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
body.page-id-16 .entry-content .videos div {
  width: 45%;
  margin-bottom: 5%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.page-id-16 .entry-content .videos div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* CONTACT PAGE */
body.page-id-22 article {
  padding-left: 4%;
  padding-right: 4%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
body.page-id-22 article label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #555555;
}
body.page-id-22 article .wpcf7-text, body.page-id-22 article .wpcf7-email, body.page-id-22 article textarea {
  width: 100%;
  padding: 4px 8px;
  margin-top: 6px;
  font-weight: normal;
  color: #000;
}

/* BLOG INDEX */
body.blog #page article {
  padding-left: 4%;
  padding-right: 4%;
}
body.blog #page article .articles-list li {
  border-bottom: 1px solid #EEE;
  margin-bottom: 20px;
}
body.blog #page article .articles-list li .article-title {
  font-weight: bold;
}
body.blog #page article .articles-list li:last-child {
  border-bottom: 0;
}
body.blog #page article .articles-list .article-title {
  font-size: 18px;
}
body.blog #page article .articles-list a.moretag .more {
  text-decoration: underline;
}

/* BLOG ENTRY */
body.single-post #page h1.entry-title {
  margin-bottom: 0;
}
body.single-post #page article {
  padding-left: 4%;
  padding-right: 4%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  body.single-post #page article {
    font-size: 17px;
  }
}
body.single-post #page article .wp-block-image {
  text-align: center;
}

/*# sourceMappingURL=style_bjm.css.map */