/*
Theme Name: OurStage
Theme URI:
Version: 1
Author: Andy Fear
Author URI:
Description:
License: GNU General Public License v2 or later
*/
/* Imports */
/* Reset */
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;
}

/* Variables */
/* Mixins */
/* Buttons */
.btn.yellow {
  display: inline-block;
  user-select: none;
  padding: 0.6em 0.9em;
  border: none;
  border-radius: 30px;
  background-color: #e7d645;
  color: #282728;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 780px) {
  .btn.yellow {
    font-size: 0.8rem;
  }
}
.btn.yellow:hover {
  filter: brightness(1.1);
}
.btn.pink {
  display: inline-block;
  user-select: none;
  padding: 0.6em 0.9em;
  border: none;
  border-radius: 30px;
  background-color: #130c19;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 780px) {
  .btn.pink {
    font-size: 0.8rem;
  }
}
.btn.pink:hover {
  filter: brightness(1.1);
}
.btn.primary {
  display: inline-block;
  user-select: none;
  padding: 0.6em 0.9em;
  border: none;
  border-radius: 30px;
  background-color: #7b54f0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 780px) {
  .btn.primary {
    font-size: 0.8rem;
  }
}
.btn.primary:hover {
  filter: brightness(1.1);
}
.btn.dark {
  display: inline-block;
  user-select: none;
  padding: 0.6em 0.9em;
  border: none;
  border-radius: 30px;
  background-color: #282728;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 780px) {
  .btn.dark {
    font-size: 0.8rem;
  }
}
.btn.dark:hover {
  filter: brightness(1.1);
}
.btn.large {
  font-size: 1rem;
}
.btn.medium {
  font-size: 0.8rem;
}
.btn.medium-small {
  font-size: 0.7rem;
}
.btn.small {
  font-size: 0.5rem;
}
.btn.inlineLeft {
  margin-right: 1em;
}
.btn.inlineRight {
  margin-left: 1em;
}
.btn.last {
  margin-bottom: 1.6em;
}
.btn.label {
  cursor: default;
}
.btn.text-toggle {
  display: none;
}

