/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../font/OpenSans-Bold-webfont.eot');
    src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Bold-webfont.woff') format('woff'),
         url('../font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../font/OpenSans-Semibold-webfont.eot');
    src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Semibold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'open_sansregular';
}

.sized {
    width: 960px;
}

.centered {
    margin: 0 auto;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'open_sanssemibold';
}

h1,
h2 {
    margin: 20px 0;
    font-size: 34px;
    display: inline-block;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 4px;
    line-height: 1em;
}

a {
    font-family: 'open_sanssemibold';
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #efefef;
}

em {
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

.align-center {
    text-align: center;
}

/* COLUMNS */
.column {
    float: left;
}

.columns-3 {
    width: 320px;
}

/* SECTIONS */
.section {
    position: relative;
    padding: 60px 0;
}

.section .inner {
    position: relative;
}

.section h2, .section h3 {
    color: #fff;
}

.parallax-window {
    min-height: 400px;
}

/* SHOWS */
ul.shows,
ul.shows li {
    margin: 0;
    padding: 0;
    list-style: none;
}

span.notes {
    display: block;
}

span.venue {
    font-family: 'open_sanssemibold';
}

span.venue a {
    color: #E7544B;
}

span.venue a:hover {
    color: #666;
}

ul.shows li {
    margin-bottom: 16px;
}

ul.shows li span {
    margin: 0 4px;
}

ul.shows.past li {
    margin-bottom: 8px;
    font-size: 11px;
}

.section.live h3 {
    color: #000;
}

a#facebook-link {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
}

a#youtube-link {
    position: absolute;
    z-index: 1;
    right: 80px;
    top: 20px;
}

a#soundcloud-link {
    position: absolute;
    z-index: 1;
    right: 140px;
    top: 20px;
}

/* DOWNLOADS */
.section.downloads {
    padding: 20px 0;
}

.section.downloads ul {
    text-align: center;
}

.section.downloads ul,
.section.downloads ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.section.downloads ul li {
    display: inline-block;
    margin-right: 8px;
}

.section.downloads ul li a {
    background: #fff;
    color: #e75047;
    display: inline-block;
    padding: 0 4px;
}

/* HEADER */
a.itunes,
a.spotify,
a.deezer {
    width: 100px;
    height: 33px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
}

a.itunes {
    background: url(../img/itunes.png) top left no-repeat;
    background-size: 100px 33px;
}

a.deezer {
    background: url(../img/deezer.png) top left no-repeat;
    background-size: 100px 33px;
}

a.spotify {
    background: url(../img/spotify.png) top left no-repeat;
    background-size: 100px 33px;
}

/* PHOTOSLIDER */
.section.photoslider {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.section.photoslider .photo-slider {
    text-align: center;
    height: 320px;
}

.section.photoslider .photo-slider img {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

/* SHOP */

.section.shop form {
    margin-top: 40px;
}

.products.column {
    width: 640px;
}

.user-data.column {
    width: 300px;
    padding-left: 20px;
}

.products .product {
    float: left;
    width: 300px;
    text-align: left;
    padding: 10px;
    height: 280px;
}

.products .product .heading {
    margin-bottom: 32px;
}

.products .product .heading input {
    border: 1px solid #e75047;
    padding: 4px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    margin-right: 8px;
    float: left;
}

.products .product .heading h3 {
    float: left;
    color: #222;
    font-size: 12px;
    width: 200px;
    margin-top: 0;
}

.products .product .heading span.price {
    color: #e75047;
    float: right;
    font-family: 'open_sansbold';
    font-size: 12px;
}

.products .product img {
    max-width: 280px;
}

.products .product .description {
    font-size: 12px;
    font-family: 'open_sanssemibold';
    color: #e75047;
    text-transform: uppercase;
}

.products .error {
    color: #e75047;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    padding: 4px;
    border: 4px solid #e75047;
}

.user-data textarea,
.user-data input {
    border: 1px solid #e75047;
    padding: 10px;
    margin-bottom: 20px;
    width: 278px;
}

.user-data input.submit {
    background: #e75047;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-family: 'open_sansregular';
    width: 300px;
    margin-top: 20px;
}

.user-data .info {
    text-align: left;
    color: #4c4c4c;
    font-size: 12px;
}

.user-data .error {
    color: #e75047;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    padding: 4px;
    display: block;
}
/* FOOTER */
.section.footer {
    margin-top: 80px;
    padding-top: 120px;
    background: url(../img/footer-bg.jpg) #4c4c4c top center repeat-x;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

    .sized {
        width: auto;
    }

    .products.column,
    .user-data.column,
    .column {
        width: auto;
        float: none;
        margin-bottom: 40px;
    }

    .products .product {
        width: auto;
        float: none;
    }

    .user-data.column {
        padding: 0;
    }

    .user-data .info {
        margin: 10px;
    }

    .user-data textarea,
    .user-data input {
        width: 280px;
    }

    img,
    iframe {
        max-width: 80%;
    }
}

@media only screen and (max-width: 720px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2) {
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
/*
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    #header h1 {
        background: url(../img/kwer-logo.png) top left no-repeat !important;
    }
    */

    #footer,
    #footer * {
        background: transparent !important;
    }


    a,
    a:visited {
        text-decoration: underline;
    }

    /*
    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    */

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /*
    #header {
        height: auto;
    }
    */

    #search-form {
        display: none;
    }
}
