/*
Theme Name: IOPR
Theme URI: http://www.insideoutpr.com.au
Author: Troy Moses
Author URI: http://www.spacemanwebbdesign.com
Description: WP theme for InsideOut PR
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom theme 
Text Domain: custom

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	position: relative;
    height: 100%;
}

body {
	height: 100%;
	color: #141412;
	line-height: 1.5;
	/*opacity: 0; /*0 opacity on init & fade the site in on window load*/
	margin: 0;
	height: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:visited {
}

a:focus {
	outline: none;
}

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

a:hover {
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Lato', sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

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

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/* Repeatable Patterns */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.clear,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.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;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #333;
	font-family: inherit;
	padding: 5px;
	border-radius: 7px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #f67c22;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.download-button {
	background: #fb6d04;
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.6em;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 10px 15px 10px 15px;
}

.download-button {
	padding: 7px 10px 7px 10px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.download-button:hover,
.download-button:focus {
	background: #f67c22;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.download-button:active {
	background: #d94412; 
	border: none;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	opacity: 1;
	color: #7d7b6d;
}

::-moz-placeholder {
	opacity: 1;
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

.empty::-webkit-input-placeholder {
	color: #f24b32 !important;
}

.empty:-moz-placeholder {
	color: #f24b32 !important;
}

.empty::-moz-placeholder {
	color: #f24b32 !important;
}

.empty:-ms-input-placeholder {
	color: #f24b32 !important;
}

/* Responsive images */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.wp-caption .wp-caption-text,
.entry-caption {
	color: #262626;
	font-size: 1em;
	text-align: center;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

/* Basic Structure */
#page {
}
 
.site-main {
	position: relative;
}

/* Site Header */
.site-header {
	width: 100%;
	padding: 10px 30px 0 30px;
}

.site-title, .site-description {
	text-indent: -10000px;
	height: 1px;
	margin: 0;
	padding: 0;
}

#logo {
	width: 150px;
	float: left;
}

#logo img {
	width: 100%;
	padding: 0;
	margin: 0;
}

#menu-wrapper {
	float: right;
}

#social-bar {
	float: right;
	padding: 0;
	margin: 0 0 7px 0;
	text-align: center;
}

#social-bar ul {
	margin: 0;
	padding: 0;
}

#social-bar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 34px;
	height: 34px;
}

#social-bar ul li a {
	border-radius: 34px;
	padding: 3px;
	outline: 0;
	margin: 0 0 0 5px;
	background: #eee;
	display: block;
	opacity: .8;
	-webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

#social-bar ul li a:hover {
	opacity: 1;
}

#social-bar ul li a .fa {
	color: #111;
	font-size: 1.2em;
}

#latest {
	float: right;
	margin: 5px 0 0 0;
	font-size: .85em;
}

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

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

#latest .latest-title {
	font-family: 'Lato', sans-serif;
	display: inline-block;
}

#latest .latest-content {
	display: inline-block;
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	top: 5px;
}

#latest .latest-link {
	display: inline-block;
}

#latest .latest-link a {
	font-family: 'Lato', sans-serif;
	background: #000;
	color: #fff;
	padding: 5px;
}

#twitter-feed {
	text-align: center;
	font-style: italic;
	font-size: .80em;
	margin: 10px 0 5px 0;
}

.rmtmessage {
	color: #222 !important;
}

.rmtmessage a {
	color: #111 !important;
}

/* Navigation */
.main-navigation {
	min-height: 45px;
	margin: 0;
	position: relative;
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.nav-menu {
	background: #222;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	display: block;
	font-size: 1.1em;
	line-height: 1;
	padding: 10px 0 10px 0;
	margin: 0 15px 0 15px;
	text-decoration: none;
	text-transform: uppercase;
    transition-duration: 0.2s;
}

.nav-menu li.menu-item-1595 a {
	text-transform: none !important;
}

/*nav link colors*/

/*home*/
.nav-menu li a {
	color: #fafafa;
}

.nav-menu li a:hover {
	/*color: #fff;*/
}

/*about*/
.about-link a:hover,
.about-nav .nav-menu .current_page_item > a,
.about-nav .nav-menu .current_page_ancestor > a,
.about-nav .nav-menu .current-menu-item > a,
.about-nav .nav-menu .current-menu-ancestor > a {
	color: #388aff !important;
}

/*our work*/
.our-work-link a:hover,
.our-work-nav .nav-menu .current_page_item > a,
.our-work-nav .nav-menu .current_page_ancestor > a,
.our-work-nav .nav-menu .current-menu-item > a,
.our-work-nav .nav-menu .current-menu-ancestor > a {
	color: #8ddab0 !important;
}

/*contact*/
.contact-link a:hover,
.contact-nav .nav-menu .current_page_item > a,
.contact-nav .nav-menu .current_page_ancestor > a,
.contact-nav .nav-menu .current-menu-item > a,
.contact-nav .nav-menu .current-menu-ancestor > a {
	color: #ff73c6 !important;
}

/*blog*/
.blog-link a:hover,
.blog .nav-menu .current_page_item > a,
.blog .nav-menu .current_page_ancestor > a,
.blog .nav-menu .current-menu-item > a,
.blog .nav-menu .current-menu-ancestor > a,
.blog-page .blog-link a {
	color: #e9df5b !important;
}

/*AsSeenOn*/
.as-seen-on-link a:hover,
.as-seen-on .nav-menu .current_page_item > a,
.for-brands .nav-menu .current-page-ancestor > a,
.for-bloggers .nav-menu .current-page-ancestor > a {
	color: #bc51b8 !important;
}

/*sub menu*/
.home-nav .sub-menu li a, .about-nav .sub-menu li a, 
.our-work-nav .sub-menu li a, .contact-nav .sub-menu li a, .blog-nav .sub-menu li a  {
	color: #333;
}

.home-nav .sub-menu li a:hover,  .about-nav .sub-menu li a:hover, 
.our-work-nav .sub-menu li a:hover, .contact-nav .sub-menu li a:hover, .blog-nav .sub-menu li a:hover {
	/*color: #262626;*/
}

/* sub menu */
.nav-menu .sub-menu,
.nav-menu .children {
	background: #fff;
	border: 1px solid #666;
	padding: 10px 0 10px 0;
	position: absolute;
	z-index: 99999;
	box-shadow: 0 8px 6px -6px #777;
}

.home-page .nav-menu .sub-menu,
.home-page .nav-menu .children {
	box-shadow: none !important;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #333;
	margin: 0;
	width: 200px;
	font-size: .85em;
	padding: 15px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background: #000;
}

.nav-toggle {
    width: 42px;
    height: 37px;
    float: right;
    margin: 0;
    background: #222;
    color: #222;
    font-size: .90em;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: background 0.3s;
    text-indent: -10000px;
    position: relative;
    display: none;
}

/*nav toggle hamburger icon to htx */
.nav-toggle span {
    width: 25px;
    text-align: center;
    display: block;
    position: absolute;
    top: 16.5px;
    left: 9px;
    right: 9px;
    height: 3px;
    background: #fff;
}

.nav-toggle span::before,
.nav-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
}

