@font-face {
font-family: 'masterposter';
src: url("fonts/masterposter.eot");
src: url("fonts/masterposter.eot?#iefix") format("embedded-opentype"),
url("fonts/masterposter.woff2") format("woff2"),
url("fonts/masterposter.woff") format("woff"),
url("fonts/masterposter.ttf") format("truetype");
}

@font-face {
font-family: 'fasolid';
src: url("fonts/fa-solid-900.eot");
src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
url("fonts/fa-solid-900.woff2") format("woff2"),
url("fonts/fa-solid-900.woff") format("woff"),
url("fonts/fa-solid-900.ttf") format("truetype");
}

*,
::after,
::before {
box-sizing: border-box;
}

.clear {clear:both;}

a, a:hover {
-webkit-transition: color 0.3s linear;
-moz-transition: color 0.3s linear;
transition: color 0.3s linear;
-o-transition: color 0.3s linear;
text-decoration:none;
cursor:pointer !important;
}

.video-wrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

img, img a {
border:0 none;
max-width:100%;
height:auto;
display:block;
}

body {
margin:0;
padding:0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
-webkit-font-smoothing: antialiased !important;
font-family:Arial;
background-color:#000;
color:#FFF;
}

.wp-block-image figure.size-full {
margin-bottom:30px;
}

figcaption {
font-size:14px;
opacity:0.8;
font-style:italic;
}

#container {
width:1100px;
margin:0 auto;
}

#container.page p {
font-size:16px;
line-height:140%;
}

#container.page a {
color:#c22129;
}

#container.page a:hover {
color:#FFF;
}

section {
margin:0 0 60px 0;
}

h3 {
font-family:'masterposter', Arial;
font-size:60px;
letter-spacing:1px;
margin:0 0 12px 0;
}

h3.sub {
font-size:40px;
}

.head {
margin:0 0 30px 0;
}

.head.nobtm {
margin:0 0 7px 0;
}

.center {
text-align:center;
}

h3.artist {
font-size:38px;
margin:0 0 10px 0;
}

#hero {
position:relative;
margin:0 0 50px 0;
}

header {
position:absolute;
top:0;
left:0;
right:0;
padding:10px 30px;
line-height:40px;
z-index:999;
}

header.page {
background-color:#000;
position:relative;
margin:0 0 50px 0;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	background-color:#000;
-webkit-transform: translateY(-130%);
		 transform:translateY(-130%);
-webkit-animation:slide-down-rotated .6s ease forwards;
		animation:slide-down-rotated .6s ease forwards
}

header.sticky:after {
   -webkit-animation: slide-down-rotated-right .5s ease forwards;
    animation:slide-down-rotated-right .5s ease forwards
}

header #logo {
float:left;
}

header #logo img {
height:40px;
}

header #socials {
float:right;
margin-top:2px;
}

#socials ul,
nav#main ul {
list-style:none;
margin:0;
padding:0;
}

header #socials li {
float:left;
margin:0 0 0 15px;
color:#FFF;
}

header #socials a {
color:#FFF;
}

header #socials a:hover {
color:#c22129;
}

nav#main {
position:absolute;
left: 50%;
transform: translate(-50%, 0);
}

nav#main li {
float:left;
margin:0 20px;
color:#FFF;
font-size:34px;
line-height:50px;
font-family:'masterposter', Arial;
letter-spacing:0.4px;
}

nav#main li a {
color:#FFF;
}

nav#main li a:hover {
color:#c22129;
}


nav#main li.menu-item-has-children {
position:relative;
padding:0 7px;
margin:0 13px;
}

nav#main li.menu-item-has-children:hover {
background-color: rgb(194,33,38,.4);
}

nav#main li.menu-item-has-children:after {
content:"\f0d7";
font-family:'fasolid';
font-style:normal;
padding-left:10px;
font-size:20px;
}

nav#main li.menu-item-has-children:hover:after {
content:"\f0d8"
}

nav#main li.menu-item-has-children ul.sub-menu {
opacity:0;
position:absolute;
left:0px;
padding:0 30px 0 0;
background-color: rgb(194,33,38,.4);
-webkit-transition: all .1s ease-out;
   -moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	 -o-transition: all .1s ease-out;
		transition: all .1s ease-out;
}

header.sticky nav#main li.menu-item-has-children:hover,
header.sticky nav#main li.menu-item-has-children ul.sub-menu {
background-color:#4e0d0f;
}

nav#main li.menu-item-has-children ul.sub-menu li {
margin:0 10px 0 7px;
}

nav#main li.menu-item-has-children:hover ul.sub-menu {
opacity:1;
}


