/*
 *
 *
 *      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: 'Arial', sans-serif;
    font-weight: 300;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
}


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;
}




/*

        Base

*/

body {
    min-height: 100vh;
    width: 100%;
    background: #fff;
    float: left;
    padding: 50px;
}





/*

        Background

*/

.bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





/*

        Shades

*/

.shade {
    display: none;
}

/* Paint */

body[data-shade='paint'] .shade {
    position: fixed;
    display: inline-block;
    background-size:auto;
}

body[data-shade='paint'] .shade.t,
body[data-shade='paint'] .shade.b {
    height: 50px;
    left: 0;
    right: 0;
    background-repeat:repeat-x;
}

body[data-shade='paint'] .shade.l,
body[data-shade='paint'] .shade.r {
    width: 50px;
    top: 0;
    bottom: 0;
    background-repeat:repeat-y;
}

body[data-shade='paint'] .shade.t {
    top: 0;
    background-image: url(../img/shades/white_paint_t.png);
    background-position: left top;
}

body[data-shade='paint'] .shade.b {
    bottom: 0;
    background-image: url(../img/shades/white_paint_b.png);
    background-position: left bottom;
}

body[data-shade='paint'] .shade.l {
    left: 0;
    background-image: url(../img/shades/white_paint_l.png);
    background-position: left center;
}

body[data-shade='paint'] .shade.r {
    right: 0;
    background-image: url(../img/shades/white_paint_r.png);
    background-position: right center;
}

/* Edge */

body[data-shade='edge'] .shade {
    position: fixed;
    display: inline-block;
    background: #fff;
}

body[data-shade='edge'] .shade.t,
body[data-shade='edge'] .shade.b {
    height: 50px;
    left: 0;
    right: 0;
}

body[data-shade='edge'] .shade.l,
body[data-shade='edge'] .shade.r {
    width: 50px;
    top: 0;
    bottom: 0;
}

body[data-shade='edge'] .shade.t {
    top: -25px;

    -webkit-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
}

body[data-shade='edge'] .shade.b {
    bottom: -25px;

    -webkit-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
}

body[data-shade='edge'] .shade.l {
    left: -25px;

    -webkit-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
}

body[data-shade='edge'] .shade.r {
    right: -25px;

    -webkit-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
}




/*

        Content

*/

article {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 320px;
    max-width: 100%;
    margin-left: -160px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #fff;
    color: #000;
    float: left;
}

@media(min-height: 900px) and (min-width: 900px) {
    body article {
        width: 400px;
        margin-left: -200px;
    }
}

@media(min-height: 1100px) and (min-width: 1100px) {
    body article {
        width: 600px;
        margin-left: -300px;
    }
}

body[data-pagetype='video'] article {
    width: 800px;
    margin-left: -400px;
}

body[data-pagetype='form'] article {
    width: 600px;
    margin-left: -300px;
}

article > *{
    float: left;
    width: 100%;
}

article iframe.spotify {
    margin: 0 auto;
    display: block;
    width: 300px;
    max-width: 100%;
    height: 80px;
    float: none;
    margin-bottom: 20px;
}

article iframe.spotify[data-size='large'] {
    height: 380px;
}

article h1 {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
}

article h1 + h1 {
	margin-top: -10px;
}

article p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 0 10px;
}

/*
        Links
*/

article ul {
    float: left;
    width: 100%;
    padding: 0 20px;
}

article h1 + ul {
    margin-top: 0px;
}

article ul li {
    display: inline-block;
    width: 25%;
    float: left;
}

body[data-pagetype='video'] article ul li {
    width: 16.667%;
}

body[data-pagetype='video'] article ul[data-count="1"] li:first-of-type {
    margin-left: 41.6665%;
}

body[data-pagetype='video'] article ul[data-count="2"] li:first-of-type {
    margin-left: 33.3335%;
}

body[data-pagetype='video'] article ul[data-count="3"] li:first-of-type {
    margin-left: 25%;
}

body[data-pagetype='video'] article ul[data-count="4"] li:first-of-type {
    margin-left: 16.667%;
}

body[data-pagetype='video'] article ul[data-count="5"] li:first-of-type {
    margin-left: 8.3335%;
}

body[data-pagetype='release'] article ul[data-count="1"] li:first-of-type {
    margin-left: 37.5%;
}

body[data-pagetype='release'] article ul[data-count="2"] li:first-of-type {
    margin-left: 25%;
}

body[data-pagetype='release'] article ul[data-count="3"] li:first-of-type {
    margin-left: 12.5%;
}

article ul li a {
    height: 0px;
    display: block;
    padding-bottom: 50%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    -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;
}

article ul li a:hover {
    opacity: 0.5;
}

article ul li span {
    display: none;
}

article ul li a.amazon {
    background-image: url('../img/services/amazon/logo.png');
}
article ul li a.pledge_music {
    background-image: url('../img/services/pledge_music/logo.png');
}

article ul li a.apple_music {
    background-image: url('../img/services/apple_music/logo.png');
}

article ul li a.beat {
    background-image: url('../img/services/beat/logo.png');
}

article ul li a.beatport {
    background-image: url('../img/services/beatport/logo.png');
}

article ul li a.big_dipper {
    background-image: url('../img/services/big_dipper/logo.png');
}

article ul li a.bol {
    background-image: url('../img/services/bol/logo.png');
}

