/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.adds-container {
  display: flex;
  column-gap: 40px;
}

.city-selector {
  max-height: 200px;
  overflow: auto;
}

.adds-container__states {
	width: 30%;
}

.adds-container__info {
  width: 70%;
  padding: 0 10px;
}

.city-selector fieldset {
  margin-bottom: 20px;
}

.city-select-all {
	margin-top: 25px;
}

.city-selector__city {
  display: flex;
  padding-left: 20px;
  align-items: center;
}
.city-selector__info-state-container, .city-selector__info-city-container {
  display: none;
}
.city-selector__info-state-container.active, .city-selector__info-city-container.active {
  display: block;
}
.city-selector__info-city-item {
  display: flex;
}

.city-selector__city label {
  display: block;
  padding-left: 10px;
  width: 100%;
}
.city-selector__city, .city-selector__city label, .city-selector__city input[type="checkbox"] {
  cursor: pointer;
}
.city-selector__city.selected {
  background-color: #e5e5e5;
}
