/*
Theme Name: tateharmer
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tateharmer
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.

tateharmer 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:
----------------------------------------------------------------
# Fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: "LL Akkurat Light Sub";
    src: url("fonts/lineto-akkurat-light.eot");
    src: url("fonts/lineto-akkurat-light.eot?#iefix") format("embedded-opentype"),
         url("fonts/lineto-akkurat-light.woff2") format("woff2"),
         url("fonts/lineto-akkurat-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "LL Akkurat Light Italic Sub";
    src: url("fonts/lineto-akkurat-lightitalic.eot");
    src: url("fonts/lineto-akkurat-lightitalic.eot?#iefix") format("embedded-opentype"),
         url("fonts/lineto-akkurat-lightitalic.woff2") format("woff2"),
         url("fonts/lineto-akkurat-lightitalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "LL Akkurat Regular Sub";
    src: url("fonts/lineto-akkurat-regular.eot");
    src: url("fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"),
         url("fonts/lineto-akkurat-regular.woff2") format("woff2"),
         url("fonts/lineto-akkurat-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "LL Akkurat Bold Sub";
    src: url("fonts/lineto-akkurat-bold.eot");
    src: url("fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"),
         url("fonts/lineto-akkurat-bold.woff2") format("woff2"),
         url("fonts/lineto-akkurat-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "LL Akkurat Bold Sub", sans-serif;
	font-variant-ligatures: none; /* Ligature reset */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	min-height: 100vh;
}
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: "LL Akkurat Bold Sub", sans-serif;
	font-weight: normal;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-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 {
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #000;
	font-family: "LL Akkurat Bold Sub", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	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;
}
*:focus {
	outline: none;
}
body, body #panel {
	background: #eee; /* Fallback for when there is no custom background color defined. */
	-webkit-transition: background-color 1.4s ease;
	-moz-transition: background-color 1.4s ease;
	-ms-transition: background-color 1.4s ease;
	-o-transition: background-color 1.4s ease;
	transition: background-color 1.4s ease;
}
body.home, body.body #panel {
	background: #fff;
}
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 1em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#scrollTop{
	background: url(img.bkp/arrow-right.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
    transform: rotate(-90deg);
    cursor: pointer;
    background-color: black;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    display: none;
}

#practiceTeamSection, #practiceClientsSection{
	display: none;
}

@media (min-width: 992px) {
	#scrollTop{
	    right: 50px;
	    bottom: 50px;
	}

}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover, a:focus, a:active {
	color: #000;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	margin-top: 57px;
}
.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.mobile-menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px;
}
.main-navigation li {
	float: left;
	position: relative;
	margin-right: 35px;
	padding-top: 0px;
}
.mobile-menu li {
	float: none;
	position: relative;
	margin-right: 0px;
	margin-bottom: 10px;
}
.mobile-menu li a {
	border-top: 3px solid transparent;
	padding:7px;
}
.mobile-menu__message {
	font-family: "LL Akkurat Regular Sub", sans-serif;
	padding: 14px;
	padding-top: 30px;
	display: block;
	position: relative;
}
.mobile-menu__message:before {
	content: '\201C';
	display: block;
	position: absolute;
	top: -10px;
	left: 12px;
	font-size: 50px;
}
.mobile-menu__social {
    padding: 14px;
    padding-top: 20px;
    display: block;
    position: relative;
}
.mobile-menu__social__link {
	width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 15px;
}
.mobile-menu__social__link svg {
	width: 24px;
    height: 24px;
    display: block;
}
.main-navigation li:before {
	content: ' ';
	height: 3px;
	width: 0px;
	background-color: #231f20;
	display: block;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
	margin-bottom: 5px;
}
.main-navigation li:hover:before, .main-navigation li.current-menu-item:before {
	width: 100%;
}

/*.main-navigation li:hover,*/
.mobile-menu li:hover a,/*.main-navigation li.current-menu-item,*/
.mobile-menu li.current-menu-item a {
	border-top-color: #231f20;
}
.mobile-menu li.current-menu-item a {
	background-color: #eee;
}
.main-navigation a, .mobile-menu a {
	display: block;
	text-decoration: none;
	color: #231f20;
	font-size: 15px;
	text-transform: uppercase;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
}
.main-navigation ul ul:hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
}
.menu-toggle {
	width: 25px;
	height: 18px;
	float: right;
	margin: 33px 0px 0px 0px;
	cursor: pointer;
	display: none;
}
.menu-toggle__line {
	height: 2px;
	width: 100%;
	background: #000;
}
.menu-toggle__line + .menu-toggle__line {
	margin-top: 3px;
}

