/*
Theme Name: No11_website
Theme URI: http://underscores.me/
Author: www.no11.ee
Author URI: http://www.no11.ee
Description: Portfolio website for No11 agency
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: no11_website
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.

No11_website 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.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-family:'Montserrat',sans-serif;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: 600;
}

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: 'Montserrat';
	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;
}

button[disabled],
html input[disabled] {

}

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
    margin: 0;
    font-size: 1.375em;
    margin-bottom: 40px;
    color:#757575;
    font-weight:300;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Montserrat';
	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: 'Montserrat';
	font-size: 15px;
	font-size: 0.9375rem;
}

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

}

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;
}
.mobile-button:hover,
.menu-button:hover,
.arrow-control:hover,
.work-text h2:hover, .work-text h3:hover,
.work-layer:hover,
.back-arrow:hover,
a, a:hover, a:focus, a:active, button {
	  cursor: url("../no11_website/img/cursor-click.png"), auto !important;
  cursor: -webkit-image-set(url("../no11_website/img/cursor-click.png") 2x, url("../no11_website/img/cursor-click.png") 2x) 0 0, pointer !important;
}
*, * {
  cursor: url("../no11_website/img/cursor.png"), auto !important;
  cursor: -webkit-image-set(url("../no11_website/img/cursor.png") 2x, url("../no11_website/img/cursor.png") 2x) 0 0, pointer !important;
}
body {
	background: #f9f9f9; 
}

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	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%;
}
/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## NAVIGATION
--------------------------------------------------------------*/
.menu-menu-1-container {
    z-index: 94;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    bottom: 0;
    top: 0;
    left: 0;
    position: fixed;
    right: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    -webkit-transform: rotate(-90deg) translate(0, -101px);
    -ms-transform: rotate(90deg) translate(0, -101px);
    transform: rotate(-90deg) translate(0, -101px);
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    opacity: 1;
}
#primary-menu {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
    top: -32px;
}
#primary-menu:after {
    content: url(https://no11.ee/wp-content/themes/no11_website/img/Menu.svg);
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    top: 5px;
    right: 0px;
    bottom: 0;
    width: 19px;
    height: 19px;
    left: 0px;
    align-items: center;
    transform: rotate(90deg);
    opacity: 1;
    vertical-align: middle;
}
#primary-menu:hover .menu-item {
    opacity: 1;
    pointer-events: all;
    transition: all .3s linear;
}
#primary-menu:hover:after {
    opacity: 0;
    pointer-events: none;
    text-decoration:none;
}
.menu-item a {
    text-rendering: geometricPrecision;
    color:#000;
    text-decoration:none;
    -webkit-font-smoothing: subpixel-antialiased;
}
.menu-item {
    font-size: 1.375em;
    font-weight: 100;
    margin: 0 21px;
    display: block;
    line-height: 2.2rem;
    opacity: 0;
}
.menu-item a {
 transition:all .2s linear;
 font-weight:200;
}
.menu-item:hover a {
    color: #00ff7f;
}
.page-template-template-contact #primary-menu:after,
.home #primary-menu:after{
	opacity:0;
}
html {
    height: 100%;
    width: 100%;
    display: table;
}

body.home {
    display: table-row;
    background: #121821;
}
body.page-template-template-contact
 {
    display: flex;
    flex-direction: column;
    /* flex-grow: 1; */
    /* height: 100%; */
    /* align-items: stretch; */
}
.page-template-template-contact #page {
    flex: 1;
    border: 79px solid #f9f9f9;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
}
.page-template-template-contact #content {
	flex:1;
}
.home #page {
    display: table-cell;
    border: 79px solid #f9f9f9;
    position:relative;
    overflow:hidden;
    height:100%;
}

.page-template-template-contact .menu-item,
.home .menu-item {
	opacity:1;
}
.current-menu-item a {
    color: #00ff7f;
    pointer-events:none;
}
/* HOME SLIDER */
  .background {
  position:relative;
}
.slider-img {
    position:absolute;
    height:100%;
    width:100%;
    object-fit:cover;
}
.home h2 {
  font-size: 150px;
  color:#f9f9f9;
  font-weight:600;
  margin:0;
  line-height:1;
  margin-bottom:1rem;
  padding-left:5%;
}
div#content {
    height: 100%;
    position: relative;
}
div#primary {
    height: auto;
    /* width: 100%; */
}
.text-sliders {
    position: relative;
    z-index: 999999;
    text-align: left;
	width:100%;
	margin-top:25px;
}
.slick-vertical .slick-slide {
	outline:none!Important;
}
.slider-container {
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align:left;
}
.text-sliders {
    position: relative;
    z-index: 999999;
    text-align: left;
    animation: 1.5s cubic-bezier(0.77, 0, 0.175, 1) slideInFromLeft;
}
button.slick-prev.slick-arrow {
    display: none!Important;
}

