/*

Theme Name: Ouroboros Music Theme
Theme URI: https://www.tomaylott.com/
Author: Tom Aylott
Author URI:
Description: A bootstrap based Wordpress theme
Version: 1.0.5
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: ouroboros
Tags: ouroboros

*/
html {
  margin: 0 !important;
}

body {
  background: #43120d;
}

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

@font-face {
  font-family: 'texgyreadventorregular';
  src: url("/wp-content/themes/ouroboros/assets/fonts/texgyreadventor-regular-webfont.eot");
  src: url("/wp-content/themes/ouroboros/assets/fonts/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ouroboros/assets/fonts/texgyreadventor-regular-webfont.woff") format("woff"), url("/wp-content/themes/ouroboros/assets/fonts/texgyreadventor-regular-webfont.ttf") format("truetype"), url("/wp-content/themes/ouroboros/assets/fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

li, p, h1, h2, h3, h4.h5.h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: white;
  font-family: 'texgyreadventorregular', sans-serif;
}

a {
  color: white;
}

a:hover {
  text-decoration: none;
  color: #e3d07e;
}

.btn-primary {
  background: #e3d07e;
  border: #e3d07e;
  color: black;
}

.btn-primary:hover {
  background: black;
  color: white;
}

.header {
  z-index: 2000;
	background: #c31f26!important;
}
@media(max-width:468px){
	.header {
  z-index: 2000;
	background: transparent !important;
}
}

#menu-open {
  font-size: 2.5rem;
  padding: 1rem;
  color: #514731;
  position: relative;
  z-index: 500;
}

#menu-open:hover {
  cursor: pointer;
}

#mobile-menu {
  background: black;
  position: fixed;
  top: 0rem;
  z-index: 499;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mobile-menu a {
  display: block;
  text-align: center;
  padding: 1rem 0;
}

#mobile-menu:not(.open) {
  top: -2000px;
}

.header ul.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 2rem;
}

.header ul.main-menu li {
  margin: 0 0.5rem;
}

.header ul.main-menu li a {
  display: block;
}

.header ul.main-menu li a:hover {
  text-decoration: none;
}

.header ul.main-menu li.news a, .header ul.main-menu li.music a, .header ul.main-menu li.video a, .header ul.main-menu li.tour a, .header ul.main-menu li.store a, .header ul.main-menu li.preorder a {
  font-size: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 3.6rem;
  width: 5.5rem;
  border-bottom: 2px solid transparent;
}

@media (min-width: 1100px) {
  .header ul.main-menu li.news a, .header ul.main-menu li.music a, .header ul.main-menu li.video a, .header ul.main-menu li.tour a, .header ul.main-menu li.store a, .header ul.main-menu li.preorder a {
    height: 4rem;
    width: 6rem;
  }
}

@media (min-width: 1300px) {
  .header ul.main-menu li.news a, .header ul.main-menu li.music a, .header ul.main-menu li.video a, .header ul.main-menu li.tour a, .header ul.main-menu li.store a, .header ul.main-menu li.preorder a {
    height: 4.4rem;
    width: 7rem;
  }
}

.header ul.main-menu li.news a:hover, .header ul.main-menu li.music a:hover, .header ul.main-menu li.video a:hover, .header ul.main-menu li.tour a:hover, .header ul.main-menu li.store a:hover, .header ul.main-menu li.preorder a:hover {
  border-bottom: 2px solid;
}

.header ul.main-menu li.preorder a {
  width: 8.5rem;
}

.header ul.main-menu li.preorder a:hover {
  border-bottom-color: #88180d;
}

.header ul.main-menu li.news a {
  background-image: url("/wp-content/themes/ouroboros/assets/img/news.png");
}

.header ul.main-menu li.news a:hover {
  border-bottom-color: #cb9ccc;
}

.header ul.main-menu li.video a {
  background-image: url("/wp-content/themes/ouroboros/assets/img/video.png");
}

.header ul.main-menu li.video a:hover {
  border-bottom-color: white;
}

.header ul.main-menu li.music a {
  background-image: url("/wp-content/themes/ouroboros/assets/img/music.png");
}

.header ul.main-menu li.music a:hover {
  border-bottom-color: #a39a56;
}

.header ul.main-menu li.tour a {
  background-image: url("/wp-content/themes/ouroboros/assets/img/tour.png");
}

.header ul.main-menu li.tour a:hover {
  border-bottom-color: #3fbaa6;
}

.header ul.main-menu li.store a {
  background-image: url("/wp-content/themes/ouroboros/assets/img/store.png");
}

.header ul.main-menu li.store a:hover {
  border-bottom-color: #fefe2e;
}

.header ul.main-menu li.preorder a {
  background-image: url("/wp-content/themes/ouroboros/assets/img/preorder.png");
}

.header ul.main-menu li.preorder a:hover {
  border-bottom-color: #88180d;
}

.footer {
  background: black;
}

.hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.hero__content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  max-width: 80%;
}

.hero:after {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}

.two-column p:last-child {
  margin-bottom: 0;
}

.text-area p:last-child {
  margin-bottom: 0;
}

.heading p {
  display: block;
}

.aligncenter {
  display: block;
  margin: 0px auto;
}

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

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

.discography__release__artwork {
  position: relative;
}

.discography__release__link {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
}

.discography__release__link--itunes {
  left: 40%;
}

.discography__release__link--spotify {
  left: 60%;
}

.discography__release:not(:hover) a {
  display: none;
}

.music-video {
  position: relative;
  padding: 2rem;
}

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

.music-video__container {
  width: 100%;
}

.music-video__title {
  background: #e3d07e;
  color: black;
  padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
  .music-video .music-video__container {
    max-width: 60%;
  }
  .music-video h3 {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .music-video:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .music-video:nth-child(even) h3 {
    left: 30%;
  }
}

#twitter-feed-travisband {
  -webkit-column-gap: 1em;
          column-gap: 1em;
}

@media (min-width: 992px) {
  #twitter-feed-travisband {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media only screen and (max-width: 991px) and (min-width: 540px) {
  #twitter-feed-travisband {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

#twitter-feed-travisband > * {
  display: inline-block;
  margin: 0 0 1em;
  width: 99%;
}

#twitter-feed-travisband > * .tweeter-info {
  padding: 1rem 0.5rem;
  background: white;
  border-radius: 1rem;
}

#twitter-feed-travisband > * .tweeter-info:hover {
  background: rgba(255, 255, 255, 0.95) !important;
}

#twitter-feed-travisband > *.fts-powered-by-text {
  display: none !important;
}

/*! Lity - v3.0.0-dev - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}
