/*
Theme Name: peter_manning
Theme URI: http://underscores.me/
Author: Cog Design
Author URI: http://cogdesign.com
Description: Description
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: peter-manning
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.

peter_manning is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
      font-family: "Roboto", arial, sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*============
General
==============*/
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  background: #282727;
  color: #fff;
  font-size: 14px;
  background-image: url("./images/foto2.jpg");
}
.container {
  padding: 0 25px;
  max-width: 1500px;
  margin: 0 auto;
}
.nested_container {
  max-width: 1500px;
  margin: 0 auto;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: 700;
}
/*============
Fonts
==============*/
h1 {
  font-size: 3em;
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
  display: inline;
  color:#e41e26;
}
h3 {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
/*============
Grid
==============*/
.row {
  float: left;
  width: 100%;
}
.col-cover {
  width: 21%;
}
.col-1 {
  width: 33.33333%;
}
.col-2 {
  width: 50%;
}
.col-wide {
  width: 66%;
}
.col-3 {
  width: 100%;
}
.col-1,
.col-2,
.col-3,
.col-wide,
.col-cover {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
/*============
Header
==============*/
#header {
  background-color: #282727;
  background: rgba(39, 38, 39, 0.93);
  height: 42px;
  width: 100%;
  display: inline-block;
  position: fixed;
  z-index: 999;
}
#main_nav .menu-toggle {
  display: none;
}
#main_nav li {
  float: left;
  font-size: 14px;
  margin-top: 1px;
}
#main_nav li a {
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 30px 12px 30px;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 14px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#main_nav li a.active,
#main_nav li a:hover {
  color: #fff;
  font-weight: 700;
}
#main_nav li a.arrow {
  padding: 0;
  display: block;
}
#main_nav li.pull-right {
  float: right;
}
#main_nav li.logo {
  width: 254px;
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -127px;
  text-align: center;
}
.show-desktop {
  display: block;
}
.show-tablet {
  display: none;
}
#logo {
  opacity: 0;
  transition: all 700ms ease;
}
.logo-mobile {
  display: none;
}
.error404 #main_nav li.logo .arrow,
.page-template-template-timeline #main_nav li.logo .arrow {
  display: none;
}
.error404 #main_nav li.logo #logo,
.page-template-template-timeline #main_nav li.logo #logo {
  display: block;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*============
