/*
EVELYN EN
$primary: #ffa52e;
$secondary: #f50022;
*/

body,
div#pagebg_wrapper {
  width: auto;
  max-width: 1024px;
  position: relative;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

div#floorplanimage img {
  max-width: none;
}

#header {
  height: auto;
  z-index: 2;
}

#header h1,
#header h2 {
  width: 37%;
  max-width: 375px;
  min-height: 126px;
  margin-bottom: 20px;
  overflow: hidden;
}

a#mainlogo {
  float: none;
  width: 100%;
  height: 0;
  padding-bottom: 22.66%;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}

div.menu-header {
  position: relative;
  top: 0;
  width: 100%;
  padding: 14px 0;
  height: auto;
}

ul#menu-main.menu {
  overflow: hidden;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding-left: 0;
}

ul#menu-main.menu li {
  display: flex;
  flex-grow: 1;
}

ul#menu-main.menu li a {
  margin: 0 auto;
  padding: 0;
}

ul#menu-main.menu li:nth-child(8),
ul#menu-main.menu li:nth-child(9) {
  display: none;
}

.head__hamburger {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  display: none;
  background-color: transparent;
  border: 0;
}

.head__hamburger__box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.head__hamburger__inner {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -2px
}

.head__hamburger__inner:after,.head__hamburger__inner:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 3px
}

.head__hamburger__inner:before {
  -webkit-transition: top .1s .34s ease-in,opacity .1s ease-in;
  transition: top .1s .34s ease-in,opacity .1s ease-in;
  top: -8px
}

.head__hamburger__inner:after {
  -webkit-transition: bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
  transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
  bottom: -8px
}

.head__hamburger.is-active .head__hamburger__inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.head__hamburger.is-active .head__hamburger__inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .1s ease-out,opacity .1s .14s ease-out;
  transition: top .1s ease-out,opacity .1s .14s ease-out
}

.head__hamburger.is-active .head__hamburger__inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1)
}

.home #thumbwrapper {
  height: auto;
}

#pagecontent {
  width: 100% !important;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 0;
  padding: 0 20px;
}

div#widgetwrap {
  overflow: hidden;
}

div#widgetwrap > ul {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

.textwidget {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.textwidget {
  display: block;
}

.textwidget a img {
  width: 100%;
}

#home_sidebar {
  float: right;
  width: 25%;
  box-sizing: border-box;
  margin-right: 0;
}

#footer {
  height: auto;
  overflow: hidden;
}

#footerleft,
#footerright {
  box-sizing: border-box;
}

#footerleft {
  width: 75%;
}

#footerright {
  width: 25%;
  text-align: right;
  direction: rtl;
}

a#onnilogo_link {

}

.social-links ul {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
}

.social-links ul li {
  float: left;
}

.social-links ul li a {
  float: none !important;
}

#___plusone_0 {
  width: calc(100% - 150px) !important;
  float: left !important;
  height: 40px !important;
  padding-top: 5px !important;
}

#footerleft a.footercontact {
  clear: both;
}

#thumbwrapper,
.page-id-525 #thumbwrapper {
  height: auto;
}

ul#submenu li {
  width: auto;
}

#subpagecontent,
div.interiorspane {
  width: calc(100% - 200px);
  padding-right: 40px;
  box-sizing: border-box;
}

div#featuresleft,
div#featuresright {
  width: 50%;
  box-sizing: border-box;
}

#mapleft {
  margin-right: 15px;
}

#mapleft,
#mapright {
  width: calc(50% - 15px);
  box-sizing: border-box;
  float: left;
}

h2#mapright + p {
  overflow: hidden;
  clear: both;
}

h2#mapright + p a {
  float: left;
  width: calc(50% - 15px);
  display: block;
}

div#communityleft,
div#communityright {
  box-sizing: border-box;
  width: 50%;
}

div#communityright {
  // padding-right: 20px;
}

a.archimages {
  width: 50%;
  float: left;
}