.nav-toggle span::before {
    top: -7px;
}

.nav-toggle span::after {
    bottom: -7px;
}

.nav-toggle span {
    -webkit-transition: all 0s 0.2s;
    transition: all 0s 0.2s;
}

.nav-toggle span::before,
.nav-toggle span::after {
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.nav-toggle span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.nav-toggle span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.nav-open .nav-toggle span {
    width: 20px;
    background: none;
    left: 12px;
    right: 12px;
}

.nav-open .nav-toggle span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-open .nav-toggle span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-open .nav-toggle span::before,
.nav-open .nav-toggle span::after {
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

/* page intros */
.page-intro {
	padding: 25px 0 25px 0;
	display: inline-block;
	position: relative;
}

.page-intro h2 {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #222;
	font-size: 2.25em;
	line-height: 1;
	text-transform: uppercase;
}

.page-intro span {
	color: #f26c24;
	font-size: 84px;
	display: block;
}

.page-intro:before, .page-intro:after {
	content: '';
	width: 50px;
	height: 10px;
	background: #222;
	position: absolute;
}

.page-intro:before {
	top: 0;
	left: 5px;
}

.page-intro:after {
	bottom: 0;
	right: 5px;
}

/* home page */
#home-container {
	margin: 0 0 50px 0;
}

/* Intro */
#home-intro-wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
    height: calc(100vh - 225px); /* window height - header height + footer height */
	background: url(images/home-intro-bg.jpg) no-repeat bottom center;
	background-size: auto 100%;
	text-align: center;
	position: relative;
}

.home-intro {
	margin: 13% 0 0 0;
}

.home-content {
	margin: 50px 0 0 0;
	padding: 0 13% 50px 30%;
	position: relative;
}

.home-content:before {
	content: '';
	width: 350px;
	height: 100%;
	background: url(images/home-section-bg-left.jpg) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.home-content:after {
	content: '';
	width: 90px;
	height: 90%;
	background: url(images/home-content-bg-right.jpg) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.home-content .phone, .home-content a {
	color: #222;
	font-weight: 700;
}

.home-content a:hover {
	text-decoration: underline;
}

.left-col {
	width: 47%;
	float: left;
}

.right-col {
	width: 47%;
	float: right;
}

.home-content-top, .home-content-bottom {
	padding: 60px 0 0 0;
}

/* content headings and featured headings */
.content-heading, .featured-heading h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
}

.content-heading {
	margin: 0 0 20px 0;
	font-size: 1.6em;
	text-align: left;
}

.content-heading span, .featured-heading span {
	display: block;
	white-space: nowrap;
}

.home-content .content-heading {
	color: #eb078a;
}

.featured-heading {
	width: 280px;
	display: inline-block;
	position: relative;
	top: 30px;
	right: 100px;
}

.featured-heading h3 {
	color: #f26c24;
	font-size: 2em;
}

.featured-heading:before, .featured-heading:after {
	content: '';
	width: 45px;
	height: 8px;
	background: #f26c24;
	position: absolute;
}

.featured-heading:before {
	top: 0;
	left: 2px;
}

.featured-heading:after {
	bottom: 0;
	right: 5px;
}

/* global map section */
.home-section-02, .about-section-01 {
	padding: 0 0 70px 0;
	position: relative;
	font-family: 'Lato', sans-serif;
}

.home-section-02:after, .about-section-01:after {
	content: '';
	width: 300px;
	height: 100%;
	background: url(images/home-section-bg-right.jpg) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.home-section-02 .content-heading {
	margin: 0 0 0 30%;
    color: #0ab1f2;
}

.global-map {
	width: 100%;
	max-width: 1150px;
	margin: 50px auto 0 auto;
}

.global-map img {
	width: 100%;
	height: auto;
}

/* our services section */
.services-wrapper {
	padding: 0 30% 100px 30%;
	font-family: 'Lato', sans-serif;
	position: relative;
}

.services-wrapper:before {
	content: '';
	width: 350px;
	height: 100%;
	background: url(images/services-section-bg-left.jpg) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.services-wrapper:after {
	content: '';
	width: 150px;
	height: 100%;
	background: url(images/services-section-bg-right.jpg) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.services-wrapper .content-heading {
	color: #9dca48;
}

.services {
	padding: 0 0 10px 0;
	overflow: hidden;
}

.service-heading {
	padding: 0 0 15px 0;
	font-size: 1.6em;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}

.services-left .service-heading {
	margin: 0 0 50px 0;
	color: #f26e24;
}

.services-right .service-heading {
	color: #26aae0;
	margin: 0 0 30px 0;
}

.services-left {
	width: 50%;
	float: left;
	margin: 0;
}

.services-right {
	width: 50%;
	float: right;
	text-align: right;
}

.service-heading:after {
	content: '';
	width: 40px;
	height: 8px;
	position: absolute;
	bottom: 0;
}

.services-left .service-heading:after {
	background: #f26c24;
	left: 0;
}

.services-right .service-heading:after {
	background: #26aae0;
	right: 0;
}

.service {
	position: relative;
}

.services-left .service {
	margin: 10px 0 0 0;
}

.services-right .service {
	margin: 0 0 10px 0;
}

.service .bullet {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -7.5px;
}

.services-left .service .bullet {
	background: #f26e24;
	right: -7.5px;
}

.services-right .service .bullet {
	background: #26aae0;
	left: -7.5px;
}

.service p {
	padding: 15px;
	color: #fff;
	border-radius: 5px;
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
	box-shadow: 0 10px 6px -6px #777;
}

.services-left .service p {
	margin: 0 60px 0 0;
	background: #f26e24;
}

.services-right .service p {
	margin: 0 0 0 60px;
	background: #26aae0;
}

.service p:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 0;
	z-index: -1;
}

.services-left .service p:after {
	border-width: 30px 40px 0 0;
	border-color: #f26e24 transparent transparent transparent;
	right: -37px;
}

.services-right .service p:after {
	border-width: -0px 40px 30px 0;
	border-color: transparent #26aae0 transparent transparent;
	left: -37px;
}

/* down button */
.down-button-wrapper {
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 60px;
	left: 0;
	z-index: 999;
}

.down-button {
	width: 44px;
	height: 44px;
	margin: 0 auto 0 auto;
	padding: 5px;
	border-radius: 50%;
	background: #222;
	opacity: .8;
	text-align: center;
	line-height: 38px;
	transition-duration: 0.2s;
}

.down-button:hover {
	cursor: pointer;
	opacity: 1;
}

.down-button .fa {
	color: #fafafa;
	font-size: 1.4em;
}

.down-button:hover .fa {
	color: #fff;
}

.button-up {
	-webkit-transform: rotate(180deg); 
    -moz-transform: rotate(180deg); 
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); 
    opacity: 1;
}

/* lightbox promo contact form */
#lightbox {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none; /* displays 15 seconds after page load */
	overflow-y: auto;
}

.lightbox-open {
	opacity: .2;
}

.promo-form {
	width: 33.3333%;
	margin: 0 auto 0 auto;
	border: 1px solid #666;
	background: #222;
	position: absolute;
	top: 20vh;
	left: 0;
	right: 0;
}

.promo-form-inner {
	padding: 30px;
	position: relative;
}

.promo-form h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
}

