/*!
Theme Name: WEB
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: LICENSE
Text Domain: web
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

WEB is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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

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

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

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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 black;
	border-radius: 0;
	background: transparent;
	color: black;
	padding: 5px 15px 3px 15px;
	text-transform: uppercase;
	font-size: 11px;
}

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 {
	background: transparent;
	color: black;
  border: 1px solid black;
  border-radius: 0;
  padding: 3px;
	width: 100%;
	font-size: 11.5px;
	font-weight: 100;
}

input[type="text"],
input[type="email"] {
	border: none;
	border-bottom: 1px solid black;
	height: 22px;
	padding: 3px 3px 3px 0px;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	margin-top: 5px;
}

/*--------------------------------------------------------------
# STYLING
--------------------------------------------------------------*/
@media screen and (min-width: 0px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
body {
	padding: 145px 15px 10px 15px;
}

body, html, div, a, p, span, h1, h2, h3, h4, h5, h6 {
	font-family: 'Helevtica', sans-serif;
	color: black;
	text-decoration: none;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html, div, a, p, span {
	font-size: 11.5px;
	line-height: 14px;
}

h2, h2 a, h2 span {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

h2.post-cat span.comma:last-child, .title span.comma:last-child {
  display: none;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.site-branding {
  border-top: 1px solid black;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  padding-top: 9px;
	margin: 0 15px;
	z-index: 3;
}

.desktop-col-bar {
	display: none;
}

.col-bar, .desktop-col-bar {
	background: white;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: fixed;
	height: 65px;
	width: 100%;
	z-index: 1;
}

.logo {
	display: inline-block;
}

.logo.ai {
  margin-left: 25px;
}

.logo img {
  display: block;
  width: auto;
  height: 24px;
  max-width: none;
}

.desktop-nav {
  display: none;
}

.m-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
	z-index: 5;
}

.line {
  background: black;
  height: 8px;
  margin-bottom: 3px;
  width: 35px;
}

.line.T {
  height: 4px;
}

.line.Th {
  height: 2px;
}
/*--------------------------------------------------------------
# MOBILE NAVIGATION
--------------------------------------------------------------*/
.mob-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 145px 15px 15px 15px;
  height: 100vh;
  background: white;
	display: none;
	z-index: 1;
}

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

ul#primary-menu a {
  color: black;
  text-decoration: none;
  font-size: 16px;
	line-height: 14px;
  font-weight: 100;
	display: block;
}

ul#primary-menu li {
  border-top: 1px solid;
	padding: 5px 0 4px 0;
}

ul#primary-menu li:last-child {
  border-bottom: 1px solid black;
}

ul.sub-menu {
  padding: 4px 0 0 0;
  margin: 0;
  list-style: none;
}

ul.sub-menu li {
  border-bottom: none!important;
}

li.menu-item-has-children {
  padding-bottom: 0!important;
}

ul#primary-menu a:hover, a:hover, .info-toggle:hover, .m-toggle:hover {
	cursor: pointer;
	font-weight: 500;
}
/*--------------------------------------------------------------
# INDEX & ARCHIVE
--------------------------------------------------------------*/
.opener {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #b3afac;
	z-index: 2;
}

.opener .marque {
	position: fixed;
	left: 15px;
	bottom: 15px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 1000ms ease-in-out;
	transition: width 1000ms ease-in-out;
}

.visi {
	width: 200px!important;
}

.post-block {
  margin-bottom: 30px;
}

.title, entry-title {
  line-height: 14px;
}

.entry-title a {
  font-weight: 500;
  text-transform: uppercase;
}

.thumb {
	margin-bottom: 15px;
}

.thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

header.page-header {
  border-top: 1px solid black;
	padding-top: 5px;
	margin-bottom: 30px;
}

header.page-header.media {
	margin-top: 81px;
}

h2.page-title, h2.cat-title {
  display: inline-block;
}

h2.cat-title li a {
	font-size: 11.5px;
	line-height: 14px;
}

h2.page-title {
	font-weight: 500;
  margin-right: 30px;
}

