/*
Theme Name: Scorpions
Theme URI: http://underscores.me/
Author: Visual Natives
Author URI: http://www.visualnatives.com
Description: Scorpions 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: scorp
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.

Scorpions 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:
----------------------------------------------------------------
# Bootstrap grid
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: 'FranchiseFree-Bold';
  src: url("../fonts/FranchiseFree-Bold.eot");
  src: url("../fonts/FranchiseFree-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FranchiseFree-Bold.woff2") format("woff2"), url("../fonts/FranchiseFree-Bold.woff") format("woff"), url("../fonts/FranchiseFree-Bold.ttf") format("truetype"), url("../fonts/FranchiseFree-Bold.svg#FranchiseFree-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

/*--------------------------------------------------------------
# Boostrap
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  content: "";
  display: table; }
  @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;
  content: "";
  display: table; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  content: "";
  display: table; }

.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%; } }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media only screen and (max-width: 767px) {
  .col-xs-5ths {
    padding: 2px; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
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; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375px;
  font-size: 0.05859375rem;
  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: 0.9375px;
  font-size: 0.05859375rem; }

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: #000;
  /* Fallback for when there is no custom background color defined. */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !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. */ }

iframe {
  border: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.gigpress-heading {
  font-size: 38px;
  font-size: 2.375rem;
  border-bottom: 1px solid #ad2d2d;
  padding-bottom: 10px;
  padding-top: 20px; }

#upcoming-shows, #tour {
  display: block; }
  #upcoming-shows .gigpress-heading, #tour .gigpress-heading {
    display: none; }

.gigpress-table {
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  width: 100%; }
  .gigpress-table a {
    text-decoration: none;
    color: #000; }
    .gigpress-table a:visited {
      color: #000; }
    .gigpress-table a:hover, .gigpress-table a:focus {
      color: #fff; }
  @media only screen and (max-width: 767px) {
    .gigpress-table {
      font-size: 20px;
      font-size: 1.25rem; } }

.gigpress-row {
  height: 44px; }

.gigpress-month, .gigpress-day, .gigpress-vip, .gigpress-tickets {
  text-align: center; }

.gigpress-month {
  color: #ad2d2d;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  padding-right: 10px; }

.gigpress-day {
  color: #000;
  font-size: 36px;
  font-size: 2.25rem;
  padding-bottom: 20px;
  padding-right: 10px; }
  @media only screen and (max-width: 767px) {
    .gigpress-day {
      font-size: 16px;
      font-size: 1rem; } }

.gigpress-venue {
  padding-right: 10px; }

.gigpress-venue, .gigpress-city {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem; }

.gigpress-button {
  background-color: #ad2d2d;
  margin: 5px;
  padding: 5px;
  text-align: center; }
  .gigpress-button:hover, .gigpress-button:focus {
    background-color: #000; }

.text-right {
  text-align: right; }

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

/*
    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: hidden; }

#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 {
  margin-top: 32px;
  overflow: visible;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #000;
  padding: 1px; }

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: #000; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  padding: 10px;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.8); }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

/* 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; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/loading.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.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: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ad2d2d; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.mailinglist-button {
  vertical-align: middle;
  float: right;
  border: 0;
  border-radius: 0;
  height: 39px;
  line-height: 39px;
  display: inline-block;
  margin-left: 6px;
  background: #ad2d2d;
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0 20px;
  color: #fff; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .mailinglist-button:hover {
    background: #701d1d;
    color: #bfbfbf; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  float: right;
  color: #666;
  border: 0;
  border-radius: 0;
  height: 39px;
  width: 100%;
  line-height: 39px;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  padding: 4px 0 0 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: none;
  vertical-align: middle; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #000; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fff;
  text-decoration: none; }
  a:visited {
    color: #fff; }
  a:hover, a:focus, a:active {
    color: #bfbfbf; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: inline-block;
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  z-index: 999;
  line-height: 1em; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-navigation {
      font-size: 28px;
      font-size: 1.75rem; } }
  .main-navigation .current-menu-item a {
    color: #ad2d2d; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    cursor: pointer; }
    .main-navigation ul ul {
      position: absolute;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translateY(-5px);
      margin-left: 30px;
      -o-transition: .3s;
      -ms-transition: .3s;
      -moz-transition: .3s;
      -webkit-transition: .3s;
      transition: .3s; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        display: block;
        margin: 8px 0;
        padding: 0 5px;
        position: relative;
        -webkit-box-shadow: 5px 5px 0px 0px black;
        -moz-box-shadow: 5px 5px 0px 0px black;
        box-shadow: 3px 3px 0px 0px black;
        line-height: 1.5em;
        background: #fff; }
        .main-navigation ul ul li a {
          color: #000;
          font-size: 18px;
          font-size: 1.125rem;
          text-indent: 0px;
          line-height: 1.5em; }
        .main-navigation ul ul li:hover, .main-navigation ul ul li:focus {
          background-color: #000;
          position: relative;
          top: 3px;
          left: 3px;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
        .main-navigation ul ul li:hover a,
        .main-navigation ul ul li:focus a {
          color: #fff; }
      .main-navigation ul ul:hover, .main-navigation ul ul:focus {
        pointer-events: auto; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      opacity: 1;
      pointer-events: auto; }
  .main-navigation li {
    display: inline-block;
    line-height: 45px; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    text-indent: 10px;
    font-size: 16px; }
    @media only screen and (min-width: 992px) {
      .main-navigation a {
        text-indent: 22px;
        font-size: 23px;
        font-size: 1.4375rem; } }
    @media only screen and (min-width: 1200px) {
      .main-navigation a {
        text-indent: 20px;
        font-size: 28px;
        font-size: 1.75rem; } }
    @media only screen and (min-width: 1440px) {
      .main-navigation a {
        text-indent: 35px;
        font-size: 35px;
        font-size: 2.1875rem; } }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 200px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  background: #000;
  color: #fff; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px; }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(255, 255, 255, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0; }

.sidr ul li {
  text-transform: uppercase;
  display: block;
  margin: 0;
  line-height: 48px; }

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px; }

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff; }

.sidr ul li ul {
  display: none;
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px; }

.sidr-class-current-menu-item a {
  color: #ad2d2d !important; }

/*--------------------------------------------------------------
# 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:hover, .screen-reader-text:active, .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: #000;
    display: block;
    font-size: 0.875px;
    font-size: 0.0546875rem;
    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 {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*********************
HEADER STYLES
*********************/
.site-header {
  z-index: 150;
  margin-bottom: -79px; }

.site-header a:hover, .site-header a:active, #social-icons-header a:hover, #social-icons-header a:active {
  color: #ad2d2d; }

#site-navigation-header {
  display: none; }
  @media only screen and (min-width: 992px) {
    #site-navigation-header {
      display: block; } }

@media only screen and (min-width: 992px) {
  #mobile-header, #logo-mobile {
    display: none; } }

#logo-mobile {
  text-align: center; }

.menu {
  text-align: justify;
  height: 45px; }

.menu:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

#super-header {
  background-color: #0c0c0c;
  height: 42px; }

