/**
 * Normalize/Reset
 *
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,600");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

* {
  margin: 0;
  padding: 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; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

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: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

/* FIXES MOBILE SAFARI TEXT ISSUE */
html {
  font-weight: normal;
  font-style: normal;
  padding: 0px;
  margin: 0px; }

input,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0; }



/* Sapling CSS by Lee */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  color: #eee;
}


#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: auto;
  background: #18100A;
  left: 0px;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
}


.wrapper-pushed {
  left: -95% !important;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
}


.gallery {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-image {
  /* top: -60px; */
  position: fixed;
  width: 100%;
  height: 100%;
  background: url('/img/photos/2160/Oliver-17-2160.jpg') #060709;
  background-repeat: no-repeat;
  background-position: center -30px;
  background-size: auto 100%;
}


.overlay {
  display: flex;
  position: absolute;
  width: 100%;
  height: auto;
  top: 54%;
  background-color: #18100A;
  background: linear-gradient(to bottom, rgba(19,12,8,0) 0px, rgba(19,12,8,1) 35%, rgba(19,12,8,1) 100%);
}

/* .overlay-first {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 300px;
  background-color: #1D130C;
  background: linear-gradient(to top, rgba(29,19,12,1), rgba(29,19,12,0));
}

.overlay-second {
  position: absolute;
  width: 100%;
  height: auto;
  top: 300px;
  background-color: #1D130C;
} */


#enquire-bttn {
  display: block;
  position: fixed;
  top: 26px;
  right: 6%;
  width: auto;
  height: 20px;
  padding: 8px 14px 8px 14px;
  border-radius: 25px;
  background: rgba(84, 46, 31, 0.7);
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  z-index: 1000;
  cursor: pointer;
}

#enquire-bttn:hover {
  background: rgba(134, 100, 87, 0.7);
}

/*    right: 24%;  */


#content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    justify-content: flex-start;

    position: relative;
    width: 88%;
    max-width: 780px;
    margin-left: 6%;
    margin-right: 6%;
}


#logo {
  position: relative;
  width: 200px;
  height: 90px;
  margin-bottom: 32px;
}

#logo img { width: 100%; height: auto; }


.big-focus {
  margin-bottom: 60px;
}

.big-focus h1 {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  line-height: 40px;
}

#view-gallery-bttn {
  display: block;
  width: 130px;
  height: 30px;
  margin-top: 26px;
  padding-left: 28px;
  background: url('/img/leaf-icon.png');
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 20px auto;
  font-size: 15px;
  color: #fff;
  line-height: 31px;
  vertical-align: middle;
  cursor: pointer;
}

#view-gallery-bttn:hover {
  color: #DAD6D2;
}



.aboutSapling {
  margin-bottom: 40px;
}

.aboutSapling h2 {
  font-size: 21px;
  color: #DAD6D2;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}

p {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}




#enquiry-block {
  position: absolute;
  width: 95%;
  min-height: 100%;
  top: 0px;
  right: -95%;
  background: #1A110B;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;


  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-direction: column;
  justify-content: space-around;
}

.enquiry-block-showing {
  right: 0px !important;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}



#gallerybox {
  left: -100%;
  -webkit-transition: all 0.7s ease-in-out 0.3s;
  -moz-transition: all 0.7s ease-in-out 0.3s;
  -o-transition: all 0.7s ease-in-out 0.3s;
  transition: all 0.7s ease-in-out 0.3s;
}

.gallery-showing {
  left: 0px !important;
  -webkit-transition: all 0.7s ease-in-out 0.3s;
  -moz-transition: all 0.7s ease-in-out 0.3s;
  -o-transition: all 0.7s ease-in-out 0.3s;
  transition: all 0.7s ease-in-out 0.3s;
}



/* Form */

form.standard {
  position: relative;
  margin: 70px auto 0px auto;
  min-width: 280px;
  width: 84%;
  max-width: 400px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.standard--hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.enquiry-sent {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 84%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.enquiry-sent h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 26px;
  text-align: center;
  margin-left: -8px;
}

.enquiry-sent p {
  text-align: center;
  font-size: 13px;
}


.enquiry-sent--showing {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}


form.standard label {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #DAD6D2;
}

form.standard input[type='text'], form.standard input[type='password'], form.standard input[type='email'], form.standard select, form.standard textarea {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  max-width: 580px;
  margin-top: 6px;
  margin-bottom: 22px;
  border: 1px solid #130C08;
  padding: 14px 16px 14px 16px;
  color: #130C08;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form.standard input[type='text']:focus, form.standard input[type='password']:focus, form.standard select:focus, form.standard textarea:focus {
  border: 1px solid #130C08;
}

form.standard textarea {
  height: 120px;
}

form.standard input[type=submit], form.standard button[type=submit] {
  position: relative;
  border: none;
  height: 30px;
  padding-left: 28px;
  background: url('/img/leaf-icon.png');
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 20px auto;
  font-size: 15px;
  color: #fff;
  line-height: 31px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 40px;
}

/* form.standard p.explainer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: -8px;
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */

.form-submit {
  float: left;
  clear: both;
}




@-ms-viewport {
width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (min-width: 1024px) {

  .main-image {
    background-position: 320px 0px;
  }


  .wrapper-pushed {
    left: -360px !important;
  }

  .overlay {
    position: absolute;
    width: 90%;
    min-height: 1200px;
    height: auto;
    top: 0px;
    background-color: #18100A;
    background: linear-gradient(to right, rgba(19,12,8,1) 0px, rgba(19,12,8,1) 32%, rgba(19,12,8,0) 100%);
  }


  #enquire-bttn {
    top: 100px;
    right: 104px;
    /* right: 5%; */
    width: 122px;
    padding: 10px 16px 10px 16px;
    font-size: 15px;
    text-align: center;
  }


  #content {
      margin-left: 5%;
      margin-right: 0px;
      margin-top: 70px;
  }

  #logo {
    margin-bottom: 150px;
  }

  .big-focus {
    margin-bottom: 120px;
  }


  .big-focus h1 {
    font-size: 52px;
    line-height: 68px;
  }

  .aboutSapling h2 {
    font-size: 25px;
    line-height: 40px;
  }



  #enquiry-block {
    width: 360px;
    right: -360px;
  }


  #gallerybox {
    left: 0px;
    top: 100%;
    -webkit-transition: all 0.7s ease-in-out 0.3s;
    -moz-transition: all 0.7s ease-in-out 0.3s;
    -o-transition: all 0.7s ease-in-out 0.3s;
    transition: all 0.7s ease-in-out 0.3s;
  }

  .gallery-showing {
    left: 0px !important;
    top: 0px !important;
    -webkit-transition: all 0.7s ease-in-out 0.3s;
    -moz-transition: all 0.7s ease-in-out 0.3s;
    -o-transition: all 0.7s ease-in-out 0.3s;
    transition: all 0.7s ease-in-out 0.3s;
  }

}


@media screen and (min-width: 1280px) {

  .main-image {
    background-position: 500px 0px;
  }

}


@media screen and (min-width: 1600px) {

  .main-image {
    background-position: 690px 0px;
  }

}



