/* @override http://mankind.com.au:8888/wp-content/themes/mankind/css/home-hero.css */

#home-hero {
	height: 500px;
	display: flex;
	justify-content: center;
}

@media (max-width: 700px) {
	#home-hero {
		height: auto;
		flex-direction: column;
	}
}

#hh-sydney,
#hh-melbourne {
	width: 50%;
	background-size: cover;
	background-position: center;
}

@media (max-width: 700px) {
	#hh-sydney,
	#hh-melbourne {
		width: 100%;
	}
}

#hh-sydney {
	color: #59829d;
	background-image: url(../images/pages/home/hh-sydney.jpg);
}

#hh-melbourne {
	color: #758e1b;
	background-image: url(../images/pages/home/hh-melbourne.jpg);
}

.hh-title {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 45px 10px 20px 10px;
}

#hh-sydney a {
	color: #59829d;
	line-height: 35px;
	border-bottom: 1px solid #59829d;
}

#hh-melbourne a {
	color: #758e1b;
	line-height: 35px;
	border-bottom: 1px solid #758e1b;
}

.hh-features-wrap {
	width: 100%;
	margin-top: 294px;
	display: flex;
	justify-content: center;
}


.hh-features {
	padding: 20px 10px;
	width: 100%;
}

.hh-feature {
	color: white;
	font-weight: 400;
	letter-spacing: 2px;
	display: inline-block;
}

@media (max-width: 1020px) {
	.hh-feature {
		letter-spacing: 1px;
	}
}


.hh-feature:first-child:before {
	content: '';
}

.hh-feature:before {
	content: '•';
	padding: 0 10px;
}

.hhf-sydney {
	background-color: rgba(89, 130, 157, 0.5);
}

.hhf-melbourne {
	background-color: rgba(119, 142, 29, 0.5);
}