= GOOD OL’ WINE =

* by Anariel Design, http://www.anarieldesign.com

- this theme is based on Forefront http://theme.wordpress.com/themes/forefront/ and Underscores: http://underscores.me/
License: Distributed under the terms of the GNU GPL
Copyright: Automattic, automattic.com

Good Ol’ Wine is distributed under the terms of the GNU GPL - read more inside license files

Good Ol’ Wine utilizes great tutorials from Codrops: http://tympanus.net/codrops/

Update February 02 2015.
1. small fix inside the functions.php file
2. new .xml file

Update November 12 2014.
1. inside the style.css added:
table.shop_table.order_details span.amount {
	color: #000;
}

Update October 31 2014.
1. inside the style.css added:
#secondary span.amount {
	background: none!important;
}
.footer span.amount {
	color: #fff!important;
}
.tribe-events-button, #tribe-events .tribe-events-button {
	background-color: #000!important;
}
2. changes inside “inc” folder-customizer.php - added missing sanitize callback

Update October 10 2014.
1. small fix for the archive.php file

Update October 8 2014.
1. inside the style.css added: 
.woocommerce-checkout span.amount {
	background: none!important;
}

Update July 4 2014.
- WMPL compatibility - changes inside the “widgets” folder: footer-welcome.php, welcome.php, widget-blog.php, widget-timeline.php, widget-wines.php and inside the content-splitpage.php file

Update May 24 2014.
-added small fix for the WooCommerce shop cart. We added inside style.css:
div.cart_totals span.amount, .cart_item span.amount {
	position:relative;
}
-small fix inside search.php and 404.php page
-small fix for the Jetpack latest version and menu (genericon) - changes inside header.php, header-customone.php, header-customnews.php and header-custom.php file. Inside style.css we changed: 
.genericon:before, .genericon:after, footer.entry-meta .edit-link a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 Genericons;
	vertical-align: top;
}
with 

.winegenericon:before, .winegenericon:after, footer.entry-meta .edit-link a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 Genericons;
	vertical-align: top;
}