/*
Theme Name: Launch Online
Author: Ace Creative
Author URI: http://www.acecreative.com.au
Description: Custom WordPress Theme
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #FAFAFA;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}

/* =Ben Harrison Grid System
----------------------------------------------- */

.grid {
	padding:0;
	width:auto;
	max-width:1024px;
	margin:0 auto;
	clear:both;
	display:block;
	position:relative;
}
.grid [class*="grid-"] {
	padding:0 24px;
	float:left;
	display:inline-block;
	margin:0;
	vertical-align:top;
}
.grid [class*="grid-"] > [class*="grid-"] {
	padding-left:0;
}
.grid [class*="grid-"] > [class*="grid-"] + [class*="grid-"] {
	padding-left:24px;
}
.grid [class*="grid-"] > [class*="grid-"]:last-child {
	padding-right:0;
}
.grid-one {
	width: 8.3333%;
}
.grid-two {
	width: 16.6666%;
}
.grid-three {
	width: 25%;
}
.grid-four {
	width: 33.3332%;
}
.grid-five {
	width: 41.6666%;
}
.grid-six {
	width: 50%;
}
.grid-seven {
	width: 58.3333%;
}
.grid-eight {
	width: 66.6665%;
}
.grid-nine {
	width: 75%;
}
.grid-ten {
	width: 83.3333%;
}
.grid-eleven {
	width: 91.6666%;
}
.grid-twelve {
	width: 100%;
	clear:both;
}

/* =Global
----------------------------------------------- */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	min-height: 100%;
	height: 100%;
}
body, button, input, select, textarea {
	color: #404040;
	font-family: "museo-sans", helvetica, arial, sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.65;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	color: #2895A7;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1;
}
h2 {
	font-size: 24px;
	font-weight: 100;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.4;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 16px;
}
h4 {
	font-weight: 700;
	margin-bottom: 16px;
}
hr {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px dotted #bbb;
	height: 1px;
	margin: 20px 0;
	display: block;
	float: left;
}
p + p {
	margin-top: 16px;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: none;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
a, a:visited {
	color: #63C9D7;
}
a:hover, a:focus, a:active {
	color: #555;
}

/* =Header
----------------------------------------------- */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
	z-index: 999;
	border-bottom: 1px solid #efefef;
}
header img {
	margin: 10px 0;
}
header nav {
	font-size: 16px;
	float: right;
	text-align: right;
}
header nav .menu, header nav .vcard {
	float: left;
}
header nav .vcard {
	margin-top: 22px;
	margin-left: 16px;
}
header nav ul.menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
header nav .menu li {
	float: left;
	position: relative;
}
header nav .menu a {
	display: block;
	font-weight: 300;
	text-decoration: none;
	color: #222;
	padding: 22px 16px;
}
header nav .menu a:hover {
	background: #2F99AB;
	color: #fff;
}

/* =Animation
----------------------------------------------- */

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.animated.hinge {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
}
 60% {
-webkit-transform: translateY(-15px);
}
}
 @-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
}
 40% {
-moz-transform: translateY(-30px);
}
 60% {
-moz-transform: translateY(-15px);
}
}
 @-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
}
 40% {
-o-transform: translateY(-30px);
}
 60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-30px);
}
 60% {
transform: translateY(-15px);
}
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
/* =Layout
----------------------------------------------- */

#page {
	min-height: 100%;
	margin-bottom: -430px;
}
#pagetopspacer {
	height: 100px;
	display: block;
}
#pagebottomspacer {
	height: 430px;
	display: block;
}
section {
	padding: 40px 0;
	display: block;
	float: left;
	width: 100%;
}
section#intro {
	text-align: justify;
}

/* =Content
----------------------------------------------- */

#splash {
	display: block;
	width: 100%;
	text-align: center;
	background: #d0ebef;
	padding: 0;
}
.title {
	font-weight: 900;
	font-size: 50px;
	letter-spacing: -0.025em;
	margin-bottom: 28px;
	line-height: 1;
}
.subtitle {
	font-weight: 100;
	font-size: 24px;
	margin-bottom: 28px;
	line-height: 1.25;
	padding: 0 10%;
}
.button, .button:visited {
	background: #EC423A;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	padding: 8px 15px;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.button:hover {
	color: #fff;
	background: #2B9BAE;
}
.button:active {
	top: 2px;
}
#package {
	background: #fff;
	border-top: 1px solid #eee;
	color: #777;
}
#package .grid-six {
	padding-top: 16px;
}
#package img {
	float: left;
	margin-right: 24px;
	margin-bottom: 16px;
}
#package #price {
	color: #2A98AA;
	font-weight: 900;
	font-size: 36px;
	letter-spacing: -0.025em;
	margin-bottom: 24px;
	text-align: center;
}