#social-icons-header {
  vertical-align: middle;
  float: right;
  line-height: 42px;
  text-align: center;
  padding: 0 10px 0 0;
  font-size: 22px;
  font-size: 1.375rem; }
  #social-icons-header .fa {
    padding: 0 1px; }
  @media only screen and (max-width: 767px) {
    #social-icons-header {
      padding: 0 10px 0 0; } }

#flag {
  height: 42px;
  float: left;
  padding: 10px;
  background-color: #161616; }

.language-dropdown {
  background-color: #ad2d2d;
  height: 42px;
  line-height: 42px;
  padding: 0 0 0 20px;
  float: left; }
  .language-dropdown:hover, .language-dropdown:focus {
    color: #bfbfbf;
    background-color: #701d1d; }
  @media only screen and (max-width: 767px) {
    .language-dropdown {
      width: 100px;
      line-height: auto; } }

#mobile-language-dropdown {
  position: absolute;
  top: 0;
  background-color: #ad2d2d;
  color: #fff;
  font-family: "Titillium-BoldUpright", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  width: 60px;
  pointer-events: none; }

.language-chevron {
  color: #000;
  background-color: none;
  padding: 0 15px 0 10px;
  margin-left: 0;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 180px;
  pointer-events: none;
  line-height: 42px; }
  @media only screen and (max-width: 767px) {
    .language-chevron {
      background-color: #ad2d2d;
      left: 70px;
      padding: 0 15px 0 0; } }

.goog-te-menu-frame {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.goog-te-gadget-icon {
  display: none; }

.goog-te-gadget-simple {
  background-color: transparent !important;
  border: 0 !important;
  font-size: 10pt;
  display: inline-block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  zoom: 1; }

.goog-te-menu-value {
  display: block;
  width: 200px;
  height: 42px;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Titillium-BoldUpright", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 14px;
  font-size: 0.875rem; }
  @media only screen and (max-width: 767px) {
    .goog-te-menu-value {
      width: 80px; } }

.goog-te-menu-value span,
.goog-te-menu-value img {
  display: none; }

.goog-te-menu-value span:first-child {
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .goog-te-menu-value:after {
    content: 'More'; } }

@media only screen and (max-width: 767px) {
  .goog-te-gadget {
    font-size: 0 !important;
    line-height: 16px; }
    .goog-te-gadget span {
      display: none; } }

.goog-te-combo {
  width: 60px !important; }

@media only screen and (max-width: 767px) {
  .goog-te-banner-frame {
    display: none; } }

#email-signup-top {
  float: right;
  height: 42px;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif; }
  #email-signup-top .email, #email-signup-top .button {
    text-transform: uppercase;
    margin: 0; }
  #email-signup-top .button {
    float: right; }

