/*
Theme Name: Darkfloor Build 2018
Theme URI: //darkfloor.co.uk
Description: This theme was designed and developed by makemassair
Version: 3
Author: makemassair
Author URI: //makemassair.co.uk
*/

/* ------------------------*/ /* ---------->>> RESET <<<-----------*/ /* ------------------------*/
/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
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, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
html {
  font-size: 100.01%;
  margin-top: 0 !important;
  min-height: 100%;
  position: relative;
}
body {
  border-color: #000;
  border-style: solid;
  border-width: 0;
  color: #111;
  font-family: Libre Caslon Text, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.88889;
  margin: 0;
  min-height: 100%;
  padding: 0;
  text-rendering: optimizeLegibility;
}
input {
  font-family: Libre Baskerville, serif;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s;
}
a:focus {
  color: #cc0000;
  outline: none;
}
:focus {
  outline: none;
}
a:hover {
  color: #900;
  text-decoration: none;
}
h1, h2, h3, h4, h5, p {
  margin: 0;
}
img {
  border: medium none;
}
p {
  line-height: 160%;
}
fieldset {
  background: none;
  border: 1px solid #cc0000;
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 1em;
  text-shadow: none;
  text-transform: uppercase;
}
legend {
  background: #fff;
  color: #cc0000;
  padding: 0 6px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.righttext {
  text-align: right;
}
.clear {
  clear: both;
}
input:focus {
  outline:0;
}
#comments, 
.commentlist, 
.upsells, 
.archive_header_left h1, 
.woocommerce-result-count,
.posted_in, 
.product_press, 
.product_meta, 
.simcal-align-right,
.woocommerce-tabs ul.tabs,
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product .woocommerce-tabs .panel h2,
.cross-sells {
  display: none;
}
/* fonts */
.barlow {
  font-family: "Barlow Semi Condensed", sans-serif;
}
.caslon {
  font-family: Libre Caslon Text, serif;
}
.uppercase {
  text-transform: uppercase;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.w800 {
  width: 800px;
}
.inblock {
  display: inline-block;
}
.container {
  margin: 0 auto;
  padding: 8px 10px 0;
  width: 1170px;
}
.container_backwrap {
  background: rgba(0, 0, 0, 0) url("images/background.jpg") repeat scroll center top;
}
.container-flex {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
blockquote {
  display: inline-block;
  margin:0;
  padding: 0 27px;
}
blockquote p {
  border-right: 2px solid #CC0000;
  clear: both;
  color: #cc0000;
  display: block;
}
header, section, footer, aside, nav, article, figure {
  display: block;
}
::-moz-selection {background: rgba(255,255,0,0.99); color: #000;}
::-moz-placeholder {opacity: 1;}
::selection {background: rgba(255,255,0,0.99);color: #000;}
a::selection {text-shadow: none;}
/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
pre {
  display: inline-block;
  margin:0 0 2em;
}
#header input::-webkit-input-placeholder {color: rgba(0,0,0,0.4); font-size: 66%; font-style: italic;}
#header input:-moz-placeholder  {color: rgba(0,0,0,0.4); font-size: 66%; font-style: italic;}
#header input:-ms-input-placeholder {color: rgba(0,0,0,0.4); font-size: 66%; font-style: italic;}
input::placeholder, textarea::placeholder {color: #444; font-size: 66%; font-style: italic;}
.full-width #searchform input::placeholder, textarea::placeholder {color:#444; font-size: 66%; font-style: italic;}
mark {
  background-color: transparent; 
  border-radius: 2px;
  font-weight: bold; 
}
/* ------------------------*/ /* ---------->>> HEADER <<<-----------*/ /* ------------------------*/
.full_logo_cont {
  float: left; 
  max-width: 250px; 
  padding: 0 0 10px 0;
}
.full_logo_cont img,
.logo_cont img {
  height: auto;
  max-width: 100%;
}
.header_bottom {
  background-color: #fff;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 90000;
}
.header_menu {
  float: right;
  margin-left: 0;
  margin-top: 0;
  max-width: 720px;
}
.header_menu ul {
  float: left;
  font-family: "Barlow Semi Condensed", sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header_menu ul li {
  float: left;
  font-size: 14px;
  letter-spacing: 0.5px;
  /* margin-bottom: 5px; */
  margin-left: 0;
  padding-bottom: 0;
  position: relative;
  line-height: 100%;
}
.header_menu ul li:last-child {
  border-right: medium none;
  margin-right: 0;
}
.header_menu ul li a {
  box-sizing: border-box;
  color: #000;
  display: block;
  padding: 10px 16px 10px;
  height:44px;
  line-height: 100%;
  margin: 12px 0 0;
  text-align: center;
  text-transform: uppercase;
  transition: none;
}
.header_menu ul li.current-menu-item a,
.header_menu ul li.current_page_item a {
  font-weight: bold;
}
.menu-item-cart {
  background: rgba(0,0,0,0.04);

  border-radius: 6px;
}
.menu-item-cart img {
  vertical-align: middle;
  padding: 0 4px 0 0;
}
.header_menu ul li ul {
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  box-sizing: border-box;
  display: none;
  left: 0;
  position: absolute;
  z-index: 100;
}
.header_menu ul li:hover ul{
  display: block;
}
.header_menu a:active {
  background: #000;
}
.header_menu a:current {
  background: #000;
}
.header_menu ul li a:hover {
  background: yellow;
  color:#000;
}
.header_menu ul li ul li {
  border-right: medium none;
  float: none;
  margin: 0;
  padding: 0;
}
.header_menu ul li ul li:first-child {
  border-top: medium none;
  margin-top: 0;
}
.header_menu ul li ul li a {
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,0.03);
  color: #000;
  display: block;
  margin-top: 0;
  text-align: left;
}
.header_menu ul li ul li a:hover {
  background: yellow;
}
.rv_button opened {background-color: #c00;}
.rv_button.closed:after {content:"\33";display:none;}
.rv_button.opened:after {content:"\32";display:none;}
.overlay {
  background-color: rgb(255,255,255);
  background-color: rgba(0,0,0,0.8);
  height: 0%;
  margin: 0 auto;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 1;
}
.overlay-content {
  position: relative;
  text-align: center;
  top: 20%;
  width: 100%;
}
.overlay a:hover, .overlay a:focus {
  background: rgba(255,255,0,1);
}
.overlay .closebtn {
  box-sizing: border-box;
  color: rgba(204,204,0);
  font-family: none;
  font-size: 88px;
  line-height: 100%;
  padding: 12px 48px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  transition: all 0s;
  width: 15%;
  z-index: 100;
}
.overlay .closebtn:hover, .overlay .closebtn:focus {
  background:none;
  color: #fff;
} 
@media screen and (max-height: 606px) {
  .overlay .mob_menu a {
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    padding: 6px 15% 6px 0;
    text-align: right;
    width: 50%;
  }
  .overlay .closebtn {
    font-size: 40px;
    right: 0;
  }
}
/* ------------------------*/ /* ---------->>> MOB MENU <<<-----------*/ /* ------------------------*/
.mob_menu,
.mob_burger {display:none;}
.mob_menu ul {margin: 0;padding: 0;}
.mob_menu li {list-style: none;}
.mob_menu a {
  background-color: #fff;
  color: #000;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 100%;
  padding: 8px 15% 8px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.sub_menu ul li {
  margin: 0 12px 0 0;
}
.mob_overlay {
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  height: 0%;
  left: 0;
  overflow-y: hidden;
  position: fixed;   
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 1;
}
.mob_overlay-content {
  margin-top: 30px;
  position: relative;
  text-align: center;
  top: 25%;
  width: 100%;
}
.mob_overlay a {
  color: #818181;
  display: block;
  font-size: 36px;
  padding: 8px;
  text-decoration: none;
  transition: 0.3s;
}
.mob_overlay a:hover, .mob_overlay a:focus {color: #f1f1f1;}
.mob_overlay .closebtn {
  font-size: 60px;
  position: absolute;
  right: 45px;
  top: 20px;
}
@media screen and (max-height: 450px) {
  .mob_overlay {overflow-y: auto;}
  .mob_overlay a {font-size: 20px}
  .mob_overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.header_spacing {display: none;}
.header_search input[type="text"] {
  background-color: rgba(255,255,0,1);
  border: none;
  /* box-shadow: 0 0 0 2px rgba(202,202,0,0.2); */
  box-sizing: border-box;
  color: #000;
  font-size: 44px;
  letter-spacing: -2px;
  line-height: 144%;
  margin-top: 0;
  /* max-wdth: 1170px; */
  padding: 24px 48px;
  text-align: left;
  transition: all 0.3s;
  width: 70%;
}
.header_search input[type="text"]:hover {
  background-color: rgba(255,255,255,1);
  box-shadow: 0 0 0 2px rgba(255,255,255,1);
}

/* ------------------------*/ /* ---------->>> MAIN <<<-----------*/ /* ------------------------*/
.max_cont {
  background: #fff;
  clear: both;
  margin: 0 auto;
  padding: 0 0 56px;
}
.metaslider_wrap {
  background: #000;
  background-position-x: right;
  background-position-y: bottom;
  background-size: cover;
  border-bottom: 12px solid #000;
  box-sizing:border-box;
  display: flex;
  height: 354px;
  margin: 0 auto 48px;
  padding: 100px 0 6em;
  text-align: left;
}
.metaslider_singlephp {
  display: none;
}
.front_latestrel {
  background: rgba(255,255,0,1);
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 888px;
}
.front_latestrel a {
  transition: all 0.3s;
}
.front_latestrel img {
  background: #fff;
  box-sizing: border-box;
  max-width: 222px;
  max-height: 222px;
  transition: all 0.3s;
  float: left;
  margin: 0 30px 0 0;
}
.front_latestrel img:hover {
  box-shadow: 0 0 0 3px rgba(255,255,255,1);
}
.front_latestrel h4 {
  line-height: 1;
}
.front_latestrel h4 a {
  box-sizing: border-box;
  background: rgba(255,255,0,1);
  display: none;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 0;
  padding: 12px 24px;
  width: 200px;
  border: 2px solid;
  text-orientation: sideways-right;
}
.front_latestrel h4 a:hover {
  background: rgba(0,0,0,0.7);
  color: rgba(255,255,0,1);
}
.front_latestrel h3 {
  display: block;
  /* width: 60%; */
}
.front_latestrel h3 a {
  color: #000;
  display: inline-block;
  font-family: Libre Caslon Text, serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: -0.5px;
  line-height: 110%;
  padding: 0 0 30px;
  text-align: left;
}
.front_latestrel h3 a:hover {
  color: #cc0000;
}
.front_rel_by {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  letter-spacing:0;
  line-height: 100%;
  padding: 30px 0 0;
  text-transform: uppercase;
  transition: all 0.3s;
  display: block;
  color: rgba(255,255,0,1);
}
.front_rel_by strong {padding: 4px 8px;background: #000;transition: all 0.3s;}
.front_rel_by strong:hover {
  background: #cc0000;
  color: #fff;
}
.front_mantis_latest, 
.front_mantis_recent4, 
.insession_new, 
.front_sessionmix_recent4 {
  clear:both;
  display: inline-block;
  font-family: Libre Baskerville, serif;
  padding-bottom: 12px;
  }
.front_navi {
  border-bottom: 1px solid #cc0000;
  color: #c00;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 4px 0;
}
.front_navi:hover {
  color: #000;
} 
#sidebar .front_navi {
  border: none;
  color: #333;
}
#sidebar .front_navi:hover {
  color:rgba(0,0,0,0.4);
}
.front_mantis_latest img,
.insession_new img {
  box-sizing: border-box;
  float: right;
  height: auto;
  margin-left: 24px;
  text-align: left;
  transition: 0.3s ease 0s;
  width: 40%;
}
.front_mantis_latest img:hover, 
.insession_new img:hover {
  box-shadow: 0 0 0 4px rgba(0,0,0,1);
}
.mantislatest {
  color: #cc0000;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  line-height: 100%;
  margin: 0 0 0 80px;
  padding: 6px 0 0 6px;
  text-align: left;
  text-transform: uppercase;
  word-break: keep-all;
}
.mantislatest_show {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: normal;
}
.front_actionbttn {
  border-top: 1px solid rgba(0,0,0,0.7);
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 140%;
  margin: 0 auto 0 80px;
  padding-top: 0;
  text-align: left;
}
.front_actionbttn a {
  color: #000;
  display: inline-flex;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  line-height: 100%;
  margin: 0;
  padding: 8px 10px 0;
  text-transform: uppercase;
}
.front_actionbttn a:hover {
  background: #49eded;
  filter: invert(1);
}
.front_actionbttn img {
  border:none;
  float: none;
  height: 24px;
  margin: -2px 4px 0 0 !important;
  width: 24px !important;
}
.front_playbutton {
  display: block;
  /* clear: both; */
}
.front_playbutton img {
  background: #000;
  border: none;
  border-radius: 50%;
  float: left;
  margin: 0;
  padding: 12px;
  width: 72px !important;
}
.front_playbutton img:hover {
  background: #cc0000;
  filter: none;
}
.front_mantis_latest p, 
.insession_new p {
  color: rgba(0,0,0,0.8);
  display: flex;
  font-family: Libre Caslon Text, serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 37px;
  margin: 0 0 10px 0;
  padding: 20px 15px;
  text-align: left;
}
.front_mantis_latest p:hover {
  background: rgba(255,255,0,1);
}
.front_navi_spcr {
  box-sizing: border-box;
  clear: both;
  display: block;
  padding: 36px 0 0;
  text-align: left;
  width: 100%;
  line-height: 100%;
}
.front_mantis_recent4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 6px 0 0 0;
}
.front_insession_thumb {
  background: #000;
  box-sizing: border-box;
  color: rgba(0,0,0,0.4);
  flex-basis: 25%;
  float: none;
  position: relative;
  line-height: 100%;
  padding: 0;
  margin: 0;
  z-index: 101;
}
.front_insession_thumb img {
  background: #000;
  backface-visibility: hidden !important;
  box-sizing: border-box;
  filter: alpha(opacity=60);
  height: auto;
  opacity: 0.4;
  transition: 0.3s ease 0s;
  width: 100%;
  z-index: 100;
}
.front_insession_thumb img:hover {
  border-color: #c00;
  color: #000;
  filter: alpha(opacity=100);
  filter: grayscale(0);
  opacity: 1;
}
.front-post-recent-box {
  box-sizing: border-box;
  flex-basis: 25%;
  line-height: 100%;
  position: relative;
}
.sidebar-recent-radio {
  box-sizing: border-box;
  flex-basis: 100%;
  line-height: 100%;
  position: relative;
}
.front-post-recent-box a {
  font-size: 13px;
  font-weight: 100;
  padding: 0;
  margin: 0;
}
.front-post-recent-box img,
.sidebar-recent-radio img {
  height:100%;
  width:100%;
}
.front-post-recent-boxes {
  background: rgba(0,0,0,0.6);
  box-sizing: border-box;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 13px;
  height: 100%;
  left: 0;
  line-height: 100%;
  padding: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}
.front-post-recent-boxes:hover {
  background: rgba(255,255,0,0.95);
  color: #000;
}
.recent-boxes-artist {
  display:block;
  font-size: 36px;
  font-weight: bold;
  line-height: 90%;
  padding: 6px 0 10px;
}
.recent-boxes-show {
  color: rgba(255,255,0,1);
  font-size: 16px;
  line-height: 100%;
  clear: both;
  letter-spacing: 2px;
}
.recent-boxes-genre {
  color: transparent;
  display: block;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.5px;
  line-height: 150%;
  margin: 8px 0 0;
}
.recent-boxes-genre a {
  color:#888;
}
.front-post-recent-boxes a:hover {
  color: #cc0000;
}
.recent-boxes-excerpt {
  display: none;
  margin: 0 0 12px;
}
.recent-boxes-excerpt p {
  border-bottom: 1px solid rgba(255,255,0,0.6);
  clear: both;
  color: rgba(255,255,0,1);
  font-family: Libre Baskerville, serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  margin: 0 0 8px;
  min-height: 40%;
  padding: 0 0 4px;
  text-transform:initial;
}
.front_insession strong {
  color: rgba(255,255,0,1);
  letter-spacing: -0.33px;
  padding: 10px 0 10px;
  font-size: 36px;
  font-family: "Barlow Semi Condensed", sans-serif;
  transition: background 0.5s ease 0s, color 0.5s ease 0s, border-color .7s ease;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  word-break: break-word;
}
.front_insession {
  box-sizing: border-box;
  color: #550000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  letter-spacing: -2px;
  line-height: 100%;
  padding: 12px 12px 0 12px;
  position: absolute;
  text-align: left;
  top: 0;
}
.archives_excerpt p {
  color: rgba(255,255,2550.7);
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: -0.72px;
  line-height: 20px;
  z-index: 1;
}
.archives_show {
  background: rgba(255,255,0,1);
  color: #000;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -0.33px;
  line-height: 1;
  margin: 0 0 10px;
  min-width: 33.33%;
  padding: 2px 24px 2px 7px;
}
.insession_new {
  margin: 48px 0 12px;
  padding-bottom: 0;
}
.home_feat {
  box-sizing: border-box;
  clear: both;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 24px 0 124px;
  text-align: center;
  text-transform: uppercase;
}
.home_feat h2, 
.home_feat img {
  clear: both;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 100%;
  width: 100%;
}
.home_feat p {
  color: #990000;
  font-size: 18px;
}
/* ------------------------*/ /* ---------->>> ARCHIVES <<<-----------*/ /* ------------------------*/
.archives_image {
  display: inline-block;
  margin: 64px 64px 0 0;
  width: 400px;
  height: 100%;
}
.archives_image img {
  border: 1px solid rgba(255,255,0,1);
  float: left;
  margin: 0;
  max-width: 100%;
  height: auto;
}
.archives_current {
  color: rgba(255,255,0,1);
  display: flow-root;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  padding: 0;
  width: 686px;
  margin: 86px 0 0;
  float: right;
}

.archives_current_meta {
  background: rgba(255,255,0,1);
  margin: 16px 0 45px;
  padding: 32px;
}
hr.current_meta {
  background: transparent;
  border-color: rgba(0,0,0,1);
  border-style: solid;
  border-width: 4px 0 0;
  margin: 12px 0 8px;
  padding: 0;
  width: 104px;
}
hr.current_genre {
  background: transparent;
  border-color: rgba(204,204,0,1);
  border-style: solid;
  border-width: 1px 0 0;
  margin: 12px 0 8px;
  padding: 0;
}
.archives_shownumber {
  height: 32px; 
}
a.archives_shownumber {
  display: inline-block;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 1;
  margin: 0;
}
a.archives_guest{
  color: #fff;
  display: block;
  font-size: 64px;
  font-weight: 700;
  height: 64px;
  letter-spacing: -4px;
  line-height: 1;
  margin: 0;
}
.archives_current a.archives_guest:hover {
  color: #cc0000;
}
.archives_audio {
    background: rgba(255,255,0,1);
    color: #000;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 16px 24px;
    text-align: right;
    width: 100%;
    display: none;
}
a.archives_tracklist {
  color: #000;
  text-align: left;
}
a.archives_podcast {
  color: #000;
  float: right;
  margin: 0 0 0 32px;
}
.archives_current p {
  color: #333;
  display: block;
  font-family: "Libre Caslon Text", serif;
  font-size: 21px;
  letter-spacing: -0.5px;
  line-height: 28px;
  margin: 16px 0;
  padding: 0;
  text-transform: none;
}
.archives_current p:hover,
.archives_current a:hover,
.archives_infopane a:hover{
  color: #cc0000;
}
.archives_genres {
  color: #ccc000;
}
.archives_genres a {
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
}
.archives_infopane {
    background: rgba(255,255,0,1);
    padding: 64px;
    display: flow-root;
    text-align: center;
}
.archives_infopane p {
  display: inline-block;
  font-family: "Libre Caslon Text", serif;
  font-size: 21px;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin: 0 0 32px 0;
  width: 800px;
  text-align: left;
}
.archives_infopane_links {
  background: #000;
  border-radius: 16px;
  color: rgba(255,255,0,1);
  display: inline-block;
  float: right;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  padding: 24px;
  width: 245px;
}
.archives_infopane_links a{
  display: block;
  line-height: 27px;
}
.infopane_chat {
  color: #1DF259;
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.archives_header {
  padding: 32px 0 128px;
}
.archives_shows {
    background: #111;
    color: #fff;
}
hr.archives_shows {
  border-color: rgba(204,204,0,1);
  border-style: inset;
  border-width: 1px 0 0;
  margin: 8px 0 16px;
}
.archives_artistlist {font-size: 32px;letter-spacing: -0.5px;line-height: 40px;}
.archives_artistlist a:hover {color:rgba(255,255,0,1);}
.archives_episode {}
.archives_guest {}
.archives_show_no {}
.archives_showcase {}
.archives_episode_genres {}

/* ------------------------*/ /* ---------->>> BLOG <<<-----------*/ /* ------------------------*/
#content {
  background: #fff;
  margin: 0 auto 100px;
  min-height: 100%;
  padding: 82px 0 0;
}
#archives {
  background: rgba(255, 255, 255, 1);
  margin: 0 auto 100px;
  min-height: 100%;
  padding: 82px 0 0;
}
}
.radio-archives-head {
  background: rgba(0, 0, 0, 0) url("images/background.jpg") repeat scroll center bottom;
  padding: 120px 10px 50px;
  width: 100%;
  z-index: 100;
}
.radio-archives-head h2 {
  box-sizing: border-box;
  clear: both;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 150%;
  margin: 0 auto;
  max-width: 1170px;
  text-align: center;
  text-transform: uppercase;
}
.category_panel {
  float: left;
  margin-top: 50px;
  width: 100%;
}
.home_frame {
  display: inline-block;
}
#blog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home_post {
  color: #333;
  font-family: Libre Caslon Text, serif;
  flex-wrap: wrap;
  flex-basis: 50%;
  font-size: 14px;
  height: auto;
  margin-bottom: 24px;
  text-align: left;
}
.home_post:hover {
  color: rgba(0,0,0,1);
  filter: grayscale(0);
  transition: 0.3s ease 0s;
}
.home_post img {
  box-sizing: border-box;
  float: left;
  height: auto;
  margin: 0 12px 24px 0;
  transition: all 0.25s ease-in-out 0s;
  width: 250px;
}   
.home_post img:hover {
  box-shadow: 0 0 0 3px rgba(0,0,0,1);
}
.grid_time {
    display: none;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 100%;
    padding: 0;
    text-transform: uppercase;
}
.artist_archivehead .grid_time {
    color: rgba(0,0,0,0.4);
}
.home_post h3 {
  float: right;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
  padding: 0 24px 12px 0;
  text-align: left;
  top: 0;
  width: calc(100% - 262px);
}
.home_post h3 a {
  color: rgba(0,0,0,0.8);
  transition: color 0.3s;
}
.home_post h3 a:hover {
  color: #c00;
}
.home_post p {
  float: right;
  line-height: 22px;
  padding: 0 24px 0 0;
  width: calc(100% - 262px);
}
.home_post.clear {
  display: none;
}
.wp-pagenavi {
    color: rgba(0,0,0,0.2);
    font-family: "Barlow Semi Condensed", sans-serif;
    max-width: 100%;
    padding-bottom: 2em;
    overflow: hidden;
    text-transform: uppercase;
}
.wp-pagenavi a, 
.wp-pagenavi span {
  border: none;
  margin: 0;
  padding: 2px 7px;
}
.wp-pagenavi a:hover {
  color: rgba(0,0,0,0.8);
}
.wp-pagenavi span.current {
  color: rgba(0,0,0,0.6);
  font-weight: normal;
}
/* ------------------------*/ /* ---------->>> MAILER <<<-----------*/ /* ------------------------*/
.mc4wp-form-fields {
  color: #900;
  letter-spacing: -1px;
  margin: 12px auto 24px;
  text-align: center;
}
.mc4wp-form-fields h2 {
  font-size: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin: 1em 0 0;
  text-transform: uppercase;
}
.mc4wp-form-fields p {
  font-size: 16px;
  margin-bottom: 1em;
}

.mc4wp-form-theme input[type=email] {
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
}
.mc4wp-form-theme-red button, 
.mc4wp-form-theme-red input[type=submit]{
  background-color: #900 !important;
  border: 1px solid #900;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 15px;
  height: 40px;
  padding: 0 3em;
  text-transform: uppercase;
  transition: all 0.3s;
}
.mc4wp-form-theme-red input[type=submit]:active,
.mc4wp-form-theme-red input[type=submit]:hover {
  background: #c00 !important;
  border-bottom: #c00;
}
/* ------------------------*/ /* ---------->>> STORE <<<-----------*/ /* ------------------------*/
.max_cont #shop_cont {
  padding: 0;
}
.page-template-full-width-store,
.page-template-full-width-store-php, 
.woocommerce-account,
.woocommerce-page,
.wp-featherlight-captionst {
  background: #fff;
}
#shop_cont {
  background: #fff;
  padding-bottom: 100px;
}
#prods {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 48px 0 24px;
  width: 100%;
}
.woocommerce .woocommerce-breadcrumb {
  color: transparent;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  line-height: 140%;
  margin: 64px 0 0 20px;
  text-align: left;
  text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb a {
  color: transparent;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
  margin: 0;
  padding: 10px 0 1em;
  text-align: right;
  width: 50%;
}
.woocommerce .woocommerce-ordering select {
  background-color:#000;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 15px;
  margin: 0 10px 10px;
  padding: 5px 1em;
  text-transform: uppercase;
}
.shop_cont_actn {
  clear: both;
  color: rgba(0,0,0,0.3);
  font-family:"Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  text-transform:uppercase;
  font-weight: normal;
  line-height: 100%;
  padding: 12px 0 24px;
  text-align: center;
  width: 100%;
}
.shop_cont_actn a {
  border-bottom: 1px solid #cc0000;
  color: #cc0000;
  padding: 0 0 4px 0;
}
.shop_cont_actn a:hover {
  color: #000; 
  transition: all 0.3s;
}
.item.prod_box {
  box-sizing: border-box;
  color: rgba(0,0,0,0.8);
  flex-wrap: wrap;
  float: left;
  line-height: 10px;
  margin: 0;
  padding: 0 20px 100px;
  text-align: left;
  width: 25%;
}
.item.prod_box:hover {
  color:#c00;
}
.item.prod_box.last {
    margin-right: 0;
}
.prod_box_img {
  background: rgba(255,255,255,1);
  border: none ;
  overflow: hidden;
  transition: all 0.3s;
}
.prod_box_img:hover {
  box-shadow: 0 0 0 3px rgba(207,0,0,0.7);
}
.prod_box_img a {
  margin: 0;
  padding: 0;
}
.prod_box_img img {
  border: none;
  box-sizing: border-box;
  height: auto;
  width: 100%;
}
.prod_box_img img:hover {
}
.item.prod_box h3 {
  clear: both;
  display: block;
  font-family: Libre Caslon Text, serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin: 24px 0 0;
}
.item.prod_box h3 a {
  display: block;
  padding: 0;
  text-align: left;
}
.item.prod_box h3 a:hover {
  color: #c00;
}
.add_to_cart {
  display: none;
  margin: 0;
}
.item.prod_box .add_to_cart {
  margin-top: 0;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: yellow;
}
.full-width .woocommerce a {
  /* background: none;
  color: #cc0000; */
  text-shadow: none;
  transition: color 0.25s;
}
.full-width .woocommerce a:hover {
  /* color: #000; */
}
.full-width .woocommerce .woocommerce-terms-and-conditions-wrapper a {
  color: #c00;
}
#order_review {
  font-family: Libre Baskerville, serif;
}
.woocommerce div.product p.stock.out-of-stock {
  align-items: center;
  background: rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.13);
  display: inline-grid;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  line-height: 100%;
  margin: 0 0 12px;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: left;
}
.woocommerce table.shop_table {
  border: none;
  font-size: 16px;
  letter-spacing: -1px;
  text-align: left;
  text-transform: none;
}
.woocommerce table.shop_table th {
    color: rgba(0,0,0,0.8);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 8px 0;
    text-transform: uppercase;
}
.woocommerce .product-name {
  width: 66%;
}
.woocommerce table.shop_table td {
  line-height: 120%;
}
.woocommerce a.remove {
    background: rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.3) !important;
    letter-spacing: 0;
    padding: 1px;
    text-shadow: none;
    transition: all 0.25s;
}
.woocommerce a.remove:hover {
  background: #cc0000;
   color:#fff !important;
}
#add_payment_method table.cart .product-thumbnail a,
.woocommerce-cart table.cart .product-thumbnail a,
.woocommerce-checkout table.cart .product-thumbnail a {
  background: none; 
  text-shadow: none;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  border: none;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
    background: rgba(255,255,0,1);
    border-radius: 0;
    color: #000;
    font-family: "Barlow Semi Condensed", sans-serif;
    height: auto;
    letter-spacing: -0.03em;
    text-shadow: none;
    font-size: 22px;
    text-transform: uppercase;
}
.woocommerce #content table.cart td.actions.input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  letter-spacing: -0.03em;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, .woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  display: none;
}
#add_payment_method table.cart .product-thumbnail a img, 
.woocommerce-cart table.cart .product-thumbnail a img, 
.woocommerce-checkout table.cart .product-thumbnail a img {
  background: #fff;
  min-width: 50px;
  padding: 0.4em;
  text-shadow: none;
  vertical-align: bottom;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
      padding: 6px 35px 0 0;
      width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-top: 1px solid rgba(0,0,0,0.1);
  box-sizing: border-box;
  margin: 0 auto 1em;
  padding: 0;
  text-align: center;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0 auto;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style-type: none;
    display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  background:none;
    color: rgba(0,0,0,0.7);
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 100%;
    padding: 6px 10px 8px;
    text-transform: uppercase;
    transition: 0.25s all;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: rgba(0,0,0,0.1);
  color: #fff;
}
ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
    font-weight: normal;
}
ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a:hover {
    background: none;
    color: inherit;
}
.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  color: #000;
  padding: 4em;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: rgba(0,0,0,0.8);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  border-color: rgba(0,0,0,0.7);
  border-style: solid;
  border-width: 1px 0 0 0;
  margin-top: 8px;
  padding: 1em 0;
}
.woocommerce table.shop_table td {
  padding: 9px 0;
}
.full-width .checkout {
  background:rgba(0,0,0,0.1);
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  padding: 4em;
  text-transform: uppercase;
}
.full-width .checkout h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 0 2em;
  padding: 0;
  text-transform: uppercase;
}
.woocommerce-Address {
  margin-bottom: 1em;
}
.woocommerce-account .addresses .title h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.woocommerce-account .addresses .title .edit, .woocommerce table.my_account_orders .button {
    font-size: 18px;
    height: auto;
    transition: color 0.15s;
}
.woocommerce-account .addresses .title .edit:hover,
.woocommerce table.my_account_orders .button:hover {
}
#order_review_heading {
  font-size: 24px;
  text-align: center;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  font-size: 18px;
  letter-spacing: -1px;
  padding: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  border: 3px solid #c00;
  height: 100%;
}
#add_payment_method #payment,
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
  border-radius: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 1em;
}
.woocommerce form .form-row label {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.woocommerce form .form-row textarea {
  height: 80px;
}

.woocommerce .woocommerce-info .button, 
.woocommerce-page .woocommerce-info .button {
  clear: both;
  display: inline-block;
}
/* ------------------------*/ /* ---------->>> PRODUCT <<<-----------*/ /* ------------------------*/
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-message {
  border: none;
  background-color: yellow;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 120%;
  padding: 1.4em;
  text-align: center;
}
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-message .button {
  background: rgba(0,0,0,0.8);
  color: rgba(255,255,0,1);
  float: none;
  margin-right: 10px;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background: rgba(0,0,0,0.9);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.9);
  color: #fff;
}
.woocommerce .woocommerce-error a, 
.woocommerce .woocommerce-info a, 
.woocommerce .woocommerce-message a {
  background: none;
}
.woocommerce .woocommerce-message a {
  color: #c00;
}
.woocommerce div.product {
  box-sizing: border-box;
  margin: 48px 0;
}
.woocommerce div.product div.images {
  background: rgba(0,0,0,0);
  max-width: 550px;
}
.woocommerce div.product div.images, 
.woocommerce div.summary {
  box-sizing: border-box;
  margin-right: 0;
  padding: 0;
  width: 50%;
}
.woocommerce div.product div.images div.thumbnails {
  padding: 0;
}
.woocommerce-product-gallery__image {
  padding: 0 0 12px 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
{
  padding-right:3.8%;
  width:30.75%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+4) {padding-right:0;}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    padding: 0;
    width: 48%;
}
.woocommerce div.summary .product-subtitle {
  display: inline-block;
  font-family: Libre Caslon Displau, serif;
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 100%;
  margin: 1em 0 0;
  padding: 0 0 8px 0;
  text-transform: inherit;
}
.woocommerce div.summary p {
  clear: both;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 15px;
  line-height: 120%;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.woocommerce div.product p.stock {
  color: #505050;
  display: inline-block;
  font-size: 14px;
  padding: 5px 1em;
}
.woocommerce div.product .product_title {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 100%;
    margin-bottom: 48px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    box-sizing: border-box;
    color: inherit;
    float: left;
    font-family: Libre Caslon Display, serif;
    text-align: left;
    line-height: 100%;
    margin-right: 0;
    width: 40%;
}
.woocommerce div.product form.cart,
.woocommerce div.product form.cart .variations {
  margin: 0;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  background: #fafafa;
  border-radius: 0;
  border: none;
  font-family: "Barlow Semi Condensed", sans-serif;
  height: 36px;
  margin: 4px 16px 4px 0;
  padding: 6px;
  text-transform: uppercase;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  box-shadow: 0 0 0 3px rgba(0,0,0,0.8);
  border: none;
}
.woocommerce div.product form.cart .variations select {
  background: rgba(0,0,0,1);
  border: 1px solid rgba(0,0,0,0.1);
  box-sizing:border-box;
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
  margin-right: 0;
  padding: 12px 24px;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce div.product form.cart .reset_variations {
  display:none !important;
}
.single_variation_wrap {
  background: #FAFAFA;
  box-sizing: border-box;
  float: left;
  margin: 1em 0 0;
  padding: 2em;
  text-align: center;
  width: 100%;
}
.woocommerce div.product span.price {
    height: 50px;
    padding: 0 10px 0 0;
}
.woocommerce div.product form.cart .variations label {
  /* display: none; */
}
.woocommerce div.product form.cart .button {
    background: #cc0000;
    box-shadow: 0 0 0 1px rgba(207,0,0,.9);
    border-radius: 9px;
    box-sizing: border-box;
    color: #fff;
    float: right;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 48px;
    letter-spacing: 1px;
    padding: 6px 1em 4px 8px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s;
    width: 200px;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce-account .addresses .title .edit {
    background: none;
    border: none;
    border-radius: 9px;
    box-sizing: border-box;
    color: #c00;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.25s;
}
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-account .addresses .title .edit:hover,
.woocommerce div.product form.cart .button:hover {
    background: rgba(207,0,0,1);
    box-shadow: 0 0 0 3px rgba(207,0,0,1);
    color: #fff;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
}

.product .price .amount {
    color: rgba(0,0,0,0.8);
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 100%;
    margin-right: 0;
}
.woocommerce-Price-currencySymbol {
  font-size: 0.6em;
  font-weight: normal;
  margin: 0 8px 0 0;
}
.woocommerce-variation-availability {
  float: left;
  line-height: 100%;
}
.woocommerce div.product form.cart div.quantity {
    display: none !important;
}
.woocommerce .quantity .qty {
    background: rgba(0,0,0,0.025);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    box-sizing: border-box;
    color: #cc0000;
    font-size: 16px;
    padding: 8px;
    width: 3.631em;
}
.tracklist {
    float: left;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    width: 100%;
}
.tracklist li {
    border-bottom: 1px solid rgba(153,0,0,0.3);
    color: rgba(0,0,0,0.8);
    font-family: "Barlow Semi Condensed", sans-serif;
    height: 24px;
    line-height: 120%;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border-color: rgba(0,0,0,0.1);
    border-style: solid;
    border-width: 1px 0;
    color: rgba(0,0,0,0.8);
    /* font-family: Libre Baskerville, serif; */
    padding: 4em 2em;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  font-size: 24px;
  letter-spacing: -0.5px;
  margin: inherit;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel a {
  background: linear-gradient(#900,#900),linear-gradient(#900,#900),linear-gradient(#900,#900);
  background-size: 0.05em 1px,.05em 1px,1px 1px;
  background-position: 0 95%,100% 95%,0 95%;
  background-repeat: no-repeat,no-repeat,repeat-x;
  color: inherit;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
}
.woocommerce div.product .woocommerce-tabs .panel a:hover {
  background: none;
  color: #900;
  }
.product_production {
    border-top: 1px solid #900;
    color: rgba(0,0,0,0.6);
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 120%;
    padding-top: 12px;
    text-transform: uppercase;
}
.product_video {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 10%;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: none;
  color: #c00;
  font-size: 16px;
  height: 40px;
  letter-spacing: -1px;
  line-height: 100%;
  margin: 0 1em 0 0;
  padding: 10px;
  text-align: center;
  width: auto;
  vertical-align: bottom;
}
.woocommerce div.product form.cart .variations select,
.woocommerce form .form-row input.input-text {
  height: auto;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
  background: rgba(255,255,0,0.3);
    border: none;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 12px 16px;
}
.woocommerce .woocommerce-info {
  background: none;
  border-top: 1px solid rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.5);
  margin: 0;
  padding: 1em 0;
  text-align: center;
}
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    left: 1.5em;
    position: absolute;
    top: 1em;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background: rgba(0,0,0,0.1);
  border: none;
  border-radius: 0;
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  margin: 0 0 1px;
  padding: 4em 4em 0;
  text-transform: uppercase;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  color: #c00;
  line-height: 100%;
  padding: 1em;
}
.product-share {clear: both;display: flex;padding: 0 20%;}
.product-share .meta_tweet,
.product-share .meta_fb {
  margin: 0;
  width: 50%;
}
.product-share .meta_tweet a,
.product-share .meta_fb a {
  color: #fff;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 100%;
  padding: 12px;
  text-transform: uppercase;
}
.woocommerce div.product div.images .product-share .meta_tweet img, 
.woocommerce div.product div.images .product-share .meta_fb img {
  display: inline-block;
  height: auto;
  margin: 0 6px 0 0;
  vertical-align: middle;
  width: 16px;
  }
/* ------------------------*/ /* ---------->>> PLAYER CONTROL <<<-----------*/ /* ------------------------*/
.mejs-container {
  float: left;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  height: 24px !important;
  margin-right: 8px;
  width: 24% !important;
  }
.mejs-volume-button, 
.mejs-controls a.mejs-horizontal-volume-slider, 
.mejs-time {
  display: none !important;
}
.mejs-container, 
.mejs-container .mejs-controls, 
.mejs-embed, 
.mejs-embed body {
  background:#c00 !important;
  padding-top: 4px !important;
}
.mejs-controls {
  height: 30px !important;
  padding: 0 !important;
}
.mejs-time-rail {
  margin: 0 5px 0 0 !important;
  padding-top: 4px !important;
}
.mejs-button, 
.mejs-time, 
.mejs-time-rail {
  height: 30px !important;
  line-height: 30px !important;
  padding: 0;
  width: 30px !important;
}
.mejs-button>button, 
.mejs-time-total{
  margin:0 !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #900 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #AA0000 !important;
}
.mejs-time-float {
  background: none !important;
  border: none !important;
  color: #fff !important;
  height: 24px !important;
  margin-bottom: 6px !important;
}
/* ------------------------*/ /* ---------->>> ARTIST <<<-----------*/ /* ------------------------*/
.home_post_thumb {
  box-sizing: border-box;
  float: left;
  height: auto;
  line-height: 100%;
  margin-bottom: 12px;
  position: relative;
  width: 20%;
}
.home_post_thumb img {
  border-bottom: 2px solid #fff;
  filter: grayscale(1);
  height: auto;
  margin-bottom: 4px;
  padding-bottom: 3px;
  transition: 0.3s ease 0s;
  width: 100%;
}
.home_post_thumb img:hover{
  border-color: #c00;
  filter: grayscale(0);
}
.home_post_thumb .title {
  background: #c00;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  left: 12px;
  letter-spacing: -1px;
  line-height: 100%;
  padding: 6px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
}
.home_post_thumb .title:hover {
  background: #900;
}
/* ------------------------*/ /* ---------->>> ARTIST PROFILE <<<-----------*/ /* ------------------------*/
.artistpanel_img {
  float: left;
  margin: 56px 0 88px;
  width: 40%;
}
.artistpanel_img img {
  box-sizing: border-box;
  padding: 1.5em;
  width: 100%;
}
.artistpanel {
  background: rgba(0,0,0,0.04);
  padding: 24px;
  width: 60%;
}
.artistpanel, 
.authorpanel {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.12em;
  line-height: 200%;
  letter-spacing: -0.03em;
  margin: 54px 0 2em;
}
.authorpanel {
  width:100%;
}
.authorpanel p {
  margin: 0;
  padding: 24px;
}
.artistpanel h4 {
  font-size: 1.3em;
  font-weight: normal;
  margin-top: 2em;
}
.artistpanel p {
  margin: 0 0 1em;
  padding: 24px 0 0 0;
}
.artistpanel .artistpanel_links a {
  background: none;
  clear: both;
  float: right;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 5px 0 0;
  text-transform: uppercase;
}
.artist_rel_head {
  color: rgba(0,0,0,0.3);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 12px 12px;
  text-align: left;
  width: 100%;
}
.artist_archivehead {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  padding: 0 12px 24px;
}
.artist_archivehead h2 {
  width: 100%;
}
.archive-border h2 {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: -1px;
  line-height: 160%;
  margin: 36px 0 24px 0;
  text-transform: uppercase;
}
/* ------------------------*/ /* ---------->>> SINGLE <<<-----------*/ /* ------------------------*/
.post-edit-link {
    background: rgba(255,0,255,0.9);
    border-radius: 525%;
    bottom: 24px;
    box-sizing: border-box;
    color: #000;
    font-family: Arial;
    font-size: 20px;
    height: 150px;
    letter-spacing: -0.05px;
    right: 24px;
    padding: 55px 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    vertical-align: baseline;
    width: 150px;
    z-index: 1000;
}
.post-edit-link:hover {
  background: rgba(255,255,0,0.9);
  color: #000;
}
.single_title {
    background: rgba(0, 0, 0, 1) url(images/background.jpg) repeat-y scroll center top;
}
h1.single_title {
    box-sizing: border-box;
    color: rgba(255,255,255,1);
    font-size: 80px;
    letter-spacing: -4px;
    line-height: 100%;
    margin: 0 auto 16px;
    max-width: 1170px;
    padding: 120px 10px 50px;
    width: 100%;
    word-break: keep-all;
    /* font-weight: normal; */
}
.single_left {
    box-sizing: border-box;
    float: left;
    font-size: 1.12em;
    letter-spacing: -0.3px;
    margin: 0 100px 50px 30px;
    width: 640px;
}
.single_left img {
    box-sizing: border-box;
    float: left;
    height: auto;
    margin-bottom: 24px;
    max-width: 100%;
    width: 640px;
}
.single_left p {
    box-sizing: border-box;
    float: left;
    line-height: 180%;
    margin: 0 0 2em;
    padding: 0 16px;
    text-align: left;
    width: 100%;
}
.single_latest {
  clear: both;
  display: block;
}
.single_latest h3 {
  clear: both;
  color: #333;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 29px 0 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
.single_latest img {
  width: auto;
}
.single_latest_box {
  display: inline-flex;
  float: left;
  height: 160px;
  width: 25%;
}
.single_left .single_latest_box a {
  background: none;
  width: 100%;
}
.single_latest_box h3 {
  background: rgba(0,0,0,0.6);
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  font-size: 18px;
  letter-spacing: -0.33px;
  line-height: 100%;
  overflow: hidden;
  padding: 15px 10px;
  text-shadow: none;
  transition: all 0.3s;
  width: 160px;
}
.single_latest_box h3:hover {
  background: none;
  color: transparent;
}
.wp-caption-text, .caption {
  color: rgba(0,0,0,0.4);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.wp-caption-text, .single_left .caption a {
  background: none;
}
.single_left h4, 
.single_full h4 {
  border-top: 1px solid rgba(0,0,0,0.7);
  clear: left;
  color: #222;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  letter-spacing:0;
  line-height: 28px;
  margin: 12px auto;
  text-align: right;
  text-transform: uppercase;
  width: auto;
  padding: 10px 0;
}
.single_left h4 a {
    background: #c00;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 100%;
    margin: 0 0 24px;
    min-width: 20%;
    padding: 12px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    width: 20%;
}
.single_left h4 a:hover {
    background-color: #900;
    color: #fff;
    text-decoration: none;
}
.single_left a, 
.single_full a, 
.authorpanel a, 
.full-width a {
    background: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#c00,#c00);
    background-position: 0 100%,100% 100%,0 100%;
    background-size: .05em 1px,.05em 1px,1px 1px;
    background-repeat: no-repeat,no-repeat,repeat-x;
    color: inherit;
    text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
    line-height: 100%;
}
.artistpanel a, .radio_panel a {
    background: linear-gradient(#f5f5f5,#f5f5f5),linear-gradient(#f5f5f5,#f5f5f5),linear-gradient(#c00,#c00);
    background-position: 0 95%,100% 95%,0 95%;
    background-repeat: no-repeat,no-repeat,repeat-x;
    background-size: 1px 1px,1px 1px,1px 1px;
    color: inherit;
    text-shadow: 0.03em 0 #f5f5f5, -0.03em 0 #f5f5f5, 0 0.03em #f5f5f5, 0 -0.03em #f5f5f5, 0.06em 0 #f5f5f5, -0.06em 0 #f5f5f5, 0.09em 0 #f5f5f5, -0.09em 0 #f5f5f5, 0.12em 0 #f5f5f5, -0.12em 0 #f5f5f5, 0.15em 0 #f5f5f5, -0.15em 0 #f5f5f5;
}
.single_left a:hover, 
.single_full a:hover, 
.radio_panel a:hover, 
.artistpanel a:hover, 
.authorpanel a:hover, 
.full-width a:hover {
  background:none;
  color: #c00;
}
.index_select {margin: 20px 0;padding: 0;border-top: 1px solid rgba(0,0,0,0.1);clear: left;}
.index_select li {
  width: 25% !important;
}
.single_select {
  border: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 0;
  text-transform: uppercase;
  display: flex;
}
.single_left .single_select {
  display: block;
}
.single_left .single_select li,
.index_select li {
  background: rgba(255,255,0,1);
  border-left: 2px solid rgba(255,255,255,1);
  border-right: 2px solid rgba(255,255,255,1);
  line-height: 50px;
}
.single_select li {
  color: #000;
  display: inline-block;
  float:left;
  height: 50px;
  line-height: 150%;
  list-style: none;
  width: 16.66%;
  text-align: center;
  vertical-align: top;
}
.index_select .single_select_patreon {
  background: #de00ab;
  color: #fff;
}
.single_left li:hover, .single_select li:hover  {
  background: rgba(0,0,0,1);
}
.single_select a {
  background: none;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 10px;
  font-weight: bold;
  height: 50px;
  padding: 14px 12px 0;
  text-shadow: none;
  letter-spacing: 0.5px;
}
.single_select a:hover {
  color: rgba(255,255,0,1);
}
.single_left .single_select a,
.index_select .single_select a{
  padding: 14px 10%;
  width: 100%;
  box-sizing: border-box;
}
.single_select_h a {
   line-height: 26px;
}
.single_select img {
  border: none;
  float: none;
  height: 24px;
  margin: 0 0 0 4px;
  width: 24px;
}
.single_select img:hover {
  box-shadow: none;
}
.single_meta {
    color: #000;
    flex-basis: 100px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 21px 21px 63px;
    min-width: 100px;
    text-align: left;
}
.meta_whom a {
    font-weight: bold;
    letter-spacing: -1px;
    font-family: Libre Caslon Text, serif;
}
.single_meta a:hover {
  color: #c00;
}
.meta_whom {
  display: block;
}
.meta_cat {
  display: block;
  font-weight: bold;
  letter-spacing: 0;
  margin: 24px 0 0;
  text-transform: uppercase;
}
.meta_when {
  display: block;
    font-family: Libre Caslon Text, serif;
    font-size: 16px;
    letter-spacing: 0;
}
.meta_tweet {
    background: #1da1f2;
    margin: 12px 0 0;
    transition: all 0.3s;
    width: 50%;
    text-align: left;
    display: inline-block;
}
.meta_fb {
    background: #4267b2;
    display: inline-block;
    margin: 0;
    text-align: left;
    transition: all 0.3s;
    width: 50%;
}
.meta_tweet:hover, 
.meta_fb:hover {
  background:#c00;
}
.meta_tweet img, 
.single_left .meta_tweet img, 
.meta_fb img, 
.single_left .meta_fb img {
    border: none;
    height: 10px;
    margin: 0 6px 0 0;
    width: auto;
}
.single_meta .meta_tweet a, 
.single_meta .meta_fb a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 12px;
    width: 100%;
}
.single_left .meta_tweet, 
.single_left .meta_fb {
  margin: 0;
  width: 50%;
}
.single_left .meta_tweet a, 
.single_left .meta_fb a {
  background: none;
  display: block;color: #fff;
  font-size: 12px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 110%;
  padding: 12px;
  text-shadow: none;
  text-transform: uppercase;
}
.single_left .meta_tweet a:hover, 
.single_left .meta_fb a:hover  {
  color:#fff;
}
.embed-container {
  clear: both; 
  margin-bottom: 2em;
}
a.single_archivesad {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  display: block;
  background: rgba(255,255,0,1);
  clear: both;
  text-shadow: none;
  padding: 40px 40px 90px;
}
a.single_archivesad:hover {
  background: #000;
  color: rgba(255,255,0,1);
}
.tags {
  clear: both;
  color: transparent;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 100%;
  margin: 24px 0 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.tags a{
  background: none;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.tags a:hover {
  color: #cc0000  ;
}
.genres {
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0 16px 10px 0;
  text-transform: uppercase;
}
.genres a {
 background: none;
 color: #333;
}
.genres a:hover {
}
.single_left .genres {
  clear: both;
  padding: 10px 0 20px;
  margin: 0;
}
.front_mantis_latest .genres {
  padding: 4px 0 0 86px;
}
.next_prev_cont {
    clear: both;
    display: block;
    font-size: 16px;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-transform: uppercase;
    line-height: 100%;
}
.next_prev_cont a {
  display: block;
  min-height: 50px;
  padding: 12px;
  color: #c00;
  background: #fff;
  text-shadow: none;
}
.next_prev_cont .left {
    float: left;
    text-align: right;
    width: 50%;
}
.next_prev_cont .right {
  float: right;
  text-align: left;
  width: 50%;
}
.next_prev_cont .left a:hover,
.next_prev_cont .right a:hover {
  background: #c00;
  border-color: #c00;
  color: #fff;
}
#sidebar {
    float: right;
    width: 300px;
}
.sidebar-left {
  letter-spacing: 0;
}
.sidebar-left .sb_latest h3 {
  /* text-align: left; */
  text-transform:initial;
}
.sidebar-left .sb_latest h3 a {
  margin: 0 auto;
  padding: 0 0 24px;
  max-width: 245px;
}
.sidebar-buy-artist {
  display: block;
  line-height: 150%;
}
.sidebar-buy-releasename {
  letter-spacing: inherit;
  line-height: 20px;
  font-weight: bold;
}
.sidebar-left .sidebar-buy-art img {
  background: #000;
  border: none;
  height: 100%;
  margin: 0 0 24px;
  padding: 0;
  transition: all 0.3s;
  width: 100%;
}
.sidebar-buy {
  color: #000;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  letter-spacing: -0.5px;
  padding: 10px 0 0;
  text-align: center;
}
.sidebar-buy:hover {
  color: #cc0000;
}
.sidebar-right {
  background: #000;
  margin: 45px 0 0;
}
hr.sidebar-radio {
  border-color: rgba(255,255,0,1);
  border-style: inset;
  border-width: 1px 0 0;
  margin: 20px 10px 0;
  width: 104px;
}
hr.sidebar-release {
  border-color: rgba(255,255,0,1);
  border-style: solid;
  border-width: 2px 0 0;
  margin: 8px 0 16px;
  width: 104px;
}
hr.single-title {
  border-color: #fff;
  border-style: solid;
  border-width: 4px 0 0;
  padding: 0 0 40px;
  width: 33%;
  background: transparent;
  margin: 30px 0 0;
}
hr.supportbox {
  background: transparent;
  border-color: rgba(255,255,255,1);
  border-style: solid ;
  border-width: 1px 0 0;
  margin: 20px 0 10px;
  padding: 0;
  width: 104px;
}
.sb_latest {
  border: 2px solid rgba(0,0,0,0.1);
  box-sizing: border-box;
  background: rgba(255,255,0,1);
  padding: 32px 0 40px;
  text-align: center;
  margin: 0 0 45px 0;
}
.sb_latest img {
    border: 12px solid #c00;
    box-sizing: border-box;
    float: left;
    height: auto;
    max-width: 300px;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}
.sb_latest img:hover {
  box-shadow: 0 0 0 3px rgba(207,0,0,0.7);
}
.sb_latest h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}
.sb_latest h3 a {
    color: #000;
    display: block;
    line-height: 100%;
    margin: 0 10px 0 30px;
    padding: 12px 0 24px 0;
    transition: all 0.2s;
}
.sb_latest h3 a:hover {
  color: #cc0000;
}
.sb_latest_outnow {
    color: #cc0000;
    font-size: 24px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    padding: 30px 0 5px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s;
}
.sb_latest_outnow a:hover {
  color: #000;
}
.sb_radio {
    background: #000;
    box-sizing: border-box;
    clear: both;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 100%;
    list-style: none;
    margin: 0;
    padding: 10px 10px 5px;
    text-transform:uppercase;
}
.sb_radio li {
  display: inline-block;
  padding: 1px 0 0;
  }
.sb_radio p {
  text-align: left;
}
.sb_radio a {
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
    letter-spacing: -0.72px;
    line-height: 100%;
    text-transform: uppercase;
}
.sb_radio a:hover {
  color: #c00;
}
.sb_radio .recent-boxes-show {
  font-size: 16px;
  letter-spacing: -0.33px;
}
.sb_latest_mantislogo {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
  padding: 80px 0 0px;
  text-align: center;
}
.sb_latest_mantislogo:hover {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.sb_latest_list1 li a {
    font-size: 36px;
    margin: 0 30px 10px;
    padding: 0;
}
.supportbox {
  background: rgba(223, 0, 172, 1) url(images/background-supportbox.png) repeat-y scroll center bottom;
  background-size: cover;
  color: #fff;
  letter-spacing: -0.5px;
  padding: 25px 25px;
  margin: 0;
  clear: both;
}
.supportbox a:hover {
  color: rgba(255,255,0,1);
}
.supportbox p {
  color: #000;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 22px;
  margin: 10px 0;
}
.supportbox h2,
.supportbox h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 34px;
  line-height: 36px;
  font-weight: normal;
}
.supportbox h3 {font-weight: bold;}
.supportbox h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
}
.supportbox img {
  height: 120px;
  margin: 25px;
  width: 120px;
  float: left;
}
.supportbox_content {
  display: inline-block;
  padding: 25px 0 16px;
  max-width: 600px;
}
.supportbox_wrapper {
  margin: 0 auto;
  max-width: 800px;
}
.wpp-list {
    box-sizing: border-box;
    display:block;
    float: left;
    font-family: Libre Caslon Text, serif;
    font-size: 18px;
    letter-spacing: -0.5px;
    margin: 10px 0 24px;
    padding: 0;
    width: 100%;
}
.wpp-list li, .wpp-list li:hover {
  margin: 0;
}
.wpp-list a:hover {
  color: #000;
}
.wpp-post-title {
  border-left: 1px solid rgba(0,0,0,0);
  color: rgba(0,0,0,0.5);
  display: block;
  font-weight: 700;
  margin: 0;
  line-height: 28px;
  padding: 8px 0 16px;
  transition: all 0.25s;
}
.wpp-post-title:hover {
  padding-right: 0;
}
.sb_bxttom {
  float: left; 
  width: 100%;
}
.crp_related {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 48px;
}
.crp_related ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.crp_related li {
    box-sizing: border-box;
    display: inline-block;
    filter: grayscale(1);
    float: left;
    position: relative;
    margin-bottom: 24px;
    transition: 0.3s ease 0s;
    width: 25%;
}
.crp_related li:hover {
  color: #000;
  filter: grayscale(0);
}
.crp_related img {
    background: #fff;
    border-bottom: 2px solid #fff;
    height: auto;
    margin-bottom: 4px;
    padding-bottom: 3px;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}
.crp_related img:hover {
    border-color: #c00;
}
.crp_title {
    color: rgba(0,0,0,0.8);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 20px;
    padding: 12px 10px 0 0;
    transition: color 0.3s;
}
.crp_title:hover {
  color: #c00;
}
h3.side_title {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    clear: both;
    color: rgba(0,0,0,0.8);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
    padding: 24px 0 12px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
/* ------------------------*/ /* ---------->>> FULL WIDTH <<<-----------*/ /* ------------------------*/
.full-width {
    font-size: 1.12em;
    letter-spacing: -0.03em;
    margin: 54px 0 0;
    padding: 48px 6em 72px;
}
.full-width p {
  margin: 0 0 2em;
}
.full-width h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: -1px;
}
.full-width h3 {
  font-size: 1.3em;
  font-weight: normal;
  line-height: 160%;
  margin: 0 0 2em;
}
.full-width .woocommerce {
  background:#fff;
  border-radius: 12px;
  letter-spacing: -1px;
    line-height: 120%;
    padding: 36px;
}
.full-width .woocommerce p {
  margin: 0 0 1em;
  padding: 0;
  text-align: left;
}
.full-width .woocommerce .lost_password {
  padding: 0 0 2em;
}
.full-width #searchsubmit {
  display:none;
}
.full-width #searchform {
  padding: 0;
  text-align:center;
}
.woocommerce ul.order_details li {
  border-right-color: #990000;
}
.full-width .searchpage input[type="text"] {
    border: none;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    color: rgba(0,0,0,0.8);
    font-size: 70px;
    letter-spacing: -5px;
    line-height: 144%;
    margin-top: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.full-width input[type="text"]:hover {
  border-color: #c00;
  color: #c00;
}
.event-head {
    background: #000;
    line-height: 100%;
    margin: 0 0 2em;
    text-align: center;
}
.simcal-default-calendar-list dt.simcal-day-label,
.simcal-default-calendar-list ul.simcal-events {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
}
.simcal-default-calendar-list .simcal-event-details {
  padding: 8px 0 12px;
}
.cal-start-date {
    box-sizing: border-box;
    color: rgba(0,0,0,0.7);
    float: left;
    font-size: 13px;
    padding: 1em 12px;
    margin-right: 1em;
    text-align: right;
    width: 111px;
}
.cal-widget {
    display: inline-block;
    font-size: 13px;
}
.simcal-event-title {
    color: rgba(0,0,0,1);
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0.5em 0 0;
    text-transform: initial;
}
.simcal-event-description a {
    padding: 0;
    background-position: 0 95%,100% 95%,0 100%;
}
/* ------------------------*/ /* ---------->>> ARCHIVES <<<-----------*/ /* ------------------------*/
#posts_cont {
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin-bottom: 66px;
}
.radio_archives_links {
    background: #c00;
    border: 21px solid #fff;
    box-sizing: border-box;
    color: #900;
    display: inline-block;
    float: right;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 24px 24px 36px;
    min-width: 180px;
    margin: 54px 0 0;
    text-transform: uppercase;
    width: 30%;
}
.radio_archives_links a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 4px 0 0;
}
.radio_archives_links a:hover {
    color: #fff;
    filter: invert(100%);
}
.radio_archives_links img {
    height: auto;
    margin: 0 6px 0 0;
    width: 16px;
}
.yearer a {
    display: inline-block;
}
.radio_archives_links .meta_tweet {
    margin: 0;
}
.radio_archives_links .meta_tweet a, 
.radio_archives_links .meta_fb a {
  display: block;
  font-size: 12px;
  height: 16px;
  line-height: 100%;
  padding: 12px;
}
.radio_archives_links .meta_tweet a:hover,
.radio_archives_links .meta_fb a:hover {
  background:#000; 
  color:#fff; 
  filter: invert(0%);
}
.radio_panel {
    background: rgba(0,0,0,0.04);
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 1.12em;
    letter-spacing: -1px;
    margin: 54px 0 2em;
    padding: 24px 24px 48px 48px;
    width: 70%;
}
.radio_panel p {
  font-size: 1.3em;
  margin: 24px 1em 1em 0;
}
.archives_year_head {
    border-bottom: 1px solid rgba(0,0,0,0.4);
    color: rgba(0,0,0,0.8);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 0 0 12px;
    padding: 12px 0 0;
    position: relative;
    text-transform: uppercase;
}
.archives_year_head a {
  float: right;
}
.year_anchor {
  display:block; 
  height:300px;
  margin-top:-300px;
  visibility:hidden;
}
.archives_logo {
  clear: both;
  display: block;
  margin: 0 auto;
  max-height: 100px;
  max-width: 100%;
  padding: 36px 0 0;
}
/* ------------------------*/ /* ---------->>> CONTACT <<<-----------*/ /* ------------------------*/
.cscfForm {
  margin: 0 auto;
  max-width: 60%;
  padding-top: 1px;
}
.cscfForm label {
  float: left;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 12px 0 2em;
  text-transform: uppercase;
}
label[for=cscf_name], 
label[for=cscf_email], 
label[for=cscf_confirm-email],
label[for=cscf_message] {
  display: none;
}
.cscfForm .form-control {
    border-radius: 0;
    box-sizing: border-box;
    color: #555;
    font-family: Libre Baskerville, serif;
    height: auto;
    line-height: 1.88889;
    padding: 1em 2em;
}
.has-error .help-block, 
.has-error .control-label {
    color: #c00 !important;
    letter-spacing: -1px;
    padding: 0 0 4px;
}
#cscf_SubmitButton {
    background: #c00;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    padding: 12px;
    text-transform: uppercase;
    width: 100%;
}
#cscf_SubmitButton:hover {
    background-color: #900;
}
/* ------------------------*/ /* ---------->>> FOOTER <<<-----------*/ /* ------------------------*/
.footr {
  background: rgba(255,255,255,1);
  bottom: 0;
  height: 72px;
  left: 0;
  right: 0;
  padding: 0;
  position: absolute;
}
.logo_drkflr {
  clear: both;
  display: block;
  filter: invert(1);
  margin: 0 auto;
  text-align: center;
  width: 64px;
  position: absolute;
  bottom: 16px;
  left: 40%;
  right: 40%;
}
.footer_top_cont {
  box-sizing: border-box;
  clear: both;
  display: block;
  padding: 0 2em 0;
  margin: 0 auto;
}
.home_bottom_box_cont {
  margin: 0 auto;
  max-width: 1170px;
  padding-top: 8px;
}
.home_bottom_box {
  box-sizing: border-box;
  float: left;
  line-height: 100%;
  margin: 0;
  width: 50%;
}
.footer_box {
  clear: both;
  color: rgba(0,0,0,0.6);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
}
.footer_social {
  text-align: left;
}
.footer_top_cont a {
  color: rgba(0,0,0,0.7);
  display: inline-block;
  font-style: normal;
  line-height: 100%;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.footer_top_cont a:hover {
  color:rgba(0,0,0,1);
}
.footer_top_cont img {
  filter:opacity(0.7);
  max-width: 55%;
  opacity: 70%;
  transition: all 0.3s;
}
.footer_top_cont img:hover {
  filter: opacity(1);
  opacity: 100%;
}
/* Audio Player */
.ai-wrap {
  background: none;
  color: rgba(0,0,0,0.7);
  padding: 24px 0;
}
.ai-wrap .ai-control-wrap-controls {
  background: rgba(255,255,0,1);
  padding: 24px 24px 36px;
}

.ai-wrap .ai-track-title,
.ai-wrap .ai-track-title span {
  color: #505050;
  font-family: sans-serif;
  font-size: 17px;
  text-transform: initial;
  vertical-align: middle;
  letter-spacing: -1px;
}
.ai-wrap .ai-track-no-thumb {
  display:none;
}
.ai-wrap .ai-track {
  background-color: rgba(0,0,0,0);
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 0;
}
.ai-wrap .ai-track-name {
  font-size: 14px;
  padding: 0 24px;
}
.ai-wrap .ai-track:hover,
.ai-wrap .ai-track.ai-track-active {
  background-color: rgba(255,255,0,1);
  color: rgba(0,0,0,1);
}
.ai-wrap .ai-audio-controls-meta .ai-btn,
.ai-wrap .ai-volume-bar {
  background: rgba(255,255,0,1);
  border: 1px solid rgba(0,0,0,0.1);
}
.ai-wrap .ai-audio-controls-meta .ai-btn {
  border-radius: 2px;
}
.ai-wrap .ai-btn:hover {
  background: rgba(255,255,0,1);
  color: #000;
}
.ai-wrap .ai-btn:hover svg,
.ai-wrap .ai-btn.ai-btn-active svg {
  fill: #000;
}
.ai-wrap .ai-track-progress-bar {
  background: rgba(0,0,0,1);
  height: 8px;
}
.ai-wrap .ai-track-progress {
  background: rgba(255,255,255,1);
  border: 1px solid rgba(0,0,0,0.1);
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background: #000;
}
.ai-wrap .ai-volume-bar {
  border-color: rgba(255,255,0,1);
  border-style: solid;
  border-width: 0 1px 0 0;
}
.ai-wrap .ai-btn.ai-btn-active {
  background: rgba(255,255,255,1);
}
.ai-wrap .ai-audio-control {
  background-color: #000;
  height: 66px;
  width: 66px;
}
.ai-wrap .ai-audio-control:focus,
.ai-wrap .ai-audio-control:hover {
  background: rgba(0,0,0,1);
  border: 3px solid rgba(0,0,0,1);
  outline: none;
}
.ai-wrap .ai-audio-control svg {
  fill: rgba(255,255,255,1);
  height: 20px;
}
.ai-wrap .ai-audio-control:focus svg,
.ai-wrap .ai-audio-control:hover svg {
  fill: #fff;
}
.ai-wrap .ai-btn svg {
  fill: #000;
}

/* OUT OF STOCK */
.price .price {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display:none;
  font-weight: bold;
  padding: 24px 8px 4px;
  text-align: left;
}
.prod_box_img .out-of-stock {
  /* content: "OUT OF STOCK"; */
  align-items: center;
  background: rgba(255,255,0,1);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 100%;
  color: rgba(0,0,0,0.8);
  display: grid;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 100px;
  letter-spacing: 1px;
  margin: 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}
.price .out-of-stock,
.prod_box_img .price {
  display: none;
}