@charset "UTF-8";
/*
 Theme Name:   blankslate Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  blankslate Theme
 Author:       Shannon Briggs
 Author URI:   http:www.mysticbrew.com.au
 Template:     blankslate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  blankslate
*/
/* --- fonts
------------------------------------------------- */
@font-face {
  font-family: "untitled-font-1";
  src: url("fonts/untitled-font-1.eot");
  src: url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("fonts/untitled-font-1.woff") format("woff"), url("fonts/untitled-font-1.ttf") format("truetype"), url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-traxsource:before {
  content: "\74";
}
.icon-beatport:before {
  content: "\62";
}
/* --- Global
------------------------------------------------- */
.font-reg {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
.font-bold {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
body {
  margin: 0;
}
body #wrapper {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
body #wrapper h2 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
body #wrapper h2.keyline {
  background: url(images/keyline-1.gif) 50% 50% repeat-x;
  text-align: center;
}
body #wrapper h2.keyline span {
  background: #fff;
  display: inline-block;
  padding: 0 50px;
}
body #wrapper a {
  color: #000;
}
body #wrapper a:hover,
body #wrapper a:focus {
  text-decoration: none;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
body #wrapper .image {
  width: 100%;
  margin-bottom: 30px;
}
body #wrapper .image .inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: 50%;
  background-size: cover;
}
body .sweat {
  display: inline-block;
}
body .club {
  display: none !important;
}
.unclickable > a:hover {
  cursor: default;
}
.button {
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 0;
  padding: 15px 40px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px auto 0;
  color: #000;
  background-color: #eee;
}
.button:hover,
.button:focus {
  background-color: #fff;
  color: #000;
  font-weight: bold !important;
  text-decoration: none;
}
/* --- Pagination
------------------------------------------------- */
nav#nav-below {
  margin-top: 50px;
  text-align: center;
}
nav#nav-below div {
  display: inline-block;
}
nav#nav-below div a {
  display: block;
  background: #000;
  color: #fff;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: bold;
}
nav#nav-below div a span {
  display: none;
}
/* --- Header
------------------------------------------------- */
header h1 {
  margin: 0;
}
header .logo {
  margin: 50px auto 30px;
  display: block;
  outline: none;
  text-align: center;
}
header .logo img {
  max-width: 50%;
}
header .logo span {
  display: none;
}
/* --- banner
------------------------------------------------- */
.tp-bullets.simplebullets.round .bullet {
  background-image: url(images/bullet.png) !important;
}
/* --- nav
------------------------------------------------- */
nav#menu {
  margin-bottom: 30px;
  background: #fff;
  width: 100% !important;
  padding: 20px 0 !important;
  text-align: center;
}
nav#menu ul li {
  float: none;
  display: inline-block;
}
nav#menu ul li a {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  transition: 0.2s;
  background: url(images/bullet-1.gif) 0 50% no-repeat;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
nav#menu ul li a::after {
  display: none;
}
nav#menu ul li ul.sub-menu {
  background: url(images/arrow_1_black.png) 50% 0 no-repeat;
  padding-top: 8px;
  top: 45px;
  position: absolute;
  left: -20px;
}
nav#menu ul li ul.sub-menu li {
  border-top: 1px solid #ccc;
  line-height: 160%;
  display: block;
}
nav#menu ul li ul.sub-menu li a {
  padding: 15px 20px;
  background: none;
  display: block;
  transition: 0.2s;
  background: #000;
  color: #fff;
}
nav#menu ul li ul.sub-menu li a:hover,
nav#menu ul li ul.sub-menu li a:focus {
  background: #eee;
  color: #000;
}
nav#menu ul li ul.sub-menu li:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 0;
}
nav#menu ul li#menu-item-4816 a {
  background: none;
}
nav#menu ul li.current-menu-item a {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
nav#menu ul li#menu-item-4811 {
  display: none;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
