/*
Theme Name: intotheblue
Theme URI:  http://www.intotheblue.agency/
Author: intotheblue
Author URI: http://www.intotheblue.agency/
Description: intotheblue theme
Version: 1.0
Text Domain: intotheblue

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts
# Typography
# Elements
# Forms
# Basic Structure
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Focus
	## Posts and pages
	## Asides
	## Single Post
	## Sidebar
	## Home Page
	## Contact Page
	## Services Page
	## Work Landing Page
	## Work Single Page
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Temp Krome Design Overides - to remove once using ITB branding
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: 'textaregular';
	src: url('fonts/Texta-Regular-webfont.eot');
	src: url('fonts/Texta-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Texta-Regular-webfont.woff2') format('woff2'),
		url('fonts/Texta-Regular-webfont.woff') format('woff'),
		url('fonts/Texta-Regular-webfont.ttf') format('truetype'),
		url('fonts/Texta-Regular-webfont.svg#textaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'textamedium';
	src: url('fonts/Texta-Medium-webfont.eot');
	src: url('fonts/Texta-Medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Texta-Medium-webfont.woff2') format('woff2'),
		url('fonts/Texta-Medium-webfont.woff') format('woff'),
		url('fonts/Texta-Medium-webfont.ttf') format('truetype'),
		url('fonts/Texta-Medium-webfont.svg#textamedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'textaheavy';
	src: url('fonts/Texta-Heavy-webfont.eot');
	src: url('fonts/Texta-Heavy-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Texta-Heavy-webfont.woff2') format('woff2'),
		url('fonts/Texta-Heavy-webfont.woff') format('woff'),
		url('fonts/Texta-Heavy-webfont.ttf') format('truetype'),
		url('fonts/Texta-Heavy-webfont.svg#textaheavy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'textablack';
	src: url('fonts/Texta-Black-webfont.eot');
	src: url('fonts/Texta-Black-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Texta-Black-webfont.woff2') format('woff2'),
		url('fonts/Texta-Black-webfont.woff') format('woff'),
		url('fonts/Texta-Black-webfont.ttf') format('truetype'),
		url('fonts/Texta-Black-webfont.svg#textablack') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'textabold';
	src: url('fonts/Texta-Bold-webfont.eot');
	src: url('fonts/Texta-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Texta-Bold-webfont.woff2') format('woff2'),
		url('fonts/Texta-Bold-webfont.woff') format('woff'),
		url('fonts/Texta-Bold-webfont.ttf') format('truetype'),
		url('fonts/Texta-Bold-webfont.svg#textabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'textabook';
	src: url('fonts/Texta-Book-webfont.eot');
	src: url('fonts/Texta-Book-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Texta-Book-webfont.woff2') format('woff2'),
		url('fonts/Texta-Book-webfont.woff') format('woff'),
		url('fonts/Texta-Book-webfont.ttf') format('truetype'),
		url('fonts/Texta-Book-webfont.svg#textabook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'textabook_italic';
	src: url('fonts/Texta-Book-Italic-webfont.eot');
	src: url('fonts/Texta-Book-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Texta-Book-Italic-webfont.woff2') format('woff2'),
		url('fonts/Texta-Book-Italic-webfont.woff') format('woff'),
		url('fonts/Texta-Book-Italic-webfont.ttf') format('truetype'),
		url('fonts/Texta-Book-Italic-webfont.svg#textabook_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texta_altregular';
	src: url('fonts/TextaAlt-Regular-webfont.eot');
	src: url('fonts/TextaAlt-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/TextaAlt-Regular-webfont.woff2') format('woff2'),
		url('fonts/TextaAlt-Regular-webfont.woff') format('woff'),
		url('fonts/TextaAlt-Regular-webfont.ttf') format('truetype'),
		url('fonts/TextaAlt-Regular-webfont.svg#texta_altregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texta_altmedium';
	src: url('fonts/TextaAlt-Medium-webfont.eot');
	src: url('fonts/TextaAlt-Medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/TextaAlt-Medium-webfont.woff2') format('woff2'),
		url('fonts/TextaAlt-Medium-webfont.woff') format('woff'),
		url('fonts/TextaAlt-Medium-webfont.ttf') format('truetype'),
		url('fonts/TextaAlt-Medium-webfont.svg#texta_altmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texta_altbold';
	src: url('fonts/TextaAlt-Bold-webfont.eot');
	src: url('fonts/TextaAlt-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/TextaAlt-Bold-webfont.woff2') format('woff2'),
		url('fonts/TextaAlt-Bold-webfont.woff') format('woff'),
		url('fonts/TextaAlt-Bold-webfont.ttf') format('truetype'),
		url('fonts/TextaAlt-Bold-webfont.svg#texta_altbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texta_altbook';
	src: url('fonts/TextaAlt-Book-webfont.eot');
	src: url('fonts/TextaAlt-Book-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/TextaAlt-Book-webfont.woff2') format('woff2'),
		url('fonts/TextaAlt-Book-webfont.woff') format('woff'),
		url('fonts/TextaAlt-Book-webfont.ttf') format('truetype'),
		url('fonts/TextaAlt-Book-webfont.svg#texta_altbook') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #64626b;
	font-family: 'textaregular', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #5b5c62;
	font-family: 'textabold';
	font-weight: normal;
	font-size: 34px;
}

h1 {
	margin: 29px 0 10px;
}

p {
	margin-bottom: 1.2em;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Font Smoothing */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

