/* 
 *
 *
 *      Style by Defy Studio 
 *      https://defystudio.no/
 *
 *      WP site for Stageway artists
 *
 *
 */

/*
 
        Reset

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html {
    margin: 0!important;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/*
 
        Basic

*/

img {
    max-width: 100%; 
    width: 100%;
    height: auto;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
    position: relative;
}


html.hide {
    overflow-y: hidden;
}

body > input {
    display: none;
}   

body > span.wall {
    position: fixed;
    background: #fff;
}   

body > span.wall {
    position: fixed;
    background: #fff;
    z-index: 9999999;
}  

body > span.wall.two,
body > span.wall.one {
    top: 0;
    bottom: 0;
    width: 30px;
}  

body > span.wall.three,
body > span.wall.four {
    left: 0;
    right: 0;
    height: 30px;
}  

body > span.wall.one {
    right: 0;
}  

body > span.wall.two {
    left: 0;
}  

body > span.wall.three {
    top: 0;
}  

body > span.wall.four {
    bottom: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::-webkit-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

.link.amazon {
    background-image: url('../img/services/amazon/logo.png');
}

.link.apple_music {
    background-image: url('../img/services/apple_music/logo.png');
}

.link.beat {
    background-image: url('../img/services/beat/logo.png');
}

.link.beatport {
    background-image: url('../img/services/beatport/logo.png');
}

.link.big_dipper {
    background-image: url('../img/services/big_dipper/logo.png');
}

.link.bol {
    background-image: url('../img/services/bol/logo.png');
}

.link.cdon {
    background-image: url('../img/services/cdon/logo.png');
}

.link.cede {
    background-image: url('../img/services/cede/logo.png');
}

.link.deezer {
    background-image: url('../img/services/deezer/logo.png');
}

.link.google_play {
    background-image: url('../img/services/google_play/logo.png');
}

.link.grooveshark {
    background-image: url('../img/services/grooveshark/logo.png');
}

.link.guvera {
    background-image: url('../img/services/guvera/logo.png');
}

.link.itunes {
    background-image: url('../img/services/itunes/logo.png');
}

.link.jpc {
    background-image: url('../img/services/jpc/logo.png');
}

.link.last_fm {
    background-image: url('../img/services/last_fm/logo.png');
}

.link.napster {
    background-image: url('../img/services/napster/logo.png');
}

.link.pandora {
    background-image: url('../img/services/pandora/logo.png');
}

.link.platekompaniet {
    background-image: url('../img/services/platekompaniet/logo.png');
}

.link.qobuz {
    background-image: url('../img/services/qobuz/logo.png');
}

.link.rdio {
    background-image: url('../img/services/rdio/logo.png');
}

.link.rhapsody {
    background-image: url('../img/services/rhapsody/logo.png');
}

.link.seven_digital {
    background-image: url('../img/services/seven_digital/logo.png');
}

.link.slacker_radio {
    background-image: url('../img/services/slacker_radio/logo.png');
}

.link.sound_cloud {
    background-image: url('../img/services/sound_cloud/logo.png');
}

.link.spotify {
    background-image: url('../img/services/spotify/logo.png');
}

.link.tidal {
    background-image: url('../img/services/tidal/logo.png');
}

.link.vevo {
    background-image: url('../img/services/vevo/logo.png');
}

.link.vidflow {
    background-image: url('../img/services/vidflow/logo.png');
}

.link.vimeo {
    background-image: url('../img/services/vimeo/logo.png');
}

.link.wimp {
    background-image: url('../img/services/wimp/logo.png');
}

.link.xbox_music {
    background-image: url('../img/services/xbox_music/logo.png');
}

.link.youtube {
    background-image: url('../img/services/youtube/logo.png');
}






/*
 
        Header

*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 99999;
    
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

#menu_toggle:checked ~ header,
header.big {
    height: 160px;
}

header h1 {
    position: absolute;
    left: 80px;
    top: 15px;
    bottom: 15px;
    height: 50px;
    width: 200px;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu_toggle:checked ~ header h1,
header.big h1 {
    top: 45px;
    bottom: 30px;
    height: 75px;
}

@media(max-width: 600px) {
    #menu_toggle:checked ~ header h1,
    header.big h1 {
        top: 55px;
        bottom: 30px;
        height: 50px;
    }
}

header h1 .title {
    display: none;
}

header h1 .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

header label span,
header h1 .logo:not(.show) {
    display: none;
}

#menu_toggle:checked ~ header:not(.big) .black {
    display: block;
}

header label {
    position: absolute;
    right: 80px;
    top: 15px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    
    background-image: url(../img/icons/menu_white.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header label[data-color="black"],
header label.black {
    background-image: url(../img/icons/menu_black.svg);
}

#menu_toggle:checked ~ header label {
    background-image: url(../img/icons/close_black.svg);
}

#menu_toggle:checked ~ header label,
header.big label {
    top: 55px;
}

header label:hover {
    opacity: 0.5;
}

@media(min-width: 980px) { 
    #menu_toggle:not(:checked) ~ header.big label {
        display: none;
    }
}

#menu_toggle:checked ~ header label::before{
    position: fixed;
    content: '';
    left: 0;
    right: 300px;
    bottom: 0;
    top: 0;
    cursor: e-resize;
}

body[data-navigation-style="line"] #menu_toggle:not(:checked) ~ header.big {
    background: rgba(255, 255, 255, 0.95);
    height:100px;
}

body[data-navigation-style="line"] header.big h1 {
    top: 20px;
    bottom: 20px;
    height: 60px;
}

body[data-navigation-style="line"] header.big .black {
    display: block;
}

body[data-navigation-style="line"] header.big .white {
    display: none;
}




/*

        Nav

*/

nav {
    overflow: auto;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 300px;
    max-width: 100%;
    background: #eee;
    color: #000;
}

#menu_toggle:checked ~ nav,
header.big ~ nav {
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

#menu_toggle:not(:checked) ~ nav {
    right: -301px;
}

nav > ul {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

nav > ul li {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 15px;
    letter-spacing: 3px;
    text-transform: capitalize;
}

nav > ul li:last-of-type {
    margin-bottom: 0px;
}

nav > ul li a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

nav > ul li a.selected,
nav > ul li a:hover {
    opacity: 0.5;
}

nav label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

nav > ul .external_links {
    width: 100%;
    clear: both;
    margin-top: 50px;
}

nav > ul .external_links li {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

nav > ul .external_links li a {
    display: block;
    
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

nav > ul .external_links li a:hover {
    opacity: 0.5;
}

nav > ul .external_links li a.facebook.white {
    background-image: url(../img/front/facebook_white.svg);
}

nav > ul .external_links li a.instagram.white {
    background-image: url(../img/front/instagram_white.svg);
}

nav > ul .external_links li a.twitter.white {
    background-image: url(../img/front/twitter_white.svg);
}

nav > ul .external_links li a.itunes.white {
    background-image: url(../img/front/itunes_white.svg);
}

nav > ul .external_links li a.tidal.white {
    background-image: url(../img/front/tidal_white.svg);
}

nav > ul .external_links li a.spotify.white {
    background-image: url(../img/front/spotify_white.svg);
}

nav > ul .external_links li a.facebook.black {
    background-image: url(../img/front/facebook_black.svg);
}

nav > ul .external_links li a.instagram.black {
    background-image: url(../img/front/instagram_black.svg);
}

nav > ul .external_links li a.twitter.black {
    background-image: url(../img/front/twitter_black.svg);
}

nav > ul .external_links li a.itunes.black {
    background-image: url(../img/front/itunes_black.svg);
}

nav > ul .external_links li a.tidal.black {
    background-image: url(../img/front/tidal_black.svg);
}

nav > ul .external_links li a.spotify.black {
    background-image: url(../img/front/spotify_black.svg);
}

nav > ul .external_links li span,
nav label span {
    display: none;
}

@media(min-width: 980px) {
    
    #menu_toggle:not(:checked) ~ header.big ~ nav {
        position: fixed;
        top: 40px;
        bottom: auto;
        right: 60px;
        left: 200px;
        height: 80px;
        width: auto;
        background: rgba(0, 0, 0, 0);
        z-index: 9999999;
        color: #fff;
    } 

    #menu_toggle:not(:checked) ~ header.big ~ nav > ul {
        z-index: 1;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        float: right;
        -webkit-transform: translate(0%,0%);
        -moz-transform: translate(0%,0%);
        -o-transform: translate(0%,0%);
        transform: translate(0%,0%);
    }

    #menu_toggle:not(:checked) ~ header.big ~ nav ul li {
        display: inline-block;
        width: auto;
        margin-bottom: 0px;
        height: 80px;
        line-height: 80px;
        font-size: 15px;
        margin-right: 15px;
        text-transform: uppercase;
    }

    #menu_toggle:not(:checked) ~ header.big ~ nav ul[data-color='black'] li a {
        color: #000;
    }

    nav label,
    #menu_toggle:not(:checked) ~ header.big ~ nav ul li.hide_big {
        display: none;
    }
    
    body[data-navigation-style="line"] #menu_toggle:not(:checked) ~ header.big ~ nav {
        top: 55px;
        bottom: 50px;
        height: 30px;
    }
    
    body[data-navigation-style="line"] #menu_toggle:not(:checked) ~ header.big ~ nav ul li {
        height: 30px;
        line-height: 30px;
        color: #000!important;
    }
    
}

