@charset "utf-8";
/*
Theme Name: THE FAM. publishing
Theme URI: https://m7bib.com/
Author: Manson Habib
Author URI: https://m7bib.com/
Description: Web Development and theme by M7bib - www.m7bib.com
Version: 1.1
*/
::selection {
	color: white;
	background: #173cc8;
}
* { box-sizing: border-box; margin: 0; padding: 0; outline: none; -webkit-appearance: none; transition: all .25s ease}
a { color: inherit; text-decoration: none; outline: none; }
html { -webkit-text-size-adjust: none; scrollbar-color: #173cc8 #000; scrollbar-width: thin;}
img { vertical-align: bottom; }
body { color: #ccc; background: #131313; font-family: 'Poppins', sans-serif; overflow-x: hidden; width: 100vw;}
.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#barba-wrapper {
    width: 100%;
    overflow: hidden;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 25px;
    text-align: center;
    z-index: 9;
    transition: .25s all ease;
    display: grid;
    grid-template-columns: 300px auto 300px;
    width: 100%;
    color: black;
    border-top: 2.5px solid #173cc8;
	background: rgba(0,0,0);
	background: -moz-linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 30%,rgba(0,0,0,0) 95%);
	background: -webkit-linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 30%,rgba(0,0,0,0) 95%);
	background: linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 30%,rgba(0,0,0,0) 95%);
}
nav.scrolled {
    padding: 10px;
    border-top: 1px solid #173cc8;
    background: none;
}
nav ul {
    opacity: 1;
}
nav.scrolled ul {
    opacity: 0;
}
nav a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
nav li {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-right: 20px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    color: white;
}
nav li a::after {
    height: 76%;
    width: 0%;
    position: absolute;
    top: 3px;
    left: -6px;
    z-index: -1;
    content: '';
    transform: skew(-9deg);
    color: white;
}
nav li.music a::after {
    background: #173cc8;
}
nav li.publishing a::after {
    background: #ffcb00;
}
nav li.bookings a::after {
    background: #c81717;
}
nav li.music {
    font-weight: 700;
}
nav li:hover a::after {
    width: 110%;
    transition: .5s all ease-out;
}
nav li.bookings:hover a::after {
    width: 111%;
    transition: .5s all ease-out;
}
nav li.music:hover a::after {
    width: 110%;
    transition: .5s all ease-out;
}
nav li.active {
    font-weight: 700;
}
nav li::after {
    margin-left: 20px;
    content: '';
    font-weight: 600;
    position: relative;
    background: #173cc8;
    top: 3px;
    font-size: .6em;
    width: 1px;
    height: 20px;
    display: inline-block;
}
nav li:last-child {
    margin-right: 0px;
}
nav li:last-child::after {
    content: none;
}
nav .logo img {
    width: 150px;
    vertical-align: bottom;
}
nav .logo {
    position: absolute;
    left: 25px;
    text-transform: uppercase;
    margin-top: -2px;
}
nav .side {
    position: absolute;
    right: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
}
nav .side li {
    font-weight: 100;
    margin-left: 20px;
    opacity: .75;
    transition: .25s all ease;
}
nav .side li i {
    font-size: 1.25em;
}
nav .side li:hover {
    opacity: 1;
    transition: .25s all ease;
}
.fa-instagram {
    color: #C13584;
}
.fa-linkedin {
	color: #0077b5;
}
.fa-youtube {
    color: red;
}
.fa-spotify {
    color: #1DB954;
}
.fa-facebook-f {
    color: #4267B2;
}
.fa-tiktok {
    color: black;
}
.nav-pad {
    transition: .25s all ease;
}
.m7-menu {
    display: inline-block;
    vertical-align: middle;
}
nav .social {
    text-align: right;
    padding-right: 5px;
}
nav .social i {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: white;
    border-radius: 50%;
    font-size: .95em;
    cursor: pointer;
}
nav.scrolled .social i {
    font-size: .8em;
    width: 22.5px;
    height: 22.5px;
    margin-left: 5px;
}
nav .social i:hover {
    transform: scale(1.25);
}
nav.scrolled .social i:hover {
    transform: scale(1.5);
}
#nav-icon {
  	width: 30px;
  	height: 18px;
  	-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;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 9px;
    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-icon span:nth-child(1) {
  	top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  	top: 8px;
}
#nav-icon span:nth-child(4) {
  	top: 16px;
}
#nav-icon.open span:nth-child(1) {
  	top: 18px;
  	width: 0%;
  	left: 50%;
}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	 transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  	top: 15px;
  	width: 0%;
  	left: 50%;
}
#the-menu {
    width: 375px;
    background: black;
    position: fixed;
    top: auto;
    left: -400px;
    z-index: 8;
    min-height: 100%;
    padding: 75px 40px;
    height: 100%;
    overflow-y: auto;
    transition: .25s all ease;
}
#the-menu #paperchase-logo h1::after {
    top: -6px;
    left: 14px;
}
#the-menu #paperchase-logo h2 {
    font-size: 1.15em;
}
#the-menu #paperchase-logo h1 {
    font-size: 2.5em;
}
#the-menu #paperchase-logo {
    position: relative;
    margin: 25px 0;
    left: -1px;
}
#the-menu.open-menu {
    left: 0;
    transition: .25s all ease;
}
#opacity {
    position: fixed;
    background: rgba(0,0,0,.85);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 7;
    opacity: 0;
    display: none;
}
#opacity.active {
    opacity: 1;
    display: block;
}
#scroll-down i {
    transition: .25s all ease;
}
#scroll-down i:hover {
    transform: scale(1.2);
    transition: .25s all ease;
    cursor: pointer;
}
#the-menu img {
    width: 100%;
}
#the-menu .logo {
    margin: auto;
    margin-bottom: 50px;
    margin-top: 25px;
}
#the-menu li {
    list-style: none;
    border-bottom: 1px dotted rgba(255,255,255,.15);
    padding: 20px 0px;
    display: block;
    transition: .25s all ease;
    font-weight: 300;
    letter-spacing: .75px;
    text-transform: uppercase;
}
#the-menu li i {
    opacity: .5;
    transition: .25s all ease;
    transform: scale(.7);
}
#the-menu li:hover i {
    opacity: 1;
    transition: .25s all ease;
    transform: scale(1);
}
#the-menu li.ai {
    border-top: 1px dotted rgba(255,255,255,.15);
}
#the-menu a {
    display: block;
}
nav .the-fam img {
    transition: .15s all ease;
    width: 200px;
    margin: auto;
    background: black;
    padding: 0px 5px;
}
nav .the-fam {
    transition: all .15s ease;
    overflow: hidden;
    height: 50px;
    opacity: 1;
    transform: scale(1);
}
.nav-pad .the-fam {
    height: 0px;
    transition: all .15s ease;
    opacity: 0;
    transform: scale(0);
}
main {
    margin: auto;
    padding: 10px;
    padding-bottom: 50px;
}
#releases-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin: auto;
    margin-bottom: 25px;
    padding: 0;
}
#releases-grid section {
    position: relative;
    transition: .25s all ease;
    overflow: hidden;
    cursor: pointer;
}
#releases-grid .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 5px rgba(0,0,0,.35);
}
#releases-grid .thumb {
    transform: scale(1);
    transition: .25s all ease;
}
#releases-grid section:hover .thumb {
    transform: scale(1.01);
    transition: .25s all ease;
}
#releases-grid .info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 10px;
    color: white;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .25s all ease;
    opacity: 0;
    font-size: .9em;
}
#releases-grid section:hover .info {
    opacity: 1;
    transition: .25s all ease;
}
#releases-grid .info li {
    list-style: none;
}
#releases-grid .info li.titel {
    font-weight: 900;
    text-transform: uppercase;
    background: white;
    color: black;
    padding: 0px 5px;
    width: max-content;
    margin-bottom: 5px;
	max-width: 100%;
}
#releases-grid .info li.artiest {
    font-weight: 500;
    font-size: .85em;
    margin-left: 2.5px;
}
#releases-grid .info li.producer {
    font-weight: 700;
    font-size: .7em;
    margin-left: 2.5px;
}
#welcome {
    max-width: 600px;
    margin: auto;
    padding: 75px 0px;
}
#welcome strong, p {
font-weight: 400;
letter-spacing: .75px;
max-width: 500px;
margin: auto;
  margin-top: auto;
