@charset "UTF-8";
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width;
  zoom: 1.0; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
* {
  box-sizing: border-box; }

html,
body {
  background: #fff; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  text-rendering: optimizeLegibility; }

strong,
b {
  font-weight: bold; }

em,
i {
  font-style: italic; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

dfn {
  font-style: italic; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

hr {
  border: 0;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0; }

address {
  font-style: normal; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

figure {
  margin: 0; }

[hidden] {
  display: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: middle; }

a {
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

input,
button,
select {
  border: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="search"] {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }

input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: normal;
  margin: 0;
  vertical-align: baseline; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
input[disabled] {
  cursor: default; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

textarea:hover,
textarea:active,
textarea:focus {
  outline: none; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

@font-face {
  font-family: 'fontello';
  src: url("/National_Library/oe_/http://songbytoad.com/wp-content/themes/sbt_v4/dist/fonts/fontello.eot");
  src: url("/National_Library/oe_/http://songbytoad.com/wp-content/themes/sbt_v4/dist/fonts/fontello.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/http://songbytoad.com/wp-content/themes/sbt_v4/dist/fonts/fontello.woff") format("woff"), url("/National_Library/oe_/http://songbytoad.com/wp-content/themes/sbt_v4/dist/fonts/fontello.ttf") format("truetype"), url("/National_Library/oe_/http://songbytoad.com/wp-content/themes/sbt_v4/dist/fonts/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .5em;
  text-align: center;
  font-variant: normal;
  text-transform: none; }

.icon-menu:before {
  content: '\e800'; }

/* '' */
.icon-search:before {
  content: '\e801'; }

/* '' */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%; }
  @media (max-width: 19.999em) {
    .wrapper {
      margin-left: 10px;
      margin-right: 10px;
      width: auto; } }
  @media (min-width: 1280px) {
    .wrapper {
      margin-left: 50px;
      width: calc(100% - 100px); } }

@media (min-width: 20em) {
  .col {
    float: left;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }
.row {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 20em) {
  .col {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px); }
    .col .row {
      margin-left: -10px;
      margin-right: -10px; }

  .switch--small {
    float: right; }

  .noswitch--small {
    float: left; }

  .small-1 {
    width: calc(8.33333% - 20px); }

  .col.push--small-1 {
    margin-left: calc(8.33333% + (20px/2)); }

  .small-2 {
    width: calc(16.66667% - 20px); }

  .col.push--small-2 {
    margin-left: calc(16.66667% + (20px/2)); }

  .small-3 {
    width: calc(25% - 20px); }

  .col.push--small-3 {
    margin-left: calc(25% + (20px/2)); }

  .small-4 {
    width: calc(33.33333% - 20px); }

  .col.push--small-4 {
    margin-left: calc(33.33333% + (20px/2)); }

  .small-5 {
    width: calc(41.66667% - 20px); }

  .col.push--small-5 {
    margin-left: calc(41.66667% + (20px/2)); }

  .small-6 {
    width: calc(50% - 20px); }

  .col.push--small-6 {
    margin-left: calc(50% + (20px/2)); }

  .small-7 {
    width: calc(58.33333% - 20px); }

  .col.push--small-7 {
    margin-left: calc(58.33333% + (20px/2)); }

  .small-8 {
    width: calc(66.66667% - 20px); }

  .col.push--small-8 {
    margin-left: calc(66.66667% + (20px/2)); }

  .small-9 {
    width: calc(75% - 20px); }

  .col.push--small-9 {
    margin-left: calc(75% + (20px/2)); }

  .small-10 {
    width: calc(83.33333% - 20px); }

  .col.push--small-10 {
    margin-left: calc(83.33333% + (20px/2)); }

  .small-11 {
    width: calc(91.66667% - 20px); }

  .col.push--small-11 {
    margin-left: calc(91.66667% + (20px/2)); }

  .push--bottom {
    margin-bottom: 20px; }

  .push--left {
    margin-left: 20px; }

  .push--right {
    margin-right: 20px; }

  .push--top {
    margin-top: 20px; } }
@media (min-width: 40em) {
  .col {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px); }
    .col .row {
      margin-left: -10px;
      margin-right: -10px; }

  .switch--medium {
    float: right; }

  .noswitch--medium {
    float: left; }

  .medium-1 {
    width: calc(8.33333% - 20px); }

  .col.push--medium-1 {
    margin-left: calc(8.33333% + (20px/2)); }

  .medium-2 {
    width: calc(16.66667% - 20px); }

  .col.push--medium-2 {
    margin-left: calc(16.66667% + (20px/2)); }

  .medium-3 {
    width: calc(25% - 20px); }

  .col.push--medium-3 {
    margin-left: calc(25% + (20px/2)); }

  .medium-4 {
    width: calc(33.33333% - 20px); }

  .col.push--medium-4 {
    margin-left: calc(33.33333% + (20px/2)); }

  .medium-5 {
    width: calc(41.66667% - 20px); }

  .col.push--medium-5 {
    margin-left: calc(41.66667% + (20px/2)); }

  .medium-6 {
    width: calc(50% - 20px); }

  .col.push--medium-6 {
    margin-left: calc(50% + (20px/2)); }

  .medium-7 {
    width: calc(58.33333% - 20px); }

  .col.push--medium-7 {
    margin-left: calc(58.33333% + (20px/2)); }

  .medium-8 {
    width: calc(66.66667% - 20px); }

  .col.push--medium-8 {
    margin-left: calc(66.66667% + (20px/2)); }

  .medium-9 {
    width: calc(75% - 20px); }

  .col.push--medium-9 {
    margin-left: calc(75% + (20px/2)); }

  .medium-10 {
    width: calc(83.33333% - 20px); }

  .col.push--medium-10 {
    margin-left: calc(83.33333% + (20px/2)); }

  .medium-11 {
    width: calc(91.66667% - 20px); }

  .col.push--medium-11 {
    margin-left: calc(91.66667% + (20px/2)); }

  .push--bottom {
    margin-bottom: 20px; }

  .push--left {
    margin-left: 20px; }

  .push--right {
    margin-right: 20px; }

  .push--top {
    margin-top: 20px; } }
@media (min-width: 60em) {
  .col {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px); }
    .col .row {
      margin-left: -15px;
      margin-right: -15px; }

  .switch--large {
    float: right; }

  .noswitch--large {
    float: left; }

  .large-1 {
    width: calc(8.33333% - 30px); }

  .col.push--large-1 {
    margin-left: calc(8.33333% + (30px/2)); }

  .large-2 {
    width: calc(16.66667% - 30px); }

  .col.push--large-2 {
    margin-left: calc(16.66667% + (30px/2)); }

  .large-3 {
    width: calc(25% - 30px); }

  .col.push--large-3 {
    margin-left: calc(25% + (30px/2)); }

  .large-4 {
    width: calc(33.33333% - 30px); }

  .col.push--large-4 {
    margin-left: calc(33.33333% + (30px/2)); }

  .large-5 {
    width: calc(41.66667% - 30px); }

  .col.push--large-5 {
    margin-left: calc(41.66667% + (30px/2)); }

  .large-6 {
    width: calc(50% - 30px); }

  .col.push--large-6 {
    margin-left: calc(50% + (30px/2)); }

  .large-7 {
    width: calc(58.33333% - 30px); }

  .col.push--large-7 {
    margin-left: calc(58.33333% + (30px/2)); }

  .large-8 {
    width: calc(66.66667% - 30px); }

  .col.push--large-8 {
    margin-left: calc(66.66667% + (30px/2)); }

  .large-9 {
    width: calc(75% - 30px); }

  .col.push--large-9 {
    margin-left: calc(75% + (30px/2)); }

  .large-10 {
    width: calc(83.33333% - 30px); }

  .col.push--large-10 {
    margin-left: calc(83.33333% + (30px/2)); }

  .large-11 {
    width: calc(91.66667% - 30px); }

  .col.push--large-11 {
    margin-left: calc(91.66667% + (30px/2)); }

  .push--bottom {
    margin-bottom: 30px; }

  .push--left {
    margin-left: 30px; }

  .push--right {
    margin-right: 30px; }

  .push--top {
    margin-top: 30px; } }
@media (min-width: 80em) {
  .col {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px); }
    .col .row {
      margin-left: -15px;
      margin-right: -15px; }

  .switch--xlarge {
    float: right; }

  .noswitch--xlarge {
    float: left; }

  .xlarge-1 {
    width: calc(8.33333% - 30px); }

  .col.push--xlarge-1 {
    margin-left: calc(8.33333% + (30px/2)); }

  .xlarge-2 {
    width: calc(16.66667% - 30px); }

  .col.push--xlarge-2 {
    margin-left: calc(16.66667% + (30px/2)); }

  .xlarge-3 {
    width: calc(25% - 30px); }

  .col.push--xlarge-3 {
    margin-left: calc(25% + (30px/2)); }

  .xlarge-4 {
    width: calc(33.33333% - 30px); }

  .col.push--xlarge-4 {
    margin-left: calc(33.33333% + (30px/2)); }

  .xlarge-5 {
    width: calc(41.66667% - 30px); }

  .col.push--xlarge-5 {
    margin-left: calc(41.66667% + (30px/2)); }

  .xlarge-6 {
    width: calc(50% - 30px); }

  .col.push--xlarge-6 {
    margin-left: calc(50% + (30px/2)); }

  .xlarge-7 {
    width: calc(58.33333% - 30px); }

  .col.push--xlarge-7 {
    margin-left: calc(58.33333% + (30px/2)); }

  .xlarge-8 {
    width: calc(66.66667% - 30px); }

  .col.push--xlarge-8 {
    margin-left: calc(66.66667% + (30px/2)); }

  .xlarge-9 {
    width: calc(75% - 30px); }

  .col.push--xlarge-9 {
    margin-left: calc(75% + (30px/2)); }

  .xlarge-10 {
    width: calc(83.33333% - 30px); }

  .col.push--xlarge-10 {
    margin-left: calc(83.33333% + (30px/2)); }

  .xlarge-11 {
    width: calc(91.66667% - 30px); }

  .col.push--xlarge-11 {
    margin-left: calc(91.66667% + (30px/2)); }

  .push--bottom {
    margin-bottom: 30px; }

  .push--left {
    margin-left: 30px; }

  .push--right {
    margin-right: 30px; }

  .push--top {
    margin-top: 30px; } }
html,
body,
button,
input,
select,
textarea {
  font-family: "neuzeit-grotesk",sans-serif; }
  @media (max-width: 19.999em) {
    html,
    body,
    button,
    input,
    select,
    textarea {
      font-size: 0.8em; } }

h1,
h2,
h3 {
  font-family: 'Playfair Display', serif; }

strong,
b,
.button,
.article__content h2,
.article__content h3 {
  font-weight: bold; }

em,
i,
.article time,
.article__content .wp-caption-text {
  font-style: italic; }

body {
  line-height: 1.4; }
  @media (min-width: 60em) {
    body {
      font-size: 1.1em; } }

h1 {
  font-size: 1.7rem;
  margin-bottom: 1rem; }
  @media (min-width: 60em) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 1.2em; }
  @media (min-width: 60em) {
    h2 {
      font-size: 1.4em; } }

p {
  margin-bottom: 0.75em; }

.break {
  display: inline-block; }

.content h2 {
  margin-bottom: 0.5em; }

html.songbytoad {
  margin-top: 0 !important; }

body {
  background: #636C24;
  color: #333; }

.content {
  background: #fff;
  margin: -2rem auto 0 auto;
  max-width: 1280px; }

.content.no-header-image {
  margin-top: 8rem; }
  @media (min-width: 40em) {
    .content.no-header-image {
      margin-top: 10rem; } }

a {
  color: #B73030;
  transition: all 0.2s linear; }
  a:hover, a:active, a:focus {
    color: #661b1b;
    text-decoration: underline; }

img {
  height: auto;
  width: 100%; }

form[target="paypal"] {
  width: auto; }

iframe,
object {
  width: 100%; }

.away {
  left: -9999em;
  position: absolute; }

.input--text {
  border-radius: 3px;
  padding: 0.5em;
  width: 100%; }

.input--check {
  margin-right: 0.25em; }

.input--search {
  border: 1px solid #333;
  display: block;
  margin: 2em 0;
  padding: 1em;
  width: 100%; }

.button {
  background: transparent;
  border: 1px solid #B73030;
  border-radius: 3px;
  color: #B73030;
  display: inline-block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase; }
  .button:hover, .button:focus {
    background: #B73030;
    color: #fff;
    text-decoration: none; }

.button--naked {
  border: 1px solid transparent; }

.button--dark {
  color: #fff; }

.button--red {
  border-color: #fff;
  color: #fff; }

.skip-link.away:focus {
  background: #fff;
  left: 1em !important;
  padding: 0.5em;
  z-index: 999; }

[role="banner"] {
  left: 0;
  padding: 1rem 0 2rem 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #121306;
  background: -moz-linear-gradient(top, #121306 0%, rgba(18, 19, 6, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #121306), color-stop(100%, rgba(18, 19, 6, 0)));
  background: -webkit-linear-gradient(top, #121306 0%, rgba(18, 19, 6, 0) 100%);
  background: -o-linear-gradient(top, #121306 0%, rgba(18, 19, 6, 0) 100%);
  background: -ms-linear-gradient(top, #121306 0%, rgba(18, 19, 6, 0) 100%);
  background: linear-gradient(to bottom, #121306 0%, rgba(18, 19, 6, 0) 100%); }

[role="banner"] a {
  color: #fff; }

.masthead__wrapper {
  margin: 0 auto;
  max-width: 1280px; }

.logo img {
  width: 180px; }
  @media (min-width: 60em) {
    .logo img {
      width: 250px; } }

.js .expanding-nav {
  display: none; }
  @media (min-width: 40em) {
    .js .expanding-nav {
      display: block; } }

.js .expanding-nav.show {
  display: block; }

.expanding-nav__toggle {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  text-align: right; }
  @media (min-width: 40em) {
    .expanding-nav__toggle {
      display: none; } }
  .expanding-nav__toggle:hover, .expanding-nav__toggle:focus {
    text-decoration: none; }

[role="navigation"] {
  background: #333;
  background: rgba(0, 0, 0, 0.85);
  padding: 1em; }
  @media (min-width: 40em) {
    [role="navigation"] {
      background: transparent;
      float: right;
      padding: 0;
      width: auto; } }

[role="navigation"] li {
  float: left;
  line-height: 1;
  padding: 1em 0;
  width: 50%; }
  @media (min-width: 40em) {
    [role="navigation"] li {
      font-size: 0.85em;
      padding: 0;
      text-align: left;
      width: auto; } }
  @media (min-width: 60em) {
    [role="navigation"] li {
      font-size: 0.9em; } }
  [role="navigation"] li a {
    display: block;
    padding: 0.6em 0.8em; }
    @media (min-width: 40em) {
      [role="navigation"] li a {
        padding: 0.6em 0.3em; } }
    @media (min-width: 768px) {
      [role="navigation"] li a {
        padding-left: 0.8em;
        padding-right: 0.8em; } }
    @media (min-width: 60em) {
      [role="navigation"] li a {
        padding: 0.9em 1.2em; } }
    @media (min-width: 80em) {
      [role="navigation"] li a {
        padding-left: 1.5em;
        padding-right: 1.5em; } }

[role="navigation"] li:last-child a {
  padding-right: 0; }

.hero {
  background-position: center;
  background-size: cover;
  height: 15rem; }
  @media (min-width: 40em) {
    .hero {
      height: 20rem; } }

.no-header-image {
  margin-top: 7.5rem; }

.pagination .alignleft {
  float: left; }

.pagination .alignright {
  float: right; }

.section__header {
  background: #636C24;
  color: #fff;
  margin-top: -1.8rem;
  padding: 1rem; }
  .section__header a {
    color: #fff; }

.content.no-header-image .section__header {
  border: 1px solid #fff; }

.lead-article__header {
  font-size: 2em;
  margin-bottom: 0.5em; }

.article iframe,
.article object {
  margin: 1em 0; }
.article .fluidvids {
  margin: 1em 0; }
  .article .fluidvids iframe,
  .article .fluidvids object {
    margin: 0; }

.home__news__more {
  float: right; }

.sidebar__mailing-list {
  background: #B73030;
  color: #fff;
  padding: 1rem; }

.sidebar__mailing-list h2 {
  margin-bottom: 1rem; }

.sidebar__mailing-list .input--text {
  margin-bottom: 1em;
  margin-top: 0.5em; }

.sidebar__mailing-list .button {
  width: 100%; }

.home__section {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.home__section h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  .home__section h2 a {
    color: #333; }

.home__section h2 svg {
  fill: #B73030; }

.home__gigs,
.home__sessions {
  color: #fff; }
  @media (min-width: 1280px) {
    .home__gigs,
    .home__sessions {
      margin-left: -50px;
      margin-right: -50px;
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1320px) {
    .home__gigs,
    .home__sessions {
      margin-left: -70px;
      margin-right: -70px;
      padding-left: 70px;
      padding-right: 70px; } }
  .home__gigs a,
  .home__gigs h2 a,
  .home__sessions a,
  .home__sessions h2 a {
    color: #fff; }
  .home__gigs h3,
  .home__sessions h3 {
    font-size: 1.3em;
    margin-bottom: 0.5rem; }

.home__gigs {
  background: #333; }

.home__gigs__item:first-of-type {
  margin-bottom: 3rem; }
  @media (min-width: 40em) {
    .home__gigs__item:first-of-type {
      margin-bottom: 0; } }

.home__releases__item {
  margin-top: 1rem;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }
  @media (min-width: 40em) {
    .home__releases__item {
      margin-top: 0; } }

.home__releases__item iframe {
  bottom: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important; }

.episode__number {
  background: #333;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-family: "neuzeit-grotesk",sans-serif;
  font-size: 0.6em;
  font-weight: normal;
  height: 30px;
  margin-right: 0.4em;
  padding-top: 0.4em;
  text-align: center;
  vertical-align: middle;
  width: 30px; }

.home__sessions {
  background: #636C24;
  padding: 0; }
  @media (min-width: 1280px) {
    .home__sessions {
      border-right: 5px solid #fff; } }
  @media (min-width: 1320px) {
    .home__sessions {
      border: 5px solid #fff; } }
  @media (min-width: 1280px) {
    .home__sessions .home__sessions__video {
      margin-left: -15px; } }
  @media (min-width: 1320px) {
    .home__sessions .home__sessions__video {
      margin-left: -15px; } }
  .home__sessions .home__sessions__info {
    padding-bottom: 2rem;
    padding-top: 2rem; }
  .home__sessions .episode__number {
    background: #B73030; }

.home__podcast {
  background: #E9EBED; }
  @media (min-width: 1280px) {
    .home__podcast {
      margin-left: -50px;
      margin-right: -50px;
      padding-left: 50px;
      padding-right: 50px; } }
  .home__podcast h3 {
    font-size: 1.3em;
    margin-bottom: 0.5rem; }

.home__podcast__embed {
  margin-top: 2rem; }
  @media (min-width: 60em) {
    .home__podcast__embed {
      margin-top: 0; } }

.home__social-widgets .fb-page,
.home__social-widgets .fb-page span,
.home__social-widgets .fb-page span iframe[style],
.home__social-widgets ._2p3a {
  width: 100% !important; }

.news__metadata {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 1em;
  text-transform: uppercase; }

.post-list article {
  border-bottom: 1px solid #E9EBED;
  padding-bottom: 2em; }

.gigs__item__time {
  background: #5c5c5c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  padding: 0.25rem 1rem;
  text-align: center;
  text-transform: uppercase; }
  .gigs__item__time span {
    display: block;
    font-size: 1.3em; }
.gigs__item .gig__venue {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-transform: uppercase; }

.sessions .episode__number {
  font-size: 0.4em; }

.sessions h2 .episode__number {
  font-size: 0.6em; }

.single-session .section__header {
  margin-top: 4em; }

.session__section {
  margin-bottom: 2em; }

.session__main-video {
  border: 5px solid #333; }
  @media (min-width: 40em) {
    .session__main-video {
      border: 20px solid #333; } }

.session__section--videos .fluidvids {
  margin-bottom: 1em; }

.session__section h3 {
  margin-bottom: 0.5em; }

.session__section--audio .button,
.session__section--podcast h3 {
  margin-top: 1em; }

.session__section--podcast .button {
  margin-bottom: 1em; }

.podcast__section--more {
  margin-top: 1rem; }

.sidebar__module h2 {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }
  .sidebar__module h2 a {
    color: #333; }
    .sidebar__module h2 a svg {
      fill: #B73030; }

.sidebar__module__item {
  border-bottom: 1px solid #E9EBED;
  padding-bottom: 0.5em;
  padding-top: 0.5em; }

.sidebar__module__extra {
  color: #666;
  display: block; }

.sidebar__releases__item {
  padding-bottom: 100%;
  position: relative;
  width: 100%; }

.sidebar__releases__item iframe {
  bottom: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important; }

.sidebar__module .episode__number {
  background: #E9EBED;
  color: #333;
  font-size: 0.8em; }
