@import url("owl.carousel.min.css");
@import url("owl.theme.default.css");
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18E.ttf) format('truetype');
}
.circle {
  width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* Start of "Micro clearfix" */
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* End of "Micro clearfix" */
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
  max-width: 20%;
  padding: 0 2%;
}
@media all and (min-width: 992px) {
  .container.widerContainer {
    max-width: 1100px;
  }
}
@media all and (min-width: 1200px) {
  .container.widerContainer {
    max-width: 1300px;
  }
}
@media all and (max-width: 575px) {
  .owl-carousel-fours .owl-nav {
    display: none;
  }
}
.relative {
  position: relative;
  top: 0;
  left: 0;
}
body:before {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 33px;
  width: 100%;
  content: 'All (Smallest Up)';
  z-index: 111111111111;
  display: none;
}
#wpadminbar {
  bottom: 0;
  top: auto;
}
#wpadminbar:before {
  content: 'All (Smallest Up)';
  padding-left: 70px;
  float: left;
}
#wpadminbar .menupop .ab-sub-wrapper {
  top: auto;
  bottom: 32px;
  position: fixed;
}
a {
  cursor: pointer;
}
body {
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
a,
a:link,
a:visited {
  color: #754c29;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-top: 0;
}
.stickyX {
  position: fixed;
  top: 0;
}
.menu-toggle {
  display: none;
}
.mainHeader {
  background-color: #fff;
  height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav {
  background-color: #754c29;
  padding: 20px 0;
  text-align: right;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
nav .flexNav ul#menu-primary {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav .flexNav ul#menu-primary li {
  display: inline-block;
  margin: 0 0 0 15px;
}
nav .flexNav ul#menu-primary li a,
nav .flexNav ul#menu-primary li a:link,
nav .flexNav ul#menu-primary li a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
nav .flexNav ul#menu-primary li a:hover {
  color: #ffdd41;
}
.logoCircle {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 175px;
  height: 175px;
  padding: 1%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
.logoText {
  position: absolute;
  left: 170px;
  top: 50px;
  width: 450px;
  z-index: 201;
}
.headerContent {
  float: right;
  margin-top: 40px;
}
#mySearch,
#mySearchMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0px 0 0px;
}
#mySearch input,
#mySearchMobile input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 200px;
  background: #fff;
  padding: 0 0 0 20px;
  border-radius: 20px 0 0 20px;
  border: 0 none;
  font-size: 16px;
  border-width: 0px;
  border: 1px solid #754c29;
  margin: 0;
}
#mySearch button,
#mySearchMobile button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  background: #ac947f;
  color: white;
  border-radius: 0 20px 20px 0;
  border: 0 none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  margin: 0;
}
#mySearchMobile {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto 20px auto;
}
.phone {
  font-size: 1.4em;
  margin-top: 8px;
  text-align: right;
}
.phone .fas {
  color: #754c29;
}
.phone span {
  font-weight: bold;
}
a,
a:link,
a:visited {
  color: #754c29;
}
a:hover {
  color: #a97c50;
}
.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.owl-carousel .owl-slide {
  position: relative;
  height: 70vh;
  background-color: lightgray;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.owl-carousel .owl-slide.aFlexStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.static {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  -webkit-box-shadow: 1px 2px 3px rgba(255, 255, 255, 0.8);
          box-shadow: 1px 2px 3px rgba(255, 255, 255, 0.8);
}
h2 {
  color: #754c29;
  margin-top: 0;
  margin-bottom: 5px;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.owl-theme .owl-nav .owl-prev {
  float: left;
}
.owl-theme .owl-nav .owl-next {
  float: right;
}
.owl-theme .owl-nav svg {
  color: #fff;
}
.btn,
a.btn {
  border-radius: 5px;
  background-color: #754c29;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}
a.btn:hover {
  background-color: #a97c50;
}
.lilFlexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lilFlexer div.desc {
  padding-right: 5px;
}
.lilFlexer div.link {
  padding-left: 5px;
}
.well {
  padding: 30px 0;
}
.intro {
  text-align: center;
  font-size: 1.5em;
}
h1 {
  color: #754c29;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.1;
}
p {
  margin-top: 0;
}
.circleArrow {
  width: 175px;
  height: 175px;
  margin: 0px auto 60px auto;
  background-color: #f2ebe5;
  border-radius: 50%;
  border: solid 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  font-size: 2em;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: inset 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
}
.circleArrow:after {
  display: block;
  content: '';
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 90px solid;
  position: absolute;
  top: 100%;
  -webkit-transform: rotate(45 deg);
      -ms-transform: rotate(45 deg);
          transform: rotate(45 deg);
}
.circleArrow.color1 {
  border-color: #92bf25;
}
.circleArrow.color1:after {
  border-top-color: #92bf25;
}
.circleArrow.color2 {
  border-color: #03a2cc;
}
.circleArrow.color2:after {
  border-top-color: #03a2cc;
}
ul.homesAreUl {
  margin: 0 auto;
  max-width: 400px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
ul.homesAreUl li {
  padding: 0 0 0px 0;
  margin: 0 0 0px 0;
}
ul.homesAreUl li:after {
  content: '•';
  color: #754c29;
  display: block;
  text-align: center;
  margin: 0;
  line-height: 1;
  padding: 0 10px;
}
ul.homesAreUl li:last-child:after {
  display: none;
}
.dreamLogo {
  display: block;
  width: 100%;
  margin: 40px auto 20px auto;
  max-width: 200px;
}
.arrows {
  padding: 60px 0 30px 0;
  background-color: #f2ebe5;
}
.hundredImage {
  width: 100%;
  display: block;
}
.circle {
  border-radius: 50%;
}
.secondaryIntro {
  font-size: 1.2em;
}
.secondaryIntro h2 {
  font-size: 1.6em;
}
footer {
  margin-top: 40px;
  background-color: #47484b;
  padding: 30px;
  text-align: center;
  color: #fff;
  min-height: 200px;
}
footer #footer3 .phone {
  font-size: 1.75em;
  margin-top: 0;
  text-align: right;
  margin-bottom: 0;
}
footer #footer3 .phone .fas {
  color: lemonchiffon;
}
footer #footer3 a .fab {
  color: lemonchiffon;
  font-size: 2.3em;
  margin: 0 3px;
}
.tagline {
  color: #754c29;
  font-weight: bold;
  font-style: italic;
  font-size: 1.2em;
  margin-top: -10px;
  margin-bottom: 5px;
}
.wpcf7-form label {
  font-weight: 600;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
  display: block;
  width: 100%;
  font-weight: normal;
}
.wpcf7-form textarea {
  height: 100px;
}
.wpcf7-form select {
  background-color: #fff;
  border-radius: 3px;
  padding: 3px;
  border: solid 1x #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-weight: normal;
  line-height: 2;
  outline: none;
  padding: 0 60px 0 5px;
  white-space: nowrap;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('/wp-content/uploads/2020/11/select.svg');
  background-repeat: no-repeat;
  background-size: 10px 5px;
  background-position: 95% 50%;
}
.wpcf7-form input[type="submit"] {
  border-radius: 5px;
  background-color: #754c29;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  font-size: 1.2em;
  padding: 10px 40px;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #a97c50;
}
.entry-content ul {
  padding: 0;
}
.topImage {
  width: 100%;
  height: 180px;
  background-image: url('/wp-content/uploads/2020/11/topImage-scaled.jpg');
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  padding: 10px 20px;
}
.tocSidebar {
  margin-top: 40px;
  background-color: #f6f2ee;
  padding-left: 30px;
  padding-right: 30px;
}
#menu-footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
#menu-footer-menu li {
  margin-bottom: 5px;
}
#menu-footer-menu li a,
#menu-footer-menu li a:link,
#menu-footer-menu li a:visited {
  color: #fff;
}
#menu-footer-menu li a:hover {
  color: lemonchiffon;
}
.footerFlex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mobileNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #754c29;
  overflow-x: hidden;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobileNav.mobNavOpened {
  width: 250px;
  padding: 10px;
}
#mobileNav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mobileNav ul li a {
  color: #fff;
  display: block;
  padding: 5px 0 5px 0px;
  border-bottom: 1px #ccc dotted;
}
#mobileNav ul li a:hover {
  text-decoration: none;
}
#mobileNav ul li:last a {
  border-bottom: none;
}
body > * {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
body > *.opened {
  margin-left: 250px;
}
#mobileHeader {
  padding-top: 20px;
  position: relative;
  top: 0;
  left: 0;
}
#mobileHeader #mobileTrigger {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #754c29;
  cursor: pointer;
  font-size: 1.2em;
}
#mobileHeader .logoMobile {
  display: block;
  width: 80%;
  margin: 0 auto;
  max-width: 500px;
}
#mobileHeader .logoMobile > a {
  display: block;
}
#mobileHeader .logoMobile > a > img {
  display: block;
  cursor: pointer;
  width: 100%;
}
.fbx-caption {
  display: none !important;
}
.beatBanner {
  margin: 0 auto;
  max-width: 900px;
  display: block;
  width: 100%;
}
@media all {
  body:before,
  #wpadminbar:before {
    content: 'Extra Small Up';
  }
}
@media all and (min-width: 576px) {
  body:before,
  #wpadminbar:before {
    content: 'Small Up';
  }
}
@media all and (min-width: 768px) {
  body:before,
  #wpadminbar:before {
    content: 'Medium Up';
  }
  .md-w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
    max-width: 20%;
    padding: 0 2%;
  }
}
@media all and (min-width: 992px) {
  body:before,
  #wpadminbar:before {
    content: 'Large Up';
  }
}
@media all and (min-width: 1200px) {
  body:before,
  #wpadminbar:before {
    content: 'Extra Large Up';
  }
  nav .flexNav ul#menu-primary li {
    margin: 0 0 0 20px;
  }
}
@media all and (min-width: 1500px) {
  body:before,
  #wpadminbar:before {
    content: 'Super Large Up';
  }
}
/*# sourceMappingURL=custom_modular.css.map */