font-size: .9em;
margin-top: 50px;
text-align: center;
line-height: 2em;
}
#welcome strong {
    font-weight: 700;
    margin-top: 50px;
}
#welcome p:last-child {
    margin-bottom: 0px;
}
header {
    height: 200px;
    background: black;
    position: relative;
    overflow: hidden;
}
#video-intro {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background: black;
}
#video-intro video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.m7bib-title {
    display: grid;
    grid-template-columns: 25px auto;
    grid-gap: 15px;
    padding-left: 15px;
    margin: 50px 0;
    cursor: pointer;
    width: max-content;
}
.m7bib-title .fa-angle-right {
    opacity: 0;
    margin-left: 5px;
    font-size: 1.5em;
    color: #173cc8;
    transform: scale(.75);
}
.m7bib-title:hover .title {
    letter-spacing: 1px;
}
.m7bib-title:hover .icon {
    transform: scale(1);
}
.m7bib-title:hover .fa-angle-right {
    opacity: 1;
    transform: scale(1);
    margin-left: 15px;
}
.m7bib-title .icon {
    font-size: .75em;
    color: white;
    text-align: center;
    background: #173cc8;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    transform: scale(.85);
}
.title,
#title {
    font-size: 1.75em;
    width: max-content;
    padding: 5px 25px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: Bold;
    font-weight: 100;
    background: #173cc8;
	border-bottom: 2.5px solid white;
    color: white;
    transform: skew(-10deg);
    position: relative;
    left: 5px;
    display: inline-block;
}
#welcome img {
    width: 700px;
    height: 200px;
    object-fit: contain;
    margin: auto;
}
#videos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 25px;
}
#videos-grid section {
    position: relative;
    cursor: pointer;
}
#videos-grid .thumb img {
    width: 100%;
}
#videos-grid .info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .25s all ease;
}
#videos-grid section:hover .info {
    opacity: 0;
    transition: .25s all ease;
}
#videos-grid .info li {
    list-style: none;
}
#videos-grid .info li.titel {
    text-transform: uppercase;
    background: #131313;
    width: max-content;
    margin-bottom: 5px;
    font-family: heavy;
    font-weight: 100;
    transform: skew(-10deg);
    color: white;
    padding: 5px 10px;
    border-bottom: 1.5px solid #173cc8;
    margin-left: 5px;
}
#videos-grid .info li.artiest {
    font-weight: 500;
    font-size: .85em;
    margin-left: 2.5px;
}
#videos-grid section .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    color: #173cc8;
    opacity: .95;
    transition: all .25s ease;
    z-index: 9;
}
#videos-grid section:hover .play {
    font-size: 2.5em;
    opacity: 1;
    transition: all .25s ease;
    color: white;
}
header.releases,
#video-intro {
    height: 100vh;
}
header.releases {
    position: relative;
}
#video-intro {
    object-fit: cover;
    width: 100%;
}
header.releases .m7bib {
    opacity: 0;
    transition: all 1s ease;
    transform: scale(0);
}
header.releases .m7bib.opa {
    opacity: 1;
    transition: all 1s ease;
    transform: scale(1);
}
header.releases .m7bib img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .25s ease;
}
#rotate-fam {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 100%;
    width: 100%;
}
#header-info {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    text-align: center;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgb(19, 19, 19) 0%, rgba(19, 19, 19, 0.5) 50%, rgba(19, 19, 19, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(19, 19, 19) 0%, rgba(19, 19, 19, 0.5) 50%, rgba(19, 19, 19, 0) 100%);
    background: linear-gradient(0deg, rgb(19, 19, 19) 0%, rgba(19, 19, 19, 0.5) 50%, rgba(19, 19, 19, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}
#header-info .outer {
    background: rgba(255,255,255,.25);
    height: 100%;
    width: 100%;
    padding-top: 45px;
}
.angle-down {
    text-align: center;
    font-size: 2em;
}
.more-outer {
    text-align: right;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.more {
    width: max-content;
    cursor: pointer;
}
#fam-home {
    opacity: 0;
    transition: .25s all ease;
}
.fam-transition {
    transform: scale(1) !important;
    opacity: 1 !important;
    transition: .25s all ease;
}
#welcome p, #welcome strong {
    
}
.artiesten * {
    transition: none;
}
.artiesten {
    position: relative;
}
.artiesten .slick-prev,
.artiesten .slick-next {
    display: none;
}
#artiesten-grid {
    grid-gap: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.next:hover, .prev:hover {
    color: white;
}
.next, .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 10px;
    font-size: 2em;
    height: 100%;
    color: #173cc8;
    z-index: 7;
    cursor: pointer;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
