/*!
Theme Name: Discover EverRange
Theme URI: http://underscores.me/
Author: Wingard – Michael Melnick
Author URI: https://wearewingard.com/
Description: Theme for EverRange Interactive Maps
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: etm
Tags: everrange, wingard, interactive-map, foundation-6
*/
/*
WARNING this theme uses SASS!
===========================================================
If you have not yet setup a SASS workflow or do not wish to
use SASS you may put any CSS styles or overrides here.
*/

/**********************************************************
--------------------------------------- | OVERRIDES GO HERE
**********************************************************/
.legend ul li.menlo:before {
	background-color: #BC934D;
}

.point.menlo button:hover,
.point.newton button:hover {
	cursor: default;
}

.point.menlo button .icon,
.point.newton button .icon {
	height: 1.5em !important;
}

.legend ul li.newton:before {
	background-color: #84cfc6;
}

.legend ul:first-of-type {
	margin-bottom: 15px !important;
}

.legend h4 {
	text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 700;
  color: #000000;
}

/*.etm-etown-map-menu>ul>li {
  width: 20%;
}*/

.etm-icon.menu-apartments {
  background-image: url(/wp-content/themes/discover_etown/assets/img/icons/menu/icon-apartments-mobile.svg);
}

@media screen and (orientation: landscape) {
	.etm-icon.menu-apartments {
	  background-image: url(/wp-content/themes/discover_etown/assets/img/icons/menu/icon-apartments.svg);
	}
}

li.future-development:before {
	background-color: #bde6f1;
}

.etm-icon.menu-exchange {
	background-image: url(/wp-content/themes/discover_etown/assets/img/icons/menu/icon-the-exchange-v.svg);
}

@media screen and (orientation: landscape) {
	.etm-icon.menu-exchange {
		background-image: url(/wp-content/themes/discover_etown/assets/img/icons/menu/icon-the-exchange.svg);
	}
}

.etm-icon.aoi-the_exchange,
.etm-icon.aoi-exchange_west {
  background-image: url(/wp-content/themes/discover_etown/assets/img/icons/areas-of-interest/icon-aoi-shopping.svg);
}

.etm-etown-map-welcome-content {
	position: relative;
}

.etm-etown-map-welcome-content a.menu-button {
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.etm-icon.menu-parc-community-logo {
	height: 70px;
}

.etm-etown-map-menu .sub-menu .toggle[data-aoi-toggle="the_exchange"]:before {
  background-color: transparent;
  border: 2px solid #D9B868;
}

.etm-etown-map-menu .sub-menu .toggle.active[data-aoi-toggle="the_exchange"]:before {
  background-color: #D9B868;
  border-color: #D9B868;
}

.etm-etown-map-menu .sub-menu .toggle[data-aoi-toggle="exchange_west"]:before {
  background-color: transparent;
  border: 2px solid #bde6f1;
}

.etm-etown-map-menu .sub-menu .toggle.active[data-aoi-toggle="exchange_west"]:before {
  background-color: #bde6f1;
  border-color: #bde6f1;
}

.etm-etown-map .map-image.local {
	background-image: url(/wp-content/themes/discover_etown/assets/img/local-map.svg);
}

.etm-detail-modal.open[data-modal-id="menlo-467"],
.etm-detail-modal.open[data-modal-id="volta-469"],
.etm-detail-modal.open[data-modal-id="oleaetown-499"],
.etm-detail-modal.open[data-modal-id="cottage-street-2-543"]
{
	display: none !important;
	opacity: 0;
}

.etm-etown-map .point-group.local-aoi span[data-category="apartments"] .etm-icon {
	height: 2em;
  max-width: unset;
  width: auto;
}

.etm-etown-map .point-group.local-aoi .point.has-open-detail-modal[data-category="apartments"], 
.etm-etown-map .point-group.local-aoi .point.in-focus[data-category="apartments"], 
.etm-etown-map .point-group.regional-aoi .point.has-open-detail-modal[data-category="apartments"], 
.etm-etown-map .point-group.regional-aoi .point.in-focus[data-category="apartments"] {
	font-size: 80px !important;
}


.etm-etown-map .point[data-category="apartments"],
.etm-etown-map .point-group.local-aoi .point>button:after {
	border-radius: 0;
}