li.cat-item {
  padding: 0;
  list-style: none;
  display: none;
  margin-right: 10px;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
h2.post-title {
  font-weight: 500;
	margin-right: 30px;
}

header.entry-header {
  border-top: 1px solid black;
  padding: 5px 0 0 0;
  margin-bottom: 30px;
}

header.entry-header h2 {
  display: inline-block;
}

.post-content {
  border-top: 1px solid black;
  padding: 5px 0 0 0;
}

.post-bar {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.info-toggle {
  display: none;
}

.naviagtion, .back {
  float: left;
  width: 50%;
}

.back {
	text-align: right;
	opacity: .5;
}

.post-desciption, .post-details {
  margin-bottom: 30px;
}

span.upper {
	font-size: 11px;
	line-height: 13.5px;
	text-transform: uppercase;
}

.image-container img, .image-container video {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.Full, .Half, .Quarter {
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
# SINGLE POST – JOURNAL
--------------------------------------------------------------*/
.date {
  display: none;
}

.feat-img img {
  display: block;
  width: 100%;
}

.post-single-content {
	margin-top: 25px;
}

.post-single-content p {
  margin: 0 0 15px 0;
  /* text-indent: 20px; */
}

.post-single-content p:first-child {
  text-indent: 0;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer {
  margin-top: 60px;
}

.marque img {
  display: block;
  width: 200px;
  max-width: none;
}

.site-info {
  clear: both;
  overflow: hidden;
  border-top: 1px solid black;
  margin-top: 10px;
  padding-top: 10px;
}

span.b-name, span.b-number {
	width: 50%;
	float: left;
}

span.b-number {
	text-align: right;
}

span.b-address {
  display: none;
}
/*--------------------------------------------------------------
# DEFAULT PAGE
--------------------------------------------------------------*/
body.page-template-default, body.page-template-default .col-bar,
body.page-template-default .desktop-col-bar,
body.page-template-default .mob-nav {
  background: #d4d1ce;
}

body.page-contact, body.page-contact .col-bar,
body.page-contact .desktop-col-bar,
body.page-contact .mob-nav {
  background: #b3afac;
}

h2.sec-title {
	font-weight: 500;
	margin-bottom: 27px;
}

.sec-desc {
	margin-bottom: 30px;
}

.sec-desc p {
  margin: 0;
  text-indent: 20px;
}

.sec-desc p:first-child {
  text-indent: 0;
}

img.sec-img {
  display: block;
  width: 100%;
}

.content-block {
  border-top: 1px solid black;
  padding-top: 5px;
	margin-bottom: 30px;
}
/*--------------------------------------------------------------
# CONTACT TEMPLATE
--------------------------------------------------------------*/
body.page-template-template-contact, body.page-template-template-contact .col-bar,
body.page-template-template-contact .desktop-col-bar,
body.page-template-template-contact .mob-nav {
	background: #b3afac;
}

#map {
	height: 100vh;
}
/*--------------------------------------------------------------
# FRONT TEMPLATE
--------------------------------------------------------------*/
body.page-template-template-front .line {
	background: white;
}

body.page-template-template-front .mob-nav {
	background: black;
}

body.page-template-template-front .site-branding,
body.page-template-template-front ul#primary-menu li {
	border-top: 1px solid white;
}

body.page-template-template-front ul#primary-menu li:last-child {
	border-bottom: 1px solid white;
}

body.page-template-template-front .desktop-nav ul.sub-menu li:last-child {
	border-bottom: 1px solid white!important;
}

body.page-template-template-front ul#primary-menu a {
	color: white;
	font-weight: normal;
}

body.page-template-template-front .col-bar,
body.page-template-template-front .desktop-col-bar {
	background: transparent;
}

body.page-template-template-front footer {
	padding: 10px 15px;
}

body.page-template-template-front {
	padding: 0;
}

.home-slideshow .slider.vis {
	opacity: 1;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.home-slideshow .slider {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	height: 100vh;
	-webkit-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	display: block;
	z-index: -2;
}

.home-slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	height: 100vh;
	background: black;
	opacity: .2;
	z-index: -1;
	mix-blend-mode: multiply;
}

video.home-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

h1.statement {
  font-weight: lighter;
	font-size: 24px;
	line-height: 27px;
  margin: 0;
	color: white;
}

.statement-Wrap {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  max-width: 450px;
  height: 107px;
  margin: auto;
}

.h-intro, .h-cta {
	max-width: 420px;
}

.h-intro, .h-cta a {
	font-size: 18px;
  line-height: 20px;
	font-weight: lighter;
}

.add-content {
  margin: 20px 15px;
  border-top: 1px solid;
  padding-top: 15px;
	min-height: 50vh;
}

.h-intro, .h-cta {
  margin-bottom: 15px;
}

.h-cta a {
	text-decoration: underline;
}

.page-intro {
  border-top: 1px solid black;
	padding-top: 5px;
	margin-bottom: 81px;
}

.page-intro h2 {
	margin-bottom: 27px;
}

body.page-contact h2 {
	margin-bottom: 27px;
}

span.wpcf7-form-control-wrap.radio-contact-method {
  margin-top: 10px;
  display: block;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 15px 0px 0;
}

}