b,
strong {
	font-family: 'textabold';
	font-weight: normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #3d3c42; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	background: #7ca3b7;
	color: #fff;
	font-size: 16px;
	padding: 6px 16px 7px;
	font-family: 'texta_altmedium';
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding: 6px 16px 7px !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #6496af;
}

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 {
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	font-family: 'texta_altmedium' !important;
	color: #6c6b71;
	border: 1px solid #f1f1f4;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #cfcfd2;
	color: #6c6b71;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/* Placeholder */

::-webkit-input-placeholder {
	font-family: 'texta_altmedium' !important;
	color: #6c6b71;
}

:-moz-placeholder {
	font-family: 'texta_altmedium' !important;
	color: #6c6b71;
}

::-moz-placeholder {
	font-family: 'texta_altmedium' !important;
	color: #6c6b71;
	opacity: 1;
}

:-ms-input-placeholder {
	font-family: 'texta_altmedium' !important;
	color: #6c6b71;
	line-height: normal;
}

/*--------------------------------------------------------------
# Basic Structure
--------------------------------------------------------------*/

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 978px;
	padding: 0 20px;
}

#content {
	background-color: #f6f6f9;
}

.entry-header, .page-header {
	background-color: #fff;
	float: left;
	width: 100%;
}

.entry-title {
	clear: none;
}

#intro {
	overflow: hidden;
}

.link-section {
	cursor: pointer;
}

@media screen and (max-width: 680px) {
	.entry-title, .page-title {
		font-size: 26px;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#masthead {
	background: #2b2c30 url(images/back-header.png) repeat-y 50% 0;
	height: 93px;
}

#masthead .grid-container {
	background: transparent url(images/header_back.png) no-repeat 50% 0;
	height: 93px;
	padding: 0 5px 0 20px;
}

#masthead h1 {
	margin: 0;
}

.site-branding {
	float: left;
}

.site-branding a {
	width: 138px;
	height: 20px;
	display: block;
	margin: 35px 0 0 0;
	text-indent: -9999px;
	background: transparent url(images/intotheblue-logo.png) no-repeat 0 0;
}

.site-branding a img {
	width: 138px;
	height: 20px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.site-branding a {
		background: transparent url(images/intotheblue-logo@2x.png) no-repeat 0 0;
		background-size: 138px 20px;
	}
}

@media screen and (max-width: 680px) {
	#masthead {
		background: #404046 url(images/back-header-sml.png) repeat-y 50% 0;
		height: 73px;
	}

	#masthead .grid-container {
		background: transparent url(images/header_back_sml.png) no-repeat 50% 0;
		height: 73px;
		padding: 0 20px;
	}

	.site-branding a {
		background: transparent url(images/intotheblue-logo-sml.png) no-repeat 0 0;
		margin: 28px 0 0 0;
		width: 119px;
		height: 18px;
	}

	.site-branding a img {
		width: 119px;
		height: 18px;
	}
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 680px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 680px) {
	.site-branding a {
		background: transparent url(images/intotheblue-logo-sml@2x.png) no-repeat 0 0;
		background-size: 119px 18px;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #6e94a8;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out, background 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out, background 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out, background 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, text-decoration 0.2s ease-in-out, background 0.2s ease-in-out;
}

a:visited {
	color: #6e94a8;
}

a:hover,
a:focus,
a:active {
	color: #7eaac2;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
}

.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;
	font-family: textabold;
	font-size: 20px;
	color: #e0e0e1;
	padding: 31px 15px;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active,
.main-navigation .current-menu-item > a {
	color: #fff;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	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 {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 680px) {
	.main-navigation.toggled .nav-menu {
		display: block;
		width: 100%;
	}

	.menu-toggle {
		display: block;
		text-indent: -9999px;
		width: 23px;
		height: 17px;
		box-shadow: none !important;
		text-shadow: none;
		border: 0;
		border-radius: 0;
		position: absolute;
		right: 20px;
		background: transparent url(images/nav-hamburger.png) no-repeat 0 0;
		padding: 0;
		margin-top: -45px;
		-webkit-transition: background 0.2s ease-in-out;
		-moz-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
	}

	.menu-toggle:hover {
		background-image: url(images/nav-hamburger-active.png);
	}

	.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
		background-color: transparent;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation {
		margin-top: 0;
		padding-top: 73px;
	}

	.main-navigation .menu-main-container {
		width: 100%;
		position: absolute;
		left: 0;
		background-color: #404046;
		z-index: 9999;
	}

	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.main-navigation li {
		float: left;
		position: relative;
		clear: both;
		display: block;
		width: 100%;
		border-top: 1px solid #e0e0e1;
	}

	.main-navigation li.nav-appended {
		display: block;
	}

	.main-navigation a {
		padding: 14px 20px 14px;
	}

	.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active, .main-navigation .current-menu-item > a {
		background-color: #46454b;
	}
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 680px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 680px) {
	.menu-toggle {
		background-image: url(images/nav-hamburger@2x.png);
		background-size: 23px 17px;
	}

	.menu-toggle:hover {
		background-image: url(images/nav-hamburger-active@2x.png);
	}
}

/* Sub-navigation menu. */

#sub-nav {
	float: left;
	background-color: #e2e3e4;
	width: 100%;
	position: relative;
}

#sub-nav .grid-container {
	padding: 0 20px 0 12px;
}

#sub-nav ul {
	background-color: #e2e3e4;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sub-nav ul li {
	float: left;
}

#sub-nav ul li a {
	font-family: 'texta_altbold';
	font-size: 18px;
	color: #727378;
	text-transform: lowercase;
	display: block;
	padding: 4px 8px 5px;
}