.archgal a.archimages img {
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.archgal a.archimages:nth-child(even) img {
  padding-right: 20px;
}

#largebanner {
  position: relative;
}

.page-id-716 div#fullwidthcontent {
  position: static;
}

.page-id-716 #fullwidthcontent > p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-bottom: 47.07%;
  margin: 0;
}

div#floorplanwrap {
  max-width: 964px;
  width: 100%;
}

a#forestsedgehover {
  width: 19.23%;
  height: 24.27%;
  left: 47.56%;
  top: 66.0%;
}

a#forestsedgehover:hover,
a#forestsedgehover.hover {
  background-image: url(images/refesthover2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

div#fp_selectbtns {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}

#fp_selectbtns a {
  box-sizing: border-box;
  width: 33.33%;
}

.videobox {
  width: 100%;
  box-sizing: border-box;
}

.videowrapper {
  box-sizing: border-box;
  position: relative;
  margin-right: 30px;
  padding: 0;
  height: 340px;
  width: 62.5%;
}

.videotext {
  box-sizing: border-box;
  width: calc(37.5% - 30px);
}

.videobox,
.videotext {
  float: right;
}

.videowrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

div#contactleft {
  box-sizing: border-box;
  width: 50%;
}

div#mapcontact {
  margin-left: 20px;
  margin-bottom: 30px;
}

#contact_sidebar {
  width: 200px;
  float: left;
  box-sizing: border-box;
  padding-right: 0;
}

#contact_sidebar h2 {
  width: auto;
}

h2#latestnews {
  left: 0;
  margin-left: 0;
}

div#blogwrapper {
  width: calc(100% - 264px);
  box-sizing: border-box;
  margin-right: 0;
  padding-right: 30px;
}

div.blogpost {
  width: 100%;
}

.ratio {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.ratio__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
}

