/*      
Theme Name: Community Living BC Theme
Theme URI: http://www.graphicallyspeaking.ca/
Description: Template by GSSI.
Version: 1.0
Author: Graphically Speaking Services Inc.
Author URI: http://www.graphicallyspeaking.ca/
Tags:  
*/

/* PM CSS goes here. 
*  Before project launch, this should be incorporated into the sass files
*/

/* Alert */
.alert-header{
	background: #EDF3F5;
	padding: 15px;
	margin: 0 -10px;
	/*border-bottom: 2px solid red;*/
}
.alert-header a {
	color: #003797;
	text-decoration: underline;
}
.alert-header a:hover{
	color: #003797;
	text-decoration: none;
}
.alert-header p:before{
	content: "\f06a";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 25px;
    color: #003797;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.alert-header .alert-text{
	max-width: 1200px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
}
.alert-header .alert-text p{
	font-size: 18px;
	color: #4b555a;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px){
	.alert-header .alert-text p{
		font-size: 16px;
	}
}
@media only screen and (min-width: 960px) {
.wpgmza_sl_query_div {display:inline-flex !important; }
.wpgmza_sl_query_div label {
padding: 0px 0px 0px 0px;
font-size: 26px;
position: absolute;
color: #003797;
left: 0px;
font-weight: 700; }
}
@media only screen and (max-width: 959px) {
.wpgmza_sl_query_div {display:inline-flex !important; }
.wpgmza_sl_query_div label {
padding: 0px 0px 0px 0px;
font-size: 14px;
position: inherit;
color: #003797;
left: 0px;
font-weight: 500; }
}
