body {
  background: red;
}

/* Medeia Custom styles */
body, html {
  height: 100%;
  width: 100%;
}

div {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  color: #535453;
  background: white;
  font-size: 12px;
  line-height: 16px;
}

em {
  font-style: normal;
}

p a, p a:visited, p a:link, .pics a, .pics a:visited, .pics a:link {
  color: #535453;
  border-bottom: 1px solid #A5822E;
  text-decoration: none;
}
p a:hover, .pics a:hover {
  color: white;
  border-bottom: 1px solid white;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

p {
  margin-bottom: 1em;
}

h1 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 22px;
  padding: 16px 0;
  text-align: center;
  color: #A5822E;
}

h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #A5822E;
  padding: 10px 0;
  margin: 60px 0px 20px 0;
}

h3 {
  margin-bottom: 0em;
  font-size: 1.2em;
  text-transform: uppercase;
}

.container {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding-bottom: 40px;
  }
}
.oldie .container {
  padding-bottom: 40px;
}
@media (mobile-only) {
  .container {
    padding-bottom: 40px;
  }
}

.header {
  text-align: center;
}
.action-toggle {
  display: none;
}
@media (max-width: 767px) {
  .action-toggle {
    display: block;
    position: absolute;
    top: 7px;
    right: 12px;
  }
}
.oldie .action-toggle {
  display: block;
  position: absolute;
  top: 7px;
  right: 12px;
}
@media (mobile-only) {
  .action-toggle {
    display: block;
    position: absolute;
    top: 7px;
    right: 12px;
  }
}

@media (min-width: 768px) {
  .actions {
    background: white;
    position: relative;
    margin: 60px auto 120px auto;
    padding: 20px;
  }
  .actions h1 {
    padding: 0;
    margin: 0 0 12px 0;
    color: #A5822E;
  }
}
.oldie .actions {
  background: white;
  position: relative;
  margin: 60px auto 120px auto;
  padding: 20px;
}
.oldie .actions h1 {
  padding: 0;
  margin: 0 0 12px 0;
  color: #A5822E;
}
@media (medium) {
  .actions {
    background: white;
    position: relative;
    margin: 60px auto 120px auto;
    padding: 20px;
  }
  .actions h1 {
    padding: 0;
    margin: 0 0 12px 0;
    color: #A5822E;
  }
}
.actions em {
  color: #A5822E;
}

