/* Lumen Styles */

/* Global */

body {
	background-color:#1e1e1e;
	color:#fff;
	letter-spacing:1px;
	font-family: "brandon-grotesque";
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}


a {
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

a:hover {
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

a:link {
  color:rgba(255,255,255,1.00);
}
a:visited {
  color:rgba(255,255,255,1.00);
}
a:hover {
  color:rgba(255,188,0,1.00);
}
a:active {
}

article a {
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	padding:0px 0px 1px 0px;
	border-bottom:1px solid #fff;
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

article a:hover {
	padding:0px 0px 1px 0px;
	border-bottom:1px solid rgba(255,188,0,1.00);
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

.yellow {
	color:rgba(255,188,0,1.00);
}

/* Header */

header#masthead {
}

.logo {
	width: 150px;
	height: 37px;
	float: left;
	padding: 0px;
	margin:30px 20px 0px 0px;
}

.logo img {
	margin:0px;
	padding:0px;
}

h1.site-title {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight:normal;
	color:white;
	letter-spacing:1px;
	margin: 0px;
	font-size: 28px;
	clear:none;
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

h2.site-description {
	display:none
}

/* Site Styles */

#main {
	margin:0 auto;
}

/* Archive Styles */

h1.page-title {
	text-transform: uppercase;
}

/* Post Content Styles */

header.page-header {
	margin:30px 0px 0px 0px;
}

h1.entry-title {
	font-size: 2em;
	line-height: 2em;
	margin: 30px 0px 0px 0px;
	text-transform:uppercase;
}

h1.entry-title a {
	border-top:3px solid white;
	padding: 10px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	border-bottom:0px solid rgba(255,188,0,1.00);
}

h2.entry-sub-title {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 200;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;
}

.entry-content {
}

.blog-image img {
	width: 100%;
}

.entry-content img {
	width: 100%;
}

.entry-content ul {
	margin: 1em 0 1.1em 1em;
	list-style: circle;
}

.entry-content ul li {
	margin: .1em 0 .5em 0;
}

.entry-meta {
	border-top: 0px solid black;
	padding: 5px 0px 10px 0px;
	font-weight: 200;
}

.entry-meta h2 {
	text-transform:uppercase;
}

.entry-meta a {
	padding:0px 0px 0px 0px;
	border-bottom:0px solid #ffbc00;
}

.entry-meta a:hover {
	color:#ffbc00;
	padding:0px 0px 3px 0px;
	border-bottom:1px solid #ffbc00;
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

.posted-on {
}

.byline {
	display: none;
}

footer.entry-meta {
	margin: 10px 0px 60px 0px;
	border-top: 0px solid white;
}

.cat-links {
	border: 1px solid white;
	padding: 10px;
	margin: 0px 10px 0px 0px;
}

.tags-links {
	border: 1px solid white;
	padding: 10px;
	margin: 0px 10px 0px 0px;
}

.comments-link {
	border: 1px solid white;
	padding: 10px;
	margin: 0px 10px 0px 0px;
	display:none;
}

.edit-link a {
	border: 1px solid white;
	padding: 10px;
	margin: 0px 10px 0px 0px;
}

.edit-link a:hover {
	border: 1px solid black;
	color:black;
	padding: 10px;
	margin: 0px 10px 0px 0px;
}

.blog-image {
}

.blog-image a {
	border-bottom: 0px solid #fff;
}
.blog-image a:hover {
	border-bottom: 0px solid #fff;
}

.blog-image img {
	margin:0px 0px 10px 0px;
}

/* Post Navigation */

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	
	
	border: 1px solid white;
	padding: 10px;
	
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	
	
	border: 1px solid white;
	padding: 10px;
	
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

.nav-previous:hover {
	border: 1px solid black;
	padding: 10px;
	color:black;
	
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

.nav-next a {
	padding:0px 0px 0px 0px;
	border-bottom:0px solid #fff;
}

.nav-previous a:hover {
	color:black;
}

.nav-next:hover {
	border: 1px solid black;
	padding: 10px;
	color:black;
	
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

.nav-next a {
	padding:0px 0px 0px 0px;
	border-bottom:0px solid #fff;
}

.nav-next a:hover {
	color:black;
}

/* Single Portfolio */

.site-main .gallery {
	margin:40px 0px 0px 0px;
}

/* JQuery Tools */

/* root element for single scroll */
.scroll {
    position:relative;
    overflow:hidden;
    width: 100%;
    height: 650px;
    float:left;
}

/* root element for the scroll pics */
.scroll .pics {
    width:200000em;
    position:absolute;
    clear:both;
}

/* single scroll item */
.pics div {
    float:left;
    cursor:pointer;
    width:1120px !important;
    height:720px;
    margin:0px;
	opacity:1;
}

/* possible settings for the active scroll */
.scroll.active {
}
	
@media only screen and (min-width: 960px) and (max-width: 1160px) {
	.scroll {
		width: 940px;
    	height: 627px;
	}
	.pics div img {
		width: 940px;
    	height: 627px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.scroll {
		width: 768px;
    	height: 512px;
	}
	.pics div img {
		width: 768px;
    	height: 512px;
	}
}

@media only screen and (max-width: 767px) {
	.scroll {
		width: 300px;
    	height: 200px;
	}
	.pics div img {
		width: 300px;
    	height: 200px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.scroll {
		width: 420px;
    	height: 280px;
	}
	.pics div img {
		width: 420px;
    	height: 280px;
	}
}


/* Client Page 

.clients-grid {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.client {
  background: #fff;
  padding: 20px;
  width: 25%;
  height: 250px;
  margin: 0px;
  border-bottom:1px solid black;
  border-right:1px solid black;
  line-height: 210px;
  color: black;
  text-transform:uppercase;
  font-size: .8em;
  text-align: center;
}

.client:hover {
	background: #e6e6e6;
}

.client a {
	color: black;
} */

/* Client 1140 Grid */

#clients {
	margin:1.5em 0 0 0;
}

.client-box {
	background:#fff;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column; 
	flex-direction: column;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
}


.clients h1 {
	font-family: "brandon-grotesque",sans-serif;
	font-size:35px;
	line-height:30px;
	font-weight:100;
	text-transform:uppercase;
	border-top:3px solid white;
	padding: 20px 0px 10px 0px;
	width:40%;
}

.client-box {
	height: 140px;
    background: #fff;
	color:rgba(0,0,0,0.90);
	text-align:center;
	padding:30px;
	margin-bottom:0px;
}

.client-box:hover {
	cursor:pointer;
	background: #fdfdfd;
}

.client-box p {
	font-size:1.125em;
	line-height:1.25em;
	font-weight:400;
	font-family: "brandon-grotesque",sans-serif;
	text-transform:uppercase;
}

.client-box a {
	font-size:1.125em;
	line-height:1.25em;
	font-weight:400;
	font-family: "brandon-grotesque",sans-serif;
	text-transform:uppercase;
	color:#000;
}

.clients .column3 {
	width: 279px;
} 

.clients .column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12, .column13, .column14, .column15, .column16 {
    display:inline;
    float:left;
    margin-left:.5px;
    margin-right:.5px;
	margin-bottom:1px;
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
	 .clients .column3 {width:234px;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.clients .column3 {width:186px;}
}

@media only screen and (max-width: 767px) {
	.clients .column3 {
        margin:0 0 1px 0;
        width:300px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .clients .column3 {
        margin:0 0 1px 0;
        width:400px;
    }
}

/* Hire Page */

h3.highlight {
	text-transform:uppercase;
	color:#ffbc00;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: 100;
}


/* Contact Page */

#map-canvas { 
	height: 100%; 
}
	  
#map {
	height:500px;
	background:#000;
}

	  
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 0px;
	background: #e6e6e6;
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 0px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.8), inset 0 0px 0px rgba(255, 255, 255, 0.8), inset 0 0px 0px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5), inset 0 0px 0px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #8b8b8b;
	border: 1px solid #3b3b3b;
	border-radius: 0px;
	background:#1e1e1e;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #aeaeae;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	width: 98%;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

html input[type="submit"] {
	width:100px;
	right:20px;
	bottom:20px;
	height:40px;
	background:#1e1e1e;
	padding:10px;
	color:#d9d9d9;
	border: 1px solid #3b3b3b;
	text-transform:uppercase;
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

html input[type="submit"]:hover {
	background:#d9d9d9;
	color:#1e1e1e;
	-moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

/* Columns Shortcode 

.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;} */

/* Footer */

footer.site-footer {
	position:relative;
	bottom:0px;
	padding:20px;
	margin: 40px 0px 0px 0px;
	font-size:11px;
	width:100%;
	background:#000;
}

body.page-id-81 footer.site-footer {
	margin: 0px 0px 0px 0px;
}

body.page-id-33 footer.site-footer {
	margin: 40px 0px 0px 0px;
}

body.page-id-31 footer.site-footer {
	margin: 40px 0px 0px 0px;
	bottom:0px;
	position:fixed;
}

/* Smpl Shortcode Tabs */

ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #464646;
	list-style: none;
}
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0;
		list-style: none;
		text-transform:uppercase;
		}
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 30px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #464646;
		border-width: 1px 0 0 1px;
		margin: 0;
		background: #1e1e1e;
		font-size: 13px;
		color:#535353;
	}
	ul.tabs li a.active {
		font-weight: normal;
		background: #464646;
		height: 34px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-right-width: 1px;
		margin: 0 -1px 0 0;
		color: #fff;
		@include border-radius(2px 2px 0px 0px);
		position: relative;
		}
	ul.tabs li:first-child a {
		@include border-radius(2px 0px 0px 0px);
	}
	ul.tabs li:last-child a {
		border-width: 1px 1px 0 1px;
		@include border-radius(0px 2px 0px 0px);
	}

	ul.tabs-content { margin: 0px; display: block; }
	ul.tabs-content > li { display:none; list-style: none;}
	ul.tabs-content > li.active { display: block; }


	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1;
	}

/* @group Toggles */

/* Up Toggle State */

p.trigger {
	display: block;
	padding: 10px 40px 10px 10px;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 145%;
	background: #1e1e1e url(../img/expand.png) no-repeat;
	background-position: right 20px center;
	border-bottom: 1px solid #464646;
	border-top: 1px solid #464646;
	border-left: solid 1px #464646;
	border-right: solid 1px #464646;
    position: relative;
	margin-bottom: 3px;
}

/* Hover Toggle State */

p.trigger:hover {
	background: #e1e1e1 url(../img/expand.png) no-repeat;
	background-position: right 20px center;
}

p.trigger:hover a {
	color:#1e1e1e;
}

/* Active Toggle State */

p.trigger.active {
	background: #3b3b3b url(../img/collapse.png) no-repeat;
	background-position: right 20px center;
	border-bottom: 1px solid #3b3b3b;
	border-top: 1px solid #3b3b3b;
}

p.trigger.active a {
	color:#fff;
	padding: 0px 0px 2px 0px;
	border-bottom: 0px solid #fff;
}

p.trigger a {
	text-decoration: none;
	font-weight: normal;
	color:#fff;
	padding: 0px 0px 2px 0px;
	border-bottom: 0px solid #fff;
}

.toggle_container {
	padding: 20px;
	margin-bottom: 3px;
	border: solid 1px #464646;
}

.toggle_container .block p {
	margin-bottom:0px;
}

.toggle_container .block a {
	color:#ffbc00;
}

.toggle_container .block a:hover {
	color:#fff;
}

/* Video */

.arve-play-background, .arve-play-background:focus, .arve-play-background:hover {
	background: url('../img/play-icon.png' ) no-repeat center center;
	border: none;
	opacity: .9;
	transition: opacity .9s;
}

/* Gallery Tabs */
ul.tabbed {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	border-bottom: solid 0px #464646;
	list-style: none;
}
	ul.tabbed li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0;
		list-style: none;
		text-transform:uppercase;
		}
	ul.tabbed li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 30px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #464646;
		border-width: 1px 0 0 1px;
		margin: 0;
		background: #1e1e1e;
		font-size: 13px;
		color:#535353;
	}
	ul.tabbed li a.current {
		background:#fff;
		font-weight: normal;
		height: 30px;
		border-right-width: 1px;
		margin: 0 -1px 0 0;
		color: #464646;
		}
	ul.tabbed li:first-child a {
	}
	ul.tabbed li:last-child a {
		border-width: 1px 1px 0 1px;
	}

	ul.tabs-content { margin: 0px; display: block; }
	ul.tabs-content > li { display:none; list-style: none;}
	ul.tabs-content > li.active { display: block; }


	/* Clearfixing tabs for beautiful stacking */
	ul.tabbed:before,
	ul.tabbed:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabbed:after {
	  clear: both; }
	ul.tabbed {
	  zoom: 1;
	}

/* @end */

/* Selection */
::selection {
	background: #000; /* Safari */
	color:#ffbc00;
	}
::-moz-selection {
	background: #000; /* Firefox */
	color:#ffbc00;
}


@media only screen and (max-width: 767px) {
	
	#map-canvas { 
		height: 250px;
	}
	
	#map {
		height:250px;
		background:#000;
	}

	ul.tabs li {
		width:100%;
	}
	
	ul.tabs li a {
		border-width: 1px 1px 0 1px;
	}
	
	.nav-links {
		font-size:.7em;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}