/*
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: ****/




#navigation-menu ul.sf-menu > li {

  transition: background 0.3s linear 0s;
font-weight: bold;
}
 

#navigation-menu ul.sf-menu > li:hover {

  background: none repeat scroll 0 0 rgba(170, 170, 170, 1);
font-weight: bold;
}


#navigation-menu ul.sf-menu li li {

  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);


}

#navigation-menu ul.sf-menu li li:hover {

  background: none repeat scroll 0 0 rgba(170, 170, 170, 1);
  transition: background 0.3s linear 0s;

}

#navigation-menu ul.sf-menu a {

  line-height: 1.9em;

  border-bottom: 1px solid rgba(0, 0, 0, 0.4);

}



.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}


