/* iPad Landscape - 1024 x 768 */

@media only screen and (max-width: 1200px) {
	.property-list-page .property-info-agent span { 
		border-right: 1px solid #CCC; 
	}
	.theme-fullwidth .single-property .agent-form { float: left; }
	.agent-social ul li { margin-right: 0; }
}


/* iPad Portrait - 768 x 1024 */

@media only screen and (max-width: 960px) {
	.services-list, 
	.widget-column,
	.advance-search-block ul li,
	.single-homeland_properties .theme-fullwidth .property-four-cols ul li { 
		margin-left: 20px; 
		margin-right: 0;
	}
	.services-list.last { margin-left: 0; }
	.call-info { 
		float: left; 
		border-left: 1px solid #e1e1e1; 
	}
	.featured-block,
	.blog-block { margin-right: 0; }
	.pp-desc { width: 83%; }
}


/* iPhone 4-4S-5 Landscape - 568 x 320 */

@media only screen and (max-width: 760px) {
	
}


/* iPhone 4-4S-5 Portrait - 320 x 568 */

@media only screen and (max-width: 450px) {
	
}