@keyframes pulse {
	0% {
		transform: scale(.5);
		opacity: 0;
	}
	
	30% {
		opacity: 1;
	}
	
	60% {
		transform: scale(1.2);
		opacity: .5;
	}
	
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

[data-input="map-search-control"], .wpgmp_toggle_main_container p select, div.directions-panel, div.wpgmp-directions-panel-route-style, div.wpgmp_rdpcontainer, div.wpgmp_search_form input.wpgmp_search_input, .wpgmp_locations_listing div.wpgmp_pagination span.current, .wpgmp_nearby_container .wpgmp_set_current_location, .wpgmp_direction_container p select[name="start_point"], .wpgmp_direction_container p select[name="end_point"], li.wpgmp_nearby_all_locations, .wpgmp_tabs_container {
	background: #fff;
}

.adp-legal, .adp-text, .adp-summary, .wpgmp_toggle_main_container p select, .wpgmp_toggle_main_container input[type="text"], .wpgmp_toggle_main_container .amenity_type label, .wpgmp_direction_container p input.wpgmp_find_direction, .wpgmp_nearby_container .wpgmp_find_nearby_button, div.wpgmp_search_form input.wpgmp_search_input, [data-input="map-search-control"], div.categories_filter select, .fc-label-info, .fc-badge.info, .wpgmp_pagination {
	font-size: .875em;
}

.wpgmp_listing_grid .wpgmp_locations .wpgmp_locations_content img {
	float: none;
	width: 100% !important;
	margin-bottom: 10px !important;
	border: none;
}

.wpgmp_locations_content img {
	vertical-align: middle;
}

.wpgmp_display_locations_data img {
	float: left !important;
	width: 30px !important;
	height: 30px !important;
}

div.wpgmp_tabs_container div.wpgmp_tab_item span.arrow img {
	width: 100%;
	box-shadow: none;
	vertical-align: middle;
	margin: 0px;
}

div.directions-panel table tr td img, div.wpgmp-directions-panel-route-style table tr td img {
	box-shadow: none !important;
}

.wpgmp_locations img {
	float: left;
	margin-right: 10px;
	width: 200px !important;
	margin: 0px 10px 0px 0px !important;
	border: 1px solid #ddd;
	padding: 5px;
}

.gm-style-iw .wpgmp_map img {
	max-width: 100% !important;
}

.wpgmp_infowindow .fc-content-holder img {
	width: 100px;
	border: 1px solid #ddd !important;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

[data-input="map-search-control"] {
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 50% !important;
}

[data-input="map-search-control"] {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	border: 1px solid transparent !important;
	border-radius: 2px 0 0 2px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
}

[data-input="map-search-control"]:focus {
	border-color: #4d90fe;
}

.wpgmp_map_container img {
	border: none;
}

.wpgmp_listing_grid .fc-component-thumb img {
	margin-bottom: 20px;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.fc-infowindow-default .fc-item-featured img {
		width: 100%;
		padding: 0px !important;
		margin: 10px 0px !important;
	}
}

@media only screen and (max-width: 768px) {
	div.wpgmp_tabs_container div.wpgmp_tab_item span.arrow img {
		width: 24px;
	}
	
	.fc-feature-img img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.categories_filter span.span_list img, .categories_filter span.span_grid img, .categories_filter span.span_print img {
		padding: 3px;
		width: 18px;
	}
}

.fc-infowindow-default .fc-item-featured img, .fc-item-featured_image img {
	float: left;
	margin-right: 10px;
	margin-top: 9px;
	border: 1px solid #ddd;
	height: auto;
	max-width: 100%;
	padding: 5px;
}

.fc-infowindow-default .fc-item-featured img {
	float: left;
	width: 200px !important;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.fc-item-default.fc-wait .wpgmp_locations .wpgmp_locations_content img {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
}

.fc-item-fano div.fc-feature-img + div.fc-item-meta, .fc-item-fano img + div.fc-item-meta {
	position: absolute;
	left: 3px;
	top: 3px;
}

@media (max-width: 600px) {
	.wpgmp_categories .fc-feature-img img {
		width: 100% !important;
		height: auto;
		margin: 0px !important;
		padding: 0px !important;
	}
}

.categories_filter span.span_list img, .categories_filter span.span_print img {
	display: block;
}

.wpgmp_infowindow .fc-item-box img {
	display: block;
}

.gm-svpc img {
	max-width: none !important;
}

@keyframes leaflet-bounce {
	0%, 100% {
		transform: translateY(0) !important;
	}
	
	50% {
		transform: translateY(-10px) !important;
	}
}

@keyframes wpgmp-spin {
	0% {
		transform: translateY(-50%) rotate(0deg);
	}
	
	100% {
		transform: translateY(-50%) rotate(360deg);
	}
}

@keyframes gmp-drop {
	0% {
		opacity: 0;
		transform: translateY(-200px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes gmp-bounce {
	0%, 100% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(-15px);
	}
}

@keyframes leaflet-control-locate-throb {
	0% {
		r: 9;
		stroke-width: 1;
	}
	
	50% {
		r: 7;
		stroke-width: 3;
	}
	
	100% {
		r: 9;
		stroke-width: 1;
	}
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	
	30% {
		transform: translateY(-15px);
	}
	
	60% {
		transform: translateY(0);
	}
	
	100% {
		transform: translateY(-7px);
	}
}