    html, body{
      size: A4 !important;
    }

body.single-property #content {
	background: none;
}


body.single-property .site-title {
	content:url(../img/logo.svg);
	background: none;
	width: 100%;
	height: 120px;
}

body.single-property #carousel {
	display: none;
}

body.single-property section.search {
	display: none;
}

body.single-property #content {
	/* display: flex; */
	position: relative;
}


body.single-property .flexslider .slides {
	max-width: 100%;
	transform: none !important;
}

body.single-property #testaimmo {
	position: absolute;
	top: 60px;
	right: 0;
	max-width: 50%;
	background: none;
}

body.single-property #immo .images {
	max-width: 50%;
}
body.single-property .flexslider .slides > li {
	max-width: 100%;
}

body.single-property .flexslider .slides > li {
	display: none!important;
}

body.single-property .flexslider .slides > li:nth-child(2) {
	display: inherit!important;
}

body.single-property #testaimmo > .container-fluid > .row > div {
	display: block;
	max-width: 100%;
	flex: none;
}

body.single-property #testaimmo .property_title {
	width: auto;
	margin-bottom: 20px;
}

body.single-property #immo .images .flex-viewport {
	max-height: 400px;
	height: 400px !important;
}

body.single-property .single-icons .icon {
	padding: 10px 15px;;
}

body.single-property .vicinanze {
	display: none;
}

body.single-property section.contact-form {
        display: none;
}


body.single-property .alert-danger {
	display: none;
}

body.single-property #immo .entry-summary {
	display: none;
}

body.single-property #immo .summary {
	margin-top: 20px;
	max-height: 650px;
	overflow: hidden;
	height: 650px !important;
}


body.single-property #immo .summary-contents,
body.single-property #immo .caratteristiche-contents {
	-webkit-line-clamp: 10;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

body.single-property footer {
    position: absolute;
    bottom: 0mm;
    width: 100%;
}

body.single-property footer a {
	text-decoration: none;
}

body.single-property footer > .container,
body.single-property footer > .container .row {
	max-width: 100%;
	display: block;
	width: 100%;
}

body.single-property footer > .container > .row > div:nth-child(1),
body.single-property footer > .container > .row > div:nth-child(3),
body.single-property footer > .container > .row > div:nth-child(4) {
        display: none;
}

body.single-property footer > .container > .row > div:nth-child(2) {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}




body.single-property footer > .container > .row > div:nth-child(2) > .footwid:nth-child(1) {
	flex: 55%;
	text-align: right;
}
body.single-property footer > .container > .row > div:nth-child(2) > .footwid:nth-child(2) {
	flex: 45%;
	text-align: left;
}

body.single-property footer > .container > .row > div:nth-child(2) > .footwid h3 {
        font-size: 16px;
	margin-bottom: 0;
	margin-left: 5px;
}

body.single-property footer > .container > .row > div:nth-child(2) > .footwid:nth-child(3) {
	flex: 100%;
	text-align: center;
}

body.single-property footer > .container > .row > div:nth-child(2) > .footwid:nth-child(3) br:nth-of-type(1),
body.single-property footer > .container > .row > div:nth-child(2) > .footwid:nth-child(3) br:nth-of-type(3) {
	content: " ";
	width: 5px;
	display: inline-block;
}