.promo-form input {
	width: 100%;
	padding: 10px;
	margin: 0 0 20px 0;
}

.promo-form label {
	color: #fff;
}

.promo-form label .req {
	color: #f24b32;
}

.promo-form #send, .download-button {
	font-size: 1.1em;
	text-transform: uppercase;
}

.promo-form .response p {
	font-weight: bold;
}

.promo-form .empty {
	border-color: #f24b32;
}

.promo-form .error {
	color: #f24b32;
}

.promo-form .working {
	color: #fff;
}

.promo-form .success {
	color: #6eac49;
}

.promo-form .close {
	font-size: 1.4em;
	color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	right: 10px;
}

.promo-form .close:hover {
	opacity: 1;
	cursor: pointer;
}

/*page content link*/
.entry-content .content-link {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: .95em;
}

.entry-content .content-link a {
	color: #6faeff;
}

.entry-content .content-link a img {
	opacity: .8;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    -ms-transition: all 0.2s ease-in-out; 
}

.entry-content .content-link a:hover img {
	opacity: 1;
}

/*page globals*/
.home-content, .about-content, .reputation-content, .philosophy-content, .people-content, .work-content, .left-col, .right-col, .services-content {
	font-family: 'Lato', arial;
	color: #555;
	font-weight: 400;
}

.content-left {
	width: 47%;
	float: left;
}

.content-right {
	width: 47%;
	float: right;
}

.content-left strong, .content-right strong {
	color: #0ab1f2;
}

.justified {
	text-align: justify;
}

.content-link p {
	margin: 0;
}

.content-link p a {
	color: #0ab1f2;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
}

.content-link p a .fa {
	color: #222;
}

.content-link p a:hover .fa {
	padding: 0 0 0 2px;
}

/* about pages generic styles */
.about-section-01 {
	padding: 80px 0 50px 0;
}

.content-section-01 {
	padding: 80px 0 0 0;
}

