/*
Theme Name: L.A. Takedown 2020
Theme URI: http://sheriffderek.consulting
Author: @sheriffderek
Author URI: http://sheriffderek.consulting
Description: A custom theme for the band L.A. Takedown
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
}
html,
body {
  cursor: default;
}
input[type="text"],
textarea,
code {
  cursor: text;
}
a,
label,
button,
input[type="radio"],
input[type="submit"],
input[type="checkbox"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
[class^="icon-"],
[class*=" icon-"] {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
figure,
picture,
.image,
.logo {
  display: block;
}
figure img,
picture img,
.image img,
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
figure svg,
picture svg,
.image svg,
.logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
text-content {
  display: block;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body .page-content {
  flex-grow: 1;
}
.page-section inner-column {
  display: block;
  width: 98%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .site-header {
    padding-top: 20px;
  }
}
p a,
h2 a,
h3 a,
h4 a,
h5 a,
li a {
  display: inline-block;
  text-decoration: underline;
}
p {
  font-family: 'helvetica';
  font-size: 16px;
  line-height: 1.4;
}
.purchase-link-list {
  display: flex;
  flex-direction: row;
  transform: translateX(-10px);
}
.purchase-link-list a {
  padding: 10px 0 10px 10px;
}
release-card {
  display: block;
  font-family: 'helvetica';
  font-size: 12px;
  line-height: 1.4;
}
release-card a {
  text-decoration: underline;
}
@media (hover: hover) {
  release-card a:hover {
    color: #a5a967;
  }
}
release-card .record-cover {
  border: 1px solid #d3d3d3;
}
release-card .title {
  font-family: 'helvetica';
  font-size: 20px;
  line-height: 1.3;
  margin-top: 10px;
}
release-card .date {
  margin-top: 5px;
}
release-card .label {
  margin-top: 5px;
}
release-card .purchase-links {
  border: 1px solid #800080;
}
release-card p {
  margin-top: 5px;
}
event-card {
  display: block;
  max-width: 500px;
  font-family: 'helvetica';
  font-size: 16px;
  line-height: 1.4;
}
event-card .title {
  font-family: 'helvetica';
  font-size: 20px;
  line-height: 1.3;
  margin: 10px 0;
}
event-card .link a {
  padding: 10px;
  text-decoration: underline;
  transform: translateX(-10px);
}
.page-section.releases .release-list {
  display: flex;
  flex-direct: row;
  flex-wrap: wrap;
}
.page-section.releases .release-list .release {
  flex-basis: 300px;
  margin-bottom: 60px;
  margin-right: 30px;
}
.page-section.events .no-shows-message {
  font-family: 'helvetica';
  font-size: 20px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 200;
}
.page-section.events .events-break {
  margin: 40px 0;
}
.page-section.events .past-heading {
  font-family: 'helvetica';
  font-size: 20px;
  line-height: 1.3;
  margin: 20px 0 40px;
  opacity: 0.5;
}
.page-section.events .event + .event {
  margin-top: 40px;
}
.event-spotlight {
  margin-top: 20px;
  font-family: 'helvetica';
  font-size: 16px;
  line-height: 1.4;
}
.event-spotlight a {
  text-decoration: underline;
}
.event-spotlight .theme-image {
  width: 80%;
  max-width: 400px;
  border: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
.event-spotlight .title {
  font-family: 'helvetica';
  font-size: 40px;
  line-height: 1.1;
}
.event-spotlight .date {
  font-family: 'helvetica';
  font-size: 20px;
  line-height: 1.3;
  opacity: 0.6;
  margin-bottom: 5px;
}
.event-spotlight .line-up {
  margin-top: 20px;
  margin-bottom: 20px;
}
.event-spotlight .line-up h2 {
  font-family: 'helvetica';
  font-size: 20px;
  line-height: 1.3;
}
.event-spotlight .act-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.event-spotlight .act-list .act {
  margin-right: 10px;
}
.event-spotlight .act-list .act:not(:last-of-type):after {
  content: ', ';
}
.event-spotlight .mc {
  margin-top: 10px;
  font-style: italic;
}
.event-spotlight .start-time {
  margin-top: 10px;
}
.event-spotlight .fb-invite {
  margin-top: 10px;
}
.event-spotlight .description {
  margin-top: 40px;
}
@media (min-width: 940px) {
  .event-spotlight inner-column {
    display: flex;
    flex-basis: row;
  }
  .event-spotlight info {
    padding-left: 40px;
  }
}
body.page-id-20250 .site-header,
body.page-id-20250 .site-footer {
  display: none;
  pointer-events: none;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}
body.page-id-20250 .logo {
  width: 100%;
  max-width: 180px;
}
body.page-id-20250 .logo .la {
  fill: rgba(1,6,14,0.5);
}
body.page-id-20250 .logo .takedown {
  fill: #01060e;
}
body.page-id-20250 a {
  color: inherit;
}
body.page-id-20250 .stuff inner-column {
  display: flex;
  flex-direction: column;
}
body.page-id-20250 .network-list {
  display: flex;
  flex-direction: row;
  transform: translateX(-7px);
  margin-top: 2px;
}
body.page-id-20250 .network-list .network {
  width: 30px;
  height: 30px;
  padding: 5px;
}
body.page-id-20250 .record-cover {
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
body.page-id-20250 .links-to-buy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transform: translate(-10px, 0);
}
body.page-id-20250 .links-to-buy a {
  display: block;
  text-decoration: underline;
  padding: 10px;
}
body.page-id-20250 .event-list,
body.page-id-20250 .detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-id-20250 .event-list .event + .event {
  margin-top: 1rem;
}
body.page-id-20250 .detail-list .detail {
  font-size: 11px;
}
body.page-id-20250 .detail-list .date {
  font-size: 13px;
}
body.page-id-20250 .detail-list .link {
  text-decoration: underline;
  font-size: 15;
  margin-top: 0.2rem;
}
body.page-id-20250 .past {
  font-size: 13px;
}
body.page-id-20250 .past a {
  text-decoration: underline;
}
body.page-id-20250 .section-title {
  display: none;
}
@media (max-width: 899px) {
  body.page-id-20250 {
    padding-bottom: 100px;
  }
  body.page-id-20250 .content-toggle {
    display: none;
  }
  body.page-id-20250 video-background {
    display: none;
  }
  body.page-id-20250 .stuff section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.page-id-20250 .stuff .section-heading {
    font-family: 'helvetica';
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(1,6,14,0.5);
  }
  body.page-id-20250 .stuff .branding {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  body.page-id-20250 .stuff .branding .logo {
    max-width: 140px;
  }
  body.page-id-20250 .stuff .record-cover {
    width: 85%;
    max-width: 400px;
  }
  body.page-id-20250 .stuff .event-list {
    font-family: 'helvetica';
    font-size: 16px;
    line-height: 1.4;
  }
  body.page-id-20250 .stuff .detail-list .detail {
    font-size: 14px;
  }
  body.page-id-20250 .stuff .detail-list .date {
    font-size: 16px;
  }
  body.page-id-20250 .stuff .detail-list .link {
    text-decoration: underline;
    font-size: 16;
    margin-top: 0.2rem;
  }
  body.page-id-20250 .links-to-buy {
    font-family: 'helvetica';
    font-size: 16px;
    line-height: 1.4;
  }
  body.page-id-20250 .overlay,
  body.page-id-20250 .controls {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
    display: none;
    pointer-events: none;
  }
}
body.page-id-20250 .logo svg #la,
body.page-id-20250 .logo svg #takedown {
  fill: #000;
}
body.page-id-20250 section.page-section.stuff inner-column section div,
body.page-id-20250 section.page-section.stuff inner-column section button {
  color: #000;
}
body.page-id-20250 .new-album-cover {
  display: none;
}
@media (min-width: 900px) {
  body.page-id-20250 .new-album-cover {
    display: block;
    min-height: 80vh;
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    flex-direction: column;
  }
  body.page-id-20250 .page-section.stuff {
    transition-delay: 5s;
    opacity: 1;
    pointer-events: initial;
  }
  body.page-id-20250.video-loaded .overlay .branding {
    pointer-events: initial;
    opacity: 1;
  }
  body.page-id-20250.video-loaded .overlay {
    pointer-events: initial;
  }
  body.page-id-20250 .page-section inner-column {
    position: static;
    width: 100%;
    max-width: initial;
    padding: 0;
  }
  body.page-id-20250 video-background {
    display: block;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
  }
  body.page-id-20250 video-background iframe {
    display: block;
    width: 100vw;
    height: 80vw /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 - but mine is ~5x4*/;
    min-height: 100vh;
    min-width: 132vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 - but mine is ~5x4**/
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(1.1);
  }
  body.page-id-20250 .promo {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
    pointer-events: none;
    display: none;
  }
  body.page-id-20250 .stuff {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 2rem 1.7rem;
    opacity: 0;
    pointer-events: none;
    transition: 3s;
  }
  body.page-id-20250 .stuff inner-column {
    flex-direction: row;
    align-items: flex-end;
  }
  body.page-id-20250 .stuff section {
    position: relative;
  }
  body.page-id-20250 .stuff section * {
    user-select: none;
  }
  body.page-id-20250 .stuff section .section-heading {
    display: none;
  }
  body.page-id-20250 .stuff section .content {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 2rem;
    width: 180px;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    opacity: 0;
    pointer-events: none;
    transition: 0.15s;
  }
  body.page-id-20250 .stuff section .content.active {
    opacity: 1;
    pointer-events: initial;
    transition-delay: 0.2s;
    transform: translateY(0);
    max-height: 600px;
    overflow: auto;
  }
  body.page-id-20250 .stuff .about {
    order: 1;
  }
  body.page-id-20250 .stuff .upcoming {
    order: 2;
  }
  body.page-id-20250 .stuff .contact {
    order: 3;
  }
  body.page-id-20250 .stuff .record {
    order: 4;
  }
  body.page-id-20250 .stuff .record .content {
    width: 210px;
  }
  body.page-id-20250 .stuff .other-records {
    order: 5;
  }
  body.page-id-20250 .stuff .controls {
    order: 6;
    margin-left: auto;
  }
  body.page-id-20250 .content-toggle {
    display: block;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0.2rem 2rem;
    color: rgba(255,255,255,0.95);
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  body.page-id-20250 .content-toggle * {
    pointer-events: none /* note! */;
  }
  body.page-id-20250 .content-toggle:focus {
    outline: 0;
  }
  body.page-id-20250 .stuff .content p,
  body.page-id-20250 .stuff .content li {
    font-family: 'helvetica';
    font-size: 12px;
    line-height: 1.4;
  }
  body.page-id-20250 .stuff .branding {
    padding-bottom: 2px;
    margin-right: 20px;
  }
  body.page-id-20250 .stuff .branding .logo {
    max-width: 150px;
  }
  body.page-id-20250 .stuff .branding .la {
    fill: #fff;
  }
  body.page-id-20250 .stuff .branding .takedown {
    fill: rgba(255,255,255,0.95);
  }
  body.page-id-20250 .stuff .about .content {
    width: 800px;
    max-width: 320px;
  }
  body.page-id-20250 .stuff .upcoming .no-shows-message p + p {
    margin-top: 7px;
  }
  body.page-id-20250 .stuff .contact .content {
    padding-bottom: 3px;
  }
  body.page-id-20250 [rel='toggle-video'] {
    display: block;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0.2rem 0.5rem;
    color: rgba(255,255,255,0.95);
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
    transition-delay: 0.5s;
  }
  body.page-id-20250 [rel='toggle-video']:focus {
    outline: 0;
  }
  body.page-id-20250 .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #808080;
    opacity: 1;
    transition: opacity 1s;
    pointer-events: none;
    z-index: 10;
  }
  body.page-id-20250 .overlay .branding {
    max-width: 360px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    user-select: none;
    opacity: 0;
    transition: 2s;
  }
  body.page-id-20250 .overlay .branding * {
    pointer-events: none;
  }
  body.page-id-20250 .overlay .click-suggestion {
    color: #01060e;
    opacity: 0.3;
    text-align: center;
    font-family: 'helvetica';
    font-size: 12px;
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  body.page-id-20250 .overlay.fly-away {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 900px) and (hover: hover) {
  body.page-id-20250 .branding:hover .click-suggestion {
    opacity: 0.7;
  }
}
.main-nav {
  font-family: 'helvetica';
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}
.main-nav .menu {
  display: flex;
  flex-direction: row;
}
.main-nav a {
  padding: 10px;
}
.site-header .menu,
.site-footer .menu {
  transform: translate(-10px, 0);
}
.site-header .current-menu-item a,
.site-footer .current-menu-item a {
  color: #a5a967;
}
.site-header .site-title {
  font-family: 'helvetica';
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
}
.site-header .logo {
  max-width: 140px;
  margin-top: 20px;
}
.site-header .logo .la {
  fill: rgba(1,6,14,0.5);
}
.site-header .logo .takedown {
  fill: #01060e;
}
@media (min-width: 500px) {
  .site-header inner-column {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .site-header .main-nav {
    margin-left: 30px;
  }
}
.page-title {
  margin: 40px 0;
  font-family: 'helvetica';
  font-size: 40px;
  line-height: 1.1;
}
.site-footer inner-column {
  padding-top: 60px;
  padding-bottom: 60px;
}
.site-footer .legal {
  font-family: 'helvetica';
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.5;
}