#artiesten-grid section * {
    transition: .25s all ease;
}
#artiesten-grid section {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transform: skewX(-10deg);
}
#artiesten-grid section:hover {
    transition: all .25s ease;
}
#artiesten-grid section:hover .thumb img {
    transition: all .25s ease;
    transform: skewX(10deg) scale(1.3);
}
#artiesten-grid .thumb img {
    width: 100%;
    transition: all .25s ease;
    box-shadow: 0px 0px 5px rgba(0,0,0,.05);
    transform: skewX(10deg) scale(1.2);
}
#artiesten-grid .thumb {
    transition: all .25s ease;
}
#artiesten-grid section .thumb-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#artiesten-grid section .thumb-2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 5px rgba(0,0,0,.05);
    transform: skewX(10deg) scale(1.2);
}
#artiesten-grid section:hover .thumb-2 {
    opacity: 1;
}
#artiesten-grid .info {
    transition: all .25s ease;
    background: black;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px 10px;
    width: max-content;
    margin: auto;
    bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    transform: skew(-5deg);
    border-bottom: 2.5px solid #173cc8;
    color: white;
    z-index: 2;
    font-size: .9em;
}
footer {
    background: #0f0f0f;
    padding: 75px 25px 25px 25px;
}
#footer-grid {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: max-content;
    position: relative;
    display: grid;
    grid-gap: 75px;
    grid-template-columns: 1fr 1fr;
}
#footer-grid section {
    display: inline-block;
    vertical-align: top;
}
footer .logo {
    max-width: 400px;
    margin: auto;
    padding: 50px 0px;
}
footer .logo img {
    width: 100%;
}
#footer-grid li {
    list-style: none;
    font-size: .9em;
    margin-bottom: 5px;
}
footer #paperchase-logo {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    color: white;
}
#copyright {
    font-size: .74em;
    letter-spacing: .5px;
    color: #606060;
    font-weight: 300;
    max-width: 1400px;
    margin: auto;
    text-align: center;
    margin-top: 50px;
}
#copyright span {
    font-weight: 700;
    text-transform: uppercase;
    opacity: .7;
}
#copyright i {
    display: inline-block;
    margin: 0px 2.5px;
    position: relative;
    transform: scale(.9);
    opacity: .7;
    top: 1px;
}
#footer-grid li.mail i,
#footer-grid strong i {
    color: white;
}
#footer-grid strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: white;
}
.fa-envelope {
    transform: scale(.9);
}
#footer-grid li {
    display: block;
}
#footer-grid .icon {
    width: 9px;
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#footer-grid .icon .m {
    background: #173cc8;
}
#footer-grid .icon .p {
    background: #ffcb00;
}
#footer-grid .icon .b {
    background: #c81717;
}
#footer-grid .icon div {
    width: 3px;
}
#footer-grid li.postcode {
    margin-bottom: 10px;
    padding-left: 3px;
}
#footer-grid li.adres i {
    margin-right: 2px;
}
#footer-grid li i {
    width: 25px;
    text-align: center;
    display: inline-block;
    transform: scale(.9);
}
.fa-phone {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.heartbeat {
    animation: beat .50s ease infinite alternate;
}
#release-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
}
#releases_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    filter: blur(2.5px);
    opacity: .5;
    transform: scale(1.02);
}
#releases_blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 5%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,.5) 100%);
    background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 5%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,.5) 100%);
    background: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    background: none;
}
#releases_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#releases {
    position: relative;
    z-index: 3;
    max-width: 1000px;
    margin: auto;
    padding: 0;
    grid-gap: 50px;
}
#album-cover {
    width: 500px;
    margin: auto;
    padding: 100px 0px;
}
#album-cover img {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}
#releases .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-bottom: 50px;
    color: white;
    max-width: 700px;
    padding-top: 100px;
}
#releases .thumb img {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}
#releases .info .grid {
    display: grid;
    grid-template-columns: 160px auto;
    grid-gap: 20px;
}
#releases .info .grid .list li,
#releases .info .grid .list-ans li {
    list-style: none;
    text-transform: uppercase;
    font-size: .9em;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
