﻿/**
Theme Name: AIM Solder
Author: Jake & Co.
Author URI: https://jakeandco.com
Description: Custom theme built for AIM Solder, based on Astra.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aim-solder
Template: astra
*/

.contacts-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contacts-results ul li {
  margin-bottom: 20px;
}
.contacts-results ul li .contact-type {
  font-size: 13px;
  background-color: #eee;
  padding: 4px 8px;
}

/* Contact Search */
#search-filter-form-2785.searchandfilter ul {
	justify-content: space-between;
}
@media (min-width: 768px) {
	#search-filter-form-2785.searchandfilter ul li:first-child {
		padding-right: 10px;
	}	
}

#search-filter-form-2785.searchandfilter ul li select {
	width: 100%;
}
