@charset "utf-8";

.map { position: relative; }

.map__wrapper { position: relative; }

.map__wrapper #map {
	height: 100vw;
	max-height: 600px;
}

.map__filters {
	position: absolute;
	top: 0;
	left: 45px;
	width: 80%;
	max-width: 380px;
	height: 100%;
	background: #284947;
	overflow: hidden;
	/*transform: translateX(calc(-100% + 40px));*/
	transform: translateX(-100%);
	transition: all 500ms cubic-bezier(1, 0, 0, 1) 0ms;
}

.map__filters.is-open {
	left: 0;
	transform: translateX(0);
}

.map__filters nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
}

.map__filters nav div {
	display: block;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.map__filters nav div { color: #fff; }
.map__filters nav div.artsculture { color: #EF8076; }
.map__filters nav div.dine { color: #F5CE8E; }
.map__filters nav div.live { color: #8E9CEF; }
.map__filters nav div.work { color: #8E9CEF; }
.map__filters nav div.sportsoutdoors { color: #6C9C8C; }

.map__filters nav div.is-active span {
	padding: 1px 7px 2px;
	background: #fff;
	color: #3255a4;
}

.map__filters--arrow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	width: 40px;
	height: 100%;
	transform: translateY(-50%);
	transition: opacity 500ms ease;
}

/*.map__filters--arrow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	width: 40px;
	height: 100%;
	transform: translateY(-50%);
	transition: opacity 500ms ease;
}*/

.map__filters--arrow svg { display: block; }

.map__filters--hide {
	position: absolute;
	top: 15px;
	right: 10px;
	padding: 10px;
	color: #fff !important;
	font-size: 9px;
	line-height: 12px;
	opacity: 0;
	transform: translateX(calc(100% + 10px));
	transition: all 300ms ease;
}

.map__filters.is-open .map__filters--hide {
	opacity: 1;
	transform: translateX(0);
	transition: all 300ms ease 400ms;
}

.map__filters.is-open .map__filters--arrow { opacity: 0; }

.map__card {
	padding: 20px 20px 0;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.map__card figure {
	display: none;
	min-height: 200px;
	margin: -20px -20px 20px;
}

.map__card h2 {
	margin: 0 0 15px !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.map__card h3 {
	margin-bottom: 5px;
	font-size: 12px;
	transition: opacity 300ms ease;
}

h2.map__card__title {
	color: #284947 !important;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Canela-regular';
}

.map__card__content { padding-bottom: 20px; }

.map__card__content p,
.accor-text p.info-line {
	margin: 0;
	color: #284947;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Montserrat';
}

.accor-text p.info-line,
.map__card__content p.info-line { font-weight: bold; }

.map__card__text {
	margin-top: 20px !important;
	color: #284947;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Montserrat';
}

.map__card__buttons {
	display: flex;
	justify-content: space-between;
}

.map__card__buttons a.button {
	display: block;
	padding: 0 50px;
	background-color: #284947;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.map__card--actions {
	display: -ms-flexbox;
	display: flex;
	width: 90px;
	/*margin: 0 -20px;*/
	margin: 0;
}

.map__card--actions div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
	height: 45px;
	background: #284947;
	cursor: pointer;
}

.map__card--actions div:first-child { border-right: 1px solid #fff; }
.map__card--actions div:last-child { border-left: 1px solid #fff; }

.map__card--actions div svg { display: block; }

.map__card__category.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

@media (min-width: 768px) {
	.map__wrapper { overflow: hidden; }
	
	.map__wrapper #map { max-height: 320px; }
	
	.map__filters { left: 75px; }

	.map__filters nav div { padding: 15px 0; }

	.map__filters--arrow { width: 60px; }
	
	.map__card {
		/*display: -ms-flexbox;*/
		/*display: flex;*/
		/*-ms-flex-flow: column nowrap;*/
		/*flex-flow: column nowrap;*/
		position: relative;
		padding: 25px;
		margin-bottom: 55px;
	}

	.map__card figure {
		display: block;
		margin: 0;
	}

	.map__card figure img { display: block; }

	.map__card__content {
		-ms-flex: 1;
		flex: 1;
		padding: 30px;
	}

	.map__card--actions {
		margin: 0;
	}

	.map__card--actions div:first-child { border-right: 2px solid #fff; }
	.map__card--actions div:last-child { border-left: 2px solid #fff; }
}

@media (min-width: 1024px) {
	.map { padding: 0; }
	
	.map__wrapper #map { max-height: 700px; }

	.map__filters { max-width: 270px; }

	.map__card {
		position: absolute;
		bottom: 0;
		right: 50px;
		width: 30%;
		max-width: 500px;
		padding: 0;
		margin-bottom: 0;
	}

	.map__card figure { min-height: auto; }

	.map__card__content { padding: 20px 15px; }
	
	.map__card--actions div { height: 45px; }

	.map__card--actions div:first-child { border-right: 1px solid #fff; }
	.map__card--actions div:last-child { border-left: 1px solid #fff; }
}

@media (min-width: 1200px) {
	.map__wrapper #map { max-height: 800px; }

	.map__filters { max-width: 380px; }
	
	.map__filters nav {
		width: calc(100% - 100px);
		padding: 80px 40px 40px 60px;
	}

	.map__filters nav div {
		padding: 10px 0;
		font-size: 18px;
		line-height: 30px;
	}

	.map__filters--hide {
		font-size: 12px;
		line-height: 18px;
	}
	
	.map__card { right: 90px; }

	.map__card__content { padding: 20px 30px 10px;  }
	
	.map__card--actions { width: 90px; }

	.map__card--actions div { height: 45px; }
}

/* -------------------- */

.accordion {
	max-width: 1200px;
	margin: 0 auto;
}

.accordion dl {
	padding: 10px 20px;
	border: 1px solid;
	border-color: transparent transparent #284947;
	transition: border-color 500ms ease;
}

.accordion dl.is-active { border-color: #284947; }

.accordion dt a {
	position: relative;
	display: block;
	margin-top: 6px;
	color: #284947;
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
	font-family: 'Canela-regular';
}

.accordion dt a:hover { color: #284947; }

.accordion dt a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
	width: 13px;
	height: 8px;
	background: url(../images/chevron-up.svg) no-repeat center center;
}

.accordion dt a.is-expanded:after { transform: translateY(-50%) rotate(0deg); }

.accordionItem {
	height:auto;
	overflow:hidden; 
	max-height:100em;
	transition:max-height 1s;
}

.accordion-content {
	margin: 0;
	color: #284947;
}

.accor-photo {
	/*float: left;*/
	margin: 10px 20px 20px 0;
}

.accor-text { margin-top: 10px; }
.accor-text-inner { margin-top: 25px; }

.accor-text-inner {
	margin-top: 20px;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Montserrat';
}

.accor-text .btn-default {
	float: left;
	display: inline-block;
	padding: 8px 35px;
	margin-bottom: 10px;
	color: #284947;
	border: 2px solid #284947;
	text-transform: uppercase;
	font-size: 13px;
}

.accor-text .map__card__social { float: right; }

@media (min-width: 768px) {
	.accor-photo { float: left; }
	.accor-text {
		float: left;
		width: calc(100% - 225px);
	}
}

@media screen and (min-width:48em) {
	.accordionItem {
		max-height:100em;
		transition:max-height 0.5s
	}
}

.accordionItem.is-collapsed { max-height:0; }

.animateIn { animation: accordionIn 0.45s normal ease-in-out both 1; }
.animateOut { animation: accordionOut 0.45s alternate ease-in-out both 1; }

@keyframes accordionIn {
	0% {
		opacity: 0;
		transform:scale(0.9) rotateX(-60deg);
		transform-origin: 50% 0;
	}
	100% {
		opacity:1;
		transform:scale(1);
	}
}

@keyframes accordionOut {
	0% {
		opacity: 1;
		transform:scale(1);
	}
	100% {
		opacity:0;
		transform:scale(0.9) rotateX(-60deg);
	}
}

/* -------------------- */

.toggle-views {
	margin-bottom: 30px !important;
	display: flex;
	justify-content: center;
}

.toggle-views a {
	padding: 0 5px;
	margin: 0 5px;
	color: #284947 !important;
	text-transform: uppercase;
}

.toggle-views a:hover,
.toggle-views a.is-active {
	color: #284947;
	font-weight: bold;
	background: #D8D8D8;
}

.row-map-view.is-hidden,
.row-list-view.is-hidden { display: none; }

.page-template-live-template .content_wrap,
.page-template-work-template .content_wrap,
.page-template-about-template .content_wrap,
.page-template-dine-template .content_wrap { width: 100%; }

.mt40 { margin-top: 40px !important; }

.map__card__social {
	margin: 10px 0 0;
	display: flex;
	justify-content: flex-start;
}
.accordion .map__card__social {
	margin-bottom: 20px;
	justify-content: flex-end;
}
.map__card__social a { margin-right: 15px; }
.map__card__social a.is-hidden { display: none; }