@keyframes short-press {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

main .container {
  justify-content: center;
}

.fa,
.fab,
i {
  opacity: 0.5;
  font-size: 14px;
  position: relative;
  top: -2px;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-bottom: 25px;
}

.glow-on-hover {
  display: block;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 13.5%;
  width: 100%;
  height: 100%;
  outline: none;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transform: scale(1.01);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 13.5%;
}

.glow-on-hover:active:after {
  background: rgb(0, 0, 0);
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  content: "";
  position: absolute;
  background: rgb(0, 0, 0);
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 13.5%;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.axiom {
  color: #000 !important;
  font-weight: 600;
  font-style: italic;
}
.axiom:hover {
  cursor: pointer;
  color: #000 !important;
  text-shadow: 1px 2px 4px #acacac;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 0;
  transition: all 0.35s ease-in-out;
  list-style-type: none;
  text-align: center;
  color: #000;
}
.socials li {
  flex: 0 0 72%;
  margin: 0 auto;
  margin-top: 0;
  text-align: center;
  transition: all 0.35s ease-in-out;
  text-align: left;
}
.socials li a {
  display: block;
  width: 100%;
  transition: all 0.35s ease-in-out;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #fff;
}
.socials li a i {
  display: inline-block;
  font-size: 20px;
  top: 4px;
  width: 25px;
  margin-right: 8px;
  color: #fff;
  text-align: left;
  transition: all 0.35s ease-in-out;
}
.socials li a span {
  color: #fff;
  transition: all 0.35s ease-in-out;
}
.socials li a i, .socials li a span {
  color: #fff;
  opacity: 1;
}
.socials.flex {
  display: flex;
  width: 100%;
  text-align: center;
}
.socials.flex li {
  flex: 0 0 25%;
  text-align: center;
}
.socials.flex li i {
  margin: 0 !important;
  margin-right: 0 !important;
}

.card-container {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
  margin-bottom: 35px;
}

.phonix-card {
  position: relative;
  box-shadow: 0 19px 38px rgba(4, 19, 34, 0.3), 0 15px 12px rgba(4, 19, 34, 0.2);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: rgba(255, 255, 255, 0.75);
  padding: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 325px;
  /* Remove this if you don't want the 3D effect */
  margin: 0;
  position: relative;
  left: 0;
  right: 0;
  transition: all 0.15s ease;
}
.phonix-card .container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  /* This container is needed to position the front and back side */
  text-align: center;
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
.phonix-card .container a {
  color: #fff;
  font-size: 16px;
}
.phonix-card .container .logo {
  display: block;
  position: relative;
  opacity: 1;
  top: 0;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .phonix-card .container .logo {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  .phonix-card .container .logo {
    width: 100%;
    min-width: 0;
    margin-bottom: 3px;
  }
}
.phonix-card .container .logo.stacked {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 375px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.phonix-card .container .photo img {
  width: 30%;
  margin-top: -30px;
  margin-bottom: 20px;
}
.phonix-card .container .tagline,
.phonix-card .container .social {
  position: relative;
}
.phonix-card .container .tagline {
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.35;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .phonix-card .container .tagline {
    line-height: 1.6;
  }
}
@media screen and (max-width: 450px) {
  .phonix-card .container .tagline {
    font-size: 16px;
  }
}
.phonix-card .container ul {
  list-style-type: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.phonix-card .container ul li {
  position: relative;
  top: -10px;
}
.phonix-card .container ul li i {
  font-size: 26px;
  color: #fff;
  opacity: 1;
}
.phonix-card .container ul li span {
  font-size: 20px;
}
.phonix-card .container .cta {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: -15px;
}
.phonix-card .container .front,
.phonix-card .container .back {
  /*
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    */
  transition: all 0.3s ease;
  /* Safari */
  backface-visibility: hidden;
}
.phonix-card .container .back {
  opacity: 0;
  height: 0;
}
.phonix-card:hover {
  /* Do an horizontal flip when you move the mouse over the flip box container */
}
.axiom-logo {
  display: inline;
}
.axiom-logo img {
  display: inline;
  max-height: 17.5px;
  width: auto;
}

.photos {
  margin-top: 35px;
}
.photos .slider {
  width: 100%;
  max-width: 48vw;
}
@media all and (max-width: 991px) {
  .photos .slider {
    max-width: 75vw;
  }
}
.photos img {
  width: 100%;
  height: auto;
  max-width: 45vw;
}
@media all and (max-width: 991px) {
  .photos img {
    max-width: 90vw;
  }
}

.bio {
  font-size: 22px;
  margin-top: 35px;
  font-style: italic;
}
.bio p {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

#mailchimp .close svg {
  background: #910000;
}
#mailchimp .modal-body {
  background: transparent;
}
#mailchimp .modal-body #mc_embed_signup {
  background: rgba(0, 0, 0, 0.6);
}

#mc_embed_signup {
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 40px 10px 35px;
  max-width: 350px;
  width: 100%;
  border-radius: 5px;
  margin: 0;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  #mc_embed_signup {
    margin: 0 auto;
  }
}
#mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form h3 {
  color: #d1d1d1;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}
#mc_embed_signup #mc-embedded-subscribe-form .indicates-required {
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 35px;
  text-align: center;
}
#mc_embed_signup #mc-embedded-subscribe-form .indicates-required .asterisk {
  color: #e31b23;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
  font-size: 14px;
  max-width: 250px;
  position: relative;
  margin: 0 auto;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group::after {
  content: attr(aria-label);
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input {
  width: 65%;
  margin-bottom: 30px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(126, 126, 126);
  padding: 0;
  padding-left: 10px;
  border-radius: 3px;
  width: 250px;
  height: 38px;
  font-size: 14px;
  color: #000000;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input:not(:-moz-placeholder-shown) + label {
  top: -2px;
  left: 5px;
  font-size: 12px;
  color: #ffffff;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input:focus + label, #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input:not(:placeholder-shown) + label {
  top: -2px;
  left: 5px;
  font-size: 12px;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input {
    width: 100%;
  }
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label {
  position: absolute;
  top: 28px;
  left: 12px;
  bottom: 50%;
  height: 100%;
  transform: translateY(-50%);
  width: 250px;
  height: 38px;
  color: #000000;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.35s ease all;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label .asterisk {
  position: absolute;
  top: -5px;
  margin-left: 2px;
  font-size: 12px;
  color: #e31b23;
}
@media all and (max-width: 768px) {
  #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group label {
    width: 100%;
  }
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#mc_embed_signup #mc-embedded-subscribe-form .button {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 1px;
  height: 38px;
  width: 120px;
  line-height: 38px;
  overflow: hidden;
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
  box-shadow: 1px 3px 10px rgba(59, 59, 59, 0.1);
  border: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
}
#mc_embed_signup #mc-embedded-subscribe-form .button:hover, #mc_embed_signup #mc-embedded-subscribe-form .button:focus {
  background: red;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#mc_embed_signup #mc-embedded-subscribe-form .foot {
  display: block !important;
}

