/*
Theme Name: Pete Yorn
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/

/* General */
body {
    position: relative;
    background: #fff;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.container-fluid {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}

a {
    color: #0f2d2a;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}

a:hover, a:focus {
    color: #000;
    outline: 0;
    text-decoration: none;
}

button {
    -webkit-transition: all 250ms;
    transition: all 250ms; 
}

blockquote.unstyled {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

blockquote.unstyled p {
    margin: 0 0 10px 0;
}

/* Social Share */
.social-share-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-share-links>li {
    display: inline-block;
    vertical-align: middle;
}

.social-share-links>li+li {
    margin-left: 10px;
}

.social-share-links>li>a {
    color: #4e5856;
    font-size: 21px;
    line-height: 1em;
}

.social-share-links>li>a:hover, .social-share-links>li>a:focus {
    color: #000;
}

/* Navigation */
#nav {
    margin-bottom: 0;
    border-radius: 0;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1030;
    -webkit-transition: background-color 250ms, top 250ms;
    transition: background-color 250ms, top 250ms;
}

#nav.nav-bg {
    background: #fff;
    top: 0;
}

#nav ul {
    -webkit-transition: margin-top 250ms, margin-top 250ms;
    transition: margin-top 250ms, margin-top 250ms;   
}

#nav.nav-bg ul {
    margin-top: 5px;
}

#nav .container-fluid {
    max-width: 1050px;
}

#nav .navbar-nav>li>a {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: lowercase;
    color: #252525;
    padding: 10px 16px;
    opacity: 0.7;
}

#nav .navbar-nav>li.active>a,
#nav .navbar-nav>li>a:hover/*,
#nav .navbar-nav>li>a:focus*/ {
    background: none;
    color: #252525;
    opacity: 1;
}

#nav .navbar-nav>li>a:focus {
    background: none;
}

#nav .navbar-nav>li:first-child>a {
    padding: 10px 16px 10px 0;
}

#nav .navbar-nav.nav-socials {
    margin-right: 0;
}

#nav .navbar-nav.nav-socials>li>a {
    padding: 12px 1px;
    font-size: 20px;
}

.navbar-brand {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #b87915;
    text-transform: uppercase;
    position: relative;
    bottom: 10px;
    margin-right: 16px;
}

.nav-bg .navbar-brand {
    bottom: 0;
}

body:not(.home) .navbar-brand {
    display: none;
}

/* Buy Buttons */
.buy-buttons {
    margin: 20px -5px 0 -5px;
}

.buy-btn-wrap {
    float: left;
    width: 33.333333%;
    padding: 0 5px;
}

.buy-btn-wrap .btn-group {
    width: 100%;
}

.btn.buy-btn {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #000622;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 100%;
}

.btn.buy-btn:hover, .btn.buy-btn:focus {
    background-color: #000622;
    color: #fff;
}

.buy-btn-wrap .dropdown-menu {
    border-radius: 0;
    background: #fff;
    border: 1px solid #000622;
    padding: 0;
    width: 100%;
    min-width: 0;
}

.buy-btn-wrap .dropdown-menu>li>a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000622;
    text-align: center;
    border-bottom: 1px solid #000622;
    padding: 5px 10px;
}

.buy-btn-wrap .dropdown-menu>li>a:hover,
.buy-btn-wrap .dropdown-menu>li>a:focus {
    background-color: #000622;
    color: #fff;
}

.buy-btn-wrap .dropdown-menu>li:last-child>a {
    border-bottom: 0;
}

.release-popup .btn.buy-btn {
    color: #000622;
}

.release-popup .btn.buy-btn:hover, .release-popup .btn.buy-btn:focus {
    background-color: #000622;
    color: #fff;
}

/* Home */
.section-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.more-btn {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    line-height: 1em;
    padding: 15px 15px;
}

/* Home Slider */
#slider {
    position: relative;
    min-height: 1200px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transform: translate3d(0,0,0)
}

#slider .slides-wrap {
    position: absolute;
    bottom: 175px;
    left: 0;
    right: 0;
}

#slider #slides-carousel {
    padding: 0 100px;
}

#slider #slides-carousel .owl-nav>div {
    font-size: 50px;
    line-height: 1em;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    opacity: 0.7;
}

#slider #slides-carousel .owl-nav>div:hover, #slider #slides-carousel .owl-nav>div:focus {
    opacity: 1;
}

#slider #slides-carousel .owl-nav>div.owl-prev {
    left: 25px;
}