#sub-nav ul li a:hover, #sub-nav ul li.current-cat a {
	color: #6a96ae;
}

/* Small sub-navigation menu. */
.sub-menu-toggle {
	display: none;
}

@media screen and (max-width: 680px) {
	#sub-nav .grid-container {
		padding: 0;
	}

	#sub-nav .sub-menu-toggle {
		display: block;
		float: left;
		height: 36px;
		width: 100%;
		background: transparent url(images/sub-nav-hamburger.png) no-repeat 20px 12px;
		cursor: pointer;
		font-family: 'texta_altbold';
		font-size: 18px;
		text-transform: lowercase;
		text-align: left;
		color: #727378;
		padding: 0 0 0 41px;
		box-shadow: none !important;
		text-shadow: none;
		border: 0;
		border-radius: 0;
		-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
		-moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	}

	#sub-nav .sub-menu-toggle:hover {
		color: #6a96ae;
		background-image: url(images/sub-nav-hamburger-active.png);
	}

	#sub-nav ul {
		margin: 0;
		padding: 0;
		width: 100%;
		display: none;
		position: absolute;
		top: 36px;
		z-index: 1;
	}

	#sub-nav.toggled ul {
		display: block;
	}

	#sub-nav ul li {
		float: left;
		position: relative;
		clear: both;
		display: block;
		width: 100%;
		border-top: 1px solid #fff;
	}

	#sub-nav ul li.back {
		display: none;
	}

	#sub-nav ul li a {
		padding: 4px 20px 5px;
	}

	#sub-nav ul li a:hover, #sub-nav ul li.current-cat a {
		background-color: #e8e9eb;
	}
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 680px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 680px) {
	#sub-nav .sub-menu-toggle {
		background-image: url(images/sub-nav-hamburger@2x.png);
		background-size: 14px 12px;
	}

	#sub-nav .sub-menu-toggle:hover {
		color: #6a96ae;
		background-image: url(images/sub-nav-hamburger-active@2x.png);
	}
}

/* Alternative sub-navigation menu. */

#sub-nav.alt, #sub-nav.alt ul {
	background-color: #7a7781;
}

#sub-nav.alt .grid-container {
	padding: 0 20px;
}

#sub-nav.alt ul li a {
	font-family: 'texta_altmedium';
	font-size: 18px;
	color: #fff;
	padding: 5px 6px 6px;
}

#sub-nav.alt ul li.back a {
	background: #706d79 url(images/sub-nav-arrow.png) no-repeat 8px 50%;
	padding: 5px 12px 6px 23px;
}

#sub-nav.alt ul li.back a:hover {
	background-color: #6d6a75;
	background-image: url(images/sub-nav-arrow-active.png);
}

#sub-nav.alt ul li.all a, #sub-nav.alt ul li:nth-child(2) a {
	padding: 5px 6px 6px 15px;
}

#sub-nav.alt ul li a:hover, #sub-nav.alt ul li.current-cat a, #sub-nav.alt ul li.current_page_item a {
	color: #9fc1d6;
}

@media screen and (max-width: 680px) {
	#sub-nav.alt .grid-container {
		padding: 0;
	}

	#sub-nav.alt .sub-menu-toggle {
		background: transparent url(images/sub-nav-alt-hamburger.png) no-repeat 20px 12px;
		color: #ededee;
		height: 38px;
		padding-bottom: 1px;
	}

	#sub-nav.alt .sub-menu-toggle:hover {
		background-image: url(images/sub-nav-alt-hamburger-active.png);
		color: #9fc1d6;
	}

	#sub-nav.alt ul {
		top: 38px;
	}

	#sub-nav.alt ul li {
		border-top: 1px solid #e0e0e1;
	}

	#sub-nav.alt ul li a, #sub-nav.alt ul li.all a {
		padding: 5px 20px 6px !important;
	}

	#sub-nav.alt ul li a:hover, #sub-nav.alt ul li.current-cat a {
		background-color: #827f8a;
	}
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 680px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 680px) {
	#sub-nav.alt .sub-menu-toggle {
		background-image: url(images/sub-nav-alt-hamburger@2x.png);
		background-size: 14px 12px;
	}

	#sub-nav.alt .sub-menu-toggle:hover {
		background-image: url(images/sub-nav-alt-hamburger-active@2x.png);
	}

	#sub-nav.alt ul li.back a {
		background-image: url(images/sub-nav-arrow@2x.png);
		background-size: 7px 10px;
	}

	#sub-nav.alt ul li.back a:hover {
		background-image: url(images/sub-nav-arrow-active@2x.png);
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Focus
--------------------------------------------------------------*/

