/*
Theme Name:   Storefront Child
Template:     storefront
*/

#navdiv * {
    box-sizing: content-box;
}

#navdiv ul {
    margin-left: 0;
}

.title img {
    display: inline;    
}

#page {
    margin: 20px 0;
}


#bodyStore .title {
    float: left;
    margin-left: 45px;
}

.site-header {
    background-color: #E6DECF;
    border-bottom-color: #E6DECF;
    float: right;
    padding-top: 2em;
}

.woocommerce-active .site-header .site-search, 
.woocommerce-active .site-header .site-header-cart {
    float: none;
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
}

#my-account-link {
    margin-top: 20px;
}

#bodyStore #primary {
	width: 100%;
    clear: both;
}

.post {
    margin: 0 0 20px;
    padding: 10px;
    background-color: #A5B781;
    border:1px solid #445533;
}

h2 a, h3 a {
    color: #802900;
}

.entry-title {
    font-size: 1.6em;
}

.hentry .entry-header {
    margin-bottom: 0;
}

.hentry .entry-header .posted-on a, 
.hentry .entry-header .post-author a, 
.hentry .entry-header .post-comments a, 
.hentry .entry-header .byline a,
.cat-links a, .tags-links a {
    text-decoration: none;
    font-weight: bold;
    color: #446633;
}
.hentry .entry-header .posted-on a:hover, 
.hentry .entry-header .post-author a:hover, 
.hentry .entry-header .post-comments a:hover, 
.hentry .entry-header .byline a:hover,
.cat-links a, .tags-links a:hover {
    text-decoration: underline;
}

.wp-block-image figcaption {
    color: #310;    
}

.widget_archive ul {
    padding-left: 10px;
}

.content-area {
    margin-bottom: 0;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: none;
}

.site-footer {
    background-color: #E6DECF;
    padding-top: 0;
    padding-bottom: 0;
}

.site-info {
    padding: 0;
}