/*
Theme Name: BJ2DESIGN
Author: Bjarni Wark
Description: Custom WordPress theme by BJ2DESIGN
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: bj2design
Domain Path: /languages/
Tags:

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #000 url(img/bkgbody.jpg);
	font-family: 'Open Sans', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	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;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #676767;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color:#01bac6;
	font-weight:400;
}
h1, .fake{ font-weight:300;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	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;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.5em;
	color:grey;
}
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;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
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;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
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: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px 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 1px 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 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px 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 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px 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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a, a:visited {
	color:#f96400;
}
a:hover,
a:focus,
a:active {
	color: #01bac6;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Layout
----------------------------------------------- */
#shell, footer {
	border-bottom:1px solid black;
	xmax-width:1520px;
	margin:0 auto;
}

#shell{
	background: #c9c9c9 url(img/bkgshell.jpg);
}

#shell{
	background:  url(img/bkgshellgradient.png) repeat-x, url(img/bkgshell.jpg); 
}

#header{
	background-color:#00484d;
}

.logo{
	float:left;
	width:33.33333%;
}


#wrapcontent{
	max-width:1140px;
	margin:0 auto;
	background:#FFF;
}

#content{
	
}

#showreel{

}

#group{
	background-color:#01bac6;
}

.home #group{
	margin-top:20px;
}

#showoff{
	
}
code{
	padding:20px;
	background-color:#dedede;
	border:1px solid silver;
	display:block;
}

#cta{
	
}

footer{
	background: #2b2b2b url(img/bkgfooter.jpg);
}

#final p{
	padding-top:40px;
}

#final p+p{
	color:#01bac6;
	padding:10px 0 20px;
}

#tags{
	border-bottom:1px dashed  #999999;
	text-align:center;
}

#final{
	border-top:1px dashed  #999999;
	text-align:center;
}

#bag{
	padding-top:2em;
}

.shadow{
	-webkit-box-shadow: 3px 3px 5px -3px #545454, 3px 3px 5px -3px #545454, -3px 3px 5px -3px #545454;
	-moz-box-shadow:    3px 3px 5px -3px #545454, 3px 3px 5px -3px #545454, -3px 3px 5px -3px #545454;
	box-shadow:         3px 3px 5px -3px #545454, 3px 3px 5px -3px #545454, -3px 3px 5px -3px #545454
}




/* =Header
----------------------------------------------- */
#header{
	padding:10px 20px 0;
	background: #d6d6d6 url(img/bkg-header.png) repeat-x;
}


.home h1, .page h1, .single h1, .category h1, .error404 h1, .fake{
	font-size:1.625em;
	line-height:1.2em;
}

#header h1, .fake{
	line-height:1.2em;
	xtext-shadow: -2px 1px 2px #000;
	padding:.5em 0 .8em;
	color:black;
}


.fake{
	margin-bottom:0;
	clear:both;
}

