/*
Theme Name: Stevie Ray Vaughn
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/

/* General */

body {
    background: #000 url('assets/img/bg/srv_content_repeater_bg.jpg') repeat-y center 455px;
    color: #e7dca6;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Georgia, serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-weight: normal;
    text-transform: uppercase;
    color: #894b0e;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3, h4, h5, h6, h7, h8 {
    font-size: 14px;
}

a {
    color: #a58541;
}

a:hover, a:focus {
    color: #a58541;
    outline: 0;
    text-decoration: underline;
}

.container-fluid {
    width: 980px;
    max-width: 100%;
}

/* Forms & Buttons */

.main-btn {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    padding: 4px;
    color: #EAE2AD;
    background: #894b0e;
    line-height: 1em;
    text-decoration: none;
    font-size: 12px;
    min-width: 55px;
}

.main-btn:hover, .main-btn:focus {
    color: #EAE2AD;
    background: #894b0e;
}

.main-btn i {
    color: #EAE2AD;
    margin-left: 5px;
}

input, textarea, select {
    color: #333;
}

button, input[type="submit"] {
    background: #666;
    color: #fff;
    border: 0;
    padding: 4px 6px;
    text-transform: uppercase;
    font-weight: bold;
}

button:hover, button:focus,
input[type="submit"]:hover, input[type="submit"]:focus  {
    background: #000;
}

legend {
    color: #fff;
    border: 0;
    font-size: inherit;
}

/* Header */

#header {
    background: url('assets/img/bg/header-bg.jpg') no-repeat top center;
}

#header .header-content {
    min-height: 374px;
    padding-bottom: 15px;
    position: relative;
}

/* Top Bar */

#top-bar {
    /*position: absolute;
    top: 0;
    width: 100%;*/
    background: #12407c;
}

#top-bar .newsletter-wrap {
    color: #fff;
    padding: 10px;
    background: #7680af;
    display: inline-block;
}

#top-bar .newsletter-wrap .newsletter-title {
    color: #fff;
}

#top-bar .newsletter-wrap .main-btn {
    background-color: #12407c;
    color: #fff;
    margin-left: 5px;
}

#top-bar .newsletter-wrap .main-btn i {
    color: #fff;
}

.top-content {
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    top: 0;
}

.top-content a {
    text-decoration: none;
}

.top-content-left {
    float: left;
}

.top-content-right {
    float: right;
}

.home-link {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* Content */
#main-content {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.content-bg {

}

.inner-content {
    /*padding: 15px;
    background: #fff;*/
}

.page-title {
    color: #894b0e;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    /*padding: 8px 15px;*/
    padding: 0 0 20px 0;
    background: url('assets/img/bg/srv_line_bg.png') repeat-x scroll center bottom;
}

.more-link {
    float: right;
    font-style: italic;
    text-transform: lowercase;
    font-size: 12px;
}

.share-bg {
    /*background: #acb8c8;*/
}

.more {
    padding: 10px 15px;
    background: #8d8ba7;
}

/*.more a, .read-more {
    text-decoration: none;
}*/

.read-more {
    color: #5b164a;
}

/* Share */

.share-bar {
    display: inline-block;
    position: relative;
    /*float: right;*/
}

.share-bar .share-btn {
    display: block;
    height: 22px;
    width: 21px;
    background: url('assets/img/bg/sprite-sony_connect.png') no-repeat;
    border: 0;
}

.share-bar .btn-group:hover .dropdown-menu, .share-bar .btn-group:focus .dropdown-menu {
    display: block;
}

.share-bar .share-btn.comments {
    background-position: -1px -13px;
}

.share-bar .share-btn.comments:hover, .share-bar .share-btn.comments:focus {
    background-position: -1px -37px;
}

.share-bar .share-btn.facebook {
    background-position: -25px -13px;
}

.share-bar .share-btn.facebook:hover, .share-bar .share-btn.facebook:focus {
    background-position: -25px -37px;
}

.share-bar .share-btn.twitter {
    background-position: -49px -12px;
}

.share-bar .share-btn.twitter:hover, .share-bar .share-btn.twitter:focus {
    background-position: -49px -36px;
}

.share-bar .share-btn.google-plus {
    background-position: -73px -13px;
}

.share-bar .share-btn.google-plus:hover, .share-bar .share-btn.google-plus:focus {
    background-position: -73px -37px;
}

.share-bar .share-btn.pinterest {
    background-position: -97px -13px;
}

.share-bar .share-btn.pinterest:hover, .share-bar .share-btn.pinterest:focus {
    background-position: -97px -37px;
}

