/*
	Theme Name: RocketPress
	Theme URI: http://rockethouse.com.au
	Description: RocketPress Theme WordPress Theme
	Version: 1.0
	Author: Rockethouse
	Author URI: http://rockethouse.com.au

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


.container {
	transition: all 0.3s ease;
	opacity: 0
}

body.pace-done .container {
	opacity: 1
}

textarea, input,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"] {
     -webkit-appearance: none;
     border-radius: 0;
}

fieldset {
	border: none;
}

.alignleft {
	margin-right: 15px;
	float: left;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 12px/1.5 'HelveticaNeueLT-LightExt', Helvetica, Arial, sans-serif;
	color:#444;
	letter-spacing:0.5px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
    clear: both
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.copyright {
	float: left;
}

.backTop {
	float: right;
	cursor: pointer;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
}

body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper textarea {
	border: 1px solid #ccc;
	padding: 8px;
	width: 100%;
}

body .gform_wrapper .top_label .gfield_label {
	margin: 0;
}

body .gform_wrapper ul li.gfield {
	float: left;
	clear: none;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 15px;
}

body .gform_wrapper ul li.gfield.wide {
	width: 100%;
}

body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium
 {
	width: 100%
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
	background:#ccc;
	text-transform: uppercase;
	width: auto;
	border: none;
	height: 35px;
	line-height: 39px;
	padding: 0 20px;
	letter-spacing: 1px;
	font-family: 'HelveticaNeueLT-MediumExt';
}

body .gform_wrapper div.validation_error {
	border: none;
	padding: 0;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: none;
	background: none;
	padding-left: 0 !important;
	margin: 0;
	margin-bottom: 0 !important
	padding: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	padding-left: 0 !important;
	margin: 0;
	margin-bottom: 0 !important
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.wrapper {
	width:1080px;
	margin:0 auto;
	position:relative;
}

.header {
	position: relative;
	padding: 10px 0 0;
	background: #fff;
}

.logo {
	float: left;
	width: 250px;
	padding-bottom: 10px;

}
.logo-img {

}

.nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 30px;
}

.nav > ul.mobile-nav {
	display: none;
}

.nav > ul > li {
	float: left;
	padding: 0;
	position: relative;
	margin: 0 25px;
}

.nav > ul > li > span {
	display: block;
	padding: 0;
	font-size: 13px;
	padding-top: 2px;
	position: relative;
	color: #fff;
	background: #232121;
	z-index: 2;
	height: 30px;
	line-height: 30px;
	border-radius: 10px 10px 0 0;
}

.nav li span a {
	color: #fff
}

.nav > ul > li:before {
    content: '';
    height: 30px;
    width: 30px;
    background-color: #232121;
    position: absolute;
    top: 0;
    left: -5px;
    transform-origin: top;
    -webkit-transform-origin: 0 0;
    border-radius:20% 0 0 0%;
    z-index:1;
    transform:skewX(-35deg);
    -webkit-transform:skewX(-35deg);
}

.nav > ul > li:after {
    content: '';
    height: 30px;
    width: 30px;
    background-color: #232121;
    position: absolute;
    top: 0;
    right: -5px;
    left: auto;
    transform: skewX(35deg);
    transform-origin: top;
    -webkit-transform: skewX(35deg);
    -webkit-transform-origin: 0 0;
    border-radius:0 20% 0% 0;
    z-index:1;
}



.nav li.current-menu-parent > span > a {
    font-family: HelveticaNeueLT-MediumExt;
}

.nav ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 99999;
	background: #232121;
	left: -24px;
	padding: 15px 0;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
}

.nav li:hover > ul.sub-menu {
	display: block;
}

.nav ul.sub-menu li a {
	padding: 5px 24px;
	display: block;
	white-space: nowrap;
}

.nav ul.sub-menu li:hover a {
	background: #A1A513;
	color: #000
}


.ami {
	position: absolute;
	top: 105px;
	left: 0;
	width: 140px;
	z-index: 1;
}

.instagram {
	float: left;
	font-size: 20px;
	color: #A1A513;
	display: block;
	top: 124px;
	right: 53px;
	z-index: 999;
	width: 32px;
	line-height: 34px;
	height: 32px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #A1A513;
	position: absolute;
}

.instagram:hover {
	color: #fff;
	background: #A1A513
}

.instagram:hover .icon {
	fill: #fff
}

.facebook {
	float: left;
	font-size: 20px;
	color: #A1A513;
	display: block;
	position: absolute;
	top: 124px;
	right: 12px;
	z-index: 999;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #A1A513;
	line-height: 36px;
}

.facebook .icon {
	fill: #A1A513;
}

.facebook:hover {
	color: #fff;
	background-color: #A1A513;
}

.facebook:hover .icon {
	fill: #fff
}

.sidebar {

}

.footer {
	border-top: 1px solid #E8E8E8;
}

section {
	padding: 50px 0;
	background: rgba(255,255,255,0.5);
	min-height: 800px;
}

body.home section {
	background: none;
}

article {
	padding: 5px;
	background:rgba(255,255,255,0.7);
	color:#000;
	margin:0px auto;
	width:auto;
}

article.post-5 {
	height: 508px
}

article .wrap {
	width: 1080px;
}

body.page article .wrap {
	padding: 0 10px;
	text-align: justify
}

body.home article {
	background: none;
}

body.parent-pageid-7 article a,
body.page-id-7 article a {
	color: #A1A525
}

.why1 {
	float: left;
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	line-height: 20px;
}

.why2 {
	float: right;
	display: block;
	padding-right: 14%;
	font-size: 20px;
	line-height: 20px;
}

.why3 {
	float: left;
	display: block;
	width: 100%;
	padding-left: 22%;
	font-size: 20px;
	line-height: 20px;
}

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

body main {
	background: url(img/bgbw.jpg) top center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	width: 100%;
}

body.home main {
	background: url(img/bg.jpg) center center;
	background-size: cover;
}

body main .bgGrey {
	background: url(img/bgbw.jpg) center center;
	background-size: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transition: all 3s ease;
	opacity: 1;
	z-index: 1
}

body main .bgGrey.hide {
	opacity: 0
}


body.home article {
	min-height: 665px;
	position: relative;
}

body.home .intro {
	background:rgba(33,33,33,0.9);
	color: #fff;
	padding: 1px 18px;
	width: 550px;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 2;
	text-align: justify;
}

body.home .intro p {
	font-size: 13px;
}

body.home .quote {
	font-size: 19px;
	text-align: center;
	padding: 20px 0;
}

body.home .testimonials {
	border-top: 1px solid #E8E8E8;
	float: left;
	width: 100%;
	padding: 20px 0 30px;
}

body.home .testimonials a {
	color: #A1A513;
	display: block;
	margin:5px 0;
	padding-top:2px;
}

body.home .testimonials span {
	display: block;
	font-size: 10px
}

.col25 {
	width: 25%;
	float: left;
	padding: 0 10px;
}

.col25.first,
.col33.first {
	padding-left: 0;
}

.col25.last,
.col33.last {
	padding-right: 0
}

.col33 {
	float: left;
	width: 33.3333%;
	padding: 0 5px;
}

/*------------------------------------*\
    PROJECTS PAGE
\*------------------------------------*/