.ratio__block,.ratio iframe,.ratio svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.ratio--square {
  padding-bottom: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
  #thumbwrapper.nothomepage img.attachment-post-thumbnail.wp-post-image {
    margin: 0;
  }

  .head__hamburger {
    display: block;
  }

  #header {
    padding-top: 0px;
  }

  .header__wrap {
    position: relative;
  }

  #header h1,
  #header h2 {
    min-height: 0;
    margin-bottom: 0;
    max-width: 150px;
  }

  a#mainlogo {
    margin: 20px 0 20px 10px;
  }

  ul#menu-top.menu {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    margin: 0;
    padding: 10px 0;
  }

  ul#menu-top.menu li {
    line-height: 1;
  }

  ul#menu-top.menu li a {
    text-transform: none;
    font-size: 11px;
    padding: 0 10px;
  }

  #registernow {
    background-image: none;
    background-color: #ffa52e;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: auto;
    height: auto;
    text-indent: 0;
    font-weight: normal;
    padding: 10px 20px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    box-sizing: border-box;
    line-height: 2.5;
  }

  #registernow:hover {
    background-image: none !important;
    background-color: #ffa52e;
  }

  #access {
    position: relative;
  }

  div.menu-header {
    transition: max-height 0.3s;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  ul#menu-main.menu {
    border-top: 1px solid #ccc;
    padding: 0;
    display: block;
  }

  ul#menu-main.menu li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: block;
  }

  ul#menu-main.menu li:nth-child(8),
  ul#menu-main.menu li:nth-child(9) {
    display: block;
  }

  ul#menu-main.menu li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    margin: 0;
  }

  .menu-header.is-active {
    max-height: 400px;
  }

  div#widgetwrap > ul {
    width: 100%;
    padding: 0 0 10px;
  }

  div#widgetwrap > ul.home3 {
    clear: left;
  }

  #home_sidebar {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 40px;
    margin-left: -20px;
  }

  h2#latestnews {
    display: block;
    width: 274px;
  }

  #footerleft,
  #footerright {
    width: 100%;
    float: none;
    padding: 0 20px;
  }

  #footerleft {
    position: relative;
  }

  #footerright {
    width: 100%;
    text-align: center;
  }

  #footerleft:before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    border-top: 1px solid #fff;
    padding-bottom: 20px;
  }

  #subpagewrapper {
    padding: 20px 0;
  }

  #subpagesidebar {
    float: none;
    margin-bottom: 20px;
  }

  ul#submenu,
  div#interiormenu {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }

  div#interiormenu {
    padding: 20px;
  }

  a#interiorfeatures,
  a#interiorgallery {
    position: relative !important;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }

  ul#submenu li {
    padding-left: 0;
  }

  #subpagecontent,
  div.interiorspane {
    width: 100%;
    padding: 0 20px;
  }

  div#featuresleft,
  div#featuresright {
    width: 100%;
    float: none;
    padding: 0;
  }

  #mapleft,
  #mapright {
    margin: 0;
    font-size: 14px;
    width: 100%;
  }

  #mapleft a,
  #mapright a {
    display: block;
    padding: 0 !important;
  }

  #mapleft img,
  #mapright img {
    display: block;
    width: 100%;
  }

  div#communityleft,
  div#communityright {
    width: 100%;
    float: none;
  }

  div#communityright {
    overflow: hidden;
    padding: 0 20px;
  }

  .archgal a.archimages {
    width: 100%;
    float: none;
    padding: 0 !important;
    margin-bottom: 16px;
  }

  .archgal a.archimages img {
    padding: 0 !important;
    margin: 0 !important;
  }

  div#fp_right {
    margin: 0;
  }

  #fp_selectbtns a {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
  }

  #fp_selectbtns a img {
    width: 100%;
  }

  #downloadfullset,
  a#returntofpselection {
    position: relative;
    left: 0;
    top: 0;
  }

  div#floorplanwrap {
    box-sizing: border-box;
    padding-right: 20px;
  }

  .ngg-gallery-thumbnail-box,
  .ngg-gallery-thumbnail,
  .ngg-gallery-thumbnail a,
  .ngg-gallery-thumbnail img {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 16px;
  }

  .videowrapper,
  .videotext {
    width: 100%;
    margin: 0;
  }

  .videotext {
    padding: 0;
    margin-bottom: 14px;
  }

  div#contactleft{
    width: 100%;
    padding: 0;
    margin-left: 0;
  }

  div#mapcontact {
    width: 100%;
    height: 0;
    padding: 0 0 100% 0;
    margin-left: 0;
    position: relative;
  }

  div#mapcontact iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  #contact_sidebar {
    width: 100%;
    padding: 0;
  }

  div.latestnewsdiv {
    padding: 20px;
  }

  div#blogwrapper {
    width: 100%;
    padding: 0 20px;
  }

  .social-links ul {
    display: block;
    width: 100%;
    float: none;
  }

  #___plusone_0 {
    float: none !important;
    display: block !important;
    width: 100%  !important;
  }

  div#fp_left,
  div#fp_right {
    box-sizing: border-box;
    width: 100%;
  }
}































/* Form Block */
.dis-n {
  display: none;
}

.dis-n--i {
  display: none !important;
}

.form * {
  box-sizing: border-box;
}

.col-0 {
    width: 0;
}

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid__col {
    float: left;
}

.grid__col--right {
    float: right;
}

.grid--gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.grid--gutter .grid__col {
    padding: 0 10px;
}

.grid--gutter-sm {
    margin-left: -10px;
    margin-right: -10px;
}

.grid--gutter-sm .grid__col {
    padding: 0 10px;
}

.form {
    padding: 0 20px;
    margin: 0 auto;
    clear: both;
}

.form__inner {
    padding: 35px;
}

.form__container {
    padding-top: 20px;
}

.form__title {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
}