.share-bar .share-btn.tumblr {
    background-position: -192px -13px
}

.share-bar .share-btn.tumblr:hover, .share-bar .share-btn.tumblr:focus {
    background-position: -192px -37px;
}

.share-bar .dropdown-menu {
    border-radius: 2px;
    background: #fff;
    border-color: #fff;
    min-width: 90px;
    max-width: 90px;
    padding: 4px;
}

.share-bar .dropdown-menu:after {
    display: block;
    height: 10px;
    width: 9px;
    content: " ";
    background: url('assets/img/bg/sprite-sony_connect.png') no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: -9px;
}

.share-bar .comments-drop .dropdown-menu>li>a {
    display: inline-block;
    font-size: 12px;
    text-transform: lowercase;
    padding: 2px 4px;
    color: #1e1e1e;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fafafa),color-stop(100%,#dcdcdc));
    background-image: -webkit-linear-gradient(#fafafa,#dcdcdc);
    background-image: -moz-linear-gradient(#fafafa,#dcdcdc);
    background-image: -o-linear-gradient(#fafafa,#dcdcdc);
    background-image: -ms-linear-gradient(#fafafa,#dcdcdc);
    background-image: linear-gradient(#fafafa,#dcdcdc);
    border: 1px solid;
    border-color: #CCC #CCC #AAA;
}

.tumblr-group ul>li>a {
    padding: 2px;
}

/* News */
.rss-icon {
    float: right;
    color: #fff;
}

.rss-icon:hover, .rss-icon:focus {
    color: #fff;
}

.news-items {
    padding-top: 0;
    padding-bottom: 0;
}

.news-item {
    padding-top: 10px;
}

.news-item time {
    font-size: 12px;
    /* background: #5b1049;
     color: #ccc;*/
    padding: 4px 8px 4px 10px;
    display: inline-block;
}

.news-item blockquote {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 1em;
}

.news-item blockquote p {
    margin: 0 0 10px 0;
}

.news-title {
    text-transform: none;
    margin-top: 10px;
    font-size: 18px;
    font-family: courier,sans-serif;
    font-weight: bold;
}

.news-title a {
    color: #a58541;
}

.news-item .entry-meta {
    /*padding: 5px 15px;*/
    margin: 10px 0 0 0;
}

.feat-img {
    margin-bottom: 15px;
}

.comments-link {
    color: #F3CB82;
    font-family: Georgia, serif;
    font-weight: bold;
    text-decoration: none;
}

/* Navigation */

.navbar {
    border-radius: 0;
    margin-bottom: 15px;
    min-height: 0;
    border: 0;
}

.navbar-nav>li+li {
    margin-left: 8px;
}

.navbar-nav>li>a {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #EAE2AD;
    padding: 6px;
    text-decoration: none;
    line-height: 1em;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #EAE2AD;
    background-color: #3f2409;
    text-decoration: none;
}

.navbar-nav>li.current-menu-item>a {
    color: #EAE2AD;
    background-color: #3f2409;
}

.dropdown-menu {
    border-radius: 0;
    background: #3f2409;
    border-color: #3f2409;
    padding: 0;
}

.dropdown-menu>li>a {
    text-decoration: none;
    color: #EAE2AD;
    font-size: 10px;
    padding: 2px 6px;
    font-weight: bold;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #a58541;
    color: #EAE2AD;
    text-decoration: none;
}

.navbar-toggle {
    padding: 0;
    border-radius: 0;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background: none;
}

.navbar-toggle .icon-bar {
    background: #EAE2AD;
    border-radius: 0;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    color: #EAE2AD;
    background-color: #3f2409;
}

#header-nav {
}

#header-nav .container-fluid {
    background: url('assets/img/bg/nav-bg.jpg') no-repeat;
}

#footer-nav {
    margin-bottom: 30px;
}

#footer-nav .container-fluid {

}

#footer-nav .navbar-nav>li>a {
    color: #894b0e;
}

#footer-nav .navbar-nav>li.current-menu-item>a {
    background: #312a1e;
    color: #894b0e;
}

#footer-nav .navbar-nav>li>a:hover, #footer-nav .navbar-nav>li>a:focus {
    background: #312a1e;
    color: #894b0e;
}

#footer-nav a {
    /*font-size: 14px;*/
}

#footer-nav .dropdown-menu {
    background: #312a1e;
    border-color: #312a1e;
}

#footer-nav .dropdown-menu>li>a {
    color: #894b0e;
}

/* Pagination */

