/*!
Theme Name: Read Section
Theme URI: http://underscores.me/
Author: Visual Natives
Author URI: http://www.visualnatives.com
Description: Read Section Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: def
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The Rain is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {  display: block; }

audio,canvas,progress,video {  display: inline-block;  vertical-align: baseline; }

audio:not([controls]) {  display: none;  height: 0; }

[hidden],template {  display: none; }

a {  background-color: transparent; }

a:active,a:hover {  outline: 0; }

abbr[title] {  border-bottom: 1px dotted; }
b,strong {  font-weight: bold; }
dfn {  font-style: italic; }
h1 {  font-size: 2em;  margin: 0.67em 0; }
mark {  background: #ff0;  color: #000; }
small {  font-size: 80%; }
sub,sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline; }
sup {  top: -0.5em; }
sub {  bottom: -0.25em; }
img {  border: 0; }
svg:not(:root) {  overflow: hidden; }
figure {  margin: 1em 40px; }
hr {  box-sizing: content-box;  height: 0; }
pre {  overflow: auto; }
code,kbd,pre,samp {  font-family: monospace, monospace;  font-size: 1em; }
button,input,optgroup,select,textarea {  color: inherit;  font: inherit;  margin: 0; }
button {  overflow: visible; }
button,select {  text-transform: none; }
button,html input[type="button"],input[type="reset"],
input[type="submit"] {  -webkit-appearance: button;  cursor: pointer; }
button[disabled],html input[disabled] {  cursor: default; }
button::-moz-focus-inner,input::-moz-focus-inner {  border: 0;  padding: 0; }
input {  line-height: normal; }
input[type="checkbox"],input[type="radio"] {  box-sizing: border-box;  padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {  height: auto; }
input[type="search"] {  -webkit-appearance: textfield;  box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none; }

fieldset {  border: 1px solid #c0c0c0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em; }
legend {  border: 0;  padding: 0; }
textarea {  overflow: auto; }
optgroup {  font-weight: bold; }
table {  border-collapse: collapse;  border-spacing: 0; }
td,th {  padding: 0; }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,  a:visited {    text-decoration: underline; }
  a[href]:after {    content: " (" attr(href) ")"; }
  abbr[title]:after {    content: " (" attr(title) ")"; }
  a[href^="#"]:after,  a[href^="javascript:"]:after {    content: ""; }
  pre,  blockquote {    border: 1px solid #999;    page-break-inside: avoid; }
  thead {    display: table-header-group; }
  tr,  img {    page-break-inside: avoid; }
  img {    max-width: 100% !important; }
  p,  h2,  h3 {    orphans: 3;    widows: 3; }
  h2,  h3 {    page-break-after: avoid; }
  .navbar {    display: none; }
  .btn > .caret,  .dropup > .btn > .caret {    border-top-color: #000 !important; }
  .label {    border: 1px solid #000; }
  .table {    border-collapse: collapse !important; }
    .table td,
    .table th {      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {  font-size: 10px;  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Verdana, Helvetica Neue", Arial;
  font-size: 12px;
  line-height: 1.428571429;
  color: #FFFFFF;
  background-color: #071D34; }

input,button,select,textarea {  font-family: inherit;  font-size: inherit;  line-height: inherit; }

a {  color: #337ab7;  text-decoration: none; }
  a:hover, a:focus {    color: #23527c;    text-decoration: underline; }
  a:focus {    outline: thin dotted;    outline: 5px auto -webkit-focus-ring-color;    outline-offset: -2px; }

figure {  margin: 0; }

img {  vertical-align: middle; }

.img-responsive {  display: block;  max-width: 100%;  height: auto; }

.img-rounded {  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {  border-radius: 50%; }

hr {  margin-top: 20px;  margin-bottom: 20px;  border: 0;  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {  float: left; }

.col-xs-1 {  width: 8.3333333333%; }
.col-xs-2 {  width: 16.6666666667%; }
.col-xs-3 {  width: 25%; }
.col-xs-4 {  width: 33.3333333333%; }
.col-xs-5 {  width: 41.6666666667%; }
.col-xs-6 {  width: 50%; }
.col-xs-7 {  width: 58.3333333333%; }
.col-xs-8 {  width: 66.6666666667%; }
.col-xs-9 {  width: 75%; }
.col-xs-10 {  width: 83.3333333333%; }
.col-xs-11 {  width: 91.6666666667%; }
.col-xs-12 {  width: 100%; }
.col-xs-pull-0 {  right: auto; }
.col-xs-pull-1 {  right: 8.3333333333%; }
.col-xs-pull-2 {  right: 16.6666666667%; }
.col-xs-pull-3 {  right: 25%; }
.col-xs-pull-4 {  right: 33.3333333333%; }
.col-xs-pull-5 {  right: 41.6666666667%; }
.col-xs-pull-6 {  right: 50%; }
.col-xs-pull-7 {  right: 58.3333333333%; }
.col-xs-pull-8 {  right: 66.6666666667%; }
.col-xs-pull-9 {  right: 75%; }
.col-xs-pull-10 {  right: 83.3333333333%; }
.col-xs-pull-11 {  right: 91.6666666667%; }
.col-xs-pull-12 {  right: 100%; }
.col-xs-push-0 {  left: auto; }
.col-xs-push-1 {  left: 8.3333333333%; }
.col-xs-push-2 {  left: 16.6666666667%; }
.col-xs-push-3 {  left: 25%; }
.col-xs-push-4 {  left: 33.3333333333%; }
.col-xs-push-5 {  left: 41.6666666667%; }
.col-xs-push-6 {  left: 50%; }
.col-xs-push-7 {  left: 58.3333333333%; }
.col-xs-push-8 {  left: 66.6666666667%; }
.col-xs-push-9 {  left: 75%; }
.col-xs-push-10 {  left: 83.3333333333%; }
.col-xs-push-11 {  left: 91.6666666667%; }
.col-xs-push-12 {  left: 100%; }
.col-xs-offset-0 {  margin-left: 0%; }
.col-xs-offset-1 {  margin-left: 8.3333333333%; }
.col-xs-offset-2 {  margin-left: 16.6666666667%; }
.col-xs-offset-3 {  margin-left: 25%; }
.col-xs-offset-4 {  margin-left: 33.3333333333%; }
.col-xs-offset-5 {  margin-left: 41.6666666667%; }
.col-xs-offset-6 {  margin-left: 50%; }
.col-xs-offset-7 {  margin-left: 58.3333333333%; }
.col-xs-offset-8 {  margin-left: 66.6666666667%; }
.col-xs-offset-9 {  margin-left: 75%; }
.col-xs-offset-10 {  margin-left: 83.3333333333%; }
.col-xs-offset-11 {  margin-left: 91.6666666667%; }
.col-xs-offset-12 {  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {    width: 8.3333333333%; }
  .col-sm-2 {    width: 16.6666666667%; }
  .col-sm-3 {    width: 25%; }
  .col-sm-4 {    width: 33.3333333333%; }
  .col-sm-5 {    width: 41.6666666667%; }
  .col-sm-6 {    width: 50%; }
  .col-sm-7 {    width: 58.3333333333%; }
  .col-sm-8 {    width: 66.6666666667%; }
  .col-sm-9 {    width: 75%; }
  .col-sm-10 {    width: 83.3333333333%; }
  .col-sm-11 {    width: 91.6666666667%; }
  .col-sm-12 {    width: 100%; }
  .col-sm-pull-0 {    right: auto; }
  .col-sm-pull-1 {    right: 8.3333333333%; }
  .col-sm-pull-2 {    right: 16.6666666667%; }
  .col-sm-pull-3 {    right: 25%; }
  .col-sm-pull-4 {    right: 33.3333333333%; }
  .col-sm-pull-5 {    right: 41.6666666667%; }
  .col-sm-pull-6 {    right: 50%; }
  .col-sm-pull-7 {    right: 58.3333333333%; }
  .col-sm-pull-8 {    right: 66.6666666667%; }
  .col-sm-pull-9 {    right: 75%; }
  .col-sm-pull-10 {    right: 83.3333333333%; }
  .col-sm-pull-11 {    right: 91.6666666667%; }
  .col-sm-pull-12 {    right: 100%; }
  .col-sm-push-0 {    left: auto; }
  .col-sm-push-1 {    left: 8.3333333333%; }
  .col-sm-push-2 {    left: 16.6666666667%; }
  .col-sm-push-3 {    left: 25%; }
  .col-sm-push-4 {    left: 33.3333333333%; }
  .col-sm-push-5 {    left: 41.6666666667%; }
  .col-sm-push-6 {    left: 50%; }
  .col-sm-push-7 {    left: 58.3333333333%; }
  .col-sm-push-8 {    left: 66.6666666667%; }
  .col-sm-push-9 {    left: 75%; }
  .col-sm-push-10 {    left: 83.3333333333%; }
  .col-sm-push-11 {    left: 91.6666666667%; }
  .col-sm-push-12 {    left: 100%; }
  .col-sm-offset-0 {    margin-left: 0%; }
  .col-sm-offset-1 {    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {    margin-left: 25%; }
  .col-sm-offset-4 {    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {    margin-left: 50%; }
  .col-sm-offset-7 {    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {    margin-left: 75%; }
  .col-sm-offset-10 {    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {    float: left; }
  .col-md-1 {    width: 8.3333333333%; }
  .col-md-2 {    width: 16.6666666667%; }
  .col-md-3 {    width: 25%; }
  .col-md-4 {    width: 33.3333333333%; }
  .col-md-5 {    width: 41.6666666667%; }
  .col-md-6 {    width: 50%; }
  .col-md-7 {    width: 58.3333333333%; }
  .col-md-8 {    width: 66.6666666667%; }
  .col-md-9 {    width: 75%; }
  .col-md-10 {    width: 83.3333333333%; }
  .col-md-11 {    width: 91.6666666667%; }
  .col-md-12 {    width: 100%; }
  .col-md-pull-0 {    right: auto; }
  .col-md-pull-1 {    right: 8.3333333333%; }
  .col-md-pull-2 {    right: 16.6666666667%; }
  .col-md-pull-3 {    right: 25%; }
  .col-md-pull-4 {    right: 33.3333333333%; }
  .col-md-pull-5 {    right: 41.6666666667%; }
  .col-md-pull-6 {    right: 50%; }
  .col-md-pull-7 {    right: 58.3333333333%; }
  .col-md-pull-8 {    right: 66.6666666667%; }
  .col-md-pull-9 {    right: 75%; }
  .col-md-pull-10 {    right: 83.3333333333%; }
  .col-md-pull-11 {    right: 91.6666666667%; }
  .col-md-pull-12 {    right: 100%; }
  .col-md-push-0 {    left: auto; }
  .col-md-push-1 {    left: 8.3333333333%; }
  .col-md-push-2 {    left: 16.6666666667%; }
  .col-md-push-3 {    left: 25%; }
  .col-md-push-4 {    left: 33.3333333333%; }
  .col-md-push-5 {    left: 41.6666666667%; }
  .col-md-push-6 {    left: 50%; }
  .col-md-push-7 {    left: 58.3333333333%; }
  .col-md-push-8 {    left: 66.6666666667%; }
  .col-md-push-9 {    left: 75%; }
  .col-md-push-10 {    left: 83.3333333333%; }
  .col-md-push-11 {    left: 91.6666666667%; }
  .col-md-push-12 {    left: 100%; }
  .col-md-offset-0 {    margin-left: 0%; }
  .col-md-offset-1 {    margin-left: 8.3333333333%; }
  .col-md-offset-2 {    margin-left: 16.6666666667%; }
  .col-md-offset-3 {    margin-left: 25%; }
  .col-md-offset-4 {    margin-left: 33.3333333333%; }
  .col-md-offset-5 {    margin-left: 41.6666666667%; }
  .col-md-offset-6 {    margin-left: 50%; }
  .col-md-offset-7 {    margin-left: 58.3333333333%; }
  .col-md-offset-8 {    margin-left: 66.6666666667%; }
  .col-md-offset-9 {    margin-left: 75%; }
  .col-md-offset-10 {    margin-left: 83.3333333333%; }
  .col-md-offset-11 {    margin-left: 91.6666666667%; }
  .col-md-offset-12 {    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {    float: left; }
  .col-lg-1 {    width: 8.3333333333%; }
  .col-lg-2 {    width: 16.6666666667%; }
  .col-lg-3 {    width: 25%; }
  .col-lg-4 {    width: 33.3333333333%; }
  .col-lg-5 {    width: 41.6666666667%; }
  .col-lg-6 {    width: 50%; }
  .col-lg-7 {    width: 58.3333333333%; }
  .col-lg-8 {    width: 66.6666666667%; }
  .col-lg-9 {    width: 75%; }
  .col-lg-10 {    width: 83.3333333333%; }
  .col-lg-11 {    width: 91.6666666667%; }
  .col-lg-12 {    width: 100%; }
  .col-lg-pull-0 {    right: auto; }
  .col-lg-pull-1 {    right: 8.3333333333%; }
  .col-lg-pull-2 {    right: 16.6666666667%; }
  .col-lg-pull-3 {    right: 25%; }
  .col-lg-pull-4 {    right: 33.3333333333%; }
  .col-lg-pull-5 {    right: 41.6666666667%; }
  .col-lg-pull-6 {    right: 50%; }
  .col-lg-pull-7 {    right: 58.3333333333%; }
  .col-lg-pull-8 {    right: 66.6666666667%; }
  .col-lg-pull-9 {    right: 75%; }
  .col-lg-pull-10 {    right: 83.3333333333%; }
  .col-lg-pull-11 {    right: 91.6666666667%; }
  .col-lg-pull-12 {    right: 100%; }
  .col-lg-push-0 {    left: auto; }
  .col-lg-push-1 {    left: 8.3333333333%; }
  .col-lg-push-2 {    left: 16.6666666667%; }
  .col-lg-push-3 {    left: 25%; }
  .col-lg-push-4 {    left: 33.3333333333%; }
  .col-lg-push-5 {    left: 41.6666666667%; }
  .col-lg-push-6 {    left: 50%; }
  .col-lg-push-7 {    left: 58.3333333333%; }
  .col-lg-push-8 {    left: 66.6666666667%; }
  .col-lg-push-9 {    left: 75%; }
  .col-lg-push-10 {    left: 83.3333333333%; }
  .col-lg-push-11 {    left: 91.6666666667%; }
  .col-lg-push-12 {    left: 100%; }
  .col-lg-offset-0 {    margin-left: 0%; }
  .col-lg-offset-1 {    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {    margin-left: 25%; }
  .col-lg-offset-4 {    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {    margin-left: 50%; }
  .col-lg-offset-7 {    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {    margin-left: 75%; }
  .col-lg-offset-10 {    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {    margin-left: 100%; } }

.clearfix:before, .clearfix:after {  content: " ";  display: table; }
.clearfix:after {  clear: both; }
.center-block {  display: block;  margin-left: auto;  margin-right: auto; }
.pull-right {  float: right !important; }
.pull-left {  float: left !important; }
.hide {  display: none !important; }
.show {  display: block !important; }
.invisible {  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {  display: none !important; }

.affix {  position: fixed; }

@-ms-viewport {  width: device-width; }

.visible-xs {  display: none !important; }

.visible-sm {  display: none !important; }

.visible-md {  display: none !important; }

.visible-lg {  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {    display: block !important; }
  table.visible-xs {    display: table !important; }
  tr.visible-xs {    display: table-row !important; }
  th.visible-xs,  td.visible-xs {    display: table-cell !important; } }

@media (max-width: 767px) {  .visible-xs-block {    display: block !important; } }

@media (max-width: 767px) {  .visible-xs-inline {    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {    display: block !important; }
  table.visible-sm {    display: table !important; }
  tr.visible-sm {    display: table-row !important; }
  th.visible-sm,  td.visible-sm {    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {    display: block !important; }
  table.visible-md {    display: table !important; }
  tr.visible-md {    display: table-row !important; }
  th.visible-md,  td.visible-md {    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {    display: block !important; }
  table.visible-lg {    display: table !important; }
  tr.visible-lg {    display: table-row !important; }
  th.visible-lg,  td.visible-lg {    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {    display: none !important; } }

.visible-print {  display: none !important; }

@media print {  .visible-print {    display: block !important; }
  table.visible-print {    display: table !important; }
  tr.visible-print {    display: table-row !important; }
  th.visible-print,  td.visible-print {    display: table-cell !important; } }

.visible-print-block {  display: none !important; }
  @media print {    .visible-print-block {      display: block !important; } }

.visible-print-inline {  display: none !important; }
  @media print {    .visible-print-inline {      display: inline !important; } }

.visible-print-inline-block {  display: none !important; }
  @media print {    .visible-print-inline-block {      display: inline-block !important; } }

@media print {  .hidden-print {    display: none !important; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'kenyan';
  src: url("../fonts/kenyan_coffee_bd_it-webfont.eot");
  src: url("../fonts/kenyan_coffee_bd_it-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kenyan_coffee_bd_it-webfont.woff2") format("woff2"), url("../fonts/kenyan_coffee_bd_it-webfont.woff") format("woff"), url("../fonts/kenyan_coffee_bd_it-webfont.ttf") format("truetype"), url("../fonts/kenyan_coffee_bd_it-webfont.svg#kenyan_coffeebold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'kenyan';
  src: url("../fonts/kenyan_coffee_bd-webfont.eot");
  src: url("../fonts/kenyan_coffee_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kenyan_coffee_bd-webfont.woff2") format("woff2"), url("../fonts/kenyan_coffee_bd-webfont.woff") format("woff"), url("../fonts/kenyan_coffee_bd-webfont.ttf") format("truetype"), url("../fonts/kenyan_coffee_bd-webfont.svg#kenyan_coffeebold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'kenyan';
  src: url("../fonts/kenyan_coffee_rg_it-webfont.eot");
  src: url("../fonts/kenyan_coffee_rg_it-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kenyan_coffee_rg_it-webfont.woff2") format("woff2"), url("../fonts/kenyan_coffee_rg_it-webfont.woff") format("woff"), url("../fonts/kenyan_coffee_rg_it-webfont.ttf") format("truetype"), url("../fonts/kenyan_coffee_rg_it-webfont.svg#kenyan_coffeeitalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'kenyan';
  src: url("../fonts/kenyan_coffee_rg-webfont.eot");
  src: url("../fonts/kenyan_coffee_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kenyan_coffee_rg-webfont.woff2") format("woff2"), url("../fonts/kenyan_coffee_rg-webfont.woff") format("woff"), url("../fonts/kenyan_coffee_rg-webfont.ttf") format("truetype"), url("../fonts/kenyan_coffee_rg-webfont.svg#kenyan_coffeeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'kelson';
  src: url("../fonts/kelson_sans_bold-webfont.eot");
  src: url("../fonts/kelson_sans_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kelson_sans_bold-webfont.woff2") format("woff2"), url("../fonts/kelson_sans_bold-webfont.woff") format("woff"), url("../fonts/kelson_sans_bold-webfont.ttf") format("truetype"), url("../fonts/kelson_sans_bold-webfont.svg#kelson_sansbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'kelson';
  src: url("../fonts/kelson_sans_light-webfont.eot");
  src: url("../fonts/kelson_sans_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kelson_sans_light-webfont.woff2") format("woff2"), url("../fonts/kelson_sans_light-webfont.woff") format("woff"), url("../fonts/kelson_sans_light-webfont.ttf") format("truetype"), url("../fonts/kelson_sans_light-webfont.svg#kelson_sanslight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'kelson';
  src: url("../fonts/kelson_sans_regular-webfont.eot");
  src: url("../fonts/kelson_sans_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kelson_sans_regular-webfont.woff2") format("woff2"), url("../fonts/kelson_sans_regular-webfont.woff") format("woff"), url("../fonts/kelson_sans_regular-webfont.ttf") format("truetype"), url("../fonts/kelson_sans_regular-webfont.svg#kelson_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body,button,input,select,textarea {
  color: #fff;
  font-family: "kelson", Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {  clear: both;  font-weight: 400; }

h1 {
  text-align: center;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-style: italic;
  text-transform: uppercase; }

h3.gigpress-heading {  margin: 0; }

h3.post-title {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 10px 0;
  line-height: 1.2; }

h4 {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 33px;
  font-size: 3.3rem;
  font-color: #62AFD1;
  text-transform: uppercase;
  margin: 10px 0;
  line-height: 1.1; }

h4.content-404 {  text-align: center; }

.section-title {
  display: inline-block;
  color: #fff;
  background-color: #000;
  height: 80px;
  line-height: 80px;
  margin: 0;
  padding: 0 10px;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-style: italic;
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .section-title {
      font-size: 48px;
      font-size: 4.8rem;
      padding: 0 50px; } }
  .section-title::after, .section-title::before {
    z-index: -10;
    content: '';
    position: absolute;
    height: 0px;
    width: 50px;
    top: 0;
    border-top: 80px solid #000; }
  .section-title::after {
    right: -49px;
    border-right: 50px solid transparent; }
  .section-title::before {
    left: -49px;
    border-left: 50px solid transparent; }

h2.page-title {  position: relative; }

#slider h1 {
  font-size: 70px;
  font-size: 7rem;
  line-height: 70px;
  margin: 0;
  font-style: normal;
  font-weight: 900;
  margin: 10px 0; }
  @media (min-width: 768px) {
    #slider h1 {
      font-size: 80px;
      font-size: 8rem;
      line-height: 80px; } }

#slider h2 {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  margin: 0;
  font-weight: 900; }
  @media (min-width: 768px) {
    #slider h2 {
      font-size: 50px;
      font-size: 5rem;
      line-height: 50px; } }

p {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "kelson", Arial, sans-serif;
  line-height: 1.7em; }

dfn, cite, em, i {  font-style: italic; }
blockquote {  margin: 0 1.5em; }
address {  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem; }

abbr, acronym {  border-bottom: 1px dotted #666;  cursor: help; }

mark, ins {  background: #fff9c0;  text-decoration: none; }

big {  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {  background: #071D34;
  /* Fallback for when there is no custom background color defined. */
  background-image: url("../images/background_noise.jpg");
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important; }

