/*
*	AUTOMATIC DIRECTORY GOOGLE MAP: Citadela Block CSS styles for both frontend and editor screen
*/

/*** styles moved to main style.css ***/
.fa-map-label {
    transform: rotate(-135deg);
    border-radius: 0 100% 100%;
    transform-origin: 0% 0%;
    width: 50px;
    height: 50px;
}

.fa-map-label-marker {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.fa-map-label > i {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}