@keyframes slideInFromLeft {
  0% {
  	opacity:0;
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity:1;
  }
}
@keyframes slideIn{
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.sliderImg img {
    height: 100%;
}
.sliderImg {
    position: absolute;
    top: 0;
    left:0;
    z-index: 0;
    height: 100%;
    width: 100%;
}
.slick-vertical .slick-slide {
    border: none;
}
.sliderImg .slick-slide,
.sliderImg,
.sliderImg .slick-list {
    height: 100vh!Important;
}
.arrow-control {
    position: fixed;
    bottom: 26px;
    left: 29px;
    width: 19px;
    z-index: 9999;
}
.arrow-control img {
    cursor: url(//no11.ee/no11agency/wp-content/themes/no11_website/../no11_website/img/cursor.png),auto !important;
    cursor: -webkit-image-set(url(//no11.ee/no11agency/wp-content/themes/no11_website/../no11_website/img/cursor-click.png) 2x,url(//no11.ee/no11agency/wp-content/themes/no11_website/../no11_website/img/cursor-click.png) 2x) 0 0,pointer !important;
}
.slider-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, rgba(19,24,33,0.3) -78%), to(rgba(19,24,33,0.95) 80%));
    background-image: linear-gradient(to bottom, rgba(19,24,33,0.3) -78%, rgba(19,24,33,0.95) 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
    pointer-events: none;
}
/* WORK */
.work {
    position: relative;
    margin-bottom: 118px;
    flex-basis: 50%;
    width: 50%;
    margin-left:auto;
}
.work h2 {
    font-size: 1.375em;
    margin: 0;
    color: #121821;
    font-weight: 600;
}
h3 {
    font-size: 1.375em;
    font-weight:600;
    margin: 0;
    color: #121821;
}
.work-text h3 {
	color:#757575;
	font-weight:300;
}
.work-wrap {
    display: flex;
    flex-flow: wrap;
}
.work-wrap img {
    display: block;
    width: 100%;
}
.work-layer {
  position:absolute;
  opacity:0;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(219,219,219,0.8);
  transition:all .2s linear;
}
.work:hover .work-layer {
  opacity:1;
}
.work-text {
    position: absolute;
    bottom: 50px;
    left: 70px;
}
.single .work-wrap {
    padding-top: 0;
}
.single .work {
    margin-bottom: 90px;
}
.work-img {
    width: 100%;
    height: auto;
}
.block-grid.grid.related-title {
    padding-bottom: 110px;
}
.work-wrap {
    position: relative;
    z-index: 99;
}
.portfolio {
    padding: 0 78px;
}
#portfolio {
	margin-top:180px;
}
.inner-wide {
    position: relative;
    z-index: 999;
}
.flexing {
	display:flex;
}
.flex {
	flex:1;
}
.tags h3 {
    font-weight: 300;
    color: #757575;
}
.line-title {
    border-bottom: 1px solid rgba(18,24,33,0.1);
    padding-bottom: 5px;
    margin-bottom:10px;
}
.padding {
	padding-left:70px;
}
.grid {
	padding:0 70px;
	position:relative;
	z-index:99;
}
.contact .grid {
	pointer-events: none;
}
.bottom-box span {
    display: block;
    font-size: 1.375em;
}
.footer-inner.grid {
    padding: 0 160px;
}
.agency-page .grid {
    padding: 0 83px;
}
a {
    color: #121821;
    text-decoration:none;
    display:inline-block;
}
span.footer-span, span.footer-span a {
    color: #757575;
    font-weight:300;
}
.footer-span a.underline:after {
	background:#757575;
}
a.underline:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #121821;
    transition: width .3s;
    position: relative;
    top: -3px;
}