blockquote, q {  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {    content: ""; }

hr {  background-color: #ccc;  border: 0;  height: 1px;  margin-bottom: 1.5em; }
ul, ol {  margin: 0 0 1.5em 3em; }
ul {  list-style: disc; }
ol {  list-style: decimal; }
li > ul,li > ol {  margin-bottom: 0;  margin-left: 1.5em; }
dt {  font-weight: bold; }
dd {  margin: 0 1.5em 1.5em; }
img {  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

video {  width: 100%    !important;  height: auto   !important; }
table {  margin: 0 0 1.5em;  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: 84px;
  height: 36px;
  padding: 0;
  margin: 0 0 0 10px;
  line-height: 36px;
  border: none;
  display: inline-block;
  position: relative;
  top: -2px;
  color: #fff;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0; }
  @media (min-width: 768px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      padding: 0 20px; } }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #000; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  font-family: "kelson", Arial, sans-serif;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  height: 36px;
  padding: 0 40px;
  margin: 0;
  line-height: 36px;
  border: none;
  position: relative;
  top: -4px; }

textarea {
  padding-left: 3px;
  width: 100%; }

label {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 20px;
  line-height: 36px;
  color: #fff; }

form {
  height: 36px;
  padding: 0;
  margin: 0;
  line-height: 36px;
  border: none; }

/*----------------------------------------------#Navigation----------------------------------------------*/
/*---------------------------------------------##Links----------------------------------------------------*/
a {  color: #6868FC;  transition: 0.3s; }
  a::before, a::after {    transition: 0.3s; }
  a:visited {    color: #fff; }
  a:hover, a:focus, a:active {    color: #fff;    text-decoration: none; }
    a:hover img, a:focus img, a:active img {      opacity: 0.3; }
  a:hover, a:active {    outline: 0; }
  a img {    transition: 0.3s; }

a.color-btn, .post-nav a {
  display: inline-block;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  position: relative;
  z-index: 300; }
  a.color-btn:hover, a.color-btn:focus, a.color-btn:active, a.color-btn.is-checked, .post-nav a:hover, .post-nav a:focus, .post-nav a:active, .post-nav a.is-checked {    color: #000;
    background-color: #fdee00; }
    a.color-btn:hover::before, a.color-btn:hover::after, a.color-btn:focus::before, a.color-btn:focus::after, a.color-btn:active::before, a.color-btn:active::after, a.color-btn.is-checked::before, a.color-btn.is-checked::after, .post-nav a:hover::before, .post-nav a:hover::after, .post-nav a:focus::before, .post-nav a:focus::after, .post-nav a:active::before, .post-nav a:active::after, .post-nav a.is-checked::before, .post-nav a.is-checked::after {      border-top-color: #fdee00;      border-bottom-color: #fdee00; }
  a.color-btn::after, a.color-btn::before, .post-nav a::after, .post-nav a::before {
    z-index: -10;
    content: '';
    position: absolute;
    height: 0px;
    top: 0; }
  a.color-btn::before, .post-nav a::before {
    left: -11px;
    border-bottom: 30px solid #fff;
    border-left: 11px solid transparent; }
  a.color-btn::after, .post-nav a::after {
    right: -11px;
    border-top: 30px solid #fff;
    border-right: 11px solid transparent; }
  a.color-btn .accent, .post-nav a .accent {
    color: #000; }

a.color-btn-large {
  font-size: 14px;
  font-size: 1.4rem;
  height: 41px;
  line-height: 41px; }
  @media (min-width: 768px) {
    a.color-btn-large {
      font-size: 22px;
      font-size: 2.2rem;
      padding: 0px; } }

a.color-btn-large::before {
  left: -13px;
  border-bottom: 41px solid #fff;
  border-left: 13px solid transparent; }

a.color-btn-large::after {
  right: -13px;
  border-top: 41px solid #fff;
  border-right: 13px solid transparent; }

/*-------------------------------------------------##Menus------------------------------------------------*/
/*----------------------------------------------#Accessibility---------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 8.75px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/-----------------------------------------------#Alignments----------------------------------------------*/
.alignleft {  display: inline;  float: left;  margin-right: 1.5em; }
.alignright {  display: inline;  float: right;  margin-left: 1.5em; }
.aligncenter {  clear: both;  display: block;  margin-left: auto;  margin-right: auto; }

/*--------------------------------------------#Clearings-------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {  content: " ";  display: table; }

.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {  clear: both; }

/*-------------------------------------------------#Widgets------------------------------------------------*/
.widget {  margin: 0 0 1.5em;  /* Make sure select elements fit in widgets. */ }
  .widget select {    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {  display: none; }

/*-------------------------------------------------#Content------------------------------------------------*/
/*-----------------------------------------------##Header-------------------------------------------------*/
.super-header {
  min-height: 36px;
  line-height: 36px;
  padding: 0;
  z-index: 100;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-size: 2rem; }
  .super-header i {
    margin: 0 3px; }
  .super-header label {
    display: none; }

#mce-EMAIL {  width: 80%; }
  @media (min-width: 768px) {    #mce-EMAIL {      width: auto; } }

#mc-embedded-subscribe {  width: 20%;  margin: 0; }
  @media (min-width: 768px) {    #mc-embedded-subscribe {      width: auto; } }

label {  display: none; }
@media (min-width: 768px) {  label {    display: inline; } }
.super-header-left {  text-align: right;  background: rgba(5, 17, 16, 0.79); }
  @media (min-width: 768px) {
    .super-header-left {
      text-align: left;
      background: linear-gradient(to right, rgba(5, 17, 16, 0.79) 0%, rgba(5, 17, 16, 0) 90%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9051110', endColorstr='#00051110',GradientType=1 );
      /* IE6-9 */ } }

.super-header-right {
  padding: 0;
  text-align: center;
  background: rgba(5, 17, 16, 0.79); }
  @media (min-width: 768px) {
    .super-header-right {
      text-align: right;
      background: linear-gradient(to right, rgba(5, 17, 16, 0) 10%, rgba(5, 17, 16, 0.79) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00051110', endColorstr='#c9051110',GradientType=1 );
      /* IE6-9 */ } }

.socials-top ul, .socials-top li {  margin: 0;  padding: 0;  list-style: none; }
.socials-top li {  display: inline-block; }
@media (max-width: 767px) {  .super-header {    position: fixed; } }
.super-header__search-icon {  margin-right: 5px; }
.super-header__mailinglist-button {  width: auto; }

.site-header {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .site-header {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    .site-header {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .site-header {
      font-size: 23px;
      font-size: 2.3rem; } }
  .site-header a {
    color: #fff; }
    .site-header a:visited {
      color: #fff; }

.floating-menu {  position: fixed;  width: 100% !important;  top: -36px; }
.hamburger {  float: left; }
.super-header__search-icon--mobile {  float: left;  margin-left: 20px; }

.site-branding {
  z-index: 200;
  width: 165.458937198px;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 50%; }
  @media (min-width: 992px) {    .site-branding {      width: 229.096989967px; } }
  @media (min-width: 1200px) {    .site-branding {      width: 297.826086957px; } }
  .site-branding img:hover, .site-branding img:active, .site-branding img:focus {
    opacity: 0.7; }

.floating-logo {  position: fixed; }
  .floating-logo img {    width: 100px;    height: 46px; }

#site-navigation {  z-index: 0;  display: none; }
  @media (min-width: 768px) {    #site-navigation {      display: block; } }
  @media (max-width: 767px) {    #site-navigation {      position: fixed;      top: 36px; } }

.menu-left {  background-image: url(../images/background_noise.jpg); }
  @media (min-width: 768px) {
    .menu-left {
      text-align: right;
      background-repeat: no-repeat;
      padding: 0 124.456521739px 0 0;
      background-image: url(../images/nav_cap_left.png);
      background-position: right 74.4565217391px center; } }
  @media (min-width: 992px) {
    .menu-left {
      padding: 0 149.275362319px 0 0;
      background-position: right 99.2753623188px center; } }
  @media (min-width: 1200px) {
    .menu-left {
      padding: 0 198.913043478px 0 0;
      background-position: right 148.913043478px center; } }

.menu-right {
  background-image: url(../images/background_noise.jpg);
  border-bottom: 6px solid black; }
  @media (min-width: 768px) {
    .menu-right {
      border-bottom: 0;
      background-repeat: no-repeat;
      padding: 0 0 0 124.456521739px;
      background-image: url(../images/nav_cap_right.png);
      background-position: left 74.4565217391px center; } }
  @media (min-width: 992px) {
    .menu-right {
      padding: 0 0 0 149.275362319px;
      background-position: left 99.2753623188px center; } }
  @media (min-width: 1200px) {
    .menu-right {
      padding: 0 0 0 198.913043478px;
      background-position: left 148.913043478px center; } }

#primary-menu-right, #primary-menu-left {
  background-repeat: repeat-x;  background-position: center; }
  @media (min-width: 768px) {
    #primary-menu-right, #primary-menu-left {
      background-image: url(../images/nav_body.png); } }

@media (max-width: 767px) {  #primary-menu-left {    padding-top: 10px; } }

@media (max-width: 767px) {  #primary-menu-right {    padding-bottom: 15px; } }

.logo {
  position: absolute;
  left: -50%;
  line-height: 137px;
  transition: 0s; }
  .logo img {
    height: 76.1111111111px;
    transition: 0s; }
  @media (min-width: 992px) {    .logo img {      height: 105.384615385px; } }
  @media (min-width: 1200px) {    .logo img {      height: 137px; } }

.logo-xs {  padding-top: 40px;  display: block;  text-align: center; }
  .logo-xs img {    max-width: 290px; }

.floating-logo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 148.913043478px; }
  .floating-logo .logo {
    left: 0;
    right: 0;
    top: 0;
    width: 148.913043478px;
    height: 68.5px;
    line-height: 68.5px; }
  .floating-logo img {
    width: 148.913043478px;
    height: 68.5px; }

.main-navigation {
  background-color: #000;
  z-index: 200;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .main-navigation {
      background-color: transparent;
      text-align: left;
      width: auto; } }
  @media (max-width: 767px) {
    .main-navigation {
      position: absolute;
      top: 40px; } }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative; }
    @media (min-width: 768px) {
      .main-navigation ul {
        line-height: 137px; } }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 90px;
      left: -999em;
      z-index: 99999;
      line-height: 1; }
      @media (max-width: 767px) {
        .main-navigation ul ul {
          float: none;
          position: relative;
          top: 0;
          left: 0;
          font-size: 17px;
          font-size: 1.7rem;
          background-color: transparent !important; } }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        padding: 5px 0; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        width: 250px; }
        @media (max-width: 767px) {
          .main-navigation ul ul a {
            width: auto; } }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        color: #000; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    display: block;
    position: relative;
    padding: 0 2px; }
    @media (min-width: 768px) {
      .main-navigation li {
        display: inline-block; } }
    @media (min-width: 1200px) {
      .main-navigation li {
        padding: 0 5px; } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0 3px; }

.vevo-logo {
  display: inline-block;
  margin-top: 1px;
  height: 15px;
  width: 18px;
  background-image: url(../images/vevo-logo.png);
  background-position: left 0;
  background-size: 18px 30px; }

#vevo-logo-header {
  height: 18px;
  width: 21px;
  background-image: url(../images/vevo-logo-header.png);
  background-size: 22px 38px; }
  #vevo-logo-header:active, #vevo-logo-header:hover {
    background-position: left -19px; }

.search-overlay {
  display: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7); }
  .search-overlay form {
    position: relative;
    left: 50px; }
    @media (min-width: 768px) {
      .search-overlay form {
        left: 100px; } }
  .search-overlay label {
    padding-right: 0;
    display: block; }
  .search-overlay input[type="submit"] {
    text-transform: uppercase;
    float: left;
    height: 50px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0; }
    .search-overlay input[type="submit"]:hover, .search-overlay input[type="submit"]:focus, .search-overlay input[type="submit"]:active {
      background-color: #fff;
      color: #000; }
    @media (min-width: 768px) {
      .search-overlay input[type="submit"] {
        float: left;
        height: 150px;
        width: 200px;
        font-size: 40px;
        font-size: 4rem; } }
  .search-overlay input[type="search"] {
    background-color: transparent;
    border: 1px solid #fff;
    padding-left: 20px;
    margin-right: 0;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    top: 0;
    right: 0px;
    width: 200px; }
    @media (min-width: 768px) {
      .search-overlay input[type="search"] {
        height: 150px;
        line-height: 150px;
        width: 400px;
        font-size: 40px;
        font-size: 4rem; } }
    .search-overlay input[type="search"]:focus {
      outline: 0 !important; }

.mailinglist-overlay {
  display: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7); }
  .mailinglist-overlay iframe {
    width: 320px !important;
    height: 680px !important; }

/*---------------------------------------------##Posts and pages----------------------------------------*/
.page-template-page-home section {
  text-align: center;
  position: relative;
  padding: 50px 0;
  border-top: 5px solid #000; }

.page-template-page-home #content {  position: relative;  top: 0;  padding-bottom: 0; }
  @media (min-width: 768px) {    .page-template-page-home #content {      top: 0; } }

#content {  padding-bottom: 50px; }

#slider {  position: relative; }
  @media (min-width: 768px) {    #slider {      height: auto; } }
  #slider p {    font-weight: 900;    font-size: 15px;    font-size: 1.5rem; }
    @media (min-width: 768px) {
      #slider p {
        font-size: 16px;
        font-size: 1.6rem; } }
  #slider .color-btn {
    margin: 0 10px;
    text-shadow: none; }
  #slider video {
    display: none;
    height: 100% !important;
    object-fit: cover; }
    @media (min-width: 768px) {
      #slider video {
        display: block; } }

.slide {
  height: 550px;
  background-size: cover;
  background-position: center;
  display: none;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {    .slide {      height: 56.25vw; } }

.active-slide {  display: block; }

.slider-btns {
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
  height: 30px; }

.slider-btn {
  display: inline-block;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #000; }
  .slider-btn:hover {
    background-color: #fdee00;
    color: #000; }

.slider-text {
  width: 100%;
  height: 550px;
  padding: 180px 0 50px;
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 768px) {
    .slider-text {
      padding: 160px 0 50px;
      display: none; } }

.rev_slider_wrapper, .rev_slider {  min-height: 300px; }

.shards {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 687px;
  background-image: url(../images/shards_left.png), url(../images/shards_center.png), url(../images/shards_right.png);
  background-position: top left, top center, top right;
  background-repeat: no-repeat;
  background-size: 40%, 40%, 60%;
  z-index: 200;
  pointer-events: none; }
  @media (min-width: 768px) {    .shards {      top: 0;      background-size: 20%, 20%, 30%; } }

#news {  min-height: 500px;  z-index: 100; }

.posts {  margin-top: 50px;  text-align: center; }

.post {  margin-bottom: 40px; }

.post-date-holder {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-style: italic;
  margin-top: 10px;
  position: relative;
  width: 290px;
  margin: 10px auto 0; }
  @media (min-width: 768px) {    .post-date-holder {      width: auto; } }

.post-date {  margin-left: -4px; }

.date-line {  width: 90px;  height: 4px;  position: absolute;  top: 16px;  z-index: 300; }
  @media (min-width: 768px) {    .date-line {      width: 55px; } }
  @media (min-width: 992px) {    .date-line {      width: 90px; } }
  @media (min-width: 1200px) {    .date-line {      width: 120px; } }

.date-line-left {  left: 10px; }
  .date-line-left::before {
    z-index: -10;
    content: '';
    position: absolute;
    height: 0px;
    top: 0;
    left: -10px;
    border-top: 4px solid #fff;
    border-left: 10px solid transparent; }

.date-line-right {
  right: 10px; }
  .date-line-right::after {
    z-index: -10;
    content: '';
    position: absolute;
    height: 0px;
    top: 0;
    right: -10px;
    border-top: 4px solid #fff;
    border-right: 10px solid transparent; }

#tour {  min-height: 500px;  z-index: 200; }

#store {  min-height: 500px;  z-index: 300; }

.store-item {
  position: relative;
  margin: 40px 0 0; }
  .store-item a.color-btn-large {
    top: -20px;
    z-index: 300;
    padding: 0 10px; }
    @media (min-width: 992px) {
      .store-item a.color-btn-large {
        top: -100px; } }

#hashtag {  min-height: 500px;  z-index: 400; }
  #hashtag .color-btn {    margin-bottom: 50px; }

#videos {  min-height: 500px;  z-index: 500; }
  #videos iframe {    margin-top: 40px; }
.video-tab-btns {  padding: 0; }

.video-tab-btn {
  padding: 20px 10px;
  display: inline-block;
  width: 180px;
  max-width: 30%; }

#connect {  min-height: 500px;  z-index: 600; }

.socials-connect {
  font-size: 17px;
  font-size: 1.7rem;
  padding-top: 10px; }
  .socials-connect i {
    padding: 0 5px; }

.instagram {  margin-top: 150px; }

.twitter {  margin: 20px 0; }

h3.social-header {
  font-family: "kenyan", Arial, sans-serif;
  font-style: italic;
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 20px 0; }
  h3.social-header a:hover, h3.social-header a:active, h3.social-header a:focus {
    color: #fff; }

.page-header {  height: 400px;  border-bottom: 5px solid #000; }
  @media (min-width: 768px) {    .page-header {      height: 300px; } }
.blog .posts {  margin-top: 0px; }
.post-nav {  text-align: center; }
.nav-spacer {  padding: 0 10px; }
.nav-next, .nav-previous {  display: inline-block;  margin: 10px; }
.post {  padding: 20px; }
  @media (max-width: 767px) {    .post {      background-color: rgba(0, 0, 0, 0.2); } }

.post-wide {
  padding: 20px 5px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }
  .post-wide .post-date-holder {
    text-align: center; }
    @media (min-width: 768px) {
      .post-wide .post-date-holder {
        text-align: left; } }
  @media (min-width: 768px) {
    .post-wide .date-line-left {
      display: none; } }
  @media (min-width: 768px) {
    .post-wide .date-line-right {
      width: 79%; } }
  @media (min-width: 992px) {
    .post-wide .date-line-right {
      width: 85%; } }
  @media (min-width: 1200px) {
    .post-wide .date-line-right {
      width: 88%; } }

.post-wide-img {
  text-align: center;
  position: relative; }
  .post-wide-img .color-btn {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 999;
    display: block; }
  .post-wide-img:hover .color-btn, .post-wide-img:active .color-btn, .post-wide-img:focus .color-btn {
    opacity: 1; }
  .post-wide-img:hover img, .post-wide-img:active img, .post-wide-img:focus img {
    opacity: 0.3; }

.past-tours {
  margin-top: 20px;
  padding-bottom: 60px; }
  .past-tours h2 {
    margin-bottom: 20px; }

.past-tour, .photo-album {
  background-color: #000;
  width: 90%;
  height: 75px;
  margin-right: 100px;
  display: block;
  margin-bottom: 25px;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: italic;
  text-transform: uppercase;
  position: relative; }
  .past-tour img, .photo-album img {
    margin-right: 20px;
    float: left; }
  @media (min-width: 768px) {
    .past-tour, .photo-album {
      font-size: 21px;
      font-size: 2.1rem; } }
  @media (min-width: 992px) {
    .past-tour, .photo-album {
      font-size: 23px;
      font-size: 2.3rem; } }

.past-tour-name, .photo-album-name {
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
  padding-right: 20px; }

.parallelogram {
  display: block;
  position: absolute;
  width: 43px;
  height: 75px;
  float: right;
  transform: skewX(-25deg);
  position: relative;
  right: -5%; }

.past-tour-year {
  position: absolute;
  right: -3.5%;
  top: 24px;
  color: #000;
  transform: rotate(-65deg);
  font-size: 20px;
  font-size: 2rem; }

.albums {  text-align: center; }

.album {  margin-bottom: 30px;  position: relative; }
  .album img {    width: 100%; }
  .album:hover img, .album:active img, .album:focus img {    opacity: 0.4; }
  .album:hover .album-overlay, .album:active .album-overlay, .album:focus .album-overlay {    display: block; }

.album-title {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  width: 100%; }

.album-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none; }
  .album-overlay a {
    margin-top: 1px; }

.album-filters {
  text-align: center;
  margin-bottom: 30px; }
  .album-filters a {
    margin: 0 10px 10px; }

.album-cover {  margin-top: 11px;  width="400" height="400">}

.album-store-links {  margin: 20px 0;  position: relative; }

.album-store-header {
  height: 45px;
  line-height: 45px;
  background-color: #000;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  text-align: center;
  cursor: pointer; }
  .album-store-header:hover .album-store-dropdown-arrow, .album-store-header:active .album-store-dropdown-arrow, .album-store-header:focus .album-store-dropdown-arrow {    background-color: #fdee00; }

.album-store-dropdown-arrow {
  width: 45px;
  height: 45px;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000; }

.album-store-dropdown {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  text-align: center;
  z-index: 999; }
  .album-store-dropdown a {
    display: block;
    width: 100%;
    padding: 5px 0; }
    .album-store-dropdown a:hover, .album-store-dropdown a:active, .album-store-dropdown a:focus {
      background-color: #fff;
      color: #000; }

.album-details, .member-details {
  background-color: #000;
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300; }

.album-detail-description, .member-detail-description {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 444; }

.album-performers {  margin: 0 -5px; }

.album-performer {
  position: relative;
  display: block;
  float: left;
  padding: 5px;
  width: 33.333%; }

.album-heading, .member-heading {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-color: #62AFD1;
  text-transform: uppercase;
  background-color: #013064;
  padding-left: 30px;
  margin: 15px 50px 10px 0;
  position: relative;
  height: 54px;
  line-height: 54px; }
  .album-heading::after, .member-heading::after {
    z-index: -10;
    content: '';
    position: absolute;
    height: 0px;
    width: 50px;
    top: 0;
    border-top: 54px solid #000; }
  .album-heading::after, .member-heading::after {
    right: -50px;
    border-right: 50px solid transparent; }

.disc-tabs {  text-align: left;  margin-bottom: 30px; }
  .disc-tabs a {    margin: 0 10px 10px; }

.song-table {
  display: none;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem; }
  .song-table:first-child {
    display: table; }
  .song-table td {
    padding: 4px 0; }
  .song-table tr {
    border-bottom: 1px solid #000; }

.number-column {  width: 5%; }

td.lyrics-column {  font-style: italic;  width: 15%;  padding-right: 5px; }
td.lyrics-column a:hover, td.lyrics-column a:active, td.lyrics-column a:focus {  color: #fff; }

.lyrics {  text-align: center;  padding: 20px 50px; }
.duration-column {  font-style: italic;  text-align: right;  width: 10%; }

.single-album-title, .single-member-title {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-style: normal;
  text-align: left;
  margin: 0; }

.album-description {  font-size: 16px;  font-size: 1.6rem; }

.filter-buttons {
  text-align: center;
  margin-bottom: 20px; }
  .filter-buttons a {
    margin: 0 10px 10px; }

.gallery-video, .gallery-photo {
  margin-bottom: 30px;
  position: relative;
  text-align: center; }
  .gallery-video img, .gallery-photo img {    width: 100%; }
  .gallery-video:hover img, .gallery-video:active img, .gallery-video:focus img, .gallery-photo:hover img, .gallery-photo:active img, .gallery-photo:focus img {    opacity: 0.1; }
  .gallery-video:hover .gallery-video-overlay, .gallery-video:hover .gallery-photo-overlay, .gallery-video:active .gallery-video-overlay, .gallery-video:active .gallery-photo-overlay, .gallery-video:focus .gallery-video-overlay, .gallery-video:focus .gallery-photo-overlay, .gallery-photo:hover .gallery-video-overlay, .gallery-photo:hover .gallery-photo-overlay, .gallery-photo:active .gallery-video-overlay, .gallery-photo:active .gallery-photo-overlay, .gallery-photo:focus .gallery-video-overlay, .gallery-photo:focus .gallery-photo-overlay {    display: block; }

.gallery-video-title, .gallery-photo-title {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block; }

.gallery-video-overlay, .gallery-photo-overlay {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none; }
  .gallery-video-overlay a, .gallery-photo-overlay a {
    width: auto; }

.gallery-video-title, .gallery-photo-title {  display: block;  width: 100%;  padding: 0 15px; }

.member-links {  margin-bottom: 20px; }
  .member-links i {    margin-right: 8px; }
  .member-links a {
    background-color: #15769E;
    margin: 10px 33px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-family: "kenyan", Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    position: relative; }
    .member-links a:hover, .member-links a:active, .member-links a:focus {
      background-color: #164371;      color: #FFFFFF; }
      .member-links a:hover::before, .member-links a:active::before, .member-links a:focus::before {        border-bottom: 40px solid #fff; }
      .member-links a:hover::after, .member-links a:active::after, .member-links a:focus::after {        border-top: 40px solid #fff; }
    .member-links a::after, .member-links a::before {
      z-index: -10;
      content: '';
      position: absolute;
      height: 0px;
      width: 33px;
      top: 0; }
    .member-links a::after {
      right: -33px;
      border-right: 33px solid transparent;
      border-top: 40px solid #000; }
    .member-links a::before {
      left: -33px;
      border-left: 33px solid transparent;
      border-bottom: 40px solid #000; }

.member-details {  background-color: transparent;  padding: 0;  margin-bottom: 20px; }

.other-project {
  margin: 20px 0;
  padding: 20px 0 0;
  position: relative;
  height: 110px;
  line-height: 90px;
  border-top: 1px solid #000; }
  .other-project:first-child {
    border-top: 0; }

.other-project-no-image {  height: 70px; }

.project-image {
  display: block;
  float: left;
  margin-right: 20px;
  height: 90px;
  width: 90px; }

.project-details {
  display: block;
  float: left;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  .project-details:hover, .project-details:active, .project-details:focus {
    color: #fff; }
  .project-details h4 {
    margin: 0 0 5px;
    font-size: 32px;
    font-size: 3.2rem;
    font-style: italic;
    text-transform: uppercase; }

.instrument {
  display: inline-block;
  position: relative;
  height: 27px;
  line-height: 27px;
  margin: 0 0 20px 20px;
  padding: 0 10px;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #15769E; }
  .instrument::after, .instrument::before {
    z-index: -10;
    content: '';
    position: absolute;
    height: 0px;
    width: 11px;
    top: 0; }
  .instrument::after {
    right: -11px;
    border-right: 11px solid transparent;
    border-top: 27px solid #000; }
  .instrument::before {
    left: -11px;
    border-left: 11px solid transparent;
    border-bottom: 27px solid #000; }

.post-type-archive-member .shards {
  display: none; }
  @media (min-width: 768px) {
    .post-type-archive-member .shards {
      display: block; } }

.tall-header {
  height: 200px; }
  @media (min-width: 768px) {
    .tall-header {
      height: 300px; } }
  @media (min-width: 992px) {
    .tall-header {
      height: 350px; } }
  @media (min-width: 1200px) {
    .tall-header {
      height: 500px; } }

.band-member {
  text-align: center;
  font-family: "kelson", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }
  .band-member span {
    display: block; }

.band-member-name {
  margin: 5px 0 0;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-style: italic; }

.band-members {
  padding-bottom: 60px; }

.band-member-role {
  font-style: italic; }

.band-info {
  border-top: 5px solid #000; }

.band-tab-btns {
  text-align: center; }

.band-bio {
  text-align: left; }

a.band-tab-btn {
  margin: 0 25px 40px;
  font-size: 30px;
  font-size: 3rem;
  height: 54px;
  line-height: 54px;
  margin-top: -27px; }
  @media (max-width: 767px) {
    a.band-tab-btn {
      margin: 0 25px 40px;
      font-size: 20px;
      font-size: 2rem;
      height: 30px;
      line-height: 30px;
      margin-top: -15px;
      padding: 0 5px; } }
  a.band-tab-btn::before, a.band-tab-btn::after {
    z-index: 999;
    width: 30px; }
  a.band-tab-btn::after {
    right: -30px;
    border-right: 30px solid transparent;
    border-top: 54px solid #000; }
    @media (max-width: 767px) {
      a.band-tab-btn::after {
        border-right: 20px solid transparent;
        border-top: 30px solid #000; } }
  a.band-tab-btn::before {
    left: -30px;
    border-left: 30px solid transparent;
    border-bottom: 54px solid #000; }
    @media (max-width: 767px) {
      a.band-tab-btn::before {
        border-left: 20px solid transparent;
        border-bottom: 30px solid #000; } }

a.period-tab-btn {
  margin: 10px; }
  a.period-tab-btn::before, a.period-tab-btn::after {
    z-index: 999; }

.period-tabs {
  text-align: left; }
  .period-tabs h3 {
    font-family: "kenyan", Arial, sans-serif;
    font-size: 60px;
    font-size: 6rem;
    font-style: italic;
    margin: 10px;
    text-align: center; }
  .period-tabs p {
    margin-top: 0; }

.period-tab h4 {
  color: #fff !important; }

.date-line-timeline {
  position: relative;
  width: 80%;
  top: -35px;
  left: 60px; }
  @media (min-width: 768px) {
    .date-line-timeline {
      width: 90%; } }

.juicer-feed li.feed-item {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  padding: 0 !important;
  color: #fff !important; }
  .juicer-feed li.feed-item .j-text {
    padding: 0 10px 10px; }
  .juicer-feed li.feed-item .j-poster {
    padding: 10px 10px 0;
    height: 40px; }
    .juicer-feed li.feed-item .j-poster h3 {
      color: #fff !important; }

.music-player {
  position: fixed !important;
  bottom: 10px;
  right: 20px;
  z-index: 9999 !important;
  cursor: pointer; }
  .music-player i {
    margin-left: 10px; }

/*--------------------------------------------------------------
## Gigpress
--------------------------------------------------------------*/
.gigpress-heading {
  padding-bottom: 10px;
  padding-top: 20px;
  text-align: center;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 400; }

#upcoming-shows .gigpress-heading, #tour .gigpress-heading {
  display: none; }

.gigpress-table {
  font-family: "kenyan", Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.7); }
  .gigpress-table tbody {
    border-bottom: 1px solid #000; }
    .gigpress-table tbody:first-child {
      border-bottom: none; }

.gigpress-month,
.gigpress-day,
.gigpress-vip,
.gigpress-tickets {
  text-align: center; }

.gigpress-month {
  padding-top: 20px;
  padding-right: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-style: italic; }

.gigpress-day {
  color: #fff;
  font-style: italic;
  font-size: 25px;
  font-size: 2.5rem;
  padding-bottom: 20px;
  padding-right: 10px; }

.gigpress-venue,
.gigpress-city {
  padding: 0 15px; }

.gigpress-button {
  margin: 5px;
  padding: 5px; }
  .gigpress-button:hover, .gigpress-button:focus {
    background-color: #000; }

.gigpress-tickets {
  text-align: right;
  padding-left: 15px;
  text-shadow: none; }

.gigpress-vip {
  padding-left: 15px;
  text-shadow: none; }

.gigpress-mobile-links .gigpress-tickets {
  text-align: center;
  padding-bottom: 30px; }

.gigpress-mobile-links a {
  margin: 0 10px; }

/*--------------------------------------------------------------
## BXslider
--------------------------------------------------------------*/
.bx-wrapper {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "kelson", Arial, sans-serif; }

.bx-viewport {
  min-height: 30px !important; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 20px 3px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.ad-slider {
  margin-top: 30px; }
  .ad-slider ul {
    margin: 0;
    padding: 0; }
  .ad-slider li {
    width: 215px;
    display: inline;
    padding: 0;
    margin: 0; }

/*--------------------------------------------------------------
## ColorBox
--------------------------------------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  background: #000;
  overflow: visible; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #fff; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 13px; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/controls.png) no-repeat 0 0; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

#cboxPrevious:hover {
  background-position: 0px -25px; }

#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

#cboxNext:hover {
  background-position: -25px -25px; }

#cboxClose {
  background-position: -50px 0px;
  right: 0; }

#cboxClose:hover {
  background-position: -50px -25px; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #000;
  font-family: "kenyan", Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px; }
  @media (min-width: 768px) {
    .site-footer {
      min-height: 55px;
      line-height: 55px; } }
  .site-footer .mc-embedded-email {
    width: 80%; }

.footer-left {  text-align: center; }
  .footer-left .accent-color {    margin: 0 2px 0 0; }
  @media (min-width: 768px) {
    .footer-left {
      text-align: left;
      padding-left: 40px; } }

.footer-right {
  text-align: center; }
  .footer-right .slashes {
    margin: 0 5px; }
  @media (min-width: 768px) {
    .footer-right {
      text-align: right;
      padding-right: 40px; } }

.home .site-footer {
  position: relative; }

.vn-credits-link {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: width 0s; }
  .vn-credits-link i {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.vn-credits-bar {
  display: none;
  font-size: 20px;
  font-size: 2rem;
  font-family: "kenyan", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  font-style: italic; }
  @media (min-width: 768px) {
    .vn-credits-bar {
      text-align: right;
      padding-right: 40px; } }

/*------------------------------------------#Infinite scroll------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {  display: block; }

/*-------------------------------------------------#Media--------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,iframe,object {  max-width: 100%; }

/*----------------------------------------------##Captions------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*-----------------------------------------------##Galleries-----------------------------------------------*/
.gallery {  margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
  .gallery-columns-2 .gallery-item {    max-width: 50%; }
  .gallery-columns-3 .gallery-item {    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {    max-width: 25%; }
  .gallery-columns-5 .gallery-item {    max-width: 20%; }
  .gallery-columns-6 .gallery-item {    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {    max-width: 11.11%; }

.gallery-caption {  display: block; }