
body .wpgmp_tabs_container{
    position: static;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    margin-top: 10px;
    border: 1px solid #81818133;
}
body .site-footer {
    clear: both;
}
body .wpgmp_toggle_main_container p select {
    width: calc(50% - 12px);
}
.wpgmp_direction_container p:last-child{
    float: left;
    width:100%;
    text-align:center;
}
.wpgmp_tabs_container .submit-button{
    display: inline-block;
    width: 100%;
}
.wpgmp_tabs_container .submit-button input{
    margin: 0 auto;
    margin-bottom: 4px;
    font-size: 16px !important;
}
.wpgmp_filter_wrappers,
.location_listing11,
.wpgmp_toggle_container{
    display: none;
}
.direction-google {
    position: absolute;
    bottom: 36px;
    left: 12px;
}
.direction-google img {
    width: 50px;
}
body .wpgmp_toggle_main_container {
    max-height: 400px;
}
.wpgmp_map_parent{
    display: flex;
    flex-direction: column;
}
.wpgmp_map {
    order: 1;
}
body .wpgmp_toggle_main_container .choose_amenities input[type=checkbox] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
}
body .wpgmp_toggle_main_container .amenity_type {
    padding-left: 33px;
    border-radius: 4px;
    line-height: 0.5em;
}
/* body .wpgmp_toggle_main_container .choose_amenities_location .amenity_type {
    padding-left: 20px;
} */
body .amenity_type label::before {
    border-radius: 2px;
}
body .wpgmp_map_container .gm-style-iw {
    /**allready used not important**/
    min-width: 330px !important;
}
body .wpgmp_toggle_main_container .choose_amenities_location .amenity_type input[type=checkbox] {
    display: none;
}
@media screen and (max-width:768px) {
    body .wpgmp_toggle_container {
        display: none;
    }
}
@media screen and (max-width:650px){
    body .wpgmp_tabs_container{
        border:0px;
    }
    body .wpgmp_toggle_main_container p select {
        width: calc(100% - 0px);
    }
}
div#map11 {
    display: none;
}
/* #map10 .wpgmp_infowindow {
    width: 100%;
} */
#map11 .gm-style-iw-d {
    /** not important used inline **/
    overflow: auto !important;
}
#map11 .gm-style .gm-style-iw-c {
    padding: 0px;
    width: auto !important;
}
#map11 .wpgmp_infowindow.fc-infowindow-parma{
    width: auto
}
#map11 .wpgmp_infowindow {
    /**allready not important use **/
    padding: 12px !important;
}
.wpgmp-overview .all_locations_div {
    display: block;
}

.parent_checkbox input[type=checkbox]:checked + label::after {
    border-bottom-color: #fff !important;
    border-right-color: #fff !important;
    width: 6px;
    height: 12px;
    top: 5px;
    left: 24px;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    background: transparent;
}
.fc-main .parent_checkbox .checkbox label::before {
    margin-left: 0;
}
.fc-main .parent_checkbox .checkbox {
    display: inline-block;
    position: relative;
    width: 30%;
}
.fc-main .parent_checkbox .checkbox input[type="checkbox"]{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
}
.fc-main  form .parent_checkbox .fc-8 label {
    line-height: 16px;
    padding-left: 24px;
}
body a.add_location_shortcode:hover {
    color: #fff;
}
@media screen and (max-width:580px){
    .fc-main .parent_checkbox .checkbox {
        width: 48%;
    }
}