-------------------
Xing v1.0.4 details
-------------------

1. Fixed contact page template with default admin email and translations
2. Fixed flexslider direction nav hiding for post gallery sliders
3. Fixed Logo shift when hiding callout bar
4. Fixed WooCommerce Product Categories widget CSS. (When sub categories are hidden)
5. Fixed Twitter widget API call.
6. Added 'Group' selection for Flickr Widget
7. Added dummy media query blocks inside user.css


--------------------
Files to add/replace
--------------------

If using Xing v1.0.3, kindly add/replace following files inside the 'xing/' theme folder:

header.php
responsive.css
formats/grid-format-gallery.php
formats/list-format-gallery.php
includes/flickr-widget.php
includes/twitter-widget.php
includes/theme-admin-options.php
templates/page-contact.php
woocommerce/woocommere-custom.css


-----------
CSS Changes
-----------

------------
1. style.css
------------

Add the following rules inside section 4. HEADER > Logo and Blog Name:

.brand.no-callout { padding-top:0; margin-top:-35px }
.brand.right.no-callout { padding-top:25px; margin-top:0px }

Look for the following rule inside section 11. WIDGETS:

.widgetwrap { position:relative; overflow:hidden; margin-bottom:9px; display:block }

Change to:

.widgetwrap { position:relative; margin-bottom:9px; display:block }
.widgetwrap:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; margin:0; padding:0 }


-------------------------------------
2. woocommerce/woocommerce-custom.css
-------------------------------------

Add the following rules at the end of woocommerce-custom.css file:

#sidebar ul.product-categories ul, #secondary ul.product-categories ul { 
	margin:0;
	border:none
}
#sidebar ul.product-categories ul li:first-child, #secondary ul.product-categories ul li:first-child { 
	margin-top:6px;
	border-top:1px solid #eee
}