/** Mobile Nav **/
nav#nav-mobile {
position:relative;
display:none;
top:20px;
left:0;right:0;
}

nav#nav-mobile ul {
display:none;
list-style:none;
z-index:999;
width:100%;
z-index:999;
margin:0;
position:absolute;
left:0;
right:0;
text-align:center;
padding:20px 0 0 0;
background-color:#000;
}

nav#nav-mobile a {
font-size:36px;
line-height:100%;
padding:15px 0;
margin:0;
display:block;
width:100%;
color:#FFF;
text-align:center;
font-family:'masterposter', Arial;
letter-spacing:0.4px;
}

nav#nav-mobile a:hover {
color:#FFF;
}

nav#nav-mobile ul > ul#socials {
list-style:none;padding:0;
text-align:center;
margin:0 auto;
border-bottom:1px solid;
border-color: rgba(123,142,147,.4);
}

nav#nav-mobile ul > ul#socials li {
float:none;
display:inline-block;
margin:0 8px;
}

nav#nav-mobile ul > ul#socials a {
border-bottom:0;
}



#nav-trigger {
float:left;
position:absolute;
top:0;
left:0;
}

.nav-icon3 {
float:left;
width: 40px;
height: 30px;
position: relative;
margin:22px 0 0px 26px;
z-index:99999;
-webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
	 -o-transform: rotate(0deg);
		transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
cursor: pointer;
vertical-align:middle !important;
}

.nav-icon3 span {
vertical-align:middle;
display: block;
position: absolute;
height: 3px;
width: 100%;
background: #FFF;
border-radius: 5px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
	 -o-transform: rotate(0deg);
		transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
	 -o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
top: 11px;
}

.nav-icon3 span:nth-child(4) {
top: 22px;
}

.nav-icon3.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}

.nav-icon3.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
		transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
		transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}


.videocover {
min-height:70vh !important;
}

.main-video {
position:relative;
background-color:#000;
}

.video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow:hidden;
opacity:.6;
}

.full-vid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%
}

[data-object-fit=cover] {
-o-object-fit: cover;
   object-fit:cover
}



/** Home Artists **/
#home-artists {
margin:0 0 50px 0;
position:relative;
}

#home-artists ul {
list-style:none;
margin:0;padding:0;
display:grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
background-color:#000;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

#home-artists:hover ul {
opacity:0.5;
}

#home-artists #all-artists {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display:none;
}

#home-artists:hover #all-artists {
display:inherit;
}

#home-artists #all-artists a {
max-width:30%;
font-size:18px;
font-weight:600;
background-color:#c22129;
color:#FFF;
text-align:center;
text-transform:uppercase;
padding:10px 40px;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

#home-artists #all-artists a:hover {
background-color:#000;
color:#FFF;
-webkit-transition: background 0.3s ease;
}



/** Home News **/
#home-news .post #post-cat {
display:none;
position:absolute;
top:5px;
left:5px;
border-radius:50px;
background-color:#FFF;
color:#000;
font-size:10px;
padding:2px 7px;
} 

#post-cat a {
color:#000;
}

#post-cat a:hover {
color:#c22129;
}

@media (min-width: 1000px) {
.post-grid {
grid-template-rows:1fr;
display:grid;
}
 
.post-grid-5 {
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-gap: 20px;
}

.post-grid-5 .post:first-child {
grid-area: 1/1/3/3;
}

.post:first-child h4 {
font-size:24px;
}

.post:first-child .card-content {
padding:15px;
}

.post:first-child #details {
position:absolute;
bottom:15px;
right:15px;
left:15px;
}

.post-grid-5 .post:first-child .card-content {
height:150px;
}
}

.post-grid-5 .post {
background-color: rgb(0,0,0,.3);
position:relative;
}

.post-grid-5 .post #details {
position:absolute;
bottom:12px;
right:10px;
left:10px;
display:block;
font-size:14px;
}

.post h4 {
font-size:17px;
line-height:115%;
margin:0;
}

.post h4 a {
color:#FFF;
}

.post h4 a:hover {
color:#c22129;
}

.post-grid-5 .post #meta {
float:left;
font-weight:400;
font-size:12px;
}

.post-grid-5 .post #link {
float:right;
font-weight:600;
}

.post #link a {
color:#FFF;
}

.post #link a:hover {
color:#c22129;
}

.post .card-content {
position:absolute;
bottom:0;
left:0;
right:0;
padding:12px 10px;
height:110px;
background-color: rgb(0,0,0,.8);
color:#FFF;
font-weight:700;
font-size:16px;
text-transform:uppercase;
}

