/*
Theme Name: Airbox Studios
Theme URI: http://ariboxstudios.com
Description: Custom Theme for Airbox Studios
Version: 1.0.0
Author: Airbox Studios
Author URI: http://airboxstudios.com
Tags: awesome, bad ass, bitchen
*/

/*
HTML Boilerplate styles can be found in the assets/css directory.
*/

/* WordPress Required Styles */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
	
.sticky h2 {
	padding-top: 10px;
}

/* Body and page structure
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, p, li, span, {
	font-family: "Futura W01 Medium";
}
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #666;
	background-color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
.navbar {
	background-color: #000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    z-index: 99999;
	height: 70px;
	top:0px;
}
.navbar::before,
.navbar::after {
	display: table;
	line-height: 0;
	content: "";
}
.navbar::after {
	clear: both;
}
.navbar > .container {
	padding-left: 20px;
	padding-right: 20px;
	width: 960px;
}

/* Main Navigation
-------------------------------------------------------------*/
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: right;
	list-style: none;
	margin: 0 10px 0 0;
}
.navbar .nav > li {
	float: left;
	line-height: 20px;
	font-size: 24px;	
}
.navbar .nav > li > a {
	float: none;
	padding: 38px 0 0 30px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	/* hover animation */
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;	
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li.current-menu-item > a {
	color: #f39;
	text-decoration: none;
	background-color: transparent;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    text-decoration: none;
}

/* Logo branding
-------------------------------------------------------------*/
.navbar .brand {
	padding: 10px 0px 10px 0;	
	float: left;
}
.navbar .brand a {
	background: transparent url(assets/img/logo.png) 0 0 no-repeat;
	width: 171px;
	height: 50px;
	display: block;
	text-indent: -20000px;
}

/* Home page slide show
-------------------------------------------------------------*/

.masthead {
	background: #14191d;
	margin: 0;
	overflow: hidden;
	padding-top:70px;
}

/* Container defaults - TODO - media queries for responsive
-------------------------------------------------------------*/

.container {
	margin-left: auto;
	margin-right: auto;
}
.container::before,
.container::after {
	display: table;
	line-height: 0;
	content: "";
}
.container::after {
	clear: both;
}

/* Use Media Queries with .container for responsive layouts 
------------------------------------------------------------*/
/* non-responsive - set at 980px 
------------------------------------------------------------*/
.container {
	width: 980px;
}

/* Main content layout for home page
------------------------------------------------------------*/
.intro {
	padding: 25px 40px 0;
	text-align: center;
}
.intro h1 {
	font-size: 40px;
	font-weight: normal;
	line-height: 45px;
	color: #aeaeae;
}
.intro h1 span {
	color: #f39;
}
.container .main {
	padding: 10px;
}
.page-id-6 .container .main, .page-id-8 .container .main {
	margin-top:70px;
}
.btn-pink {
	background-color:#f39;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#fff;
	font-size:20px;
	padding:12px 15px 12px 30px;
	text-decoration:none;
	margin:15px 0;
	/* hover animation */
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;		
}
.btn-pink:hover,.btn-pink:active {
	background: #0f3;
	color: #fff;
}
span.arrow {
	display: inline-block;
	width: 25px;
	height: 20px;
	vertical-align: text-top;
	margin: 1px 0 0 20px;
	padding: 0;
	text-indent: -20000px;
}
.arrow-white {
	background: transparent url(assets/img/btn-arrows.png) 0 0 no-repeat;
}
.arrow-black {
	background: transparent url(assets/img/btn-arrows.png) 0 -20px no-repeat;	
}

/* Creates the strike line after the title */
.main h1.title, .main h2.title {
	position: relative;
	font-size: 36px;
	font-weight: normal;
	padding-left: 5px;
}
.main h1.title:before, .main h2.title:before {
	content: "";
	display: block;
	border-top: solid 1px #ebebeb;
	width: 98%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.main h1.title span, .main h2.title span {
	background: #fff;
	padding-right: 20px;
	position: relative;
	z-index: 5;
}


/* Footer 
------------------------------------------------------------*/
.footer {
	padding: 10px 0 150px;
	margin-top: 40px;
	background-color: #000;
}
.footer h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.footer p {
	color: #999;
	font-size: 14px;
	margin: 0;
}
.footer p a {
	color: #999;
	text-decoration: none;
}
.footer p a:hover {
	color: #f39;
}
.footer span.bold {
	color: #fff;
}
.footer .social img {
	margin-bottom: 15px;
}
.footer .btn {
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	color: #333;
	font-size: 18px;
	padding: 10px 18px;
	text-decoration: none;
	margin-top: 15px;
	/* hover animation */
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;	
}
footer .btn:hover {
	background-color: #0f3;
}
footer .btn:active {
	background-color: #0f3;
}
.post-edit-link {
	padding-left: 10px;
}

/* Grid Layout Defaults 
------------------------------------------------------------*/
.one-fourth,
.one-third,
.one-half {
	display: inline;
	float: left;
}
.one-fourth {
	width: 225px;
	margin-left: 10px;
	margin-right: 10px;
}
.one-third {
	width:310px;
	margin-left: 5px;
	margin-right: 5px;
}

/* Floated elements clear and clearfix (.group )
------------------------------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.group:before,
.group:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.group:after {
    clear: both;
}

/* Our Work Grid backgrounds and typography
-------------------------------------------------------------*/
.project-wrapper {
	position: relative;
	padding: 5px;
	background: #ebebeb;
	margin-bottom: 10px;
	text-align: left;
	height: 240px;
}
.project-wrapper h3.project-title {
	font-size: 22px;
	font-weight: normal;
	margin:15px 0 10px 5px;
	color: #777;
	position: absolute;
	left: 5px;
	bottom: 1px;
}
.project-wrapper a {
	text-decoration: none;
}
.project-overlay {
	background: rgba(0,0,0,0.8) url(assets/img/arrow-overlay.png) center center no-repeat;
	border: 1px solid #F39;
	width: 308px;
	height: 248px;
	position: absolute;
	top:0;
	left:0;	 
}


/* What We Do list layout
-------------------------------------------------------------*/
.service {
	float: left;
	margin-bottom: 30px;
}
.service .featured-image {
	position: relative;
	width: 255px;
	float: left;
}
.service .featured-image img {
	border: 5px solid #ebebeb;
}
.service .description {
	width: 695px;
	float: left;
}
.service .description h3 {
	font-size: 22px;
	font-weight: normal;
	color: #777;
	margin-top: 0;
	margin-bottom: 5px;
}
.service .description a {
	text-decoration: none;
}
.service .description p {
	color: #999;
}
.service-overlay {
	background: url(assets/img/arrow-overlay-sm.png) center center no-repeat;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50px;
	right: 5px;
}
/* single.php template styles
-------------------------------------------------------------*/
.single .masthead {
	background: #14191d;
}
.hero-wrap {	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.hero {
	min-width: 960px;
	height: 450px;
	margin-left: -270px;
	margin-right: -270px;
	overflow: hidden;
}
.hero img {
	position: absolute;
}
.single .left {
	width: 200px;
	margin-right: 25px;
	float: left;
}
.left .project-logo {
	margin: 10px 0 10px 0;
	text-align: center;
}
.left ul.services {
	list-style: none;
	padding-left: 15px;
	margin: 25px 0 0 0;
}
.left ul.services li.title {
	font-size: 20px;
	padding: 0 0 10px 0;
} 
.left ul.services li {
	padding: 0 0 5px 15px;
}
.single .right {
	width: 735px;
	float: left;
}
.page-navi ul {
	list-style: none;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}
.page-navi ul li {
	float: left;
}
.page-navi ul li h3 {
	margin: 10px;
	font-weight: normal;
	color: #999;
	font-size: 20px;
}
.page-navi ul li a {
	display: block;
	width: 45px;
	height: 41px;
	text-indent: -20000px;
}
.page-navi ul li.previous a {
	background: url(assets/img/navi-btn.png) 0 0 no-repeat;
}
.page-navi ul li.previous a:hover {
	background: url(assets/img/navi-btn.png) 0 -41px no-repeat;
}
.page-navi ul li.next a {
	background: url(assets/img/navi-btn.png) -45px 0 no-repeat;
}
.page-navi ul li.next a:hover {
	background: url(assets/img/navi-btn.png) -45px -41px no-repeat;
}
.page-navi:before,
.page-navi:after {
	display: table;
	line-height: 0;
	content: "";	
}
.page-navi:after {
	clear: both;
}
.btn-project {
	background-color:#f39;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#fff;
	font-size:20px;
	padding:12px 15px 12px 20px;
	text-decoration:none;
	margin:15px 0;
	/* hover animation */
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;		
}
.btn-project:hover,.btn-project:active {
	background: #0f3;
	color: #fff;
}


/* Form Elements
-------------------------------------------------------------*/
.contact-home {
	margin: 15px 5px;
	color:#999;
}
.contact-home p.label {
	margin: 10px 0;
	font-size: 20px;
}
.contact-home p {
	margin: 0 0 20px 0;
}
.input-required {
	color:#f39;
}
.row {
	width: 100%;	
}
.row::before, .row::after {
	display: table;
	line-height: 0;
	content: "";
}
.row::after {
	clear: both;
}
.form-left {
	width: 46%;
	float: left;
}
.form-right {
	width: 46%;
	float: right;
	padding-right: 10px;	
}
.contact-home p span#project-type {
	margin-top: 20px !important;
}
#idea-box {
	width: 92%;
	padding: 25px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 30px;
}
#idea-box p {
	color:#757575;
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.7);
}
#idea-box ul {
	color:#757575;
}
#idea-box ul li {
	margin-bottom: 10px;
}