#releases .info .grid .list li {
    font-weight: 300;
    text-align: right;
}
#releases .info .grid .list-ans li {
    font-weight: 700;
}
#releases .info section span {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .75px;
}
#releases .info section strong {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    letter-spacing: .75px;
    position: relative;
    top: -5px;
    font-size: 1.1em;
}
#releases .titel {
    margin-bottom: 50px;
    text-align: center;
    width: max-content;
    margin: auto;
}
#releases h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5em;
    margin: auto;
    margin-bottom: 50px;
    padding: 0px 25px;
    background: black;
    color: white;
    left: 0;
    right: 0;
    width: max-content;
    border-bottom: 5px solid #173cc8;
    transform: skew(-10deg);
}
#releases h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    position: relative;
    background: white;
    color: black;
    padding: 5px 20px;
    max-width: 100%;
    background: white;
    margin: auto;
    text-align: left;
}
#releases h1 span {
    font-weight: 300;
}
#more-releases {
    display: grid;
    grid-template-columns: 1fr  1fr  1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
    margin: auto;
    margin-bottom: 100px;
    z-index: 2;
    position: relative;
    padding: 2.5px;
}
#more-releases section {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: scale(.75);
    transition: all .25s ease;
    padding: 2.5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.05);
}
#more-releases section.opa {
    opacity: 1;
    transition: all 1s ease;
    transform: scale(1);
}
#more-releases .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 5px rgba(0,0,0,.35);
}
#more-releases .thumb {
    transform: scale(1);
    transition: .25s all ease;
}
#more-releases section:hover {
    transform: scale(1.1);
    transition: .25s all ease;
    z-index: 2;
}
#more-releases .info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
    color: white;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .25s all ease;
}
#more-releases section:hover .info {
    opacity: 0;
    transition: .25s all ease;
}
#more-releases .info li {
    list-style: none;
}
#more-releases .info li.titel {
    font-weight: 900;
    text-transform: uppercase;
    background: white;
    color: black;
    padding: 0px 5px;
    width: max-content;
    margin-bottom: 5px;
}
#more-releases .info li.artiest {
    font-weight: 500;
    font-size: .85em;
    margin-left: 2.5px;
}
#more-releases .info li.producer {
    font-weight: 700;
    font-size: .7em;
    margin-left: 2.5px;
}
#p_releases {
    display: grid;
    grid-template-columns: 1fr  1fr  1fr 1fr 1fr 1fr;
    padding: 0px;
    max-width: 100%;
    margin: auto;
    padding-top: 82px;
}
#p_releases section {
    box-shadow: 0px 0px 5px rgba(0,0,0,.35);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: scale(0);
    transition: all 1s ease;
    background: black;
}
#p_releases section.opa {
    opacity: 1;
    transition: all 1s ease;
    transform: scale(1);
}
#p_releases .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#p_releases .thumb {
    transform: scale(1);
    transition: .25s all ease;
}
#p_releases section:hover .thumb {
    transform: scale(1);
    transition: .25s all ease;
}
#p_releases .info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
    color: white;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .25s all ease;
    opacity: 0;
}
#p_releases section:hover .info {
    opacity: 1;
    transition: .25s all ease;
}
#p_releases .info li {
    list-style: none;
}
#p_releases .info li.titel {
    font-weight: 900;
    text-transform: uppercase;
    background: white;
    color: black;
    padding: 0px 5px;
    width: max-content;
	max-width: 100%;
    margin-bottom: 5px;
}
#p_releases .info li.artiest {
    font-weight: 500;
    font-size: .85em;
    margin-left: 2.5px;
}
#p_releases .info li.producer {
    font-weight: 700;
    font-size: .7em;
    margin-left: 2.5px;
}
.labels,
#artists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    max-width: 1500px;
    margin: auto;
    padding: 35px;
	padding-bottom: 100px;
}
.labels img,
#artists img {
    width: 100%;
}
#artists {
	padding-bottom: 50px;
}
#team {
    padding: 100px 25px;
    max-width: 100%;
}
#team .title {
    display: block;
    width: max-content;
    margin: auto;
}
#team span {
    font-family: 'ML';
    font-weight: 100;
    font-size: 2em;
    display: block
}
#team span:last-child {
    text-align: right;
}
#team p {
    font-weight: 400;
    letter-spacing: .75px;
    max-width: 500px;
    margin: auto;
    font-size: .9em;
    margin-top: 50px;
    text-align: center;
    line-height: 2em;
}
.labels section,
#artists section {
    box-shadow: 0px 0px 5px rgba(0,0,0,.05);
    position: relative;
}
.labels section .info,
#artists section .info {
    position: absolute;
    bottom: 20px;
    padding: 0px 10px;
    font-size: 1.4em;
    left: 0;
    right: 0;
    margin: auto;
    background: black;
    color: white;
    text-transform: uppercase;
    width: max-content;
    display: inline-block;
    letter-spacing: .5px;
    font-weight: 700;
    border-bottom: #173cc8 2.5px solid;
    transform: skew(-10deg);
}
#contact {
    max-width: 100%;
    padding: 150px 35px;
    padding-bottom: 0;
}
#contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    margin: auto;
    grid-gap: 100px;
    margin-bottom: 100px;
}
#contact-grid p {
	font-size: .9em;