.mailinglist-colorbox-container {
  display: none; }

#menu-wrapper {
  background-color: rgba(0, 0, 0, 0.79);
  padding: 10px 0 0;
  text-align: middle;
  height: 55px; }

#mobile-header {
  padding: 0 20px; }

#responsive-menu-button {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 6px; }

.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0; }

#logo-header {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  text-align: center;
  height: 45px;
  line-height: 45px; }
  #logo-header img {
    vertical-align: middle; }

#header-ruffle {
  height: 24px;
  background: url(../images/backgrounds/ruffle_black_bottom.png);
  background-repeat: repeat-x; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*********************
FOOTER STYLES
*********************/
.site-footer {
  position: relative;
  text-align: center;
  background-color: #161616;
  background: url(../images/backgrounds/footer.png);
  padding: 0 0 20px;
  z-index: 999; }

#footer-ruffle {
  position: relative;
  height: 24px;
  background: url(../images/backgrounds/ruffle_footer.png);
  background-repeat: repeat-x;
  z-index: 999 !important;
  margin-top: -150px; }

#footer-menu-row {
  margin-bottom: 20px;
  display: none; }
  @media only screen and (min-width: 992px) {
    #footer-menu-row {
      display: block; } }

#footer-menu {
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px; }
  #footer-menu a {
    display: block;
    text-decoration: none;
    text-indent: 10px;
    font-size: 16px; }
    @media only screen and (min-width: 992px) {
      #footer-menu a {
        text-indent: 22px;
        font-size: 23px;
        font-size: 1.4375rem; } }
    @media only screen and (min-width: 1200px) {
      #footer-menu a {
        text-indent: 25px;
        font-size: 28px;
        font-size: 1.75rem; } }

#footer-menu:after {
  content: '';
  display: inline-block;
  width: 100%; }

#footer-left {
  text-align: left; }

@media only screen and (max-width: 767px) {
  #logo-footer {
    text-align: center; } }

#social-icons-footer {
  line-height: 42px;
  font-size: 19px;
  font-size: 1.1875rem; }
  @media only screen and (max-width: 767px) {
    #social-icons-footer {
      text-align: center; } }
  #social-icons-footer .fa {
    padding: 0 1px; }

#footer-right {
  text-align: right; }

#email-signup {
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif; }
  #email-signup .email, #email-signup .button {
    float: none;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      #email-signup .email, #email-signup .button {
        width: 100%;
        float: right; } }
  #email-signup .button {
    margin: 0 0 0 -4px; }
    @media only screen and (max-width: 767px) {
      #email-signup .button {
        margin-top: 10px; } }
  #email-signup label {
    display: block;
    color: #fff;
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 30px;
    height: 22px; }
    @media only screen and (max-width: 767px) {
      #email-signup label {
        text-align: center;
        font-size: 20px;
        font-size: 1.25rem;
        height: auto;
        margin-bottom: 10px; } }

#subfooter {
  height: 42px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Titillium-BoldUpright", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 42px;
  background-color: #000; }

#language-dropdown-footer {
  float: left; }

#copyright {
  float: left;
  margin-left: 30px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #copyright {
      width: 100%;
      margin: 0; } }

#subfooter-links {
  text-align: center;
  float: right; }
  #subfooter-links a {
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      #subfooter-links a {
        margin: 10px; } }
  @media only screen and (max-width: 767px) {
    #subfooter-links {
      width: 100%; } }

.vevo-logo {
  display: inline-block;
  margin-top: 1px;
  height: 18px;
  width: 21px;
  background-image: url(../images/vevo-logo.png);
  background-position: left 0;
  background-size: 22px 38px; }
  .vevo-logo:active, .vevo-logo:hover {
    background-position: left -19px; }

#vevo-logo-header {
  background-image: url(../images/vevo-logo-header.png); }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

#content {
  padding: 79px 0 0 0; }

/*********************
BODY STYLES
*********************/
.post-type-archive-album, .single-album, .page {
  background-image: url(../images/backgrounds/discography_bg.jpg); }

.page-template-page-photos {
  background-image: url(../images/backgrounds/photos_bg.jpg); }

.page-template-page-videos {
  background-image: url(../images/backgrounds/videos_bg.jpg); }

.page-template-page-news {
  background-image: url(../images/backgrounds/news_bg.jpg); }

.page-template-page-tour {
  background-image: url(../images/backgrounds/tour_bg.jpg); }

.blog, .single {
  background-image: url(../images/backgrounds/news_bg.jpg); }