Home
==============*/
#home {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 19;
}
#large_logo {
  position: absolute;
  z-index: 99;
  top: 40px!important;
  left: 50%;
  margin-left: -190px;
    
}
/*============
Pages
==============*/
.section-title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #fff;
  float: left;
  margin-top: 111px;
  padding-bottom: 5px;
  margin-bottom: 16px;
}
#about_hero img {
width:100%;
height:auto;
}
#page_bg {
  position: absolute;
  top: 42px;
  width: 100%;
  background-position: center top;
  height: 674px;
  background-repeat: no-repeat;
  z-index: 1;
}
.content-section {
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  background: #282727;
}
/*============
Hero
==============*/
.faded-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url('img/fade.png') no-repeat 0 0;
  width: 450px;
}
#about_hero {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 92px;
  background-position: right 0;
  background-repeat: no-repeat;
  position: relative;
}
#about_hero.default-page {
  min-height: 674px;
  height: auto;
  background-repeat: no-repeat;
}
#about_hero .section-title {
  position: relative;
  z-index: 99;
}
#about_hero p,
#about_hero span,
#about_hero a {
  font-size: 1em;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 40px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 99;
}
#about_hero .readmore {
  display: block;
  margin-top: 27px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.entry-content a {
  color:#ffffff;
  text-decoration:none;
}
#about_hero .readmore:hover {
  text-decoration: underline;
}
#about_hero .btn {
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 99;
}
.further-text {
  display: none;
  position: relative;
  z-index: 99;
}
.further-text.active {
  display: block;
}
/*============
About Section
==============*/
.about_box {
  margin-bottom: 25px;
}
.about_box h3 {
  border-top: 6px solid #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin: 0px 0 12px 0;
  padding-top: 20px;
}
.about_box p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.banner {
  height: 0;
  position: relative;
  padding-top: 37.33529%;
  overflow: hidden;
  width: 100%;
}
.banner h2 {
  font-size: 3em;
  font-weight: 300;
  line-height: 36px;
  margin-top: -14%;
}
.banner .author {
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
}
.banner .banner-img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.tab-content-inner {
  max-width: 880px;
  margin: 0 auto;
}
.banner-cutoff {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 21.85652%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.banner-cutoff img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.hero-content .tab {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.hero-content .tab .tab-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#about_boxes {
  margin-bottom: 70px;
}
/*================
Footer
==================*/
#footer {
  background: #1c1c1b;
  padding: 46px 0 62px 0;
}
#footer .col-1 h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 13px;
}
#footer ul {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
#footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
#footer a:hover {
  text-decoration: underline;
}
#footer span {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.social_media {
  margin-top: 20px;
  display: block;
}
.social_media li {
  display: inline-block;
  margin: 0 auto;
  padding: 0 13px;
}
.social_media span {
  display: block;
  text-align: center;
}
/*================
Events listing
==================*/
#upcoming,
#past {
  margin-top: -2px;
}
.timeline-section {
  margin-top: -1px;
}
.timeline-section.main-timeline {
  margin-top: 90px;
}
.timeline-section h2 {
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
  display: table;
  margin: 0px auto !important;
  float: none;
  margin-bottom: 15px !important;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 0 0;
  letter-spacing: 0.1em;
}
.timeline-section p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  max-width: 390px;
  margin: 0 auto;
}
.listing.black .item.col-1 h3 {
  border-top: 4px solid #252725;
}
.listing.black .item.col-1 a {
  color: #282727;
  text-decoration: none;
}
.detail_background {
  position: absolute;
  left: 0;
  right: 0;
  background: #dddedb;
}
.listing .item.col-1 {
  padding-top: 42px;
}
.listing .item.col-1:last-child {
  padding-bottom: 50px;
}
.listing .item.col-1 span {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.listing .item.col-1 span.date {
  font-weight: 700;
}
.listing .item.col-1 h3 {
  border: 0;
  padding-top: 19px;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}
.listing .item.col-1 a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.listing .item.col-1 a:hover {
  text-decoration: underline;
}
.listing .item.col-1 img {
  display: block;
}
#hero_heading {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}
.content-area {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10;
  background: #282727;
}
.content-area img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-area h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 0 0;
  letter-spacing: 0.1em;
}
.content-area.white {
  background: #dddedb;
  color: #272626;
}
.content-area.white h3 {
  border-color: #272626;
}
#past-post-container {
  position: relative;
  z-index: 99;
  float: left;
}
.quote_container {
  position: relative;
  float: left;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}
