/* Breakpoints: */
/* 320 - 659px  */
/* 660 - 1000px */
/* 1001px+      */

/* basic stuff */
article, aside, details, figcaption, figure, footer, header, main, mark, nav, section, summary, time { display: block; margin: 0; }
.pure-g [class *= "pure-u"] { font-family: 'Open Sans', Arial, sans-serif; }
body { color: #000; font-family: 'Open Sans', Arial, sans-serif; font-style: normal; font-size: 1em; font-weight: 400; line-height: 1.6em; }
h1 { color: #fff; font-family: 'Fjalla One', Arial, sans-serif; font-style: normal; font-size: 3em; font-weight: 400; letter-spacing: -0.025em; line-height: 1.25em; margin: 0; }
h2 { color: #000; font-family: 'Fjalla One', Arial, sans-serif; font-style: normal; font-size: 2em; font-family: 400; letter-spacing: -0.025em; line-height: 1.25em; margin: 0; }
h3 { color: #fff; font-family: 'Candal', Verdana, sans-serif; font-style: normal; font-size: 1.4em; font-weight: 400; letter-spacing: -0.025em; line-height: 1.25em; margin: 0; }
h4 { color: #66ff00; font-family: 'Candal', Verdana, sans-serif; font-style: normal; font-size: 1.1em; font-weight: 400; letter-spacing: -0.025em; line-height: 1.25em; margin: 0; }
/*a { text-decoration: none; }*/
a { color: #ffff66; text-decoration: underline; }
a:hover, a:focus { color: #66ff00; }
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
}
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}


/* header stuff */
header { background-repeat: repeat-x; background-position: center center; position: relative; }
header figure img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

/* header nav stuff */
.navbar-handle, .navbar-checkbox { display: none; }
nav.main {
	position: relative;
	background: url('../images/nav_pattern.png'), linear-gradient(#7b2bc3, #8332bc); 
    background: url('../images/nav_pattern.png'), -webkit-linear-gradient(#7b2bc3, #8332bc); 
    background: url('../images/nav_pattern.png'), -o-linear-gradient(#7b2bc3, #8332bc); 
    background: url('../images/nav_pattern.png'), -moz-linear-gradient(#7b2bc3, #8332bc); 
    -webkit-font-smoothing: antialiased;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}
nav.main ul {
	margin: 0;
	padding: 0;
	text-align: center; 
}
nav.main li {
	display: inline-block;
	padding: 0.688em 0.5em;
}
nav.main a { text-decoration: none; }
nav.main a > h3 { color: #FEFF75; text-shadow: 0 1px 1px #000; }
nav.main a:hover > h3, nav.main a:focus > h3 { color: #66ff00; }
nav.main li.active > a > h3 { color: #66ff00; }


/* body stuff */
main { background-color: #f1ad4a; }


/* albums (home page) */
main.album-covers > div { 
    max-width: 1500px; 
    margin: 0 auto; 
}
main.album-covers .cover { 
    position: relative; 
    max-width: 500px;
    margin: 0 auto; 
}
main.album-covers img { 
    display: block; 
    width: 100%; 
    height: auto; 
    max-width: 500px;
}
main.album-covers .overlay { 
    opacity: 0; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
main.album-covers .overlay > a { 
    width: 100%; 
    height: 100%; 
    display: table; 
    text-align: center; 
    text-decoration: none;
}
main.album-covers .overlay > a > h1 { 
    display: table-cell; 
    vertical-align: middle; 
    padding: 0 0.5em; 
}
main.album-covers .cover:hover .overlay, main.album-covers .cover:focus .overlay { 
    opacity: 1; 
    background-color: rgba(0,0,0,0.7); 
    -webkit-transition: all 0.4s ease; 
    -moz-transition: all 0.4s ease; 
    -ms-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    transition: all 0.4s ease; 
}


/* album info page */
main.album { padding-bottom: 40px; }
main.album .cover > img { width: 100%; }
main.album > .info { padding-top: 30px; }
main.album > .info > div { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    padding: 0 20px; 
}
main.album .media > .bandcamp, main.album .media > .gallery { float: right; clear: both; width: 100%; }
main.album .media .embed-container {
    padding-bottom: 162%;
    float: right;
    max-width: 500px;
    width: 100%;
}
main.album .media > .gallery { max-width: 500px; }
main.album .media > .gallery img { display: block; }
main.album .description > .content { max-width: 500px; }
main.album .description .buy.buy-above { display: none; }
main.album .description .buy.buy-below { display: block; }
main.album .description .buy { margin-top: 1.625em; line-height: 0; max-width: 309px; }
main.album .description .buy > .button { display: inline-block; }
main.album .description .buy input[type="image"] { max-width: 144px; width: 100%; }
main.album .description .buy img { position: absolute; }
main.album .description .album-info { margin-top: 40px; }
main.album .description .album-info mark { display: inline; background-color: transparent; font-weight: 700; text-transform: uppercase; }
main.album .description .album-reviews, main.album .description .guest-musicians { margin-top: 1.3em; }
main.album .description .album-reviews p { margin-bottom: 0; }
main.album .description .album-reviews a { display: inline-block; margin-top: -1em; }
main.album .description .guest-musicians .list:last-child > p { margin-bottom: 0; }
main.album .description .share { margin-top: 40px; }
main.album .description .share > div { max-width: 363px; }
main.album .description .share .facebook { line-height: 0; margin-bottom: 15px; }
main.album .description .share a { display: inline-block; }
main.album .back { margin-top: 40px; }
main.album .back > .crumb { text-align: center; }
main.album .back a { text-decoration: none; }
main.album .back a > i, main.album .back a > h3 { display: inline-block; color: #FEFF75; }
main.album .back a > i { font-size: 1.4em; }
main.album .back a > i:after { content: '\a0'; }


/* videos page stuff */
main.videos .content { margin: 0 auto; padding: 40px 20px; max-width: 1040px; text-align: center; }
main.videos h1 { margin-bottom: 40px; }
main.videos figure { margin-bottom: 60px; }
main.videos figcaption { margin: 0 auto 30px; max-width: 650px; }
main.videos .embed-container { max-width: 1000px; margin: 0 auto; }
main.videos .light-keyhole .embed-container { padding-bottom: 75%; }
main.videos figure .video { margin: 0 auto; }


/* news page stuff */
main.news > .content { max-width: 1040px; margin: 0 auto; padding: 40px 20px; }
main.news > .content > section { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
main.news .text { max-width: 700px; padding-right: 40px; }
main.news .twitter { max-width: 300px; margin: 0 auto; }
main.news article { margin-bottom: 3em; }
main.news h1 { margin-bottom: 30px; }
main.news h3 { margin-bottom: 20px; }
main.news ul { padding-left: 20px; }
main.news li { margin: 1em 0; }


/* press page stuff */
main.press > .content { padding: 40px 20px; max-width: 1080px; margin: 0 auto; }
main.press .reviews, main.press .interviews { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
main.press .reviews { padding-right: 20px; }
main.press .interviews { padding-left: 20px; }
main.press h1 { text-align: center; }
main.press h3 { margin: 40px 0; }
main.press p { margin-bottom: 0; }
main.press a { margin-top: 0; }
main.press a:after { content: "\00a0\f061"; font-family: FontAwesome; display: inline-block; }


/* review & interview page stuff */
main.review, main.interview { background-color: #fff; color: #000; }
main.review > .content, main.interview > .content { padding: 40px 20px; max-width: 760px; margin: 0 auto; }
main.review h2, main.interview h2 { color: #000; margin-bottom: 40px; }
main.review > .back, main.interview > .back { background-color: #f1ad4a; color: #FEFF75; text-align: center; padding: 30px 0; }
main.review > .back i, main.interview > .back i { display: inline-block; font-size: 1.4em; margin-right: 5px; color: #FEFF75;  }
main.review > .back h3, main.interview > .back h3 { color: #FEFF75; display: inline-block; }
main.review a, main.interview a { color: #ff9900; }
main.review a:hover, main.review a:focus, main.interview a:hover, main.interview a:focus { color: #c64cb5; }


/* interview page stuff */
main.interview p.intro { font-style: italic; }
main.interview p.question { font-weight: 700; }
main.interview p.answer { padding-left: 20px; }


/* gallery page stuff */
main.gallery > .content { padding: 40px 20px; max-width: 1080px; margin: 0 auto; text-align: center; }
main.gallery .wall { line-height: 0; font-size: 0; }
main.gallery .wall > img {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
}
main.gallery .gallery-modal {
    position: fixed; 
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
main.gallery .gallery-modal>.modal-content {
    margin: auto;
    position: relative;
    z-index: 105;
    background-color: white;
    padding: 10px;
}
main.gallery .gallery-modal.out,
main.gallery .gallery-modal.out>.backdrop {
    visibility: hidden;
}
main.gallery .gallery-modal>.backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba( 0, 0, 0, 0.85 );
}
main.gallery .gallery-modal img {
    max-width: 90vw;
    max-height: 82vh;
    margin: auto;
}
main.gallery .modal-info {
    padding: 10px 0 5px;
}
main.gallery .modal-image-close {
    text-align: right;
}
main.gallery .gallery-modal .image-wrapper:hover button {
    display: block;
}
main.gallery .gallery-modal button {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: transparent;
    background-image: none;
    padding: 0 10px;
    color: #fff;
    text-shadow: 0 1px 5px #000;
    font-size: 80px;
}
main.gallery .gallery-modal button:hover {
    background-image: none;
}
main.gallery button.next-image {
    right: 0;
}
main.gallery button.prev-image {
    left: 0;
}
main.gallery .close-modal {
    cursor: pointer;
}


/* goodies page stuff */
main.goodies > .content { padding: 40px 20px; max-width: 1080px; margin: 0 auto; text-align: center; }
main.goodies .title { margin-bottom: 40px; }
main.goodies .row { max-width: 1040px; width: 100%; margin: 0 auto 60px; }
main.goodies .goodie { text-align: center; margin: 0 7px; }
main.goodies .goodie .link { display: inline-block; margin: 1em 0 1.5em; }
main.goodies .goodie img { margin: 0 auto; }
main.goodies .row.merch { margin-bottom: 44px; }
main.goodies .merch p { margin-bottom: 30px; }

/* goodies - paper houses */
main.goodies .models > div { margin-bottom: 40px; padding: 0 7px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
main.goodies .models > div.blank { margin-left: auto; margin-right: auto; }
main.goodies .models img { margin: 0 auto; }
main.goodies .back > .crumb { text-align: center; }
main.goodies .back a { text-decoration: none; }
main.goodies .back a > i, main.goodies .back a > h3 { display: inline-block; color: #FEFF75; }
main.goodies .back a > i { font-size: 1.4em; }
main.goodies .back a > i:after { content: '\a0'; }


/* info page stuff */
main.info .banner img { width: 100%; }
main.info .banner .crop { display: none; }
main.info .content { padding: 40px 20px; max-width: 1040px; width: 100%; margin: 0 auto; }
main.info h1 { text-align: center; }
main.info .content { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
main.info .content > section { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
main.info .about i { display: inline-block; margin-left: 4px; }
main.info .faqs h1 { margin-top: 40px; margin-bottom: 40px; }
main.info .faqs .left { padding-right: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
main.info .faqs .right { padding-left: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
main.info .musicians > div:last-child { padding-left: 15px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
main.info .musicians a { display: block; }


/* success page stuff*/
main.success .banner img { width: 100%; }
main.success .content{ text-align: center; max-width: 1040px; margin: 0 auto; padding: 40px; }
main.success a.lok { text-decoration: none; }


/* 404 page stuff */
main.fourohfour > .banner > img.full { display: block; width: 100%; }
main.fourohfour > .banner > img.crop { display: none; }
main.fourohfour .content { text-align: center; padding: 40px 20px; }
main.fourohfour .content > section { display: none; }


/* footer stuff */
footer { background-color: #0b2f73; padding: 30px 0; margin: 0 auto;}
footer div { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}
footer > div { max-width: 1500px; margin: 0 auto; }
footer div.left { padding-right: 20px; }
footer div.left > div { float: right; }
footer div.right { padding-left: 20px; }
footer input { padding: 0; border: 0; }
footer input[type=text] { 
	display: block; 
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
	width: 300px; 
	height: 35px; 
	margin-top: 20px; 
	padding-left: 5px;
}
footer input[type=submit] { 
	display: block; 
	margin-top: 15px; 
	background-color: #e6007e; 
	border-radius: 6px; 
	width: 130px; 
	height: 38px; 
	font-family: Candal, sans-serif;
	font-size: 1.1em;
	color: #fff;
}
footer .social { margin-top: 20px; }
footer .social a { padding: 0 5px 0 15px; text-decoration: none; }
footer .social > .first > a:first-child { padding-left: 0; }


/* RESPONSIVEST */

@media screen and (max-width: 659px) {

	/* header */
	header { height: 140px; background-image: url( '../images/header_background_2.jpg' ); }
    header img#logo-lg { display: none; }
    header img#logo-sm { display: block; }


    /* album info page*/
    main.album .cover { display: none; }
    main.album .description > .content { margin: 0 auto; }
    main.album .description .buy.buy-above { display: block; margin: 40px auto; }
    main.album .description .buy.buy-below { display: none; }
    main.album > .info { padding-top: 0; }
    main.album > .info > .media { padding: 0; }
    main.album .media .embed-container { float: none; margin: 0 auto; padding-bottom: 89%; }
    main.album .media .gallery { float: none; margin: 0 auto 40px; }


    /* videos page ocd*/
    main.videos .content { padding-left: 10px; padding-right: 10px; }


    /* news page */
    main.news h1 { text-align: center; }


    /* press page */
    main.press .reviews { padding-right: 0; }
    main.press .interviews { padding-left: 0; }


    /* info page */
    main.info .banner .full { display: none; }
    main.info .banner .crop { display: block; }
    main.info .faqs .left { padding-right: 0; }
    main.info .faqs .right { padding-left: 0; }


    /* 404 page */
    main.fourohfour > .banner > img.full { display: none; }
    main.fourohfour > .banner > img.crop { display: block; width: 100%; }
    main.fourohfour .content > section { display: block; }


    /* footer */
    footer div.left, footer div.right { padding-left: 10px; }
    footer div.left > div { float: none; }
    footer div.right { margin-top: 40px; }

}

@media screen and (max-width: 1000px) {

	/* header */
    header { height: 140px; background-image: url( '../images/header_background_2.jpg' ); }
    header img#logo-lg { display: none; }
    header img#logo-sm { display: block; }

    /* header nav */
    nav.main {
    	padding-bottom: 50px;
    }
    nav.main li {
    	visibility: hidden;
    	display: block;
    }
    nav.main ul {
        z-index: 1;
    	max-height: 50px;
    	position: absolute;
    	left: 0;
    	right: 0;
    }
    nav.main .navbar-handle {
        z-index: 2;
    	cursor: pointer;
    	display: block;
    	position: absolute;
    	top: 0;
    	width: 100%;
    	height: 50px;
    	text-shadow: 0 1px 1px #000;
    }
    nav.main .navbar-handle > h3 {
    	color: #FEFF75;
    	padding-top: 0.688em;
    	text-align:center;
    	line-height: 1em;
    }
    nav.main .navbar-handle > i {
    	position: absolute;
    	right: 10px;
    	top: 0;
    	padding-top: 0.688em;
    	font-size: 1.4em;
    	color: #FEFF75;
    }
    nav.main .navbar-handle > i.open {
        display: block;
    }
    nav.main .navbar-handle > i.close {
        display: none;
    }
    #navbar-checkbox:checked + nav.main ul {
    	max-height: initial;
    	padding-top: 50px;
		background: url('../images/nav_pattern.png'), linear-gradient(#7b2bc3, #d7786f); 
	    background: url('../images/nav_pattern.png'), -webkit-linear-gradient(#7b2bc3, #d7786f); 
	    background: url('../images/nav_pattern.png'), -o-linear-gradient(#7b2bc3, #d7786f); 
	    background: url('../images/nav_pattern.png'), -moz-linear-gradient(#7b2bc3, #d7786f); 
    }
    #navbar-checkbox:checked + nav.main li {
    	visibility: visible;
    }
    #navbar-checkbox:checked + nav.main i.open {
        display: none;
    }
    #navbar-checkbox:checked + nav.main i.close {
        display: block;
    }


    /* album info page */
    main.album .description .guest-musicians .list:first-child > p { margin-bottom: 0; }
    main.album .description .guest-musicians .list:last-child > p { margin-top: 0; }


    /* gallery page */
    main.gallery .gallery-modal button { display: block; }


    /* goodies page */
    main.goodies .row { max-width: 520px; }
    main.goodies .row section { margin-bottom: 60px; }


    /* info page */
    main.info .musicians > div:last-child { padding-left: 0;  }


    /* footer */
    footer .social > div { display: block; }
    footer .social > .second { margin-top: 10px; }
    footer .social > .second > a:first-child { padding-left: 0; }

}

@media screen and (min-width: 1001px) {

	/* header */
    header { height: 200px; background-image: url( '../images/header_background.jpg' ); }
    header img#logo-lg { display: block; }
    header img#logo-sm { display: none; }

    /* footer */
    footer .social > div { display: inline-block; }

}







