Xing v1.0.2 details
-------------------

1. Fixed webkit CSS3 transitions issue in FlexSlider
2. Added secondary navigation menu and callout section at top
3. Added custom head code option. (Can be used for inline scripts addition)
4. Added user.css file for customizations.
5. Changed WooCommerce message background to more noticeable green color.


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

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

functions.php
header.php
responsive.css
user.css
includes/shortcodes/shortcodes.php
includes/theme-admin-options.php
js/custom.js
woocommerce/woocommerce-custom.css
css/schemes/blue,cherry,cyan and green.css


Changes for style.css file
------------------------------

You can either replace style.css file completely, or make selective changes as shown below:


1. Add following rule inside section 2. TYPOGRAPHY

body.no-border { border-top:none !important; }


2. Add following rules inside section 4. HEADER

/* Secondary Navigation Menu (Top Menu) */
.ss_nav_top { position:relative; text-align:center; background:#444; z-index:1000 }
.ss_nav_top .wrap { width:960px; overflow:visible }
.nav2 { position:relative; float:left; width:65%; list-style:none; margin:0; padding:0; z-index:1000 }
.nav2 li { float:left; position:relative }
.nav2 > li a { display:block; color:#ccc; text-decoration:none; line-height:18px; padding:7px 11px; margin:2px 0; font-size:12px; font-weight:bold; text-shadow:1px 1px 0 rgba(0,0,0,0.1); border-left:1px solid #5a5a5a; border-right:1px solid #333; }
.nav2 > li:first-child a { border-left:none }
.nav2 > li:last-child a { border-right:none }
.nav2 li.current-menu-item > a, .nav2 li.current-menu-ancestor > a { color:#fff }
.nav2 ul li.current-menu-item > a, .nav2 ul li.current-menu-ancestor > a { color:#777 }
.nav2 ul { position:absolute; list-style:none; width:194px; top:36px; left:-1px; margin:0; padding:3px 0 2px; background:#fff; border:1px solid #e5e5e5; border-top:none; z-index:-1; display:none }
.nav2 ul li { min-width:194px; float:none }
.nav2 ul a { display:block; margin:0 10px; padding:6px 0; color:#777; background:#fff; text-decoration:none; text-shadow:none; font-size:12px; font-weight:normal; border:none; border-bottom:1px solid #ebebeb }
.nav2 ul li:last-child > a { border:none }
.nav2 > li:hover > a { color:#fff }
.nav2 li.current-menu-item:hover > a, .nav2 li.current-menu-ancestor:hover > a { color:#fff }
.nav2 ul ul { left:194px; top:-3px; border-top:1px solid #e5e5e5; padding-top:2px }
.nav2 ul li:hover > a, .nav2 ul li.current-menu-item:hover > a, .nav2 ul li.current-menu-ancestor:hover > a, .nav2 ul li.arrow:hover > a { color:#333 }
.nav2 li:hover ul ul, .nav2 li:hover ul ul ul, .nav2 li:hover ul ul ul ul { display:none }
.nav2 li:hover ul, .nav2 li li:hover ul, .nav2 li li li:hover ul, .nav2 li li li li:hover ul { display:block }
.ss_nav_top select { display:none; width:100% }

/* Top-right Callout Text */
#callout-top { position:relative; float:right; width:35%; padding:9px 0; font-size:11px; color:#eee; text-align:right; text-shadow:1px 1px 0 rgba(0,0,0,0.1); }
#callout-top * { color:inherit }
#callout-top a:hover { color:#eb6633 }