/*	################################################################
	10. RESPONSIVE
################################################################# */

@media screen and (max-width: 768px) { 
	#logo{
		display: none;
	}	
	h3 {font-size: 16px; margin-top:0;}
	.map .row .col-lg-4{
		float:none;
		margin-top:0
	}
	
	
	.ps-mini-desc .type, 
	.ps-mini-desc .price, 
	.ps-mini-desc .status,
	.slides .desc,
	.sticky-toolbar,
	.navbar-cen	{
		display:none;
	}
	
	.social span {padding:4px 10px;}
	.topbar,
	.social span,
	.social,
	.copyright,
	.topflags,
	.topmenu,
	.logo {
		float:none !important;
		clear:both !important;
		text-align:center !important;
	}
	.property_wrapper div.boxed_mini_details1 span {
		padding: 5px 5px;
		width: 17.5%;
	}
}
@media (max-width: 767px) {
	.property_wrapper.boxes .title h1 {
		font-size: 16px;
		line-height: 1.4em;
	}
	.property_wrapper.boxes .title h3 {
		font-size: 16px;
		font-weight: bold !important;
		margin: 10px 0;
		text-transform: uppercase;
	}
	.property_wrapper div.boxed_mini_details2 span {
		padding: 5px 5px;
		width: 20%;
	}
	.property_wrapper div.boxed_mini_details1 span {
		padding: 5px 5px;
		width: 19.5%;
	}
}
@media (max-width: 394px) {
	#logo{
		display: none;
	}
	.seller_meta {
		display: none;
	}
	.post-wrapper-heading {
		margin-top: 0px;
		padding: 10px 0 0px;
		font-size:1em;
	}
	.breadcrumb {		
		font-size:10px;		
		padding: 0px 0 0px;
		text-align: left;	
	}
	.banner_meta span{
		display: block;
		font-size: 14px;
	}
	.message h2 {
		font-size:21px;
	}
	
	.message h3 {
		font-size:15px;				
	}
	.property_wrapper.boxes .title h1 {
		font-size: 16px;
		text-transform: uppercase;
	}
	.property_wrapper.boxes .title h3 {
		font-size: 14px;
	}
	.property_wrapper div.boxed_mini_details1 span {
		padding: 5px 5px;
		width: 30%;
	}
	.property_wrapper div.boxed_mini_details2 span {
		padding: 5px 5px;
		width: 23%;
	}
	.property_title h2 a {
		font-size: 16px;
	}
}