@media(max-width: 1130px) and (min-width: 980px) {
    #menu_toggle:not(:checked) ~ header.big ~ nav {
        right: 20px;
    }
}




/*

        Main

*/

main {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    float: left;
    background-color: #fff;
}

body[data-navigation-style="line"] #menu_toggle:not(:checked) ~ main {
    margin-top: 100px;
}

main section:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    border-top: 1px solid #eee
}

main section h2 {
    font-size: 60px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
}

main section h3 {
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px;
}


/*  Front BG    */

main section.front_bg {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    float: left;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

body[data-bg-style="contain_one"] main section.front_bg {
    background-color: #fff;
    background-size: contain;
}

body[data-bg-style="contain_two"] main section.front_bg {
    background: #fff;
    background-image: none!important;
    height: auto;
    padding: 0!important;
}

body[data-bg-style="cover_top"] main section.front_bg {
    background-position: center top;
}

body[data-bg-style="cover_bottom"] main section.front_bg {
    background-position: center bottom;
}

body[data-navigation-style="line"] main section.front_bg {
    height: calc(100vh - 100px);
}

main section.front_bg[data-shade='paint']::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background-image: url(../img/shades/white_paint.png);
    background-size:auto;
    background-repeat:repeat-x;
    background-position: left bottom;
}