/*--------------------------------------------------------------
# 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;
	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 {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

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

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

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {

	/* Theme Footer (when set to scrolling) */
	display: none;
}

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-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;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.site {
	padding-top: 97px;
}
.site-header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background: #fff;
	z-index: 3;
	-webkit-transition: background-color 1.4s ease;
	-moz-transition: background-color 1.4s ease;
	-ms-transition: background-color 1.4s ease;
	-o-transition: background-color 1.4s ease;
	transition: background-color 1.4s ease;
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}
body.home .site-header {
	background: #eee;
}
.site-main {
	min-height: 90vh;
}
.site-footer {
	width: 100%;
	background: #292929;
	margin-top: 50px;
}
.site-center-box {
	width: 1150px;
	max-width: 100%;
	margin: 0px auto;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
.border-line {
	border-style: solid;
	border-width: 0px;
}
.border-line--top-size-1 {
	border-top-width: 10px;
}
.border-line--top-size-2 {
	border-top-width: 5px;
}
.border-line--bottom-size-1 {
	border-bottom-width: 10px;
}
.border-line--bottom-size-2 {
	border-bottom-width: 5px;
}
.border-line--color-dark-1 {
	border-color: #231f20;
}
.border-line--color-light-1 {
	border-color: #fff;
}
.border-line--color-transparent {
	border-color: transparent;
}
.layout-col {
}
.layout-col--spacing-1:nth-child(3n+2), .layout-col--spacing-1:nth-child(3n+3) {
	margin-left: 50px;
}
.layout-col--left {
	float: left;
}
.layout-col--right {
	float: right;
}
.layout-col--width-1 {
	width: 350px;
}
.layout-col--width-2 {
	width: 750px;
}
.layout-col--width-3 {
	width: 50%;
}
.layout-col--margin-1 {
	margin-right: 400px;
}
.layout-col--margin-2 {
	margin-left: 50px;
}
.layout-col--padding-1 {
	padding-right: 15px;
}
.layout-col--padding-2 {
	padding-left: 15px;
}

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

/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/
.site-branding {
	float: left;
	margin: 22px 50px 18px 0px;
	width: 350px;
}
.site-branding__logo {
}
.site-branding__logo-url {
	display: block;
	float: left;
}
.site-branding__logo-image {
	display: block;
	width: 105px;
	height: 41px;
}
@media (min-width: 768px) {
	.site-branding__logo-image {
		width: 145px;
		height: 57px;
	}
}
/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
.site-social {
	float: right;
	margin-top: 61px;
}
.site-social__link {
	width: 17px;
	height: 18px;
	display: block;
	float: left;
}
.site-social__link svg {
	width: 17px;
	height: 18px;
	display: block;
}
.site-social__link svg .a {
	-webkit-transition: fill 0.3s ease;
	-moz-transition: fill 0.3s ease;
	-ms-transition: fill 0.3s ease;
	-o-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}
.site-social__link:hover svg .a {
	fill: #878787;
}
.site-social__link + .site-social__link {
	margin-left: 10px;
}
.site-social__link--twitter {
}
.site-social__link--instagram {
}
.site-social__link--pinterest {
}
.site-social__link--vimeo {
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 27px 0px 29px 0px;
}

/*--------------------------------------------------------------
## Copy right
--------------------------------------------------------------*/
.site-footer__info {
	color: #fff;
	opacity: 0.5;
	font-size: 13px;
	line-height: 1.6;
	float: left;
	width: 350px;
	margin-right: 50px;
	font-family: "LL Akkurat Regular Sub", sans-serif;
	margin-top: 1px;
}
.site-footer__info--desktop {
	display: block;
}
.site-footer__info--mobile {
	display: none;
	margin-top: 10px;
}

.site-footer__info__privacy, .site-footer__info__privacy:hover, .site-footer__info__privacy:focus, .site-footer__info__privacy:active, .site-footer__info__privacy:visited {
	color: #FFF;
}

/*--------------------------------------------------------------
## Contact info
--------------------------------------------------------------*/
.site-footer__contact {
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	width: 400px;
	float: left;
}
.site-footer__contact-url {
	color: #fff;
	text-decoration: none;
}
.site-footer__contact-url:hover {
	color: #fff;
	text-decoration: underline;
}
.site-footer__contact-col {
	float: left;
	width: 200px;
}
.site-footer__contact-text {
	font-family: "LL Akkurat Regular Sub", sans-serif;
}
.site-footer__contact-text + .site-footer__contact-text {
	margin-top: 4px;
	line-height: 1.6;
}
.site-footer__contact-text--strong {
}

.site-footer__contact-social {
	width: 17px;
	height: 18px;
	display: block;
	float: left;
	margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-footer__contact-social svg {
	width: 17px;
	height: 18px;
	display: block;
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
@media (min-width: 1200px) {
	.site-center-box-90,
	.site-home-slides {
		max-width: 90%;
		margin: 0 auto;
		min-width: 1200px;
	}
}
.site-home-slides {
	margin-bottom: 60px;
}
.site-home-slides--scroll {
	position: relative;
	overflow: hidden;
}
.site-home-slides__inner_container {
	/*position: fixed;*/
	overflow: hidden;
	top: 97px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.site-home-slides__inner_container--scroll {
	position: absolute;
	top: auto;
}
.site-home-slide {
	background-size: cover;
	background-position: center center;
	position: relative;
}

/* Slide overlay attempt */
.site-home-slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .3;
	z-index: 5;
}
.site-home-slide-content {
	position: absolute;
	z-index: 10;
	padding-left: 40px;
}

#site-home-slides {
	height: calc(100vh - 80px);
    margin-bottom: 0;
    padding-bottom: 0;
}
.site-home-slides--scroll .site-home-slide {
	position: absolute;
	/*top: 0px;*/
	top: 0px !important;
	left: 0px;
	width: 100%;
	height: 100%;
}
.site-home-slide__line {
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -575px;
	background: #fff;
	width: 350px;
	height: 5px;
	z-index: 2;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
}
.site-home-slide__line--dark {
	background: #000;
}
.site-home-slide__arrow {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -575px;	/*background: url('img/arrow.png');*/
	width: 76px;
	height: 89px;
	z-index: 2;
	cursor: pointer;
}
.site-home-slide__arrow svg {
	width: 100%;
	height: 100%;
}
.site-home-slide__arrow_global {
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -575px;	/*background: url('img/arrow.png');*/
	width: 76px;
	height: 89px;
	z-index: 5;
}
.site-home-slide-description {
	color: #fff;
	margin-top: auto;
	margin-bottom: 200px;
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.site-home-slide--visible .site-home-slide-description {
	opacity: 1;
}
.site-home-slide-description--black {
	color: #231f20;
}
.site-home-slide-description__title {
	color: #fff;
	text-decoration: none;
	font-size: 40px;
	line-height: 1;
}
.site-home-slide-description__title:visited {
	color: #fff;
}
.site-home-slide-description--black .site-home-slide-description__title {
	color: #000;
}
.site-home-slide-description__title:hover {
	color: #fff;
	text-decoration: underline;
}
.site-home-slide-description--black .site-home-slide-description__title:hover {
	color: #000;
}
.site-home-slide-description__location {
	font-size: 18px;
	margin-top: 15px;
	margin-left: 2px;
}

@media (min-width: 992px) {
	.site-home-slide-description {
		margin-bottom: 90px;
	}
	.site-home-slide-description__title {
		font-size: 70px;
	}
	.site-home-slide-description__location {
		font-size: 20px;
		margin-top: 25px;
		margin-left: 4px;
	}
}
.site-home-slide-quote,
.site-home-slide-quote-testing {
	display: block;
	/*opacity: 0;*/
	color: #eee;
	margin-top: 10vh;
	padding-top: 30px;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.site-home-slide--visible .site-home-slide-quote,
.site-home-slide--visible .site-home-slide-quote-testing  {
	opacity: 1;
}

/*.site-home-slide--visible:hover .site-home-slide-quote {
opacity: 1;
}*/
.site-home-slide-quote__quote {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
	margin-top: 40px;
	width: 70%;
}
.site-home-slide-quote__author {
	font-size: 13px;
	line-height: 15px;
}

/*--------------------------------------------------------------
# ARTICLES
--------------------------------------------------------------*/

.team-flickity {
	padding: 0 40px;
}

.team-flickity .flickity-slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-font-smoothing: antialiased;
}

.team-flickity .flickity-page-dots {
	position: relative;
	/*bottom: 15px;*/
	margin-top: -35px;
}
.team-flickity .flickity-page-dots .dot {
	border-radius: 0;
	margin: 8px;
}

.team-flickity .flickity-prev-next-button {
	top: 31%;
	background: transparent;
	width: 33px;
	height: 33px;
}

.team-flickity .flickity-prev-next-button.previous {
	left: 0;
}

.team-flickity .flickity-prev-next-button.next {
	right: 0;
}

@media(min-width: 768px) {
	.team-flickity {
		padding: 0;
	}

	.team-flickity .flickity-prev-next-button {
		width: 44px;
		height: 44px;
	}

	.team-flickity .flickity-prev-next-button.previous {
		left: -60px;
	}

	.team-flickity .flickity-prev-next-button.next {
		right: -60px;
	}
}

@media(min-width: 992px) {
	.team-flickity .article-box.team_member {
	    width: 33.33333%;
	    margin: 0;
	    padding: 20px;
	}
}

.article-list {
	display: flex;
	flex-wrap: wrap;
	-webkit-font-smoothing: antialiased;
}
.article-list--align {
	justify-content: space-between;
}
.article-box {
	display: flex;
	flex-direction: column;
	margin-bottom: 48px;
}
.article-box.team_member {
	margin-bottom: 30px;
	margin-left: 25px;
    margin-right: 25px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .article-box.team-member {
    	max-height: 430px;
    }
}
.article-box__client {
	margin-bottom: 0;
}
#isotope-list {
	display: block;
}
.article-box__sizer,
.article-box__sizer-2 {
	width: 350px;
}
.article-box__sizer-3 {
	width: 30%;
	margin-left: 3px;
	margin-right: 3px;
}

@media (min-width: 1200px) {
	.article-box__sizer-3 {
		width: 182px;
	}
}
.article-list--fade-items .article-box {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 0.5;
}
.article-list--fade-items .article-box--do-not-fade {
	opacity: 1;
}
.article-list__grid-sizer {
	width: 350px;
}
.article-list__gutter-sizer {
	width: 50px;
}
.article-box--hover-hand {
	cursor: pointer;
}
.article-box--hover-white {
	position: relative;
	display: block;
}
.article-box--hover-white:before {
	position: absolute;
	display: block;
	content: ' ';
	top: -25px;
	right: -25px;
	bottom: -25px;
	left: -25px;
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.article-box--hover-white:hover:before {
	display: block;
	opacity: 1;
}
.article-box__container {
	position: relative;
	z-index: 2;
	text-decoration: none;
	display: block;
	height: 100%;
}
.article-box__container--auto-height, .article-list--auto-height .article-box__container {
	height: auto;
}
.isotope-list--measure .article-box__container {
	height: auto;
}
.article-box__container--pad-meta-box {
	padding-bottom: 90px;
}
@media (min-width: 992px) {
	.article-box__container--pad-meta-box {
		min-height: 550px;
	}
}
.only-thumb-yes .article-box__container--pad-meta-box {
	padding-bottom: 0px;
}
.article-box__header {
}
.article-box__title {
	margin: 18px 0px 15px 0px;
    font-size: 24px;
	line-height: 33px;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}
.article-box--hover-title .article-box__title {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.article-box--hover-title:hover .article-box__title, .team-member--active .article-box__title {
	text-decoration: underline;
	color: gray;
}
.team-member .article-box__title {
	color: gray;
}
.team-member:hover .article-box__title, .team-member--active .article-box__title {
	color: #000;
	text-decoration: none;
}
.article-box__title--margin-2 {
	margin: 10px 0px 24px 0px;
}

.article-box__title--margin-bottom {
	margin-bottom: 11px;
}
.article-box__title a {
	color: #000;
	text-decoration: none;
}
.article-box__content {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto auto auto;
	align-self: flex-start;
}
.article-box__content img {
	width: 100%;
	flex-shrink: 0;
}
.article-box__content-image-url {
	display: block;
}
.article-box__content-image-url img {
	display: block;
}
.article-box--image-slider-active {
}
.article-box__image-slider {
	position: relative;
	height: 465px;
}
.article-box__image-slider-slide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.article-box__image-slider-slide--visible {
	opacity: 1;
}
.article-box__content p {
	font-size: 13px;
	line-height: 15px;
	flex: 1 0 auto;
	flex-direction: column;
	margin: 0;
}
.article-box__meta {
	margin-top: 29px;
}
.article-box__meta--margin-top {
	margin-top: 11px;
}
.article-box__meta--position-2 {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
}
.article-box__category {
	display: block;
}
.article-box__category--style-1 {
	font-size: 13px;
	line-height: 15px;
	color: #878787;
}
.article-box__category--style-2 {
	font-size: 20px;
	line-height: 1.6;
	display: none;
}
.article-box__location {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 18px;
	margin-bottom: 1px;
}
.article-box__job-title {
	font-size: 14px;
	line-height: 1.4;
	color: #878787;
}
.article-box__job-title--line-height {
	line-height: 1.4;
}
.team-member:hover .article-box__job-title,
.team-member--active .article-box__job-title {
	color: #000;
	text-decoration: none;
}
.article-box__date {
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #878787;
}
.article-box__more {
	display: block;
	color: #000;
	text-decoration: underline;
	font-size: 13px;
	line-height: 15px;
	/*color: #878787;*/
	margin-top: 8px;
}
div.article-box__project .article-box__more {
	display: none;
}
.page-header {
	margin: 41px 0px 97px 0px;
}
.page-header--margin-2 {
	margin-bottom: 50px;
}
.page-header--margin-3 {
	margin-bottom: 44px;
}
@media (min-width: 768px) {
	.page-header__categories-wrap {
		position: relative;
		margin-right: 50px;
	}
	.page-header__categories {
		list-style: none;
		margin: 2px 50px 0px 0px;
		padding: 0px;
		font-size: 13px;
		line-height: 15px;
	}
	.page-header__categories li {
		line-height: 20px;
	}
	.page-header__categories li.cat-item {
	}
	.page-header__categories li a {
		text-decoration: none;
		color: #878787;
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		-ms-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	.page-header__categories li:hover a {
		text-decoration: underline;
		color: #000;
	}
	.page-header__categories li.cat-item-all {
	}
	.page-header__categories li.current-cat, .page-header__categories li.filter-item--active {
		text-decoration: underline;
	}
	.page-header__categories li.current-cat a, .page-header__categories li.filter-item--active a {
		color: #000;
	}
	.page-header__categories li.current-cat-parent {
	}
	.page-header__categories ul.children {
	}
}
.page-header__info {
	font-size: 30px;
	float: left;
	color: #000;
}
@media (min-width: 768px) {
	.page-header__vismob {
		display: none;
	}
}
@media (max-width: 767px) {
	.page-header__hiddenmob {
		display: none;
	}
}
.page-header__title {
	font-size: 28px;
	line-height: 33px;
	margin: 0px 15px 31px 0px;
}
@media (min-width: 1200px) {
	.page-header__title {
		font-size: 38px;
		line-height: 1.2;
	}
}
.page-header__title--size-2 {
	margin-bottom: 0px;
}
.page-header__description {
}
.page-header__description--size-2 {
	line-height: 31px;
}
.page-header__description--fixed-height {
	height: 108px;
}
.page-header__description--fixed-height-2 {
	height: 139px;
}
.page-header__description p {
	margin: 0px;
}
.page-header__description--weight-1 {
}
.page-header__description--size-1 {
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 22px;
}
.page-header__close-wrap {
	position: absolute;
	top: -43px;
	right: 0;
}
@media (min-width: 992px) {
	.page-header__close-wrap {
		top: 10px;
	}
}
.page-header__close {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 9px;
	float: right;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.page-header__close:hover {
	opacity: .7;
}

.page-header__close svg {
	display: block;
}
.page-header__close svg .a {
	-webkit-transition: fill 0.3s ease;
	-moz-transition: fill 0.3s ease;
	-ms-transition: fill 0.3s ease;
	-o-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}
.page-header__close:hover svg .a {
	fill: #878787;
}

/*--------------------------------------------------------------
# SECTION
--------------------------------------------------------------*/
.section-title {
	font-size: 25px;
	color: #000;
	margin: 20px 0px 10px 0px;
}
.section-title--size-1 {
	font-size: 30px;
}
.section-title--margin-bottom-1 {
	margin-bottom: 20px;
}
.section-title--margin-bottom-2 {
	margin-bottom: 14px;
}
.section-title--padding-bottom-1 {
	padding-bottom: 11px;
}

/*--------------------------------------------------------------
# AJAXIFY
--------------------------------------------------------------*/
.ajaxify-content {
	position: relative;
	overflow: hidden;
}
.ajaxify-content-wrap {
}
.ajaxify-content--current {
}
.ajaxify-content--next {

	/*position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;*/
	opacity: 0;
}

/*--------------------------------------------------------------
# SINGLE PROJECT
--------------------------------------------------------------*/
.project-single__content-header {
	margin-bottom: 16px;
}
.project-single__info {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 30px;
	margin-top: 22px;
	color: #000;
}
.project-single__description {
	font-size: 17px;
	line-height: 1.3;
	padding-top: 19px;
	max-width: 750px;
}
.project-single__description p {
	margin: 0px 0px 24px 0px;
	font-family: "LL Akkurat Regular Sub";
}
.project-single__description p a {
	text-decoration: none;
	border-bottom:3px solid #000;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.project-single__description p a:hover,
.project-single__description p a:visited {
	background-color: #fff;
}
.project-single__description blockquote:before {
	content: '\201C';
	position: absolute;
	top: 0;
	left: -6px;
    font-size: 120px;
    display: block;
    line-height: 1;
}
.project-single__description blockquote {
	font-size: 20px;
	margin: 0;
	padding: 0;
	position: relative;
}
.project-single__description blockquote p {
	padding-top: 70px;
    /*max-width: 620px;*/
    margin-bottom: 38px;
    font-family: "LL Akkurat Bold Sub";
}
.project-single__description blockquote span {
	display: block;
	font-size: 14px;
	font-family: "LL Akkurat Regular Sub", sans-serif;
	margin-top: -10px;
	margin-bottom: 40px;
}
.project-single__title {
	font-size: 30px;
	line-height: 33px;
	padding: 10px 0px 16px 0px;
}
.project-single__image {
	display: block;
	width: 100%;
}
.project-single__content-left {
	float: left;
	width: 350px;
}
.project-single__content-left--margin-1 {
	margin-right: 50px;
}
.project-single__content-right {
	float: right;
	width: 750px;
}
.project-single__content-right img {
	width: 100%;
	margin-top: 4px;
	display: block;
}
.project-single__gallery-wrap {
}
.project-single__gallery-image {
	margin: 23px 0px 0px 0px;
	display: block;
}
.project-single__related {
	margin-top: 30px;
}
@media (min-width: 992px) {
	.project-single__description blockquote {
		font-size: 34px;
	}
}
@media (min-width: 992px) {
	.project-single__description {
		font-size: 20px;
		padding-top: 29px;
	}
	.project-single__gallery-image {
		margin: 52px 0px 0px 0px;
	}
	.project-single__description blockquote {
		font-size: 40px;
	}
}
.project-single__gallery-image--position-1 {
	float: left;
	width: 437px;
}
.project-single__gallery-image--position-2 {
	float: right;
	width: 661px;
}
.project-single__gallery-image--position-3 {
	width: 100%;
}
.project-single__gallery-image--position-4 {
	float: left;
	width: 661px;
}
.project-single__gallery-image--position-5 {
	float: right;
	width: 437px;
}
.project-single__gallery-image--position-6 {
	float: left;
	width: 548px;
}
.project-single__gallery-image--position-7 {
	float: right;
	width: 548px;
}
.project-single__close {
	display: block;
	background: url('img/close-x.png') no-repeat 0px 0px;
	width: 17px;
	height: 22px;
	cursor: pointer;
	top: 9px;
	right: 0px;
	position: absolute;
}
.project-single__floating-box {
	position: absolute;
	width: 350px;
	padding: 10px 0px 24px 0px;
	font-size: 30px;
	line-height: 33px;
	word-wrap: break-word;
	z-index: 2;
}
.single-header__floating-category {
	position: absolute;
	width: 350px;
	z-index: 2;
	font-size: 30px;
	margin: 0px 15px 0px 0px;
	line-height: 40px;
}

/* three positons when loading project from project list page */
.project-single__info-wrap {
}
.project-single__title-wrap {
}
.project-single__title-wrap--extra-title {
	display: none;
}
.project-single__title-wrap-spacer {
	height: 1px;
	display: none;
}
.project-single--1 .project-single__info-wrap {
}
.project-single--1 .project-single__title-wrap {
	display: none;
}
.project-single--1 .project-single__title-wrap--extra-title {
	display: block;
}
.project-single--1 .project-single__title-wrap-spacer {
}
.project-single--2 .project-single__info-wrap {
}
.project-single--2 .project-single__title-wrap {
}
.project-single--2 .project-single__title-wrap--extra-title {
	display: none;
}
.project-single--2 .project-single__title-wrap-spacer {
}
.project-single--3 .project-single__info-wrap {
}
.project-single--3 .project-single__title-wrap {
}
.project-single--3 .project-single__title-wrap--extra-title {
}
.project-single--3 .project-single__title-wrap-spacer {
	display: block;
}
.page-id-10 .article-box--hover-white,
.post-type-archive .article-box--hover-white {
	display: inline-block;
    vertical-align: top;
}

.project-single__video {
	width: 100%;
	margin: 23px 0px 0px 0px;
}

/* .project-single__video--desktop {
	display: none;
} */

@media (min-width: 992px) {
	.project-single__video {
		margin: 52px 0px 0px 0px;
	}
	/* .project-single__video--desktop {
		display: block;
	}
	.project-single__video--mobile {
		display: none;
	} */
}

/*--------------------------------------------------------------
# SINGLE HEADER
--------------------------------------------------------------*/
.single-header__content-header {
	margin: 50px 0 41px;
	position: relative;
}
@media(min-width: 992px) {
	.single-header__content-header {
		margin: 41px 0;
	}
}
.single-header__info {
	font-size: 15px;
	line-height: 1.5;
	font-family: "LL Akkurat Regular Sub", sans-serif;
}
.single-header__info--margin-1 {
	margin-top: 0px;
}
.single-header__info--style-2 {
	color: gray;
	padding-top: 19px;
}
.single-header__description {
	font-size: 20px;
	line-height: 24px;
	padding-top: 19px;
}
.single-header__description p {
	margin: 0px 0px 24px 0px;
}
.single-header__title {
	font-size: 28px;
	line-height: 33px;
	padding: 10px 0px 20px 0px;
	-webkit-font-smoothing: antialiased;
	font-family: "LL Akkurat Bold Sub", sans-serif;
}
.single-header__title span {
	width: 370px;
	display: inline-block;
}
.single-header__share {
	padding-top: 15px;
}
@media (min-width:1200px) {
	.single-header__title {
		font-size: 38px;
		line-height: 1.2;
	}
	.single-header__share {
		border-top: 5px solid #231f20;
	}
}
.single-header__share__title {
	display: block;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 15px;
	font-family: "LL Akkurat Regular Sub", sans-serif;
}
.single-header__image {
	display: block;
	width: 100%;
}
.single-header__content-left {
	float: left;
	width: 660px;
}
.single-header__content-left__small {
	width: 350px;
}
.single-header__content-left--margin-1 {
	margin-left: 50px;
}
.single-header__close {
	display: block;
	background: url('img/close-x.png') no-repeat 0px 0px;
	width: 17px;
	height: 22px;
	cursor: pointer;
	top: 9px;
	right: 0px;
	position: absolute;
}

/* three positons when loading single from list page */
.single-header__info-wrap {
}
.single-header__title-wrap {
}
.single-header__title-wrap--extra-title {
	display: none;
}
.single-header__title-wrap-spacer {
	height: 1px;
	display: none;
}
.single-header--1 .single-header__info-wrap {
}
.single-header--1 .single-header__title-wrap {
	display: none;
}
.single-header--1 .single-header__title-wrap--extra-title {
	display: block;
}
.single-header--1 .single-header__title-wrap-spacer {
}
.single-header--2 .single-header__info-wrap {
}
.single-header--2 .single-header__title-wrap {
}
.single-header--2 .single-header__title-wrap--extra-title {
	display: none;
}
.single-header--2 .single-header__title-wrap-spacer {
}
.single-header--3 .single-header__info-wrap {
}
.single-header--3 .single-header__title-wrap {
}
.single-header--3 .single-header__title-wrap--extra-title {
}
.single-header--3 .single-header__title-wrap-spacer {
	display: block;
}
.single-header__floating-box {
	position: absolute;
	width: 350px;
	padding: 10px 0px 24px 0px;
	font-size: 28px;
	line-height: 33px;
	word-wrap: break-word;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
# TEAM
--------------------------------------------------------------*/
#team-member-list {
	justify-content: space-between;
}

#client-logo-list {
	justify-content: start;
}
.team-member-description {
	display: none;
	font-size: 17px;
	position: relative;
	opacity: 0;
	line-height: 1.3;
	margin-top: -30px;
	margin-bottom: 50px;
}
@media (min-width: 992px) {
	.team-member-description {
		font-size: 20px;
	}
}
.team-member-description-spacer {
	display: none;
}
.team-member-description__close {
	position: absolute;
	top: 2px;
	right: -69px;
	width: 11px;
	height: 11px;
	cursor: pointer;
}
.team-member-description__close + p {
	margin-top: 0px;
}
.team-member-description__close svg {
}
.team-member-description__close svg .a {
	-webkit-transition: fill 0.3s ease;
	-moz-transition: fill 0.3s ease;
	-ms-transition: fill 0.3s ease;
	-o-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}
.team-member-description__close:hover svg .a {
	fill: #878787;
}
.about-quote {
	position: relative;
}
.about-quote__wrap {
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.about-quote--1 #about-quote-1 {
	overflow: hidden;
	opacity: 1;
}
.about-quote--2 #about-quote-2 {
	overflow: hidden;
	opacity: 1;
}
.about-quote__text {
	font-size: 50px;
	line-height: 55px;
	font-family: "LL Akkurat Regular Sub", sans-serif;
	margin: 20px 0px 18px 0px;
}
.about-quote__author {
	font-size: 13px;
	line-height: 15px;
	color: #878787;
}
.about-image-wrap {
	margin: 30px 0px 20px 0px;
	text-align: right;
}
.about-image-wrap__image {
	display: inline-block;
}

/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.page-single__description {
	font-size: 20px;
	padding-top: 17px;
	line-height: 24px;
}
.page-single__description p {
	margin: 0px 0px 24px 0px;
}

/*--------------------------------------------------------------
# CLIENTS
--------------------------------------------------------------*/
.client-list {
	margin-bottom: 70px;
}
.client-list__item-wrap {
	margin-bottom: 15px;
}
.client-list__item {
	display: inline;
	font-size: 30px;
	line-height: 37px;
	text-decoration: none;
	color: #000;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.client-list__item:hover {
	color: gray;
	border-bottom: 3px solid rgba(128, 128, 128, 1);
}

/*--------------------------------------------------------------
# CONTACTS
--------------------------------------------------------------*/
.contacts {
}
.contacts__content-box {
	font-size: 20px;
	margin: 41px 0px 0px 0px;
	width: 350px;
}
.contacts__content-box + .contacts__content-box {
	margin-left: 50px;
}
.contacts__content-box p {
	margin: 0px;
}
.contacts__content-box a {
	font-family: "LL Akkurat Regular Sub";
	text-decoration: none;
}
.contacts__content-box a:hover {
	text-decoration: underline;
}
.contacts__content-box-p--small a {
	text-decoration: underline;
}
.contacts__content-box-p {
	margin: 12px 0px 0px 0px;
	line-height: 24px;
}
.contacts__content-box-p p {
}
.contacts__content-box-p--small {
	font-size: 14px;
    line-height: 1.4;
	/*color: #878787;*/
	font-family: "LL Akkurat Regular Sub";
	margin-top: 15px;
}
.contacts__content-box-p--small p {
}
.contacts__content-box-p--style-2 {
	margin: 7px 0px 0px 0px;
	line-height: 37px;
}
.contacts__map-wrap {
}
.contacts__map-iframe {
	width: 100%;
	height: 50vh;
}
#map {
	width: 100%;
	height: 746px;
	margin-top: 79px;
}
.page-template-page_contacts h2 {
	font-size: 28px;
	margin: 0 0 10px;
}
.page-template-page_contacts h3 {
	font-family: "LL Akkurat Bold Sub", sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 30px;
}
.page-template-page_contacts h6 {
	font-size: 16px;
	line-height: 18px;
	margin: 5px 0 0;
}

/*--------------------------------------------------------------
# NEWS SINGLE
--------------------------------------------------------------*/
.news-single {
	padding-top: 0px;
}
.news-single__header {
	padding-top: 13px;
	padding-bottom: 44px;
}
.news-single__title {
	font-size: 30px;
	line-height: 37px;
}
.news-single__meta {
	font-size: 30px;
	font-family: "LL Akkurat Regular Sub", sans-serif;
	line-height: 37px;
}
.news-single__category {
}
.news-single__date {
}
.news-single__slider {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.news-single__slider:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 71.39%;
}
.news-single__slider-controls {
	position: absolute;
	z-index: 2;
	top: 50px;
	right: 50px;
}
.news-single__slider-control {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #000;
}
.news-single__slider-control--prev {
	background-position: 13px 15px;
	background-image: url('img.bkp/arrow-left.png');
}
.news-single__slider-control--next {
	background-position: 13px 15px;
	background-image: url('img.bkp/arrow-right.png');
	margin-bottom: 1px;
}
.news-single__slider-slides {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.news-single__slider-slide {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.news-single__slider-slide--current {
	opacity: 1;
}
.news-single__slider img {
	display: block;
}
.news-single__content {
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
.news-single__content p {
	margin: 18px 0px;
}
.news-single__close {
	display: block;
	background: url('img/close-x.png') no-repeat 0px 0px;
	width: 17px;
	height: 22px;
	cursor: pointer;
	float: left;
	margin-top: 9px;
}
.news-single__quote {
	margin-top: 20px;
	padding-top: 13px;
}
.news-single__quote-text {
	font-size: 39px;
	font-family: "LL Akkurat Regular Sub", sans-serif;
	line-height: 45px;
	margin-bottom: 26px;
}
.news-single__quote-author {
	margin-top: 28px;
	font-size: 13px;
	line-height: 15px;
	color: #878787;
}
.news-single__quote-company {
	font-size: 13px;
	line-height: 15px;
	color: #878787;
}

/*--------------------------------------------------------------
# PRELOAD
--------------------------------------------------------------*/
.preload-container {
	opacity: 0;
}
.preload-container--loaded {
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	transition: opacity 1s linear;
}

/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/

/*
@media (min-width: 1900px) {
.site-center-box {
width: 1800px;
}
.article-box__sizer {
width: 18%;
}
.article-list__grid-sizer {
width: 18%;
}
.article-list__gutter-sizer {
width: 2%;
}
.layout-col--width-1 {
width: 18%;
}
.layout-col--spacing-1:nth-child(3n+2), .layout-col--spacing-1:nth-child(3n+3) {
margin-left: 2%;
}
.site-home-slide__arrow_global {
margin-left: -900px;
}
.site-home-slide__line {
margin-left: -900px;
}
.site-home-slide__arrow {
margin-left: -900px;
}
}
*/
@media (min-width:1200px) {
	#menu {
		display: none;
	}
	.page-id-10 .article-box--hover-white,
	.post-type-archive .article-box--hover-white {
		display: inline-block;
	    vertical-align: top;
	    margin-right: 46px;
	}
	.page-id-10 .article-box--hover-white:nth-child(3n+3),
	.post-type-archive .article-box--hover-white:nth-child(3n+3) {
	    margin-right: 0;
	}
	.slideout-panel {
	    transform: initial !important;
	}
}
@media (max-width:1199px) {
	.layout-col {
	}
	.layout-col--spacing-1:nth-child(3n+2), .layout-col--spacing-1:nth-child(3n+3) {
		margin-left: 5%;
	}
	.layout-col--left {
		float: left;
	}
	.layout-col--right {
		float: right;
	}
	.layout-col--width-1 {
		width: 30%;
	}
	.layout-col--width-2 {
		width: 65%;
	}
	.layout-col--width-3 {
		width: 100%;
	}
	.layout-col--margin-1 {
		margin-right: 35%;
	}
	.layout-col--margin-2 {
		margin-left: 5%;
	}

	/* SLIDEOUT */
	body {
		width: 100%;
		height: 100%;
	}
	.slideout-menu {
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 0;
		width: 256px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		display: none;
		background-color: #fff;
	}
	/*.slideout-menu {
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 0;
		width: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		display: none;
		background-color: #fff;
		z-index: 9999;
	}*/
	.slideout-panel {
		position: relative;
		z-index: 1;
	}
	.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
		overflow: hidden;
	}
	.slideout-open .slideout-menu {
		display: block;
	}

	/* REST */
	.menu-toggle {
		display: block;
	}
	.site {
		padding: 0px;
	}
	.site-header {
		position: static;
	}
	.site-center-box {
		width: 100%;
		padding: 0px 10px;
	}
	.main-navigation {
		display: none;
	}
	.site-social {
		display: none;
	}
	.site-branding {
		margin-right: 0px;
		width: auto;
	}
	.site-header {
		padding: 0px 10px;
	}
	.site-home-slides__inner_container {
		position: static;
		overflow: visible;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	.site-home-slides__inner_container--scroll {
		position: static;
		top: auto;
	}
	.site-home-slide {
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	.site-home-slides--scroll .site-home-slide {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
	}
	.site-home-slide__line {
		display: none;
	}
	.site-home-slide__arrow {
		display: none;
	}
	.site-home-slide-quote {
		margin-bottom: 5vh;
	}
	.site-home-slide-quote,
	.site-home-slide-quote-testing
	 {
		display: block;
		opacity: 1;
		margin-top: 5vh;
		padding-top: 0px;
		width: 100%;
	}
	.article-box__sizer {
		width: 48%;
	}
	.article-box__sizer-2 {
		width: 33.33%;
	}
	.article-list__grid-sizer {
		width: 48%;
	}
	.article-list__gutter-sizer {
		width: 3%;
	}
	.site-footer__info {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.site-footer__info--desktop {
		display: none;
	}
	.site-footer__info--mobile {
		display: block;
	}
	.site-footer__contact {
		width: 100%;
		float: none;
	}
	.site-footer__contact-col {
		width: 50%;
	}
	.page-header__categories {
		margin-right: 5%;
	}
	.page-header {
		margin: 20px 0px 30px 0px;
	}
	.article-box--hover-white:before {
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
	}
	.contacts__content-box {
		margin: 20px 0px 0px 0px;
		width: 48%;
	}
	.contacts__content-box + .contacts__content-box {
		margin-left: 4%;
	}
	#map {
		height: 50vh;
		margin-top: 30px;
	}
	.project-single__content-left {
		float: none;
		width: 100%;
	}
	.project-single__content-left--margin-1 {
		margin-right: 0%;
	}
	.project-single__content-right {
		float: none;
		width: 100%;
	}
	.project-single__gallery-image--position-1 {
		float: none;
		width: 100%;
	}
	.project-single__gallery-image--position-2 {
		float: none;
		width: 100%;
	}
	.project-single__gallery-image--position-3 {
		width: 100%;
	}
	.project-single__gallery-image--position-4 {
		float: none;
		width: 100%;
	}
	.project-single__gallery-image--position-5 {
		float: none;
		width: 100%;
	}
	.project-single__gallery-image--position-6 {
		float: none;
		width: 100%;
	}
	.project-single__gallery-image--position-7 {
		float: none;
		width: 100%;
	}
	.page-header__categories-wrap {
		margin-right: 3%;
	}
	.news-single__slider-controls {
		top: 10px;
		right: 10px;
	}
	.page-header__info {
		margin-top: 0px;
	}
	.article-box__image-slider {
		overflow: hidden;
		height: auto;
	}
	.article-box__image-slider:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 132.85%;
	}
	.page-id-10 .article-box--hover-white:nth-child(1n+1),
	.post-type-archive .article-box--hover-white:nth-child(1n+1) {
	    margin-right: calc(2% - 4px);
	}
}
@media (max-width:991px) {
	.single-header__content-left {
		float: none;
		width: 100%;
	}
	.single-header__content-left--margin-1 {
		margin-left: 0%;
	}
	.single-header__content-right {
		float: none;
		width: 100%;
	}
	.article-box__sizer {
		width: 48%;
	}
	.article-list__grid-sizer {
		width: 48%;
	}
	.article-list__gutter-sizer {
		width: 3%;
	}
}
@media (max-width:767px) {
	.layout-col {
	}
	.layout-col--spacing-1:nth-child(3n+2), .layout-col--spacing-1:nth-child(3n+3) {
		margin-left: 0%;
	}
	.layout-col--left {
		float: none;
	}
	.layout-col--right {
		float: none;
	}
	.layout-col--width-1 {
		width: 100%;
	}
	.layout-col--width-2 {
		width: 100%;
	}
	.layout-col--width-3 {
		width: 100%;
	}
	.layout-col--margin-1 {
		margin-right: 0%;
	}
	.layout-col--margin-2 {
		margin-left: 0%;
	}
	.page-header__description--fixed-height, .page-header__description--fixed-height-2 {
		height: auto;
	}
	.article-box__sizer {
		width: 100%;
	}
	.article-box__sizer-2 {
		width: 33.33%;
	}
	.article-list__grid-sizer {
		width: 100%;
	}
	.article-list__gutter-sizer {
		width: 0px;
	}
	.contacts__content-box {
		margin: 20px 0px 0px 0px;
		width: 100%;
		font-size: 20px;
	}
	.contacts__content-box-p {
		line-height: 28px;
	}
	.contacts__content-box-p--style-2 {
		line-height: 28px;
	}
	.contacts__content-box + .contacts__content-box {
		margin-left: 0%;
	}
	.site-footer__contact-col {
		width: 100%;
		float: none;
	}
	.site-footer__contact-col + .site-footer__contact-col {
		margin-top: 10px;
	}
	.page-header__title {
		margin-bottom: 15px;
	}
	.page-header__categories {
		margin-right: 0px;
	}
	.page-header__categories-wrap {
		margin-right: 0px;
	}
	.team-member-description__close {
		position: absolute;
		top: -30px;
		right: 10px;
	}
	.article-box__container {
		height: auto;
	}
	.page-header__close {
		float: none;
	}
	.page-header__info {
		margin-top: 15px;
	}
	.post-type-archive .article-box--hover-white {
	    margin-right: 0 !important;
	}
}

/* Pin button styles */
a.pinit-button.custom {
	opacity: .7;
}
a.pinit-button.custom:hover {
	opacity: 1;
}

/*Homepage flickity sldier*/

.main-carousel {
	/*max-width: 1700px;*/
	margin: 0 auto;
	margin-bottom: 53px;
}

@media(max-width: 768px) {
	.main-carousel {
		padding-bottom: 100px;
		margin-bottom: 0;
	}
}

.carousel-cell {
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.cell-content {
	height: 100%;
	width: 100%;
	/*background-color: rgba(0,0,0,0.2);*/
	background: url(images/shape-bg.png) 0 bottom repeat-x;
	display: flex;
}

.cell-content-text {
	display: flex;
	flex-direction: column;
}

@media (max-width: 767px) {
	.news-box-home {
		margin-top: -70px;
	}
}


/* Practice page */
.row_images {
	margin-top: 54px;
}

.approach {
	background-color: #292929;
	margin-top: 45px;
	padding: 1px 0 36px;
}
.approach h2,
.approach h4,
.approach p {
	color: white;
}
.row_approach {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.row_approach:before,
.row_approach:after {
   content: normal; // IE doesn't support `initial`
}
.row_approach h4,
.row_approach p {
	font-family: "LL Akkurat Regular Sub", sans-serif;
	margin-top: 0;
}
.col-3, .col-9 {
	float: left;
	width: 100%;
}
.col-3 span {
	display: block;
	background-color: #fff;
}
@media (min-width: 768px) {
	.col-3 {
		width: 25%;
	}
	.col-9 {
		width: 75%;
	}
	.approach p {
		padding-right: 30px;
	}
}
@media (min-width: 992px) {
	.col-3 {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.row_approach {
		margin-left: -20px;
		margin-right: -20px;
	}
	.col-3 {
		padding: 0 20px;
	}
}
.single-header__content-header.reduced-margin  {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.single-header__content-header.reduced-margin {
		margin-bottom: 11px;
	}
}

.row_approach__tabs {
	display: none;
	/*padding-bottom: 50px;*/
}

.row_approach__tabs p {
	padding-left: 150px;
	font-size: 30px;
}

@media (min-width: 1200px) {
	.row_approach__tabs p {
		min-height: 230px;
	}
}

.tab {
	padding-top: 30px;
}

.tab button {
	font-family: "LL Akkurat Regular Sub", sans-serif;
	display: block;
	color: #fff;
	border: none;
	outline: none;
	padding: 0;
	font-size: 16px;
	margin-bottom: 18px;
	opacity: 0.5;
/*background-color: inherit;*/
	background-color: transparent;
	cursor: pointer;
	transition: 0.3s;
	padding-left: 50px;
	position: relative;
}

.tab button:hover {
	opacity: 1;
}

.tab button.active {
	opacity: 1;
}

.tab button:hover:before,
.tab button.active:before,
button.accordion.active:before,
button.accordion:hover:before {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 3px;
	left: 0px;
}

.tabcontent {
	display: none;
}


button.accordion {
	background-color: transparent;
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	font-family: "LL Akkurat Regular Sub", sans-serif;
	color: #fff;
	padding: 0;
	font-size: 16px;
	opacity: 0.5;
	padding-left: 50px;
	position: relative;
	transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
	opacity: 1;
}

.panel {
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom: 20px;
}

.panel p {
	padding-left: 50px;
	padding-top: 20px;
	font-size: 20px;
	margin-bottom: 20px;
}



@media (min-width: 768px) {
	.row_approach__tabs {
		display: table;
		width: 100%;
	}
	.row_approach__accordion {
		display: none;
	}
}

.team-section {
	margin-top: 40px;
	margin-bottom: 120px;
}
.callto {
	padding: 50px 0;
	font-size: 20px;
	text-align: center;
	font-family: "LL Akkurat Regular Sub", sans-serif;
}
.callto a {
	font-family: "LL Akkurat Bold Sub", sans-serif;
	border-bottom: 3px solid #000;
	text-decoration: none;
}

/* Popup */
.nf-popup-1115 .mfp-close {
	color: #fff;
	text-shadow: none;
	opacity: 1;
	width: auto;
	height: auto;
	font-size: 35px;
    top: -5px;
}
.nf-popup-1115 .mfp-close:hover {
	box-shadow:none;
	border:none;
	opacity: .7;
}
.nf-popup-1115 p {
	color: #fff;
	font-size: 17px;
	font-family: "LL Akkurat Regular Sub", sans-serif;
	margin-bottom: 41px;
	line-height: 1.6;
}
.nf-popup-1115 p strong {
	font-size: 20px;
	font-family: "LL Akkurat Regular Sub", sans-serif;
}
.nf-popup-1115 .nf-form-fields-required {
	display: none;
}
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 {
	border-radius: 0;
}
.nf-popup-1115 input,
.nf-popup-1115 textarea {
	color: #fff;
	background: transparent;
	border:none;
	border-bottom: 3px solid #fff;
	padding: 0 0 15px;
	font-size: 17px;
	font-family: "LL Akkurat Regular Sub", sans-serif;
}
.nf-popup-1115 input:focus,
.nf-popup-1115 textarea:focus {
	border-bottom: 3px solid #4a4a4a;
	color:#fff;
}

.nf-popup-1115 .nf-error .ninja-forms-field {
	border:none;
	border-bottom: 3px solid #e80000;
}

.nf-popup-1115 input[type="button"] {
	padding: 17px 23px 19px;
	box-shadow: none;
	border-radius: 0;
	border: 3px solid #fff;
	width: 100%!important;
}

.nf-popup-1115 input[type="button"]:hover {
	background-color: #fff;
	color: #000;
}

@media (min-width: 992px) {
	.nf-popup-1115 p {
		font-size: 20px;
	}
	.nf-popup-1115 p strong {
		font-size: 28px;
	}
	.nf-popup-1115 input,
	.nf-popup-1115 textarea {
		font-size: 20px;
	}
	.nf-popup-1115 input[type="button"] {
		width: auto!important;
		float: right;
	}
}

/* Team modal */
.modalDialog {
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #eeeeee; /* Black w/ opacity */
    opacity:0;
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    position: relative;
    padding-bottom: 36px;
}

.modalDialog div img {
	margin-bottom: 36px;
}

.close_team {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}

.close_team:hover,
.close_team:focus {
	opacity: .6;
    text-decoration: none;
    cursor: pointer;
}

@media(max-width: 991px) {
	.close_team {
		position: absolute;
		top: -44px;
		right: 0;
	}
}



/* Leon's modal */
.modal {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    background: #2a2a2a;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
    padding: 50px 0;
}
.modal .modal-center-box {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    position: relative;
}
.contact-modal {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-modal h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.contact-modal h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 41px;
    line-height: 1.6;
    margin: 0 0 45px 0;
}
.contact-modal .field-wrap {
    float: left;
    width: 100%;
}
.contact-modal .field-wrap input.text, .contact-modal .field-wrap textarea {
    display: block;
    width: 100% !important;
    color: #fff !important;
    background: transparent;
    border: 0;
    border-bottom: 3px solid #fff;
    font-size: 20px;
    margin-bottom: 30px;
    min-height: 50px; /*ie fix */
}
.contact-modal .field-wrap .help-block.error p {
    color: crimson;
}
.contact-modal .field-wrap textarea {
    height: 200px;
}
.contact-modal .field-wrap .submit {
    background: transparent;
    box-shadow: initial;
    border: 3px #fff solid;
    border-radius: 0;
    text-shadow: initial;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    float: right;
    margin-top: 15px;
    box-shadow: none;
}
.contact-modal .close-btn {
    position: absolute;
    top: -35px;
    right: 0;
    background: transparent;
    box-shadow: initial;
    text-shadow: initial;
    border: 0;
    padding: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.contact-modal .close-btn:hover {
	opacity: .5;
}
.contact-modal .close-btn img {
	width: 20px;
	height: 20px;
}
.contact-form-success {
    display: none;
    padding: 100px 0;
}
.contact-form-success h3 {
    text-align: center;
    font-size: 30px;
    max-width: 760px;
    margin: 0 auto;
}
@media(min-width: 768px) {
    .contact-modal form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* justify-content: space-between; */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-modal .sm-half {
        width: 50%;
    }
    .contact-modal .sm-half.left {
        padding-right: 15px;
    }
    .contact-modal .sm-half.right {
        padding-left: 15px;
    }
    .contact-modal .sm-table-cell {
        display: table-cell;
    }
}
@media(min-width: 992px) {
    .modal {
    	padding-top: 130px;
    }
    .contact-modal .close-btn {
        top: 5px;
    }
    .contact-modal h3 {
        font-size: 28px;
    }
    .contact-modal h4 {
        font-size: 20px;
    }
}

/* Fancy menu for archive */

/*Style for the first level menu bar*/
ul#menu-drop{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu-drop label,
ul#menu-drop input {
	display: none;
}

@media (max-width: 767px) {
	ul#menu-drop{
	  top:0;
	  width:100%;
	  height:3em;
	  margin:0;
	  padding:0 10px;
	  background:#231f20;
	  color:#fff;
	}

	ul#menu-drop > li{
	  float:left;
	  list-style-type:none;
	  position:relative;
	  width: 100%;
	}

	ul#menu-drop label{
	  position:relative;
	  display:block;
	  padding:0 18px 0 5px;
	  line-height:3em;
	  transition:background 0.3s;
	  cursor:pointer;
	}

	ul#menu-drop label:after{
	  content:"";
	  position:absolute;
	  display:block;
	  top:50%;
	  right:5px;
	  width:0;
	  height:0;
	  border-top:4px solid rgba(255,255,255,1);
	  border-bottom:0 solid rgba(255,255,255,1);
	  border-left:4px solid transparent;
	  border-right:4px solid transparent;
	  transition:border-bottom .1s, border-top .1s .1s;
	  }

	/*ul#menu-drop label:hover,
	ul#menu-drop input:checked ~ label{background:rgba(0,0,0,.3);}*/

	ul#menu-drop input:checked ~ label:after{
	  border-top:0 solid rgba(255,255,255,1);
	  border-bottom:4px solid rgba(255,255,255,1);
	  transition:border-top .1s, border-bottom .1s .1s;
	}

	/*hide the inputs*/
	ul#menu-drop input{display:none}

	/*show the second levele menu of the selected voice*/
	ul#menu-drop input:checked ~ ul.submenu{
	  max-height:300px;
	  transition:max-height 0.5s ease-in;
	}

	/*style for the second level menu*/
	ul#menu-drop ul.submenu{
	  max-height:0;
	  padding:0;
	  overflow:hidden;
	  list-style-type:none;
	  background:#231f20;
	  box-shadow:0 0 1px rgba(0,0,0,.3);
	  transition:max-height 0.5s ease-out;
	  position:absolute;
	  /*min-width:100%;*/
	  left:-10px;
	  right:-10px;
	  width: auto;
	  margin-left: 0;
	  z-index: 9999;
	}

	ul#menu-drop ul.submenu li a{
	  display:block;
	  padding:12px 15px;
	  color:#ddd;
	  text-decoration:none;
	  box-shadow:0 -1px rgba(0,0,0,.5) inset;
	  transition:background .3s;
	  white-space:nowrap;
	}

	ul#menu-drop ul.submenu li a:hover{
	  background:rgba(0,0,0,.3);
	}
}