div.catdesc p{
	 color: #808080;
	font-size:1.2em;
	padding-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/* =SHOWCASE
----------------------------------------------- */
.showcaseblock{
	max-width:1520px;
	margin:0 auto;
	color: black;
}
.showheading{
	padding: 5em 0 4em;
}
.showheading h3{
	text-align: center;
	font-size: 1.5em;
	padding: 0;
}

.showheading p{
	text-align: center;
	color: #01bac6;
	font-style: italic;
	color: black;
}

.home .showheading p, .page-template-_showcase .showheading p{
	color: white;
	}

.gridmother {
	display: grid;
	padding-bottom: 0;
}

.gridchild h4{
	text-align: center;
	color: black;
	font-size: 1.25em;
	font-weight: bold;
}

.gridchild h4, .gridchild p{
	padding: 1em 2em 0;
}

.gridchild p:last-child{
	padding-bottom: 2em;
}

.gliding{
	background-color: #8166be;
}

.waka{
	background-color: #fa4258;
}

.sunseeker{
	background-color: #e1b15c;
}

.shearer{
	background-color: #ee8837;
}

.airstream{
	background-color: white;
}

.mogo{
	background-color: #00ddd7;
}

.casebutton{
	text-align: center;
	display: block;
	width: 200px;
	margin: 0 auto;
	border-radius: 36px;
	padding: 20px;
	background-color: white;
	text-decoration: none;
}

.casebutton:hover{
	background-color: #1c1818;
}
.fullpage{
	padding: 2em 0 3em;
}

.fullpage h2, .fullpage h3, .fullpage p{
	padding: 0 40px;
}

.fullpage h2, .fullpage h3{
	font-weight: bold;
	color: black;
}

.alignfull{
	padding: 2em 0;
}

.wp-block-column {
  margin-bottom: 0;
  flex-basis: 50%;
}

.page-template-_showcase .abovecontent h1{
	color: #4f4f4f;
	font-size: 2em;
	text-align: center;
	padding: 2em 20px 1.5em;
}

@media screen and (max-width: 584px) {
	.wp-block-column {
	flex-basis: 100%;
	}
}

.has-2-columns figcaption{
	padding: 20px;
	
}

.wp-block-column:not(:last-child) {
    margin-right: 0;
}

.wp-block-column:not(:first-child) {
    margin-left: 0;
}

.wp-block-image{
	margin-bottom: 0;
}

.wp-block-image img{
display: block;
}

.letsgo{
	color: white;
	background: #222532 url(img/bjarni-wark.jpg) center top no-repeat; 
	background-size: cover;
}

.letsgo-text{
	padding: 8em 4em;
}


.letsgo-cta{
	border-radius: 36px;
	padding: 20px;
	background-color: white;
	text-decoration: none;
}

.letsgo-cta:hover{
	background-color: #1c1818;
}


.letsgo-text h5 {color: white; font-size: 2em; line-height: 1.25em; font-weight: bold; padding-bottom: .825em; text-shadow: 2px 1px 2px #660000;}

.letsgo-text h5+p{
	padding-bottom: 2em;
	text-shadow: 2px 1px 2px #660000;
}


@media screen and (min-width: 770px) {
	
	.gridmother {
	grid-template-columns: 1fr 1fr 1fr;
	}
	
	.showheading h3{
	font-size: 4em;
	}
	
	.gridchild p{
		font-size: 0.875em
		}
		
	.fullpage{
	padding: 4em 0 3em;
}
		
	.fullpage h2, .fullpage h3, .fullpage p{
	padding: 0 120px;
}

	.alignfull{
	padding: 4em 0;
	}
	
	.letsgo-text{
	padding: 8em 2em 7em 22em;
	}
}

@media screen and (min-width: 1024px) {
	
		
	.fullpage{
	padding: 8em 0 3em;
}
		
	.fullpage h2, .fullpage h3, .fullpage p{
	padding: 0 220px;
}

.fullpage h3{
	font-size: 1.25em;
}


	.alignfull{
	padding: 8em 0;
	}
	
	.letsgo-text{
	padding: 8em 2em 7em 28em;
	}
	
	.page-template-_showcase .abovecontent h1{
	font-size: 4em;
	}

}


/* =Menu
----------------------------------------------- */

nav, .main-navigation ul{
}

#site-navigation{
	xborder:1px solid green;
	float:left;
	margin-top:8px;
}

.main-navigation {
	display: block;
	float: left;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:black;
}

.main-navigation a:hover {
	color:#c86800;
}
.main-navigation ul ul {
	xbox-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

.menu{
	font-size:0.750em;
	text-transform:uppercase
}

.toggled  ul ul{
	display:block;
	float:none;
	position: relative;
	top:0
}

.toggled  li {
	float:none;
}

.toggled  a {
	padding:10px 0;
	border-bottom:1px solid white;
}

.toggled ul ul a {
	width: 100%;
	padding-left:20px;
	color:silver;
}


/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
    margin: 13px 20px 0 0;
	padding:0 38px 0 20px;
	position:absolute;
	right:0px;
	top:0;
	background:url(img/burger.png) right center no-repeat;
}

@media screen and (max-width: 770px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	.main-navigation {
	clear: both;
	width: 100%;
}
}


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

#content{
	padding:20px 20px 0;	
}

#content h2{
	font-size:1.312em;
	padding-bottom:.5em
}

p.special{
	padding-bottom:1em;
	border-bottom:1px dashed silver;
}

p.special a{
	background: url(img/arrowblk.png) left center no-repeat;
	display:block;
	padding-left:2em;
	text-decoration:none
}

h2{
	 font-size: 1.4em;
}

.twothird h3{
	 font-size: 1.2em;
}

h2.menu-toggle{
	 font-size: 1.1em;
}


