.elementor-widget-open_user_map_widget,
.elementor-widget-shortcode:has(.open-user-map),
.elementor-widget-shortcode:has(.open-user-map-image-gallery) {
width: 100%;
}
.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 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: #e82c71;
}
.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-map-filter-wrapper {
position: absolute;
right: 10px;
bottom: 10px;
width: auto;
z-index: 9999;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 15px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls {
position: relative;
z-index: auto;
display: flex;
flex-direction: column-reverse;
align-items: flex-end;
gap: 8px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.active {
width: 250px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-toggle {
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.9);
background-image: url(//bvmde.net/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;
z-index: 1;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list {
display: flex;
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 .oum-toggle-all-wrapper {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 8px;
margin-bottom: 5px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list .oum-toggle-all-wrapper .oum-toggle-all-text {
opacity: 0.8;
font-weight: bold;
}
.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: #e82c71;
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;
font-size: 13px;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list .close-filter-list:hover {
color: #e82c71;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls:not(.use-collapse):not(.active) .oum-filter-toggle {
display: none;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls:not(.use-collapse):not(.active) .oum-filter-list {
display: flex;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.use-collapse:not(.active) .oum-filter-list {
display: none;
}
.open-user-map .box-wrap .map-wrap .oum-filter-controls.use-collapse:not(.active) .oum-filter-toggle {
display: flex !important;
}
.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-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 #e82c71;
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,
.open-user-map .box-wrap .map-wrap .oum-advanced-filter-button,
.open-user-map .box-wrap .map-wrap .oum-advanced-filter-panel {
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,
.open-user-map .box-wrap .map-wrap .oum-advanced-filter-button.visible,
.open-user-map .box-wrap .map-wrap .oum-advanced-filter-panel.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;
overflow: auto;
}
.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 .oum_location_title {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px;
margin-bottom: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_title .oum_location_name {
font-size: 20px;
line-height: 1.4;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_title .oum_location_category_icons {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text .oum_location_title .oum_location_category_icons .oum_category_icon {
width: 20px;
height: 20px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_text a {
color: #e82c71;
}
.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_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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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 a {
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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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: #e82c71;
color: white;
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
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: #cb1658;
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(//bvmde.net/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(//bvmde.net/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-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: #e82c71;
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: #e82c71;
}
@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: 15px;
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 8px 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,
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display {
font-family: inherit;
margin: 0 0 25px;
font-size: 15px;
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,
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display {
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;
border-color: #888;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display {
display: flex;
align-items: center;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-category-dropdown-display .oum-category-dropdown-icon {
width: 20px;
height: 20px;
margin-right: 4px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.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: 15px;
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 8px 0;
font-weight: bold;
font-size: 15px;
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 > div label .oum-category-icon {
width: 20px;
height: 20px;
margin-right: 4px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.open-user-map .add-location .location-overlay-content #oum_add_location fieldset input[type=checkbox] {
appearance: auto;
accent-color: #e82c71;
position: relative;
width: 20px;
height: 20px;
margin: 0 7px 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: #e82c71;
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(//bvmde.net/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.6;
margin-top: -20px;
padding: 0 9px 20px;
}
.open-user-map .add-location .location-overlay-content #oum_add_location #oum_location_image {
color: #e82c71;
}
.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;
width: 32px;
align-items: center;
gap: 3px;
padding: 0;
margin: 0;
line-height: 1;
color: #e82c71;
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: #e82c71;
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: #e82c71;
}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text]:focus {
border-color: #e82c71;
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: #e82c71;
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 #e82c71;
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: #e82c71;
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(//bvmde.net/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: #cb1658;
}
@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: #e82c71;
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: #e82c71;
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: #e82c71;
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: #cb1658;
}
.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(//bvmde.net/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 .oum_location_categories {
margin: 8px 0;
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_categories .oum_category_icon {
width: 20px;
height: 20px;
object-fit: contain;
border-radius: 2px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_title {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px;
margin-bottom: 10px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_title .oum_location_name {
font-size: 20px;
line-height: 1.4;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_title .oum_location_category_icons {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text .oum_location_title .oum_location_category_icons .oum_category_icon {
width: 20px;
height: 20px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap .oum_location_text a {
color: #e82c71;
}
.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_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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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 a {
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(//bvmde.net/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: #e82c71;
}
@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: #e82c71;
border-color: #e82c71;
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;
overflow: auto;
}
.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 .oum_location_title {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px;
margin-bottom: 10px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_title .oum_location_name {
font-size: 20px;
line-height: 1.4;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_title .oum_location_category_icons {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_location_title .oum_location_category_icons .oum_category_icon {
width: 20px;
height: 20px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text a {
color: #e82c71;
}
.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_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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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 a {
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;
pointer-events: all;
}
.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;
}
.oum-location-value[data-value=type_icons] .oum_location_category_icons {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.oum-location-value[data-value=type_icons] .oum_location_category_icons .oum_category_icon {
width: 20px;
height: 20px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
}
.oum-location-value[data-value=map] .leaflet-map a {
text-decoration: none !important;
padding: 0;
margin: 0;
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-tile-pane img.leaflet-tile {
box-shadow: none;
padding: 0;
margin: 0;
border: none;
border-radius: unset;
}
.oum-location-value[data-value=map] .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;
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-marker-icon:not(.marker-cluster):hover {
width: 44px !important;
height: 44px !important;
margin-top: -44px !important;
margin-left: -22px !important;
}
.oum-location-value[data-value=map] .leaflet-map.map-style_Custom1 .leaflet-tile-pane .leaflet-layer:first-of-type .leaflet-tile {
filter: saturate(3);
}
.oum-location-value[data-value=map] .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);
}
.oum-location-value[data-value=map] .leaflet-map.map-style_Custom2 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.oum-location-value[data-value=map] .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);
}
.oum-location-value[data-value=map] .leaflet-map.map-style_Custom3 .leaflet-tile-pane .leaflet-layer:nth-child(2) .leaflet-tile {
filter: sepia(0) contrast(1) invert(1) brightness(2);
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-control-zoom a {
background-color: #fff;
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-control-zoom a:hover {
background-color: #f4f4f4;
}
.oum-location-value[data-value=map] .leaflet-map .leaflet-control-attribution {
font-size: 10px;
}
@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: #e82c71 !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: #cb1658 !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;
}
}
.oum-inline-form .add-location {
display: block;
position: static;
background: transparent;
z-index: auto;
padding: 0;
overflow: visible;
}
.oum-inline-form .add-location .location-overlay-content {
position: static;
transform: none;
max-width: none;
width: 100%;
max-height: none;
overflow: visible;
padding: 0;
}
.oum-inline-form .add-location .location-overlay-content #close-add-location-overlay {
display: none;
}
.oum-hide-map .box-wrap {
display: none;
}
.oum-advanced-filter-sidebar {
background: #fff;
border: 1px solid #ddd;
padding: 12px 15px;
margin-bottom: 20px;
}
.oum-advanced-filter-sidebar .oum-advanced-filter-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 2px 0;
margin-bottom: 0;
flex-shrink: 0;
}
.oum-advanced-filter-sidebar .oum-advanced-filter-header .oum-advanced-filter-title {
font-size: 20px;
flex: 1;
}
.oum-advanced-filter-sidebar .oum-advanced-filter-separator {
height: 1px;
background-color: rgba(0, 0, 0, 0.1);
margin: 12px 0;
flex-shrink: 0;
}
.oum-advanced-filter-sidebar .oum-filter-section {
margin-bottom: 20px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter .oum-label {
display: block;
font-weight: bold;
margin: 0 0 8px 0px;
line-height: 1.5;
color: #333;
font-size: 15px;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=text],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=email],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=url],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter textarea,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter select {
font-family: inherit;
margin: 0;
font-size: 16px;
border: 1px solid #888;
border-radius: 2px;
color: #333;
background-color: #fff;
outline: none;
line-height: 1;
padding: 14px;
width: 100%;
box-sizing: border-box;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=text]:focus,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=email]:focus,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=url]:focus,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter textarea:focus,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter select:focus {
border-color: #e82c71;
box-shadow: 0 0 0 2px rgba(232, 44, 113, 0.1);
}
@media screen and (max-width: 480px) {
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=text],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=email],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter input[type=url],
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter textarea,
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter select {
font-size: 16px;
padding: 12px;
}
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter 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;
border-color: #888;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset {
display: flex;
flex-wrap: wrap;
border: none;
padding: 0;
margin: 0;
font-size: 15px;
color: #333;
background-color: #fff;
width: 100%;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset legend {
padding: 0;
margin: 0 0 8px 0px;
font-weight: bold;
font-size: 15px;
line-height: 1.5;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset > div {
margin: 0 10px 10px 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset > div label {
display: flex;
align-items: center;
margin-left: 6px;
margin-right: 10px;
cursor: pointer;
}
@media screen and (max-width: 768px) {
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset > div label {
display: block;
margin-left: 0;
margin-bottom: 5px;
}
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=checkbox] {
appearance: auto;
accent-color: #e82c71;
position: relative;
width: 20px;
height: 20px;
margin: 0 7px 0 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=checkbox]::before, .oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=checkbox]::after {
display: none;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=radio] {
appearance: auto;
accent-color: #e82c71;
position: relative;
width: 20px;
height: 20px;
margin: 0 10px 0 0;
}
.oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=radio]::before, .oum-advanced-filter-sidebar .oum-filter-section .oum-custom-field-filter fieldset input[type=radio]::after {
display: none;
}
.oum-advanced-filter-sidebar .oum-filter-reset-section {
padding-top: 5px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
}
.oum-advanced-filter-sidebar .oum-filter-reset-section .oum-reset-button {
cursor: pointer;
font-size: 16px;
background: none;
border: none;
color: #e82c71;
text-decoration: none;
padding: 0;
line-height: 1;
}
.oum-advanced-filter-sidebar .oum-filter-reset-section .oum-reset-button:hover {
color: #cb1658;
text-decoration: underline;
}
.oum-advanced-filter-sidebar .oum-filter-reset-section .oum-reset-button:active {
color: #9d1144;
}
.oum-map-container {
position: relative;
}
.oum-advanced-filter-button, .oum-advanced-filter-panel {
position: relative;
z-index: 9998;
display: flex;
flex-direction: column-reverse;
align-items: flex-end;
gap: 8px;
}
.oum-advanced-filter-button.active, .active.oum-advanced-filter-panel {
width: 250px;
}
.oum-advanced-filter-button .oum-advanced-filter-toggle, .oum-advanced-filter-panel .oum-advanced-filter-toggle {
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.9);
width: 44px;
height: 44px;
border: 2px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
cursor: pointer;
color: #333;
transition: background-color 0.2s ease;
}
.oum-advanced-filter-button .oum-advanced-filter-toggle:hover, .oum-advanced-filter-panel .oum-advanced-filter-toggle:hover {
background-color: rgb(255, 255, 255);
}
.oum-advanced-filter-button .oum-advanced-filter-toggle svg, .oum-advanced-filter-panel .oum-advanced-filter-toggle svg {
width: 20px;
height: 20px;
}
.oum-advanced-filter-button .oum-advanced-filter-content, .oum-advanced-filter-panel .oum-advanced-filter-content {
display: flex;
box-sizing: border-box;
flex-direction: column;
position: relative;
width: 100%;
max-height: 80vh;
overflow-y: auto;
background: rgba(255, 255, 255, 0.95);
border: 2px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-header, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 16px 0 15px;
height: 44px;
flex-shrink: 0;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-header .oum-advanced-filter-title, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-header .oum-advanced-filter-title {
font-size: 20px;
flex: 1;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-header .close-advanced-filter, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-header .close-advanced-filter {
cursor: pointer;
font-size: 18px;
color: #333;
line-height: 1;
padding: 0;
margin: 0;
margin-left: auto;
background: none;
border: none;
flex-shrink: 0;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-header .close-advanced-filter:hover, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-header .close-advanced-filter:hover {
color: #e82c71;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-separator, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-separator {
height: 1px;
background-color: rgba(0, 0, 0, 0.1);
margin: 0;
flex-shrink: 0;
}
.oum-advanced-filter-button .oum-advanced-filter-content .oum-advanced-filter-sidebar, .oum-advanced-filter-panel .oum-advanced-filter-content .oum-advanced-filter-sidebar {
border: none;
background: transparent;
margin: 0;
}
.oum-advanced-filter-button:not(.use-collapse) .oum-advanced-filter-toggle, .oum-advanced-filter-panel:not(.use-collapse) .oum-advanced-filter-toggle {
display: none;
}
.oum-advanced-filter-button.use-collapse .oum-advanced-filter-content, .use-collapse.oum-advanced-filter-panel .oum-advanced-filter-content {
display: none;
}
.oum-advanced-filter-button.use-collapse.active .oum-advanced-filter-content, .use-collapse.active.oum-advanced-filter-panel .oum-advanced-filter-content {
display: flex;
}
.oum-advanced-filter-button.use-collapse.active .oum-advanced-filter-toggle, .use-collapse.active.oum-advanced-filter-panel .oum-advanced-filter-toggle {
display: none;
}
.oum-advanced-filter-button.active .oum-advanced-filter-toggle, .active.oum-advanced-filter-panel .oum-advanced-filter-toggle {
display: none;
}
.oum-advanced-filter-panel .oum-advanced-filter-toggle {
box-sizing: border-box;
width: 250px;
height: 48px;
justify-content: space-between;
padding: 2px 13px 2px 15px;
}
.oum-advanced-filter-panel .oum-advanced-filter-toggle .oum-advanced-filter-toggle-label {
font-size: 20px;
flex: 1;
}
.oum-map-with-sidebar {
display: flex;
gap: 20px;
align-items: flex-start;
}
.oum-map-with-sidebar .oum-map-container {
flex: 1;
width: 100%;
min-width: 0;
}
.oum-map-with-sidebar .oum-sidebar {
width: 300px;
flex-shrink: 0;
}
.oum-map-with-sidebar .oum-sidebar.oum-sidebar-left {
order: -1;
}
.oum-map-with-sidebar .oum-sidebar.oum-sidebar-right {
order: 1;
}
@media (max-width: 768px) {
.oum-map-with-sidebar {
flex-direction: column;
}
.oum-map-with-sidebar .oum-sidebar {
width: 100%;
order: 0;
margin-bottom: 15px;
}
.oum-map-with-sidebar .oum-map-container {
order: 1;
}
}
@media (max-width: 480px) {
.oum-map-with-sidebar {
gap: 10px;
}
.oum-map-with-sidebar .oum-sidebar {
padding: 15px;
margin-bottom: 10px;
}
}.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(//bvmde.net/wp-content/plugins/open-user-map/src/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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(//bvmde.net/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;
}.wc-stripe-payment-button-preview{align-items:center;background-color:#000;border-radius:5px;display:flex;height:40px;justify-content:center}.wc-stripe-payment-button-preview img{height:22px}.wc-stripe-payment-button-preview:hover{cursor:pointer;filter:opacity(.7)}.wc-stripe-payment-button-preview.wc-stripe-amazon-pay-preview{background-color:#ffd814}.wc-stripe-payment-button-preview.wc-stripe-amazon-pay-preview img{height:40px}.wc-stripe-payment-button-preview.wc-stripe-link-preview{background-color:#00d66f}.wc-stripe-payment-button-preview.wc-stripe-link-preview img{height:40px}
button.stripe-gateway-stripelink-modal-trigger{background:no-repeat url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA3MiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2LjEyIDMuNjc2ODNDMzYuMTIgMi41NDg4MiAzNy4wNzA0IDEuNjMyMDIgMzguMTg4OCAxLjYzMjAyQzM5LjMwNzIgMS42MzIwMiA0MC4yNTc2IDIuNTUzNjIgNDAuMjU3NiAzLjY3NjgzQzQwLjI1NzYgNC44MDAwMyAzOS4zNDA4IDUuNzQ1NjMgMzguMTg4OCA1Ljc0NTYzQzM3LjAzNjggNS43NDU2MyAzNi4xMiA0LjgyODgzIDM2LjEyIDMuNjc2ODNaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik0yOS45ODA4IDEuOTIwMDFIMzMuNTgwOFYyMi4wOEgyOS45ODA4VjEuOTIwMDFaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik00MC4wMDggNy42ODAwMUgzNi4zNzkyVjIyLjA4SDQwLjAwOFY3LjY4MDAxWiIgZmlsbD0iIzAxMUUwRiIvPgo8cGF0aCBkPSJNNjYuMDk2IDE0LjM5MDRDNjguODI3MiAxMi43MTA0IDcwLjY4NDggMTAuMjA5NiA3MS40MTkyIDcuNjc1MjRINjcuNzkwNEM2Ni44NDQ4IDEwLjA5NDQgNjQuNjc1MiAxMS45MTM2IDYyLjI4OTYgMTIuNjg2NFYxLjkxNTIzSDU4LjY2MDhWMjIuMDc1Mkg2Mi4yODk2VjE2LjA4QzY1LjA1OTIgMTYuNzcxMiA2Ny4yNDggMTkuMTY2NCA2Ny45OTY4IDIyLjA3NTJINzEuNjQ5NkM3MS4wOTI4IDE5LjAyMjQgNjkuMDA0OCAxNi4xNjY0IDY2LjA5NiAxNC4zOTA0WiIgZmlsbD0iIzAxMUUwRiIvPgo8cGF0aCBkPSJNNDYuNDQgOS4yOTI4M0M0Ny4zOTA0IDguMDMwNDMgNDkuMjQzMiA3LjI5NjAyIDUwLjc0NTYgNy4yOTYwMkM1My41NDg4IDcuMjk2MDIgNTUuODY3MiA5LjM0NTYzIDU1Ljg3MiAxMi40NDE2VjIyLjA3NTJINTIuMjQzMlYxMy4yNDMyQzUyLjI0MzIgMTEuOTcxMiA1MS42NzY4IDEwLjUwMjQgNDkuODM4NCAxMC41MDI0QzQ3LjY3ODQgMTAuNTAyNCA0Ni40MzUyIDEyLjQxNzYgNDYuNDM1MiAxNC42NTkyVjIyLjA4NDhINDIuODA2NFY3LjY4OTYySDQ2LjQ0VjkuMjkyODNaIiBmaWxsPSIjMDExRTBGIi8+CjxwYXRoIGQ9Ik0xMiAyNEMxOC42Mjc0IDI0IDI0IDE4LjYyNzQgMjQgMTJDMjQgNS4zNzI1NyAxOC42Mjc0IDAgMTIgMEM1LjM3MjU5IDAgMCA1LjM3MjU3IDAgMTJDMCAxOC42Mjc0IDUuMzcyNTkgMjQgMTIgMjRaIiBmaWxsPSIjMDBENjZGIi8+CjxwYXRoIGQ9Ik0xMS40NDc5IDQuODAwMDVINy43NDcwN0M4LjQ2NzA3IDcuODA5NjUgMTAuNTY5NSAxMC4zODI0IDEzLjE5OTkgMTJDMTAuNTY0NyAxMy42MTc2IDguNDY3MDcgMTYuMTkwNCA3Ljc0NzA3IDE5LjJIMTEuNDQ3OUMxMi4zNjQ3IDE2LjQxNiAxNC45MDM5IDEzLjk5NjggMTguMDIzOSAxMy41MDI0VjEwLjQ5MjlDMTQuODk5MSAxMC4wMDMzIDEyLjM1OTkgNy41ODQwNSAxMS40NDc5IDQuODAwMDVaIiBmaWxsPSIjMDExRTBGIi8+Cjwvc3ZnPgo=);background-color:transparent!important;border:none;cursor:pointer;display:none;height:40px;position:absolute;right:5px;width:64px}button.stripe-gateway-stripelink-modal-trigger:hover{background-color:transparent;border-color:transparent}.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span{width:100%}.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span>span{align-items:center;display:flex;float:right;justify-content:center}#radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element{padding-top:1.4em}#radio-control-wc-payment-method-options-stripe__content.optimized-checkout-element .content:empty{display:none}#radio-control-wc-payment-method-options-stripe__label>span>span{border:none}html body.single-tve_form_type{min-height:100%}body .tl-style article{margin-bottom:0;margin-top:0;padding-top:0}body .thrv_wrapper.thrv-leads-slide-in,body .thrv_wrapper.thrv-leads-ribbon,body .thrv_wrapper.thrv-leads-widget,body .thrv_wrapper.thrv-leads-screen-filler{margin:0}#tve_editor:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.tve_editor_main_content .thrv_wrapper.thrv_content_reveal{padding:1px}.tl-style .tve_p_lb_content{overflow:visible}body .tve_p_lb_content #tve_editor .tve_p_lb_control{padding:15px 0 40px}.tve-leads-greedy-ribbon #tve_editor{padding:0}.tve-leads-ribbon{left:0;min-height:20px;position:fixed;right:0;top:0;z-index:-1}.tve-leads-ribbon #tve_editor{padding:0}.tve-leads-ribbon.tve-leads-triggered{z-index:999991}.single-tve_form_type .tve-leads-ribbon{z-index:0}.tcb-states .tve-leads-ribbon{z-index:80}.admin-bar .tve-leads-ribbon{top:32px}.tve-leads-ribbon .tve-ribbon-content{margin:0 auto;max-width:1080px;min-width:500px}.tve-leads-ribbon .thrv-ribbon{background-color:#c6efcd;box-shadow:0 1px 1px rgba(0,0,0,.3);padding:10px 0;margin:0}.tve-leads-ribbon .tve-ribbon-close{position:absolute;top:50%;right:2%;transform:translateY(-50%);font-size:30px;line-height:23px;color:#fff;border:1px solid;display:block;text-align:center;text-decoration:none;border-radius:22px;width:30px;height:30px;z-index:100}.tve-leads-widget .thrv-leads-widget{background-color:#dedede;padding:10px}.tve-leads-widget .thrv-leads-widget .thrv_bullets_shortcode li{background:none;border-bottom:0;padding:0}.tve-leads-slide-in .thrv-leads-slide-in{padding:20px;background-color:#dedede;max-width:800px;position:relative;z-index:999}.tve-leads-slide-in .tve-leads-close{position:absolute;top:-20px;right:-20px;display:block;width:20px;height:20px;line-height:18px;text-align:center;border:1px solid;background:#000;color:#fff;text-decoration:none;font-size:12px;transition:.1s;border-radius:22px;z-index:1}.tve-leads-slide-in .tve-leads-close:hover{transform:scale(1.1)}.thrv-leads-form-box.thrv_wrapper{background-color:#dedede;padding:20px}.tve-leads-widget{position:relative;z-index:0}.tcb-states .tve-leads-widget{z-index:80}.tve-leads-screen-filler{position:fixed;top:0;left:0;bottom:0;right:0;z-index:999999}@supports(-webkit-overflow-scrolling: touch){.tve-leads-screen-filler{position:absolute}}.single-tve_lead_2s_lightbox .tve-leads-screen-filler,.single-tve_form_type .tve-leads-screen-filler{z-index:0}.tcb-states .tve-leads-screen-filler{z-index:80 !important}.tve-leads-screen-filler .thrv-leads-screen-filler{height:100%;position:absolute;top:0;left:0;overflow-x:hidden;width:100%;box-sizing:border-box}.tve-leads-screen-filler .tve_editor_main_content{margin:0 auto}.admin-bar .tve-leads-screen-filler{top:32px}.thrv-leads-screen-filler.thrv_wrapper{padding:0}.tve_brdr_none{border-style:none !important}.tve-leads-ribbon .tve_brdr_none{border-bottom-style:none !important}.tve_brdr_dotted{border-style:dotted !important}.tve-leads-ribbon .tve_brdr_dotted{border-bottom-style:dotted !important}.tve_brdr_dashed{border-style:dashed !important}.tve-leads-ribbon .tve_brdr_dashed{border-bottom-style:dashed !important}.tve_brdr_solid{border-style:solid !important}.tve-leads-ribbon .tve_brdr_solid{border-bottom-style:solid !important}.tve_brdr_double{border-style:double !important}.tve-leads-ribbon .tve_brdr_double{border-bottom-style:double !important}.tve_brdr_groove{border-style:groove !important}.tve-leads-ribbon .tve_brdr_groove{border-bottom-style:groove !important}.tve_brdr_ridge{border-style:ridge !important}.tve-leads-ribbon .tve_brdr_ridge{border-bottom-style:ridge !important}.tve_brdr_inset{border-style:inset !important}.tve-leads-ribbon .tve_brdr_inset{border-bottom-style:inset !important}.tve_brdr_outset{border-style:outset !important}.tve-leads-ribbon .tve_brdr_outset{border-bottom-style:outset !important}@media only screen and (max-width: 940px){body .tve-leads-slide-in{margin:auto 0;top:0;bottom:0}body .tve-leads-slide-in.tl_bot_left,body .tve-leads-slide-in.tl_bot_right{top:unset}}.tve_content_lock.tve_lead_lock.tve_lock_hide .tve_lead_locked_content{display:none}.tve_content_lock.tve_lead_lock.tve_lock_blur{margin-bottom:20px;position:relative;padding:50px 0}.tve_content_lock.tve_lead_lock.tve_lock_blur .tve_lead_lock_shortcode{z-index:1;position:relative}.tve_content_lock.tve_lead_lock.tve_lock_blur .tve_lead_locked_content{bottom:0;left:0;margin:auto 0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0;-webkit-filter:blur(3px);-moz-filter:blur(3px);-o-filter:blur(3px);-ms-filter:blur(3px);filter:blur(3px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.tve_content_lock.tve_lead_lock.tve_lock_blur .tve_lead_locked_content:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0}@media screen and (min-width: 0 \0 ){.tve_content_lock.tve_lead_lock.tve_lock_blur .tve_lead_locked_content{opacity:.2;filter:alpha(opacity=20);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"}}#tve_page_loader{display:none}.tve_lead_locked_overlay{display:block;height:100%;position:absolute;width:100%}.tve-l-open.tl-anim-instant .tve_p_lb_content{transition:none}.tve-l-open.tl-anim-rotational .tve_p_lb_content.tve-leads-triggered{transform:rotate(0deg) scale(1)}.tve-l-open.tl-anim-rotational .tl-style:first-child .tve_p_lb_content.tve-leads-triggered{transition:all .6s ease-out}.tve-l-open .tve_p_lb_content.tve-leads-triggered{transform:scale(1);transition:none}.tve-l-open.tl-anim-zoom_in .tve_p_lb_content.tve-leads-triggered{transform:scale(1);transition:none}.tve-l-open.tl-anim-zoom_in .tl-style:first-child .tve_p_lb_content.tve-leads-triggered{transition:all .3s ease-out}.tve-l-open.tl-anim-zoom_out .tve_p_lb_content.tve-leads-triggered{transform:scale(1);transition:none}.tve-l-open.tl-anim-zoom_out .tl-style:first-child .tve_p_lb_content.tve-leads-triggered{transition:all .3s ease-out}.tve-l-open.tl-anim-slide_top .tve_p_lb_content.tve-leads-triggered{transform:translateY(0);transition:none}.tve-l-open.tl-anim-slide_top .tl-style:first-child .tve_p_lb_content.tve-leads-triggered{transition:all .3s ease-out}.tve-l-open.tl-anim-slide_bot .tve_p_lb_content.tve-leads-triggered{transform:translateY(0);transition:none}.tve-l-open.tl-anim-slide_bot .tl-style:first-child .tve_p_lb_content.tve-leads-triggered{transition:all .3s ease-out}.tve-l-open.tl-anim-slide_left .tve_p_lb_content.tve-leads-triggered{transform:translateX(0);transition:none}.tve-l-open.tl-anim-slide_left .tl-style:first-child .tve_p_lb_content.tve-leads-triggered{transition:all .3s ease-out}.tve-l-open.tl-anim-slide_right .tve_p_lb_content.tve-leads-triggered{transform:translateX(0);transition:none}.tve-l-open.tl-anim-slide_right .tl-style:first-child .tve_p_lb_content.tve-leads-triggered{transition:all .3s ease-out}.tve-sl-open.stl-anim-rotational .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper{transform:scale(1) rotate(0deg);transition:none}.tve-sl-open.stl-anim-rotational .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{transition:all .6s ease-out}.tve-sl-open.stl-anim-zoom_in .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper{transform:scale(1);transition:none}.tve-sl-open.stl-anim-zoom_in .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{transition:all .3s ease-out}.tve-sl-open.stl-anim-zoom_out .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper{transform:scale(1);transition:none}.tve-sl-open.stl-anim-zoom_out .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{transition:all .3s ease-out}.tve-sl-open.stl-anim-slide_top .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper{transform:translateY(0);transition:none}.tve-sl-open.stl-anim-slide_top .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{transition:all .3s ease-out}.tve-sl-open.stl-anim-slide_bot .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper{transform:translateY(0);transition:none}.tve-sl-open.stl-anim-slide_bot .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{transition:all .3s ease-out}.tve-sl-open.stl-anim-slide_left .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper{transform:translateX(0);transition:none}.tve-sl-open.stl-anim-slide_left .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{transition:all .3s ease-out}.tve-sl-open.stl-anim-slide_right .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper{transform:translateX(0);transition:none}.tve-sl-open.stl-anim-slide_right .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{transition:all .3s ease-out}.tve_p_lb_content.tl-anim-rotational{transform:rotate(400deg) scale(0.5)}.tve_p_lb_content.tl-anim-zoom_in{transform:scale(0)}.tve_p_lb_content.tl-anim-zoom_out{transform:scale(2)}.tve_p_lb_content.tl-anim-slide_top{transform:translateY(-100%)}.tve_p_lb_content.tl-anim-slide_bot{transform:translateY(100%)}.tve_p_lb_content.tl-anim-slide_left{transform:translateX(-800px)}.tve_p_lb_content.tl-anim-slide_right{transform:translateX(800px)}.stl-anim-rotational .tl-style:first-of-type .thrv-leads-screen-filler{transform:scale(0.1) rotate(400deg)}.stl-anim-zoom_in .tl-style:first-of-type .thrv-leads-screen-filler{transform:scale(0)}.stl-anim-zoom_out .tl-style:first-of-type .thrv-leads-screen-filler{transform:scale(2)}.stl-anim-slide_top .tl-style:first-of-type .thrv-leads-screen-filler{transform:translateY(-100%)}.stl-anim-slide_bot .tl-style:first-of-type .thrv-leads-screen-filler{transform:translateY(100%)}.stl-anim-slide_left .tl-style:first-of-type .thrv-leads-screen-filler{transform:translateX(-800px)}.stl-anim-slide_right .tl-style:first-of-type .thrv-leads-screen-filler{transform:translateX(800px)}.tve-tl-anim{transition:all .3s ease-out;opacity:0}.tve-tl-anim.tve-leads-triggered{opacity:1;transition:all .3s ease-out}.tve-leads-widget.tve-tl-anim{transition:all .3s ease-out;opacity:0;height:0}.tve-leads-widget.tve-tl-anim.tve-leads-triggered{opacity:1;height:auto;transition:all .3s ease-out}@-webkit-keyframes tl-slit{50%{-webkit-animation-timing-function:ease-out;-webkit-transform:translateZ(-250px) rotateY(89deg)}100%{-webkit-transform:translateZ(0.1px) rotateY(0deg)}}@-moz-keyframes tl-slit{50%{-moz-animation-timing-function:ease-out;-moz-transform:translateZ(-250px) rotateY(89deg);opacity:.5}100%{-moz-transform:translateZ(0.1px) rotateY(0deg);opacity:1}}@keyframes tl-slit{50%{animation-timing-function:ease-out;transform:translateZ(-250px) rotateY(89deg)}100%{transform:translateZ(0.1px) rotateY(0deg)}}@-webkit-keyframes tl-make-way{50%{-webkit-transform:translateZ(-50px) rotateY(5deg)}100%{-webkit-transform:translateZ(-200px)}}@-moz-keyframes tl-make-way{50%{-moz-transform:translateZ(-50px) rotateY(5deg)}100%{-moz-transform:translateZ(-200px)}}@keyframes tl-make-way{50%{transform:translateZ(-50px) rotateY(5deg)}100%{transform:translateZ(-200px)}}@-webkit-keyframes tl-slip-top{50%{-webkit-transform:rotateX(5deg);-webkit-animation-timing-function:ease-out}}@-moz-keyframes tl-slip-top{50%{-moz-transform:rotateX(5deg);-moz-animation-timing-function:ease-out}}@keyframes tl-slip-top{50%{transform:rotateX(5deg);animation-timing-function:ease-out}}@-webkit-keyframes tl-bounce-in{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@-moz-keyframes tl-bounce-in{0%{opacity:0;-moz-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-moz-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-moz-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-moz-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-moz-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}100%{opacity:1;-moz-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tl-bounce-in{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}100%{opacity:1;transform:scale3d(1, 1, 1)}}@-webkit-keyframes tl-bounce-in-down{0%{-webkit-transform:translateY(-3000px);transform:translateY(-3000px)}60%{-webkit-transform:translateY(60px);transform:translateY(60px)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}90%{-webkit-transform:translateY(15px);transform:translateY(15px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes tl-bounce-in-down{0%{-moz-transform:translateY(-3000px);transform:translateY(-3000px)}60%{-moz-transform:translateY(60px);transform:translateY(60px)}75%{-moz-transform:translateY(-30px);transform:translateY(-30px)}90%{-moz-transform:translateY(15px);transform:translateY(15px)}100%{-moz-transform:translateY(0);transform:translateY(0)}}@keyframes tl-bounce-in-down{0%{transform:translateY(-3000px)}60%{transform:translateY(60px)}75%{transform:translateY(-30px)}90%{transform:translateY(15px)}100%{transform:translateY(0)}}@-webkit-keyframes tl-bounce-in-up{0%{-webkit-transform:translateY(3000px);transform:translateY(3000px)}60%{-webkit-transform:translateY(-60px);transform:translateY(-60px)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}90%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes tl-bounce-in-up{0%{-moz-transform:translateY(3000px);transform:translateY(3000px)}60%{-moz-transform:translateY(-60px);transform:translateY(-60px)}75%{-moz-transform:translateY(30px);transform:translateY(30px)}90%{-moz-transform:translateY(-15px);transform:translateY(-15px)}100%{-moz-transform:translateY(0);transform:translateY(0)}}@keyframes tl-bounce-in-up{0%{transform:translateY(3000px)}60%{transform:translateY(-60px)}75%{transform:translateY(30px)}90%{transform:translateY(-15px)}100%{transform:translateY(0)}}@-webkit-keyframes tl-bounce-in-left{0%{-webkit-transform:translateX(-3000px);transform:translateX(-3000px)}60%{-webkit-transform:translateX(60px);transform:translateX(60px)}75%{-webkit-transform:translateX(-30px);transform:translateX(-30px)}90%{-webkit-transform:translateX(15px);transform:translateX(15px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes tl-bounce-in-left{0%{-moz-transform:translateX(-3000px);transform:translateX(-3000px)}60%{-moz-transform:translateX(60px);transform:translateX(60px)}75%{-moz-transform:translateX(-30px);transform:translateX(-30px)}90%{-moz-transform:translateX(15px);transform:translateX(15px)}100%{-moz-transform:translateX(0);transform:translateX(0)}}@keyframes tl-bounce-in-left{0%{transform:translateX(-3000px)}60%{transform:translateX(60px)}75%{transform:translateX(-30px)}90%{transform:translateX(15px)}100%{transform:translateX(0)}}@-webkit-keyframes tl-bounce-in-right{0%{-webkit-transform:translateX(3000px);transform:translateX(3000px)}60%{-webkit-transform:translateX(-60px);transform:translateX(-60px)}75%{-webkit-transform:translateX(30px);transform:translateX(30px)}90%{-webkit-transform:translateX(-15px);transform:translateX(-15px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes tl-bounce-in-right{0%{-moz-transform:translateX(3000px);transform:translateX(3000px)}60%{-moz-transform:translateX(-60px);transform:translateX(-60px)}75%{-moz-transform:translateX(30px);transform:translateX(30px)}90%{-moz-transform:translateX(-15px);transform:translateX(-15px)}100%{-moz-transform:translateX(0);transform:translateX(0)}}@keyframes tl-bounce-in-right{0%{transform:translateX(3000px)}60%{transform:translateX(-60px)}75%{transform:translateX(30px)}90%{transform:translateX(-15px)}100%{transform:translateX(0)}}html.tve-sl-open{min-height:100%}html.tve-sl-open.stl-anim-3d_slit .tve-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-sl-open.stl-anim-3d_slit .tve-leads-screen-filler .tl-style:first-of-type .thrv-leads-screen-filler{transform:translateZ(-3000px) rotateY(90deg);transition:opacity .3s ease-in;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}html.tve-sl-open.stl-anim-3d_slit .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transition:none;opacity:1}html.tve-sl-open.stl-anim-3d_slit .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{animation:tl-slit .7s forwards ease-out}html.tve-sl-open.stl-anim-3d_flip_horizontal .tve-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-sl-open.stl-anim-3d_flip_horizontal .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transform:rotateY(0deg);transition:none;opacity:1}html.tve-sl-open.stl-anim-3d_flip_horizontal .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, opacity 0.3s ease}html.tve-sl-open.stl-anim-3d_flip_vertical .tve-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-sl-open.stl-anim-3d_flip_vertical .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transform:rotateX(0deg);transition:none;opacity:1}html.tve-sl-open.stl-anim-3d_flip_vertical .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, opacity 0.3s ease}html.tve-sl-open.stl-anim-3d_sign .tve-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-sl-open.stl-anim-3d_sign .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transform:rotateX(0deg);transition:none;opacity:1}html.tve-sl-open.stl-anim-3d_sign .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, opacity 0.3s ease}html.tve-sl-open.stl-anim-3d_rotate_bottom .tve-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-sl-open.stl-anim-3d_rotate_bottom .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transform:translateY(0) rotateX(0deg);transition:none;opacity:1}html.tve-sl-open.stl-anim-3d_rotate_bottom .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, opacity 0.3s ease}html.tve-sl-open.stl-anim-3d_rotate_left .tve-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-sl-open.stl-anim-3d_rotate_left .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transform:rotateY(0deg) translateZ(0px) translateX(0);transition:none;opacity:1}html.tve-sl-open.stl-anim-3d_rotate_left .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, opacity 0.3s ease}html.tve-sl-open.stl-anim-slip_from_top{-webkit-perspective:900px;-moz-perspective:900px;perspective:900px;background:#000;margin-top:0 !important}html.tve-sl-open.stl-anim-slip_from_top body{animation:tl-slip-top .5s forwards ease-in;transform-origin:50% 100%;transform-style:preserve-3d}html.tve-sl-open.stl-anim-slip_from_top .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transform:translateY(0);transition:none;opacity:1}html.tve-sl-open.stl-anim-slip_from_top .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{transition:all .5s .1s linear}html.tve-sl-open.stl-anim-bounce_in .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transition:none;opacity:1}html.tve-sl-open.stl-anim-bounce_in .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{animation:tl-bounce-in linear 1s}html.tve-sl-open.stl-anim-bounce_in_down .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transition:none;opacity:1}html.tve-sl-open.stl-anim-bounce_in_down .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{animation:tl-bounce-in-down linear 1s}html.tve-sl-open.stl-anim-bounce_in_left .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transition:none;opacity:1}html.tve-sl-open.stl-anim-bounce_in_left .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{animation:tl-bounce-in-left linear 1s}html.tve-sl-open.stl-anim-bounce_in_right .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transition:none;opacity:1}html.tve-sl-open.stl-anim-bounce_in_right .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{animation:tl-bounce-in-right linear 1s}html.tve-sl-open.stl-anim-bounce_in_up .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler{transition:none;opacity:1}html.tve-sl-open.stl-anim-bounce_in_up .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler{animation:tl-bounce-in-up linear 1s}html.tve-l-open{min-height:100%}html.tve-l-open.tl-anim-3d_slit .tl-anim-3d_slit .tve_p_lb_background{-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-l-open.tl-anim-3d_slit .tl-anim-3d_slit .tve_p_lb_content.tve-leads-triggered{transition:none;opacity:1}html.tve-l-open.tl-anim-3d_slit .tl-anim-3d_slit .tl-style:first-child .tve_p_lb_content{transform:translateZ(-3000px) rotateY(90deg);transition:opacity .3s ease-in;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}html.tve-l-open.tl-anim-3d_slit .tl-anim-3d_slit .tl-style:first-child .tve_p_lb_content.tve-leads-triggered{animation:tl-slit .7s forwards ease-out}html.tve-l-open.tl-anim-3d_flip_horizontal .tl-anim-3d_flip_horizontal .tve_p_lb_overlay{opacity:0;z-index:-1}html.tve-l-open.tl-anim-3d_flip_horizontal .tl-anim-3d_flip_horizontal .tve_p_lb_background{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-l-open.tl-anim-3d_flip_horizontal .tl-anim-3d_flip_horizontal .tve_p_lb_background.tve_lb_open .tve_p_lb_overlay{transition:opacity .2s ease-out;opacity:.8}html.tve-l-open.tl-anim-3d_flip_horizontal .tl-anim-3d_flip_horizontal .tve_p_lb_content.tve-leads-triggered{transform:rotateY(0deg) translateZ(1px);transition:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;opacity:1}html.tve-l-open.tl-anim-3d_flip_horizontal .tl-anim-3d_flip_horizontal .tl-style:first-child .tve_p_lb_content.tl-anim-3d_flip_horizontal.tve-leads-triggered{-webkit-transition:-webkit-transform 0.3s, opacity 0.3s;-moz-transition:-moz-transform 0.3s, opacity 0.3s;transition:transform 0.3s, opacity 0.3s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}html.tve-l-open.tl-anim-3d_flip_vertical .tl-anim-3d_flip_vertical .tve_p_lb_overlay{opacity:0;z-index:-1}html.tve-l-open.tl-anim-3d_flip_vertical .tl-anim-3d_flip_vertical .tve_p_lb_background{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-l-open.tl-anim-3d_flip_vertical .tl-anim-3d_flip_vertical .tve_p_lb_background.tve_lb_open .tve_p_lb_overlay{transition:opacity .2s ease-out;opacity:.8}html.tve-l-open.tl-anim-3d_flip_vertical .tl-anim-3d_flip_vertical .tve_p_lb_content.tve-leads-triggered{transform:rotateX(0deg);transition:none;opacity:1}html.tve-l-open.tl-anim-3d_flip_vertical .tl-anim-3d_flip_vertical .tl-style:first-child .tve_p_lb_content.tl-anim-3d_flip_vertical.tve-leads-triggered{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, opacity 0.3s ease}html.tve-l-open.tl-anim-3d_sign .tl-anim-3d_sign .tve_p_lb_overlay{opacity:0;z-index:-1}html.tve-l-open.tl-anim-3d_sign .tl-anim-3d_sign .tve_p_lb_background{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-l-open.tl-anim-3d_sign .tl-anim-3d_sign .tve_p_lb_background.tve_lb_open .tve_p_lb_overlay{transition:opacity .2s ease-out;opacity:.8}html.tve-l-open.tl-anim-3d_sign .tl-anim-3d_sign .tve_p_lb_content.tve-leads-triggered{transform:rotateX(0deg) translateZ(1px);transition:none;opacity:1}html.tve-l-open.tl-anim-3d_sign .tl-anim-3d_sign .tl-style:first-child .tve_p_lb_content.tl-anim-3d_sign.tve-leads-triggered{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, opacity 0.3s ease}html.tve-l-open.tl-anim-3d_rotate_bottom .tl-anim-3d_rotate_bottom .tve_p_lb_background{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-l-open.tl-anim-3d_rotate_bottom .tl-anim-3d_rotate_bottom .tve_p_lb_content.tve-leads-triggered{transform:translateY(0) rotateX(0deg);transition:none;opacity:1}html.tve-l-open.tl-anim-3d_rotate_bottom .tl-anim-3d_rotate_bottom .tl-style:first-child .tve_p_lb_content.tl-anim-3d_rotate_bottom.tve-leads-triggered{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, opacity 0.3s ease}html.tve-l-open.tl-anim-3d_rotate_left .tl-anim-3d_rotate_left .tve_p_lb_background{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}html.tve-l-open.tl-anim-3d_rotate_left .tl-anim-3d_rotate_left .tve_p_lb_content.tve-leads-triggered{transform:rotateY(0deg) translateZ(0px) translateX(0);transition:none;opacity:1}html.tve-l-open.tl-anim-3d_rotate_left .tl-anim-3d_rotate_left .tl-style:first-child .tve_p_lb_content.tl-anim-3d_rotate_left.tve-leads-triggered{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, opacity 0.3s ease}html.tve-l-open.tl-anim-blur body>div:not(.tl-states-root){transition:filter .3s linear;filter:blur(3px)}html.tve-l-open.tl-anim-blur .tl-anim-blur .tve_p_lb_content.tve-leads-triggered{transform:translateY(0);transition:none;opacity:1}html.tve-l-open.tl-anim-blur .tl-anim-blur .tl-style:first-child .tve_p_lb_content.tl-anim-blur.tve-leads-triggered{-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease, opacity 0.3s ease;transition:transform 0.3s ease, opacity 0.3s ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}html.tve-l-open.tl-anim-make_way{background:#000;-webkit-perspective:800px;-moz-perspective:800px;perspective:800px;position:relative}html.tve-l-open.tl-anim-make_way body{animation:tl-make-way .5s forwards ease-in;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;transform-origin:0% 50%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0}html.tve-l-open.tl-anim-make_way .tl-anim-make_way .tve_p_lb_background{position:absolute}html.tve-l-open.tl-anim-make_way .tl-anim-make_way .tve_p_lb_content.tve-leads-triggered{transform:translateX(0);transition:none;opacity:1}html.tve-l-open.tl-anim-make_way .tl-anim-make_way .tl-style:first-child .tve_p_lb_content.tl-anim-make_way.tve-leads-triggered{-webkit-transition:-webkit-transform 0.5s 0.1s, opacity 0.5s 0.1s;-moz-transition:-moz-transform 0.5s 0.1s, opacity 0.5s 0.1s;transition:transform 0.5s 0.1s, opacity 0.5s 0.1s}html.tve-l-open.tl-anim-make_way .tl-anim-make_way .tve_p_lb_close:hover{transform:none !important}html.tve-l-open.tl-anim-slip_from_top{-webkit-perspective:900px;-moz-perspective:900px;perspective:900px;background:#000}html.tve-l-open.tl-anim-slip_from_top.tve-o-hidden.tve-hide-overflow.tve-l-open{height:100% !important}html.tve-l-open.tl-anim-slip_from_top body{animation:tl-slip-top .5s forwards ease-in;-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}html.tve-l-open.tl-anim-slip_from_top body.tve-o-hidden.tve-hide-overflow.tve-l-open{height:100% !important}html.tve-l-open.tl-anim-slip_from_top .tl-anim-slip_from_top .tve_p_lb_content.tve-leads-triggered{transform:translateY(0);transition:none;opacity:1}html.tve-l-open.tl-anim-slip_from_top .tl-anim-slip_from_top .tl-style:first-child .tve_p_lb_content.tl-anim-slip_from_top.tve-leads-triggered{transition:all .5s .1s linear}html.tve-l-open.tl-anim-bounce_in .tl-anim-bounce_in .tve_p_lb_content.tve-leads-triggered{transition:none;opacity:1}html.tve-l-open.tl-anim-bounce_in .tl-anim-bounce_in .tl-style:first-child .tve_p_lb_content.tl-anim-bounce_in.tve-leads-triggered{animation:tl-bounce-in linear 1s}html.tve-l-open.tl-anim-bounce_in_down .tl-anim-bounce_in_down .tve_p_lb_content.tve-leads-triggered{transition:none;opacity:1}html.tve-l-open.tl-anim-bounce_in_down .tl-anim-bounce_in_down .tl-style:first-child .tve_p_lb_content.tl-anim-bounce_in_down.tve-leads-triggered{animation:tl-bounce-in-down linear 1s}html.tve-l-open.tl-anim-bounce_in_left .tl-anim-bounce_in_left .tve_p_lb_content.tve-leads-triggered{transition:none;opacity:1}html.tve-l-open.tl-anim-bounce_in_left .tl-anim-bounce_in_left .tl-style:first-child .tve_p_lb_content.tl-anim-bounce_in_left.tve-leads-triggered{animation:tl-bounce-in-left linear 1s}html.tve-l-open.tl-anim-bounce_in_right .tl-anim-bounce_in_right .tve_p_lb_content.tve-leads-triggered{transition:none;opacity:1}html.tve-l-open.tl-anim-bounce_in_right .tl-anim-bounce_in_right .tl-style:first-child .tve_p_lb_content.tl-anim-bounce_in_right.tve-leads-triggered{animation:tl-bounce-in-right linear 1s}html.tve-l-open.tl-anim-bounce_in_up .tl-anim-bounce_in_up .tve_p_lb_content.tve-leads-triggered{transition:none;opacity:1}html.tve-l-open.tl-anim-bounce_in_up .tl-anim-bounce_in_up .tl-style:first-child .tve_p_lb_content.tl-anim-bounce_in_up.tve-leads-triggered{animation:tl-bounce-in-up linear 1s}.tl-anim-3d-slit .tve_p_lb_content,.tve-animation-preview .tve-tl-anim.tl-anim-3d-slit{transition:opacity .3s linear;opacity:0}.tl-anim-3d_flip_horizontal .tve_p_lb_content,.tve-animation-preview .tve-tl-anim.tl-anim-3d_flip_horizontal{transform:rotateY(-70deg) translateZ(1px);-webkit-transition:transform .3s;-moz-transition:transform .3s;transition:transform .3s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;backface-visibility:hidden;-webkit-backface-visibility:hidden;opacity:0}.tve-leads-screen-filler.stl-anim-3d_flip_horizontal .tl-style:first-of-type .thrv-leads-screen-filler{transform:rotateY(-70deg) translateZ(1px);transition:opacity .3s ease-in;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.tl-anim-3d_flip_vertical .tve_p_lb_content,.tve-animation-preview .tve-tl-anim.tl-anim-3d_flip_vertical{transform:rotateX(-70deg);transition:all .3s linear;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;opacity:0}.tve-leads-screen-filler.stl-anim-3d_flip_vertical .tl-style:first-of-type .thrv-leads-screen-filler{transform:rotateX(-70deg);transition:all .3s linear;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;opacity:0}.tl-anim-3d_sign .tve_p_lb_content,.tve-animation-preview .tve-tl-anim.tl-anim-3d_sign{transform:rotateX(-70deg) translateZ(1px);transition:all .3s linear;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:center top;transform-origin:center top;opacity:0}.tve-leads-screen-filler.stl-anim-3d_sign .tl-style:first-of-type .thrv-leads-screen-filler{transform:rotateX(-70deg) translateZ(1px);transition:all .3s linear;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:center top;transform-origin:center top;opacity:0}.tl-anim-3d_rotate_bottom .tve_p_lb_content,.tve-animation-preview .tve-tl-anim.tl-anim-3d_rotate_bottom{transform:translateY(100%) rotateX(90deg);transition:all .3s linear;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:0 bottom;transform-origin:0 bottom;opacity:0}.tve-leads-screen-filler.stl-anim-3d_rotate_bottom .tl-style:first-of-type .thrv-leads-screen-filler{transform:translateY(100%) rotateX(90deg);transition:all .3s linear;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:0 bottom;transform-origin:0 bottom;opacity:0}.tl-anim-3d_rotate_left .tve_p_lb_content,.tve-animation-preview .tve-tl-anim.tl-anim-3d_rotate_left{transform:rotateY(10deg) translateZ(100px) translateX(-100%);transition:all .3s linear;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:0 100%;transform-origin:0 100%;opacity:0}.tve-leads-screen-filler.stl-anim-3d_rotate_left .tl-style:first-of-type .thrv-leads-screen-filler{transform:rotateY(10deg) translateZ(100px) translateX(-100%);transition:all .3s linear;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:0 100%;transform-origin:0 100%;opacity:0}.tl-anim-blur .tve_p_lb_content,.tve-animation-preview .tve-tl-anim.tl-anim-blur{transform:translateY(-5%);transition:all .3s linear;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;opacity:0}.tl-anim-make_way .tve_p_lb_content,.tve-animation-preview .tve-tl-anim.tl-anim-make_way{transform:translateX(200%);opacity:0}.tl-anim-slip_from_top .tve_p_lb_content,.tve-animation-preview .tve-tl-anim.tl-anim-slip_from_top{transform:translateY(-200%);opacity:0}.tve-leads-screen-filler.stl-anim-slip_from_top .tl-style:first-of-type .thrv-leads-screen-filler{transform:translateY(-200%);opacity:0}.tve-animation-preview .tve-tl-anim.tl-anim-rotational{transform:scale(0.1) rotate(400deg)}.tve-animation-preview .tve-tl-anim.tl-anim-rotational.tve-leads-triggered{transform:scale(1) rotate(0deg);transition:all .6s ease-out}.tve-animation-preview .tve-tl-anim.tl-anim-zoom_in{transform:scale(0)}.tve-animation-preview .tve-tl-anim.tl-anim-zoom_in.tve-leads-triggered{transform:scale(1)}.tve-animation-preview .tve-tl-anim.tl-anim-zoom_out{transform:scale(2)}.tve-animation-preview .tve-tl-anim.tl-anim-zoom_out.tve-leads-triggered{transform:scale(1)}.tve-animation-preview .tve-tl-anim.tl-anim-slide_top{transform:translateY(-100%)}.tve-animation-preview .tve-tl-anim.tl-anim-slide_top.tve-leads-triggered{transform:translateY(0)}.tve-animation-preview .tve-tl-anim.tl-anim-slide_bot{transform:translateY(100%)}.tve-animation-preview .tve-tl-anim.tl-anim-slide_bot.tve-leads-triggered{transform:translateY(0)}.tve-animation-preview .tve-tl-anim.tl-anim-slide_left{transform:translateX(-800px)}.tve-animation-preview .tve-tl-anim.tl-anim-slide_left.tve-leads-triggered{transform:translateX(0)}.tve-animation-preview .tve-tl-anim.tl-anim-slide_right{transform:translateX(800px)}.tve-animation-preview .tve-tl-anim.tl-anim-slide_right.tve-leads-triggered{transform:translateX(0)}.tve-animation-preview.tl-anim-3d_slit .form-field{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}.tve-animation-preview.tl-anim-3d_slit .form-field .tve-tl-anim{transform:translateZ(-3000px) rotateY(90deg);transition:opacity .3s ease-in;transform-style:preserve-3d}.tve-animation-preview.tl-anim-3d_slit .form-field .tve-tl-anim.tve-leads-triggered{animation:tl-slit .7s forwards ease-out;opacity:1}.tve-animation-preview.tl-anim-3d_flip_horizontal{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}.tve-animation-preview.tl-anim-3d_flip_horizontal .tve-tl-anim.tve-leads-triggered{transform:rotateY(0deg);transition:all .3s linear;opacity:1}.tve-animation-preview.tl-anim-3d_flip_vertical{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}.tve-animation-preview.tl-anim-3d_flip_vertical .tve-tl-anim.tve-leads-triggered{transition:all .3s linear;transform:rotateX(0deg);opacity:1}.tve-animation-preview.tl-anim-3d_sign{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}.tve-animation-preview.tl-anim-3d_sign .tve-tl-anim.tve-leads-triggered{transform:rotateX(0deg);transition:all .3s linear;opacity:1}.tve-animation-preview.tl-anim-3d_rotate_bottom{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}.tve-animation-preview.tl-anim-3d_rotate_bottom .tve-tl-anim.tve-leads-triggered{transform:translateY(0) rotateX(0deg);transition:all .3s ease-in;opacity:1}.tve-animation-preview.tl-anim-3d_rotate_left{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1500px;-moz-perspective:1500px;perspective:1500px}.tve-animation-preview.tl-anim-3d_rotate_left .tve-tl-anim.tve-leads-triggered{transform:translateZ(0px) translateX(0%) rotateX(0deg);transition:all .3s ease-in;opacity:1}.tve-animation-preview.tl-anim-blur .form-label{transition:filter .3s linear;-webkit-filter:blur(3px);filter:blur(3px)}.tve-animation-preview.tl-anim-blur .tve-tl-anim.tve-leads-triggered{transform:translateY(0);transition:all .3s linear;opacity:1}.tve-animation-preview.tl-anim-make_way{-webkit-perspective:800px;-moz-perspective:800px;perspective:800px;position:relative}.tve-animation-preview.tl-anim-make_way .tve-tl-anim{transform:translateX(200%);opacity:0}.tve-animation-preview.tl-anim-make_way .tve-tl-anim.tve-leads-triggered{transform:translateX(0);transition:all .5s .1s;opacity:1}.tve-animation-preview.tl-anim-slip_from_top{-webkit-perspective:900px;-moz-perspective:900px;perspective:900px}.tve-animation-preview.tl-anim-slip_from_top .tve-tl-anim.tve-leads-triggered{transform:translateY(0);transition:all .5s .1s linear;opacity:1}.tve-animation-preview.tl-anim-bounce_in .tve-tl-anim.tve-leads-triggered{animation:tl-bounce-in linear 1s;opacity:1}.tve-animation-preview.tl-anim-bounce_in_down .tve-tl-anim.tve-leads-triggered{animation:tl-bounce-in-down linear 1s;opacity:1}.tve-animation-preview.tl-anim-bounce_in_left .tve-tl-anim.tve-leads-triggered{animation:tl-bounce-in-left linear 1s;opacity:1}.tve-animation-preview.tl-anim-bounce_in_right .tve-tl-anim.tve-leads-triggered{animation:tl-bounce-in-right linear 1s;opacity:1}.tve-animation-preview.tl-anim-bounce_in_up .tve-tl-anim.tve-leads-triggered{animation:tl-bounce-in-up linear 1s;opacity:1}.tl-states-root .tve-leads-lightbox .tve_lb_open .tve_p_lb_content{transform-style:unset !important}body.tve-lightbox-page .tve_p_lb_content{transition:none !important;transform:none !important;animation:none !important}html.tve-o-hidden.tve-hide-overflow.tve-l-open,body.tve-o-hidden.tve-hide-overflow.tve-l-open{overflow:hidden;height:auto !important}html.tve-so-hidden.tve-sl-open.tve-s-hide-overflow,body.tve-so-hidden.tve-sl-open.tve-s-hide-overflow{overflow:hidden;height:auto !important}@supports(-webkit-overflow-scrolling: touch){html.tve-so-hidden.tve-sl-open.tve-s-hide-overflow,body.tve-so-hidden.tve-sl-open.tve-s-hide-overflow{height:0 !important}}.tve-gr-hidden{overflow:hidden;height:auto !important}.tve-leads-two-step-trigger{cursor:pointer}.tve-leads-ribbon{top:0}.tve-leads-ribbon.tl-anim-slide_bot{top:auto;bottom:-100%}.tve-leads-slide-in{position:fixed}.tve-leads-slide-in.tve-lb{box-sizing:border-box;padding:10px;width:100%;margin:auto 0;top:0;bottom:0}.tve-leads-slide-in.tve-lb .thrv-leads-slide-in{float:none;margin:0 auto}.tve-leads-slide-in.tve-lb.tve-tl-anim{transition:all .5s ease-in-out;transform:scale(0.3)}.tve-leads-slide-in.tve-lb.tve-tl-anim.tve-leads-triggered{transition:all .5s ease-in-out;transform:scale(1)}.tve-leads-slide-in.tve-leads-triggered{z-index:999992}.tve-leads-slide-in.tl_bot_left{bottom:0;left:-100%}.tve-leads-slide-in.tl_bot_left .thrv-leads-slide-in{margin-left:0 !important;margin-right:auto !important}.tve-leads-slide-in.tl_bot_left.tve-leads-triggered{left:0}.tve-leads-slide-in.tl_bot_right{bottom:0;right:-100%}.tve-leads-slide-in.tl_bot_right .thrv-leads-slide-in{margin-right:0 !important;margin-left:auto !important}.tve-leads-slide-in.tl_bot_right.tve-leads-triggered{right:0}.tve-leads-slide-in.tl_top_right{top:0;right:-100%}.tve-leads-slide-in.tl_top_right .thrv-leads-slide-in{margin-right:0;margin-left:auto}.tve-leads-slide-in.tl_top_right.tve-leads-triggered{right:0}.tve-leads-slide-in.tl_top_left{top:0;left:-100%}.admin-bar .tve-leads-slide-in.tl_top_left{top:32px}.tve-leads-slide-in.tl_top_left .thrv-leads-slide-in{margin-left:0;margin-right:auto}.tve-leads-slide-in.tl_top_left.tve-leads-triggered{left:0}.tve-leads-slide-in{pointer-events:none}.tve-leads-slide-in .thrv-leads-slide-in{pointer-events:all}@media(max-width: 782px){body .tve-leads-slide-in.tve-tl-anim{transition:all .5s ease-in-out;transform:scale(0.3)}body .tve-leads-slide-in.tve-tl-anim.tve-leads-triggered{transition:all .5s ease-in-out;transform:scale(1)}.tve-leads-slide-in{box-sizing:border-box;padding:10px;width:100%}.tve-leads-slide-in .thrv-leads-slide-in{float:none;margin:0 auto}.tve-leads-slide-in.tl_bot_left,.tve-leads-slide-in.tl_bot_right{top:0 !important}}.tve-leads-post-footer.tve-trigger-hide,.tve-leads-in-content.tve-trigger-hide,.tve-leads-shortcode.tve-trigger-hide{max-height:0;opacity:0;overflow:hidden}.tve-leads-post-footer.tve-leads-triggered,.tve-leads-in-content.tve-leads-triggered,.tve-leads-shortcode.tve-leads-triggered{max-height:none;opacity:1;transition:all .5s ease-in-out}.tve-leads-screen-filler.tve_lb_closing .tve_p_lb_overlay{opacity:0 !important;transition:opacity .3s ease-out !important}.tve-leads-screen-filler .thrv-leads-screen-filler{height:100vh}.tve-leads-lightbox .tve_lb_closing .tve_p_lb_overlay{opacity:0 !important;transition:opacity .3s ease-out !important}.tve-tl-gr-anim{transition:margin-top .6s linear}.tve-leads-greedy_ribbon.tve-tl-anim.tl-anim-slide_top{-webkit-transition:transform .6s linear;-moz-transition:transform .6s linear;transition:transform .6s linear;position:absolute;left:0;right:0;top:0;opacity:1;z-index:-1;transform:translateY(-100%)}.tve-leads-greedy_ribbon.tve-tl-anim.tl-anim-slide_top.tve-no-animation{transition:none !important}.tve-leads-greedy_ribbon.tve-tl-anim.tl-anim-slide_top.tve-leads-triggered{transform:translateY(0);-webkit-transition:transform .6s linear;-moz-transition:transform .6s linear;transition:transform .6s linear;z-index:999992}.thrv-greedy-ribbon.thrv_wrapper{box-sizing:border-box;padding-bottom:100px;min-height:100vh;margin:0}#tve-lg-error-container{filter:blur(0px)}@media(max-width: 1366px){.tl_bot_right.tve-lb .thrv-leads-slide-in{float:right;right:-10px}}#tve_tcb2_blank .tve_ea_thrive_leads_form_close{z-index:9}.thrv-leads-screen-filler .thrv-page-section.tcb-window-width{left:0 !important}.tl-preload-form{min-height:var(--tl-form-height-d);position:relative;display:block;background:rgba(153,162,165,.1);overflow:hidden}@keyframes shimmer{100%{transform:translateX(100%)}}.tl-preload-form::after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));animation:shimmer 2s infinite;content:""}.tl-preload-form .tl-preload-form,.tl-preload-form :not(span){display:none}@media(max-width: 1023px){.tl-preload-form{min-height:var(--tl-form-height-t)}}@media(max-width: 767px){.tl-preload-form{min-height:var(--tl-form-height-m)}}.tve_p_lb_inner>article{position:static}