/*
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: ****/

/*Menu Background Image*/

#main-menu {    
background: url(/wp-content/uploads/2013/12/TopBackgroundImage_v6.png) repeat-x scroll 50% 100% transparent;
}


.flexslider{
background: none;
border: none;
}

.flexslider ul.slides li{
margin-left: 1px;
}

/*Featured area*/

 /* Medium Screen ( 480px to 719px ) */
@media screen and (min-width: 480px) and (max-width: 719px) {
   .one_fourth { 
	width: 47%;
	margin-right: 10px;  /* Sharif line 1324*/
	}

}

/* Mobile Screen ( smaller than 480px )*/
@media screen and (max-width: 480px) {
    .one_fourth { 
	width: 49%;
	margin-left: -9px;  /* Sharif line 534*/
	}
}	

.home-cont-box h3 {
font-weight: bold;
}


#navigation-menu ul.sf-menu > li > a > span {
font-weight: bold;
}

#navigation-menu ul.sf-menu a {
    font-weight: bold;
}


/*Additional Information align to left*/

.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
text-align: left;
}

.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
font-style: normal;
}


/* Remove product catagory and tag from product page */

.posted_in{display:none}
.tagged_as{display:none}


/* Product Slider Text */

.psc-prod-details .title a {
color: #000000;
font-family: 'Arial';
}

/*File Size Increase*/
@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
@ini_set( 'max_execution_time', '300' );