/*--helpers--*/
.green {
	background: #6f0;
}
.grey {
	background: #ededed;
}
/*----------*/

input[type="text"], input[type="email"], .contact-home textarea {
	width:98%;
	display:block;
	border: 1px solid #ccc;
	height: 40px;
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	color: #999;
	font-size: 20px;
	padding: 5px 10px;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.contact-home textarea {
	height:200px;
}
input[type=text]:focus, input[type="email"]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(255, 51, 153, 1);
	border: 1px solid rgba(255, 51, 153, 1);
}
span.wpcf7-list-item {
	margin-left: 1.5em !important;
	display: block;
}
span.wpcf7-list-item-label {
	padding-left: 15px;
}
#submit-project {
	background: #f39 url(assets/img/submit-arrow.png) 225px center no-repeat;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#fff;
	font-size:20px;
	padding:12px 60px 12px 30px;
	text-decoration:none;
	margin:40px 0 0 0;
	border: none;
	-webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;
}
#submit-project:hover {
	background: #0f3 url(assets/img/submit-arrow.png) 225px center no-repeat;

}

/* Page template typo and styles
-------------------------------------------------------------*/
.page-intro {
	text-align: center;
	margin-bottom: 20px;
}
.page-intro h1 {
	font-size: 42px;
	font-weight: normal;
	margin-top: 0;
}
.page-intro h2 {
	font-size: 36px;
	font-weight: normal;
	line-height: 45px;
	color: #999;
}

/* Helper classes
-------------------------------------------------------------*/
.pink, .pink a {
	color: #f39;
	text-decoration: none;
}
.center {
    text-align: center;
}
.twenty {
	margin-bottom: 20px;
}

/*----------------------------------------------------------- 
--------------------- Media Queries -------------------------
-------------------------------------------------------------*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
html { width: 1000px; } /* removes 20px gap of whitespace */
.slide-wrap { margin-bottom: -1px; } /* prevents <div> seam lines from appearing */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
html { width: 1000px; } /* removes 20px gap of whitespace */ 
.slide-wrap { margin-bottom: -1px; } /* prevents <div> seam lines from appearing */
}

