body.single-building .container {
	width: 80%;
	max-width: 700px;
    margin: auto;
}
body.single-building .qodef-property-single-gallery-item img {
	height: 578px;
	max-height: 100vh;
	width: auto;
}
body.single-building section.header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 500px;
	text-align: center;
	line-height: 500px;
}

body.single-building section.header div.container,
body.single-building section.description div.container {
	padding-top: 80px;
	padding-bottom: 80px;
	/* margin: auto; */
	display: inline-block;
}

body.single-building section.header div.container h3 {
    font-size: xxx-large;
	color: white;
}

body.single-building section.description{
	text-align: center;
	background-color: var(--Dark-Electric-Blue);
}

body.single-building section.description div.container p {
	color: white;
	text-align: left;
}


body.single-building .slider img {
	height: 647px;
	max-height: 100vh;
	width: auto;
	max-width: 100vw;
}
body.single-building section.map h4 {
    font-size: xx-large;
	color: black;
}

body.single-building section.map {
	text-align: center;
}
body.single-building section.map .qodef-property-map-address {
    background-color: var(--Ecru);
    color: white;
    padding: 20px 30px;
    width: calc(100% - 60px);
    margin-top: 0;
}
body.single-building section.map .qodef-property-map-address  .qodef-label-items-item:not(.qodef-full-address) {
	display: none;	
}
body.single-building section.map .qodef-property-map-address  .qodef-label-items-label {
	display: none;
}
body.single-building section.map .qodef-property-map-address  .qodef-label-items-value {
    color: white;
}
body.single-building section.brochure {
	position: relative;
}
body.single-building section.brochure > div {
	position: absolute;
	left: 10%;
	width: 40%;
	color: white;
	z-index: 1;
	top: 25%;
	line-height: 1.2;
}

body.single-building section.brochure > div > p {
	font-size: xx-large;
}
body.single-building section.brochure > div > a {
	border: 1px solid white;
    padding: 10px 30px;
    top: 20px;
    position: relative;
    color: white;
}

body.single-building section.brochure > div > a:hover {
	background-color: var(--Ecru);
}

body.single-building .qodef-property-related-posts-holder {
	background-color: white;
}
body.single-building .qodef-property-related-posts-holder h3 {
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-weight:bold;
}

body.single-building .qodef-property-related-posts-holder {
	background: white;
    padding: 15px;
}
body.single-building .qodef-property-list-items-part {
	width: 100% !important;
}
