@charset "UTF-8";
/*
Theme Name: Piet Oudolf
Author: Studio Naam
Author URI: http://studionaam.com
Description: Design by Timothy Maurer & Joris Spiertz, development by Lieneke Koenen.
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Maison Neue Book";
  src: url("webfonts/MaisonNeueWEB-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: UniversLTStd-Light;
  color: #808080;
  font-size: 15px;
  line-height: 28px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.noscroll {
  overflow: hidden;
}

::-webkit-scrollbar {
  display: none;
}

strong {
  font-weight: bold;
}

a {
  color: #808080;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(153, 153, 153, 0);
  padding-bottom: 3px;
}

a:hover {
  border-bottom: 1px solid #999999;
}

.garden, .garden:hover {
  border-bottom: none;
}

.searchresults a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

h1 {
  display: inline-block;
  line-height: 24px;
}

/* header .content{
    line-height: 22px;
} */
header .content nav a {
  line-height: 28px;
}

svg, .garden h3 {
  font-family: "Maison Neue Book", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 60px;
  line-height: 75px;
  display: inline-block;
  position: relative;
}

img[data-mask] {
  /* hide original imgs */
  visibility: hidden;
}

.no-js img[data-mask] {
  /* show original imgs for non JS users */
  /* requires '<html class="no-js">' setup as seen in the HTML5 boilerplate */
  visibility: visible;
}

.svgMask image {
  /* IE fix */
  visibility: visible;
}

.garden h3 {
  opacity: 0;
}

svg {
  position: absolute;
  pointer-events: none;
}

h4 {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 15px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

h5 {
  font-size: 30px;
  line-height: 30px;
}

h2:after, .top:after {
  font-family: FontAwesome;
  font-size: 7px;
  line-height: 24px;
}

.number {
  font-size: 12px;
}

.current-menu-item a {
  border-bottom: 1px solid #999999;
}

footer {
  font-size: 15px;
}

.preloader {
  height: 100%;
  width: 100%;
  background: #b5b3b0;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  color: #fff;
  overflow-y: hidden;
}
.preloader .content {
  padding: 50px 60px 25px;
}
.preloader .title {
  margin-top: 20px;
  height: 60px;
  overflow: hidden;
}
.preloader .change {
  font-size: 50px;
  line-height: 60px;
  position: relative;
}

header .content, footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 42px 60px 21px;
  position: relative;
}
header .content h2, footer .content h2 {
  text-align: left;
}
header .mobile, header .mobilemenu, footer .mobile, footer .mobilemenu {
  display: none;
}

footer {
  color: rgba(128, 128, 128, 0.6);
  position: relative;
}
footer a {
  color: rgba(128, 128, 128, 0.6);
}
footer h2, footer .content:nth-child(2), footer .content:last-child {
  color: #808080;
}
footer h2 a, footer .content:nth-child(2) a, footer .content:last-child a {
  color: #808080;
}
footer .column:nth-child(1) h2:after, footer .column:nth-child(2) h2:after {
  content: none;
}
footer .content {
  padding-top: 40px;
}
footer .top {
  cursor: pointer;
}
footer .top:after {
  content: "";
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: -2px;
  position: relative;
  margin-left: 5px;
  display: inline-block;
  margin-right: 5px;
}
footer .content:nth-child(2) {
  padding-top: 0px;
  padding-bottom: 21px;
}
footer .content:nth-child(2) .column:last-child {
  text-align: right;
}
footer .content:last-child {
  display: none;
}

.column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.column h2:after {
  content: "";
  top: 2px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  float: right;
}
.column:last-child h2:after {
  content: none;
}

header {
  margin-bottom: 2000px;
}
header .content nav {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}
header .content:hover nav {
  height: 140px;
}
header .content:hover h2:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

footer h2:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.line:before {
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  left: 0px;
  top: -50px;
  border-left: 1px solid #999999;
}

nav ul li:before {
  content: "–";
  padding-right: 5px;
}
nav ul .current-menu-item:before {
  font-family: FontAwesome;
  content: "";
  padding-right: 5px;
  font-size: 7px;
  top: -2px;
  position: relative;
}

.search, .hamburger {
  position: absolute;
  top: 5px;
  right: 0;
  background: url("images/search.svg") no-repeat;
  height: 16px;
  width: 16px;
  display: block;
  cursor: pointer;
}

