/*
Theme Name:		Catch Digital Media
Description: 	WordPress theme for the Catch Digital Media
Version: 		1.0
Author: 		Kai Forsyth
Author URI: 	http://www.kaiforsyth.com
*/

body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #4c4c4c;
}
p {
	font-size: 16px;
	line-height: 25px
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
img {
	max-width: 100%;
	height: auto;
}

/* Home */
#hero {
	min-height: 500px;
	height: 500px;
	background: url('img/hero.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#hero .container {
	position: relative;
	height: 100%;
}
#hero .logo {
	padding: 25px;
	background: #ffffff;
	width: 290px;
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 10;
}
#hero .wrapper {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#hero .wrapper .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
#hero .statement {
	padding: 0 10px;
}
#hero .content {
	background: #662483;
	color: #ffffff;
	display: inline;
	font-size: 38px;
	font-weight: 200;
	line-height: 47px;
	box-shadow: -10px 0 0 #662483, 10px 0 0 #662483;
	letter-spacing: 1px;
	padding: 1px 0;
}
#partners {
	background: #ffffff;
	padding: 50px 0;
}
#partners .heading {
	font-size: 16px;
	font-weight: 700;
	color: #a6a6a6;
	text-align: center;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
}
#partners .logos {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#partners .logos li {
	display: inline-block;
	margin: 10px 30px;
}
#footer {
	width: 100%;
	height: 300px;
	background: #252525;
}
#footer h2 {
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	padding: 0 0 15px 0;
	text-transform: uppercase;
}
#footer .left-map,
#footer .right-map {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
#footer .overlay {
	position: absolute;
	margin: 50px 25px 0 25px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
#footer .contact-detail {
	background: #141414;
	color: #ffffff;
	box-shadow: -10px 0 0 #141414, 10px 0 0 #141414;
	display: inline;
	font-size: 17px;
	line-height: 25px;
	font-weight: 200;
	padding: 6px 0;
	letter-spacing: 1px
}
#footer .contact-detail .type {
	font-weight: 400;
	display: inline-block;
	width: 20px;
}
#footer .contact-detail a {
	color: #ffffff;
	text-decoration: none;
}
#footer #sydney,
#footer #singapore {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}
#content {
	padding: 70px 0;
}


@media only screen and (max-width: 650px) {

	#hero .content {
		font-size: 25px;
		line-height: 30px;
	}
	#footer .left-map,
	#footer .right-map {
		width: 100%;
	}
}