ul.page-numbers {
    /* background: #fff;
     margin: 0 -15px;*/
    padding: 0;
    list-style: none;
    text-align: right;
    /* border-top: 1px solid #fff;*/
}

ul.page-numbers>li {
    display: inline-block;
    margin-left: -3px;
    /*border-left: 1px solid #777;*/
}

ul.page-numbers>li>a, ul.page-numbers>li>span {
    padding: 10px;
    display: block;
    /*color: #777;*/
}

ul.page-numbers>li>a:hover, ul.page-numbers>li>a:focus {
    text-decoration: none;
}

/*ul.page-numbers>li>.current, */ul.page-numbers>li>a:hover, ul.page-numbers>li>a:focus {
    /*background-color: #8D8BA7;
    color: #fff;*/
    text-decoration: underline;
}

/* Sidebar */

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget div.fb-like {
    background: #fff;
    padding: 15px;
    width: 100%;
    overflow: hidden;
}

.sidebar .widget-title {
    color: #894b0e;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    /*padding: 8px 15px;*/
    padding: 0 0 20px 0;
    background: url('assets/img/bg/srv_line_bg.png') repeat-x scroll center bottom;
}

.sidebar .widget .fb_iframe_widget span {
    width: 100%!important;
}

.sidebar .widget .fb_iframe_widget iframe {
    width: 100%!important;
}

.widget.widget_sp_image img {
    height: auto;
}

.sidebar .widget_sp_image:nth-child(2) {
    padding: 9px;
    background: #312a1e;
}

.sidebar-homepage-footer {
    margin-top: 15px;
}

.sidebar .more {
    background: #8d8ba7;
    padding: 10px 15px;
}

.sidebar .video-preview {
    padding-top: 0;
}

.widget_sme_base_theme_newsletter_widget .form-control {
    border-radius: 0;
    padding: 3px 6px;
    height: 28px;
}

.widget_sme_base_theme_newsletter_widget .btn-default {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    color: #EAE2AD;
    border: 1px solid #894b0e;
    background: #894b0e;
    padding: 3px 6px;
}

.widget_sme_base_theme_newsletter_widget .btn-default:hover,
.widget_sme_base_theme_newsletter_widget .btn-default:focus {
    border: 1px solid #894b0e;
    color: #EAE2AD;
    background: #894b0e;
}

body.page-id-124 .widget_sme_base_theme_newsletter_widget {
    display: none;
}

@media (max-width: 767px) {
    .fancybox-inner {
        -webkit-overflow-scrolling: touch !important;
        overflow: scroll !important;
    }

    body.page-id-124 h1.page-title {
        display: none;
    }
}

/* Comments */

#comments {
    margin-top: 15px;
}

.comments-title {
    background: #b280ac;
    color: #6d1758;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 15px;
}

.comment-reply-title {
    font-size: 14px;
    color: #6d1758;
}

#comments .bg-info {
    color: #333;
    padding: 5px;
}

#comments .comment {
    padding: 5px 0;
}

/* Photo Galleries */

.photo-grid-wrapper {
    padding: 0 10px;
}

.photo-grid-wrapper .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.gallery-image-wrapper img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.fancybox-opened .fancybox-title {
    width: 100%;
    color: #ccc;
    font-size: 12px;
    line-height: 1.1em;
}

.fancybox-title a {
    text-decoration: underline;
    color: #ccc;
}

/* Videos */

#videos {
    padding: 0 10px;
}

#videos .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.video-preview {
    position: relative;
    padding-top: 5px;
}

.video-preview .video-overlay {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -32px;
}

.video-player {
    margin-bottom: 15px;
}

/* Music */
.single-album  .sidebar .widget.widget_sme_base_theme_events_widget {
    display: none;
}

.single-album .share-bar {
    margin: 10px 0;
}

.dropdown-buy {
    background: #894b0e;
    border: 1px solid #894b0e;
    color: #EAE2AD;
    padding: 0;
}

.dropdown-buy>li>a {
    text-transform: none;
    font-size: 12px;
    color: #EAE2AD;
}

.dropdown-buy>li>a:hover, .dropdown-buy>li>a:focus {
    color: #EAE2AD;
    background: #3f2409;
}

.entry-meta {
    /*padding: 5px 15px;*/
    margin: 0;
}

.sidebar-discography .sidebar-album {
    margin-bottom: 10px;
}

.sidebar-discography .sidebar-album .bottom {
    padding-top: 10px;
}

.sidebar .sidebar-discography div.fb-like {
    background: transparent;
    padding:15px 0 0 0;
}

.tracks-content {
    padding: 0;
}

.disc-row {
    font-weight: bold;
}