main section.front_bg[data-shade='edge']::after {
    content: '';
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -25px;
    height: 60px;
    background: #fff;
    
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

main section.front_bg > ul {
    position: fixed;
    left: 80px;
    top: 210px;
    color: #fff;
    
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

main section.front_bg > ul[data-color='black'] {
    color: #000;
}

@media(max-width: 980px) { 
    main section.front_bg > ul { 
        display: none;
    }
}

header:not(.big) ~ main section.front_bg > ul,
#menu_toggle:checked ~ main section.front_bg > ul {
    left: -150px;
}

#menu_toggle:checked ~ main section.front_bg > ul {
    display: none;
}

main section.front_bg > ul > li.title {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
}

main section.front_bg > ul > li.title:not(:first-of-type) {
    margin-top: 30px;
}

main section.front_bg > ul > li > ul > li {
    display: inline-block;
    margin-right: 10px;
    
}
main section.front_bg ul li a {
    display: block;
    
    height: 25px;
    width: 25px; 
    
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

main section.front_bg ul li a:hover {
    opacity: 0.5;
}

main section.front_bg ul[data-color='black'] li a.facebook {
    background-image: url(../img/front/facebook_black.svg);
}

main section.front_bg ul[data-color='black'] li a.instagram {
    background-image: url(../img/front/instagram_black.svg);
}

main section.front_bg ul[data-color='black'] li a.twitter {
    background-image: url(../img/front/twitter_black.svg);
}

main section.front_bg ul[data-color='black'] li a.itunes {
    background-image: url(../img/front/itunes_black.svg);
}

main section.front_bg ul[data-color='black'] li a.tidal {
    background-image: url(../img/front/tidal_black.svg);
}

main section.front_bg ul[data-color='black'] li a.spotify {
    background-image: url(../img/front/spotify_black.svg);
}

main section.front_bg ul[data-color='white'] li a.facebook {
    background-image: url(../img/front/facebook_white.svg);
}

main section.front_bg ul[data-color='white'] li a.instagram {
    background-image: url(../img/front/instagram_white.svg);
}

main section.front_bg ul[data-color='white'] li a.twitter {
    background-image: url(../img/front/twitter_white.svg);
}

main section.front_bg ul[data-color='white'] li a.itunes {
    background-image: url(../img/front/itunes_white.svg);
}

main section.front_bg ul[data-color='white'] li a.tidal {
    background-image: url(../img/front/tidal_white.svg);
}

main section.front_bg ul[data-color='white'] li a.spotify {
    background-image: url(../img/front/spotify_white.svg);
}

main section.front_bg ul li a span {
    display: none;
}

body[data-navigation-style="line"] main section.front_bg > ul {
    left: auto;
    height: 20px;
    top: 20px;
    color: #000;
    z-index: 99999;
    right: 65px;
    
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

body[data-navigation-style="line"] header:not(.big) ~ main section.front_bg > ul,
body[data-navigation-style="line"] #menu_toggle:checked ~ main section.front_bg > ul {
    right: -100%;
}

body[data-navigation-style="line"] main section.front_bg > ul > li {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    margin-bottom: 0px;
    float: left;
}

body[data-navigation-style="line"] main section.front_bg > ul > li.title {
    margin-right: 10px;
    font-weight: 600;
}

body[data-navigation-style="line"] main section.front_bg > ul > li + li.title {
    margin-left: 30px;
    margin-top: 0px;
}

body[data-navigation-style="line"] main section.front_bg ul li a {
    height: 20px;
    width: 20px;
}

body[data-navigation-style="line"] main section.front_bg ul li a.facebook {
    background-image: url(../img/front/facebook_black.svg);
}

body[data-navigation-style="line"] main section.front_bg ul li a.instagram {
    background-image: url(../img/front/instagram_black.svg);
}

body[data-navigation-style="line"] main section.front_bg ul li a.twitter {
    background-image: url(../img/front/twitter_black.svg);
}

body[data-navigation-style="line"] main section.front_bg ul li a.itunes {
    background-image: url(../img/front/itunes_black.svg);
}

body[data-navigation-style="line"] main section.front_bg ul li a.tidal {
    background-image: url(../img/front/tidal_black.svg);
}

body[data-navigation-style="line"] main section.front_bg ul li a.spotify {
    background-image: url(../img/front/spotify_black.svg);
}


/*  Music  */

main section.music {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    float: left;
    position: relative;
    padding: 160px 80px;
}

main section.music .profiles::after,
main section.music .content::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}

