﻿/* Featured images */

.map-feature-illustration {
    width: 100%;
}

/* GIS */

/* Labels */
.legendLabel:not(.labelBombsWWII):not(.labelBluePlaques):not(.labelPlacenames):not(.labelDomesday),
.leaflet-marker-icon:not(.labelPlacenames):not(.labelDomesday):not(.labelBombsWWII):not(.labelGrade):not(.labelMilestones):not(.labelBoundaryMarkers):not(.labelCanalMileMarkers):not(.labelCrosses):not(.labelFingerposts):not(.labelTollhouses) {
    background-color: white;
    border: 1px solid #CA472F;
    border-radius: 3px;
}

.legendLabel {
    padding: 3px 2px 1px 2px;    
}

.leaflet-marker-icon {
    width: 18px!important;
    height: 18px!important;
    padding: 0px 0px 0px 2px;
}

.labelArchaeology {
    color: #CA472F;
}

.labelBuildings {
    color: #6A9F97;
    text-shadow: 0px 0px 1px white;
}

.labelHiddenHistory {
    color: firebrick;
    text-shadow: 0px 0px 1px white;
}

.labelLandmarks {
    color: #FFAC1C;
    text-shadow: 0px 0px 1px white;
}

.labelLandscapes {
    color: green;
    text-shadow: 0px 0px 1px white;
}

.labelNatural {
    color: DarkSeaGreen;
    text-shadow: 0px 0px 1px white;
}

.labelBombsWWII, .labelBombsWWII i {
    background: -webkit-linear-gradient(darkred, orange);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.labelBluePlaques {
    color: blue;
    text-shadow: 0px 0px 1px #cecece;
}

.labelDomesday p, span.labelDomesday {
    font-family: "Alegreya Sans","Helvetica Neue",Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    transition-property: font-size;
    transition-duration: 0.2s;
    border: 1px solid black;
    width: max-content; /* Only affects layers on map */
    background: whitesmoke;
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
    margin-left: 1.2rem; /* This only has an effect on layer control label */
}

.labelDomesday p:hover {
    font-size: 1rem;
}

.labelPlacenames p, span.labelPlacenames {
    font-family: "Alegreya Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    transition-property: font-size;
    transition-duration: 0.2s;
    border: 1px solid black;
    width: max-content; /* Only affects layers on map */
    background: #FCF5E5;
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
    margin-left: 1.2rem; /* This only has an effect on layer control label */
}

.labelPlacenames p:hover {
    font-size: 1rem;
}


/* Protected Heritage */
.labelListedClusters {
    background-color: #02A6E899;
    border-radius: 10px;
    padding: 3px;
    font-size: 75%;
}

.labelGrade {
    font-family: "Cardo",Georgia, Times,"Times New Roman", serif;
    line-height: 1em;
    text-align: center;
    border-radius: 4px;
    padding: 3px;
    border: 1px solid white;
    color: white;
    height: 20px!important;
    width: 20px!important;
}

.labelGradeI {
    background: #FFB80D;
}

.labelGradeII\* {
    background: #FF7800;
}

.labelGradeII {
    background: #FF380D;
}

.labelScheduledMonuments {
    color: #250dff;
    text-shadow: 0px 0px 1px #250dff;
}

.labelParksAndGardensI {
    color: #FFB80D;
    text-shadow: 0px 0px 1px #FFB80D;
}

.labelParksAndGardensIIstar {
    color: #FF7800;
    text-shadow: 0px 0px 1px #FF7800;
}

.labelParksAndGardensII {
    color: #FF380D;
    text-shadow: 0px 0px 1px #FF380D;
}

.labelParksTextI {
    font-family: "Cardo",Georgia, Times,"Times New Roman", serif;
    color: white;
    margin-left: -9px;
    margin-right: 5px;
    font-style: normal;
}

.labelParksTextIIstar {
    font-family: "Cardo",Georgia, Times,"Times New Roman", serif;
    color: white;
    margin-left: -13px;
    margin-right: -1px;
    font-style: normal;
}

.labelParksTextII {
    font-family: "Cardo",Georgia, Times,"Times New Roman", serif;
    color: white;
    margin-left: -11px;
    margin-right: 2px;
    font-style: normal;
}

/* Milestones etc */
.labelMilestones {
    color: #6F4E7C;
}

.labelMilestonesMissing {
    color: #6F4E7C;
}

.labelBoundaryMarkers {
    color: #F6C85F;
    text-shadow: 0px 0px 1px black;
}

.labelCanalMileMarkers {
    color: #0B84A5;
}

.labelFingerposts {
    color: #5B7D3B;
}

/* Old Streets of Liverpool */

#streetinfo {
    background: #fff;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 1em;
    max-height: 325px;
    overflow: scroll;
}