.about-section-01:before {
	content: '';
	width: 350px;
	height: 100%;
	background: url(images/our-people-section-bg-left.jpg) no-repeat bottom left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

 .content-section-01:before {
	content: '';
	width: 350px;
	height: 100%;
	background: url(images/our-people-section-bg-left.jpg) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.about-top {
	max-width: 1110px;
	margin: 0 0 0 20%;
	overflow: hidden;
}

.about-section-02 {
	padding: 0 0 150px 0;
	font-family: 'Lato', sans-serif;
	position: relative;
}

.about-section-02:before {
	content: '';
	width: 280px;
	height: 100%;
	background: url(images/team-section-bg-bottom-left.jpg) no-repeat bottom left;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.about-section-02:after {
	content: '';
	width: 280px;
	height: 100%;
	background: url(images/team-section-bg-bottom-right.jpg) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.about-section-02 .content-heading {
	margin: 0 0 20px 30% !important;
    color: #eb078a;
}

.about-section-02 .team-sub-heading {
	margin: 0 0 40px 30%;
	color: #0ab1f2;
	font-size: 1.1em;
}

.about-content {
	margin: 40px 13% 0 30%;
	position: relative;
	overflow: hidden;
}

/* about page */
.about-top {
	max-width: 1000px;
	margin: 0 0 0 20%;
	overflow: hidden;
}

.about-left {
	width: 45%;
	float: left;
}

.about-right {
	width: 45%;
	margin: 20px 0 0 0;
	float: left;
}

.about-right p {
	color: #ed0d8a;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0;
}

.iprex-logo {
	width: 90px !important;
	height: auto !important;
}

/* our people page */
.our-people-right {
	width: 48%;
	margin: 60px 0 0 0;
	float: right;
}

.our-people-left {
	width: 47%;
	float: left;
}

.our-people-left img {
	width: 100%;
	height: auto;
	display: block;
}

.our-people-caption {
	margin: 20px 0 0 0;
	overflow: hidden;
}

.our-people-caption img {
	width: 40%;
	height: auto;
	float: right;
	margin: 10px 130px 0 0;
	display: block;
}

.our-people-caption p {
	float: left;
	margin: 200px 0 0 0;
	font-family: 'Lato', sans-serif;
	font-size: 1.4em;
	line-height: 1.1;
}

.our-people-caption small {
	font-weight: 700;
}

.bio-social a {
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
	color: #111;
	background: #eee;
	border-radius: 50%;
	opacity: .8;
	transition-duration: 0.2s;
	text-align: center;
	line-height: 30px;
	display: inline-block;
}

.bio-social a:hover {
	opacity: 1;
}

/* team section */
.team-members-wrapper {
	position: relative;
}

.team-members-wrapper:before {
	content: '';
	width: 220px;
	height: 100%;
	background: url(images/team-section-bg-top-left.jpg) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.team-members-wrapper:after {
	content: '';
	width: 300px;
	height: 100%;
	background: url(images/team-section-bg-top-right.jpg) no-repeat top right;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.team-member {
	margin: 0 auto 50px auto;
	overflow: hidden;
}

.team-member-image {
	width: 13%;
	float: left;
	margin: 0 0 0 13%;
	display: none; /* uncomment once profile pics are available */
}

.team-member-image img {
	width: 100%;
	height: auto;
	display: block;
}

.team-member-bio {
	width: 70%;
	padding: 0 13% 0 0;
	float: right;
	overflow: hidden;
}

.team-member-bio h3 {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.team-member-title {
	font-weight: 700;
}

/* our work page */
.work-left {
	width: 460px;
}

#work-logo-wrap {
	padding: 50px 8% 80px 0;
	margin: 0 0 0 20%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#work-logo-wrap:after {
	content: '';
	width: 280px;
	height: 100%;
	background: url(images/team-section-bg-bottom-right.jpg) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.work-logo {
	width: 12%;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	position: relative;
}

.work-logo-inner {
	display: block;
}

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

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

/* contact page */
.contact-section {
	padding: 50px 30px 80px 30px;
	position: relative;
	overflow: hidden;
}

.contact-section:before {
	content: '';
	width: 280px;
	height: 100%;
	background: url(images/team-section-bg-bottom-left.jpg) no-repeat bottom left;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.contact-section:after {
	content: '';
	width: 280px;
	height: 100%;
	background: url(images/team-section-bg-bottom-right.jpg) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.contact-intro-wrap {
	width: 350px;
	float: left;
	margin: 20px 0 0 0;
}

.contact-intro-content {
	font-family: 'Lato', sans-serif;
	margin: 35px 0 0 0;
	font-size: 1.4em;
	font-weight: 700;
	color: #222;
}

.contact-intro-content span {
	color: #ff73c6;
}

.contact-content {
	width: calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	max-width: 550px;
	margin: 150px 0 50px 30%;
	overflow: hidden;
}

.contact-content input, .contact-content textarea {
	width: 100%;
	display: block;
	border-radius: 0;
	margin: 0 0 12px 0;
	padding: 7px;
	border: 2px solid #000;
}

.contact-content #submit-button {
	float: right;
	background: #ff73c6;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	opacity: .9;
	-webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.contact-content #submit-button:hover, .contact-content #submit-button:focus {
	opacity: 1;
}

#cform-processing, #cform-success, #cform-error {
	display: none;
}

#cform-processing h3, #cform-success, #cform-error {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #222;
}

#cform-success, #cform-error {
	font-size: 1.2em;
}

/* blog page */
.blog-section {
	padding: 50px 30px 80px 30px;
	position: relative;
	overflow: hidden;
}

.blog-section:before {
	content: '';
	width: 350px;
	height: 100%;
	background: url(images/our-people-section-bg-left.jpg) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 350px;
	left: 0;
	z-index: -1;
}

.blog-section:after {
	content: '';
	width: 300px;
	height: 100%;
	background: url(images/home-section-bg-right.jpg) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.blog-intro-wrap {
	float: left;
	max-width: 270px;
	margin: 30px 0 0 0;
}

.blog-content {
	float: right;
	width: calc(100% - 380px);
	margin: 30px 0 0 0;
}

.blog-content a {
	color: #222;
	text-decoration: underline;
}

.blog-content a:hover {
	color: #000;
	text-decoration: none;
}

.blog-content p, .blog-content ul, .blog-content ol {
	font-family: 'Lato', sans-serif;
}

.blog-content, #blog-featured, #blog-posts {
	overflow: hidden;
}

#blog-posts {
	padding: 60px 0 20px 0;
}

.blog-entry {
	width: 30%;
	float: left;
	margin: 0 3% 0 0;
}

.read-more {
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 20px;
}

.read-more a {
	text-transform: uppercase;
	color: #fb6d04;
	font-weight: bold;
}

.read-more a:hover {
	text-decoration: underline !important;
}

/* as seen on pages */
.aso-section {
	padding: 80px 0 50px 0;
	position: relative;
}

.aso-section:before {
	content: '';
	width: 350px;
	height: 100%;
	background: url(images/services-section-bg-left.jpg) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 10%;
	left: 0;
	z-index: -1;
}

.aso-section:after {
	content: '';
	width: 150px;
	height: 100%;
	background: url(images/services-section-bg-right.jpg) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.aso-intro {
	max-width: 360px;
}

.aso-intro img {
	width: 100%;
	height: auto;
	display: block;
}

.aso-content a {
	color: #222;
	font-weight: 700;
}

.aso-content a:hover {
	text-decoration: underline;
}

.aso-links {
	width: 100%;
	margin: 0 auto 15px auto;
	overflow: hidden;
}

.aso-links a {
	width: 49%;
	padding: 40px 0 40px 0;
	color: #fafafa;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	transition: all .2s ease;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: 900;
}

.aso-links .bloggers {
	float: left;
	background: #00aeed;
}

.aso-links .brands {
	float: right;
	background: #6eac49;
}

.aso-links .bloggers:hover {
	background: #019fd8;
}

.aso-links .brands:hover {
	background: #5f9c3b;
}

.aso-image {
	width: 100%;
	margin: 0 auto 0 auto;
}

.aso-content img {
	width: 100%;
	height: auto;
}

.aso-cta-wrapper {
	padding: 20px 0 0 0;
	background: rgba(255, 255, 255, .7);
	margin: 20px auto 30px auto;
}

.aso-cta {
	max-width: 1090px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.aso-cta p {
	float: left;
	margin: 15px 0 0 0;
}

.aso-media-link {
	width: 200px;
	padding: 7px 40px 5px 40px;
	float: right;
	background: #febf14;
	color: #222;
	font-size: .90em;
	font-style: italic;
	text-align: center;
	transition: all .2s ease;
}

.aso-media-link:hover {
	background: #f1b513;
}

.aso-media-link img {
	width: 100%;
	height: auto;
}

/* aso sub pages */
.brands-title, .bloggers-title, .default-title {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 900;
}

.brands-title {
	color: #6eac49;
}

.bloggers-title {
	color: #00aeed;
}

.default-title {
	background: #000;
}

/* blog content */
.hentry {
	padding: 0;
}

.featured-thumbnail {
	width: 52%;
	float: left;
	border: 1px solid #222;
}

.featured-thumbnail img {
	width: 100%;
}

.featured-content {
	width: 45%;
	float: right;
}
 
.entry-thumbnail {
	width: 100%;
	margin: 0 0 10px 0;
}

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

.single-blog img {
	max-width: 150px;
	margin: 8px 8px 0 0 !important;
}

.entry-title, .featured-entry-title, .single-entry-title, .archive-title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.4em;
	color: #eb078a;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

.featured-entry-title, .single-entry-title {
	font-size: 1.8em;
}

.entry-title a {
	color: #0ab1f2;
	text-decoration: none;
}

.featured-entry-title a, .archive-title a {
	color: #eb078a;
	text-decoration: none;
}

.entry-title a:hover {
	color: #0ab1f2;
}

.featured-entry-title a:hover, .archive-title a:hover {
	color: #eb078a;
}

/* entry content */
.entry-content {
	margin: 0 2% 0 2%;
}

.comment-content a {
	color: #262626;
}

.comment-content a:hover {
	color: #000;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft, .entry-content img.alignright,
.entry-content img.aligncenter, .entry-content img.alignnone {
	width: 30%;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin: 20px 20px 15px 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin: 20px 0 15px 20px;
}

.entry-content img.aligncenter, .entry-content img.alignnone,
.entry-content .wp-caption.aligncenter, .entry-content .wp-caption.alignnone  {
	margin: 20px auto 15px auto;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* entry meta */
.entry-meta {
	clear: both;
	font-size: .90em;
	margin: 0 0 5px 0;
}

.entry-meta a {
	color: #f26c24;
}

.entry-meta a:hover {
	color: #000;
	text-decoration: underline;
}

.entry-meta > span {
	margin-right: 15px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

/* page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* attachments */
.attachment .hentry {
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	max-width: 100%;
	padding: 0;
}

.image-navigation {
	margin: 0 auto;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment p.attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

/* post/paging navigation */
.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.paging-navigation {
}

.paging-navigation .nav-links {
	width: 100%;
}

.paging-navigation a, .post-navigation a {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.paging-navigation a:hover, .post-navigation a:hover {
	color: #222;
}

.nav-previous a:hover .fa {
	position: relative;
	right: 2px;
}

.nav-next a:hover .fa {
	position: relative;
	left: 2px;
}

.paging-navigation .meta-nav {
	background-color: #fb6d04;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

 .meta-nav {
	margin-right: 10px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.post-navigation {
	color: #fb6d04;
	font-size: 1.1em;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

/* author bio */
.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

/* archives */
.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

/* search results/no posts */
.page-title {
	font-family: 'Lato', sans-serif;
	font-size: 1.7em;
}

.page-content h2 {
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
}

.page-content {
}

/* 404 */
.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-wrapper {
}

.error404 .page-header,
.error404 .page-content {
}

/* comments */
#respond {
	border: 2px solid #262626;
	border-radius: 7px;
	padding: 20px;
	background: #fff;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	width: 100%;
}

.comments-title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 20px;
	position: relative;
	border: 2px solid #262626;
	background: #fff;
	border-radius: 7px;
	margin: 0 0 15px 0;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #fb6d04;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
}

.comment-list .reply {
	font-size: 1.4em;
}

.comment-meta,
.comment-meta a,
.logged-in-as a,
.comment-list .reply a {
	color: #fb6d04;
	font-size: 1em;
}

.comment-meta a:hover, .logged-in-as a:hover {
	text-decoration: underline;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* comment form */
.comment-respond {
}

.comment .comment-respond {
}

.comment-reply-title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-weight: bold;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 50%;
}

.form-allowed-tags,
.form-allowed-tags code {
	display: none;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

/* instagram feed wrapper */
#instagram-feed {
	margin: 0 0 50px 0;
}

/* footer */
.site-info {
	width: 100%;
	background: #111;
	margin: 0;
	padding: 15px 0 15px 0;
	width: 100%;
	font-size: .80em;
	text-align: right;
	font-family: 'Lato', sans-serif;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}
  	
.site-info p {
	padding: 0;
	margin: 0 10px 0 10px;
	color: #fafafa;
}

.site-info span {
	padding: 0 0 0 25px;
}

.site-info a {
	color: #ccc;
}

/**
 * Responsive
 * ----------------------------------------------------------------------------
 */

 @media (max-width: 1680px) {

	/*background sizes*/
	.home-content:after {
		width: 70px;
	}

	.home-content:before, .about-section-01:before, .content-section-01:before, .blog-section:before,
	.services-wrapper:before, .aso-section:before {
		width: 290px;
	}

	.home-section-02:after, .about-section-01:after, #work-logo-wrap:after, .blog-section:after {
		width: 250px;
	}

	.team-members-wrapper:before {
		width: 190px;
	}

	.team-members-wrapper:after {
		width: 250px;
	}

	.about-section-02:before, .contact-section:before {
		width: 250px;
	}

	.about-section-02:after, .contact-section:after {
		width: 240px;
	}

	/*content*/
	.home-content {
		padding: 0 10% 50px 25%;
	}

	.featured-heading {
		right: 80px;
	}

	.home-section-02 .content-heading {
		margin: 0 0 0 25%;
	}

	.services-wrapper {
		padding: 0 25% 100px 25%;
	}

	.about-top {
		margin: 0 0 0 20%;
	}

	.about-content {
		margin: 70px 10% 0 25%;
	}

	.about-section-02 .content-heading {
		margin: 0 0 20px 25% !important;
	}

	.about-section-02 .team-sub-heading {
		margin: 0 0 40px 25%;
	}

	.team-member-bio {
		width: 75%;
		padding: 0 10% 0 0;
	}

	.team-member-image {
		width: 13%;
		margin: 0 0 0 8%;
	}

}

@media (max-width: 1600px) {

	/*background sizes*/
	.home-content:after {
		width: 60px;
	}

	.home-content:before, .about-section-01:before, .content-section-01:before, .blog-section:before,
	.services-wrapper:before, .aso-section:before {
		width: 275px;
	}

	.home-section-02:after, .about-section-01:after, #work-logo-wrap:after, .blog-section:after {
		width: 235px;
	}

	.team-members-wrapper:before {
		width: 175px;
	}

	.team-members-wrapper:after {
		width: 235px;
	}

	.about-section-02:before, .contact-section:before {
		width: 240px;
	}

	.about-section-02:after, .contact-section:after {
		width: 220px;
	}

	/*content*/
	.global-map {
		max-width: 1050px;
	}

}

@media (max-width: 1440px) {

	/*backgrounds*/
	.home-content:before, .about-section-01:before, .content-section-01:before, .blog-section:before,
	.services-wrapper:before, .aso-section:before {
		width: 250px;
	}

	.home-section-02:after, .about-section-01:after, #work-logo-wrap:after, .blog-section:after {
		width: 210px;
	}

	.team-members-wrapper:before {
		width: 150px;
	}

	.team-members-wrapper:after {
		width: 215px;
	}

	.about-section-02:before, .contact-section:before {
		width: 215px;
	}

	.about-section-02:after, .contact-section:after {
		width: 195px;
	}

	.services-wrapper:after, .aso-section:after {
		width: 120px;
	}

	/*content*/
	.global-map {
		max-width: 950px;
	}

	.about-section-01, .aso-section {
		padding: 60px 0 40px 0;
	}

	.content-section-01 {
		padding: 60px 0 0 0;
	}

	.about-content {
		margin: 50px 13% 0 25%;
	}

	.contact-content {
		margin: 150px auto 50px auto;
	}

}

/*15" notebook*/
@media (max-width: 1366px) {
	
    #instagram-feed {
		margin: 0 0 120px 0;
	}

	.promo-form {
		width: 40%;
	}

	/*backgrounds*/
	.home-content:before, .about-section-01:before, .content-section-01:before, .blog-section:before,
	.services-wrapper:before, .aso-section:before {
		width: 220px;
	}

	.home-section-02:after, .about-section-01:after, #work-logo-wrap:after, .blog-section:after {
		width: 190px;
	}

	.team-members-wrapper:before {
		width: 140px;
	}

	.team-members-wrapper:after {
		width: 185px;
	}

	.about-section-02:before, .contact-section:before {
		width: 210px;
	}

	.about-section-02:after, .contact-section:after {
		width: 190px;
	}
	
    /*content*/
	.home-intro {
		margin: 10% 0 0 0;
	}

	.home-content {
		margin: 25px 0 0 0;
	}

	.home-section-02 {
		padding: 0 0 50px 0;
	}

	.global-map {
		max-width: 900px;
	}
	
}

@media (max-width: 1280px) {

	.our-people-caption {
		margin: 0;
	}

	.our-people-caption img {
		width: 35%;
		margin: 10px 100px 0 0;
	}

	.our-people-caption p {
		margin: 130px 0 0 0;
	}

	.aso-cta p, .aso-media-link {
		float: none;
	}

    .aso-cta p {
    	margin: 0;
    }

    .aso-media-link {
    	margin: 20px 0 0 0;
    }

}

@media (max-width: 1200px) {

	/*backgrounds*/
	.home-content:before, .about-section-01:before, .content-section-01:before, .blog-section:before,
	.services-wrapper:before, .aso-section:before {
		width: 200px;
	}

	.home-section-02:after, .about-section-01:after, #work-logo-wrap:after, .blog-section:after {
		width: 170px;
	}

	.team-members-wrapper:before {
		width: 130px;
	}

	.team-members-wrapper:after {
		width: 165px;
	}

	.about-section-02:before {
		width: 210px;
	}

	/*content*/
	.home-content {
		padding: 0 10% 20px 25%;
	}

	.home-content-top, .home-content-bottom {
		padding: 30px 0 0 0;
	}

	.global-map {
		max-width: 850px;
		margin: 35px auto 0 auto;
	}

	.services-wrapper {
		padding: 0 15% 100px 25%;
	}

	.team-member {
		margin: 0 auto 20px auto;
	}

	.about-section-02 {
		padding: 0 0 100px 0;
	}

	.about-right {
		width: 40%;
	}

}

@media (max-width: 1080px) {

	/*backgrounds*/
	.home-section-02:after {
		display: none;
	}

	/*content*/
	.home-content {
		padding: 0 30px 20px 25%;
	}

	.services-wrapper {
		padding: 0 30px 100px 25%;
	}

	.about-content {
		margin: 40px 30px 0 25%;
	}

	.featured-heading {
		right: 50px;
		top: 10px;
	}

	.global-map {
		max-width: 1080px;
	}

	.about-top {
		margin: 0 0 0 10%;
	}

	.our-people-right {
		margin: 0;
	}

	.work-left {
		margin: 0 0 0 70px;
	}

	#work-logo-wrap {
		padding: 30px 30px 50px 0;
	}

	.work-logo {
		width: 17%;
	}

    .contact-intro h2 {
		font-size: 1.6em !important;
	}

	.contact-intro span {
		font-size: 60px !important;
	}

}

@media (max-width: 1024px) {
	
	/*blog page*/
	.featured-thumbnail, .featured-content, .blog-entry {
		width: 100%;
		float: none;
		margin: 0;
	}
	
	#blog-posts {
		padding: 0 0 20px 0;
	}
	
	.featured-thumbnail {
		margin: 0 0 10px 0;
	}

	.promo-form {
		width: 75%;
	}

	.home-intro {
		margin: 12% 0 0 0;
	}

	.about-right {
		float: right;
		margin: 20px 30px 0 0;
	}

	.work-logo {
		width: 20%;
	}

	.blog-section, .contact-section {
		padding: 50px 30px 50px 30px;
	}

	.services-wrapper:after, .aso-section:after {
		width: 100px;
	}

	.aso-links a {
		width: 49%;
		padding: 20px 0 20px 0;
	}

	.aso-cta-wrapper {
		padding: 0;
		margin: 20px auto 20px auto;
	}
	
}

@media (max-width: 900px) {

	.our-people-caption img {
		width: 35%;
		margin: 10px 70px 0 0;
	}

	.about-left .page-intro h2, .work-left .page-intro h2, .blog-intro h2 {
		font-size: 1.6em !important;
	}

	.about-left .page-intro span, .work-left .page-intro span, .blog-intro span {
		font-size: 60px !important;
	}

	.about-right {
		width: 50%;
	}

	.blog-intro-wrap {
		max-width: 200px;
		margin: 0;
	}

	.blog-content {
		float: right;
		width: calc(100% - 250px);
		margin: 0;
	}

}

@media (max-width: 870px) {

	#logo {
		width: 120px;
		float: left;
	}

	#social-bar {
		float: none;
		text-align: center;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 18px;
		right: 75px;
	}

	/* Small menu */
	.main-navigation {
		min-height: 0;
		margin: 0;
		float: right;
		position: absolute;
		top: 15px;
		right: 20px;
	}
	
	.nav-toggle {
		display: block;
	}
	
	.nav-menu {
		float: right;
		padding: 10px 0 10px 0 !important;
		margin: 0;
		background: #222;
		text-align: right;
		position: relative;
		z-index: 999;
	}

	.nav-menu,
	.nav-menu .sub-menu {
		margin: 0;
		padding: 0;
		width: 100%;
		box-shadow: none;
		display: none;
	}

	.nav-open .nav-menu,
	.nav-open .sub-menu {
		display: block;
	}

	.nav-menu .sub-menu {
		background: transparent;
		border: 0;
		float: none;
		position: relative;
		left: auto;
		top: auto;
		z-index: 1;
	}

	.nav-menu li, .nav-menu .sub-menu li {
		display: block;
	}

	.nav-menu li a {
		color: #fff;
		padding: 10px;
	}

	.nav-menu .sub-menu li a {
		color: #fff;
		padding: 10px 32px 10px 10px;
	}

	.nav-menu .sub-menu li a:hover {
		background: transparent;
	}

	.nav-menu li a:hover,
	.nav-menu .sub-menu li a:hover {
		color: #fff !important;
	}
	
	#latest {
		display: none;
	}
	
}

@media (max-width: 768px) {

	#home-intro-wrapper {
		height: calc(100vh - 260px);
	}

	.home-intro {
		margin: 25% 0 0 0;
	}

	.home-content:after {
		display: none;
	}

	.home-content {
		padding: 60px 30px 0 25%;
	}

	.blog-section, .contact-section {
		padding: 60px 30px 0 30px;
	}

	.blog-section:before {
		top: 280px;
	}

	.home-content-top, .home-content-bottom {
		padding: 0;
	}

	.left-col, .right-col, .content-left, .content-right {
		width: 100%;
		float: none;
	}

	.left-col {
		margin: 0 0 25px 0;
	}

	.featured-heading {
		width: 255px;
		right: 0;
		top: 0;
	}

	.featured-heading h3 {
		font-size: 1.8em;
	}

	.about-top {
		margin: 0 0 0 5%;
	}

	.work-left {
		margin: 0 0 0 100px;
	}

	.work-logo {
		width: 22%;
	}

	.services-wrapper:after, .aso-section:after {
		width: 80px;
	}

	.services-left .service p {
		margin: 0 20px 0 0;
	}

	.services-right .service p {
		margin: 0 0 0 20px;
	}

	.services-left .service p:after {
		border-width: 30px 40px 0 0;
		right: -10px;
	}

	.services-right .service p:after {
		border-width: -0px 40px 30px 0;
		left: -10px;
	}

	.aso-intro {
		max-width: 260px;
	}

	.down-button-wrapper {
		bottom: 100px;
	}
	
	.site-info {
		text-align: center;
	}
	
	.site-info span {
		display: block;
		padding: 0;
	}
	
	/*contact page*/
	.contact-intro-wrap {
		width: 100%;
	    float: none;
	}
	
	.contact-content {
		width: calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
		max-width: 100%;
		float: none;
		margin: 0;
		overflow: hidden;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
	
}

@media (max-width: 767px) {

	.page-intro h2 {
		font-size: 1.7em;
	}

	.page-intro span {
		font-size: 64px;
	}

	.home-content:before, .about-section-01:before, 
	.about-section-01:after, .about-section-02:before,
	.about-section-02:after, .team-members-wrapper:after,
	.team-members-wrapper:before, .content-section-01:before,
	#work-logo-wrap:after, .blog-section:before, .blog-section:after,
	.contact-section:before, .contact-section:after, .services-wrapper:before, 
	.services-wrapper:after, .aso-section:before, .aso-section:after {
		display: none;
	}

	.home-content {
		padding: 40px 30px 0 30px;
	}

	.services-wrapper {
		padding: 0 30px 100px 30px;
	}

	.about-content {
		margin: 40px 30px 0 30px;
	}

	.blog-section, .contact-section {
		padding: 50px 30px 0 30px;
	}

	.about-right p {
		margin: 0;
	}

	.featured-heading {
		width: 230px;
	}

	.featured-heading h3 {
		font-size: 1.6em;
	}

	.home-section-02 .content-heading {
		margin: 0 30px 0 30px;
	}

	.about-section-02 .content-heading {
		margin: 0 0 20px 30px !important;
	}

	.about-section-02 .team-sub-heading {
		margin: 0 0 30px 30px;
	}

	.about-section-01, .aso-section {
		padding: 50px 0 20px 0;
	}

	.content-section-01 {
		padding: 50px 0 0 0;
	}

	.about-top {
		width: 100%;
		padding: 0 30px 0 30px;
		margin: 0 auto 0 auto;
	}

	.about-right {
		margin: 20px 0 0 0;
	}

	.our-people-left {
		width: 42%;
	}

	.our-people-right {
		width: 53%;
	}

	.our-people-caption p {
		margin: 50px 0 0 0;
	}

	.our-people-caption img {
		display: none;
	}

	.about-section-02 {
		padding: 0;
	}

	.team-member {
		margin: 0 0 10px 0;
	}

	.team-member-bio {
		width: 100%;
		padding: 0 30px 0 30px;
	}

	.work-left {
		margin: 0;
	}

	#work-logo-wrap {
		padding: 30px 0 0 0;
		margin: 0 30px 0 30px;
	}

	.work-logo {
		width: 20%;
	}

	.blog-intro-wrap {
		float: none;
		margin: 0 0 30px 0;
	}

	.blog-content {
		float: none;
		width: 100%;
		margin: 0;
	}

}