.focus {
	margin: 0 0 30px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eff1f2;
	float: left;
	width: 100%;
	-webkit-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	-ms-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.landing .focus {
	border: 1px solid #e5e7e8;
}

.focus:hover, .onHover .focus {
	border: 1px solid #d2d5d7;
}

.focus-thumbnail img {
	display: block;
}

.focus-content {
	padding: 0 64px 0 15px;
	background: transparent url(images/arrow-right.png) no-repeat right center;
	margin-right: 7px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.onHover .focus-content {
	background-image: url(images/arrow-right-active.png);
}

.focus-content h2 {
	font-family: 'textamedium' !important;
	font-size: 25px !important;
	line-height: 27px !important;
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}

.link-only .focus-content h2 {
	margin-top: 8px !important;
	margin-bottom: 7px !important;
}

.focus-content a {
	color: #5b5c62;
}

.focus-overview {
	font-family: 'texta_altmedium';
	font-size: 19px;
	line-height: 22px;
	color: #4e4f55;
	margin-top: 8px;
	margin-bottom: 17px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.focus-content {
		background: transparent url(images/arrow-right@2x.png) no-repeat right center;
		background-size: 14px 22px;
	}

	.onHover .focus-content {
		background-image: url(images/arrow-right-active@2x.png);
	}
}

@media screen and (max-width: 680px) {
	.focus {
		margin: 0 0 20px;
	}

	.focus-content {
		margin-right: 5px;
		padding: 0 34px 0 15px;
	}

	.focus-content h2 {
		font-size: 22px !important;
		line-height: 22px !important;
		margin-top: 18px !important;
	}

	.focus-overview {
		font-family: 'texta_altregular';
		font-size: 18px;
		margin-top: 6px;
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#banner {
	height: 338px;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-content,
.entry-content {
	padding-bottom: 76px;
	font-family: 'texta_altmedium';
	font-size: 20px;
	line-height: 1.2;
	float: left;
}

@media screen and (max-width: 680px) {
	.page-content,
	.entry-content {
		padding-bottom: 26px;
		font-size: 18px;
	}
}

/* testimonial */

#testimonial {
	background-color: #fff;
	padding: 29px 0 54px;
	clear: both;
}

.testimonial-content {
	text-align: center;
	color: #515b63;
	font-size: 18px;
	line-height: 22px;
}

.testimonial-quote {
	width: 90%;
	margin: auto;
}

.testimonial-quote p {
	font-family: 'textabook_italic';
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 21px;
}

.testimonial-client {
	font-family: 'textaheavy';
}

.testimonial-meta {
	font-family: 'textabook';
}

.testimonial-meta a {
	color: #728ca0;
}

.testimonial-meta a:hover, .onHover .testimonial-meta a {
	color: #84a3ba;
}

@media screen and (max-width: 680px) {
	#testimonial {
		padding: 17px 0 40px;
	}

	.testimonial-quote {
		width: 100%;
	}

	.testimonial-meta span {
		display: block;
	}
}

/* Contact CTA */

#contact {
	background-color: #769cb1;
	padding: 24px 0 27px;
	font-family: 'textamedium';
	font-size: 30px;
	color: #fff;
	text-align: center;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

#contact.onHover {
	background-color: #7ba2b8;
}

#contact a {
	color: #fff;
	background: transparent url(images/contact-cta-arrow.png) no-repeat right 50%;
	padding: 0 21px 0 0;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	#contact a {
		background-image: url(images/contact-cta-arrow@2x.png);
		background-size: 13px 22px;
	}
}

.contact_cta_full {
	display: block;
}

.contact_cta_small, .contact_cta_medium, .contact_cta_large {
	display: none;
}

@media screen and (max-width: 450px) {
	.contact_cta_small {
		display: block;
	}

	.contact_cta_medium, .contact_cta_large, .contact_cta_full {
		display: none;
	}
}

@media screen and (min-width: 451px) and (max-width: 680px) {
	.contact_cta_medium {
		display: block;
	}

	.contact_cta_small, .contact_cta_large, .contact_cta_full {
		display: none;
	}
}

@media screen and (min-width: 601px) and (max-width: 800px) {
	.contact_cta_large {
		display: block;
	}

	.contact_cta_small, .contact_cta_medium, .contact_cta_full {
		display: none;
	}
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

.list .page-header .page-title {
	font-size: 38px;
	margin-bottom: 0;
	margin-top: 26px;
	padding-bottom: 7px;
}

#posts {
	margin: 0 0 29px 0;
	clear: both;
}

