/**
 * Theme Name: U-Design Child
 * Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
 * Description: This is a child theme of U-Design.
 * Author: Andon
 * Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
 * Template: u-design
 * Version: 1.0.0
 */

/** 
 * IMPORTANT: By default this file is not loaded since it has no CSS preloaded. Loading it blank
 * will result in a CSS file needlessly being loaded. This will usually not affect the site appearance, 
 * but it's inefficient and extends your page's loading time.
 * 
 * If you decide to use this file make sure to enable it from the theme's 'General Options' section first, 
 * it's the last checkbox called 'Custom Styles'.
 */
                 
/**** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ****/


/* change top right phone # size, aid click to*/
#top-elements .phone-number {
    font-size: 28px;
    font-weight: 800;
	padding-top: 0px;
	z-index: 999999;
}

/* adjust image captions */
.wp-caption p.wp-caption-text {
    font-size: 12px;
    font-style: normal;
    padding: 7px 7px 10px;
    text-align: center;
}

	/* change secondary menu sizes */
#secondary-navigation-bar-content {
    font-size: 17px;
    font-weight: 600;
	line-height: 1.4;
	min-height: 35px;
}

/* change 2ndary menu item spacing */
#secondary-navigation-bar .secondary-menu-header ul li a {
    padding: 0 .5em;
}

	#top-elements .phone-number { z-index: 999999; }

/* change woocommerce price color */
.woocommerce-Price-amount.amount {
    color: #005589;
}