width: 100%;
margin: auto;
  margin-bottom: auto;
margin-bottom: auto;
display: block;
margin-bottom: 20px;
text-align: justify;
letter-spacing: .5px;
	line-height: unset;
}
#contact-grid section.first h2 {
    font-family: 'MH';
    font-weight: 100;
    color: black;
    margin-bottom: 25px;
    font-size: 2.25em;
}
#contact-grid section.first h2 span {
    font-family: 'ML';
    font-size: .5em;
    position: relative;
    text-align: right;
    top: -6px;
    margin-left: 10px;
}
#contact-grid .first .content {
    margin-bottom: 25px;
}
#contact-grid .wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
}
#contact-grid .wpcf7-response-output.wpcf7-validation-errors {
    margin-top: 25px;
}
#contact-grid section.first h2 strong {
    font-style: normal;
    padding: 0px 7.5px;
    background: black;
    color: white;
    padding-top: 3px;
}
#contact-grid section.first .grid {
    display: grid;
    grid-template-columns: 10px auto;
    grid-gap: 20px;
    font-weight: 600;
}
#contact-grid section.first .grid i {
    position: relative;
    top: 1px;
}
#contact-grid section.second p,
#contact-grid section.second input {
    margin-bottom: 0px;
}
#contact h1 {
    font-size: 3em;
    text-align: center;
    padding: 75px 25px;
    text-transform: uppercase;
    font-family: 'MH';
    font-weight: 100;
    color: black;
}
input, textarea {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0,0,0,.05);
    border: none;
    font-size: .8em;
    letter-spacing: .5px;
}
#sub-con {
    background: black;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}/*
#aii input, #aii textarea {
    display: block;
    padding: 10px 0px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    box-shadow: none;
    border-bottom: 2px solid black;
    font-size: .8em;
    letter-spacing: .5px;
}
#aii #sub-con {
    background: black;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}*/
#artiest-head {
    height: 500px;
    width: 100%;
    position: relative;
}
#artiest-head .back {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: white;
}
#artiest-head .back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#artiest-head .front {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
    z-index: 1;
    height: 100%;
    width: 100%;
}
#artiest-head .socials {
    position: absolute;
    bottom: 25px;
    right: 35px;
    z-index: 3;
}
#artiest-head .socials li .fa-tiktok {
	color: #ff0050;
	text-shadow: 2px 2px 0px black;
}
#artiest-head .socials li {
    display: inline-block;
    font-size: 1.85em;
    margin-left: 25px;
    height: 100%;
}
#artiest-head .socials li:hover {
	transform: scale(1.2);
}
#artiest-head .socials li.first {
    margin-left: 0px;
    font-size: .8em;
    position: relative;
    top: -5px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fraasie-color {
    color: white;
}
#artiest-head .socials li.second {
    margin-left: 15px;
}
#artiest-head h1 {
    color: white;
    background: black;
    width: max-content;
    padding: 5px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2.5em;
    padding-top: 7.5px;
    font-family: 'Heavy';
    border-bottom: 5px solid #173cc8;
    transform: skew(-10deg);
}
#artiest {
    padding: 50px 0px;
    background: #131313;
    color: white;
    max-width: 100%;
}
#artiest .content {
    max-width: 800px;
    margin: auto;
    line-height: 1.6em;
    font-size: .85em;
    text-align: center;
}
p:last-child {
    margin-bottom: 0px;
}
#artiest-releases {
    max-width: 1200px;
    margin: auto;
    padding: 50px 7.5px;
    padding-bottom: 0px;
}
#artiest-releases .grid {/*
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
    grid-gap: 15px;
}
.slick-slide {
    margin: 0 7.5px;
}
#artiest-releases section {
    position: relative;
    transition: .25s all ease;
    cursor: pointer;
}
#artiest-releases .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#artiest-releases .thumb {
    transform: scale(1);
    transition: .25s all ease;
}
#artiest-releases section:hover .info {
    transition: .25s all ease;
    opacity: 1;
}
#artiest-releases .info {
    height: 100%;
    font-size: .85em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .25s all ease;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.664285782672444) 64%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    padding: 10px;
    position: absolute;
    width: 100%;
    top: 0; left: 0;
    color: white;
    opacity: 0;
}
#artiest-releases .info li {
    list-style: none;
}
#artiest-releases .info li.titel {
    font-weight: 900;
    text-transform: uppercase;
    background: white;
    color: black;
    padding: 0px 5px;
	display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