.quote_image {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.quote {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
  max-width: 880px;
  position: relative;
}
.quote.sticky {
  position: absolute;
}
.quote_reference {
  width: 100%;
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  position: relative;
  text-align: center;
}
.close {
  cursor: pointer;
  float: right;
}
.close_container {
  position: absolute;
  bottom: 40px;
  right: 25px;
}
/*================
News listing
==================*/
.post-load {
  display: block;
}
#listing {
  padding: 59px 0 77px 0;
}
#listing.discography {
  margin-top: 15px;
}
#listing article {
  float: left;
  width: 100%;
  margin-bottom: 41px;
}
#listing article h1 {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 0;
  margin-bottom: 6px;
}
#listing article h1 a {
  color: #fff;
  text-decoration: none;
}
#listing article h1 a:hover {
  text-decoration: underline;
}
#listing .entry-date {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
#listing .entry-content {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
#listing .col-cover,
#listing .col-1,
#listing .entry-header {
  padding-top: 39px;
  padding-bottom: 0;
}
#listing .inner {
  background: #fff;
  height: 2px;
  margin: 0 25px;
}
.sidebar_wrapper {
  padding-top: 0;
  border: 0;
  float: right;
}
.news_thumbnail {
  float: left;
  position: relative;
}
.news_thumbnail .play_video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 25px;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*================
Single detail
==================*/
.single-detail {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  position: relative;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-detail iframe {
  max-width: 100%;
}
.single-detail p {
  margin-bottom: 1.2em;
}
.post_loading {
  margin: 0 auto;
  text-align: center;
  height: 16px;
  width: 16px;
  background: url('img/loader.gif');
  background-size: contain;
}
.btn {
  border: 2px solid #252725;
  text-decoration: none;
  text-transform: uppercase;
  color: #282727;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn:hover {
  background: #558da0;
}
.btn.buy {
  padding: 4px 10px 4px 11px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
  line-height: 24px;
  float: left;
  margin-top: 23px;
  margin-right: 8px;
}
.btn.white {
  color: #fff;
  border-color: #fff;
}
.btn.buy_album {
  margin: 25px 20px 0 0;
  font-size: 18px;
  float: left;
  padding: 4px 26px 3px 26px;
}
.btn img {
  display: block;
  padding: 5px 6px 5px 4px;
}
.btn.see_more {
  display: table;
  margin: 0 auto;
  line-height: 24px;
  margin-bottom: 120px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.social_detail {
  margin-top: 23px;
  float: left;
  position: relative;
}
.social_detail li {
  float: left;
  margin-right: 7px;
}
.social_detail li span {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.share_cont .twitter-share-button,
.share_cont .fb-share-button {
  position: absolute !important;
  left: 0;
  top: 24px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.share_cont .twitter-share-button.active,
.share_cont .fb-share-button.active {
  top: 50px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.share_cont img {
  width: 22px;
  height: 22px;
}
.share_cont .twitter-share-button {
  left: auto;
  right: 6px;
}
.post_detail {
  border-top: 2px solid #252725;
  border-bottom: 2px solid #252725;
  float: left;
  width: 500%;
  margin-left: -200%;
  background: #dddedb;
}
.single_content {
  padding-top: 48px;
  padding-bottom: 0;
}
.single_content .wp-post-image {
  margin-bottom: 40px;
}
.single_content h1,
.single_content h2,
.single_content h3,
.single_content h4,
.single_content h5,
.single_content h6 {
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
}
.single_content h1 {
  font-size: 24px;
}
.single_content h2 {
  font-size: 22px;
}
.single_content h3 {
  font-size: 18px;
}
.single_content h4 {
  font-size: 16px;
}
.single_content h5 {
  font-size: 14px;
}
.single_content a {
  color: #282727;
}
.single_content ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 1.2em;
}
.single_content ol {
  list-style: decimal;
  margin-left: 34px;
  margin-bottom: 1.2em;
}
#sidebar {
  position: relative;
}
#sidebar h3 {
  display: block;
  margin: 48px 0 6px 0;
  padding-top: 0;
}
#sidebar .date,
#sidebar .time,
#sidebar .location {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}
#sidebar .date {
  font-weight: 700;
}
#sidebar a {
  color: #282727;
  text-decoration: none;
}
#hero {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #282727;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 19;
}
#contact-hero {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 19;
}
#contact-hero a {
  text-transform: none;
  color: #fff;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: 300;
}
#contact-hero a:hover {
  text-decoration: underline;
}
#contact-hero h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 24px;
  margin: 34px 0 16px 0;
}
#contact-hero h2.social {
  margin-top: 86px;
}
/*================
Discography listing
==================*/
.intro-content {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  margin-top: -95px;
  position: relative;
  z-index: 20;
}
#discography_search {
  margin-top: 40px;
}
#discography_search label {
  text-transform: uppercase;
  margin-right: 27px;
  border: 2px solid #fff;
  padding: 7px 8px 6px 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#discography_search label.active,
#discography_search label:hover {
  background: #558da0;
}
#discography_search input {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.button_row {
  margin-top: 30px;
}
.button_row .buy {
  margin-top: 0;
}
.play_btn {
  float: left;
  margin: 3px 0 0 0px;
  cursor: pointer;
}
.audio_js_container {
  float: left;
  width: 100%;
}
.audio_js_container .audiojs {
  margin-top: 50px;
}
.soundcloud_embed {
  margin-top: 50px;
  float: left;
  width: 100%;
  display: none;
}
.soundcloud_embed.active {
  display: block;
}
#listing .col-1.sidebar_wrapper {
  padding-top: 0px;
}
.blog .post_detail {
  width: 100%;
  margin-left: 0;
}
.blog .post_detail .container {
  max-width: 1500px;
}
@media all and (max-width: 1600px) {
  .post_detail .container {
    max-width: 20%;
  }
}
@media all and (max-width: 1280px) {
  #main_nav li a {
    padding: 14px 15px 12px 15px;
  }
  #about_hero p, #about_hero span, #about_hero a {
    width:75%;
    
  }
}
@media all and (max-width: 1170px) {
  #main_nav li a {
    padding: 14px 15px 12px 15px;
  }
  .col-1,
