/*
Theme Name: Peak
Theme URI: http://audiopeak.net/peak
Author: Audiopeak
Author URI: http://audiopeak.net
Description: A powerful Wordpress theme for musicians and bands.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: peak
Tags: one-column, two-columns, right-sidebar, featured-images, full-width-template, sticky-post, theme-options
*/


/*--------------------------------------------------------------
0.0 - Contents
----------------------------------------------------------------
1.0 - Containers
2.0 - Typography
3.0 - Elements
4.0 - Components
5.0 - Navigation
    5.1 - Links
    5.2 - Menus
    5.3 - Primary Nav Menu
    5.4 - Footer Menu
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
    10.1 - Posts and Pages
    10.2 - Header/Hero Section
    10.3 - About Section
    10.4 - Tour Section
    10.5 - Discography Page
    10.6 - Images Page
    10.7 - Audio Player
    10.8 - Twitter Section/Widget
    10.9 - News Section
    10.10 - Biography Page
    10.11 - Video Section
11.0 - Footer
12.0 - Asides
    12.1 - Comments
13.0 - Media
    13.1 - Captions
    13.2 - Galleries
14.0 - Woocommerce
15.0 - Media Queries

/*--------------------------------------------------------------
1.0 - Containers
--------------------------------------------------------------*/

@media (min-width:768px) {
    .header.container {
        width: auto;
    }
}
@media (min-width:992px) {
    .header.container {
        width: auto;
    }
}
@media (min-width:1200px) {
    .header.container {
        max-width: 1280px;
        width: 100%
    }
}
.secondary .container {
    padding-top: 0
}
.container.sm {
    max-width: 800px
}
.container.video {
    max-width: 560px;
    padding: 0;
}
.container.related {
    max-width: 970px;
    padding: 0;
}
section.home {
    padding: 80px 0;
}
section#music.home {
    border-bottom: 1px solid #ddd;
}
section#news.home {
    border-bottom: 0;
}
section#about.home {
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}
section#tweets {
    padding: 0;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content, section.press-pack {
    padding: 30px 0
}
section.press-pack h1 {
    margin-top: 0
}
.grid {
    padding-top: 30px
}
#music-player, .sharedaddy.sd-sharing-enabled {
    margin-bottom: 20px;
}
#release {
    padding-left: 0;
    padding-right: 0;
}
#content-release {
    text-align: center
}
#content-release h2 {
    font-size: 35px;
    margin-top: 0
}

/* Fade In */

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Fade out */

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.content, .grid {
    animation: fadein 0.5s;
}

/*--------------------------------------------------------------
2.0 - TYPOGRAPHY
--------------------------------------------------------------*/

body, button, input, select, textarea {
    line-height: 1.5;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    clear: both
}
.section-heading {
    margin-top: 0
}
p {
    margin-bottom: 20px;
    line-height: 2em;
    letter-spacing: .7px;
    color: #5a5a5a
}
dfn, cite, em, i {
    font-style: italic
}
blockquote {
    margin: 0 1.5em
}
address {
    margin: 0 0 1.5em
}
pre {
    background: #eee;
    font-size: .9375rem;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    font: 15px/1.6 "Courier 10 Pitch", Courier, monospace;
}
code, kbd, tt, var {
    font-size: .9375rem;
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #77a464;
    text-decoration: none;
    padding: 0 5px;
    border-radius: 3px;
    color: #404040;
}
big {
    font-size: 125%
}
label {
    font-weight: 400
}

/*--------------------------------------------------------------
3.0 - ELEMENTS
--------------------------------------------------------------*/

