/*
Theme Name: Risen Child Theme
Theme URI: http://churchthemes.com/themes/risen
Author: churchthemes.com
Author URI: http://churchthemes.com
Description: A sample child theme for Risen.
Copyright: (c) 2012-2013 DreamDolphin Media, LLC
Template: risen
Version: 2.0.2  
*/

/*
To override styles, copy them from the parent theme here, then change the properties.
You can also add new styles here. See styles/* for overriding the light and dark base styles.
Note: it is not necessary to @import the parent stylesheet here (see docs for more info)
*/
#intro {
	padding: 50px 5% 30px 5%;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-align: center;
	border-width: 0 0 1px 0;
	border-style: solid;
}

	/* Remove extra space at top of no slider controls showing */

	.no-slider #intro {
		padding-top: 38px;
	}
	
	/* Bold portion of intro message */

	#intro b,
	#intro strong{
		font-weight: bold;
	}
#logo img {
            z-index: 100;
            position: relative; /* z-index won't work without this */
            max-width: 100%;
            height: 120px;
    }
.delete { display:none;}
/*
.home {
font-size:1.3em;
}
.page {
font-size:1.3em;
}
.archive{
font-size:1.3em;
}
.single{
font-size:1.3em;
}*/

@media (min-width: 643px) {
div#header-inner{
height:165px;
}

div#logo{
text-align:center;
padding-left:0;
padding-top:2px;
}

img#logo-regular{
width:460px;
height:160px;
}  
@media (max-width: 883px) {
div#header-inner{
height:135px;
}

div#logo{
text-align:center;
padding-left:0;
padding-top:2px;
}

img#logo-regular{
width:410px;
height:130px;
}    
}