/*
Theme Name:     Jacksons Music
Description:    Theme for Jacksons Music - child theme for the Awake theme
Author:         EberleCreative
Author URI:     http://www.eberlecreative.com
Template:       awake_php8.2
Version:        1.0.0
*/

@import url("../awake/style.css");

#header .logo img {
    width: 100%;
}

@media screen and (max-width: 650px) {
.mysite_responsive #body_inner {
    width: 100%
}
#primary_menu, .mysite_responsive #responsive_menu {
    background-color: black !important;
}
}

@media screen and (max-width: 480px) {
.mysite_responsive img.alignright, .mysite_responsive img.alignleft, .mysite_responsive img.aligncenter {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 366px) {
.mysite_responsive #header_inner, .mysite_responsive #intro_inner, .mysite_responsive #content_inner, .mysite_responsive #outro_inner, .mysite_responsive #footer_inner, .mysite_responsive #sub_footer_inner {
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
}
#header {
    height: 60px;
}
}

.is_home #content{display:none;}
#footer_inner #sfsi-plus-widget-2 h4.widgettitle{float:left; margin-top: 10px;}
.sfsi_plus_widget{display:inline-block; width:auto;}
#footer #sfsi-plus-widget-2{padding-bottom:10px;}