main section.music .profiles {
    max-width: 900px;  
    margin: 0 auto 75px;;
    display: block;
}

main section.music .profiles:last-child {
    margin-bottom: 0px;
}

main section.music .profiles li {
    display: inline-block;
    width: 20%;
    float: left;
}

main section.music .profiles[data-count='11'] li:nth-of-type(11),
main section.music .profiles[data-count='6'] li:nth-of-type(6),
main section.music .profiles[data-count='1'] li:first-of-type {
    margin-left: 40%;
}

main section.music .profiles[data-count='12'] li:nth-of-type(11),
main section.music .profiles[data-count='7'] li:nth-of-type(6),
main section.music .profiles[data-count='2'] li:first-of-type {
    margin-left: 30%;
}

main section.music .profiles[data-count='13'] li:nth-of-type(11),
main section.music .profiles[data-count='8'] li:nth-of-type(6),
main section.music .profiles[data-count='3'] li:first-of-type {
    margin-left: 20%;
}

main section.music .profiles[data-count='14'] li:nth-of-type(11),
main section.music .profiles[data-count='9'] li:nth-of-type(6),
main section.music .profiles[data-count='4'] li:first-of-type {
    margin-left: 10%;
}


main section.music .profiles li span {
    opacity: 0;
    font-size: 0px;
}

main section.music .profiles li a {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 45%;
    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

main section.music .profiles li a:hover {
    opacity: 0.5;
}

main section.music .content {
    max-width: 900px;
    display: block;
    margin: 0 auto;
}

main section.music .content > * {
    width: 50%;
    display: inline-block;
    float: left;
}

main section.music .content > *:first-child:last-child {
    width: 100%;
}

main section.music .content .inner {
    padding-left: 80px;
    padding-top: 80px;
    text-align: left;
}

main section.music .content .inner:first-child:last-child {
    padding-left: 0px;
    padding-top: 0px;
    text-align: center;
}

main section.music .content .inner h3 {
    text-align: left;
    margin-bottom: 50px;
}

main section.music .content .inner:first-child:last-child  h3 {
    text-align: center;
}

main section.music .content .inner p {
    font-size: 25px;
    letter-spacing: 1px;
}

main section.music .content .inner ul {
    margin-top: 50px;
    width: 100%;
}

main section.music .content .inner ul li {
    display: inline-block;
    width: 33.33%;
    float: left;
}

main section.music .content .inner:first-child:last-child ul li {
    width: 16.66%;
}

main section.music .content .inner ul li a {
    width: 100%;
    height: 0px;
    display: block;
    padding-bottom: 55%;
    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

main section.music .content .inner ul li a:hover {
    opacity: 0.5;
}

main section.music .content .inner ul li span {
    opacity: 0;
    font-size: 0px;
}

main section.music .releases ul {
    max-width: 910px;
    margin: 0 auto 125px;;
} 

main section.music .releases .sub_cat ul {
    margin-bottom: 0px;
} 

main section.music .releases ul::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}

main section.music .releases .h_title {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 40px;
    padding-left: 5px;
}

main section.music .releases .h_title:not(:first-of-type) {
    margin-top: 50px;
}

main section.music .releases .sub_cat li {
    display: inline-block;
    width: 16.66%;
    float: left;
    margin-bottom: 20px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

main section.music .releases .sub_cat li:nth-of-type(6n + 1) {
    clear: both;
}

@media(max-width: 700px) {

    main section.music .releases .sub_cat li {
        width: 25%;
    }

    main section.music .releases .sub_cat li:nth-of-type(6n + 1) {
        clear: inherit;
    }

    main section.music .releases .sub_cat li:nth-of-type(4n + 1) {
        clear: both;
    }

}

@media(max-width: 500px) {

    main section.music .releases .sub_cat li {
        width: 33.33%;
    }

    main section.music .releases .sub_cat li:nth-of-type(4n + 1) {
        clear: inherit;
    }

    main section.music .releases .sub_cat li:nth-of-type(3n + 1) {
        clear: both;
    }

}

@media(max-width: 350px) {

    main section.music .releases .sub_cat li {
        width: 50%;
    }

    main section.music .releases .sub_cat li:nth-of-type(3n + 1) {
        clear: inherit;
    }

    main section.music .releases .sub_cat li:nth-of-type(2n + 1) {
        clear: both;
    }

}

main section.music .releases li a {
    display: block;
}

main section.music .releases li a.loading {
    cursor:progress;
}

main section.music .releases li .cover {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
} 

main section.music .releases li .cover::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
} 

main section.music .releases li a:hover .cover::before {
    opacity: 0.5;
} 

main section.music .releases li .loading .cover::before {
    opacity: 0.8!important;
}

main section.music .releases li .loading .cover::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    background-image: url(../img/icons/loading.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
} 

main section.music .releases li .title,
main section.music .releases li .year {
    display: block;
    font-size: 15px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
} 

main section.music .releases li a:hover .title,
main section.music .releases li a:hover .year {
    opacity: 0.5;
}

main section.music .releases li .title {
    line-height: 1.3;
    margin-bottom: 5px;
}

main section.music .releases li .year {
    font-weight: 400;
}

#open_release {
    position: fixed;
    width: 900px;
    max-width: 95%;
    max-height: 95vh;
    overflow: auto;
    background: #fff;
    left: 50%;
    top: 50%;
    border: 20px solid #fff;
    z-index: 9999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#open_release > * {
    position: relative;
    z-index: 1;
}