.main h3{
	 font-size: 1.2em;
	 font-weight:bold;
	 color:black;
}

.main h4{
		 font-weight:bold;
}



/* Comments
----------------------------------------------- */

footer.comment-meta{
	background:none;
	border-bottom:none;
}

h2.comments-title, .comment-reply-title{
	padding:10px 0 20px;
	margin-top:30px;
	border-top:silver 1px solid;
}

ul.children{
	list-style:square;
}

.vcard{
	color:black;
}

.comment-body{
	font-size:.825em
}

ol.comment-list{
	margin-left:2em;
}

.reply{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:silver 1px solid;
}

.fn{
	text-transform:uppercase;
	font-weight:bold;
}



/* onethird / twothird layout
----------------------------------------------- */


.onethird ul{
	margin:0;
	list-style:none;
}

.onethird ul ul{
	margin:20px;
}

.pad20-40{
	padding:20px;
	}
	
.abovecontent h1{
	padding:0 20px 20px;
	}
	
.abovecontent p{
	padding:20px 20px 0;
	}
	
.twothird{
	color:#171717;
}
	
.twothird  ul{
	margin:0;
	list-style:square;
	padding-left:1em;
	margin-bottom:1em;
}

.twothird  ul li{
	padding-left:.5em;
	margin-bottom:.25em;
}


/* =SHOWOFF / CTA
----------------------------------------------- */

#group img{
	display:block
}

#showoff{
	
}

#showoff ul{
	margin:0;
	padding:0;
}

#showoff ul li{
	width:50%;
	float:left;
	list-style:none;
}

#showoff h4 a{
	
	background:
	url(img/arroworange.png) 8% center no-repeat,
	url(img/showoffBTN.png) repeat-y;
	height:74px;
	display:block;
	line-height:74px;
	padding-left:18%;
	background-color:#013337;
	color:white;
	text-decoration:none
	}
	
#showoff h4 a:hover{
	background:#000;
	color:#01bac6
	}
	
#cta{
	padding:0 20px;	
}

#cta h3{
	color:#fff;
	font-size:1.25em;
	line-height:1.4em;
	padding:20px 0 10px
}

#cta p{
	color:#000;
	font-size:0.875em;
}

.cta{
	display:block;
	padding:10px;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 6px; /* future proofing */
background-color:#F96400;
color:#fff;
text-align: center;
text-decoration:none;
}
.cta:hover{
	opacity:0.6;
	-moz-transition: all .35s ease-in-out; 
	-o-transition: all .35s ease-in-out; 
	-webkit-transition: all .35s ease-in-out; 
}

.cta:visited{
	color:#fff;
}
	
#cta img{
	display:none;
		}
		
#showreel img{
	margin: 3em 0 1em;
}
		
	/* =Portfolio Pages
----------------------------------------------- */

.contentwrap{
		background-color:#f1f1f1;
	}
	
.onethird p, .onethird ul, .onethird em{
		font-size: 0.875em;
	}
	
.folioimage img{
		display:block
	}
	
.white{
		background-color:#fff;
		border-bottom:silver 1px dashed
	}
	
.wp-pagenavi {
    margin:24px 20px;
	}
	
.foliosingle{
	padding-bottom:30px;
}

.foliosingle h2, .foliosingle h3, .foliosingle p, .foliosingle em{
	padding:0 20px;
}

.foliosingle h2{
	margin-top:1em;
}

.foliosingle h2 a{
	text-decoration:none;
	color:#01BAC6;
}

div.padthis{
	padding-top:20px;
}

div.padthis p{
	margin-bottom:0;
}

.arrow{
	background: url(img/arrowblk.png) left center no-repeat;
	padding-left:1.25em;
	text-decoration:none
}

.location{
	background:url(img/location.png) 0 50% no-repeat;
	padding-left:2em;
}

.link{
	background:url(img/link.png) 0 50% no-repeat;
	padding-left:2em;
}
.onethird ul{
	margin:10px 0 20px;
}

.onethird ul li ul{
	margin:0;
	padding-left:1em;
	font-size:inherit;
}

.onethird ul a{
	text-decoration:none;
	border-bottom:1px dashed silver;
	padding-bottom:4px;
	margin-bottom:4px;
	display:block;
}

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

.abovenavpage{
	text-align:center;
	padding:0 20px 20px;
	font-size:12px;
}