#artiest-releases .info li.titel::after {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    background: none;
    color: white;
    top: 3px;
    right: -15px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: .25s all ease;
}
#artiest-releases section:hover .info li.titel::after {
    opacity: 1;
    transform: scale(1);
    transition: .25s all ease;
}
#artiest-releases .info li.artiest {
    font-weight: 500;
    font-size: .85em;
    margin-left: 2.5px;
}
#artiest-releases .info li.producer {
    font-weight: 700;
    font-size: .7em;
    margin-left: 2.5px;
}
#artiest-releases .slick-dots, #artiest-videos .slick-dots {
    position: relative;
    bottom: unset;
    top: 5px;
}
.slick-next::before, .slick-prev::before {
    color: black !important;
}
#artiest-releases .slick-next, #artiest-releases .slick-prev {
    margin-top: -15px;
    display: block;
}
.slick-next::before {
    content: "\f105" !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Pro" !important;
}
.slick-prev::before {
    content: "\f104" !important;
    font-weight: 900 !important;
    font-family: "Font Awesome 6 Pro" !important;
}
#artiest-videos {
    max-width: 1200px;
    margin: 50px auto;
    padding: 7.5px;
    margin-top: 25px;
}
#artiest-videos .slick-arrow {
    margin-top: -17px;
}
#artiest-videos .grid section {
    position: relative;
    cursor: pointer;
}
#artiest-videos .grid .thumb img {
    width: 100%;
}
#artiest-videos .grid .info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
    color: white;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .25s all ease;
}
#artiest-videos .grid section:hover .info {
    opacity: 0;
    transition: .25s all ease;
}
#artiest-videos .grid .info li {
    list-style: none;
}
#artiest-videos .grid .info li.titel {
    font-weight: 900;
    text-transform: uppercase;
    background: white;
    color: black;
    padding: 0px 5px;
    width: max-content;
    margin-bottom: 5px;
}
#artiest-videos .grid .info li.artiest {
    font-weight: 500;
    font-size: .85em;
    margin-left: 2.5px;
}
#artiest-videos .grid section .thumb::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 6 Pro"; 
    content: "\f04b";
    font-weight: 900; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2.5em;
    color: white;
    opacity: .95;
    transition: all .25s ease;
}
#artiest-videos .grid section:hover .thumb::after {
    font-size: 3em;
    opacity: 1;
    transition: all .25s ease;
}
#artiest-releases h2, #artiest-videos h2 {
    font-weight: 300;
    text-transform: uppercase;
    background: #173cc8;
    width: max-content;
    padding: 0 15px;
    transform: skew(-10deg) !important;
    margin-left: 3px;
    color: white;
	border-bottom: 3px solid white;
	margin-bottom: 25px;
}
#artiest-releases h2 span, #artiest-videos h2 span {
    font-weight: 800;
}
#load_fam {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    z-index: 9999;
    background: black;
    opacity: 0;
    transition: .25s all ease;
    display: none;
}
#load_fam img {
    width: 500px;
}
.loaderspin {
    border: 10px solid white; 
    border-top: 10px solid black; 
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
	margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
    margin: auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #173cc8 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-list > div > div {
    margin-left: 0 !important;
}
.next-prev-release {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 7;
    margin: auto;
    display: flex;
    font-size: 3em;
    flex-direction: column;
    opacity: .5;
    justify-content: center;
    transition: .25s all ease;
}
.next-prev-release:hover {
    opacity: 1;
    transition: .25s all ease;
}
.next-prev-release:hover {
    color: #173cc8;
}
#prev-release {
    left: 25px;
}
#next-release {
    right: 25px;
}
#play-now strong {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    display: block;
    background: #173cc8;
    color: white;
    padding: 2.5px 10px;
    margin: auto;
    width: max-content;
    margin-bottom: 25px;
    transform: skew(-10deg);
	border-bottom: 3px solid white;
}
#play-now strong i {
    transform: scale(.8);
    margin-left: 5px;
}
#play-now .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    padding: 25px;
    padding-bottom: 0px;
}
#play-now .grid section:hover span {
    font-weight: 900;
    transition: .25s all ease;
}
#play-now .grid i {
    font-size: 2.5em;
    margin-bottom: 5px;
    cursor: pointer;
}
#play-now .grid img {
    height: 40px;
    margin-bottom: 5px;
}
#play-now .grid span {
    display: block;
    font-weight: 300;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .7px;
    transition: .25s all ease;
}
#back {
    position: absolute;
    bottom: 35px;
    left: 35px;
    z-index: 7;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2em;
}
#back:hover {
    color: white;
}
#demo {
    max-width: 100%;
    padding: 150px 35px;
}
#demo .info {
    max-width: 700px;
    margin: auto;
}
#demo .info p {
    font-size: .85em;
    line-height: 1.55em;
    font-weight: 400;
    letter-spacing: .5px;
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}
#demo p:last-child {
    margin-bottom: 0px;
}
.ajax-loader {
    position: absolute;
    opacity: 0;
    display: none !important;
    visibility: hidden;
}
.info button {
    background: #173cc8;
    color: white;
    text-align: center;
    border: none;
    width: 100%;
    padding: 10px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Heavy';
    letter-spacing: .5px;
    font-size: 1.1em;
    outline: none;
    transform: skew(-10deg);
    max-width: 400px;
    margin: auto;
    display: block;
    margin-top: 50px;
	border-bottom: 5px solid white;
}
#demo-form {
    margin-top: 25px;
    display: none;
	text-align: center;
    opacity: 0;
}
#demo-form span {
    margin-bottom: 0px;
}
#demo-form input {
    margin-bottom: 0px;
    font-size: .9em;
}
.wpcf7-form-control.wpcf7-textarea {
    font-size: .9em;
}
.wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: .9em !important;
}
.wpcf7-not-valid-tip::before {
    content: "\f12a";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
    transform: scale(.8);
    margin-left: 5px;
}
.wpcf7-form-control.wpcf7-submit {
    margin-top: 25px;
    background: #173cc8;
    color: white;
    text-align: center;
    border: none;
    width: 100%;
    padding: 10px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.wpcf7-response-output.wpcf7-validation-errors {
    background: #ffcb00;
    color: black;
    font-weight: 500;
    padding: 10px 20px;
    font-size: .85em;
    letter-spacing: .5px;
    max-width: 500px;
    border: 0px solid white !important;
    margin: 0px;
}
.wpcf7-response-output.wpcf7-validation-errors::before {
    margin-right: 10px;
    color: black;
    content: "\f071";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 0px;
    top: -1px;
}
#paged {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
	padding-top: 150px;
    flex-direction: column;
    justify-content: center;
}
#paged .info {
    max-width: 550px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}