.col-2,
.col-3,
.col-wide,
.col-cover {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  width:33%;
}
}
@media screen and (max-width: 1025px) {
  .banner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
  }
  #home,
  #hero {
    height: 650px !important;
    background-attachment: initial;
  }
  #about_hero p, #about_hero span, #about_hero a {
    width: 160%;
}
#about_hero {
    width: 88%;
    float: left;
    height: auto;
    margin-bottom: 92px;
    background-position: right 0;
    background-repeat: no-repeat;
    position: relative;
}
}
@media all and (max-width: 980px) {
  /**********
	Menu
	**********/
  #main_nav .menu-toggle {
    display: block;
    margin-top: 12px;
    cursor: pointer;
    position: relative;
    z-index: 150;
    float: left;
  }
  h1 {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    display: inline;
    color: #e41e26;
    
}
  #main_nav .menu-toggle .close-menu {
    display: none;
  }
  #main_nav .menu-toggle .open {
    display: block;
  }
  #main_nav .menu-toggle.active {
    margin-top: 5px;
  }
  #main_nav .menu-toggle.active .close-menu {
    display: block;
  }
  #main_nav .menu-toggle.active .open {
    display: none;
  }
  #main_nav ul {
    background: #dddedb;
    max-width: 230px;
    width: 100%;
    position: fixed;
    padding-top: 40px;
    top: 0;
    bottom: 0;
    z-index: 140;
    left: -300px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #main_nav.active ul {
    left: 0;
    -webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
  }
  #main_nav li {
    display: block;
    float: none;
    margin: 0;
  }
  #main_nav li.pull-right {
    float: none;
  }
  #main_nav li:first-child {
    border-top: 1px solid #282727;
  }
  #main_nav li a {
    padding: 14px 25px;
    color: #282727;
    border-bottom: 1px solid #282727;
    display: block;
  }
  #main_nav li a:hover,
  #main_nav li a.active {
    color: #282727;
  }
  #main_nav li.logo {
    display: none;
  }
  .logo-mobile {
    position: absolute;
    left: 50%;
    margin-left: -127px;
    top: 4px;
    display: block;
  }
  .col-1 {
    width: 50%;
    display: inline-block;
  }
  body.nav-open {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-left: 230px;
  }
  /**********
	Homepage
	**********/
  #home,
  #hero {
    height: 516px !important;
    background-attachment: initial;
  }
  #about_hero {
    height: auto;
  }
  #footer .col-1 {
    width: 33.33333%;
  }
  .banner .banner-img {
    position: absolute;
  }
  #about_hero .col-2 {
    width: 66%;
  }
  .banner h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .btn.see_more {
    margin: 0 0 40px 11px;
    font-size: 13px;
    padding: 4px 9px;
  }
  #about_hero p,
  #about_hero span,
  #about_hero a {
    font-size: 22px;
    line-height: 30px;
  }
  /**********
	Discography
	**********/
  #listing article {
    margin-bottom: 25px;
  }
  #listing .col-1 {
    width: 40%;
  }
  #listing .post .col-wide {
    width: 60%;
  }
  .col-cover {
    width: 32%;
  }
  /**********
	Concerts & Events
	**********/
  .post_detail .container {
    max-width: 980px;
  }
  .col-1.first {
    padding-left: 25px;
  }
  .post_detail {
    width: 100%;
    margin-left: -25px;
    padding: 0 25px;
  }
  .post_detail .container {
    padding: 0;
  }
  .single-detail {
    font-size: 22px;
    line-height: 30px;
    padding: 0 25px;
  }
  .single-detail .col-wide {
    width: 60%;
    padding-left: 0;
  }
  .single-detail .col-1 {
    width: 40%;
    padding-right: 0;
  }
  .quote {
    font-size: 22px;
    line-height: 28px;
  }
  .quote_container {
    margin-left: -25px;
    padding-right: 50px;
  }
  .quote_image {
    padding-right: 50px;
    padding-left: 25px;
    height: 300px;
  }
  .hero-content .tab {
    padding-left: 0px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .null-padding-980 {
    padding: 0;
  }
  .show-desktop {
    display: none !important;
  }
  .show-tablet {
    display: block;
  }
}
@media all and (max-width: 768px) {
  #header .container {
    padding: 0 25px;
  }
  .container {
    padding: 0px;
  }
  .audiojs {
    width: 100%;
  }
  .audiojs .scrubber {
    width: 150px;
  }
  /**********
	About
	**********/
  #about_hero {
    background: transparent;
  }
  #about_hero .col-2 {
    width: 75%;
  }
  #about_hero.default-page .section-title {
    margin-top: 110px;
  }
  #about_hero .section-title {
    margin-top: 30px;
  }
  /**********
	Hero
	**********/
  .banner {
    padding-top: 55.5%;
  }
  .banner .author {
    font-size: 16px;
  }
  .banner h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .timeline-section p {
    font-size: 20px;
    line-height: 26px;
  }
  #footer .col-1 {
    width: 100%;
  }
  #discography_search label {
    margin-right: 13px;
    font-size: 14px;
  }
  /**********
	News
	**********/
  #listing .col-1 {
    padding-right: 0;
  }
  #listing article h1 {
    font-size: 16px;
    line-height: 22px;
  }
  #listing .entry-content {
    font-size: 16px;
    line-height: 22px;
  }
  #listing .sidebar_wrapper,
  .single-detail .sidebar_wrapper {
    float: left;
    width: 100%;
    padding: 0;
  }
  .close_container {
    top: 7px;
  }
  .single_content {
    padding-top: 30px;
  }
  .news_thumbnail .play_video {
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
  }
  .news_thumbnail a {
    position: relative;
  }
  .single-detail .col-wide {
    padding-right: 0;
    width: 100%;
  }
  .blog .single-detail {
    padding-left: 0;
  }
  .blog .single-detail .col-wide {
    padding-right: 25px;
  }
  .single-detail {
    font-size: 18px;
    line-height: 26px;
  }
  #sidebar h3 {
    margin-top: 25px;
    padding-right: 50px;
  }
  .banner {
    padding-top: 55.5%;
  }
  #about_hero p,
  #about_hero span,
  #about_hero a {
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .quote_image {
    background-attachment: initial;
  }
}
@media all and (max-width: 500px) {
  .container {
    padding: 0 10px;
  }
  #header .container {
    padding: 0 20px;
  }
  #main_nav li a {
    padding: 14px 7px;
  }
  .logo-mobile {
    margin-left: -100px;
    top: 10px;
  }