/* Animations */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Classes */
.ellipsify {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.normal {
  font-weight: normal;
}

.smaller {
  font-size: 0.6em;
  font-weight: normal;
}

.grey {
  color: rgb(142.9367088608, 140.0632911392, 142.9367088608);
}

@font-face {
  font-family: Monseratt;
  src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Monseratt;
  font-style: italic;
  src: url(fonts/Montserrat-Italic.ttf);
}
@font-face {
  font-family: Monseratt;
  font-weight: bold;
  src: url(fonts/Montserrat-SemiBold.ttf);
}
html {
  font-size: 19px;
}
@media (max-width: 780px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: Monseratt, sans-serif;
}

a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
a:hover {
  border-bottom: 1px solid;
}

h1, h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  line-height: 1;
}
h1 a, h2 a {
  border: none;
}
@media (max-width: 780px) {
  h1, h2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

h1 {
  margin-bottom: 0.6em;
}

h2 {
  font-size: 1.5rem;
}
@media (max-width: 780px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (max-width: 780px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  font-size: 1rem;
  color: rgb(142.9367088608, 140.0632911392, 142.9367088608);
  margin-bottom: 0.8em;
}

p {
  margin-bottom: 1.4em;
  line-height: 2;
}
p.lyrics {
  font-family: Courier, monospace;
  font-size: 0.725em;
  white-space: pre-wrap;
  word-break: break-word;
}

ul, ol {
  margin-left: 1rem;
}
ul li, ol li {
  margin-bottom: 0.8em;
  line-height: 2;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Main */
html {
  color: #282728;
  background: #ffffff;
}

header .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #130c19;
  padding: 30px;
}
header .navigation .headerText {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 780px) {
  header .navigation .headerText {
    font-size: 1.6rem;
  }
}
@media (max-width: 780px) {
  header .navigation {
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
}
header .navigation a {
  border: none;
}
header .navigation img {
  display: block;
  width: 240px;
}
@media (max-width: 780px) {
  header .navigation img {
    width: 50%;
    margin: 0px auto 20px;
  }
}

section {
  display: grid;
}
@media (min-width: 781px) {
  section {
    grid-template-columns: minmax(20%, 460px) auto;
  }
}
@media (max-width: 780px) {
  section {
    grid-template-columns: 100%;
  }
}
@media (min-width: 781px) {
  section aside, section article {
    padding: 30px;
  }
}
@media (max-width: 780px) {
  section aside, section article {
    width: calc(100% - 2 * 20px);
    padding: 20px;
  }
}
section aside {
  background: rgb(39.9513513514, 25.2324324324, 52.5675675676);
  color: #ffffff;
  text-align: center;
}
@media (min-width: 781px) {
  section aside {
    min-height: 100vh;
  }
}
section aside h2 {
  font-size: 1.8rem;
  margin-bottom: 0.6em;
}
@media (max-width: 780px) {
  section aside h2 {
    font-size: 1.4rem;
  }
}
section aside h2, section aside a {
  color: #ffffff;
}
@media (min-height: 660px) and (min-width: 781px) {
  section aside .amazingPromoContent {
    position: sticky;
    top: 1rem;
  }
}
@media (max-width: 780px) {
  section aside {
    display: none;
  }
  section aside.showOnMobile {
    display: block;
  }
}
section article h2, section article a {
  color: #130c19;
}
@media (min-width: 781px) {
  section article {
    margin-bottom: calc(65px + 2 * 30px);
  }
}
@media (max-width: 780px) {
  section article {
    margin-bottom: calc(50px + 2 * 20px);
  }
}

.homeCategories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1px;
  margin-bottom: 30px;
}
@media (max-width: 780px) {
  .homeCategories {
    grid-template-columns: 1fr 1fr;
  }
}
.homeCategories a {
  display: block;
  padding: 0.8em 0.2em;
  background: #7b54f0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  border: none;
}
.homeCategories a:hover {
  background: rgb(141.0967741935, 107.4435483871, 242.0564516129);
}

.homeIconLink {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 0.25em;
  background: #130c19;
  text-indent: -999rem;
  border: none;
}
.homeIconLink:hover {
  border: none;
}

.mobileAmazingInfo {
  display: none;
}
@media (max-width: 780px) {
  .mobileAmazingInfo {
    display: grid;
    text-align: center;
    padding: 20px;
    background: #e7d645;
  }
  .mobileAmazingInfo h2 {
    font-size: 1.6rem;
  }
  .mobileAmazingInfo h4 {
    color: #282728;
    text-transform: uppercase;
  }
  .mobileAmazingInfo .btn {
    width: fit-content;
    margin: auto;
  }
}

/* Posts */
.postExcerpt {
  margin-bottom: 1.4em;
  padding-bottom: 0.4em;
}

.postExcerpt:not(:last-child) {
  border-bottom: 1px solid rgb(238.6101265823, 238.1898734177, 238.6101265823);
}

.postContent img {
  display: block;
  border-radius: 0.6em;
}
.postContent .wp-block-image {
  margin-bottom: 2em;
}
.postContent .wp-block-embed__wrapper {
  position: initial;
}
.postContent .wp-block-embed__wrapper iframe {
  display: block;
  margin: auto;
  width: 40vw !important;
  height: 22.48vw !important;
  border-radius: 0.6em !important;
}
@media (max-width: 780px) {
  .postContent .wp-block-embed__wrapper iframe {
    width: 100vw !important;
    height: 56.2vw !important;
  }
}
.postContent .wp-element-caption {
  text-align: center;
  font-size: 0.8em;
  font-style: italic;
  color: rgb(168.1139240506, 165.8860759494, 168.1139240506);
}

/* Older YouTube Embeds & OurStage Embeddable Player */
iframe {
  display: block !important;
  margin: auto !important;
  width: 40vw !important;
  border-radius: 0.6em !important;
}
iframe.amazingplayer {
  height: 120px !important;
  margin-bottom: 2em !important;
}
@media (max-width: 780px) {
  iframe {
    width: 100% !important;
  }
}

/* Misc */
.divider {
  background: #7b54f0;
  width: 100%;
  height: 1.2rem;
}
@media (max-width: 780px) {
  .divider {
    height: 10px;
  }
}

.footerInfo {
  margin-top: 30px;
  text-align: center;
  font-size: 0.8rem;
  color: rgb(193.2911392405, 191.7088607595, 193.2911392405);
}
.footerInfo a {
  font-size: 1.25em;
  line-height: 2;
}

.flexItems {
  display: flex;
  justify-content: start;
  align-items: center;
}

.pagination a {
  display: block;
  background: #130c19;
  font-weight: bold;
  color: #ffffff;
  padding: 0.4em 0.8em;
  border: none;
}
.pagination a:first-child {
  margin-right: 1em;
}

.multiTruncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.alignleft {
  float: left;
  margin-right: 0.8em;
  margin-top: 0.6em;
}

.alignright {
  float: right;
  margin-left: 0.8em;
  margin-top: 0.6em;
}

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

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