.post-grid-5 .post .img-wrap {
display:block;
height:100%;
overflow:hidden;
}

.post-grid-5 .post img {
min-height:100%;
object-fit: cover;
object-position: center center;
transition: all 0.3s ease-in-out;
}

.post-grid-5 .post:hover img {
transform:scale(1.1);
}

#more-news {
text-align:center;
margin:40px 0 0 0;
}

#more-news a {
margin:0 auto;
background-color:#000;
padding:10px 22px;
color:#FFF;
font-size:16px;
font-weight:bold;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

#more-news a:hover {
background-color:#c22129;
}


/** Sign Up **/
body.page #signup {
margin-top:70px;
}

body.template #signup {
margin-top:50px;
}


#signup {
position:relative;
padding:70px 0;
width: 100%;
height:100%;
overflow:hidden;
}


video#signupvideo {
margin: auto; 
display: block;
position: absolute;
top: 0;
left: 0;
right:0;
bottom:0;
width: 100%;
height:auto;
max-height:auto;
overflow:hidden;
opacity:0.6;
}

#signup #container {
position:relative;
z-index:999;
left:0;
right:0;
top:0;
bottom:0;
}

#signup .head {
color:#FFF;
font-size:40px;
font-family:'masterposter', Arial;
}

#signup #copy {
color:#FFF;
text-align:center;
margin:0 0 30px 0;
}

#mc_embed_signup {
max-width:90%;
margin:0 auto;
}

#mc_embed_signup.artist #field,
#mc_embed_signup.bigloud #field {
width:23%;
}

#field {
float:left;
width:38%;
margin:0 1%;
}

#field.submit-btn {
width:18%;
}

#field input {
font-family:Arial;
font-weight:500;
font-size:15px;
background-color: rgb(0,0,0,.6);
color:#FFF;
-webkit-appearance:none;
border:1px solid #FFF;
display:block;
width:100%;
padding:3%;
}

#field input:focus {
outline:0 none;
}

#field input::placeholder {
text-transform:uppercase !important;
}

#field input.submit-btn {
font-family:Arial;
font-weight:700;
font-size:16px;
background-color: rgb(0,0,0,.6);
color:#FFF;
-webkit-appearance:none;
border:1px solid #FFF;
display:block;
width:100%;
padding:3%;
transition: all 0.4s ease;
cursor:pointer;
}

#field input.submit-btn:hover {
background-color:#FFF;
color:#000;
}

input, input.submit-btn {
height:40px;
}

#mc_embed_signup.artist input.submit-btn,
#mc_embed_signup.bigloud input.submit-btn {
font-family:Arial;
font-weight:700;
font-size:16px;
line-height:100%;
background-color: rgb(0,0,0,.6);
border:1px solid #FFF;
color:#FFF;
cursor:pointer;
padding:12px 40px;
height:auto;
margin:20px auto 0 auto;
text-decoration:none;
text-transform:uppercase;
display:block;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

#mc_embed_signup.artist input.submit-btn:hover,
#mc_embed_signup.bigloud input.submit-btn:hover {
background-color:#FFF;
color:#000;
}

#mc_embed_signup #mce-responses {
margin:20px auto 0 auto;
text-align:center;
font-size:15px;
}

#mc_embed_signup #mce-error-response {
color:#c22129;
text-decoration:underline;
}

#mc_embed_signup #mce-success-response {
color:#;
}






/** Footer **/
footer {
padding:10px 20px;
color:#FFF;
line-height:30px;
color:#c22129;
}
footer #logo {
float:left;
}

footer #logo img {
height:30px;
}

footer #socials {
float:right;
}

footer #socials li {
float:left;
margin:0 0 0 15px;

}

footer #socials a {
color:#c22129;
}

footer #socials a:hover{
color:#FFF;
}

#copyright {
position:absolute;
left: 50%;
transform: translate(-50%, 0);
font-size:12px;
}

#copyright a {
text-decoration:underline;
color:#c22129;
}
#copyright a:hover {
color:#FFF;
}




/** Artists - Overview **/
#artists-overview-page {
margin:0 0 100px 0;
}

#artists-overview-page ul,
ul#aff-roster {
list-style:none;
margin:0;padding:0;
display:grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}

#artists-overview-page li,
ul#aff-roster li {
position:relative;
}

#artists_image {
overflow:hidden;
}

#artists_image img {
transition: all 0.2s ease-in-out;
}

#artists-overview-page li:hover #artists_image img,
ul#aff-roster li:hover #artists_image img {
transform:scale(1.1);
}