.the404 h1 {
    width: max-content;
}
#paged .loading {
    text-align: center;
    margin-top: 25px;
    opacity: .5;
    transform: scale(.8);
}
#videos .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    margin-bottom: 25px;
}
#videos .grid section {
    position: relative;
    cursor: pointer;
}
#videos .grid .thumb img {
    width: 100%;
}
#videos .grid .info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
    color: white;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .25s all ease;
}
#videos .grid section:hover .info {
    opacity: 0;
    transition: .25s all ease;
}
#videos .grid .info li {
    list-style: none;
}
#videos .grid .info li.titel {
    font-weight: 900;
    text-transform: uppercase;
    background: white;
    color: black;
    padding: 0px 5px;
    width: max-content;
    margin-bottom: 5px;
}
#videos .grid .info li.artiest {
    font-weight: 500;
    font-size: .85em;
    margin-left: 2.5px;
}
#videos .grid section .thumb::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 6 Pro"; 
    content: "\f04b";
    font-weight: 900; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2.5em;
    color: white;
    opacity: .95;
    transition: all .25s ease;
}
#videos .grid section:hover .thumb::after {
    font-size: 3em;
    opacity: 1;
    transition: all .25s ease;
}
#videos {
    padding: 35px;
    padding-top: 82px;
	max-width: 1400px;
	margin: auto;
}
#videos h1 {
    font-family: 'MH';
    text-transform: uppercase;
    background: black;
    color: white;
    margin: auto;
    margin-bottom: 50px;
    padding: 10px 20px;
    padding-top: 15px;
    text-align: center;
}
#single-video {
    padding: 35px;
    padding-top: 82px;
}
#single-video h1 {
    padding: 10px 10px;
    background: black;
    color: white;
    font-family: 'MH';
    font-weight: 100;
    width: max-content;
    margin: auto;
    margin-bottom: 25px;
    text-transform: uppercase;
}
#single-video iframe {
    height: 550px;
}
.w100 {
    max-width: 1300px;
    margin: auto;
}
#single-video .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    margin: 50px auto;
    max-width: 1300px;
    margin-bottom: 25px;
}
#single-video .grid section {
    position: relative;
    cursor: pointer;
}
#single-video .grid .thumb img {
    width: 100%;
}
#single-video .grid .info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
    color: white;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .25s all ease;
}
#single-video .grid section:hover .info {
    opacity: 0;
    transition: .25s all ease;
}
#single-video .grid .info li {
    list-style: none;
}
#single-video .grid .info li.titel {
    font-weight: 900;
    text-transform: uppercase;
    background: white;
    color: black;
    padding: 0px 5px;
    width: max-content;
    margin-bottom: 5px;
}
#single-video .grid .info li.artiest {
    font-weight: 500;
    font-size: .85em;
    margin-left: 2.5px;
}
#single-video .grid section .thumb::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 6 Pro"; 
    content: "\f04b";
    font-weight: 900; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2.5em;
    color: white;
    opacity: .95;
    transition: all .25s ease;
}
#single-video .grid section:hover .thumb::after {
    font-size: 3em;
    opacity: 1;
    transition: all .25s ease;
}
#single-video h1 {
    padding: 10px 10px;
    background: black;
    color: white;
    font-family: 'MH';
    font-weight: 100;
    width: max-content;
    margin: auto;
    margin-bottom: 25px;
    text-transform: uppercase;
}
#single-video iframe {
    height: 550px;
}
.w100 {
    max-width: 1300px;
    margin: auto;
}
.alm-reveal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    margin: auto;
    max-width: 1300px;
}
.alm-reveal section {
    position: relative;
    cursor: pointer;
}
.alm-reveal .thumb img {
    width: 100%;
}
.alm-reveal .info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
    color: white;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.464285782672444) 35%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .25s all ease;
}
.alm-reveal section:hover .info {
    opacity: 0;
    transition: .25s all ease;
}
.alm-reveal .info li {
    list-style: none;
}
.alm-reveal .info li.titel {
    font-weight: 900;
    text-transform: uppercase;
    background: white;
    color: black;
    padding: 0px 5px;
    width: max-content;
    margin-bottom: 5px;
}
.alm-reveal .info li.artiest {
    font-weight: 500;
    font-size: .85em;
    margin-left: 2.5px;
}
.alm-reveal section .thumb::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 6 Pro"; 
    content: "\f04b";
    font-weight: 900; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2.5em;
    color: white;
    opacity: .95;
    transition: all .25s ease;
}
.alm-reveal section:hover .thumb::after {
    font-size: 3em;
    opacity: 1;
    transition: all .25s ease;
}
#paperchase-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: max-content;
    text-align: left;
    line-height: 1;
    margin: auto;
    color: white;
}
#paperchase-logo h1::after {
    height: 80%;
    width: 98%;
    position: absolute;
    top: -7px;
    left: 24px;
    z-index: -1;
    background: #173cc8;
    content: '';
    transform: skew(-9deg);
    color: white;
	
}
#paperchase-logo h1 {
    line-height: 1;
    margin-bottom: 0;
    font-size: 5em;
    font-family: 'Jost', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