.modal-wrapper {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
}
.modal-wrapper h2 {
  text-align: center;
}
.modal-wrapper strong {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}
.modal-wrapper img {
  width: 100%;
  max-width: 300px;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
}
.modal-wrapper:target .modal-body {
  opacity: 1;
  transform: translateY(1);
}
.modal-wrapper .modal-body {
  text-align: center;
  background: black;
  color: #fff;
  padding: 40px;
  max-width: 500px;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .modal-wrapper .modal-body {
    max-width: 90% !important;
  }
}
.modal-wrapper .outside-trigger {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-wrapper .close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 16px;
  text-decoration: none;
  width: 16px;
  color: #fff;
}
.modal-wrapper .close svg {
  width: 16px;
}
.modal-wrapper .modal-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.hex-grid {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-image: url("./hex-bg.svg");
  background-size: cover;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.1;
  background-blend-mode: screen;
  background-color: #111111;
}

.logo {
  max-width: 225px;
  margin-bottom: 5px;
}

.mailchimp-cta {
  display: inline-block;
  position: relative;
}
.mailchimp-cta i {
  top: 0.2px;
  margin-right: 3px;
}

.current-post {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  border: 1px solid #d1d1d1 !important;
  width: 100%;
  margin: 0 auto;
  margin: 0;
  position: relative;
  top: -235px;
  margin-bottom: -350px;
}
@media all and (max-width: 768px) {
  .current-post {
    margin-bottom: 120px;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
@media all and (max-width: 1600px) {
  .container {
    max-width: 90%;
  }
}
@media all and (max-width: 991px) {
  .container {
    max-width: 90%;
    flex-wrap: wrap;
  }
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  z-index: 1;
  background-color: rgb(0, 0, 0);
  color: #d1d1d1;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  overflow-x: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
}
body .left,
body .right {
  text-align: left;
}
body .left {
  flex: 0 0 75%;
  padding-right: 6%;
}
body .right {
  flex: 0 0 40%;
  align-items: baseline;
}
body a {
  color: #d1d1d1;
  text-decoration: none;
  transition: all 0.3s ease;
}
body a:active, body a:focus, body a:visited {
  color: #d1d1d1;
}
#soundcloud {
  margin-top: 5%;
}
#soundcloud li {
  margin-bottom: 5%;
  color: #000;
  font-size: 12px;
  font-style: italic;
  list-style-type: none;
}
#soundcloud li a {
  color: #000;
  text-decoration: none;
}
#soundcloud iframe {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
  height: 175px;
}

