/*! 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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}
/*
@media @large { 
  .component-nav { … }
}
*/
@font-face {
  font-family: 'novecento_cond_demibold';
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondDemiBold-webfont.eot');
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondDemiBold-webfont.eot#iefix') format('embedded-opentype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondDemiBold-webfont.woff2') format('woff2'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondDemiBold-webfont.woff') format('woff'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondDemiBold-webfont.ttf') format('truetype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondDemiBold-webfont.svg#novecento_cond_demiboldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novecento_cond_regular';
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondNormal-webfont.eot');
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondNormal-webfont.eot#iefix') format('embedded-opentype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondNormal-webfont.woff2') format('woff2'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondNormal-webfont.woff') format('woff'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondNormal-webfont.ttf') format('truetype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondNormal-webfont.svg#novecento_cond_normalregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novecento_cond_bold';
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondBold-webfont.eot');
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondBold-webfont.eot#iefix') format('embedded-opentype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondBold-webfont.woff2') format('woff2'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondBold-webfont.woff') format('woff'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondBold-webfont.ttf') format('truetype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondBold-webfont.svg#novecento_cond_boldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novecento_cond_medium';
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondMedium-webfont.eot');
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondMedium-webfont.eot#iefix') format('embedded-opentype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondMedium-webfont.woff2') format('woff2'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondMedium-webfont.woff') format('woff'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondMedium-webfont.ttf') format('truetype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Novecento-CondMedium-webfont.svg#novecento_cond_mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'novecento_cond_book';
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/novecento_condbook-webfont.eot');
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/novecento_condbook-webfont.eot#iefix') format('embedded-opentype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/novecento_condbook-webfont.woff2') format('woff2'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/novecento_condbook-webfont.woff') format('woff'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/novecento_condbook-webfont.ttf') format('truetype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/novecento_condbook-webfont.svg#novecento_cond_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Roboto-Regular-webfont.eot');
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Roboto-Regular-webfont.eot#iefix') format('embedded-opentype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Roboto-Regular-webfont.woff2') format('woff2'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Roboto-Regular-webfont.woff') format('woff'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'socicon';
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/socicon-webfont.eot');
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/socicon-webfont.eot#iefix') format('embedded-opentype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/socicon-webfont.woff') format('woff'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/socicon-webfont.woff2') format('woff2'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/socicon-webfont.ttf') format('truetype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/socicon-webfont.svg#sociconregular') format('svg');
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
body {
  font-family: 'roboto', helvetica, arial, sans-serif;
  color: #221b1d;
}
.u-12col {
  width: 100%;
  float: none;
  clear: both;
}
.u-9col {
  width: 75%;
  float: left;
}
.u-8col {
  width: 66.66%;
  float: left;
}
.u-6col {
  width: 50%;
  float: left;
}
.u-4col {
  width: 33.33%;
  float: left;
}
.u-3col {
  width: 25%;
  float: left;
}
.u-2col {
  width: 16.66%;
  float: left;
}
.u-right {
  float: right;
}
.u-left {
  float: left;
}
.u-clear {
  clear: both;
}
.u-clear-left {
  clear: left;
}
.u-clear-right {
  clear: right;
}
.u-hide {
  display: none;
}
.box {
  box-sizing: border-box;
}
.box:after {
  content: '';
  clear: both;
  display: block;
}
.box.mod-no-padding {
  padding: 0;
}
.form:after {
  content: '';
  clear: both;
  display: block;
}
.input {
  padding: 5px 0;
}
.input-label {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 3px;
}
.input-label-note {
  font-size: 12px;
  line-height: 16px;
}
.input-control {
  color: #221b1d;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #221b1d;
  font-size: 14px;
  line-height: 23px;
  padding: 0 5px;
}
.input.mod-textarea textarea {
  height: 100px;
}
.input.mod-checkbox label {
  display: inline-block;
}
.input.mod-checkbox .input-control {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.btn {
  border: none;
  color: #ffffff;
  background: #221b1d;
  outline: none;
  overflow: hidden;
  padding: 0 10px;
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border-radius: 3px;
}
.btn.mod-big {
  display: block;
  line-height: 60px;
  font-size: 30px;
  font-family: 'novecento_cond_bold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
}
.btn.mod-red {
  color: #ffffff;
  background: #ff4444;
}
@font-face {
  font-family: 'gaf';
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/gaf.eot?-2fj6c0');
  src: url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/gaf.eot#iefix-2fj6c0') format('embedded-opentype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/gaf.woff?-2fj6c0') format('woff'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/gaf.ttf?-2fj6c0') format('truetype'), url('https://gigsandfestivals.com/wp-content/themes/gigsandfests/css/fonts/gaf.svg?-2fj6c0#gaf') format('svg');
  font-weight: normal;
  font-style: normal;
}
#menu-posts-gaf_artist .wp-menu-image:before,
#menu-posts-gaf_competition .wp-menu-image:before,
#menu-posts-post .wp-menu-image:before,
#menu-posts-gaf_event .wp-menu-image:before,
#menu-posts-gaf_interview .wp-menu-image:before,
#menu-posts-gaf_news .wp-menu-image:before,
#menu-posts-gaf_gallery .wp-menu-image:before,
#menu-posts-gaf_review .wp-menu-image:before,
.icon:before {
  font-family: 'gaf';
  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;
}
#menu-posts-gaf_artist .wp-menu-image:before,
.icon.mod-artist:before {
  content: "\e074";
}
#menu-posts-gaf_competition .wp-menu-image:before,
.icon.mod-competition:before {
  content: "\e093";
}
#menu-posts-post .wp-menu-image:before,
.icon.mod-blog:before {
  content: "\e600";
}
#menu-posts-gaf_event .wp-menu-image:before,
.icon.mod-event:before {
  content: "\e601";
}
#menu-posts-gaf_interview .wp-menu-image:before,
.icon.mod-interview:before {
  content: "\e602";
}
#menu-posts-gaf_news .wp-menu-image:before,
.icon.mod-news:before {
  content: "\e603";
}
#menu-posts-gaf_gallery .wp-menu-image:before,
.icon.mod-photo:before {
  content: "\e604";
}
#menu-posts-gaf_review .wp-menu-image:before,
.icon.mod-review:before {
  content: "\e605";
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.notice.mod-error {
  color: #ff4444;
}
body,
html {
  background: #f2f3f3;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.wrap {
  width: 970px;
  margin: 0 auto;
}
.head {
  width: 970px;
  margin: 0 auto;
}
.nav.mod-primary {
  width: 970px;
  margin: 0 auto;
}
@media only screen and (min-width: 826px) and (max-width: 969px) {
  body,
  html {
    overflow-x: visible;
  }
  .responsive .nav.mod-primary {
    width: 100%;
  }
  .responsive .head,
  .responsive .wrap {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media only screen and (max-width: 825px) {
  .responsive .head {
    margin: 20px 0 0;
    padding: 0;
  }
  .responsive .nav.mod-primary {
    width: 100%;
  }
  .responsive .head,
  .responsive .wrap {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .responsive .inner {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .responsive .head,
  .responsive .nav.mod-primary {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .wrap {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
}
.top {
  background: #f2f3f3;
  -webkit-transition: background top 0.35s;
  transition: background top 0.35s;
  position: relative;
  z-index: 99;
}
.top.is_sticky {
  position: static;
}
.top.is_stuck {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 99;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
}
.top.is_stuck .head {
  padding: 15px 0;
}
.top.is_stuck .head-logo.logo img {
  height: 40px;
}
.top.is_stuck .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
  padding: 5px 20px;
}
.head {
  overflow: hidden;
  padding: 40px 0;
  -webkit-transition: padding 0.1s;
  transition: padding 0.1s;
}
.head-logo.logo {
  float: left;
  margin-top: -10px;
}
.head-logo.logo img {
  height: 65px;
  width: auto;
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
}
.head-social {
  float: right;
  margin: 10px 0;
}
.head .search-form {
  float: right;
}
@media only screen and (min-width: 826px) and (max-width: 969px) {
  .responsive .head-logo.logo {
    width: auto;
  }
  .responsive .head-logo.logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 825px) {
  .responsive .head-logo.logo {
    float: none;
    width: auto;
    margin: 20px auto;
  }
  .responsive .head-logo.logo img {
    height: auto;
  }
  .responsive .head .search-form {
    float: none;
    margin: 20px 0;
  }
  .responsive .head-social {
    float: left;
    margin: 0;
  }
}
.footer_widgets {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.footer {
  background: #1c1f26;
  padding: 30px 0 100px;
  margin: 50px 0 0;
  clear: both;
}
.footer-logo {
  float: left;
}
.mobile-nav {
  display: none;
}
.footer-nav {
  float: right;
  margin: 10px 0 0;
}
.footer-nav ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer-nav li:before {
  content: '|';
  display: inline-block;
  margin: 0 5px;
  color: white;
  font-size: 16px;
}
.footer-nav li:first-child:before {
  display: none;
}
.footer-nav a {
  color: white;
  font-size: 15px;
  text-decoration: none;
}
.footer-nav a:hover,
.footer-nav a:active,
.footer-nav a:focus {
  text-decoration: underline;
}
.footer-text {
  clear: both;
  padding: 30px 0 0;
  margin: 0;
  color: #ff4444;
  font-size: 15px;
}
@media only screen and (max-width: 825px) {
  .responsive .footer {
    padding: 30px 20px 10px;
  }
  .responsive .footer-logo {
    float: none;
  }
  .responsive .mobile-nav {
    display: block;
    text-align: center;
    padding: 0;
    margin: 20px 0;
  }
  .responsive .mobile-nav li {
    color: #ffffff;
    font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 10px;
    padding: 0;
    display: inline-block;
  }
  .responsive .mobile-nav li a {
    color: inherit;
    text-decoration: none;
  }
  .responsive .footer-nav {
    float: none;
    margin: 40px 0 20px 0;
  }
  .responsive .footer-nav ul {
    text-align: center;
  }
  .responsive .footer-nav li {
    margin: 5px;
  }
  .responsive .footer-nav li:before {
    display: none;
  }
  .responsive .footer-text {
    margin: 30px 0;
    text-align: center;
    font-size: 13px;
  }
}
.logo {
  width: 470px;
  margin: 0;
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 825px) {
  .responsive .logo {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
  }
  .responsive .logo img {
    width: 100%;
  }
}
nav.ubermenu .ubermenu-nav {
  border-left: solid 1px #d3d4d4;
  border-bottom: solid 1px #d3d4d4;
  display: table;
  width: 100%;
}
nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 {
  border-right: solid 1px #d3d4d4;
  display: table-cell;
  float: none;
}
nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
  border-bottom: solid 5px transparent;
  -webkit-transition: padding 0.35s;
  transition: padding 0.35s;
  padding: 5px;
}
nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target .ubermenu-target-title {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 22px;
  white-space: nowrap;
  color: #221b1d;
}
nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0.ubermenu-active .ubermenu-target,
nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-item .ubermenu-target,
nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0:hover .ubermenu-target,
nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0:active .ubermenu-target,
nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0:focus .ubermenu-target {
  border-color: #ff4444;
}
nav.ubermenu .ubermenu-nav .ubermenu-submenu {
  background-color: rgba(255, 68, 68, 0.9);
}
nav.ubermenu .ubermenu-nav .ubermenu-submenu .ubermenu-target {
  padding: 5px;
  margin: 10px;
}
nav.ubermenu .ubermenu-nav .ubermenu-submenu .ubermenu-item-layout-text_only:hover {
  background-color: rgba(119, 0, 0, 0.5);
}
nav.ubermenu .ubermenu-nav .ubermenu-submenu .ubermenu-submenu {
  background: none;
}
nav.ubermenu .ubermenu-nav .ubermenu-submenu .ubermenu-target-title {
  font-family: 'novecento_cond_medium', helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
nav.ubermenu .ubermenu-nav .ubermenu-target-with-image.ubermenu-item-layout-image_left .ubermenu-image {
  margin-right: 20px;
}
nav.ubermenu .ubermenu-nav .ubermenu-target-with-image.ubermenu-item-layout-image_right .ubermenu-image {
  margin-left: 20px;
}
nav.ubermenu .ubermenu-nav .ubermenu-target-with-image .ubermenu-image {
  vertical-align: middle;
  display: inline-block;
  float: none;
}
nav.ubermenu .ubermenu-nav .ubermenu-target-with-image .ubermenu-target-title {
  font-size: 16px;
  line-height: 19px;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  width: 145px;
}
nav.ubermenu .ubermenu-nav .ubermenu-target-with-image:hover .ubermenu-target-title {
  background: none;
  color: #221b1d;
}
nav.ubermenu .ubermenu-nav .ubermenu-divider {
  padding: 0 20px;
}
nav.ubermenu .ubermenu-nav .ubermenu-divider hr {
  border-color: #ffffff;
}
nav.ubermenu.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
  display: none;
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_review.ubermenu-active .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_review.ubermenu-current-menu-item .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_review:hover .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_review:active .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_review:focus .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_review.ubermenu-current-menu-item .ubermenu-target {
  border-color: #00bab9;
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_review .ubermenu-submenu {
  background-color: rgba(0, 186, 185, 0.9);
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_review .ubermenu-submenu .ubermenu-item-layout-text_only:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_interview.ubermenu-active .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_interview.ubermenu-current-menu-item .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_interview:hover .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_interview:active .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_interview:focus .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_interview.ubermenu-current-menu-item .ubermenu-target {
  border-color: #18ac3e;
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_interview .ubermenu-submenu {
  background-color: rgba(24, 172, 62, 0.9);
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_interview .ubermenu-submenu .ubermenu-item-layout-text_only:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_gallery.ubermenu-active .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_gallery.ubermenu-current-menu-item .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_gallery:hover .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_gallery:active .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_gallery:focus .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_gallery.ubermenu-current-menu-item .ubermenu-target {
  border-color: #3399ff;
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_gallery .ubermenu-submenu {
  background-color: rgba(51, 153, 255, 0.9);
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_gallery .ubermenu-submenu .ubermenu-item-layout-text_only:hover {
  background-color: rgba(0, 51, 102, 0.5);
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_competition.ubermenu-active .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_competition.ubermenu-current-menu-item .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_competition:hover .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_competition:active .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_competition:focus .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_competition.ubermenu-current-menu-item .ubermenu-target {
  border-color: #5f3cd1;
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_competition .ubermenu-submenu {
  background-color: rgba(95, 60, 209, 0.9);
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_competition .ubermenu-submenu .ubermenu-item-layout-text_only:hover {
  background-color: rgba(22, 12, 53, 0.5);
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_feature.ubermenu-active .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_feature.ubermenu-current-menu-item .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_feature:hover .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_feature:active .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_feature:focus .ubermenu-target,
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_feature.ubermenu-current-menu-item .ubermenu-target {
  border-color: #f88b13;
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_feature .ubermenu-submenu {
  background-color: rgba(248, 139, 19, 0.9);
}
nav.ubermenu .ubermenu-item.ubermenu-item-level-0.ubermenu-item-object-gaf_feature .ubermenu-submenu .ubermenu-item-layout-text_only:hover {
  background-color: rgba(61, 33, 2, 0.5);
}
@media only screen and (max-width: 825px) {
  .responsive .nav.mod-primary {
    margin-top: -30px;
  }
  .responsive .ubermenu-responsive-toggle {
    font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0;
    overflow: hidden;
    width: 40px;
    height: 30px;
    float: right;
    position: relative;
    z-index: 99;
  }
  .responsive .ubermenu-responsive-toggle i {
    font-size: 30px;
    margin: 0;
  }
  .responsive nav.ubermenu {
    position: relative;
    z-index: 1;
  }
  .responsive nav.ubermenu .ubermenu-nav {
    display: block;
    position: absolute;
    margin-top: -40px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border: none;
  }
  .responsive nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 {
    background: #ffffff;
    display: block;
    border: none;
    float: right;
    clear: both;
  }
  .responsive nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    margin-left: 10px;
  }
  .responsive nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0.ubermenu-active > .ubermenu-target,
  .responsive nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
  .responsive nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0:hover > .ubermenu-target,
  .responsive nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0:active > .ubermenu-target,
  .responsive nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0:focus > .ubermenu-target,
  .responsive nav.ubermenu .ubermenu-nav .ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-left-width: 10px;
    margin-left: 0;
  }
}
.sidebar {
  width: 300px;
  margin-left: -300px;
  float: left;
}
.sidebar-bottom {
  position: absolute;
  bottom: 0;
}
/*
.sidebar.is_sticky {
	position: static;
	-webkit-transition: top 0.55s;
	transition: top 0.55s;
}
.sidebar.is_stuck {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 98;
}
*/
@media only screen and (max-width: 825px) {
  .responsive .sidebar {
    display: none;
  }
}
.grid {
  overflow: hidden;
  padding: 15px 0 0;
  border-width: 2px;
  border-style: solid none none;
}
.grid:first-child {
  border-top: none;
}
.widget.mod-widget_advert + .grid {
  border-style: none;
}
.archive-title {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  color: #383838;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 50px;
  margin: 20px 0 0;
}
.grid-col {
  width: 50.3%;
}
.grid-col.mod-left {
  margin-left: -0.4%;
  float: left;
}
.grid-col.mod-right {
  margin-right: -0.4%;
  float: right;
}
.grid-thumb {
  width: 48.4%;
  height: 250px;
  margin: 0 0.8% 15px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
.grid-thumb.mod-fullwidth {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.grid-thumb-image {
  width: 500%;
  height: 100%;
  margin-left: -200%;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #d3d4d4;
}
.grid-thumb-image img {
  width: auto !important;
  height: 100% !important;
}
.grid-thumb-image-screen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 60px;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.grid-thumb-label {
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0 20px 0 0;
  background: #ffffff;
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  font-style: normal;
  font-family: 'novecento_cond_bold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #221b1d;
}
.grid-thumb-label.mod-feature {
  margin-left: 35px;
}
.grid-thumb-label.mod-feature:before {
  content: '';
  position: absolute;
  left: -35px;
  top: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.grid-thumb-label.mod-date {
  font-family: 'novecento_cond_regular', helvetica, arial, sans-serif;
}
.grid-thumb-label.mod-date strong {
  font-family: 'novecento_cond_bold', helvetica, arial, sans-serif;
  font-size: 17px;
}
.grid-thumb-content {
  background: #ffffff;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
}
.grid-thumb-content:before {
  content: '';
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
.grid-thumb-content-title {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -5px;
}
.grid-thumb-content-title a {
  color: inherit;
  text-decoration: none;
}
.grid-thumb-more {
  display: block;
  margin: 20px 0 0;
  padding: 0 20px;
  border-top: solid 1px #f2f3f3;
  text-decoration: none;
  font-family: 'novecento_cond_bold', helvetica, arial, sans-serif;
  font-size: 27px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: right;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.grid-thumb-more:hover {
  color: #ffffff !important;
}
.grid-thumb:hover .grid-thumb-image-screen,
.grid-thumb:active .grid-thumb-image-screen,
.grid-thumb:focus .grid-thumb-image-screen {
  opacity: 1;
}
.grid-thumb.mod-mixed-types .grid-thumb-label.mod-feature {
  display: none;
}
.grid-thumb.mod-mixed-types .grid-thumb-label.mod-type {
  background: #ff4444;
  color: #ffffff;
}
.grid-thumb.mod-big {
  width: 98.4%;
  height: 515px;
}
.grid-thumb.mod-big .grid-thumb-content {
  padding: 20px;
  min-height: 84px;
}
.grid-thumb.mod-big .grid-thumb-content:before {
  display: none;
}
.grid-thumb.mod-big .grid-thumb-image-screen {
  bottom: 100px;
}
.grid-thumb.mod-big .grid-thumb-content-title {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 10px;
  height: auto;
}
.grid-thumb.mod-tall {
  height: 515px;
}
.grid-thumb.mod-tall .grid-thumb-content {
  padding: 25px;
  height: 90px;
}
.grid-thumb.mod-tall .grid-thumb-content-title {
  font-size: 20px;
  line-height: 23px;
}
.grid-thumb.mod-blog {
  height: 515px;
  background: #ffffff;
}
.grid-thumb.mod-blog .grid-thumb-image {
  height: 75%;
}
.grid-thumb.mod-blog .grid-thumb-image-screen {
  bottom: 0;
}
.grid-thumb.mod-blog .grid-thumb-content {
  min-height: 100px;
  bottom: 25px;
  padding-bottom: 0;
}
.grid-thumb.mod-blog .grid-thumb-content:before {
  display: none;
}
.grid-thumb.mod-blog .grid-thumb-content-title {
  font-size: 20px;
  line-height: 22px;
  margin: 10px 0;
  text-align: center;
  height: auto;
}
.grid-thumb.mod-blog .grid-thumb-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.grid-thumb.mod-simple .grid-thumb-content {
  background: none;
  height: auto;
}
.grid-thumb.mod-simple .grid-thumb-content:before {
  display: none;
}
.grid-thumb.mod-simple .grid-thumb-content-title {
  color: #ffffff;
  height: auto;
  font-size: 28px;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.grid-thumb.mod-simple.mod-big .grid-thumb-content-title {
  text-align: right;
  font-size: 28px;
  line-height: 30px;
  white-space: normal;
}
.grid-thumb.mod-simple .grid-thumb-content-excerpt {
  display: none;
}
.grid-thumb.mod-simple .grid-thumb-image-screen {
  bottom: 0;
}
.grid-thumb.mod-simple:hover .grid-thumb-content-title {
  opacity: 1;
}
.grid-thumb.mod-title {
  color: #ffffff;
}
.grid-section-title {
  margin: 0;
  text-align: center;
  height: 100%;
}
.grid-section-title-link {
  display: block;
  height: 100%;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.grid-section-title-link:before {
  content: '';
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
.grid-section-title-link:hover,
.grid-section-title-link:active,
.grid-section-title-link:focus {
  background: rgba(0, 0, 0, 0.4);
}
.grid-section-title-link-content {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -10px;
}
.grid-section-title-link-content:before {
  content: '';
  width: 70px;
  height: 70px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.grid-section-title-link-content strong {
  display: block;
  font-family: 'novecento_cond_regular', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.grid-section-title-link-content strong:before {
  content: '';
  width: 30px;
  border-top: solid 3px #ffffff;
  display: block;
  margin: 0 auto 10px;
}
.grid-section-title-link-content em {
  display: block;
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  font-style: normal;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 5px 0 0;
}
.grid.mod-scroller {
  white-space: nowrap;
  position: relative;
}
.grid.mod-scroller .grid-col {
  float: none;
  clear: none;
  display: inline-block;
  white-space: normal;
}
.grid.mod-scroller .grid-col:first-child {
  position: relative;
}
.grid.mod-scroller .scroll_btn {
  position: absolute;
  top: 150px;
  width: 60px;
  height: 60px;
  background-color: #ff4444;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.grid.mod-scroller .scroll_btn:active {
  outline: none;
}
.grid.mod-scroller .scroll_btn.mod-left {
  left: 0;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-arrowleft.png);
}
.grid.mod-scroller .scroll_btn.mod-right {
  right: 0;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-arrowright.png);
}
.grid.mod-scroller.is-far-left .scroll_btn.mod-left {
  display: none;
}
.grid.mod-scroller.is-far-right .scroll_btn.mod-right {
  display: none;
}
.grid.mod-scroller:hover .scroll_btn {
  opacity: 1.0;
}
.grid.mod-no-cols .grid-col {
  width: 106%;
  margin-right: -0.8%;
  margin-left: -0.8%;
}
.grid.mod-no-cols .grid-col .grid-thumb {
  width: 23.2%;
  margin-right: 0.4%;
  margin-left: 0.4%;
}
.grid.mod-gaf_news {
  border-color: #ff4444;
}
.grid.mod-gaf_news .grid-thumb.mod-title,
.grid-thumb.mod-gaf_news .grid-thumb-label.mod-type {
  background: #ff4444;
  color: #ffffff;
}
.grid.mod-gaf_news .grid-section-title-link-content:before {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-news.png);
}
.grid-thumb.mod-gaf_news .grid-thumb-image-screen {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/screen-red.png);
}
.grid-thumb.mod-gaf_news .grid-thumb-label.mod-feature:before {
  background-color: #ff4444;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-news.png);
}
.grid-thumb.mod-gaf_news .grid-thumb-more {
  color: #ff4444;
}
.grid-thumb.mod-gaf_news .grid-thumb-more:hover {
  background: #ff4444;
}
.grid.mod-gaf_news.mod-scroller .scroll_btn {
  background-color: #ff4444;
}
.grid.mod-gaf_review {
  border-color: #00bab9;
}
.grid.mod-gaf_review .grid-thumb.mod-title,
.grid-thumb.mod-mixed-types.mod-gaf_review .grid-thumb-label.mod-type {
  background: #00bab9;
  color: #ffffff;
}
.grid.mod-gaf_review .grid-section-title-link-content:before {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-review.png);
}
.grid-thumb.mod-gaf_review .grid-thumb-image-screen {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/screen-turq.png);
}
.grid-thumb.mod-gaf_review .grid-thumb-label.mod-feature:before {
  background-color: #00bab9;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-review.png);
}
.grid-thumb.mod-gaf_review .grid-thumb-more {
  color: #00bab9;
}
.grid-thumb.mod-gaf_review .grid-thumb-more:hover {
  background: #00bab9;
}
.grid.mod-gaf_review.mod-scroller .scroll_btn {
  background-color: #00bab9;
}
.grid.mod-gaf_interview {
  border-color: #18ac3e;
}
.grid.mod-gaf_interview .grid-thumb.mod-title,
.grid-thumb.mod-mixed-types.mod-gaf_interview .grid-thumb-label.mod-type {
  background: #18ac3e;
  color: #ffffff;
}
.grid.mod-gaf_interview .grid-section-title-link-content:before {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-interview.png);
}
.grid-thumb.mod-gaf_interview .grid-thumb-image-screen {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/screen-green.png);
}
.grid-thumb.mod-gaf_interview .grid-thumb-label.mod-feature:before {
  background-color: #18ac3e;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-interview.png);
}
.grid-thumb.mod-gaf_interview .grid-thumb-more {
  color: #18ac3e;
}
.grid-thumb.mod-gaf_interview .grid-thumb-more:hover {
  background: #18ac3e;
}
.grid.mod-gaf_interview.mod-scroller .scroll_btn {
  background-color: #18ac3e;
}
.grid.mod-gaf_gallery {
  border-color: #3399ff;
}
.grid.mod-gaf_gallery .grid-thumb.mod-title,
.grid-thumb.mod-mixed-types.mod-gaf_gallery .grid-thumb-label.mod-type {
  background: #3399ff;
  color: #ffffff;
}
.grid.mod-gaf_gallery .grid-section-title-link-content:before {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-gallery.png);
}
.grid-thumb.mod-gaf_gallery .grid-thumb-image-screen {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/screen-blue.png);
}
.grid-thumb.mod-gaf_gallery .grid-thumb-label.mod-feature:before {
  background-color: #3399ff;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-gallery.png);
}
.grid-thumb.mod-gaf_gallery .grid-thumb-more {
  color: #3399ff;
}
.grid-thumb.mod-gaf_gallery .grid-thumb-more:hover {
  background: #3399ff;
}
.grid.mod-gaf_gallery.mod-scroller .scroll_btn {
  background-color: #3399ff;
}
.grid.mod-gaf_competition {
  border-color: #5f3cd1;
}
.grid.mod-gaf_competition .grid-thumb.mod-title,
.grid-thumb.mod-mixed-types.mod-gaf_competition .grid-thumb-label.mod-type {
  background: #5f3cd1;
  color: #ffffff;
}
.grid.mod-gaf_competition .grid-section-title-link-content:before {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-comp.png?v=2);
}
.grid-thumb.mod-gaf_competition .grid-thumb-image-screen {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/screen-purple.png?v=2);
}
.grid-thumb.mod-gaf_competition .grid-thumb-label.mod-feature:before {
  background-color: #5f3cd1;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-comp.png?v=2);
}
.grid-thumb.mod-gaf_competition .grid-thumb-more {
  color: #5f3cd1;
}
.grid-thumb.mod-gaf_competition .grid-thumb-more:hover {
  background: #5f3cd1;
}
.grid.mod-gaf_competition.mod-scroller .scroll_btn {
  background-color: #5f3cd1;
}
.grid.mod-gaf_feature {
  border-color: #f88b13;
}
.grid.mod-gaf_feature .grid-thumb.mod-title,
.grid-thumb.mod-mixed-types.mod-gaf_feature .grid-thumb-label.mod-type {
  background: #f88b13;
  color: #ffffff;
}
.grid.mod-gaf_feature .grid-section-title-link-content:before {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-blog.png);
}
.grid-thumb.mod-gaf_feature .grid-thumb-image-screen {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/screen-orange.png);
}
.grid-thumb.mod-gaf_feature .grid-thumb-label.mod-feature:before {
  background-color: #f88b13;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-blog.png);
}
.grid-thumb.mod-gaf_feature .grid-thumb-more {
  color: #f88b13;
}
.grid-thumb.mod-gaf_feature .grid-thumb-more:hover {
  background: #f88b13;
}
.grid.mod-gaf_feature.mod-scroller .scroll_btn {
  background-color: #f88b13;
}
@media only screen and (min-width: 826px) and (max-width: 969px) {
  .responsive .grid-col {
    width: 50.3%;
  }
  .responsive .grid-thumb.mod-simple .grid-thumb-content-title {
    opacity: 1;
  }
}
@media only screen and (min-width: 480px) and (max-width: 825px) {
  .responsive .grid-thumb-content {
    height: 80px;
  }
  .responsive .grid-thumb.mod-big .grid-thumb-content {
    height: 160px;
  }
  .responsive .grid-thumb.mod-blog .grid-thumb-content {
    height: 160px;
  }
  .responsive .grid-thumb.mod-blog .grid-thumb-content-excerpt {
    display: none;
  }
  .responsive .grid-col {
    width: 100%;
  }
  .responsive .grid.mod-no-cols .grid-col .grid-thumb {
    width: 46.4%;
  }
}
@media only screen and (max-width: 479px) {
  .responsive .grid-col {
    width: 100%;
  }
  .responsive .grid-thumb,
  .responsive .grid.mod-no-cols .grid-col .grid-thumb {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .responsive .grid-thumb-image-screen {
    display: none;
  }
  .responsive .grid.mod-scroller {
    white-space: normal;
  }
  .responsive .grid.mod-scroller .scroll_btn {
    display: none;
  }
  .responsive .grid-thumb.mod-title {
    height: auto;
  }
  .responsive .grid-section-title-link {
    padding: 20px 0;
  }
  .responsive .grid-thumb.mod-simple .grid-thumb-content-title {
    opacity: 1;
  }
  .responsive .grid-thumb.mod-big,
  .responsive .grid-thumb.mod-tall,
  .responsive .grid-thumb.mod-blog {
    height: 250px;
  }
  .responsive .grid-thumb.mod-big .grid-thumb-content,
  .responsive .grid-thumb.mod-tall .grid-thumb-content,
  .responsive .grid-thumb.mod-blog .grid-thumb-content {
    padding: 10px 20px;
    min-height: 0;
    height: 55px;
    bottom: 0;
  }
  .responsive .grid-thumb.mod-big .grid-thumb-content:before,
  .responsive .grid-thumb.mod-tall .grid-thumb-content:before,
  .responsive .grid-thumb.mod-blog .grid-thumb-content:before {
    display: inline-block;
  }
  .responsive .grid-thumb.mod-big .grid-thumb-content-title,
  .responsive .grid-thumb.mod-blog .grid-thumb-content-title,
  .responsive .grid-thumb.mod-tall .grid-thumb-content-title {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 0 -5px;
    height: 100%;
  }
  .responsive .grid-thumb.mod-blog .grid-thumb-image {
    height: 100%;
  }
  .responsive .grid-thumb.mod-big .grid-thumb-image-screen {
    bottom: 60px;
  }
  .responsive .grid-thumb.mod-blog .grid-thumb-more {
    display: none;
  }
}
.article {
  overflow: hidden;
  position: relative;
}
.article-headline {
  padding: 30px 0 20px;
  float: left;
  width: 100%;
}
.article-headline-title {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  float: left;
  margin: 0;
}
.article-image {
  background: #ffffff;
  color: #ffffff;
  clear: both;
  position: relative;
  overflow: hidden;
}
.article-image img {
  display: block;
  float: right;
  width: 100% !important;
  height: auto !important;
}
.article-image:after {
  content: '';
  display: block;
  float: right;
  width: 100px;
  height: 100%;
  position: relative;
  left: 100px;
  margin-left: -99px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.article-image-label {
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  color: #ffffff;
  background: #ff4444;
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  white-space: nowrap;
  float: left;
}
.article-image-credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 24px;
  background: #ff4444;
  margin: 0;
  padding: 0 10px;
  color: #ffffff;
  background: #221b1d;
  font-family: 'novecento_cond_regular', helvetica, arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  float: left;
}
.article-wrap {
  padding-right: 310px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.article-content {
  background: #ffffff;
  padding: 25px;
}
.article-meta {
  margin: 0 0 15px;
}
.article-info {
  font-family: 'novecento_cond_medium', helvetica, arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  color: #ff4444;
  margin: 0;
}
.article-info a {
  color: inherit;
}
.article-tags {
  padding: 0;
  margin: 0;
  clear: both;
  overflow: hidden;
  background: #ffffff;
  font-family: 'novecento_cond_medium', helvetica, arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.article-tags-title {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 17px;
  color: #1c1f26;
}
.article-tags-tag {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 17px;
  text-transform: uppercase;
}
.article-tags-tag a {
  color: #383838;
  text-decoration: none;
}
.article-tags-tag:after {
  content: ',';
}
.article-tags-tag:last-child:after {
  display: none;
}
.article-tags-more {
  list-style: none;
  float: right;
  color: #ff4444;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.article-tags-more.mod-hidden {
  cursor: default;
}
.article-tags-more:after {
  content: '>';
  color: inherit;
}
.article-content-header {
  overflow: hidden;
  padding: 25px 0;
  margin: 0 0 30px;
  border-bottom: solid 1px #d3d4d4;
  border-top: solid 1px #d3d4d4;
}
.article-content-header-section {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  float: left;
  margin: 0;
  color: #ff4444;
}
.article-content-header-section a {
  color: inherit;
  text-decoration: none;
}
.article-content-header .social_share {
  float: right;
}
.article-content-title {
  font-family: 'novecento_cond_book', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  color: #221b1d;
  margin: 30px 0;
}
.article-content-body {
  min-height: 600px;
}
.article-content-footer {
  clear: both;
  overflow: hidden;
  padding: 25px 0;
  margin: 30px 0;
  border-top: solid 1px #d3d4d4;
  border-bottom: solid 1px #d3d4d4;
}
.article-content-footer .social_share {
  float: right;
}
.article.mod-featured {
  position: relative;
}
.article.mod-featured .article-image {
  margin-bottom: 15px;
  height: 420px;
}
.article.mod-featured .article-image img {
  float: right;
  width: auto !important;
  height: 420px !important;
}
.article.mod-featured .article-headline {
  position: absolute;
  top: 110px;
  left: 0;
  padding: 20px 30px;
  width: 375px;
  background: #ffffff;
  z-index: 99;
}
.article.mod-featured .article-headline.mod-right {
  left: auto;
  right: 0;
}
.article .article-headline-label {
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 40px;
  background: #ff4444;
  padding: 0 25px;
  color: #ffffff;
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  float: left;
}
.article.mod-featured .article-headline-label {
  left: 30px;
  top: -40px;
}
/*.article.mod-featured .article-headline-date {
			margin: 0 0 15px;
		}*/
.article.mod-featured .article-headline-title {
  float: none;
  clear: both;
  margin: 15px 0 0;
  line-height: 36px;
  font-size: 34px;
}
.article.mod-featured .article-headline-excerpt {
  margin: 10px 0;
  line-height: 18px;
  font-size: 14px;
  max-height: 72px;
  overflow: hidden;
}
.article.mod-featured .article-headline-more {
  margin: 10px 0;
  line-height: 24px;
  font-size: 22px;
  font-family: 'novecento_cond_bold', helvetica, arial, sans-serif;
  color: #ff4444;
  float: right;
  text-transform: uppercase;
  text-decoration: none;
}
.article.mod-featured .article-headline.mod-right .article-headline-more {
  float: left;
}
.single-gaf_news .article-content-header-section,
.article.mod-gaf_news .article-headline-more,
.article.mod-gaf_news .article-tags-more,
.article.mod-gaf_news .article-meta,
.article.mod-gaf_news .article-info {
  color: #ff4444;
}
.single-gaf_news .article.mod-featured .article-image-label,
.article.mod-gaf_news .article-image-label {
  background: #ff4444;
}
.single-gaf_review .article-content-header-section,
.article.mod-gaf_review .article-headline-more,
.article.mod-gaf_review .article-tags-more,
.article.mod-gaf_review .article-meta,
.article.mod-gaf_review .article-info {
  color: #00bab9;
}
.single-gaf_review .article.mod-featured .article-image-label,
.article.mod-gaf_review .article-image-label {
  background: #00bab9;
}
.single-gaf_interview .article-content-header-section,
.article.mod-gaf_interview .article-headline-more,
.article.mod-gaf_interview .article-tags-more,
.article.mod-gaf_interview .article-meta,
.article.mod-gaf_interview .article-info {
  color: #18ac3e;
}
.single-gaf_interview .article.mod-featured .article-image-label,
.article.mod-gaf_interview .article-image-label {
  background: #18ac3e;
}
.single-gaf_gallery .article-content-header-section,
.article.mod-gaf_gallery .article-headline-more,
.article.mod-gaf_gallery .article-tags-more,
.article.mod-gaf_gallery .article-meta,
.article.mod-gaf_gallery .article-info {
  color: #3399ff;
}
.single-gaf_gallery .article.mod-featured .article-image-label,
.article.mod-gaf_gallery .article-image-label {
  background: #3399ff;
}
.single-gaf_competition .article-content-header-section,
.article.mod-gaf_competition .article-headline-more,
.article.mod-gaf_competition .article-tags-more,
.article.mod-gaf_competition .article-meta,
.article.mod-gaf_competition .article-info {
  color: #5f3cd1;
}
.single-gaf_competition .article.mod-featured .article-image-label,
.article.mod-gaf_competition .article-image-label {
  background: #5f3cd1;
}
.single-gaf_feature .article-content-header-section,
.article.mod-gaf_feature .article-headline-more,
.single-gaf_feature .article-tags-more,
.article.mod-gaf_feature .article-meta,
.article.mod-gaf_feature .article-info {
  color: #f88b13;
}
.single-gaf_feature .article.mod-featured .article-image-label,
.article.mod-gaf_feature .article-image-label {
  background: #f88b13;
}
@media only screen and (min-width: 826px) and (max-width: 969px) {
  .responsive .article-image {
    height: auto;
  }
  .responsive .article-image img {
    width: 100% !important;
    height: auto !important;
    float: none;
  }
}
@media only screen and (max-width: 825px) {
  .responsive .article-headline {
    padding-top: 0;
  }
  .responsive .article-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .responsive .article-image {
    height: auto;
  }
  .responsive .article-image img {
    width: 100% !important;
    height: auto !important;
    float: none;
  }
  .responsive .article-content .author {
    clear: both;
    margin: 30px 0 0;
  }
}
.author_box {
  font-style: normal;
  overflow: hidden;
  background: #ffffff;
  padding: 0;
  margin: 20px 0;
  white-space: nowrap;
}
.author_box-title {
  background: #ff4444;
  padding: 0px 20px;
  margin: 0;
  line-height: 45px;
  color: #ffffff;
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  white-space: normal;
}
.author_box-twitter {
  font-size: 16px;
  line-height: 45px;
  color: #ffffff;
  font-family: 'novecento_cond_medium', helvetica, arial, sans-serif;
  padding: 0 6px 0 0;
  margin: 0 0 0 1px;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  float: right;
  text-transform: none;
}
.author_box-twitter:before {
  content: 'a';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  font-family: 'socicon';
  font-size: 18px;
}
.author_box-thumb {
  margin: 15px;
  display: inline-block;
  vertical-align: top;
}
.author_box-info {
  display: inline-block;
  vertical-align: top;
  padding: 15px 110px 15px 15px;
  white-space: normal;
}
.author_box-name {
  color: #ff4444;
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.author_box-name a {
  color: inherit;
}
.author_box-desc {
  font-size: 18px;
  color: #1c1f26;
  line-height: 20px;
  margin: 10px 0;
  font-style: normal;
}
/*.author_box-twitter {
			font-size: 15px;
			line-height: 23px;
			color: @white;
			padding: 0 6px 0 0;
			margin: 0 0 0 1px;
			display: inline-block;
			text-decoration: none;
			white-space: nowrap;
			vertical-align: middle;
			background: @tw-blue-1;

			&:hover {
				background: @tw-blue-2;			
			}

			&:before {
				content: 'a';
				background: @tw-blue-2;
				border-right: solid 1px @tw-blue-1;
				display: inline-block;
				vertical-align: middle;
				width: 25px;
				line-height: 25px;
				text-align: center;
				color: @white;
				font-family: 'socicon';
				font-size: 15px;
				margin-right: 5px;
			}
		}*/
.single-gaf_news .author_box-name {
  color: #ff4444;
}
.single-gaf_review .author_box-name {
  color: #00bab9;
}
.single-gaf_interview .author_box-name {
  color: #18ac3e;
}
.single-gaf_gallery .author_box-name {
  color: #3399ff;
}
.single-gaf_competition .author_box-name {
  color: #5f3cd1;
}
.single-gaf_feature .author_box-name {
  color: #f88b13;
}
.single-gaf_news .author_box-title {
  background-color: #ff4444;
}
.single-gaf_review .author_box-title {
  background-color: #00bab9;
}
.single-gaf_interview .author_box-title {
  background-color: #18ac3e;
}
.single-gaf_gallery .author_box-title {
  background-color: #3399ff;
}
.single-gaf_competition .author_box-title {
  background-color: #5f3cd1;
}
.single-gaf_feature .author_box-title {
  background-color: #f88b13;
}
@media only screen and (max-width: 825px) {
  .responsive .author_box-thumb img {
    width: 60px !important;
    height: auto !important;
  }
}
.editor_content {
  margin: 20px 0;
}
.editor_content:empty {
  display: none;
}
.editor_content div,
.editor_content p {
  margin: 20px 0;
  font-size: 15px;
  line-height: 25px;
  color: #1c1f26;
}
.editor_content div:empty,
.editor_content p:empty {
  display: none;
}
.editor_content h1,
.editor_content h2,
.editor_content h3,
.editor_content h4,
.editor_content h5,
.editor_content h6 {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #1c1f26;
}
.editor_content iframe {
  width: 100% !important;
  margin: 30px 0;
}
.editor_content .fb_iframe_widget iframe {
  margin: 0;
}
.editor_content iframe.twitter-tweet {
  width: 85% !important;
  margin: 10px auto;
}
.editor_content img.size-full {
  width: 100% !important;
  height: auto !important;
}
ul.page-numbers {
  margin: 15px 0 35px 0;
  padding: 0;
  text-align: right;
  clear: both;
  font-size: 0;
}
.page-numbers li {
  padding: 0;
  margin: 0 3px;
  display: inline-block;
  overflow: hidden;
  height: 37px;
}
.page-numbers a,
.page-numbers span {
  display: block;
  width: 35px;
  line-height: 35px;
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  color: #383838;
  border: solid 1px #383838;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.page-numbers.prev {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-arrowleft.png);
  text-indent: 8888%;
  border-color: #ff4444;
  background-color: #ff4444;
}
.page-numbers.next {
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-arrowright.png);
  text-indent: 8888%;
  border-color: #ff4444;
  background-color: #ff4444;
}
.page-numbers.dots {
  width: 40px;
  font-size: 80px;
  line-height: 80px;
  color: #d3d4d4;
  border: none;
  background: none;
  margin-top: -43px;
}
span.page-numbers.current,
a.page-numbers:hover,
a.page-numbers:active,
a.page-numbers:focus {
  border-color: #ff4444;
  background-color: #ff4444;
  color: #ffffff;
}
.page-numbers.prev:hover,
.page-numbers.prev:active,
.page-numbers.prev:focus,
.page-numbers.next:hover,
.page-numbers.next:active,
.page-numbers.next:focus {
  border-color: #383838;
  background-color: #383838;
}
.post-type-archive-gaf_news .page-numbers.prev,
.post-type-archive-gaf_news .page-numbers.next,
.post-type-archive-gaf_news span.page-numbers.current,
.post-type-archive-gaf_news a.page-numbers:hover,
.post-type-archive-gaf_news a.page-numbers:active,
.post-type-archive-gaf_news a.page-numbers:focus {
  background-color: #ff4444;
  border-color: #ff4444;
}
.post-type-archive-gaf_review .page-numbers.prev,
.post-type-archive-gaf_review .page-numbers.next,
.post-type-archive-gaf_review span.page-numbers.current,
.post-type-archive-gaf_review a.page-numbers:hover,
.post-type-archive-gaf_review a.page-numbers:active,
.post-type-archive-gaf_review a.page-numbers:focus {
  background-color: #00bab9;
  border-color: #00bab9;
}
.post-type-archive-gaf_interview .page-numbers.prev,
.post-type-archive-gaf_interview .page-numbers.next,
.post-type-archive-gaf_interview span.page-numbers.current,
.post-type-archive-gaf_interview a.page-numbers:hover,
.post-type-archive-gaf_interview a.page-numbers:active,
.post-type-archive-gaf_interview a.page-numbers:focus {
  background-color: #18ac3e;
  border-color: #18ac3e;
}
.post-type-archive-gaf_gallery .page-numbers.prev,
.post-type-archive-gaf_gallery .page-numbers.next,
.post-type-archive-gaf_gallery span.page-numbers.current,
.post-type-archive-gaf_gallery a.page-numbers:hover,
.post-type-archive-gaf_gallery a.page-numbers:active,
.post-type-archive-gaf_gallery a.page-numbers:focus {
  background-color: #3399ff;
  border-color: #3399ff;
}
.post-type-archive-gaf_competition .page-numbers.prev,
.post-type-archive-gaf_competition .page-numbers.next,
.post-type-archive-gaf_competition span.page-numbers.current,
.post-type-archive-gaf_competition a.page-numbers:hover,
.post-type-archive-gaf_competition a.page-numbers:active,
.post-type-archive-gaf_competition a.page-numbers:focus {
  background-color: #5f3cd1;
  border-color: #5f3cd1;
}
.post-type-archive-gaf_feature .page-numbers.prev,
.post-type-archive-gaf_feature .page-numbers.next,
.post-type-archive-gaf_feature span.page-numbers.current,
.post-type-archive-gaf_feature a.page-numbers:hover,
.post-type-archive-gaf_feature a.page-numbers:active,
.post-type-archive-gaf_feature a.page-numbers:focus {
  background-color: #f88b13;
  border-color: #f88b13;
}
.post-type-archive-post .page-numbers.prev,
.post-type-archive-post .page-numbers.next,
.post-type-archive-post span.page-numbers.current,
.post-type-archive-post a.page-numbers:hover,
.post-type-archive-post a.page-numbers:active,
.post-type-archive-post a.page-numbers:focus {
  background-color: #ff4444;
  border-color: #ff4444;
}
.widget.mod-sidebar {
  margin: 15px 0;
}
.widget.mod-sidebar:first-child {
  margin-top: 0;
}
.widget.mod-footer {
  width: 32.5%;
  margin-right: 1.25%;
  height: 450px;
  overflow: hidden;
  background: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.widget.mod-footer.mod-widget_advert {
  height: auto;
  background: none;
  margin: 30px 0;
}
.widget.mod-footer:last-child {
  margin-right: 0;
}
.widget.mod-footer .widget-title {
  background: #ff4444;
  padding: 0 20px;
  margin: 0;
  line-height: 75px;
  color: #ffffff;
  font-family: 'novecento_cond_bold', helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.widget.mod-footer .widget-title a {
  color: inherit;
  text-decoration: none;
}
.widget.mod-footer .widget-title em {
  float: right;
  white-space: nowrap;
  font-style: normal;
  font-family: 'roboto', helvetica, arial, sans-serif;
  font-size: 20px;
  text-transform: none;
}
.widget.mod-widget_twitter_feed .twitter_feed {
  margin: 0;
  padding: 0;
  display: block;
}
.widget.mod-widget_twitter_feed .twitter_feed-tweet {
  padding: 20px;
  border-top: solid 1px #d3d4d4;
  overflow: hidden;
  list-style: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.widget.mod-widget_twitter_feed .twitter_feed-tweet:first-child {
  border: none;
}
.widget.mod-widget_twitter_feed .twitter_feed-tweet-pic {
  float: left;
}
.widget.mod-widget_twitter_feed .twitter_feed-tweet-content {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding-left: 58px;
}
.widget.mod-widget_twitter_feed .twitter_feed-tweet-content a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.widget.mod-widget_twitter_feed .twitter_feed-tweet-meta {
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  margin: 5px 0 0;
  padding-left: 58px;
}
.widget.mod-widget_twitter_feed .twitter_feed-tweet-meta a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.widget.mod-widget_facebook_likebox .facebook_likebox {
  padding: 20px 0;
  width: 86%;
  margin-left: 7%;
  margin-right: 7%;
  overflow: hidden;
}
.widget.mod-widget_mc4wp_widget .widget-title:after {
  content: '';
  background: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-email.png) no-repeat;
  width: 40px;
  height: 40px;
  margin: 17px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: right;
}
.widget.mod-widget_mc4wp_widget .mc4wp-form {
  position: relative;
}
.widget.mod-widget_mc4wp_widget .mc4wp-form p {
  padding: 20px;
  margin: 0;
  font-family: 'novecento_cond_medium', helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.widget.mod-widget_mc4wp_widget .mc4wp-form .form-field {
  margin: 0 0 15px;
  padding: 20px 20px 0;
  border-top: solid 1px #d3d4d4;
}
.widget.mod-widget_mc4wp_widget .mc4wp-form .form-field + .form-field {
  border: none;
  padding-top: 0;
}
.widget.mod-widget_mc4wp_widget .mc4wp-form .form-field-label {
  display: block;
  font-family: 'novecento_cond_bold', helvetica, arial, sans-serif;
  font-size: 20px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.widget.mod-widget_mc4wp_widget .mc4wp-form .form-field-input {
  line-height: 60px;
  height: 60px;
  font-size: 15px;
  border: solid 1px #d3d4d4;
  padding: 0 2%;
  width: 96%;
  display: block;
}
.widget.mod-widget_mc4wp_widget .mc4wp-form .mc4wp-alert.mc4wp-success {
  padding: 20px;
  margin: 0;
  font-family: 'novecento_cond_medium', helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #18ac3e;
}
.widget.mod-widget_mc4wp_widget .mc4wp-form .mc4wp-alert.mc4wp-error {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 20px;
  margin: 0;
  font-family: 'novecento_cond_medium', helvetica, arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  background: #ff4444;
  color: #ffffff;
}
@media only screen and (min-width: 826px) and (max-width: 969px) {
  .responsive .widget.mod-footer .widget-title em {
    display: none;
  }
  .responsive .widget.mod-widget_twitter_feed .twitter_feed-tweet:last-child {
    display: none;
  }
  .responsive .widget.mod-widget_mc4wp_widget .mc4wp-form p {
    display: none;
  }
}
@media only screen and (max-width: 825px) {
  .responsive .widget.mod-footer {
    width: 100%;
    margin: 20px 0;
    height: auto;
  }
  .responsive .widget.mod-widget_facebook_likebox .facebook_likebox {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .responsive .widget.mod-widget_twitter_feed .twitter_feed-tweet-meta {
    white-space: normal;
  }
}
@media only screen and (min-width: 480px) and (max-width: 825px) {
  .responsive .widget.mod-widget_facebook_likebox {
    width: 49%;
    height: 500px;
    float: left;
  }
  .responsive .widget.mod-widget_mc4wp_widget {
    width: 49%;
    height: 500px;
    float: right;
  }
}
.related_content {
  clear: both;
}
.other_posts {
  overflow: hidden;
}
.other_posts .grid-thumb {
  opacity: 1.0;
  margin-top: 10px;
  -webkit-transition: opacity 1s, margin-top 1s;
  -moz-transition: opacity 1s, margin-top 1s;
  -ms-transition: opacity 1s, margin-top 1s;
  -o-transition: opacity 1s, margin-top 1s;
  transition: opacity 1s, margin-top 1s;
}
.other_posts .grid-thumb.is-hidden {
  display: none;
  opacity: 0;
  margin-top: 50px;
}
.other_posts .grid-thumb.is-hidden a {
  display: none;
}
.other_posts-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.other_posts-list-item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social {
  margin: 8px 0 0;
  padding: 0;
}
.social-link {
  display: inline-block;
  padding: 0;
  margin: 0 4px;
}
.social-link a {
  text-indent: -8888px;
  position: relative;
  font-size: 18px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
}
.social-link a:before {
  font-family: 'socicon';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #d3d4d4;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  text-indent: 0;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.social-link a:hover:before,
.social-link a:active:before,
.social-link a:focus:before {
  background: #ff4444;
}
.social-link.mod-facebook a:before {
  content: 'b';
}
.social-link.mod-twitter a:before {
  content: 'a';
}
.social-link.mod-instagram a:before {
  content: 'x';
}
.social_share {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: right;
}
.social_share.has-share {
  width: 100%;
}
.social_share-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 0;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  list-style: none;
}
.social_share-count {
  float: left;
  padding: 0;
  margin: 0 30px 0 0;
  font-size: 20px;
  line-height: 21px;
  font-family: 'novecento_cond_book', helvetica, arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #ff4444;
  list-style: none;
  text-align: center;
}
.social_share-count strong {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-weight: normal;
  display: block;
  font-size: 23px;
}
.social_share-item-link {
  font-size: 15px;
  line-height: 38px;
  color: #ffffff;
  padding: 0 12px 0 0;
  margin: 0 0 0 1px;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}
.social_share-item-link:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-family: 'socicon';
  font-size: 18px;
  margin-right: 10px;
}
.social_share-item.mod-facebook {
  background: #425798;
}
.social_share-item.mod-facebook:hover {
  background: #354f88;
}
.social_share-item.mod-facebook .social_share-item-link:before {
  content: 'b';
  background: #354f88;
  border-right: solid 1px #425798;
}
.social_share-item.mod-twitter {
  background: #57afe2;
}
.social_share-item.mod-twitter:hover {
  background: #3ea1d1;
}
.social_share-item.mod-twitter .social_share-item-link:before {
  content: 'a';
  background: #3ea1d1;
  border-right: solid 1px #57afe2;
}
.social_share-item.mod-gplus {
  background: #d84839;
}
.social_share-item.mod-gplus:hover {
  background: #ce3e27;
}
.social_share-item.mod-gplus .social_share-item-link:before {
  content: 'c';
  background: #ce3e27;
  border-right: solid 1px #d84839;
}
.social_share-item.mod-reddit {
  background: #99C6ED;
}
.social_share-item.mod-reddit:hover {
  background: #76AEEA;
}
.social_share-item.mod-reddit .social_share-item-link:before {
  content: 'C';
  background: #76AEEA;
  border-right: solid 1px #99C6ED;
}
.social_share.mod-hide-labels .social_share-item-link {
  padding: 0;
}
.social_share.mod-hide-labels .social_share-item-link:before {
  margin: 0;
}
.single-gaf_news .social_share-count {
  color: #ff4444;
}
.single-gaf_review .social_share-count {
  color: #00bab9;
}
.single-gaf_interview .social_share-count {
  color: #18ac3e;
}
.single-gaf_gallery .social_share-count {
  color: #3399ff;
}
.single-gaf_competition .social_share-count {
  color: #5f3cd1;
}
.single-gaf_feature .social_share-count {
  color: #f88b13;
}
@media only screen and (min-width: 826px) and (max-width: 969px) {
  .responsive .social_share {
    float: left;
    width: auto;
  }
}
@media only screen and (max-width: 980px) {
  .responsive .social_share-item {
    margin: 0 0 5px;
  }
  .responsive .social_share-item-link {
    width: 40px;
    overflow: hidden;
    padding: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 825px) {
  .responsive .social_share-item {
    margin: 0 0 5px;
  }
  .responsive .social_share-item-link {
    width: 40px;
    overflow: hidden;
    padding: 0;
  }
}
@media only screen and (max-width: 825px) {
  .responsive .social_share-count {
    float: none;
    margin: 0 auto 10px;
  }
  .responsive .social_share-count strong {
    font-size: inherit;
    display: inline-block;
    margin-left: 5px;
  }
  .responsive .social_share {
    text-align: center;
  }
  .responsive .social_share-item {
    margin: 0 0 5px;
  }
  .responsive .social_share-item-link {
    width: 40px;
    overflow: hidden;
    padding: 0;
  }
}
.search-form {
  position: relative;
  margin-left: 20px;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form .search-field {
  border: solid 1px #d3d4d4;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  color: #383838;
  width: 265px;
  padding: 0 40px 0 5px;
}
.search-form .search-submit {
  text-indent: -8888px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  background: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-search.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 826px) and (max-width: 969px) {
  .responsive .search-form {
    margin-left: 20px;
  }
  .responsive .search-form .search-field {
    width: 200px;
  }
}
@media only screen and (max-width: 825px) {
  .responsive .search-form {
    margin-left: 0;
  }
  .responsive .search-form .search-field {
    width: 100%;
    box-sizing: border-box;
  }
}
.widget.mod-widget_advert {
  width: 100%;
  position: relative;
  text-align: center;
}
.widget.mod-widget_advert h4 {
  color: #ffffff;
  padding-top: 100px;
  margin: 0;
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
}
.widget.mod-widget_advert .advert-placeholder {
  background: #221b1d;
  height: 250px;
}
.widget.mod-widget_advert.mod-leader {
  width: 970px;
  margin: 0 auto;
}
.widget.mod-widget_advert.mod-banner {
  margin: 20px auto;
}
.mobile_advert {
  display: none;
}
@media only screen and (max-width: 825px) {
  .responsive .mobile_advert {
    display: block;
  }
  .responsive .desktop_advert {
    display: none;
  }
  .responsive .widget.mod-widget_advert.mod-leader {
    width: 320px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 20px;
  }
}
.carousel {
  margin: 0 0 15px 0;
  height: 420px;
  overflow: hidden;
  position: relative;
  z-index: 50;
}
.carousel-items {
  padding: 0;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-item {
  padding: 0;
  margin: 0;
  display: inline-block;
  white-space: normal;
  width: 970px;
  -webkit-transition: opacity 1.25s;
  transition: opacity 1.25s;
  opacity: 0.6;
}
.carousel-item.is-active {
  opacity: 1.0;
}
.carousel .carousel-items .carousel-item .article-headline {
  -webkit-transition: opacity 1.25s;
  transition: opacity 1.25s;
  opacity: 0;
  top: auto;
  bottom: 0;
  padding: 10px 15px;
}
.carousel .carousel-items .carousel-item .article-headline {
  opacity: 1.0;
}
.carousel .carousel-items .carousel-item .article-headline-title {
  max-height: 90px;
  overflow: hidden;
  font-size: 28px;
  line-height: 30px;
}
.carousel .carousel-items .carousel-item .article-headline-more {
  margin: 25px 0;
  color: #ff4444;
}
.carousel .scroll_btn {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #ff4444;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  border: none;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  z-index: 99;
}
.carousel .scroll_btn:active {
  outline: none;
}
.carousel .scroll_btn.mod-left {
  left: 0;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-arrowleft.png);
}
.carousel .scroll_btn.mod-right {
  right: 0;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-arrowright.png);
}
.carousel-counter {
  background-color: #ff4444;
  color: #ffffff;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 20px;
  font-family: 'novecento_cond_bold', helvetica, arial, sans-serif;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
}
.carousel-counter em {
  font-style: normal;
}
@media only screen and (max-width: 479px) {
  .responsive .carousel {
    display: none;
  }
}
.gallery {
  position: relative;
  margin: 0 -25px;
}
.gallery-nav {
  margin: 0;
  padding: 0;
  width: 100%;
}
.gallery-nav-item {
  display: inline-block;
  position: absolute;
}
.gallery-nav-item.mod-btn {
  width: 60px;
  height: 60px;
  background-color: #221b1d;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 100%;
  overflow: hidden;
}
.gallery-nav-item.mod-btn:hover,
.gallery-nav-item.mod-btn:active,
.gallery-nav-item.mod-btn:focus {
  opacity: 1.0;
}
.gallery-nav-item.mod-btn a {
  display: block;
  height: 100%;
  width: 100%;
}
.gallery-nav-item.mod-zoom {
  top: 0;
  right: 0;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-zoom.png);
}
.gallery-nav-item.mod-prev {
  top: 150px;
  left: 0;
  margin-top: -30px;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-arrowleft.png);
}
.gallery-nav-item.mod-next {
  top: 150px;
  right: 0;
  margin-top: -30px;
  background-image: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-arrowright.png);
}
.gallery-nav-item.mod-total {
  left: 20px;
  top: 20px;
  background: #3399ff;
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  font-style: normal;
  font-family: 'novecento_cond_bold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.gallery-item {
  overflow: hidden;
}
.gallery-image {
  background: #221b1d;
}
.gallery-image img {
  margin: 0 auto;
  display: block;
  width: 100% !important;
  height: auto !important;
}
/*
			.gallery-meta {
				position: absolute;
				bottom: 20px;
				right: 20px;
				width: 400px;
				opacity: 0.4;
				-webkit-transition: opacity 0.35s;
				transition: opacity 0.35s;
			}

				.gallery-meta.mod-has_meta {
					background: @white;	
					padding: 20px;			
				}

				.gallery-meta-title {
					margin: 0;
					font-family: @title-font-demi;
					text-transform: uppercase;
				}
				.gallery-meta-desc {
					margin: 0;				
				}
				.gallery-meta-title + .gallery-meta-desc {
					margin-top: 15px;
				}
				.gallery-meta-desc + .social_share {
					margin-top: 15px;
				}

			.gallery-item:hover .gallery-meta {
				opacity: 1.0;			
			}
		*/
.gallery .social_share {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.gallery:hover .social_share {
  opacity: 1.0;
}
.gallery-item-caption {
  border-bottom: solid 25px #f2f3f3;
  padding: 0 25px;
}
.gallery.mod-full {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.gallery.mod-full .gallery-wrap {
  height: 100%;
}
.gallery.mod-full .gallery-item {
  height: 100%;
}
.gallery.mod-full .gallery-image {
  height: 100%;
  text-align: center;
}
.gallery.mod-full .gallery-item img {
  width: auto !important;
  height: 100% !important;
}
.single-gaf_news .gallery-nav-item.mod-total {
  background-color: #ff4444;
}
.single-gaf_review .gallery-nav-item.mod-total {
  background-color: #00bab9;
}
.single-gaf_interview .gallery-nav-item.mod-total {
  background-color: #18ac3e;
}
.single-gaf_gallery .gallery-nav-item.mod-total {
  background-color: #3399ff;
}
.single-gaf_competition .gallery-nav-item.mod-total {
  background-color: #5f3cd1;
}
.single-gaf_feature .gallery-nav-item.mod-total {
  background-color: #f88b13;
}
@media only screen and (min-width: 826px) and (max-width: 969px) {
  .responsive .gallery-meta {
    right: 20px;
    left: 20px;
    width: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 825px) {
  .responsive .gallery-meta {
    position: static;
    width: auto;
    padding: 0;
    background: none;
    opacity: 1;
  }
}
.gallery_link {
  position: relative;
}
.gallery_link-image {
  display: block;
}
.gallery_link-image img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery_link-screen:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-gallery.png) no-repeat center center;
  z-index: 99;
}
.gallery_link-screen:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #221b1d;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.gallery_link-screen:hover:before {
  opacity: 0.0;
}
.competition {
  margin: 30px 0;
  border: solid 1px #d3d4d4;
  background: #ffffff;
}
.competition .btn {
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  border-radius: 3px;
}
.competition .btn:before {
  font-family: 'socicon';
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.competition .btn.mod-fb {
  background: #425798;
}
.competition .btn.mod-fb:before {
  content: 'b';
}
.competition .btn.mod-fb:hover,
.competition .btn.mod-fb:active {
  background: #354f88;
}
.competition .btn.mod-tw {
  background: #57afe2;
}
.competition .btn.mod-tw:before {
  content: 'a';
}
.competition .btn.mod-tw:hover,
.competition .btn.mod-tw:active {
  background: #3ea1d1;
}
.competition .btn.twitter-auth-login {
  line-height: 25px;
}
.competition-intro {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 34px 20px;
  margin: 0;
  background: #ff4444;
  color: white;
}
.competition-intro:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 70px;
  vertical-align: middle;
  background: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-comp.png) no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.competition-entries {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 60px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  background: #221b1d;
  color: #ffffff;
}
.competition-entries em {
  font-style: normal;
}
.competition-notice {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  margin: 0;
  background: #ff4444;
  color: #ffffff;
}
.competition-login {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.competition-login-method {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 48%;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.competition-login-method-authed {
  font-size: 14px;
}
.competition-login-method-authed strong {
  display: block;
}
.competiton-options {
  margin: 0;
  padding: 0;
}
.competition-option {
  margin: 0;
  padding: 20px 35px;
  list-style: none;
  position: relative;
  border-top: solid 1px #d3d4d4;
  overflow: hidden;
}
.competition-option.mod-facebook {
  color: #425798;
}
.competition-option.mod-twitter {
  color: #57afe2;
}
.competition-option.is-disabled:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1c1f26;
  opacity: 0.6;
  z-index: 50;
}
.competition-option.is-verified:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 40px;
  margin: -20px 0 0 -25px;
  background: url(https://gigsandfestivals.com/wp-content/themes/gigsandfests/img/ico-tick.png) no-repeat center;
  z-index: 60;
}
.competition-option-name {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-weight: normal;
  color: inherit;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px 0;
}
.competition-option-entries {
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  background: #221b1d;
  color: #ffffff;
  float: right;
}
.competition-option-button {
  float: left;
  position: relative;
  z-index: 1;
}
.competition-option-note {
  float: left;
  width: 50%;
  display: block;
  font-size: 12px;
  margin: 6px 0 0 10px;
  line-height: 15px;
  color: #383838;
}
.competition-option.mod-facebook_like .competition-option-button {
  height: 22px;
  margin: 9px 0;
  overflow: hidden;
}
@media only screen and (max-width: 825px) {
  .responsive .competition {
    margin: 25px 0;
  }
  .responsive .competition-intro {
    font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    white-space: normal;
    overflow: visible;
    padding: 20px;
  }
  .responsive .competition-intro:before {
    display: block;
    margin: 0 auto 10px;
  }
  .responsive .competition-login-method {
    width: auto;
  }
  .responsive .competition-option-note {
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    clear: both;
  }
}
.holder .logo {
  width: auto;
}
.holder img {
  width: 100% !important;
  max-width: 530px;
  margin: 30px auto;
  display: block;
}
.holder h1 {
  margin: 30px 0;
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  font-size: 32px;
  color: #221b1d;
  text-transform: uppercase;
}
.holder p {
  margin: 30px 0;
  font-family: 'roboto', helvetica, arial, sans-serif;
}
.holder .back-on p {
  display: inline;
  font-family: 'novecento_cond_demibold', helvetica, arial, sans-serif;
  color: #ff4444;
  font-size: 22px;
  text-transform: uppercase;
}

/*
     FILE ARCHIVED ON 10:25:01 Apr 20, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:59:08 Jul 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.763
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.024
  esindex: 0.012
  cdx.remote: 121.092
  LoadShardBlock: 193.072 (3)
  PetaboxLoader3.datanode: 227.531 (5)
  load_resource: 484.941 (2)
  PetaboxLoader3.resolve: 388.132 (2)
*/