html {
    box-sizing: border-box
}
*, :before, :after {
    box-sizing: inherit
}
body {
    width: 100%;
    height: 100%
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}
blockquote, q {
    quotes: "" "";
    margin-bottom: 15px
}
hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    background: #ccc;
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
    margin-top: 15px;
}
dt {
    font-weight: 700
}
dd {
    margin: 0 1.5em 1.5em
}
img {
    height: auto;
    max-width: 100%;
}
table {
    width: 100%;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
4.0 - Components
--------------------------------------------------------------*/

input, textarea, select, a {
    outline: none
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: none;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 1;
    padding: 15px 25px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #333;
    color: #fff;
    border-color: #333
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background: #f8f8f8;
    color: #404040;
}

/* Global Button Transitions */

button, input[type="button"], input[type="reset"], input[type="submit"], .sd-button.share-icon, .comment-reply-link, .slide-text-black a, .hero-text-button a, .btn-text-black a, .btn-text-release a, .hero-full-text-button a, td.tour-btn a, .slide-text-white a, .album-link a:hover, .music-btn, .sd-button.share-icon, .comment-reply-link, .news-btn a, .news-post-detail a, .news-pagination a, td.tour-btn a, form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .sc-player a {
    transition: all .3s ease;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #404040;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: .8em;
    background: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #404040
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    padding: 10px 0 10px 10px;
    background: none;
    border: 1px solid #dfdfdf
}
select {
    border: 1px solid #dfdfdf;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    color: #404040;
    padding: 0 5px;
}
textarea {
    padding-left: 5px;
    padding-top: 5px;
    width: 100%;
    background: none;
    border: 1px solid #dfdfdf
}
option {
    color: #000
}

/*--------------------------------------------------------------
5.0 - Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.1 - Links
--------------------------------------------------------------*/

a, a:visited {
    color: #404040
}
a:hover, a:focus, a:active {
    color: #404040;
    outline: 0;
}
a:focus {
    outline: thin dotted
}

/*--------------------------------------------------------------
5.2 - Menus
--------------------------------------------------------------*/

.button_container {
    position: relative;
    float: right;
    margin-top: 40px;
    margin-left: 20px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    display: inline;
}
.button_container:hover {
    opacity: .7
}
.button_container.active .top {
    -webkit-transform: translateY(11px)rotate(45deg);
    transform: translateY(11px)rotate(45deg);
    background: #FFF;
}
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-11px)rotate(-45deg);
    transform: translateY(-11px)rotate(-45deg);
    background: #FFF;
}
.button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 11px
}
.button_container span:nth-of-type(3) {
    top: 22px
}
.link-btn a, .link-btn-spotify a, .link-btn-shop a {
    float: left;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 20px 40px;
    font-size: 15px;
    color: #404040;
    font-weight: 400;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.link-btn a:hover, .link-btn-spotify a:hover, .link-btn-shop a:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    text-decoration: none;
}
.overlay {
    background: #000;
    visibility: hidden;
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: opacity .15s, visibility .15s;
    -webkit-transition: opacity .15s, visibility .15s;
    transition: opacity .15s, visibility .15s;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.overlay.open li {
    opacity: 1;
    padding-top: 0;
}
.overlay.open li a {
    padding: 20px;
    border-bottom: 1px solid #333;
    margin: 0 auto;
    max-width: 70%;
    text-decoration: none;
}
.overlay.open li a:hover {
    color: #9a9a9a;
}
.overlay.open li:last-child a {
    border-bottom: 0;
}
.overlay.open li:nth-of-type(2) {
    opacity: 1
}
.overlay.open li:nth-of-type(3) {
    opacity: 1
}
.overlay.open li:nth-of-type(4) {
    opacity: 1
}
.overlay nav {
    position: relative;
    height: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}
.overlay ul li {
    display: block;
    height: 25%;
    min-height: 10px;
    position: relative;
    opacity: 0;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #c4c4c4;
    overflow: hidden;
}

/*--------------------------------------------------------------
5.3 - Primary Nav Menu
--------------------------------------------------------------*/

.primary {
    float: right;
    margin-top: 38px;
}
.primary li {
    display: inline
}
.primary ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.primary a {
    text-decoration: none;
    color: #fff !important;
    display: block;
    font-weight: 400;
    font-size: 15px;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.primary a.active {
    color: #444;
    cursor: default;
}
.primary a:hover {
    color: #fff;
    text-decoration: none;
}

/* Sub Menus */

.primary li li {
    font-size: .8em
}
@media screen and (min-width: 650px) {
    .primary li {
        border-bottom: 1px solid transparent;
        line-height: 30px;
        font-size: 15px;
        float: left;
        transition: all .2s ease;
    }
    .primary a {
        border-bottom: 1px solid transparent;
        text-align: left;
    }
    .primary>ul>li {
        text-align: center
    }
    .primary>ul>li>a {
        padding-left: 0
    }
    /* Sub Menus */
    .primary-fullscreen {
        display: none
    }
    .primary li ul {
        position: absolute;
        display: none;
        width: inherit;
        background: #222;
        padding: 5px;
    }
    .primary li:hover ul {
        display: block
    }
    .primary li ul li {
        display: block;
        transition: all .2s ease;
        float: none;
    }
    .primary li:hover {
        border-bottom: 1px solid #fff
    }
    .primary li ul li:hover {
        border-bottom: 1px solid transparent
    }
}

/*--------------------------------------------------------------
5.4 - Footer Menu
--------------------------------------------------------------*/

.footer-menu {
    padding: 20px;
}
.footer-menu li {
    border-bottom: none;
    font-size: 12px;
    display: inline-block;
    padding-right: 5px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    float: left;
}
.footer-text {
    font-size: 12px;
    float: right;
}
.footer-text p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
6.0 - Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    border-radius: 3px;
    nowhitespace: afterproperty;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
    background: #f1f1f1;
    ;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0
}

/*--------------------------------------------------------------
7.0 - Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
8.0 - Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both
}
.woocommerce.col-sm-6:nth-child(2n+1) {
    clear: left;
    margin-bottom: 30px;
}
.woocommerce.col-sm-6 {
    margin-bottom: 30px;
    list-style: none;
}

/*--------------------------------------------------------------
9.0 - Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0;
    margin-bottom: 20px;
}
.widget ul {
    list-style: none;
    padding: 0;
}
.widget li {
    padding: 10px 0;
    margin-bottom: 10px;
}
.widget li:hover {
    border-color: #333;
}
.widget select {
    max-width: 100%
}
.sidebar-widget-title {
    text-align: left
}
h2.widget-title {
    margin-top: 0;
    margin-bottom: 10px;
}
#footer-sidebar.secondary h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.sidebar-widget-title h2 {
    font-size: 35px;
    margin-top: 0;
}

/* Album Widget */

.widget-album-wrap {
    text-align: center;
    background: #404040;
    margin-bottom: 15px;
}
.widget-album-wrap figure {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
    margin: 0;
}
.widget-album-wrap figcaption a {
    color: #fff!important;
    text-decoration: none;
}
.widget-album-wrap figcaption {
    opacity: 0;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 0 20px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    z-index: 100;
}
.widget-album-wrap:hover figcaption {
    opacity: 1
}
.widget-album-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    width: 100%;
}
.widget-album-wrap:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3;
    background: #000;
}
.widget-album-wrap figcaption h1 {
    font-size: 2em;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    width: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    vertical-align: middle;
    max-width: 400px;
    margin: 0 auto;
    color: #FFF!important;
}
.link-wrap {
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-top: 30px
}
.sc-player li:last-child a {
    margin-bottom: 0
}