.sidebar {
  overflow: auto;
  background: white;
  padding-bottom: 30px;
}
.sidebar .fb, .sidebar .shows, .sidebar .ffm {
  overflow: auto;
}
@media (min-width: 768px) {
  .sidebar .fb, .sidebar .shows, .sidebar .ffm {
    width: 50%;
    float: left;
    display: inline-block;
  }
}
.oldie .sidebar .fb, .oldie .sidebar .shows, .oldie .sidebar .ffm {
  width: 50%;
  float: left;
  display: inline-block;
}
@media (medium) {
  .sidebar .fb, .sidebar .shows, .sidebar .ffm {
    width: 50%;
    float: left;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .sidebar .fb {
    padding: 0 10px 0 0px;
  }
  .sidebar .shows {
    padding: 0 10px 0 10px;
  }
  .sidebar .ffm {
    padding: 0 0 0 10px;
  }
}
.oldie .sidebar .fb {
  padding: 0 10px 0 0px;
}
.oldie .sidebar .shows {
  padding: 0 10px 0 10px;
}
.oldie .sidebar .ffm {
  padding: 0 0 0 10px;
}
@media (medium) {
  .sidebar .fb {
    padding: 0 10px 0 0px;
  }
  .sidebar .shows {
    padding: 0 10px 0 10px;
  }
  .sidebar .ffm {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .sidebar .fb {
    padding: 0 20px 0 0px;
  }
  .sidebar .shows {
    padding: 0 0px 0 20px;
  }
  .sidebar .ffm {
    padding: 0 0 0 20px;
  }
}
.oldie .sidebar .fb {
  padding: 0 20px 0 0px;
}
.oldie .sidebar .shows {
  padding: 0 0px 0 20px;
}
.oldie .sidebar .ffm {
  padding: 0 0 0 20px;
}
@media (wide) {
  .sidebar .fb {
    padding: 0 20px 0 0px;
  }
  .sidebar .shows {
    padding: 0 0px 0 20px;
  }
  .sidebar .ffm {
    padding: 0 0 0 20px;
  }
}
.sidebar .fb h2, .sidebar .shows h2 {
  border-top: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #A5822E;
}

.sidebar-content {
  padding: 0 20px;
}
@media (min-width: 1220px) {
  .sidebar-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
.oldie .sidebar-content {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.content {
  z-index: 9;
  position: relative;
}

.body {
  position: relative;
  padding-bottom: 0px;
  background: white;
  overflow: auto;
}

.body-content {
  position: relative;
  margin: 0 20px;
}
@media (min-width: 1220px) {
  .body-content {
    width: 1200px;
    margin: 0 auto;
  }
}
.oldie .body-content {
  width: 1200px;
  margin: 0 auto;
}

.ffm {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .video {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
}
.oldie .video {
  float: left;
  width: 50%;
  padding-right: 10px;
}
@media (medium) {
  .video {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 220px;
    float: none;
    padding: 0;
  }
}
.oldie .video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  float: none;
  padding: 0;
}
@media (wide) {
  .video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 220px;
    float: none;
    padding: 0;
  }
}
.video .video-thumb {
  display: inline-block;
  margin-bottom: 22px;
}
.video .video-thumb h3 {
  margin-bottom: 6px;
}
.video .video-thumb h3 a {
  color: #535453;
  text-decoration: none;
}
.video .video-thumb h3 a:hover {
  color: #77684b;
}
.video .video-thumb img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .video .video-thumb {
    width: 120px;
    margin-right: 12px;
  }
  .video .video-thumb em {
    display: block;
    color: #888;
    font-size: 11px;
  }
}
.oldie .video .video-thumb {
  width: 120px;
  margin-right: 12px;
}
.oldie .video .video-thumb em {
  display: block;
  color: #888;
  font-size: 11px;
}
@media (mobile-only) {
  .video .video-thumb {
    width: 120px;
    margin-right: 12px;
  }
  .video .video-thumb em {
    display: block;
    color: #888;
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .video .video-thumb {
    margin-right: 20px;
    width: 140px;
  }
}
.oldie .video .video-thumb {
  margin-right: 20px;
  width: 140px;
}
@media (medium) {
  .video .video-thumb {
    margin-right: 20px;
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .video .video-thumb {
    margin-right: 0;
    width: auto;
  }
}
.oldie .video .video-thumb {
  margin-right: 0;
  width: auto;
}
@media (wide) {
  .video .video-thumb {
    margin-right: 0;
    width: auto;
  }
}

@media (min-width: 768px) {
  .player {
    float: left;
    width: 50%;
    padding-left: 10px;
  }
}
.oldie .player {
  float: left;
  width: 50%;
  padding-left: 10px;
}
@media (medium) {
  .player {
    float: left;
    width: 50%;
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .player {
    position: absolute;
    top: 0px;
    float: none;
    right: 0px;
    width: 300px;
    padding: 0;
  }
}
.oldie .player {
  position: absolute;
  top: 0px;
  float: none;
  right: 0px;
  width: 300px;
  padding: 0;
}
@media (wide) {
  .player {
    position: absolute;
    top: 0px;
    float: none;
    right: 0px;
    width: 300px;
    padding: 0;
  }
}

.biography {
  position: relative;
}
@media (min-width: 1024px) {
  .biography {
    margin-left: 240px;
    float: left;
    margin-right: 320px;
  }
  .biography .bio-text {
    margin: 0;
    padding: 0;
  }
}
.oldie .biography {
  margin-left: 240px;
  float: left;
  margin-right: 320px;
}
.oldie .biography .bio-text {
  margin: 0;
  padding: 0;
}
@media (wide) {
  .biography {
    margin-left: 240px;
    float: left;
    margin-right: 320px;
  }
  .biography .bio-text {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .bio-text {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .bio-text p {
    width: 95%;
  }
}
.oldie .bio-text {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.oldie .bio-text p {
  width: 95%;
}
@media (medium) {
  .bio-text {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .bio-text p {
    width: 95%;
  }
}
@media (min-width: 1024px) {
  .bio-text {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.oldie .bio-text {
  width: 100%;
  float: none;
  padding: 0;
}
@media (wide) {
  .bio-text {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.pics h2 em {
  color: #636363;
}
.pics a.image-link {
  border: 0;
  display: inline-block;
}
.pics a.image-link img {
  max-width: 100%;
}
.pics .thumb {
  float: left;
  margin-right: 20px;
}
.pics .thumb.last {
  margin-right: 0px;
}
.pics .thumb img:hover {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
@media (max-width: 767px) {
  .pics .thumb {
    width: 120px;
    margin-bottom: 20px;
  }
}
.oldie .pics .thumb {
  width: 120px;
  margin-bottom: 20px;
}
@media (mobile-only) {
  .pics .thumb {
    width: 120px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pics .thumb {
    width: 140px;
  }
}
.oldie .pics .thumb {
  width: 140px;
}
@media (wide) {
  .pics .thumb {
    width: 140px;
  }
}
@media (min-width: 1220px) {
  .pics .thumb {
    width: auto;
  }
}
.oldie .pics .thumb {
  width: auto;
}
.pics img {
  margin: 0 8px 8px 0;
}

.contact-info {
  margin-bottom: 4em;
}

@media (min-width: 768px) {
  .discography {
    float: left;
    width: 50%;
    padding-left: 10px;
  }
}
.oldie .discography {
  float: left;
  width: 50%;
  padding-left: 10px;
}
@media (medium) {
  .discography {
    float: left;
    width: 50%;
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .discography {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.oldie .discography {
  position: relative;
  width: 100%;
  padding: 0;
}
@media (wide) {
  .discography {
    position: relative;
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .discography--row {
    zoom: 1;
  }
  .discography--row:before, .discography--row:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .discography--row:after {
    clear: both;
  }
}
.oldie .discography--row {
  zoom: 1;
}
.oldie .discography--row:before, .oldie .discography--row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.oldie .discography--row:after {
  clear: both;
}
@media (wide) {
  .discography--row {
    zoom: 1;
  }
  .discography--row:before, .discography--row:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .discography--row:after {
    clear: both;
  }
}

.album {
  float: left;
  width: 120px;
  margin-right: 20px;
  height: 200px;
  font-size: 11px;
}
.album img {
  margin-bottom: 5px;
}
.album em {
  display: block;
  color: #888;
}
@media (min-width: 768px) {
  .album {
    width: 100px;
    margin-right: 12px;
  }
  .album img {
    max-width: 100%;
  }
}
.oldie .album {
  width: 100px;
  margin-right: 12px;
}
.oldie .album img {
  max-width: 100%;
}
@media (medium) {
  .album {
    width: 100px;
    margin-right: 12px;
  }
  .album img {
    max-width: 100%;
  }
}

.cover {
  z-index: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .cover {
    width: 800px;
    margin: 0 auto;
  }
}
.oldie .cover {
  width: 800px;
  margin: 0 auto;
}
@media (wide) {
  .cover {
    width: 800px;
    margin: 0 auto;
  }
}
.cover img {
  max-width: 100%;
  display: block;
}

.some {
  text-align: center;
  position: relative;
  z-index: 99;
  border-top: 1px solid #A5822E;
  border-bottom: 1px solid #A5822E;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .some {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 999;
    border: 0;
    padding: none;
    background: none;
  }
}
.oldie .some {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 999;
  border: 0;
  padding: none;
  background: none;
}
@media (medium) {
  .some {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 999;
    border: 0;
    padding: none;
    background: none;
  }
}
.some a {
  background: white;
  border: 1px solid #A5822E;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 6px;
  text-align: center;
  height: 34px;
  width: 34px;
  display: inline-block;
  margin-left: 4px;
}
.some a:hover {
  background: white;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

.action-links {
  display: inline-block;
  margin: 0 auto;
}
.action-links .action-text-link {
  display: none;
}
@media (max-width: 767px) {
  .mobile-hidden .action-links {
    bottom: -500px;
  }
  .mobile-visible .action-links {
    bottom: 47px;
  }
  .action-links a, .action-links a:hover, .action-links a:visited, .action-links a:link {
    text-decoration: none;
    color: white;
  }
  .action-links .action-text-link {
    display: inline;
    font-size: 16px;
  }
  .action-links .spotify, .action-links .order, .action-links .store {
    display: block;
    padding: 10px;
    border-right: 0;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .action-links .spotify a, .action-links .order a, .action-links .store a {
    clear: both;
    display: block;
    margin: 10px 0;
  }
  .action-links .spotify a span, .action-links .order a span, .action-links .store a span {
    margin-top: 10px;
    margin-left: 10px;
  }
  .action-links .spotify .cdon img, .action-links .order .cdon img, .action-links .store .cdon img {
    width: 32px;
    margin-top: 12px;
  }
}
.mobile-hidden .oldie .action-links {
  bottom: -500px;
}
.mobile-visible .oldie .action-links {
  bottom: 47px;
}
.oldie .action-links a, .oldie .action-links a:hover, .oldie .action-links a:visited, .oldie .action-links a:link {
  text-decoration: none;
  color: white;
}
.oldie .action-links .action-text-link {
  display: inline;
  font-size: 16px;
}
.oldie .action-links .spotify, .oldie .action-links .order, .oldie .action-links .store {
  display: block;
  padding: 10px;
  border-right: 0;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.oldie .action-links .spotify a, .oldie .action-links .order a, .oldie .action-links .store a {
  clear: both;
  display: block;
  margin: 10px 0;
}
.oldie .action-links .spotify a span, .oldie .action-links .order a span, .oldie .action-links .store a span {
  margin-top: 10px;
  margin-left: 10px;
}
.oldie .action-links .spotify .cdon img, .oldie .action-links .order .cdon img, .oldie .action-links .store .cdon img {
  width: 32px;
  margin-top: 12px;
}
@media (mobile-only) {
  .mobile-hidden .action-links {
    bottom: -500px;
  }
  .mobile-visible .action-links {
    bottom: 47px;
  }
  .action-links a, .action-links a:hover, .action-links a:visited, .action-links a:link {
    text-decoration: none;
    color: white;
  }
  .action-links .action-text-link {
    display: inline;
    font-size: 16px;
  }
  .action-links .spotify, .action-links .order, .action-links .store {
    display: block;
    padding: 10px;
    border-right: 0;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .action-links .spotify a, .action-links .order a, .action-links .store a {
    clear: both;
    display: block;
    margin: 10px 0;
  }
  .action-links .spotify a span, .action-links .order a span, .action-links .store a span {
    margin-top: 10px;
    margin-left: 10px;
  }
  .action-links .spotify .cdon img, .action-links .order .cdon img, .action-links .store .cdon img {
    width: 32px;
    margin-top: 12px;
  }
}
.action-links .header {
  font-family: "Arial black", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #535453;
  margin-bottom: 6px;
  text-align: center;
}

.order-first {
  margin-right: 20px;
}

.spotify, .order, .store, .listen {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.spotify a, .order a, .store a, .listen a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #535453;
}
.listen img {
  height: 32px;
  margin: 12px 20px 12px 0px;
}
.listen img.listen-last {
  margin-right: 0px;
}

.spotify {
  width: 60px;
  border-right: 1px solid #535453;
  margin-right: 10px;
}

.order {
  margin-bottom: 20px;
}
.order img {
  margin-right: 5px;
}

.endorsements {
  background: #535453;
  text-align: center;
  padding: 20px 0 20px 0;
  margin-top: 0px;
  padding: 20px 0;
  margin-top: 120px;
}
.endorsements a {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.endorsements a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.endorsements .first-row {
  display: inline;
}
.endorsements .first-row img {
  margin: 0 10px 22px 0;
}
@media (min-width: 768px) {
  .endorsements .first-row {
    display: block;
  }
}
.oldie .endorsements .first-row {
  display: block;
}
@media (medium) {
  .endorsements .first-row {
    display: block;
  }
}
@media (min-width: 1024px) {
  .endorsements .first-row {
    display: inline;
  }
}
.oldie .endorsements .first-row {
  display: inline;
}
@media (wide) {
  .endorsements .first-row {
    display: inline;
  }
}
.endorsements .second-row {
  display: inline;
  margin-top: 15px;
}
.endorsements .second-row img {
  margin-right: 10px;
}

.clearfix, .sidebar, .body, .body-content, .video-audio, .bio-and-disco, .pics, .discography {
  zoom: 1;
}
.clearfix:before, .sidebar:before, .body:before, .body-content:before, .video-audio:before, .bio-and-disco:before, .pics:before, .discography:before, .clearfix:after, .sidebar:after, .body:after, .body-content:after, .video-audio:after, .bio-and-disco:after, .pics:after, .discography:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after, .sidebar:after, .body:after, .body-content:after, .video-audio:after, .bio-and-disco:after, .pics:after, .discography:after {
  clear: both;
}

/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
/*
This element holds injected scripts inside iframes that in
some cases may stretch layouts. So, we're just hiding it.
*/
#fb-root {
  display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.fb-like-box {
  background: black;
}

@media (max-width: 767px) {
  .bit-rsvp {
    display: none;
  }
}
.oldie .bit-rsvp {
  display: none;
}
@media (mobile-only) {
  .bit-rsvp {
    display: none;
  }
}

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