#artists-overview-page li:hover #artists_image img,
ul#aff-roster li:hover #artists_image img {
opacity:0.8;
}

ul#artist-hover_socials {
display:none !important;
position:absolute;
right:10px;
top:10px;
}

ul#artist-hover_socials li {
float:left;
width:auto;
height:auto;
margin:0 0 0 9px;
font-size:20px;
}

ul#artist-hover_dsps a,
ul#artist-hover_socials a {
color:#FFF;
}

#artist_name {
display:none;
position:absolute;
bottom:16px;
left:16px;
font-weight:bold;
font-size:24px;
letter-spacing:-0.2px;
line-height:100%;
color:#FFF;
text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}

#artist-hover_arrow a {
display:none;
position:absolute;
bottom:13px;
right:16px;
height:26px;
width:26px;
border-radius:50%;
background-color:#FFF;
color:#000;
font-weight:600;
font-size:18px;
line-height:26px;
text-align:center;
}

#artists-overview-page li:hover #artist_name,
#artists-overview-page li:hover #artist-hover_arrow a,
ul#aff-roster li:hover #artist_name,
ul#aff-roster li:hover #artist-hover_arrow a {
display:inherit;
}


/** Artist page **/
#artist-individual {
margin:0 0 100px 0;
}

#artist-individual .col-1 {
float:left;
width:36%;
}

#artist-individual .col-2 {
float:right;
width:62%;
margin-left:2%;
}

#artist_image {
position:relative;
margin:0 0 20px 0;
}

#artist_image img {
border-radius:50%;
}

#artist-individual #affiliations {
color:#FFF;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
margin:0 0 20px 0;
}

#artist-individual #affiliations span.bl-affiliation:after {
content:"•";
display:inline;
padding:0 1px 0 4px;
color:#c22129;
}

#artist-individual #affiliations span.bl-affiliation:last-child:after {
content:"";
display:inline;
padding:0;
}

#artist-individual #socials {
text-align:center;
margin:10px 0 20px 0;
}

#artist-individual #socials li {
display:inline-block;
font-size:24px;
margin:0 5px;
}

#artist-individual #socials a {
color:#FFF;
}

#artist-individual #socials a:hover {
color:#c22129;
}

#artist-individual #community {
text-align:center;
font-size:20px;
margin:0 0 28px 0;
text-transform:uppercase;
}

#artist-individual #community a,
#artist-individual #community a:hover {
color:#FFF;
}

#artist-individual ul#links {
list-style:none;
margin:0;
padding:0;
display:grid;
grid-template-columns: 1fr 1fr;
grid-gap:15px;
}

#artist-individual ul#links li a {
background-color:#c22129;
color:#FFF;
font-size:16px;
font-weight:bold;
text-align:center;
display:block;
padding:10px 0;
text-transform:uppercase;
-webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
	 -o-transition: all .3s ease;
		transition: all .3s ease;
}

#artist-individual ul#links li a:hover {
background-color:#FFF;
color:#000;
}

#artist-individual #single-link {
margin:0 0 25px 0;
}

#artist-individual #single-link a {
background-color:#c22129;
color:#FFF;
font-size:16px;
font-weight:bold;
text-align:center;
display:block;
padding:10px 0;
text-transform:uppercase;
-webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
	 -o-transition: all .3s ease;
		transition: all .3s ease;
}

#artist-individual #single-link a:hover {
background-color:#FFF;
color:#000;
}

#artist-individual #bio {
overflow-x: auto;
max-height:320px;
padding:0 10px 0 0;
font-size:16px;
line-height:140%;
margin:0 0 30px 0;
}

#artist-individual #artist-bio p {
margin:0 0 15px 0;
}

#artist-individual #artist-bio p:last-child {
margin:0;
}

#artist-individual #artist-bio a {
color:#c22129;
font-weight:strong;
}

#artist-individual #artist-bio a:hover {
color:#000;
}

ul#artist-news {
list-style:none;
margin:0;padding:0;
display:grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap:15px;
}

ul#artist-news li {
background-color: rgb(0,0,0,.3);
position:relative;
height:250px;
display:block;
}

ul#artist-news li .img-wrap {
display:block;
height:100%;
overflow:hidden !important;
}

ul#artist-news li img {
min-height:100%;
object-fit: cover;
object-position: center center;
transition: all 0.3s ease-in-out;
}

ul#artist-news li:hover img {
transform:scale(1.1);
}

ul#artist-news li #post-cat {
display:none;
position:absolute;
top:5px;
left:5px;
border-radius:50px;
background-color:#FFF;
color:#000;
font-size:10px;
padding:2px 7px;
} 