@media screen and (min-width: 568px) {
/*--------------------------------------------------------------
# JOUNAL ARCHIVE
--------------------------------------------------------------*/
main#main {
	clear: both;
	overflow: hidden;
}

body.archive article.category-journal,
body.archive article.category-media {
  width: calc(100% / 2 - 7.5px);
  float: left;
}

body.archive article.category-journal:nth-child(2n - 1),
body.archive article.category-media:nth-child(2n - 1) {
	margin-right: 15px;
}

.Quarter-wrap {
    clear: both;
  overflow: hidden;
}


/*--------------------------------------------------------------
# SINGLE POST – JOURNAL
--------------------------------------------------------------*/
.feat-img, .post-single-content {
  width: 50%;
	margin: 0;
	float: left;
}

.feat-img {
  padding-right: 7.5px;
}

.post-single-content {
  padding-left: 7.5px;
}

.post-details {
  clear: both;
  overflow: hidden;
}
/*--------------------------------------------------------------
# CONTACT TEMAPLATE
--------------------------------------------------------------*/
body.page-template-template-contact .content-block {
	width: 50%;
	float: left;
}

#map {
	margin-right: 15px;
	height: 544px;
}
}

@media screen and (min-width: 768px) {
/*--------------------------------------------------------------
# INDEX & ARCHIVE
--------------------------------------------------------------*/
body.blog article, body.archive article {
	width: calc(100% / 3);
	float: left;
}

main#main {
  clear: both;
  overflow: hidden;
}

body.blog article:nth-child(3n), body.archive article:nth-child(3n) {
  padding-left: 10px;
}

body.blog article:nth-child(3n - 1), body.archive article:nth-child(3n - 1) {
  padding: 0 5px;
}

body.blog article:nth-child(3n - 2), body.archive article:nth-child(3n - 2)  {
  padding-right: 10px;
}

body.blog article.feat, body.archive article.feat {
  width: 66.66%!important;
  width: calc(100% / 3 * 2)!important;
}

.feat-wrap article.feat {
	padding-right: 0;
}

.Third-wrap, .Quarter-wrap, .Fifth-wrap, .feat-wrap {
  clear: both;
  overflow: hidden;
}

li.cat-item {
	display: inline-block;
}

body.category-projects li.cat-item.view-all a, body.blog li.cat-item.view-all a, li.cat-item.current-cat a {
	text-decoration: underline;
}

h2.page-title {
  width: 33%;
  margin-right: 5px;
}
/*--------------------------------------------------------------
# JOUNAL ARCHIVE
--------------------------------------------------------------*/
body.archive article.category-journal {
  width: calc(100% / 4 - 11.25px);
  float: left;
	padding: 0;
}

body.archive article.category-journal:nth-child(4n - 3) {
	margin: 0 7.5px 0 0;
}

body.archive article.category-journal:nth-child(4n - 2),
body.archive article.category-journal:nth-child(4n - 1) {
	margin: 0 7.5px;
}

body.archive article.category-journal:nth-child(4n) {
	margin: 0 0 0 7.5px;
}

body.archive article.category-media {
	width: calc(100% / 5 - 12px);
	float: left;
	padding: 0;
}

body.archive article.category-media {
	margin-right: 15px;
}

body.archive article.category-media:nth-child(5n) {
    margin-right: 0;
}

/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
.image-container {
	width: 100%;
}

.image-wrap {
	clear: both;
	overflow: hidden;
	width: calc(100% + 15px);
  margin-left: -7.5px;
}

.image-wrap div {
	float: left;
	padding: 0 7.5px;
}

.Half {
	width: 50%;
}

.Quarter {
	width: 25%;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
span.b-address {
  display: block;
	width: auto;
	float: left;
	padding-left: 5px;
}

span.b-name {
  width: calc(100% / 3);
  float: left;
}

span.b-number {
	width: auto;
	float: right;
}
/*--------------------------------------------------------------
# DEFAULT PAGE
--------------------------------------------------------------*/
.entry-content {
	clear: both;
	overflow: hidden;
}

.content-block {
	width: calc(100% / 3);
  float: left;
}

.content-block:nth-child(3n) {
  padding-left: 10px;
}

.content-block:nth-child(3n - 1) {
  padding: 5px 5px 0 5px;
}

.content-block:nth-child(3n - 2) {
  padding-right: 10px;
}

.page-intro h2 {
	width: 50%;
	max-width: 490px;
}

}