#paperchase-logo h2 {
    line-height: 1;
    margin-bottom: 0;
    font-size: 1.5em;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -5px;
}
#paperchase-logo h1 img {
    object-fit: contain;
}
.slick-dots li button::before {
    color: white !important;
}
.slick-dots li.slick-active button::before {
    color: #173cc8 !important;
}
#team #paperchase-logo {
    position: relative;
}
.square img {
    object-fit: cover;
}
footer .social {
    text-align: center;
}
footer .social i {
    background: white;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 1.25em;
	margin: 0px 10px;
    cursor: pointer;
}
footer .social i:hover {
    transform: scale(1.1);
}
footer .social a:last-child i {
    margin-right: 0px;
}
#team h5 {
    margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 0;
    margin: 0;
    padding: 0;
}
b.sep {
    font-weight: 300;
}
b.sep::after {
    content: "|";
    margin-left: 5px;
}
.topimg {
	height: 100vh;
	width: 100%;
}
.topimg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: .1;
}
.topimg #paperchase-logo h1::after {
	left: 22px;
}
.topimg .meta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#paperchase-logo img:hover {
	transform: scale(1.1);
	transition: all .25s ease;
}
#paperchase-logo img {
	transform: scale(1);
	width: 200px;
	height: 200px;
	margin-bottom: 50px;
	margin: auto;
	transition: all .25s ease;
}
.pc-head,
#demo .info h1,
#paged h1,
#team h5, #contact h1 {
  background: #173cc8;
  border-bottom: 5px solid white;
  color: white;
  width: max-content;
  padding: 5px 25px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 50px;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Heavy';
  transform: skew(-10deg);
	font-family: 'Jost', sans-serif;
font-weight: 600;
	line-height: 1.5;
}
.pc-one {
	padding-top: calc(82px + 50px);
}
.pc-head {
	margin-bottom: 20px;
	font-size: 2em;
	padding-bottom: 0;
}
#wolf-diamond-scroll2 {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 2em;
  margin: auto;
  cursor: pointer;
	text-align: center;
	color: white;
  z-index: 2;
}
.topimg #paperchase-logo {
	font-size: .9em
}
#artiest-videos .slick-track,
#artiest-releases .slick-track {
	margin: 0;
}
.cky-btn-revisit-wrapper {
	display: none !important;
}
#artiest-head .socials li.first {
	background: none;
	border-radius: 0px;
	width: max-content;
	transform: scale(1);
}
#artiest-head .socials li {
	background: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-left: 10px;
	transform: scale(.8);
}
@media screen and (max-width: 767px) {
	nav li {
		font-size: .9em;
	}
}


.art-head {
	padding-top: 82px;
}

.res {
	display: none;
}
.titel-artiest {
	background: black;
  border-bottom: 5px solid #173cc8;
  color: white;
  width: max-content;
  padding: 5px 25px;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Heavy';
  transform: skew(-10deg) !important;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#paged .info.blogged img {
	aspect-ratio: 16/9;
	object-fit: cover;
	width: 100%;
}
#paged .info.blogged p {
	padding: 0;
	margin-bottom: 25px;
	max-width: unset;
	width: 100%;
	min-width: unset;
	text-align: left;
}
#paged .info.blogged {
	max-width: 700px;
	margin: auto;
	text-align: left;
}
#back.videos {
	position: unset;
}
.content p a:hover {
	color: #173cc8;
}