/* Streamline CSS */

/* Additional css find in wp-content/themes/salient-child/style.css

/* General Rules */
.text_below_map {
	/*shown before search performed */
	font-family: Arial;
	padding: 10px;
	padding-left: 7px !important;
	padding-right: 7px !Important;
	font-size: 14px;
	text-align: left;
}
#sl_map_button_table {
	height: 35px;
	padding: 0px !important;
	margin: 0px !Important;
	border: 0px !important;
	background-color: transparent !important;
}
#sl_map_button_table td, #sl_map_button_table tbody, #sl_map_button_table tr {
	padding: 0px !important;
	margin: 0px !important;
	vertical-align: top;
	background-color: transparent !important;
}
.sl_footer {
	background-color: transparent !important;
}
#addressInput2 {
	padding-bottom: 5px;
	max-width: 10em;
	height: 37px;
}
#radiusSelect {
	margin: 0px;
	max-width: 10em;
	height: 37px;
}
#map_sidebar {
	height: inherit !important;
	text-transform: uppercase;
}

/*Addon Feature Rules*/
#sl_category_dropdown_div {
	padding-left: 0px !important;
}
#sl_category_filter {
	padding-bottom: 5px;
}

/*Streamline-specific Rules*/
.str_form {
	display: inline !important;
	list-style-type: none !important;
	background: none !Important;
	padding: 0px !Important;
	margin-right:10px;
}
.str_form #addressInput {
	background-image: none !important;
	/*padding: 7px 4px 7px 10px;*/
	border: 1px solid silver !important;
	color: gray !important;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 5px;
}
.str_form #addressInput:focus {
	background-color: #e9f2f5;
}
.str_form #radiusSelect {
	padding: 7px 24px 7px 10px;
	/*border: solid silver 1px;*/
	background: -moz-linear-gradient(center top , #ffffff 0%, #eeeeee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.str_form #addressSubmit:hover {
	background-color:#F5F5F6 !important;
	cursor: pointer;
	cursor: hand;
}
ul.sl_search_form {
	display: block !Important;
	margin: 30px;
}
.str_advanced {
	display:none;
}
.str_advanced_link {
	padding-left:5px;
	font-size: 12px;
}
.str_advanced_link a {
	/*color: black;*/
	font-family: Arial;
	text-decoration: none !important;
}
.str_header_div {
	background-color: #1f1f1f;
    border-top: silver solid 1px !important;
    background-repeat: no-repeat;
    background-size: 100%;
}
.str_header_div td, .str_header_div img {
	border: 0px !important;
}
.str_mid_div {
	background-color: #f2f2f2;
	border-top: silver solid 1px !important;
	border-bottom: maroon solid 1px !important;
	padding: 10px;
}
.str_body_div {
	border-bottom: solid #e2e2e2 2px;
}

.str_footer {
	float: right;
	font-family: Arial;
	font-size:10px;
	background-color: transparent;
	/*color: white;*/
	padding-left: 7px;
	padding-bottom: 7px;
	/*width: 100%;*/
}
.str_footer a {
	/*color: black;*/
	font-family: Arial;
	text-decoration: none !important;
	font-size:10px;
	clear: both;
	/*color: #f2f2f2;*/
}
.str_results li {
	list-style-type: none !important;
	background: none !important;
	padding: 0px !important;
	padding-bottom: 6px !important;
	font-size:12px !important;
}

div.str_body_div small { display: none !important; }

/*Responsive Rules*/
@media all and (min-width: 700px) {
	.str_results {
		width:41%;
		display:inline;
		float: left;
		position: relative;
		background-color: white !Important;
	}
	.str_map {
		width:59%;
		display:inline;
		float: left;
		position: relative;
	}
	.str_results ul {
		line-height: 100%;
	}
	.str_form #addressInput {
		width: 350px !important;
	}
}
@media all and (max-width: 700px) {
	#sl_map,  .str_map  {
        	display:none;
	}
   	.str_results {
   		width: 100% !mportant;
 	  	background-color: white !Important;
	}
	.str_results .results_entry {
		text-align:center;
	}
	.str_form #addressInput {
		max-width: 350px !important;
		min-width: 250px !important;
		margin-bottom: 7px;
	}
	form#searchForm li.str_form { font-size: 13px; }

	.str_form #addressSubmit { display: block: margin: 0px auto; }
}