/* Jetpack contact form */

.contact-form, .form-error {
    text-align: center
}

/* Recent Posts */

.well li {
    width: 100%;
    padding: 10px;
}

/* Search Widget */

input.search-submit {
    content: "\f000";
    font-size: 12px;
}
input.search-field {
    border: 1px solid #f8f8f8;
    max-width: 124px;
}

/* Woo Commerce Widgets */

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #e3e3e3
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #333
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    background: none
}
.woocommerce .widget_layered_nav_filters ul li {
    padding: 5px;
    border: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    margin-top: 9px;
    margin-left: 5px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 10px
}

/*--------------------------------------------------------------
10.0 - Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.1 - Posts and pages
--------------------------------------------------------------*/

.single-content-right {
    padding-left: 30px;
    border-left: 1px solid #ddd;
}
.sticky {
    display: block
}
.hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
    margin-top: 0
}
.byline, .updated:not(.published) {
    display: none
}
.single .byline, .group-news .byline {
    display: inline
}
.cat-links {
    font-weight: 300
}
.cat-links a {
    color: #404040
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.sd-content ul {
    padding: 0
}

/*--------------------------------------------------------------
10.2 - Header/Hero Section
--------------------------------------------------------------*/

#header-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.admin-bar #header-top {
    top: 32px
}
.woocommerce img, .woocommerce-page img {
    width: 100%
}
.site-branding img {
    max-width: 200px;
    max-height: 47px;
    width: auto;
}
a.site-branding-img {
    font-size: 30px;
    color: #fff;
}
.site-branding {
    position: relative;
    margin-top: 30px;
    float: left;
    z-index: 100;
}
.site-branding-img h2 {
    margin-top: 5px;
    color: #fff;
}
.hero {
    position: relative;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
.hero-full {
    position: relative;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-color: #000;
}
.hero-small {
    position: relative;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 450px;
    background-color: #000;
}

/* Hero Contin */

.layer {
    width: 100%;
    height: 100%;
}
.hero-content-center, .hero-small-content-center {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.hero-text-header, .hero-full-text-header, .hero-text-button, .hero-full-text-button {
    float: none;
    position: relative;
    width: auto;
    z-index: 773;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.hero-text-header p, .hero-full-text-header p, .hero-text-header h1, .hero-text-button {
    margin-bottom: 0;
    color: #fff;
}
.hero-text-header h1, .hero-full-text-header h1, .hero-full-link-text a, .hero-full-link-text a:hover {
    color: #fff;
    margin: 0;
    font-size: 40px
}
.hero-link-text a {
    font-weight: 400
}
.news-post-title span.comment .fa, .post-info span.comment .fa {
    display: inline-block
}
.hero-link-text .single-post-date a {
    color: #fff
}

/*--------------------------------------------------------------
10.3 - About Section
--------------------------------------------------------------*/

.section-heading-title {
    text-align: center
}
.section-description {
    text-align: center
}
.about-section h3 {
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    margin-top: 0;
}
.slide-text-black {
    text-align: center;
    margin-bottom: 10px
}
.btn-text-black, .btn-text-release {
    display: inline;
}
.slide-text-black a, .hero-text-button a, .btn-text-black a {
    display: inline-block;
    margin: 0;
    letter-spacing: 0.1em;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 15px 25px;
    color: #404040;
    text-decoration: none;
}
.btn-text-release a {
    display: inline-block;
}
.hero-full-text-button a {
    display: inline-block;
    margin: 0;
    letter-spacing: 0.1em;
    border: solid 1px #fff;
    border-radius: 3px;
    padding: 15px 25px;
    color: #fff !important;
    width: auto;
    text-decoration: none;
    font-weight: 500;
}
.slide-text-black a:hover, .hero-text-button a:hover, .btn-text-black a:hover {
    background: #333;
    color: #fff;
    border-color: #333
}
.hero-full-text-button a:hover {
    background: #fff;
    color: #404040!important;
    border-color: #fff
}
.btn-text-release a:hover {
    background: #333;
    color: #fff;
    border-color: #333
}

/*--------------------------------------------------------------
10.4 - Tour Section
--------------------------------------------------------------*/

.tour-heading-title {
    text-align: center
}
.layer-tour {
    background: rgba(0, 0, 0, .08);
    width: 100%;
    height: 100%;
}
td.tour-btn a {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    width: auto;
    text-decoration: none;
    color: #404040;
}
td.tour-btn a:hover {
    background: #333;
    color: #fff;
    border-color: #333
}
.tour-btn {
    margin-top: 10px
}
.slide-text-white {
    text-align: center;
    margin-top: 20px;
}
.slide-text-white a {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    letter-spacing: 2px;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 15px 25px;
    text-decoration: none;
}
.slide-text-white a:hover {
    background: #333;
    color: #fff!important;
    border-color: #333
}

/* Tour Tables */

td.tour-date {
    width: 80px
}
.single.tour-wrapper {
    margin-top: 0
}
.tour-wrapper .table {
    margin: auto;
    padding: 5px;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
}
.tour-wrapper tr {
    border-top: none;
    border-bottom: 1px solid #ddd;
    height: 70px;
}
.tour-wrapper tr:last-child {
    border: 0
}
.tour-wrapper td.tour {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    word-break: normal;
}
.tour-wrapper td.tour-btn:last-child {
    border-right: 0;
    float: right;
    margin-top: 22px;
}

/* Tour Page */

.page-template-page_tour-php td.tour-btn a:hover {
    color: #fff;
    background: #222;
}
.slide-text-black.tour-btn {
    margin-top: 40px
}

/*--------------------------------------------------------------
10.5 - Discography Page
--------------------------------------------------------------*/

.artwork {
    max-width: 40%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
10.6 - Blog Masonry
--------------------------------------------------------------*/

.masonry-row {
    -moz-column-width: 30em;
    -webkit-column-width: 30em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    column-width: 30em;
}
.masonry-item {
    display: inline-block;
    width: 100%;
}
.masonry-well {
    position: relative;
    display: block;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
}
.grid-container {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
section#related {
    color: #fff;
    padding: 30px 0;
    border-top: 1px solid #ddd
}
section#related h2 {
    color: #404040;
    margin-top: 0
}
section#related .image-wrap {
    margin-bottom: 10px;
}
.image-wrap {
    text-align: center;
    background: #404040;
    margin-bottom: 30px;
}
.image-wrap-page img {
    width: 100%
}
.image-wrap figure {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    margin: 0;
}
.image-wrap figcaption {
    opacity: 0;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}
.image-wrap figcaption h2 {
    color: #fff!important
}
.image-wrap:hover figcaption {
    opacity: 1
}
.image-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    width: 100%;
}
.image-wrap:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3;
    background: #000;
}