.list .hentry {
	margin: 0;
	padding: 20px 0;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.list .hentry.onHover {
	background-color: #fafafc;
}

.list .hentry.featured-post {
	background-color: #fff;
	padding: 30px 0;
}

.list .hentry:nth-child(2) {
	padding: 30px 0 20px;
}

.list .hentry .grid-container {
	min-height: 195px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.list .entry-thumbnail img {
	float: left;
	margin: 0;
	max-width: 294px;
}

.list .entry-container {
	margin: 0 20px 0 0;
	background: transparent url(images/arrow-right.png) no-repeat right center;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.list .has-post-thumbnail .entry-container {
	margin: 0 20px 0 339px;
}

.list .no-thumb .entry-container {
	margin-left: 0;
}

.list .hentry.featured-post .entry-container {
	background-image: url(images/arrow-right-lgt.png);
}

.list .hentry.onHover .entry-container {
	background-image: url(images/arrow-right-active.png);
}

nav.navigation.posts-navigation {
	margin: 0 0 71px;
}

.nav-next a, .nav-previous a {
	background: transparent url(images/arrow-right.png) no-repeat right center;
	min-height: 22px;
	display: block;
	padding: 0 24px 0 0;
	font-family: 'texta_altmedium';
	font-size: 22px;
	line-height: normal;
	color: #5b5c62;
	text-transform: lowercase;
}

.nav-previous a {
	background: transparent url(images/arrow-left.png) no-repeat left center;
	padding: 0 0 0 24px;
}

.nav-next a:hover {
	background-image: url(images/arrow-right-active.png);
	color: #6e94a8;
}

.nav-previous a:hover {
	background-image: url(images/arrow-left-active.png);
	color: #6e94a8;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.list .entry-container {
		background: transparent url(images/arrow-right@2x.png) no-repeat right center;
		background-size: 14px 22px;
	}

	.list .hentry.featured-post .entry-container {
		background-image: url(images/arrow-right-lgt@2x.png);
	}

	.list .hentry.onHover .entry-container {
		background-image: url(images/arrow-right-active@2x.png);
	}

	.nav-next a {
		background-image: url(images/arrow-right@2x.png);
		background-size: 14px 22px;
	}

	.nav-previous a {
		background-image: url(images/arrow-left@2x.png);
		background-size: 14px 22px;
	}

	.nav-next a:hover {
		background-image: url(images/arrow-right-active@2x.png);
	}

	.nav-previous a:hover {
		background-image: url(images/arrow-left-active@2x.png);
	}
}

.list .entry-header {
	margin: 0;
	float: none;
	width: auto;
	padding: 0 0 0;
	padding-right: 43px;
	background-color: transparent;
}

.list .entry-title {
	margin: 0;
	padding: 0;
}

.list .entry-title a {
	color: #5b5c62;
	font-family: 'textamedium';
	font-size: 26px;
	display: block;
	line-height: 1.16;
}

.list .entry-title a:hover, .list .onHover .entry-title a {
	color: #6e94a8
}

.list .entry-meta {
	text-indent: -9999px;
	line-height: 0;
	margin-bottom: 4px;
}

.posted-on {
	font-family: 'texta_altbook';
	color: #5b5c62;
	font-size: 19px;
	display: block;
}

.list .entry-content {
	margin: 0;
	padding: 0;
	padding-right: 43px;
}

.list .entry-content p:first-child {
	margin-top: 9px;
	margin-bottom: 0;
}

@media screen and (max-width: 680px) {
	.list .page-header .page-title {
		font-size: 26px;
	}

	.list .entry-title a {
		font-size: 21px;
	}

	.posted-on {
		font-size: 16px;
		margin: 4px 0;
	}

	.list .entry-header {
		padding-right: 17px;
	}

	.list .entry-content {
		padding-right: 30px;
	}

	.nav-next a, .nav-previous a {
		font-size: 20px;
	}

	.list .entry-thumbnail img {
		float: left;
		margin: 0;
		width: 100%;
		max-width: 100%;
	}

	.list .entry-container, .list .has-post-thumbnail .entry-container {
		margin: 20px 0 0;
		position: relative;
		-ms-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		float: left;
	}
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/

.global .entry-title {
	width: 38%;
	float: left;
	font-family: 'textamedium';
	font-size: 36px;
	color: #5b5c62;
	margin-top: 63px;
	line-height: normal;
}

.global.alt-col .entry-title {
	width: 100%;
	font-size: 33px;
	margin-top: 47px;
	margin-bottom: 47px;
}

.landing .entry-title {
	width: 31%;
	font-size: 38px;
	margin: 35px 0 16px;
}

.global .introduction-paragraph {
	margin: 0 0 0 38%;
	clear: none;
	font-family: 'texta_altmedium';
	font-size: 26px;
	line-height: 31px;
	padding: 36px 10px 40px 33px;
	color: #64626b;
}

.landing .introduction-paragraph {
	margin: 0 0 0 31%;
	font-family: 'textamedium';
	padding: 26px 10px 26px 33px;
	color: #5b5c62;
}

.global .entry-content {
	width: 50%;
	padding-top: 42px;
	padding-right: 36px;
}

.global.sidebar-inactive .entry-content {
	width: 100%;
}

.global.alt-col .entry-content {
	padding-right: 0;
}

.global .entry-content h2 {
	font-family: 'texta_altmedium';
	font-size: 26px;
	line-height: normal;
	margin-top: 30px;
	margin-bottom: 0;
}

.global .entry-content h2:first-child {
	margin-top: 4px;
}

.global .entry-content h3 {
	font-family: 'texta_altmedium';
	font-size: 20px;
	line-height: normal;
	margin-top: 18px;
	margin-bottom: 0;
}

.global .entry-content p {
	margin-top: 8px;
}

.global .entry-content ul {
	margin: 8px 0 0 0;
	padding: 0 0 0 20px;
}

.global .entry-content ul li {
	padding-bottom: 5px;
}

.global .entry-content ul li:last-child {
	padding-bottom: 0;
}

@media screen and (max-width: 680px) {
	#banner {
		height: 188px;
	}

	.global .entry-title {
		width: 100%;
		float: none;
		font-size: 26px;
		margin: 20px 0 14px;
	}

	.global .introduction-paragraph {
		margin: 0;
		padding: 0 16px 24px 0;
		font-size: 18px;
		line-height: 20px;
	}

	.global .entry-content {
		width: 100%;
		float: none;
		clear: both;
		font-size: 18px;
		padding-right: 25px;
		padding-top: 29px;
	}

	.global .entry-content h2 {
		font-size: 21px;
	}
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

#secondary {
	float: right;
	width: 50%;
	margin-top: 50px;
	padding-bottom: 100px;
}

.alt-col #secondary {
	float: left;
	padding-right: 36px;
}

#secondary .focus {
	float: right;
	margin: 0 0 5px;
	max-width: 400px;
	border: 1px solid #e5e7e8;
}

.alt-col #secondary .focus {
	float: left;
}

#secondary .focus:hover, #secondary .onHover .focus {
	border: 1px solid #d2d5d7;
}

#secondary .focus-content {
	margin-right: 5px;
}

#secondary .focus-overview {
	color: #515b63;
}

/* Page set sidebar */

.focus.focus-sidebar {
	padding-top: 0;
}

.focus.focus-sidebar.has-sidebar-thumbnail {
	padding-top: 5px;
}

.focus-sidebar .focus-content {
	padding: 0 10px 0 15px;
	background: transparent;
}

