/*
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: ****/

/* change top right phone # size, aid click to*/
#top-elements .phone-number {
    font-size: 34px;
    font-weight: 500;
    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;
}

/* adjust drop-cap */
.dropcap {
    font-size: 55px;
    line-height: 46px;
    margin: 5px 8px 0 0;
}

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

/* Remove related products from products pages */
.related.products { 
display: none; 
}

/* Hide categories description in Products Categories Pages */
.page-header-module .row .col-sm-6 p {
  display: none;
}