/*--------------------------------------------------------------
10.7 - Audio Player
--------------------------------------------------------------*/

.album-section {
    background: #222
}
.music-wrapper {
    margin-top: 10px;
}
.music-player {
    text-align: inherit
}
.sc-player {
    position: relative;
    margin-bottom: 2em;
    margin-top: 3em;
    margin: 0 auto;
}
.sc-player a {
    text-decoration: none;
    color: #777;
    font-weight: 400;
}
.link-btn a:hover, .link-btn-spotify a:hover, .link-btn-shop a:hover {
    color: #fff
}
.player-right {
    padding-left: 40px;
    padding-right: 0px;
}
.sc-info a {
    font-weight: 700
}
.sc-player ol, .sc-player li {
    margin: 0;
    padding: 0;
}

/* Artwork */

.player-left {
    list-style-type: none;
    position: relative;
    height: 100%;
    padding: 0;
    border-top-left-radius: 5px;
}
.sc-artwork-list li {
    list-style-type: none;
    display: none;
}
.sc-artwork-list li.active {
    list-style-type: none;
    display: block;
}
.sc-artwork-list li img, .sc-player .sc-artwork-list li div {
    list-style-type: none;
    width: 100%;
    height: auto;
}
.sc-no-artwork {
    text-align: center;
    padding: 8%;
    border: 1px solid #dfdfdf
}

/* controls */

.sc-controls {
    float: left
}
.sc-player .sc-controls a.sc-pause:after {
    background: bottom
}
.sc-scrubber .sc-time-indicators {
    color: #777;
    text-align: right;
}
.sc-player .sc-controls a.sc-pause {
    display: none
}
.sc-player.playing .sc-controls a.sc-play {
    display: none
}
.sc-player.playing .sc-controls a.sc-pause {
    display: block!important
}

/* scrubber */

.sc-scrubber {
    line-height: 30px
}
.sc-scrubber .sc-time-span {
    height: 100px;
    position: relative;
    overflow: hidden;
}
.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
    height: 100px;
    position: absolute;
    top: 0;
}
.sc-scrubber .sc-volume-slider {
    display: none
}
.sc-scrubber .sc-waveform-container {
    z-index: 5;
    width: 100%;
    position: absolute;
    background: #fff;
}
.sc-scrubber .sc-time-span img {
    height: 100px;
    width: 100.1%;
    -webkit-filter: invert(100%);
}
.sc-scrubber .sc-buffer {
    background: #fff;
    z-index: 1;
    position: absolute;
}
.sc-scrubber .sc-played {
    display: none
}

/* tracks */


/* Track listings*/

.sc-player ul.sc-trackslist {
    position: relative;
    width: 100%;
    padding: 0
}
.sc-player ul.sc-trackslist li {
    width: 100%;
    cursor: pointer;
    padding: 20px 0;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 0;
    list-style: none
}
.sc-player ul.sc-trackslist li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.sc-player ul.sc-trackslist li.active:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}
.sc-player ul.sc-trackslist li a {
    line-height: 1.75em;
}
.sc-left {
    padding: 20px;
    overflow: auto;
    width: 100%;
    border: 1px solid #e9e9e9;
    border-top: none;
}
.sc-left a {
    color: #404040
}
.sc-player ul.sc-trackslist li.active a {
    color: #404040
}
.sc-track-duration {
    float: right;
    color: #777;
    line-height: 1.75em;
}
li.active .sc-track-duration {
    color: #777
}

