/****************
print media css
***/


@media print {
/*body{
	-webkit-print-color-adjust: exact;
}*/
	.site-header  .site-branding{
		/*-webkit-print-color-adjust: exact;*/
		background: #0c8dea!important;
	}


	/* .col-md-4{
		width: 33.33% !important;
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		padding-right: 10px;
		float: left !important; */
	.list-details-left-sidebar,
	.list-details-left-sidebar.stm-col.stm-col-xl-3.stm-col-lg-0.stm-col-md-0.stm-col-sm-0.stm-col-0{
		width: 25%  !important;
		max-width: 25%  !important;
	}
.list-details-middle-section,
.list-details-middle-section.stm-col.stm-col-xl-0.stm-col-lg-0.stm-col-md-0.stm-col-sm-0.stm-col-0{
	width: 50%  !important;
	max-width: 50%  !important;
}
.list-details-middle-section,
.listing-sidebar-section.stm-col.stm-col-xl-3.stm-col-lg-0.stm-col-md-0.stm-col-sm-0.stm-col-0{
	width: 25%  !important;
	max-width: 25%  !important;;
}
	body.single .location-box-map {
		width: 720px !important;
		max-width: 100%;
		float: left !important;
	}
	.locations-flor-plan-wrapper .stm-row .stm-col.stm-col-xl-0.stm-col-lg-0.stm-col-md-0.stm-col-sm-0.stm-col-0 {
		width: 50% !important;
		max-width: 50% !important;
	}
	/* .locations-flor-plan-wrapper .stm-row .stm-col.stm-col-xl-0.stm-col-lg-0.stm-col-md-0.stm-col-sm-0.stm-col-0 + .stm-col.stm-col-xl-0.stm-col-lg-0.stm-col-md-0.stm-col-sm-0.stm-col-0{
		width: 100% !important;
		max-width: 100% !important;
	 } */

	h1.attribute-title-box:after{
		display:none !important;
	}
}