#open_release > .cover,
#open_release > section {
    width: 50%;
    display: inline-block;
    float: left;
}

#open_release > .cover {
    padding-bottom: 50%;
    height: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#open_release > section {
    max-height: 100%;
    padding-left: 40px;
    border-top: 40px solid #fff;
    border-bottom: 20px solid #fff;
}

@media(max-width: 700px) {
    #open_release > .cover,
    #open_release > section {
        width: 100%;
    }
    #open_release > section {
        padding-left: 0px;
    }
}

#open_release > section h1 {
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

#open_release > section date {
    font-size: 15px;
    font-weight: 400;
}

#open_release > section ul.tracks {
    margin-top: 20px;
    font-size: 17px;
}

@media(min-width: 700px) {
    #open_release > section ul.tracks {
        max-height: 460px;
        overflow: auto;
        padding-bottom: 30px;
    }
    #open_release > section ul.tracks::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    }
}

#open_release > section ul.tracks li {
    min-height: 17px;
    line-height: 1.3;
}

#open_release > section ul.tracks li b {
    font-weight: 400;
}

@media(max-width: 500px) {
    #open_release > section h1 {
        font-size: 20px;
    }

    #open_release > section date {
        font-size: 13px;
    }

    #open_release > section ul.tracks {
        font-size: 15px;
    }
}

#open_release > section ul.tracks li:not(:last-of-type) {
    margin-bottom: 10px;
}

#open_release ul.links {
    width: 100%;
    clear: both;
    padding-top: 20px;
}

#open_release ul.links::after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}

#open_release ul.links li {
    width: 20%;
    float: left;
}

@media(max-width: 700px) {
    #open_release ul.links li {
        width: 33.33%;
    }
}

#open_release ul.links li a {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 45%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#open_release ul.links li a:hover {
    opacity: 0.5;
}

#open_release #close span,
#open_release ul.links li a span {
    display: none;
}

#open_release #close {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background-image: url(../img/icons/close_black.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#open_release #close:hover {
    opacity: 0.5;
}

#open_releases_popup .close_btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#open_releases_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: rgba(238, 238, 238, 0.95);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#open_releases_popup.empty {
    opacity: 0;
}

#open_releases_popup.closed {
    display: none;
}

/*  Tour Dates  */

main section.tour_dates {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    float: left;
    position: relative;
    padding: 160px 80px;
}

main section.tour_dates ul.tour_list {
    max-width: 900px;
    margin: 0 auto 125px;;
}

main section.tour_dates ul.tour_list::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}

