/*
Theme Name: Designmap
Theme URI: http://underscores.me/
Author: Catapult
Author URI: https://catapult.website
Description: Description
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: designmap
Tags:

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.

Designmap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
}

dfn {
	font-family: NeoSansStd-Italic;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 32px;
	margin: 0;
	font-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
	h1 {
		font-size: 55px;
	}
}

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-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-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #262626;
	font-family: NeoSansStd-Regular, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
	font-family: NeoSansStd-Italic;
	font-weight: normal;
	font-style: normal;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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: #fff; /* 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-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

.gform_confirmation_message {
	text-align: center;
    margin: 23px 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.inner-wrap,
.narrow-wrap {
	max-width: 1040px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.wide-wrap {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 992px) {
	.wide-wrap {
		width: 100%;
		padding: 0 44px;
	}
}
.narrow-wrap {
	max-width: 800px;
}
.dm-span-wrap,
.latest-tweets ul {
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;
}
.dm-xs-span-3,
.dm-xs-span-4,
.dm-xs-span-6,
.dm-xs-span-8,
.dm-xs-span-9,
.dm-xs-span-12,
.dm-span-1,
.dm-span-3,
.dm-span-4,
.dm-span-5th,
.dm-span-5,
.dm-span-6,
.dm-span-7,
.dm-span-8,
.latest-tweets ul li {
	padding: 0 15px;
	min-height: 1px;
	margin-bottom: 0;
}
.dm-xs-span-3 {
	width: 33.33333333%;
	float: left;
}
.dm-xs-span-4 {
	width: 25%;
	float: left;
}
.dm-xs-span-6 {
	width: 50%;
	float: left;
}
.dm-xs-span-8 {
	width: 75%;
	float: left;
}
.dm-span-wrap .dm-span-float-right {
	float: right;
}
.dm-span-wrap .footer-col.dm-span-float-right {
	text-align: right;
}
@media screen and (max-width: 479px) {
	.dm-span-wrap .footer-col.dm-span-float-right {
		float: left;
		text-align: left;
	}
}
@media screen and (min-width: 480px) {
	.dm-sm-span-2 {
		width: 16.66666667%;
		float: left;
	}
	.dm-sm-span-3 {
		width: 33.33333333%;
		float: left;
	}
	.dm-sm-span-4 {
		width: 25%;
		float: left;
	}
	.dm-sm-span-6 {
		width: 50%;
		float: left;
	}
	.dm-sm-span-8 {
		width: 66.666666667%;
		float: left;
	}
}
@media screen and (min-width: 768px) {
	.dm-md-span-3 {
		width: 25%;
		float: left;
	}
	.dm-md-span-4 {
		width: 33.33333333%;
		float: left;
	}
	.dm-md-span-5th {
		width: 20%;
		float: left;
	}
	.dm-md-span-6 {
		width: 50%;
		float: left;
	}
}
.desktop-only {
	display: none;
}
@media screen and (min-width: 992px) {
	.dm-span-1 {
		width: 6.33333333%;
	}
	.dm-span-3,
	.latest-tweets ul li {
		width: 33.33333333%;
	}
	.dm-span-4 {
		width: 25%;
	}
	.dm-span-5th {
		width: 20%;
	}
	.dm-span-5 {
		width: 41.66666667%;
	}
	.dm-span-6 {
		width: 50%;
	}
	.dm-span-7 {
		width: 58.3333333%;
	}
	.dm-span-8 {
		width: 75%;
	}
	.dm-span-1,
	.dm-span-3,
	.dm-span-4,
	.dm-span-5th,
	.dm-span-5,
	.dm-span-6,
	.dm-span-7,
	.dm-span-8,
	.latest-tweets ul li {
		float: left;
		padding: 0 15px;
		min-height: 1px;
		margin-bottom: 0;
	}
	span.desktop-only {
		display: inline;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e42313;
	opacity: 1;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}

a:visited {
	color: #e42313;
	
}

a:hover,
a:focus,
a:active {
	color: #e42313;
	opacity: 0.85;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
.site {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.page-is-loading .site {
	opacity: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.page-has-loaded .site {
	opacity: 1;
}
.site-content {
	margin-top: 88px;
}
/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 44px 0;
	background: rgba(255,255,255,0);
}
@media screen and (max-width: 768px) {
	.site-header {
		padding: 22px 0;
	}
}
.site-branding {
	float: left;
}
img.custom-logo {
	width: 44px;
	margin: 0;
	vertical-align: bottom;
}
#site-title-wrap {
	text-align: center;
	padding-bottom: 44px;
}
h1.site-title {
	margin: 0;
	font-size: 36px;
}
@media screen and (min-width: 992px) {
	h1.site-title {
		margin: 0;
		font-size: 55px;
	}
}
.site-title a {
	color: #262626;
	text-decoration: none;
}
p.site-description {
	margin: 0;
	padding: 0;
	font-size: 32px;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	p.site-description {
		font-size: 21px;
	}
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#menu-button,
#menu-button-x {
	display: block;
	float: right;
	margin-top: 11px;
}
.bars {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
    width: 35px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
	opacity: 1;
}
.menu-overlay-active #masthead .bars {
	opacity: 0;
}
.bars span {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #262626;
    border-radius: 6px;
    opacity: 1;
    left: 0;
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transition-delay: .14s;
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s;
}
.bars span:nth-child(1) {
    top: 0px;
}
.bars span:nth-child(2),
.bars span:nth-child(3) {
    top: 9px;
}
.bars span:nth-child(4) {
    top: 18px;
}
.menu-overlay-active .bars span:nth-child(1) {
    top: 14px;
    width: 0;
    left: 50%;
}
.menu-overlay-active .bars span:nth-child(2) {
    -ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-overlay-active .bars span:nth-child(3) {
    -ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-overlay-active .bars span:nth-child(4) {
    top: 20px;
    width: 0;
    left: 50%;
}
#menu-overlay {
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 1;
	z-index: 999;
	background: rgba(228, 35, 19, 0.95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
}
#menu-overlay.hide-menu {
	position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
}
#menu-overlay #overlay-masthead {
	background: transparent;
}
#menu-overlay .bars span {
	background: #fff;
}
.main-navigation ul {
	position: absolute;
    top: 50%;
    left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	list-style: none;
	margin: 0 auto;
	text-align: center;
	padding-left: 0;
	font-size: 36px;
}
.main-navigation ul#social-menu {
	top: auto;
	bottom: 29px;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.main-navigation ul#social-menu li {
	font-size: 25px;
	float: left;
	margin: 0 0.5em;
}
@media screen and (min-width: 991px) {
	.main-navigation ul {
		font-size: 52px;
	}
}
.main-navigation li {
	float: none;
	position: relative;
	font-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
    margin: 0.25em 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	-webkit-transition: none;
	transition: none;
}
.main-navigation a:hover {
	opacity: 0.85;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	background: #e5e5e5;
	padding: 3em 0 3em;
}
.nav-links {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	font-size: 22px;
	font-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
}
.nav-links a {
	color: #262626;
	text-decoration: none;
}
.nav-main {
	margin: 0;
	text-align: center;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
	float: right;
}
@media screen and (min-width: 992px) {
	.nav-links {
		font-size: 27px;
	}
}
.nav-links .dm-span-wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
	position: relative;
	
}
.nav-links .dm-span-wrap .dm-xs-span-3 {
	float: none;
	width: auto;
	padding: 0;
}
.nav-links .dm-span-wrap .nav-previous {
	margin-right: auto;
}
.nav-links .dm-span-wrap .nav-next {
	margin-left: auto;
}
.nav-links .dm-span-wrap .nav-main {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-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: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-size: 0.875rem;
	font-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

.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,
.wide-wrap:before,
.wide-wrap:after,
.inner-wrap:before,
.inner-wrap:after,
.dm-span-wrap:before,
.dm-span-wrap:after,
.post-navigation:before,
.post-navigation:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wide-wrap:after,
.inner-wrap:after,
.dm-span-wrap:after,
.post-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home page
--------------------------------------------------------------*/
.home-work-list .item {
	position: relative;
}
.home-work-list .item-title-wrap {
	position: absolute;
	left: 50%;
	bottom: 10%;
	width: 90%;
	max-width: 1040px;
	-ms-transform: translate(-50%,-20%);
	-webkit-transform: translate(-50%,-20%);
	transform: translate(-50%,-20%);
}
.home-work-list .item-image img {
    margin: 0;
    vertical-align: bottom;
}
.home-work-list .item-image {
	position: relative;
}
.home-work-list .item-image:after {
	
}
.home-work-list .item-title-wrap h2 {
	font-size: 42px;
	font-size: 3.5vw;
	font-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 10px;
	margin: 0 0 1vw;
}
@media screen and (max-width: 767px) {
	.home-work-list .item-title-wrap h2 {
	/*	font-size: 52px;
		font-size: 5.4vw; */
	}
}
.home-work-list .item-title-wrap h2,
.home-work-list .item-title-wrap span {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	background: rgba(228, 35, 19, 0.8);
	text-decoration: none;
	padding: 10px 20px 3px;
	padding: 1.5vw 2vw;
	line-height: 1.32;
}
.item-title-tags {
	font-size: 3vw;
}
@media screen and (min-width:992px) {
	.home-work-list .item-title-wrap h2 {
	/*	font-size: 52px; */
	}
	.item-title-tags {
		font-size: 23px;
	}
	.home-work-list .item-title-wrap h2,
	.home-work-list .item-title-wrap span {
		padding: 10px 20px 3px;
		padding: 1vw 1.5vw 0.8vw;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-header {
	margin-bottom: 33px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.entry-header {
		display: block;
	}
}
@media screen and (min-width: 992px) {
	.entry-header {
		margin-bottom: 66px;
	}
}
.page-header {
	margin-bottom: 85px;
	text-align: center;
}
.page-content,
.entry-content,
.entry-summary {
	max-width: 1040px;
	width: 90%;
	margin: 1em auto;
	font-size: 15px;
}
@media screen and (min-width:992px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 4em auto;
		font-size: 21px;
	}
}
.page-content.narrow-wrap,
.entry-content.narrow-wrap {
	max-width: 800px;
}
.entry-content p {
	margin-bottom: 0.75em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
h1.page-title {
	font-size: 52px;
    margin: 0 0 1.5em;
    font-family: NeoSansStd-Bold;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}
.email-us {
	margin-top: 1.5em;
	text-align: center;
}
/*--------------------------------------------------------------
## Work Page
--------------------------------------------------------------*/
@media screen and (max-width: 479px) {
	.work-header-tags {
		display: none;
	}
}
ul.dm-work-tag-menu-titles {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 44px 0 0;
}
ul.dm-work-tag-menu-list {
	display: block;
	margin: 22px 0 0;
	padding: 0;
}
ul.dm-work-tag-menu-list.hidden {
	display: none;
}
.work-header-tags li {
	display: inline-block;
	margin: 0 0.75em;
	font-size: 18px;
	letter-spacing: 0.5px;
	padding: 0 12px;
}
.work-header-tags ul.dm-work-tag-menu-list li {
	display: inline-block;
	margin: 0 0.25em;
	font-size: 18px;
	letter-spacing: 0.5px;
	padding: 0;
}
.work-header-tags li a {
	color: #b3b3b0;
	text-decoration: none;
	white-space: nowrap;
}
.work-header-tags li a:hover,
.work-header-tags li a.active {
	color: #262626;
}
.page-work-grid {
	margin-top: -19px;
}
.dm-work-grid {
	width: 100%;
	overflow: hidden;
}
.grid-sizer {
	width: 50%;
}
.grid-item {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}
.grid-item-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: rgba(0,0,0,0.3);
}
@media screen and (min-width:768px) {
	.grid-item {
		width: 50%;
	}
}
@media screen and (min-width: 992px) {
	.grid-sizer {
		width: 33.33333334%;
	}
	.grid-item {
		width: 33.33333334%;
		float: left;
		position: relative;
		z-index: 2;
	}
}
.isotope-hidden.grid-item {
	pointer-events: none;
	z-index: 1;
}
.page-work-grid .item-title-wrap {
	position: absolute;
    left: 30px;
    top: 30px;
    max-width: 80%;
	max-width: calc(100%-60px);
	pointer-events: none;
	line-height: 1.35;
}
@media screen and (max-width:767px) {
	.page-work-grid .item-title-wrap {
		position: absolute;
	    left: 30px;
	    top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	    max-width: 80%;
		max-width: calc(100%-60px);
		pointer-events: none;
	}
}
.page-work-grid .item-title-wrap h2 {
    font-size: 28px;
	margin: 0 0 5px;
    font-family: NeoSansStd-Bold;
    font-weight: normal;
    font-style: normal;
	color: #fff;
}
.page-work-grid .item-title-wrap span {
    color: #fff;
}
.page-work-grid .item-title-wrap a {
    color: #fff;
	text-decoration: none;
}
.page-work-grid .item-image a {
	display: block;
	cursor: pointer;
}
.page-work-grid .item-image img {
	margin: 0;
	vertical-align: bottom;
/* 	max-width: 100.0%; */ /* Avoid hairline gap */
}
.page-work-grid .grid-item:last-child img {
	max-width: 100%; /* Avoid wonky columns */
}
.client-list-wrap {
	background: #e5e5e5;
	padding: 3em 0 4.5em;
}
.client-list-wrap h4 {
	color: #e42313;
	font-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
	font-size: 21px;
}
.client-list {
	font-size: 21px;
}
/*--------------------------------------------------------------
## Work Single
--------------------------------------------------------------*/
.dm-work-carousel {
	width: 100%;
	cursor: move;
}
.dm-work-carousel img {
	width: 100%;
}
.dm-work-carousel-loading {
	height: 300px;
	background-color: #f9f9f9;
}
.dm-work-carousel.owl-theme .owl-controls {
   position: absolute;
   top: 85%;
   left: 50%;
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
}
.owl-theme .owl-controls {
	width: 25%;
	padding: 0;
	margin: 0 auto;
}
.owl-theme .owl-controls img {
	width: 50%;
}
@media screen and (min-width: 768px) {
	.dm-work-carousel.owl-theme .owl-controls {
	   position: absolute;
	   top: 50%;
	   left: 50%;
	   -webkit-transform: translate(-50%,-50%);
	   transform: translate(-50%,-50%);
	}
	.owl-theme .owl-controls {
		width: 100%;
		padding: 0 10px;
	}
}
@media screen and (min-width: 992px) {
	.owl-theme .owl-controls {
		width: 100%;
		padding: 0 10px;
	}
	.owl-theme .owl-controls img {
		width: 100%;
	}
}
@media screen and (min-width: 1300px) {
	.owl-theme .owl-controls {
		width: 100%;
		padding: 0 44px;
	}
}
.dm-work-carousel.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    margin: 10px 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-prev {
	float: left;
}
.owl-next {
	float: right;
}
.dm-work-item-wrap {
	position: relative;
}
.dm-work-item-caption {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1040px;
	width: 90%;
	font-size: 28px;
	font-size: 2.5vw;
	letter-spacing: 1px;
}
@media screen and (min-width:992px) {
	.dm-work-item-caption {
		
	}
}
.dm-work-item-caption span {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	background: rgba(228, 35, 19, 0.8);
	text-decoration: none;
	padding: 0.5em 0.5em 0.35em;
}
.dm-work-item-caption .item-caption:first-child {
	margin-bottom: 12px;
	margin-bottom: 1.5vw;
}
@media screen and (min-width: 600px) {
	.dm-work-item-caption .item-caption:first-child {
		margin-bottom: 18px;
		margin-bottom: 1.5vw;
	}
}
@media screen and (min-width: 768px) {
	.dm-work-item-caption .item-caption:first-child {
		margin-bottom: 25px;
		margin-bottom: 1.5vw;
	}
}
@media screen and (min-width: 992px) {
	.dm-work-item-caption .item-caption:first-child {
		margin-bottom: 35px;
		margin-bottom: 1.5vw;
	}
}
@media screen and (min-width: 992px) {
	.dm-work-item-caption .item-caption:first-child {
		margin-bottom: 35px;
		margin-bottom: 1.5vw;
	}
}
.active .dm-work-item-caption .item-caption-1 {
	white-space: nowrap;
/*	opacity: 0;
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s; */
	-webkit-animation: fadeinout 7s linear forwards;
	animation: fadeinout 7s linear forwards;
}
.active .dm-work-item-caption .item-caption-2 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation: fadeinout 9s linear forwards;
	animation: fadeinout 9s linear forwards;
}
.active .dm-work-item-caption .item-caption {
/*	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1; */
}
@-webkit-keyframes fadeinout {
	0%, 100% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	85% {
		opacity: 1;
	}
}
@keyframes fadeinout {
	0%, 100% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	85% {
		opacity: 1;
	}
}
.dm-work-additional-image img {
	margin: 0;
	vertical-align: bottom;
}
.dm-work-quote-wrap {
	background: #e5e5e5;
	padding: 1em 0 1em;
}
@media screen and (min-width:992px) {
	.dm-work-quote-wrap {
		background: #e5e5e5;
		padding: 6em 0 3em;
	}
}
.dm-work-quote {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 17px;
	font-family: NeoSansStd-Italic;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
@media screen and (min-width:992px) {
	.dm-work-quote {
		font-size: 27px;
	}
}
.dm-work-quote p {
	margin-bottom: 0.75em;
}
.dm-work-quote-sub {
	color: #e42313;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.entry-header-tags {
	margin-left: auto;
}
.entry-header-tags a {
	text-decoration: none;
}
/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
.about-section {
	font-size: 19px;
	margin-bottom: 3em;
}
.about-section p {
	margin-bottom: 0.75em;
}
.about-section h4 {
	color: #e42313;
	font-size: 31px;
	margin-bottom: 10px;
}
.about-section h5 {
	color: #e42313;
	font-size: 21px;
	margin: 0;
}
ul.dm-work-team {
	list-style: none;
	padding: 0;
}
.dm-work-team-wrap {
	margin-top: 1.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
li.dm-work-team-wrap:nth-child(odd) {
    clear: left;
}
.dm-work-team-wrap img {
	margin: 0;
	vertical-align: bottom;
}
@media screen and (min-width: 992px) {
	.dm-work-team-wrap .dm-work-team-data.dm-span-7 {
		padding: 0;
	}
}
.about-section .team-title,
.about-section .team-description {
	font-size: 16px;
	margin: 0;
}
.about-section .team-description {
	margin-top: 10px;
}
.recent-news {
	background: #e5e5e5;
	padding: 3em 0;
}
.recent-news h2 {
	text-align: center;
	font-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
	font-size: 31px;
	margin: 0 0 1.5em;
}
.latest-tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.latest-tweets ul li {
	font-size: 21px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
p.tweet-text {
	margin-bottom: 0.75em;
}
.tweet-details a {
	color: #b5b5b0;
	text-decoration: none;
	font-size: 17px;
}
.view-twitter {
	text-align: center;
	margin-top: 3em;
	font-size: 21px;
}
@media screen and (min-width: 992px) {
	.latest-tweets ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.latest-tweets ul li {
		display: flex;
		flex-direction: column;
	}
	p.tweet-text {
		flex: 1 0 auto;
	}
	p.tweet-details {
		margin-bottom: 0;
	}
}
/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
.dm-work-services {
	margin-bottom: 3em;
}
.dm-work-services .dashicons {
	vertical-align: middle;
}
.dm-work-services .dashicons-minus {
	margin-top: -4px;
	display: none;
}
.dm-work-service-wrap {
	margin-bottom: 1.5em;
}
.dm-work-service-wrap.active .dm-service-name .dashicons-minus,
.dm-work-service-wrap .dm-service-name .dashicons-plus {
	display: inline-block;
}
.dm-work-service-wrap.active .dm-service-name .dashicons-plus {
	display: none;
}
.dm-work-services h4 {
	font-size: 23px;
	margin: 0 0 10px;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}
.dm-work-service-wrap.active h4 {
	color: #e42313;
}
.dm-service-description {
	font-size: 15px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	/*
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
	-ms-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0; */
}
@media screen and (min-width: 992px) {
	.dm-work-services h4 {
		font-size: 31px;
	}
	.dm-service-description {
		font-size: 21px;
	}
}
.dm-work-service-wrap.active .dm-service-description {
	max-height: 1000px;
	opacity: 1;
	-ms-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.dm-awards {
	padding: 3em 0;
	background: #fff;
}
.award img {
	max-width: 180px;
	width: 100%;
}
/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.gform_wrapper {
	margin-top: 3em;
}
ul.gform_fields {
	list-style: none;
	padding: 0;
	margin: 0;
}
.gfield_label {
	float: left;
	cursor: text;
	display: none;
}
.gfield {
	border-bottom: 1px solid #262626;
	padding: 0.5em;
	margin-bottom: 1.5em;
	display: -webkit-flex;
	display: flex;
}
.ginput_container {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.gfield input[type="text"],
.gfield input[type="email"],
.gfield textarea {
	color: #262626;
	border: 0;
	border-radius: 0;
	padding: 0.5em;
/*	margin: -0.5em 0 0 1em; */
	width: 100%;
/*	width: calc( 100% - 1em ); */
}
.gfield input[type="text"]:focus,
.gfield input[type="email"]:focus,
.gfield textarea:focus {
	outline: 0;
	background: #f9f9f9;
}
.gfield textarea {
	height: 2em;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}
.gfield textarea:focus {
	height: 5em;
}
.gform_footer {
	margin-top: 1.5em;
	text-align: center;
}
input[type="submit"].gform_button {
    border: 0;
    border-radius: 50%;
    background: #e42313;
	color: #fff;
    font-size: 15px;
    line-height: 1;
    height: 100px;
	width: 100px;
	text-align: center;
}
.contact {
	font-size: 23px;
	margin-top: 1.5em;
}
@media screen and (min-width: 991px) {
	.contact {
		font-size: 31px;
	}
}
.contact-left,
.contact-right {
	text-align: center;
}
@media screen and (min-width: 992px) {
	.contact-left {
		float: left;
		text-align: left;
	}
	.contact-right {
		float: right;
		text-align: right;
	}
}
/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	background: #262626;
	color: #fff;
	padding: 3em 0 1.5em;
}
.site-footer a,
.site-footer a:hover,
.site-footer a:visited {
	color: #fff;
}
.site-footer p {
	margin-bottom: 0.25em;
}
.site-footer .widget:last-child,
.site-footer p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 600px) {
	.dm-span-wrap footer-col.dm-span-float-right {
		float: none;
	}
}
@media screen and (max-width: 991px) {
	.footer-col {
		margin-bottom: 3em;
	}
}
.footer-col .fa {
	font-size: 2.25em;
	margin-bottom: 10px;
}
.site-credit {
	margin-top: 3em;
	font-size: 12px;
	color: #a6a6a6;
}

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

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

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

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

/*--------------------------------------------------------------
## CF7
--------------------------------------------------------------*/

.wpcf7-form {
    margin-top: 1.5em;
    text-align: center;
}
.wpcf7-spinner {
    display: block;
    margin: 13px auto 0;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.75em;
    font-weight: normal;
    display: block;
}
.wpcf7-response-output {
    font-size: 0.75em;
}
.wpcf7-form label {
    display: none !important;
}
.wpcf7-form p {
    margin-bottom: 0 !important;
}
.wpcf7-form li {
    border-bottom: 1px solid #262626;
    padding: 0.5em;
    margin-bottom: 1.0em;
    display: -webkit-flex;
    display: flex;
}
.wpcf7-text, .wpcf7-textarea, wpcf7-email {
    color: #262626 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0.5em !important;
    width: 100% !important;
    /* border: 1px solid #ccc; */
}
.wpcf7-textarea {
    height: 230px;
}

.wpcf7 input[type="submit"], .wpcf7-submit {
    border: 0;
    border-radius: 50%;
    background: #e42313;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    height: 100px;
    width: 100px;
}