@media screen and (min-width: 1024px) {
/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
body {
  padding: 265px 20px 20px 20px;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.m-toggle {
	display: none;
}

.logo img {
	height: 30px;
}

.logo.ai {
  float: right;
}

.col-bar {
	display: none;
}

.desktop-col-bar {
	display: block;
	height: 140px;
	-webkit-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	z-index: 1;
}

.site-branding {
	top: 20px;
	width: 55%;
	margin: 0 20px;
}

.desktop-nav {
  display: block;
  position: fixed;
  top: 20px;
	width: calc(50% / 3 - 10px);
  z-index: 1;
  left: calc(100% / 3 * 2);
	padding-left: 2px;
	z-index: 3;
}

.desktop-nav ul.sub-menu {
	display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 20px;
  top: 118px;
	width: calc(50% / 3 - 9px);
	z-index: 3;
}

.desktop-nav ul.sub-menu li:last-child {
	border-bottom: 1px solid black!important;
}

.desktop-nav ul#primary-menu a {
  font-size: 12px;
  line-height: 14px;
}

.desktop-nav ul#primary-menu li {
  padding: 3px 0 2px 0;
}

.visi {
	width: 220px!important;
}
/*--------------------------------------------------------------
# FRONT TEMPLATE
--------------------------------------------------------------*/
body.page-template-template-front footer {
	padding: 20px;
}

.statement-Wrap {
	padding: 0 20px;
}

.add-content {
  margin: 20px;
}
/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
.opener .marque {
  left: 20px;
  bottom: 20px;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
span.icn {
	display: block;
	margin-top: -1.5px;
	width: 10px;
	float: left;
}

.info-toggle {
	display: block;
	float: left;
	width: calc(100% / 3 * 2 + 10px);
}

.naviagtion {
  width: auto;
}

.back {
  float: right;
	text-align: right;
	width: 26px;
}

.post-content {
	background: white;
}

.def.post-details {
	display: none;
}

.post-desciption {
  width: 50%;
	float: left;
	margin-bottom: 0;
}

.post-specifics {
  float: right;
  width: calc(100% / 3 - 10px);
	margin-bottom: 0;
}

.p-fix {
	position: fixed;
	top: 140px;
	left: 0;
	right: 0;
	margin: 0 20px;
	z-index: 0;
}

.p-fill {
	margin-bottom: 82px!important;
}

.p-rotate {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: .45px!important;
}

.thumb img {
	-webkit-filter: brightness(90%) grayscale(100%);
	filter: brightness(90%) grayscale(100%);
	-webkit-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}

.thumb img:hover {
	-webkit-filter: none;
	filter: none;
	-webkit-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
/*--------------------------------------------------------------
# SINGLE POST – JOURNAL
--------------------------------------------------------------*/
.date {
  display: block;
	width: calc(100% / 3 * 2 + 10px);
	float: left;
}

.post-single-content {
	float: right;
  width: calc(100% / 3 - 10px);
	padding: 0;
}

header.page-header.media {
	margin-top: 135px;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.marque img {
	width: 220px;
}

.page-intro {
  margin-bottom: 135px;
}


}

@media screen and (min-width: 1240px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
body {
  width: 1250px;
  margin: auto;
}
/*--------------------------------------------------------------
# FRONZT PAGE
--------------------------------------------------------------*/
body.page-template-template-front {
	width: auto;
}

.statement-Wrap {
  width: 1240px;
  margin: auto;
  right: 0;
  max-width: none;
}

h1.statement {
	width: 410px;
}

.add-content {
	width: 1210px;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.rel-wrap {
  position: relative;
	height: 140px;
}

.site-branding, .desktop-nav {
	position: absolute;
	z-index: 5;
}

.site-branding {
	margin: 0;
}

.desktop-nav {
	padding-left: 10px;
	width: 207.5px;
}

.desktop-nav ul.sub-menu {
	position: absolute;
	top: 98px;
	right: -196px;
	width: 207.5px;
	padding-left: 10px;
}

.fix-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1210px;
	z-index: 2;
}

body.page-template-template-front footer {
	width: 1210px;
	margin: auto;
	padding: 20px 0;
}
/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
.opener .marque {
  left: calc(50vw - 605px);
}

.p-fix {
	margin: 0 auto;
	width: 1210px;
}

}
