/*
Theme Name: Big Bang Data
Theme URI: http://bigbangdata.somersethouse.org.uk/
Author: Nat Buckley and Caper
Author URI: http://wearecaper.com/
Description: Theme developed for Big Bang Data Festival at Somerset House
Version: 1.0.0
Text Domain: bbd

All rights reserved.

*/
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  background-color: #8AA8C2;
  background-image: url("assets/halftone_tile_02.png");
  background-image: url("assets/halftone_tile_02.png"), url("assets/cloud_bg.jpg");
  background-repeat: repeat;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  color: white;
  font-size: 160%;
  font-family: "Benton Sans", "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 120%;
  }
}

a {
  color: #fdf141;
  text-decoration: none;
  transition: color 0.2s;
}

a:active, a:hover, a:focus {
  color: #e8192c;
}

img, object, video, iframe {
  max-width: 100%;
}

object, video, iframe {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
}

figure {
  margin: 0;
  padding: 0;
}

header {
  position: relative;
}

p {
  margin-bottom: 1em;
}

.long-shadow {
  box-shadow: #1c1a0a -1px 1px, #1c1a0a -2px 2px, #1c1a0a -3px 3px, #1c1a0a -4px 4px, #1c1a0a -5px 5px;
  transform-origin: bottom left;
}

.highlight {
  background-color: #fdf141;
  padding: 0px 10px;
  color: #1c1a0a;
  font-weight: bold;
  font-family: "Benton Sans", "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
}

.highlight p {
  margin-bottom: 0;
}

.top {
  padding: 10px;
}

.bordered {
  border-bottom: 6px solid #1c1a0a;
}

.block {
  margin-bottom: 1em;
}

.wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.tiny-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.tiny-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.top-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 0px 30px;
}

.top-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.tight {
  padding-bottom: 0;
}

.tight-reverse {
  margin-top: -30px;
  padding-top: 0;
}

.shaded {
  background-color: #252426;
  background-color: rgba(37, 36, 38, 0.9);
  padding: 1em 1.2em;
}

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

.shaded--alt {
  padding-bottom: 0;
}

.dark {
  background-color: #030303;
}

.btn {
  color: white;
  font-size: 75%;
  text-transform: uppercase;
  padding: 0px 35px 0px 0px;
  display: inline-block;
  margin: 5px 0;
  font-family: "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  transition: all 0.2s;
  background-color: black;
  background-image: url("assets/linkarrowsquare.svg");
  background-position: center right;
  background-size: 35px 33px;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.btn:hover, .btn:active, .btn:focus {
  color: white;
}

.btn:hover span, .btn:active span, .btn:focus span {
  background-color: black;
}

.highlight .btn {
  padding: 7px 12px 3px 12px;
}

.btn span {
  background-color: #e30e1b;
  display: block;
  padding: 9px 10px 4px 10px;
}

.share {
  margin-top: 0.5em;
}

.share-btn {
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  color: transparent;
  text-indent: -999em;
}

.share-btn.facebook {
  background-image: url("assets/share/facebook.svg");
}

.share-btn.facebook:hover {
  background-image: url("assets/share/facebook_hover.svg");
}

.share-btn.googleplus {
  background-image: url("assets/share/googleplus.svg");
}

.share-btn.googleplus:hover {
  background-image: url("assets/share/googleplus_hover.svg");
}

.share-btn.twitter {
  background-image: url("assets/share/twitter.svg");
}

.share-btn.twitter:hover {
  background-image: url("assets/share/twitter_hover.svg");
}

.row {
  width: 100%;
}

.half {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%;
}

.half:last-child {
  margin-right: 0;
}

.half:nth-child(2n) {
  margin-right: 0;
}

.half:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width: 700px) {
  .half {
    width: 100%;
    margin-bottom: 1em;
  }
}