.focus-sidebar.onHover .focus-content {
	background: transparent;
}

.focus-sidebar.has-sidebar-link .focus-content {
	padding: 0 64px 0 15px;
	background: transparent url(images/arrow-right.png) no-repeat right center;
}

.focus-sidebar.has-sidebar-link.onHover .focus-content {
	background-image: url(images/arrow-right-active.png);
}

.focus-sidebar .focus-content h2 {
	margin-bottom: 12px !important;
}

.focus-sidebar.has-sidebar-overview .focus-content h2 {
	margin-bottom: 0 !important;
}

.focus-sidebar .focus-overview {
	margin-top: 22px;
}

.focus-sidebar.has-sidebar-title .focus-overview {
	margin-top: 8px;
}

@media screen and (max-width: 680px) {
	#secondary {
		float: none;
		width: 100%;
		margin-top: 0;
		padding-bottom: 50px;
	}

	.alt-col #secondary {
		float: left;
		margin-top: 50px;
		padding-right: 0;
		padding-bottom: 0;
	}

	#secondary .focus {
		float: none;
		margin: 0 0 5px;
		max-width: 400px;
	}

	#secondary .focus-content h2 {
		font-size: 21px !important;
	}

	#secondary .focus-overview {
		font-size: 18px;
	}
}

@media screen and (min-width: 440px) and (max-width: 680px) {
	#secondary .focus {
		max-width: none;
	}

	#secondary .focus-thumbnail img {
		width: 100%;
		float: left;
	}

	#secondary .has-sidebar-thumbnail-second .focus-thumbnail img {
		width: 50%;
	}

	#secondary .focus-content {
		clear: both;
		overflow: auto;
	}
}

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/

/* Homepage Slider */

.tp-button {
	padding: 13px 18px 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: none !important;
	font-family: 'textabold' !important;
	font-size: 25px;
	letter-spacing: normal !important;
	line-height: normal !important;
	font-weight: normal !important;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	background-color: rgb(52, 53, 57);
	background-color: rgba(52, 53, 57, 0.19);
}

.tp-button:hover {
	background-color: rgb(52, 53, 57);
	background-color: rgba(52, 53, 57, 0.4);
}

.tparrows {
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 29px !important;
	height: 100% !important;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

@media screen and (max-width: 799px) {
	.tparrows {
		width: 7px !important;
	}
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
	.tparrows {
		width: 9px !important;
	}
}

@media screen and (min-width: 1024px) {
	.tparrows {
		width: 29px !important;
	}
}

.tp-leftarrow.default {
	background: rgba(0, 0, 0, 0.11) url(images/slider-nav-left.png) no-repeat center center !important;
}

.tp-rightarrow.default {
	background: rgba(0, 0, 0, 0.11) url(images/slider-nav-right.png) no-repeat center center !important;
}

.tp-leftarrow.default:hover {
	background-color: rgba(0, 0, 0, 0.3) !important;
	background-image: url(images/slider-nav-left-hover.png) !important;
}

.tp-rightarrow.default:hover {
	background-color: rgba(0, 0, 0, 0.3) !important;
	background-image: url(images/slider-nav-right-hover.png) !important;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.tp-leftarrow.default {
		background-image: url(images/slider-nav-left@2x.png) !important;
		background-size: 9px 23px !important;
	}

	.tp-rightarrow.default {
		background-image: url(images/slider-nav-right@2x.png) !important;
		background-size: 9px 23px !important;
	}

	.tp-leftarrow.default:hover {
		background-color: rgba(0, 0, 0, 0.3) !important;
		background-image: url(images/slider-nav-left-hover@2x.png) !important;
	}

	.tp-rightarrow.default:hover {
		background-color: rgba(0, 0, 0, 0.3) !important;
		background-image: url(images/slider-nav-right-hover@2x.png) !important;
	}
}

/* Homepage Intro */

#intro {
	background-color: #63626a;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	cursor: pointer;
	position: relative;
}

#intro.onHover {
	background-color: #706e78;
}

#intro a.intro-strap-link {
	display: block;
	font-family: 'texta_altbold';
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0px 0px 4.75px rgba(0, 0, 0, 0.37);
	padding: 12px 95px 14px 0;
	background: transparent url(images/intro-arrow.png) no-repeat right 50%;
}

#intro.onHover a.intro-strap-link, #intro a.intro-strap-link:hover {
	background-image: url(images/intro-arrow-active.png);
}

#intro-image {
	height: 215px;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#intro-strap {
	display: block;
	padding: 0 16px 0 20px;
}

#intro-strap .tp-button {
	display: none;
}

@media screen and (min-width: 601px) {
	#intro-strap-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	#intro-image {
		height: 450px;
	}

	#intro a.intro-strap-link {
		font-size: 34px;
		text-shadow: none;
		background: transparent;
		max-width: 340px;
		padding: 55px 0 38px 0;
	}

	#intro.onHover a.intro-strap-link, #intro a.intro-strap-link:hover {
		background: transparent;
	}

	#intro-strap .tp-button {
		display: inline;
	}
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 680px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 680px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 680px) {
	#intro a {
		background-image: url(images/intro-arrow@2x.png);
		background-size: 14px 22px;
	}

	#intro.onHover a, #intro a:hover {
		background-image: url(images/intro-arrow-active@2x.png);
	}
}

.home #content {
	background-color: #f2f4f5;
}

.home .entry-header {
	background-color: transparent;
}

.home .entry-header h1 {
	font-family: 'textaregular';
	font-size: 40px;
	line-height: normal;
	color: #505157;
	text-align: center;
	margin: 36px 0 53px;
	width: 100%;
}