ul#artist-news li #details {
position:absolute;
bottom:6px;
right:10px;
left:10px;
display:block;
font-size:13px;
}

ul#artist-news li #meta {
float:left;
font-weight:400;
font-size:12px;
}

ul#artist-news li #link {
float:right;
font-weight:600;
}

ul#artist-news #link a {
color:#FFF;
}

ul#artist-news #link a:hover {
color:#c22129;
}

ul#artist-news li .card-content {
position:absolute;
bottom:0;
left:0;
right:0;
padding:10px;
min-height:40%;
max-height:50%;
background-color: rgb(0,0,0,.85);
color:#FFF;
text-transform:uppercase;
}

ul#artist-news li h4 {
font-size:14px;
font-weight:700;
margin:0;
}

ul#artist-news li h4 a {
color:#FFF;
}

ul#artist-news li h4 a:hover {
color:#c22129;
}

#artist-individual #more-news {
float:right;
margin:30px 0 40px 0;
}

#artist-individual #more-news a {
background-color:#000;
color:#FFF;
font-size:17px;
letter-spacing:0.2px;
font-weight:700;
text-align:center;
display:block;
padding:8px 14px;
text-transform:uppercase;
-webkit-transition: background-color .2s ease-in-out;
   -moz-transition: background-color .2s ease-in-out;
	 -o-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
}

#artist-individual #more-news a:hover {
background-color:#c22129;
}

#artist-individual #signup {
background:none;
}


#tourdates {
margin:50px 0 0 0;
}

.bit-top-track-button,
.bit-logo,
.bit-nav-bar-container,
.bit-rsvp-container {
display:none !important;
}

.bit-event {
border:0 none !important;
font-size:16px;
font-family:Arial;
color:#FFF !important;
}

.bit-widget.bit-layout-desktop .bit-event {
padding:6px 15px 8px 15px !important;
}

.bit-widget.bit-layout-desktop .bit-event:hover {
background:none !important;
}

.bit-widget .bit-upcoming-events, bit-past-events {
border-bottom:0 none !important;
}

.bit-widget .bit-upcoming-events-show-all-button {
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

.bit-widget .bit-upcoming-events-show-all-button:hover {
background-color:#c22129;
color:#FFF;
}

.bit-offers-container.bit-single-cta a {
margin-top:-7px !important;
}

.bit-button {
border-radius:0px !important;
}

.bit-upcoming-events-show-all-button {
font-family:Arial;
font-weight:700;
}


#artist-cuts {
margin:50px 0 0 0;
}

#cuts-list #headings {
font-weight:700;
font-size:20px;
text-transform:uppercase;
backgfround-color:#e3e3e3;
padding:8px 8px;
}

#cuts-list .col-1,
#cuts-list .col-2,
#cuts-list .col-3,
#cuts-list .col-4,
#cuts-list .col-5 {
float:left;
}

#cuts-list .col-1 {
width:15%;
}

#cuts-list .col-2 {
width:20%;
}

#cuts-list .col-3 {
width:14%;
}

#cuts-list .col-4 {
width:33%;
}

#cuts-list .col-5 {
width:16%;
}

#cuts-list #release {
padding:10px 8px;
}


#cuts-list .odd {
background-color: rgb(236,236,236,.5);
}

#cuts-list .even {
background-color: rgb(227, 227, 227,.3);
}



/** Capital **/
ul#capital {
list-style:none;
margin:0;padding:0;
display:grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-gap:20px;
align-items: center;
}

ul#capital img {
max-width:80%;
}

#capital-inquiry {
text-align:center;
margin-top:50px;
}

#capital-inquiry a {
color:#c22129;
}

#capital-inquiry a:hover {
color:#000;
}


/** Affiliation roster **/
#aff-roster-artists {
padding:40px 0;
background-color: rgb(0,0,0,.1);
}

#aff-roster-news {
padding:40px 0;
}

#aff-roster-news ul {
list-style:none;
display:grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap:15px;
margin:0;padding:0;
}

#aff-roster-news ul li {
background-color: rgb(0,0,0,.3);
position:relative;
height:310px;
display:block;
}

#aff-roster-news ul li .img-wrap {
display:block;
height:100%;
overflow:hidden !important;
}

#aff-roster-news ul li img {
min-height:100%;
object-fit: cover;
object-position: center center;
transition: all 0.3s ease-in-out;
}

#aff-roster-news ul li:hover img {
transform:scale(1.1);
}

#aff-roster-news li #post-cat {
display:none;
position:absolute;
top:5px;
left:5px;
border-radius:50px;
background-color:#FFF;
color:#000;
font-size:10px;
padding:3px 7px;
} 