.page-template-page-band, .single-member {
  background-image: url(../images/backgrounds/band_bg.jpg); }

@media (min-width: 1200px) {
  .page-template-page-band,
  .single-member {
    background-size: 1200px; } }

.home {
  background-image: none; }

body {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (max-width: 993px) {
    body {
      -webkit-background-size: 1000px;
      -moz-background-size: 1000px;
      -o-background-size: 1000px;
      background-size: 1000px;
      top: 0 !important; } }

.default-main {
  color: #fff; }

/*********************
HOME PAGE STYLES
*********************/
.section-top {
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  position: relative;
  top: -80px;
  z-index: 20; }

.section-title, .page-title {
  text-align: center; }
  .section-title h1, .section-title h2, .page-title h1, .page-title h2 {
    text-transform: uppercase;
    font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
    font-size: 128px;
    font-size: 8rem;
    color: #fff;
    line-height: 1;
    margin: 0;
    text-shadow: 0px 9px 0px rgba(0, 0, 0, 0.75); }
    @media only screen and (max-width: 767px) {
      .section-title h1, .section-title h2, .page-title h1, .page-title h2 {
        font-size: 100px;
        font-size: 6.25rem; } }

.page-title {
  margin: 40px 0 5px; }

.red-button {
  color: #fff; }
  .red-button:hover, .red-button:focus {
    color: #fff; }
  .red-button div {
    background-color: #ad2d2d;
    display: inline-block;
    font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    width: 172px;
    height: 52px;
    line-height: 52px;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.75); }
    .red-button div:hover, .red-button div:focus {
      background-color: #000;
      position: relative;
      top: 5px;
      left: 5px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.button-wrapper {
  text-align: center; }

.white-ruffle-top, .white-ruffle-bottom {
  height: 24px; }

.white-background {
  background: rgba(255, 255, 255, 0.64); }

.white-ruffle-top {
  background-image: url(../images/backgrounds/ruffle_white_top.png); }

.white-ruffle-bottom {
  background-image: url(../images/backgrounds/ruffle_white_bottom.png); }

#news-top {
  background-image: url(../images/backgrounds/Home_News_top.png);
  top: -50px; }

#news {
  background-image: url(../images/backgrounds/Home_News_btm.jpg);
  background-size: cover;
  position: relative;
  top: -50px;
  z-index: 20;
  margin-bottom: -20px;
  text-align: center; }
  #news .row {
    padding: 50px 0 100px 0; }

#news-title {
  padding-left: 140px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    #news-title {
      padding: 0; } }

.news-ruffle-top {
  margin-top: 150px; }

@media only screen and (min-width: 993px) {
  #white-background-news {
    background: none; } }

.news-post {
  margin-top: 35px;
  margin-bottom: 35px; }
  .news-post h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Titillium-SemiboldUpright", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2; }
  @media only screen and (max-width: 767px) {
    .news-post {
      margin-top: 20px;
      margin-bottom: 20px; } }

.news-date {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  margin-right: 10px; }

.news-day {
  display: block;
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 82px;
  font-size: 5.125rem; }

.news-month {
  display: block;
  font-family: "Titillium-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ad2d2d; }
  @media only screen and (max-width: 767px) {
    .news-month {
      margin-bottom: 20px; } }

.news-excerpt {
  display: inline-block;
  text-align: left;
  width: 370px;
  height: 130px;
  font-family: "Titillium-SemiboldUpright", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem; }
  .news-excerpt p {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .news-excerpt {
      width: 100%; } }

.moretag {
  display: inline-block;
  font-family: "Titillium-SemiboldUpright", Helvetica, Arial, sans-serif;
  color: #ad2d2d;
  padding-left: 5px; }
  .moretag a {
    font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
    color: #000; }
    .moretag a:hover, .moretag a:focus {
      color: #fff; }

#more-news {
  margin-left: 140px; }
  @media only screen and (max-width: 767px) {
    #more-news {
      margin-left: 0; } }

#tour-top {
  background-image: url(../images/backgrounds/Home_Tour_top.png);
  background-position: right bottom; }

#tour {
  background-image: url(../images/backgrounds/Home_Tour_btm.jpg);
  background-size: cover;
  background-position: right 0;
  position: relative;
  top: -80px;
  z-index: 20;
  margin-bottom: -50px;
  padding: 50px 0 100px; }

#store-top {
  background-image: url(../images/backgrounds/Home_Store_top.png); }

#store {
  background-image: url(../images/backgrounds/Home_Store_btm.jpg);
  background-size: cover;
  position: relative;
  top: -80px;
  z-index: 20;
  margin-bottom: -50px;
  padding: 50px 0 100px;
  text-align: center; }

#store-items {
  margin: 0 auto;
  max-width: 100%; }

