/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/
@import url("../u-design/style.css");

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/


		@media screen and (min-width: 720px) {
    	.u-design-fixed-menu-on.fixed-menu #top-wrapper {
       		opacity: 0.75;
       		background: 333333;
    }

/* change top right phone # size, aid click to*/
		#top-elements .phone-number {
    		font-size: 32px;
    		font-weight: 600;
    		padding-top: 0px;
			z-index: 999999;
}
	
	/* change secondary menu sizes */
		#secondary-navigation-bar-content {
    		font-size: 17px;
    		font-weight: 500;
			line-height: 1.4;
			min-height: 35px;
}

	/* remove white space in main content area */
		#page-content #content-container {
    		padding: 0px 0 0px;
}
			
		div.wpforms-container-full .wpforms-form .wpforms-field-label {
    		display: block;
    		font-weight: 300;
    		font-size: 16px;
    		float: none;
    		line-height: 1.3;
    		margin: 0 0 4px;
    		padding: 0;
}
		/* add top margin to "hand out" content bock to allow white space after text immediately below home pg slider */
			#content-block-body-1994 {
    margin-top: 35px;
}
			

}