#page-contact .heading-address:after {
	content: 'Vendo Ltd';
	display: block;
	font-weight: normal;
	font-size: var(--body-font-size);
	margin: .2em 0 -1em 0;
}

#contact_phone a {
	font-size:1.5em;
	font-weight:bold;
	color:var(--body-color);
	display:inline-block;
	vertical-align:middle
	}
/* DESKTOP */

@media only screen and (min-width: 850px) {

	.menu-trigger.active {
		right:10px;
		position:fixed;
		}
	header {
		margin:0 auto !important;
		max-width:1080px;
		min-width:850px;
		}
	main {
		margin:0 auto;
		text-align:center;
		}
	#content {
		text-align:left;
		margin:0 auto;
		max-width:970px;
		position:relative;
		}

	#content .table-data {
		max-width:750px;
		}
	#content .information-content {
		padding: 0;
		}
	
}