/*
Theme Name:   Locatoraid Custom Styles
Description:  Custom Stylesheet for Locatoraid Plugin
Author:       Digital Shotgun
Author URI:   https://www.digitalshotgun.com
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         locatoraid, custom, stylesheet
*/


/* SEARCH AREA
*******************************************/
#locatoraid-form-container input#locatoraid-search-form-button {
	background: #f6f6f6;
}
@media screen and (min-width: 1070px) {
	#locatoraid-form-container {
		max-width: 60%;
		margin: 0 auto;
	}
}


/* MAP
*******************************************/
.hclc_map_class {
	text-align: center;
}
.hclc_map_class .lpr-location-misc3 {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.hclc_map_class .lpr-location-misc3 img {
	max-width: 80px !important;
}
.hclc_map_class .lpr-location-misc4,
.hclc_map_class .lpr-location-misc5 {
	background: #fff;
	display: block;
	margin: 10px 0 0 0;
}


/* LIST
*******************************************/
#locatoraid-map-list-container .hc-outlined {
	background: #f6f6f6;
}
.lpr-location {
	position: relative;
}

.lpr-location .lpr-location-misc3 {
	position: absolute;
	top: 5px;
	right: 0;
}
.lpr-location .lpr-location-misc4,
.lpr-location .lpr-location-misc5,
.lpr-location .lpr-location-misc6 {
	margin-right: 10px;
	display: inline-block;
}
.lpr-location .lpr-location-misc4 a,
.lpr-location .lpr-location-misc5 a,
.lpr-location .lpr-location-misc6 a {
	display: inline-block;
	margin: 10px 5px 0 0;
	padding: 10px 15px;
	border: #e1e1e1 1px solid;
	border-radius: 5px;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
	text-decoration: none !important;
}
.lpr-location .lpr-location-misc4 a { /* ORDER FOR PICKUP */
	background: #e1e1e1;
	color: #ec7601;
}
.lpr-location .lpr-location-misc4 a:hover {
	background: #f5f5f5;
}
.lpr-location .lpr-location-misc5 a { /* DOORDASH DELIVERY */
	background: #ec7601;
	color: #fff;
}
.lpr-location .lpr-location-misc5 a:hover {
	background: #feb367;
}