#instagram {
  display: none;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 7.5%;
  margin-bottom: 3.5%;
}
#instagram ul {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-evenly;
}
#instagram ul li {
  flex: 0 0 30% !important;
}
#instagram ul li:first-of-type {
  margin-left: 0;
}
#instagram ul li:last-of-type {
  margin-right: 0;
}
#instagram .instagram-media {
  width: 100%;
}
@media all and (max-width: 1150px) {
  #instagram ul {
    flex-wrap: wrap;
  }
  #instagram ul li {
    flex: 0 0 45% !important;
    margin: 0;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 991px) {
  #instagram ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  #instagram ul li:last-of-type {
    margin-bottom: -50px;
  }
}

header {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding-top: 35px;
  padding-bottom: 25px;
  background-size: cover;
  background-position-y: center;
  color: #000;
  padding-bottom: 5%;
}
@media all and (min-width: 1201px) {
  header {
    background-size: contain;
    background-position-x: 50%;
  }
}
@media all and (max-width: 475px) {
  header {
    background-position-x: 27%;
  }
}
header .container {
  position: relative;
  flex-wrap: nowrap;
  /*align-items: center;*/
}
@media all and (max-width: 991px) {
  header .container {
    flex-wrap: wrap;
  }
}
header p small {
  display: block;
  opacity: 0.9;
  max-width: 295px;
  font-size: 14px;
}
header .left {
  flex: 0 0 50%;
  flex-wrap: wrap;
}
header .left h1 {
  color: white;
  font-size: 48px;
  margin: 0;
}
@media all and (max-width: 768px) {
  header .left {
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
}
header .right {
  flex: 0 0 42%;
  flex-wrap: wrap;
}
header .right h4 {
  margin-top: 0;
  margin-bottom: 0px;
  color: white;
}
header .right p {
  margin-bottom: -5px;
}
header .right .pay a {
  margin-right: 10px !important;
}
header .right .pay .ra-cta {
  margin-top: -6px;
  margin-left: -10px;
}
@media all and (max-width: 768px) {
  header .right {
    flex: 0 0 100%;
    text-align: left;
  }
  header .right .pay {
    justify-content: left;
    margin-left: 0px;
  }
  header .right .pay .ra-cta {
    margin-left: 10px;
  }
}
header .bottom {
  display: none !important;
  flex: 0 0 100%;
  display: flex;
  margin-top: 250px;
  text-align: left;
  flex-wrap: wrap;
}
header .bottom .container {
  max-width: 100%;
  align-items: flex-end;
}
header .bottom .container .left,
header .bottom .container .right {
  flex: 0 0 48%;
}
header .bottom h2 {
  font-size: 28px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 5px;
}
header .bottom p {
  margin-bottom: 5px;
  font-weight: 300;
}

main {
  background: rgb(0, 0, 0);
}
@media all and (max-width: 768px) {
  main {
    margin-top: 25px;
  }
}
main .container {
  display: flex;
  flex-wrap: wrap;
}
main a {
  color: #d1d1d1;
  text-decoration: none;
}
main a:active, main a:focus, main a:visited {
  color: #fff;
}
main button {
  background: #fff;
  color: red;
  padding: 10px;
  outline: none;
  box-shadow: none;
  border: 1px solid rgb(255, 255, 255);
  color: #fff;
}
main button i {
  top: 0px;
  opacity: 0.75;
  color: #fff;
}
main button i:before {
  color: #fff;
}
main button a {
  color: #fff;
  text-transform: uppercase;
}
main button a i {
  top: 0px;
  opacity: 0.75;
  color: #fff;
}
main button a i:before {
  color: #fff;
}
main .center {
  flex: 0 0 100%;
}
main .left,
main .right {
  padding-top: 80px;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 991px) {
  main .left,
  main .right {
    padding-top: 50px !important;
  }
}
main .left .recent {
  display: flex;
}
main .left .recent .poster,
main .left .recent .talent {
  flex: 0 0 50%;
}
main .left .recent .poster li,
main .left .recent .talent li {
  margin-right: 20px !important;
}
main .left .recent .poster img,
main .left .recent .talent img {
  margin: 0;
  width: 100%;
  top: 0;
}
main .left .recent .talent {
  padding-left: 16%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
main .left .recent .talent ul {
  margin-left: 0;
  padding-left: 0;
  padding-left: 0px;
  list-style-type: disc;
  align-items: center;
  height: 100%;
}
main .left .recent .talent ul li {
  margin-bottom: 9px;
  border: 1px solid;
}
main .right {
  justify-content: left;
}
@media all and (max-width: 1550px) {
  main .right {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 991px) {
  main .right {
    align-items: top;
    align-content: normal;
    justify-content: left;
    text-align: left;
  }
  main .right .current-post {
    max-width: 475px;
    margin-bottom: 100px;
  }
  main .right #mc_embed_signup {
    display: block;
    max-width: 475px;
    margin: 0 !important;
  }
}
main .pay {
  justify-content: left;
  align-items: center;
}
main .pay a {
  margin-left: 0;
}
main .pay a:first-of-type {
  margin-left: -10px;
}
main .tiers {
  margin-left: 0;
  padding-left: 0;
  padding-left: 0px;
  list-style-type: disc;
  align-items: center;
}
main .tiers li {
  display: block;
  text-align: left;
}
main .tiers li span {
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 5px;
  font-size: 80%;
}
main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
main ul li {
  display: inline-block;
  margin-left: 0;
  margin-right: 20px;
}
main ul li:last-of-type {
  margin-right: 0;
}
main hr {
  max-width: 700px;
  opacity: 0.5;
  margin-top: 25px;
}
main h1 {
  margin-bottom: -30px;
  font-size: 52px;
}
main p {
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  main .left,
  main .right {
    flex: 0 0 100%;
  }
}
main .details {
  display: block;
  max-width: 550px;
}
main .details h3 {
  display: block;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  color: white;
}
main .details .pay {
  padding-left: 20px;
}
main .details .lineup li {
  margin-top: 18px;
}
main .details .lineup li i {
  font-size: 22px;
  margin-top: 15px;
  margin-left: 5px;
  text-indent: 15px;
  transition: all 0.3s ease;
}
main .details .lineup li i:hover {
  color: white;
  opacity: 1;
}
main .details .lineup li img {
  display: block;
  max-width: 350px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
main .details .lineup li img:hover {
  border: 1px solid #e31b23;
}

footer {
  display: block;
  background: #000;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
  border-top: 1px solid #888888;
  max-width: 90%;
  text-align: center;
}
footer .container {
  justify-content: center;
}
footer i {
  font-size: 14px;
  position: relative;
  top: 1px;
}/*# sourceMappingURL=style.css.map */