/*
 Theme Name:   The Grandma Star
 Theme URI:    http://www.grandmastar.com/
 Description:  Child Theme of the Delicio Theme
 Author:       John Gold
 Author URI:   http://desktoppub.com
 Template:     delicio
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  delicio
*/


.designed-by{
display:none;
}

.site-footer {
padding: 0px;
background: rgba(0, 0, 0, 0.5);
}

.site-info{
padding:0px;
margin:0px;
}

.entry-content{
background:#f0f0f0;
}

.post-blog .entry-content {
    padding: 30px;
}

.footer-widgets{
padding-bottom:0px;
margin-bottom:0px;
}

div.wrapper-content {
    padding-bottom: 20px;
    padding-top: 20px;
}

.site-header.headroom {
background: #000;
}

p.tagline{
color:#fff;
}

.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 2px;
    position: relative;
    width: 28px;
}

.side-panel-btn {
display: none; 
}

@media screen and (max-width: 979px)
 {
.side-panel-btn {
display: block;
}
}

/*mods to post pages*/
.post_wrap{
background:#f0f0f0;
}

footer.entry-footer{
display:none;
}

p.nocomments{
display:none;
}

span.entry-author{
display:none;
}


.page-meta .singular-category {
    color:#fff;
}

h1.entry-title{
font-size:30px !important;
padding-top:20px !important;
}

/* changes to archive page*/

section.recent-posts{
background:#f0f0f0;
}

div.page-archive h1.section-title{
color:#f0f0f0;
}

span.comments-link{
display:none;
}

.post-blog .entry-title {
    font-family: "Playfair Display",Georgia,serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top:20px;
}
