/*
 Theme Name:   Courage Child
 Theme URI:    http://example.com/courage-child/
 Description:  Courage Child Theme
 Author:       Jannike Illing
 Template:     courage
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  courage-child
*/


/* Custom Styles
-------------------------------------------------------------- */


/* Widget Styling
-------------------------------------------------------------- */

.widgettitle {
	background: #002D5B;
}

.widget-category-posts .small-post {
	background: rgba(41, 127, 197, 0.12);
}

/* Posts and Pages
-------------------------------------------------------------- */

.page-title {
	background: #002D5B;
	color: #FFFFFF;
}

.post-title {
	background: rgba(41, 127, 197, 0.12);
	color: #252525;
}



/* Archives and Search Heading
-------------------------------------------------------------- */

.archive-title {
	color: #FFFDFD;
	background: #002D5B;
}



/* Theme Search Widget */
.search-form-song {
	display: block;
	position: relative;
	width: 100%;
	top: 8px;
	left: 0px;
	margin-top: 4px;
	padding: 0;
	overflow:hidden;
}
.search-form-song .screen-reader-text {
	display: none;
}
.search-form-song .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.7em 45px 0.7em 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.search-form-song .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: 0.8em 0.7em 0 0;
	cursor: pointer;
}
.search-form-song .search-submit .genericon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	content: '\f400';
}
.search-form-song .search-submit:hover .genericon-search {
	color: #333;
}