#slider #slides-carousel .owl-nav>div.owl-next {
    right: 25px;
}

.slide-section-left {
    float: left;
    width: 50%;
}

.slide-section-right {
    float: left;
    width: 50%;
    position: relative;
    padding: 40px 20px;
    background: url('assets/img/bg/slide.jpg') no-repeat center top;
    background-size: cover;
}

.slide-section-right:before {
    content: ' ';
    width: 28px;
    height: 57px;
    background: url('assets/img/bg/slide-right-deco.png') no-repeat center center;
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -28.5px;
}

.slide-section .slide-title {
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 32px;
}

.slide-section .slide-title>span {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
}

.slide-section .slide-title .title-left {
    font-weight: 500;
    border-bottom: 4px solid #000;
}

.slide-section .slide-title .title-center {
    font-weight: 300;
}

.slide-section .slide-title .title-right {
    font-weight: 100;
}

/* Home Tour */
#tour {
    position: relative;
    min-height: 1200px;
    background: url('assets/img/bg/tour.jpg') no-repeat center top;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding: 140px 0 180px 0;
    color: #fff;
    margin-top: -90px;
    transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#tour .bg-wrap {
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#tour .container-fluid {
    transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#tour .section-title-img {
    margin-bottom: 100px;
}

.events .event {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ab978c;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
}

.events .more-events {
    margin-top: 60px;
    text-align: center;
}

.events .event {
    color: #fff;
}

.events .event-date {
    width: 105px;
    float: left;
}

.events .event-venue {
    margin-left: 135px;
}

.events .event-btn-wrap {
    text-align: right;
}

.events .event-btn {
    display: inline-block;
    vertical-align: top;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1em;
    /*background: #9e5611;
    color: #fff;*/
    background: #ffb413;
    color: #0d1719;
    text-align: center;
    padding: 8px 12px;
    border-radius: 2px;
}

.events .event-btn:hover, .events .event-btn:focus {
    /*background: #410100;*/
    background: #0d1719;
    color: #fff;
}

.interior-events .event {
    color: #2d2d2d;
}

.interior-events .event-btn {
    background: #85b5b3;
    color: #000;
}

.interior-events .event-btn:hover, .interior-events .event-btn:focus {
    color: #fff;
    background: #2d2d2d;
}

#tour .more-btn {
    color: #fff;
}

#tour .more-btn:hover, #tour .more-btn:focus {
    border-color: #ffad31;
    color: #ffad31;
}

/* Home News */
#news {
    min-height: 1200px;
    background: url('assets/img/bg/news.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0 40px 0;
    margin-top: -90px;
}

#news .section-title-img {
    margin-bottom: 45px;
}

#news #home-posts {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    min-height: 860px;
}

#news #home-posts.loading {
    opacity: 0.5;
}

#news .home-post {
    border-bottom: 1px solid #cededd;  
    padding-bottom: 50px;
    margin-bottom: 50px;
}

#news .home-post:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

#news .home-post .home-post-title {
    margin-top: 0;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
}

#news .home-post .home-post-title a {
    color: #0f2d2a;
}

#news .home-post .home-post-title a:hover, #news .home-post .home-post-title a:focus {
    color: #000;
}

#news .home-post blockquote {
    font-size: 18px;
    color: #0f2d2a;
}

#news .home-post blockquote p {
    margin: 0 0 20px 0;
}

#news .home-post blockquote a.read-more {
    font-weight: 700;
    color: #0f2d2a;
}

#news .home-post blockquote a.read-more:hover, #news .home-post blockquote a.read-more:focus {
    color: #000;
}

#news .news-more {
    text-align: center;
}

#news .news-more a {
    font-family: 'Oswald', sans-serif;
    font-size: 39px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1em;
    padding: 5px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 6px 10px 10px;
}

#news .news-more a:hover,
#news .news-more a:focus {
    color: #000;
    border-color: #000;
}

/* Home Music */
#music {
    padding: 100px 0 180px;
}

#music .music-header {
    margin-bottom: 40px;
}

#releases .release-item {
    position: relative;
    float: left;
    width: 25%;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

#releases .release-item a {
    display: block;
    position: relative;
}

#releases .release-item a:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

#releases .release-item:hover, #releases .release-item:focus {
    z-index: 10;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#releases .release-item:hover a:before,
#releases .release-item:focus a:before {
    background: rgba(0, 0, 0, 0.6);
}

