@charset "utf-8";
/* Global styles CSS Document */
::-webkit-input-placeholder { color: #767567; }
::-moz-placeholder { color: #767567; opacity: 1; }
:-ms-input-placeholder { color: #767567; }
:-moz-placeholder { color: #767567; }
*, ::after, ::before { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 20px; }
body { -webkit-font-smoothing: subpixel-antialiased; margin: 0; padding: 0; font-family: var(--baseFont); color: var(--baseFontColor); }
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { margin-top: 0; }
img { max-width: 100%; height: auto; }
input[type="submit"] { cursor: pointer; }
a:focus { outline: none !important; }

/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
	margin: 0 0 20px 0;
}
p .alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 5px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
a img.alignnone {
	margin: 0 0 20px;
}
a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	text-align: center;
	/*padding: 5px 0 10px;*/
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
}
.wp-caption.alignnone {
	margin: 0 0 40px;
}
.wp-caption.alignleft {
	margin: 0 40px 40px 0;
}
.wp-caption.alignright {
	margin: 0 0 40px 40px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: 0 none;
	max-width: 98.5%;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	font-size: 11px;
	padding: 0 0 5px;
	line-height: 17px;
}
.wp-caption-text {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 17px;
}


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn {
	display: inline-block;
	border: solid 6px #bca36c;
    background-color: #5c7194;
	color: #FFF;
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	line-height: 1;
	min-width: 280px;
	-webkit-box-shadow: 0 0 20px 0 rgba(255,255,255,1);
	box-shadow: 0 0 20px 0 rgba(255,255,255,1);
	cursor: pointer;
	font-family: var(--baseFont);
}
.btn:hover,
.btn:focus {
	background-color: #bca36c;
}

.btn.btn-gold {
	border: solid 4px #FFF;
    background-color: #bca36c;
	color: #FFF;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}
.wpcf7-form-control {
	font-family: var(--baseFont);
}
.wpcf7-form-control[type="text"],
.wpcf7-form-control[type="email"],
.wpcf7-form-control[type="tel"] {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #767567;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	border-bottom: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.wpcf7-list-item-label {
	font-size: .9rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	padding-left: 20px;
}
.wpcf7-form-control.btn {
	min-width: 1px;
	border-width: 4px;
	font-size: .9rem;
	margin-top: 20px;
}
.wpcf7-list-item {
	display: block;
	margin: 25px 0;
}
.wpcf7-list-item label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em 1em auto;
  grid-template-columns: 1em auto;
  gap: 1em;
}
.wpcf7-list-item input[type="checkbox"],
input[name="mc4wp-subscribe"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #FFF;
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid #bca36c;
  border-radius: 0;
  -webkit-transform: translateY(-0.075em);
      -ms-transform: translateY(-0.075em);
          transform: translateY(-0.075em);

  display: flex;
  align-items: center;
  justify-content: center;
}
input[name="mc4wp-subscribe"],
.wpcf7-list-item[data-name="sms-consent"] input[type="checkbox"] {
	width: 1.15em;
    height: 1.15em;
}
.wpcf7-list-item input[type="checkbox"]::before,
input[name="mc4wp-subscribe"]::before {
  content: "";
  width: 0.85em;
  height: 0.85em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  -o-transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #FFF;
          box-shadow: inset 1em 1em #FFF;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
input[name="mc4wp-subscribe"]::before {
	width: 0.65em;
    height: 0.65em;
}
.wpcf7-list-item input[type="checkbox"]:checked,
input[name="mc4wp-subscribe"]:checked {
	background-color: #5c7194;
}
.wpcf7-list-item input[type="checkbox"]:checked::before,
input[name="mc4wp-subscribe"]:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


#property-form div[style="flex:1 1 auto;"] > p {
	margin: .5rem 0;
}



.hide {
	pointer-events: none;
	opacity: 0;
}


/* The ken burns effect */
@keyframes ken-burns {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.2);
	}
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  25% {
    transform: translatey(-100px);
  }
  75% {
    transform: translatey(100px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes move {
  0% {
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */

    -webkit-transform: scale(1.0);
    /* Safari and Chrome */

    -o-transform: scale(1.0);
    /* Opera */

    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */

    -webkit-transform: scale(1.2);
    /* Safari and Chrome */

    -o-transform: scale(1.2);
    /* Opera */

    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