body.post-type-archive-projects .left,
body.category .left {
	width: 70%;
	float: left;
}

body.single-projects .left {
	width: 80%
}

body.post-type-archive-projects .right,
body.category .right {
	width: 30%;
	float: left;
}

body.single-projects .right {
	width: 20%;
}

.post-type-archive-projects .projects,
body.category .projects {
}

.post-type-archive-projects .col33,
body.category .col33 {
	margin: 5px 0 ;
	position: relative;
}

.post-type-archive-projects .col33 a img,
body.category .col33 a img {
	max-width: none;
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    transition: all 0.5s ease;
}

.post-type-archive-projects .col33 a.hover img,
body.category .col33 a.hover img,
.post-type-archive-projects .col33 a:hover img,
body.category .col33 a:hover img {
	filter: grayscale(0%);
	  -webkit-filter: grayscale(0%);
	  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.catItem a {
	line-height: 20px;
	display: block;
}

.catItem a span {
	display: inline-block;
	height: 20px;
}

.catItem a:before {
	content:"";
	width: 16px;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #000;
	display: inline-block;
}

.catItem a:hover span,
.catItem a.hover span {
	color: #A1A427
}

/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/


.left,
.right {
	width: 50%;
	float: left;
}

.left {
	padding-right: 10px;
}

.right {
	padding-left: 10px
}

body.contact iframe {
	height: 250px;
	margin-top: 24px;
}


.post-7 .wrap > div {
	padding: 20px 0;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

	.instagram,
	.facebook {
		top: 10px;
		left: 10px;
	}

	.facebook {
		left: 45px;
	}

	.ami {
		display: none;
	}

	.wrapper,
	body.home .intro,
	article .wrap {
		width: 100% !important;
		float: none;
	}


}

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

	img {
		height: auto;
	}

	article {
		word-break:break-word;
	}

	.alignleft {
		margin-right: 0;
	}

	.backTop {
		display: none;
	}

	body.page article .wrap div,
	.alignleft,
	body.post-type-archive-projects .left,
	body.category .left,
	body.post-type-archive-projects .right,
	body.category .right,
	body.single-projects .right,
	body.single-projects .left {
		width: 100% !important;
		float: none !important;
	}

	.left,
	.right {
		padding-left: 0;
		padding-right: 0;
	}

	.logo {
		float: right;
		width: 180px;
		padding-right: 10px;
	}

	.nav {
		left: 0;
		right: 0;
		z-index: 99999;
	}

	.nav > ul li {
		display: block;
		float: none;
	}

	.nav > ul.mobile-nav {
		display: block
	}

	.nav > ul.mobile-nav li {
		width: 50px;
		text-align: center;
	}

	.nav > ul.main-menu > li.current-menu-item span,
	.nav > ul.main-menu > li.current-menu-parent > span {
		background:#A0A412;
		color: #fff;
		font-weight: normal;
	}

	.nav > ul.main-menu li.current-menu-parent > span > a {
		font-family: 'HelveticaNeueLT-LightExt'
	}

	.nav > ul.main-menu ul.sub-menu li.current-menu-item a {
		background:#A0A412;
		color: #fff;
	}

	.nav ul.sub-menu li:hover a {
		background: transparent;
		color: #fff;
	}

	.nav > ul.main-menu {
		 display: none;
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		background: rgba(35, 33, 33, 0.9)
	}

	.nav > ul.main-menu.active {
		display: block;
	}

	.nav > ul.main-menu > li:before,
	.nav > ul.main-menu > li:after {
		display: none;
	}

	.nav > ul.main-menu li {
		margin: 0
	}

	.nav > ul.main-menu li span {
		border-radius: 0;
		text-align: center;
		background: transparent;
	}

	.nav ul.main-menu ul.sub-menu {
		position: relative;
		display: none;
		left: 0;
		background: transparent;
		box-shadow: none;
	}


	section {
		min-height: 0;
		padding: 0
	}

	body.home article {
		min-height: 400px;
		max-height: 400px;
		padding: 0
	}



	body.home .intro {
		position: relative;
		top: 400px;
	}

	body.home article {
		padding: 0
	}

	.footer .copyright {
		text-align: center;
		font-size: 10px;
		padding: 0 20px;
	}

	article.post-5 {
		height: auto;
	}

	.whyLeft {
		margin-bottom: 10px;
	}

	.parent-pageid-7 article img {
		display: block;
		margin-bottom: 20px;
	}

	ul.bxslider li {
		max-height: 220px;
	}

	ul.bxslider li img {
		max-height: 220px;
		padding: 5px;
	}

	body #bx-pager {
		margin-left: 0;
		margin-right: 0
	}

	body.contact iframe {
		width: 100%;
	}

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 7px;
	*zoom: 1;
	margin-bottom: 0;
}