@media (max-width: 660px) {

   .site-header {
	   	padding: 10px 15px 0 15px;
   }	
	
	#logo {
		width: 100px;
	}

	#social-bar {
		right: 70px;
	}

	.main-navigation {
		right: 15px;
	}
	
	.entry-content {
		margin: 0;
	}
	
	#twitter-feed {
		display: none;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	#cform-processing h3, #cform-success, #cform-error {
		color: #000;
	}

	.contact-intro-content {
		font-size: 1.2em;
	}

}

@media (max-width: 620px) {

	.our-people-right .page-intro h2, .about-left .page-intro h2, .work-left .page-intro h2, .contact-intro h2 {
		font-size: 1.3em !important;
	}

	.our-people-right .page-intro span, .about-left .page-intro span, .work-left .page-intro span, .contact-intro span {
		font-size: 50px !important;
	}

	.our-people-right .page-intro:before {
		left: 0 !important;
	}

	.our-people-right .page-intro:after {
		right: 0 !important;
	}

	.our-people-caption p {
		margin: 0;
	}

	.about-left, .about-right {
		width: 100%;
		float: none;
	}

	.work-left {
		width: auto;
	}

	.contact-section {
		padding: 30px 30px 0 30px;
	}

}

@media (max-width: 560px) {

	.services-left .service-heading {
		margin: 0 0 30px 0;
	}

	.services-right .service-heading {
		margin: 30px 0 30px 0;
	}

	.services-right .service-heading:after {
		left: 0;
	}

	.services-right {
		text-align: left;
	}

	.services-left, .services-right {
		width: 100%;
		float: none;
	}

	.service .bullet, .service p:after {
		display: none;
	}

	.service p {
		margin: 0 !important;
	}

}