/* Track info*/

.sc-player .sc-info {
    position: relative;
    float: left;
}
@media screen and (min-width: 38em) {
    .sc-player .sc-info {
        width: 100%;
    }
}
.sc-player .sc-info h1 {
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: none;
}
.sc-player .sc-info h1 a {
    color: #404040
}
.sc-player .sc-info .sc-info a {
    color: #fff
}
.sc-player .sc-info-toggle, .sc-player .sc-info-close {
    display: none
}

/* utilities */

.sc-player-engine-container {
    width: 1px;
    height: 1px;
    position: fixed;
    top: 2px;
    left: 2px;
}
.sc-player .sc-info-toggle {
    background: #22b573;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
}
.sc-player .sc-info-toggle:hover {
    background: #333;
    color: #fff;
}
.sc-player .sc-info-close {
    background: #22b573;
    border-radius: 4px;
    padding: 2px 4px;
    font-weight: 700;
}
.album-link {
    margin-top: 10px;
    margin-bottom: 30px;
    margin: 0 auto;
}
.album-link a:hover {
    color: #404040;
    background: #fff;
}
.album-side-wrapper {
    border-top: 1px solid #e9e9e9;
    margin-top: 10px;
    padding-top: 20px;
    padding: 30px 0;
}
.album-side-wrapper h2 {
    margin-top: 0
}
.album-link a {
    border: 1px solid #404040;
    border-radius: 3px;
    padding: 10px;
    margin-right: 5px;
}
.video-container {
    padding-left: 15px;
    padding-right: 15px;
}
.video-box h2 {
    margin-top: 60px
}
.video-box-single {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-box {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-box iframe, .video-box-single iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.music-links {
    margin-top: 20px;
    list-style: none;
    padding: 0
}
.music-links li:last-child a {
    margin-bottom: 0
}
.music-btn {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    letter-spacing: 2px;
    border: solid 1px #dfdfdf;
    border-radius: 3px;
    padding: 10px 25px;
    color: #404040;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 5px;
    width: 100%;
    text-align: center
}
.music-btn a {
    text-decoration: none
}
.music-btn.tny-btn {
    width: auto;
    margin-bottom: 0;
}
.sd-button.share-icon, .comment-reply-link {
    display: inline-block;
    border: solid 1px #dfdfdf;
    padding: 10px;
    text-decoration: none;
    border-radius: 3px;
}
.music-btn:hover, .sd-button.share-icon:hover, .comment-reply-link:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}

/*--------------------------------------------------------------
10.8 - Twitter Section/Widget
--------------------------------------------------------------*/

.layer-tweet {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    padding: 50px 0
}
.tweet img {
    width: auto;
    max-height: 14px;
}
#tw-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Twitter Footer */

section#tweets h1 {
    color: #fff;
    padding-top: 80px;
}
#tw-widget {
    padding-bottom: 80px
}
#tw-widget:after {
    content: "";
    display: table;
    clear: both;
}
#tw-widget li {
    width: 80%;
    margin: 0 auto;
    float: none;
}
@media (min-width: 48em) {
    #tw-widget li {
        width: calc(100%/3);
        float: left;
        list-style: none;
        padding-left: 10px;
        padding-right: 10px;
    }
}
#tw-widget a {
    text-decoration: none
}
#tw-widget p {
    color: #fff
}
#tw-widget.tw-widget-artist p {
    color: #404040
}
#tw-widget .user {
    padding: 20px 20px 16px;
    position: relative;
}
#tw-widget .user a span {
    display: block;
    text-align: left;
    color: #fff;
}
#tw-widget .user a img[data-scribe="element:avatar"] {
    display: none
}
#tw-widget .user a span[data-scribe="element:name"] {
    font-size: 20px
}
#tw-widget .user a span[data-scribe="element:screen_name"] {
    font-size: 14px;
    color: #fff;
}
#tw-widget .tweet {
    margin: 0
}
#tw-widget .tweet a {
    text-decoration: none
}
#tw-widget .tweet a[data-scribe="element:url"] {
    text-decoration: underline
}
#tw-widget .tweet img[aria-label^="Emoji"] {
    max-height: 14px
}
#tw-widget .timePosted {
    margin: 0
}
#tw-widget .timePosted:before {
    font-family: "Fontawesome";
    content: "\f017";
    padding-right: 4px;
}
#tweets #tw-widget, #tweets #tw-widget .tweet a, #tweets #tw-widget .timePosted a {
    color: #fff
}

/* Twitter Artist */

.artist-side-wrapper h2 {
    margin-top: 0
}
.twitter-artist .tw-widget-artist {
    padding-bottom: 0!important
}
.tw-widget-artist .tweet a {
    text-decoration: underline!important
}
.tw-widget-artist li {
    width: 100%!important;
    margin-bottom: 20px!important;
}
.twitter-artist #tw-widget li {
    padding: 0
}

/*--------------------------------------------------------------
10.9 - News Section
--------------------------------------------------------------*/