#releases .release-item a>img {
    width: 100%;
    height: auto;
}

.release-popup {
    position: relative;
    background: #FFF;
    padding: 60px;
    width: auto;
    max-width: 1240px;
    margin: 20px auto;
}

.release-popup .mfp-close {
    width: 29px;
    height: 29px;
    line-height: 1em;
    background: url('assets/img/close.png') no-repeat center center;
    margin: 15px 15px 0 0;
}

.release-popup .release-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #525252;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}

.release-popup .release-cover {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.release-popup .tracks {
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 18px;
    font-weight: 500;
}

.release-popup .tracks>li {
    margin-bottom: 20px;
}

.release-popup .tracks>li>span {
    display: inline-block;
    vertical-align: middle;
}

.release-popup .tracks>li .track-title {
    padding: 0 15px;
}

.release-popup .tracks>li .track-time {
    float: right;
}

.release-popup .tracks>li.clearfix:before {
    display: inline;
}

.release-popup .track-buy-links {
    list-style: none;
    margin: 0 -5px 0 -5px;
    padding: 0;
}

.release-popup .track-buy-links>li {
    float: left;
    width: 25%;
    padding: 0 5px;
}

/* Home Shop */
#shop {
    background: #eaeded;
    padding: 80px 0 0 0;
    position: relative;
    z-index: 100;
}

#shop:before {
    content: ' ';
    background: #eaeded;
    position: absolute;
    top: -50px;
    height: 100px;
    width: 100%;
    transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    z-index: 1;
}

#shop .shop-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 150;
}

#shop .shop-header .section-title-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

#shop .shop-view-more {
    margin: 75px 0;
}

#shop .more-btn {
    border-color: #565656;
    color: #565656;
}

#shop .more-btn:hover, #shop .more-btn:focus {
    border-color: #000;
    color: #000;
}

#shop #products-carousel {
    padding: 0 50px;
}

#shop #products-carousel .owl-nav>div {
    font-size: 50px;
    line-height: 1em;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    color: #b4b5b5;
}

#shop #products-carousel .owl-nav>div:hover, #shop #products-carousel .owl-nav>div:focus {
    color: #000;
}

#shop #products-carousel .owl-nav>div.owl-prev {
    left: 0;
}

#shop #products-carousel .owl-nav>div.owl-next {
    right: 0;
}

#shop #products-carousel .owl-item img {
    width: auto;
}

#shop #products-carousel .owl-item {
    color: #000;
}

#shop #products-carousel .owl-item a {
    color: #000;
}

#shop #products-carousel .product-info {
    text-align: center;
    margin-top: 15px;
}

#shop #products-carousel .product-info .product-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

#shop #products-carousel .product-info .product-price {
    margin-top: 5px;
}

/* Home Photos */
#photos {
    padding: 125px 0 60px 0;
}

#photos .photos-header {
    margin-bottom: 50px;
}

#photos-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
}

#photos-wrap .row .col-sm-4 {
    padding: 0 10px;
}

#photos-wrap .photo-item {
    margin-bottom: 20px;
    overflow: hidden;
}

#photos-wrap .photo-item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

#photos-wrap .photo-item a:hover img, #photos-wrap .photo-item a:focus img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mfp-figure {
    position: relative;
    background: #FFF;
    padding: 60px;
    width: auto;
    max-width: 1240px;
    margin: 20px auto;
}

.mfp-figure .mfp-close {
    width: 29px;
    height: 29px;
    line-height: 1em;
    background: url('assets/img/close.png') no-repeat center center;
    margin: 15px 20px 0 0;
}

.mfp-counter {
    display: none;
}

/* Interior */
body:not(.home) #main {
    padding: 50px 0;
}

.interior-header {
    height: 231px;
    position: relative;
    background: url('assets/img/bg/interior-header.jpg') no-repeat center top;
    background-size: 1920px auto;
}

.interior-header .header-img {
    width: 100%;
    height: auto;
}

.interior-header .header-logo {
    position: absolute;
    top: 20px;
    left: 15px;
    right: 15px;
    margin: 0 auto;
}

.post-header {
    text-align: center;
    margin-bottom: 60px;
}

