/*
Theme Name: Iggy and the Stooges
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/body-bg.jpg') no-repeat top center;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-weight: bold;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

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

a {
    color: #c78802;
    text-decoration: underline;
}

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

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

/* Forms & Buttons */

.main-btn {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 2px 32px 8px 12px;
    background: url('assets/img/bg/more-bg-black.png') no-repeat top right;
    line-height: 9px;
    text-decoration: none;
    font-size: 10px;
}

.main-btn:hover, .main-btn:focus {
    color: #fff;
    background: url('assets/img/bg/more-bg-black.png') no-repeat top right;
}

.main-btn.white {
    color: #000;
    background: url('assets/img/bg/more-bg-white.png') no-repeat top right;
}

.main-btn.white:hover,.main-btn.white:focus {
    color: #000;
    background: url('assets/img/bg/more-bg-white.png') no-repeat top right;
}

.main-btn.yellow {
    color: #000;
    font-weight: bold;
    background: url('assets/img/bg/more-bg-yellow.png') no-repeat top right;
}

.main-btn.yellow:hover,.main-btn.yellow:focus {
    color: #000;
    background: url('assets/img/bg/more-bg-yellow.png') no-repeat top right;
}

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-banner {
    position: absolute;
    top: 0;
    right: -20px;
}

#header .header-content {
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
}
.home-link {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* Events */
.events-header {
    padding-bottom: 5px;
    border-bottom: solid 3px #ddd;
    margin-bottom: 5px;
    font-weight: bold;
}

.widget_sme_base_theme_events_widget .event, .event-sidebar-detail {
    text-align: right;
}

.widget_sme_base_theme_events_widget .event-date {
    color: #c78802;
    text-transform: uppercase;
    font-weight: bold;
}

.widget_sme_base_theme_events_widget .main-btn {
    font-weight: bold;
}

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

.sidebar {
    min-height: 700px;
    padding-top: 100px;
}

.sidebar-socials {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

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

.sidebar-socials>li>a {
    display: block;
    background: url('assets/img/bg/social-icons.png') no-repeat;
    height: 45px;
    width: 60px;
}

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

.sidebar-socials>li>a.myspace {
    background-position: -60px 0; 
}

.sidebar-socials>li>a.twitter {
    background-position: -120px 0;   
}

.sidebar-socials>li>a.foundation {
    background-position: -180px 0;
}

.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
}

.sidebar-links>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}

.sidebar-links>li:last-child {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 35px;
}

.content-bg {
    background: url('assets/img/bg/page-wrap-inner-bg.jpg') repeat-y top center;
}

#main-content-inside {
    background: url('assets/img/bg/page-default-bg.png') no-repeat top center;
}

body.home #main-content-inside {
    background: url('assets/img/bg/page-front-bg.png') no-repeat top center; 
}

body.single-album #main-content-inside {
    background: url('assets/img/bg/page-music-bg.png') no-repeat top center;    
}

body.page-template-page-events #main-content-inside {
    background: url('assets/img/bg/page-tour-bg.png') no-repeat top center;    
}

.inner-content {
    padding: 15px;
}

.blog-content {
    padding-bottom: 0;
    border-top: solid 3px #ddd;
}

.page-title {
    font-family: Impact,Arial,Helvetica,sans-serif;
    font-size: 37px;
    font-weight: normal;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 15px;
    border-bottom: solid 3px #ddd;
    text-align: left;
}

body.page .page-title, body.single-photo-gallery .page-title {
    border-bottom: 0;
}

.single-post .page-title {
    text-align: right;
}

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

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

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

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

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

.news-item {
    padding-top: 0;
    padding-bottom: 20px;
}

.news-date-wrap {
    float: left;
}

.news-date-wrap .main-btn {
    padding: 2px 25px 6px 5px;
    margin-left: -6px;
    margin-top: 10px;
}

.news-date {
    display: block;
    width: 82px;
    height: 52px;
    background: url('assets/img/bg/date-paper.png') no-repeat center center;
    padding: 1px 16px 1px 6px;
    color: #121d23;
    font-family: Impact,"Arial Black",Gadget,sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
}

.news-month {
    text-align: left;
    line-height: 1em;
}

.news-year {
    text-align: right;
    line-height: 1em;
}

.news-item-content {
    margin-left: 90px;
}

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

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

.news-title {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.news-title a {
    color: #c78802;
    text-decoration: none;
}

.news-title a:hover, .news-title a:focus {
    color: #ca4f14;
    text-decoration: underline;
}

.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>a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    font-family: Impact,Arial,Helvetica,sans-serif;
    color: #000;
    padding: 2px 4px;
    text-decoration: none;
}

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

.navbar-nav>li.current-menu-item>a {
    color: #b97e02;
    background: #000;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu>li>a {
    text-decoration: none;
}

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

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

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

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

/* 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;
    text-decoration: none;
}

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 {
    color: #fff;
}

/* Sidebar */

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

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