main section.tour_dates ul.tour_list > li {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 17px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

main section.tour_dates ul.tour_list > li:first-of-type {
    font-size: 23px;
    border-bottom: 2px solid #000;
}


main section.tour_dates ul.tour_list li > * {
    display: inline-block;
}

main section.tour_dates ul.tour_list li .date {
    min-width: 100px;
    font-weight: 400;
    letter-spacing: 3px;
}

main section.tour_dates ul.tour_list li .venue {
    margin-right: 20px;
}

main section.tour_dates ul.tour_list li a {
    float: right;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 1px;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

main section.tour_dates ul.tour_list li a:hover {
    opacity: 0.5;
}

main section.tour_dates ul.tour_list li a:nth-last-of-type(2) {
    margin-left: 20px;
}

main section.tour_dates .get_notified {
    width: 400px;
    height: 100px;
    margin: 0 auto;
}

main section.tour_dates .get_notified a {
    display: inline-block;
    float: left;
    width: 50%;
    height: 100px;
}
main section.tour_dates .get_notified a:first-of-type:last-of-type {
    margin-left: 25%;
}

main section.tour_dates .get_notified a span {
    display: none;
}

main section.tour_dates .get_notified a {
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

main section.tour_dates .get_notified a:hover {
    opacity: 0.5;
}

main section.tour_dates .get_notified a.bands_in_town {
    background-image: url(../img/icons/bands_in_town_black.png);
}

main section.tour_dates .get_notified a.songkick {
    background-image: url(../img/icons/songkick_black.png);
}


/*  Follow  */

main section.follow {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    float: left;
    position: relative;
    padding: 160px 80px;
}

main section.follow ul {
    max-width: 900px;
    margin: 0 auto;
}

main section.follow ul li {
    width: 33.33%;
    float: left;
    display: inline-block;
    padding-bottom: 80px;
    position: relative;
    margin-bottom: 50px;
}

main section.follow ul li:nth-of-type(1):nth-last-of-type(1),
main section.follow ul li:nth-of-type(4):nth-last-of-type(1) {
    margin-left: 33.33%;
}

main section.follow ul li:nth-of-type(4):nth-last-of-type(2),
main section.follow ul li:nth-of-type(1):nth-last-of-type(2) {
    margin-left: 16.66%;
}

main section.follow ul li > a {
    height: 0px;
    display: block;
    padding-bottom: 25%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

main section.follow ul li a.facebook {
    background-image: url(../img/follow/facebook.png);
}

main section.follow ul li a.twitter {
    background-image: url(../img/follow/twitter.png);
}

main section.follow ul li a.youtube {
    background-image: url(../img/follow/youtube.png);
}

main section.follow ul li a.spotify {
    background-image: url(../img/follow/spotify.png);
}

main section.follow ul li a.instagram {
    background-image: url(../img/follow/instagram.png);
}

main section.follow ul li a.google_plus {
    background-image: url(../img/follow/google_plus.png);
}

main section.follow ul li a span {
    font-size: 0px;
    opacity: 0;
}

main section.follow ul li > div {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0.3;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

main section.follow ul li:hover > div {
    opacity: 1;
}


/*  Biography  */

main section.bio {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    float: left;
    position: relative;
    padding: 160px 80px;
}

main section.bio input,
main section.bio h3 {
    display: none;
}

main section.bio > div,
main section.bio article {
    max-width: 900px;
    margin: 0 auto;
}

main section.bio > div {
    margin-bottom: 50px;
}

main section.bio article section {
    white-space: pre-line;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 100;
}

main section.bio > div label {
    font-size: 25px;
    cursor: pointer;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#bio_en:checked ~ div label[for="bio_en"],
#bio_no:checked ~ div label[for="bio_no"],
main section.bio > div label:hover {
    opacity: 0.5;
}

main section.bio > div label:nth-of-type(1):not(:last-of-type)::after {
    content: '|';
    font-weight: 900;
    margin: 0 20px;
    pointer-events: none;
}

#bio_en:not(:checked) ~ article[data-lng="en"],
#bio_no:not(:checked) ~ article[data-lng="no"] {
    display: none;
}


/*  Video  */

main section.video {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    float: left;
    position: relative;
    padding: 160px 80px;
}

main section.video > *:not(h2):not(h3) {
    max-width: 900px;
    margin: 0 auto;
}

main section.video .player {
    position: relative;
}

main section.video .player + h3 {
    margin-top: 50px;
}

main section.video .player span {
    height: 0px;
    padding-bottom: 56%;
    display: block;
}

main section.video .player iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

main section.video .youtube_videos,
main section.video .facebook_videos {
    position: relative;
    margin-top: 50px;
    margin-bottom: 125px;
}

main section.video .youtube_videos::after,
main section.video .facebook_videos::after {
    content: '';
    position: relative;
    clear: both;
    display: block;
}

main section.video .youtube_videos ul,
main section.video .facebook_videos ul {
    float: left;
}

main section.video .youtube_videos li,
main section.video .facebook_videos li {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 25px;
}

main section.video .youtube_videos li a,
main section.video .facebook_videos li a {
    display: block;
    overflow: hidden;
}

main section.video .youtube_videos li span:first-of-type,
main section.video .facebook_videos li span:first-of-type {
    height: 56px;
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    background-size: cover;
    background-position: center;
}

main section.video .facebook_videos li span:last-of-type,
main section.video .youtube_videos li span:last-of-type {
    height: 56px;
    display: inline-block;
    float: left;
    line-height: 56px;
    max-width: calc(100% - 120px);
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}


main section.video .youtube_videos li a:hover span:last-of-type,
main section.video .youtube_videos li.selected a span:last-of-type,
main section.video .facebook_videos li a:hover span:last-of-type,
main section.video .facebook_videos li.selected a span:last-of-type {
    opacity: 0.5;
}
main section.video .explore_more_videos {
    max-width: 400px;  
    margin: 0 auto;
    display: block;
}

main section.video a.youtube {
    background-image: url('../img/services/youtube/logo.png');
}

main section.video a.vevo {
    background-image: url('../img/services/vevo/logo.png');
}

main section.video a.vidflow {
    background-image: url('../img/services/vidflow/logo.png');
}

main section.video a.vimeo {
    background-image: url('../img/services/vimeo/logo.png');
}

main section.video .explore_more_videos li {
    display: inline-block;
    width: 50%;
    float: left;
}

main section.video .explore_more_videos[data-count='3'] li:nth-of-type(3),
main section.video .explore_more_videos[data-count='1'] li:first-of-type {
    margin-left: 25%;
}

main section.video .explore_more_videos li span {
    opacity: 0;
    font-size: 0px;
}

main section.video .explore_more_videos li a {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 45%;
    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

main section.video .explore_more_videos li a:hover {
    opacity: 0.5;
}





/*

        Footer

*/

footer {
    border-top: 1px solid #eee;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 160px;
    padding: 160px 80px;
}

footer .copy {
    float: left;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}

footer .by img {
    height: 20px;
    width: auto;
    float: right;
}






/*

        Responsive

*/

@media(max-height: 750px) and (min-width: 700px) {
    main > section {
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
}

@media(max-height: 750px) {

    #menu_toggle:checked ~ nav > ul {
        top: calc(50% + 50px);
    }

}

@media(max-height: 650px) {
    
    /* Header */
    
    #menu_toggle:checked ~ header {
        height: 80px;
        width: 80px;
        left: auto;
    }
    
    #menu_toggle:checked ~ header, header.big {
        height: 80px;
    }
    
    #menu_toggle:checked ~ header h1 {
        display: none;
    }
    
    #menu_toggle:checked ~ header label {
        top: 15px;
    }
    
    
    /* Nav */
    
    #menu_toggle:checked ~ nav {
        padding-top: 80px;
    }
    
    #menu_toggle:checked ~ nav > ul {
        top: 80px;
        left: 0px;
        right: 20px;
        -webkit-transform: translate(0%,0%);
        -moz-transform: translate(0%,0%);
        -o-transform: translate(0%,0%);
        transform: translate(0%,0%);
    }
    
    #menu_toggle:checked ~ nav > ul li {
        width: 100%; 
        font-size: 25px;
        padding-left: 20px;
        margin-bottom: 7.5px;
    }
    
    #menu_toggle:checked ~ nav > ul .external_links {
        margin-bottom: 50px;
    }
    
    #menu_toggle:checked ~ nav > ul .external_links li {
        height: 25px;
        width: 25px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width: 1130px) {
   
    /* Header */
    
    header h1 {
        left: 20px;
    }
    header label {
        right: 20px;
    }
    
    main section.front_bg > ul {
        left: 20px;
    }
    
    /* Footer */
    
    footer {
        padding: 80px 20px;
    }
    
}

