/*
Theme Name: Store Front Child
Author: Webframez
Description: Child theme of Store Front theme
Version: 1.0
Template: storefront

This is the child theme for Store Front theme, generated with Generate Child Theme plugin by catchthemes.

End of comment */ 

/* custom css */

h2 { font-size: 22px;}

h2.wp-block-heading {margin-top: 0px;}


header.site-header {
    margin-bottom: 1rem !important;
}

span.posted-on {
    display: none !important;
}
span.post-author {
    display: none !important;
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    padding: 0.618em 1.2em;
}
.site-branding{
    margin-bottom: 0.5rem;
}

h1.entry-title {
    margin-bottom: 10px;
}

.site-header .site-branding img {
    max-width: 300px !important;
    width: 100%;
   
}

@media only screen and (max-width: 676px) {
 button.menu-toggle {
    margin-top: 20px;
}
header.site-header {
    margin-bottom: 0rem;
}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    padding: 0.618em 1.2em;
}
.site-branding{
    margin-bottom: 0.5rem;
}

h1.entry-title {
    margin-bottom: 10px;
}
}