.sidebar .widget-title {
    font-family: Impact,Arial,Helvetica,sans-serif;
    font-size: 37px;
    font-weight: normal;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 15px;
}

.widget.widget_sp_image img {
    height: auto;
}

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

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

/* Comments */
#comments {
    margin-top: 15px;
}

/* 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: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.fancybox-title a {
    text-decoration: underline;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

/* Videos */

#videos {
    padding: 0 10px;
}

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

.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;
}

.video-title {
    display: inline-block;
}

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

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

.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;
}

.tracks-title {
    padding: 0 30px;
    font-family: Impact,"Arial Black",Gadget,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.tracks-title-inner {
    background: url('assets/img/bg/footer-menu-divider.png') no-repeat bottom center;  
    padding-bottom: 5px;
}

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

.disc-row {
    font-family: Impact,Arial,Helvetica,sans-serif;
    font-weight: normal;
}

.tracks>li {
    padding: 5px 0;
    background: url('assets/img/bg/footer-menu-divider.png') no-repeat bottom center;
}

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

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

/* Share */
.dropdown-share, .dropdown-buy {
    min-width: 0;
    border: 0;
    padding: 10px 0;
    background: url('assets/img/bg/share-bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.dropdown-buy>li>a,
.dropdown-share>li>a {
    font-size: 10px;
    color: #000;
}

/* Footer */
#footer {
    padding: 30px 0 10px 0;
}

.footer-news {
    padding-top: 58px;
    padding-bottom: 20px;
    background: url('assets/img/bg/content-bottom-bg.png') no-repeat center center;
    background-size: 100% 100%;
    color: #000;
    font-size: 12px;
}

.footer-news .btn-group {
    display: block;
}

.footer-news .news-item .news-item-content {
    min-height: 160px;
}

.footer-news-more {
    text-align: right;
    padding-bottom: 15px;
}

#footer-nav {
    padding: 0 5px;
    margin: 0 0 30px 0;  
}

#footer-nav>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer-nav a {
    text-decoration: none;
}

#footer-nav a:hover, #footer-nav a:focus {
    text-decoration: underline;
}

#footer-nav>ul>li {
    background: url('assets/img/bg/footer-menu-divider.png') no-repeat bottom center;
    padding-bottom: 5px;
}

#footer-nav>ul>li>a {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    text-align: right;
    color: #b97e02;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-family: Impact,"Arial Black",Gadget,sans-serif;
}

#footer-nav>ul>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

#footer-nav>ul>li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

#footer-nav>ul>li>ul>li {
    display: inline-block;
    vertical-align: middle;
}

#footer-nav>ul>li>ul>li>a {
    font-size: 11px;
    color: #ccc;   
    text-decoration: none;
    padding: 0 5px;
}

.legacy-logo {
    float: left;
}

#footer .copyright {
    font-size: 12px;
    color: #767676;
    padding-left: 15px;
    margin-left: 45px;
}

#footer .copyright a {
    color: #767676;
}

#footer .copyright a:hover, #footer .copyright a:focus {
    color: #767676;
    text-decoration: underline;
}

.footer-record {
    position: relative;
    top: -50px;
}

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

/* Images */
img {
    max-width: 100%;
    height: auto;
}

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 {
        overflow-x: hidden;
    }

    .navbar-nav>li>a {

    }

}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-left: 0;
    }

}

@media (max-width: 991px) {
    #header-banner {
        display: none;
    }

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

    #header-nav .container-fluid {
        background: #000;
    }

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

    body {
        background-image: none;
    }

    #main-content-inside {
        background-image: none!important;
    }

    .mobile-header {
        width: 100%;
        height: auto;
        padding-top: 17px;
    }

    .home-link {
        position: static;
    }

    #header .header-content {
        min-height: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar-socials, .sidebar-links {
        display: none;
    }
}

@media (max-width: 767px) {

    .tracks, .tracks-title {
        padding: 0;
    }

    #footer {
        text-align: center;
    }

    #footer-nav {
        display: none;
    }

    .footer-news {
        color: #fff;
        background: none;
        padding: 0;
    }

    .legacy-logo {
        float: none;
        margin-bottom: 10px;
    }

    #footer .copyright {
        margin-left: 0;
    }

    .footer-record {
        display: none;
    }
}

@media (max-width: 480px) {

}

/* Newsletter Updates */
.header-form-wrap {
    position: relative;
    z-index: 1030;
}

.header-form-wrap .newsletter-title {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    color: #c78802;
    font-weight: bold;
    text-transform: uppercase;
}

#header-form {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
}

#header-form .form-control {
    border-radius: 0;
    height: 24px;
    font-size: 12px;
    font-style: italic;
}

#header-form .input-group-btn {
    padding-left: 5px;
}

#header-form .main-btn {
    margin-top: 5px;
}

.fancybox-wrap iframe {
    max-width: 100%;
}

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

    body.page-id-2214 h1.page-title {
        display: none;
    }
    
    .header-form-wrap .newsletter-title {
        display: block;
    }
}