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

/* General */
body {
    background: #eee no-repeat top center;
    font: normal 11px Verdana,sans-serif;
    color: #717171;
    border-top: 15px solid #000;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

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

a {
    color: #009dcf;
}

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

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

.breadcrumbs {
    margin-top: 30px;
}

/* Forms & Buttons */
.form-control {
    border-radius: 0;
}
.main-btn {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 7px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#882751+0,510e2a+100 */
    background: rgb(136,39,81); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(136,39,81,1) 0%, rgba(81,14,42,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,39,81,1)), color-stop(100%,rgba(81,14,42,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(136,39,81,1) 0%,rgba(81,14,42,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(136,39,81,1) 0%,rgba(81,14,42,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(136,39,81,1) 0%,rgba(81,14,42,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(136,39,81,1) 0%,rgba(81,14,42,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#882751', endColorstr='#510e2a',GradientType=0 ); /* IE6-9 */
    line-height: 1em;
    text-decoration: none;
    font-size: 10px;
    border: 0;
}

.main-btn:hover, .main-btn:focus {
    color: #fff;
    text-decoration: none;
    background: #000;
}

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

/* Header */
#header .header-content {
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
}

.band-link {
    display: inline-block;
    vertical-align: middle;
}

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

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

.blog-content {
    padding-bottom: 0;
}

.page-title {
    color: #717171;
    font-family: Rockwell,Cambria,Times New Roman,Verdana,serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.rss-icon {
    float: right;
}

.more {
    text-align: right;
    padding: 10px 0;
}

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

/* Share */

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

.share-btn {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background: #009dcf;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
}

.share-btn:hover, .share-btn:focus {
    background: #27292b;
    color: #fff;
    text-decoration: none;
}

.share-bar .dropdown-menu {
    border-radius: 0;
    background: #009dcf;
    border-color: #009dcf;
    min-width: 0;
    padding: 4px;
}

.single .permalink-button {
    display: none;
}

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

.news-item {
    padding: 10px 10px 15px 10px;
    background: #F4F4F4;
    border: solid 1px #e0e0e0;
    margin-bottom: 20px;
    position: relative;
}

.news-date {
    font-size: 11px;
    font-style: italic;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.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: 0;
    margin-bottom: 5px;
    font-size: 14px;
}

.news-title a {
    color: #009dcf;
}

.news-item .entry-meta {
    position: absolute;
    bottom: -10px;
    right: 15px;
}

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

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

.navbar-nav>li>a {
    font: 13px/normal Rockwell,Cambria,Times New Roman,Verdana,serif;
    text-transform: uppercase;
    color: #d2d2d2;
    padding: 12.5px 5px;
    text-decoration: none;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #009dcf;
    background-color: transparent;
}

.navbar-nav>li:not(:last-child)>a:after {
    content: " ";
    background: url('assets/img/bg/navigation-icon.png') no-repeat center center;
    display: inline-block;
    margin-left: 10px;
    padding: 5px 5px;
}

.navbar-nav>li.current-menu-item>a {
    color: #009dcf;
    background-color: transparent;
}

.navbar-nav>li>a .caret {
    display: none;
}

.dropdown-menu {
    border-radius: 0;
    background: #000;
    min-width: 0;
}

.dropdown-menu>li>a {
    text-decoration: none;
    font: 13px/normal Rockwell,Cambria,Times New Roman,Verdana,serif;
    text-transform: uppercase;
    color: #d2d2d2;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #009dcf;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;   
}

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

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

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

.navbar-brand {
    height: 40px;
    padding: 0 15px;
}

.navbar-brand>img {
    position: relative;
    top: -90px;
}

#header-nav {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b4e53+0,050505+100 */
    background: rgb(75,78,83); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(75,78,83,1) 0%, rgba(5,5,5,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,78,83,1)), color-stop(100%,rgba(5,5,5,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(75,78,83,1) 0%,rgba(5,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(75,78,83,1) 0%,rgba(5,5,5,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(75,78,83,1) 0%,rgba(5,5,5,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(75,78,83,1) 0%,rgba(5,5,5,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4e53', endColorstr='#050505',GradientType=0 ); /* IE6-9 */
}

/* Home */
.home-section {
    padding: 10px;
    border: solid 1px #e0e0e0;
    margin-bottom: 15px;
}

.home-section h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #717171;
    font-size: 16px;
    font-family: Rockwell,Cambria,Times New Roman,Verdana,serif;
    font-weight: bold; 
}

.home-section-more {
    text-align: right;
}

.home-album-cover {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.home-album-cover img {
    width: 60px;
    height: auto;
}

.home-album-info {
    margin-left: 65px;
}

.home-album-info>a {
    color: #717171;
}

.btn-group-wrap {
    padding-top: 5px;
}

.home-buy-btn {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    background: #eee;
    color: #009dcf;
}

.home-buy-btn:hover, .home-buy-btn:focus {
    border-color: #e0e0e0;
    background-color: #009dcf;
    color: #fff!important;
    text-decoration: none;
}

.home-album-info .dropdown-buy {
    background: #eee;
    border: 1px solid #e0e0e0!important;
}

.home-album-info .dropdown-buy a {
    color: #009dcf!important;
}

.video-caption {
    padding-top: 5px;
}

.newsletter-icon {
    float: left;
}

.newsletter-wrap {
    margin-left: 95px;
}

.newsletter-wrap h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #717171;
    font-family: Rockwell,Cambria,Times New Roman,Verdana,serif;
    font-weight: bold;
}

.newsletter-wrap .form-control {
    height: 24px;
    min-width: 92%;
}

/* Media */
.media-section {
    padding: 10px;
    border: solid 1px #e0e0e0;
    margin-bottom: 15px;
}

.media-section h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #717171;
    font-family: Rockwell,Cambria,Times New Roman,Verdana,serif;
    font-weight: bold; 
}

.media-section-more {
    text-align: right;
}

.media-featured-video {
    margin-bottom: 15px; 
}

.media-featured-video a img {
    padding-bottom: 5px;
}

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

.media-video:last-of-type {
    margin-bottom: 0;
}

.media-featured-video a, .media-video a {
    color: #717171;
}

.media-thumb-link {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.media-thumb-link img {
    width: 85px;
    height: auto;
}

.media-title-link {
    display: inline-block;
    vertical-align: top;
}

/* Pagination */
ul.page-numbers {
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.page-numbers>li {
    display: inline-block;
}

ul.page-numbers>li>a, ul.page-numbers>li>span {
    padding: 10px;
    display: block;
    color: #009dcf;
    font-weight: bold;
}

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

ul.page-numbers>li>.current {
    color: #717171;
}

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

.sidebar .widget-title {
    background: #0a0a0a;
    color: #fff;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 15px;
}

.widget.widget_sp_image img {
    height: auto;
}

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

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

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

/* Comments */

#comments {
    margin-top: 15px;
}

/* Events */
.event {
    margin-bottom: 15px;
}

.event-info {
    padding-top: 5px;
}

.event-info a {
    color: #717171;
}

.event-detail {
    border-bottom: 1px solid #333;
    padding: 10px 0;
    font-size: 14px;
}

.event-detail:first-of-type {
    border-top: 1px solid #333;  
}

/* Photo Galleries */
.photo-gallery {
    padding: 10px;
    border: solid 1px #e0e0e0;
    margin-bottom: 15px;
}

.photo-gallery h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #717171;
    font-family: Rockwell,Cambria,Times New Roman,Verdana,serif;
    font-weight: bold; 
}

.owl-carousel {
    padding: 0 30px;
}

.owl-carousel-home {
    padding: 0 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.owl-carousel .item {
    padding: 0 5px;
}

.owl-carousel-home .item {
    padding: 0 2px;
}

.owl-carousel .item a {
    display: block;
    padding: 2px;
    background: url('assets/img/bg/thumb-small.jpg') no-repeat center center;
    background-size: cover;
}

.owl-carousel-home .item a {
    display: block;
    padding: 1px;
    border: 1px solid #222; 
}

.owl-carousel .item a img, .owl-carousel-home .item a img {
    width: 100%;
    height: auto;
}

.owl-carousel:not(.owl-carousel-home) .owl-buttons div {
    background: #0099cc;
    width: 20px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 1em;
    padding: 8px 4px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.owl-carousel-home .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    color: #009dcf;
    line-height: 1em;
    font-size: 18px;
}

.owl-carousel-home .owl-buttons div:hover, .owl-carousel-home .owl-buttons div:focus {
    color: #000;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-carousel-home .owl-prev {
    left: -9px;
}

.owl-carousel-home .owl-next {
    right: -9px;
}

.single-photo .feat-img {
    width: 100%;
    height: auto;
}

.photo-thumb {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
}

.photo-thumb span {
    display: block;
    margin-top: 5px;
}


/* Videos */

#videos {
    padding: 0 10px;
}

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

.video-preview {
    position: relative;
    padding-bottom: 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;
}

.album-title {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.album-details {
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}

.dropdown-buy {
    background: #F4F4F4;
    border: solid 1px #e0e0e0;
    color: #009dcf;
    padding: 0;
    box-shadow: none;
}

.dropdown-buy>li>a {
    text-transform: uppercase;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #009dcf!important;
}

.dropdown-buy>li>a:hover, .dropdown-buy>li>a:focus {
    color: #009dcf!important;
    background: transparent;
    text-decoration: underline;
}

.album-article {
    position: relative;
}

.album-video-link {
    display: inline-block;
    border: 1px solid #E0E0E0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
}

#discography {
    border: solid 1px #e0e0e0;
    max-width: 65px;
    padding: 5px;
    position: absolute;
    top: 0;
    left: -75px;
}

#discography h3 {
    color: #717171;
    font-family: Rockwell,Cambria,Times New Roman,Verdana,serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}

#discography a {
    display: inline-block;
    margin-bottom: 5px;
}

#discography a:last-child {
    margin-bottom: 0;
}

.tracks-content {
    padding: 0;
}

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

.tracks {
    list-style: none;
    padding: 15px 5px;
    margin: 30px 0 0 0;
    border: 1px solid #E0E0E0;
}

.tracks>li {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

.tracks>li:last-child {
    margin-bottom: 0;
}

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

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

/* Newsletter Arrow */
#newsletter-arrow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* Footer */
#footer {
    padding: 30px;
    background: #000;
}

#footer a {
    color: #62d2f6;
}

.footer-band-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-band-links>li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.footer-section {
    margin-bottom: 20px;
}

.footer-section-title {
    float: left;
    width: 50px;
    font-size: 14px;
    font-weight: bold;
}

.footer-section-content {
    margin-left: 55px;
}

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

.footer-section-links>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.footer-section-links>li:first-child {
    border-right: 1px solid #222;
}

.footer-section-links>li>a {
    font-size: 10px;
}

.footer-item {
    border-bottom: 1px solid #222;  
    padding: 10px 0;
}

.footer-item a {
    color: #717171!important;
}

.footer-item .btn-group {
    float: right;
}

.footer-album-cover {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.footer-album-cover:hover, .footer-album-cover:focus {
    text-decoration: none;
}

.footer-album-cover img {
    width: 50px;
    height: auto;
}

.footer-section-more {
    padding: 10px 0;
    text-align: right;
}

.footer-more-btn {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #222;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    background: #000;
    color: #62d2f6;
}

.footer-more-btn:hover, .footer-more-btn:focus {
    border-color: #60d2f6;
    background-color: #60d2f6;
    color: #000!important;
    text-decoration: none;
}

#footer .dropdown-buy {
    background: #222;
    border-color: #222;
}

#footer .dropdown-buy a {
    color: #62d2f6!important;
}

.footer-bottom {
    border-top: solid 1px #222;
    padding-top: 30px;
    margin-top: 30px;
}

.copyright {
    color: #717171;
    font-size: 10px;
}

.copyright-inner {
    padding: 30px 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) {
    .newsletter-wrap .form-control { 
        min-width: 90%;
    }

}

@media (max-width: 991px){
    #discography {
        position: static;
        margin-top: 15px;
    }
}

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

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

}

@media (max-width: 767px) {
    body {
        border-top: 0;
        padding-top: 50px;
    }

    #header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

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

    #header .header-content {
        padding: 0;
    }

    .navbar-brand {
        height: 50px;
    }

    .navbar-brand>img {
        top: 0;
        max-width: 65px;
    }

    .navbar-nav>li:not(:last-child)>a:after {
        display: none;
    }

    .navbar-nav>li>a {
        padding: 10px 15px;
    }

    .newsletter-wrap .form-control {
        min-width: 0;
        width: 69%;
        display: inline-block;
        vertical-align: middle;
    }

    .album-details {
        margin-top: 10px;
    }

    .sidebar {
        padding-top: 15px;
    }

    .footer-item .btn-group {
        float: none;
        margin-top: 10px;
    }

    .copyright {
        text-align: center;
    }

    #newsletter-arrow {
        display: none;
    }

}

@media (max-width: 480px) {

}