.nav-next, .nav-previous{
	padding-bottom:20px;
	}

 .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
	padding-left:20px;
}

.nav-next a, .nav-previous a{
	padding-bottom:20px;
	font-size:12px;
	text-decoration:none;
	color:silver;
	}
	
.nav-next a:hover, .nav-previous a:hover{
	color:black;
	}

.nav-previous a{
	background:url(img/arrow-prev.png) 0 center no-repeat;
	padding:20px 0px 20px 40px
}

 .nav-next {
    float: right;
    text-align: right;
    width: 50%;
	padding-right:20px;
}

.nav-next a{
	background:url(img/arrow-next.png) right center no-repeat;
	padding:20px 40px 20px 0
}



/* =Design THINKING AREA
----------------------------------------------- */

.thinking{
	padding:20px;
	border-bottom:1px solid white;
}

.thinking h2 a{
	text-decoration:none;
	color:#01BAC6;
}

	
	/* =Locations Pages
----------------------------------------------- */
h3.buff{
	padding-bottom:12px;
	border-top:2px solid #f96400;
	padding-top:12px;
}
#locations{
	margin:0;
	padding:0;
	border-bottom:2px solid #f96400;
	margin-bottom:20px;
}

#locations li{
	list-style:none;
	float:left;
	width:50%;
	padding-left:0;
	font-size:0.875em;
}

#locations h5,
#locations small,
#locations p
{
	
	padding-right:10px;
}




/* =FOOTER AREA
----------------------------------------------- */

footer{
	color:#e0e0e0;
}


#trumpet, #tags, #final{
	padding:0 20px;
}

#recent ul{
	margin:0;
	padding:0;
}

#recent ul li{
	list-style:none;
}


#recent h4{
	padding-bottom:2em;
	text-align:center;
	color:#fff;
	 text-transform: uppercase;
}

#recent h4 a{
	background:#013337 url(img/showoffBTN.png) repeat-y;
	height:74px;
	display:block;
	line-height:74px
	}
	
#recent h4 a:hover{
	background:#000;
	}
	
#recent p, #recent h5, #recent small{
	padding:0 20px 16px;
	}
	
#recent h5{
	padding-bottom:0;
	}
	
#recent p{
	font-size:.833em
}

#recent img{
	padding-bottom:16px;
	}
	
#trumpet h4{
	font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 1em;
    text-transform: uppercase;
	border-top:1px solid #01BAC6;
	padding-top:20px;
}

ul.taglink{
	border-bottom:1px dashed #999999;
	margin:0;
	text-align:center;
	padding:30px 0;
}

ul.taglink li{
	width:100%;
	float:left;
	list-style:none;
}

ul.taglink a{
	display:block;
	padding:10px 0
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	xmargin: 1.2% auto 0;
	xmax-width: 98%;
}
.wp-caption-text {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.750em;
	font-style:italic;
	color: #333;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


#gform_confirmation_message_1{
	color:orange;
}

/* =Widgets / VIDEo Youtubes
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.vid {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:20px;
}
.vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
/* =320 and Above
----------------------------------------------- */

@media screen and (min-width: 321px) {

ul.taglink li{
	width:50%;
}
	
	
}

/* =481 and Above
----------------------------------------------- */

@media screen and (min-width: 481px) {
	
	
#recent ul {
	background:url(img/dash.png) repeat-y center;
	border-bottom:1px dashed #999999
}
	#recent ul li{
	width:50%;
	float:left;
}

#recent ul{
	margin-bottom:20px;
}

#trumpet h4{
	border-top:none;
	padding-top:0;
}

ul.taglink li{
	width:50%;
}
	
	
}

/* =568 and Above
----------------------------------------------- */

@media screen and (min-width: 568px) {
	
/* =Portfolio Pages
----------------------------------------------- */
	
.foliocat{
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	}


.foliosingle{
	width:50%;
	display:inline-block
}

.thinking{
	padding:40px 40px 20px;
	width: 50%;
	display:inline-block;
}
	
}



/* =769 and Above
----------------------------------------------- */

@media screen and (min-width: 770px) {
	
	
.padtop{
		margin-top:20px;
}

.twocol{
	width:48%;
}
	
#header{
	background:  url(img/bkgBanner.jpg) no-repeat;
}

#header{
	background:   url(img/bkgBannerClouds.png) left bottom no-repeat, url(img/bkgBanner.jpg) no-repeat;

}

