/* 
 Theme Name:   African Food
 Theme URI:    
 Description:  A child theme created by Adam Quigley which hooks to the parent DIVI.
 Author:       Adam Quigley
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Bahiana|Chelsea+Market|Yellowtail');

{
font-family: 'Chelsea Market', cursive;
font-family: 'Bahiana', cursive;
font-family: 'Yellowtail', cursive;
}

p.subtitle {
	font-family: 'Chelsea Market', cursive;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 35px;
}

p.subtitle2 {
	font-family: 'Chelsea Market', cursive;
	text-transform: uppercase;
	font-weight: 800;
}

footer#main-footer h4.title, .header-content h1 {
	font-family: 'Chelsea Market', cursive;
	text-transform: uppercase;
}

.woocommerce div.product .product_title {
	font-family: 'Chelsea Market', cursive;
	text-transform: uppercase;
	font-weight: 800;	
	color: #96694f;
}

.entry-summary p.price span, .woocommerce button.button, .woocommerce-page button.button {
	color: #784528;
}

button.single_add_to_cart_button.button.alt, .posted_in a {
    border-color: #784528;
    color: #784528;
}

button.single_add_to_cart_button.button.alt:hover {
    border-color: #b37756;
    color: #b37756;
}

.product .related h2 {
	font-size: 18px!important;
}

nav.woocommerce-breadcrumb {
    display: none;
}
