/*
Theme Name: TheShop Child
Theme URI: http://http://www.staging.eileenscheesecake.com/staging/
Description: This is a child theme for TheShop
Author: Courtney Doherty
Author URI: http://courtneydohertydesign.com
Template: theshop
Version: 0.1
*/
@import url("../theshop/style.css");


body {
	font-size: 16px;
}
	
a {
	color: #2575bb;
}

#theShop_head #main-navigation li:not(:last-child)::after {
	background-color: #FFFFFF;
}

#theShop_head ul a {
	font-size: 16px;
	color: #FFFFFF;
}
	
#footer_widgets .widget-title {
	font-size: 16px;
}
	
#footer_widgets .footer-widget p {
	font-size: 16px;
}
	
#footer_widgets .footer-widget a {
	font-size: 16px;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Cooper Black;	
}

h1.entry-title {
	font-family: Cooper Black;	
	padding-left: 10px;
}
	
#top-bar {
	background-color: #cccccc;
}
	
#top-bar .bar-wrapper {
	padding: 8px;
}

.woocommerce a.button.alt {
	height: 50px;
	padding: 1px;
	color: #FFF;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		color: #CCC;
}