/* Social share styles */
.social_share a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 1;
	background-color: #231f20;
	text-align: center;
	padding-top: 7px;
	margin-right: 1px;
}
.social_share .site-social__link svg {
	display: inline-block;
}
.social_share a .a {
	fill: #fff;
}
.post_image_pin {
	position: relative;
	display: block;
}
.post_image_pin > img {
	max-width: 100%;
	width: auto;
}
.post_image_pin .pin_but {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	width: 45px;
	height: 45px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	padding-top: 13px;
    padding-left: 1px;
}
.post_image_pin .pin_but img {
	width: 17px;
	height: 17px;
}
@media (min-width: 1200px) {
	.post_image_pin .pin_but {
		display: none;
		width: 60px;
		height: 60px;
		padding-top: 16px;
	}
	.post_image_pin .pin_but img {
		width: 25px;
		height: 25px;
	}
}
.post_image_pin:hover .pin_but {
	display: block;
}
.post_image_pin .pin_but:hover {
	background-color: rgba(0,0,0,0.8);
}

.header--fixed {
	/*position: fixed;*/
	z-index: 10;
	right: 0;
	left: 0;
	top: 0
}
.headroom {
	transition: transform .25s ease-in-out;
	will-change: transform
}
.headroom--pinned {
	transform: translateY(0)
}
.headroom--unpinned {
	transform: translateY(-100%)
}


/*New about styles*/
.big_image_2 {
	margin-top: 50px;
}

.page-template-page_about-php .project-single__description h2 {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.layout-col--width-3__left {
		padding-right: 25px;
	}
	.layout-col--width-3__right {
		padding-left: 25px;
	}
}

.about_studio_images {
	margin-top: 80px;
}

.about_studio_images img {
	vertical-align: bottom;
	margin-bottom: 50px;
}

.project-single__description .blockquote_about__team {
	padding-bottom: 30px;
}

.msg_mob {
	display: block;
	position: absolute;
    width: auto!important;
    font-size: 12px;
    right: 10px;
    top: 21px;
}

@media (min-width: 768px) {
	.msg_mob {
		display: none!important;
	}
}