#aff-roster-news ul li #details {
position:absolute;
bottom:10px;
right:10px;
left:10px;
display:block;
font-size:14px;
}

#aff-roster-news ul li #meta {
float:left;
font-weight:400;
font-size:12px;
}

#aff-roster-news ul li #link {
float:right;
font-weight:600;
}

#aff-roster-news ul #link a {
color:#FFF;
}

#aff-roster-news ul #link a:hover {
color:#c22129;
}

#aff-roster-news ul li .card-content {
position:absolute;
bottom:0;
left:0;
right:0;
padding:10px;
height:40%;
background-color: rgb(0,0,0,.85);
color:#FFF;
text-transform:uppercase;
}

#aff-roster-news ul li h4 {
font-size:16px;
font-weight:700;
letter-spacing:0.2px;
margin:0;
}

#aff-roster-news ul li h4 a {
color:#FFF;
}

#aff-roster-news ul li h4 a:hover {
color:#c22129;
}



/** Music Partners **/
#music-partners {
padding-bottom:150px;
}

#music-partners ul {
list-style:none;
display:grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap:60px;
align-items: center;
margin:0;padding:0;
}


/** Discography table **/
/** Publishing **/
#publishing-table {
margin:30px 0;
font-size:15px;
}

#ptp_40e2976fe5b16319_1_filter {
width:100% !important;
}

.posts-table-controls>div {
margin-left:10px !important;
}

.posts-table-select-filters {
display:none !important;
}

.posts-table-controls.posts-table-below {
margin-top:50px !important;
}

.posts-table-controls input[type=search] {
width:100%
font-size:14px;
font-weight:600;
color:#000;
letter-spacing:0.2px;
teffxt-indent:2%;
border:0 none;
outline:0;
border-radius:0 !important;
}

.posts-table-controls input[type=search]::placeholder {
font-size:12px;
color:rgb(0,0,0,.3);
font-weight:400;
}

.posts-table-controls input[type=search]:focus {
outline:0;
border-radius:0 !important;
}

table.dataTable thead th, 
table.dataTable tfoot th {
font-size:18px;
}

.post-type-pub-discography:nth-child(2n+1) {
background-color: rgb(255,255,255,.1);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
background:#FFF;
color:#000;
font-size:15px;
font-weight:500;
border:0 none !important;
border-radius:0 !important;
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
	 -o-transition:all .3s ease;
		transition:all .3s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
background:#c22129 !important;
color:#FFF !important;
border:0 none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
background:#c22129 !important;
color:#FFF !important;
border:0 none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
color:#666 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
color:#FFF !important;
}

.select2-dropdown.posts-table-dropdown .select2-results__option {
color:#000 !important;
font-size:15px;
}


/** Writer profile **/
#writer-profile {
margin:0 0 100px 0;
}

#writer-profile h3.head {
margin:0 0 20px 0;
}

#writer-profile .col-1 {
float:left;
width:36%;
}

#writer-profile .col-2 {
float:right;
width:62%;
margin-left:2%;
}

#writer_image {
position:relative;
margin:0 0 20px 0;
}

#writer_image img {
border-radius:50%;
}

#writer-bio #bio {
overflow-x: auto;
max-height:330px;
padding:0 10px 0 0;
font-size:16px;
line-height:130%;
margin:0 0 30px 0;
}

#writer-bio p {
margin:0 0 15px 0;
}

#writer-bio p:last-child {
margin:0;
}

#writer-bio a {
color:#c22129;
font-weight:strong;
}

#writer-bio a:hover {
color:#000;
}



/** Sync **/
#sync-inquiries {
text-align:center;
margin:40px 0 0 0;
}

#sync-inquiries a {
margin:0 auto;
background-color:#c22129;
padding:10px 22px;
color:#FFF;
font-size:16px;
text-transform:uppercase;
font-weight:bold;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

#sync-inquiries a:hover {
background-color:#FFF;
color:#000;
}


#sync-copy {
margin:0 0 20px 0;
font-size:17px;
line-height:150%;
font-weight:bold;
}

.wpforms-container-full {
margin:0 !important;
}

.wpforms-container .wpforms-field {
padding:0 0 18px 0 !important;
}

label.wpforms-field-label {
color:#FFF !important;
font-size:16px !important;
font-weight:bold !important;
margin:0 0 6px 0 !important;
}

.wpforms-container-full input {
border-radius:0 !important;
border:0 none !important;
color:#000 !important;
font-size:16px !important;
font-weight:500 !important;
letter-spacing:0.3px !important;
background:#FFF !important;
}