.searchbox {
  height: 100%;
  width: 100%;
  background: rgba(132, 129, 123, 0.95);
  display: none;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.searchbox .content {
  padding: 170px 60px;
}
.searchbox .content .searchresults {
  width: 60%;
  float: right;
}
.searchbox .content a {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 22px;
  display: inline-block;
}
.searchbox .content a:before {
  content: "";
  display: block;
  width: 26px;
  border-bottom: 1px solid #fff;
  margin-bottom: 22px;
}
.searchbox .content .close {
  position: absolute;
  top: 45px;
  right: 60px;
  background: url("images/close.svg") no-repeat;
  height: 16px;
  width: 16px;
  display: block;
  cursor: pointer;
}
.searchbox .content form {
  width: 40%;
  float: left;
}
.searchbox .content form input {
  background: none;
  outline: 0;
  border: none;
  font-size: 33px;
  line-height: 44px;
  color: #fff;
  font-family: UniversLTStd-Light;
  -webkit-font-smoothing: antialiased;
  padding: 0px;
}

::-webkit-input-placeholder {
  color: #fff;
}

input:focus:-ms-input-placeholder {
  color: #fff;
}

input:focus:-moz-placeholder {
  color: #fff;
}

#public, #container, #photographers, #inspiration, .inspiration_gallery {
  /* background-color: rgba(132 ,129, 123, 0.05); */
  background-color: rgba(170, 163, 128, 0.03);
  position: relative;
}

#private {
  /* background-color: rgba(132 ,129, 123, 0.08); */
  background-color: rgba(170, 163, 128, 0.05);
}

section {
  padding: 40px 60px;
  position: relative;
}

.content {
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
}

.project {
  margin: 0 100px;
  position: relative;
}

.photono {
  text-align: right;
  display: none;
}

.grid-sizer {
  width: 20%;
}

.garden-gallery, .process, .inspiration_gallery {
  padding: 40px 0;
}
.garden-gallery .content, .process .content, .inspiration_gallery .content {
  max-width: inherit;
}
.garden-gallery .content .project, .process .content .project, .inspiration_gallery .content .project {
  margin: 0px;
}
.garden-gallery .content .project .gallery-nav, .process .content .project .gallery-nav, .inspiration_gallery .content .project .gallery-nav {
  margin: 0 auto;
  position: relative;
  max-width: 1090px;
  padding: 0 60px;
  line-height: 16px;
}
.garden-gallery .content .project .grid, .process .content .project .grid, .inspiration_gallery .content .project .grid {
  margin: 0 auto;
  max-width: 1095px;
}

.grid {
  padding-left: 60px;
  padding-right: 60px;
}

/* section:before, #container:before, footer:before{
	content:"";
	border-bottom:1px solid #999999;
	width:25px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
} */
.garden {
  display: inline-block;
  margin: 0 6px 0 22px;
  position: relative;
  padding-bottom: 0;
}
.garden img {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  pointer-events: none;
}
.garden svg img {
  opacity: 1;
}
.garden span, .garden h3 {
  z-index: 2;
}
.garden .number {
  position: absolute;
  top: 6px;
  left: -20px;
}
.garden:hover h3 {
  opacity: 1;
}
.garden:hover img {
  opacity: 1;
}
.garden:hover svg {
  opacity: 0;
}

.content h2 {
  text-align: center;
}
.content .overzicht {
  position: absolute;
  float: left;
}
.content #gallery {
  padding-top: 25px;
  padding-bottom: 25px;
}
.content .grid .gallery-item {
  overflow: hidden;
  width: calc(100% / 3 - 50px);
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}
.content .grid .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.content .slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* display: none; */
  visibility: hidden !important;
  height: 0px;
  padding: 0px !important;
}
.content .slider.visible {
  visibility: visible !important;
  height: auto;
  padding: 25px 0 !important;
}
.content .slider .slidercontent {
  /* width:800%; */
  position: relative;
  overflow: hidden;
  /* display: flex; */
}
.content .slider .slide {
  width: 100%;
  float: left;
  position: relative;
  /* padding: 0 100px; */
  text-align: center;
  overflow: hidden;
}
.content .slider .slide img {
  width: 80%;
  height: auto;
  max-width: 1090px;
  position: relative;
}
.content .toggle {
  display: inline;
  padding-left: 25px;
  cursor: pointer;
  position: absolute;
  top: 0px;
}
.content .cross {
  display: none;
  padding-right: 15px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 60px;
  background: url("images/cross.svg") no-repeat right center;
  background-size: 10px;
}
.content .slideshow {
  background: url("images/slider.svg") no-repeat left center;
}
.content .gridview {
  background: url("images/grid.svg") no-repeat left center;
}