/* =Blog
----------------------------------------------- */

article.post, article.excerpt, #comments {
	display: block;
	width: 100%;
	font-size: 14px;
}
article .excerpt-txt {
	display: block;
	margin-left: 124px;
}
article .excerpt-img img {
	width: 100px;
	height: 100px;
	border-radius: 999px;
	border: 4px solid #EC423A;
	overflow: hidden;
	background: #fff;
	display: block;
	position: absolute;
	margin: 6px 0;
}
article .excerpt-img:hover img {
	opacity: 0.5;
}
article .meta {
	margin-bottom: 16px;
}
article .meta a {
	color: #999;
}
nav#nav-below {
	width: 100%;
	display: block;
}

/* =Comments
----------------------------------------------- */
.comment {
	float: left;
	display: block;
	width: 100%;
}
.comment + .comment {
	margin-top: 24px;
}
.comment-avatar {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 0;
	overflow: hidden;
	background: #fff;
	display: block;
	position: absolute;
}
.comment-author strong {
	text-transform: uppercase;
}
.comment-text {
	display: block;
	margin-left: 58px;
	float: left;
}
.comment-content {
	margin: 8px 0;
}
#respond {
	width: 100%;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	padding: 20px 0;
	display: block;
	float: left;
	margin: 20px 0;
}
.comment .children {
	margin: 16px 0;
	float: left;
	display: block;
	width: 100%;
	border-left: 1px dotted #ccc;
	padding-left: 16px;
}
#commentform input[type="submit"] {
	background: #EC423A;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	padding: 8px 15px;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	position: relative;
}

/* =Sidebar
----------------------------------------------- */

aside {
	margin-bottom: 24px;
}

/* =Form Styling
----------------------------------------------- */
.gform_wrapper .gfield_required {
	color: #c63124;
	margin-left: 4px;
}
.gform_wrapper .gform_body {
	float:left;
	width:100%;
}
.gform_wrapper .gfield_description {
	font-size: 14px;
	margin: 0 0 8px 0;
}
.gform_wrapper ul, .gform_wrapper li {
	list-style-type: none;
	margin-left: 0;
}
.gform_wrapper .gf_left_half, .ginput_left {
	margin: 0 0 8px 0;
	width: 48.5%;
	float: left;
	clear: left;
}
.gform_wrapper .gf_right_half, .ginput_right {
	margin: 0 0 8px 0;
	width: 48.5%;
	float: right;
	clear: right;
}
.ginput_full, .ginput_complex {
	margin: 0 0 8px 0;
	clear: both;
	width: 100%;
	float: left;
}
.gfield, .gform_page_footer {
	float: left;
	clear: both;
	width: 100%;
}
.gform_page_footer {
	margin-top: 12px;
}
.gform_wrapper .gform_validation_container, .ginput_right br, .gform_footer br, .gform_wrapper > br {
	display: none;
}
.gform_wrapper li.gfield.gfield_error {
	border: 0!important;
	padding: 0!important;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.gform_wrapper li.gfield.gfield_error input, .gform_wrapper li.gfield.gfield_error textarea {
	border: 1px solid #c63124;
}
.gfield_label {
	font-weight: 700;
}
.ginput_container {
	margin: 0!important;
}
.ginput_container input:focus, .ginput_container textarea:focus {
	border: 1px solid #da736a;
!important;
}
.gform_footer {
	margin-top: 16px;
	padding-top: 16px;
	display: block;
	clear: both;
	position: relative;
}
.gform_previous_button {
	margin-right: 10px;
}
.ginput_container {
	font-size: 14px!important;
}
.gfield_description.validation_message, .validation_error {
	display: none;
}
.gfield_error .validation_message {
	display: block!important;
	color: #c63124;
	font-weight: 700;
}
.gform_wrapper .gform_ajax_spinner {
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -8px;
}
input[type="radio"] {
	margin: 8px 0 8px 0;
}
input[type="radio"] + label {
	padding-left: 8px;
}
input[type=text], input[type=email], select {
	border: 1px solid #ccc;
	border-radius: 5px!important;
	padding: 5px 10px!important;
	font-size: 16px!important;
	width: 100%!important;
	max-width: 100%!important;
	margin: 0;
	height: 35px;
	line-height: 35px;
}
textarea {
	border: 1px solid #ccc;
	border-radius: 5px!important;
	padding: 5px 10px!important;
	font-size: 16px!important;
	width: 100%!important;
	max-width: 100%!important;
	margin: 0;
	overflow: auto;
	vertical-align: top;
	width: 100%;
}
input[type=submit], button {
	cursor: pointer;
	border: 0;
}
#searchform {
	position: relative;
}
#searchform input[type="text"] {
	padding-right: 60px!important;
}
#searchform input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 35px;
	height: 35px;
	background: transparent;
	font-weight: 700;
	vertical-align: middle;
}
#searchform input[type="submit"]:hover {
	color: #EC423A;
}
.gform_wrapper {
	max-width: 100%!important;
	font-family: "museo-sans", arial, sans-serif!important;
}
.gform_wrapper .gfield_description {
	font-family: "museo-sans", arial, sans-serif!important;
}
.gform_wrapper .gfield {
	margin-bottom: 8px!important;
}
.gform_wrapper .gform_footer {
	padding-top: 8px!important;
}
.gform_wrapper .gform_footer br {
	display: none!important;
}
.gform_wrapper li.gfield.gfield_error {
	border: 0!important;
}
.validation_error {
	display: none!important;
}
#commentform p + p {
	margin-top: 8px;
}