.wpforms-container-full input:focus,
.wpforms-container-full select:focus {
outline:0 none !important;
border:0 none !important;
box-shadow:0 0 0 0 !important;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), 
div.wpforms-container-full button[type=submit]:not(:hover):not(:active), 
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
background-color:#c22129 !important;
border-radius:0 !important;
outline:0 !important;
font-size:16px !important;
font-weight:bold !important;
text-transform:uppercase;
color:#FFF !important;
padding:10px 40px !important;
}

div.wpforms-container-full input[type=submit]:hover, 
div.wpforms-container-full input[type=submit]:active, 
div.wpforms-container-full button[type=submit]:hover, 
div.wpforms-container-full button[type=submit]:active, 
div.wpforms-container-full .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-page-button:active {
background:#FFF !important;
color:#000 !important;
border-radius:0 !important;
outline:0 !important;
font-size:16px !important;
font-weight:bold !important;
text-transform:uppercase;
padding:10px 40px !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error, 
div.wpforms-container-full .wpforms-form em.wpforms-error {
margin:6px 0 0 0 !important;
}



/** News **/
#news-loop {
margin:0 0 80px 0;
}

#news-loop ul#loop {
list-style:none;
display:grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap:15px;
margin:0;padding:0;
}

#news-loop ul#loop li {
background-color: rgb(0,0,0,.3);
position:relative;
height:310px;
display:block;
}

#news-loop ul#loop li .img-wrap {
display:block;
height:100%;
overflow:hidden !important;
}

#news-loop ul#loop li img {
min-height:100%;
object-fit: cover;
object-position: center center;
transition: all 0.3s ease-in-out;
}

#news-loop ul#loop li:hover img {
transform:scale(1.1);
}

#news-loop ul#loop li #details {
position:absolute;
bottom:10px;
right:10px;
left:10px;
display:block;
font-size:14px;
}

#news-loop ul#loop li #meta {
float:left;
font-weight:400;
font-size:12px;
}

#news-loop ul#loop li #link {
float:right;
font-weight:600;
}

#news-loop ul#loop #link a {
color:#FFF;
}

#news-loop ul#loop #link a:hover {
color:#c22129;
}

#news-loop ul#loop li .card-content {
position:absolute;
bottom:0;
left:0;
right:0;
padding:10px;
height:40%;
background-color: rgb(0,0,0,.85);
color:#FFF;
text-transform:uppercase;
}

#news-loop ul#loop li h4 {
font-size:16px;
font-weight:700;
letter-spacing:0.2px;
margin:0;
}

#news-loop ul#loop li h4 a {
color:#FFF;
}

#news-loop ul#loop li h4 a:hover {
color:#c22129;
}

#news-loop-pagi {
margin:50px auto 0 auto;
}

#news-loop-pagi ul {
list-style:none;
display:block !important;
margin:0 auto;
text-align:center;
margin:0;padding:0;
}

#news-loop-pagi ul li {
background:none;
height:auto;
display:inline-block;
margin:0 3px;
height:auto !important;
}

#news-loop-pagi ul li a {
background-color:#FFF;
color:#000;
font-size:15px;
line-height:100%;
padding:4px 8px;
font-weight:500;
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
	 -o-transition:all .3s ease;
		transition:all .3s ease;
}

#news-loop-pagi ul li a:hover {
background-color:#c22129;
color:#FFF;
}

#news-loop-pagi li.active a {
background-color:#c22129;
color:#FFF;
}


/** Single post **/
#single-post {
margin:0 0 60px 0;
}

#single-post h1.title {
font-size:32px;
text-transform:uppercase;
line-height:120%;
margin:0 0 40px 0;
font-weight:700;
letter-spacing:0.2px;
}

#single-post #meta {
font-size:12px;
margin:0 0 16px 0;
}

#single-body {
font-size:15px;
line-height:140%;
}

#single-body p {
margin:0 0 20px 0;
}

#single-body a {
color:#c22129;
text-decoration:underline;
}

#single-body a:hover {
color:#FFF;
}

#single-body .aligncenter {
margin:0 auto;
}

#single-body img {
max-width:100%;
}

#single-body .wp-block-image figure.aligncenter img {
margin:0 auto 8px auto;
text-align:center;
display:block;
}

#single-body .wp-block-image figure.aligncenter figcaption {
text-align:center;
}

#single-body .wp-block-image figure.alignright img {
float:right;
margin:0 0 8px 0;
display:block;
}

#single-body .wp-block-image figure.alignright figcaption {
clear:both;
text-align:right;
}