.home footer {
	display:none;
}
a.underline:hover:after {
	width:0;
}
p a:hover:after  {
	width:0;
}
p a:after {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #121821;
    transition: width .3s;
    position: relative;
    top: -3px;
}
.bottom-contacts.flexing {
    margin-top: 107px;
    margin-bottom: 107px;
}
span.footer-span.no11 {
    color: #121821;
    font-weight: 600;
}
.line-content p {
    margin-bottom: 28px;
    padding-right: 5%;
}
.wide-img img {
    width: 100%;
    display: block;
    margin-bottom: 120px;
}
.wide-img:last-of-type img {
    margin-bottom: 82px;
}
.wide-img {
    flex-basis: 100%;
    width: 100%;
}
.images {
    display: flex;
    flex-flow: wrap;
}
.wide-img.half-img {
    flex-basis: 50%;
    width: 50%;
}
h1 {
    margin: 0;
    font-size: 1.375em;
}
.agency-page .portfolio {
    margin-top: 142px;
}
.normal {
	margin-bottom:70px;
}
.agency-page .wide-img img {
    margin-bottom: 82px;
}
.normal .block-lists.flexing {
    margin-bottom: 0;
}
footer#colophon {
    position: relative;
    z-index: 9;
}
.work a {
    display: block;
}
.images.last-image {
    margin-top: 41px;
}
/* AGENCY */
.block-lists {
	margin-bottom:107px;
}
.agency-block .block-lists.flexing {
    margin-bottom: 35px;
}
.line-title h2 {
	margin:0;
	font-size:1.375em;
	font-weight:600;
}
/* AGENCY PAGE FIX */
.agency-page p a, .agency-page p {
    color: #757575!Important;
}
.agency-page p a:after {
    background: #757575!Important;
}
.page-template-template-agency p {
    color: #757575!Important;
}
.agency-page strong {
    color: #121821!Important;
}
/* CONTACT */
.contact .grid {
    padding-top: 65px;
}
.contact .grid a {
    pointer-events: all;
}
.contact .slider-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, rgba(19,24,33,0.3) -78%), to(rgba(19,24,33,0.95) 80%));
    background-image: linear-gradient(to bottom, rgba(19,24,33,0.3) -43%, rgba(19,24,33,0.95) 77%);
}
.tallinn strong, .tartu strong {
	pointer-events:all;
	display:inline-block;
		  cursor: url("../no11_website/img/cursor-click.png"), auto !important;
  cursor: -webkit-image-set(url("../no11_website/img/cursor-click.png") 2x, url("../no11_website/img/cursor-click.png") 2x) 0 0, pointer !important;
}
.tartu strong:after,
.tallinn strong:after {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f9f9f9;
    transition: width .3s;
    position: relative;
    top: -3px;
}
.active strong {
    color: #00ff7f!important;
}

.active strong:after {
    background: #00ff7f!important;
}
.tallinn strong:hover:after, .tartu strong:hover:after {
	width:0;
}
.active strong:hover:after {
	width:0;
}
.tallinn strong:hover, .tartu strong:hover {color: #00ff7f!Important;}

.tallinn strong:hover:after, .tartu strong:hover:after {
    background: #00ff7f;
}
.active strong:after {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f9f9f9;
    transition: width .3s;
    position: relative;
    top: -3px;
}
.page-template-template-contact footer {
	display:none;
}
.contact h2, .contact span {
    color: #f9f9f9;
}

.contact .line-title {
    border-bottom: 1px solid #b2b2b2;
}
.contact p a:after {
    background: #b2b2b2;
}
.social p a:after {
    width: 0;
}

.social p a:hover:after {
    width: 100%;
}
.contact .block-lists.flexing {
    margin-bottom: 0;
}
/* CONTACT FIX */
.block-wrap { flex: 0 0 100%; }
.contact p,
.contact a,
.block-lists.flexing p, .block-lists.flexing a {
    color: #b2b2b2;
}
.line-content.normal a {
    color: #00ff7f;
}
.single-post .line-content.normal a {
	color:#757575;
}
.single-post .line-content.normal a:after {
	background:#757575;
}
.line-content.normal a:after {
	background:#00ff7f;
}
.block-lists.flexing strong {
    color: #f9f9f9;
}
.home div#primary {
	height:100%;
}
/* SMOOTH */
.show h2 {
    font-size: 120px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    color:#121821;
    margin-bottom: 1rem;
    padding-left: 5%;
    text-align: left;
}

