/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.simple-social-icons ul li {
	margin: 0 4px 4px !important;
}

.footer-widgets-line-2 .simple-social-icons ul li a, .footer-widgets-line-2 .simple-social-icons ul li a:hover {
	border-radius: 0 !important;
	font-size: 48px !important;
}

.contact-submit input {
	background-color: #7C4296;
	border-color: #7C4296;
	color: #ffffff;
	width: 100px !important;
}

.contact-submit input:hover {
	background-color: #c84297;
	border-color: #c84297;
}

.contact-form .name, .contact-form .email {
	width: 500px !important;
	max-width: 100%;
}

/*
link
href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" 
rel="stylesheet" 
type="text/css"
*/
.widget-area #mc_embed_signup {
	top: 0 !important;
	margin: 0 auto !important;
}

.widget-area #mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup {
	background: #17a2b3;
	clear: left;
	font: 14px;
	width: 70%;
	position: relative;
	top: 50px;
	margin: auto;
	font-family: 'Lato', sans-serif !important;
}

#mc_embed_signup h2, #mc_embed_signup .indicates-required, #mc_embed_signup .mc-field-group label {
	color: #ffffff !important;
	font: 14px;
}

#mc_embed_signup .mc-field-group .asterisk {
	color: #ffffff !important;
	font: 14px;
	position: absolute;
	top: 0 !important;
	right: 10px;
	font-size: 100% !important;
}

#mc_embed_signup .button {
	height: auto !important;
	line-height: auto !important;
	background-color: #7C4296 !important;
	border-color: #7C4296 !important;
	width: 96% !important;
	font-size: 18px !important;
}

#mc_embed_signup .button:hover {
	background-color: #c84297 !important;
	border-color: #c84297 !important;
}

#mc_embed_signup .mc-field-group > br {
	content: '';
}

#mc_embed_signup .mc-field-group div.mce_inline_error {
	background-color: #7C4296 !important;
	border-color: #7C4296 !important;
	color: #ffffff !important;
}

#mc_embed_signup .input-group {
	display: none !important;
}

#mc_embed_signup div.response {
	width: auto !important;
}

#mc_embed_signup #mce-success-response {
	color: #ffffff !important;
}

.widget_archive div .screen-reader-text {
	display: none !important;
}

.sharedaddy a.share-custom-yummly {
	background-color: #e16120 !important;
}