/* =Media
----------------------------------------------- */
embed, iframe, object, img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin: 16px 32px 16px 0;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.sprite {
	background: url('img/icons.png') no-repeat top left;
	height: 48px;
	width: 48px;
	float: left;
	display: block;
	padding-left: 56px;
	margin-bottom: 46px;
}
.sprite.specialist {
	background-position: 0px 0px;
}
.sprite.local {
	background-position: 0px -48px;
}
.sprite.copywriting {
	background-position: 0px -48px;
}
.sprite.reporting {
	background-position: 0px -72px;
}
.sprite.social {
	background-position: 0px -96px;
}
.sprite.map {
	background-position: 0px -120px;
}

/* =Footer
----------------------------------------------- */
footer {
	min-height: 430px;
	border-top: 1px solid #ddd;
	padding: 30px 0;
	background: #f4eded;
}
footer .location {
	position: relative;
	text-align: center;
	font-size: 14px;
}
footer .location p {
	display: inline;
}
footer .location-text {
	margin: 6px 0;
}
footer .location .location-inner {
	width: 200px;
	height: 200px;
	border-radius: 999px;
	border: 4px solid #2A98AA;
	overflow: hidden;
	background: #fff;
	margin: 20px auto;
	display: block;
}
footer .location:hover .location-inner {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
footer .location .location-title {
	font-weight: 700;
	margin: 12px 0 8px;
	font-size: 18px;
}
footer #subfooter {
	width: 100%;
	background: #fff;
	float: left;
	margin-top: 30px;
	padding: 12px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
footer #subfooter .divider {
	padding: 0 12px;
}

/* =Responsive
----------------------------------------------- */
.show {
	display: none!important;
}

@media screen and (max-width: 767px) {
.hide, header nav ul.menu {
	display: none!important;
}
.show {
	display: block!important;
}
.grid {
	margin: 0;
	width:100%;
	padding:0 15px!important;
}
.grid [class*="grid-"] {
	display: block;
	width:100%;
	margin: 0;
	padding:0!important;
}
header {
	position: relative;
	padding-bottom: 16px;
	float: left;
	width: 100%;
}
header nav {
	float: none;
	width: 100%;
}
header nav .vcard {
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 18px;
}
header img {
	margin: 16px auto;
	display: block;
}
h2 {
	text-align: center;
}
h4 {
	margin-top: 16px;
}
p {
	margin-bottom: 16px;
}
#splash {
	padding-top: 24px;
}
#splash img {
	margin-top: 24px;
}
#package img {
	height: 32px;
	width: 32px;
	margin-right: 16px;
	margin-bottom: 40px;
}
#package .grid-six {
	margin-bottom: 16px!important;
}
footer {
	height: auto;
	float: left;
	width: 100%;
	padding-bottom: 0;
}
footer img {
	display: block;
	margin: 0 auto 16px auto;
}
#subfooter .divider {
	display: none!important;
}
#subfooter span, #subfooter a {
	display: block;
	width: 100%;
	margin: 8px 0;
}
.gf_left_half, .gf_right_half, .ginput_left, .ginput_right {
	width: 100%!important;
	float: left!important;
}
}