.wrap.cf.show {
    margin-left: 79px;
}
.site-content {
    -webkit-transition: -webkit-transform .28s, opacity .28s;
    -ms-transition: -o-transform .28s, opacity .28s;
    -o-transition: -o-transform .28s, opacity .28s;
    transition: transform .28s, opacity .28s;
}
.slide-out .site-content {
    -webkit-transform: translate3d( 0, 100px, 0 );
    -ms-transform: translate3d( 0, 100px, 0 );
    -o-transform: translate3d( 0, 100px, 0 );
    transform: translate3d( 0, 100px, 0 );
    opacity: 0;
}
.back-arrow {
    position: fixed;
    top: 30px;
    left: 28px;
    z-index: 9999;
}
img.back {
    width: 20px;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  background: #f9f9f9;
  z-index: 1000;
  width: 100%;
  z-index:99999999;
  height: 100%;
  color: rgba(140, 140, 140, 0.3);
  transform: translate(-100%,0%);
  transition: transform 0.6s;
  transition-delay: 0.3s;
  will-change: transform;
  overflow: hidden; }
  
 #loading.active {
     transform: translate(0, 0);
     transition-delay: 0s;
 }
  #loading.initial {
     transform: translate(0, 0);
 }
 #loading.initial:after {
     transform: translate(0, 0%);
     transition-delay: 0.5s;
 }
/*  #loading.active:after {
     -moz-transform: translate(0, 0%);
     -o-transform: translate(0, 0%);
     -ms-transform: translate(0, 0%);
     -webkit-transform: translate(0, 0%);
     transform: translate(0, 0%);
     -moz-transition-delay: 0.4s;
     -o-transition-delay: 0.4s;
     -webkit-transition-delay: 0.4s;
     transition-delay: 0.4s;
     background:#000;
 } */
 
      
 /*  #loading .wrap {
    will-change: transform;
    text-wrap: balance;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    text-align: center;
    color: #000;
    font-size: 1.5em;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 70%;
    z-index: 2;
    top: 50%;
    -moz-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
    
  #loading:after {
    content: '';
    display: block;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity:0.7;
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    */
.desktop-show {
	display:block;
}
.mobile-show {
	display:none;
}
.grid a:hover {
    color: #00ff7f!Important;
}

.grid a:hover:after {
    background: #00ff7f!Important;
}

.grid a {
    transition: color .3s;
}
.mobile-button {
    bottom: 0;
    top: 0;
    margin: auto;
    left: 13px;
    background: #f9f9f9;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 99999;
    positioN: fixed;
}
img.menu-button {
    width: 20px;
    top: 7px;
    position: relative;
}
#primary-menu {
    top: -3px;
}
#primary-menu:after {
	display:none;
}
#primary-menu .menu-item {
	opacity:1;
}
.desktop-show {
	display:none;
}
.mobile-show {
	display:block;
}
nav#site-navigation.mobile-block {
    opacity: 1;
}
.menu-menu-1-container {
    left: 37px;
    top: 50%;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    position: static;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute;
    height: 50px;
}
.mobile-white {
    position: fixed;
    height: 100%;
    background: #f9f9f9;
    width: 50px;
    transform: rotate(0);
    top: 0;
    left:-50px;
    z-index: 9999;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}
.mobile-white.in {
	left:0;
}
.menu-button.close {
	display:none;
}
.menu-button {
	display:initial;
}
.menu-button.in.close {
	display:initial;
}
.menu-button.in {
	display:none;
}
.back-arrow.in {
	opacity:0;
	visibility:hidden;
}
.mobile-button.in {
    bottom: 20px;
    top: initial;
}
@media (max-width: 1680px) {
	body {
		font-size:0.9em;
	}
	.mobile-button {
		left:5px;
	}
	.menu-menu-1-container {
    left: 26px;
    }
	p {
		margin-bottom:30px;
	}
	.contact .grid {
    padding: 0 50px 0 50px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
div#primary.contact {
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: top;
    height: 100%;
}
.page-template-template-contact #page, .home #page {
	border: 60px solid #f9f9f9;
}
.normal {
    margin-bottom: 50px;
}
.mobile-button.in {
    bottom: 10px;
}
.back-arrow {
    position: fixed;
    top: 20px;
    left: 20px;
}
.footer-inner.grid {
    padding: 0 120px;
}
.arrow-control {
    bottom: 20px;
    left: 20px;
}
.home h2 {
	font-size:125px;
}
.contact .line-content.normal {
    margin-bottom: 0;
}
.agency-page .grid,
.grid {
	padding:0 60px;
}
#primary-menu:after {
	top:10px;
}
.portfolio {
    padding: 0 60px;
}
.contact .line-content.normal p:nth-of-type(2) {
    margin-bottom: 0;
}
.work-text {
left:85px;
}
}