/* --- artists
------------------------------------------------- */
section#grid .row {
  margin: 0;
}
section#grid .post {
  padding: 0;
}
section#grid .thumbwrap {
  width: 100%;
}
section#grid .thumbwrap a.modal-link {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
  display: block;
  outline: none;
}
section#grid .thumbwrap a.modal-link .inner {
  visibility: hidden;
  display: table;
}
section#grid .thumbwrap a.modal-link .inner .inner2 {
  display: table-cell;
  vertical-align: center;
  background: rgba(255, 255, 255, 0.6);
}
section#grid .thumbwrap a:hover .inner,
section#grid .thumbwrap a:active .inner {
  visibility: visible;
}
section#grid .modal h2 {
  text-align: center;
  margin-bottom: 20px;
}
.flex-container {
  padding: 0;
  margin: - 0px;
  font-size: 0;
  font-family: Helvetica, Arial, sans-serif;
}
.flex-item {
  position: relative;
  display: inline-block;
  height: 0;
  width: 100%;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: 0.2s;
  overflow: hidden;
}
@media (min-width: 768px) {
  .flex-item {
    width: 25%;
    padding-top: 25%;
  }
}
.flex-item .flex-item-inner-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 150%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  padding: 25px;
  transition: 0.2s;
}
.flex-item:hover,
.flex-item:focus {
  opacity: 1 !important;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.flex-item:hover .flex-item-inner-content,
.flex-item:focus .flex-item-inner-content {
  background: rgba(255, 255, 255, 0.6);
  top: 0;
}
/* --- team
------------------------------------------------- */
#content.team h2 {
  border-bottom: 1px dotted #ccc;
  margin: 40px 0 50px;
}
#content.team h2 span {
  position: relative;
  display: inline-block;
  background: #fff;
  top: 18px;
  padding-right: 15px;
}
#content.team h3 {
  line-height: 100%;
  margin: 0 0 5px;
  font-weight: bold;
  text-transform: uppercase;
}
#content.team h4 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 500;
}
#content.team .team-member {
  margin-bottom: 5px;
}
/* --- releases
------------------------------------------------- */
section#grid.releases .thumbwrap a.modal-link {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.2s;
}
section#grid.releases .thumbwrap a:hover,
section#grid.releases .thumbwrap a:focus {
  filter: none;
  -webkit-filter: none;
}
section#players.sio {
  background-position: 50% -4px;
  padding: 100px 0 100px;
}
/* --- Badges
------------------------------------------------- */
.badges {
  margin: 25px 0;
  text-align: center;
  border-top: 1px dotted #ccc;
}
.badges a {
  display: inline-block;
  outline: none;
  margin: 0 4px !important;
  font-size: 20px;
  color: #000;
  transition: 0.2s;
}
.badges a span {
  text-indent: -9999px;
  background-repeat: no-repeat !important;
  display: inline-block;
}
.badges a.ts .icon-traxsource {
  position: relative;
  top: 3px;
  display: block;
  height: 35px;
  width: 35px;
  background-size: 80% auto;
  background-image: url(images/icon_traxsource_2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.badges a.bp .icon-beatport {
  position: relative;
  top: 3px;
  display: block;
  height: 35px;
  width: 35px;
  background-size: 100% auto;
  background-image: url(images/sideIcon_beatport.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.badges a:hover,
.badges a:focus {
  opacity: 0.2;
}
.socialwrap {
  background: none;
  text-align: left;
  padding-top: 5px;
}
.socialwrap li.title {
  font-size: 16px;
  padding-right: 5px;
}
.socialwrap li {
  display: inline-block;
  line-height: 20px;
}
.socialwrap li a {
  margin: 0;
  transition: 0.2s;
}
/* --- contact
------------------------------------------------- */
section#content ul.socials li {
  display: inline-block;
  font-size: 30px;
  margin-right: 10px;
}
section#content ul.socials li a {
  color: #ccc;
  transition: 0.2s;
}
section#content ul.socials li a:hover,
section#content ul.socials li a:focus {
  color: #000;
}
section#content input[type="button"] {
  padding-left: 80px;
  padding-right: 80px;
}
.subscribe {
  margin-top: 50px;
}
.subscribe input[type="text"] {
  text-align: center;
  border: 0;
}
.subscribe input[type="submit"] {
  text-transform: uppercase;
  background: #fff;
  font-weight: 500;
  margin: auto;
  display: block;
  border: 1px solid #000;
  transition: 0.2s;
}
.subscribe input[type="submit"]:hover {
  opacity: 0.7;
}
/* --- alternate
------------------------------------------------- */
section#alternate {
  width: auto;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 65px;
}
section#alternate .inner {
  height: 100px;
  width: 100px;
  color: #fff;
  display: block;
  background: url(images/clubsweat.png) 50% 50% no-repeat #000;
  background-size: 75px auto;
  text-indent: -9999px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  left: -10px;
  transition: 0.2s;
  outline: none;
}
section#alternate .inner:hover,
section#alternate .inner:focus {
  left: 0;
}
body.category-104 section#alternate .inner {
  background: url(images/shoes.png) 50% 50% no-repeat #fff;
  background-size: 80px;
}
body.category-104 nav#menu {
  background: none;
}
/* --- social widget
------------------------------------------------- */
section#social {
  width: auto;
  position: fixed;
  z-index: 9999;
  top: 200px;
  right: 0;
}
section#social ul {
  margin: 0;
  overflow: hidden;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