@media screen and (max-width: 680px) {
	.home .entry-header h1 {
		font-family: 'textamedium';
		font-size: 26px;
		line-height: 31px;
		color: #404046;
		margin: 16px 0 19px;
	}
}

#featured {
	width: 100%;
	float: left;
	padding-bottom: 44px;
}

#featured .grid-container {
	padding: 0 5px;
}

#featured .featured-area {
	float: left;
	width: 50%;
	padding: 0 15px;
}

#featured .focus-thumbnail {
	height: 204px;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#featured .focus-content h2 {
	font-size: 26px !important;
	color: #4e4f55;
}

#featured .focus-content a {
	color: #4e4f55;
}

@media screen and (max-width: 680px) {
	#featured {
		padding-bottom: 10px;
	}

	#featured .featured-area {
		width: 100%;
	}

	#featured .focus-thumbnail {
		height: 201px;
	}

	#featured .focus-content h2 {
		font-size: 22px !important;
	}

	#featured .focus-content a {
		color: #404046;
	}

	#featured .focus-overview {
		font-size: 18px;
		color: #4d4d50;
	}
}

#latest {
	width: 100%;
	float: left;
	background-color: #e9eaeb;
	padding: 77px 0 44px;
}

#latest .focus {
	min-height: 154px;
	position: relative;
}

#latest .focus:hover, #latest .onHover .focus {
	border: 1px solid #c7cacc;
}

#latest .focus-thumbnail {
	width: 100%;
	height: 154px;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	max-width: 224px;
	float: left;
}

#latest .focus-content {
	margin:  0 12px 0 239px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#latest .focus-content h2 {
	font-size: 23px !important;
	clear: none;
}

#latest .focus-content a {
	color: #4e4f55;
}

#latest .focus-overview {
	font-family: 'texta_altregular';
	font-size: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
	#latest {
		padding: 30px 0 10px;
	}

	#latest .focus-thumbnail {
		height: 201px;
		max-width: none;
		float: none;
	}

	#latest .focus-content {
		margin-left: 0;
		margin-right: 5px;
		position: relative;
		-ms-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}

	#latest .focus-content h2 {
		font-size: 22px !important;
	}

	#latest .focus-content a {
		color: #404046;
	}

	#latest .focus-overview {
		font-size: 18px;
		color: #404046;
		margin-bottom: 17px;
	}
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/

#banner.contact-featured {
	height: 63px;
}

#contact-details {
	float: left;
	width: 51.4%;
	padding: 4px 70px 0 0;
}

#contact-form {
	float: right;
	width: 48.6%;
	padding: 27px 0 76px;
}

.gform_wrapper .top_label input[type=text], .gform_wrapper .top_label textarea {
	background-color: #fff;
	width: 100% !important;
	margin-bottom: 7px;
	font-size: 20px;
	padding: 7px 12px 6px !important;
}

.gform_wrapper {
	margin: 0 !important;
	max-width: 100% !important;
}

.gform_wrapper .gform_footer {
	padding: 13px 0 10px 0 !important;
	margin: 0 !important;
}

.gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error textarea {
	border: 1px solid #80a8bd !important;
}

.gfield_description.validation_message {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0 !important;
}

.gform_wrapper .top_label .gfield_error {
	width: 100% !important;
}

.gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100% !important;
}

.gform_wrapper div.validation_error {
	color: #6c6b71 !important;
	font-size: 20px !important;
	background-color: #ebf2f6 !important;
	padding: 12px !important;
	border: 1px solid #81a9be !important;
	font-weight: normal !important;
}

#gforms_confirmation_message {
	color: #fff !important;
	font-size: 20px !important;
	background-color: #878a8f !important;
	padding: 12px !important;
	border: 1px solid #ececef !important;
	font-weight: normal !important;
}

@media screen and (max-width: 680px) {
	#contact-details {
		padding: 4px 0 0;
		float: none;
		width: 100%;
	}

	#contact-form {
		float: none;
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Services Page
---------------	-----------------------------------------------*/

#services {
	clear: both;
	background-color: #e9eaeb;
	overflow: auto;
}

#services .grid-container {
	padding: 0 6px;
}

#services .entry-title {
	font-size: 38px;
	margin-top: 37px;
}

#services .entry-content {
	width: 100%;
	padding-top: 38px;
	padding-right: 0;
}

#services .featured-area {
	float: left;
	width: 33.33%;
	padding: 0 14px;
	position: relative;
}

#services .featured-area.fc4 {
	width: 100%;
}

#services .featured-area.fc4 .focus-content {
	overflow: hidden;
}

#services .focus-thumbnail {
	height: 199px;
	width: 100%;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#services .focus-content {
	padding-right: 34px;
}

#services .featured-area:after {
	content: "";
	width: 17px;
	height: 10px;
	background: transparent url(images/services-pointer-up.png) 0 0 no-repeat;
	margin: 0 0 0 -9px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	z-index: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

#services .hide-pointer .featured-area:after, #services .featured-area.fc4:after {
	opacity: 0;
}

@media screen and (min-width: 561px) and (max-width: 800px) {
	#services .featured-area, #services .featured-area.fc4 {
		width: 50%;
	}

	#services .featured-area.fc1:after {
		opacity: 0;
	}

	#services .featured-area.fc3:after {
		width: 10px;
		height: 17px;
		background-image: url(images/services-pointer-left.png);
		margin: -9px 0 0 0;
		top: 50%;
		right: -15px;
		left: auto;
	}
}

