/********************************/
/* COMMON ELEMENTS
/********************************/




/* Headings */
.heading-element {
	margin: 1em 0;
}
.heading-element > .before-heading {
	margin: 0;
	color: var(--warm-color);
	font-size: 1.15em;
}
.heading-element > h2,
.heading-element > h3,
.heading-element > h4,
.heading-element > h5 {
	margin: 0;
}
.heading-element > .after-heading {
	margin: 0;
	color: var(--warm-color);
	font-size: 1.15em;
}

/***/



/*****************/
/* Lists
/*****************/

.list-element {
}

/* List filter */
.list-filter {
	margin: 2em auto;
	font-size: 1.1667em;
	max-width: 100%;
}
.list-filter ul {
	list-style: none;
}
.list-filter li {
	display: inline-block;
	padding: 0.25em 0.5em;
}
.list-filter li:not(:last-child):after {
	content: " | ";
	margin-inline-start: 1em;
}
.list-filter a {
	color: inherit;
}
.list-filter a:hover,
.list-filter a:active,
.list-filter .active-filter > a {
	color: var(--primary-color);
}
@media (min-width : 1200px) { 
}
/***/


/* List tabs */
.list-tabs {
}
/***/


/* List items */
.list-wrapper {
	min-height: 100px;
	will-change: height;
	-webkit-transition: height 0.8s ease;
			transition: height 0.8s ease;
}
.list-item {
	
}
.list-item-wrapper {
	position: relative;
}
/***/


/* Masonry lists */
.masonry-list-element {
}
.masonry-list {
	margin: 0 -2px;
}
.masonry-list:after{
	content: '';
	display: block;
	clear: both;
}
.masonry-list-item {
	width: 100%;
	float: right;
	padding: 2px;
}

@media (min-width: 768px) {
	.masonry-list-item {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.masonry-list-item {
		width: 33.3333%;
	}
}
/***/

/*****************/



/*****************/
/* Buttons
/*****************/



/*****************/





/*****************/
/* Google maps 
/*****************/
.google-map-element {
}
.google-map {
	max-height: 100vh;
}
.small-map { 
	height: 320px; 
}
.medium-map { 
	height: 480px; 
}
.large-map { 
	height: 640px; 
}
.fullscreen-map {
	height: 100vh;
}
.google-map .map-canvas {
	height: 100%;
	border: 1px solid #ccc;
	background: #ddd;
}
.google-map > .map-marker,
.google-map > .map-pin,
.google-map > .map-infobox {
	display: none;
}
.map-popup {
}
.map-popup-tip-anchor {
	height: 0;
	position: absolute; 
	width: 420px;
	max-width: 80%;
}
.map-popup-bubble-anchor {
	position: absolute;
	width: 100%;
	bottom: 12px;
	left: 0;
	transform: translate3d(0,-100px,0);
	opacity: 0;
}
.map-loaded .map-popup-bubble-anchor {
	transform: translate3d(0,0,0);
	opacity: 1;
	-webkit-transition: all 1s ease;
			transition: all 1s ease;
}
.map-popup-bubble-anchor::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 16px solid var(--primary-color);
}
.map-popup-bubble-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate(-50%,-100%);
	background-color: var(--primary-color);
	color: #fff;
	padding: 1.5em;
	overflow-y: auto;
	box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.5);
	font-size: 1.25rem;
}
.map-popup-bubble-content h3,
.map-popup-bubble-content h4 {
	margin: 0.5em 0 0.25em 0;
	font-weight: 400;
	font-size: 1.6666em;
} 
.map-popup-bubble-content p + p {
	font-size: 0.85em;
}
.map-popup-bubble-content a {
	color: inherit;
	white-space: nowrap;
}
.map-popup-bubble-content a.open-google-map {
	display: inline-block;
	width: 30px;
	height: 40px;
	background: url('../img/map-pin.png') 50% 50% no-repeat;
}
.google-maps-link {
	border-top: 1px solid;
	padding: 1em 0 0 0;
	text-align: center;
}
/***/




/* Contact form element */
.contact-form-element {
}
/***/






/********************************/




