/*
Theme Name:     responsive-child
Description:    
Author:         admin
Template:       responsive

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../responsive/style.css");

.featured-title {
    display:none;
}

#header #logo .site-description {
        display:none;
}


#header #logo {
	margin:30px 0px 0px 0px;
}

#header #logo .site-name {
	display:block;
	font-size:2em;	
	padding-top:20px;	
	padding-bottom:0px;
	line-height:1.2em;
}

#header #logo .site-name a {
	font-size:2em;	
	padding-bottom:0px;
	/*padding-top:20px;	*/
	/*padding-bottom:100px;*/
	font-weight:400;
	color:#039;
}

a {
	color:#03c;
}


.home .widget-wrapper {
    height:25px;
	font-size:16px;
}

.home .widget-wrapper a {
	font-weight:700;
}