.news-section {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 1px solid #e9e9e9;
}
.home.news-section {
    border: none
}
.news-masonry-section {
    display: inline-block;
    border: 1px solid #ebebeb;
    float: none;
    overflow: auto;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
}
.news-post-title {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}
.news-post-list img {
    width: 100%
}
.news-masonry-post-title {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 20px;
}
.masonry-row .col-md-12 {
    padding: 0
}
.sticky .news-post-title-wrapper {
    border-bottom: 5px solid #4b5
}
.news-post-title-wrapper h2 {
    margin-top: 0
}
.news-archive-date {
    float: right
}
.single-album-post {
    margin-bottom: 50px
}
span.comment {
    display: block;
    margin-bottom: 20px;
    float: left;
}
span.comment-single, .single-post-date {
    position: relative;
    display: inline-block;
    float: none;
}
.news-post-title-wrapper {
    float: left;
    width: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.news-post-title>.news-post-title-wrapper>h2 {
    color: #404040;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}
.news-post-detail {
    font-weight: 300;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-section .news-info h2 {
    color: #f5f5f5;
    margin: 0 0 20px;
}
.news-description {
    display: block;
    overflow: hidden;
}
.news-btn {
    text-align: inherit
}
.news-title {
    margin-top: 30px
}
.news-post-detail a {
    padding: 5px 0
}
.news-post-title p {
    text-align: center
}
.news-tags, .single-tags {
    display: inline;
    margin: 0 0 5px;
}
.sc-info p {
    text-align: left;
    display: -webkit-box;
    max-width: 100%;
    height: 151px;
    margin: 0 auto;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Single Posts */

.single-post-date a, .single-post-detail, .single-tags a, .single-tags a:hover, .single-post-date a:hover {
    color: #fff!important
}

/* News Pagination */

.news-pagination {
    text-align: center
}
.news-pagination a {
    float: left;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    text-decoration: none;
}
.news-pagination a:hover {
    border-color: #333
}
.news-pagination .page-next {
    float: right
}

/* 404 Search */

.error-search {
    text-align: center
}
.page-heading h1 {
    margin-top: 0
}
.search-button-full {
    margin-top: 20px;
}
.search-button-full label .search-field {
    background-color: #fff
}
.search-button-full label .search-submit {
    background: none
}
.search-button-full .search-submit:hover {
    background: #fff;
    color: #404040
}

/*--------------------------------------------------------------
10.10 - Biography Page
--------------------------------------------------------------*/


/* Press Pack  */

section.latest-release {
    padding: 80px 0;
    border-top: 1px solid #ddd
}
section.latest-release h1 {
    margin-top: 0;
}
section.latest-release img {
    max-height: 400px;
}
table#press.table {
    margin-top: 20px
}
.press-pack {
    border-top: 1px solid #ddd
}
.press-pack .table td h3 {
    margin-top: 0
}
.press-pack .table td {
    padding: 20px 0;
    border: 0
}
.press-pack .table p {
    margin-bottom: 0
}
.press-pack .video-box {
    margin: 0
}

/*--------------------------------------------------------------
10.11 - Video Section
--------------------------------------------------------------*/

section#video .container sm .section-heading-title h1 {
    color: #404040
}
#video {
    border-top: 1px solid #ddd
}

/*--------------------------------------------------------------
11.0 - Footer
--------------------------------------------------------------*/


/* Jetpack Newsletter */

#subscribe-email input {
    width: 95%;
    padding: 1px 2px;
    width: 100%!important;
    padding: 20px!important;
    text-align: center;
    border: 1px solid #ddd;
    background: none;
}
.comment-subscription-form .subscribe-label {
    display: inline!important
}
.newsletter-container {
    border-top: 1px solid #ddd;
}
.jetpack_subscription_widget {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.jetpack_subscription_widget h2, .jetpack_subscription_widget p {
    color: #404040
}
p#subscribe-submit, p#subscribe-email {
    white-space: normal
}

/* Jetpack Sharing */

.sd-content li {
    display: inline;
    margin-right: 10px;
}

/* Footer */

.site-footer {
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}
#footer-1, #footer-2, #footer-3 {
    padding: 0 30px
}
#footer-2 {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
#footer-sidebar.secondary {
    margin: 0 auto;
}
.well {
    background: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.well:last-child {
    border: 0
}
#footer-sidebar1, #footer-sidebar2, #footer-sidebar3 {
    display: inline-block;
    vertical-align: top;
}
.well ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
12.0 - Asides
--------------------------------------------------------------*/

.news .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none
}
h2.entry-title {
    margin-top: 0
}

/*--------------------------------------------------------------
12.1 - Comments
--------------------------------------------------------------*/

ul.commentlist {
    list-style: none;
    padding: 0
}
ul.children {
    list-style: none;
}
.comment-content a {
    word-wrap: break-word
}
.comment-content {
    overflow: hidden
}
.bypostauthor {
    display: block
}
.comment-author.vcard img {
    border-radius: 100%
}
.comment-author.vcard {
    margin: 8px 20px 5px 0;
    text-align: center;
    float: left;
}
.comment-meta.commentmetadata {
    margin-top: -10px
}
.comment-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.reply a {
    border-radius: 3px;
    text-decoration: none;
}
.comment-body {
    margin-top: 20px;
    margin-bottom: 20px;
}
#respond.comment-respond {
    margin-top: 40px
}

/*--------------------------------------------------------------
13.0 - Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%
}

/*--------------------------------------------------------------
13.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: .8075em 0
}
.wp-caption-text {
    text-align: center
}

/*--------------------------------------------------------------
13.2 Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
    max-width: 25%
}
.gallery-columns-5 .gallery-item {
    max-width: 20%
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}
.gallery-caption {
    display: block
}

/*--------------------------------------------------------------
14.0 - Woocommerce
--------------------------------------------------------------*/

