/*
Theme Name: RMHC Blue Theme
Theme URI: http://sandbox.fl-imagine.net/
Description: A theme built to coordinate with the style guides, themes and practices found on <a href="http://rmhc.org">The RMHC Parent Site</a>.
Author: DDB Chicago Development Team (R.W.L.)
Author URI: http://www.ddb.com/offices/north-america/usa/ddb-chicago/
Version: 1.0
Tags: responsive, rmhc, bootstrap, blue, local-chapters, local, chapter, charity, charities

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This theme was built using the Bootstrap Framework, which can be found on and downloaded from the web site http://getbootstrap.com/
*/

@charset "utf-8";

/*	Search Options	*/

.searchform .screen-reader-text {
    display:none;
}

.searchform input#s {
	width: 100%;
	padding-left: 10px;
	padding-top: 3px;
}

.searchform #searchform {
	border: 1px solid #d2d0cc;
}

.searchform #searchsubmit {
	background: url("https://89f013aafe0b8b51a94d-f81033c4e94c87e2f40078e7a611da96.ssl.cf2.rackcdn.com/search_png-1451475095") no-repeat scroll 6px 6px rgba(0, 0, 0, 0) !important;
	width: 30px;
    height: 25px;
	border:none;
	right: 0;
	position: absolute;
}

#searchArea #searchsubmit {
    float: right;
	top: 2px;
}

#pageSearchForm {
	width:60%;
	position: relative;
	margin: 30px 0;
}

#pageSearchForm #searchsubmit {
	
}

#searchAreaMobile #searchsubmit {
	margin:2px 15px 0;
}

#searchAreaMobile {
	background-color: #628ecc;
    width: 100%;
	display:none;
}

.search-entry-summary {
	display: inline-block;
    margin: 10px 0;
	padding: 0 15px;
}

.active {
	display:block;
}

/************************************ WIDGET AREA STYLING **********************************/

.rmhc_widgetArea {
	margin: 20px 0 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	padding: 0 !important;
}

.rmhc_widgetArea h3,  {
	color: #68645d;
}

.rmhc_widgetArea ul {
	display: inline-block;
	padding-right: 40px;
    width: 100%;
	text-align: center;
}

.rmhc_widgetArea li {
	list-style: none;
	padding: 15px 30px;
	float: left;
	margin: 5px 0;
	background-color: #628ecc;
	width: 100%;
}

.rmhc_widgetArea li a {
	text-decoration: none;
	color:#fff;
	padding: 17px 30px;
}

/************************************ BLOG PAGE / PAGINATION STYLING **********************************/

.postHeaderLink {
	color: #fff;
    text-decoration: none;
}

.postHeaderLink:hover, .postHeaderLink:visited {
	text-decoration: none;
	color: #ffc829 !important;
}

.current {
	background-color: #628ecc;
    color: #fff;
}

.page-numbers {
	padding: 10px;
	border: 1px solid #628ecc;
	border-radius: 2px;
	text-decoration: none;
}

.page-numbers:not(.current):hover {
	background-color: #A7B9FF;
	border: 1px solid #A7B9FF;
	color: #fff;
	text-decoration: none;
}

.archiveResult, .pageTitle {
	margin: 20px 0;
	color: #68645d;
}