﻿.localgroup.item .title,
.localgroups.list .title {font-weight: bold; }

.localgroups.list .country{
   font-weight: bold; 
   font-size: 120%;
   text-decoration: underline;
   margin-top: 1em;
 }

.localgroup.item .title { text-align: center; margin-bottom: 0.5em; }

.localgroup.item,
.localgroups.list .localgroup {margin-bottom: 0.5em; }

.localgroups.list .localgroup .content {margin-left: 1em; }

.localgroup.item .content .media:before,
.localgroups.list .localgroup .content .media:before { 
  content: "\f103";
  font-family: dashicons;
  padding-right: 0.2em;
  vertical-align: middle;
}

.localgroup.item .content .pgp_file span,
.localgroups.list .localgroup .content .pgp_file span { color: #e6e61a; }

.localgroup.item  .content .media.email:before,
.localgroups.list .localgroup .content .media.email:before { 
  content: "\f466";
  /*color: #e6e61a;*/
  color: #ec2c2c;
}

.localgroup.item .content .media,
.localgroups.list  .content .media {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.localgroup.item  .content .media.fb:before,
.localgroups.list .localgroup .content .media.fb:before { 
  content:  "\f305";
  color: #3b5998;
}

.localgroup.item  .content .media.tw:before,
.localgroups.list .localgroup .content .media.tw:before { 
  content:  "\f301";
  color: #00aced;
}

.comment_container .comment_content {
  display: none;
}

.map { width: 100; height: 100%; }

.map .marker-cluster-localgroup {
color: #ffee00;
background-color: #493f39;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-align: center;
font-weight: bold;
}

.map .cluster_icon {
/*background-image: url('/wp-content/uploads/2019/03/logo32.png');*/
background-image: url('/wp-content/uploads/2019/05/logoStacked.png');
background-repeat: no-repeat;
background-size: contain;
text-align: center;
font-weight: bold;
font-size: 18px;
color: black;
line-height: 32px;
}

.clustericon_inner {
padding-top: 6px;
font-size: 80%;
}

.map_container {
    width: 100%;
    height: 80vh;
    position: relative;
}

.map_container .infobox { 
    margin: 1em;
    overflow-x: hidden;
    overflow-y: auto;
}

.map_container .infobox hr {
border-top-width: 3px;
border-top-color: #7b7b7b33;
}

.map_container .infobox img {
    max-width: 100%;
    height: auto;
}

.map_container .infobox .comment{
background-color: #d3d3d333;
padding: 0.5em;
border-radius: 5px;
}

.map_container .infobox_outer .closeicon {
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
}

.map_container .infobox_outer { 
    opacity: 0;
    font-size: 1.5rem;
    width: 0px;
    max-width: 50rem; 
    overflow-x: hidden; 
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10000;
    background-color: white;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-color: #00b1f0;
    border-width: 1px;
    border-left-width: 3px;
    border-style: solid;
    border-left-style: dotted;
/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAIAAAAmzuBxAAAAIUlEQVQYlWP4jwpePX+FJsLEQAjQRwXjq+evCCgZMn4BADIzRAeTUd7CAAAAAElFTkSuQmCC');*/
}

.map_container .infobox .localgroup.item .distance {float: left; }

.map_container .infobox .nearby .nearby_title {
border-top-style: double;
border-top-width: 6px;
margin-top: 3rem;
margin-bottom: 2rem;
font-size: 1.5rem;
font-weight: bold;
padding-top: 1rem;
border-top-color: #7b7b7b33;
}

.map_container .infobox .selected{
background-color: #d3d3d31a;
padding-top: 1em;
margin-top: 1em;
padding-bottom: 1em;
border: solid lightgray 1px;
border-radius: 5px;
padding-left: 0.5em;
padding-right: 0.5em;
}

.leaflet-control-custom-fullscreen {
    background-color: white;
    width: 30px;
    height: 30px;
    box-sizing: content-box;
}

.leaflet-control-custom-fullscreen:before {
    content: "\f211";
    font-family: dashicons;
    font-size: 2rem;
    padding-left: 5px;
    cursor: pointer;
}

@media screen and (max-width: 740px) {
.map_container .infobox_outer { 
left: unset;
top: 0px;
height: 0px;
width: 100%;
border-top-right-radius: 0;
border-bottom-left-radius: 20px;
    border-width: 1px;
    border-top-width: 3px;
    border-style: solid;
    border-top-style: dotted;

}

}