/**
 * Theme Name: 		Sprout and Spoon Child Theme
 * Theme URI: 		http://www.apex1.co.uk/
 * Description: 	Template child theme by Apex1 Studios
 * Author: 			Apex1 Studios
 * Author URI: 		http://www.apex1.co.uk/
 * Version: 		4.6
 * Template: 		sprout-spoon
 */

@import url("../sprout-spoon/style.css");
 
#nav-wrapper .menu {
    margin-top: 10px;
}

#nav-wrapper .menu > li {
	margin: 0 10px !important;
	max-width: 140px;
	vertical-align: middle;
    display: inline-block;
}

#nav-wrapper .menu li a {
    line-height: 150%;
}


#nav-wrapper .sub-menu li a {
    min-width: auto !important;
    width: 80%;
}

@media only screen and (max-width: 1170px) and (min-width: 942px) {
	#nav-wrapper .menu li {
		margin: 0 5px !important;
	}
}


a.slicknav_btn {
    float: right;
}

#footer-menu {
    margin-left: 45px;
    margin-top: 30px;
    padding: 15px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

@media (min-width: 767px) {

	#footer-menu li {
		display: inline-block;
		border-left: 1px solid;
		padding-left: 10px;
		padding-right: 10px;
	}

	#footer-menu li:first-child {
		border-left: none;
		padding-left: 0;
	}

}
#footer-menu a {
	color: #65625D !important;
}

.single-product h1 {
	font-size: 25px;
    margin-bottom: 10px;
}

.single-product .price {
	margin-bottom: 10px;
}

.single-product .variations_form {
	margin-top: 10px;
}

.single-product .summary p {
	font-size: 15px;
}

.sku_wrapper {
	display: none;
}

.woocommerce ul.products li.product h3 {
	font-size: 22px !important;
}

.woocommerce ul.products li.product .price {
	display: none;
}