@media screen and (max-width: 560px) {
	#services .featured-area, #services .featured-area.fc4 {
		width: 100%;
	}

	#services .featured-area.fc1:after, #services .featured-area.fc2:after {
		opacity: 0;
	}
}

@media screen and (min-width: 801px) {
	#services .fc4 .focus {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		-moz-box-direction: column;
		-webkit-box-direction: column;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flexbox-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#services .fc4 .focus-thumbnail {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	#services .fc4 .focus-content {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}

/*--------------------------------------------------------------
## Work Landing Page
---------------	-----------------------------------------------*/

#work {
	clear: both;
	background-color: #e9eaeb;
	overflow: auto;
}

#work .grid-container {
	padding: 0 6px;
}

#work .entry-content {
	width: 100%;
	padding-top: 29px;
	padding-right: 0;
}

#work .featured-area {
	float: left;
	width: 33.33%;
	padding: 0 14px;
}

#work .featured-area.fc1 {
	width: 66.66%;
}

#work .featured-area.fc2 {
	width: 33.33%;
}

#work .focus-thumbnail {
	height: 199px;
	width: 100%;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#work .focus-content {
	padding-right: 34px;
}

#work .featured-area.fc1 .focus-thumbnail, #work .featured-area.fc2 .focus-thumbnail {
	height: 279px;
}

@media screen and (max-width: 800px) {
	#work .featured-area {
		width: 50%;
	}

	#work .featured-area.fc1 {
		width: 60%;
	}

	#work .featured-area.fc2 {
		width: 40%;
	}
}

@media screen and (max-width: 560px) {
	#work .featured-area, #work .featured-area.fc1, #work .featured-area.fc2 {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Work Single Page
---------------	-----------------------------------------------*/

.work #banner {
	height: 368px;
}

#single-work .entry-content {
	width: 100%;
	padding-right: 0;
}

#single-work .entry-content h2 {
	font-family: 'textabold';
	margin-top: 29px;
}

#single-work .entry-content h2:first-child {
	margin-top: 3px;
}

#single-work .entry-content h3 {
	font-family: 'texta_altbold';
	margin-top: 17px;
}

#single-work .entry-content p {
	max-width: 876px;
}

#single-work .entry-content p.expand {
	display: block;
	max-width: none;
	margin: 31px 0 0 0;
}

#single-work .entry-content ul {
	max-width: 876px;
}

#single-work .entry-content img {
	display: block;
}

@media screen and (max-width: 680px) {
	.work #banner {
		height: 204px;
	}

	#single-work .entry-content {
		font-family: 'texta_altregular';
	}

	#single-work .entry-content p.expand {
		margin: 31px -20px 0;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background: #454951 url(images/footer_back.png) no-repeat 50% 0;
	padding-top: 11px;
}

@media screen and (max-width: 680px) {
	.site-footer {
		background-image: url(images/footer_back_sml.png);
		height: 605px;
	}

	#menu-footer li:first-child {
		display: block;
	}
}

.menu-footer-container {
	padding-bottom: 17px;
}

.site-info {
	background-color: #3d3c42;
	padding: 26px 0;
	font-family: 'texta_altmedium';
	font-size: 15px;
	color: #e3e7ef;
	text-align: center;
	float: left;
	width: 100%;
}

.itb-blue {
	color: #a8becd;
}

#menu-footer {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-footer li {
	display: inline-block;
	padding: 0 7px;
}

#menu-footer li a {
	color: #e3e7ef;
	text-decoration: underline;
}

#menu-footer li a:hover, #menu-footer li a:focus, #menu-footer li a:active {
	color: #fff;
}

/* Sitemap */

#menu-sitemap>li {
	float: left;
	width: auto;
}

#menu-sitemap {
	list-style: none;
	margin: 0 0 61px;
	padding: 0;
	width: 100%;
	float: left;
}

#menu-sitemap>li>a {
	display: none;
}

#menu-sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0 70px 0 0;
}

#menu-sitemap li li {
	float: left;
	margin-top: 24px;
	clear: both;
}

#menu-sitemap a {
	display: block;
	color: #fff;
	line-height: normal;
	font-family: 'textaheavy';
	font-size: 17px;
}

#menu-sitemap a:hover {
	color: #a8becd;
}

#menu-sitemap>li>ul>li>ul a {
	width: 100%;
	padding: 3px 0;
	font-family: 'texta_altmedium';
	font-size: 16px;
}

#menu-sitemap ul ul {
	margin: 0;
	padding: 2px 0 0 0;
}

#menu-sitemap li li li {
	margin-top: 0;
}

@media only screen and (max-width: 680px) {
	#menu-sitemap ul {
		padding: 0;
	}

	#menu-sitemap>li {
		float: none;
		width: 100%;
	}

	#menu-sitemap a {
		text-align: center;
	}

	#menu-sitemap li li {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Krome Design Overides
--------------------------------------------------------------*/

.site-branding a {
	width: 148px !important;
	height: 29px !important;
	background: transparent url(images/krome-design-logo.png) no-repeat 0 0 !important;
	margin: 32px 0 0 0 !important;}
}

.site-branding a img {
	width: 148px !important;
	height: 29px !important;
	}
	
@media screen and (max-width: 680px) {
	.site-branding a {
		margin: 20px 0 0 0 !important;
	}
	
@media screen and (max-width: 680px) {
	.single-work #sub-nav ul {
		position: static;
		display: block;
	}

	.single-work #sub-nav ul li.back {
		display: block;
		border-top: 0;
	}

	.single-work #sub-nav .sub-menu-toggle {
		display: none;
	}
}