.centered {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.yellow {
  background-color: #fdf141;
}

.blue {
  background-color: #439cdf;
}

.pink {
  background-color: #e95797;
}

.wide {
  min-width: 400px;
}

@media screen and (max-width: 900px) {
  .wide {
    min-width: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .wide {
    min-width: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .wide {
    min-width: 0px;
    width: 100%;
  }
}

hr {
  height: 0px;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #595a5b;
  color: #595a5b;
}

footer p {
  padding: 8px 0px;
  font-size: 90%;
}

nav.footer {
  font-size: 60%;
}

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

.cf:after, .row:after {
  clear: both;
}

.cf, .row {
  *zoom: 1;
}

.book-now {
  padding: 0.5em 0.5em 0.2em 0.5em;
}

.book-now a {
  text-transform: uppercase;
  color: #e30e1b;
  border-bottom: 0;
  font-family: "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 125%;
  font-weight: normal;
  margin-left: 0.25em;
}

.book-now a:hover, .book-now a:focus {
  color: black;
}

.book-now a:active {
  color: #e8192c;
}

.book-now p {
  margin-bottom: 0;
}

nav ul {
  list-style-type: none;
}

.nav {
  text-align: center;
}

.nav li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 120%;
  font-weight: normal;
}

.nav li a {
  color: #1c1a0a;
  font-family: "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
}

.nav li a:hover, .nav li a:focus {
  color: white;
}

.nav li a:active {
  color: #e8192c;
}

.nav li:after {
  content: '/';
  color: white;
  margin: 0 5px 0 8px;
}

.nav li:last-child:after {
  display: none;
}

@media screen and (max-width: 900px) {
  .nav {
    font-size: 85%;
  }
}

footer {
  text-align: center;
}

footer a {
  color: #1c1a0a;
  border-bottom: 1px solid #1c1a0a;
}

footer nav {
  font-size: 70%;
  font-weight: normal;
  color: #1c1a0a;
}

footer h5 {
  font-size: 70%;
  font-weight: normal;
  color: #1c1a0a;
  font-family: "Benton Sans", "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
}

footer li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0.5em;
}

footer.shaded {
  padding: 0.2em;
}

.filter-wrapper {
  padding: 1em;
  background: white;
  color: #1c1a0a;
  border-top: 6px solid #1c1a0a;
}

.filter-wrapper a {
  color: #1c1a0a;
}

.filter-wrapper p {
  font-size: 80%;
}

.events {
  list-style-type: none;
}

.event {
  margin-bottom: 0.5em;
}

.no-js .event.categorised {
  display: none;
}

.all .event.categorised {
  display: block;
}

.family-friendly .event.categorised.family-friendly {
  display: block;
}

@media screen and (max-width: 900px) {
  aside.events {
    margin-top: 2em;
  }
}

.event-name {
  display: block;
  font-size: 80%;
  margin-bottom: 0.2em;
  text-transform: none;
  font-family: "Benton Sans", "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
}

.event-time {
  display: block;
  font-size: 60%;
  text-transform: none;
  font-family: "Benton Sans", "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
}

.sponsors {
  overflow: hidden;
  margin-top: 0.75em;
}

.sponsor {
  height: 2em;
  display: inline-block;
  width: auto;
}

.sponsor a {
  border-bottom: none;
  display: inline-block;
  height: 100%;
}

.sponsor a img {
  height: 100%;
  width: auto;
}

.sh-logo {
  background-image: url("assets/SH_logo_clipped.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 90px 76px;
  height: 76px;
  width: 90px;
  float: right;
  margin-bottom: -1px;
}

.categories {
  list-style-type: none;
  border-bottom: 1px solid #1c1a0a;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
}

.filter-wrapper .categories {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.category {
  display: inline;
  font-size: 80%;
}

.category a {
  color: #e30e1b !important;
}

.category:after {
  content: '/';
  display: inline-block;
  margin: 0 5px 0 8px;
}

.category:last-child:after {
  display: none;
}

.category.all .all {
  color: #1c1a0a !important;
}

.category.see .see {
  color: #1c1a0a !important;
}

.category.read .read {
  color: #1c1a0a !important;
}

.category.listen .listen {
  color: #1c1a0a !important;
}

.category.selected a {
  color: #1c1a0a !important;
}

.sponsors {
  list-style-type: none;
}

.copyright-notice {
  max-width: 800px;
  margin: 0 auto;
  font-size: 60%;
  color: #fdf141;
}

.grid {
  min-height: 280px;
}

.grid::after {
  clear: both;
  content: "";
  display: table;
}

.logo {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%;
}

.logo:last-child {
  margin-right: 0;
}

.logo h1 {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 0px;
  height: 0px;
  margin: 0;
}

.logo img {
  padding: 0 1em 0 2em;
}

@media screen and (max-width: 700px) {
  .logo img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .logo img {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .logo {
    float: none;
    width: 100%;
  }
}

.logo.small {
  width: 150px;
  margin-top: -3em;
  margin-bottom: -4em;
}

.logo.small img {
  padding: 0;
}

@media screen and (max-width: 900px) {
  .logo.small {
    margin-top: -0.5em;
  }
}

.intro {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%;
  margin-right: 0;
  margin-top: 9%;
  position: relative;
  z-index: 40;
  font-size: 140%;
}

.intro:last-child {
  margin-right: 0;
}

.intro p {
  display: inline;
  width: auto;
  padding: 0.2em 0;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .intro {
    font-size: 110%;
    margin-top: 0%;
  }
}

@media screen and (max-width: 700px) {
  .intro {
    float: none;
    width: 100%;
    margin-top: -7em;
  }
}

@media screen and (max-width: 500px) {
  .intro {
    margin-top: -4em;
  }
}

.intro .btn {
  font-size: 54%;
}

.artists-link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  z-index: 30;
}

@media screen and (max-width: 900px) {
  .artists-link {
    bottom: 7em;
  }
}

@media screen and (max-width: 700px) {
  .artists-link {
    bottom: 1em;
  }
}

@media screen and (max-width: 500px) {
  .artists-link {
    position: static;
  }
}

.artists {
  list-style-type: none;
}

.artist {
  display: inline;
  font-size: 80%;
  line-height: 1.5;
}

.artist:after {
  content: '/';
  color: #e95797;
  margin: 0 5px 0 8px;
}

.artist:last-child:after {
  display: none;
}

#top {
  display: none;
  margin: 3em auto 0 auto;
  width: 100px;
  background-image: url("assets/up_arrow.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 20px;
  font-size: 70%;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
}

.category-title {
  text-transform: uppercase;
}

.article-wrapper {
  padding: 1em;
  background: white;
  color: #1c1a0a;
  border-bottom: 6px solid #1c1a0a;
}

.article-wrapper a {
  color: #1c1a0a;
  text-decoration: underline;
}

.article-wrapper a:hover, .article-wrapper a:active, .article-wrapper a:focus {
  color: red;
}

.article-wrapper p {
  font-size: 80%;
  line-height: 1.5;
}

.article-wrapper img {
  max-width: 100%;
  height: auto;
}

.article-header {
  background: #fdf141;
  color: #1c1a0a;
  padding: 1em;
  border-bottom: 6px solid #1c1a0a;
}

.article-header time {
  font-size: 80%;
}

.article-header .post-theme {
  margin-right: 0.8em;
}

.article-header.articles {
  margin-top: -6px;
}

.article-title {
  font-size: 160%;
  text-transform: none;
  margin-bottom: 0.1em;
}

p.article-standfirst {
  font-size: 120%;
}

.article-subheader {
  font-size: 120%;
}

figure img, .wp-caption img {
  margin-bottom: 0.8em;
}

figcaption, .wp-caption-text {
  text-align: center;
  font-size: 16px !important;
}

figcaption p, .wp-caption-text p {
  font-size: 16px !important;
}

figcaption:after, .wp-caption-text:after {
  content: '';
  display: block;
  width: 60%;
  border-bottom: 1px solid #1c1a0a;
  margin: 0 auto 1.5em auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin-top: -0.8em;
}

.wp-caption-text:after {
  margin-top: 0.5em;
}

.booking-promo {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.booking-promo:before {
  content: '';
  display: block;
  width: 60%;
  border-bottom: 6px solid #1c1a0a;
  margin: 1.5em auto 1em auto;
}

.booking-promo:after {
  content: '';
  display: block;
  width: 60%;
  border-bottom: 6px solid #1c1a0a;
  margin: 1em auto 0.5em auto;
}

.booking-promo a {
  color: #e30e1b;
  text-transform: uppercase;
  font-family: "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
}

.event-meta {
  font-size: 80%;
  display: block;
  margin: 0.5em 0;
}

.main {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 74.10533%;
}

.main:last-child {
  margin-right: 0;
}

@media screen and (max-width: 900px) {
  .main {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .main:last-child {
    margin-right: 0;
  }
}

.side {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 22.316%;
}

.side:last-child {
  margin-right: 0;
}

@media screen and (max-width: 900px) {
  .side {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .side:last-child {
    margin-right: 0;
  }
}

.page-header {
  margin-top: 1.7em;
}

.page-title {
  background: #fdf141;
  color: #1c1a0a;
  padding: 0.4em;
  display: inline;
  text-transform: none;
  font-size: 160%;
}

.page-standfirst {
  font-size: 100%;
  display: inline;
  padding: 0.215em 0;
  text-transform: none;
  font-family: "Benton Sans", "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

.page-standfirst-wrapper {
  margin-top: 0.45em;
}

.artist-image {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%;
}

.artist-image:last-child {
  margin-right: 0;
}

.artist-articles, .theme-articles {
  list-style-type: none;
}

.artist-articles h5, .theme-articles h5 {
  font-family: "Benton Sans", "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1;
  font-size: 80%;
}

.artist-articles a, .theme-articles a {
  text-decoration: none;
}

.artist-articles time, .theme-articles time {
  font-size: 60%;
  margin-top: -0.2em;
}

.artist-articles li, .theme-articles li {
  border-bottom: 1px solid #1c1a0a;
  margin-bottom: 0.6em;
  padding-bottom: 0.5em;
}

.no-js .artist-articles li, .no-js .theme-articles li {
  display: none;
}

.artist-articles.all li, .theme-articles.all li {
  display: block;
}

.artist-articles.read li.read, .theme-articles.read li.read {
  display: block;
}

.artist-articles.see li.see, .theme-articles.see li.see {
  display: block;
}

.artist-articles.watch li.watch, .theme-articles.watch li.watch {
  display: block;
}

.artist-articles.listen li.listen, .theme-articles.listen li.listen {
  display: block;
}

.themes {
  list-style-type: none;
}

.themes .theme {
  display: inline;
  margin-right: 0.5em;
}

.tile {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 22.316%;
  margin-bottom: 3.57%;
  margin-left: 0;
  overflow: hidden;
  height: 280px;
  position: relative;
  background: #3dab39;
  color: #1c1a0a;
}

.tile:last-child {
  margin-right: 0;
}

.tile::after {
  clear: both;
  content: "";
  display: table;
}

.js .tile {
  margin-right: 0;
}

.tile:hover, .tile:active, .tile:focus {
  color: #fdf141;
}

.tile:nth-child(2n+1) {
  background: #439cdf;
}

.tile:nth-child(2n+1) .tile-title {
  background: #439cdf;
}

.tile:nth-child(3n+2) {
  background: #eb8619;
}

.tile:nth-child(3n+2) .tile-title {
  background: #eb8619;
}

@media screen and (max-width: 900px) {
  .tile {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    height: 260px;
  }
  .tile:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 400px) {
  .tile {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .tile:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .tile {
    margin-bottom: 1em;
    height: auto;
    min-height: 280px;
  }
}

.tile.event {
  background-color: #252426;
  background-color: rgba(37, 36, 38, 0.9);
  overflow: visible;
  height: auto;
  color: white;
}

.tile.event a:hover, .tile.event a:active, .tile.event a:focus {
  color: #e30e1b;
}

.tile img {
  display: block;
  width: 100%;
}

.tile p {
  font-size: 80%;
  margin-top: 1em;
  margin-bottom: 0;
}

.tile--wide,
.wide_image,
.wide_title {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%;
  margin-right: 0;
}

.tile--wide:last-child,
.wide_image:last-child,
.wide_title:last-child {
  margin-right: 0;
}

@media screen and (max-width: 900px) {
  .tile--wide,
  .wide_image,
  .wide_title {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .tile--wide:last-child,
  .wide_image:last-child,
  .wide_title:last-child {
    margin-right: 0;
  }
}

.tile--alt {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%;
  margin-bottom: 1%;
}

.tile--alt:last-child {
  margin-right: 0;
}

.tile--alt::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 700px) {
  .tile--alt {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .tile--alt:last-child {
    margin-right: 0;
  }
}

.narrow_title {
  color: #fdf141 !important;
  background-color: #252426 !important;
  background-color: rgba(37, 36, 38, 0.9) !important;
}

.narrow_title .tile-title {
  background: none !important;
  color: #fdf141 !important;
  transition: color 0.2s;
}

.narrow_title:hover .tile-title, .narrow_title:active .tile-title, .narrow_title:focus .tile-title {
  color: #e30e1b !important;
}

@media screen and (max-width: 500px) {
  .narrow_image {
    overflow: hidden;
    max-height: 280px;
  }
  .narrow_image img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 200%;
  }
}

.inner-tile {
  width: 50%;
  float: left;
  display: block;
  vertical-align: top;
  height: 100%;
}

.inner-tile img {
  display: block;
  height: auto;
  width: auto;
  min-height: 100%;
  max-width: 200%;
  min-width: 100%;
}

@media screen and (max-width: 500px) {
  .inner-tile img {
    min-height: 0;
    max-width: 0;
  }
}

.inner-tile h3 {
  height: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .inner-tile {
    width: 100%;
    height: auto;
  }
}

.inner-event-tile {
  padding: 0.75em;
}

.tile-title {
  font-weight: normal;
  font-size: 100%;
  font-family: "Benton Sans", "ATF Alt Goth Demi", "Arial Narrow", "Century Gothic", "Droid Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
  padding: 1em;
  background: #3dab39;
  margin-bottom: 0 !important;
}

.narrow_image .tile-title {
  font-weight: normal;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.narrow_title .tile-title, .wide_title .tile-title {
  font-size: 120%;
  font-weight: bold;
}

.grid-sizer {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 22.316%;
  margin-right: 0;
}

.grid-sizer:last-child {
  margin-right: 0;
}

.gutter-sizer {
  width: 3.57866%;
}

.posts-meta {
  margin-bottom: 1em;
}

.posts-count {
  font-size: 80%;
  margin-left: 1em;
}