#single-body .wp-block-image figcaption {
display:block;
font-size:13px;
font-style:italic;
margin-bottom:20px;
}

#single-body h1 {
font-size:28px;
font-weight:700;
margin:0 0 20px 0;
font-family: Arial;
letter-spacing:0.2px;
line-height:120%;
}

#single-body h2 {
font-size:25px;
font-weight:700;
margin:0 0 20px 0;
font-family: Arial;
letter-spacing:0.2px;
line-height:120%;
}

#single-body h3 {
font-size:23px;
font-weight:700;
margin:0 0 20px 0;
font-family: Arial;
letter-spacing:0.2px;
line-height:120%;
}

#single-body h4 {
font-size:20px;
font-weight:700;
margin:0 0 20px 0;
font-family: Arial;
letter-spacing:0.2px;
line-height:120%;
}

#single-body h5 {
font-size:18px;
font-weight:700;
margin:0 0 20px 0;
font-family: Arial;
letter-spacing:0.2px;
line-height:120%;
}

#single-cats {
margin:40px 0 0 0;
}

#single-cats a {
background-color:#FFF;
color:#000;
font-size:12px;
padding:3px 9px;
border-radius:25px;
font-weight:500;
}

#single-cats a:hover {
background-color:#c22129;
color:#FFF;
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
	 -o-transition:all .3s ease;
		transition:all .3s ease;
}


/** Single - related posts **/
#single-related {
margin:0 0 80px 0;
}

#single-related h1.sub {
font-size:24px;
text-transform:uppercase;
line-height:120%;
margin:0 0 12px 0;
font-weight:700;
letter-spacing:0.2px;
}

#single-related ul {
list-style:none;
display:grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap:15px;
margin:0;padding:0;
}

#single-related ul li {
background-color: rgb(0,0,0,.3);
position:relative;
height:280px;
display:block;
}

#single-related ul li .img-wrap {
display:block;
height:100%;
overflow:hidden !important;
}

#single-related ul li img {
min-height:100%;
object-fit: cover;
object-position: center center;
transition: all 0.3s ease-in-out;
}

#single-related ul li:hover img {
transform:scale(1.1);
}

#single-related ul li #details {
position:absolute;
bottom:10px;
right:10px;
left:10px;
display:block;
font-size:14px;
}

#single-related ul li #meta {
float:left;
font-weight:400;
font-size:12px;
}

#single-related ul li #link {
float:right;
font-weight:600;
}

#single-related ul #link a {
color:#FFF;
}

#single-related ul #link a:hover {
color:#c22129;
}

#single-related ul li .card-content {
position:absolute;
bottom:0;
left:0;
right:0;
padding:10px;
height:38%;
background-color: rgb(0,0,0,.85);
color:#FFF;
text-transform:uppercase;
}

#single-related ul li h4 {
font-size:16px;
font-weight:700;
letter-spacing:0.2px;
margin:0;
}

#single-related ul li h4 a {
color:#FFF;
}

#single-related ul li h4 a:hover {
color:#c22129;
}


/** Search **/
#news-searchform {
float:right;
width:30%;
margin:0 0 30px 0;
}

#news-searchform label {
display:none;
}

#news-searchform input {
}

#news-searchform input[type=text] {
float:right;
width:70%;
font-size:14px;
font-weight:600;
color:#000;
letter-spacing:0.2px;
text-indent:2%;
border:0 none;
outline:0;
}

#news-searchform input[type=text]::placeholder {
font-size:12px;
color:rgb(0,0,0,.3);
font-weight:400;
}

#news-searchform input[type=text]:focus {
width:80%;
margin-left:0;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
outline:0;
}

#news-searchform button[type=submit] {
float:right;
background-color:#FFF;
outline:0;
border:0 none;
padding:0 12px;
height:40px;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}

button.search-icon-button i {
font-size:20px;
color:rgb(0,0,0,.6);
}

#news-searchform button[type=submit]:hover {
cursor:pointer;
background-color:#c22129;
}

#news-searchform button[type=submit]:hover i {
color:#FFF;
}




#search-nothing {
text-align:center;
font-size:22px;
font-weight:500;
margin:30px 0 0 0;
padding-bottom:400px;
}

#error-return {
margin-top:60px;
}

#error-return a {
margin:0 auto;
background-color:#c22129;
padding:10px 22px;
color:#FFF;
font-size:16px;
letter-spacing:0.2px;
text-transform:uppercase;
font-weight:bold;
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
	 -o-transition:all .3s ease;
		transition:all .3s ease;
}

#error-return a:hover {
background-color:#FFF;
color:#000;
}