@media(max-width: 990px) {
    
    /* Main section basic */
    
    main section h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    main section h3 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    
    
    /* Music */
    
    main section.music .content > img {
        width: 25%;
    }
    
    main section.music .content > div {
        width: 75%;
    }
    
    main section.music .content .inner {
        padding-top: 0px;
        padding-left: 20px;
    }
    
    main section.music .content .inner h3 {
        margin-bottom: 25px;
        font-size: 30px;
    }
    
    main section.music .content .inner ul {
        margin-top: 20px;
    }
    
    main section.music .content .inner ul li {
        width: 20%;
    }
    
    /* Tour Dates */ 
    
    main section.tour_dates .tour_list > li {
        width: 100%!important;
        margin-right: 0%!important;
    }
    
    main section.tour_dates ul.tour_list > li:first-of-type {
        font-size: 17px;
    }
    
    main section.tour_dates ul.tour_list > li > ul > li {
        font-size: 15px;
    }
    
    main section.tour_dates ul.tour_list li > * {
        float: left;
    }
    
    main section.tour_dates ul.tour_list .date {
        width: 80px;
        min-width: 80px!important;
        margin-bottom: 10px;
    }
    
    main section.tour_dates ul.tour_list .venue {
        width: calc(100% - 80px);
        min-width: 0px!important;
        margin-right: 0px!important;
        margin-bottom: 10px;
    }
    
    main section.tour_dates ul.tour_list .loc {
        margin-left: 80px;
    }
    
    main section.tour_dates ul.tour_list li a {
        float: left;
        margin-left: 20px;
    }
    
}

