/*!
Theme Name: Romesh2018
Theme URI: http://underscores.me/
Author: LUA Design
Author URI: http://luadesign.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: romesh-r
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Romesh2018 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #fffdf2;
  font-family: serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }
  @media only screen and (max-width: 1160px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 14.56px;
      font-size: 0.91rem; } }
h1, h2, h3, h4, h5, h6, .nav-menu, .gigtown, .site-footer p {
  font-family: Georgia, serif;
  font-weight: 400;
  clear: both; }
  .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active .nav-menu, .wf-active .gigtown, .wf-active .site-footer p {
    font-family: 'Rock Salt', sans-serif; }

h3, .full-width-contact .more-links {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    h3, .full-width-contact .more-links {
      font-size: 17.6px;
      font-size: 1.1rem; } }
body, p, .full-width-contact h3, input, button {
  font-family: 'Arvo', serif;
  font-weight: 400; }

strong, .share-buttons li:first-child {
  font-weight: 700; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.woff") format("woff2"), url("fonts/icomoon.svgi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-navicon:before {
  content: "\f0c9"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-sort-desc:before {
  content: "\f0dd"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-angle-double-up:before {
  content: "\f102"; }

.icon-angle-double-down:before {
  content: "\f103"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-reply:before {
  content: "\f112"; }

.icon-instagram:before {
  content: "\f16d"; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

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

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

body, .content-area {
  background: #180100;
  background-image: url(images/Romesh-Ranganathan-background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-attachment: fixed; }
  @media only screen and (max-width: 767px) {
    body, .content-area {
      background-image: url(images/Romesh-Ranganathan-background-s.jpg);
      background-size: contain;
      background-position: center top;
      background-repeat: repeat;
      background-attachment: scroll; } }
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

figure {
  margin: 1em 0; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

#wdsi-slide_in .wdsi-slide-close a {
  background-color: transparent;
  padding: 0 10px; }
  #wdsi-slide_in .wdsi-slide-close a:hover, #wdsi-slide_in .wdsi-slide-close a:focus {
    background-color: transparent; }

#wdsi-slide_in p {
  text-align: center; }

#wdsi-slide_in h1.wdsi-slide-italic {
  color: #fffdf2;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  display: block;
  float: none;
  font-size: 19.2px;
  font-size: 1.2rem; }
  @media only screen and (max-width: 767px) {
    #wdsi-slide_in h1.wdsi-slide-italic {
      font-size: 16px;
      font-size: 1rem; } }
#wdsi-slide_in .wdsi-slide-title {
  width: 100%;
  text-align: center; }

#wdsi-slide_in .wdsi-slide-content p {
  padding: 0 0;
  margin: 0 0; }

#wdsi-slide_in .full-width {
  margin: 0 0 10px;
  padding: 10px 15px 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

#wdsi-slide_in #mc_embed_signup .content__gdprBlock {
  margin: 10px 0 15px;
  padding: 10px;
  border: 1px solid #fffdf2;
  border-radius: 6px;
  opacity: .75;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1; }

#wdsi-slide_in #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  margin: 5px 0 10px; }
  @media only screen and (max-width: 767px) {
    #wdsi-slide_in #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
      display: block;
      width: 100%;
      flex: none; } }
#wdsi-slide_in #mc_embed_signup #mc_embed_signup_scroll button {
  background-color: #7f123a;
  text-transform: uppercase;
  border-radius: 8px; }
  @media only screen and (max-width: 767px) {
    #wdsi-slide_in #mc_embed_signup #mc_embed_signup_scroll button {
      margin: 10px 0;
      width: 100%; } }
  #wdsi-slide_in #mc_embed_signup #mc_embed_signup_scroll button:hover, #wdsi-slide_in #mc_embed_signup #mc_embed_signup_scroll button:focus {
    color: #69ccbb;
    background-color: #9f1b7f; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fadd85;
  text-decoration: none; }
  a:visited {
    color: #fadd85; }
  a:hover, a:focus, a:active {
    color: #69ccbb; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

button {
  outline: 0; }

button, a, a:hover, a:focus, .menu-item, input, .latest-gigs li, .latest-gigs li:hover, .latest-gigs li:focus, .ticketbox, .ticketbox:hover, .ticketbox:focus, .more-links, .more-links:hover {
  transition: all 0.5s ease-in-out; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  overflow: hidden;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background-image: url(images/dot.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 23px 11px, contain;
  z-index: 2;
  background-image: url(images/dot.svg), linear-gradient(to bottom, black, transparent);
  /* W3C */
  background-position: center bottom, center top; }
  .main-navigation button {
    border: none;
    background-color: transparent;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fadd85;
    padding: 0;
    align-self: flex-start; }
  .main-navigation .navigation-container {
    display: flex;
    flex-direction: column-reverse;
    flex: 0 0 80%;
    width: 80%; }
  .main-navigation .nav-menu {
    display: none;
    flex: 2 1 80%;
    transform: translateX(-500px);
    -webkit-animation: come-in .3s ease forwards;
            animation: come-in .3s ease forwards;
    margin-left: -20%;
    padding-top: 20px; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    flex: 0 0 100%;
    font-size: 19.2px;
    font-size: 1.2rem; }
  .main-navigation ul.social-media {
    flex: 1 2 20%;
    font-size: 24px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 480px) {
      .main-navigation ul.social-media {
        padding-left: 30%; } }
  .main-navigation li {
    position: relative;
    display: flex;
    line-height: 1; }
  .main-navigation .nav-menu li {
    margin-bottom: 10px;
    background-color: #7f123a;
    border-radius: 8px;
    padding: 12px 10px 12px 20px; }
    .main-navigation .nav-menu li:hover, .main-navigation .nav-menu li:focus {
      background-color: #9f1b7f; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

.current_page_item > a,
.current-menu-item > a,
.current_page_ancestor > a,
.current-menu-ancestor > a,
body.post-type-archive-tour #menu-item-1095 a {
  color: #fffdf2;
  cursor: default; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .nav-menu {
  display: block; }

@media screen and (min-width: 767px) {
  .menu-toggle {
    display: none; }
  .main-navigation .nav-menu {
    display: flex;
    margin-left: 0;
    transform: none;
    -webkit-animation: none;
            animation: none;
    padding-top: 0; }
  .main-navigation .nav-menu li {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0; }
    .main-navigation .nav-menu li:hover, .main-navigation .nav-menu li:focus {
      background-color: transparent; }
  .main-navigation .navigation-container {
    flex-direction: row;
    flex: 0 0 100%;
    width: 100%; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media only screen and (max-width: 767px) {
  .comment-navigation .nav-previous, .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    float: none;
    text-align: center;
    width: 90%;
    margin: 10px auto; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body.home .site-header {
  background-image: url(images/Romesh-Ranganathan-Cynics.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  width: 100%;
  display: block; }
  @media only screen and (max-width: 767px) {
    body.home .site-header {
      background-image: url(images/Romesh-Ranganathan-Cynics-x.jpg);
      background-position: center center;
      background-attachment: scroll; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.home .site-header {
      background-image: url(images/Romesh-Ranganathan-Cynics-x.jpg);
      background-position: center center;
      background-attachment: scroll;
      background-size: contain; } }
  @media only screen and (max-width: 480px) {
    body.home .site-header {
      background-image: url(images/Romesh-Ranganathan-Cynics-s.jpg);
      background-position: center center;
      background-size: contain;
      background-attachment: scroll; } }
.content-area,
.content-area-internal {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 0 0 100%;
  padding: 120px 40px 40px 40px;
  vertical-align: top; }
  @media only screen and (max-width: 1160px) {
    .content-area,
    .content-area-internal {
      padding: 110px 20px 20px;
      align-content: flex-start; } }
  .content-area h1, .content-area h2,
  .content-area-internal h1,
  .content-area-internal h2 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    display: flex;
    flex: 1 2 80%;
    align-self: flex-start; }
    @media only screen and (max-width: 767px) {
      .content-area h1, .content-area h2,
      .content-area-internal h1,
      .content-area-internal h2 {
        font-size: 20px;
        font-size: 1.25rem;
        text-align: center;
        display: block; } }
  .content-area p,
  .content-area-internal p {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 0 0 10px; }
  .content-area a,
  .content-area-internal a {
    padding: 15px 20px;
    font-weight: 700;
    background-color: rgba(203, 74, 126, 0.4);
    border-radius: 10px;
    align-self: flex-end;
    margin-left: 20px; }
    .content-area a:first-of-type,
    .content-area-internal a:first-of-type {
      margin-left: 0; }
      @media only screen and (max-width: 1160px) {
        .content-area a:first-of-type,
        .content-area-internal a:first-of-type {
          margin-top: 0; } }
    .content-area a:nth-of-type(even),
    .content-area-internal a:nth-of-type(even) {
      background-color: rgba(142, 172, 199, 0.4); }
      @media only screen and (max-width: 1160px) {
        .content-area a:nth-of-type(even),
        .content-area-internal a:nth-of-type(even) {
          margin-left: 0;
          margin-top: 10px; } }
    .content-area a:hover, .content-area a:focus,
    .content-area-internal a:hover,
    .content-area-internal a:focus {
      background-color: #9f1b7f; }
    @media only screen and (max-width: 1160px) {
      .content-area a,
      .content-area-internal a {
        display: block;
        flex: none;
        width: 100%;
        margin-left: 0;
        position: relative;
        margin-top: 10px; } }
  .content-area ul,
  .content-area-internal ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none; }

.dots:after {
  background-image: url(images/dot.svg);
  background-repeat: repeat-x;
  background-position: left bottom 4px;
  background-size: 23px 11px;
  display: flex;
  flex: 2 1 1%;
  content: ""; }

.full-width .dots:after {
  background-image: url(images/dark-dot.svg); }

.gigtown.dots:after {
  background-size: 18px 8px; }

body.home .site-branding {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  flex: 0 0 100%;
  flex-direction: column;
  height: 100vh;
  font-size: 64px;
  font-size: 4rem;
  padding: 50px;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    body.home .site-branding {
      align-items: center; } }
  body.home .site-branding a {
    opacity: .5; }
    body.home .site-branding a:hover, body.home .site-branding a:focus {
      opacity: 1; }

.column1,
.column2,
.column3 {
  display: flex;
  flex: 1 1 34%;
  flex-wrap: wrap;
  vertical-align: top;
  justify-content: flex-start;
  align-content: flex-start; }

.column2 {
  flex: 1 1 64%; }

body.home .column1 {
  flex-direction: column;
  align-self: stretch;
  padding-left: 20px; }
  @media only screen and (max-width: 480px) {
    body.home .column1 {
      padding-left: 0; } }
  body.home .column1 img {
    max-width: 90%;
    display: block;
    margin: 0 auto; }
  body.home .column1 h3 {
    text-align: center; }

.link-text {
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700; }

.news-image {
  flex: 0 1 25%; }
  @media only screen and (max-width: 480px) {
    .news-image {
      width: 75%;
      margin: 0 auto; } }
.posted-on {
  flex: 1 1 1%;
  text-align: center;
  font-weight: 700;
  opacity: .5;
  font-size: 18.4px;
  font-size: 1.15rem;
  line-height: 1.15; }
  @media only screen and (max-width: 1160px) {
    .posted-on {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1; } }
  @media only screen and (max-width: 767px) {
    .posted-on {
      display: block;
      flex: none;
      width: 100%;
      text-align: center;
      padding-top: 20px; } }
.news-content {
  flex: 1 1 72%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 10px 0 20px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .news-content {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; } }
  .news-content p {
    margin: .5rem 0px 1rem 0px;
    padding: 0; }

body.home .news-content p {
  margin: .5rem 0px 1rem 0px;
  padding: 0;
  display: block;
  width: 100%; }

body.page-template-page-podcast .full-width p {
  width: 100%;
  display: block; }

.podcastlink {
  flex: 0 0 100%;
  padding: 20px 20px 0 0; }
  .podcastlink iframe {
    margin-top: 10px; }
  @media only screen and (max-width: 1160px) {
    .podcastlink {
      overflow: hidden; } }
  @media only screen and (max-width: 480px) {
    .podcastlink {
      margin-bottom: 20px;
      padding-right: 0; } }
.latest-gigs {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 20px; }
  .latest-gigs li {
    padding: 15px 20px;
    background-color: rgba(203, 74, 126, 0.4);
    border-radius: 10px;
    margin: 0 0 20px;
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
    flex: 0 0 100%;
    flex-wrap: wrap;
    align-content: center;
    vertical-align: middle; }
    .latest-gigs li:nth-of-type(even) {
      background-color: rgba(142, 172, 199, 0.4); }
    .latest-gigs li:hover, .latest-gigs li:focus {
      background-color: #9f1b7f; }
  .latest-gigs a {
    background: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    color: #fffdf2; }
    @media only screen and (max-width: 480px) {
      .latest-gigs a {
        display: block;
        flex: none;
        width: 100%; } }
    .latest-gigs a:hover, .latest-gigs a:focus {
      color: #69ccbb;
      background: none; }
  .latest-gigs .gigdate,
  .latest-gigs .gigtown,
  .latest-gigs .ticketbox {
    flex: 1 2 8%;
    vertical-align: middle;
    align-self: center; }
  .latest-gigs .ticketbox.soldout {
    transform: rotate(-4deg);
    color: #fffdf2; }
  .latest-gigs .gigdate {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    padding-right: 5px; }
    @media only screen and (max-width: 1160px) {
      .latest-gigs .gigdate {
        flex: 0 0  100%;
        padding-bottom: 4px; } }
    @media only screen and (max-width: 480px) {
      .latest-gigs .gigdate {
        display: block;
        flex: none;
        width: 100%;
        background-image: url(images/dot.svg);
        background-repeat: repeat-x;
        background-position: left bottom;
        padding-bottom: 10px;
        background-size: 18px 8px; } }
  .latest-gigs .gigtown {
    display: flex;
    flex: 1 1 45%;
    text-transform: capitalize;
    padding-right: 5px;
    vertical-align: baseline;
    line-height: 1; }
    .latest-gigs .gigtown small {
      padding-left: 15px;
      opacity: .7; }
  @media only screen and (max-width: 480px) {
    .latest-gigs .gigtown {
      font-size: 19.2px;
      font-size: 1.2rem; } }
  @media only screen and (max-width: 480px) {
    .latest-gigs .gigtown small {
      font-size: 16px;
      font-size: 1rem; } }
  @media only screen and (max-width: 480px) {
    .latest-gigs .gigtown, .latest-gigs .gigtown small {
      display: block;
      width: 100%;
      margin: 10px 0 0;
      padding-right: 0; } }
  .latest-gigs .ticketbox {
    text-align: right;
    text-transform: uppercase;
    color: #fadd85;
    flex: 2 1 18%; }
    @media only screen and (max-width: 480px) {
      .latest-gigs .ticketbox {
        display: block;
        flex: none;
        width: 100%; } }
    .latest-gigs .ticketbox:hover, .latest-gigs .ticketbox:focus {
      color: #69ccbb; }
  .latest-gigs .limited {
    font-size: 13.6px;
    font-size: 0.85rem;
    line-height: 1; }
  .latest-gigs .nolink {
    font-size: 13.6px;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    color: #fffdf2; }
    .latest-gigs .nolink:hover, .latest-gigs .nolink:focus {
      color: #fffdf2; }

#live .morelink {
  background-color: transparent;
  text-align: right;
  text-transform: uppercase; }

#live .morelink.presalelink {
  text-align: center;
  padding: 6px 14px;
  border-radius: 6px;
  background-color: #7f123a;
  display: block;
  position: relative;
  width: 100%;
  margin: 15px auto 0; }

p.twickets {
  text-align: center;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (max-width: 480px) {
    p.twickets {
      font-size: 13.6px;
      font-size: 0.85rem; } }
  p.twickets a {
    text-align: center;
    padding: 6px 14px;
    border-radius: 6px;
    background-color: #7f123a;
    display: block;
    position: relative;
    width: auto;
    margin: 5px auto 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 480px) {
      p.twickets a {
        width: 100%;
        font-size: 16px;
        font-size: 1rem; } }
.postponed {
  line-height: 1.4;
  opacity: .6;
  font-size: 90%; }

.content-area-internal {
  display: flex;
  flex: 0 0 100%;
  justify-content: flex-start;
  vertical-align: top;
  align-content: flex-start;
  align-items: flex-start; }
  .content-area-internal h1 {
    width: 20%;
    flex: 0 0 20%;
    padding-right: 5%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .content-area-internal h1 {
        width: 33%;
        flex: 0 0 33%; } }
    @media only screen and (max-width: 767px) {
      .content-area-internal h1 {
        width: 80%;
        margin: 0 auto;
        flex: none;
        display: block;
        padding-right: 0; } }
  .content-area-internal .entry, .content-area-internal .entry-page {
    width: 60%;
    flex: 0 0 60%;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    -webkit-animation: fadein 2.5s;
            animation: fadein 2.5s; }
    @media only screen and (max-width: 767px) {
      .content-area-internal .entry, .content-area-internal .entry-page {
        width: 90%;
        flex: none;
        margin: 0 auto; } }
    .content-area-internal .entry p, .content-area-internal .entry-page p {
      display: block;
      width: 100%; }
    .content-area-internal .entry .n2-ss-align, .content-area-internal .entry-page .n2-ss-align {
      flex: none;
      width: 100%;
      display: block;
      margin-top: 40px; }
    .content-area-internal .entry h2, .content-area-internal .entry-page h2 {
      flex: 1 1 40%; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .content-area-internal .entry h2, .content-area-internal .entry-page h2 {
          width: 100%;
          flex: none;
          margin: 0 auto;
          text-align: center; } }
    .content-area-internal .entry img, .content-area-internal .entry-page img {
      flex: 1 1 10%;
      width: 100%;
      height: auto; }
    .content-area-internal .entry .gigtown, .content-area-internal .entry-page .gigtown {
      flex: 2 1 50%; }
    .content-area-internal .entry .latest-gigs, .content-area-internal .entry-page .latest-gigs {
      flex: 0 0 100%; }
      .content-area-internal .entry .latest-gigs .gigdate, .content-area-internal .entry .latest-gigs .ticketbox, .content-area-internal .entry-page .latest-gigs .gigdate, .content-area-internal .entry-page .latest-gigs .ticketbox {
        flex: 2 1 8%; }
        @media only screen and (max-width: 480px) {
          .content-area-internal .entry .latest-gigs .gigdate, .content-area-internal .entry .latest-gigs .ticketbox, .content-area-internal .entry-page .latest-gigs .gigdate, .content-area-internal .entry-page .latest-gigs .ticketbox {
            display: block;
            width: 100%;
            flex: none; } }
  .content-area-internal .entry-page {
    padding-top: 20px; }

body.page-id-1087 .entry-page {
  width: 100%; }

.news-archive {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .news-archive .full-width {
    justify-content: flex-start;
    align-items: flex-start; }
    .news-archive .full-width .news-image {
      flex: 1 1 10%; }
    .news-archive .full-width p {
      font-size: 23.2px;
      font-size: 1.45rem;
      line-height: 1.5; }
      @media only screen and (max-width: 1160px) {
        .news-archive .full-width p {
          font-size: 19.2px;
          font-size: 1.2rem;
          line-height: 1.3; } }
.full-width {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  flex-wrap: wrap;
  margin: 30px 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
  border-radius: 10px;
  -webkit-animation: fadein 2.5s;
          animation: fadein 2.5s;
  color: #1d1d1b; }
  @media only screen and (max-width: 480px) {
    .full-width {
      padding: 15px; } }
  .full-width .more-links {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    flex: none; }
  .full-width a {
    display: inline-block;
    background-color: #7f123a; }
    .full-width a:nth-of-type(even) {
      background-color: #404562; }
    .full-width a:hover, .full-width a:focus {
      background-color: #9f1b7f; }

body.page-id-7 .content-area-internal,
body.error404 .content-area-internal {
  background-image: url(images/Romesh-Ranganathan-Tint.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1160px) {
    body.page-id-7 .content-area-internal,
    body.error404 .content-area-internal {
      background-position: center top; } }
  body.page-id-7 .content-area-internal .full-width-contact,
  body.error404 .content-area-internal .full-width-contact {
    width: 100%;
    display: block;
    padding-right: 34%; }
    @media only screen and (max-width: 1160px) {
      body.page-id-7 .content-area-internal .full-width-contact,
      body.error404 .content-area-internal .full-width-contact {
        padding-right: 0; } }
    body.page-id-7 .content-area-internal .full-width-contact .full-width,
    body.error404 .content-area-internal .full-width-contact .full-width {
      display: flex;
      flex: 0 0 100%;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end; }
      body.page-id-7 .content-area-internal .full-width-contact .full-width h3,
      body.error404 .content-area-internal .full-width-contact .full-width h3 {
        font-weight: 700;
        flex: 1 1 60%; }
      body.page-id-7 .content-area-internal .full-width-contact .full-width p,
      body.error404 .content-area-internal .full-width-contact .full-width p {
        margin: 0;
        padding: 0; }
      body.page-id-7 .content-area-internal .full-width-contact .full-width a,
      body.error404 .content-area-internal .full-width-contact .full-width a {
        color: #7f123a; }
        body.page-id-7 .content-area-internal .full-width-contact .full-width a:hover, body.page-id-7 .content-area-internal .full-width-contact .full-width a:focus,
        body.error404 .content-area-internal .full-width-contact .full-width a:hover,
        body.error404 .content-area-internal .full-width-contact .full-width a:focus {
          color: #9f1b7f; }
      body.page-id-7 .content-area-internal .full-width-contact .full-width .more-links, body.page-id-7 .content-area-internal .full-width-contact .full-width button,
      body.error404 .content-area-internal .full-width-contact .full-width .more-links,
      body.error404 .content-area-internal .full-width-contact .full-width button {
        flex: 0 0 30%;
        text-align: center;
        text-transform: uppercase;
        background-color: #7f123a;
        border-radius: 10px;
        padding: 10px; }
        @media only screen and (max-width: 1160px) {
          body.page-id-7 .content-area-internal .full-width-contact .full-width .more-links, body.page-id-7 .content-area-internal .full-width-contact .full-width button,
          body.error404 .content-area-internal .full-width-contact .full-width .more-links,
          body.error404 .content-area-internal .full-width-contact .full-width button {
            flex: 1 1 40%; } }
        @media only screen and (max-width: 767px) {
          body.page-id-7 .content-area-internal .full-width-contact .full-width .more-links, body.page-id-7 .content-area-internal .full-width-contact .full-width button,
          body.error404 .content-area-internal .full-width-contact .full-width .more-links,
          body.error404 .content-area-internal .full-width-contact .full-width button {
            display: block;
            width: 100%;
            flex: none;
            text-align: center; } }
        body.page-id-7 .content-area-internal .full-width-contact .full-width .more-links a, body.page-id-7 .content-area-internal .full-width-contact .full-width button a,
        body.error404 .content-area-internal .full-width-contact .full-width .more-links a,
        body.error404 .content-area-internal .full-width-contact .full-width button a {
          color: #fadd85; }
          body.page-id-7 .content-area-internal .full-width-contact .full-width .more-links a:hover, body.page-id-7 .content-area-internal .full-width-contact .full-width .more-links a:focus, body.page-id-7 .content-area-internal .full-width-contact .full-width button a:hover, body.page-id-7 .content-area-internal .full-width-contact .full-width button a:focus,
          body.error404 .content-area-internal .full-width-contact .full-width .more-links a:hover,
          body.error404 .content-area-internal .full-width-contact .full-width .more-links a:focus,
          body.error404 .content-area-internal .full-width-contact .full-width button a:hover,
          body.error404 .content-area-internal .full-width-contact .full-width button a:focus {
            color: #69ccbb; }
        body.page-id-7 .content-area-internal .full-width-contact .full-width .more-links:hover, body.page-id-7 .content-area-internal .full-width-contact .full-width .more-links:focus, body.page-id-7 .content-area-internal .full-width-contact .full-width button:hover, body.page-id-7 .content-area-internal .full-width-contact .full-width button:focus,
        body.error404 .content-area-internal .full-width-contact .full-width .more-links:hover,
        body.error404 .content-area-internal .full-width-contact .full-width .more-links:focus,
        body.error404 .content-area-internal .full-width-contact .full-width button:hover,
        body.error404 .content-area-internal .full-width-contact .full-width button:focus {
          background-color: #9f1b7f; }

#mc_embed_signup {
  background-color: rgba(203, 74, 126, 0.4);
  color: #fffdf2; }
  #mc_embed_signup #mc_embed_signup_scroll {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    flex-wrap: wrap; }
    #mc_embed_signup #mc_embed_signup_scroll .clear {
      flex: 0 0 100%; }
    #mc_embed_signup #mc_embed_signup_scroll button {
      margin-left: auto;
      border: none;
      color: #fadd85;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700; }
      #mc_embed_signup #mc_embed_signup_scroll button:hover, #mc_embed_signup #mc_embed_signup_scroll button:focus {
        color: #69ccbb; }
    #mc_embed_signup #mc_embed_signup_scroll h3 {
      flex: 0 0 100%; }
    #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
      flex: 0 0 48%;
      margin: 20px 0; }
      #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
        width: 100%;
        border-radius: 10px;
        padding: 10px; }
        #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input:focus, #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input:hover {
          background-color: #fadd85; }
  #mc_embed_signup label.checkbox {
    display: inline-block;
    line-height: 1; }
    #mc_embed_signup label.checkbox span {
      padding-left: 5px; }
  #mc_embed_signup .content__gdprBlock {
    margin: 40px 0 0;
    padding: 20px;
    border: 1px solid #fffdf2;
    border-radius: 8px; }
    #mc_embed_signup .content__gdprBlock p {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 5px 0;
      margin: 0; }
      #mc_embed_signup .content__gdprBlock p a {
        color: #fadd85; }
        #mc_embed_signup .content__gdprBlock p a:hover, #mc_embed_signup .content__gdprBlock p a:focus {
          color: #69ccbb; }
  #mc_embed_signup fieldset {
    padding: 0;
    margin: 0; }
  #mc_embed_signup input, #mc_embed_signup fieldset {
    border: none; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.column3 {
  flex: 0 0 32%;
  padding: 20px 20px;
  background-color: rgba(203, 74, 126, 0.4);
  border-radius: 10px;
  margin: 20px 0 0;
  display: flex;
  position: relative;
  align-self: stretch;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .column3 {
      flex: 0 0 48%; } }
  @media only screen and (max-width: 480px) {
    .column3 {
      flex: 0 0 100%; } }
  .column3:nth-of-type(even) {
    background-color: rgba(142, 172, 199, 0.4); }
  .column3 h3 {
    flex: 0 1 80%;
    font-size: 17.6px;
    font-size: 1.1rem; }
  .column3 .posted-on {
    flex: 1 0 20%; }
  .column3 p {
    font-size: 16px;
    font-size: 1rem;
    word-wrap: break-word;
    /* old name */
    overflow-wrap: break-word;
    margin: 0;
    padding: 10px 0 0; }
  .column3 .news-excerpt {
    background-image: url(images/dot.svg);
    background-position: left top;
    background-size: 18px 8px;
    background-repeat: repeat-x;
    margin-top: 20px;
    padding-top: 10px;
    width: 100%; }
  .column3 a.read-more {
    display: block;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    padding: 10px 0; }
  .column3 img {
    display: block;
    margin: 10px 0 0; }

.column3 a, .column3 a:nth-of-type(even),
body.page-id-7 .content-area-internal a,
body.page-id-7 .content-area-internal a:nth-of-type(even),
body.page-id-551 .content-area-internal a,
body.page-id-551 .content-area-internal a:nth-of-type(even) {
  background-color: transparent;
  border-radius: 0;
  padding: 0 0;
  display: inline;
  margin: 0; }
  .column3 a:hover, .column3 a:focus, .column3 a:nth-of-type(even):hover, .column3 a:nth-of-type(even):focus,
  body.page-id-7 .content-area-internal a:hover,
  body.page-id-7 .content-area-internal a:focus,
  body.page-id-7 .content-area-internal a:nth-of-type(even):hover,
  body.page-id-7 .content-area-internal a:nth-of-type(even):focus,
  body.page-id-551 .content-area-internal a:hover,
  body.page-id-551 .content-area-internal a:focus,
  body.page-id-551 .content-area-internal a:nth-of-type(even):hover,
  body.page-id-551 .content-area-internal a:nth-of-type(even):focus {
    background-color: transparent; }

body.page-id-551 .content-area-internal p {
  margin: 10px 0 0; }

.posts-navigation {
  display: block;
  width: 100%;
  text-transform: uppercase;
  position: relative; }
  .posts-navigation .nav-links {
    display: block;
    padding: 40px 0 20px 0;
    clear: both;
    overflow: hidden; }
  .posts-navigation .nav-previous a:before,
  .posts-navigation .nav-next a:after {
    font-family: 'icomoon'; }
  .posts-navigation .nav-previous a:before {
    content: '\f04a\0020'; }
  .posts-navigation .nav-next a:after {
    content: '\0020\f04e'; }

body.single .news-content {
  align-content: flex-start; }

body.single-tour .content-area-internal {
  align-content: flex-start; }
  body.single-tour .content-area-internal .single-date-page {
    width: 100%; }
    body.single-tour .content-area-internal .single-date-page .latest-gigs {
      font-size: 24px;
      font-size: 1.5rem; }
    body.single-tour .content-area-internal .single-date-page .ssba-wrap {
      clear: both;
      float: right; }

@media only screen and (max-width: 480px) {
  h1, h2, .news-image, .news-content, .podcastlink, .latest-gigs .ticketbox {
    display: block;
    flex: none; } }

.content-area ul.share-buttons,
.content-area-internal ul.share-buttons {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  list-style-type: none;
  padding: 25px 0 0;
  display: block;
  line-height: 1.2;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start; }

.share-buttons li {
  height: auto;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }
  .share-buttons li [class^="icon-"], .share-buttons li [class*=" icon-"] {
    font-size: 28px;
    font-size: 1.75rem; }

.share-buttons li:last-child {
  margin-right: 0; }

.share-buttons a {
  background-color: transparent;
  padding: 0;
  color: #7f123a; }
  .share-buttons a:hover, .share-buttons a:focus {
    background-color: transparent;
    color: #9f1b7f; }

.bounce {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.come-in {
  transform: translateX(-2000px);
  -webkit-animation: come-in 1.5s ease forwards;
          animation: come-in 1.5s ease forwards; }

.come-in-vertical {
  transform: translateY(-2000px);
  -webkit-animation: come-in 1.5s ease forwards;
          animation: come-in 1.5s ease forwards; }

@media only screen and (max-width: 480px) {
  .come-in,
  .come-in-vertical {
    transform: none;
    -webkit-animation: none;
            animation: none; } }

@-webkit-keyframes come-in {
  to {
    transform: translateY(0); } }

@keyframes come-in {
  to {
    transform: translateY(0); } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.site-footer {
  width: 100%;
  background-image: url(images/dot.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 23px 11px;
  padding: 20px;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .site-footer {
      text-align: center; } }
  .site-footer p {
    opacity: .5;
    font-size: 12.8px;
    font-size: 0.8rem;
    display: block;
    letter-spacing: 1px; }
    @media only screen and (max-width: 480px) {
      .site-footer p {
        font-size: 11.2px;
        font-size: 0.7rem; } }
    .site-footer p a {
      display: inline-block;
      padding-left: 7%;
      text-align: right; }
      @media only screen and (max-width: 480px) {
        .site-footer p a {
          display: block;
          padding-left: 0;
          flex: none;
          width: 100%;
          text-align: center;
          margin-top: 20px; } }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