.post-header .post-date {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.post-header .post-title {
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

.post-thumb {
    margin-bottom: 60px;
}

.post-content {
    padding-bottom: 80px;
    border-bottom: 1px solid #c2c2c3;
}

.post-footer {
    padding-top: 80px;
    margin-bottom: 100px;
    text-align: center;
}

.post-footer .single-share {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #737372;
    padding: 15px;
}

.post-footer .single-share span {
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 300;
}

.post-footer .single-share span, .post-footer .single-share ul {
    display: inline-block;
    vertical-align: middle;
}

.post-header .page-title {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #757575;
}

body.page .post-content {
    border-bottom: 0;
}

/* Home Newsletter */
#newsletter {
    background: #e9ecec;
    padding: 65px 0;
}

#newsletter .section-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 49px;
    font-weight: 700;
    color: #565656;
}

#newsletter .form-control {
    border-radius: 0;
}

#newsletter .more-btn {
    background: none;
    color: #565656;
    border-color: #565656;
}

#newsletter .more-btn:hover, #newsletter .more-btn:focus {
    color: #000;
    border-color: #000; 
}

/* Footer */
#footer {
    padding: 50px 0;
}

#footer .footer-socials {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
    text-align: center;
}

#footer .footer-socials>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

#footer .footer-socials>li>a {
    color: #adadad;
    line-height: 1em;
    font-size: 40px;
}

#footer .footer-socials>li>a:hover, #footer .footer-socials>li>a:focus {
    color: #000;
}

#footer .copyright {
    margin-top: 25px;
    color: #0f2d2a;
}

/* Embeds */
img, video, embed, iframe {
    max-width: 100%;
}

/* Images */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 1199px) {
    /* Navigation */
    #nav {
        top: 10px;
    }

    /* Home Slider */
    .slide-section .slide-title {
        font-size: 24px;
    }

    .slide-section .btn.buy-btn {
        font-size: 14px;
    }

    .slide-section .buy-btn-wrap .dropdown-menu>li>a {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1067px) {
    /* Navigation */
    #nav .navbar-nav>li>a {
        font-size: 24px;
    }
}

@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2) {
    /* Home Slider */
    #slider {
        background-size: 1420px auto!important;
        min-height: 900px!important;
    }
}

@media (max-width: 991px) {
    /* Navigation */
    #nav {
        top: 0;
    }

    #nav .navbar-nav>li>a {
        font-size: 20px;
    }

    #nav .navbar-nav.nav-socials>li>a {
        font-size: 16px;
        padding: 11px 1px;
    }

    /* Home Slider */
    #slider {
        min-height: 800px;
    }

    .slide-section .slide-title {
        font-size: 16px;
    }

    .slide-section-right {
        padding: 15px;
    }

    .slide-section .slide-title {
        margin-bottom: 15px;
    }

    /* Home Tour */
    #tour {
        min-height: 800px;
        padding: 100px 0 140px 0;
    }

    #tour .section-title-img {
        margin-bottom: 50px;
    }

    .events .event, .events .more-events {
        font-size: 22px;
    }

    .events .event-btn {
        font-size: 22px;
    }

    /* Home Music */
    #releases .release-item {
        width: 33.333333%;
    }

    .release-popup .buy-btn-wrap {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Home Slider */
    .slide-section .buy-buttons {
        margin-top: 10px;
    }

    .slide-section .btn.buy-btn {
        font-size: 9px;
    }
}

@media (min-width: 768px) {
    #nav.interior-nav {
        position: absolute;
        top: 120px;
    }

    #nav.interior-nav .navbar-nav {
        float: none;
        text-align: center;
    }

    #nav.interior-nav .navbar-nav>li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    #nav.interior-nav .navbar-nav>li>a {
        color: #fff;
    }

    .interior-nav .nav-socials {
        display: none;
    }    
}

@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    /* Home Slider */
    #slider {
        min-height: 0!important;
    }
}

