#location_search_form  .input-icon-wrapper
{
	position: relative;
}

#location_search_form  .input-icon-wrapper #get_location_button
{
	position: absolute;
	z-index: 3;
	top: 1px;
	right: 1px;
	height: calc(100% - 2px);
	width: 39px;
	border: none;
	background-color: #ffffff;
}

#location_search_form  .input-icon-wrapper #get_location_button i
{
	color: #B71E47;
	transition: transform 200ms;
}

#location_search_form  .input-icon-wrapper #get_location_button:hover i
{
	transform: translateY(3px);
}

@media screen and (max-width:1200px)
{
	#location_search_form .input-icon-wrapper
	{
		margin-bottom: 20px;
	}
}

#location_search_form input[type="text"],
#location_search_form select
{
	position: relative;
	z-index: 1;
	width: 100%;
	border: 1px solid #D1D1D1;
	border-radius: 3px;
	padding: 7px 10px;
	transition: border 200ms;
}

#location_search_form input[type="text"]:hover,
#location_search_form input[type="text"]:focus,
#location_search_form select:hover,
#location_search_form select:focus
{
	border-color: #B71E47;
}

#location_search_form select
{
	width: auto;
}

#location_search_form #result_refinement_container
{
	padding: 15px;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	margin-top: 30px;
}

#location_search_form.results-visible #result_refinement_container
{
	padding: 15px;
	border: 1px solid #D1D1D1;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
}

#location_search_form #result_refinement_container label,
#location_search_form .advanced-options label
{
	display: block;
	color: #525252;
}

#result_refinement_container .button-container
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	margin-top: 25px;
}

@media screen and (max-width:1200px)
{
	#result_refinement_container .button-container
	{
		justify-content: center;
		margin-top: 0;
	}
}

@media screen and (max-width:992px)
{
	#result_refinement_container .button-container
	{
		margin-top: 20px;
	}
}

@media screen and (max-width:480px)
{
	#result_refinement_container .button-container
	{
		justify-content: space-evenly;
	}

	#result_refinement_container .button-container button
	{
		font-size: 12pt;
   		padding: 7px 8px;
		line-height: 22px;
	}
}

#result_refinement_container .button-container button img
{
	margin-right: 10px;
}

#result_refinement_container .button-container button[type="submit"]
{
	margin-right: 30px;
	border: none;
}

@media screen and (max-width:480px)
{
	#result_refinement_container .button-container button[type="submit"]
	{
		margin-right: 0;
	}
}

#location_search_form .advanced-options
{	
	margin-top: 20px;
}

#location_search_form .toggle-button-container
{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

/* Toggle Button */
#location_type_container .toggle-button
{
	display: inline-flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#location_type_container .toggle-button > input[type="checkbox"]
{
	position: absolute;
	opacity: 0;
}

#location_type_container .toggle-button > label img
{
	max-width: 32px;
	max-height: 32px;
	margin-right: 10px;
}

#location_type_container .toggle-button > label
{
	display: flex !important;
	align-items: center;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	color: #8C8C8C;	
	padding: 5px 15px;
	width: 100%;
	background-color: transparent;
	transition: all 200ms;
}

#location_type_container .toggle-button > label:hover
{
	background-color: #F4F4F4;
}

#location_type_container .toggle-button > input[type="checkbox"]:checked ~ label
{
	background-color: #ececec;
	border: 1px solid #cac5c5;
	color: #353535;
}

#location_type_container .toggle-button > input[type="checkbox"]:focus ~ label
{
	outline: 1px solid #383838;
}

#location_type_container .toggle-button > input[type="checkbox"]:checked ~ label:hover
{
	background-color: #F4F4F4;
}

/* Custom Checkbox */
#location_type_container .toggle-button > input[type="checkbox"] ~ label::before
{
    content: '';
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #8C8C8C;
    position: relative;
    display: inline-block;
	margin-right: 10px;
}

#location_type_container .toggle-button > input[type="checkbox"]:checked ~ label::before
{
    content: '\2714';
}

#keyword_container .keyword-select
{
	display: inline-block;
	margin: 0 20px 20px 0;
}

#location_results
{
	margin-top: 30px;
}

#location_results .notification-container
{
	text-align: center;
    margin: 30px 0;
	padding: 15px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
}

#location_results .results-message-container
{
	margin-top: 0;
	text-align: center;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-radius: 0 0 5px 5px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#location_results .heading-row
{
    font-weight: bold;
    font-size: 13pt;
    color: #525252;
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
	border-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 10px;
    padding-bottom: 10px;
}

#location_results .result-row
{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	border-top: 1px solid #DDDDDD;
}

#location_results .result-row:nth-of-type(even)
{
	background-color: #F9F9F9;
}

#location_results .name-container
{
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width:1200px)
{
	#location_results .description
	{
		margin-bottom: 20px;
	}
}

@media screen and (max-width:480px)
{
	#location_results .name-container
	{
		flex-flow: column nowrap;
		text-align: center;
	}

	#location_results .name-container > div
	{
		width: 100%;
	}
}

#location_results .name-container .name
{
	display: inline-block;
	margin-bottom: 3px;
	font-size: 14pt;
}

#location_results .name-container .image-container
{
	display: block;
	max-width: 120px;
	width: 100%;
	height: 120px;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 15px;
}

@media screen and (max-width:1200px)
{
	#location_results .name-container .image-container
	{
		max-width: 80px;
		height: 80px;
	}
}

@media screen and (max-width:480px)
{
	#location_results .name-container .image-container
	{
		position: relative;
		padding-top: 100%;
		min-width: 0;
		height: 0;
		margin: 0 auto 10px auto;
	}
}

#location_results .name-container .image-container img
{
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}

@media screen and (max-width:480px)
{
	#location_results .name-container .image-container img
	{
		position: absolute;
		top: 0;
		left: 0;
	}
}

#location_results .address-container
{
	font-size: 12pt;
	line-height: 1.7;
}

@media screen and (max-width:992px)
{
	#location_results .address-container
	{
		text-align: center;
	}
}

#location_results .address-container > div:last-of-type
{
	font-weight: bold;
	font-style: italic;
}

#location_results .contact-container
{
	line-height: 1.7;
}

@media screen and (max-width:992px)
{
	#location_results .contact-container
	{
		margin-top: 20px;
		text-align: center;
	}
}