/*  
Theme Name: WPmulti2
Theme URI: http://
Description: Ett lätt, modernt och bakåtkompatibelt tema för iTorrevieja.
Version: 2.2.65
Author: Reserviva.com
Author URI: https://reserviva.com/
Text Domain: wpmulti2
*/

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('fonts/rubik-latin.woff2') format('woff2');
}
* {
	margin: 0;
	padding: 0;
}
.hidden { display: none; }
.screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
a.imglink:hover { background: none; margin: 0; padding: 0; }
body {
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.7em;
	background: #fff;
	color: #393939;
	font-weight: 400;
	margin: 0;
	padding: 145px 0 0 0;
}
body.grey {
	background: #f2f2f2;
}
.itor-sales-welcome {
	display: block;
	margin: -12px 0 18px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	color: inherit;
}
html {
	overflow-y: scroll;
    min-height: 100%;
}
button:focus, submit:focus {outline: none; border: none;}
a {
	color: var(--theme-accent, #45AFC7);
	border: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover  {
	color: #fff;
	padding: 1px 4px 3px 4px;
	margin: 0 -4px;
	background: #444;
}
p {
	margin: 0 0 20px 0;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 56px;
	font-weight: 100;
	line-height: 1.1em;
	margin: 0 0 35px 0;
}
h2, h3, span.title {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
h2 {
	/*display: inline-block;*/
	margin-top: 10px;
	padding-top: 10px;
	line-height: 1.3em;
}
h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
}
h3, h4 {
	padding-top: 10px;
}
.related-title {
	line-height: 1.45em;
	font-size: 24px;
	font-weight: 600;
	color: #333;
}
h4 {
    font-size: 42px;
    color: #333;
    line-height: 1.2em;
    margin: 0px 0 35px 0;
    font-weight: 300;
	padding: 0;
    text-align: center;
}
h6 {
    background: #F2F3F4;
    padding: 18px 10px 20px 10px;
    text-align: center;
    font-size: 19px;
    line-height: 1.9em;
    width: 100%;
    float: left;
    display: block;
    font-weight: 400;
    margin: 5px 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}
strong {
	font-weight: 500;
}
img.alignright {
	margin: 7px 0 10px 20px;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
img.alignleft {
	margin: 7px 20px 10px 0;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
img.aligncenter { display: block; margin: 0 auto; }
.wp-caption a:hover {
	margin: 0;
	padding: 0;
	background: none;
}
.wp-caption.alignright {
	padding: 0;
	background: #fff;
	position: relative;
	margin: 7px 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption.alignleft {
	padding: 0;
	background: #fff;
	position: relative;
	margin: 7px 20px 0 0;
}
.wp-caption.aligncenter {
	padding: 0;
	background: #fff;
	position: relative;
	margin: 7px auto 15px auto;
	max-width: 100%;
}
.wp-caption.alignright img, .wp-caption.alignleft img, .wp-caption.aligncenter img {
	width: 100%;
	height: auto;
}
.wp-caption.alignright p, .wp-caption.alignleft p, .wp-caption.aligncenter p {
	margin: -8px 0 0 0;
	color: #000;
	line-height: 2em;
	font-size: 14px !important;
	line-height: 1.4em;
	background: #eee;
	opacity: 0.8;
	text-align: center;
	padding: 12px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.fa {
	-webkit-font-smoothing: antialiased;
	-webkit-perspective: 1000;
	text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	color: #fff;
}
.container {
	width: 100%;
	margin: 0px auto;
}
.container.dark {
	background: #444;
	border-bottom: 6px solid var(--theme-accent, #45AFC7);
	position: fixed;
	top: 0;
	z-index: 15;
}
.container.white {
	background: #fff;
	border-bottom: 6px solid var(--theme-accent, #45AFC7);
	position: fixed;
	top: 0;
	z-index: 55555;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.container.white2 {
	background: #fff;
}
/*
.grey .container.white2 {
	background: #f4f4f4;
}
*/
.container.footer {
	background: #444;
	color: #fff;
	padding: 80px 0 20px 0;
	min-height: 160px;
}
.container.main {
	margin-bottom: 30px;
}
.container.green {
	background: var(--theme-base, #4ABCD6);
	padding: 5px 0;
	margin: 0px auto;
	border-bottom: 1px solid #fff;
}
.container.grey {
	background: #f2f2f2;
	padding: 20px 0 10px 0;
}
.container.grey.mega {
	padding: 40px 0 30px 0;
}
.container.top-margin {
	margin-top: 30px;
}
.container.green.top {
	margin: 0 auto;
	overflow: hidden;
}
.container.green.start2 {
	padding-top: 12%;
	padding-bottom: 12%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container.breadcrumb {
	background: #f2f2f2;
	padding: 8px 0 9px 0;
	margin: 0px auto 0 auto;
}
.container.breadcrumb.white2 {
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
}
.container.green.top .wrapper {
	padding: 0 10px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container {
    *zoom: 1;
}
.more-margin {
	margin-bottom: 20px !important;
}
.wrapper {
	max-width: 1208px;
	margin: 0px auto;
	padding: 0 20px;
	position: relative;
}
.wrapper.center {
	text-align: center;
}
.wrapper.right {
	text-align: right;
}
.wrapper.main-headline h1 {
	font-weight: 700;
	color: #fff;
	margin: 30px 0 25px 0;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.headline-place-action {
	display: inline-flex; align-items: center; justify-content: center;
	width: 43px; height: 43px; margin-left: 14px;
	border: 1px solid rgba(255,255,255,.72); border-radius: 50%;
	background: var(--theme-accent, #45AFC7); color: #fff !important;
	vertical-align: .12em; box-shadow: 0 2px 7px rgba(0,0,0,.2);
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.headline-place-action svg { width: 24px; height: 24px; fill: currentColor; }
.headline-place-action:hover, .headline-place-action:focus-visible {
	margin-left: 14px; padding: 0; background: var(--theme-base, #3a3e41); color: #fff;
	transform: translateY(-1px); box-shadow: 0 4px 10px rgba(0,0,0,.28);
}
.wrapper.main-headline span {
	width: 100%;
	float: left;
	font-weight: 300;
	color: #fff;
	font-size: 21px;
	margin: -20px 0 25px 0;
}
.start2 .wrapper.main-headline h1 {
	font-weight: 700;
	color: #fff;
	/*font-size: 72px;*/
	font-size: 4.5vw;
	margin: 20px 0 20px 0;
    text-shadow: 0 2px 6px rgba(0,0,0,.7);
	/*
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
	*/
}
.start2 .wrapper.main-headline span {
	width: auto;
	float: none;
	/*
	padding: 4px 6px;
	color: #222;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
	*/
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,0,0,.75);
	font-size: 54px;
	font-weight: 500;
	line-height: 1.3em;
}
.container.dark-text .wrapper.main-headline h1 {
	color: #222;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#pitch .content span {
    padding: 4px 6px;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
    line-height: 1.9em;
}
.grid_11.has-content p a {
	font-weight: 400;
}
iframe {
	border: 1px solid #eee !important;
	padding: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
blockquote {
	font-style: italic;
	text-align: center;
	font-size: 26px;
	font-weight: 100;
	width: 70%;
	margin: 30px auto;
	padding: 0 0 0 38px;
	line-height: 1.6em;
	position: relative;
}

blockquote:before {
	position: absolute;
	font-family: Georgia, serif;
	content: "\201C";
	color: #333;
	top: 2px;
	left: 0;
	font-size: 32px;
}
hr {
    width: 100%;
    max-width: 100%;
    height: 4px;
    border: none;
    background: #19C6E5;
    clear: both;
    margin: 0 0 22px 0;
}
.langswitcher {
	float: right;
	margin: 9px 0 0 0;
	text-align: right;
}
.trp-language-switcher
{
  width: 100px;
}
.trp-language-switcher > div {
	box-sizing: border-box;
	padding: 0px 15px 0 0;
	border: none;
	background: #fff;
}
.trp-language-switcher > div > a {
	color: #333;
	font-size: 16px;
}
.trp-language-switcher > div > a:hover {
  padding: 2px;
  margin: 0;
  background: none;
}
.show-fader {
	display: none;
}
/*------ Menu -------*/
.mobile-menu, .featured-image-top, .mobile-home, .search-box-mobile {
	display: none;
}
.menu {
	float: left;
	max-height: 999999px;
}
.menu ul {
	width: 80%;
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}
.menu ul li {
	float: left;
	margin: 0;
	text-align: center;
	position: relative;
}
.menu ul li a {
	float: left;
	margin: 0 10px 0 0;
	font-size: 15px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	padding: 3px 12px 3px 12px;
}
.menu ul li.home a {
	text-indent: -9999px;
	background: url(images/home.png) no-repeat 15px 11px;
	width: 25px;
}
.menu ul li a:hover {
	color: #666;
	background: #f2f2f2;
	text-shadow: none;
}
.menu ul li.home a:hover {
	background: #000 url(images/home.png) no-repeat 15px 11px;
}
.menu ul li.current_page_item a, .menu ul li.current_page_ancestor a {
	color: #fff;
	background: var(--theme-accent, #45AFC7);
}
.menu ul li.home.current_page_item a {
	background: var(--theme-accent, #45AFC7) url(images/home.png) no-repeat 15px 11px;
}
.logo {
	float: left;
	color: #333;
	text-transform: uppercase;
	margin: 8px 50px 0 0;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}
.logo:hover {
	padding: 0;
	margin: 8px 50px 0 0;
	opacity: 0.8;
	background: none;
}
.logotype:hover {
	margin: 0;
	padding: 0;
	background: none;
}
.logo-image {
	float: left;
	margin: 3px 60px 0 0;
	cursor: pointer;
	width: auto;
}
.logo-image:hover {
	opacity: 0.7;
}
form.wpcf7-form {
	color: #fff;
	background: #888;
	border-radius: 3px;
	padding: 20px 30px 30px 30px;
}
form.wpcf7-form h2 {
	text-align: center;
	font-size: 34px;
}
form.wpcf7-form .tagline {
	margin: 0 0 30px 0;
	font-weight: 300;
	text-align: center;
}
div.wpcf7-response-output {
    margin: 1.5em 0 0 0;
    padding: 0.7em 1em;
	text-align: center;
	border-radius: 5px;
}
span.wpcf7-not-valid-tip {
    color: #fff;
	font-weight: 500;
    font-size: 14px;
}
form.wpcf7-form p.form_field {
	font-weight: 400;
}
form.wpcf7-form .wpcf7-form-control.wpcf7-text, form.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	background: #fff;
	border: none;
	padding: 13px 10px;
	width: 100%;
	font-size: 19px;
	font-weight: normal;
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 3px;
}
form.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	margin-bottom: -4px;
}
.codedropz-upload-handler {
	border-radius: 3px !important;
}
.dnd-upload-status .dnd-upload-image {
    border: 2px solid #fff;
}
.dnd-upload-status .dnd-upload-image span {
	color: #fff;
}
.dnd-upload-status .dnd-upload-details .name {
    color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.dnd-upload-status .dnd-upload-details .name em {
    color: #fff;
	font-style: normal;
    font-weight: 400;
}
.container_16 .grid_11.has-content .dnd-upload-status .dnd-upload-details a.remove-file {
	color: #fff;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    border-radius: 6px;
    height: 16px;
}
.dnd-upload-status * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete {
	padding-top: 2px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #fff;
    background: #fff;
    color: red;
	font-weight: 500;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #fff;
    background: #fff;
    color: #398f14;
	font-weight: 500;
}

form.wpcf7-form p.last {
	margin: 0;
}
div.wpcf7 .ajax-loader {
	display: none;
}
.featured-image-top, .featured-image {
	position: relative;
 }
.mobile-image-headline { display: none; }
.featured-image .place_label, .featured-image-top .place_label {
	font-style: normal;
	font-size: 13px;
	color: #fff;
	padding: 4px 8px;
	background: var(--theme-accent, #45AFC7);
	display: block;
	box-sizing: border-box;
	vertical-align: top;
	border: 1px solid var(--theme-accent, #45AFC7);
	line-height: 16px;
	border-radius: 4px;
	position: absolute;
	top: auto;
	bottom: 15px;
	right: auto;
	left: 12px;
}
.featured-image-top .place_label {
	top: auto;
	bottom: 20px;
}
.place-rating-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
.place-rating-stars {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: var(--theme-accent, #45AFC7);
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}
.place-rating-stars svg {
	display: block;
	width: 24px;
	height: 24px;
	overflow: visible;
}
.place-rating-stars path {
	stroke: #fff;
	stroke-width: 1.8;
	stroke-linejoin: round;
	stroke-linecap: round;
}
.place-rating-badge.compact {
	top: 12px;
	left: 12px;
	gap: 5px;
	font-size: 13px;
}
.place-rating-badge.compact .place-rating-stars {
	gap: 1px;
}
.place-rating-badge.compact .place-rating-stars svg {
	width: 18px;
	height: 18px;
}
.gmw-search_results-image-wrapper {
	position: relative;
}
.place-share-button {
	position: absolute; top: 12px; right: 12px; z-index: 4;
	display: inline-flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; margin: 0; padding: 0;
	border: 1px solid rgba(255,255,255,.88); border-radius: 50%;
	background: rgba(255,255,255,.76); color: var(--theme-accent, #45AFC7);
	box-shadow: 0 2px 8px rgba(0,0,0,.24); backdrop-filter: blur(3px); cursor: pointer;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.place-share-button.compact { width: 38px; height: 38px; }
.place-share-button svg { display: block; width: 21px; height: 21px; fill: currentColor; overflow: visible; }
.place-share-button svg path { stroke: #fff; stroke-width: 1px; stroke-linejoin: round; paint-order: stroke fill; }
.place-share-button:hover, .place-share-button:focus-visible {
	margin: 0; padding: 0; background: rgba(255,255,255,.96); color: var(--theme-accent, #45AFC7);
	transform: scale(1.06); box-shadow: 0 4px 12px rgba(0,0,0,.3);
}
.place-share-button:focus-visible { outline: 3px solid var(--theme-accent, #45AFC7); outline-offset: 2px; }
.place-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 26px 0 20px;
}
.place-tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 11px;
	border: 1px solid var(--theme-accent, #45AFC7);
	border-radius: 999px;
	background: var(--theme-accent, #45AFC7);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.place-tag:before {
	content: "";
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.9;
}
.place-tag:visited {
	background: var(--theme-accent, #45AFC7) !important;
	border-color: var(--theme-accent, #45AFC7) !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 5px 11px !important;
	text-decoration: none !important;
}
.place-tag:hover,
.place-tag:focus,
.place-tag:active {
	/* Tags keep their identity on hover; only the elevation changes. */
	background: var(--theme-accent, #45AFC7) !important;
	border-color: var(--theme-accent, #45AFC7) !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 5px 11px !important;
	text-decoration: none !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}
.place-tag:focus-visible {
	outline: 3px solid rgba(0, 0, 0, 0.22);
	outline-offset: 2px;
}
.place-tag-filter-area, .place-results-area { margin: 0; background: #f2f2f2; }
.place-tag-filter-area { padding: 14px 0 4px; }
/* Without a location row, do not retain the vertical breathing room reserved
 * for it: filters and results should begin directly after the guide intro. */
body:not(.wpmulti2-show-location-picker) .place-tag-filter { margin-top: 0; }
body:not(.wpmulti2-show-location-picker) .place-results-pitch { margin-top: 12px; }
body:not(.wpmulti2-show-location-picker):not(.wpmulti2-has-place-tag-filter) .place-results-pitch { margin-top: 0; }
body:not(.wpmulti2-show-location-picker):not(.wpmulti2-has-place-tag-filter) div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post { margin-top: 12px; }
/* Avoid flashing GEO my WP's source form before JavaScript moves it into the modal. */
body.wpmulti2-show-location-picker .gmw-template-responsive-1 { visibility: hidden; }
body.wpmulti2-show-location-picker .wpmulti2-location-modal .gmw-template-responsive-1 { visibility: visible; }
.wpmulti2-location-picker { display: flex; justify-content: center; margin: 0 auto; }
.wpmulti2-location-picker-slot { height: 66px; }
.wpmulti2-location-picker-row { display: flex; align-items: center; width: min(420px, 100%); min-height: 43px; overflow: hidden; border-radius: 999px; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.10); }
.wpmulti2-location-picker-main { display: flex; align-items: center; flex: 1; min-width: 0; min-height: 43px; padding: 7px 3px 7px 14px; border: 0; background: transparent; color: #4a4a4a; font: inherit; text-align: left; cursor: pointer; }
.wpmulti2-location-picker-main:hover, .wpmulti2-location-picker-main:focus-visible { background: rgba(0,0,0,.025); outline: none; }
.wpmulti2-location-picker-pin { display: inline-flex; flex: 0 0 22px; align-items: center; justify-content: center; width: 22px; height: 22px; color: #d64747; transform: translateY(-2px); }
.wpmulti2-location-picker-pin svg { display: block; width: 14px; height: 14px; fill: currentColor; }
.wpmulti2-location-picker-pin.is-known { color: #429754; }
.wpmulti2-location-picker-divider { display: none; }
.wpmulti2-location-picker-label { flex: 1; min-width: 0; padding: 0 6px; overflow: hidden; color: #252525; font-size: 14px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.wpmulti2-location-picker-main-action, .wpmulti2-location-picker-direct { border: 0; background: transparent; font: inherit; font-size: 13px; white-space: nowrap; cursor: pointer; }
.wpmulti2-location-picker-main-action { padding: 0 4px; color: #1682bc; font-weight: 400; }
.wpmulti2-location-picker-separator { flex: 0 0 auto; color: #6c7277; font-size: 13px; line-height: 1; }
.wpmulti2-location-picker-actions { display: flex; flex: 0 0 81px; align-items: center; width: 81px; box-sizing: border-box; padding: 7px 13px 7px 4px; }
.wpmulti2-location-picker-direct { position: relative; display: flex; align-items: center; justify-content: center; flex: 0 0 100%; width: 100%; min-width: 0; height: 29px; box-sizing: border-box; padding: 0; border-left: 0; color: var(--theme-accent, #d23d91); font-weight: 500; line-height: 1; }
.wpmulti2-location-picker-main:hover .wpmulti2-location-picker-main-action, .wpmulti2-location-picker-main:focus-visible .wpmulti2-location-picker-main-action, .wpmulti2-location-picker-direct:hover, .wpmulti2-location-picker-direct:focus-visible { text-decoration: underline; }
.wpmulti2-location-picker-direct.is-locating { color: transparent; pointer-events: none; }
.wpmulti2-location-picker-direct.is-locating:after { content: ''; position: absolute; top: 50%; left: 50%; display: block; width: 13px; height: 13px; box-sizing: border-box; margin: 0; border: 2px solid rgba(210,61,145,.25); border-top-color: var(--theme-accent, #d23d91); border-radius: 50%; transform: translate(-50%, -50%); animation: wpmulti2-location-picker-spin .75s linear infinite; }
.wpmulti2-location-modal[hidden] { display: none; }
.wpmulti2-location-modal { position: fixed; z-index: 100600; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(31, 35, 37, 0); opacity: 0; transition: opacity .18s ease, background-color .18s ease; }
.wpmulti2-location-modal.is-open { background: rgba(31, 35, 37, .48); opacity: 1; }
.wpmulti2-location-modal.wpmulti2-location-modal-background { background: transparent; opacity: 0; pointer-events: none; }
.wpmulti2-location-modal.wpmulti2-location-modal-background .wpmulti2-location-modal-dialog { opacity: 0; transform: none; }
.wpmulti2-location-modal-dialog { width: min(520px, 100%); padding: 22px; border-radius: 16px; background: #fff; box-shadow: 0 18px 55px rgba(0,0,0,.32); opacity: 0; transform: translateY(10px) scale(.985); transition: opacity .18s ease, transform .18s ease; }
.wpmulti2-location-modal.is-open .wpmulti2-location-modal-dialog { opacity: 1; transform: translateY(0) scale(1); }
.wpmulti2-location-modal-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 16px; }
.wpmulti2-location-modal-header h2 { margin: 0; color: #30363a; font-size: 23px; line-height: 1.2; }
.wpmulti2-location-modal-close { border: 0; background: transparent; color: #50575e; font-size: 30px; line-height: 1; cursor: pointer; }
.wpmulti2-location-modal p { margin: 0 0 16px; color: #5d6975; font-size: 15px; line-height: 1.5; }
.wpmulti2-location-modal .gmw-form-wrapper { width: 100%; margin: 0; padding: 0; background: transparent; }
.wpmulti2-location-modal .gmw-form { display: grid; grid-template-columns: 1fr; gap: 10px; align-items: stretch; }
.wpmulti2-location-modal .gmw-form-main-fields-wrapper { display: block; grid-column: 1; order: 2; }
.wpmulti2-location-modal .gmw-address-field-wrapper { margin: 0; }
.wpmulti2-location-modal .gmw-address-field-wrapper { position: relative; }
.wpmulti2-location-modal .gmw-address-field-wrapper:before { content: ''; position: absolute; z-index: 3; top: 50%; left: 15px; width: 12px; height: 12px; border-radius: 50% 50% 50% 0; background: #d64747; pointer-events: none; transform: translateY(calc(-64% - 2px)) rotate(-45deg); }
.wpmulti2-location-modal .gmw-address-field-wrapper:after { content: ''; position: absolute; z-index: 4; top: calc(50% - 5px); left: 19px; width: 4px; height: 4px; border-radius: 50%; background: #fff; pointer-events: none; }
.wpmulti2-location-modal .gmw-address-field-wrapper.wpmulti2-has-location:before { background: #429754; }
.wpmulti2-location-modal .gmw-address-field-wrapper input { box-sizing: border-box; width: 100%; min-height: 43px; margin: 0; padding: 9px 13px 9px 44px !important; border: 1px solid #d9dee1; border-radius: 999px; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.10); color: #4a4a4a; font: inherit; }
.wpmulti2-location-modal .gmw-address-field-wrapper input:hover, .wpmulti2-location-modal .gmw-address-field-wrapper input:focus { border-color: var(--theme-accent, #d23d91); box-shadow: 0 0 0 3px rgba(210,61,145,.12); outline: none; }
.wpmulti2-location-modal .gmw-locator-button-field-wrapper { display: none !important; }
.wpmulti2-modal-locate-button { display: flex; grid-column: 1; grid-row: auto; align-items: center; justify-content: center; width: 190px; min-width: 190px; height: 44px; min-height: 44px; margin: 0 auto; padding: 7px 14px; border: 0; border-radius: 999px; background: var(--theme-accent, #d23d91); color: #fff; font: inherit; font-size: 14px; font-weight: 600; line-height: 1.2; cursor: pointer; }
.wpmulti2-modal-locate-icon { position: relative; width: 12px; height: 12px; margin-right: 7px; border: 2px solid #fff; border-radius: 50%; }
.wpmulti2-modal-locate-icon:before, .wpmulti2-modal-locate-icon:after { content: ''; position: absolute; top: 50%; left: 50%; background: #fff; transform: translate(-50%, -50%); }
.wpmulti2-modal-locate-icon:before { width: 18px; height: 2px; }
.wpmulti2-modal-locate-icon:after { width: 2px; height: 18px; }
.wpmulti2-modal-locate-spinner { display: none; width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: wpmulti2-modal-location-spin .75s linear infinite; }
.wpmulti2-modal-locate-button.is-locating .wpmulti2-modal-locate-icon, .wpmulti2-modal-locate-button.is-locating .wpmulti2-modal-locate-label { display: none; }
.wpmulti2-modal-locate-button.is-locating .wpmulti2-modal-locate-spinner { display: block; }
.wpmulti2-location-modal .gmw-form-action-buttons-wrapper { display: none !important; }
.wpmulti2-location-modal .gmw-submit-field-wrapper { display: block !important; margin: 0; }
.wpmulti2-location-modal .gmw-submit-button { min-height: 42px; margin: 0; padding: 9px 16px; border: 1px solid var(--theme-accent, #d23d91); border-radius: 8px; background: var(--theme-accent, #d23d91); color: #fff; font: inherit; font-weight: 600; cursor: pointer; }
.wpmulti2-location-modal .gmw-form-advanced-fields-wrapper { display: none !important; }
.gmw-results-wrapper .gmw-no-results { width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 25px 30px; border: 0; background: #fff; box-shadow: 0 2px 2px rgba(0,0,0,.08); color: #3f4549; font-family: inherit; font-size: 16px; line-height: 1.55; text-align: center; }
.gmw-results-wrapper .gmw-no-results a { color: #1682bc; font-weight: 500; text-decoration: none; }
.gmw-results-wrapper .gmw-no-results a:hover, .gmw-results-wrapper .gmw-no-results a:focus { color: #0a6698; text-decoration: underline; }
@keyframes wpmulti2-location-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes wpmulti2-location-picker-spin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes wpmulti2-modal-location-spin { to { transform: rotate(360deg); } }
/* Google Places autocomplete is injected outside the form; match it to the theme everywhere. */
.pac-container, .pac-item, .pac-item-query, .pac-matched { font-family: 'Rubik', Arial, Helvetica, sans-serif !important; }
.pac-item { font-size: 15px !important; color: #4a4a4a !important; }
.pac-item-query, .pac-matched { color: #333 !important; font-weight: 600 !important; }
@media only screen and (max-width: 520px) {
	.wpmulti2-location-modal { padding: 14px; }
	.wpmulti2-location-modal-dialog { padding: 18px; border-radius: 14px; }
	.wpmulti2-location-modal .gmw-address-field-wrapper input { font-size: 16px !important; }
	/* Keep the location choice compact on phones so filters and results have priority. */
	.wpmulti2-location-picker { width: 100%; margin: 0 auto; padding: 0; }
	.wpmulti2-location-picker-slot { height: 29px; }
	.wpmulti2-location-picker-row { display: grid; grid-template-columns: max-content auto 67px; align-items: center; justify-content: center; width: auto; min-height: 0; overflow: visible; border-radius: 0; background: transparent; box-shadow: none; }
	.wpmulti2-location-picker-main { display: grid; grid-template-columns: 15px max-content max-content; align-items: center; flex: none; min-height: 26px; padding: 0; line-height: 1; }
	.wpmulti2-location-picker-main:hover, .wpmulti2-location-picker-main:focus-visible { background: transparent; }
	.wpmulti2-location-picker-pin { flex-basis: 15px; width: 15px; height: 15px; }
	.wpmulti2-location-picker-pin svg { width: 12px; height: 12px; }
	.wpmulti2-location-picker-label { flex: 0 1 auto; padding: 0 3px 0 1px; font-size: 12px; }
	.wpmulti2-location-picker-main-action, .wpmulti2-location-picker-direct { font-size: 12px; line-height: 1; }
	.wpmulti2-location-picker-main-action { padding: 0 5px; }
	.wpmulti2-location-picker-separator { font-size: 12px; }
	.wpmulti2-location-picker-actions { display: block; flex: none; width: 67px; height: 26px; padding: 0; }
	.wpmulti2-location-picker-direct { width: 67px; height: 26px; padding: 0; border-left: 1px solid #e4e7e9; }
	.gmw-results-wrapper .gmw-no-results { margin-top: 12px; padding: 20px 18px; font-size: 14px; }
}
.place-tag-filter { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 12px auto 0; }
.place-tag-filter-area > .wrapper > .place-tag-filter:first-child { margin-top: 0; }
.place-tag-filter-chips { flex-wrap: wrap; }
.place-tag-filter-chip { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 5px 11px; border: 1px solid var(--theme-accent, #d23d91); border-radius: 999px; background: #fff; color: var(--theme-accent, #d23d91); font-family:inherit; font-size: 13px; font-weight: 500; line-height: 1.4; text-decoration:none; cursor:pointer; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.place-tag-filter-chip:before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; border: 2px solid currentColor; border-radius: 50%; }
.place-tag-filter-chip:hover, .place-tag-filter-chip:focus { margin: 0; padding: 5px 11px; background: rgba(210, 61, 145, .08); color: var(--theme-accent, #d23d91); transform: translateY(-1px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18); }
.place-tag-filter-chip.is-active { margin: 0; padding: 5px 11px; border-color: var(--theme-accent, #d23d91); background: var(--theme-accent, #d23d91); color: #fff; }
.place-tag-filter-chip.is-active:before { border-color: #fff; background: #fff; }
.place-tag-filter-area.has-dropdown-filter > .wrapper { display:flex; align-items:center; justify-content:center; gap:18px; }
.place-tag-filter-area.has-dropdown-filter .wpmulti2-location-picker { flex:0 1 420px; margin:0; }
.place-tag-filter-area.has-dropdown-filter .wpmulti2-location-picker-slot { flex:0 1 420px; width:420px; }
.place-tag-filter-dropdown { position:relative; display:block; flex:0 0 260px; width:260px; margin:0; }
.place-tag-filter-native { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(0 0 0 0)!important; clip-path:inset(50%)!important; white-space:nowrap!important; }
.place-tag-filter-custom { position:relative; width:100%; font-family:'Rubik',Arial,Helvetica,sans-serif; }
.place-tag-filter-trigger { display:flex; align-items:center; justify-content:space-between; gap:14px; width:100%; min-height:44px; box-sizing:border-box; padding:9px 17px; border:1px solid #d7dade; border-radius:999px; background:#fff; box-shadow:0 1px 4px rgba(0,0,0,.10); color:#333; font:inherit; font-size:15px; font-weight:500; line-height:1.45; text-align:left; cursor:pointer; }
.place-tag-filter-trigger.is-placeholder { font-weight:400; }
.place-tag-filter-trigger:hover, .place-tag-filter-trigger:focus-visible, .place-tag-filter-trigger[aria-expanded="true"] { border-color:var(--theme-accent,#d23d91); outline:none; box-shadow:0 0 0 3px rgba(210,61,145,.10); }
.place-tag-filter-arrow { flex:0 0 8px; width:8px; height:8px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:translateY(-2px) rotate(45deg); transition:transform .18s ease; }
.place-tag-filter-trigger[aria-expanded="true"] .place-tag-filter-arrow { transform:translateY(2px) rotate(225deg); }
.place-tag-filter-options[hidden] { display:none; }
.place-tag-filter-options { position:absolute; z-index:1000; top:calc(100% + 7px); right:0; left:0; overflow:hidden; padding:6px; border:1px solid #d7dade; border-radius:16px; background:#fff; box-shadow:0 10px 28px rgba(0,0,0,.16); }
.place-tag-filter-option { display:block; width:100%; min-height:42px; box-sizing:border-box; margin:0; padding:9px 12px; border:0; border-radius:10px; background:#fff; color:#333; font-family:'Rubik',Arial,Helvetica,sans-serif; font-size:15px; font-weight:400; line-height:1.5; text-align:left; text-decoration:none; cursor:pointer; transition:background-color .18s ease; }
.place-tag-filter-option:hover, .place-tag-filter-option:focus-visible { margin:0; padding:9px 12px; background:rgba(210,61,145,.09); color:#333; outline:none; transform:none; }
.place-tag-filter-option.is-selected { background:var(--theme-accent,#d23d91); color:#fff; font-weight:600; }
/* Keep filtering chips identical to the ordinary place tags on small screens. */
@media only screen and (max-width: 720px) { .place-tag-filter-area.has-dropdown-filter { padding-top:8px; } .place-tag-filter-area.has-dropdown-filter > .wrapper { flex-direction:column; gap:8px; } .place-tag-filter-area.has-dropdown-filter .wpmulti2-location-picker, .place-tag-filter-area.has-dropdown-filter .wpmulti2-location-picker-slot { flex:none; width:100%; margin:0; } .place-tag-filter-area.has-dropdown-filter .place-tag-filter-dropdown { flex:none; width:min(300px,100%); margin:0 auto; } }
@media only screen and (max-width: 520px) { .place-tag-filter { gap: 7px; margin: 12px auto 0; } .place-tag-filter-area > .wrapper > .place-tag-filter:first-child { margin-top:0; } .place-tag-filter-area.has-dropdown-filter .place-tag-filter-dropdown { margin:0 auto; } .place-tag-filter-chip { min-height: 0; padding: 5px 11px; font-size: 13px; line-height: 1.4; } .place-tag-filter-chip:hover, .place-tag-filter-chip:focus, .place-tag-filter-chip.is-active { padding: 5px 11px; } .place-tag-filter-trigger { min-height:42px; padding:8px 15px; font-size:14px; } .place-tag-filter-option { min-height:42px; font-size:14px; } }
.place-results-area.is-loading .gmw-results-wrapper { opacity: .45; pointer-events: none; transition: opacity .18s ease; }
.place-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 25px 0 35px;
}
.place-archive-card {
	position: relative;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}
.place-archive-card-image {
	position: relative;
	aspect-ratio: 389 / 260;
	overflow: hidden;
	background: #f2f2f2;
}
.place-archive-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.place-archive-card .place_label {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 4px 8px;
	border: 1px solid var(--theme-accent, #45AFC7);
	border-radius: 4px;
	background: var(--theme-accent, #45AFC7);
	color: #fff;
	font-size: 13px;
	line-height: 16px;
}
.place-archive-card-content {
	padding: 16px 18px 20px;
}
.place-archive-card-content h2 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 21px;
}
.place-archive-card-content h2 a:hover {
	margin: 0;
	padding: 0;
	background: none;
	color: #444;
}
.place-archive-card-content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
}
.tag-archive-intro { padding: 25px 0 5px; }
.tag-archive-description > :last-child {
	margin-bottom: 0;
}
/* Tag archives lead with the results. The full editorial text remains behind Läs mer. */
.tag-archive-description p { margin: 0 0 18px; }
.tag-archive-description p:last-child { margin-bottom: 0; }
.tag-archive-description .tag-archive-text-collapse { margin-bottom: 0; }
.tag-archive-description .tag-archive-text-collapse .place-text-collapse-inner { max-height: 128px; }
.tag-archive-description ul:not([class]) {
	margin: 28px 0 28px 36px;
	padding: 0;
	list-style: none;
	font-size: 19px;
}
.tag-archive-description ul:not([class]) > li {
	position: relative;
	margin: 0 0 15px;
	padding-left: 1.25em;
}
.tag-archive-description ul:not([class]) > li::before {
	content: "";
	position: absolute;
	top: .73em;
	left: 0;
	width: 7px;
	height: 7px;
	border: 2px solid var(--theme-accent, #d23d91);
	border-radius: 50%;
	transform: translateY(-50%);
}
.tag-archive-description ol:not([class]) {
	margin: 28px 0 28px 38px;
	padding: 0;
	font-size: 19px;
}
.tag-archive-description ol:not([class]) > li { margin: 0 0 15px; }
/* Editorial text links are blue; pink is reserved for tags and actions. */
.grid_11.has-content a:not(.btn),
.fader a:not(.btn),
.place-text-collapse-inner a:not(.place-tag),
.tag-archive-description a {
	color: #168ec4;
}
.grid_11.has-content a:not(.btn):hover,
.fader a:not(.btn):hover,
.place-text-collapse-inner a:not(.place-tag):hover,
.tag-archive-description a:hover {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #168ec4;
	text-decoration: underline;
}
@media only screen and (max-width: 520px) {
	.tag-archive-description ul:not([class]),
	.tag-archive-description ol:not([class]) { font-size: 18px; }
	.tag-archive-description .tag-archive-text-collapse .place-text-collapse-inner { max-height: 112px; }
}
.tag-archive-results {
	padding-top: 15px;
}
.tag-archive-results .place-archive-grid { margin-top: 10px; }
.tag-archive-results.no-description {
	padding-top: 35px;
}
.sidebar-distance {
	position: absolute;
	right: 12px;
	bottom: 15px;
	z-index: 2;
	display: block;
	padding: 4px 8px;
	border: 1px solid var(--theme-base, #4ABCD6);
	border-radius: 4px;
	background: var(--theme-base, #4ABCD6);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
}
.sidebar-distance .gmw-single-location-wrapper,
.sidebar-distance .gmw-single-location-element,
.sidebar-distance .distance {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent !important;
	color: inherit !important;
}
.lyte-wrapper,
.wp-block-embed-youtube,
.wp-block-video {
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 7px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.lyte-wrapper .lyte,
.lyte-wrapper .pL,
.wp-block-embed-youtube iframe,
.wp-block-video video {
	display: block;
	width: 100% !important;
	aspect-ratio: 16 / 9;
}
.lyte-wrapper .play {
	left: calc(50% - 36px) !important;
	top: calc(50% - 25px) !important;
	width: 72px !important;
	height: 50px !important;
	border: 2px solid rgba(255, 255, 255, 0.9) !important;
	border-radius: 14px !important;
	background: var(--theme-accent, #45AFC7) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.34);
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.lyte-wrapper .play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 17px solid #fff;
	transform: translate(-42%, -50%);
}
.lyte-wrapper:hover .play,
.lyte-wrapper .play:focus-visible {
	transform: scale(1.06);
	background: var(--theme-base, #3a3e41) !important;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.lyte-wrapper .play:focus-visible {
	outline: 3px solid var(--theme-accent, #45AFC7);
	outline-offset: 4px;
}
.frontend-place-actions {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto 18px;
	padding: 0 2%;
	max-width: 1180px;
}
.grid_11 > .frontend-place-actions {
	margin-top: 0;
	padding: 0;
}
.frontend-place-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 9px 15px;
	border-radius: 5px;
	background: var(--theme-accent, #45AFC7);
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.frontend-place-action:hover,
.frontend-place-action:focus-visible {
	background: var(--theme-base, #3a3e41);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}
.place-archive-pagination {
	margin: 15px 0 35px;
	text-align: center;
}
@media only screen and (max-width: 900px) {
	.place-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media only screen and (max-width: 600px) {
	.place-archive-grid { grid-template-columns: 1fr; gap: 18px; }
	.lyte-wrapper .play {
		left: calc(50% - 30px) !important;
		top: calc(50% - 22px) !important;
		width: 60px !important;
		height: 44px !important;
		border-radius: 12px !important;
	}
	.lyte-wrapper .play::before {
		border-top-width: 8px;
		border-bottom-width: 8px;
		border-left-width: 14px;
	}
	.frontend-place-actions {
		display: block;
		padding: 0 15px;
	}
	.grid_11 > .frontend-place-actions {
		padding: 0;
	}
	.frontend-place-action {
		display: flex;
		width: 100%;
		box-sizing: border-box;
	}
	.headline-place-action { width: 36px; height: 36px; margin-left: 9px; vertical-align: .08em; }
	.headline-place-action:hover, .headline-place-action:focus-visible { margin-left: 9px; }
	.headline-place-action svg { width: 20px; height: 20px; }
	.place-share-button { top: 10px; right: 10px; width: 40px; height: 40px; }
	.place-text-collapse-inner { max-height: 280px; }
}
.codedropz-upload-handler {
    border: none;
	background: #fff;
    border-radius: 0px;
    margin-bottom: 10px;
    position: relative;
	color: #444;
}
.codedropz-upload-inner {
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    font-weight: inherit;
}
.codedropz-upload-container {
    padding: 35px 20px 35px 70px;
}
.codedropz-upload-container:before {
	position: absolute;
	font-family: inherit;
	content: "\2191";
	font-weight: 700;
	color: #888;
	font-size: 44px;
	top: 28px;
	left: 20px;
}
.codedropz-upload-inner h3, .codedropz-upload-inner span, .codedropz-upload-inner .codedropz-btn-wrap {
    float: left;
	margin: 0 6px 0 0;
	padding: 0;
    font-size: 20px;
    line-height: 20px;
	color: #444;
	font-weight: 400;
}
.container_16 .grid_11.has-content a.cd-upload-btn {
    font-weight: 500;
}
.dnd-upload-counter {
    position: absolute;
    right: 15px;
    bottom: 3px;
    font-size: 12px;
}
.wpcf7-form-control.wpcf7-submit {
	color: #fff;
	border: 3px solid #fff;
	border-radius: 27px;
	background: none;
	padding: 12px 0;
	font-size: 20px;
	cursor: pointer;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background: #DF0707;
}


.white .menu {
	float: left;
	width: 100%;
	font-weight: 400;
	margin: 10px 0 5px 0;
	z-index: 15;
	position: relative;
}
.white .menu ul {
	margin: 22px 0 -5px 0;
}
.white .menu ul li a {
	font-size: 17px;
	color: #333;
	font-weight: 400;
	padding: 12px 24px 22px 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
	margin: -20px 5px 0 0;
}
.white .menu ul li a:hover {
	color: var(--theme-accent, #45AFC7);
	background: none;
}
.white .menu ul li.current_page_item a, .white .menu ul li.current_page_ancestor a {
	color: #fff;
	padding: 12px 12px 22px 12px;
	margin: -20px 20px 0 -5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    border-radius: 5px 5px 0 0;
}
.white .menu ul li.current_page_item a:hover, .white .menu ul li.current_page_ancestor a:hover {
	color: #eee;
	background: var(--theme-accent, #45AFC7);
}
.mobile-menu {
	width: 100%;
	background: #fff;
}
.sidebar-menu ul, .mobile-menu ul {
	list-style-type: none;
	margin: 0;
	float: left;
	width: 100%;
}
.sidebar-menu ul li, .mobile-menu ul li {
	width: 100%;
	float: left;
	position: relative;
}
.sidebar-menu ul li a, .mobile-menu ul li a {
	padding: 5px 10px;
	width: 100%;
	margin: 0 0 5px 0;
	float: left;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
	background: #eee;
	color: #555;
	font-weight: 300;
}
.sidebar-menu ul li a:hover {
	opacity: 0.7;
}
.sidebar-menu ul li.current_page_item a, .sidebar-menu ul li.current_page_parent a, .sidebar-menu ul li.current_page_ancestor a,
.mobile-menu ul li.current_page_item a, .mobile-menu ul li.current_page_parent a, .mobile-menu ul li.current_page_ancestor a {
	background: var(--theme-base, #4ABCD6);
	color: #fff;
	font-weight: 500;
}
.sidebar-menu ul li.page_item_has_children a:before, .sidebar-menu ul li.current_page_ancestor a:before, .sidebar-menu ul li.arrow-class a:before,
.mobile-menu ul li.page_item_has_children a:before, .mobile-menu ul li.current_page_ancestor a:before, .mobile-menu ul li.arrow-class a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 11px;
	width: 9px;
	height: 5px;
	background: url(images/arrow-down-dark.png) no-repeat;
}
.sidebar-menu ul li.current_page_item.page_item_has_children a:before, .sidebar-menu ul li.current_page_ancestor a:before, .sidebar-menu ul li.arrow-class a:before,
.mobile-menu ul li.current_page_item.page_item_has_children a:before, .mobile-menu ul li.current_page_ancestor a:before, .mobile-menu ul li.arrow-class a:before {
	background: url(images/arrow-down.png) no-repeat;
}
.sidebar-menu ul li.current_page_item a:before, 
.sidebar-menu ul li.current_page_item.arrow-class a:before, 
.mobile-menu ul li.current_page_item a:before, 
.mobile-menu ul li.current_page_item.arrow-class a:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 9px;
	top: 16px;
	right: 13px;
	background: url(images/arrow-right.png) no-repeat;
}


.sidebar-menu li ul.children, .mobile-menu li ul.children {
	display: none;
}
.sidebar-menu li.current_page_item.current_has_children ul.children {
	display: block;
}
.sidebar-menu li.current_page_item.current_has_children ul.children li ul {
	display: none;
}
.sidebar-menu li.current_page_ancestor ul.children, .mobile-menu li.current_page_ancestor ul.children {
	display: block;
}

.mobile-menu ul li.current_page_item.current_has_children a:before {
	color: #fff;
	display: block;
	background: none;
	font-family: inherit;
	content: "\2212";
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	width: auto;
	height: auto;
	top: 6px;
	right: 14px;
}
.mobile-menu ul li.current_page_item.current_has_children ul.children {
	display: block;
}
.mobile-menu ul li.current_page_item.current_has_children ul.children ul.children {
	display: none;
}

.sidebar-menu li ul.children li a, .mobile-menu li ul.children li a {
	background: none !important;
	padding: 5px 10px;
	margin: 0;
	color: #333;
}
.sidebar-menu li ul.children li a, .mobile-menu li ul.children li a {
	font-weight: 300;
}
.sidebar-menu li ul.children li.current_page_item a, .mobile-menu li ul.children li.current_page_item a {
	font-weight: 500;
}

.sidebar-menu li ul.children li:last-child a, .mobile-menu li ul.children li:last-child a {
	margin: 0 0 10px 0;
}
.sidebar-menu li ul.children li.current_page_item:last-child a {
	margin: 0;
}
.sidebar-menu li ul.children li.current_page_item ul.children li:last-child a {
	margin: 0 0 10px 0;
}
.sidebar-menu ul li a:before, .mobile-menu ul li a:before {
	display: none;
}
.sidebar-menu ul li.current_has_children a:before, .mobile-menu ul li.current_has_children a:before {
	display: block;
	background: none;
	font-family: inherit;
	content: "+";
	font-weight: 700;
	color: #888;
	font-size: 14px;
	width: auto;
	height: auto;
	top: 6px;
	right: 14px;
}
.sidebar-menu ul li.current_page_ancestor a:before, .mobile-menu ul li.current_page_ancestor a:before {
	display: block;
	background: none;
	font-family: inherit;
	content: "\2212";
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	width: auto;
	height: auto;
	top: 6px;
	right: 14px;
}
.sidebar-menu li ul.children li ul.children a, .mobile-menu li ul.children li ul.children a {
	padding: 5px 10px 5px 30px;
	font-weight: 300;
}
.sidebar-menu li ul.children li ul.children li:last-child a, .mobile-menu li ul.children li ul.children li:last-child a {
	margin: 0 0 5px 0;
}
.sidebar-menu li ul.children li ul.children, .mobile-menu li ul.children li ul.children {
	display: none;
}
.sidebar-menu li ul.children li.current_page_item ul.children, .sidebar-menu li ul.children li.current_page_parent ul.children, 
.mobile-menu li ul.children li.current_page_item ul.children, .mobile-menu li ul.children li.current_page_parent ul.children {
	display: block;
}
.sidebar-menu ul li ul.children li.current_has_children a:before, .mobile-menu ul li ul.children li.current_has_children a:before {
	display: block;
	background: none;
	font-family: inherit;
	content: "+";
	font-weight: 700;
	color: #888;
	font-size: 14px;
	width: auto;
	height: auto;
	top: 6px;
	right: 14px;
}
.sidebar-menu ul li ul.children li.current_page_item.current_has_children a:before, .mobile-menu ul li ul.children li.current_page_item.current_has_children a:before {
	display: block;
	background: none;
	font-family: inherit;
	content: "\2212";
	font-weight: 700;
	color: #888;
	font-size: 14px;
	width: auto;
	height: auto;
	top: 6px;
	right: 14px;
}
.sidebar-menu ul li ul.children li.current_page_item li a:before, .mobile-menu ul li ul.children li.current_page_item li a:before {
	display: none;
}
.sidebar-menu ul li ul.children li.current_has_children li a:before, .mobile-menu ul li ul.children li.current_has_children li a:before {
	display: none !important;
}
.sidebar-menu ul li ul.children li ul li.current_page_item a:before, .mobile-menu ul li ul.children li ul li.current_page_item a:before {
	font-weight: 500;
}
.sidebar-menu li ul.children li ul.children li.current_page_item a, .mobile-menu li ul.children li ul.children li.current_page_item a {
	font-weight: 500 !important;
}


.sidebar-headline {
	border-bottom: 7px solid #666;
	line-height: 0.9em;
	float: left;
	position: relative;
	width: 100%;
	margin: 8px 0 8px 0;
}
.sidebar-headline span {
	padding: 5px 15px 0 15px;
	padding: 6px 15px 0 15px\9;
	background: #666;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	border: none;
}
/*----- Breadcrumb ------*/
.breadcrumb-small {
	width: 100%;
	float: left;
	margin: -20px 0 20px 0;
}
.ht-breadcrumbs {
	font-weight: 500;
	font-size: 14px !important;
	margin: -5px 0 0 0 !important;
	width: 100%;
	float: left;
}
.wrapper.main-headline .ht-breadcrumbs span {
	font-size: 14px !important;
	line-height: 1.2em;
}
.wrapper.main-headline .breadcrumb-small span {
	width: auto;
	float: none;
}
.wrapper.main-headline .breadcrumb-small span {
    color: rgba(255, 255, 255, 0.85);
	font-weight: 400;
}
.ht-breadcrumbs span {
    margin: 0;
	display: inline;
}
.ht-breadcrumbs span a {
    margin: 0 4px;
	color: rgba(255, 255, 255, 0.85);
	background: rgba(0, 0, 0, 0.06);
	padding: 5px 10px 5px 10px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	display: inline-block;
	margin-top: 10px;
}
.place-text-collapse { position: relative; margin-bottom: 20px; }
.place-text-collapse-inner { position: relative; max-height: 300px; overflow: hidden; transition: max-height .42s cubic-bezier(.22,.61,.36,1); }
.place-text-collapse-inner::after {
	content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 100px;
	pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.95) 100%);
	opacity: 1; transition: opacity .25s ease;
}
.place-text-collapse.is-open .place-text-collapse-inner::after { opacity: 0; }
.place-text-toggle {
	position: relative; display: flex; align-items: center; justify-content: center; width: 100%;
	margin: 12px auto 0; padding: 8px 0; border: 0; border-radius: 0;
	background: transparent; color: #4fc3f7; font: inherit; font-size: 14px; font-weight: 500; cursor: pointer;
}
.place-text-toggle::before {
	content: ""; position: absolute; top: 50%; right: 0; left: 0;
	border-top: 1px solid #c8ced2; transform: translateY(-50%);
}
.place-text-toggle span {
	position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px;
	padding: 0 13px; background: #fff;
}
.read-more-chevron { width: 13px; height: 9px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.place-text-toggle:hover, .place-text-toggle:focus-visible {
	margin: 12px auto 0; padding: 8px 0; background: transparent; color: #168ec4;
}
.place-text-toggle .less, .place-text-collapse.is-open .place-text-toggle .more { display: none; }
.place-text-collapse.is-open .place-text-toggle .less { display: inline-flex; }
/* Tag archives use the compact category-page disclosure, without divider lines. */
.tag-archive-text-collapse .place-text-toggle {
	margin: 4px auto 0;
	padding: 6px 0;
	color: #333;
	font-size: 13px;
	font-weight: 500;
}
.tag-archive-text-collapse .place-text-toggle::before { display: none; }
.tag-archive-text-collapse .place-text-toggle span { padding: 0; background: transparent; }
.tag-archive-text-collapse .place-text-toggle:hover,
.tag-archive-text-collapse .place-text-toggle:focus-visible {
	margin: 4px auto 0;
	padding: 6px 0;
	background: transparent;
	color: #333;
}
@media only screen and (max-width: 600px) {
	.place-text-collapse-inner { max-height: 240px; }
}
.search-results-section { padding: 34px 0 18px; }
.search-card-grid { margin-top: 0; }
.search-result-type {
	display: inline-block; margin: 0 0 7px; color: var(--theme-accent, #45AFC7);
	font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em;
}
.search-no-results { padding: 25px 0 45px; text-align: center; }

/* Shared smooth disclosure animation for category-page introductions. */
.fader { transition: max-height .42s cubic-bezier(.22,.61,.36,1); }
.fader:after { display: block !important; opacity: 1; transition: opacity .25s ease; }
.fader.hidden-after:after { display: block !important; opacity: 0; }
.show-fader:after { display: none !important; }
.show-fader .read-more-chevron {
	display: inline-block; width: 13px; height: 9px; margin-left: 7px;
	vertical-align: 1px; transition: transform .25s ease;
}
.show-fader.open .read-more-chevron { transform: rotate(180deg); }

/* Content lists: a clearer, theme-controlled ring without affecting menus. */
#main-content .has-content ul:not([class]),
#main-content .fader ul:not([class]),
#main-content .place-text-collapse-inner ul:not([class]) {
	list-style: none;
	padding-left: 0;
}
#main-content .has-content ul:not([class]) > li,
#main-content .fader ul:not([class]) > li,
#main-content .place-text-collapse-inner ul:not([class]) > li {
	position: relative;
	padding-left: 1.25em;
}
#main-content .has-content ul:not([class]) > li::before,
#main-content .fader ul:not([class]) > li::before,
#main-content .place-text-collapse-inner ul:not([class]) > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .85em;
	width: 11px;
	height: 11px;
	box-sizing: border-box;
	border: 2px solid var(--theme-accent);
	border-radius: 50%;
	transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
	.place-text-collapse-inner, .place-text-collapse-inner::after, .fader, .fader:after,
	.show-fader .read-more-chevron { transition-duration: 0.01ms !important; }
}
.ht-breadcrumbs span.breadcrumb_last {
	display: none;
}
.ht-breadcrumbs span a:hover {
    color: #fff;
}
.ht-breadcrumbs span.crumb-home {
    margin: 0;
	display: inline;
}
.ht-breadcrumbs span.crumb-home a {
    margin: 0 1px 0 -4px;
}
.ht-breadcrumbs span.breadcrumb_last {
    margin: 0;
}
.ht-breadcrumbs .fa {
    color: #000;
}
/*----- Start -----*/
.start-pitch {
	width: 100%;
	float: left;
	margin: 35px 0 15px 0;
}
.start-pitch h2 {
	font-size: 42px;
	color: #333;
	line-height: 1.2em;
	margin: 0 0 30px 0;
	font-weight: 300;
	text-align: center;
}
.fader h2 {
	margin: 0 0 20px 0 !important;
}
.start-pitch.fat h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
}
.start-related {
	width: 32%;
	float: left;
	margin: 0 2% 20px 0;
	background: #f2f2f2;
	border-radius: 3px;
}
body.grey .start-related {
	background: #fff;
}
.start-related.last {
	margin: 0 0 20px 0;
}
.start-related .image {
	margin: 0;
	line-height: 1em;
	height: 255px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}
.start-related .image img {
	min-width: 100%;
	height: 100%;
}
.start-related .related-title a {
	color: #333;
	font-weight: 500;
	font-size: 22px;
	text-transform: none;
}
.start-related .related-title a:hover {
	color:#fff;
}
.related-content {
	padding: 20px 20px 25px 20px;
}
.related-content p {
	font-size: 15px;
	color: #666;
	margin: 0 0 24px 0;
	line-height: 1.5em;
}

.btn {
	padding: 9px 20px 10px 20px;
	color: #fff;
	font-weight: 500;
	background: var(--theme-accent, #45AFC7);
}
.btn:hover {
	padding: 9px 20px 10px 20px;
	margin: 0;
	background: #444;
}

.grid_11 ul, .fader ul {
	margin: 0 0 20px 36px;
	list-style-type: circle;
	font-size: 19px;
}
ol {
	margin: 0 0 20px 38px;
	font-size: 19px;
}
.grid_11 ul li, ol li, .fader ul li {
	margin: 0 0 15px 0;
	counter-increment: item;
}
ol li:before {
	font-weight: 500;
	margin: 0 10px 0 -15px;
	display: none;
	content: counter(item) '.';
}
.grid_11 ul a, ol a, .fader ul a {
	font-weight: 500;
}
/*----- Social ------*/
#share-buttons a {
	margin: 0 1% 5px 1%;
	width: 48%;
	padding: 4px 0 4px 0;
	color: #fff;
	background: #CECECE;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
}
#share-buttons a.fb {
	width: 98%;
}
#share-buttons .fa {
	color: #fff;
	margin: 0 5px 0 0;
}
#share-buttons a.fb {
	background: #445796;
}
#share-buttons a.tw {
	background: #6BD0DD;
}
#share-buttons a.gplus {
	background: #B6352F;
}
#share-buttons a.mail {
	background: #444;
}
#share-buttons a:hover {
	opacity: 0.8;
}
.social {
	width: 102%;
	margin: 10px 0 -5px -3px;
	padding: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container_16 .grid_11.has-content p {
	font-size: 19px;
}
.container_16 .grid_11.has-content a {
	font-weight: 500;
}
.container_16 .grid_11.has-content blockquote p {
	font-size: 28px;
}
.featured-image {
	width: 100%;
	margin: 5px 0 5px 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
	line-height: 1em;
}
/*----- Searchbox -----*/
.search-box, .search-box-mobile {
	width: 100%;
	float: left;
	padding: 15px;
	margin: 15px 0 15px 0;
	background: var(--theme-base, #4ABCD6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
}
.search-box-mobile {
	margin: 10px 0 7px 0;
	background: none;
	padding: 0;
}
.search-box input, .search-box-mobile input {
	border: none;
	background: #fff url(images/search.png) no-repeat 8px center;
	background-size: 21px;
	padding: 11px 10px 11px 37px;
	width: 100%;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
    border-radius: 1px;
}
.search-box-mobile input {
	border: 1px solid #cdcdcd;
	background: #fff url(images/search.png) no-repeat 8px center;
}
.sidebar-related {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	background: #f2f2f2;
}
.sidebar-related .image {
	float: left;
	width: 70px;
	height: 70px;
	background: #eee;
	text-align: center;
	margin: 0 15px 0 0;
}
.sidebar-related .related-title {
	float: left;
	max-width: 70%;
	line-height: 1.4em;
	margin: 11px 0 0 0;
	text-transform: none;
	font-weight: 500;
	font-size: 17px;
}
.sidebar-related .related-title a {
	color: #555;
}

.related-header {
	font-size: 36px;
}
.main-related {
	width: 48%;
	float: left;
	margin: 0 2% 2% 0;
	background: #fff;
}
.main-related .image {
	float: left;
	width: 70px;
	height: 70px;
	background: #e1e1e1;
	text-align: center;
	margin: 0 15px 0 0;
}
.main-related .related-title {
	float: left;
	max-width: 70%;
	line-height: 1.4em;
	margin: 11px 0 0 0;
	text-transform: none;
	font-weight: 500;
	font-size: 17px;
}
.main-related .related-title a {
	color: #555;
}
.sidebar-related .related-title a:hover, .main-related .related-title a:hover {
	padding: 0;
	margin: 0;
	background: none;
	color: var(--theme-accent, #45AFC7);
}

.footer-box {
	width: 23%;
	float: left;
	color: #ccc;
	margin: 0 2% 40px 0;
	font-size: 15px;
}
.footer-box.last {
	margin: 0 0 40px 0;
}
.footer-box span.title {
	color: #fff;
	text-transform: none;
	margin: 0 0 30px 0;
	font-weight: 500;
	font-size: 28px;
}
.footer-box p {
	line-height: 1.5em;
	font-size: 15px;
}
.footer-box strong {
	padding: 0 0 0 2px;
	margin: 10px 0 2px 0;
	display: inline-block;
}
.footer-box p a {
	padding: 3px 2px;
	margin: 0 0 2px 0;
	display: inline-block;
}
.container.footer a {
	color: #4fc3f7;
	transition: color 0.2s ease;
}
.container.footer a:hover,
.container.footer a:focus {
	color: #fff;
	background: none;
	text-decoration: underline;
}

/* GEO my WP address locator follows the configured accent colour. */
.gmw-form-wrapper .gmw-locator-button,
.gmw-form-wrapper .gmw-locator-button-wrapper,
.gmw-form-wrapper .gmw-locator-button i,
.gmw-form-wrapper .gmw-locator-button svg {
	color: var(--theme-accent, #45AFC7) !important;
	fill: currentColor !important;
	transition: color 0.2s ease;
}
.gmw-form-wrapper .gmw-locator-button:hover,
.gmw-form-wrapper .gmw-locator-button:focus,
.gmw-form-wrapper .gmw-locator-button-wrapper:hover,
.gmw-form-wrapper .gmw-locator-button-wrapper:focus-within {
	color: var(--theme-base, #4ABCD6) !important;
}
.wpmulti2-location-notice {
	clear: both;
	margin: 10px 0 0;
	padding: 9px 12px;
	border-radius: 3px;
	background: #fff;
	color: #333;
	font-size: 14px;
}
.copy {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	padding: 15px 0 0 0;
	border-top: 1px solid #555;
}

.social-container {
	width: 67px;
	position: fixed;
    top: 46%;
	padding: 10px 0 2px 10px;
	margin-left: -77px;
	background: #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;
}
.social-container .fb-like {
	margin: 0 0 10px 5px;
}
.social-container #___plusone_0 {
	margin: 0 0 10px 4px !important;
}

/*--- Plugins ---*/
.fbx-caption-desc {
	font-size: 15px;
	font-weight: 600;
}
.fbx-count {
    font-weight: 400;
}
.fbx-link:hover {
	padding: 0;
	margin: 0;
}
.owl-item .foo-item a {
	border: 5px solid #FFF !important;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	-webkit-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    transition: all 0.1s ease-in-out !important;
	margin: 4px 2px;
}
.owl-item .foo-item a:hover {
	padding: 0;
	margin: 4px 2px;
}
.fluid-width-video-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}


/* =Containers
--------------------------------------------------------------------------------*/


.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 1248px;
  overflow: hidden;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
  display:inline;
  float: left;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.push_1,.pull_1,
.push_2,.pull_2,
.push_3,.pull_3,
.push_4,.pull_4,
.push_5,.pull_5,
.push_6,.pull_6,
.push_7,.pull_7,
.push_8,.pull_8,
.push_9,.pull_9,
.push_10,.pull_10,
.push_11,.pull_11,
.push_12,.pull_12,
.push_13,.pull_13,
.push_14,.pull_14,
.push_15,.pull_15,
.pull_16,.push_16
{
  position:relative;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.container_16 .grid_1 {
  width: 48px
}
.container_16 .grid_2 {
  width: 126px
}
.container_16 .grid_3 {
  width: 204px
}
.container_16 .grid_4 {
  width: 282px
}
.container_16 .grid_5 {
  width: 360px
}
.container_16 .grid_6 {
  width: 438px
}
.container_16 .grid_7 {
  width: 516px
}
.container_16 .grid_8 {
  width: 594px
}
.container_16 .grid_9 {
  width: 672px
}
.container_16 .grid_10 {
  width: 750px
}
.container_16 .grid_11 {
  width: 828px
}
.container_16 .grid_12 {
  width: 906px
}
.container_16 .grid_13 {
  width: 984px
}
.container_16 .grid_14 {
  width: 1062px
}
.container_16 .grid_15 {
  width: 1140px
}
.container_16 .grid_16 {
  width: 1218px
}
.container_16 .prefix_1 {
  padding-left: 78px
}
.container_16 .prefix_2 {
  padding-left: 156px
}
.container_16 .prefix_3 {
  padding-left: 234px
}
.container_16 .prefix_4 {
  padding-left: 312px
}
.container_16 .prefix_5 {
  padding-left: 390px
}
.container_16 .prefix_6 {
  padding-left: 468px
}
.container_16 .prefix_7 {
  padding-left: 546px
}
.container_16 .prefix_8 {
  padding-left: 624px
}
.container_16 .prefix_9 {
  padding-left: 702px
}
.container_16 .prefix_10 {
  padding-left: 780px
}
.container_16 .prefix_11 {
  padding-left: 858px
}
.container_16 .prefix_12 {
  padding-left: 936px
}
.container_16 .prefix_13 {
  padding-left: 1014px
}
.container_16 .prefix_14 {
  padding-left: 1092px
}
.container_16 .prefix_15 {
  padding-left: 1170px
}
.container_16 .suffix_1 {
  padding-right: 78px
}
.container_16 .suffix_2 {
  padding-right: 156px
}
.container_16 .suffix_3 {
  padding-right: 234px
}
.container_16 .suffix_4 {
  padding-right: 312px
}
.container_16 .suffix_5 {
  padding-right: 390px
}
.container_16 .suffix_6 {
  padding-right: 468px
}
.container_16 .suffix_7 {
  padding-right: 546px
}
.container_16 .suffix_8 {
  padding-right: 624px
}
.container_16 .suffix_9 {
  padding-right: 702px
}
.container_16 .suffix_10 {
  padding-right: 780px
}
.container_16 .suffix_11 {
  padding-right: 858px
}
.container_16 .suffix_12 {
  padding-right: 936px
}
.container_16 .suffix_13 {
  padding-right: 1014px
}
.container_16 .suffix_14 {
  padding-right: 1092px
}
.container_16 .suffix_15 {
  padding-right: 1170px
}
.container_16 .push_1 {
  left: 78px
}
.container_16 .push_2 {
  left: 156px
}
.container_16 .push_3 {
  left: 234px
}
.container_16 .push_4 {
  left: 312px
}
.container_16 .push_5 {
  left: 390px
}
.container_16 .push_6 {
  left: 468px
}
.container_16 .push_7 {
  left: 546px
}
.container_16 .push_8 {
  left: 624px
}
.container_16 .push_9 {
  left: 702px
}
.container_16 .push_10 {
  left: 780px
}
.container_16 .push_11 {
  left: 858px
}
.container_16 .push_12 {
  left: 936px
}
.container_16 .push_13 {
  left: 1014px
}
.container_16 .push_14 {
  left: 1092px
}
.container_16 .push_15 {
  left: 1170px
}
.container_16 .pull_1 {
  left: -78px
}
.container_16 .pull_2 {
  left: -156px
}
.container_16 .pull_3 {
  left: -234px
}
.container_16 .pull_4 {
  left: -312px
}
.container_16 .pull_5 {
  left: -390px
}
.container_16 .pull_6 {
  left: -468px
}
.container_16 .pull_7 {
  left: -546px
}
.container_16 .pull_8 {
  left: -624px
}
.container_16 .pull_9 {
  left: -702px
}
.container_16 .pull_10 {
  left: -780px
}
.container_16 .pull_11 {
  left: -858px
}
.container_16 .pull_12 {
  left: -936px
}
.container_16 .pull_13 {
  left: -1014px
}
.container_16 .pull_14 {
  left: -1092px
}
.container_16 .pull_15 {
  left: -1170px
}
.show-fader {
		display: block;
		font-size: 13px;
		cursor: pointer;
		width: 100%;
		font-weight: 500;
		text-align: center;
	}
	.show-fader:after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		margin: 0 0 3px 7px;
		transform: rotate(45deg);
	}
	.show-fader.open:after {
		transform: rotate(225deg);
		margin-bottom: -1px;
	}
	
	.fader {
		max-height: 100px;
		position: relative;
		overflow: hidden;
		margin-bottom: 0px;
	}
	.fader:after {
	  content  : "";
	  position : absolute;
	  z-index  : 1;
	  bottom   : 0;
	  left     : 0;
	  pointer-events   : none;
	  background-image : linear-gradient(to bottom, 
						rgba(255,255,255, 0), 
						rgba(255,255,255, 0.95) 100%);
	  width    : 100%;
	  height   : 100px;
	}
	.fader.hidden-after:after {
		display: none;
	}
/*------- Comments -------*/
#comments {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}
.comments-title {
	text-align: center;
	color: #222;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 55px;
	padding: 25px 0 10px 0;
	position: relative;
}
.comments-headline-line {
	content : "";
	margin: 0 0 0 30%;
	height  : 1px;
	width   : 40%;
	border-bottom: 4px solid #d64b78;
}
ul.comment-list {
	list-style-type: none;
	margin: 0 0 20px 0;
}
ul.comment-list li {
	background: #eee;
	margin-bottom: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 55px 15px 10px 15px;
	position: relative;
}
.comment-avatar, .comment-info {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
}
.comment-avatar {
	float: none;
	width: 85px;
	height: 84px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -45px;
	-moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
	background: #fff;
	border: 2px solid #d64b78;
}
.comment-avatar img {
	margin: 0;
	max-width: 85px;
	max-height: 85px;
	-moz-border-radius: 85px !important;
    -webkit-border-radius: 85px !important;
    border-radius: 85px !important;
	
}
.comment-info {
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: 300;
	color: #888;
}
.comment-info a {
	font-weight: 300 !important;
}
.comment-edit-link {
	font-weight: 300 !important;
	font-size: 14px;
}
h3.comment-reply-title {
	color: #222;
	font-size: 19px;
	text-align: center;
	font-weight: 300;
}
p.logged-in-as {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #888;
}
.comment-respond {
	position: relative;
	padding: 0;
	margin: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-form-comment label {
	display: none;
}
.comment-form-comment #comment, .sce-comment-text {
	width: 100%;
	float: left;
	border: 3px solid #ddd;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 15px 0;
}
p.form-allowed-tags {
	display: none;
}
p.must-log-in {
	width: 100%;
	font-size: 19px;
	text-align: center;
}
.sce-edit-button {
	font-weight: 300 !important;
	font-size: 14px;
}
.sce-edit-button a {
	font-weight: 300 !important;
}
.wppb_upload_button:hover {
	padding: 0 15px;
	margin: 0;
}
.media-modal-close .screen-reader-text {
	display: none;
}
.media-modal-close:hover {
	background: #fff;
}
.form-submit {
	text-align: center;
}
.form-submit #submit, .wppb-user-forms .submit, .sce-comment-save, .sce-comment-cancel {
	background: var(--theme-accent, #45AFC7);
	transition: all 0.1s ease-in-out 0s;
	padding: 12px 14px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border: none;
	font-family: "Open sans",Helvetica,Arial,sans-serif;
	cursor: pointer;
}
.sce-comment-save {
	padding: 9px 14px;
}
.sce-comment-cancel {
	margin: 0 0 0 15px;
	background: #ccc;
	padding: 9px 14px;
}
.form-submit #submit:hover, .wppb-user-forms .submit:hover, .sce-comment-save:hover {
	background: var(--theme-base, #4ABCD6);
}
.sce-comment-cancel:hover {
	background: #aaa;
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    font-size: 1em;
}
#add_comment_rating_wrap .star-on-png, #add_comment_rating_wrap .star-off-png {
	font-size: 2em !important;
}
.star-on-png:before, .star-off-png:before {
	color: #d64b78;
}
#respond label {
	width: 100%;
	display: block;
}
.foogallery-container {
  margin-bottom: 10px !important;
}
.wpforms-container {
	background: #f4f4f4 !important;
	padding: 10px 20px 20px 20px !important;
	border-radius: 5px !important
}
#pixrating_title {
    float: left;
	width: 40%;
    border: 3px solid #ddd;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px 0;
}
.review-title-form {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.grid_11.has-content img {
	border-radius: 5px;
	max-width: 100%;
		height: auto;
}
.container_16 .grid_11.has-content .accordion-section-content p:nth-child(1) {
	margin: 0 0 5px 0;
}
.eat-info {
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	margin: -7px 0 15px 0;
	width: 100%;
	float: left;
	text-align: center;
	line-height: 1.7em;
	background: #f3f3f3;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.eat-info a {
	font-weight: 600;
}
.eat-info.main {
	display: none;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
        content: "\0020";
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}
.clearfix:after {
        clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
        zoom: 1;
}
@media only screen and (max-width: 1420px) {
	.container_16 {
		width: 100%;
		max-width: 1248px;
	}
	.container_16 .grid_11 {
		width: 65.15%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.container_16 .grid_5 {
		width: 28.85%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.featured-image img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}
@media only screen and (min-width: 728px) {
	.container_16.small-column .grid_11, .container_16.small-column .grid_5 {
		width: 100%;
	}
	.container_16.small-column .grid_5 {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 728px) {
	.mobile-image-headline { display: flex; position: absolute; z-index: 6; inset: 0; align-items: center; justify-content: center; flex-direction: column; padding: 18px 24px; box-sizing: border-box; text-align: center; color: #fff; text-shadow: -1px -1px 0 rgba(94,90,84,.45), 1px -1px 0 rgba(94,90,84,.45), -1px 1px 0 rgba(94,90,84,.45), 1px 1px 0 rgba(94,90,84,.45), 0 4px 11px rgba(49,47,44,.86), 0 0 25px rgba(49,47,44,.74); }
	.mobile-image-headline > * { position: relative; z-index: 1; }
	.mobile-image-headline h1, .mobile-image-headline .wpmulti2-mobile-heading-title { margin: 0; color: #fff; font-size: 32px; font-weight: 700; line-height: 1.28; text-shadow: inherit; }
	.mobile-image-headline > span { margin: 7px 0 0; color: #fff; font-size: 17px; line-height: 1.35; }
	.mobile-image-headline .breadcrumb-small { margin: 12px 0 0; line-height: 1.1; }
	.mobile-image-headline .ht-breadcrumbs span a { color: #fff; background: rgba(48,46,44,.68); border-color: rgba(255,255,255,.55); text-shadow: inherit; }
	.mobile-image-heading-source { display: none; }
	.featured-image-top.mobile-image-hero { margin-top: 0 !important; }
	.container.mobile-image-hero-wrap { margin-top: 0 !important; }
	body {
		padding: 59px 0 0 0;
	}
	h6 {
		font-size: 18px;
	}
	h6 a {
		line-height: 24px;
		display: inline-block;
	}
	.copy {
		line-height: 1.4em;
	}
	.codedropz-upload-container:before {
		top: 38px;
		left: 20px;
	}
	.wrapper {
		padding: 0 15px;
	}
	.breadcrumb-small {
		margin: -15px 0 15px 0;
		line-height: 1.1em;
	}
	.container.green.top.start2 .wrapper {
		min-height: 100px !important;
	}
	.container_16 {
		width: 100%;
	}
	.container_16 .grid_5, .container_16 .grid_11 {
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}
	.container.grey.mega {
		padding-top: 30px;
	}
	.container_16 .grid_11 {
		margin-top: 15px;
	}
	.container_16 .push_11, .container_16 .pull_11, .container_16 .push_5, .container_16 .pull_5 {
		left: 0;
	}
	.sidebar-menu, .search-box {
		display: none;
	}
	.container_16 .grid_11.has-content p, .accordion-section-content {
		font-size: 18px;
		line-height: 1.6em;
	}
	.accordion-section-title {
		font-size: 18px;
		line-height: 1.6em;
	}
	.accordion-section-title:before {
		margin-top: 1px;
	}
	.accordion-section-content {
		padding: 5px 0 30px 0;
		line-height: 1.6em;
	}
	.grid_11 ul, ol, .fader ul {
		font-size: 18px;
		line-height: 1.6em;
	}
	.fader ul {
		font-size: 17px;
	}
	.fader h2 {
		font-size: 26px !important;
		margin: 0 0 10px 0 !important;
	}
	.codedropz-upload-inner h3, .codedropz-upload-inner span, .codedropz-upload-inner .codedropz-btn-wrap {
		margin: 0 6px 0 0;
		font-size: 16px;
		line-height: 20px;
	}
	h2 {
		font-size: 26px;
		line-height: 1.4em;
	}
	h3, span.title {
		font-size: 22px;
	}
	h4 {
		font-size: 24px;
		line-height: 1.3em;
		margin: 3px 0 20px 0;
	}
	.show-fader {
		display: block;
		font-size: 13px;
		cursor: pointer;
		width: 100%;
		font-weight: 500;
		text-align: center;
	}
	.show-fader:after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		margin: 0 0 3px 7px;
		transform: rotate(45deg);
	}
	.show-fader.open:after {
		transform: rotate(225deg);
		margin-bottom: -1px;
	}
	
	.fader {
		max-height: 90px;
		position: relative;
		overflow: hidden;
		margin-bottom: 0px;
	}
	.fader:after {
	  content  : "";
	  position : absolute;
	  z-index  : 1;
	  bottom   : 0;
	  left     : 0;
	  pointer-events   : none;
	  background-image : linear-gradient(to bottom, 
						rgba(255,255,255, 0), 
						rgba(255,255,255, 0.95) 100%);
	  width    : 100%;
	  height   : 100px;
	}
	.fader.hidden-after:after {
		display: none;
	}
	.social {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		float: left;
		margin: 0 0 5px 0;
	}
	#share-buttons {
		padding: 0 10px;
		margin: 0 0 15px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#share-buttons a, #share-buttons a.fb {
		width: 32.65%;
		margin: 0 1% 5px 0;
		padding: 4px 0 4px 0;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#share-buttons a.last {
		margin: 0 0 5px 0;
	}
	#share-buttons .fa {
		margin: 0;
	}
	#share-buttons span {
		display: none;
	}

	.featured-image {
		margin: 0px 0 15px 0;
		display: none;
	}
	img.aligncenter {
	  max-width: 100%;
	  height: auto;
	}
	/*
	.featured-image img {
		width: 100%;
		height: auto;
	}
	*/
	.logotype {
		margin: 0;
		float: none
	}
	.logo-image {
		margin: 0;
		height: 35px;
		width: auto;
		float: none;
		top: 2px;
		position: relative;
	}
	.container_16 .grid_11 {
		padding: 0 10px;
	}
	.white .menu {
		margin-bottom: 3px;
		text-align: center;
	}
	.menu ul {
		display: none;
	}
	.container.breadcrumb {
		display: none;
	}
	.burger, .mobile-home {
		width: 29px;
		height: 27px;
		top: -4px;
		right: 5px;
		position: absolute;
		cursor: pointer;
	}
	.mobile-home {
		display: block;
		left: 5px;
		right: auto;
		display: none;
	}
	.langswitcher {
		float: none;
		margin: 0;
		position: absolute;
		left: -15px;
		top: 0px;
	}
	.trp-language-switcher {
	  width: auto;
	}
	.trp-language-switcher > div {
		box-sizing: border-box;
		padding: 0px 15px 0 0;
		border: none;
		background: #fff;
	}
	.trp-language-switcher > div > a {
		color: #333;
		font-size: 16px;
	}
	.mobile-home:hover {
		background: none;
		margin: 0;
		padding: 0;
	}
	.burger:before {
		position: absolute;
		content: "";
		background: #aaa;
		box-shadow: 0 8px 0 #aaa, 0 16px 0 #aaa;
		width: 27px;
		height: 2px;
		top: 10px;
		left: 0;
	}
	.mobile-home:before {
		position: absolute;
		content: "\2302";
		color: #aaa;
		top: 4px;
		left: 0;
		font-family: Arial, sans-serif;
		font-size: 33px;
		line-height: 1;
	}
	.burger.close:before {
		content: "\00D7";
		background: none;
		box-shadow: none;
		width: auto;
		height: auto;
		top: 1px;
		font-family: Arial, sans-serif;
		font-size: 38px;
		line-height: 1;
	}
	.mobile-menu.is-open { display: block; }
	.search-box-mobile {
		display: block;
	}
	.mobile-menu, .sidebar-menu {
		position: fixed;
		z-index: 55;
		top: 62px;
		width: 100%;
		padding: 15px 10px 5px 10px;
		left: 0px;
		right: 0;
		overflow-y: auto;
		bottom: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
		box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
	}
	.sidebar-menu {
		background: #fff;
	}
	.wrapper.main-headline h1 {
		font-size: 28px;
		z-index: 15;
		line-height: 1.2em;
		margin: 20px 0 20px 0;
		position: relative;
	}
	.wrapper.main-headline span {
		width: 100%;
		z-index: 15;
		position: relative;
		font-size: 17px;
		margin: -20px 0 15px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container.green.start2 {
		padding-top: 14% !important;
		font-size: 28px;
		height: auto !important;
		padding-bottom: 14% !important;
	}
	.start-pitch {
		margin: 15px 0 15px 0;
	}
	.start-pitch.mobile-small p {
		font-size: 17px;
		line-height: 1.5em;
	}
	.hdl-wrap {
		max-width: 60% !important;
	}
	.wp-caption.alignright p, .wp-caption.alignleft p, .wp-caption.aligncenter p {
		
	}
	.wp-caption.alignright, .wp-caption.alignleft {
		padding: 0;
		background: none;
		width: 40% !important;
	}
	.wp-caption.alignright img, .wp-caption.alignleft img {
		width: 100% !important;
		max-width: 100% !important;
	}
	.container_16 .grid_11.has-content blockquote p {
		font-size: 24px;
		line-height: 1.4em;
	}
	.grid_11.has-content .fg-image-wrap img {
		max-width: 100%;
		height: auto;
	}
	.container.start2 .wrapper.main-headline h1 {
		margin: 5px 0 0px 0;
		font-size: 28px;
		color: #fff;
		/*
		text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
		*/
		text-shadow: 0 2px 6px rgba(0,0,0,.7);
	}
	.eat-info {
		padding: 8px 10px 8px 10px;
		display: none;
	}
	.eat-info.main {
		display: block;
		margin: -8px 0 15px 0;
	}
	.start2 .wrapper.main-headline span {
		display: none;
	}
	.featured-image-top {
		display: block;
		float: left;
		width: 100%;
		margin-top: -20px;
		overflow: hidden;
		display: inline-block;
	}
	.featured-image-top.less-margin {
		margin-top: -5px;
	}
	.featured-image-top img {
		width: 100%;
		height: auto;
		position: relative;
		/*
		top: 50%;
		transform: translateY(-50%);
		*/
	}
	.place-rating-badge {
		font-size: 16px;
	}
	.place-rating-stars svg {
		width: 26px;
		height: 26px;
	}
	.place-rating-badge.compact {
		font-size: 16px;
	}
	.place-rating-badge.compact .place-rating-stars svg {
		width: 20px;
		height: 20px;
	}
	.container.white2 {
		margin-bottom: 10px !important;
	}
	.container.top-margin {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.container.footer {
		padding: 40px 0 20px 0;
	}
	.footer-box span.title {
		margin: 0 0 10px 0;
	}
	.start-pitch h2 {
		font-size: 24px;
		line-height: 1.3em;
		margin-bottom: 10px;
	}
	.start-related, .start-related.last {
		width: 100%;
		margin-bottom: 15px;
	}
	.start-related .image {
		width: 85px;
		height: 70px;
		float: left;
		line-height: 0.8em;
		overflow: hidden;
		text-align: center;
		border-radius: 3px 0 0 3px;
	}
	.start-related .related-content {
		width: 65%;
		float: left;
		margin: 0 0 0 15px;
		padding: 0;
	}
	.start-related .related-content p {
		width: 90%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0 0 6px 0;
	}
	.start-related .related-title {
		padding-top: 2px;
		margin: 7px 0 2px 0;
		line-height: 0.7em;
	}
	.start-related .related-title a {
		font-size: 18px;
	}
	.start-related .related-content a.related-more {
		display: none;
	}
	.start-related .image img {
		width: auto;
		height: 100%;
		
	}
	.sidebar-related-container {
		padding: 0 10px;
		margin: 15px 0 5px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.related-header {
		padding: 0 10px 0 10px;
		margin: 0 0 0 0;
		width: 100%;
		float: left;
		font-size: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.main-related {
		width: 100%;
	}
	.grid_11 ul, .fader ul {
		margin: 0 0 20px 20px;
	}
	ul.comment-list {
		margin: 0 0 20px 0 !important;
	}
	.comment-avatar {
		width: 160px;
		top: -30px;
		left: 50%;
		margin-left: -80px;
	}
	ol {
		margin: 0 0 20px 25px;
	}
	.grid_11.has-content img {
		max-width: 40%;
		height: auto;
	}
	.wp-caption.aligncenter {
		width: 100% !important;
	}
	.grid_11.has-content img.size-full {
		max-width: 100%;
	}
	.owl-carousel .owl-item img {
		max-width: 100%;
	}
	.footer-box {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.footer-box.last {
		margin: 0 0 20px 0;
	}
	.fbx-caption-desc {
		font-size: 12px;
	}
	.fbx-link {
		/*max-width: 41%;*/
	}
	.foo-item .fbx-link {
		width: 88%;
		max-width: 88%;
	}
	.foogallery-container img {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen 
and (min-width: 800px)
and (max-width: 1200px) 
and (orientation : landscape) {
	.container_16 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*
	.container_16 .grid_11 {
		width: 670px;
	}
	.container_16 .pull_11 {
		left: -690px;
	}
	*/
	.start-related {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.start-related .image img {
		width: 100%;
		height: auto;
	}
	.wrapper.main-headline span {
		font-size: 21px;
	}
	.fbx-link {
		max-width: 29%;
	}
	.foo-item .fbx-link {
		width: 88%;
		max-width: 88%;
	}
	.foogallery-container img {
		width: 100%;
		max-width: 100%;
	}
	
}
@media only screen 
and (min-width: 728px)
and (max-width: 1200px) 
and (orientation : portrait) {
	.container_16 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container_16 .grid_5 {
		width: 250px;
	}
	.container_16 .grid_11 {
		width: 450px;
	}
	.container_16 .push_5 {
		left: 275px;
	}
	.container_16 .pull_11 {
		left: -470px;
	}
	.start-related {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.related-title {
		/*min-height: 60px;*/
	}
	.start-related .related-title a {
		font-size: 20px;
	}
	.start-related .image img {
		width: 100%;
		height: auto;
	}
	body.tall-menu {
		padding: 130px 0 0 0;
	}
	.menu.wide {
		margin-top: 10px;
		float: left;
	}
	.white .menu.wide ul li.current_page_item a, .white .menu.wide ul li.current_page_ancestor a {
		padding: 12px 12px;
		margin: -10px 5px 0 0;
	}
	.logotype.center {
		margin: 0px auto;
		display: block;
		text-align: center;
	}
	.logotype.center .logo-image {
		float: none;
		margin: 0;
	}
	.featured-image img {
		width: 100%;
		height: auto;
	}
	.start-pitch h2 {
		font-size: 40px;
		line-height: 1.2em;
	}
	.main-related .related-title {
		max-width: 58%;
	}
	.wrapper.main-headline span {
		font-size: 21px;
	}
	.grid_11.has-content img {
		max-width: 100%;
		height: auto;
	}
	.fbx-link {
		max-width: 27%;
	}
	.foo-item .fbx-link {
		width: 88%;
		max-width: 88%;
	}
	.foogallery-container img {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen 
and (min-width: 612px)
and (max-width: 768px) {
	.start2 .wrapper.main-headline h1 {
		margin: 10px 0 40px 0;
	}
	.container.green.start2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.container.start2 {
		height: 430px !important;
	}
}

/* Final disclosure overrides: keep legacy responsive rules but animate smoothly. */
.fader { transition: max-height .42s cubic-bezier(.22,.61,.36,1); }
.fader:after { display: block !important; opacity: 1; transition: opacity .25s ease; }
.fader.hidden-after:after { display: block !important; opacity: 0; }
.show-fader:after { display: none !important; }
.show-fader .read-more-chevron {
	display: inline-block; width: 13px; height: 9px; margin-left: 7px;
	vertical-align: 1px; fill: none; stroke: currentColor; stroke-width: 2;
	stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease;
}
.show-fader.open .read-more-chevron { transform: rotate(180deg); }

/* Final placement overrides after legacy responsive rules. */
.place-text-collapse:not(.tag-archive-text-collapse) .place-text-collapse-inner { max-height: 360px; }
.place-text-collapse:not(.tag-archive-text-collapse) .place-text-collapse-inner::after { height: 100px; }
@media only screen and (max-width: 600px) {
	.place-text-collapse:not(.tag-archive-text-collapse) .place-text-collapse-inner { max-height: 300px; }
}
.place-text-collapse:not(.tag-archive-text-collapse) .place-text-toggle span,
.start-pitch .show-fader {
	border: 0;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
}
.place-text-collapse:not(.tag-archive-text-collapse) .place-text-toggle {
	margin: -24px auto 4px;
	padding: 0;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
	z-index: 2;
}
.place-text-collapse.is-open:not(.tag-archive-text-collapse) .place-text-toggle { margin: 10px auto 4px; }
.place-text-collapse:not(.tag-archive-text-collapse) .place-text-toggle span { padding: 5px 15px; }
/* All disclosure controls use the clean bubble treatment without divider lines. */
.place-text-toggle::before { display: none !important; }
.start-pitch .show-fader {
	display: table;
	width: auto;
	margin: -24px auto 4px;
	padding: 5px 15px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
	z-index: 2;
	color: #333;
}
.place-text-collapse:not(.tag-archive-text-collapse) .place-text-toggle:hover,
.place-text-collapse:not(.tag-archive-text-collapse) .place-text-toggle:focus-visible {
	margin: -24px auto 4px;
	padding: 0;
	background: transparent;
}
.place-text-collapse.is-open:not(.tag-archive-text-collapse) .place-text-toggle:hover,
.place-text-collapse.is-open:not(.tag-archive-text-collapse) .place-text-toggle:focus-visible {
	margin: 10px auto 4px;
}
.start-pitch .show-fader:hover,
.start-pitch .show-fader:focus-visible {
	margin: -24px auto 4px;
	padding: 5px 15px;
	background: #fff;
}

/* Use the Place-page body copy as the shared reading standard. */
.container_16 .grid_11.has-content p,
.container_16 .grid_11.has-content li,
.start-pitch > .fader p,
.start-pitch > .fader li,
.place-text-collapse-inner p,
.place-text-collapse-inner li {
	font-size: 19px;
	line-height: 1.7;
}
@media only screen and (max-width: 600px) {
	.container_16 .grid_11.has-content p,
	.container_16 .grid_11.has-content li,
	.start-pitch > .fader p,
	.start-pitch > .fader li,
	.place-text-collapse-inner p,
	.place-text-collapse-inner li {
		font-size: 18px;
		line-height: 1.6;
	}
}

/* The expanded control belongs below the content and must remain easy to find. */
.start-pitch .show-fader.open,
.start-pitch .show-fader.open:hover,
.start-pitch .show-fader.open:focus-visible {
	margin: 18px auto 12px;
	border: 1px solid #333;
	background: #fff;
}

/* Give the large page heading a touch more definition without making long
 * translated titles noticeably wider. */
.wrapper.main-headline h1,
.mobile-image-headline h1,
.mobile-image-headline .wpmulti2-mobile-heading-title {
	letter-spacing: .01em;
}

/* Ordered lists in editorial content use the theme accent for their markers;
 * the list copy itself keeps its normal colour and weight. */
.container_16 .grid_11.has-content ol > li::marker,
.start-pitch > .fader ol > li::marker,
.place-text-collapse-inner ol > li::marker {
	color: var(--theme-accent, #d23d91);
	font-size: 1em;
	font-weight: 500;
}
.container_16 .grid_11.has-content ol > li,
.start-pitch > .fader ol > li,
.place-text-collapse-inner ol > li {
	padding-left: 0;
}

/* GEO my WP supplies its own spacing around the results template. Remove that
 * reserved control area only on pages that have neither location nor filters. */
body:not(.wpmulti2-show-location-picker):not(.wpmulti2-has-place-tag-filter) .place-results-area .place-results-pitch {
	margin-top: 0 !important;
	padding-top: 8px;
}
body:not(.wpmulti2-show-location-picker):not(.wpmulti2-has-place-tag-filter) .place-results-area div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper {
	margin-top: 0 !important;
}
body:not(.wpmulti2-show-location-picker):not(.wpmulti2-has-place-tag-filter) .place-results-area div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post {
	margin-top: 12px !important;
}
@media only screen and (max-width: 520px) {
	body:not(.wpmulti2-show-location-picker):not(.wpmulti2-has-place-tag-filter) .place-results-area .place-results-pitch {
		padding-top: 4px;
	}
	body:not(.wpmulti2-show-location-picker):not(.wpmulti2-has-place-tag-filter) .place-results-area div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post {
		margin-top: 10px !important;
	}
}

/* Shared horizontal rhythm across templates. Full-width containers and hero
 * images remain full bleed; their readable contents align to these insets. */
.wrapper,
.container.green.top .wrapper {
	padding-right: 32px;
	padding-left: 32px;
}
@media only screen and (max-width: 1024px) {
	.wrapper,
	.container.green.top .wrapper {
		padding-right: 24px;
		padding-left: 24px;
	}
}
@media only screen and (max-width: 728px) {
	.wrapper,
	.container.green.top .wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	/* Page and Place templates use the legacy grid without a wrapper. */
	.container_16 .grid_11,
	.container_16 .grid_5 {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* The empty-results message follows the same typography as ordinary copy. */
.gmw-results-wrapper .gmw-no-results {
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.7;
}
@media only screen and (max-width: 600px) {
	.gmw-results-wrapper .gmw-no-results {
		font-size: 18px;
		line-height: 1.6;
	}
}

/* Keep labels legible over photographs without changing their size or place. */
.featured-image .place_label,
.featured-image-top .place_label,
.place-archive-card .place_label,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li span.place_label,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li span.distance,
.sidebar-distance {
	font-weight: 500;
}

/* Give location result cards a softer, more inviting surface while keeping
 * their dimensions stable when hovered. */
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post {
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid rgba(35, 39, 42, .06);
	border-radius: 10px;
	box-shadow: 0 3px 12px rgba(35, 39, 42, .09);
	transition: border-color .2s ease, box-shadow .2s ease;
}
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post:hover {
	border-color: rgba(210, 61, 145, .18);
	box-shadow: 0 8px 22px rgba(35, 39, 42, .15);
}
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post .gmw-search_results-image-wrapper {
	overflow: hidden;
}
/* Related cards use the same radius and shadow in a quieter form. */
.container.grey.mega .start-related {
	box-sizing: border-box;
	border: 1px solid rgba(35, 39, 42, .06);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 9px rgba(35, 39, 42, .08);
	transition: border-color .2s ease, box-shadow .2s ease;
}
.container.grey.mega .start-related:hover {
	border-color: rgba(210, 61, 145, .16);
	box-shadow: 0 6px 17px rgba(35, 39, 42, .13);
}

@media only screen and (max-width: 728px) {
	/* Match ordered-list text and marker alignment to ordinary bullet lists. */
	.container_16 .grid_11.has-content ol,
	.start-pitch > .fader ol,
	.place-text-collapse-inner ol {
		margin-left: 33px;
	}

	/* Compact, fully clickable cards in the mobile "Find more" section. */
	.container.grey.mega {
		padding-top: 45px;
		padding-bottom: 55px;
	}
	.container.grey.mega .start-related,
	.container.grey.mega .start-related.last {
		position: relative;
		display: flex;
		align-items: stretch;
		height: 128px;
		min-height: 128px;
		margin-bottom: 14px;
	}
	.container.grey.mega .start-related .image {
		flex: 0 0 125px;
		width: 125px;
		height: 100%;
		border-radius: 0;
	}
	.container.grey.mega .start-related .image img {
		display: block;
		width: 100%;
		height: 100%;
		min-width: 0;
		object-fit: cover;
	}
	.container.grey.mega .start-related .related-content {
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
		margin: 0;
		padding: 11px 38px 9px 14px;
		box-sizing: border-box;
	}
	.container.grey.mega .start-related .related-title {
		margin: 0 0 5px;
		padding: 0;
		line-height: 1.2;
	}
	.container.grey.mega .start-related .related-title a {
		display: -webkit-box;
		overflow: hidden;
		font-size: 17px;
		font-weight: 600;
		line-height: 1.2;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.container.grey.mega .start-related .related-content p {
		width: 100%;
		margin: 0;
		font-size: 14px;
		line-height: 1.35;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.container.grey.mega .start-related::after {
		content: "\203A";
		position: absolute;
		top: 50%;
		right: 14px;
		z-index: 3;
		color: var(--theme-accent, #d23d91);
		font-size: 28px;
		font-weight: 400;
		line-height: 1;
		transform: translateY(-52%);
		pointer-events: none;
	}
}

/* The heading remains the semantic/SEO link while its click target covers the
 * complete content card. Independent actions are raised above that target. */
.start-related,
.sidebar-related,
.main-related,
.place-archive-card,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post {
	position: relative;
	cursor: pointer;
}
.start-related .related-title a::after,
.sidebar-related .related-title a::after,
.main-related .related-title a::after,
.place-archive-card-content h2 a::after,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li .top-wrapper h2.post-title a::after {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
}
.start-related .related-title a:hover,
.start-related .related-title a:focus,
.sidebar-related .related-title a:hover,
.sidebar-related .related-title a:focus,
.main-related .related-title a:hover,
.main-related .related-title a:focus,
.place-archive-card-content h2 a:hover,
.place-archive-card-content h2 a:focus,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li .top-wrapper h2.post-title a:hover,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li .top-wrapper h2.post-title a:focus {
	margin: 0;
	padding: 0;
	background: transparent;
	color: var(--theme-accent, #d23d91);
}
.start-related:focus-within,
.sidebar-related:focus-within,
.main-related:focus-within,
.place-archive-card:focus-within,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post:focus-within {
	outline: 2px solid var(--theme-accent, #d23d91);
	outline-offset: 2px;
}
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper .get-directions-link {
	position: relative;
	z-index: 4;
}
.place-share-button { z-index: 4; }

/* Prevent the theme's generic link hover spacing from moving this control. */
.gpi-more,
.gpi-more:visited,
.gpi-more:hover,
.gpi-more:focus,
.gpi-more:active {
	margin: 20px 0 0 !important;
	padding: 0 !important;
	transform: none !important;
}

/* On larger screens the custom UL marker sat farther right than OL markers.
 * Shift only editorial ULs; mobile alignment is already correct. */
@media only screen and (min-width: 729px) {
	#main-content .has-content ul:not([class]),
	#main-content .fader ul:not([class]),
	#main-content .place-text-collapse-inner ul:not([class]) {
		margin-left: 17px;
	}
}

/* Sales portal header: one compact line and no empty band before the tools. */
.itor-sales-hero .itor-sales-hero-inner {
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding-top: 22px;
	padding-bottom: 21px;
}
.itor-sales-hero .itor-sales-hero-inner h1 {
	margin: 0;
	font-size: 36px;
	line-height: 1.15;
}
.itor-sales-hero .itor-sales-welcome {
	display: inline;
	margin: 0;
	color: rgba(255,255,255,.76);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
}

/* One shared card surface across index, archive, results and related cards. */
.start-related,
.place-archive-card,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post {
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid rgba(35,39,42,.07);
	border-radius: 10px;
	box-shadow: 0 3px 12px rgba(35,39,42,.09);
	transition: border-color .2s ease, box-shadow .2s ease;
}
.start-related:hover,
.container.grey.mega .start-related:hover,
.place-archive-card:hover,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post:hover {
	border-color: rgba(35,39,42,.10);
	box-shadow: 0 8px 22px rgba(35,39,42,.15);
}

/* Avoid a pink frame around an entire stretched-link card. */
.start-related:focus-within,
.sidebar-related:focus-within,
.main-related:focus-within,
.place-archive-card:focus-within,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post:focus-within {
	outline: none;
}
.start-related .related-title a:focus-visible,
.sidebar-related .related-title a:focus-visible,
.main-related .related-title a:focus-visible,
.place-archive-card-content h2 a:focus-visible,
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li .top-wrapper h2.post-title a:focus-visible {
	outline: 2px solid rgba(210,61,145,.55);
	outline-offset: 3px;
	border-radius: 2px;
}

@media only screen and (max-width: 728px) {
	.itor-sales-hero .itor-sales-hero-inner {
		flex-direction: row;
		align-items: baseline;
		gap: 10px;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.itor-sales-hero .itor-sales-hero-inner h1 { font-size: 30px; }
	.itor-sales-hero .itor-sales-welcome { font-size: 13px; }
}

/* Sales portal follows the category-page header while omitting site navigation. */
.page-template-page-sales-portal{padding-top:60px}
.itor-sales-header-menu{display:flex;align-items:center;justify-content:space-between;min-height:38px;margin-top:5px;margin-bottom:5px}
.itor-sales-header-menu .logotype{display:block;flex:0 0 auto;margin:0}
.itor-sales-header-menu .logotype:hover{margin:0}
.itor-sales-header-menu .logo-image{display:block;float:none;width:auto;height:40px;margin:0}
.itor-sales-header-user{display:block;margin-left:auto;color:#393939;font-size:16px;font-weight:400;line-height:1.3}
.itor-sales-hero .itor-sales-hero-inner{display:flex;align-items:center;justify-content:center;gap:16px;box-sizing:border-box;padding-top:0;padding-bottom:0;text-align:center}
.itor-sales-hero .itor-sales-hero-inner h1{margin:30px 0 25px;color:#fff;font-size:56px;font-weight:700;line-height:1.1}
.itor-sales-hero-add{display:inline-grid;place-items:center;flex:0 0 48px;width:48px;height:48px;margin:0;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:var(--theme-accent,#d23d91);color:#fff;font:400 30px/1 Arial,sans-serif;box-shadow:0 2px 7px rgba(0,0,0,.20);cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}
.itor-sales-hero-add:hover,.itor-sales-hero-add:focus-visible{margin:0;padding:0;border-color:#fff;outline:0;background:var(--theme-accent,#d23d91);color:#fff;box-shadow:0 5px 13px rgba(0,0,0,.28);transform:translateY(-1px)}

@media only screen and (max-width:728px){
	.page-template-page-sales-portal{padding-top:59px}
	.itor-sales-header-menu{min-height:38px}
	.itor-sales-header-menu .logotype{position:absolute;left:50%;transform:translateX(-50%)}
	.itor-sales-header-menu .logo-image{height:35px}
	.itor-sales-header-user{max-width:34%;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
	.itor-sales-hero .itor-sales-hero-inner{gap:11px;padding-top:0;padding-bottom:0}
	.itor-sales-hero .itor-sales-hero-inner h1{margin:20px 0;font-size:28px}
	.itor-sales-hero-add{flex-basis:38px;width:38px;height:38px;font-size:25px}
}

/* Outfit gives the primary page headings a more modern, playful character.
 * Rubik remains the reading font throughout the rest of the theme. */
h1,
.wrapper.main-headline h1,
.container .wrapper.main-headline h1,
.mobile-image-headline h1,
.mobile-image-headline .wpmulti2-mobile-heading-title,
.wpmulti2-mobile-heading-title {
	font-family: 'Outfit', 'Rubik', Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1.08;
}

@media only screen and (max-width: 728px) {
	h1,
	.wrapper.main-headline h1,
	.container .wrapper.main-headline h1,
	.mobile-image-headline h1,
	.mobile-image-headline .wpmulti2-mobile-heading-title,
	.wpmulti2-mobile-heading-title {
		letter-spacing: .01em;
		line-height: 1.08;
	}

	/* Mobile hero headings remain readable without hiding the image. */
	.mobile-image-headline {
		isolation: isolate;
	}
	.mobile-image-headline::before {
		content: '';
		position: absolute;
		z-index: 0;
		inset: -30% -15%;
		border-radius: inherit;
		background: radial-gradient(
			ellipse at center,
			rgba(0, 0, 0, .14) 0%,
			rgba(0, 0, 0, .07) 45%,
			rgba(0, 0, 0, 0) 78%
		);
		pointer-events: none;
	}
	.mobile-image-headline h1,
	.mobile-image-headline .wpmulti2-mobile-heading-title {
		max-width: 100%;
		color: #fff;
		font-family: 'Outfit', 'Rubik', Arial, Helvetica, sans-serif;
		font-size: clamp(44px, 11.5vw, 48px);
		font-weight: 700;
		line-height: .98;
		letter-spacing: -.02em;
		text-wrap: balance;
		overflow-wrap: break-word;
		text-shadow:
			0 3px 7px rgba(0, 0, 0, .55),
			0 8px 22px rgba(0, 0, 0, .38);
		opacity: 1;
	}
}
