/*
 Theme Name:   bside
 Description:  Theme for B-Side Book Club, a Portland, Oregon a cappella group
 Author:       Robert Pirtle
 Author URI:   http://robert.pirtle.xyz
 Template:     pirth
 Version:      1.0.0
 Text Domain:  bside
*/

body { background: #eee; }

.container { padding: 0 16px; }

#primary {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

main {
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px #ddd;
  box-shadow: 1px 2px 3px #ddd;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 16px;
}

.main-entry {
  color: #555;
  padding: 0 20px;
}


.header-title {
  display: block;
  text-align: center;
}
.header-title img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
.header-logo {
  width: 98%;
  max-width: 125px;
}
.header-logo-text {
  width: 90%;
  max-width: 418px;
}

body>header {
  position: relative;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
body>header:before,
body>header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
}
#header-outer {
  height: 100%;
  position: relative;
}
#header-inner {
  text-align: center;
}
#header-title {
  text-align: center;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

footer { padding: 10px; }

.social-icons { text-align: center; }
.social-icons > a:hover {
    color: #9fd5b7 !important;
}
.social-icons > a {
    color: #ddd !important;
    padding: 8px;
}

input,
textarea {
	max-width: 100%;
}

#logo,
#subtitle {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
#logo {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2px;
}
#subtitle {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
}
#subtitle-wrap {
  margin-top: 16px;
}

.main-nav-links {
  padding: 0;
  margin: 0;
}
.nav-icon,
.main-nav-links>li {
  color: #111;
  opacity: 0.6;
  text-decoration: none;
  text-shadow: 0 1px rgba(0,0,0,0.2);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: inline-block;
  padding: 20px 15px;
}
.nav-icon:hover,
.main-nav-links>li:hover {
  opacity: 1;
}
.main-nav-links>li a {
  color: #111;
}

.nav-icon {
  font-family: FontAwesome;
  text-align: center;
  font-size: 14px;
  width: 14px;
  height: 14px;
  padding: 20px 15px;
  position: relative;
  cursor: pointer;
}
.main-nav-links>li {
  font-weight: 600;
  letter-spacing: 1px;
}

.event-loop-img { text-align: center; }
.event-loop-img > img {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
}

@media screen and (max-width: 479px) {
  .main-nav-links>li {
    display: none;
  }
}
#main-nav-toggle {
  display: none;
  margin: auto;
}
#main-nav-toggle:before {
  content: "\f0c9";
}
@media screen and (max-width: 479px) {
  #main-nav-toggle {
    display: block;
  }
}
#sub-nav {
  float: right;
  margin-right: -15px;
}
