        <!-- Page Section -->
                <div  class="page-section cs-page-sec-272525  nopadding cs-nomargin"    >
                        <script type="text/javascript">
                    if (jQuery("#inline-style-functions-inline-css").length == 0) {
                        jQuery("head").append('<style id="inline-style-functions-inline-css" type="text/css"></style>');
                    }
                </script>
            <script type="text/javascript">
                jQuery("#inline-style-functions-inline-css").append(".cs-page-sec-272525{padding-bottom: 30px;}");
            </script>            <!-- Container Start -->
                            <div class="page-section-container container "> 
                                        <div class="row">
                        <div class="section-fullwidth col-lg-12 col-md-12 col-sm-12 col-xs-12"><div class="row">            <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                <div class="wp-dp-member-content" id="wp-dp-member-content-17910">
                                        <div id="Member-content-17910">
                        <div class="row"><input type="hidden"  id="wp_dp_listing_counter"  class="listing-counter"   name="wp_dp_listing_counter" value="17910" /><aside class="page-sidebar col-lg-3 col-md-3 col-sm-12 col-xs-12">
            <div class="main-search member-search widget">
            <div class="widget-title">
                <h5>Find Members</h5> 
            </div>
            <form method="GET" id="top-search-form-17910"  onsubmit="wp_dp_top_search('17910');">
                                <div role="tabpanel" class="tab-pane" id="home">
                    <div class="search-default-fields">
                        <div class="field-holder search-input title-field">
                            <label>Member Name</label>
                                <input type="text"   placeholder=" Member name e.g. Martin"  class="input-field"  name="search_title" />                        </div>
                        <div class="field-holder search-input">
                            <label>Location</label>
                            <div id="wp-dp-top-select-holder" class="search-country" style="display:1"><div class="select-holder"><div class="wp-dp-locations-fields-group wp-dp-focus-out wp_dp_searchbox_div" data-locationadminurl="https://www.realthickinc.com/real-direct/wp-admin/admin-ajax.php"><span class="wp-dp-search-location-icon" data-id="17910"><i class="icon-dp-location-pin-with-target"></i></span><strong>Near</strong><span class="wp-dp-input-cross wp-dp-input-cross17910" data-id="17910" style="display:none;"><i class="icon-cross"></i></span><input type="text"  data-id="17910" placeholder="Location" autocomplete="off"  class="wp-dp-location-field location-field-text location-field-text17910 17910"  id="wp-dp-locations-field17910" name="location" /><input type="hidden" name="search_type" class="search_type" value="custom"/></div><div class="wp-dp-all-locations17910"></div><script>
				jQuery(document).ready(function () {
					jQuery(".chosen-select-location").chosen();
					chosen_ajaxify("filter-location-box17910", "https://www.realthickinc.com/real-direct/wp-admin/admin-ajax.php", "dropdown_options_for_search_location_data");
				});
				</script><script>
                jQuery(document).ready(function () {
                    jQuery(".chosen-select-location").chosen();
                    
					//jQuery("input.wp-dp-location-field").cityAutocomplete();
					jQuery("input.location-field-text17910").cityAutocomplete();
					
                   $(document).on("focus", ".wp-dp-locations-field17910", function () {
                       jQuery("#range-hidden-wp-dp-radius17910").val(0);
                       jQuery(".wp-dp-radius-range17910").hide();
                       jQuery(this).keyup();
                   });
				   
                   $(document).on("click", ".wp-dp-all-locations17910 li", function () {
					   var this_value  = jQuery(this).text();
                       jQuery(".wp-dp-locations-field17910").val(this_value);
                       var this_position  = jQuery("#wp-dp-locations-position17910").val();
                       if( this_position != "header" ){
                            var data_counter = jQuery(".wp-dp-locations-field17910").data("id");
                            jQuery("#range-hidden-wp-dp-radius17910").val(0);
                            jQuery(".wp-dp-radius-range17910").hide();
                            wp_dp_listing_content(data_counter);
                       }
                   });
				    $(document).on("keypress", ".wp-dp-locations-fields-group input[name='location']", function (e) {
						var key = e.keyCode || e.which;
						if (key == 13){ 
							$(".location-field-text").val($(this).val());
							$("#range-hidden-wp-dp-radius17910").val(0);
							$(".location-field-text").parents("form").submit();
						}
				   });
                   $(document).on("click", "body", function () {
                        var data_id = jQuery(".location-field-text").data("id");
                        jQuery(".wp-dp-all-locations"+data_id).html("");
                   });
                   
                    $(document).on("click", ".wp-dp-input-cross17910", function () {
						var data_id = jQuery(this).data("id");
                        jQuery("wp-dp-input-cross"+data_id).hide();
                        jQuery("#wp-dp-locations-field"+data_id).val("");
                        jQuery("#wp-dp-locations-field"+data_id).keyup();
                        jQuery(".wp-dp-locations-field-geo"+data_id).val("");
                        jQuery(".wp-dp-locations-field-geo"+data_id).keyup();
                        jQuery("body").click();
                        //jQuery("#range-hidden-wp-dp-radius").val(0);
                        jQuery(".wp-dp-radius-range").hide();
                        wp_dp_listing_content(data_id);
                        jQuery(".wp-dp-input-cross17910").hide();
                    });
                    
                    $(document).on("change", ".location-field-text17910", function(){
						this_text   = jQuery(this).val();
						if(this_text == ""){
							jQuery(".wp-dp-input-cross17910").hide();

						} else {
							jQuery(".wp-dp-input-cross17910").show();
						}
						if ( jQuery(this).parents('form[name="wp-dp-top-map-form"]').length === 0 ) {
							
						}
                    });
                    
                    $(document).on("click", ".wp-dp-geo-location17910", function () {
                        var data_id = jQuery(this).data("id");
						
						if ( jQuery('form[name="wp-dp-top-map-form"]').length > 0 ) {
							$(".wp-dp-radius-range17910").toggle();
							wp_dp_getLocation( jQuery('form[name="wp-dp-top-map-form"]').data("id") );
							return false;
						}
						
                        jQuery(".wp-dp-locations-field-geo"+data_id).val("");
                        jQuery("#range-hidden-wp-dp-radius").val(10);
                        if (navigator.geolocation) {
                            navigator.geolocation.getCurrentPosition(function(position) {
								jQuery.ajax({
									url: "https://maps.googleapis.com/maps/api/geocode/json?latlng=" + position.coords.latitude + "," + position.coords.longitude + "&sensor=true",
									type: "POST",
									dataType: "json",
									success: function (response) {
										if ( typeof response.results[0] != "undefined" ) {
											jQuery(".wp-dp-locations-field17910, .wp-dp-locations-field-geo17910").val( response.results[0].formatted_address );
											jQuery(".wp-dp-input-cross17910").show();
											$(this).parents("form").submit();
										}
									}
								});
                            });
                        }
                    });
                });
                
                </script></div></div>                        </div>
                        <div class="field-holder search-btn">
                            <div class="search-btn-loader-17910 input-button-loader">
                                <input type="submit"    class="bgcolor"  value="Search" />                            </div>
                        </div>
                    </div>
                </div>
            </form>
        </div>
    
                <div class="widget home-featured-widget">
                                    <div class="widget-title"><h5>Featured Listings</h5></div>
                                            </div>
                    <div class="widget most-viewed-widget">
                                    <div class="widget-title"><h5>Peolple also Viewed</h5></div>
                                                        <div class="listing-list">
                            <div class="img-holder">
                                <figure> 
                                    <a href="https://www.realthickinc.com/real-direct/listings/unique-bedrooms/">
                                        <img itemprop="image"  class="img-grid" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/07/hotel-dp-03-150x150.jpg" alt=""/>                                    </a>
                                </figure>
                            </div>
                            <div class="text-holder">
                                <div class="widget-post-title">
                                    <h6> <a href="https://www.realthickinc.com/real-direct/listings/unique-bedrooms/">Unique Bedrooms</a></h6>
                                </div>
                                                                    <span class="widget-reviews-count">5.0</span>
                                                                                                    <ul class="listing-location">
                                        <li><span>New York, US</span></li>
                                    </ul>
                                                            </div>
                        </div>
                                                <div class="listing-list">
                            <div class="img-holder">
                                <figure> 
                                    <a href="https://www.realthickinc.com/real-direct/listings/need-maths-teacher/">
                                        <img itemprop="image"  class="img-grid" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/08/Job-dp-01-150x150.jpg" alt=""/>                                    </a>
                                </figure>
                            </div>
                            <div class="text-holder">
                                <div class="widget-post-title">
                                    <h6> <a href="https://www.realthickinc.com/real-direct/listings/need-maths-teacher/">Need Maths Teacher</a></h6>
                                </div>
                                                                                                    <ul class="listing-location">
                                        <li><span>New York, US</span></li>
                                    </ul>
                                                            </div>
                        </div>
                                                <div class="listing-list">
                            <div class="img-holder">
                                <figure> 
                                    <a href="https://www.realthickinc.com/real-direct/listings/house-estate/">
                                        <img itemprop="image"  class="img-grid" src="https://www.realthickinc.com/real-direct/wp-content/plugins/wp-directorybox-manager/assets/frontend/images/no-image4x3.jpg" alt="no-image"/>                                    </a>
                                </figure>
                            </div>
                            <div class="text-holder">
                                <div class="widget-post-title">
                                    <h6> <a href="https://www.realthickinc.com/real-direct/listings/house-estate/">House &#038; Estate</a></h6>
                                </div>
                                                                    <span class="widget-reviews-count">5.0</span>
                                                                                                    <ul class="listing-location">
                                        <li><span>US</span></li>
                                    </ul>
                                                            </div>
                        </div>
                                                <div class="listing-list">
                            <div class="img-holder">
                                <figure> 
                                    <a href="https://www.realthickinc.com/real-direct/listings/guardians-of-fuzz/">
                                        <img itemprop="image"  class="img-grid" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/08/pets-dp-02.jpg" alt=""/>                                    </a>
                                </figure>
                            </div>
                            <div class="text-holder">
                                <div class="widget-post-title">
                                    <h6> <a href="https://www.realthickinc.com/real-direct/listings/guardians-of-fuzz/">Guardians of Fuzz</a></h6>
                                </div>
                                                                    <span class="widget-reviews-count">5.0</span>
                                                                                                    <ul class="listing-location">
                                        <li><span>New York, US</span></li>
                                    </ul>
                                                            </div>
                        </div>
                                    </div>
                        <div class="widget most-viewed-widget">
                                    <div class="widget-title"><h5>Recent Listings</h5></div>
                                            </div>
            <div class="widget author-post-widget">                    <div class="img-holder">
                        <figure>
                            <img src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/02/avata-default-member-03.png" alt="Elizabeth Dorian">
                        </figure>
                    </div>
                                <div class="text-holder">
                    <div class="author-title">
                        <strong><a href="https://www.realthickinc.com/real-direct/members/elizabeth-dorian/">Elizabeth Dorian</a></strong>
                    </div>
                                            <div class="author-address">
                            <i class="icon-location-pin2"></i>
                            <strong>New York, US</strong>
                        </div>
                                                                <p>Our independent s...</p>
                                        
                                            <ul class="author-social-media">
                                                            <li><a href="#" data-original-title="twitter"><i class="icon-twitter2"></i></a></li>
                                                                                        <li><a href="#" data-original-title="facebook"><i class="icon-facebook5"></i></a></li>
                                                                                        <li><a href="#" data-original-title="linkedin"><i class="icon-linkedin4"></i></a></li>
                                                            </ul>
                                    </div>
                </div></aside>            <div class="page-content col-lg-9 col-md-9 col-sm-12 col-xs-12">
                <form id="frm_member_arg17910">
                    <div style="display:none" id='member_arg17910'>{"member_short_counter":"17910","atts":{"wp_dp_members_element_size":"100","members_title_align":"align-left","member_excerpt_length":"125","member_view":"list","member_left_filter":"yes","member_location":"city,country","member_featured_only":"no","member_sort_by":"yes","posts_per_page":"16","pagination":"yes","wp_dp_member_sidebar_switch":"yes","wp_dp_member_sidebar":"members-listings","member_counter":"17910"},"content":"","member_map_counter":79939364,"page_url":"https:\/\/www.realthickinc.com\/real-direct\/member-list\/"}                    </div>
                    <div class="wp-dp-member-content wp-dp-dev-member-content" id="wp-dp-data-member-content-17910" data-id="17910">
                                                    <div class="slide-loader-holder">
                                <div class="listing-sorting-holder member-sorting">
                                    <div class="row">
                                        <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                                            <div class="all-results">
                                                <h5>23 Member(s) Found</h5>
                                                                <div class="user-location-filters">
                                            <div class="years-select-box">
                            <div class="input-field">
                                <select   onchange="wp_dp_member_content('17910');"  class="chosen-select-no-single"  id="wp_dp_pagination" name="sort-by"><option  selected='selected' value="">Default Order</option><option  value="alphabetical">Alphabetical</option><option  value="num-of-listings">No of Listings</option><option  value="featured-members">Featured</option><option  value="trusted-agencies">Trusted Members</option></select>                            </div>
                        </div>
                                        </div>               
                 
                                            </div>   
                                        </div>
                                    </div>
                                </div> 
                            </div>
                                <div class="member-listing member-medium">
                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Loretta Kevin" href="https://www.realthickinc.com/real-direct/members/loretta-kevin/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-21-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                            <span class="sponsored">ad</span> 
                                                        <a title="Loretta Kevin" href="https://www.realthickinc.com/real-direct/members/loretta-kevin/">Loretta Kevin</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Our commitment, first and foremost, is always to you. Understanding client needs and working for your desired outcome is what...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Gardner Ferris" href="https://www.realthickinc.com/real-direct/members/gardner-ferris/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-15-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                            <span class="sponsored">ad</span> 
                                                        <a title="Gardner Ferris" href="https://www.realthickinc.com/real-direct/members/gardner-ferris/">Gardner Ferris</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                    <span class="reviews-count">3 Reviews</span>
                            <div class="rating-star" data-toggle="popover_html"> <span style="width: 100%;" class="rating-box"></span> </div>
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Residential sales and lettings are only part of our offering, our other services include Commercial, Survey, Free Valuation, ...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Catherine Cade" href="https://www.realthickinc.com/real-direct/members/catherine-cade/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-04-1-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                            <span class="sponsored">ad</span> 
                                                        <a title="Catherine Cade" href="https://www.realthickinc.com/real-direct/members/catherine-cade/">Catherine Cade</a>

                                                            <span class="trusted-member"><i class="icon-verified_user"></i></span>
                                                                <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                    <span class="reviews-count">8 Reviews</span>
                            <div class="rating-star" data-toggle="popover_html"> <span style="width: 100%;" class="rating-box"></span> </div>
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Residential sales and lettings are only part of our offering, our other services include Commercial, Survey, Free Valuation, ...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Worldwide Classifieds Inc." href="https://www.realthickinc.com/real-direct/members/worldwide-classifieds-inc/">
                            <img itemprop="image" class="img-grid" src="https://www.realthickinc.com/real-direct/wp-content/plugins/wp-directorybox-manager/assets/frontend/images/no-image4x3.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                            <span class="sponsored">ad</span> 
                                                        <a title="Worldwide Classifieds Inc." href="https://www.realthickinc.com/real-direct/members/worldwide-classifieds-inc/">Worldwide Classifieds Inc.</a>

                                                            <span class="trusted-member"><i class="icon-verified_user"></i></span>
                                                                <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                     
                    <div class="rating-list-holder rating-holder"> 
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i><a href="https://www.realthickinc.com/real-direct/members/worldwide-classifieds-inc/#listings"> 
                                    <span> 16 Listing(s)  </span>
                                    </a></span>
                            </li> 

                        </ul>
                    </div>


                                        <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Elizabeth Dorian" href="https://www.realthickinc.com/real-direct/members/elizabeth-dorian/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/02/avata-default-member-03.png" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                            <span class="sponsored">ad</span> 
                                                        <a title="Elizabeth Dorian" href="https://www.realthickinc.com/real-direct/members/elizabeth-dorian/">Elizabeth Dorian</a>

                                                            <span class="trusted-member"><i class="icon-verified_user"></i></span>
                                                                <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                    <span class="reviews-count">2 Reviews</span>
                            <div class="rating-star" data-toggle="popover_html"> <span style="width: 100%;" class="rating-box"></span> </div>
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Our independent status allows us to create bespoke marketing strategies that are tailored to match your specific circumstance...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Felicity Edgar" href="https://www.realthickinc.com/real-direct/members/felicity-edgar/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-10-1-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                            <span class="sponsored">ad</span> 
                                                        <a title="Felicity Edgar" href="https://www.realthickinc.com/real-direct/members/felicity-edgar/">Felicity Edgar</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                    <span class="reviews-count">6 Reviews</span>
                            <div class="rating-star" data-toggle="popover_html"> <span style="width: 100%;" class="rating-box"></span> </div>
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Since commencing his real estate career in 2006, we has achieved a high level of success continually exceeding all expectatio...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Dalton Danny" href="https://www.realthickinc.com/real-direct/members/dalton-danny/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-11-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                        <a title="Dalton Danny" href="https://www.realthickinc.com/real-direct/members/dalton-danny/">Dalton Danny</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                    <span class="reviews-count">2 Reviews</span>
                            <div class="rating-star" data-toggle="popover_html"> <span style="width: 100%;" class="rating-box"></span> </div>
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Successfully combining his exceptional negotiation skills, product knowledge and an honest, personable approach, we provides ...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Adrienne" href="https://www.realthickinc.com/real-direct/members/adrienne/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-01-1-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                        <a title="Adrienne" href="https://www.realthickinc.com/real-direct/members/adrienne/">Adrienne</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i><a href="https://www.realthickinc.com/real-direct/members/adrienne/#listings"> 
                                    <span> 2 Listing(s)  </span>
                                    </a></span>
                            </li> 

                        </ul>
                    </div>


                                        <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Albert Rose" href="https://www.realthickinc.com/real-direct/members/albert-rose/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-08-1-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                        <a title="Albert Rose" href="https://www.realthickinc.com/real-direct/members/albert-rose/">Albert Rose</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i><a href="https://www.realthickinc.com/real-direct/members/albert-rose/#listings"> 
                                    <span> 1 Listing(s)  </span>
                                    </a></span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Since commencing his real estate career in 2006, we has achieved a high level of success continually exceeding all expectatio...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Barrett Brad" href="https://www.realthickinc.com/real-direct/members/barrett-brad/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-05-1-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                        <a title="Barrett Brad" href="https://www.realthickinc.com/real-direct/members/barrett-brad/">Barrett Brad</a>

                                                            <span class="trusted-member"><i class="icon-verified_user"></i></span>
                                                                <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> After a highly successful career as a champion jockey in India and riding over a 1000 winners including group races in the su...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Armstrong Archer" href="https://www.realthickinc.com/real-direct/members/armstrong-archer/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-07-1-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                        <a title="Armstrong Archer" href="https://www.realthickinc.com/real-direct/members/armstrong-archer/">Armstrong Archer</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                    <span class="reviews-count">4 Reviews</span>
                            <div class="rating-star" data-toggle="popover_html"> <span style="width: 100%;" class="rating-box"></span> </div>
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Successfully combining his exceptional negotiation skills, product knowledge and an honest, personable approach, we provides ...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Bobbie Bond" href="https://www.realthickinc.com/real-direct/members/bobbie-bond/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-03-1-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                        <a title="Bobbie Bond" href="https://www.realthickinc.com/real-direct/members/bobbie-bond/">Bobbie Bond</a>

                                                            <span class="trusted-member"><i class="icon-verified_user"></i></span>
                                                                <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Our commitment, first and foremost, is always to you. Understanding client needs and working for your desired outcome is what...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Demo User" href="https://www.realthickinc.com/real-direct/members/caldwell-carter/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2019/04/Real-Diretory.png" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                        <a title="Demo User" href="https://www.realthickinc.com/real-direct/members/caldwell-carter/">Demo User</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>Los Angeles, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Successfully combines his marketing and real estate expertise to provide a full range of services to clients and is a consumm...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Daisy Bruno" href="https://www.realthickinc.com/real-direct/members/daisy-bruno/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-02-1-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                        <a title="Daisy Bruno" href="https://www.realthickinc.com/real-direct/members/daisy-bruno/">Daisy Bruno</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> We commitment to our Landlords, Sellers, Buyers and Tenants alike, is to not just to offer the best service and value for mon...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Gloria Jeans" href="https://www.realthickinc.com/real-direct/members/gloria-jeans/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-12-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                        <a title="Gloria Jeans" href="https://www.realthickinc.com/real-direct/members/gloria-jeans/">Gloria Jeans</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                    <span class="reviews-count">3 Reviews</span>
                            <div class="rating-star" data-toggle="popover_html"> <span style="width: 100%;" class="rating-box"></span> </div>
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> After a highly successful career as a champion jockey in India and riding over a 1000 winners including group races in the su...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                                    <div class="member-post" itemprop="performer" itemscope="" itemtype="https://schema.org/Person"> 
                <div class="img-holder">
                    <figure> 
                        <a title="Edwin Dustin" href="https://www.realthickinc.com/real-direct/members/edwin-dustin/">
                            <img itemprop="image" src="https://www.realthickinc.com/real-direct/wp-content/uploads/2017/06/team-member-16-150x150.jpg" alt=""/>                        </a>
                    </figure>
                </div>
                <div class="text-holder">
                    <div class="post-title">
                        <h4 itemprop="name"> 
                                                        <a title="Edwin Dustin" href="https://www.realthickinc.com/real-direct/members/edwin-dustin/">Edwin Dustin</a>

                                                            <span class="member-status">Closed Now!</span>
                                                    </h4>
                    </div>
                                            <span itemprop="address" class="member-address"><i class="icon-map-marker"></i>New York, US </span>
                         
                    <div class="rating-list-holder rating-holder"> 
                                                <ul class="member-info">
                            <li>
                                <span class="listings-count"><i class="icon-format_list_bulleted"></i> 
                                    <span> 0 Listing(s)  </span>
                                    </span>
                            </li> 

                        </ul>
                    </div>


                                            <p itemprop="disambiguatingDescription"><strong>About:</strong> Our commitment, first and foremost, is always to you. Understanding client needs and working for your desired outcome is what...</p>
                                            <!--   temperory commented  --> 

                </div>
            </div>
                            </div>
    <input type="hidden"  id="member_page-17910"  onchange="wp_dp_member_content('17910');"  name="member_page" value="" /><div class="page-nation"><ul class="pagination pagination-large"><li class="disabled"><span>Prev</span></li><li class="active"><span><a class="page-numbers active">1</a></span></li><li><a onclick="wp_dp_member_pagenation_ajax('member_page', '2', '17910');" href="javascript:void(0);">2</a></li><li><a onclick="wp_dp_member_pagenation_ajax('member_page', '2', '17910');" href="javascript:void(0);">Next</a></li></ul></div>                    </div>
                </form>
                <script>
                    if (jQuery('.chosen-select, .chosen-select-deselect, .chosen-select-no-single, .chosen-select-no-results, .chosen-select-width').length != '') {
                        var config = {
                            '.chosen-select': {width: "100%"},
                            '.chosen-select-deselect': {allow_single_deselect: true},
                            '.chosen-select-no-single': {disable_search_threshold: 10, width: "100%"},
                            '.chosen-select-no-results': {no_results_text: 'Oops, nothing found!'},
                            '.chosen-select-width': {width: "95%"}
                        };
                        for (var selector in config) {
                            jQuery(selector).chosen(config[selector]);
                        }
                    }

                </script>
            </div>
            </div>                    </div>

                </div>   
            </div>   
            </div></div><!-- end section row -->                        </div>
                                            </div>
                            <!-- End Container Start -->
        </div> <!-- End Page Section -->
            {"id":744,"date":"2016-11-04T04:42:19","date_gmt":"2016-11-04T04:42:19","guid":{"rendered":"https:\/\/www.realthickinc.com\/real-direct\/?page_id=744"},"modified":"2016-11-04T04:42:19","modified_gmt":"2016-11-04T04:42:19","slug":"member-list","status":"publish","type":"page","link":"https:\/\/www.realthickinc.com\/real-direct\/member-list\/","title":{"rendered":"Member List"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www.realthickinc.com\/real-direct\/wp-json\/wp\/v2\/pages\/744"}],"collection":[{"href":"https:\/\/www.realthickinc.com\/real-direct\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.realthickinc.com\/real-direct\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.realthickinc.com\/real-direct\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.realthickinc.com\/real-direct\/wp-json\/wp\/v2\/comments?post=744"}],"version-history":[{"count":0,"href":"https:\/\/www.realthickinc.com\/real-direct\/wp-json\/wp\/v2\/pages\/744\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.realthickinc.com\/real-direct\/wp-json\/wp\/v2\/media?parent=744"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}