 .actors_locator_fax{display:none;} .actors_locator_mobile{display:none;} .actors_locator_visit_website{display:none !important;} .actors_locator_write_email{display:none !important;} .actors_locator_show_on_map{display:none !important;} .actors_locator_visit_erpActor{display:none !important;} .actors_locator_image{display:none !important;} .erp-actor-locator-categories{display:none !important;} .actors_locator_loading{background-color:#FFFFFF;opacity: 1;} .actors_locator_loading i{color:#000000;} .gm-style-iw, .actors_locator_infowindow{max-width: 350px !important; width: 100% !important; max-height: 400px; white-space: nowrap; overflow: auto;}#actors_locator_filter_open_close{
				    display:none;
				}
				
				#actors_locator_filter .single_filter >h5{
				    margin-top :0;
				}
				
				#actors_locator_filter .erp-actor-locator-radius-filter .single_filter{
				    display: flex;
                    align-items: center;    
				}
				
				#actors_locator_filter .erp-actor-locator-radius-filter .single_filter > *:not(:first-child){
				    margin-left:5px;
				}
				
				.actors_locator .actors_locator_address_field, .actors_locator .select {
    padding: 5px 5px;
				}
				
				#actors_locator_result_list{
				    
				    max-height:400px !important;
				  /*  display: flex;
				        flex-wrap: wrap;
				        */
				}
				
				.actors_locator_result_list_item {
  /*  max-width: 325px;*/
    padding: 1%;
 /*   border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
    */
}

#right-sidebar #actors_locator_sidebar{
        margin-top: 2em;
    margin-bottom:2em;
    padding-left:0;
    padding-right:0;
    background: linear-gradient(45deg, #dddddd, #ffffff);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.actors_locator_result_list_item h3.actors_locator_name{
       font-size: 1.65rem; 
}

.actors_locator_result_list_item h3.actors_locator_name .fa.fa-chevron-right{
    display:none;
}				


#actors_locator_result_list {
    max-height: 400px !important;
    display: grid;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: auto;
    justify-items: stretch;
    grid-template-columns: 33% 33% 33%;
}

@media screen and (max-width:650px){
   #actors_locator_result_list{
    grid-template-columns:50% 50%;
}
}

@media screen and (max-width:650px){
   #actors_locator_result_list{
    grid-template-columns:100%;
}
}