/*
Theme Name:   	Polka Dot Cottage Storefront II
URI:    		http://www.lisaclarke.net/webdesign
Author:       	Lisa Clarke
Author URI:     http://www.lisaclarke.net
Template:     	storefront
Description:  	This is a child theme for WooThemes StoreFront theme, customized for Polka Dot Cottage
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
*/

/* Polka Dot Cottage block*/
.site-branding .site-title a {
    font-weight: 600;
	font-family: "Crushed", sans-serif;	font-size: 42px;
	line-height: 42px;
}
.site-branding .site-description {
	font-family: "Sacramento", sans-serif;
	font-size: 23px;
}
.site-header {
	padding-bottom: 0px;
}

.widget_eu_cookie_law_widget {
    background-color: #355f5c;
}


/* author avatar */
.author .avatar {
    width: 128px;
    margin-bottom: 1em;
}

/* text */
body {
	font-weight: 400;
}
a {
    font-weight:400;
}

/* images */
img {
	display: inline;
}
.entry-content img {
	padding-bottom: 10px;
}

/* patterned stripe */
.kaleidostripe {
	background-image:url(https://www.lisaclarke.net/images/kaleidoscope.png);
	background-repeat: repeat;
	height: 25px;
}

/* footer */
.site-info {
	padding: 10px;
	text-align: center;
}

.footer-widgets {
	border-bottom: none;
	padding-top: 0px;
}
.site-footer {
	padding-top: 1em;
	padding-bottom: 0.5em;
}

/* mobile menu */
.handheld-navigation {
	background: #eafff2;
	padding-left: 10px;
}

/* mailing list form */
.mc-field-group {
	padding-top: 10px;
}