.store-item {
  display: inline-block;
  border: 5px solid #ad2d2d;
  position: relative;
  max-width: 310px;
  max-height: 310px;
  margin: 40px 7px;
  line-height: 0; }

.store-item-description-outer {
  position: absolute;
  width: 100%;
  max-width: 310px;
  left: 0;
  bottom: 0px;
  height: 72px;
  padding: 0 30px; }

.store-item-description-inner {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  vertical-align: middle; }

#us-store {
  margin-right: 20px;
  width: 240px; }
  #us-store img {
    margin-right: 12px;
    display: inline-block;
    position: relative;
    top: 3px;
    height: 25px; }
  @media only screen and (max-width: 767px) {
    #us-store {
      margin-right: 0;
      margin-bottom: 20px; } }

#world-store i {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 10px; }

#watch-top {
  background-image: url(../images/backgrounds/Home_Watch_top.png); }

#watch {
  background-image: url(../images/backgrounds/Home_Watch_btm.jpg);
  background-size: cover;
  position: relative;
  top: -80px;
  z-index: 20;
  margin-bottom: -50px;
  padding: 120px 0 120px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #watch {
      padding: 180px 0 120px; } }

#watch-container {
  width: 100%; }

#video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 30px 0 40px;
  padding: 0 -50px; }

#video iframe,
#video object,
#video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#connect-top {
  background-image: url(../images/backgrounds/Home_Connect_top.png);
  background-position: center bottom; }
  @media only screen and (max-width: 767px) {
    #connect-top {
      display: none; } }

#connect {
  background-image: url(../images/backgrounds/Home_Connect_btm.jpg);
  background-size: cover;
  background-position: center 0;
  position: relative;
  top: -80px;
  z-index: 20;
  margin-bottom: -50px;
  padding: 150px 0 100px; }
  @media only screen and (max-width: 767px) {
    #connect {
      background: url(../images/backgrounds/Home_Connect_Mobile.png);
      padding: 20px 0 100px;
      -webkit-background-size: 1000px;
      -moz-background-size: 1000px;
      -o-background-size: 1000px;
      background-size: 500px; } }

#connect-ruffle-top {
  margin-top: 30px; }

#connect-social {
  margin: 0 0 40px; }

#connect-socials {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem; }
  #connect-socials a {
    color: #000; }
    #connect-socials a:active, #connect-socials a:hover {
      color: #ad2d2d; }

.connect-header {
  height: 78px; }

#news-ruffle-top {
  margin-top: 100px; }

.connect-title {
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-size: 3.25rem;
  float: left; }

.connect-user {
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  float: right;
  line-height: 78px; }
  @media only screen and (max-width: 767px) {
    .connect-user {
      line-height: 48px;
      float: left;
      clear: both;
      font-size: 24px;
      font-size: 1.5rem; } }

.at-sign {
  color: #ad2d2d; }

#instagram-content {
  margin: -0.5%; }

#connect-twitter {
  margin-top: 20px; }

#twitter-content {
  float: left;
  margin-bottom: 50px;
  background-color: #161616;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Titillium-BoldUpright", Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 45px 100px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(173, 45, 45, 0.75);
  -moz-box-shadow: 5px 5px 0px 0px rgba(173, 45, 45, 0.75);
  box-shadow: 5px 5px 0px 0px rgba(173, 45, 45, 0.75); }
  #twitter-content ul {
    list-style: none;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    #twitter-content {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 10px 5px 40px; } }

/************************
DISCOGRAPHY PAGE STYLES
************************/
#discography-bg-top {
  height: 24px;
  background-image: url(../images/backgrounds/ruffle_black_top.png);
  background-repeat: repeat-x; }

#discography-bg {
  background-color: rgba(0, 0, 0, 0.78);
  padding-bottom: 200px; }

#discography-title {
  margin: 40px 0 10px;
  text-align: center; }
  #discography-title h1 {
    font-size: 128px;
    font-size: 8rem; }
    @media only screen and (max-width: 767px) {
      #discography-title h1 {
        font-size: 70px;
        font-size: 4.375rem; } }

#filter-buttons {
  text-align: center;
  margin: 30px 0; }

.filter-button {
  display: inline-block;
  background-color: #161616;
  padding: 2px 40px 0;
  margin: 0 7px;
  height: 38px;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase; }
  .filter-button:hover, .filter-button:focus {
    color: #000;
    background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .filter-button {
      margin: 7px;
      font-size: 14px;
      font-size: 0.875rem; } }

.is-checked {
  background-color: #ad2d2d; }

#albums {
  margin-bottom: 200px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #albums {
      width: 279px; } }

.album {
  width: 279px;
  height: 279px;
  margin: 3px; }
  .album a {
    overflow: hidden;
    width: 279px;
    height: 279px; }
  .album img {
    transition: 0.5s; }
  .album:hover a,
  .album:focus a {
    color: #fff;
    transition: 0.5s; }
  .album:hover .album-art,
  .album:focus .album-art {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px); }
  .album:hover .albums-over,
  .album:focus .albums-over {
    opacity: 1; }