@media (max-width: 767px) {
    /* General */
    body {
        padding-top: 50px;
        overflow-x: hidden;
    }

    /* Nav */
    #nav {
        position: fixed!important;
        top: 0!important;
        background: #000!important;
    }

    .navbar-toggle .icon-bar {
        background: #ecd154;
    }

    .navbar-brand {
        color: #fefefe!important;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        font-size: 18px;
        text-transform: uppercase;
        bottom: 0;
        margin-right: 0;
    }

    .navbar-brand:hover, .navbar-brand:focus {
        color: #ecd154!important;
    }

    #nav .navbar-nav>li>a {
        font-size: 20px;
        padding: 10px 15px!important;
        color: #fff;
        opacity: 1;
    }

    #nav .navbar-nav>li.active>a,
    #nav .navbar-nav>li>a:hover,
    #nav .navbar-nav>li>a:focus {
        color: #ecd154!important;
        opacity: 1;   
    }

    #nav .navbar-nav.nav-socials {
        display: none;
    }

    /* Home */
    .more-btn {
        font-size: 24px;
    }

    /* Home Slider */
    #slider {
        background: none!important;
        min-height: 0;
    }

    #slider .mobile-hero {
        width: 100%;
    }

    #slider .slides-wrap {
        position: relative;
        padding-bottom: 120px;
        background: url('assets/img/bg/slider.png') no-repeat top center;
        background-size: 100% 100%;
        margin-top: -20px;
    }

    #slider #slides-carousel {
        padding: 0 25px;
    }

    #slider #slides-carousel .owl-nav>div.owl-prev {
        left: -15px;
    }

    #slider #slides-carousel .owl-nav>div.owl-next {
        right: -15px;
    }

    .slide-section .slide-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .slide-section .slide-title>span {
        padding-bottom: 5px;
    }

    .slide-section-left {
        float: none;
        width: 100%;
    }

    .slide-section-right {
        float: none;
        width: 100%;
        padding: 15px;
    }

    .slide-section-right:before {
        display: none;
    }

    .slide-section .buy-btn-wrap {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    /* Home Tour */
    #tour {
        background-color: #fff;
        background-image: url('assets/img/bg/tour-mobile.jpg');
        background-size: 100% auto;
        /*padding: 340px 0 30px 0;*/
        padding: 100% 0 30px 0;
        min-height: 0;
        margin-top: -200px;
    }

    #tour .bg-wrap {
        display: none;
    }

    #tour .section-title-img {
        display: none;
    }

    .events {
        opacity: 1!important;
    }

    .events .event, .events .more-events {
        text-align: center;
        font-size: 24px;
    }

    .events .event, .events .more-events a {
        color: #000;
    }

    .events .event-date {
        float: none;
        width: auto;
    }

    .events .event-venue {
        margin-left: 0;
    }

    .events .event-btn-wrap {
        text-align: center;
        /*text-align: left;*/
        margin-top: 5px;
    }

    .events .event-btn {
        font-size: 24px;
    }

    #tour .more-btn {
        border-color: #000;
        color: #000;
    }

    /* Home News */
    #news {
        padding: 130px 0 30px 0;
        min-height: 0;
    }

    #news .section-title-img {
        width: 170px;
        display: block;
        margin: 0 auto 30px auto;
    }

    #news .home-post {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #news .home-post .home-post-title {
        margin-top: 15px;
    }

    #news .home-post .home-news-thumb {
        margin: 0 auto;
    }

    #news .news-more a {
        font-size: 18px;
    }

    /* Home Music */
    #music {
        padding: 30px 0;
    }

    /* Home Shop */
    #shop {
        padding: 30px 0;
    }

    #shop:before {
        display: none;
    }

    #shop .shop-header .section-title-img {
        display: block;
        margin-right: 0;
        margin: 0 auto;
    }

    #shop .shop-view-more {
        margin: 15px 0;
    }

    /* Home Photos */
    #photos {
        padding: 30px 0;
    }

    #photos .photos-header {
        margin-bottom: 30px;
    }

    #photos .photos-header .section-title-img {
        display: block;
        margin: 0 auto;
        width: 170px;
    }

    /* Releases */
    #music .music-header {
        margin-bottom: 30px;
    }

    #music .music-header .section-title-img {
        display: block;
        margin: 0 auto;
        width: 170px;
    }

    #releases .release-item {
        width: 50%;
        padding: 5px;
    }

    #releases .release-item:hover, #releases .release-item:focus {
        -webkit-transform: none;
        transform: none;
    }

    /* Newsletter */
    #newsletter {
        padding: 30px 0;
    }

    #newsletter .section-title {
        font-size: 28px;
    }

    /* Interior */
    .interior-header {
        display: none;
    }

    .post-header {
        margin-bottom: 30px;
    }

    .post-thumb {
        margin-bottom: 30px;
    }

    .post-content {
        padding-bottom: 30px;
    }

    .post-footer {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    /* Magnific Popup */
    .release-popup, .mfp-figure {
        padding: 15px;
    }

    /* Footer */
    #footer {
        padding: 25px 0;
    }

    #footer .footer-socials {
        margin: 0 0 25px 0;
    }

    #footer .footer-socials>li>a {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    /* Releases */
    #releases .release-item {
        width: 100%;
        float: none;
    }
}