/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
}
.ginput_container textarea {
  height: auto;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* default wordpress styles, do not delete */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Preload images */
body:after {
  content: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/close.0cfd6489.png) url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/loading.f657825a.gif) url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/prev.0edc57cc.png) url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/next.62074ac7.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/loading.f657825a.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/prev.0edc57cc.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/next.62074ac7.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/close.0cfd6489.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@font-face {
  font-family: "variane_scriptregular";
  src: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/fonts/variane_script-webfont.23a415f0.woff2) format("woff2"), url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/fonts/variane_script-webfont.95bf9a91.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
body:before {
  display: none;
  content: "phone";
}

.norow {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.row.ai-center {
  align-items: center;
}
.row.ai-flex-end {
  align-items: flex-end;
}
.row.ai-stretch {
  align-items: stretch;
}
.row.jc-center {
  justify-content: center;
}
.row.jc-space-between {
  justify-content: space-between;
}
.row.jc-flex-end {
  justify-content: flex-end;
}
.row.nowrap {
  flex-wrap: nowrap;
}
.row .row {
  max-width: none;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.s1 {
  width: 8.3333333333%;
  padding: 0 15px;
}
.s1.nopad {
  padding: 0;
}

.m1 {
  padding: 0 15px;
}
.m1.nopad {
  padding: 0;
}

.l1 {
  padding: 0 15px;
}
.l1.nopad {
  padding: 0;
}

.s-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.m-push-1 {
  position: relative;
  left: auto;
}

.l-push-1 {
  position: relative;
  left: auto;
}

.s-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.m-pull-1 {
  position: relative;
  left: auto;
}

.l-pull-1 {
  position: relative;
  left: auto;
}

.s2 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.s2.nopad {
  padding: 0;
}

.m2 {
  padding: 0 15px;
}
.m2.nopad {
  padding: 0;
}

.l2 {
  padding: 0 15px;
}
.l2.nopad {
  padding: 0;
}

.s-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.m-push-2 {
  position: relative;
  left: auto;
}

.l-push-2 {
  position: relative;
  left: auto;
}

.s-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.m-pull-2 {
  position: relative;
  left: auto;
}

.l-pull-2 {
  position: relative;
  left: auto;
}

.s3 {
  width: 25%;
  padding: 0 15px;
}
.s3.nopad {
  padding: 0;
}

.m3 {
  padding: 0 15px;
}
.m3.nopad {
  padding: 0;
}

.l3 {
  padding: 0 15px;
}
.l3.nopad {
  padding: 0;
}

.s-push-3 {
  position: relative;
  left: 25%;
}

.m-push-3 {
  position: relative;
  left: auto;
}

.l-push-3 {
  position: relative;
  left: auto;
}

.s-pull-3 {
  position: relative;
  left: -25%;
}

.m-pull-3 {
  position: relative;
  left: auto;
}

.l-pull-3 {
  position: relative;
  left: auto;
}

.s4 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.s4.nopad {
  padding: 0;
}

.m4 {
  padding: 0 15px;
}
.m4.nopad {
  padding: 0;
}

.l4 {
  padding: 0 15px;
}
.l4.nopad {
  padding: 0;
}

.s-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.m-push-4 {
  position: relative;
  left: auto;
}

.l-push-4 {
  position: relative;
  left: auto;
}

.s-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.m-pull-4 {
  position: relative;
  left: auto;
}

.l-pull-4 {
  position: relative;
  left: auto;
}

.s5 {
  width: 41.6666666667%;
  padding: 0 15px;
}
.s5.nopad {
  padding: 0;
}

.m5 {
  padding: 0 15px;
}
.m5.nopad {
  padding: 0;
}

.l5 {
  padding: 0 15px;
}
.l5.nopad {
  padding: 0;
}

.s-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.m-push-5 {
  position: relative;
  left: auto;
}

.l-push-5 {
  position: relative;
  left: auto;
}

.s-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.m-pull-5 {
  position: relative;
  left: auto;
}

.l-pull-5 {
  position: relative;
  left: auto;
}

.s6 {
  width: 50%;
  padding: 0 15px;
}
.s6.nopad {
  padding: 0;
}

.m6 {
  padding: 0 15px;
}
.m6.nopad {
  padding: 0;
}

.l6 {
  padding: 0 15px;
}
.l6.nopad {
  padding: 0;
}

.s-push-6 {
  position: relative;
  left: 50%;
}

.m-push-6 {
  position: relative;
  left: auto;
}

.l-push-6 {
  position: relative;
  left: auto;
}

.s-pull-6 {
  position: relative;
  left: -50%;
}

.m-pull-6 {
  position: relative;
  left: auto;
}

.l-pull-6 {
  position: relative;
  left: auto;
}

.s7 {
  width: 58.3333333333%;
  padding: 0 15px;
}
.s7.nopad {
  padding: 0;
}

.m7 {
  padding: 0 15px;
}
.m7.nopad {
  padding: 0;
}

.l7 {
  padding: 0 15px;
}
.l7.nopad {
  padding: 0;
}

.s-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.m-push-7 {
  position: relative;
  left: auto;
}

.l-push-7 {
  position: relative;
  left: auto;
}

.s-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.m-pull-7 {
  position: relative;
  left: auto;
}

.l-pull-7 {
  position: relative;
  left: auto;
}

.s8 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.s8.nopad {
  padding: 0;
}

.m8 {
  padding: 0 15px;
}
.m8.nopad {
  padding: 0;
}

.l8 {
  padding: 0 15px;
}
.l8.nopad {
  padding: 0;
}

.s-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.m-push-8 {
  position: relative;
  left: auto;
}

.l-push-8 {
  position: relative;
  left: auto;
}

.s-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.m-pull-8 {
  position: relative;
  left: auto;
}

.l-pull-8 {
  position: relative;
  left: auto;
}

.s9 {
  width: 75%;
  padding: 0 15px;
}
.s9.nopad {
  padding: 0;
}

.m9 {
  padding: 0 15px;
}
.m9.nopad {
  padding: 0;
}

.l9 {
  padding: 0 15px;
}
.l9.nopad {
  padding: 0;
}

.s-push-9 {
  position: relative;
  left: 75%;
}

.m-push-9 {
  position: relative;
  left: auto;
}

.l-push-9 {
  position: relative;
  left: auto;
}

.s-pull-9 {
  position: relative;
  left: -75%;
}

.m-pull-9 {
  position: relative;
  left: auto;
}

.l-pull-9 {
  position: relative;
  left: auto;
}

.s10 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.s10.nopad {
  padding: 0;
}

.m10 {
  padding: 0 15px;
}
.m10.nopad {
  padding: 0;
}

.l10 {
  padding: 0 15px;
}
.l10.nopad {
  padding: 0;
}

.s-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.m-push-10 {
  position: relative;
  left: auto;
}

.l-push-10 {
  position: relative;
  left: auto;
}

.s-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.m-pull-10 {
  position: relative;
  left: auto;
}

.l-pull-10 {
  position: relative;
  left: auto;
}

.s11 {
  width: 91.6666666667%;
  padding: 0 15px;
}
.s11.nopad {
  padding: 0;
}

.m11 {
  padding: 0 15px;
}
.m11.nopad {
  padding: 0;
}

.l11 {
  padding: 0 15px;
}
.l11.nopad {
  padding: 0;
}

.s-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.m-push-11 {
  position: relative;
  left: auto;
}

.l-push-11 {
  position: relative;
  left: auto;
}

.s-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.m-pull-11 {
  position: relative;
  left: auto;
}

.l-pull-11 {
  position: relative;
  left: auto;
}

.s12 {
  width: 100%;
  padding: 0 15px;
}
.s12.nopad {
  padding: 0;
}

.m12 {
  padding: 0 15px;
}
.m12.nopad {
  padding: 0;
}

.l12 {
  padding: 0 15px;
}
.l12.nopad {
  padding: 0;
}

.s-push-12 {
  position: relative;
  left: 100%;
}

.m-push-12 {
  position: relative;
  left: auto;
}

.l-push-12 {
  position: relative;
  left: auto;
}

.s-pull-12 {
  position: relative;
  left: -100%;
}

.m-pull-12 {
  position: relative;
  left: auto;
}

.l-pull-12 {
  position: relative;
  left: auto;
}

.s-push-0,
.m-push-0,
.l-push-0,
.s-pull-0,
.m-pull-0,
.l-pull-0 {
  left: 0;
}

.s-hide {
  display: none;
}

@media all and (min-width: 768px) {
  body:before {
    content: "tablet";
  }
  .s-push-1 {
    left: auto;
  }
  .l-push-1 {
    left: auto;
  }
  .m1 {
    width: 8.3333333333%;
  }
  .m-push-1 {
    left: 8.3333333333%;
  }
  .m-pull-1 {
    left: -8.3333333333%;
  }
  .s-push-2 {
    left: auto;
  }
  .l-push-2 {
    left: auto;
  }
  .m2 {
    width: 16.6666666667%;
  }
  .m-push-2 {
    left: 16.6666666667%;
  }
  .m-pull-2 {
    left: -16.6666666667%;
  }
  .s-push-3 {
    left: auto;
  }
  .l-push-3 {
    left: auto;
  }
  .m3 {
    width: 25%;
  }
  .m-push-3 {
    left: 25%;
  }
  .m-pull-3 {
    left: -25%;
  }
  .s-push-4 {
    left: auto;
  }
  .l-push-4 {
    left: auto;
  }
  .m4 {
    width: 33.3333333333%;
  }
  .m-push-4 {
    left: 33.3333333333%;
  }
  .m-pull-4 {
    left: -33.3333333333%;
  }
  .s-push-5 {
    left: auto;
  }
  .l-push-5 {
    left: auto;
  }
  .m5 {
    width: 41.6666666667%;
  }
  .m-push-5 {
    left: 41.6666666667%;
  }
  .m-pull-5 {
    left: -41.6666666667%;
  }
  .s-push-6 {
    left: auto;
  }
  .l-push-6 {
    left: auto;
  }
  .m6 {
    width: 50%;
  }
  .m-push-6 {
    left: 50%;
  }
  .m-pull-6 {
    left: -50%;
  }
  .s-push-7 {
    left: auto;
  }
  .l-push-7 {
    left: auto;
  }
  .m7 {
    width: 58.3333333333%;
  }
  .m-push-7 {
    left: 58.3333333333%;
  }
  .m-pull-7 {
    left: -58.3333333333%;
  }
  .s-push-8 {
    left: auto;
  }
  .l-push-8 {
    left: auto;
  }
  .m8 {
    width: 66.6666666667%;
  }
  .m-push-8 {
    left: 66.6666666667%;
  }
  .m-pull-8 {
    left: -66.6666666667%;
  }
  .s-push-9 {
    left: auto;
  }
  .l-push-9 {
    left: auto;
  }
  .m9 {
    width: 75%;
  }
  .m-push-9 {
    left: 75%;
  }
  .m-pull-9 {
    left: -75%;
  }
  .s-push-10 {
    left: auto;
  }
  .l-push-10 {
    left: auto;
  }
  .m10 {
    width: 83.3333333333%;
  }
  .m-push-10 {
    left: 83.3333333333%;
  }
  .m-pull-10 {
    left: -83.3333333333%;
  }
  .s-push-11 {
    left: auto;
  }
  .l-push-11 {
    left: auto;
  }
  .m11 {
    width: 91.6666666667%;
  }
  .m-push-11 {
    left: 91.6666666667%;
  }
  .m-pull-11 {
    left: -91.6666666667%;
  }
  .s-push-12 {
    left: auto;
  }
  .l-push-12 {
    left: auto;
  }
  .m12 {
    width: 100%;
  }
  .m-push-12 {
    left: 100%;
  }
  .m-pull-12 {
    left: -100%;
  }
  .s-hide {
    display: block;
  }
  .m-hide {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  body:before {
    content: "desktop";
  }
  .s-push-1 {
    left: auto;
  }
  .m-push-1 {
    left: auto;
  }
  .l1 {
    width: 8.3333333333%;
  }
  .l-push-1 {
    left: 8.3333333333%;
  }
  .l-pull-1 {
    left: -8.3333333333%;
  }
  .s-push-2 {
    left: auto;
  }
  .m-push-2 {
    left: auto;
  }
  .l2 {
    width: 16.6666666667%;
  }
  .l-push-2 {
    left: 16.6666666667%;
  }
  .l-pull-2 {
    left: -16.6666666667%;
  }
  .s-push-3 {
    left: auto;
  }
  .m-push-3 {
    left: auto;
  }
  .l3 {
    width: 25%;
  }
  .l-push-3 {
    left: 25%;
  }
  .l-pull-3 {
    left: -25%;
  }
  .s-push-4 {
    left: auto;
  }
  .m-push-4 {
    left: auto;
  }
  .l4 {
    width: 33.3333333333%;
  }
  .l-push-4 {
    left: 33.3333333333%;
  }
  .l-pull-4 {
    left: -33.3333333333%;
  }
  .s-push-5 {
    left: auto;
  }
  .m-push-5 {
    left: auto;
  }
  .l5 {
    width: 41.6666666667%;
  }
  .l-push-5 {
    left: 41.6666666667%;
  }
  .l-pull-5 {
    left: -41.6666666667%;
  }
  .s-push-6 {
    left: auto;
  }
  .m-push-6 {
    left: auto;
  }
  .l6 {
    width: 50%;
  }
  .l-push-6 {
    left: 50%;
  }
  .l-pull-6 {
    left: -50%;
  }
  .s-push-7 {
    left: auto;
  }
  .m-push-7 {
    left: auto;
  }
  .l7 {
    width: 58.3333333333%;
  }
  .l-push-7 {
    left: 58.3333333333%;
  }
  .l-pull-7 {
    left: -58.3333333333%;
  }
  .s-push-8 {
    left: auto;
  }
  .m-push-8 {
    left: auto;
  }
  .l8 {
    width: 66.6666666667%;
  }
  .l-push-8 {
    left: 66.6666666667%;
  }
  .l-pull-8 {
    left: -66.6666666667%;
  }
  .s-push-9 {
    left: auto;
  }
  .m-push-9 {
    left: auto;
  }
  .l9 {
    width: 75%;
  }
  .l-push-9 {
    left: 75%;
  }
  .l-pull-9 {
    left: -75%;
  }
  .s-push-10 {
    left: auto;
  }
  .m-push-10 {
    left: auto;
  }
  .l10 {
    width: 83.3333333333%;
  }
  .l-push-10 {
    left: 83.3333333333%;
  }
  .l-pull-10 {
    left: -83.3333333333%;
  }
  .s-push-11 {
    left: auto;
  }
  .m-push-11 {
    left: auto;
  }
  .l11 {
    width: 91.6666666667%;
  }
  .l-push-11 {
    left: 91.6666666667%;
  }
  .l-pull-11 {
    left: -91.6666666667%;
  }
  .s-push-12 {
    left: auto;
  }
  .m-push-12 {
    left: auto;
  }
  .l12 {
    width: 100%;
  }
  .l-push-12 {
    left: 100%;
  }
  .l-pull-12 {
    left: -100%;
  }
  .s-hide {
    display: block;
  }
  .m-hide {
    display: block;
  }
  .l-hide {
    display: none;
  }
}
[v-cloak] {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  top: 0;
  left: 0;
  opacity: 0;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1.accent, h2.accent, h3.accent, h4.accent, h5.accent, h6.accent {
  font-family: "variane_scriptregular", sans-serif;
  font-weight: 100;
}
h1 {
  font-size: 1em;
}
h1.tribe-events-single-event-title {
  font-size: 2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p, li {
  font-size: 1em;
  color: #333;
}

p {
  margin: 0 0 1em 0;
}

p:last-child {
  margin-bottom: 0;
}

ul.styleless {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color: #155eab;
  transition: 0.25s;
  text-decoration: none;
}
a:hover {
  color: #1b77d8;
  transition: 0.25s;
  text-decoration: none;
}

.centered {
  text-align: center;
}

.blue-text {
  color: #155eab;
}

.darkblue-text {
  color: #0d3a6a;
}

.red-text {
  color: #ce0e0e;
}

.green-text {
  color: #47b148;
}

.grey-text {
  color: #424242;
}

input[type=text],
input[type=email],
input[type=submit],
input[type=password],
input[type=tel],
input[type=button],
button,
select,
textarea {
  border: 0;
  outline: none !important;
  -webkit-appearance: none;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=submit],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=button],
.gform_wrapper button,
.gform_wrapper select,
.gform_wrapper textarea {
  border: 0 !important;
}

input[type=submit], input[type=button], button, .button {
  display: inline-block;
  background-color: #155eab;
  color: #fff;
  padding: 10px 20px;
  transition: 0.25s;
  cursor: pointer;
}
input[type=submit].white, input[type=button].white, button.white, .button.white {
  background-color: #fff;
  color: #155eab;
}
input[type=submit].small, input[type=button].small, button.small, .button.small {
  padding: 5px 10px;
  font-size: 0.875em;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover {
  background-color: #155eab;
  color: #fff;
  transition: 0.25s;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  box-shadow: 0 0 0 1px #155eab inset;
  transition: 0.25s;
  padding: 10px;
  background-color: #fff;
  line-height: 1.3;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=password]:hover,
input[type=password]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  box-shadow: 0 0 0 4px #155eab inset;
  transition: 0.25s;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
  padding: 10px !important;
  line-height: 1.3 !important;
}

select {
  border-radius: 0;
  background-image: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/select-down.988d3b23.png);
  background-position: right 10px center;
  background-size: 10px 5px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-color: #fff;
}
select[multiple=multiple] {
  background: none;
  background-color: #fff;
}
select.ui-datepicker-month, select.ui-datepicker-year {
  background: none;
  box-shadow: 0 0 0 0 #333;
}
select.ui-datepicker-month:hover, select.ui-datepicker-month:focus, select.ui-datepicker-year:hover, select.ui-datepicker-year:focus {
  box-shadow: 0 0 0 0 #333;
}

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

.video-container {
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tribe-events-schedule h2 {
  font-size: 16px;
}

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible !important;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
  padding: 10px !important;
  line-height: 1.3 !important;
}

.cff-likebox {
  margin-left: 0 !important;
}

.alert-cont {
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: linear-gradient(red, #cc0000);
  z-index: 9999;
  transition: 0.5s;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.alert-cont.showing {
  visibility: visible;
}
.alert-cont .alert {
  position: relative;
  padding: 15px;
  margin-top: 0;
  transition: 0.5s;
}
.alert-cont .alert .alert-title {
  color: #fff;
}
.alert-cont .alert .alert-text {
  color: #fff;
}
.alert-cont .alert .alert-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  display: inline-block;
}
.alert-cont .alert .alert-close i {
  color: #fff;
}

.alert-open {
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  z-index: 99999;
  transform: scale(0.5);
  transition: 0.5s;
  cursor: pointer;
  background-color: red;
  width: 50px;
  height: 25px;
  text-align: center;
  border-radius: 0 0 25px 25px;
  opacity: 0;
  visibility: hidden;
  animation-name: alert;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.alert-open i {
  color: #fff;
}
.alert-open.showing {
  transform: scale(1);
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

@keyframes alert {
  0% {
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgb(255, 255, 255), 0 0 0 0 rgb(212, 47, 47);
  }
  90% {
    box-shadow: 0 0 0 0 rgb(255, 255, 255), 0 0 0 0 rgb(212, 47, 47);
    transform: translateY(0);
  }
  95% {
    transform: translateY(-5px);
  }
  97.5% {
    transform: translateY(0);
  }
  98.75% {
    transform: translateY(-2.5px);
  }
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0), 0 0 0 50px rgba(212, 47, 47, 0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(-5px);
  }
  97.5% {
    transform: translateY(0);
  }
  98.75% {
    transform: translateY(-2.5px);
  }
  100% {
    transform: translateY(0);
  }
}
@media all and (min-width: 768px) {
  .alert-open {
    margin-top: 5px;
    left: 5px;
    width: 25px;
    border-radius: 25px 25px 25px 25px;
    right: auto;
    transform: scale(0) translateX(0);
  }
}
.schedule-container .schedule .day {
  margin-bottom: 30px;
}
.schedule-container .schedule .day .time {
  padding: 5px 0;
}
.schedule-container .schedule .day .time:nth-child(odd) {
  background-color: #f4f4f4;
}
.schedule-container .schedule .day .time .sched-title {
  display: inline-block;
  cursor: pointer;
  color: #155eab;
  transition: 0.25s;
}
.schedule-container .schedule .day .time .sched-title:hover {
  color: #1b77d8;
  transition: 0.25s;
}

.sched-content-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.875);
  z-index: 9999;
}
.sched-content-cover .sched-content {
  padding: 15px 60px 15px 15px;
  background-color: #fff;
}
.sched-content-cover .sched-content {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  top: 50%;
  left: 12.5%;
  width: 75vw;
  max-width: 1200px;
  perspective-origin: 50% 50%;
  transform: perspective(1000px) translateY(-75%) scale(0.95) rotateX(30deg);
  box-shadow: 0, 0, 20px, 0, rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  transition: 0.5s;
}
.sched-content-cover .sched-content .loc-gallery li img {
  width: 100%;
}
.sched-content-cover .sched-content .title {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.sched-content-cover .sched-content .close-gal {
  position: absolute;
  display: block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 40px;
  background-color: #f4f4f4;
  transform: scale(1);
  transition: 0.25s;
}
.sched-content-cover .sched-content .close-gal:hover {
  transform: scale(1.1);
  transition: 0.25s;
}
.sched-content-cover .sched-content .close-gal .fa-times {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.sched-content-cover.show {
  visibility: visible;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  transition: 0.5s;
}
.sched-content-cover.show .sched-content {
  -webkit-backface-visibility: hidden;
  perspective-origin: 50% 50%;
  transform: perspective(1000px) translateY(-50%) scale(1) rotateX(0);
  transition: 0.5s;
}

.cw-columns-2 {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-2 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.cw-columns-3 {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-3 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.cw-columns-4 {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-4 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.cw-columns-5 {
  -moz-column-count: 5;
  column-count: 5;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-5 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.cw-columns-6 {
  -moz-column-count: 6;
  column-count: 6;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-6 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.cw-columns-7 {
  -moz-column-count: 7;
  column-count: 7;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-7 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.cw-columns-8 {
  -moz-column-count: 8;
  column-count: 8;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-8 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.cw-columns-9 {
  -moz-column-count: 9;
  column-count: 9;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-9 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.cw-columns-10 {
  -moz-column-count: 10;
  column-count: 10;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-10 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.cw-columns-11 {
  -moz-column-count: 11;
  column-count: 11;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-11 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.cw-columns-12 {
  -moz-column-count: 12;
  column-count: 12;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.cw-columns-12 * {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.divider-left {
  box-shadow: -1px, 0, 0, 0, #333;
}

.divider-right {
  box-shadow: 1px, 0, 0, 0, #333;
}

.cw-accordion {
  margin-bottom: 30px;
  overflow: hidden;
}
.cw-accordion .cwa-section-header {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.25s;
}
.cw-accordion .cwa-section-header.open-header {
  display: block;
}
.cw-accordion .cwa-section-content {
  background-color: #dbdbdb;
  display: none;
  overflow: hidden;
}
.cw-accordion .cwa-section-content.open-tab {
  display: block;
}

[role=contentinfo] .contact {
  background-color: #0d3a6a;
  padding: 30px 0;
}
[role=contentinfo] .contact .address {
  display: flex;
  align-items: center;
  flex-direction: row;
}
[role=contentinfo] .contact .address svg {
  display: block;
  width: 100px;
  margin-right: 30px;
}
[role=contentinfo] .contact .address * {
  color: #fff;
}
[role=contentinfo] .social-mother {
  background-color: #47b148;
  padding: 15px 0;
}
[role=contentinfo] .social-mother .social-links {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
[role=contentinfo] .social-mother .social-links a {
  color: #fff;
}
[role=contentinfo] .social-mother .social-links * {
  margin-bottom: 0;
}
[role=contentinfo] .social-mother .social-links .social-icon, [role=contentinfo] .social-mother .social-links .email {
  padding-right: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[role=contentinfo] .social-mother .social-links .bbblink {
  margin-left: auto;
  max-width: 100px;
}
[role=contentinfo] .social-mother .social-links .bbblink img {
  display: block;
  max-width: 100%;
}
[role=contentinfo] .copy-cw {
  background-color: #424242;
  padding: 15px 0;
}
[role=contentinfo] .copy-cw .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: center;
}
[role=contentinfo] .copy-cw .copy p {
  color: rgba(255, 255, 255, 0.3);
}
[role=contentinfo] .copy-cw .copy .cw-logo {
  display: block;
  width: 150px;
}
[role=contentinfo] .copy-cw .copy .cw-logo svg {
  display: block;
}
[role=contentinfo] .copy-cw .copy .cw-logo path {
  fill: rgba(255, 255, 255, 0.3) !important;
  transition: 0.3s;
}
[role=contentinfo] .copy-cw .copy .cw-logo:hover path {
  fill: rgba(255, 255, 255, 0.5) !important;
  transition: 0.3s;
}
[role=contentinfo] .copy-cw .links {
  text-align: center;
}
[role=contentinfo] .copy-cw .links a {
  display: block;
  color: rgba(255, 255, 255, 0.3);
}
[role=contentinfo] .copy-cw .links a:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media all and (min-width: 768px) {
  [role=contentinfo] .social-mother .social-links {
    justify-content: space-between;
  }
  [role=contentinfo] .social-mother .social-links .social-icon, [role=contentinfo] .social-mother .social-links .email {
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.3);
  }
  [role=contentinfo] .copy-cw .copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    text-align: left;
  }
  [role=contentinfo] .copy-cw .cw {
    justify-content: flex-end;
  }
  [role=contentinfo] .copy-cw .links {
    text-align: left;
  }
}
.cw-hours {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}
.cw-hours li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}
.cw-hours li .day-name {
  padding-right: 0.33em;
  background: white;
}
.cw-hours li .open-close {
  float: right;
  padding-left: 0.33em;
  background: white;
}

.menu-toggle {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: linear-gradient(45deg, #3f91e7, #155eab);
  border-radius: 40px;
  box-shadow: 0 0 0 1px #fff, 0 5px 5px -1px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.menu-toggle .fa-bars, .menu-toggle .fa-times {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.menu-toggle .fa-bars {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  transition: 0.3s;
}
.menu-toggle .fa-times {
  transform: translateX(-50%) translateY(-50%) scale(0.5);
  opacity: 0;
  transition: 0.3s;
}
.mobile-nav-open .menu-toggle .fa-bars {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.5);
  transition: 0.3s;
}
.mobile-nav-open .menu-toggle .fa-times {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition: 0.3s;
}

[role=banner] {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
.home [role=banner] {
  margin-bottom: 0;
}
[role=banner] .super-header .contact-info {
  display: flex;
  flex-direction: row;
}
[role=banner] .super-header .contact-info p {
  margin-bottom: 0;
}
[role=banner] .super-header .contact-info p, [role=banner] .super-header .contact-info a {
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: -1px 0 0 0 rgba(51, 51, 51, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}
[role=banner] .super-header .contact-info p.email, [role=banner] .super-header .contact-info a.email {
  margin-right: auto;
  box-shadow: 1px 0 0 0 rgba(51, 51, 51, 0.5), -1px 0 0 0 rgba(51, 51, 51, 0.5);
}
[role=banner] .super-header .contact-info p p, [role=banner] .super-header .contact-info p a, [role=banner] .super-header .contact-info a p, [role=banner] .super-header .contact-info a a {
  padding: 0 !important;
  box-shadow: none !important;
}
[role=banner] .super-header .contact-info p:last-child, [role=banner] .super-header .contact-info a:last-child {
  box-shadow: 1px 0 0 0 rgba(51, 51, 51, 0.5), -1px 0 0 0 rgba(51, 51, 51, 0.5);
}
[role=banner] .super-header .contact-info p.social-icon, [role=banner] .super-header .contact-info a.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
[role=banner] .super-header .contact-info p.social-icon svg, [role=banner] .super-header .contact-info a.social-icon svg {
  display: block;
}
[role=banner] .logo {
  position: relative;
}
[role=banner] .logo a {
  display: block;
}
[role=banner] .logo svg {
  display: block;
  width: 100%;
}
.mobile-nav-open [role=banner] .cw-nav-cont [role=navigation] .menu {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  transform: translateY(0);
  transition: visibility 0s 0s, opacity 0.5s 0s, z-index 0s 0s, transform 0.5s 0s;
}
[role=banner] .cw-nav-cont {
  padding: 15px 0;
  background-color: #155eab;
}
[role=banner] .cw-nav-cont [role=navigation] .menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transform: translateY(-15px);
  transition: visibility 0s 0.5s, opacity 0.5s 0s, z-index 0s 0.5s, transform 0.5s 0s;
  background: center center no-repeat url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/nav-bg2.48fbae64.jpg);
  background-size: cover;
  margin: 0;
  padding: 15px 15px 90px;
  overflow-y: auto;
  z-index: -1;
}
[role=banner] .cw-nav-cont [role=navigation] .menu .menu-item {
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
[role=banner] .cw-nav-cont [role=navigation] .menu .menu-item.nolink > a {
  display: none;
}
[role=banner] .cw-nav-cont [role=navigation] .menu .menu-item a {
  font-size: 1.25em;
}
[role=banner] .cw-nav-cont [role=navigation] .menu .menu-item .sub-menu {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
[role=banner] .cw-nav-cont [role=navigation] .menu .menu-item .sub-menu .menu-item {
  margin-bottom: 0;
}
[role=banner] .cw-nav-cont [role=navigation] .menu .menu-item .sub-menu .menu-item.nolink > a {
  display: none;
}
[role=banner] .cw-nav-cont [role=navigation] .menu .menu-item .sub-menu .menu-item a {
  display: block;
  white-space: nowrap;
  color: #155eab;
  font-size: 0.875em;
}
[role=banner] .swerve-mother {
  display: none;
}

@media all and (min-width: 768px) {
  [role=banner] .swerve-mother {
    display: block;
  }
  [role=banner] .swerve-mother svg {
    display: block;
    width: 100%;
    height: auto;
  }
  html.no-touch .menu-toggle {
    display: none;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background: none;
    background-color: transparent;
    margin: 0;
    top: auto;
    padding: 0;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    background: none;
    overflow: visible;
    transform: translateY(0);
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu.open {
    width: auto;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item {
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item.nolink > a {
    display: block;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item:hover > a {
    color: #7bca7b;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item.current-menu-item > a {
    color: #7bca7b;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item a {
    color: #fff;
    font-size: 1em;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item .sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    transition: 0.5s;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item .sub-menu .menu-item {
    position: relative;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item .sub-menu .menu-item.nolink > a {
    display: block;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item .sub-menu .menu-item a {
    padding: 10px;
    line-height: 1;
    font-size: 0.875em;
    background-color: #fff;
    color: #155eab;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item .sub-menu .menu-item a:hover {
    background-color: #f4f4f4;
  }
  html.no-touch [role=banner] .cw-nav-cont [role=navigation] .menu .menu-item .sub-menu .menu-item .sub-menu {
    left: 100%;
    top: 0;
  }
}
.pagination .prop-paging {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}
.pagination .prop-paging li a {
  display: block;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  color: #155eab;
  font-weight: 700;
  font-size: 1.5em;
}
.pagination .prop-paging li.current a {
  color: #47b148;
}
.pagination .prop-paging li a:hover {
  color: #47b148;
}

.pagination.posts {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}
.pagination.posts span, .pagination.posts a {
  display: block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ccc;
  line-height: 30px;
  font-weight: 700;
}
.pagination.posts span.current, .pagination.posts a.current {
  background: #000;
  color: #fff;
}
.pagination.posts a:hover {
  color: #fff;
  background: #000;
}

.tribe-events-schedule h2 {
  font-size: 16px;
}

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible !important;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
  padding: 10px !important;
  line-height: 1.3 !important;
}

.cff-likebox {
  margin-left: 0 !important;
}

.promo {
  margin-bottom: 30px;
}
.promo img {
  display: block;
  width: 100%;
}

[role=search] {
  position: relative;
  z-index: 9999;
}
[role=search] input[type=text] {
  width: 100%;
}
[role=search] .input-mother .close {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
  z-index: 1;
  transform: translateY(-50%);
}
[role=search] .input-mother .close.loading {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
[role=search] .input-mother .loading-icon {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  transform: translateY(-50%);
}
[role=search] .input-mother .loading-icon.loading {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
  z-index: 1;
}
[role=search] .search-results {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
[role=search] .search-results .result, [role=search] .search-results .more-results, [role=search] .search-results .no-results {
  padding: 2px 10px;
}
[role=search] .search-results .more-results {
  background-color: #155eab;
  color: #fff;
  display: block;
}
[role=search] .search-results .more-results:hover {
  background-color: #1b77d8;
}
[role=search] .search-results .result {
  position: relative;
}
[role=search] .search-results .result a {
  display: block;
}
[role=search] .search-results .result:hover:after {
  height: 4px;
  transition: 0.25s;
}
[role=search] .search-results .result:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #333;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  transition: 0.25s;
}

[role=complementary] {
  margin-top: 60px;
}
[role=complementary] .widget {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #f4f4f4;
}
[role=complementary] .widget.widget_cw_propsearch #prop-search form.search-inputs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
[role=complementary] .widget.widget_cw_propsearch #prop-search form.search-inputs .input-mother {
  margin-bottom: 15px;
}
[role=complementary] .widget.widget_cw_propsearch #prop-search form.search-inputs .input-mother.minmax-price {
  display: flex;
  flex-direction: row;
}
[role=complementary] .widget.widget_cw_propsearch #prop-search form.search-inputs .input-mother.minmax-price input, [role=complementary] .widget.widget_cw_propsearch #prop-search form.search-inputs .input-mother.minmax-price select {
  width: 50%;
}
[role=complementary] .widget.widget_cw_propsearch #prop-search form.search-inputs .input-mother input, [role=complementary] .widget.widget_cw_propsearch #prop-search form.search-inputs .input-mother select {
  width: 100%;
}
[role=complementary] .widget.widget_cw_promos .promo {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  [role=complementary] {
    margin-top: 0;
  }
}
@keyframes loading {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(200%);
  }
}
#cw_ss .slick-dots {
  bottom: 15px;
}
#cw_ss .slick-dots li button {
  background: rgba(128, 130, 133, 0);
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  border-radius: 12px;
  box-shadow: 0 0 0 2px #808285 inset;
  transition: 0.3s;
}
#cw_ss .slick-dots li button:before {
  display: none;
}
#cw_ss .slick-dots li.slick-active button {
  background: rgb(128, 130, 133);
  transition: 0.3s;
}
#cw_ss .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 9999;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#cw_ss .slick-arrow:before {
  display: none;
}
#cw_ss .slick-arrow.slick-prev {
  left: 0;
  transform: translate(5px, -50%);
  background-image: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/left-arrow.40428785.png);
}
#cw_ss .slick-arrow.slick-prev:hover, #cw_ss .slick-arrow.slick-prev:focus {
  background-image: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/left-arrow.40428785.png);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#cw_ss .slick-arrow.slick-next {
  right: 0;
  transform: translate(-5px, -50%);
  background-image: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/right-arrow.e76746b2.png);
}
#cw_ss .slick-arrow.slick-next:hover, #cw_ss .slick-arrow.slick-next:focus {
  background-image: url(https://wichitafallshomes.com/wp-content/themes/advantage-real-estate/build/images/right-arrow.e76746b2.png);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cw-slideshow {
  position: relative;
  z-index: 2;
}
.cw-slideshow.loading {
  height: 35vh;
}
.cw-slideshow .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.cw-slideshow .slide {
  display: block !important;
  position: relative;
  text-align: left;
  overflow: hidden;
  height: 35vh;
}
.cw-slideshow .image-mother {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cw-slideshow .image-mother img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.cw-slideshow .image-mother-mg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translate(50px, 0);
  opacity: 0;
  transition: 0s 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
.cw-slideshow .image-mother-mg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-slideshow .slide-words {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.cw-slideshow .slide-words .inner {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cw-slideshow .slide-words .inner .fg-image-mother {
  position: relative;
  width: 100%;
  max-width: calc(100% - 30px);
  margin: 0 auto 30px;
  transform: translate(50px, 0);
  opacity: 0;
  transition: 0s 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}
.cw-slideshow .slide-words .inner .fg-image-mother img {
  display: block;
  width: 100%;
}
.cw-slideshow .slide-words .inner .slide-title {
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 3em;
  line-height: 1;
  font-family: "variane_scriptregular", sans-serif;
  font-weight: 100;
}
.cw-slideshow .slide-words .inner .slide-caption {
  text-align: center;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 1;
}
.cw-slideshow .slide-words .inner .slide-button {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.125em;
}

@media all and (min-width: 768px) {
  .cw-slideshow .slide {
    height: 50vh;
  }
}
@media all and (min-width: 1024px) {
  .cw-slideshow .slide {
    height: 75vh;
  }
  .cw-slideshow .slide-words .inner .fg-image-mother.quarter {
    max-width: 25%;
  }
  .cw-slideshow .slide-words .inner .fg-image-mother.third {
    max-width: 33.3333%;
  }
  .cw-slideshow .slide-words .inner .fg-image-mother.half {
    max-width: 50%;
  }
  .cw-slideshow .slide-words .inner .fg-image-mother.two-thirds {
    max-width: 66.6666%;
  }
  .cw-slideshow .slide-words .inner .fg-image-mother.three-fourths {
    max-width: 75%;
  }
  .cw-slideshow .slide-words .inner .slide-caption {
    font-size: 2.5em;
  }
}
.staff-content {
  margin-bottom: 30px;
}
.staff-content .staff-img-cont {
  position: relative;
  cursor: pointer;
}
.staff-content .staff-img-cont.open .img {
  transform: translateY(-5px);
  transition: 0.3s;
}
.staff-content .staff-img-cont.open .img img {
  box-shadow: 2.5px 5px 10px 0 rgba(109, 61, 0, 0.4), -2.5px 5px 10px 0 rgba(0, 14, 88, 0.4);
  transition: 0.3s;
}
.staff-content .staff-img-cont .img {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.staff-content .staff-img-cont .img:before {
  content: "Tap for more info...";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  white-space: nowrap;
  background-color: #fff;
  padding: 5px 15px;
  z-index: 999;
  font-size: 0.75em;
}
.staff-content .staff-img-cont .img img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: 0.3s;
}
.staff-content .staff-img-cont .img .name-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px 15px;
  width: calc(100% - 30px);
  z-index: 2;
  font-size: 0.5em;
}
.staff-content .staff-img-cont .img .name-cont .staff-name {
  text-transform: uppercase;
  font-weight: 100;
}
.staff-content .staff-img-cont .img .name-cont .staff-name, .staff-content .staff-img-cont .img .name-cont .staff-title {
  color: #fff;
}
.staff-content .staff-img-cont .more-info {
  position: relative;
  background-color: #fff;
  height: 0;
  padding: 0 15px;
  margin-top: 15px;
  overflow: hidden;
  transition: 0.3s;
}
.staff-content .staff-img-cont .more-info .inner {
  padding: 15px 0;
}
.staff-content .staff-img-cont.show-bio .more-info {
  height: auto;
}

@media all and (min-width: 768px) {
  html.no-touch .staff-content .staff-img-cont.show-bio .img:before {
    display: none;
  }
  html.no-touch .staff-content .staff-img-cont.show-bio .img:hover {
    cursor: default;
  }
  html.no-touch .staff-content .staff-img-cont.show-bio .img:hover:before {
    display: none;
    opacity: 0;
  }
  html.no-touch .staff-content .staff-img-cont .img:before {
    content: "Click for more info...";
    display: block;
    position: absolute;
    bottom: 30px;
    right: -56px;
    opacity: 0;
    transition: 0.3s;
    padding: 10px 60px;
    transform: rotate(-30deg);
    font-size: 1em;
  }
  html.no-touch .staff-content .staff-img-cont .img:hover:before {
    opacity: 1;
    transition: 0.3s;
  }
  html.no-touch .staff-content .staff-img-cont .img .name-cont {
    font-size: 1em;
  }
}
.t-mother {
  margin-bottom: 30px;
}
.t-mother blockquote.testimonial {
  background-color: #fff;
  margin: 0;
  padding: 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.t-mother blockquote.testimonial .info {
  text-align: right;
}

.gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery .gallery-item {
  padding: 15px;
}
.gallery.gallery-columns-1 .gallery-item {
  float: none;
  width: 100% !important;
}
.gallery.gallery-columns-2 .gallery-item {
  float: none;
  width: 100% !important;
}
.gallery.gallery-columns-3 .gallery-item {
  float: none;
  width: 100% !important;
}
.gallery.gallery-columns-4 .gallery-item {
  float: none;
  width: 100% !important;
}
.gallery.gallery-columns-5 .gallery-item {
  float: none;
  width: 100% !important;
}
.gallery.gallery-columns-6 .gallery-item {
  float: none;
  width: 100% !important;
}
.gallery.gallery-columns-7 .gallery-item {
  float: none;
  width: 100% !important;
}
.gallery.gallery-columns-8 .gallery-item {
  float: none;
  width: 100% !important;
}
.gallery.gallery-columns-9 .gallery-item {
  float: none;
  width: 100% !important;
}

@media all and (min-width: 768px) {
  .gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .gallery.gallery-columns-1 .gallery-item {
    float: none;
    width: 11.1111111111% !important;
  }
  .gallery.gallery-columns-2 .gallery-item {
    float: none;
    width: 22.2222222222% !important;
  }
  .gallery.gallery-columns-3 .gallery-item {
    float: none;
    width: 33.3333333333% !important;
  }
  .gallery.gallery-columns-4 .gallery-item {
    float: none;
    width: 44.4444444444% !important;
  }
  .gallery.gallery-columns-5 .gallery-item {
    float: none;
    width: 55.5555555556% !important;
  }
  .gallery.gallery-columns-6 .gallery-item {
    float: none;
    width: 66.6666666667% !important;
  }
  .gallery.gallery-columns-7 .gallery-item {
    float: none;
    width: 77.7777777778% !important;
  }
  .gallery.gallery-columns-8 .gallery-item {
    float: none;
    width: 88.8888888889% !important;
  }
  .gallery.gallery-columns-9 .gallery-item {
    float: none;
    width: 100% !important;
  }
}
.backbar {
  margin-bottom: 30px;
}

.address-price {
  margin-bottom: 15px;
}
.address-price .prop-address {
  font-size: 1em;
  line-height: 1;
}
.address-price .prop-address b {
  font-size: 2em;
}
.address-price .price {
  text-align: right;
}

.prop-images {
  margin-bottom: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 0 0 #47b148;
}
.prop-images .prop-image-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
.prop-images .prop-image-list li {
  overflow: hidden;
}
.prop-images .prop-image-list li:first-child {
  grid-column: 1/4;
  grid-row: 1/4;
}
.prop-images .prop-image-list li .image-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.prop-images .prop-image-list li .image-container .more-photos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #fff;
  font-size: 0.65em;
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.prop-images .prop-image-list li .image-container .more-photos .text {
  white-space: nowrap;
}
.prop-images .prop-image-list li .image-container .more-photos * {
  color: #fff;
}
.prop-images .prop-image-list li .image-container img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.dealer-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.dealer-info .img {
  padding: 5px;
  width: 20%;
}
.dealer-info .img img {
  display: block;
}
.dealer-info .info {
  padding: 15px;
}

.prop-agent {
  margin-bottom: 60px;
}

.main-specs {
  margin-bottom: 30px;
}
.main-specs .spec {
  padding: 0 15px;
  margin-bottom: 30px;
}
.main-specs .spec .inner {
  text-align: center;
  padding: 15px;
  background-color: #fff;
  height: 100%;
  color: #333;
}
.main-specs .spec .inner svg {
  opacity: 0.7;
}
.main-specs .spec .inner p {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}
.main-specs .spec .inner p small {
  font-weight: 100;
}

.more-specs {
  margin-bottom: 60px;
}
.more-specs .spec-grid {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 7px;
}
.more-specs .spec-grid p {
  margin-bottom: 0;
  padding-bottom: 5px;
  box-shadow: 0 2px 0 0 #47b148;
}

.map-mother {
  position: relative;
  border-top: solid 2px #47b148;
}
.map-mother .map {
  position: relative;
  z-index: 1;
}
.map-mother .address-link {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.875) 100%);
}
.map-mother .address-link .row {
  width: 100%;
}
.map-mother .address-link b {
  font-size: 1.5em;
}

.search-map {
  border-top: solid 2px #47b148;
}

.prop-list {
  margin-bottom: 60px;
}
.prop-list .prop {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.prop-list .prop .map-link {
  display: none;
}
.prop-list .prop .prop-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  height: 100%;
}
.prop-list .prop .prop-link .prop-info {
  flex: 1;
  padding: 0 15px 15px;
  width: 100%;
}
.prop-list .prop .prop-link .prop-info .info-link {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}
.prop-list .prop .prop-link .prop-info .info-link p {
  margin-bottom: 0;
}
.prop-list .prop .prop-link .prop-info .address {
  padding-bottom: 15px;
  box-shadow: 0 2px 0 -1px #47b148, 0 -2px 0 -1px #47b148 inset;
  font-size: 1.25em;
}
.prop-list .prop .prop-link .prop-info .agent {
  font-size: 0.5em;
  text-align: right;
}
.prop-list .prop .prop-link .img-link {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.prop-list .prop .prop-link .img-link img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.prop-list .prop .prop-link .img-link .price {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: center;
  background-color: #ce0e0e;
  color: #fff;
  line-height: 1;
  padding: 5px 15px;
  font-size: 0.95em;
}

@media all and (min-width: 768px) {
  .prop-images .prop-image-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 200px);
  }
  .prop-images .prop-image-list li:first-child {
    grid-column: 1/4;
    grid-row: 1/4;
  }
  .prop-images .prop-image-list li .image-container .more-photos {
    font-size: 1em;
  }
  .prop-images .prop-image-list li .image-container .more-photos .text {
    white-space: normal;
  }
  .main-specs .spec {
    margin-bottom: 0;
  }
  .prop-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, calc(50% - 15px));
    grid-template-rows: repeat(2, 1fr);
  }
  .prop-list .prop {
    margin-bottom: 0;
  }
  .prop-list .prop .map-link {
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 2;
    background-color: #ce0e0e;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
  }
  .prop-list .prop .prop-link {
    flex-direction: row;
  }
  .prop-list .prop .prop-link .prop-info {
    padding: 0 15px 0;
  }
  .prop-list .prop .img-link {
    margin-bottom: 0 !important;
    height: 100%;
    width: 40%;
  }
}
html, body {
  margin: 0;
  padding: 0;
  color: #333;
  box-sizing: border-box;
}

body {
  position: relative;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  font-family: "Arimo", sans-serif;
  background-color: #f2f2f2;
}
body.home {
  background-color: #fff;
}
body.admin-bar {
  padding-top: 46px;
}

* {
  outline: none !important;
  box-sizing: inherit;
}
*:hover, *:focus {
  outline: none !important;
}

pre {
  position: relative;
  padding: 15px;
  font-size: 10px;
  background-color: #fff;
  margin: 15px;
  word-wrap: break-word;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.featured-props .prop {
  margin-bottom: 30px;
}
.featured-props .prop .img-link {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.featured-props .prop .img-link img {
  display: block;
  width: 100%;
}
.featured-props .prop .prop-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.featured-props .prop .prop-info .info {
  width: 100%;
}
.featured-props .prop .prop-info .info .address {
  font-size: 1em;
  margin-bottom: 10px;
}
.featured-props .prop .prop-info .info .address b {
  font-size: 1.25em;
  line-height: 1;
}
.featured-props .prop .prop-info .price-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 15px;
}
.featured-props .prop .prop-info .price-link .price {
  background-color: #ce0e0e;
  padding: 5px 15px;
  display: inline-block;
}
.featured-props .prop .prop-info p {
  margin-bottom: 0;
}
.featured-props .prop .prop-info .address, .featured-props .prop .prop-info .bedbath, .featured-props .prop .prop-info .price {
  color: #fff;
}
.featured-props .prop .prop-info .address p, .featured-props .prop .prop-info .bedbath p, .featured-props .prop .prop-info .price p {
  color: #fff;
}

.search-mother {
  position: relative;
}
.search-mother .cw-slideshow {
  position: relative;
  z-index: 1;
}
.search-mother .prop-search {
  position: relative;
  z-index: 2;
}
.search-mother .prop-search .swerve-mother {
  display: none;
}
.search-mother .prop-search .swerve-mother svg {
  display: block;
  width: 100%;
  height: auto;
}
.search-mother .prop-search .inner {
  background-color: rgba(51, 51, 51, 0.9);
  padding: 30px 0;
}

.search-bar #prop-search {
  margin-bottom: 30px;
}
.search-bar #prop-search .search-inputs {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-bar #prop-search .search-inputs .search-title {
  display: none;
  visibility: hidden;
  width: 0;
  overflow: hidden;
  flex: 0;
}
.search-bar #prop-search .search-inputs .search-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-bar #prop-search .search-inputs .search-inner .input-mother {
  flex-shrink: 1;
  padding: 10px;
}
#prop-search .search-inputs .search-title {
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  width: 100%;
  white-space: nowrap;
}
.widget #prop-search .search-inputs .search-title {
  color: #333;
  margin-bottom: 15px;
}
#prop-search .search-inputs .search-inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#prop-search .search-inputs .search-inner .input-mother {
  padding: 0 15px;
  width: 100%;
}
#prop-search .search-inputs .search-inner .input-mother.fireplace-garage {
  padding: 0 10px;
}
#prop-search .search-inputs .search-inner .input-mother.fireplace-garage .options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#prop-search .search-inputs .search-inner .input-mother.fireplace-garage .options li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#prop-search .search-inputs .search-inner .input-mother.fireplace-garage .options li input[type=checkbox] {
  display: block;
  margin-right: 10px;
  width: auto;
}
#prop-search .search-inputs .search-inner .input-mother input, #prop-search .search-inputs .search-inner .input-mother select, #prop-search .search-inputs .search-inner .input-mother button, #prop-search .search-inputs .search-inner .input-mother .button {
  width: 100%;
}
#prop-search .search-inputs .search-inner .input-mother button, #prop-search .search-inputs .search-inner .input-mother .button {
  text-align: center;
}
#prop-search .search-inputs .search-inner .input-mother.minmax-price {
  display: flex;
  flex-direction: row;
}
#prop-search .search-inputs .search-inner .input-mother.minmax-price select {
  width: 50%;
}