#header{
	background-color: #d6d6d6;
}
	
.home #header, .error404 #header{
	margin-bottom:70px;
}
	
#header h1, .fake{
	font-size:3em;
	line-height:1.2em;
	width:66.66666%;
	float:right;
	xtext-shadow: -2px 1px 2px #000;
	padding:1.7em 0 1.5em;
}

.fake{
	font-size:2.5em;
	}

.page h1, .single h1, .category h1, .abovecontent h1, .abovecontent p{
	padding:0;
}

p.phone{
	background:url(img/phone.png) left top no-repeat;
	padding:0 0 20px 50px;
	margin-bottom:0;
}

#header {
	padding:10px 0 0;
}

.logo{
	padding-left:40px
}

.nav-next {
	padding:0
	}
	
.nav-next, .nav-previous{
	padding-bottom:0px;
	}
	
.nav-previous {
	padding-left:0px;
}

.abovenavpage{
	text-align:left;
	padding:0px 0 0px 0px;
	font-size:14px;
}

#showreel img{
	margin: 0;
}


/* =MENU
----------------------------------------------- */

#menu-menu-1 li{
	padding-right:10px;
	margin-right:10px;
	border-right:1px dotted black;
}

#menu-menu-1 li:last-child{
	border-right:none;
}

ul.sub-menu{
	padding-top:6px;
	margin-left:-10px;
}

#menu-menu-1 ul.sub-menu li{
	border-right:none;	
	padding:10px 10px 5px 10px;
}

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

#content h2{
	font-size:1.312em;
	padding-bottom:.5em
}

#content{
	padding-left:0;	
	padding-top:0;
	float:right;
}

#content p, #content li{
	font-size:0.875em;
}


#showreel{
	float:left;
	}
	
#showoff{
	float:right;
	width:50%;
	background-color:#CC9;
	}
		
#cta{
	float:left;
	width:50%;
	}
	
#showreel img{
	display:block;
	}
	
		
	/* =Portfolio Pages
----------------------------------------------- */

.contentwrap{
		background-color:#f1f1f1;
		color:#171717
	}
	
.onethird, .twothird{
		width:50%
	}
	
.onethird{
		float:left;
		width:33.3333333%;
		padding:40px 40px 20px;
	}
div.twothird{
		float:right;
		width:66.6666667%;
		padding:40px 40px 40px 0;
	}
	
.folioimage{
		float:right;
		width:66.6666667%;
	}
	
.foliosingle h2, 
.foliosingle h3, 
.foliosingle p, 
.foliosingle em {
	padding:0 40px;
}

.foliosingle{
	padding-bottom:40px;
}

.wp-pagenavi {
    margin:40px;
	}
	

	/* =FOOTER AREA
----------------------------------------------- */

#recent, #trumpet{
	width:50%
}

#trumpet{
	float:left;
}

#recent{
	float:right;
}

#trumpet, #tags, #final{
	padding:0 40px;
}

#bag{
	background:url(img/dash.png) repeat-y center
}

#recent ul{
	margin-bottom:0;
}

ul.taglink li{
	display:inline;
	float:none
}

ul.taglink a{
	display:inline-block;
	padding:0 10px;
}


		
}


		
		/* =1140 and Above
----------------------------------------------- */


@media screen and (min-width: 1140px) {
	
	#header h1 .fake{
	font-size:2.625em;
	line-height:1.2em;
}

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

#content{
	padding-right:40px;	
}

	#cta{
	height:370px;
	position:relative;
	}
	
#cta img{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
		}
		
#cta h3, #cta p{
	padding:0 20px 0 240px
}

#cta h3{
	padding-top:30px;
	padding-bottom:26px
}
		
#wrapcontent{
	margin-bottom:11%;
}

	/* =Portfolio Pages
----------------------------------------------- */

/* =1520 and Above
----------------------------------------------- */

@media screen and (min-width: 1520px) {
	
	.gridmother {
	padding-bottom: 8em;
	}
	
	.page-id-4535 .gridmother {
	padding-bottom: 0;
	}
		
}

/* =1920 and Above
----------------------------------------------- */



xxx@media screen and (min-width: 1920px) {
	#shell{
		float:left;
		width:1520px
	}
	
	footer{
		float:left;
		max-width:400px
	}
}