.rpp-maps-module {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.rpp-maps-module .rpp-maps-module-sidebar {
    background-color: #eeeeee;
}
.rpp-maps-module .rpp-maps-module-sidebar ul{
    margin: 0;
    list-style: none;
}

.rpp-maps-module .rpp-maps-module-sidebar .sidebar-title {
    background-color: #333333;
    color: #fff;
    margin-bottom: 1rem;
}

.rpp-maps-module .rpp-maps-module-sidebar .province-filter {
    margin-bottom: 1rem;
}

.rpp-maps-module .rpp-maps-module-sidebar .sidebar-title,
.rpp-maps-module .rpp-maps-module-sidebar .province-filter-wrapper,
.rpp-maps-module .rpp-maps-module-sidebar > ul {
    padding: 1rem;   
}

.rpp-maps-module .rpp-maps-module-sidebar li.item-selector.group {
    margin-bottom: 1rem;
    border: 1px #ccc solid;
    cursor: pointer;
}
.rpp-maps-module .rpp-maps-module-sidebar li.item-selector.group .group-title{
    padding: 0.5rem;
}
.rpp-maps-module .rpp-maps-module-sidebar li.item-selector.group ul{
    padding: 0.5rem;
}
.rpp-maps-module .rpp-maps-module-sidebar li.item-selector.group.active .group-title,
.rpp-maps-module .rpp-maps-module-sidebar li.item-selector.group:hover .group-title {
    background-color: #444444;
    color: #fff;
}

.rpp-maps-module .rpp-maps-module-sidebar li.item-selector.group:not(.active) > ul{
    display: none;
}

.rpp-maps-module .rpp-maps-module-sidebar li.item-selector .item-title{
    color: #000;
    font-size: 1.1rem;
}
.rpp-maps-module .rpp-maps-module-sidebar li.item-selector .item-title{
    color: #000;
    font-size: 1.1rem;
}
.rpp-maps-module .rpp-maps-module-sidebar li.item-selector .item-description{
    font-size: 0.8rem;
}

.rpp-maps-module .rpp-maps-module-sidebar li.item-selector:not(.group) {
    clear: both;
    border-bottom: 1px #ccc solid;
    padding: 0.5rem;
    cursor: pointer;
}
.rpp-maps-module .rpp-maps-module-sidebar li.item-selector:not(.group):last-child {
    border-bottom: none;
}

.rpp-maps-module .rpp-maps-module-sidebar li.item-selector:not(.group).active,
.rpp-maps-module .rpp-maps-module-sidebar li.item-selector:not(.group):hover {
    background-color: rgba(0,0,0,0.1);
}

.rpp-maps-module .rpp-maps-module-sidebar li.item-selector.group .group-title:after {
    content: "\f107";
    font-family: FontAwesome, sans-serif;
    float: left;
    font-size: 1.2rem;
    font-weight: bold;
}

.rpp-maps-module .rpp-maps-module-sidebar li.item-selector.group.active .group-title:after {
    content: "\f106";
}

.rpp-maps-module .rpp-maps-module-sidebar li.item-selector .item-image{
    float: right;
    margin-left: 0.5rem;
}

.rpp-maps-module .rpp-maps-module-locations .item-wrapper{
    border: 1px #ccc solid;
    padding: 1rem;
    margin-bottom: 1rem;
}

.rpp-maps-module .rpp-maps-module-locations .item-wrapper .item-title{
    font-size: 1.2rem;
    color: #000;
}
.rpp-maps-module .rpp-maps-module-locations .item-wrapper .item-navigation{
    margin: 0.5rem 0;
}

@media screen and (max-width: 767px){
    .rpp-maps-module .rpp-maps-module-sidebar {
        width: 100%!important;
    }

    .rpp-maps-module .rpp-maps-module-sidebar .sidebar-title:after {
        content: "\f107";
        font-family: FontAwesome, sans-serif;
        float: left;
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .rpp-maps-module .rpp-maps-module-sidebar.active .sidebar-title:after {
        content: "\f106";
    }

    .rpp-maps-module .rpp-maps-module-sidebar:not(.active) .province-filter-wrapper,
    .rpp-maps-module .rpp-maps-module-sidebar:not(.active) > ul{
        display: none;;
    }

    .rpp-maps-module .rpp-maps-module-locations {
        width: 100%!important;
    }

    .rpp-maps-module .rpp-maps-module-locations .item-wrapper .item-navigation{
        margin: 0.5rem 0;
        width: 100%;
        box-sizing: border-box;
    }
}

