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

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

/* Sidebar BgColor */
#sidebarSubnav {
background-color: #f7f7f7;
border:0px solid #a1a1a1;
border-radius:10px;
-moz-border-radius:10px; /* Firefox 3.6 and earlier */
}


.archive .entry .custom-frame-wrapper,
.page-template-page-Blog-php .entry .custom-frame-wrapper {
  display: none !important; /* No Featured Image! */
}

/* To change the opacity and the position on the top of the sticky-menu "Stay-On-Top" Main Menu: */
.u-design-fixed-menu-on.fixed-menu #top-wrapper {
        opacity: 0.95;
}

/* To change the line spacing on post Title and metadata: */
.entry {
    padding: 0 0 20px;
    clear: both;
}
.postmetadata {
    width: 100%;
    font-size:95%;
    padding: 0 !important;
    clear:both;
    margin: 0 0 5px !important;
}

/* To change the font size of the latest/recent post Title: */
ul.small-thumb .teaser-title {
    font-size: 1.1em;
    line-height: 2.2em;
}

/* To make the Titles on the same level with the home page and post pages: */
#home-page-content #content-container { padding:20px 0; }


/* To change the line spacing on post Title and metadata: change the values to 0px */
.entry {
    padding: 0 0 20px;
    clear: both;
}
.post-top h1, .post-top h2, .post-top h3 {
    width: 600px;
    font-size: 22.6px;
    margin-bottom:-2px;
}

/* To change the opacity and the position on the top of the sticky-menu "Stay-On-Top" Main Menu: */
    .u-design-fixed-menu-on.fixed-menu #top-wrapper {
        opacity: 0.95;
}

#top-elements .social-icons li.social_icon {
    margin-left: 0;
}

#slogan {
    display: none;
}