.album-art {
  width: 279px;
  height: 279px; }

.albums-over {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 91px;
  transition: 0.5s; }

.albums-date {
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #ad2d2d;
  margin-bottom: 5px; }

.albums-title {
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }

.view-album {
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ad2d2d; }

/************************
ALBUM PAGE STYLES
************************/
#album-details {
  color: #fff;
  margin: 50px 0; }

#release-date, #record-label {
  color: #ad2d2d;
  font-family: "Titillium-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 25px; }

#release-date {
  margin-top: 40px; }

.date-label {
  display: inline-block;
  color: #fff;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  width: 120px;
  margin: 5px 0 5	px 0; }
  @media only screen and (max-width: 767px) {
    .date-label {
      display: block; } }

@media only screen and (max-width: 767px) {
  #record-label {
    margin-top: 20px; } }

.buy-links {
  margin: 34px 0; }

.buy-link {
  text-align: center;
  float: left;
  width: 48%;
  height: 37px;
  line-height: 37px;
  background-color: #ad2d2d;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  border: 1px solid #ad2d2d;
  margin: 1%;
  text-transform: uppercase; }
  .buy-link:visited {
    color: #000; }
  .buy-link:hover, .buy-link:focus {
    color: #ad2d2d;
    background-color: #000; }
  @media only screen and (max-width: 767px) {
    .buy-link {
      font-size: 12px;
      font-size: 0.75rem;
      text-align: center; } }

.buy-on {
  color: #fff; }

#album-performers {
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  padding: 34px 30px 0;
  border-bottom: 1px solid #161616;
  clear: both; }
  @media only screen and (max-width: 767px) {
    #album-performers {
      font-size: 30px;
      font-size: 1.875rem; } }

.performer {
  margin: 0 30px; }

.performer-name {
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  margin: 20px 0 5px; }

.performer-instrument {
  display: inline-block;
  font-family: "Titillium-Semibolditalic", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ad2d2d;
  height: 29px;
  line-height: 27px;
  padding: 0 10px;
  border: 1px solid #ad2d2d; }
  @media only screen and (max-width: 767px) {
    .performer-instrument {
      margin-top: 5px; } }

#album-title h2 {
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 54px;
  font-size: 3.375rem;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    #album-title h2 {
      font-size: 30px;
      font-size: 1.875rem;
      text-align: center;
      margin-top: 20px; } }

#album-songs {
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase; }
  #album-songs table {
    border-collapse: collapse; }
  #album-songs tr {
    height: 50px;
    border: solid;
    border-width: 1px 0;
    border-color: #161616; }
    #album-songs tr:first-child {
      border-top: none; }
    #album-songs tr:last-child {
      border-bottom: none; }
  @media only screen and (max-width: 767px) {
    #album-songs {
      font-size: 14px;
      font-size: 0.875rem; } }

.row-number-cell {
  font-family: "Titillium-Regular", Helvetica, Arial, sans-serif;
  width: 5%; }

.lyrics-cell {
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  width: 20%; }
  .lyrics-cell a {
    color: #ad2d2d; }
    .lyrics-cell a:hover, .lyrics-cell a:focus {
      color: #fff; }
  @media only screen and (max-width: 767px) {
    .lyrics-cell {
      font-size: 20px;
      font-size: 1.25rem;
      width: 20%; } }

.duration-cell {
  text-align: right; }

.lyrics {
  background-color: #000;
  text-align: center;
  padding: 50px 0;
  font-family: "Titillium-Regular", Helvetica, Arial, sans-serif; }

#album-info {
  color: #fff;
  margin-top: 40px;
  font-family: "Titillium-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }
  #album-info h3 {
    font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
    margin: 0 0 20px;
    font-size: 51px;
    font-size: 3.1875rem;
    border-bottom: 1px solid #161616; }

.hide {
  display: none; }

@media only screen and (max-width: 767px) {
  .phone-hide {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .phone-show {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .tablet-show {
    display: none !important; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tablet-hide {
    display: none !important; } }

@media only screen and (min-width: 1201px) {
  .desktop-show {
    display: none !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .desktop-hide {
    display: none !important; } }

/************************
PHOTOS PAGE STYLES
************************/
#photos-title {
  margin: 90px 0 10px; }

#photos {
  text-align: center; }

.album-photo {
  display: inline-block;
  margin: 0 1px;
  background-color: #000;
  position: relative; }
  .album-photo:hover .album-photo-title,
  .album-photo:focus .album-photo-title {
    opacity: 1; }
  .album-photo img {
    transition: 0.3s; }
    .album-photo img:hover, .album-photo img:focus {
      opacity: 0.3; }

.album-photo-title {
  width: 279px;
  color: #fff;
  position: absolute;
  top: 40%;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  font-family: "Titillium-Regular", Helvetica, Arial, sans-serif; }

#pagination-nav {
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  line-height: 28px; }
  #pagination-nav a {
    display: inline-block;
    background-color: #161616;
    height: 28px;
    width: 28px;
    margin: 0 2px; }
  #pagination-nav a.active-pagination {
    background-color: #ad2d2d; }
  #pagination-nav span {
    padding-right: 10px;
    color: #fff; }

/************************
VIDEOS PAGE STYLES
************************/
#videos-title {
  margin: 40px 0 10px; }

#videos {
  text-align: center; }

