
/* hide secret marker */

.has-center-dummy .gm-style > div:first-child > div:first-child > div:nth-last-child(2) > div:last-child{
    display: none !important;
}
.has-center-dummy .gm-style > div:first-child > div:nth-child(2) div[role="button"]:last-child{
    display: none !important;
}
.shortcode-map.has-no-result *{
    pointer-events: none;
}


.gm-style > div:first-child > div:first-child:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,0,0,0.5);
}
.map-overlay.tone,
.map-overlay.opa{
    position:absolute;
    top:0;
    left:0;    
    width:100%;
    height:100%;
    z-index: 1;
    pointer-events: none;
}
.map-overlay.tone{
    mix-blend-mode: color !important;
}
.map-overlay.opa{
    opacity: 0;
}


.postcode-error{
    margin: 16px auto;
    left: auto;
    right: auto;
    position: relative;
    width: fit-content;
    background: rgba(255, 0, 0, 0.2);
    padding: 3px 9px;
}




/* post type ARCHIVE form */

.show-on-map-field{
    text-align: right;
}
.fusion-form-form-wrapper .fusion-form-field.show-on-map-field .fusion-form-checkbox{
    display: block;
}
.fusion-form-select-field.nen-ptl-field-in-search select{
    color: red;
    font-weight: 600;
}
.fusion-form-text-field.nen-ptl-field-in-search input,
.fusion-form-text-field.nen-ptl-field-in-search input#s{
    color: red !important;
    font-weight: 600;
}
.fusion-form-form-wrapper .fusion-form-field.nen-ptl-field-in-search .fusion-form-input-with-icon>i{
    color: red;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input-with-icon {
    position: initial; 
}

.fusion-form-form-wrapper .fusion-form-field.nen-ptl-field option[value=""][disabled] {
    display: block;
}
.fusion-form-form-wrapper .fusion-form-field.nen-ptl-field option[value=""][disabled]:first-child {
    display: none;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:before
{
    background-color: #fff;
}

/* MAP */
.gm-style .gm-style-iw {
    font-size: 14px;
}
.gm-style .gm-style-iw-d{
    margin-top: -6px;
    min-width: 160px;
}
.gm-style .gm-style-iw-d #content{
    width: 100%;
}
.gm-style-iw-chr button{
    width: 28px !important;
    height: 24px !important;
}
.gm-style-iw-chr button span{
    width: 16px !important;
    height: 16px !important;
    margin: 6px !important;
}

.gm-style .gm-style-iw-d #content .ptl-postdata-wrapper.bedrijf,
.gm-style .gm-style-iw-d #content .ptl-postdata-wrapper.contactpersoon,
.gm-style .gm-style-iw-d #content .ptl-postdata-wrapper.expertise{
    font-size: 110%;
    font-weight: 400;
}
.gm-style .gm-style-iw-d #content .ptl-postdata-wrapper.expertise{
    opacity: 0.6;
}
.gm-style .gm-style-iw-d #content .ptl-postdata-wrapper.adres{
    margin-top: 8px;
    margin-bottom: 8px;
}
.gm-style .gm-style-iw-d #content .ptl-postdata-wrapper.url{
    margin-top: 8px;
}