.featured-props {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to right, #0d3a6a, #155eab);
}
.featured-props .title {
  text-align: center;
  color: #fff;
  font-size: 3.75em;
  font-weight: 100;
}

.testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonials .title {
  font-size: 3em;
  font-weight: 100;
}
.testimonials .image-mother {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonials .image-mother img {
  display: block;
  margin-bottom: 30px;
}
.testimonials .image-mother img:last-child {
  margin-bottom: 0;
}

.team {
  background-color: #155eab;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 4px solid #47b148;
  border-bottom: 4px solid #47b148;
}
.team .sect-head {
  margin-bottom: 30px;
}
.team .sect-head * {
  color: #fff;
}
.team .sect-head .title {
  font-weight: 100;
  font-size: 3em;
}
.team .sect-head .pre-title {
  font-style: italic;
}
.team .team-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.team .team-list .img-link {
  position: relative;
  display: block;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.team .team-list .img-link img {
  position: relative;
  display: block;
  z-index: 1;
}
.team .team-list .img-link .name {
  position: relative;
  margin-top: 10px;
  color: #fff;
  line-height: 1;
}

.openhouse {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.calculator {
  margin-bottom: 60px;
}
.calculator .row {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.calculator .row:nth-child(odd) {
  background-color: #efefef;
}
.calculator .row:last-child {
  margin-bottom: 0;
}
.calculator input, .calculator select {
  width: 100%;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.5) inset;
  background-color: transparent;
}
.calculator input:hover, .calculator input:focus, .calculator select:hover, .calculator select:focus {
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.5) inset;
}
.calculator input:-moz-read-only, .calculator select:-moz-read-only {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.calculator input:disabled, .calculator input:read-only, .calculator select:disabled, .calculator select:read-only {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.calculator .input-mother {
  display: flex;
  flex-direction: row;
  align-items: center;
}

[role=main] {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.home [role=main] {
  margin-bottom: 0;
}
[role=main] .page-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
[role=main].contact .social-icon {
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  .featured-props .prop {
    margin-bottom: 0;
  }
  .featured-props .prop .prop-info {
    flex-direction: row;
  }
  .featured-props .prop .prop-info .info {
    width: 60%;
  }
  .featured-props .prop .prop-info .info .address b {
    font-size: 1.75em;
  }
  .featured-props .prop .prop-info .price-link {
    width: 40%;
    flex-direction: column;
    margin-top: 0;
    text-align: center;
  }
  .featured-props .prop .prop-info .price-link .price {
    margin-bottom: 10px;
  }
  .search-mother .prop-search {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .search-mother .prop-search .swerve-mother {
    position: relative;
  }
  .search-mother .prop-search .swerve-mother svg {
    display: block;
    width: 100%;
    height: auto;
  }
  #prop-search .search-inputs .search-title {
    width: 100%;
  }
  #prop-search .search-inputs .search-inner {
    display: flex;
    flex-direction: row;
  }
  .search-bar #prop-search .search-inputs .search-inner {
    flex-direction: row;
    justify-content: flex-start;
  }
  #prop-search .search-inputs .search-inner .input-mother {
    margin-bottom: 0;
    width: 20%;
  }
  #prop-search .search-inputs .search-inner .input-mother.fireplace-garage .options {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .team .team-list .img-link {
    width: 20%;
    transition: 0.3s;
    transform: scale(1);
    margin-bottom: 0;
  }
  .team .team-list .img-link:hover {
    transition: 0.3s;
    transform: scale(1.05);
  }
}
@media all and (min-width: 783px) {
  body.admin-bar {
    padding-top: 32px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  body {
    background: white;
    font-size: 10pt;
    margin: 0;
  }
  #sidebar {
    display: none;
  }
  #header {
    height: 75px;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  .demo .red {
    color: black;
    font-weight: bold;
  }
  #content a {
    font-weight: bold;
    color: #000066;
    text-decoration: underline;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  #footer, .ad {
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h3 {
    margin-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  blockquote, table, pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }
  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=index.css.map*/