/*
Theme Name: OceanWP Child for Malvern Walking Festival
Theme URI:
Description: OceanWP child theme with changes for MWF website.  Bespoke font and changes to make products more walk like. 
Author: Mandy Sims, Nepeta Consulting
Author URI: http://nepeta.co.uk
Version: 2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oceanwp
Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Template: oceanwp

Version 2.8
-	ensure Yoast event metadata dates are calculated correctly

Version 2.7
-	block Woo API against card stuffing

Version 2.6
-	use ACF options page to manage option values (change options names to suit)

Version 2.5
-	remove punctuation from Back to Walks Button
-	replace product with walk in waitlist message-box

Version 2.4
-	add walk summary fields to fluent form submission for walk leaders form repeat walks
-	remove validation from product data block 

Version 2.3
-	get walk leader from product tags rather than ACF field on single product data block

Version 2.2.1
-	empty raw email list (not cleaned one) on walkers list

Version 2.2
-	zero total walkers and empty email array after printing walkers list report

Version 2.1
-	rework walk leaders report class to static as it was losing totals

Version 2.0
-	amend no products template to be consistent with current WooCommerce template.

Version 1.9
-	added comma delimited email list to bottom of walkers list and sort out print date
-	refactor filters in walkers list export to use class functions

Version 1.8
-	use option to provide no walks strings

Version 1.7
-	replaced deprecated WPSEO_Graph_Piece

Version 1.6
-	remove unused walk grade attribute from yoast event block code
-	add logo to event yoast block if there is no featured image
-	change walk-grade to walk-difficulty and add checks for missing data

Version 1.5
-	reword no walks at present

Version 1.4
-	replace "no products" template with no walks

Version 1.3
-	change "Shipping" to "Additional Info" on multistep checkout

Version 1.2
-	sort out error when showing block in edit view
-	refine selector for edit/ preview view of block

Version 1.1
-	add total quantity to bottom of Walkers List export

Version 1.0
-	stop selling on day of walk (currently commented out)
-	add walk grade and date to metadata block
-	pick event dates for Yoast from date attribute 

Version 0.9
-	use attribute to set Yoast event date (no need for special field on product category)
-	add extra fields onto walk info block

Version 0.8
-	change block to use callback
-	remove page title from single product pageVersion 0.1
-	install and initiallise Bree Serif Italic font
-	change "stock" wording to "place"

Version 0.7
-	Check Yoast and Woocommerce are active before including customisations
-	more woocommerce product to walk filtering	

Version 0.6
-	Removed style variable from block

Version 0.5
-	Enhanced walk data block - still needs styling
-	Separate out different functionality into filesVersion 0.2
-	add block for walk metadata (requires ACF Pro) - proof of concept
	
Version 0.4
-	Added additional fields to Event graph	

Version 0.3
-	add Event block to Yoast graph (needs confirmation of the field slugs)

Version 0.2
-	add block for walk metadata (requires ACF Pro) - proof of concept

Version 0.1
-	install and initiallise Bree Serif Italic font
-	change "stock" wording to "place"

*/

/*	Declare the font	*/
@font-face {
    font-family: 'Bree Serif Italic';
    src: url('fonts/BreeSerif-Italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/BreeSerif-Italic.woff2') format('woff2');

}
