/*
Theme Name: the 606
Description: the 606 Custom Design
Author: bridgetwes
Author URI: http://unboxinteractive.com/
Version: 1.0
*/

.share .icons span{
	display: none !important;
}

#footer-menu-list li{
	list-style: none;
	display: inline-block;
}

#footer-menu-list li:after{
	content: ' \00B7 ';
}

#footer-menu-list li:last-child:after{
	content: "";
}

.wp-pagenavi, .page-links{
	margin: 0.625em 0;
	text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a,
.page-links span,
.page-links a {
	padding: 0.313em 0.625em;
	background: #2f9e97;
	color: white;
	margin: 0 0.125em;
	display: inline-block;
}

.page-links .page-links-title{
	background: transparent;
	color: #727272;
}

.wp-pagenavi a:hover,
.page-links a:hover {
	color: white;
	background: #1B3E47;
}

.wp-pagenavi span,
.page-links span {
	background: #df4f2a;
}

.page-links a span{
	background: transparent;
	padding: 0;
}

.wp-pagenavi span.extend{
	background: transparent;
	color: #1B3E47;
}

#map-panel{
	position: relative;
}

#map-panel #wpgmza_map_categories {
	background: white none repeat scroll 0 0;
	padding: 1em;
}
@media (min-width : 960px) and (orientation: landscape) { 
#map-panel #wpgmza_map_categories {
	width: 12.5em;	
	position: absolute;
	right: 1em;
	bottom: 4em;
	z-index: 20; }
}


#wpgmza_map_categories h2{
	font-size: 1.25em;
	margin: 0;
	text-transform: uppercase;
	color: #092e6e;
}

#wpgmza_map_categories h3{
	font-size: 0.9em;
	color: #df4f2a;
}

#wpgmza_checkbox_list, #wpgmza_checkbox_list .wpgmza_checkbox_container{
	float: none;
	text-align: left;
}

.wpgmza_checkbox_container{

}

.wpgmza_checkbox_container > input[type='checkbox'] {
	/* Hide the input, but have it still be clickable */
	opacity: 0;
	position: absolute;
	left: 0;
}

.wpgmza_checkbox_container > input[type='checkbox'] + label {
	width: 100%;
	display: block;
	clear: none;
	/* Left padding makes room for image */
	padding: 7px 0 7px 33px;
	/* Make look clickable because they are */
	cursor: pointer;
	background-image: url(/wp-content/themes/the606/img/legend-parks.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	color: black;
	margin: 0 0 0.25em;
	/*padding: 0.4em;*/
}

.wpgmza_checkbox_container > #wpgmza_cat_checkbox_5 + label{
	background-image: url(/wp-content/themes/the606/img/legend-transportation.png);
}

.wpgmza_checkbox_container > #wpgmza_cat_checkbox_3 + label{
	background-image: url(/wp-content/themes/the606/img/legend-access.png);
}
.wpgmza_checkbox_container > #wpgmza_cat_checkbox_7 + label{
	background-image: url(/wp-content/themes/the606/img/legend-points-of-interest.png);
}

.wpgmza_checkbox_container > input[type='checkbox']:checked + label {
	background-image: url(/wp-content/themes/the606/img/legend-parks-active.png);
	background-color: #F7F7F7;
}

.wpgmza_checkbox_container > #wpgmza_cat_checkbox_5:checked + label{
	background-image: url(/wp-content/themes/the606/img/legend-transportation-active.png);
	background-color: #F7F7F7;
}

.wpgmza_checkbox_container > #wpgmza_cat_checkbox_3:checked + label{
	background-image: url(/wp-content/themes/the606/img/legend-access-active.png);
	background-color: #F7F7F7;
}

.wpgmza_checkbox_container > #wpgmza_cat_checkbox_7:checked + label{
	background-image: url(/wp-content/themes/the606/img/legend-points-of-interest-active.png);
	background-color: #F7F7F7;
}

.page-template-template-map footer{
	margin-top: 0;
}

.map-links {
	background: #254c5a none repeat scroll 0 0;
	padding: 0.5em 0.5em 0;
}


.map-links a {
	color: #b2cbd4;
	display: inline-block;
	font-size: 0.9em;
	padding: 0.5em 1em;
	text-transform: uppercase;
}

/* Needed for Flickr Justified Gallery to work and get correct size of photo div */
.justified-gallery{
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}
