#itemMap, #publishMap, #searchMap, #homeMap, #userMap {display:block;width:100%;clear:both;border-radius:6px;z-index:1;}
#publishMap[data-theme="sigma"] {margin-left:30%!important;width:70%!important;}

.osm-map-button {transition:0.1s;display:flex;flex-direction: row;align-items: flex-start;cursor:pointer;height:100%;position:realtive;padding:25px;width:100%;position:relative;background-color:#f0f0f0;border:2px solid #000aef;border-radius:6px;}
.osm-map-button:hover {box-shadow:0 0 0 1px #000aef;}
.osm-map-button > svg {height:auto;width:36px;fill:#111;margin-right:20px;position:relative;z-index:2;}
.osm-map-button .osm-detail {padding:8px 0;display:flex;width:100%;flex-direction: column;align-items: flex-start;position:relative;z-index:2;}
.osm-map-button .osm-detail > strong {font-size:18px;line-height:18px;margin:0 0 12px 0;color:#111;font-weight:bold;}
.osm-map-button .osm-detail > span {font-family:monospace;color:#333;font-size:13px;line-height:15px;margin:0 0 1px 0;}
.osm-map-button .osm-map-img {position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;}
.osm-map-button .osm-map-img .osm-map-img-elem {border-radius:6px;opacity:0.85;background:url('../img/button-map-bg.jpg');background-repeat: no-repeat; background-size: cover;background-position: bottom right;position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;}
.osm-map-button .osm-map-img .osm-map-bg-elem {border-radius:6px;opacity:0.08;position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background:linear-gradient(135deg, #bcc3e8 15%, #00ff59);}
.osm-map-button .osm-map-img .osm-map-bg2-elem {border-radius:6px;opacity:0.08;position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background-image: radial-gradient(#fff 30%, transparent 30%); background-size: 16px 16px;}


.leaflet-popup-content {margin:0!important;}
.leaflet-popup-content a {text-decoration:none;width:100%;display:block;}
.leaflet-popup-content a > img {display:block;width:100%;height:auto;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom:1px solid rgba(0,0,0,0.1);}
.leaflet-popup-content a > strong {display: block; font-size: 14px; margin: 10px 0 3px 0;padding:0 10px;color: #777; font-weight: normal;line-height:16px;}
.leaflet-popup-content a > span {display: block; font-size: 12px; margin: 0 0 12px 0;padding:0 10px; color: #111; font-weight: bold;line-height:14px;}
.leaflet-popup-content a > span .MCtooltip {display:none!important;}
.leaflet-popup-content .osm-address {margin:12px 15px;display:inline-block;max-width:200px;line-height:14px;font-size:12px;text-align:center;}

@media screen and (max-width: 767px) {
  #publishMap[data-theme="sigma"] {margin-left:0!important;width:100%!important;}
}