.gallery-video {
  width: 279px;
  height: auto;
  display: inline-block;
  margin: 0 1px;
  background-color: #000; }
  .gallery-video img {
    transition: 0.3s; }
    .gallery-video img:hover, .gallery-video img:focus {
      opacity: 0.3; }

.gallery-video-title {
  color: #ad2d2d;
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px; }

/************************
TOUR PAGE STYLES
************************/
.page-template-page-tour .gigpress-day {
  color: #fff; }

.page-template-page-tour #discography-bg {
  padding-bottom: 120px; }

#tour-title {
  margin-top: 30px; }

.past-tours-ruffle {
  background-image: url(../images/backgrounds/ruffle_red_top.png);
  width: 100%;
  height: 24px; }

.past-tours {
  background-image: url(../images/backgrounds/bg_red_noise.png);
  padding-bottom: 50px; }
  .past-tours img {
    height: 75px;
    width: 100px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0; }
  .past-tours h2 {
    font-size: 70px;
    font-size: 4.375rem;
    margin: 20px 0; }

.past-tour {
  display: block;
  height: 75px;
  margin-bottom: 25px;
  background-color: #000;
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 75px;
  position: relative; }
  .past-tour span {
    position: relative;
    padding-left: 20px; }
  .past-tour img + span {
    padding-left: 120px; }

span.past-tour-year {
  background-color: #ad2d2d;
  width: 75px;
  color: #000;
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  right: -15px;
  top: 15px;
  text-align: center;
  padding: 0;
  line-height: 1.5; }

/************************
BAND PAGE STYLES
************************/
#band-title {
  margin-top: 200px; }

.member {
  text-align: center;
  text-transform: uppercase; }

.member-photo {
  margin: 50px 0 10px;
  background-color: #000;
  display: inline-block; }
  .member-photo img {
    border: 2px solid #ad2d2d;
    transition: 0.3s; }
    .member-photo img:hover, .member-photo img:focus {
      opacity: 0.3; }

.member-name {
  color: #fff;
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .member-name {
      font-size: 18px;
      font-size: 1.125rem; } }

.member-instrument {
  color: #ad2d2d;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .member-instrument {
      font-size: 15px;
      font-size: 0.9375rem; } }

#band-tabs {
  text-align: center;
  margin-bottom: 50px; }

#history,
#timeline {
  color: #fff;
  font-family: "Titillium-SemiboldUpright", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem; }

.timeline-item {
  border-bottom: 1px solid #161616;
  padding-bottom: 15px;
  margin-bottom: 25px; }

.timeline-image {
  text-align: center; }

.timeline-description h2 {
  margin: 0;
  line-height: 1em;
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-size: 2.5rem; }

.timeline-description p {
  margin-bottom: 0; }

.timeline-image-description {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }

/************************
BLOG ARCHIVE STYLES
************************/
.blog {
  color: #fff;
  position: relative;
  text-align: center; }
  .blog h3 {
    text-transform: uppercase;
    font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    margin: 30px 0 10px; }

.blog-row {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .blog-row, .blog-container, .posts {
    width: 100%; } }

.row-blog {
  margin: 0 auto; }

.post {
  position: relative; }
  .post a {
    z-index: -999; }
    .post a:hover ~ .news-post-overlay,
    .post a:focus ~ .news-post-overlay {
      opacity: 1; }

.blog-row .row {
  margin-bottom: 20px; }

.wide-post {
  background-color: #000; }

.archive-entry-header {
  margin-top: 10px;
  z-index: 999; }

.blog-date {
  background-color: #ad2d2d;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 3px 15px 1px;
  position: relative;
  top: 21px; }

.blog-date-wide {
  top: 5px; }

.blog-month {
  color: #000;
  text-transform: uppercase; }

.archive-entry-content {
  background-color: #000;
  padding-top: 16px;
  font-family: "Titillium-SemiboldUpright", Helvetica, Arial, sans-serif;
  padding: 0 13px 13px 13px; }
  .archive-entry-content img {
    margin: 16px 0 -20px; }

.post-wide-content .archive-entry-content {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .post-wide-content .archive-entry-content {
      text-align: center; } }

.news-post-overlay {
  opacity: 0;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%; }
  .news-post-overlay span {
    position: relative;
    top: 50%; }

.news-image-left {
  width: 334px; }

.nav-links {
  height: 28px;
  margin-top: 20px;
  text-align: center;
  vertical-align: middle; }
  .nav-links a {
    color: #000; }
    .nav-links a:hover, .nav-links a:focus {
      color: #fff; }

.nav-previous, .nav-next {
  display: inline-block; }
  .nav-previous a, .nav-next a {
    color: #000; }
    .nav-previous a:hover, .nav-previous a:focus, .nav-next a:hover, .nav-next a:focus {
      color: #fff; }
  .nav-previous i, .nav-next i {
    width: 63px;
    height: 28px;
    line-height: 28px;
    background-color: #ad2d2d; }
    .nav-previous i:hover, .nav-previous i:focus, .nav-next i:hover, .nav-next i:focus {
      background-color: #000; }

/************************
SINGLE BLOG POST STYLES
************************/
.single {
  color: #fff; }
  .single p a {
    color: #ad2d2d; }
    .single p a:hover, .single p a:focus {
      color: #bfbfbf; }

.single-entry-header {
  text-align: center;
  margin-top: 30px; }
  .single-entry-header h1 {
    font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
    font-size: 68px;
    font-size: 4.25rem;
    text-transform: uppercase;
    margin: 0.3em 0 0.2em; }

.nav-home {
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 10px 0px;
  height: 28px;
  line-height: 28px;
  background-color: #ad2d2d;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem; }
  .nav-home:hover, .nav-home:focus {
    background-color: #000; }

#share-links {
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem; }
  #share-links i {
    padding: 0 2px; }
  #share-links a:hover,
  #share-links a :focus {
    color: #ad2d2d; }

#share-text {
  margin-right: 10px;
  display: inline-block; }

/************************
MEMBER STYLES
************************/
.single-member h3 {
  font-family: "FranchiseFree-Bold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin: 15px 0; }
  .single-member h3 span {
    color: #ad2d2d; }

#member-left {
  text-align: center; }

#member-details {
  color: #fff;
  margin: 50px 0; }

#b-position, .member-instruments {
  display: inline-block;
  height: 29px;
  padding: 0 10px;
  line-height: 27px;
  color: #ad2d2d;
  border: 1px solid #ad2d2d;
  margin-bottom: 5px;
  font-family: "Titillium-Semibolditalic", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem; }

#b-position {
  color: #fff;
  border: 1px solid #fff; }

.website-link {
  text-align: center;
  float: left;
  width: 100%;
  height: 37px;
  line-height: 37px;
  background-color: #ad2d2d;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  border: 1px solid #ad2d2d; }
  .website-link span {
    color: #fff; }
  .website-link:visited {
    color: #000; }
  .website-link:hover, .website-link:focus {
    color: #ad2d2d;
    background-color: #000; }
  @media only screen and (max-width: 767px) {
    .website-link {
      font-size: 12px;
      font-size: 0.75rem;
      text-align: center; } }

#twitter-follow {
  margin-bottom: 10px; }
  #twitter-follow h3 {
    margin: 30px 0 5px; }

#twitlink {
  color: #ad2d2d;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem; }
  #twitlink:hover, #twitlink:focus {
    color: #fff; }

#member-twitter-content {
  margin-bottom: 50px;
  background-color: #161616;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Titillium-BoldUpright", Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 45px 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(173, 45, 45, 0.75);
  -moz-box-shadow: 5px 5px 0px 0px rgba(173, 45, 45, 0.75);
  box-shadow: 5px 5px 0px 0px rgba(173, 45, 45, 0.75); }
  #member-twitter-content ul {
    list-style: none;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    #member-twitter-content {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 10px 5px 40px; } }

#member-title h2 {
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 54px;
  font-size: 3.375rem;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    #member-title h2 {
      font-size: 30px;
      font-size: 1.875rem;
      text-align: center;
      margin-top: 20px; } }

#member-info {
  color: #fff;
  margin: 40px 0 20px;
  font-family: "Titillium-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 1px solid #161616;
  padding-bottom: 30px; }

#member-album-images img {
  margin: 0;
  display: block; }

.member-album-image {
  padding: 3px;
  float: left;
  margin: 0;
  width: 20%; }
  @media only screen and (max-width: 767px) {
    .member-album-image {
      width: 50%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .member-album-image {
      width: 25%; } }

/************************
404 STYLES
************************/
.error404 p {
  text-align: center;
  font-family: "Titillium-Black", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  height: 500px; }

/*--------------------------------------------------------------
# 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; }

/*# sourceMappingURL=style.css.map */