.logo-mobile img {
    max-width: 100px;
    height: auto;
    margin-left: 53%;
}
h1 {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    display: inline;
    color: #e41e26;
    
}
  #large_logo {
    margin-left: -110px;
  }
  #large_logo img {
    width: 220px;
    height: auto;
  }
  #listing .col-1,
  #listing .post .col-wide,
  .col-1,
  .col-2,
  .col-3,
  .col-wide,
  .col-cover {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .banner h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .banner .author {
    font-size: 12px;
  }
  #discography_search {
    margin-top: 25px;
    padding-bottom: 15px;
  }
  #discography_search label {
    float: left;
    margin-bottom: 15px;
  }
  #listing .inner {
    margin: 0 10px;
  }
  #about_hero .col-2 {
    width: 100%;
  }
  /*****************
	Contact page
	*****************/
  #contact-hero {
    height: auto !important;
    padding-bottom: 70px;
  }
  #contact-hero .hero-content .tab {
    padding: 0 10px;
  }
  #contact-hero .hero-content .tab .tab-cell {
    display: block;
    margin-top: 100px;
  }
  #contact-hero h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 25px 0 8px 0;
  }
  #contact-hero h2.social {
    margin-top: 35px;
  }
  #contact-hero a {
    font-size: 16px;
  }
  #contact-hero .hero-content {
    position: relative;
  }
  /*****************
	News page
	*****************/
  #listing {
    padding-bottom: 30px;
  }
  #listing .col-cover,
  #listing .col-1,
  #listing .entry-header {
    padding-top: 25px;
  }
  #listing .sidebar_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .news_thumbnail img {
    max-width: 50%;
  }
  .post .news_thumbnail img {
    max-width: 100%;
  }
  /*****************
	Concerts page
	*****************/
  .col-1.first,
  .col-1.last {
    padding: 30px 10px 20px 10px;
    float: left;
  }
  .listing .item.col-1 {
    padding: 30px 10px 20px 10px;
  }
  .single-detail {
    padding: 0 10px;
  }
  .single-detail iframe {
    max-height: 270px;
  }
  #about_hero.default-page .section-title {
    margin-top: 80px;
  }
  #home,
  #hero {
    height: 300px !important;
  }
  .quote {
    font-size: 14px;
    line-height: 18px;
  }
  .quote_reference {
    font-size: 12px;
    line-height: 16px;
  }
  .quote_image {
    height: 190px;
  }
}