.inspiration_gallery {
  visibility: hidden;
  height: 0px;
  padding: 0px;
  overflow: hidden;
}
.inspiration_gallery.visible {
  padding: 40px 0;
  height: auto;
  visibility: visible;
}

.inspiration_grid {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
.inspiration_grid.visible {
  visibility: visible;
  height: auto;
}

.gardens h2, #photographers h2, #inspiration h2 {
  text-align: left;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  left: -70px;
  display: block;
  top: 50px;
}

.arrows {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: none;
  z-index: 10;
}
.arrows .arrow {
  position: absolute;
}
.arrows .arrow span {
  background: url("images/arrow.svg") center no-repeat;
  display: block;
  width: 45px;
  height: 45px;
  border-bottom: 0px;
  cursor: pointer;
}
.arrows .arrow a:hover {
  border-bottom: 0px;
}
.arrows .left {
  left: 30px;
}
.arrows .right {
  right: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#photographers h2, #inspiration h2 {
  top: 30px;
  left: -60px;
}
#photographers .content, #inspiration .content {
  max-width: 1300px;
}

#photographers h2 {
  top: 40px;
  left: -70px;
}

.photographers, .inspiration {
  /* padding-top:20px; */
}

.photographer, .inspire {
  position: relative;
  cursor: pointer;
  width: 20%;
  overflow: hidden;
}
.photographer.wide, .inspire.wide {
  width: 40%;
}
.photographer img, .inspire img {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: auto;
}
.photographer .image, .inspire .image {
  margin: 5px;
  background: #1a1a1a;
}
.photographer .image:hover img, .inspire .image:hover img {
  opacity: 0;
}
.photographer .image:hover h4, .inspire .image:hover h4 {
  opacity: 1;
}
.photographer.top, .inspire.top {
  margin-top: 195px;
}
.photographer.bottom, .inspire.bottom {
  margin-bottom: 195px;
}

.inspire .image:hover img {
  opacity: 0;
}
.inspire .image:hover h4 {
  opacity: 1;
}

.lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.95);
  text-align: center;
  display: none;
  z-index: 10;
}
.lightbox:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.lightbox .lightbox_content {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 80%;
  max-width: 1090px;
}
.lightbox .lightbox_content img {
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 25px 0;
}
.lightbox .arrows {
  position: absolute;
  display: block;
  top: 50% !important;
}
.lightbox .arrows .left {
  left: -75px;
}
.lightbox .arrows .right {
  right: -75px;
}

.category {
  background: none;
  cursor: default;
}
.category h5 {
  position: absolute;
  left: 5px;
  top: 5px;
}

#container.process h2 {
  text-align: left;
  position: absolute;
}
#container.process .grid {
  display: none;
}
#container.process .slider {
  display: block;
  visibility: visible !important;
  height: auto;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
#container.process .photono {
  display: block;
}
#container.process .arrows {
  display: block;
}

