/*
 Theme Name:     LandingFourteenPark
 Theme URI:      fourteenpark.com
 Description:    A CottonCandy child theme.
 Author:         Sonya Pereira
 Template:       CottonCandy
 Version:        1.0.0
*/
@import url("https://use.typekit.net/reb6vhi.css");
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ---- [ Main Styles ] ---- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
.container {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  text-align: center;
}
.col {
  display: inline;
  float: left;
}
.alpha {
  margin-left: 0 !important;
}
.omega {
  margin-right: 0 !important;
}
.full {
  width: 100%;
}
.almost-full {
  width: 95.23809524%;
  margin: 0 0;
  float: none;
  margin: 0 auto;
}
.col_one {
  width: 100%;
  margin: 0 0;
}
.col_half {
  width: 50%;
  margin: 0 0;
}
.col_two_thirds {
  width: 66.66666667%;
  margin: 0 0;
}
.col_one_third {
  width: 33.33333333%;
  margin: 0 0;
}
.col_one_fourth {
  width: 25%;
  margin: 0 0;
}
.col_three_fourths {
  width: 74.90636704%;
  margin: 0 0;
}
.col_one_fifth {
  width: 20%;
  margin: 0 0;
}
.col_two_fifths {
  width: 40%;
  margin: 0 0;
}
.col_three_fifths {
  width: 59.88023952%;
  margin: 0 0;
}
.col_one_sixth {
  width: 16.66666667%;
  margin: 0 0;
}
@media only screen and (max-width: 1280px) {
  .container {
    width: 1180px;
  }
}
@media only screen and (max-width: 1180px) {
  .container {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 980px;
  }
}
@media only screen and (max-width: 980px) {
  .container {
    width: 760px;
  }
}
@media only screen and (max-width: 780px) {
  .container {
    width: 95%;
  }
  .full,
  .col_one,
  .col_half,
  .col_two_thirds,
  .col_one_third,
  .col_one_fourth,
  .col_three_fourths,
  .col_one_fifth,
  .col_two_fifths,
  .col_three_fifths,
  .col_one_sixth {
    width: 100%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: 90%;
  }
}
/*animation element*/
.animation {
  position: relative;
  margin: 0 auto;
}
.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.bounce-down {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, -200px, 0px);
  -webkit-transform: translate3d(0px, -200px, 0px);
  -o-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate3d(0px, -200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.zoom2 {
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  opacity: 0;
  transform: scale(0.2);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zoom2.in-view {
  opacity: 1;
  width: auto;
  transform: scale(1);
}
.zoom2 {
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  opacity: 0;
  transform: scale(0.2);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zoom2.in-view {
  opacity: 1;
  width: auto;
  transform: scale(1);
}
.zoom3 {
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  opacity: 0;
  transform: scale(1.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zoom3.in-view {
  opacity: 1;
  width: auto;
  max-width: 100%;
  transform: scale(1);
  margin-bottom: -7px;
}
.delay1 {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.delay1.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.delay2 {
  opacity: 0;
  -moz-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.delay2.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.element {
  float: left;
  width: 100%;
  margin: 0 1.33% 2.66% 1.33%;
  background: #F5F5F5;
  padding: 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
}
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fade-in.one {
  -webkit-animation-delay: 8.5s;
  -moz-animation-delay: 8.5s;
  animation-delay: 8.5s;
}
.fade-in.two {
  -webkit-animation-delay: 7.5s;
  -moz-animation-delay: 7.5s;
  animation-delay: 7.5s;
}
.fade-in.three {
  -webkit-animation-delay: 11s;
  -moz-animation-delay: 11s;
  animation-delay: 11s;
}
.fade-in.four {
  -webkit-animation-delay: 11.5s;
  -moz-animation-delay: 11.5s;
  animation-delay: 11.5s;
}
.fade-in.five {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s;
}
.fade-in.six {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.fade-in.seven {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.fade-in.eight {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.fade-in.nine {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.fade-in.ten {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.fade-in.eleven {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.fade-in.twelve {
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
@keyframes slidelefttdelay {
  0% {
    opacity: 0;
    transform: translateX(250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    width: 440px;
  }
}
@keyframes slidetopdelay {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.single-blog-header {
  width: 100%;
}
.single-blog-header img {
  width: 100%;
  height: auto;
}
.blog-TopSlider {
  width: 100%;
  padding-top: 10px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.blog-TopSlider img {
  width: 100%;
  height: auto;
  z-index: -1;
}
.blog-wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.blog-header {
  margin: 0 auto;
}
.blog-header img {
  width: 100%;
  height: auto;
}
.blog-single {
  text-align: left;
  padding: 0 10px;
  margin-bottom: 25px;
  font-size: 1em!important;
}
.blog-single .blog-top {
  margin: 10px auto 20px;
  line-height: 150%;
  width: 100%;
}
.blog-single .by-line {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.1em;
}
.blog-single h3 {
  color: #41342C;
  font-size: 1.5em;
  margin-top: 30px;
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
  text-align: left;
}
.blog-single h3 a {
  color: #41342C !important;
}
.date {
  text-align: left;
  color: #000000;
  font-size: 0.9em;
  display: inline-block;
  width: 250px;
}
/* Search form */
.post-section {
  margin-top: 50px;
  margin-bottom: 75px;
}
.wp-pagenavi {
  display: block;
  margin-top: 30px !important;
  text-align: center;
}
.wp-pagenavi .current {
  background: #41342C;
  color: #FFFFFF;
  text-decoration: none;
  font-style: normal;
}
.wp-pagenavi .pages {
  display: inline-block;
  color: #FFFFFF;
}
.wp-pagenavi span,
.wp-pagenavi a {
  color: #000000;
  padding: 10px 15px !important;
}
.wp-pagenavi a {
  background: #333333;
}
.blog-top {
  margin-top: 25px;
}
.blog-top .btn-form-wrapper {
  text-align: right !important;
  margin: 0;
}
.blog-content {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 50px;
  padding: 0 10px;
  display: inline-block;
  width: 100%;
}
.blog-content p {
  text-align: left;
  font-style: normal;
}
.blog-content a {
  color: #41342C !important;
}
.blog-content a:hover {
  color: #41342C !important;
}
.blog-content .disclaimer {
  color: #41342C;
  font-size: 0.75em;
  line-height: 110%;
}
.post-thumb img {
  width: 325px;
  height: auto;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.post-thumb-full img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.previous,
.next {
  color: #41342C;
}
.previous a,
.next a {
  font-weight: normal;
  line-height: 100%;
  font-size: 0.85em;
  margin: 0;
  color: #41342C !important;
  background-color: #FFFFFF;
  padding: 5px 10px!important;
  border-radius: 0;
  border: 1px solid #41342C;
}
.previous a.selected,
.next a.selected,
.previous a.active,
.next a.active {
  color: #41342C;
}
.previous a:hover,
.next a:hover {
  color: #41342C;
  text-decoration: none;
}
/* ---- [ Blog-news Style ] ---- */
.single-post-content,
.blog-intro {
  width: 100%;
  padding: 0 10px;
  height: 350px;
  display: inline-block;
}
.single-post-content .read-more-button,
.blog-intro .read-more-button,
.single-post-content .button-blog,
.blog-intro .button-blog {
  color: #FFFFFF !important;
  font-family: "proxima-nova", sans-serif !important;
  text-transform: uppercase;
  display: block;
  margin-top: 25px;
  padding: 5px 10px!important;
  border: 1px solid #41342C;
  background: #41342C;
  margin-left: 20px;
  font-size: 0.9em !important;
  text-align: left;
  width: 123px;
}
.single-post-content .read-more-button:hover,
.blog-intro .read-more-button:hover,
.single-post-content .button-blog:hover,
.blog-intro .button-blog:hover {
  color: #41342C !important;
  text-decoration: none!important;
  padding: 5px!important;
  border: 1px solid #41342C;
  background: #41342C;
}
.single-post-content .read-more-button a,
.blog-intro .read-more-button a,
.single-post-content .button-blog a,
.blog-intro .button-blog a {
  text-decoration: none!important;
}
.single-post-content .read-more-button a:hover,
.blog-intro .read-more-button a:hover,
.single-post-content .button-blog a:hover,
.blog-intro .button-blog a:hover {
  text-decoration: none!important;
}
.single-post-content .title,
.blog-intro .title {
  font-size: 2em;
  text-align: left!important;
  line-height: 115%;
  color: #41342C;
  font-weight: 400;
  text-transform: none;
  font-family: "century-old-style-std", serif;
}
.single-post-content .sub-title,
.blog-intro .sub-title {
  font-size: 1.3em;
  text-align: left;
  line-height: 115%;
  color: #41342C;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "century-old-style-std", serif;
}
.single-post-content h2,
.blog-intro h2,
.single-post-content h3,
.blog-intro h3 {
  font-size: 1.8em;
  text-align: left!important;
  line-height: 115%;
  color: #41342C;
  font-weight: 400;
  font-family: "century-old-style-std", serif;
}
.blog-text {
  text-align: left;
  padding: 10px 15px;
  font-size: 1em;
  position: relative;
}
.blog-top {
  padding: 0 15px;
  text-align: left;
}
.excerpt-read-more {
  color: #FFFFFF !important;
  font-family: "proxima-nova", sans-serif !important;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  margin-top: 10px;
  border: 1px solid #41342C;
  width: 120px;
}
.excerpt-read-more:hover {
  color: #FFFFFF !important;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 5px!important;
}
.read-more-button {
  color: #41342C !important;
  font-family: "proxima-nova", sans-serif !important;
  text-transform: uppercase;
  padding: 5px 12px;
  display: block;
  margin-top: 10px;
  text-align: left;
  border: 1px solid #41342C;
  width: 120px;
}
.read-more-button:hover {
  color: #000000 !important;
  border: 1px solid #000000;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 5px!important;
  text-decoration: none !important;
}
.recents-content {
  font-size: 1em;
  height: 725px;
  width: 90%;
  margin: 0 auto 35px;
  display: inline-block;
  background-color: rgba(1, 26, 57, 0.1);
}
.recents-content p {
  text-align: left;
  line-height: 125%;
  font-size: 0.9em;
}
.recents-inline {
  width: 100%;
  border-top: 1px solid #41342C;
  padding: 5px 0;
  margin: 0 auto;
  display: inline-block;
}
.recents-title {
  line-height: 130%;
  color: #41342C !important;
  letter-spacing: 0.02em;
  text-align: left;
  height: auto;
  font-family: "century-old-style-std", serif;
  text-transform: none;
  padding-right: 20px;
}
.recents-title a {
  color: #41342C !important;
  text-decoration: none;
  font-family: "century-old-style-std", serif;
  font-weight: 100;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}
.recents-title:hover {
  color: #41342C;
}
.recents-top {
  height: auto;
  position: relative;
}
.recents-top img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.date-new {
  text-align: left;
  font-weight: 300;
  color: #41342C;
  font-size: 0.9em;
  line-height: 150%;
  font-family: "proxima-nova", sans-serif;
  margin-top: 25px;
}
@media only screen and (max-width: 912px) {
  .single-post-content,
  .blog-intro {
    width: 100%;
    padding: 0 10px;
    height: 419px;
    display: inline-block;
  }
}
@media only screen and (max-width: 600px) {
  .single-post-content,
  .blog-intro {
    height: 313px;
  }
  .recents-content {
    width: 100%;
    height: 680px;
  }
  .recents-title a {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 480px) {
  .single-post-content,
  .blog-intro {
    height: 345px;
  }
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  letter-spacing: 0.0175rem;
  color: #FFFFFF !important;
  line-height: 1.5rem !important;
  background-color: #41342C;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.desktop {
  display: inline-block;
}
.mobile {
  display: none;
}
.laptop {
  display: none;
}
.super-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
p {
  line-height: 180%;
  text-align: left;
}
.clear {
  clear: both;
}
.main {
  display: block;
  position: relative;
}
.section {
  background-color: #675547;
  position: relative;
  overflow: hidden;
}
.bg-dark-brown {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #41342C;
  display: inline-block;
}
.top-content {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.landing-top-content {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.landing-bottom-content {
  position: relative;
  width: 100%;
  margin: 0 auto -10px;
  display: inline-block;
  z-index: 9;
  background: #F5F2EC;
  padding: 30px 0 0 0;
}
.content-wrapper {
  width: 595px;
  max-width: 100%;
  margin: 0 auto 120px;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
}
.content-wrapper p {
  text-align: center;
}
.form-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.small-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.105rem;
  margin: 100px auto 0;
}
.form-copy {
  font-size: 1.2rem;
  text-transform: capitalize;
  letter-spacing: 0.105rem;
  margin: 0 auto;
}
.copy-big-text {
  font-size: 1.3em;
  text-transform: capitalize;
  letter-spacing: 0.07em;
  line-height: 135%;
  font-weight: 100;
  margin-top: 50px;
  font-style: italic;
}
.global-title {
  color: #FFFFFF;
  text-align: center;
  font-size: 1em;
  font-family: "century-old-style-std", serif;
  letter-spacing: 0.1625rem;
  font-weight: 400;
}
.global-title.slider-title {
  font-size: 35px!important;
  letter-spacing: 0.04em !important;
  color: #FFFFFF !important;
  font-family: "commuters-sans", sans-serif !important;
}
.global-title.slider-sub-title {
  font-size: 40px!important;
  color: #FFFFFF !important;
  font-family: "century-old-style-std", serif !important;
}
.global-title.main-title {
  font-size: 3.25rem;
  line-height: 4.125rem;
  text-transform: none;
  letter-spacing: 0.1625rem;
  font-weight: 400;
  max-width: 935px;
  margin: 30px auto;
}
.global-title.main-title span {
  text-transform: none!important;
  font-style: italic;
  letter-spacing: 0;
  font-size: 2.1875rem;
}
.global-title.sub-title {
  font-size: 2em;
  font-family: "century-old-style-std", serif !important;
  line-height: 120%;
}
.global-title.form-title {
  font-size: 3.25rem;
  line-height: 4.125rem;
  color: #FFFFFF;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 12px;
  letter-spacing: 0.1625rem;
}
.global-title.form-title span {
  text-transform: none!important;
  font-style: italic;
  letter-spacing: 0;
  font-size: 2rem;
}
.text-center {
  text-align: center!important;
}
.text-left {
  text-align: left!important;
}
.text-right {
  text-align: right!important;
}
.form-comment {
  color: #FFFFFF;
  width: 100%;
}
.btn-form-wrapper {
  text-align: center !important;
  margin: 50px auto 0;
}
.logo-icon {
  width: 80px;
  height: auto;
}
.fixed-btn-discover {
  position: fixed;
  right: 40px;
  top: 90vh;
  z-index: 99999;
  border-radius: 2.08333333vw !important;
  transition: 0.5s !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center!important;
  padding: 7px 25px!important;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "proxima-nova", sans-serif;
  background: #FBF7EF;
  color: #41342C;
}
.fixed-btn-press {
  position: fixed;
  right: 40px;
  top: 85vh;
  z-index: 99999;
  border-radius: 2.08333333vw !important;
  transition: 0.5s !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center!important;
  padding: 7px 25px!important;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "proxima-nova", sans-serif;
  background: #FBF7EF;
  width: 122px;
  color: #41342C;
}
.footer-wrapper {
  margin: 0 auto -15px;
  text-align: center;
  background: #41342C;
  color: #FFFFFF;
  padding: 100px 5% 20px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.footer-wrapper a {
  color: #FFFFFF !important;
}
.disclaimer {
  position: relative;
  bottom: auto;
  display: inline-block;
  color: #FFFFFF;
  font-weight: 400;
}
.disclaimer span {
  margin: 0 15px;
}
.disclaimer img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.disclaimer p {
  text-align: left;
  font-size: 0.8em;
}
.disclaimer a {
  color: #FFFFFF !important;
}
.disclaimer a.right {
  margin-right: 30px;
}
.disclaimer a.left {
  margin-left: 30px;
}
.margin-top35 {
  margin-top: 35px;
  width: 100%;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top60 {
  margin-top: 60px;
}
.margin-top100 {
  margin-top: 100px!important;
}
.margin-top120 {
  margin-top: 120px!important;
}
.margin-top200 {
  margin-top: 200px!important;
}
.form-wrapper {
  width: 100%;
  margin: 50px auto;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 1.1em !important;
  font-style: normal!important;
  font-weight: 400!important;
  color: #41342C !important;
  letter-spacing: 0.09rem !important;
  background-color: #F5F2EC !important;
  border-radius: 2.08333333vw !important;
  width: 50%!important;
  height: auto!important;
  transition: 0.5s !important;
  box-shadow: 0 0 0!important;
  border: 1px solid #FFFFFF !important;
  text-align: center!important;
  padding: 10px!important;
  text-transform: uppercase;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_submit_style:hover,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  background-color: #675547 !important;
  color: #F5F2EC !important;
}
.with_frm_style.frm_center_submit .frm_flex.frm_submit {
  justify-content: right!important;
  margin-top: -29px;
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .frm_slimselect.ss-main {
  color: #FFFFFF !important;
  background-color: #41342C !important;
  border: none!important;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 1em!important;
  line-height: 1em!important;
  font-style: normal!important;
  font-weight: 100!important;
  letter-spacing: 0.011rem !important;
  border-bottom: 1px solid #FFFFFF !important;
  transition: 0.5s !important;
  padding: 5px!important;
  margin: 0!important;
  border-radius: 0!important;
}
.frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: 100%!important;
  width: 100%!important;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin: 10px 0!important;
}
.with_frm_style .frm_inside_container > label {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 1em!important;
  color: #FFFFFF !important;
}
.with_frm_style {
  --field-height: -2px!important;
  field-height: -2px !important;
}
.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_scale input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
  background-color: transparent!important;
  border: 1px solid #FFFFFF !important;
  border-radius: 2px!important;
  color: #FFFFFF !important;
  font-size: 0.9em !important;
}
.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label {
  color: #FFFFFF !important;
  font-size: 0.9em;
  font-weight: 100!important;
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.with_frm_style .frm-card-element.StripeElement {
  font-size: 0.9em !important;
}
:-moz-placeholder {
  color: #FFFFFF !important;
  font-size: 0.9em !important;
}
::-moz-placeholder {
  color: #FFFFFF !important;
  font-size: 0.9em !important;
}
:-ms-input-placeholder {
  color: #FFFFFF !important;
  font-size: 0.9em !important;
}
::-webkit-input-placeholder {
  color: #FFFFFF !important;
  font-size: 0.9em !important;
}
#frm_form_3_container input::-webkit-input-placeholder {
  color: #FFFFFF !important;
  font-size: 1em!important;
}
#frm_form_3_container input::-moz-placeholder {
  color: #FFFFFF !important;
  font-size: 1em!important;
}
#frm_form_3_container input:-ms-input-placeholder {
  color: #FFFFFF !important;
  font-size: 1em!important;
}
#frm_form_3_container input::-moz-placeholder {
  color: #FFFFFF !important;
  font-size: 1em!important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-cream {
  color: #F5F2EC !important;
}
.text-cream a {
  color: #FFFFFF !important;
}
.text-brown {
  color: #3F342A !important;
}
.text-brown a {
  color: #41342C !important;
}
/*LINES BELOW ID for the dropdown n PC */
/* the “closed” select */
.select2-container--default .select2-selection--single {
  background-color: #41342C !important;
  color: #FFFFFF !important;
  border: none;
  /* remove default border if you like */
  height: auto;
  /* let it size to your .frm_field */
  padding: 0.5em 1em;
  border-radius: 0;
  /* match your form style */
}
/* the placeholder / selected text */
.select2-container--default .select2-selection__rendered {
  color: #FFFFFF !important;
  line-height: 1.5;
}
/* the dropdown arrow */
.select2-container--default .select2-selection__arrow b {
  border-color: #FFFFFF transparent transparent transparent !important;
}
/* when the menu is open */
.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* the options list */
.select2-container .select2-dropdown {
  background-color: #41342C !important;
  color: #FFFFFF !important;
}
/* hovered option */
.select2-container--default .select2-results__option--highlighted {
  background-color: #41342C !important;
  color: #FFFFFF !important;
}
.frm_form select {
  background-color: #FBF7EF !important;
  color: #41342C !important;
  border: 1px solid rgba(214, 207, 196, 0.5) !important;
  padding: 10px;
  font-family: "proxima-nova", sans-serif;
  appearance: none!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
}
.frm_form select option {
  background-color: #FBF7EF !important;
  color: #FFFFFF !important;
}
.frm_form select option:hover {
  background-color: #41342C !important;
  color: rgba(214, 207, 196, 0.5) !important;
}
/*LINES ABOVE ID for the dropdown n PC */
@media only screen and (max-width: 825px) {
  .desktop {
    display: none;
  }
  .landing {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
  .global-title.main-title {
    font-size: 1.5em;
    line-height: 120%;
    margin-top: 20px;
  }
  .global-title.form-title {
    font-size: 1.7em;
    margin-top: 10px;
    line-height: 120%;
    margin-top: 20px;
  }
  .global-title {
    line-height: 120%;
  }
  .global-title.slider-title {
    font-size: 25px !important;
  }
  .global-title.slider-sub-title {
    font-size: 16px !important;
  }
  .global-title.main-title {
    padding: 0 5%;
  }
  .global-title.main-title span {
    font-size: 1.6rem;
    display: block;
    margin-top: 15px;
  }
  .global-title.form-title span {
    font-size: 1.4rem;
    display: block;
    margin-top: 25px;
  }
  .logo-icon {
    width: 40px;
    height: auto;
  }
  .small-title {
    letter-spacing: 0;
    font-size: 0.8em;
    margin-top: 30px;
  }
  .landing-top-content {
    height: 650px;
  }
  .top-content {
    height: 485px;
  }
  .fixed-btn-discover {
    right: 15px;
    top: 491px;
    padding: 10px!important;
    width: 130px;
    position: absolute;
  }
  .fixed-btn-press {
    left: 15px;
    top: 491px;
    padding: 10px!important;
    width: 75px;
    position: absolute;
  }
  .landing-bottom-content {
    margin: -56px auto -10px;
    padding: 0;
  }
  .form-wrapper {
    margin: 0 auto;
  }
  .text-right {
    text-align: center!important;
  }
  .margin-top120 {
    margin-top: 60px!important;
  }
  .margin-top100 {
    margin-top: 60px!important;
  }
  .text-left {
    text-align: center!important;
  }
}
@media only screen and (max-width: 480px) {
  .disclaimer {
    margin-top: -15px;
  }
  .disclaimer span {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */