@charset "UTF-8";
.open-user-map {
position: relative;
z-index: 1;  }
.open-user-map img {
display: inherit;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
max-width: inherit;
}
.open-user-map input[type=radio],
.open-user-map input[type=checkbox] {
margin: inherit;
padding: inherit;
}
.open-user-map input[type=text] {
background-color: #fff;
color: #333;
border-radius: 0;
font-size: 16px;
}
.open-user-map h1, .open-user-map h2, .open-user-map h3, .open-user-map h4 {
margin: 0;
padding: 0;
display: inherit;
}
.open-user-map button {
margin: 0;
padding: 0;
}
.open-user-map .elementor-widget-open_user_map_widget {
width: 100%;
}
.open-user-map input.oum-switch[type=checkbox] {
position: relative;
left: 0;
top: 0;
z-index: 0;
appearance: none;
visibility: hidden;
}
.open-user-map input.oum-switch[type=checkbox] + label {
position: relative;
display: block;
cursor: pointer;
font-family: sans-serif;
font-size: 1rem;
line-height: 22px;
padding-left: 50px;
position: relative;
margin-left: 4px !important;
margin-top: -16px;
}
.open-user-map input.oum-switch[type=checkbox] + label::before {
box-sizing: border-box;
width: 40px;
height: 20px;
border-radius: 30px;
border: 2px solid #ddd;
background-color: #eee;
content: "";
margin-right: 15px;
transition: background-color 0.5s linear;
z-index: 5;
position: absolute;
left: 0px;
top: 1px;
}
.open-user-map input.oum-switch[type=checkbox] + label::after {
box-sizing: border-box;
width: 16px;
height: 16px;
border-radius: 30px;
background-color: #fff;
content: "";
transition: margin 0.1s linear;
box-shadow: 0px 0px 5px #aaa;
position: absolute;
left: 2px;
top: 3px;
z-index: 10;
}
.open-user-map input.oum-switch[type=checkbox]:checked + label::before {
background-color: #e02aaf;
}
.open-user-map input.oum-switch[type=checkbox]:checked + label::after {
margin: 0 0 0 20px;
}
.open-user-map .box-wrap .tab-wrap .oum-tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.open-user-map .box-wrap .tab-wrap .oum-tabs .nav-item {
font-size: 1.2rem;
padding: 3px 15px;
border-bottom: 3px solid transparent;
color: inherit;
cursor: pointer;
}
.open-user-map .box-wrap .tab-wrap .oum-tabs .nav-item.active {
font-weight: bold;
border-color: black;
color: black;
}
.open-user-map .box-wrap .tab-wrap .oum-tabs .nav-item:hover {
border-color: black;
}
.open-user-map .box-wrap .map-wrap {
position: relative;
aspect-ratio: 1.53;
}
.open-user-map .box-wrap .map-wrap .oum-loading-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.9);
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
transition: opacity 0.3s ease-out;
}
.open-user-map .box-wrap .map-wrap .oum-loading-overlay.hidden {
opacity: 0;
pointer-events: none;
}
.open-user-map .box-wrap .map-wrap .oum-loading-overlay .oum-loading-spinner {
width: 50px;
height: 50px;
border: 3px solid #f3f3f3;
border-top: 3px solid #e02aaf;
border-radius: 50%;
animation: oum-spin 1s linear infinite;
}
@keyframes oum-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls,
.open-user-map .box-wrap .map-wrap .open-add-location-overlay {
opacity: 0;
transition: opacity 0.3s ease-out;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.visible,
.open-user-map .box-wrap .map-wrap .open-add-location-overlay.visible {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map a {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-marker-icon:not(.marker-cluster) {
height: 40px !important;
width: 40px !important;
margin-top: -40px !important;
margin-left: -20px !important;
object-fit: contain;
object-position: center bottom;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-marker-icon:not(.marker-cluster):hover {
width: 44px !important;
height: 44px !important;
margin-top: -44px !important;
margin-left: -22px !important;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup {
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper {
position: relative;
z-index: 1;
box-shadow: none;
border-radius: 2px;
overflow: hidden;
padding: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content {
margin: 0;
width: 250px;
max-height: 400px;
overflow: auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_video {
background-color: #eee;
aspect-ratio: 16/9;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_video > * {
margin: 0;
width: 100%;
height: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_video > * > p {
width: 100%;
height: 100%;
margin: 0 auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_video iframe {
width: 100%;
height: 100%;
margin: 0 auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text {
padding: 15px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text * {
color: #000;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text a {
color: #e02aaf;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_date {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 5px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_address {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_name {
font-size: 20px;
font-weight: bold;
margin-top: 0;
margin-bottom: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields {
font-size: 14px;
opacity: 0.8;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum_custom_field {
margin-bottom: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a {
display: inline-block;
hyphens: auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=facebook] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_facebook_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=instagram] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_instagram_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=linkedin] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_linkedin_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=twitter] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_twitter_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=youtube] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_youtube_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields a[href*=soundcloud] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_soundcloud_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_custom_fields .oum_custom_field span {
background: rgba(0, 0, 0, 0.1);
display: inline-block;
padding: 3px 5px;
border-radius: 5px;
margin-right: 5px;
font-size: 13px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_description {
font-size: 14px;
opacity: 0.8;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text audio {
margin-top: 15px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_text_bottom {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-top: 14px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_read_more {
font-size: 14px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_vote_button_wrap .oum_vote_button {
background: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 20px;
height: 27px;
padding: 4px 11px;
cursor: pointer;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
color: #6c757d;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_vote_button_wrap .oum_vote_button:hover {
background: #e9ecef;
border-color: #adb5bd;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted {
background: #dc3545;
border-color: #dc3545;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted * {
color: white;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_vote_button_wrap .oum_vote_button .oum_vote_count {
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 10px;
padding: 2px 6px;
font-size: 12px;
font-weight: bold;
min-width: 20px;
text-align: center;
margin-left: 4px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel {
position: relative;
width: 100%;
overflow: hidden;
pointer-events: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel:hover .oum-carousel-prev,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel:hover .oum-carousel-next {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-inner {
display: flex;
width: 100%;
height: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-inner .oum-carousel-item {
flex: 0 0 100%;
width: 100%;
height: 100%;
position: relative;
display: none;
background-color: #eee;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-inner .oum-carousel-item.active {
display: block;
animation: carouselFadeIn 0.3s ease-in-out;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: 100%;
display: block;
max-width: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-4-3 {
aspect-ratio: 4/3;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-4-3 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-16-9 {
aspect-ratio: 16/9;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-16-9 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-1-1 {
aspect-ratio: 1/1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-cover-1-1 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-original {
aspect-ratio: auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel.popup-image-size-original .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: auto;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
padding: 0;
margin: 0;
background: rgba(0, 0, 0, 0.5);
border: none;
box-shadow: none;
border-radius: 50%;
color: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
z-index: 1;
font-size: 0;
text-indent: -9999px;
pointer-events: auto;
}
@media (max-width: 768px) {
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next {
opacity: 1;
}
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev::before,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next::before {
content: "";
display: block;
width: 10px;
height: 10px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #fff;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev:hover,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next:hover {
background: rgba(0, 0, 0, 0.8);
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev:focus,
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next:focus {
outline: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev {
left: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-prev::before {
transform: rotate(-135deg);
margin-left: 4px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next {
right: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-next::before {
transform: rotate(45deg);
margin-right: 4px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum-carousel .oum-carousel-counter {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.5);
color: white;
padding: 4px 10px;
border-radius: 15px;
font-size: 12px;
z-index: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.open-user-map .box-wrap .map-wrap .leaflet-map.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}
.open-user-map .box-wrap .map-wrap .leaflet-map.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map .box-wrap .map-wrap .leaflet-map.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}
.open-user-map .box-wrap .map-wrap .leaflet-map.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map .box-wrap .map-wrap .leaflet-map .edit-location-button {
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_pen.png) no-repeat 62% 29% #fff;
background-size: 66%;
border-radius: 99px;
height: 24px;
width: 24px;
text-align: center;
top: 5px;
right: 34px;
z-index: 2;
position: absolute;
cursor: pointer;
opacity: 0.8;
transition: opacity 0.12s ease-in;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .edit-location-button:hover {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-close-button {
background: #fff;
border-radius: 99px;
font-size: 20px;
width: 24px;
height: 24px;
line-height: 1;
text-align: center;
top: 5px;
right: 5px;
z-index: 2;
opacity: 0.8;
transition: opacity 0.12s ease-in;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-close-button span {
display: block;
height: 100%;
width: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-close-button:hover {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-zoom a {
background-color: #fff;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-zoom a:hover {
background-color: #f4f4f4;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-layers-overlays label img {
height: 30px;
margin-right: 6px;
margin-left: 3px;
vertical-align: middle;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search {
height: 34px;
box-sizing: border-box;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search.search-exp {
width: 320px;
max-width: 70vw;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-input {
box-sizing: border-box;
width: calc(100% - 34px);
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-input {
font-size: 16px;
}
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-button {
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_search_marker.png) 0 0 no-repeat #fff;
background-size: contain;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-tooltip {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-tooltip .search-tip {
font-size: 12px;
line-height: 24px;
border-radius: 0;
padding-left: 8px;
padding-right: 8px;
display: flex;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-search .search-tooltip .search-tip img {
width: 20px;
height: 20px;
margin-right: 5px;
object-fit: contain;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button {
display: flex;
flex-wrap: nowrap;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button.active {
width: 320px;
max-width: 70vw;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form {
position: relative;
left: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
width: calc(100% - 30px);
max-width: 100%;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form input[type=text] {
width: calc(100% - 20px);
margin: 0 20px 0 0 !important;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form input[type=text] {
font-size: 16px;
}
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form button.reset {
background-color: #ddd;
color: black;
margin: 0;
padding: 0;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 18px;
line-height: 1;
width: 20px;
height: 20px;
text-align: center;
border-radius: 99px;
font-family: monospace;
top: 5px;
opacity: 0.5;
text-align: center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form button.reset:hover {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form .results {
color: #333;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form .results > * {
font-size: 12px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form .results.active {
width: calc(100% + 30px);
color: #333;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button form .results.active::after {
display: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button a.leaflet-bar-part {
flex: 0 0 30px;
width: 30px;
mask-image: none;
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_search_address_2.png);
background-color: #fff;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
border-radius: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button a.leaflet-bar-part::before, .open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-button a.leaflet-bar-part::after {
display: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_search_address_2.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form .results {
color: #333;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form .results > * {
font-size: 12px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form .results.active {
color: #333;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form .results.active::after {
display: none;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
width: calc(100% - 35px);
padding: 9px 13px 9px 0;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
margin: 0 !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
padding: 0;
font-size: 16px;
}
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset {
right: 30px;
background-color: #ddd;
color: black;
margin: 0;
padding: 0;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 18px;
line-height: 1;
width: 20px;
height: 20px;
text-align: center;
border-radius: 99px;
font-family: monospace;
top: 5px;
opacity: 0.5;
text-align: center;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
opacity: 1;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-control-attribution {
font-size: 10px;
}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay {
box-sizing: border-box;
position: absolute;
top: 8px;
right: 13px;
z-index: 9999;
background: #e02aaf;
color: white;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
display: flex;
flex-direction: row;
align-items: center;
border-radius: 50px;
text-align: center;
text-decoration: none;
height: 50px;
cursor: pointer;
padding: 0;
width: 50px;
overflow: hidden;
transition: width 0.1s ease-in;
}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay span.btn_icon {
display: block;
position: absolute;
z-index: 1;
top: calc(50% - 15px);
left: 10px;
height: 30px;
width: 30px;
font-family: sans-serif;
font-size: 35px;
line-height: 25px;
}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay span.btn_text {
font-size: 16px;
line-height: 1;
padding-left: 45px;
width: 140px;
text-align: left;
word-break: keep-all;
opacity: 0;
}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay:hover, .open-user-map .box-wrap .map-wrap .open-add-location-overlay:active {
background: #bc1b91;
width: 158px;
}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay:hover span.btn_text, .open-user-map .box-wrap .map-wrap .open-add-location-overlay:active span.btn_text {
opacity: 1;
transition: opacity 0.1s ease-in;
transition-delay: 0.05s;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker {
z-index: 400;
position: absolute !important;
top: 8px;
left: 50%;
transform: translateX(-50%);
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search {
box-sizing: border-box;
height: 34px;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search.search-exp {
width: 320px;
max-width: 50vw;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-input {
box-sizing: border-box;
width: calc(100% - 34px);
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-input {
font-size: 16px;
}
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-button {
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_search_marker.png) 0 0 no-repeat #fff;
background-size: contain;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-tooltip {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-tooltip .search-tip {
font-size: 12px;
line-height: 24px;
border-radius: 0;
padding-left: 8px;
padding-right: 8px;
display: flex;
}
.open-user-map .box-wrap .map-wrap #oum_search_marker .leaflet-control-search .search-tooltip .search-tip img {
width: 20px;
height: 20px;
margin-right: 5px;
object-fit: contain;
}
.open-user-map .box-wrap .map-wrap #oum_filter_markers {
width: 320px;
max-width: calc(100% - 120px);
height: 34px;
z-index: 400;
position: absolute !important;
top: 8px;
left: 50%;
transform: translateX(-50%);
border: 2px solid rgba(0, 0, 0, 0.2);
border-radius: 4px;
background-clip: padding-box;
font-size: 14px;
line-height: 1;
padding: 0 1rem;
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_search_marker.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls {
position: absolute;
z-index: 9999;
right: 10px;
bottom: 20px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-toggle {
display: block;
background-color: rgba(255, 255, 255, 0.9);
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_marker_categories.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 60%;
width: 44px;
height: 44px;
border: 2px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
cursor: pointer;
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list {
display: none;
background: rgba(255, 255, 255, 0.95);
color: #333;
padding: 6px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
position: relative;
z-index: 2;
flex-direction: column;
gap: 5px;
padding-right: 30px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label {
display: flex;
align-items: flex-start;
gap: 9px;
margin: 0;
padding: 0;
font-weight: normal;
cursor: pointer;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label input[type=checkbox] {
margin: 0;
position: relative;
top: 2px;
appearance: auto;
accent-color: #e02aaf;
position: relative;
width: 16px;
height: 16px;
flex-shrink: 0;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label img {
height: 26px;
width: 26px;
object-fit: contain;
object-position: top;
transform: translateY(-10%);
flex-shrink: 0;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list label span {
font-size: 12px;
line-height: 1.2;
margin-top: 2px;
margin-bottom: 5px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list .close-filter-list {
position: absolute;
top: 4px;
right: 10px;
cursor: pointer;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list .close-filter-list:hover {
color: #e02aaf;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.active .oum-filter-list {
display: flex;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.active .oum-filter-toggle {
display: none;
}
.open-user-map .box-wrap .map-wrap .oum-attribution {
position: absolute;
bottom: -17px;
right: 13px;
z-index: 999;
background: rgba(255, 255, 255, 0.9);
font-size: 11px;
color: #999;
display: inline-block;
padding: 3px 6px;
margin: 0;
line-height: 1;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.open-user-map .box-wrap .map-wrap .oum-attribution a {
color: #e02aaf;
text-decoration: none;
display: inline;
line-height: 1;
margin: 0;
padding: 0;
}
.open-user-map .box-wrap.map-size-fullwidth {
width: 100vw;
margin-left: 50%;
transform: translateX(-50%);
}
.open-user-map .box-wrap.oum-regions-layout-2 {
display: flex;
flex-direction: row;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap {
width: 170px;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs {
flex-direction: column;
border-bottom: none;
border-right: 1px solid rgba(0, 0, 0, 0.5);
height: 100%;
justify-content: unset;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs .nav-item {
padding: 10px 10px 10px 20px;
line-height: 1.1;
border-bottom: none;
border-right: 3px solid transparent;
color: inherit;
hyphens: auto;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs .nav-item.active {
font-weight: bold;
border-color: black;
color: black;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs .nav-item:hover {
border-color: black;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .map-wrap {
width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
.open-user-map .box-wrap .map-wrap {
aspect-ratio: unset;
height: 400px;
}
}
.open-user-map .add-location {
display: none;
position: fixed;
z-index: 9999;
background: radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
top: 0;
left: 0;
right: 0;
bottom: 0;
justify-content: center;
align-items: flex-start;
padding-top: 50px;
overflow: auto;
}
.open-user-map .add-location * {
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location {
padding-top: 0;
}
}
.open-user-map .add-location .location-overlay-content {
position: relative;
width: 768px;
max-width: 80%;
display: flex;
flex-direction: column;
background: #fff;
color: #333;
padding: 33px 43px;
border-radius: 5px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content {
max-width: 100%;
padding: 15px;
}
}
.open-user-map .add-location .location-overlay-content #close-add-location-overlay {
position: absolute;
top: 23px;
right: 30px;
font-size: 30px;
line-height: 1;
display: inline-block;
color: #333;
cursor: pointer;
}
.open-user-map .add-location .location-overlay-content #close-add-location-overlay:hover {
color: #e02aaf;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #close-add-location-overlay {
top: 16px;
right: 16px;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location h2 {
text-align: center;
font-size: 26px;
margin-bottom: 16px;
color: #333;
}
.open-user-map .add-location .location-overlay-content #oum_add_location h2.oum-add-location-headline {
display: block;
}
.open-user-map .add-location .location-overlay-content #oum_add_location h2.oum-edit-location-headline {
display: none;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #oum_add_location h2 {
text-align: left;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location label {
font-size: 16px;
color: #333;
margin-left: 0;
margin-right: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location label.oum-label {
display: block;
font-weight: bold;
margin: 0 0 10px 0;
line-height: 1.5;
}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=text],
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=email],
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=url],
.open-user-map .add-location .location-overlay-content #oum_add_location textarea,
.open-user-map .add-location .location-overlay-content #oum_add_location select {
font-family: inherit;
margin: 0 0 25px;
font-size: 16px;
border: 1px solid #888;
border-radius: 2px;
color: #333;
background-color: #fff;
outline: none;
line-height: 1;
padding: 14px;
width: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location select {
appearance: none;
background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 20px;
line-height: 1.1;
height: auto;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset {
display: flex;
flex-wrap: wrap;
border: none;
padding: 0;
margin: 0 0 15px;
font-size: 16px;
color: #333;
background-color: #fff;
width: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset legend {
padding: 0;
margin: 0 0 10px 0;
font-weight: bold;
font-size: 16px;
line-height: 1.5;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset > div {
margin: 0 10px 10px 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset > div label {
display: flex;
align-items: center;
margin-left: 6px;
margin-right: 10px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset > div label {
display: block;
margin-left: 0;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=checkbox] {
appearance: auto;
accent-color: #e02aaf;
position: relative;
width: 20px;
height: 20px;
margin: 0 10px 0 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=checkbox]::before, .open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=checkbox]::after {
display: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=radio] {
appearance: auto;
accent-color: #e02aaf;
position: relative;
width: 20px;
height: 20px;
margin: 0 10px 0 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=radio]::before, .open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=radio]::after {
display: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_location_title {
width: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap {
position: relative;
aspect-ratio: 1.53;
margin: 0 2px 25px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #888;
border-radius: 2px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-geosearch-bar {
max-width: calc(100% - 67px);
margin: 10px 10px 0 auto;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation a {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_search_address_2.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
width: calc(100% - 35px);
padding: 9px 13px 9px 0;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
margin: 0 !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
font-size: 16px;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset {
right: 25px;
background-color: #fff;
color: black;
margin: 0;
padding: 0 8px;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 14px;
opacity: 0.5;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
opacity: 1;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_location_address {
width: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_location_text {
width: 100%;
height: 100px;
resize: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_custom_field_description {
font-size: 14px;
font-style: italic;
opacity: 0.8;
margin-top: -9px;
padding: 0 9px 20px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_location_image {
color: #e02aaf;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media {
display: flex;
margin-bottom: 35px;
flex-direction: column;
gap: 25px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload {
position: relative;
display: flex;
align-items: center;
gap: 10px;
padding: 5px 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload label {
display: flex;
align-items: center;
gap: 3px;
padding: 0;
margin: 0;
line-height: 1;
color: #e02aaf;
cursor: pointer;
position: relative;
flex-shrink: 0;
transition: transform 0.1s ease;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload label:hover {
transform: scale(1.05);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload label .dashicons {
width: 32px;
height: 32px;
font-size: 32px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload input[type=file] {
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
opacity: 0;
height: 100%;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload .preview {
display: flex;
gap: 5px;
align-items: center;
position: relative;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload .preview .remove-upload {
display: none;
opacity: 0.8;
width: 20px;
height: 20px;
border-radius: 100px;
cursor: pointer;
line-height: 18px;
text-align: center;
background: indianred;
color: #fff;
font-family: sans-serif;
font-size: 17px;
position: absolute;
right: -25px;
top: 50%;
transform: translateY(-50%);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload .preview .remove-upload:hover {
opacity: 1;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload .preview.active .remove-upload {
display: block;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-upload .media-upload-top {
display: flex;
align-items: center;
gap: 15px;
width: 100%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-upload .media-upload-top label .multi-upload-indicator {
position: absolute;
top: -3px;
right: -8px;
font-size: 14px;
font-weight: bold;
font-family: math;
color: #fff;
background: #e02aaf;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
border-radius: 50%;
transition: transform 0.2s ease;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-upload .media-upload-top .oum-image-upload-description {
font-family: sans-serif;
font-size: 16px;
margin: 0;
line-height: 1.3;
color: #333;
opacity: 1;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text] {
margin: 0;
flex: 1;
height: 35px;
transition: border-color 0.2s ease;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text]:hover {
border-color: #e02aaf;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text]:focus {
border-color: #e02aaf;
outline: none;
box-shadow: 0 0 0 2px rgba(224, 42, 175, 0.1);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload input[type=file] {
position: absolute;
z-index: -1;
opacity: 0;
width: 0;
height: 0;
overflow: hidden;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload .preview {
flex: 1;
min-width: 0;
display: flex;
align-items: center;
gap: 15px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload .preview .audio-preview {
width: 70%;
margin-top: 2px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload .preview .audio-preview audio {
width: 100%;
height: 40px;
margin: 0;
vertical-align: middle;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload .preview .remove-upload {
position: static;
transform: none;
margin-top: 2px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-audio-upload .preview.active .remove-upload {
display: block;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 10px;
margin: 10px 0;
width: 100%;
min-height: 50px;
padding: 10px;
border: 2px dashed #ddd;
border-radius: 4px;
position: relative;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid.dragover {
background: #f5f5f5;
border-color: #999;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid:empty {
display: none;
margin: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item {
position: relative;
aspect-ratio: 1;
border-radius: 4px;
overflow: hidden;
cursor: grab;
border: 2px solid #ddd;
background: #fff;
will-change: transform;
user-select: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item.dragging {
cursor: grabbing;
background: #fff;
border-color: #e02aaf;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
pointer-events: none;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item .remove-image {
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.8);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 14px;
line-height: 1;
color: #666;
transition: all 0.2s ease;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item .remove-image:hover {
background: #fff;
color: #000;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item .drag-handle {
position: absolute;
bottom: 5px;
right: 5px;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
cursor: grab;
font-size: 14px;
line-height: 1;
color: rgba(255, 255, 255, 0.8);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .image-preview-placeholder {
border: 2px dashed #e02aaf;
border-radius: 4px;
background: rgba(224, 42, 175, 0.05);
transition: all 0.15s ease-in-out;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_author {
display: none;
justify-content: space-between;
padding-top: 15px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_author.active {
display: flex;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_author input {
width: 49%;
}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit] {
cursor: pointer;
font-size: 19px;
margin: 40px 0 10px;
background: #e02aaf;
padding: 15px 30px;
line-height: 1;
border: none;
color: white;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit].oum-loading {
text-indent: -9999px;
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/loading.gif);
background-repeat: no-repeat;
background-position: center center;
background-size: 30px;
background-size: 40px;
width: 100px;
opacity: 0.6;
}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit]:hover, .open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit]:active {
color: white;
background-color: #bc1b91;
}
@media screen and (max-width: 768px) {
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit] {
width: 100%;
}
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_delete_location_btn {
display: none;
text-align: center;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_delete_location_btn span {
cursor: pointer;
color: #e02aaf;
display: inline-block;
margin-top: 20px;
margin-bottom: 10px;
font-size: 15px;
line-height: 1.2;
border-bottom: 1px solid;
}
.open-user-map .add-location .location-overlay-content #oum_add_location_error {
color: red;
}
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou {
text-align: center;
}
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou h3 {
color: #e02aaf;
margin-bottom: 20px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou button {
margin: 30px 0 0;
cursor: pointer;
font-size: 19px;
margin: 40px 0 10px;
background: #e02aaf;
padding: 15px 30px;
line-height: 1;
border: none;
color: white;
position: relative;
}
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou button:hover, .open-user-map .add-location .location-overlay-content #oum_add_location_thankyou button:active {
color: white;
background: #bc1b91;
}
.open-user-map .add-location.active {
display: flex;
}
.open-user-map .add-location.edit-location .location-overlay-content #oum_add_location h2.oum-add-location-headline {
display: none;
}
.open-user-map .add-location.edit-location .location-overlay-content #oum_add_location h2.oum-edit-location-headline {
display: block;
}
.open-user-map .add-location.edit-location .location-overlay-content #oum_add_location #oum_delete_location_btn {
display: block;
}
.open-user-map .add-user-location .map-wrap {
position: relative;
padding-top: 100%;
margin: 15px 0;
}
@media screen and (max-width: 768px) {
.open-user-map .add-user-location .map-wrap {
padding-top: 100%;
}
}
.open-user-map .add-user-location .map-wrap #mapGetLocation {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #888;
border-radius: 2px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-geosearch-bar {
max-width: calc(100% - 67px);
margin: 10px 10px 0 auto;
}
}
.open-user-map .add-user-location .map-wrap #mapGetLocation a {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar {
max-width: calc(100% - 67px);
margin: 10px 10px 0 auto;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_search_address_2.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
width: calc(100% - 35px);
padding: 9px 13px 9px 0;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
margin: 0 !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
font-size: 16px;
}
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset {
right: 25px;
background-color: #fff;
color: black;
margin: 0;
padding: 0 8px;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 14px;
opacity: 0.5;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
opacity: 1;
}
.open-user-map .add-user-location .map-wrap #mapGetLocation.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.open-user-map .add-user-location .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}
.open-user-map .add-user-location .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map .add-user-location .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}
.open-user-map .add-user-location .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.open-user-map.oum-container-for-fullscreen {
z-index: 99999999;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container {
display: none;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap {
background-color: #fff;
color: #333;
height: 100%;
overflow: auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel {
position: relative;
width: 100%;
overflow: hidden;
pointer-events: none;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel:hover .oum-carousel-prev,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel:hover .oum-carousel-next {
opacity: 1;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-inner {
display: flex;
width: 100%;
height: 100%;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-inner .oum-carousel-item {
flex: 0 0 100%;
width: 100%;
height: 100%;
position: relative;
display: none;
background-color: #eee;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-inner .oum-carousel-item.active {
display: block;
animation: carouselFadeIn 0.3s ease-in-out;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: 100%;
display: block;
max-width: 100%;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-4-3 {
aspect-ratio: 4/3;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-4-3 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-16-9 {
aspect-ratio: 16/9;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-16-9 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-1-1 {
aspect-ratio: 1/1;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-cover-1-1 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-original {
aspect-ratio: auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel.popup-image-size-original .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
padding: 0;
margin: 0;
background: rgba(0, 0, 0, 0.5);
border: none;
box-shadow: none;
border-radius: 50%;
color: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
z-index: 1;
font-size: 0;
text-indent: -9999px;
pointer-events: auto;
}
@media (max-width: 768px) {
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next {
opacity: 1;
}
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev::before,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next::before {
content: "";
display: block;
width: 10px;
height: 10px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #fff;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev:hover,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next:hover {
background: rgba(0, 0, 0, 0.8);
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev:focus,
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next:focus {
outline: none;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev {
left: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-prev::before {
transform: rotate(-135deg);
margin-left: 4px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next {
right: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-next::before {
transform: rotate(45deg);
margin-right: 4px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum-carousel .oum-carousel-counter {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.5);
color: white;
padding: 4px 10px;
border-radius: 15px;
font-size: 12px;
z-index: 1;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_video > * {
margin: 0;
padding-top: 60px;
line-height: 1;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_video > * > p {
width: 100%;
line-height: 1;
margin: 0 auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_video > * iframe {
width: 100%;
margin: 0 auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text {
padding: 35px 20px;
line-height: 1.5;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text * {
color: #000;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text a {
color: #e02aaf;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_date {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 5px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_address {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_name {
font-size: 20px;
font-weight: bold;
margin-top: 0;
margin-bottom: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields {
font-size: 14px;
opacity: 0.8;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum_custom_field {
margin-bottom: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a {
display: inline-block;
hyphens: auto;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=facebook] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_facebook_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=instagram] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_instagram_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=linkedin] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_linkedin_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=twitter] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_twitter_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=youtube] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_youtube_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields a[href*=soundcloud] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_soundcloud_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_custom_fields .oum_custom_field span {
background: rgba(0, 0, 0, 0.1);
display: inline-block;
padding: 3px 5px;
border-radius: 5px;
margin-right: 5px;
font-size: 13px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_description {
font-size: 14px;
opacity: 0.8;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text audio {
margin-top: 15px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_text_bottom {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-top: 14px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_read_more {
font-size: 14px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_vote_button_wrap .oum_vote_button {
background: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 20px;
height: 27px;
padding: 4px 11px;
cursor: pointer;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
color: #6c757d;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_vote_button_wrap .oum_vote_button:hover {
background: #e9ecef;
border-color: #adb5bd;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted {
background: #dc3545;
border-color: #dc3545;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted * {
color: white;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_vote_button_wrap .oum_vote_button .oum_vote_count {
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 10px;
padding: 2px 6px;
font-size: 12px;
font-weight: bold;
min-width: 20px;
text-align: center;
margin-left: 4px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .edit-location-button {
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_pen.png) no-repeat 58% 36% #eee;
background-size: 60%;
border-radius: 99px;
height: 30px;
width: 30px;
text-align: center;
top: 16px;
right: 57px;
z-index: 2;
position: absolute;
cursor: pointer;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container #close-location-fullscreen {
position: absolute;
z-index: 1;
top: 16px;
right: 16px;
font-size: 18px;
line-height: 30px;
display: inline-block;
color: #333;
background: #eee;
border-radius: 99px;
width: 30px;
height: 30px;
text-align: center;
cursor: pointer;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container #close-location-fullscreen:hover {
color: #e02aaf;
}
@media (max-width: 768px) {
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container.visible {
display: block;
}
}
.open-user-map-image-gallery {  position: relative;
opacity: 0;
margin-bottom: 40px;
}
.open-user-map-image-gallery img {
display: inherit;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
max-width: inherit;
}
.open-user-map-image-gallery .oum-gallery-item {
width: calc(25% - 15px);
margin-bottom: 20px;
break-inside: avoid;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
background: #fff;
transition: box-shadow 0.2s ease-in-out;
}
.open-user-map-image-gallery .oum-gallery-item:hover {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.open-user-map-image-gallery .oum-gallery-item:hover img {
transform: scale(1.02);
}
.open-user-map-image-gallery .oum-gallery-item a {
display: block;
width: 100%;
}
.open-user-map-image-gallery .oum-gallery-item img {
display: block;
width: 100%;
height: auto;
transition: transform 0.2s ease-in-out;
}
.open-user-map-image-gallery .oum-gallery-pagination {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
padding-top: 20px;
gap: 5px;
clear: both;
border-top: 1px solid #eee;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 12px;
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
color: #333;
text-decoration: none;
font-size: 14px;
transition: all 0.2s ease;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers:hover {
background: #f5f5f5;
border-color: #ccc;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers.current {
background: #e02aaf;
border-color: #e02aaf;
color: #fff;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers.prev, .open-user-map-image-gallery .oum-gallery-pagination .page-numbers.next {
font-size: 13px;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers.dots {
border: none;
padding: 0 8px;
}
.open-user-map-image-gallery .oum-gallery-pagination .page-numbers.dots:hover {
background: transparent;
}
@media (max-width: 1200px) {
.open-user-map-image-gallery .oum-gallery-item {
width: calc(33.333% - 14px);
}
}
@media (max-width: 768px) {
.open-user-map-image-gallery .oum-gallery-item {
width: calc(50% - 10px);
}
}
@media (max-width: 480px) {
.open-user-map-image-gallery .oum-gallery-item {
width: 100%;
}
}
.open-user-map-location-map {
aspect-ratio: 1.5;
}
.open-user-map-location-map .leaflet-marker-icon:not(.marker-cluster) {
height: 40px !important;
width: 40px !important;
margin-top: -40px !important;
margin-left: -20px !important;
object-fit: contain;
object-position: center bottom;
}
.open-user-map-location-map .leaflet-marker-icon:not(.marker-cluster):hover {
width: 44px !important;
height: 44px !important;
margin-top: -44px !important;
margin-left: -22px !important;
}
.open-user-map-locations-list {  }
.open-user-map-locations-list img {
display: inherit;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
max-width: inherit;
}
.open-user-map-locations-list input[type=radio],
.open-user-map-locations-list input[type=checkbox] {
margin: inherit;
padding: inherit;
}
.open-user-map-locations-list input[type=text] {
background-color: #fff;
color: #333;
border-radius: 0;
font-size: 16px;
}
.open-user-map-locations-list h1, .open-user-map-locations-list h2, .open-user-map-locations-list h3, .open-user-map-locations-list h4 {
margin: 0;
padding: 0;
display: inherit;
}
.open-user-map-locations-list button {
margin: 0;
padding: 0;
}
.open-user-map-locations-list .elementor-widget-open_user_map_widget {
width: 100%;
}
.open-user-map-locations-list .oum-locations-list-item {
display: grid;
grid-template-columns: minmax(0, 290px) 1fr;
margin-bottom: 30px;
background: #fff;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel {
position: relative;
width: 100%;
overflow: hidden;
pointer-events: none;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel:hover .oum-carousel-prev,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel:hover .oum-carousel-next {
opacity: 1;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-inner {
display: flex;
width: 100%;
height: 100%;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-inner .oum-carousel-item {
flex: 0 0 100%;
width: 100%;
height: 100%;
position: relative;
display: none;
background-color: #eee;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-inner .oum-carousel-item.active {
display: block;
animation: carouselFadeIn 0.3s ease-in-out;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: 100%;
display: block;
max-width: 100%;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-4-3 {
aspect-ratio: 4/3;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-4-3 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-16-9 {
aspect-ratio: 16/9;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-16-9 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-1-1 {
aspect-ratio: 1/1;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-cover-1-1 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-original {
aspect-ratio: auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel.popup-image-size-original .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
padding: 0;
margin: 0;
background: rgba(0, 0, 0, 0.5);
border: none;
box-shadow: none;
border-radius: 50%;
color: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
z-index: 1;
font-size: 0;
text-indent: -9999px;
pointer-events: auto;
}
@media (max-width: 768px) {
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next {
opacity: 1;
}
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev::before,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next::before {
content: "";
display: block;
width: 10px;
height: 10px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #fff;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev:hover,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next:hover {
background: rgba(0, 0, 0, 0.8);
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev:focus,
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next:focus {
outline: none;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev {
left: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-prev::before {
transform: rotate(-135deg);
margin-left: 4px;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next {
right: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-next::before {
transform: rotate(45deg);
margin-right: 4px;
}
.open-user-map-locations-list .oum-locations-list-item .oum-carousel .oum-carousel-counter {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.5);
color: white;
padding: 4px 10px;
border-radius: 15px;
font-size: 12px;
z-index: 1;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_media {
padding: 15px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_image img {
width: 100%;
margin: 0 auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_video > div {
aspect-ratio: 4/3;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_video > div > p {
width: 100%;
height: 100%;
margin: 0 auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_video iframe {
width: 100%;
height: 100%;
margin: 0 auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text {
padding: 15px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text * {
color: #000;
hyphens: auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text a {
color: #e02aaf;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_date {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 5px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_address {
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
margin-bottom: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_name {
font-size: 20px;
font-weight: bold;
margin-top: 0;
margin-bottom: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields {
font-size: 14px;
opacity: 0.8;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum_custom_field {
margin-bottom: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a {
display: inline-block;
hyphens: auto;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=facebook] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_facebook_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=instagram] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_instagram_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=linkedin] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_linkedin_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=twitter] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_twitter_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=youtube] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_youtube_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields a[href*=soundcloud] {
display: inline-block;
margin: 6px 1px;
top: -2px;
position: relative;
width: 20px;
height: 20px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/assets/images/ico_soundcloud_50x50.png) no-repeat center center transparent;
background-size: contain;
text-indent: -9999px;
margin: 6px 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_custom_fields .oum_custom_field span {
background: rgba(0, 0, 0, 0.1);
display: inline-block;
padding: 3px 5px;
border-radius: 5px;
margin-right: 5px;
font-size: 13px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_description {
font-size: 14px;
opacity: 0.8;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text audio {
margin-top: 15px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_text_bottom {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-top: 14px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_read_more {
font-size: 14px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button {
background: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 20px;
height: 27px;
padding: 4px 11px;
cursor: pointer;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
color: #6c757d;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button:hover {
background: #e9ecef;
border-color: #adb5bd;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted {
background: #dc3545;
border-color: #dc3545;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted * {
color: white;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button .oum_vote_count {
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 10px;
padding: 2px 6px;
font-size: 12px;
font-weight: bold;
min-width: 20px;
text-align: center;
margin-left: 4px;
}
@media (max-width: 768px) {
.open-user-map-locations-list .oum-locations-list-item {
grid-template-columns: 1fr;
}
}
.open-user-map-locations-list .oum-locations-list-pagination {
display: flex;
padding-left: 0;
list-style: none;
gap: 10px;
justify-content: center;
}
.open-user-map-single-default-template-media.has-video {
aspect-ratio: 16/9;
}
.open-user-map-single-default-template-media.has-video p {
width: 100%;
height: 100%;
}
.open-user-map-single-default-template-media.has-video iframe {
width: 100%;
height: 100%;
margin: 0 auto;
}
.oum-location-value {
margin-bottom: 1rem;
}
.oum-location-value .oum-carousel {
position: relative;
width: 100%;
overflow: hidden;
pointer-events: none;
}
.oum-location-value .oum-carousel:hover .oum-carousel-prev,
.oum-location-value .oum-carousel:hover .oum-carousel-next {
opacity: 1;
}
.oum-location-value .oum-carousel .oum-carousel-inner {
display: flex;
width: 100%;
height: 100%;
}
.oum-location-value .oum-carousel .oum-carousel-inner .oum-carousel-item {
flex: 0 0 100%;
width: 100%;
height: 100%;
position: relative;
display: none;
background-color: #eee;
}
.oum-location-value .oum-carousel .oum-carousel-inner .oum-carousel-item.active {
display: block;
animation: carouselFadeIn 0.3s ease-in-out;
}
.oum-location-value .oum-carousel .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: 100%;
display: block;
max-width: 100%;
}
.oum-location-value .oum-carousel.popup-image-size-cover-4-3 {
aspect-ratio: 4/3;
}
.oum-location-value .oum-carousel.popup-image-size-cover-4-3 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.oum-location-value .oum-carousel.popup-image-size-cover-16-9 {
aspect-ratio: 16/9;
}
.oum-location-value .oum-carousel.popup-image-size-cover-16-9 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.oum-location-value .oum-carousel.popup-image-size-cover-1-1 {
aspect-ratio: 1/1;
}
.oum-location-value .oum-carousel.popup-image-size-cover-1-1 .oum-carousel-inner .oum-carousel-item img {
object-fit: cover;
object-position: top center;
}
.oum-location-value .oum-carousel.popup-image-size-original {
aspect-ratio: auto;
}
.oum-location-value .oum-carousel.popup-image-size-original .oum-carousel-inner .oum-carousel-item img {
width: 100%;
height: auto;
}
.oum-location-value .oum-carousel .oum-carousel-prev,
.oum-location-value .oum-carousel .oum-carousel-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
padding: 0;
margin: 0;
background: rgba(0, 0, 0, 0.5);
border: none;
box-shadow: none;
border-radius: 50%;
color: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
z-index: 1;
font-size: 0;
text-indent: -9999px;
pointer-events: auto;
}
@media (max-width: 768px) {
.oum-location-value .oum-carousel .oum-carousel-prev,
.oum-location-value .oum-carousel .oum-carousel-next {
opacity: 1;
}
}
.oum-location-value .oum-carousel .oum-carousel-prev::before,
.oum-location-value .oum-carousel .oum-carousel-next::before {
content: "";
display: block;
width: 10px;
height: 10px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #fff;
}
.oum-location-value .oum-carousel .oum-carousel-prev:hover,
.oum-location-value .oum-carousel .oum-carousel-next:hover {
background: rgba(0, 0, 0, 0.8);
}
.oum-location-value .oum-carousel .oum-carousel-prev:focus,
.oum-location-value .oum-carousel .oum-carousel-next:focus {
outline: none;
}
.oum-location-value .oum-carousel .oum-carousel-prev {
left: 10px;
}
.oum-location-value .oum-carousel .oum-carousel-prev::before {
transform: rotate(-135deg);
margin-left: 4px;
}
.oum-location-value .oum-carousel .oum-carousel-next {
right: 10px;
}
.oum-location-value .oum-carousel .oum-carousel-next::before {
transform: rotate(45deg);
margin-right: 4px;
}
.oum-location-value .oum-carousel .oum-carousel-counter {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.5);
color: white;
padding: 4px 10px;
border-radius: 15px;
font-size: 12px;
z-index: 1;
}
.oum-location-value[data-value=type] {
display: inline-block;
border-radius: 99px;
padding: 0 0.8rem;
border: 1px solid;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 1px;
}
@media (max-width: 768px) {
body.oum-location-opened {
overflow: hidden;
}
}
body.oum-add-location-opened {
overflow: hidden;
}
@keyframes carouselFadeIn {
from {
opacity: 0.7;
transform: scale(0.98);
}
to {
opacity: 1;
transform: scale(1);
}
}
.oum-delete-confirmation {
text-align: center;
padding: 40px 20px;
}
.oum-delete-confirmation h3 {
color: #333;
margin-bottom: 20px;
}
.oum-delete-confirmation p {
margin-bottom: 30px;
}
.oum-delete-confirmation button {
display: inline-block !important;
margin: 0 auto !important;
padding: 12px 24px !important;
background-color: #e02aaf !important;
color: #fff !important;
border: none !important;
border-radius: 4px !important;
cursor: pointer !important;
font-size: 16px !important;
transition: background-color 0.3s ease !important;
}
.oum-delete-confirmation button:hover {
background-color: #bc1b91 !important;
}
.open-user-map-single-default-template .wp-block-post-featured-image {
aspect-ratio: auto !important;
}
.open-user-map-single-default-template .wp-block-columns {
gap: var(--wp--style--block-gap, 2em);
}
.open-user-map-single-default-template .wp-block-shortcode {
margin-bottom: 1.5em;
}
.open-user-map-single-default-template .wp-block-shortcode:last-child {
margin-bottom: 0;
}
@media (max-width: 781px) {
.open-user-map-single-default-template .wp-block-columns {
gap: 1.5em;
}
}.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/src/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/src/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path { background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/src/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
} @media print { .leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}@-webkit-keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}@keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}.leaflet-container:after{-webkit-animation:leaflet-gestures-fadein .8s backwards;animation:leaflet-gestures-fadein .8s backwards;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:22px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:461;pointer-events:none}.leaflet-gesture-handling-scroll-warning:after,.leaflet-gesture-handling-touch-warning:after{-webkit-animation:leaflet-gestures-fadein .8s forwards;animation:leaflet-gestures-fadein .8s forwards}.leaflet-gesture-handling-touch-warning:after{content:attr(data-gesture-handling-touch-content)}.leaflet-gesture-handling-scroll-warning:after{content:attr(data-gesture-handling-scroll-content)}.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg { -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}.marker-cluster {
background-clip: padding-box;
border-radius: 20px;
background-color: rgba(255, 111, 105, 0.6);
}
.marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
background-color: rgba(255, 111, 105, 1);
color: white;
text-align: center;
border-radius: 15px;
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
line-height: 30px;
}.leaflet-control-geosearch *,
.leaflet-control-geosearch *:before,
.leaflet-control-geosearch *:after {
box-sizing: border-box;
} .leaflet-control-geosearch .leaflet-bar-part {
border-radius: 4px;
border-bottom: none;
}
.leaflet-control-geosearch a.leaflet-bar-part:before,
.leaflet-control-geosearch a.leaflet-bar-part:after {
position: absolute;
display: block;
content: '';
} .leaflet-control-geosearch a.leaflet-bar-part:before {
top: 15px;
left: 13px;
width: 6px;
border-top: 2px solid #555;
transform: rotateZ(45deg);
}
.leaflet-control-geosearch a.leaflet-bar-part:after {
top: 8px;
left: 8px;
height: 8px;
width: 8px;
border-radius: 50%;
border: 2px solid #555;
} .leaflet-control-geosearch.error a.leaflet-bar-part:before,
.leaflet-control-geosearch.pending a.leaflet-bar-part:before {
display: none;
}
.leaflet-control-geosearch.pending a.leaflet-bar-part:after,
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
left: 50%;
top: 50%;
width: 18px;
height: 18px;
margin: -9px 0 0 -9px;
border-radius: 50%;
} .leaflet-control-geosearch.pending a.leaflet-bar-part:after {
content: '';
border: 2px solid #555;
border-top: 2px solid #f3f3f3;
animation: spin 1s linear infinite;
} .leaflet-control-geosearch.error a.leaflet-bar-part:after {
content: '!';
line-height: initial;
font-weight: 600;
font-size: 18px;
border: none;
} .leaflet-control-geosearch form {
display: none;
position: absolute;
top: 0;
left: 36px;
border-radius: 0 4px 4px 0;
background-color: #fff;
background-clip: padding-box;
z-index: -1;
height: auto;
margin: 0;
padding: 0 8px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.leaflet-geosearch-button form.open {
border-radius: 0 4px 4px 4px;
}
.leaflet-control-geosearch.active form {
display: block;
}
.leaflet-geosearch-button.active .leaflet-bar-part {
border-radius: 4px 0 0 4px;
width: 36px;
}
.leaflet-geosearch-button form {
max-width: 350px;
}
.leaflet-control-geosearch form input {
min-width: 200px;
width: 100%;
outline: none;
border: none;
margin: 0;
padding: 0;
font-size: 12px;
height: 30px;
border: none;
border-radius: 0 4px 4px 0;
text-indent: 8px;
}
.leaflet-touch .leaflet-geosearch-bar form {
border: 2px solid rgba(0,0,0,0.2);
box-shadow: none;
}
.leaflet-touch .leaflet-geosearch-bar form input {
height: 30px;
}
.leaflet-control-geosearch .results {
background: #fff;
}
.leaflet-control-geosearch .results > * {
line-height: 24px;
padding: 0 8px;
border: 1px solid transparent;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.leaflet-control-geosearch .results.active {
padding: 8px 0;
border-top: 1px solid #c6c6c6;
}
.leaflet-control-geosearch .results > .active,
.leaflet-control-geosearch .results > :hover {
background-color: #f8f8f8;
border-color: #c6c6c6;
cursor: pointer;
} .leaflet-control-geosearch .results.active:after {
content: '';
display: block;
width: 0;
position: absolute;
left: -2px;
bottom: -2px;
top: 30px;
}
.leaflet-touch .leaflet-control-geosearch .results.active:after {
border-left: 2px solid rgba(0, 0, 0, .2);
} @keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.leaflet-top .leaflet-geosearch-bar,
.leaflet-bottom .leaflet-geosearch-bar {
display: none;
}
.leaflet-geosearch-bar {
position: relative;
display: block;
height: auto;
width: 400px;
max-width: calc(100% - 120px);
margin: 10px auto 0;
cursor: auto;
z-index: 1000;
}
.leaflet-geosearch-bar form {
position: relative;
top: 0;
left: 0;
display: block;
border-radius: 4px;
}
.leaflet-geosearch-bar form input {
min-width: 100%;
width: 100%;
}
.leaflet-geosearch-bar .results.active:after {
opacity: .2;
}
.leaflet-right .leaflet-control-geosearch form {
right: 28px;
left: initial;
border-radius: 4px 0 0 4px;
border-left: inherit;
border-right: none;
}
.leaflet-bar-notfound {
font-style: italic;
}
.leaflet-control-geosearch button.reset {
color: black;
font-weight: bold;
position: absolute;
line-height: 26px;
padding: 0 8px;
right: 0;
top: 0;
cursor: pointer;
border: none;
text-decoration: none;
background-color: #fff;
border-radius: 0 4px 4px 0;
}
.leaflet-touch .leaflet-control-geosearch button.reset {
line-height: 30px;
}
.leaflet-control-geosearch button.reset:hover {
background: #f5f5f5;
}.fullscreen-icon {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/src/leaflet/images/icon-fullscreen.svg);
background-size: 26px 52px;
}
.fullscreen-icon.leaflet-fullscreen-on {
background-position: 0 -26px;
}
.leaflet-touch .fullscreen-icon {
background-position: 2px 2px;
}
.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on {
background-position: 2px -24px;
}  .leaflet-container:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
z-index: 99999;
}
.leaflet-container:fullscreen {
width: 100% !important;
height: 100% !important;
z-index: 99999;
}
.open-user-map .box-wrap > .leaflet-pseudo-fullscreen,
.leaflet-pseudo-fullscreen {
position: fixed !important;
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
z-index: 99999;
}.leaflet-control-locate a{cursor:pointer}.leaflet-control-locate a .leaflet-control-locate-location-arrow{display:inline-block;width:16px;height:16px;margin:7px;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>')}.leaflet-control-locate a .leaflet-control-locate-spinner{display:inline-block;width:16px;height:16px;margin:7px;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M304 48a48 48 0 1 1-96 0 48 48 0 0 1 96 0zm-48 368a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm208-208a48 48 0 1 0 0 96 48 48 0 0 0 0-96zM96 256a48 48 0 1 0-96 0 48 48 0 0 0 96 0zm13 99a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm294 0a48 48 0 1 0 0 96 48 48 0 0 0 0-96zM109 61a48 48 0 1 0 0 96 48 48 0 0 0 0-96z"/></svg>');animation:leaflet-control-locate-spin 2s linear infinite}.leaflet-control-locate.active a .leaflet-control-locate-location-arrow{background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(32, 116, 182)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>')}.leaflet-control-locate.following a .leaflet-control-locate-location-arrow{background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(252, 132, 40)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>')}.leaflet-touch .leaflet-bar .leaflet-locate-text-active{width:100%;max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px}.leaflet-touch .leaflet-bar .leaflet-locate-text-active .leaflet-locate-icon{padding:0 5px 0 0}.leaflet-control-locate-location circle{animation:leaflet-control-locate-throb 4s ease infinite}@keyframes leaflet-control-locate-throb{0%{stroke-width:1}50%{stroke-width:3;transform:scale(0.8, 0.8)}100%{stroke-width:1}}@keyframes leaflet-control-locate-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.leaflet-container .leaflet-control-search {
position:relative;
float:left;
background:#fff;
color:#1978cf;
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.8);
z-index:1000;	
margin-left: 10px;
margin-top: 10px;
}
.leaflet-control-search.search-exp { background: #fff;
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;	
}
.leaflet-control-search .search-input {
display:block;
float:left;
background: #fff;
border:1px solid #666;
border-radius:2px;
height:22px;
padding:0 20px 0 2px;
margin:4px 0 4px 4px;
}
.leaflet-control-search.search-load .search-input {
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/src/leaflet/images/loader.gif) no-repeat center right #fff;
}
.leaflet-control-search.search-load .search-cancel {
visibility:hidden;
}
.leaflet-control-search .search-cancel {
display:block;
width:22px;
height:22px;
position:absolute;
right:28px;
margin:6px 0;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/src/leaflet/images/search-icon.png) no-repeat 0 -46px;
text-decoration:none;
filter: alpha(opacity=80);
opacity: 0.8;		
}
.leaflet-control-search .search-cancel:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.leaflet-control-search .search-cancel span {
display:none; font-size:18px;
line-height:20px;
color:#ccc;
font-weight:bold;
}
.leaflet-control-search .search-cancel:hover span {
color:#aaa;
}
.leaflet-control-search .search-button {
display:block;
float:left;
width:30px;
height:30px;	
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/src/leaflet/images/search-icon.png) no-repeat 4px 4px #fff;
border-radius:4px;
}
.leaflet-control-search .search-button:hover {
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/src/leaflet/images/search-icon.png) no-repeat 4px -20px #fafafa;
}
.leaflet-control-search .search-tooltip {
position:absolute;
top:100%;
left:0;
float:left;
list-style: none;
padding-left: 0;
min-width:120px;
max-height:122px;
box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
background-color: rgba(0, 0, 0, 0.25);
z-index:1010;
overflow-y:auto;
overflow-x:hidden;
cursor: pointer;
}
.leaflet-control-search .search-tip {
margin:2px;
padding:2px 4px;
display:block;
color:black;
background: #eee;
border-radius:.25em;
text-decoration:none;	
white-space:nowrap;
vertical-align:center;
}
.leaflet-control-search .search-button:hover {
background-color: #f4f4f4;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
background-color: #fff;
}
.leaflet-control-search .search-alert {
cursor:pointer;
clear:both;
font-size:.75em;
margin-bottom:5px;
padding:0 .25em;
color:#e00;
font-weight:bold;
border-radius:.25em;
}.leaflet-resp-popup-north .leaflet-popup-tip {
box-shadow: none;
} .leaflet-resp-popup-south .leaflet-popup-tip-container {
top: 0;
margin-top: -20px;
}
.leaflet-resp-popup-south .leaflet-popup-tip {
margin: 11px auto 0;
box-shadow: none;
} .leaflet-resp-popup-west .leaflet-popup-tip-container {
right: 0;	
margin-right: -20px;
left: 100%;
margin-left: -2px;
top: 50%;
margin-top: -11px;
}
.leaflet-resp-popup-west .leaflet-popup-tip {
margin: 1px -8px 0 -8px;
box-shadow: none;
} .leaflet-resp-popup-east .leaflet-popup-tip-container {
width: 20px;
left: 2px;
top: 50%;
margin-top: -11px;
}
.leaflet-resp-popup-east .leaflet-popup-tip {
margin: 0 11px;
box-shadow: none;
} .leaflet-resp-popup-south-east .leaflet-popup-tip-container {
left: 0;
margin-left: 0;
top: 0;
margin-top: -20px;
}
.leaflet-resp-popup-south-east .leaflet-popup-tip {
margin: 11px 11px 11px -8px;
box-shadow: none;
}
.leaflet-resp-popup-south-east .leaflet-popup-content-wrapper {
border-radius: 0 20px 20px 20px;
} .leaflet-resp-popup-east-south .leaflet-popup-tip-container {
width: 20px;
left: 0;
top: 0;
}
.leaflet-resp-popup-east-south .leaflet-popup-tip {
margin: -8px 11px;
box-shadow: none;
}
.leaflet-resp-popup-east-south .leaflet-popup-content-wrapper {
border-radius: 0 20px 20px 20px;
} .leaflet-resp-popup-north-east .leaflet-popup-tip-container {
left: 0;
margin-left: 0;
margin-top: -1px;
}
.leaflet-resp-popup-north-east .leaflet-popup-tip {
margin: -8px 11px 11px -8px;
box-shadow: none;
}
.leaflet-resp-popup-north-east .leaflet-popup-content-wrapper {
border-radius: 20px 20px 20px 0;
} .leaflet-resp-popup-east-north .leaflet-popup-tip-container {
left: 0;
margin-left: -20px;
margin-top: -20px;
}
.leaflet-resp-popup-east-north .leaflet-popup-tip {
margin: 11px 11px 11px 11px;
box-shadow: none;
} .leaflet-resp-popup-north-west .leaflet-popup-tip-container {
width: 20px;
margin-right: 0;
margin-top: -1px;
left: 100%;
right: 0;
}
.leaflet-resp-popup-north-west .leaflet-popup-tip {
margin: -8px 11px 11px 11px;
box-shadow: none;
}
.leaflet-resp-popup-north-west .leaflet-popup-content-wrapper {
border-radius: 20px 20px 0 20px;
} .leaflet-resp-popup-west-north .leaflet-popup-tip-container {
margin-left: 0;
margin-top: -20px;
left: 100%;
right: 0;
}
.leaflet-resp-popup-west-north .leaflet-popup-tip {
margin: 11px 11px 0px -8px;
box-shadow: none;
}
.leaflet-resp-popup-west-north .leaflet-popup-content-wrapper {
border-radius: 20px 20px 0 20px;
} .leaflet-resp-popup-south-west .leaflet-popup-tip-container {
width: 20px;
left: 100%;
top: 0;
margin-top: -20px;
}
.leaflet-resp-popup-south-west .leaflet-popup-tip {
margin: 11px 11px 11px 11px;
box-shadow: none;
}
.leaflet-resp-popup-south-west .leaflet-popup-content-wrapper {
border-radius: 20px 0 20px 20px;
} .leaflet-resp-popup-west-south .leaflet-popup-tip-container {
margin-left: 0;
margin-right: -20px;
left: 100%;
right: 0;
top: 0;
}
.leaflet-resp-popup-west-south .leaflet-popup-tip {
margin: -8px;
box-shadow: none;
}
.leaflet-resp-popup-west-south .leaflet-popup-content-wrapper {
border-radius: 20px 0 20px 20px;
}

.post-php.post-type-oum-location #location_customfields .inside .form-table > tbody > tr,
.post-new-php.post-type-oum-location #location_customfields .inside .form-table > tbody > tr {
margin-bottom: 20px;
border-bottom: 1px solid #E8E8EB;
}
.post-php.post-type-oum-location #location_customfields .inside .form-table > tbody > tr > th, .post-php.post-type-oum-location #location_customfields .inside .form-table > tbody > tr > td,
.post-new-php.post-type-oum-location #location_customfields .inside .form-table > tbody > tr > th,
.post-new-php.post-type-oum-location #location_customfields .inside .form-table > tbody > tr > td {
padding: 20px 10px;
}
.post-php.post-type-oum-location #location_customfields .inside .form-table > tbody > tr:last-child,
.post-new-php.post-type-oum-location #location_customfields .inside .form-table > tbody > tr:last-child {
border-bottom: none;
}
.post-php.post-type-oum-location .oum_custom_field_description,
.post-new-php.post-type-oum-location .oum_custom_field_description {
font-style: italic;
font-size: 14px;
opacity: 0.8;
padding: 8px;
}
.post-php.post-type-oum-location .geo-coordinates-wrap,
.post-new-php.post-type-oum-location .geo-coordinates-wrap {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap {
position: relative;
width: 50%;
min-width: 340px;
padding-top: 30%;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #888;
border-radius: 2px;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/ico_search_address_2.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text],
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
width: calc(100% - 35px);
padding: 9px 13px 9px 0;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
margin: 0 !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text],
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
font-size: 16px;
}
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset {
right: 25px;
background-color: #fff;
color: black;
margin: 0;
padding: 0 8px;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 14px;
opacity: 0.5;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
opacity: 1;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation a,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation a {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-tile-pane img.leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-locate-location-arrow,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap #mapGetLocation .leaflet-control-locate-location-arrow {
mask-image: none;
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/ico_mylocation.svg);
background-color: transparent;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap {
width: 330px;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint {
box-sizing: border-box;
margin-bottom: 30px;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint div.hint,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint div.hint {
font-size: 20px;
margin-bottom: 20px;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint .latlng-wrap > div:not(.hint),
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint .latlng-wrap > div:not(.hint) {
display: flex;
gap: 15px;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint .latlng-wrap > div:not(.hint) > div,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap .geo-coordinates-hint .latlng-wrap > div:not(.hint) > div {
width: 100px;
}
@media (max-width: 768px) {
.post-php.post-type-oum-location .geo-coordinates-wrap,
.post-new-php.post-type-oum-location .geo-coordinates-wrap {
flex-direction: column;
}
.post-php.post-type-oum-location .geo-coordinates-wrap .map-wrap,
.post-php.post-type-oum-location .geo-coordinates-wrap .input-wrap,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .map-wrap,
.post-new-php.post-type-oum-location .geo-coordinates-wrap .input-wrap {
width: 100%;
}
}
.post-php.post-type-oum-location #oum_location_image_preview .image-preview-grid,
.post-new-php.post-type-oum-location #oum_location_image_preview .image-preview-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 10px;
margin: 10px 0;
width: 100%;
min-height: 50px;
padding: 10px;
border: 2px dashed #ddd;
border-radius: 4px;
position: relative;
}
.post-php.post-type-oum-location #oum_location_image_preview .image-preview-grid.dragover,
.post-new-php.post-type-oum-location #oum_location_image_preview .image-preview-grid.dragover {
background: #f5f5f5;
border-color: #999;
}
.post-php.post-type-oum-location #oum_location_image_preview .image-preview-grid:empty,
.post-new-php.post-type-oum-location #oum_location_image_preview .image-preview-grid:empty {
display: none;
margin: 0;
}
.post-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item,
.post-new-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item {
position: relative;
aspect-ratio: 1;
border-radius: 4px;
overflow: hidden;
cursor: grab;
border: 2px solid #ddd;
background: #fff;
will-change: transform;
user-select: none;
transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}
.post-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item.dragging,
.post-new-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item.dragging {
cursor: grabbing;
background: #fff;
border-color: #e02aaf;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
opacity: 0.9;
transform: scale(1.05) rotate(1deg);
z-index: 1000;
}
.post-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item img,
.post-new-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
pointer-events: none;
}
.post-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item .remove-image,
.post-new-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item .remove-image {
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.8);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 14px;
line-height: 1;
color: #666;
transition: all 0.2s ease;
z-index: 2;
}
.post-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item .remove-image:hover,
.post-new-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item .remove-image:hover {
background: #fff;
color: #000;
}
.post-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item .drag-handle,
.post-new-php.post-type-oum-location #oum_location_image_preview .image-preview-grid .image-preview-item .drag-handle {
position: absolute;
bottom: 5px;
right: 5px;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
cursor: grab;
font-size: 14px;
line-height: 1;
color: rgba(255, 255, 255, 0.8);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
z-index: 2;
}
.post-php.post-type-oum-location #oum_location_image_preview .image-preview-placeholder,
.post-new-php.post-type-oum-location #oum_location_image_preview .image-preview-placeholder {
border: 2px dashed #e02aaf;
border-radius: 4px;
background: rgba(224, 42, 175, 0.05);
transition: all 0.15s ease-in-out;
}
.post-php.post-type-oum-location #oum_location_video_preview .remove-upload,
.post-new-php.post-type-oum-location #oum_location_video_preview .remove-upload {
display: none;
}
.post-php.post-type-oum-location #oum_location_video_preview.has-video,
.post-new-php.post-type-oum-location #oum_location_video_preview.has-video {
width: 500px;
max-width: 100%;
position: relative;
}
.post-php.post-type-oum-location #oum_location_video_preview.has-video iframe,
.post-new-php.post-type-oum-location #oum_location_video_preview.has-video iframe {
position: relative;
width: 100%;
}
.post-php.post-type-oum-location #oum_location_video_preview.has-video .remove-upload,
.post-new-php.post-type-oum-location #oum_location_video_preview.has-video .remove-upload {
display: block;
position: absolute;
z-index: 10;
top: 10px;
right: -30px;
cursor: pointer;
opacity: 0.8;
width: 20px;
height: 20px;
border-radius: 100px;
line-height: 18px;
text-align: center;
background: indianred;
color: #fff;
font-family: sans-serif;
font-size: 17px;
}
.post-php.post-type-oum-location #oum_location_video_preview.has-video .remove-upload:hover,
.post-new-php.post-type-oum-location #oum_location_video_preview.has-video .remove-upload:hover {
opacity: 1;
}
.post-php.post-type-oum-location #oum_location_audio_preview .remove-upload,
.post-new-php.post-type-oum-location #oum_location_audio_preview .remove-upload {
display: none;
}
.post-php.post-type-oum-location #oum_location_audio_preview.has-audio,
.post-new-php.post-type-oum-location #oum_location_audio_preview.has-audio {
width: 400px;
max-width: 100%;
margin-top: 15px;
margin-left: 3px;
position: relative;
}
.post-php.post-type-oum-location #oum_location_audio_preview.has-audio .remove-upload,
.post-new-php.post-type-oum-location #oum_location_audio_preview.has-audio .remove-upload {
display: block;
position: absolute;
z-index: 10;
top: 10px;
right: -30px;
cursor: pointer;
opacity: 0.8;
width: 20px;
height: 20px;
border-radius: 100px;
line-height: 18px;
text-align: center;
background: indianred;
color: #fff;
font-family: sans-serif;
font-size: 17px;
}
.post-php.post-type-oum-location #oum_location_audio_preview.has-audio .remove-upload:hover,
.post-new-php.post-type-oum-location #oum_location_audio_preview.has-audio .remove-upload:hover {
opacity: 1;
}
.post-php.post-type-oum-location input.oum-switch[type=checkbox],
.post-new-php.post-type-oum-location input.oum-switch[type=checkbox] {
position: relative;
left: 0;
top: 0;
z-index: 0;
appearance: none;
visibility: hidden;
}
.post-php.post-type-oum-location input.oum-switch[type=checkbox] + label,
.post-new-php.post-type-oum-location input.oum-switch[type=checkbox] + label {
position: relative;
display: block;
cursor: pointer;
font-family: sans-serif;
font-size: 14px;
line-height: 23px;
padding-left: 50px;
position: relative;
margin-top: -18px;
}
.post-php.post-type-oum-location input.oum-switch[type=checkbox] + label::before,
.post-new-php.post-type-oum-location input.oum-switch[type=checkbox] + label::before {
box-sizing: border-box;
width: 40px;
height: 20px;
border-radius: 30px;
border: 2px solid #ddd;
background-color: #eee;
content: "";
margin-right: 15px;
transition: background-color 0.5s linear;
z-index: 5;
position: absolute;
left: 0px;
top: 1px;
}
.post-php.post-type-oum-location input.oum-switch[type=checkbox] + label::after,
.post-new-php.post-type-oum-location input.oum-switch[type=checkbox] + label::after {
box-sizing: border-box;
width: 16px;
height: 16px;
border-radius: 30px;
background-color: #fff;
content: "";
transition: margin 0.1s linear;
box-shadow: 0px 0px 5px #aaa;
position: absolute;
left: 2px;
top: 3px;
z-index: 10;
}
.post-php.post-type-oum-location input.oum-switch[type=checkbox]:checked + label::before,
.post-new-php.post-type-oum-location input.oum-switch[type=checkbox]:checked + label::before {
background-color: #e02aaf;
}
.post-php.post-type-oum-location input.oum-switch[type=checkbox]:checked + label::after,
.post-new-php.post-type-oum-location input.oum-switch[type=checkbox]:checked + label::after {
margin: 0 0 0 20px;
}
.post-php.post-type-oum-location .marker_icons,
.post-new-php.post-type-oum-location .marker_icons {
display: flex;
flex-wrap: wrap;
}
.post-php.post-type-oum-location .marker_icons label,
.post-new-php.post-type-oum-location .marker_icons label {
width: 25%;
overflow: hidden;
border: 4px solid lightgrey;
margin: 5px;
position: relative;
}
.post-php.post-type-oum-location .marker_icons label input,
.post-new-php.post-type-oum-location .marker_icons label input {
display: none;
}
.post-php.post-type-oum-location .marker_icons label.checked, .post-php.post-type-oum-location .marker_icons label:not(.pro-only):hover,
.post-new-php.post-type-oum-location .marker_icons label.checked,
.post-new-php.post-type-oum-location .marker_icons label:not(.pro-only):hover {
border-color: #e02aaf;
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview,
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview {
height: 40px;
margin: 5px;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=default],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=default] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_default-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom1],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom1] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom1-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom2],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom2] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom2-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom3],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom3] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom3-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom4],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom4] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom4-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom5],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom5] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom5-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom6],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom6] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom6-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom7],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom7] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom7-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom8],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom8] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom8-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom9],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom9] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom9-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom10],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=custom10] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom10-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=user1],
.post-new-php.post-type-oum-location .marker_icons label .marker_icon_preview[data-style=user1] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_user1-2x.png);
}
.post-php.post-type-oum-location .marker_icons label .name,
.post-new-php.post-type-oum-location .marker_icons label .name {
text-align: center;
padding: 0 5px 5px;
}
.taxonomy-oum-type .marker_icons {
display: flex;
flex-wrap: wrap;
}
.taxonomy-oum-type .marker_icons label {
width: 50px;
height: 82px;
overflow: hidden;
border: 4px solid white;
margin: 5px;
position: relative;
}
.taxonomy-oum-type .marker_icons label input {
display: none;
}
.taxonomy-oum-type .marker_icons label.pro-only {
cursor: default;
overflow: visible;
}
.taxonomy-oum-type .marker_icons label.pro-only:before {
content: "PRO";
display: inline-block;
position: absolute;
background: red;
color: white;
right: 0;
top: 0;
font-size: 11px;
text-align: center;
padding: 0px 4px;
}
.taxonomy-oum-type .marker_icons label.pro-only .oum-gopro-text {
position: absolute;
top: 15px;
right: -130px;
width: 115px;
}
.taxonomy-oum-type .marker_icons label.pro:before {
content: "PRO";
display: inline-block;
position: absolute;
background: red;
color: white;
right: 0;
top: 0;
font-size: 11px;
text-align: center;
padding: 0px 4px;
}
.taxonomy-oum-type .marker_icons label.checked, .taxonomy-oum-type .marker_icons label:not(.pro-only):hover {
border-color: #e02aaf;
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview {
width: 50px;
height: 82px;
background-position: center center;
background-size: 50%;
background-repeat: no-repeat;
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=default] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_default-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=custom1] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom1-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=custom2] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom2-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=custom3] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom3-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=custom4] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom4-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=custom5] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom5-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=custom6] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom6-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=custom7] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom7-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=custom8] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom8-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=custom9] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom9-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=custom10] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom10-2x.png);
}
.taxonomy-oum-type .marker_icons label .marker_icon_preview[data-style=user1] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_user1-2x.png);
}
.taxonomy-oum-type .marker_icons label.label_marker_user_icon {
width: 170px;
}
.taxonomy-oum-type .marker_icons label.label_marker_user_icon .icon_upload {
position: absolute;
width: 115px;
right: 3px;
top: 62%;
transform: translateY(-50%);
}
.taxonomy-oum-type .marker_icons label.label_marker_user_icon .icon_upload .button {
cursor: pointer;
line-height: 1.5;
padding: 5px;
text-align: center;
white-space: pre-wrap;
}
.taxonomy-oum-type .marker_icons label.label_marker_user_icon .icon_upload .description {
font-style: italic;
font-size: 11px;
opacity: 0.8;
}
.taxonomy-oum-region .term-description-wrap,
.taxonomy-oum-region .term-slug-wrap {
display: none;
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap {
position: relative;
aspect-ratio: 1.53;
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion .leaflet-control-geosearch.leaflet-geosearch-bar form {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/ico_search_address_2.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
width: calc(100% - 35px);
padding: 9px 13px 9px 0;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
margin: 0 !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
font-size: 16px;
}
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset {
right: 25px;
background-color: #fff;
color: black;
margin: 0;
padding: 0 8px;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 14px;
opacity: 0.5;
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
opacity: 1;
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion a {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion input.glass {
box-shadow: none !important;
border: none !important;
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap #mapGetRegion.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.taxonomy-oum-region .geo-coordinates-wrap .input-wrap .latlng-wrap {
display: flex;
justify-content: space-between;
padding-top: 1rem;
}
.taxonomy-oum-region .geo-coordinates-wrap .input-wrap .latlng-wrap > div input {
width: 100%;
}
.taxonomy-oum-region .geo-coordinates-wrap .input-wrap .latlng-wrap > div.zoom-wrap {
width: 100px;
}
.taxonomy-oum-region .geo-coordinates-wrap .input-wrap .geo-coordinates-hint {
box-sizing: border-box;
padding: 15px;
border: 1px solid lightgrey;
margin-top: 30px;
margin-bottom: 30px;
background-color: floralwhite;
}
@media (max-width: 768px) {
.taxonomy-oum-region .geo-coordinates-wrap {
flex-direction: column;
}
.taxonomy-oum-region .geo-coordinates-wrap .map-wrap,
.taxonomy-oum-region .geo-coordinates-wrap .input-wrap {
width: 100%;
}
.taxonomy-oum-region .geo-coordinates-wrap .input-wrap {
padding: 0;
}
}
.oum-location_page_open-user-map-settings.oum-settings-wizard,
.toplevel_page_open-user-map.oum-settings-wizard {
background: #fff;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard #adminmenu li#menu-settings a::after,
.toplevel_page_open-user-map.oum-settings-wizard #adminmenu li#menu-settings a::after {
border-right-color: rgb(109, 189, 230);
}
.oum-location_page_open-user-map-settings.oum-settings-wizard #wpwrap,
.toplevel_page_open-user-map.oum-settings-wizard #wpwrap {
height: 100%;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard #wpwrap #wpbody,
.toplevel_page_open-user-map.oum-settings-wizard #wpwrap #wpbody {
height: 100%;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard {
position: absolute;
z-index: 999;
top: 0;
right: 0;
bottom: 0;
left: -20px;
padding: 0;
background: #fff;
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard > *,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard > * {
display: flex;
flex-direction: column;
padding: 30vh 9% 9% 9%;
box-sizing: border-box;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .oum-inline-plus,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .oum-inline-plus {
display: inline-block;
background: #e02aaf;
color: #fff;
border-radius: 15px;
width: 16px;
height: 16px;
line-height: 13px;
text-align: center;
font-size: 17px;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .hero,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .hero {
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/block-bg.jpg) no-repeat center #26aee7;
background-size: cover;
color: white;
width: 100%;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .hero .logo,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .hero .logo {
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/icon-256x256.png) no-repeat top left transparent;
background-size: 50px;
width: 330px;
height: 50px;
margin-bottom: 30px;
padding-left: 60px;
position: absolute;
top: 50px;
font-size: 24px;
font-weight: bold;
line-height: 50px;
letter-spacing: -1px;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .hero ul.steps,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .hero ul.steps {
display: flex;
gap: 15px;
position: absolute;
top: 85vh;
left: 22%;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .hero ul.steps li,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .hero ul.steps li {
display: block;
border: 2px solid #fff;
border-radius: 100px;
width: 8px;
height: 8px;
background: none;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .hero ul.steps li.done,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .hero ul.steps li.done {
background: #fff;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .hero .overline,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .hero .overline {
font-weight: bold;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 22px;
opacity: 0.7;
margin-bottom: 30px;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .hero h1,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .hero h1 {
color: #fff;
font-size: 70px;
font-weight: bold;
letter-spacing: 4px;
line-height: 1;
margin: 0;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content {
width: 100%;
max-width: 900px;
margin: 0;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .intro,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .intro {
margin-bottom: 30px;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types {
display: flex;
justify-content: space-between;
gap: 30px;
margin-bottom: 30px;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option {
flex-basis: 300px;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option label,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option label {
display: block;
height: calc(100% - 8px);
position: relative;
padding: 0;
background: #fff;
border: 4px solid #f0f0f1;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option label .map-type-preview,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option label .map-type-preview {
background-repeat: no-repeat;
background-size: cover;
background-position: top right;
aspect-ratio: 2;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option label .map-type-preview[data-type=interactive],
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option label .map-type-preview[data-type=interactive] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_type_interactive.jpg);
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option label .map-type-preview[data-type=simple],
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option label .map-type-preview[data-type=simple] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_type_simple.jpg);
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option label .label-text,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option label .label-text {
padding: 23px 30px 20px 56px;
position: relative;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option label .label-text h2,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option label .label-text h2 {
margin-top: 0;
margin-bottom: 6px;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option label .label-text input[type=radio],
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option label .label-text input[type=radio] {
position: absolute;
left: 25px;
top: 29px;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option label:has(input[type=radio]:checked),
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option label:has(input[type=radio]:checked) {
border-color: #e02aaf;
opacity: 1;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option label:has(input[type=radio]:not(:checked)),
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option label:has(input[type=radio]:not(:checked)) {
opacity: 0.6;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .map-types .option label:has(input[type=radio]:not(:checked)):hover,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .map-types .option label:has(input[type=radio]:not(:checked)):hover {
border-color: #e02aaf;
opacity: 1;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .next-steps,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .next-steps {
margin-bottom: 30px;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .next-steps li,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .next-steps li {
margin-bottom: 20px;
}
.oum-location_page_open-user-map-settings.oum-settings-wizard .oum-wizard .step-content .button-primary,
.toplevel_page_open-user-map.oum-settings-wizard .oum-wizard .step-content .button-primary {
font-size: 16px;
height: 49px;
line-height: 49px;
padding: 0 20px !important;
}
.oum-location_page_open-user-map-settings:not(.oum-settings-wizard) .oum-wizard .hero,
.toplevel_page_open-user-map:not(.oum-settings-wizard) .oum-wizard .hero {
display: none;
}
.oum-location_page_open-user-map-settings .new-feature,
.toplevel_page_open-user-map .new-feature {
display: inline-block;
background: #50aa96;
color: white;
padding: 0px 4px;
font-size: 12px;
}
.oum-location_page_open-user-map-settings .oum-nav-tab-wrapper .nav-tab,
.toplevel_page_open-user-map .oum-nav-tab-wrapper .nav-tab {
outline: none;
box-shadow: none;
}
.oum-location_page_open-user-map-settings .oum-tab-content .oum-tab-pane,
.toplevel_page_open-user-map .oum-tab-content .oum-tab-pane {
display: none;
padding: 1rem;
}
.oum-location_page_open-user-map-settings .oum-tab-content .oum-tab-pane.active,
.toplevel_page_open-user-map .oum-tab-content .oum-tab-pane.active {
display: block;
}
.oum-location_page_open-user-map-settings .oum_support_hint,
.toplevel_page_open-user-map .oum_support_hint {
opacity: 0.7;
margin-left: 5px;
}
.oum-location_page_open-user-map-settings .form-table td,
.toplevel_page_open-user-map .form-table td {
vertical-align: top;
padding-bottom: 60px;
}
.oum-location_page_open-user-map-settings .form-table td.top-padding-20,
.toplevel_page_open-user-map .form-table td.top-padding-20 {
padding-top: 20px;
}
.oum-location_page_open-user-map-settings .form-table td.top-padding-20 ol,
.toplevel_page_open-user-map .form-table td.top-padding-20 ol {
margin-top: 0;
margin-left: 20px;
}
.oum-location_page_open-user-map-settings .oum_2cols,
.toplevel_page_open-user-map .oum_2cols {
display: flex;
align-items: center;
gap: 15px;
}
.oum-location_page_open-user-map-settings .oum_3cols,
.toplevel_page_open-user-map .oum_3cols {
display: flex;
align-items: center;
gap: 15px;
}
.oum-location_page_open-user-map-settings code.block,
.toplevel_page_open-user-map code.block {
white-space: pre-line;
display: inherit;
padding: 15px;
}
.oum-location_page_open-user-map-settings .description,
.toplevel_page_open-user-map .description {
font-style: italic;
font-weight: normal;
}
.oum-location_page_open-user-map-settings .description ul,
.toplevel_page_open-user-map .description ul {
list-style: disc;
padding: 0 15px;
}
.oum-location_page_open-user-map-settings .map-types,
.toplevel_page_open-user-map .map-types {
display: flex;
gap: 30px;
}
.oum-location_page_open-user-map-settings .map-types .option,
.toplevel_page_open-user-map .map-types .option {
width: 300px;
}
.oum-location_page_open-user-map-settings .map-types .option label,
.toplevel_page_open-user-map .map-types .option label {
display: block;
height: 100%;
position: relative;
padding: 0;
background: #fff;
border: 4px solid white;
}
.oum-location_page_open-user-map-settings .map-types .option label .map-type-preview,
.toplevel_page_open-user-map .map-types .option label .map-type-preview {
background-repeat: no-repeat;
background-size: cover;
background-position: top right;
aspect-ratio: 2;
}
.oum-location_page_open-user-map-settings .map-types .option label .map-type-preview[data-type=interactive],
.toplevel_page_open-user-map .map-types .option label .map-type-preview[data-type=interactive] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_type_interactive.jpg);
}
.oum-location_page_open-user-map-settings .map-types .option label .map-type-preview[data-type=simple],
.toplevel_page_open-user-map .map-types .option label .map-type-preview[data-type=simple] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_type_simple.jpg);
}
.oum-location_page_open-user-map-settings .map-types .option label .label-text,
.toplevel_page_open-user-map .map-types .option label .label-text {
padding: 23px 30px 20px 56px;
position: relative;
}
.oum-location_page_open-user-map-settings .map-types .option label .label-text h2,
.toplevel_page_open-user-map .map-types .option label .label-text h2 {
margin-top: 0;
margin-bottom: 6px;
}
.oum-location_page_open-user-map-settings .map-types .option label .label-text input[type=radio],
.toplevel_page_open-user-map .map-types .option label .label-text input[type=radio] {
position: absolute;
left: 25px;
top: 31px;
}
.oum-location_page_open-user-map-settings .map-types .option label .label-text #plus_button_label,
.toplevel_page_open-user-map .map-types .option label .label-text #plus_button_label {
margin-top: 1rem;
}
.oum-location_page_open-user-map-settings .map-types .option label .label-text #plus_button_label input,
.toplevel_page_open-user-map .map-types .option label .label-text #plus_button_label input {
max-width: 100%;
}
.oum-location_page_open-user-map-settings .map-types .option label:has(input[type=radio]:checked),
.toplevel_page_open-user-map .map-types .option label:has(input[type=radio]:checked) {
border-color: #e02aaf;
opacity: 1;
}
.oum-location_page_open-user-map-settings .map-types .option label:has(input[type=radio]:not(:checked)),
.toplevel_page_open-user-map .map-types .option label:has(input[type=radio]:not(:checked)) {
opacity: 0.6;
}
.oum-location_page_open-user-map-settings .map-types .option label:has(input[type=radio]:not(:checked)):hover,
.toplevel_page_open-user-map .map-types .option label:has(input[type=radio]:not(:checked)):hover {
border-color: #e02aaf;
opacity: 1;
}
.oum-location_page_open-user-map-settings #oum_enable_add_location,
.toplevel_page_open-user-map #oum_enable_add_location {
display: none;
}
.oum-location_page_open-user-map-settings .map_styles,
.toplevel_page_open-user-map .map_styles {
display: flex;
flex-wrap: wrap;
}
.oum-location_page_open-user-map-settings .map_styles label,
.toplevel_page_open-user-map .map_styles label {
width: 208px;
height: 208px;
overflow: hidden;
border: 4px solid white;
margin: 5px;
position: relative;
}
.oum-location_page_open-user-map-settings .map_styles label input,
.toplevel_page_open-user-map .map_styles label input {
display: none;
}
.oum-location_page_open-user-map-settings .map_styles label.pro-only,
.toplevel_page_open-user-map .map_styles label.pro-only {
cursor: default;
}
.oum-location_page_open-user-map-settings .map_styles label.pro:before,
.toplevel_page_open-user-map .map_styles label.pro:before {
content: "PRO";
display: inline-block;
position: absolute;
background: red;
color: white;
right: 5px;
bottom: 5px;
padding: 0px 4px;
font-size: 11px;
border: 1px solid;
}
.oum-location_page_open-user-map-settings .map_styles label.checked, .oum-location_page_open-user-map-settings .map_styles label:not(.pro-only):hover,
.toplevel_page_open-user-map .map_styles label.checked,
.toplevel_page_open-user-map .map_styles label:not(.pro-only):hover {
border-color: #e02aaf;
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview,
.toplevel_page_open-user-map .map_styles label .map_style_preview {
width: 208px;
height: 208px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview > div,
.toplevel_page_open-user-map .map_styles label .map_style_preview > div {
width: 100%;
text-align: center;
font-size: 12px;
padding: 5px;
background: rgba(255, 255, 255, 0.9);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview.commercial > div::after,
.toplevel_page_open-user-map .map_styles label .map_style_preview.commercial > div::after {
content: "API KEY";
display: inline-block;
background: grey;
color: #fff;
margin-left: 5px;
padding: 2px 3px;
font-size: 10px;
line-height: 13px;
position: relative;
top: -1px;
border-radius: 2px;
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="Stadia.StamenTonerLite"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="Stadia.StamenTonerLite"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_Stamen.TonerLite.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="Esri.WorldStreetMap"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="Esri.WorldStreetMap"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_Esri.WorldStreetMap.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="OpenStreetMap.Mapnik"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="OpenStreetMap.Mapnik"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_OpenStreetMap.Mapnik.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="OpenStreetMap.DE"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="OpenStreetMap.DE"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_OpenStreetMap.DE.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="CartoDB.Positron"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="CartoDB.Positron"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_CartoDB.Positron.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="CartoDB.DarkMatter"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="CartoDB.DarkMatter"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_CartoDB.DarkMatter.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="Esri.WorldImagery"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="Esri.WorldImagery"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_Esri.WorldImagery.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style=Custom1],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style=Custom1] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_Custom1.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style=Custom2],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style=Custom2] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_Custom2.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style=Custom3],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style=Custom3] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_Custom3.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="MapBox.streets"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="MapBox.streets"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_MapBox.streets.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="MapBox.outdoors"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="MapBox.outdoors"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_MapBox.outdoors.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="MapBox.light"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="MapBox.light"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_MapBox.light.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="MapBox.dark"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="MapBox.dark"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_MapBox.dark.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="MapBox.satellite"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="MapBox.satellite"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_MapBox.satellite.png);
}
.oum-location_page_open-user-map-settings .map_styles label .map_style_preview[data-style="MapBox.satellite-streets"],
.toplevel_page_open-user-map .map_styles label .map_style_preview[data-style="MapBox.satellite-streets"] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/map_style_MapBox.satellite-streets.png);
}
.oum-location_page_open-user-map-settings .wrap-tile-provider-settings,
.toplevel_page_open-user-map .wrap-tile-provider-settings {
padding: 10px;
margin-top: 15px;
}
.oum-location_page_open-user-map-settings .marker_icons,
.toplevel_page_open-user-map .marker_icons {
display: flex;
flex-wrap: wrap;
}
.oum-location_page_open-user-map-settings .marker_icons label,
.toplevel_page_open-user-map .marker_icons label {
width: 50px;
height: 82px;
overflow: hidden;
border: 4px solid white;
margin: 5px;
position: relative;
}
.oum-location_page_open-user-map-settings .marker_icons label input,
.toplevel_page_open-user-map .marker_icons label input {
display: none;
}
.oum-location_page_open-user-map-settings .marker_icons label.pro-only,
.toplevel_page_open-user-map .marker_icons label.pro-only {
cursor: default;
overflow: visible;
}
.oum-location_page_open-user-map-settings .marker_icons label.pro-only:before,
.toplevel_page_open-user-map .marker_icons label.pro-only:before {
content: "PRO";
display: inline-block;
position: absolute;
background: red;
color: white;
right: 0;
top: 0;
font-size: 11px;
text-align: center;
padding: 0px 4px;
}
.oum-location_page_open-user-map-settings .marker_icons label.pro-only .oum-gopro-text,
.toplevel_page_open-user-map .marker_icons label.pro-only .oum-gopro-text {
position: absolute;
top: 15px;
right: -130px;
width: 115px;
}
.oum-location_page_open-user-map-settings .marker_icons label.pro:before,
.toplevel_page_open-user-map .marker_icons label.pro:before {
content: "PRO";
display: inline-block;
position: absolute;
background: red;
color: white;
right: 0;
top: 0;
font-size: 11px;
text-align: center;
padding: 0px 4px;
}
.oum-location_page_open-user-map-settings .marker_icons label.checked, .oum-location_page_open-user-map-settings .marker_icons label:not(.pro-only):hover,
.toplevel_page_open-user-map .marker_icons label.checked,
.toplevel_page_open-user-map .marker_icons label:not(.pro-only):hover {
border-color: #e02aaf;
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview,
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview {
width: 50px;
height: 82px;
background-position: center center;
background-size: 50%;
background-repeat: no-repeat;
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=default],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=default] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_default-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=custom1],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=custom1] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom1-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=custom2],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=custom2] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom2-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=custom3],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=custom3] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom3-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=custom4],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=custom4] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom4-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=custom5],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=custom5] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom5-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=custom6],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=custom6] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom6-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=custom7],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=custom7] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom7-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=custom8],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=custom8] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom8-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=custom9],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=custom9] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom9-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=custom10],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=custom10] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_custom10-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label .marker_icon_preview[data-style=user1],
.toplevel_page_open-user-map .marker_icons label .marker_icon_preview[data-style=user1] {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../src/leaflet/images/marker-icon_user1-2x.png);
}
.oum-location_page_open-user-map-settings .marker_icons label.label_marker_user_icon,
.toplevel_page_open-user-map .marker_icons label.label_marker_user_icon {
width: 170px;
}
.oum-location_page_open-user-map-settings .marker_icons label.label_marker_user_icon .icon_upload,
.toplevel_page_open-user-map .marker_icons label.label_marker_user_icon .icon_upload {
position: absolute;
width: 115px;
right: 3px;
top: 62%;
transform: translateY(-50%);
}
.oum-location_page_open-user-map-settings .marker_icons label.label_marker_user_icon .icon_upload .button,
.toplevel_page_open-user-map .marker_icons label.label_marker_user_icon .icon_upload .button {
cursor: pointer;
line-height: 1.5;
padding: 5px;
text-align: center;
white-space: pre-wrap;
}
.oum-location_page_open-user-map-settings .marker_icons label.label_marker_user_icon .icon_upload .description,
.toplevel_page_open-user-map .marker_icons label.label_marker_user_icon .icon_upload .description {
font-style: italic;
font-size: 11px;
opacity: 0.8;
}
.oum-location_page_open-user-map-settings .wrapper_marker_multicategories_icon,
.toplevel_page_open-user-map .wrapper_marker_multicategories_icon {
width: 170px;
height: 82px;
position: relative;
}
.oum-location_page_open-user-map-settings .wrapper_marker_multicategories_icon input,
.toplevel_page_open-user-map .wrapper_marker_multicategories_icon input {
display: none;
}
.oum-location_page_open-user-map-settings .wrapper_marker_multicategories_icon .marker_icon_preview,
.toplevel_page_open-user-map .wrapper_marker_multicategories_icon .marker_icon_preview {
height: 50px;
width: 50px;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}
.oum-location_page_open-user-map-settings .wrapper_marker_multicategories_icon .icon_upload,
.toplevel_page_open-user-map .wrapper_marker_multicategories_icon .icon_upload {
position: absolute;
width: 225px;
left: 60px;
top: 8px;
}
.oum-location_page_open-user-map-settings .wrapper_marker_multicategories_icon .icon_upload .button,
.toplevel_page_open-user-map .wrapper_marker_multicategories_icon .icon_upload .button {
cursor: pointer;
line-height: 1.5;
padding: 5px;
text-align: center;
white-space: pre-wrap;
}
.oum-location_page_open-user-map-settings .wrapper_marker_multicategories_icon .icon_upload .description,
.toplevel_page_open-user-map .wrapper_marker_multicategories_icon .icon_upload .description {
font-style: italic;
font-size: 11px;
opacity: 0.8;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap,
.toplevel_page_open-user-map .geo-coordinates-wrap {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap {
position: relative;
flex: 0 0 440px;
aspect-ratio: 1.53;
margin-bottom: auto;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-control-geosearch.leaflet-geosearch-bar form,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-control-geosearch.leaflet-geosearch-bar form {
background-image: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/ico_search_address_2.png);
background-position: right 1px;
background-repeat: no-repeat;
background-size: 30px;
background-color: #fff;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text],
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
width: calc(100% - 35px);
padding: 9px 13px 9px 0;
min-width: unset;
min-height: unset;
border: none !important;
box-shadow: none !important;
margin: 0 !important;
outline: none !important;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text],
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-control-geosearch.leaflet-geosearch-bar form input[type=text] {
font-size: 16px;
}
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset {
right: 25px;
background-color: #fff;
color: black;
margin: 0;
padding: 0 8px;
border: none;
box-shadow: none;
margin: 0;
outline: none;
font-size: 14px;
opacity: 0.5;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-control-geosearch.leaflet-geosearch-bar form button.reset:hover {
opacity: 1;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial a,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial a {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-tile-pane img.leaflet-tile,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(0) saturate(28) hue-rotate(-53deg);
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: sepia(1) invert(1) saturate(100) brightness(1) hue-rotate(-300deg);
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap #mapGetInitial.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .input-wrap,
.toplevel_page_open-user-map .geo-coordinates-wrap .input-wrap {
width: 440px;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .input-wrap .latlng-wrap,
.toplevel_page_open-user-map .geo-coordinates-wrap .input-wrap .latlng-wrap {
display: flex;
gap: 15px;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .input-wrap .latlng-wrap > div,
.toplevel_page_open-user-map .geo-coordinates-wrap .input-wrap .latlng-wrap > div {
width: 100px;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .input-wrap .latlng-wrap > div input,
.toplevel_page_open-user-map .geo-coordinates-wrap .input-wrap .latlng-wrap > div input {
width: 100%;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .input-wrap .geo-coordinates-hint,
.toplevel_page_open-user-map .geo-coordinates-wrap .input-wrap .geo-coordinates-hint {
box-sizing: border-box;
padding: 15px;
border: 1px solid lightgrey;
margin-top: 30px;
margin-bottom: 30px;
background-color: floralwhite;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .input-wrap .additional-map-settings input[type=number],
.toplevel_page_open-user-map .geo-coordinates-wrap .input-wrap .additional-map-settings input[type=number] {
max-width: 70px;
}
@media (max-width: 768px) {
.oum-location_page_open-user-map-settings .geo-coordinates-wrap,
.toplevel_page_open-user-map .geo-coordinates-wrap {
flex-direction: column;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .map-wrap,
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .input-wrap,
.toplevel_page_open-user-map .geo-coordinates-wrap .map-wrap,
.toplevel_page_open-user-map .geo-coordinates-wrap .input-wrap {
width: 100%;
}
.oum-location_page_open-user-map-settings .geo-coordinates-wrap .input-wrap,
.toplevel_page_open-user-map .geo-coordinates-wrap .input-wrap {
padding: 0;
}
}
.oum-location_page_open-user-map-settings .oum_custom_fields_wrapper table,
.toplevel_page_open-user-map .oum_custom_fields_wrapper table {
border-collapse: collapse;
border: 1px solid #c3c4c7;
margin-bottom: 15px;
}
.oum-location_page_open-user-map-settings .oum_custom_fields_wrapper table th,
.oum-location_page_open-user-map-settings .oum_custom_fields_wrapper table td,
.toplevel_page_open-user-map .oum_custom_fields_wrapper table th,
.toplevel_page_open-user-map .oum_custom_fields_wrapper table td {
border: 1px solid #c3c4c7;
padding: 12px;
width: auto;
margin: 0;
}
.oum-location_page_open-user-map-settings .oum_custom_fields_wrapper table thead tr th,
.toplevel_page_open-user-map .oum_custom_fields_wrapper table thead tr th {
background: #e02aaf;
color: #fff;
}
.oum-location_page_open-user-map-settings .oum_custom_fields_wrapper table tbody tr td .oum-custom-field-allow-empty,
.toplevel_page_open-user-map .oum_custom_fields_wrapper table tbody tr td .oum-custom-field-allow-empty {
display: block;
margin-top: 10px;
}
.oum-location_page_open-user-map-settings .oum_custom_fields_wrapper table tbody tr td .oum-custom-field-use-label-as-text,
.toplevel_page_open-user-map .oum_custom_fields_wrapper table tbody tr td .oum-custom-field-use-label-as-text {
display: block;
margin-top: 10px;
}
.oum-location_page_open-user-map-settings .oum_custom_fields_wrapper table tbody tr td.actions a,
.toplevel_page_open-user-map .oum_custom_fields_wrapper table tbody tr td.actions a {
text-decoration: none !important;
display: inline-block;
}
.oum-location_page_open-user-map-settings .oum_custom_fields_wrapper table tbody tr td.actions a.up, .oum-location_page_open-user-map-settings .oum_custom_fields_wrapper table tbody tr td.actions a.down,
.toplevel_page_open-user-map .oum_custom_fields_wrapper table tbody tr td.actions a.up,
.toplevel_page_open-user-map .oum_custom_fields_wrapper table tbody tr td.actions a.down {
color: green;
}
.oum-location_page_open-user-map-settings .oum_custom_fields_wrapper table tbody tr td.actions a.remove_button,
.toplevel_page_open-user-map .oum_custom_fields_wrapper table tbody tr td.actions a.remove_button {
color: red;
}
.oum-location_page_open-user-map-settings input.oum-switch[type=checkbox],
.toplevel_page_open-user-map input.oum-switch[type=checkbox] {
position: relative;
left: 0;
top: 0;
z-index: 0;
appearance: none;
visibility: hidden;
}
.oum-location_page_open-user-map-settings input.oum-switch[type=checkbox] + label,
.toplevel_page_open-user-map input.oum-switch[type=checkbox] + label {
position: relative;
display: block;
cursor: pointer;
font-family: sans-serif;
font-size: 14px;
line-height: 23px;
padding-left: 50px;
position: relative;
margin-top: -18px;
}
.oum-location_page_open-user-map-settings input.oum-switch[type=checkbox] + label::before,
.toplevel_page_open-user-map input.oum-switch[type=checkbox] + label::before {
box-sizing: border-box;
width: 40px;
height: 20px;
border-radius: 30px;
border: 2px solid #ddd;
background-color: #eee;
content: "";
margin-right: 15px;
transition: background-color 0.5s linear;
z-index: 5;
position: absolute;
left: 0px;
top: 1px;
}
.oum-location_page_open-user-map-settings input.oum-switch[type=checkbox] + label::after,
.toplevel_page_open-user-map input.oum-switch[type=checkbox] + label::after {
box-sizing: border-box;
width: 16px;
height: 16px;
border-radius: 30px;
background-color: #fff;
content: "";
transition: margin 0.1s linear;
box-shadow: 0px 0px 5px #aaa;
position: absolute;
left: 2px;
top: 3px;
z-index: 10;
}
.oum-location_page_open-user-map-settings input.oum-switch[type=checkbox]:checked + label::before,
.toplevel_page_open-user-map input.oum-switch[type=checkbox]:checked + label::before {
background-color: #e02aaf;
}
.oum-location_page_open-user-map-settings input.oum-switch[type=checkbox]:checked + label::after,
.toplevel_page_open-user-map input.oum-switch[type=checkbox]:checked + label::after {
margin: 0 0 0 20px;
}
.oum-location_page_open-user-map-settings .csv_upload,
.toplevel_page_open-user-map .csv_upload {
position: relative;
}
.oum-location_page_open-user-map-settings .csv_upload .oum-import-loading,
.toplevel_page_open-user-map .csv_upload .oum-import-loading {
display: none;
position: relative;
margin-left: 10px;
vertical-align: middle;
display: inline-block;
}
.oum-location_page_open-user-map-settings .csv_upload .oum-import-loading .oum-spinner,
.toplevel_page_open-user-map .csv_upload .oum-import-loading .oum-spinner {
display: inline-block;
width: 20px;
height: 20px;
border: 2px solid rgba(34, 113, 177, 0.1);
border-top: 2px solid #2271b1;
border-radius: 50%;
animation: spin 1s linear infinite;
vertical-align: middle;
}
.oum-location_page_open-user-map-settings .csv_upload .oum-import-loading .message,
.toplevel_page_open-user-map .csv_upload .oum-import-loading .message {
display: none;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.oum-location_page_open-user-map-settings .oum-pro,
.toplevel_page_open-user-map .oum-pro {
display: inline-block;
background: red;
color: white;
font-size: 11px;
text-align: center;
padding: 0px 4px;
}
.oum-location_page_open-user-map-settings .oum-gopro-tr td,
.oum-location_page_open-user-map-settings .oum-gopro-div,
.toplevel_page_open-user-map .oum-gopro-tr td,
.toplevel_page_open-user-map .oum-gopro-div {
opacity: 0.65;
}
.oum-location_page_open-user-map-settings .oum-debug-info,
.toplevel_page_open-user-map .oum-debug-info {
opacity: 0.5;
}
.oum-location_page_open-user-map-settings .oum-debug-info ul,
.toplevel_page_open-user-map .oum-debug-info ul {
margin: 0;
padding: 0;
}
.oum-location_page_open-user-map-settings #oum_searchbar_type_options,
.toplevel_page_open-user-map #oum_searchbar_type_options {
display: flex;
flex-direction: column;
gap: 35px;
margin-top: 15px;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs h4,
.toplevel_page_open-user-map .oum-shortcode-docs h4 {
margin-top: 25px;
margin-bottom: 15px;
padding: 10px 15px;
background: #f1f1f1;
border-left: 4px solid #2271b1;
font-size: 14px;
font-weight: 600;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-attribute-table,
.toplevel_page_open-user-map .oum-shortcode-docs .oum-attribute-table {
margin-bottom: 30px;
border-collapse: collapse;
border: 1px solid #e5e5e5;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-attribute-table th,
.toplevel_page_open-user-map .oum-shortcode-docs .oum-attribute-table th {
background: #f8f8f8;
padding: 12px 15px;
text-align: left;
font-weight: 600;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-attribute-table td,
.toplevel_page_open-user-map .oum-shortcode-docs .oum-attribute-table td {
vertical-align: top;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-attribute-table td:first-child,
.toplevel_page_open-user-map .oum-shortcode-docs .oum-attribute-table td:first-child {
width: 25%;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-attribute-table td:nth-child(2),
.toplevel_page_open-user-map .oum-shortcode-docs .oum-attribute-table td:nth-child(2) {
width: 35%;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-attribute-table tr:last-child td,
.toplevel_page_open-user-map .oum-shortcode-docs .oum-attribute-table tr:last-child td {
border-bottom: none;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-attribute-table code,
.toplevel_page_open-user-map .oum-shortcode-docs .oum-attribute-table code {
display: inline-block;
margin: 3px 0;
padding: 4px 8px;
background: #f7f7f7;
font-size: 12px;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-examples,
.toplevel_page_open-user-map .oum-shortcode-docs .oum-examples {
background: #f9f9f9;
padding: 20px;
border-radius: 4px;
margin-top: 15px;
margin-bottom: 15px;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-examples p,
.toplevel_page_open-user-map .oum-shortcode-docs .oum-examples p {
margin-top: 20px;
margin-bottom: 8px;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-examples p:first-child,
.toplevel_page_open-user-map .oum-shortcode-docs .oum-examples p:first-child {
margin-top: 0;
}
.oum-location_page_open-user-map-settings .oum-shortcode-docs .oum-examples code,
.toplevel_page_open-user-map .oum-shortcode-docs .oum-examples code {
display: block;
padding: 12px 15px;
background: #fff;
margin-bottom: 15px;
border: 1px solid #e5e5e5;
border-radius: 3px;
word-break: break-all;
}
.oum-location_page_open-user-map-settings .oum-pro-trial-tab,
.toplevel_page_open-user-map .oum-pro-trial-tab {
background: linear-gradient(90deg, #ff9800 0%, #ffc107 100%);
}
.oum-location_page_open-user-map-settings #tab-pro-trial,
.toplevel_page_open-user-map #tab-pro-trial {    }
.oum-location_page_open-user-map-settings #tab-pro-trial .oum-trial-cta,
.toplevel_page_open-user-map #tab-pro-trial .oum-trial-cta {
display: flex;
align-items: center;
gap: 10px;
}
.oum-location_page_open-user-map-settings #tab-pro-trial .wrap-pro-feature-list,
.toplevel_page_open-user-map #tab-pro-trial .wrap-pro-feature-list {
width: 1100px;
max-width: 80%;
background: #fff;
border: 1px solid #ccd0d4;
border-radius: 8px;
padding: 30px;
margin-top: 20px;
margin-bottom: 500px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.oum-location_page_open-user-map-settings #tab-pro-trial #oum-pro-features-list,
.toplevel_page_open-user-map #tab-pro-trial #oum-pro-features-list {
position: relative;
display: grid;
grid-template-columns: repeat(3, 1fr); gap: 30px 40px; list-style: none;
padding: 0;
margin: 0;
}
@media (max-width: 1000px) {
.oum-location_page_open-user-map-settings #tab-pro-trial #oum-pro-features-list,
.toplevel_page_open-user-map #tab-pro-trial #oum-pro-features-list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.oum-location_page_open-user-map-settings #tab-pro-trial #oum-pro-features-list,
.toplevel_page_open-user-map #tab-pro-trial #oum-pro-features-list {
grid-template-columns: repeat(1, 1fr);
}
}
.oum-location_page_open-user-map-settings #tab-pro-trial #oum-pro-features-list::after,
.toplevel_page_open-user-map #tab-pro-trial #oum-pro-features-list::after {
content: "";
display: block;
width: 100%;
height: 100%;
background: linear-gradient(0, #ffffff 0%, transparent 50%);
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
}
.oum-location_page_open-user-map-settings #tab-pro-trial #oum-pro-features-list.open::after,
.toplevel_page_open-user-map #tab-pro-trial #oum-pro-features-list.open::after {
display: none;
}
.oum-location_page_open-user-map-settings #tab-pro-trial #oum-pro-features-list li,
.toplevel_page_open-user-map #tab-pro-trial #oum-pro-features-list li {
margin: 0;
}
.oum-location_page_open-user-map-settings #tab-pro-trial #oum-pro-features-list li p,
.toplevel_page_open-user-map #tab-pro-trial #oum-pro-features-list li p {
margin: 0;
padding-left: 22px;
position: relative;
font-size: 14px;
line-height: 1.5;
}
.oum-location_page_open-user-map-settings #tab-pro-trial #oum-pro-features-list li p::before,
.toplevel_page_open-user-map #tab-pro-trial #oum-pro-features-list li p::before {
content: "✅";
position: absolute;
left: 0;
top: 0;
}
.oum-location_page_open-user-map-settings #tab-pro-trial .hidden-feature,
.toplevel_page_open-user-map #tab-pro-trial .hidden-feature {
display: none;
}
.oum-location_page_open-user-map-settings #tab-pro-trial .toggle-pro-feature-list-wrapper,
.toplevel_page_open-user-map #tab-pro-trial .toggle-pro-feature-list-wrapper {
text-align: center;
}
.oum-location_page_open-user-map-settings #tab-pro-trial .toggle-pro-feature-list-wrapper #toggle-pro-feature-list,
.toplevel_page_open-user-map #tab-pro-trial .toggle-pro-feature-list-wrapper #toggle-pro-feature-list {
display: inline-block;
font-size: 16px;
color: #0073aa;
text-decoration: none;
font-weight: 500;
margin-top: 20px;
transition: color 0.2s ease, text-decoration 0.2s ease;
}
.oum-location_page_open-user-map-settings #tab-pro-trial .toggle-pro-feature-list-wrapper #toggle-pro-feature-list:hover, .oum-location_page_open-user-map-settings #tab-pro-trial .toggle-pro-feature-list-wrapper #toggle-pro-feature-list:active,
.toplevel_page_open-user-map #tab-pro-trial .toggle-pro-feature-list-wrapper #toggle-pro-feature-list:hover,
.toplevel_page_open-user-map #tab-pro-trial .toggle-pro-feature-list-wrapper #toggle-pro-feature-list:active {
color: #005177;
}
.wp-block.wp-block-open-user-map-map,
.elementor-editor-active .elementor-widget-open_user_map_widget .elementor-widget-container,
.elementor-editor-preview .elementor-widget-open_user_map_widget .elementor-widget-container {
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/block-bg.jpg) top center no-repeat;
background-size: cover;
}
.wp-block.wp-block-open-user-map-map .hint,
.elementor-editor-active .elementor-widget-open_user_map_widget .elementor-widget-container .hint,
.elementor-editor-preview .elementor-widget-open_user_map_widget .elementor-widget-container .hint {
backdrop-filter: blur(3px);
position: relative;
padding: 50px 40px;
text-align: left;
color: white;
}
.wp-block.wp-block-open-user-map-map .hint h5,
.elementor-editor-active .elementor-widget-open_user_map_widget .elementor-widget-container .hint h5,
.elementor-editor-preview .elementor-widget-open_user_map_widget .elementor-widget-container .hint h5 {
font-size: 36px;
font-weight: 900;
margin: 0;
padding: 0;
color: white;
display: flex;
align-items: center;
gap: 20px;
}
.wp-block.wp-block-open-user-map-map .hint h5::before,
.elementor-editor-active .elementor-widget-open_user_map_widget .elementor-widget-container .hint h5::before,
.elementor-editor-preview .elementor-widget-open_user_map_widget .elementor-widget-container .hint h5::before {
content: "";
display: block;
width: 80px;
height: 80px;
background: url(//cafedelavigne.ch/wp-content/plugins/open-user-map/elementor/includes/widgets/../../../assets/images/icon-256x256.png) center center no-repeat;
background-size: cover;
border: 5px solid #fff;
opacity: 0.8;
}
.wp-block.wp-block-open-user-map-map .hint p,
.elementor-editor-active .elementor-widget-open_user_map_widget .elementor-widget-container .hint p,
.elementor-editor-preview .elementor-widget-open_user_map_widget .elementor-widget-container .hint p {
font-size: 17px;
}
.wp-block.wp-block-open-user-map-map .hint .components-button,
.elementor-editor-active .elementor-widget-open_user_map_widget .elementor-widget-container .hint .components-button,
.elementor-editor-preview .elementor-widget-open_user_map_widget .elementor-widget-container .hint .components-button {
margin: 5px;
}
.wp-block.wp-block-open-user-map-map .hint .components-button.is-primary,
.elementor-editor-active .elementor-widget-open_user_map_widget .elementor-widget-container .hint .components-button.is-primary,
.elementor-editor-preview .elementor-widget-open_user_map_widget .elementor-widget-container .hint .components-button.is-primary {
color: #fff;
}
.oum-image-upload-wrap {
margin-bottom: 20px;
}
.oum-image-upload-wrap .oum-image-preview-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 10px;
margin-bottom: 10px;
min-height: 50px;
padding: 10px;
border: 2px dashed #ddd;
border-radius: 4px;
}
.oum-image-upload-wrap .oum-image-preview-grid.dragover {
background: #f5f5f5;
border-color: #999;
}
.oum-image-upload-wrap .oum-image-preview-grid .image-preview-item {
position: relative;
aspect-ratio: 1;
background-size: cover;
background-position: center;
border-radius: 4px;
cursor: grab;
}
.oum-image-upload-wrap .oum-image-preview-grid .image-preview-item.dragging {
opacity: 0.5;
}
.oum-image-upload-wrap .oum-image-preview-grid .image-preview-item .remove-image {
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.8);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 14px;
line-height: 1;
color: #666;
}
.oum-image-upload-wrap .oum-image-preview-grid .image-preview-item .remove-image:hover {
background: #fff;
color: #000;
}
.oum-image-upload-wrap input[type=file] {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
margin-bottom: 5px;
}
.oum-image-upload-wrap .oum-image-upload-description {
font-size: 12px;
color: #666;
}:root{--vp-color-brand:#2540cc;--vp-color-gray:#6c7781;--vp-color-gray-darken:#4b4b4b;--vp-color-gray-light:#e8e8e8;--vp-color-gray-lighten:#f7f7f7;--vp-color-red:#b71515;--vp-border-radius:5px;--vp-items__gap:0;--vp-transition-duration:0.3s;--vp-transition-easing:ease-in-out;--vp-interactive__transition-duration:0.2s;--vp-interactive__transition-easing:ease-in-out}.vp-portfolio__items{--vp-items__gap-vertical:var(--vp-items__gap)}.vp-portfolio{--vp-wrap__min-height:114px;--vp-elements__gap:20px;--vp-images__object-fit:cover;--vp-images__object-position:50% 50%}.vp-spinner{--vp-spinner__color:currentcolor;--vp-spinner__size:20px;--vp-spinner__border-size:2px;--vp-spinner__speed:0.3s;--vp-spinner--background__color:var(--vp-spinner__color);--vp-spinner--background__opacity:0.3}.vp-portfolio{box-sizing:border-box;min-height:var(--vp-wrap__min-height);overflow-wrap:break-word;position:relative}.vp-portfolio *,.vp-portfolio .swiper-wrapper,.vp-portfolio :after,.vp-portfolio :before{box-sizing:inherit}.vp-portfolio__items{transition:var(--vp-transition-duration) height var(--vp-transition-easing),var(--vp-transition-duration) transform var(--vp-transition-easing)}.vp-portfolio:after,.vp-portfolio__items:after{clear:both;content:"";display:block}.vp-portfolio__filter-wrap,.vp-portfolio__item,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap,.vp-portfolio__thumbnails-wrap{overflow:hidden;position:relative}.vp-portfolio__items-wrap,.vp-portfolio__layout-elements,.vp-portfolio__thumbnails-wrap{margin-bottom:var(--vp-elements__gap);opacity:0;transition:var(--vp-transition-duration) opacity,var(--vp-transition-duration) visibility;visibility:hidden}.vp-portfolio>:last-child{margin-bottom:0}.vp-portfolio__item-wrap{float:left;position:relative;width:33.333%}.vp-svg-icon{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em;width:1em}.vp-screen-reader-text{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);word-break:normal;word-wrap:normal!important;border:0}.vp-screen-reader-text:focus{display:block;height:auto;padding:15px 23px 14px;right:5px;top:5px;width:auto;z-index:100000;clip:auto!important;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:var(--vp-color-brand);font-size:14px;font-size:.875rem;font-weight:700;line-height:normal;text-decoration:none}[data-vp-layout]:not([data-vp-layout=slider]) .vp-portfolio__item-wrap{margin:0!important;padding:0!important}[data-vp-layout=slider] .vp-portfolio__item-wrap{display:block;float:none;margin-bottom:0!important;margin-left:0!important;margin-top:0!important;padding:0!important}.vp-portfolio__item .vp-portfolio__item-img a,.vp-portfolio__item .vp-portfolio__item-img img,.vp-portfolio__item .vp-portfolio__thumbnail-img img{display:block;height:auto;width:100%}.vp-portfolio__item-img,.vp-portfolio__thumbnail-img{position:relative}.vp-portfolio__item .vp-portfolio__item-img a{position:unset}.vp-portfolio__layout-elements{display:flex;flex-wrap:wrap;gap:var(--vp-elements__gap)}.vp-portfolio__layout-elements-align-left{justify-content:flex-start}.vp-portfolio__layout-elements-align-center{justify-content:center}.vp-portfolio__layout-elements-align-right{justify-content:flex-end}.vp-portfolio__layout-elements-align-between{justify-content:space-between}.vp-portfolio figure.vp-portfolio__item{display:block;margin:0}.vp-portfolio figcaption.vp-portfolio__item-meta,[class^=wp-block-]:not(.wp-block-gallery) figcaption.vp-portfolio__item-meta{font-style:inherit;margin-bottom:0}.vp-portfolio__preloader-wrap{opacity:1;transition:var(--vp-transition-duration) opacity,var(--vp-transition-duration) visibility;visibility:visible}.vp-portfolio__preloader{height:20px;left:50%;margin-left:-10px;margin-top:45px;position:absolute;width:20px}.vp-portfolio__preloader img,.vp-portfolio__preloader svg{border-radius:20px;display:block;height:100%;width:100%}.vp-portfolio__preloader:after{animation:vp-preloader-spinner .3s linear infinite;border:1px solid rgba(0,0,0,.2);border-left-color:#000;border-radius:50%;content:"";display:block;height:24px;left:-2px;position:absolute;text-indent:-9999em;top:-2px;width:24px}@keyframes vp-preloader-spinner{to{transform:rotate(1turn)}}.vp-portfolio.vp-portfolio__ready{min-height:auto}.vp-portfolio.vp-portfolio__ready .vp-portfolio__items-wrap,.vp-portfolio.vp-portfolio__ready .vp-portfolio__layout-elements,.vp-portfolio.vp-portfolio__ready .vp-portfolio__thumbnails-wrap{opacity:1;visibility:visible}.vp-portfolio.vp-portfolio__ready .vp-portfolio__preloader-wrap{opacity:0;visibility:hidden}.vp-portfolio.vp-portfolio__ready .vp-portfolio__preloader-wrap .vp-portfolio__preloader{animation:none}.vp-portfolio__layout-elements__ready,.vp-single-filter.vp-single-filter__ready .vp-portfolio__filter-wrap,.vp-single-sort.vp-single-sort__ready .vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio.vp-portfolio__loading .vp-portfolio__layout-elements{opacity:.5}.vp-portfolio__item-popup{display:none}.vp-spinner{animation:vp-spinner var(--vp-spinner__speed) infinite linear;border:var(--vp-spinner__border-size) solid transparent;border-left:var(--vp-spinner__border-size) solid var(--vp-spinner__color);border-radius:50%;display:block;height:var(--vp-spinner__size);position:relative;text-indent:-9999em;width:var(--vp-spinner__size)}.vp-spinner:after{border:var(--vp-spinner__border-size) solid var(--vp-spinner--background__color);border-radius:50%;bottom:calc(var(--vp-spinner__border-size)*-1);content:"";display:block;left:calc(var(--vp-spinner__border-size)*-1);opacity:var(--vp-spinner--background__opacity);position:absolute;right:calc(var(--vp-spinner__border-size)*-1);top:calc(var(--vp-spinner__border-size)*-1)}@keyframes vp-spinner{to{transform:rotate(1turn)}}.elementor [data-vp-layout=grid] .vp-portfolio__items .vp-portfolio__item-wrap .vp-portfolio__item,.elementor [data-vp-layout=masonry] .vp-portfolio__items .vp-portfolio__item-wrap .vp-portfolio__item,.elementor [data-vp-layout=tiles] .vp-portfolio__items .vp-portfolio__item-wrap .vp-portfolio__item{margin-left:var(--vp-items__gap);margin-top:var(--vp-items__gap-vertical)}@font-face {
font-family: 'swiper-icons';
src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} .swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
content: '';
flex-shrink: 0;
order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: '';
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
:root {
--swiper-navigation-size: 44px; }
.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
left: 10px;
right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: 10px;
left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
content: 'next';
}
.swiper-button-lock {
display: none;
}
:root { }
.swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
display: none !important;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 10px;
left: 0;
width: 100%;
} .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
display: inline-block;
border-radius: 50%;
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
right: 10px;
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms right;
} .swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
} :root { }
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: '';
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}.vp-portfolio{--vp-layout-slider--arrows__width:2em;--vp-layout-slider--arrows__height:2em;--vp-layout-slider--arrows__offset:10px;--vp-layout-slider--arrows__compensation:10px;--vp-layout-slider--arrows__color:var(--vp-color-gray);--vp-layout-slider--arrows__background-color:#fff;--vp-layout-slider--arrows__border-radius:50%;--vp-layout-slider--arrows__box-shadow:0 0 7px 2px rgba(0,0,0,.04);--vp-layout-slider--arrows__opacity:0.5;--vp-layout-slider--arrows-hover__box-shadow:0 2px 15px 2px rgba(0,0,0,.04);--vp-layout-slider--arrows-hover__opacity:1;--vp-layout-slider--bullets__margin-top:2em;--vp-layout-slider--bullets__width:0.4em;--vp-layout-slider--bullets__height:0.4em;--vp-layout-slider--bullets__gap:0.4em;--vp-layout-slider--bullets__compensation:4px;--vp-layout-slider--bullets__background-color:currentcolor;--vp-layout-slider--bullets__border-radius:50%;--vp-layout-slider--bullets__opacity:0.2;--vp-layout-slider--bullets-hover__opacity:0.5;--vp-layout-slider--bullets-active__opacity:1;--vp-layout-slider--thumbnails__opacity:0.5;--vp-layout-slider--thumbnails-hover__opacity:1;--vp-layout-slider--thumbnails-active__opacity:1;--vp-layout-slider__transition-duration:var(--vp-interactive__transition-duration);--vp-layout-slider__transition-easing:var(--vp-interactive__transition-easing)}[data-vp-layout=slider] .vp-portfolio__items-wrap:not(.swiper) .vp-portfolio__items,[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap:not(.swiper) .vp-portfolio__thumbnails{box-sizing:content-box;display:flex;position:relative}[data-vp-layout=slider] .vp-portfolio__items-wrap:not(.swiper) .vp-portfolio__items .vp-portfolio__item-wrap,[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap:not(.swiper) .vp-portfolio__thumbnails .vp-portfolio__thumbnail-wrap{min-width:calc(100%/var(--vp-layout-slider__initial-slides-per-view, 8));width:calc(100%/var(--vp-layout-slider__initial-slides-per-view, 8))}[data-vp-layout=slider][data-vp-slider-slides-per-view="1"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="1"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:1}[data-vp-layout=slider][data-vp-slider-slides-per-view="2"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="2"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:2}[data-vp-layout=slider][data-vp-slider-slides-per-view="3"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="3"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:3}[data-vp-layout=slider][data-vp-slider-slides-per-view="4"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="4"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:4}[data-vp-layout=slider][data-vp-slider-slides-per-view="5"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="5"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:5}[data-vp-layout=slider][data-vp-slider-slides-per-view="6"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="6"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:6}[data-vp-layout=slider][data-vp-slider-slides-per-view="7"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="7"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:7}[data-vp-layout=slider][data-vp-slider-slides-per-view="8"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="8"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:8}[data-vp-layout=slider] .vp-portfolio__thumbnail-img-wrap{display:block;overflow:hidden;position:relative}[data-vp-layout=slider] .vp-portfolio__item-img-wrap:before,[data-vp-layout=slider] .vp-portfolio__thumbnail-img-wrap:before{content:"";display:block}[data-vp-layout=slider] .vp-portfolio__item-img img,[data-vp-layout=slider] .vp-portfolio__thumbnail-img img{-o-object-fit:var(--vp-images__object-fit);object-fit:var(--vp-images__object-fit);-o-object-position:var(--vp-images__object-position);object-position:var(--vp-images__object-position)}[data-vp-layout=slider] .vp-portfolio__items-arrow{align-items:center;background-color:var(--vp-layout-slider--arrows__background-color);border-radius:var(--vp-layout-slider--arrows__border-radius);box-shadow:var(--vp-layout-slider--arrows__box-shadow);color:var(--vp-layout-slider--arrows__color);cursor:pointer;display:flex;height:var(--vp-layout-slider--arrows__height);justify-content:center;margin-top:calc(var(--vp-layout-slider--arrows__height)*-1/2);opacity:var(--vp-layout-slider--arrows__opacity);position:absolute;top:50%;transition:var(--vp-layout-slider__transition-duration) opacity var(--vp-layout-slider__transition-easing),var(--vp-layout-slider__transition-duration) box-shadow var(--vp-layout-slider__transition-easing);width:var(--vp-layout-slider--arrows__width);z-index:1}[data-vp-layout=slider] .vp-portfolio__items-arrow:after{bottom:calc(var(--vp-layout-slider--arrows__compensation)*-1);content:"";display:block;left:calc(var(--vp-layout-slider--arrows__compensation)*-1);position:absolute;right:calc(var(--vp-layout-slider--arrows__compensation)*-1);top:calc(var(--vp-layout-slider--arrows__compensation)*-1)}[data-vp-layout=slider] .vp-portfolio__items-arrow:hover{box-shadow:var(--vp-layout-slider--arrows-hover__box-shadow);opacity:var(--vp-layout-slider--arrows-hover__opacity)}[data-vp-layout=slider] .vp-portfolio__items-arrow-prev{left:var(--vp-layout-slider--arrows__offset)}[data-vp-layout=slider] .vp-portfolio__items-arrow-next{right:var(--vp-layout-slider--arrows__offset)}[data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap{padding-bottom:var(--vp-layout-slider--bullets__margin-top)}[data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow{transform:translateY(calc(var(--vp-layout-slider--bullets__margin-top)/-2))}[data-vp-layout=slider] .vp-portfolio__items-bullets{bottom:0;position:absolute;text-align:center;z-index:1}[data-vp-layout=slider] .vp-portfolio__items-bullets.swiper-pagination-bullets-dynamic{font-size:1em}[data-vp-layout=slider] .vp-portfolio__items-bullets>.swiper-pagination-bullet{background-color:var(--vp-layout-slider--bullets__background-color);border-radius:var(--vp-layout-slider--bullets__border-radius);cursor:pointer;height:var(--vp-layout-slider--bullets__height);margin:0 calc(var(--vp-layout-slider--bullets__gap)/2);opacity:var(--vp-layout-slider--bullets__opacity);position:relative;transition:var(--vp-layout-slider__transition-duration) opacity var(--vp-layout-slider__transition-easing);width:var(--vp-layout-slider--bullets__width)}[data-vp-layout=slider] .vp-portfolio__items-bullets>.swiper-pagination-bullet:focus,[data-vp-layout=slider] .vp-portfolio__items-bullets>.swiper-pagination-bullet:hover{opacity:var(--vp-layout-slider--bullets-hover__opacity)}[data-vp-layout=slider] .vp-portfolio__items-bullets>.swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:var(--vp-layout-slider--bullets-active__opacity)}[data-vp-layout=slider] .vp-portfolio__items-bullets>.swiper-pagination-bullet:after{bottom:calc(var(--vp-layout-slider--bullets__compensation)*-1);content:"";display:block;left:calc(var(--vp-layout-slider--bullets__compensation)*-1);position:absolute;right:calc(var(--vp-layout-slider--bullets__compensation)*-1);top:calc(var(--vp-layout-slider--bullets__compensation)*-1)}[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap .vp-portfolio__thumbnail-wrap{cursor:pointer;opacity:var(--vp-layout-slider--thumbnails__opacity);transition:var(--vp-layout-slider__transition-duration) opacity}[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap .vp-portfolio__thumbnail-wrap:focus,[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap .vp-portfolio__thumbnail-wrap:hover{opacity:var(--vp-layout-slider--thumbnails-hover__opacity)}[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap .vp-portfolio__thumbnail-wrap.swiper-slide-thumb-active{opacity:var(--vp-layout-slider--thumbnails-active__opacity)}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.vp-portfolio__custom-scrollbar{--vp-custom-scrollbar__background-color:#888}.vp-portfolio__custom-scrollbar .simplebar-scrollbar:before{background-color:var(--vp-custom-scrollbar__background-color)}:root{--vp-lazyload-images__background:linear-gradient(270deg,hsla(0,0%,55%,.15),hsla(0,0%,55%,.05),hsla(0,0%,55%,.05),hsla(0,0%,55%,.15));--vp-lazyload-images__background-size:400% 100%;--vp-lazyload-images__animation-duration:7s;--vp-lazyload-transition-duration:0.3s;--vp-lazyload-transition-easing:ease-in-out}img.vp-lazyload,img.vp-lazyloaded,img.vp-lazyloading,img.vp-lazypreload{opacity:0;transition:var(--vp-lazyload-transition-duration) opacity}img.vp-lazyloaded{opacity:1}:is(.vp-portfolio__item-img,.vp-portfolio__thumbnail-img):has(img:first-of-type:is(.vp-lazyload,.vp-lazyloading,.vp-lazyloaded)):before{background-image:var(--vp-lazyload-images__background);background-size:var(--vp-lazyload-images__background-size);bottom:0;content:"";left:0;opacity:1;pointer-events:none;position:absolute;right:0;top:0;transition:var(--vp-lazyload-transition-duration) var(--vp-lazyload-transition-duration) opacity,var(--vp-lazyload-transition-duration) var(--vp-lazyload-transition-duration) visibility;visibility:visible}:is(.vp-portfolio__item-img,.vp-portfolio__thumbnail-img):has(img:first-of-type.vp-lazyloading):before{animation:vp-lazyload-placeholder var(--vp-lazyload-images__animation-duration) ease-in-out infinite}:is(.vp-portfolio__item-img,.vp-portfolio__thumbnail-img):has(img:first-of-type.vp-lazyloaded):before{opacity:0;visibility:hidden}@keyframes vp-lazyload-placeholder{0%{background-position:200% 0}to{background-position:-200% 0}}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.vp-fancybox,.vp-pswp{--vp-popup__z-index:1500;--vp-popup--thumbnails__size:160px;--vp-popup--thumbnails__aspect-ratio:10/7;--vp-popup--thumbnails__background-color:#1e1e1e;--vp-popup--thumbnails--items__border-color:var(--vp-color-brand);--vp-popup--thumbnails--scrollbar__size:7px;--vp-popup--thumbnails--scrollbar-track__background-color:#1f1f1f;--vp-popup--thumbnails--scrollbar-thumb__background-color:#424242;--vp-popup--thumbnails--scrollbar-thumb__border-radius:10px}.vp-fancybox{height:calc(100% - var(--wp-admin--admin-bar--height, 0px));top:var(--wp-admin--admin-bar--height,0);z-index:var(--vp-popup__z-index)}.vp-fancybox .fancybox-slide--iframe .fancybox-content{background:none}.vp-fancybox .fancybox-caption__body{color:#fff;font-size:12px}.vp-fancybox .fancybox-caption__body a,.vp-fancybox .fancybox-caption__body h3{color:inherit}.vp-fancybox .fancybox-caption__body a:hover{opacity:.8}.vp-fancybox .fancybox-caption__body .vp-portfolio__item-meta-title{color:inherit;font-size:14px;margin-bottom:3px;margin-top:0}.vp-fancybox .fancybox-caption__body .vp-portfolio__item-meta-title a{text-decoration:none}.vp-fancybox .fancybox-thumbs{background:var(--vp-popup--thumbnails__background-color);width:var(--vp-popup--thumbnails__size)}.vp-fancybox.fancybox-show-thumbs .fancybox-inner{right:var(--vp-popup--thumbnails__size)}.vp-fancybox .fancybox-thumbs__list a{aspect-ratio:var(--vp-popup--thumbnails__aspect-ratio);height:auto;max-height:none;max-width:none;width:calc(100% - 4px)}.vp-fancybox .fancybox-thumbs__list a:before{border:2px solid var(--vp-popup--thumbnails--items__border-color)}.vp-fancybox .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:var(--vp-popup--thumbnails--scrollbar__size)}.vp-fancybox .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:var(--vp-popup--thumbnails--scrollbar-track__background-color);box-shadow:none}.vp-fancybox .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:var(--vp-popup--thumbnails--scrollbar-thumb__background-color);border-radius:var(--vp-popup--thumbnails--scrollbar-thumb__border-radius)}.fancybox-share__button--x{background:#000}.fancybox-share__button--x:hover{background:#292929}