section#social ul li a {
  height: 60px;
  width: 60px;
  display: block;
  outline: none;
  line-height: 60px;
  font-size: 25px;
  text-align: center;
  transition: 0.2s;
}
section#social ul li a.ts {
  background: url(images/sideIcon_traxsource.png) 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 67%;
  color: #000;
}
section#social ul li a.bp {
  background: url(images/sideIcon_beatport.png) 50% 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  color: #000;
}
body section#social ul {
  background-color: #000;
}
body section#social ul li a {
  background-color: #000;
  color: #fff;
}
body section#social ul li a:hover {
  background-color: #cccccc;
  color: #000;
}
body.category-104 section#social ul {
  background: #fff !important;
}
body.category-104 section#social ul li a {
  background-color: #fff !important;
  color: #000;
}
body.category-104 section#social ul li a:hover {
  background-color: #a9f6fc !important;
  color: #000;
}
/* --- Modal *new*
------------------------------------------------- */
.wp-post-modal.show {
  padding: 40px !important;
  max-width: 600px;
}
.wp-post-modal.show .close-modal {
  top: 5px !important;
  margin-right: 5px;
}
#modal-content #modal-ready {
  width: unset;
  padding: 0;
}
#modal-content #modal-ready h2 {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px dotted #ddd;
  padding: 20px 0;
  margin: 0;
}
#modal-content #modal-ready p {
  font-size: 18px;
  text-align: left !important;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