article ul li a.cdon {
    background-image: url('../img/services/cdon/logo.png');
}

article ul li a.cede {
    background-image: url('../img/services/cede/logo.png');
}

article ul li a.deezer {
    background-image: url('../img/services/deezer/logo.png');
}

article ul li a.google_play {
    background-image: url('../img/services/google_play/logo.png');
}

article ul li a.grooveshark {
    background-image: url('../img/services/grooveshark/logo.png');
}

article ul li a.guvera {
    background-image: url('../img/services/guvera/logo.png');
}

article ul li a.itunes {
    background-image: url('../img/services/itunes/logo.png');
}

article ul li a.jpc {
    background-image: url('../img/services/jpc/logo.png');
}

article ul li a.last_fm {
    background-image: url('../img/services/last_fm/logo.png');
}

article ul li a.napster {
    background-image: url('../img/services/napster/logo.png');
}

article ul li a.pandora {
    background-image: url('../img/services/pandora/logo.png');
}

article ul li a.platekompaniet {
    background-image: url('../img/services/platekompaniet/logo.png');
}

article ul li a.qobuz {
    background-image: url('../img/services/qobuz/logo.png');
}

article ul li a.rdio {
    background-image: url('../img/services/rdio/logo.png');
}

article ul li a.rhapsody {
    background-image: url('../img/services/rhapsody/logo.png');
}

article ul li a.seven_digital {
    background-image: url('../img/services/seven_digital/logo.png');
}

article ul li a.slacker_radio {
    background-image: url('../img/services/slacker_radio/logo.png');
}

article ul li a.sound_cloud {
    background-image: url('../img/services/sound_cloud/logo.png');
}

article ul li a.spotify {
    background-image: url('../img/services/spotify/logo.png');
}

article ul li a.tidal {
    background-image: url('../img/services/tidal/logo.png');
}

article ul li a.vevo {
    background-image: url('../img/services/vevo/logo.png');
}

article ul li a.vidflow {
    background-image: url('../img/services/vidflow/logo.png');
}

article ul li a.vimeo {
    background-image: url('../img/services/vimeo/logo.png');
}

article ul li a.wimp {
    background-image: url('../img/services/wimp/logo.png');
}

article ul li a.xbox_music {
    background-image: url('../img/services/xbox_music/logo.png');
}

article ul li a.youtube {
    background-image: url('../img/services/youtube/logo.png');
}

article ul li a.bands_in_town {
    background-image: url('../img/services/bands_in_town/logo.png');
}

article ul li a.songkick {
    background-image: url('../img/services/songkick/logo.png');
}

article ul li a.ticketmaster {
    background-image: url('../img/services/ticketmaster/logo.png');
}


/*
        YouTube Video
*/

article .youtube_video {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 56%;
    position: relative;
}

article .youtube_video iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*
        Facebook Video
*/

article .facebook_video {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 56%;
    position: relative;
}

article .facebook_video iframe {

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*
        Form Basic
*/

article form {
    padding: 25px 20px;
}

article form .message{
    font-size: 25px;
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
}

article form .message > p {
    margin-bottom: 10px;
}

article form > label,
article form > input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #eee;
    font-size: 20px;
    font-weight: 200;
    color: #000;
    padding: 10px;
    outline: none;
    -webkit-appearance: none;
}

article form > input:focus {
    border-color: #ddd;
}

article form #submit {
    display: none;
}

article form label[for='submit'] {
    background: #eee;
    width: 50%;
    margin: 25px auto 0;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    margin-bottom: 25px;
    border-radius: 0px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

article form label[for='submit']:hover {
    color: rgba(0, 0, 0, 0.5);
}

article form input[type='email']:not(:valid) ~ label[for='submit'] {
    opacity: 0.2;
    pointer-events: none;
}


/*
        Continue
*/

article .continue {
    float: left;
    width: 100%;
    background: #eee;
    color: #000;
    font-size: 25px;
    padding: 20px;
    margin-top: 0px;
    text-align: center;

    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

article .continue:hover {
    color: rgba(0, 0, 0, 0.5);
}




/*

        Responsive

*/

/*
        max width 9000px
*/

@media(max-width: 900px) {

    body[data-pagetype='video'] {
        padding: 20px;
    }

    body[data-pagetype='video'] .shade {
        display: none!important;
    }

    body[data-pagetype='video'] article {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        display: block;
        z-index: 1;
        position: relative;
        margin: 0 auto;
    }
}

/*
        max width 500px
*/

@media(max-width: 500px) {

    body[data-pagetype='video'],
    body {
        padding: 10px;
        background: #ddd;
    }

    body .bg,
    body .shade {
        display: none!important;
    }

    article {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        display: block;
        z-index: 1;
        position: relative;
        margin: 0 auto;
    }

    body[data-pagetype='video'] article ul li {
        width: 25%;
    }

    body[data-pagetype='video'] article ul[data-count="1"] li:first-of-type,
    body[data-pagetype='video'] article ul[data-count="2"] li:first-of-type,
    body[data-pagetype='video'] article ul[data-count="3"] li:first-of-type,
    body[data-pagetype='video'] article ul[data-count="4"] li:first-of-type,
    body[data-pagetype='video'] article ul[data-count="5"] li:first-of-type {
        margin-left: 0%;
    }

}