.track-title {
    margin-top: 15px;
}

.tracks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tracks>li {
    margin-bottom: 1px;
    padding: 10px;
    border-bottom: 1px solid #333;
}

.tracks>li .track-no {
    margin-right: 10px;
}

.tracks>li .track-media {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* Jukebox */
#jukebox {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

#jukebox-footer {
    float: right;
}

.jukebox {
    z-index: 1000;
    max-width: 232px;
    color: #EAE2AD;
    font-size: 13px;
}

.jukebox .carousel {
    padding: 0 30px;
}

.jukebox .carousel-inner {
    overflow: visible;
}

.jukebox .carousel-control {
    opacity: 1!important;
    top: 50%;
    margin-top: -10px;
}

.jukebox .carousel-control {
    background: none!important;
}

.jukebox .carousel-control span {
    height: 20px;
    width: 22px;
    display: block;
}

.jukebox .carousel-control.left span {
    background: url('assets/img/bg/srv_carousel_prev.png') no-repeat center center;
}

.jukebox .carousel-control.right span {
    background: url('assets/img/bg/srv_carousel_next.png') no-repeat center center;
}

.jukebox-release {
    text-align: right;
    font-weight: bold;
    margin-bottom: 5px;
}

.jukebox-img {
    border: #312a1e 6px solid;
}

.jukebox-title {
    margin: 10px 0;
    text-align: center;
}

.jukebox-title a {
    font-weight: bold;
    color: #312a1e;
}

#jukebox-footer a {
    color: #fff;
}

.jukebox .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.jukebox .carousel-inner .item,
.jukebox .carousel-inner .active.left,
.jukebox .carousel-inner .active.right {
    opacity: 0;
}

.jukebox .carousel-inner .active,
.jukebox .carousel-inner .next.left,
.jukebox .carousel-inner .prev.right {
    opacity: 1;
}

.jukebox .carousel-inner .next,
.jukebox .carousel-inner .prev,
.jukebox .carousel-inner .active.left,
.jukebox .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Footer */
#footer {
    background: url('assets/img/bg/srv_footer_repeater_bg.jpg') repeat center top;
    padding: 30px 0;
    color: #312a1e;
    font-size: 12px;
}

#footer .footer-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer p {
    padding-top: 15px;
}

#footer p a {
    color: #312a1e;
}

#footer p a:hover, #footer p a:focus {
    color: #312a1e;
    text-decoration: underline;
}

.myplay-logo {
    margin: 0 0 0 auto;
}

.footer-share-title {
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.footer-socials {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-socials>li {
    display: inline-block;
    vertical-align: middle;
}

.footer-socials>li+li {
    margin-left: 1px;
}

.footer-socials>li>a {
    display: block;
    background: url('assets/img/bg/connect-sprite.png') repeat;
    height: 32px;
    width: 37px;
}

.footer-socials>li>a.facebook {
    background-position: 0 0;
}

.footer-socials>li>a.myspace {
    background-position: -38px 0;
}

/* Embed */
iframe, object, embed, img {
    max-width: 100%;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    display:inline-block!important;
}

/* 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: 991px) and (min-width: 768px) {
    body {

    }

    .navbar-nav>li>a {

    }

}

@media (min-width: 768px) {
    .navbar .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-collapse {
        padding-left: 0;
    }

}

@media (max-width: 767px) {
    body.page-id-124 #jukebox {
        display: none;
    }

    body.page-id-124 .sidebar {
        display: none;
    }

    body.page-id-124 #header .header-content {
        min-height: 0;
    }

    #header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1030;
        background: #894b0e;
    }

    #header {
        background: none;
    }

    .navbar-nav>li+li {
        margin-left: 0;
    }

    body {
        background-image: none;
        padding-top: 32px;
    }

    #header .container-fluid {
        /* padding-left: 0;
         padding-right: 0;*/
    }

    .mobile-header {
        width: 100%;
        height: auto;
    }

    .home-link {
        position: static;
    }

    #jukebox {
        position: static;
    }


    #header .header-content {
        /* min-height: 350px;*/
    }

    #jukebox {
        right: 15px;
    }

    #top-bar .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #sidebar {
        padding-top: 15px;
    }

    #footer {
        text-align: center;
    }

    .sony-logo {
        margin: 0 auto;
    }

    .myplay-logo {
        margin: 0 auto;
    }

    #footer-nav {
        display: none;
    }

    #jukebox-footer {
        display: none;
    }

    .sidebar img {
        width: 100%;
        height: auto;
    }

}

@media (max-width: 480px) {

}

.newsletter-link {
    display: block;
}