.bx-wrapper img {
	display: block;
	max-width: 100%;
	max-height: 570px;
	margin: 0 auto;
	padding: 5px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
    	overflow: visible !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 30px;
	background: url(img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 30px;
	background: url(img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: -150px;
	left: 0;
	background: #232121;
	width: 440px;
	height: 140px;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	padding: 10px;
}


#bx-pager {
	margin-left: -5px;
	margin-right: -5px;
}

#bx-pager a {
	display: block;
	width: 33.3333%;
	opacity: 0.5;
	float: left;
	padding: 5px;
}

#bx-pager a:hover {
	opacity: 0.75
}

#bx-pager a.active {
	opacity: 1;
	position: relative;
}

.categoryLabel {
	top: -5px;
	right: -31px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	background: #232121;
	color: #fff;
	padding: 7px 20px 3px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.categoryLabel span {
	position: relative;
	z-index: 2
}

.categoryLabel::before {
    content: '';
    height: 31px;
    width: 31px;
    background-color: #232121;
    position: absolute;
    top: 0;
    left: -26px;
    transform: skewX(35deg);
    transform-origin: top;
    -webkit-transform: skewX(35deg);
    -webkit-transform-origin: 0 0;
    border-radius:0% 0 0 20%;
    z-index:1;
}

.categoryLabel::after {
    content: '';
    height: 31px;
    width: 31px;
    background-color: #232121;
    position: absolute;
    top: 0;
    right: -26px;
    left: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    -webkit-transform: skewX(-35deg);
    -webkit-transform-origin: 0 0;
    border-radius:0 0% 20% 0;
    z-index:1;
}



.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #a1a427;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #a1a427;
}

.pace.pace-inactive {
  display: none;
}