@media (max-width: 1300px){
	body {
		font-size:0.75em;
	}
	#portfolio {
    margin-top: 140px;
}
.menu-menu-1-container {
    left: 30px;
}
.bottom-contacts.flexing {
    margin-top: 67px;
    margin-bottom: 67px;
}
.wide-img img {
    margin-bottom: 80px;
}
.home h2 {
    font-size: 117px;
}
.work {
	margin-bottom:80px;.pr
}
a.underline:after,
p a:after {
	top:-2px;
}
p {
    margin-bottom: 25px;
}
}
@media (max-width: 1150px) {
	body {
		font-size:0.65em;
	}
	a.underline:after,
	p a:after {
		top:-1.5px;
	}
	p {
    margin-bottom: 20px;
}
.home h2 {
    font-size: 98px;
}
}
@media (max-width: 1030px) {
body {
		font-size:0.8em;
	}
	.work-text {
    left: 60px;
}
.home h2 {
    font-size: 85px;
}
.contact .block-wrap:first-of-type {
    margin-bottom: 50px;
}
.flex.hide-it {
    display: none;
}

.padding {
    padding: 0;
}
p {
    margin-bottom: 25px;
}
.flexing.mobile-under {
    flex-direction: column;
}

.single .flex.tags {
    margin-bottom: 30px;
}
.footer-inner.grid {
    padding: 0 100px;
}
.agency-page .grid,
.grid {
    padding: 0 40px;
}
.block-grid.grid.related-title {
    padding-bottom: 70px;
}
.sliderImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sliderImg .slick-slide,
.sliderImg,
.sliderImg .slick-list {
    height: 100vh!Important;
}
}
@media (max-width: 864px) {
	.home h2 {
    font-size: 65px;
}
.work {
    margin-bottom: 60px;
    flex-basis: 100%;
    width:100%;
}
.wide-img.half-img {
    flex-basis: 100%;
    width: 100%;
}
}
@media (max-width: 701px) {
	body {
		font-size:0.6em;
	}
	.page-template-template-contact #page, .home #page {
    border: none;
}
img.back {
    position: relative;
    top: 6px;
}
.back-arrow {
    top: 0;
    left: 0;
    background: #f9f9f9;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.home h2 {
    font-size: 9vw;
    padding-left:50px;
}
.wide-img:last-of-type img {
    margin-bottom: 46px;
}
.single .block-grid.grid.related-title {
    padding-bottom: 40px;
}
.mobile-button {
    bottom: 0;
    left: 0;
    top: initial;
    margin: 0;
    background: #f9f9f9;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 99999;
    positioN: fixed;
}
.mobile-button.in {
    bottom: 0;
}
img.menu-button {
    width: 20px;
    top: 7px;
    position: relative;
}
#primary-menu {
    top: -3px;
}
#primary-menu:after {
	display:none;
}
#primary-menu .menu-item {
	opacity:1;
}
.desktop-show {
	display:none;
}
.mobile-show {
	display:block;
}
nav#site-navigation.mobile-block {
    opacity: 1;
}
.menu-menu-1-container {
    left: 25px;
    top: 50%;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    position: static;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute;
    height: 50px;
}
.mobile-white {
    position: fixed;
    height: 100%;
    background: #f9f9f9;
    width: 50px;
    transform: rotate(0);
    top: 0;
    left:-50px;
    z-index: 9999;
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}
.arrow-control {
    display: none;
}
.slider-container {
	height:100vh!Important;
}
.mobile-white.in,
.mobile-white.in {
	left:0;
}
.wide-img img {
    margin-bottom: 50px;
}
.single .work {
    margin-bottom: 50px;
}
.footer-inner.grid {
    padding: 0 50px;
}
.work {
    margin-bottom: 50px;
    }
.work-text {
    left: 50px;
}
.bottom-contacts.flexing {
    margin-top: 50px;
    margin-bottom: 50px;
}
#portfolio {
    margin-top: 58px;
    padding: 0;
}
.portfolio {
    padding: 0 50px;
}
.agency-page .grid, .grid {
    padding: 0 50px;
}
.agency-page .portfolio {
    margin-top: 58px;
    padding:0;
}
.agency-page .wide-img img {
    margin-bottom: 50px;
}
.inner-block.normal.padding {
    margin-bottom: 20px;
}

.images.last-image {
    margin-top: 0;
}
.single .block-grid.grid {
    padding: 0 50px;
}
.contact .block-wrap:first-of-type {
    margin-bottom: 0;
}
.contact .grid {
    align-items: start;
    justify-content: start;
	padding-top:58px;
}
.block-wrap:nth-of-type(2) {
    padding-bottom: 20px;
}
.back-arrow {
	opacity:1;
	visibility:visible;
	    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}
}