@media (max-width: 480px) {

	#logo {
		width: 80px;
	}

	#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
	    width: 25% !important;
	}

	#sb_instagram.sbi_col_10 #sbi_images .sbi_item a {
	    height: 90px !important;
	}

	.promo-form {
		width: 100%;
		top: 10vh;
	}

	.promo-form-inner {
		padding: 20px;
	}

	#home-intro-wrapper {
		height: calc(100vh - 220px);
		background-size: auto 100%;
	}

	.content-heading span {
		margin: 0 5px 0 0;
		display: inline;
		white-space: normal;
	}

	#work-logo-wrap {
		padding: 20px 0 0 0;
	}

	.work-logo {
		width: 33.333%;
	}

	.aso-links a {
		width: 100%;
		float: none;
	}

	.aso-links .brands {
		margin: 15px 0 0 0;
	}

}

@media (max-width: 420px) {

	#sb_instagram.sbi_col_10 #sbi_images .sbi_item a {
	    height: 80px !important;
	}

	.our-people-left, .our-people-right {
		width: 100%;
		float: none;
	}

	.our-people-caption p {
		margin: 20px 0 0 0;
	}
	
}

/* Mobile portrait */
@media (max-width: 359px) {
	
	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}

	.team-wrapper {
		width: 100%;
	}

	#sb_instagram.sbi_col_10 #sbi_images .sbi_item a {
	    height: 60px !important;
	}
	
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
	
}