.page {
  line-height: 28px;
}
.page .content {
  padding: 40px 60px;
  position: relative;
}
.page .content a {
  padding-bottom: 0px;
}
.page .content h2 {
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  width: 40%;
  display: block;
  float: left;
  clear: both;
}
.page .content > blockquote {
  font-size: 30px;
  line-height: 44px;
  display: block;
  width: 60%;
  float: left;
  padding-bottom: 40px;
}
.page .content > h3 {
  font-size: 22px;
  line-height: 32px;
  display: block;
  float: right;
  width: 60%;
  padding-bottom: 15px;
}
.page .content > p, .page .content > table {
  display: block;
  width: 60%;
  float: right;
  padding-bottom: 30px;
}
.page .content table td:first-child {
  padding-right: 5px;
}
.page .content .right {
  float: right;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .content .right .download {
  padding: 0 0 55px 0;
  display: block;
  width: 32%;
}
.page .content .right .download img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.page.downloads a {
  text-decoration: none;
  border-bottom: none;
}
.page.downloads .underline {
  border-bottom: 1px solid #999999;
  padding-bottom: 1px;
  display: inline;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.page.downloads a:hover {
  border-bottom: none;
}
.page.downloads a:hover .underline {
  padding-bottom: 3px;
}
.page.downloads p, .page.downloads h3 {
  /* line-height: 26px; */
}
.page.downloads blockquote {
  /* 	font-size:22px;
  line-height: 30px;
  padding-bottom:30px; */
}
.page.biography .content > p, .page.biography .content > table {
  padding-bottom: 45px;
}
.page.biography .content > blockquote {
  padding-bottom: 70px;
}
.page.private-garden table:after {
  content: "";
  width: 26px;
  border-bottom: 1px solid #fff;
  display: block;
}
.page.private-garden h3 {
  font-size: 30px;
  line-height: 44px;
}
.page.private-garden p {
  padding-bottom: 30px;
}
.page.books-media .content h2:first-child {
  display: none;
}
.page.books-media .content h3 {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 25px;
}
.page.books-media .content .row, .page.books-media .content .row.video {
  float: right;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}
.page.books-media .content .row .column, .page.books-media .content .row.video .column {
  padding-right: 10px;
}
.page.books-media .content .row .column.wide, .page.books-media .content .row.video .column.wide {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.page.books-media .content .row .column.single a, .page.books-media .content .row.video .column.single a {
  font-size: 22px;
  line-height: 28px;
}
.page.books-media .content .row .column:last-child, .page.books-media .content .row.video .column:last-child {
  padding: 0;
}
.page.books-media .content ul li {
  margin-left: 10px;
}
.page.books-media .content ul li:before {
  content: "–";
  margin-left: -10px;
  display: inline-block;
  padding-right: 5px;
}
.page.books-media .content .video {
  padding-bottom: 55%;
  position: relative;
  margin-bottom: 20px;
}
.page.books-media .content .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

#container.private-garden {
  background-color: rgba(132, 129, 123, 0.6);
  color: #fff;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.instafeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
}
.instafeed .instapost {
  display: block;
  padding: 5px;
  margin-bottom: 40px;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 35px;
  position: relative;
  border-bottom: 0px;
}
.instafeed .instapic {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.instafeed .instapic img {
  width: 100%;
  height: auto;
  display: block;
}
.instafeed .image {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.instafeed .image:hover {
  opacity: 0.7;
}
.instafeed .video .playbutton {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.instafeed .video .playbutton:after {
  content: "";
  left: 50%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #fff;
  border-width: 10px;
  border-left-width: 13px;
  margin-top: -10px;
  margin-left: -5px;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.instafeed .video .playbutton.playing {
  background-color: rgba(0, 0, 0, 0);
}
.instafeed .video .playbutton.playing:after {
  border-color: #fff;
  border-width: 7px;
  margin-top: -7px;
  margin-left: -7px;
  opacity: 0;
}
.instafeed .video .playbutton:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.instafeed .video .playbutton:hover:after {
  opacity: 1;
}
.instafeed video {
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
}
.instafeed .instacaption {
  padding-right: 20px;
}
.instafeed span {
  display: block;
  color: #808080;
}
.instafeed .caption {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.instafeed .date {
  color: #303030;
}
.instafeed .likes {
  position: absolute;
  bottom: 0;
  font-size: 13px;
}

.instalink {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  margin: 20px;
}
.instalink a {
  border-bottom: 1px solid #999999;
}

@media screen and (max-width: 1024px) {
  .instafeed .instapost {
    width: 25%;
  }

  .content, .garden-gallery .content .project .gallery-nav, .process .content .project .gallery-nav, .inspiration_gallery .content .project .gallery-nav {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .grid-sizer {
    width: 50%;
  }

  .content .cross {
    right: 20px;
  }

  section {
    padding-left: 0px;
    padding-right: 0;
  }

  .garden-gallery .content, .process .content, .inspiration_gallery .content {
    padding: 0px !important;
  }

  .grid {
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-left: 0;
    padding-right: 0;
  }

  .arrows .left {
    left: 10px;
  }
  .arrows .right {
    right: 10px;
  }
  .arrows span {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }

  .content .slider .slider-item img {
    width: 80%;
  }

  header .content {
    display: none;
  }
  header .mobile {
    display: block;
  }
  header .mobilemenu {
    display: block;
  }
  header nav {
    height: auto;
  }
  header h2 {
    padding-bottom: 10px;
  }
  header h2:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    float: right;
    margin-right: 5px !important;
  }
  header a:hover, header .current-menu-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  header .column:after {
    content: "";
    display: block;
    width: 25px;
    position: relative;
    left: -40px;
    top: 35px;
    border-bottom: 1px solid #fff;
  }
  header .column:nth-child(5):after {
    width: 300px;
  }

  .search {
    top: 47px;
    right: 30px;
  }

  .close {
    position: absolute;
    top: 47px;
    right: 40px;
    background: url("images/close.svg") no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    cursor: pointer;
  }

  .hamburger {
    top: 47px;
    right: 60px;
    background: url("images/menu.svg") no-repeat;
    width: 21px;
    height: 14px;
  }

  .searchbox .content .close {
    position: absolute;
    top: 47px;
    right: 30px;
    background: url("images/close.svg") no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    cursor: pointer;
  }

  .mobilemenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100%;
    z-index: 10;
    background: rgba(132, 128, 123, 0.6);
    right: -300px;
    color: #fff;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
  }
  .mobilemenu.open {
    right: 0px;
  }
  .mobilemenu .mobilecontent {
    width: 220px;
    padding: 42px 40px 21px;
    position: relative;
  }
  .mobilemenu .column, .mobilemenu address {
    padding: 35px 0;
  }
  .mobilemenu address {
    padding-bottom: 25px;
  }
  .mobilemenu address h2 {
    padding: 0px;
  }
  .mobilemenu address p {
    color: rgba(255, 255, 255, 0.6);
  }
  .mobilemenu li, .mobilemenu a {
    color: rgba(255, 255, 255, 0.6);
  }

  body {
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    right: 0px;
  }

  body.open {
    right: 300px;
  }

  .menutitle {
    margin-bottom: 27px;
  }

  .menutitle:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 300px;
    display: block;
    position: absolute;
    left: 0px;
    top: 91px;
  }

  .searchbox .content {
    padding: 100px 60px;
  }
  .searchbox .content .searchresults, .searchbox .content form {
    width: 100%;
    margin-bottom: 30px;
  }

  .gardens {
    overflow: hidden;
  }
  .gardens .garden:hover img {
    opacity: 0;
  }
  .gardens .garden:hover h3 {
    opacity: 0;
  }
  .gardens .garden:hover svg {
    opacity: 1;
  }

  .inspire, .photographer {
    background: none;
    width: 49.5%;
    overflow: hidden;
  }
  .inspire img, .photographer img {
    width: 100%;
    height: auto;
  }
  .inspire.wide, .photographer.wide {
    width: 99%;
  }
  .inspire .category h5, .photographer .category h5 {
    display: inherit;
    width: auto;
  }
  .inspire.top, .photographer.top {
    margin: 0px;
  }

  footer .column:nth-child(3), footer .column:nth-child(4) {
    display: none;
  }
  footer .content {
    padding-left: 23px !important;
  }

  .page .content h2 {
    width: calc(100% / 3);
  }

  .page .content > blockquote, .page .content > p, .page .content > table, .page .content > h3, .page.books-media .content .row, .page .content .right {
    width: calc(100% / 3 * 2);
  }

  .page.books-media .content .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .page.books-media .content .row .column {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 10px);
    padding-bottom: 60px;
  }

  .page.books-media .content .row.video {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .page.books-media .content .row.video .column {
    width: 100%;
    padding-bottom: 60px;
  }
  .page.books-media .content .row.video p a {
    display: none;
  }

  .page .content .right .download {
    width: 49%;
  }

  .content .grid .gallery-item {
    width: calc(100% / 3 - 10px);
  }
}
@media screen and (max-width: 640px) {
  .instafeed .instapost {
    width: 50%;
  }

  header .content {
    padding: 30px 30px 15px;
  }

  section:before, #container:before, footer:before {
    width: 18px;
  }

  svg, .garden h3 {
    font-size: 35px;
    line-height: 45px;
  }

  .garden h3 {
    opacity: 0;
    height: 45px;
    overflow: hidden;
  }

  .search, .hamburger, .searchbox .content .close {
    top: 35px;
  }

  .mobilemenu .mobilecontent {
    padding: 35px 30px;
  }

  .close {
    right: 30px;
    top: 35px;
  }

  .menutitle {
    margin-bottom: 27px;
  }
  .menutitle:after {
    top: 70px;
  }

  body.open {
    right: 280px;
  }

  .mobilemenu {
    right: -280px;
  }

  header .column:after {
    width: 18px;
    left: -30px;
  }

  .content .grid .gallery-item {
    width: calc(100% / 2 - 10px);
  }

  .content .slider .slide img {
    width: 100%;
  }

  .arrows {
    display: none !important;
  }

  footer .content:first-child .column:nth-child(2) {
    display: none;
  }
  footer .content:nth-child(2) .column:last-child {
    display: none;
  }
  footer .content:last-child {
    display: block;
    padding-top: 0;
  }
  footer .top {
    width: 100%;
    display: block;
    position: relative;
  }
  footer .top:after {
    right: 0;
    position: absolute;
  }
  footer .column {
    padding-right: 20px;
  }

  h2:after, .top:after {
    font-size: 8px;
  }
}