.form__element {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.form__disclaimer {
    font-size: 12px;
}

.form p {
    margin-bottom: 10px;
}

.form label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.form label .form__optional {
    font-style: italic;
    font-size: .75em;
}

.form hr {
    border-top: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.form__consent {
    font-size: 14px;
}

.form input[type=email],.form input[type=text] {
    display: block;
    width: 100%;
    border: 0;
    color: #27252b;
    padding: 10px;
    font-size: 14px;
    background-color: #fff;
    // border: 1px solid #0096d6;
}

.form select {
    border: 0;
    width: 100%;
    height: 37px;
    color: #27252b;
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
}

.form__select__wrap {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    // border: 1px solid #0096d6;
}

.form__select__wrap select {
    width: calc(100% + 30px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

.form__select__wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #27252b transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.form__submit {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.form .parsley-errors-list {
    margin-left: 20px;
    font-size: 12px;
    color: #ca7a2e;
    padding: 10px 0;
}

.content--disclaimer {
  background-color: transparent;
  width: auto;
  padding: 0;
}

.parsley-errors-list {
  padding: 10px 0 !important;
  margin: 0 !important;
}

.parsley-required {
  list-style: disc;
}

.form .btn-submit {
  font-size: 22px;
  background-color: #6a9244;
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}

.align-c {
  text-align: center;
}

.form a {
  color: #6a9244;
}

.header-contact {
  width: auto;
  text-align: left;
  background-color: black;
  width: 100%;
}

.head__svg {
  width: 20px;
}

.header-contact .header-contact--li {
  border-right: 1px solid #ddd !important;
  padding: 0;
  display: inline-block;
  float: left;
}

.header-contact li a {
  display: block;
  height: 50px;
  box-sizing: border-box;
  padding: 15px 15px;
  color: #fff;
  height: 50px;
}

.header-contact li a.header-text {
  padding: 20px 15px;
}

.header-text {
  line-height: 1;
}

.head__svg {
  width: 20px;
}

@media only screen and (max-width: 767px) {
    .float-l\@sm {
        float:left;
    }

    .float-r\@sm {
        float: right;
    }

    .float-n\@sm {
        float: none;
    }

    .align-m\@sm {
        vertical-align: middle;
    }

    .align-b\@sm {
        vertical-align: bottom;
    }

    .align-c\@sm {
        text-align: center;
    }

    .align-l\@sm {
        text-align: left;
    }

    .align-r\@sm {
        text-align: right;
    }

    .pos-f\@sm {
        position: fixed;
    }

    .pos-a\@sm {
        position: absolute;
    }

    .pos-r\@sm {
        position: relative;
    }

    .pos-s\@sm {
        position: static;
    }

    .col-0\@sm {
        width: 0;
    }

    .col-1\@sm {
        width: 8.33333%;
    }

    .col-2\@sm {
        width: 16.66667%;
    }

    .col-3\@sm {
        width: 25%;
    }

    .col-4\@sm {
        width: 33.33333%;
    }

    .col-5\@sm {
        width: 41.66667%;
    }

    .col-6\@sm {
        width: 50%;
    }

    .col-7\@sm {
        width: 58.33333%;
    }

    .col-8\@sm {
        width: 66.66667%;
    }

    .col-9\@sm {
        width: 75%;
    }

    .col-10\@sm {
        width: 83.33333%;
    }

    .col-11\@sm {
        width: 91.66667%;
    }

    .col-12\@sm {
        width: 100%;
    }

    .column-2\@sm {
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }

    .column-1\@sm {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .dis-n\@sm {
        display: none;
    }

    .dis-ib\@sm {
        display: inline-block;
    }

    .dis-b\@sm {
        display: block;
    }

    .grid--gutter {
        margin-left: -10px;
        margin-right: -10px;
    }

    .grid--gutter .grid__col {
        padding: 0 10px;
    }

    .form {
      padding: 0;
    }

    .form__inner {
        padding: 20px;
    }

    .form__title {
        font-size: 22px;
    }

    .form__select__wrap {
        overflow: hidden;
        position: relative;
    }

    .form__select__wrap select {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}