#modal-content #modal-ready .player {
  margin-bottom: 30px;
}
section#artists .artistimage {
  width: 100%;
}
section#artists .artistimage .inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
}
section#artists .badges {
  margin: 25px 0 5px;
  border: 0;
}
section#artists .badges a {
  font-size: 30px;
}
section#artists .bio {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
/* --- club sweat
------------------------------------------------- */
body.category-104 {
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
body.category-104 .sweat {
  display: none !important;
}
body.category-104 .club {
  display: inline-block !important;
}
body.category-104 header .logo img {
  max-width: 165px;
}
body.category-104 nav#menu ul li a {
  background: none;
  color: #fff;
}
body.category-104 nav#menu ul li a:hover,
body.category-104 nav#menu ul li a:focus {
  background: none;
}
body.category-104 nav#menu ul li ul.sub-menu li {
  border-top: 1px solid #ccc;
}
body.category-104 nav#menu ul li ul.sub-menu li a {
  background: #fff;
  color: #000;
}
body.category-104 nav#menu ul li ul.sub-menu li a:hover,
body.category-104 nav#menu ul li ul.sub-menu li a:focus {
  color: #000 !important;
}
body.category-104 nav#menu ul li ul.sub-menu li:focus,
body.category-104 nav#menu ul li ul.sub-menu li:hover {
  background: none !important;
}
body.category-104 nav#menu ul li#menu-item-4818 {
  display: none;
}
body.category-104 nav#menu ul li#menu-item-2718 {
  display: none;
}
body.category-104 nav#menu ul li#menu-item-2557 {
  display: none;
}
body.category-104 nav#menu ul li#menu-item-4077 {
  display: none;
}
body.category-104 nav#menu ul li#menu-item-4811 {
  display: inline-block;
}
body.category-104 nav.element-is-sticky {
  background: #000 !important;
}
body.category-104 .modal {
  color: #000;
}
body.category-104 .modal.fade.in {
  background: rgba(0, 0, 0, 0.75);
}
body.category-104 section#grid .post .thumbwrap {
  padding: 25px;
}
section#clubsweat .introtext {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 100px auto 200px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
/* --- form
------------------------------------------------- */
form .nf-field-label label {
  font-weight: 300;
  text-transform: uppercase;
}
form .nf-field-element input {
  padding: 10px;
  line-height: 100%;
  border: 1px solid #000;
  height: 50px;
}
form .nf-field-element input[type="button"] {
  transition: 0.2s;
  text-transform: uppercase;
}
form .nf-field-element input[type="button"]:hover,
form .nf-field-element input[type="button"]:focus {
  background: #a9f6fc;
  color: #000;
}
form .nf-field-element textarea {
  padding: 10px;
  border: 1px solid #000;
}
form .nf-field-element input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}
form .nf-field-element input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}
form .nf-field-element input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}
form .nf-field-element input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}
form .listselect-container .listselect-wrap .nf-field-element {
  border: 1px solid #000;
  overflow: hidden;
  background: url(images/select.png) 98% 50% no-repeat;
}
form .listselect-container .listselect-wrap .nf-field-element select {
  border: 0;
  padding: 10px;
  line-height: 100%;
  background: none;
  height: 50px;
  width: 105%;
  outline: none;
}
/* -- writers camp -- */
body.page-id-8724 form {
  max-width: 750px;
  margin: 50px auto;
}
body.page-id-8724 form div#nf-field-17_1-wrap div.nf-field-element {
  float: left;
  width: auto;
}
body.page-id-8724 form div#nf-field-17_1-wrap div.nf-field-description {
  float: left;
  width: auto;
  line-height: 58px;
  margin: 0 20px;
}
body.page-id-8724 form div#nf-field-17_1-wrap div.nf-field-description a {
  text-decoration: underline;
}
body.page-id-8724 form div#nf-field-17_1-wrap div.nf-field-description a:hover,
body.page-id-8724 form div#nf-field-17_1-wrap div.nf-field-description a:focus {
  text-decoration: none;
}
body.page-id-8724 .form-control[disabled],
body.page-id-8724 .form-control[readonly],
body.page-id-8724 fieldset[disabled] .form-control {
  background-color: #fff;
}
/* --- footer
------------------------------------------------- */
#footer {
  padding-bottom: 40px;
}
#footer h2 {
  margin-bottom: 40px;
}
#footer input {
  text-align: center;
}
#footer input[type="button"] {
  width: 100%;
}
body.category-104 h2.keyline {
  background-image: url(images/keyline-2.gif) !important;
}
body.category-104 h2.keyline span {
  background-color: #000 !important;
}
body.category-104 #footer {
  padding-bottom: 40px;
  background: #000;
}
body.category-104 #footer h2 {
  margin-bottom: 40px;
}
body.category-104 #footer input {
  text-align: center;
  background: none;
  border: 1px solid #fff;
}
body.category-104 #footer input[type="button"] {
  width: 100%;
}
body.category-104 #footer input[type="button"]:hover,
body.category-104 #footer input[type="button"]:focus {
  background: #a9f6fc;
  color: #000;
}
body.category-104 #footer input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
body.category-104 #footer input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
body.category-104 #footer input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
body.category-104 #footer input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
/* --- Responsive menu pro switch
------------------------------------------------- */
body #responsive-menu-pro-container #responsive-menu-pro-wrapper ul#responsive-menu-pro li.sweat {
  display: block;
}
body #responsive-menu-pro-container #responsive-menu-pro-wrapper ul#responsive-menu-pro li.club {
  display: none;
}
body.category-104 #responsive-menu-pro-header #responsive-menu-pro-header-bar-items-container #responsive-menu-pro-header-bar-logo a {
  background: url(images/logo_cs_mobile.png);
  display: block;
  height: 53px;
  width: 255px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 27px;
}
body.category-104 #responsive-menu-pro-header #responsive-menu-pro-header-bar-items-container #responsive-menu-pro-header-bar-logo a img {
  display: none;
}
body.category-104 #responsive-menu-pro-container #responsive-menu-pro-wrapper ul#responsive-menu-pro li.sweat {
  display: none;
}
body.category-104 #responsive-menu-pro-container #responsive-menu-pro-wrapper ul#responsive-menu-pro li.club {
  display: block;
}
#responsive-menu-pro-additional-content section#social {
  position: relative;
  top: 0;
}
#responsive-menu-pro-additional-content section#social ul {
  background: none !important;
}
#responsive-menu-pro-additional-content section#social ul li {
  display: block;
  float: left;
}
#responsive-menu-pro-additional-content section#social ul li a {
  background-color: unset !important;
  color: #000 !important;
}
/*# sourceMappingURL=style.css.map */

.modal-window-content p {margin: 0 !important;}