@media(max-width: 700px) {
    
    /* Header */
    
    #menu_toggle:not(:checked) ~ header:not(.big) {
        background: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #eee;
    }
    
    #menu_toggle:checked ~ header {
        height: 80px;
        width: 80px;
        left: auto;
    }
    
    #menu_toggle:checked ~ header h1 {
        display: none;
    }
    
    #menu_toggle:checked ~ header label {
        top: 15px;
    }
    
    
    /* Nav */
    
    nav {
        padding-top: 80px;
    }
    
    nav > ul {
        top: 80px;
        left: 0px;
        right: 20px;
        -webkit-transform: translate(0%,0%);
        -moz-transform: translate(0%,0%);
        -o-transform: translate(0%,0%);
        transform: translate(0%,0%);
    }
    
    nav > ul li {
        width: 100%; 
        font-size: 25px;
        padding-left: 20px;
        margin-bottom: 7.5px;
    }
    
    nav > ul .external_links {
        margin-bottom: 50px;
    }
    
    nav > ul .external_links li {
        height: 25px;
        width: 25px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    
    
    /* Main section basic */
    
    main > section {
        padding: 100px 20px 80px!important;
    }
    
    
    /* Music */

    main section.music .content .inner:first-child:last-child ul li {
        width: 25%;
    }
    
    
    /* Follow */
    
    main section.follow ul li {
        width: 50%;
    }
    
    main section.follow ul li:nth-of-type(1):nth-last-of-type(1),
    main section.follow ul li:nth-of-type(4):nth-last-of-type(1),
    main section.follow ul li:nth-of-type(4):nth-last-of-type(2),
    main section.follow ul li:nth-of-type(1):nth-last-of-type(2) {
        margin-left: 0%!important;
    }
    
    main section.follow ul li > a {
        padding-bottom: 15%;
    }
    
    main section.follow ul li > div {
        opacity: 1;
    }
    
    
    /* Video */
    
    main section.video .youtube_videos li span:last-of-type,
    main section.video .facebook_videos li span:last-of-type {
        line-height: 1.5;
    }
    
    /* Footer */
    
    footer {
        margin-top: 80px;
    }
    
}

@media(max-width: 550px) {
    
    /* Music */
    
    main section.music .content > * {
        width: 100%!important;
    }
    
    main section.music .content img {
        margin-bottom: 50px;
    }
    
    main section.music .content .inner {
        padding-left: 0px;
    }
    
    main section.music .content .inner h3,
    main section.music .content .inner p {
        text-align: center;
    }
    
    main section.music .content .inner ul li {
        width: 25%;
    }
    
    main section.music .content .inner ul li:nth-of-type(4n +1):nth-last-of-type(1) {
        margin-left: 37.5%;
    }
    
    main section.music .content .inner ul li:nth-of-type(4n +1):nth-last-of-type(2) {
        margin-left: 25%;
    }
    
    main section.music .content .inner ul li:nth-of-type(4n +1):nth-last-of-type(3) {
        margin-left: 12.5%;
    }
    
    main section.music .explore_more_music li a {
        padding-bottom: 30%;
    }
    
    /* Tour Dates */
    main section.tour_dates ul.tour_list li .date {
        letter-spacing: 1.5px;
        font-size: 16px;
    }
    main section.tour_dates ul.tour_list .loc {
        margin-left: 80px;
        margin-bottom: 10px;
        min-width: calc(100% - 80px);
    }
    
    main section.tour_dates ul.tour_list li a:first-of-type {
        margin-left: 80px!important;
    }
    
}

@media(max-width: 450px) {
    
    /* Tour Dates */
    
    main section.tour_dates .get_notified {
        width: 100%;
    }
    
    
    /* Follow */
    
    main section.follow ul li {
        width: 100%;
        padding-bottom: 50px;
    }
    
    main section.follow ul li > a {
        padding-bottom: 10%;
    }
    
    
    /* Footer */
    
    footer > * {
        width: 100%;
        text-align: center;
    }
    
    footer .by img {
        float: none;
        display: block;
        margin: 50px auto 0;
    }
    
}














