@charset "UTF-8";
/* CSS Document */

.contentwrapper {
	width: 96%;
	margin: 0;
	padding: 0;
	margin-left: 2%;
	margin-right: 2%;
}

#content_wrapper {
	
}

#header_wrapper {
	width: 100%;
}

.topmenuwrapper {
	display: none;
}

.topmenuwrapper_mobile {
	display: block;
	background-color: #716E8B;
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
	overflow: hidden;
	width: 100%;
	color: #FFFFFF;
	font-family: 'Lato', sans serif;
	text-align: center;
	
	text-decoration: none;
	
}

.topmenuwrapper_mobile ul li {
	list-style-type: none;
	font-size: 20px;
}

.header_phone {
	display: none;
}

.current_page {
	background: none;
}

#logo {
	text-align: center;
}

.phone_mobile:before {
	font-family: 'ModernPictogramsNormal';
	font-size: 28px;
	content: "O";
	position: absolute;
	color: #FFFFFF;
	margin: 2px 0 0 -23px;
}

.phone_mobile {
	width: 100%;
	background-color: #4D4840;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 15px 15px 15px 15px;
	border: 0;
}

#bottom_wrapper {
	width: 100%;
}

#copyright_wrapper {
	width: 100%;
}

.te_papa {
	max-width: 300px;
	height: auto;
}

.thenewdowse {
	max-width: 300px;
	height: auto;
}

.creative_nz {
	max-width: 300px;
	height: auto;
}

.auckland_council {
	max-width: 300px;
	height: auto;
}

.urbanism_plus {
	max-width: 300px;
	height: auto;
}

.tautai {
	max-width: 300px;
	height: auto;
}


/*LINKS*/
a.mobnav:link {
	color: #FFF;
	text-decoration: none;
}
a.mobnav:visited {
	text-decoration: none;
	color: #FFF;
}
a.mobnav:hover {
	text-decoration: none;
	color: #4D483E;
}
a.mobnav:active {
	text-decoration: none;
	color: #FFF;
}