/**
 * Theme Name:  The PIG
 * Description: The PIG Theme
 * Version:     1.0.0
 * Author:      WPS
 * Text Domain: wps
 */

/* This file can be used for creating custom styles */
.block-map__marker.block-map__marker--19{
    display: none !important;
}

.block-map .block-map__title{
    top: 38%;
}
.block-map .block-map__marker{
    z-index: 9999999 !important;
}

.block-map:before{
    content: none !important;
}


.block-map__marker.block-map__marker--5{
    top: 55px !important;
}

.block-map__marker-image,
.block-map__marker.block-map__marker--26{
    display: none !important;
}

.block-map__marker--5 .block-map__marker-title {
    top: 8px !important;
    right: -3px;
}

.block-map__marker--4 .block-map__marker-title {
    top: 8px !important;
    right: -3px;
}

.block-map .block-map__marker--6 {
    margin-left: -38px !important;
    margin-top: -17px !important;
}