h1.product_title.entry-title {
    display: none
}
.woocommerce div.product div.summary {
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
}
.hero-shop {
    position: relative;
    height: 350px;
    max-height: 350px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.woocommerce table.shop_table {
    border-radius: 3px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    border: 0;
    border-radius: 3px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    clear: both
}

/* Woocommerce Widget styles */

.product_list_widget li {
    margin-bottom: 20px
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 92px
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding-bottom: 20px;
    margin-bottom: 10px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-bottom: 1px solid #dfdfdf;
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
    border-bottom: 0
}
.woocommerce ul.cart_list li:hover, .woocommerce ul.product_list_widget li:hover, .well li:hover {
    border-color: #222
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: none;
    color: #333;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
    background: none
}
.woocommerce label {
    display: inline
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    text-align: left;
}
.well ul li a:hover, .well ul li a:focus {
    color: #333;
}
.well li:hover a {
    color: #333
}
.secondary ul li:hover {
    color: #333
}
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 40px
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    margin-bottom: 10px;
    font-weight: 400;
    text-decoration: none;
}
.fa.menu-item.menu-item-type-custom a {
    margin-left: 10px
}
.woocommerce div.product form.cart .button {
    font-weight: 400;
    color: #000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce div.product form.cart .button:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: none;
    color: #404040;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #review_form #respond .form-submit input {
    background: none;
    padding: 11.8px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400;
    background: none;
    color: #404040;
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #333;
    border-color: #333;
    color: #fff
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 43px;
    background: none;
    border-color: #dfdfdf;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    width: auto
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: none
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: 0;
    border-radius: 0;
    border-left: 1px solid #f4f4f4;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background: none;
    color: #404040
}
.woocommerce div.product form.cart .variations td.label {
    width: 40px
}
.woocommerce div.product a:hover {
    text-decoration: none;
    border: 0
}
.woocommerce div.product a:hover h3 {
    text-decoration: underline
}
form.woocommerce-ordering {
    border: 1px solid #ccc;
    overflow: hidden;
    height: 40px;
    width: 240px;
    position: relative;
    display: block;
    border-radius: 3px
}
.orderby {
    height: 40px;
    padding: 5px;
    border: 0;
    font-size: 16px;
    width: 240px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form.woocommerce-ordering:after {
    content: "\f0dc";
    font-family: FontAwesome;
    color: #dfdfdf;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    line-height: 15px
}

/*--------------------------------------------------------------
15.0 - Media Queries
--------------------------------------------------------------*/


/* Mobile screens */

@media only screen and (min-width: 200px) and (max-width: 480px) {
    h1, h2, h3, h4, p, .textwidget {
        text-align: center
    }
    section.home {
        padding: 40px 0
    }
    ul, ol {
        margin: 0
    }
    .row {
        margin-top: 0;
        margin-bottom: 0;
    }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
        width: 100%
    }
    .hero-text-header h1 {
        font-size: 40px;
        line-height: 50px;
    }
    section.hero .layer {
        background: rgba(0, 0, 0, .5)!important
    }
    .primary {
        display: none
    }
    .about-section {
        margin-bottom: 40px;
        margin-top: 0;
    }
    .section-heading-title, .tour-heading-title {
        margin-bottom: 0
    }
    .tour-section {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .tour-wrapper {
        margin-bottom: 30px
    }
    td.tour-date {
        width: 100%
    }
    .tour-heading-title h2 {
        margin: 0
    }
    td.tour-btn:last-child, .slide-text-white {
        margin-top: 0
    }
    .tweets {
        padding-top: 0;
        margin-bottom: 0;
    }
    section#tweets {
        background-attachment: scroll!important
    }
    #tw-widget li, .btn-text-black a {
        width: 100%;
        margin-bottom: 20px;
    }
    #tw-widget .tweet, #tw-widget .timePosted {
        text-align: center
    }
    .btn-text-black {
        width: 100%;
        text-align: center;
    }
    i.fa.fa-map-marker {
        margin-top: 10px
    }
    .footer-menu ul {
        float: none;
        text-align: center;
    }
    .footer-text {
        float: none
    }
    .navbar-collapse {
        background: #404040
    }
    h2.widget-title, .theme-right {
        margin-top: 2em
    }
    .sd-button.share-icon, .comment-reply-link {
        width: 100%;
        margin-top: 10px;
    }
    .page-title {
        font-size: 3em
    }
    .comment-author.vcard {
        float: none
    }
    .comment-content, .comment-content p {
        text-align: center
    }
    .image-wrap {
        margin-bottom: 15px
    }
    .grid-container {
        margin-top: 15px
    }
    .hero-full-text-header, .hero-full-text-button, .hero-full-link-text, .hero-full-text-header h1 {
        text-align: center!important
    }
    .album-wrapper, .music-wrapper {
        margin-bottom: 0
    }
    .sc-player .sc-info {
        width: 100%;
        padding-top: 40px;
    }
    .artwork {
        max-width: 100%;
        width: 200px;
        padding-left: 20px;
        padding-right: 20px;
    }
    td.tour, .sc-info p {
        text-align: center
    }
    td.tour-btn:last-child {
        float: none
    }
    .sc-player .sc-artwork-list {
        width: 100%
    }
    .sc-player .sc-info h3 {
        text-align: center;
        margin-top: .5em;
    }
    .music-btn, .music-btn.tny-btn {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-description p, .news-section .news-info h2, .news-btn {
        text-align: center
    }
    /* Woocommerce Mobile */
    .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 20px
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        display: none
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0
    }
}
@media screen and (max-width:991px) {
    body {
        text-align: center
    }
    ul.product_list_widget a, ul.product_list_widget li {
        text-align: left
    }
    .comment-author.vcard, .comment-meta.commentmetadata, .reply {
        margin: 0;
        float: none;
        text-align: center;
    }
    .sidebar-section {
        margin-top: 80px
    }
    .hero-full-text-header h1 {
        text-align: inherit
    }
    .woocommerce .products .star-rating {
        margin: 0 auto .5em
    }
    .single-content-left, .single-content-right {
        padding-left: 15px;
        padding-right: 15px;
        border: 0
    }
    #footer-1, #footer-2, #footer-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 782px) {
    .logged-in.admin-bar.customize-support {
        margin-top: -46px
    }
}
@media screen and (max-width: 767px) {
    .primary {
        display: none
    }
    section.press-pack, .content {
        padding: 15px 0;
        padding-bottom: 40px
    }
    .grid, section#press {
        padding: 15px 0;
    }
    section.latest-release {
        padding: 50px 0
    }
    .site-footer {
        padding: 40px 0
    }
    #gallery-bio {
        margin-bottom: 20px
    }
    #content-release, .image-wrap {
        margin-bottom: 20px
    }
    .twitter-artist .tw-widget-artist p, .twitter-artist h2, .tw-widget-artist a, .tw-widget-artist .timePosted {
        text-align: center!important
    }
    #tw-widget li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    }
    #tw-widget li:last-child {
        border-bottom: 0;
    }
    .woocommerce.col-sm-6:nth-child(2n+1) {
        margin-top: 20px;
    }
    .woocommerce .products ul li, .woocommerce ul.products li {
        min-height: 0
    }
    .woocommerce div.product form.cart .button {
        width: 100%;
        margin-top: 20px;
    }
    .woocommerce div.product form.cart div.quantity {
        float: none
    }
    .woocommerce .quantity .qty {
        width: 100%
    }
    .woocommerce input.button {
        width: 100%!important
    }
    .woocommerce .woocommerce-product-rating .star-rating, .woocommerce div.product .woocommerce-product-rating {
        float: none;
        margin: 0 auto;
        text-align: center
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 0
    }
    .woocommerce #reviews #comments ol.commentlist {
        padding: 0
    }
    input#coupon_code.input-text {
        width: 100%;
        margin-bottom: 8px;
        margin-top: 3px;
    }
    .woocommerce .products .star-rating {
        margin: .5em auto
    }
    .woocommerce .products ul li, h1, h2, h3, h4, h5, h6, p, a, .news-btn, .news-description p, .product_meta, ul.tabs.wc-tabs, .woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
        text-align: center
    }
    .woocommerce .widget_price_filter .price_slider_amount {
        line-height: 2.6
    }
    form.woocommerce-ordering {
        width: 100%;
        text-align: left!important
    }
}
@media screen and (max-width: 607px) {
    .player-left, .player-right {
        width: 100%;
        padding: 0
    }
    .sc-player ul.sc-trackslist li:last-child {
        padding-bottom: 0
    }
    #tour h1 {
        margin-bottom: -30px;
    }
    .tour-wrapper table {
        border: 0;
        width: 100%;
    }
    .tour-wrapper table thead {
        display: none
    }
    .tour-wrapper td.tour {
        text-align: center
    }
    .tour-wrapper table tr {
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }
    .tour-wrapper table td {
        display: block;
        text-align: center;
        padding-left: 20px;
        line-height: 50px;
        padding-left: 0;
        padding: 10px;
    }
    .tour-wrapper table td:first-child {
        margin-top: 40px;
    }
    .tour-wrapper table td:last-child {
        border-bottom: 0;
        margin-top: 10px;
    }
    .tour-wrapper td.tour-btn:last-child {
        float: none;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .tour-wrapper table td:before {
        float: left;
        text-transform: uppercase;
        font-weight: 700;
    }
    td.tour-btn:last-child {
        float: none
    }
    td.tour {
        text-align: center
    }
    td.tour-date {
        width: 100%
    }
    td.tour-btn:last-child, .slide-text-white {
        padding-bottom: 10px;
    }
    .col-xs-7.sc-info {
        width: 100%;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    section#tweets h1 {
        padding-top: 45px;
    }
    #tw-widget {
        padding-bottom: 40px;
    }
    .layer-tweet {
        padding: inherit
    }
    .news-btn {
        padding-bottom: 20px;
    }
    section#news.home {
        padding-bottom: 30px
    }
}

/* iPad Twitter BG/Album Fix */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    section#tweets {
        background-attachment: scroll!important
    }
    .hero-content-center .artwork {
        max-width: 30%
    }
}
@media (min-width:1025px) {
    .button_container {
        display: none;
    }
}
@media (max-width:1024px) {
    .primary {
        display: none
    }
}

/* iPad Pro BG Fix */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    section#tweets {
        background-attachment: scroll!important
    }
}
