@charset "UTF-8";

/*
 * Theme Name: Farrell Realty by Top Left Creative
 * Theme URI: http://topleftcreative.com
 * Description: Custom, mobile-responsive website for Farrell Realty.
 * Author: Top Left Creative
 * Author URI: http://topleftcreative.com
 * Version: 2.0.6
 * Updated: October 15, 2018
 *
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/* ------------------------------------------------------------
   Box Sizing
   ------------------------------------------------------------ */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: inherit;
}

/* ------------------------------------------------------------
   Images
   ------------------------------------------------------------ */
img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ------------------------------------------------------------
   Section Padding
   ------------------------------------------------------------ */
.section-padding {
  padding: 64px 32px;
  padding: 6.4rem 3.2rem;
}

@media only screen and (min-width: 1280px) {
  .section-padding {
    padding: 64px 192px;
    padding: 6.4rem 19.2rem;
  }
}

/* ------------------------------------------------------------
   More Link
   ------------------------------------------------------------ */
.more-link a {
  background: #e89400;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
}

.more-link a:hover {
  background: #825300;
}

.more-link a.browse {
  background: none;
}

/* ------------------------------------------------------------
   WordPress Classes
   ------------------------------------------------------------ */
.alignleft {
  float: left;
  margin: 0 32px 32px 0;
  text-align: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: 0 0 32px;
  text-align: right;
}

.wp-caption {
  margin: 0 auto;
  max-width: 100%;
  width: 100% !important;
}

.wp-caption-text {
  background: #f0f0f0;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 16px !important;
  padding: 16px 0;
}

/* ------------------------------------------------------------
   Document
   ------------------------------------------------------------ */
html {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 62.5%;
}

body {
  font-size: 16px;
}

/* ------------------------------------------------------------
   Links
   ------------------------------------------------------------ */
a {
  color: #e89400;
}

a:hover {
  color: #cf8400;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #e89400;
  color: white;
}

::selection {
  background-color: #e89400;
  color: white;
}

a {
  text-decoration: none;
}

/* ------------------------------------------------------------
   Headings
   ------------------------------------------------------------ */
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  text-decoration: none;
}

h1,
h1 a {
  color: #004b38;
  font-size: 2.4rem;
}

@media only screen and (min-width: 576px) {

  h1,
  h1 a {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 896px) {

  h1,
  h1 a {
    font-size: 4rem;
  }
}

h2,
h2 a {
  color: #007c37;
  font-size: 2.2rem;
}

@media only screen and (min-width: 576px) {

  h2,
  h2 a {
    font-size: 3.8rem;
  }
}

@media only screen and (min-width: 896px) {

  h2,
  h2 a {
    font-size: 3.2rem;
  }
}

h3,
h3 a {
  color: #009b97;
  font-size: 2rem;
}

@media only screen and (min-width: 896px) {

  h3,
  h3 a {
    font-size: 2.4rem;
  }
}

h4,
h4 a {
  color: #94d1cf;
  font-size: 1.8rem;
}

@media only screen and (min-width: 896px) {

  h4,
  h4 a {
    font-size: 2rem;
  }
}

h5,
h5 a {
  color: #004b38;
  font-size: 1.8rem;
}

h6,
h6 a {
  color: #004b38;
  font-size: 1.6rem;
}

/* .col-md-6 {
  max-width: 50%;
  width: calc(50% - 30px);
  margin: 0 15px;
}

.col-lg-4 {
  max-width: 33.333333%;
  width: calc(33.33333% - 30px);
  margin: 0 15px;
}

.blog .wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog .pagination {
  flex-basis: 100%;
} */

/* ------------------------------------------------------------
   Paragraph Typography
   ------------------------------------------------------------ */
p {
  -webkit-margin-before: 0;
  /* -webkit-margin-after: 0; */
  /* margin: 0px 0px; */
  /* margin: 0rem 0rem; */
}

ol,
ul {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 0px;
  margin: 0rem 0rem;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-sidebar h1,
.entry-sidebar h2,
.entry-sidebar h3,
.entry-sidebar h4,
.entry-sidebar h5,
.entry-sidebar h6,
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  /* margin-bottom: 3.2rem; */
}

.entry-content p,
.entry-content li,
.entry-sidebar p,
.entry-sidebar li,
.wp-editor p,
.wp-editor li {
  line-height: 1.5;
}

.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-sidebar p,
.entry-sidebar ol,
.entry-sidebar ul,
.wp-editor p,
.wp-editor ol,
.wp-editor ul {
  /* margin-bottom: 3.2rem; */
}

.entry-content p:last-child,
.entry-content ol:last-child,
.entry-content ul:last-child,
.entry-sidebar p:last-child,
.entry-sidebar ol:last-child,
.entry-sidebar ul:last-child,
.wp-editor p:last-child,
.wp-editor ol:last-child,
.wp-editor ul:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   Site Header
   ------------------------------------------------------------ */
.site-header .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 768px) {
  .site-header .wrap {
    flex-direction: column;
  }
}

.site-header .wrap .site-branding {
  flex: 1 0 0;
  margin: 0.8rem;
}

.site-header .wrap .site-branding .site-title {
  text-indent: -9999px;
}

.site-header .wrap .site-branding .site-title a {
  display: block;
  margin: 0;
  max-width: 75%;
}

@media (max-width: 768px) {
  .site-header .wrap .site-branding .site-title a {
    margin: auto;
  }
}

.site-header .wrap .site-branding .site-description {
  display: none;
  text-indent: -9999px;
}

.site-header .wrap .header-cta {
  display: none;
}

.site-header .wrap .header-phone a {
  font-family: 'Merriweather Sans', sans-serif;
  color: #007c37;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .site-header .wrap .header-cta {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .site-header .wrap .header-phone {
    padding-right: 1.6rem;
    font-size: 2.4rem;
  }
}

.site-header .wrap .header-phone p {}

.header-phone p a {
  color: #007c37;
  font-size: 2rem;
  transition: color .25s ease-in-out;
}

.header-phone p a:hover {
  color: #e89400;
}

.header-cta a {
  background-color: #007c37;
  transition: background-color .25s ease-in-out;
}

.header-cta a:hover {
  background-color: #e89400;
}

.menu-container {
  display: flex;
  flex-direction: column;
}

.topbar-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.desktop-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .desktop-menu {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.desktop-menu .menu {
  display: flex;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .desktop-menu .menu {
    display: none;
  }
}

.desktop-menu .menu li {
  padding: 0.8rem 15px;
}

.desktop-menu .menu li a {
  text-transform: uppercase;
  color: #004b38;
  font-size: 2rem;
  font-weight: 700;
}

.desktop-menu .menu li a:hover,
.desktop-menu .menu li.current-menu-item a {
  color: #e89400;
}

/* ------------------------------------------------------------
   Site Layout
   ------------------------------------------------------------ */
.site-main>.wrap {
  margin: 0 auto;
}

.site-main>.wrap>.hentry {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

@media only screen and (min-width: 1024px) {
  .site-main>.wrap>.hentry {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.site-main>.wrap>.hentry.has-post-thumbnail .entry-header,
.shortcode-posts-grid article .entry-header {
  background-position: center;
  background-size: cover;
}

.site-main>.wrap>.hentry.has-post-thumbnail .entry-header .entry-title,
.shortcode-posts-grid article .entry-header .entry-title {
  background: #004b38;
  display: inline-block;
  padding: 3.2rem;
}

.site-main>.wrap>.hentry.has-post-thumbnail .entry-header .entry-meta {
  background: #007c37;
  clear: left;
  color: white;
  float: left;
  margin: 0;
  padding: 3.2rem;
}

.site-main>.wrap>.hentry .entry-header,
.shortcode-posts-grid article .entry-header {
  background-color: #004b38;
  padding: 12.8rem 3.2rem;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .site-main>.wrap>.hentry .entry-header {
    flex: 1 100%;
  }
}

.site-main>.wrap>.hentry .entry-header .entry-title,
.site-main>.wrap>.hentry .entry-header .entry-title a,
.shortcode-posts-grid article .entry-header .entry-title a {
  color: white;
  text-transform: uppercase;
}

.site-main>.wrap>.hentry .entry-header .entry-subtitle {
  color: white;
  margin-top: 3.2rem;
  text-shadow: 2px 2px 0px black;
}

.site-main>.wrap>.hentry .entry-header .entry-meta {
  color: white;
  margin-top: 3.2rem;
}

.site-main>.wrap>.hentry .entry-header .post-meta {
  background-color: #007c37;
  color: white;
  display: inline-block;
  padding: 1.6rem;
}

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

  .site-main>.wrap>.hentry .entry-content,
  .shortcode-posts-grid article .entry-h {
    flex: 2 66.6666666667%;
  }
}

.site-main>.wrap>.hentry .entry-content .wrap {
  margin: 0 auto;
  max-width: 90%;
  padding: 3.2rem 0;
}

.site-main>.wrap>.hentry .entry-content .wrap .gform_wrapper {
  background-color: #c9e6e7;
  padding: 3.2rem;
}

.site-main>.wrap>.hentry .entry-sidebar {
  background-color: #f0f0f0;
  padding: 3.2rem;
}

@media only screen and (min-width: 1024px) {
  .site-main>.wrap>.hentry .entry-sidebar {
    flex: 1 33.3333333333%;
  }
}

/* ------------------------------------------------------------
   Footer
   ------------------------------------------------------------ */
.site-footer .footer-logo {
  margin-bottom: 30px;
}

.site-footer .footer-location {
  width: 100%;
  background: #004b38;
  display: flex;
  justify-content: center;
}

.site-footer .footer-location .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: center;
  position: relative;
}

.footer-location .container::after {
  content: '';
  background: url('https://farrellrealstg.wpengine.com/wp-content/uploads/2023/06/clover.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90%;
  max-height: 420px;
  width: 450px;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .site-footer .footer-location .container {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1280px) {
  .site-footer .footer-location .section-padding {
    padding: 6.4rem 9.2rem;
  }
}

.site-footer .footer-location .container>div {
  flex: 1;
  position: relative;
  z-index: 1;
}

.site-footer .footer-location .optin {
  background: none;
}

.site-footer .footer-location .optin h2 {
  color: white;
  font-style: normal;
  text-transform: uppercase;
}

.site-footer .footer-location .optin form,
.site-footer .footer-location .optin .gform_wrapper form .gform_body ul {
  flex-direction: column;
}

.site-footer .footer-location .optin .gform_wrapper form .gform_body {
  width: 100%;
}

.site-footer .footer-location .optin .gform_wrapper form .gform_footer {
  width: auto;
}

.site-footer .footer-location .optin .gform_wrapper form input[type=submit] {
  background: #009b97;
  border: 2px solid white;
  box-shadow: none;
  color: white;
  display: block;
  font-size: 2rem;
  padding: 1.2rem 2rem;
  transition: all .25s ease-in-out;
}

.site-footer .footer-location .optin .gform_wrapper form input[type=submit]:hover {
  background: #e89400;
}

.site-footer .footer-location #footer-map,
.site-footer .footer-location .footer-address {
  /* width: 100%; */
}

.site-footer .footer-location #footer-map {
  height: 288px;
}

@media only screen and (min-width: 576px) {
  .site-footer .footer-location #footer-map {
    height: auto;
  }
}

.site-footer .footer-location #footer-map .gm-style-iw * {
  display: block;
  width: 100%;
}

.site-footer .footer-location #footer-map .gm-style-iw h4,
.site-footer .footer-location #footer-map .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.site-footer .footer-location #footer-map .gm-style-iw a {
  color: #4272db;
}

.site-footer .footer-location .footer-address {
  /* background: #004b38; */
}

@media only screen and (min-width: 1024px) {
  .site-footer .footer-location .footer-address {
    /* padding: 6.4rem; */
    /* width: 35%; */
  }
}

.site-footer .footer-location .footer-address h1,
.site-footer .footer-location .footer-address p {
  color: white;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}

.site-footer .footer-location .footer-address h1:last-child,
.site-footer .footer-location .footer-address p:last-child {
  margin: 0;
}

.site-footer .footer-location .footer-links .social-media-icon {
  margin-bottom: 30px;
}

.site-footer .footer-location .footer-links .social-media-icons a {
  display: inline;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  margin-right: 8px;
  margin-right: 0.8rem;
}

.site-footer .footer-location .footer-links .social-media-icons a img {
  display: inline;
}

.site-footer .footer-legal {
  display: none;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}

.site-footer .footer-links {
  font-size: 2rem;
  color: white;
}

.site-footer .footer-links a {
  color: white;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 30px;
  transition: .25s color ease-in-out;
}

.site-footer .footer-links a:hover {
  color: #e89400;
}

@media (min-width: 768px) {
  .site-footer .footer-links {
    text-align: right;
  }
}

/* ------------------------------------------------------------
   Template - Page - Agents
   ------------------------------------------------------------ */
.page-template-page-agents .loop-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5% 0 0 -5%;
}

.page-template-page-agents .loop-content>* {
  margin: 5% 0 0 5%;
}

@media only screen and (min-width: 768px) {
  .page-template-page-agents .loop-content {
    flex-direction: row;
  }
}

.page-template-page-agents .loop-content .agent {
  border: 1px solid #dcdcda;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-template-page-agents .loop-content .agent {
    width: 45%;
  }
}

@media only screen and (min-width: 1024px) {
  .page-template-page-agents .loop-content .agent {
    width: 28.3333333333%;
  }
}

.page-template-page-agents .loop-content .agent .agent-photo {
  border-bottom: 1px solid #dcdcda;
}

.page-template-page-agents .loop-content .agent .agent-entry-header {
  border-bottom: 1px solid #dcdcda;
  padding: 10.6666666667px 10.6666666667px;
  padding: 1.0666666667rem 1.0666666667rem;
}

.page-template-page-agents .loop-content .agent .agent-entry-header .agent-entry-title,
.page-template-page-agents .loop-content .agent .agent-entry-header .agent-entry-title a {
  color: #004b38;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}

.page-template-page-agents .loop-content .agent .agent-entry-header .agent-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.page-template-page-agents .loop-content .agent .agent-info {
  border-bottom: 1px solid #dcdcda;
  margin: 0;
  overflow: hidden;
  padding: 10.6666666667px 10.6666666667px;
  padding: 1.0666666667rem 1.0666666667rem;
}

.page-template-page-agents .loop-content .agent .agent-info li {
  float: left;
  list-style: none;
}

.page-template-page-agents .loop-content .agent .agent-info li.agent-mobile::before {
  content: '\f10b';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-decoration: inherit;
}

.page-template-page-agents .loop-content .agent .agent-info li.agent-email {
  float: right;
}

.page-template-page-agents .loop-content .agent .agent-info li.agent-email.agent-email::before {
  content: '\f003';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-decoration: inherit;
}

.page-template-page-agents .loop-content .agent .agent-actions {
  background: #94d1cf;
  color: white;
  display: block;
  font-weight: 700;
  padding: 16px 0px;
  padding: 1.6rem 0rem;
  text-align: center;
}

.page-template-page-agents .loop-content .agent .agent-actions:hover {
  background: #4db2af;
}

.tlc_agents.type-tlc_agents header.single-agent {
  background-color: #004b38;
  background-image: none;
  text-align: left;
  padding-top: 15px !important;
}

.tlc_agents.type-tlc_agents header.single-agent h1 {
  color: white;
  font-size: 30px;
  font-weight: normal;
}

.tlc_agents.type-tlc_agents header.single-agent p {
  color: #e89400;
}


/* ------------------------------------------------------------
   Template - Page - Home
   ------------------------------------------------------------ */
.home-feature {
  background-image: url("images/bg-home.jpg");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 6.4rem 3.2rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home-feature {
    padding: 18rem 0;
  }
}

@media only screen and (min-width: 1280px) {
  .home-feature {
    padding: 20rem 0;
  }
}

.home-feature h1 {
  color: white;
  text-shadow: 1px 1px 0px black;
}

@media only screen and (min-width: 576px) {
  .home-feature h1 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 896px) {
  .home-feature h1 {
    font-size: 4.8rem;
  }
}

@media only screen and (min-width: 1280px) {
  .home-feature h1 {
    font-size: 6rem;
  }
}

.home-feature .home-buttons {
  margin-top: 6.4rem;
}

@media only screen and (min-width: 768px) {
  .home-feature .home-buttons {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

@media only screen and (min-width: 1280px) {
  .home-feature .home-buttons {
    max-width: 75%;
  }
}

.home-feature .home-buttons .home-button {
  color: white;
  display: inline-block;
  padding: 3.2rem;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .home-feature .home-buttons .home-button {
    float: left;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-top: 0px;
    width: 33.3333333333%;
  }

  .home-feature .home-buttons .home-button:nth-child(2n) {
    margin-right: 0%;
  }

  .home-feature .home-buttons .home-button:nth-child(3n) {
    margin-right: 0;
  }

  .home-feature .home-buttons .home-button:nth-child(2n+1) {
    clear: none;
  }

  .home-feature .home-buttons .home-button:nth-child(3n+1) {
    clear: left;
  }
}

.home-feature .home-buttons .home-button img {
  float: left;
  margin-right: 16px;
  margin-right: 1.6rem;
  width: 64px;
}

@media only screen and (min-width: 576px) {
  .home-feature .home-buttons .home-button img {
    display: inline;
    float: none;
    margin-right: 0;
  }
}

@media only screen and (min-width: 896px) {
  .home-feature .home-buttons .home-button img {
    display: inline-block;
    float: left;
    margin-right: 1.6rem;
  }
}

.home-feature .home-buttons .home-button .lg-font {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.home-feature .home-buttons .home-button.sell {
  background: #004b38;
}

.home-feature .home-buttons .home-button.sell:hover {
  background: #003225;
}

.home-feature .home-buttons .home-button.buy {
  background: #007c37;
}

.home-feature .home-buttons .home-button.buy:hover {
  background: #00632c;
}

.home-feature .home-buttons .home-button.rent {
  background: #009b97;
}

.home-feature .home-buttons .home-button.rent:hover {
  background: #006865;
}

.home-loop {
  background: url("images/img_bg_homefeature.jpg");
  background-size: 8px;
  overflow: hidden;
}

.home-loop .has-post-thumbnail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  .home-loop .has-post-thumbnail {
    flex-direction: row;
  }
}

.home-loop .has-post-thumbnail .featured-image {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}

.home-loop .has-post-thumbnail .featured-image img {
  border-radius: 50%;
  width: 100%;
}

.home-loop .has-post-thumbnail .entry-header {
  background: none;
  padding: 0;
  text-align: left;
}

.home-loop .has-post-thumbnail .entry-header .section-title {
  background: #004b38;
  color: white;
  margin: 0;
  padding: 12px 18px;
  padding: 1.2rem 1.8rem;
  text-transform: uppercase;
}

.home-loop .has-post-thumbnail .entry-header .entry-title {
  margin: 0;
  padding: 0;
}

.home-loop .has-post-thumbnail .entry-header .entry-title a {
  background: rgba(255, 255, 255, 0.9);
  color: #004b38;
  display: block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 16px 16px;
  padding: 1.6rem 1.6rem;
}

.home-loop .has-post-thumbnail .more-link a {
  color: white;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  padding: 12px 18px;
  padding: 1.2rem 1.8rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  .home-loop .featured-image {
    width: 33.33%;
  }

  .home-loop .entry-info {
    padding-left: 32px;
    padding-left: 3.2rem;
    width: 66.66%;
  }
}

.home-testimonials {
  text-align: center;
}

.home-testimonials .ms-view {
  height: auto !important;
}

.home-testimonials .ms-view .ms-slide {
  height: auto !important;
  position: relative !important;
}

.home-testimonials .ms-view .ms-slide .ms-slide-layers {
  height: auto !important;
  position: relative !important;
}

.home-testimonials .ms-view .ms-slide .ms-slide-layers .ms-layer {
  position: relative !important;
}

.home-testimonials .section-title {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}

.home-testimonials .section-subtitle {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
}

.home-testimonials .home-testimonial-content {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 32px 0px;
  padding: 3.2rem 0rem;
}

.home-testimonials .home-testimonial-featured-image img {
  border: 2px #004b38 solid;
  border-radius: 50%;
  display: inline;
  vertical-align: middle;
  padding: 6px 6px;
  padding: 0.6rem 0.6rem;
  width: 96px;
}

.home-testimonials .home-testimonial-featured-image p {
  color: #004b38;
  display: inline-block;
  font-weight: 700;
  padding-left: 16px;
  padding-left: 1.6rem;
}

.home-listings .section-title-wrap {
  background: #009b97;
}

.home-listings .section-title-wrap .section-title {
  color: white;
  padding-top: 16px;
  padding-top: 1.6rem;
}

.home-listings .home-listing {
  background-size: cover;
  position: relative;
  height: 360px;
}

.home-listings .home-listing .home-listing-info {
  bottom: 0;
  left: 0;
  margin: 32px 32px;
  margin: 3.2rem 3.2rem;
  position: absolute;
}

.home-listings .home-listing .home-listing-entry-header {
  background: white;
  padding: 12px 18px;
  padding: 1.2rem 1.8rem;
}

.home-listings .home-listing .home-listing-entry-header h2,
.home-listings .home-listing .home-listing-entry-header h2 a {
  margin: 0;
}

.home-listings .home-listing .more-link a {
  color: white;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
}

@media only screen and (min-width: 576px) {

  .home-listings .section-title-wrap,
  .home-listings .IDX-showcaseTable {
    display: table-cell;
    width: 50% !important;
  }

  .home-listings .section-title-wrap .IDX-showcaseCell,
  .home-listings .IDX-showcaseTable .IDX-showcaseCell {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .home-listings .section-title-wrap .IDX-showcaseCell .IDX-showcaseContainer,
  .home-listings .IDX-showcaseTable .IDX-showcaseCell .IDX-showcaseContainer {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .home-listings .section-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1280px) {
  .home-listings .section-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.home-neighborhoods .section-title-wrap .section-title {
  color: white;
  padding-top: 16px;
  padding-top: 1.6rem;
}

.home-neighborhoods .home-neighborhood {
  position: relative;
}

.home-neighborhoods .home-neighborhood .home-neighborhood-featured-image {
  width: 100%;
}

.home-neighborhoods .home-neighborhood .home-neighborhood-featured-image img {
  width: 100%;
  max-width: none;
}

.home-neighborhoods .home-neighborhood .home-neighborhood-info {
  bottom: 0;
  left: 0;
  margin: 32px 32px;
  margin: 3.2rem 3.2rem;
  position: absolute;
}

.home-neighborhoods .home-neighborhood .home-neighborhood-entry-header {
  background: white;
  padding: 12px 18px;
  padding: 1.2rem 1.8rem;
}

.home-neighborhoods .home-neighborhood .home-neighborhood-entry-header h2,
.home-neighborhoods .home-neighborhood .home-neighborhood-entry-header h2 a {
  margin: 0;
}

.home-neighborhoods .home-neighborhood .home-neighborhood-info a.all-neighborhoods {
  color: white;
  background-color: #449b96;
  border: 1px solid white;
  padding: 10px 20px;
  margin-top: 15px;
  transition: .25s all ease-in-out;
}

.home-neighborhoods .home-neighborhood .home-neighborhood-info a.all-neighborhoods:hover {
  background-color: #e89400;
}

.home-neighborhoods .home-neighborhood .more-link a {
  color: white;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
}

@media only screen and (min-width: 576px) {
  .home-neighborhoods>* {
    float: left;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-top: 0px;
    width: 50%;
  }

  .home-neighborhoods>*:nth-child(1n) {
    margin-right: 0%;
  }

  .home-neighborhoods>*:nth-child(2n) {
    margin-right: 0;
  }

  .home-neighborhoods>*:nth-child(1n+1) {
    clear: none;
  }

  .home-neighborhoods>*:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .home-neighborhoods>* {
    float: left;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-top: 0px;
    width: 25%;
  }

  .home-neighborhoods>*:nth-child(2n) {
    margin-right: 0%;
  }

  .home-neighborhoods>*:nth-child(4n) {
    margin-right: 0;
  }

  .home-neighborhoods>*:nth-child(2n+1) {
    clear: none;
  }

  .home-neighborhoods>*:nth-child(4n+1) {
    clear: left;
  }

  .home-neighborhoods .section-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1280px) {
  .home-neighborhoods .section-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/* ------------------------------------------------------------
   Template - Page - Landing Page
   ------------------------------------------------------------ */
.landing-page {
  /* ---------- Defaults ---------- */
  /* ---------- Intro ---------- */
  /* ---------- Benefits ---------- */
  /* ---------- Testimonials ---------- */
  /* ---------- Callout Two ---------- */
}

.landing-page h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

@media only screen and (min-width: 768px) {
  .landing-page h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.landing-page h2 {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  .landing-page h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.landing-page p,
.landing-page ul {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}

.landing-page p:last-child,
.landing-page ul:last-child {
  margin-bottom: 0;
}

.landing-page .header-widget-area .widget {
  margin: 16px 16px;
  margin: 1.6rem 1.6rem;
}

.landing-page .site-inner {
  padding: 0;
}

.landing-page .site-inner .wrap {
  width: 100%;
}

.landing-page .site-inner .entry {
  overflow: hidden;
  padding: 0;
}

.landing-page .intro {
  background: url("images/top-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 32px 0px;
  padding: 3.2rem 0rem;
}

.landing-page .intro h1 {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}

.landing-page .intro h2 {
  color: #004b38;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}

.landing-page .intro p,
.landing-page .intro ul,
.landing-page .intro li {
  font-size: 24px;
  font-size: 2.4rem;
}

.landing-page .intro .bg-lighten {
  background: white;
  overflow: hidden;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}

.landing-page .intro .cta {
  background: #e89400;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}

.landing-page .intro .cta h1,
.landing-page .intro .cta h2,
.landing-page .intro .cta p,
.landing-page .intro .cta label {
  color: white;
}

.landing-page .intro .cta p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}

.landing-page .intro .cta .gform_wrapper .gfield_label {
  float: left;
  padding: 11px 0px;
  padding: 1.1rem 0rem;
  width: 30%;
}

.landing-page .intro .cta .gform_wrapper .ginput_container {
  float: left;
  width: 70%;
}

.landing-page .intro .cta .gform_wrapper input[type=text],
.landing-page .intro .cta .gform_wrapper input[type=email],
.landing-page .intro .cta .gform_wrapper input[type=tel] {
  border: 1px solid #e89400;
  padding: 10px;
}

.landing-page .intro .cta .gform_wrapper input[type=submit] {
  width: 100%;
}

.landing-page .intro .cta .gform_wrapper .gform_confirmation_message {
  color: #4a4d55;
}

.landing-page .benefits {
  padding: 64px 0px;
  padding: 6.4rem 0rem;
}

.landing-page .benefits p {
  font-size: 20px;
  font-size: 2rem;
}

.landing-page .benefits li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.landing-page .benefits .benefit-image {
  float: left;
  margin-right: 32px;
  margin-right: 3.2rem;
  margin-top: 32px;
  margin-top: 3.2rem;
  width: 176px;
}

@media only screen and (min-width: 896px) {
  .landing-page .benefits {
    text-align: center;
  }

  .landing-page .benefits h2,
  .landing-page .benefits p {
    padding: 0;
  }

  .landing-page .benefits .benefit-image {
    float: none;
    margin-right: 0px;
    margin-right: 0rem;
  }
}

.landing-page .testimonials {
  background: #004b38;
  color: white;
  padding: 64px 0px;
  padding: 6.4rem 0rem;
}

.landing-page .testimonials h1 {
  color: white;
  margin-bottom: 64px;
  margin-bottom: 6.4rem;
}

.landing-page .testimonials h3 {
  color: white;
}

.landing-page .testimonials img {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}

.landing-page .testimonials p.quote {
  background: url("images/img_quote.png") no-repeat;
  line-height: 1.5;
  padding-left: 48px;
  padding-left: 4.8rem;
}

.landing-page .callout-two {
  background: white;
  padding: 64px 0px;
  padding: 6.4rem 0rem;
  text-align: center;
}

.landing-page .callout-two h2 {
  color: #e89400;
}

/* ------------------------------------------------------------
   Template - Page - Neighborhoods
   ------------------------------------------------------------ */
.page-template-page-neighborhoods .loop-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .page-template-page-neighborhoods .loop-content {
    flex-direction: row;
  }
}

.page-template-page-neighborhoods .loop-content .neighborhood {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-template-page-neighborhoods .loop-content .neighborhood {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .page-template-page-neighborhoods .loop-content .neighborhood {
    width: 33.3333333333%;
  }
}

.page-template-page-neighborhoods .loop-content .neighborhood .neighborhood-info {
  bottom: 0;
  left: 0;
  margin: 3.2rem;
  position: absolute;
}

.page-template-page-neighborhoods .loop-content .neighborhood .neighborhood-info .neighborhood-entry-header {
  background: white;
  padding: 1.2rem 1.8rem;
}

.page-template-page-neighborhoods .loop-content .neighborhood .neighborhood-info .neighborhood-entry-header h2,
.page-template-page-neighborhoods .loop-content .neighborhood .neighborhood-info .neighborhood-entry-header h2 a {
  margin: 0;
}

.page-template-page-neighborhoods .loop-content .neighborhood .neighborhood-info .more-link a {
  color: white;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
}

/* ------------------------------------------------------------
   Template - Page - Rentals
   ------------------------------------------------------------ */
.page-template-page-rentals .loop-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5% 0 0 -5%;
}

.page-template-page-rentals .loop-content>* {
  margin: 5% 0 0 5%;
}

@media only screen and (min-width: 768px) {
  .page-template-page-rentals .loop-content {
    flex-direction: row;
  }
}

.page-template-page-rentals .loop-content .rental {
  border: 1px solid #dcdcda;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-template-page-rentals .loop-content .rental {
    width: 45%;
  }
}

@media only screen and (min-width: 1024px) {
  .page-template-page-rentals .loop-content .rental {
    width: 28.3333333333%;
  }
}

@media only screen and (min-width: 1280px) {
  .page-template-page-rentals .loop-content .rental {
    width: 20%;
  }
}

.page-template-page-rentals .loop-content .rental .rental-photo {
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #dcdcda;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.page-template-page-rentals .loop-content .rental .rental-photo a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.page-template-page-rentals .loop-content .rental .rental-entry-header {
  border-bottom: 1px solid #dcdcda;
  padding: 10.6666666667px 10.6666666667px;
  padding: 1.0666666667rem 1.0666666667rem;
}

.page-template-page-rentals .loop-content .rental .rental-entry-header .rental-entry-title,
.page-template-page-rentals .loop-content .rental .rental-entry-header .rental-entry-title a {
  color: #004b38;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}

.page-template-page-rentals .loop-content .rental .rental-entry-header .rental-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.page-template-page-rentals .loop-content .rental .rental-info {
  border-bottom: 1px solid #dcdcda;
  margin: 0;
  overflow: hidden;
  padding: 10.6666666667px 10.6666666667px;
  padding: 1.0666666667rem 1.0666666667rem;
}

.page-template-page-rentals .loop-content .rental .rental-info li {
  float: left;
  list-style: none;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-align: center;
  width: 33%;
}

.page-template-page-rentals .loop-content .rental .rental-info li span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.page-template-page-rentals .loop-content .rental .rental-rent {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 10.6666666667px 10.6666666667px;
  padding: 1.0666666667rem 1.0666666667rem;
  text-align: center;
}

/* ------------------------------------------------------------
   Template - Page - Testimonials
   ------------------------------------------------------------ */
.testimonial {
  margin-bottom: 64px;
  margin-bottom: 6.4rem;
  position: relative;
}

.testimonial::after {
  content: '';
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: -32px;
  border-bottom: 2px solid #004b38;
}

.testimonial:last-child {
  margin: 0;
}

.testimonial:last-child::after {
  border-bottom: none;
}

.testimonial-featured-image {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  text-align: center;
}

.testimonial-featured-image img {
  border: 2px solid #004b38;
  border-radius: 50%;
  display: inline;
  vertical-align: middle;
  padding: 6px 6px;
  padding: 0.6rem 0.6rem;
  width: 96px;
}

.testimonial-entry-header {
  text-align: center;
}

.testimonial-content p {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 896px) {
  .testimonial {
    margin-bottom: 128px;
    margin-bottom: 12.8rem;
  }

  .testimonial::after {
    width: 20%;
    left: 40%;
    bottom: -64px;
  }

  .testimonial:last-child {
    margin: 0;
  }

  .testimonial:last-child::after {
    border-bottom: none;
  }
}

/* ------------------------------------------------------------
   Template - Single - Agents
   ------------------------------------------------------------ */

.single-tlc_agents .agent-header {
  background-color: #004b38;
}

.single-tlc_agents .agent-header .interior-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.single-tlc_agents .agent-header .interior-container h1 {
  color: white;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}

.single-tlc_agents .agent-header .interior-container .agent-title {
  color: #e89400;
  margin-bottom: 0;
  line-height: 1;
  font-size: 20px;
}

.single-tlc_agents .entry-info {
  display: flex;
  margin: 20px auto;
  max-width: 1200px;
  flex-wrap: wrap;
}

.single-tlc_agents .entry-info .agent-photo {
  flex: 1;
  min-width: 330px;
  margin-bottom: 20px;
}

.single-tlc_agents .entry-info .agent-photo img {
  border: 1px solid #004b38;
}

.single-tlc_agents .entry-info .agent-info {
  flex: 3;
  padding: 0 25px;
}

.single-tlc_agents .entry-info .agent-info ul {
  margin-bottom: 5px;
  padding-left: 0;
}

.single-tlc_agents .entry-info .agent-info ul li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  border-right: 1px solid #004b38;
  color: #004b38;
}

.single-tlc_agents .entry-info .agent-info ul li:last-of-type {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid #004b38;
}

.single-tlc_agents .entry-info .agent-info ul li a {
  color: #004b38;
}

.single-tlc_agents .entry-info .agent-info .entry-content {}

@media only screen and (max-width: 1226px) {
  .single-tlc_agents .agent-header .interior-container {
    padding: 20px 30px;
  }

  .single-tlc_agents .entry-info {
    margin: 20px 30px;
  }
}

@media only screen and (max-width: 619px) {
  .single-tlc_agents .entry-info .agent-info {
    padding: 0 0px;
  }

  .single-tlc_agents .entry-info {
    flex-direction: column;
  }
}


/* .single-tlc_agents .hentry .entry-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  background-image: url("images/img_bg_individual-agent.jpg");
  padding: 6.4rem 3.2rem !important;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .single-tlc_agents .hentry .entry-header {
    flex-direction: row;
    padding: 0 3.2rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .single-tlc_agents .hentry .entry-header {
    padding: 0 6.4rem !important;
  }
}
@media only screen and (min-width: 1280px) {
  .single-tlc_agents .hentry .entry-header {
    padding: 0 12.8rem !important;
  }
}
.single-tlc_agents .hentry .entry-header .agent-photo {
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 576px) {
  .single-tlc_agents .hentry .entry-header .agent-photo {
    padding-bottom: 0;
    width: 25%;
  }
}
@media only screen and (min-width: 576px) {
  .single-tlc_agents .hentry .entry-header .entry-info {
    width: 75%;
  }
}
.single-tlc_agents .hentry .entry-header .entry-info .agent-title {
  color: white;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  padding-bottom: 1.6rem;
  text-shadow: 1px 1px 0px black;
}
@media only screen and (min-width: 1024px) {
  .single-tlc_agents .hentry .entry-header .entry-info .agent-title {
    font-size: 2.4rem;
  }
}
.single-tlc_agents .hentry .entry-header .entry-info .agent-info {
  padding: 0;
}
.single-tlc_agents .hentry .entry-header .entry-info .agent-info li {
  color: white;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  list-style: none;
  padding-right: 3.2rem;
  text-shadow: 1px 1px 0px black;
}
@media only screen and (min-width: 1024px) {
  .single-tlc_agents .hentry .entry-header .entry-info .agent-info li {
    font-size: 2.4rem;
  }
}
.single-tlc_agents .hentry .entry-header .entry-info .agent-info li:last-child {
  padding: 0;
}
.single-tlc_agents .hentry .entry-header .entry-info .agent-info li.agent-mobile::before {
  content: "";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-decoration: inherit;
}
.single-tlc_agents .hentry .entry-header .entry-info .agent-info li.agent-email a {
  color: white;
}
.single-tlc_agents .hentry .entry-header .entry-info .agent-info li.agent-email::before {
  content: "";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-decoration: inherit;
} */

/* ------------------------------------------------------------
   Plugins - IDX Broker
   ------------------------------------------------------------ */
.happy-hour-filters {
  background: #f0f0f0;
  margin-bottom: 64px;
  padding: 32px;
}

.happy-hour-filters span {
  color: #009b97;
  float: left;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .happy-hour-filters span {
    width: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .happy-hour-filters select {
    width: calc(100% - 160px);
  }
}

.happy-hours h2 {
  margin: 0;
  padding-top: 6px;
}

.happy-hours p {
  color: #004b38;
  margin-bottom: 16px;
}

.happy-hours .happy-hour {
  border-bottom: 1px solid #004b38;
  margin-bottom: 32px;
  overflow: hidden;
  padding-bottom: 32px;
  width: 100%;
}

.happy-hours .happy-hour:last-child {
  border: none;
}

.happy-hours .hh-photo {
  margin-bottom: 0 auto 32px;
}

@media only screen and (min-width: 768px) {
  .happy-hours .hh-photo {
    float: left;
    padding: 32px;
    width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .happy-hours .hh-info {
    float: left;
    width: calc(100% - 300px);
  }
}

.happy-hours .hh-area {
  border: 1px solid #004b38;
  color: #004b38;
  float: left;
  font-size: 10px;
  height: 34px;
  margin-right: 6px;
  padding: 10px 6px 6px;
  text-align: center;
  width: 34px;
}

.happy-hours .hh-contact {
  clear: left;
}

.happy-hours .hh-deals {
  color: #009b97;
}

.happy-hours .hh-hours-of-operation,
.happy-hours .hh-happy-hours {
  color: black;
  display: inline-block;
  margin-bottom: 16px;
  vertical-align: top;
}

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

  .happy-hours .hh-hours-of-operation,
  .happy-hours .hh-happy-hours {
    width: 49%;
  }
}

@media only screen and (min-width: 768px) {
  .happy-hours .hh-hours-of-operation {
    border-right: 1px solid black;
  }
}

@media only screen and (min-width: 768px) {
  .happy-hours .hh-happy-hours {
    padding-left: 32px;
  }
}

/* ------------------------------------------------------------
   Template - Single - Neighborhoods
   ------------------------------------------------------------ */
.single-tlc_neighborhoods .neighborhood-section {
  margin-bottom: 3.2rem;
}

.single-tlc_neighborhoods .neighborhood-intro .neighborhood-intro-image {
  margin-bottom: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .single-tlc_neighborhoods .neighborhood-intro .neighborhood-intro-image {
    float: right;
    margin-left: 3.2rem;
    width: 50%;
  }
}

@media only screen and (min-width: 1280px) {
  .single-tlc_neighborhoods .neighborhood-intro p {
    font-size: 2rem;
  }
}

.single-tlc_neighborhoods .neighborhood-map img {
  width: 100%;
}

/* ------------------------------------------------------------
   Template - Single - Rentals
   ------------------------------------------------------------ */
.single-tlc_rentals .rental-section {
  margin: 0 0 3.2rem;
}

.single-tlc_rentals .rental-section .info-row {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.8rem 0;
}

.single-tlc_rentals .rental-section .info-row:last-child {
  border-bottom: none;
}

.single-tlc_rentals .rental-section .info-row .label {
  display: inline-block;
  width: 50%;
}

.single-tlc_rentals .rental-price {
  background: #f0f0f0;
  color: #004b38;
  flex: 1 100%;
  padding: 1.6rem;
}

.single-tlc_rentals .rental-details {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}

.single-tlc_rentals .rental-map .map {
  height: 360px;
}

.single-tlc_rentals .rental-map .map iframe {
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------
   Buttons
   ------------------------------------------------------------ */
.btn-container {
  margin: 32px 0px;
  margin: 3.2rem 0rem;
}

.btn-sm {
  background: #e89400;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #825300 inset;
  -moz-box-shadow: 0px 0px #825300 inset;
  box-shadow: 0px 0px #825300 inset;
  color: white;
  display: block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
}

.btn-sm:hover {
  background: #825300;
  color: white;
}

.btn-sm-inline-block,
.entry-comments ol li article .comment-reply-link {
  background: #e89400;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #825300 inset;
  -moz-box-shadow: 0px 0px #825300 inset;
  box-shadow: 0px 0px #825300 inset;
  color: white;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  margin-right: 16px;
  margin-right: 1.6rem;
}

.btn-sm-inline-block:hover,
.entry-comments ol li article .comment-reply-link:hover {
  background: #825300;
  color: white;
}

.btn-md {
  background: #e89400;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #825300 inset;
  -moz-box-shadow: 0px 0px #825300 inset;
  box-shadow: 0px 0px #825300 inset;
  color: white;
  display: block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 12px 20px;
  padding: 1.2rem 2rem;
}

.btn-md:hover {
  background: #825300;
  color: white;
}

.btn-md-inline-block {
  background: #e89400;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #825300 inset;
  -moz-box-shadow: 0px 0px #825300 inset;
  box-shadow: 0px 0px #825300 inset;
  color: white;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 12px 20px;
  padding: 1.2rem 2rem;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  margin-right: 32px;
  margin-right: 3.2rem;
}

.btn-md-inline-block:hover {
  background: #825300;
  color: white;
}

.btn-lg {
  background: #e89400;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #825300 inset;
  -moz-box-shadow: 0px 0px #825300 inset;
  box-shadow: 0px 0px #825300 inset;
  color: white;
  display: block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  padding: 24px 40px;
  padding: 2.4rem 4rem;
}

.btn-lg:hover {
  background: #825300;
  color: white;
}

/* ------------------------------------------------------------
   Comments
   ------------------------------------------------------------ */
.entry-comments,
#respond {
  margin: 0 auto;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
  width: 100%;
  background: #f0f0f0;
}

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

  .entry-comments,
  #respond {
    padding: 64px 64px;
    padding: 6.4rem 6.4rem;
  }
}

@media only screen and (min-width: 1280px) {

  .entry-comments,
  #respond {
    padding: 64px 192px;
    padding: 6.4rem 19.2rem;
  }
}

.entry-comments ol {
  margin: 0;
  padding: 0;
}

.entry-comments ol li {
  list-style: none;
}

.entry-comments ol li article {
  border-bottom: 1px #adaeae solid;
  padding: 32px 0px;
  padding: 3.2rem 0rem;
}

.entry-comments ol li article:last-of-type {
  border-bottom: none;
}

.entry-comments ol li article .comment-author {
  overflow: hidden;
}

.entry-comments ol li article .comment-author>* {
  display: inline-block;
}

.entry-comments ol li article .comment-author img {
  margin-right: 32px;
  margin-right: 3.2rem;
  vertical-align: middle;
}

.entry-comments ol li article .comment-meta {
  margin: 32px 0px;
  margin: 3.2rem 0rem;
}

.entry-comments ol li article .comment-content {
  background: white;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}

#respond .comment-form p {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

#respond .comment-form p.form-submit {
  margin-bottom: 0;
}

#respond .comment-form p.form-allowed-tags {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ------------------------------------------------------------
   Forms
   ------------------------------------------------------------ */
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea,
select {
  border: none;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  width: 100%;
}

textarea {
  clear: both;
}

input[type=button],
input[type=submit],
button[type=submit] {
  background: #e89400;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #825300 inset;
  -moz-box-shadow: 0px 0px #825300 inset;
  box-shadow: 0px 0px #825300 inset;
  color: white;
  display: block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 12px 20px;
  padding: 1.2rem 2rem;
}

input[type=button]:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background: #825300;
  color: white;
}

input.large {
  width: 100%;
}

textarea.large {
  width: 100%;
}

::-webkit-input-placeholder {
  color: #adaeae;
}

:-moz-placeholder {
  color: #adaeae;
}

:-ms-input-placeholder {
  color: #adaeae;
}

select:not(:checked) {
  color: #adaeae;
}

/* ------------------------------------------------------------
   Menu Overlay
   ------------------------------------------------------------ */
.menu-button {
  align-self: stretch;
  color: #004b38;
  text-align: center;
  width: 8rem;
  transition: .25s all ease-in-out;
}

.menu-button:hover {
  color: #e89400;
}

.menu-button i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-overlay {
  background: rgba(0, 75, 56, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  padding: 3.2rem;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999;
}

.menu-overlay #menu-primary-menu {
  padding: 0;
}

.menu-overlay #menu-primary-menu li {
  list-style: none;
}

.menu-overlay #menu-primary-menu li a {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  color: white;
  display: block;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .menu-overlay #menu-primary-menu li a {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
  }
}

.menu-overlay #menu-primary-menu li a:hover {
  color: white;
}

.menu-overlay #menu-rent-menu {
  margin-top: 3.2rem;
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 896px) {
  .menu-overlay #menu-rent-menu {
    margin-top: 6.4rem;
  }
}

.menu-overlay #menu-rent-menu::before {
  border-bottom: 1px solid white;
  content: '';
  left: 25%;
  position: absolute;
  top: -1.6rem;
  width: 50%;
}

@media only screen and (min-width: 896px) {
  .menu-overlay #menu-rent-menu::before {
    margin-top: -3.2rem;
  }
}

.menu-overlay #menu-rent-menu li {
  list-style: none;
}

.menu-overlay #menu-rent-menu li a {
  color: white;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 896px) {
  .menu-overlay #menu-rent-menu li a {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
  }
}

.menu-overlay #menu-rent-menu li a:hover {
  color: white;
}

.menu-overlay .close {
  overflow: hidden;
}

.menu-overlay .close-btn {
  color: white;
  height: 8rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 8rem;
}

.menu-overlay .close-btn i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.desktop-menu .menu-item {
  padding: 0.8rem 15px;
}

.menu .menu-item.menu-item-has-children {
  position: relative;
}

.menu .menu-item.menu-item-has-children:hover .sub-menu,
.menu .menu-item.menu-item-has-children:active .sub-menu {
  display: block;
  visibility: visible;
  list-style: none;
}

.menu .menu-item .sub-menu {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #636363;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
  top: calc(100%);
}

/* ------------------------------------------------------------
   Nav - Legal Menu
   ------------------------------------------------------------ */
.legal-menu-container {
  display: inline-block;
}

.legal-menu-container .legal-menu {
  list-style: none;
  margin-top: 16px;
  margin-top: 1.6rem;
  padding: 0;
}

.legal-menu-container .legal-menu li {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.8rem;
}

/* ------------------------------------------------------------
   Optin
   ------------------------------------------------------------ */
.optin {
  background-color: #94d1cf;
  overflow: hidden;
  text-align: center;
}

.optin .section-title {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}

.optin .section-subtitle {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}

.optin .gform_wrapper {
  margin: 0 auto;
}

.optin .gform_wrapper form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .optin .gform_wrapper form {
    flex-direction: row;
  }
}

.optin .gform_wrapper form .gform_body {
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .optin .gform_wrapper form .gform_body {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .optin .gform_wrapper form .gform_body ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.optin .gform_wrapper form .gform_body ul li {
  margin-right: 2px;
}

.optin .gform_wrapper form .gform_body ul li:last-child {
  flex: 0;
  margin-right: 0;
}

.optin .gform_wrapper form .gform_body ul li input {
  height: 55px;
  width: 100%;
}

.optin .gform_wrapper form .gform_footer {
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .optin .gform_wrapper form .gform_footer {
    width: 25%;
  }
}

/* ------------------------------------------------------------
   Pagination
   ------------------------------------------------------------ */
.page-numbers {
  padding: 8px 8px;
  padding: 0.8rem 0.8rem;
}

.page-numbers.current,
.page-numbers:hover {
  background-color: #94d1cf;
  color: white;
}

.entry-links {
  overflow: hidden;
  padding: 32px 0px;
  padding: 3.2rem 0rem;
}

.entry-links .link-prev {
  float: left;
  width: 50%;
}

.entry-links .link-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* ------------------------------------------------------------
   Sidebar
   ------------------------------------------------------------ */
.sidebar {
  margin: -3.2rem 0 0 -3.2rem;
  list-style: none;
  padding: 0;
}

.sidebar>* {
  margin: 3.2rem 0 0 3.2rem;
}

.sidebar .widget {
  background-color: #c9e6e7;
  padding: 3.2rem;
}

.sidebar .widget input[type=submit],
.sidebar .widget button[type=submit] {
  background: #e89400;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #825300 inset;
  -moz-box-shadow: 0px 0px #825300 inset;
  box-shadow: 0px 0px #825300 inset;
  color: white;
  display: block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
}

.sidebar .widget input[type=submit]:hover,
.sidebar .widget button[type=submit]:hover {
  background: #825300;
  color: white;
}

.sidebar .widget .widget-title {
  color: #004b38;
}

.sidebar .widget.download {
  background-color: #94d1cf;
}

.sidebar .widget.download img {
  margin: 4rem auto;
  max-width: 50%;
  transform: rotate(10deg);
}

.sidebar .widget.download .gform_description {
  color: #007c37;
}

/* ------------------------------------------------------------
   Plugins - ConvertPlug
   ------------------------------------------------------------ */
.cp-slidein.slidein-bottom-right,
.cp-toggle-container.slidein-bottom-right {
  right: 0 !important;
}

.cp-optin .cp-form-container .custom-html-form {
  padding: 0 15px;
}

.cp-optin .cp-form-container .custom-html-form .gfield {
  margin-bottom: 0 !important;
}

.cp-optin .cp-form-container .custom-html-form .gfield .ginput_container {
  color: #4a4d55 !important;
}

.cp-optin .cp-form-container .custom-html-form input {
  border: none;
  border-radius: 0 !important;
}

.cp-optin .cp-form-container .custom-html-form input[type=submit] {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
}

.cp-optin .cp-form-container .custom-html-form input[type=submit]:hover {
  background-color: #825300;
}

.cp-optin .cp-form-container .custom-html-form .gform_confirmation_message {
  color: #4a4d55 !important;
}

/* ------------------------------------------------------------
   Gravity Forms
   ------------------------------------------------------------ */
.gform_wrapper ul {
  list-style: none;
  padding: 0;
}

.gform_required_legend {
  color: white;
}

.gform_wrapper .gform_description {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.gform_wrapper .gfield {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  width: 100%;
}

.gform_wrapper .gfield:last-child {
  margin: 0;
}

.gform_wrapper .gfield input:not([type="radio"]),
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: none;
  width: 100%;
}

.gform_wrapper .gfield input[type="radio"] {
  margin: 0 0.8rem;
}

@media (min-width: 500px) {
  .gform_wrapper .gform_fields.top_label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .gform_wrapper .gfield--width-half {
    width: calc(50% - 15px);
    float: left;
  }
}

.gform_wrapper .field-outline .gfield input,
.gform_wrapper .field-outline .gfield select,
.gform_wrapper .field-outline .gfield textarea {
  border: 1px solid #dcdcda;
}

.gform_wrapper .gfield.gf_left_half {
  clear: left;
  float: left;
  width: 48%;
}

.gform_wrapper .gfield.gf_right_half {
  clear: right;
  float: right;
  width: 48%;
}

.gform_wrapper .gfield_html {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.gform_wrapper .top_label {
  margin-bottom: 0;
}

.gform_wrapper .top_label .gfield .gfield_label {
  display: none;
  margin-bottom: 16px;
}

.gform_wrapper .no-label .gfield label {
  display: none;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: red;
}

.gform_wrapper .validation_error {
  margin-bottom: 1.6rem;
}

.gform_wrapper .gfield_description {
  font-size: 12px;
  font-size: 1.2rem;
}

.gform_wrapper .gform_previous_button {
  display: none;
}

.sidebar .gform_widget .widget-wrap {
  margin: 0 auto;
  max-width: 480px;
}

.ui-datepicker {
  margin: 0 !important;
}

/* ------------------------------------------------------------
   Plugins - IDX Broker
   ------------------------------------------------------------ */
.IDX-quicksearchWrapper div[id^='IDX-qsIdxIDWrap-'] {
  display: none !important;
}

.IDX-quicksearchWrapper .IDX-qsFieldWrap {
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
  width: 100%;
}

.IDX-quicksearchWrapper .IDX-qsSelectInput {
  width: 100% !important;
}

#IDX-main {
  background: #dcdcda;
  margin: 0 auto;
  padding: 64px;
  width: 75%;
}

#IDX-main ::-webkit-input-placeholder {
  color: black;
}

#IDX-main :-moz-placeholder {
  color: black;
}

#IDX-main :-ms-input-placeholder {
  color: black;
}

#IDX-main select:not(:checked) {
  color: black;
}

.IDX-basicRow {
  margin-bottom: 0 !important;
}

.IDX-control-group {
  padding-bottom: 16px !important;
}

#IDX-pt-group,
#IDX-coreFieldRow,
#IDX-resetRow {
  float: none !important;
  margin: 0 auto !important;
  overflow: hidden;
  padding-bottom: 32px !important;
  width: 100% !important;
}

#IDX-pt-group label,
.IDX-control-group label {
  color: #004b38;
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

#IDX-ccz-group {
  width: 100%;
}

.IDX-coreFields .IDX-control-group {
  float: none !important;
  width: 100% !important;
}

#IDX-cczController .IDX-radio-inline {
  margin: 0 !important;
  width: 33%;
}

#IDX-cczController .IDX-radio-inline input {
  width: 16px;
}

#IDX-searchFilter {
  float: right;
  overflow: hidden;
  width: 50%;
}

#IDX-searchFilter #IDX-filterFields {
  overflow: hidden;
}

#IDX-searchFilter #IDX-add-group {
  display: block;
  float: none;
  margin: 0;
  padding: 5px;
  width: 100%;
}

#IDX-add {
  width: 100%;
}

#IDX-searchFilter #IDX-searchRefinement {
  margin-bottom: 16px;
  margin-top: 0;
  padding: 5px;
  width: 100%;
}

#IDX-searchFilter #IDX-searchRefinement .IDX-control-group {
  display: inline;
}

#IDX-searchFilter #IDX-searchRefinement input {
  width: 16px;
}

#IDX-basicBottom .IDX-control-group {
  float: left;
  width: 50%;
}

#IDX-basicBottom .IDX-control-group:first-child {
  padding-right: 16px;
}

#IDX-submit-group {
  float: none;
  width: 100%;
}

#IDX-submit-group button {
  background: #e89400;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #825300 inset;
  -moz-box-shadow: 0px 0px #825300 inset;
  box-shadow: 0px 0px #825300 inset;
  color: white;
  display: block;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
}

#IDX-submit-group button:hover {
  background: #825300;
}

#IDX-resetRow {
  margin-top: 32px;
}

#IDX-streetNumber,
#IDX-streetDirection {
  width: 80px !important;
}

/* Signup Form */
#IDX-widgetLeadSignupHeaderWrapper {
  display: none;
}

#IDX-widgetLeadSignupForm {
  max-width: 100% !important;
}

#IDX-widgetLeadSignupForm input[type=text].IDX-LeadSignupInput,
#IDX-widgetLeadSignupForm p {
  max-width: 100% !important;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

#IDX-widgetLeadSignupForm input[type=submit] {
  max-width: 100% !important;
}


/* Single Blog Post Styling */
body.single-post .page-header {
  background-color: #004b38;
  padding: 30px 0;
  margin-bottom: 30px;
}

body.single-post .page-header .wrap h1 {
  color: white;
}

body.single-post .wrap .post-thumbnail-container {
  margin-bottom: 30px;
  width: 100%;
}

body.single-post .wrap .attachment-post-thumbnail {
  max-width: 768px;
  margin: auto;
}

body.single-post .wrap article {
  margin-top: 30px;
}

body.blog .wrap.wrap-parent,
body.category .wrap.wrap-parent {
  display: flex;
  flex-wrap: nowrap;
}

body.blog .wrap.wrap-parent .posts-grid,
body.category .wrap.wrap-parent .posts-grid {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 75%;
}

body.blog .wrap.wrap-parent .sidebar.sidebar-primary.widget-area,
body.category .wrap.wrap-parent .sidebar.sidebar-primary.widget-area {
  flex-basis: 25%;
}

@media (max-width: 992px) {

  body.blog .wrap.wrap-parent,
  body.category .wrap.wrap-parent {
    flex-direction: column-reverse;
  }

  body.blog .wrap.wrap-parent .posts-grid,
  body.blog .wrap.wrap-parent .sidebar.sidebar-primary.widget-area,
  body.category .wrap.wrap-parent .posts-grid,
  body.category .wrap.wrap-parent .sidebar.sidebar-primary.widget-area {
    flex-basis: 100%;
  }
}

.sidebar.sidebar-primary.widget-area h2 {
  margin-bottom: 10px;
}

.sidebar.sidebar-primary.widget-area ul {
  list-style: none;
  padding-left: 0;
}

.sidebar.sidebar-primary.widget-area li {
  background-color: transparent;
  padding-top: 0;
}

.sidebar.sidebar-primary.widget-area li a {
  font-size: 2rem;
  padding: 3px 0;
}

.sidebar.sidebar-primary.widget-area li a:hover,
.sidebar.sidebar-primary.widget-area li a:focus,
.sidebar.sidebar-primary.widget-area li a:active,
.sidebar.sidebar-primary.widget-area li.current-cat a {
  color: #004b38;
}

.shortcode-posts-grid {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 75%;
}

#footer-contact-row {
  background-image: url(/wp-content/uploads/2023/08/about-form-background.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#footer-contact-row .wpb_column.vc_col-sm-8>div {
  max-width: 810px;
  margin: auto;
}

.blog .entry-content .wrap {
  display: flex;
  flex-wrap: wrap;
}

.blog .entry-content .wrap .pagination {
  flex-basis: 100%;
}

.blog .entry-content .wrap article.post.type-post>.entry-content,
.category .entry-content .wrap article.post.type-post>.entry-content {
  display: none;
}

.blog .entry-content .wrap article.post.type-post>header,
.category .entry-content .wrap article.post.type-post>header,
.shortcode-posts-grid article>header {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

.blog .entry-content .wrap article.post.type-post>header .thumbnail-wrapper,
.category .entry-content .wrap article.post.type-post>header .thumbnail-wrapper,
.shortcode-posts-grid article>header .thumbnail-wrapper {
  padding-top: 66.667%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  width: 100%;
}

.blog .entry-content .wrap article.post.type-post,
.category .entry-content .wrap article.post.type-post,
.shortcode-posts-grid article {
  width: calc(100% - 30px);
  margin: 0 15px;
  height: auto;
  margin-bottom: 30px !important;
}

.blog .entry-content .wrap article.post.type-post h2,
.category .entry-content .wrap article.post.type-post h2,
.shortcode-posts-grid article h2 {
  margin-bottom: 0;
  width: 100%;
  /* height: 100%; */
  padding: 20px 30px !important;
}

.blog .entry-content .wrap article.post.type-post h2 a,
.category .entry-content .wrap article.post.type-post h2 a,
.shortcode-posts-grid article h2 a {
  font-size: 2.2rem;
  line-height: 1.25;
}

.shortcode-posts-grid article {
  display: flex;
}

@media (min-width: 768px) {

  .blog .entry-content .wrap article.post.type-post,
  .category .entry-content .wrap article.post.type-post,
  .shortcode-posts-grid article {
    width: calc(50% - 30px);
  }

  .blog .entry-content .wrap article.post.type-post>header,
  .category .entry-content .wrap article.post.type-post>header {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .shortcode-posts-grid article {
    width: calc((100% / 3) - 30px);
  }
}

@media (min-width: 1700px) {

  .blog .entry-content .wrap article.post.type-post,
  .category .entry-content .wrap article.post.type-post {
    width: calc((100% / 3) - 30px);
  }
}

.vc_row.wpb_row.testimonial-panel>div:before {
  content: '';
  position: absolute;
  left: -275px;
  top: 30px;
  width: 275px;
  height: 273px;
  background-image: url('/wp-content/uploads/2023/08/quotes-graphic.png');
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 30px 30px !important; */
}

@media (max-width: 767px) {
  .vc_row.wpb_row.testimonial-panel>div {
    padding-top: 170px;
  }

  .vc_row.wpb_row.testimonial-panel>div:before {
    width: 120px;
    height: 120px;
    left: 30px;
    top: 30px;
  }
}

/******** Stellaractive changes July 2024, NOT IN SASS files *******/
.sticky {
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
}

.site-header {
  background: white;
}
.site-header .wrap {
  margin: auto;
}
/* hides hamburger menu on desktop */
@media(min-width: 769px) {
  .menu-button {
    display: none;
  }
}

/* New mobile nav */
@media(max-width: 768px) {
  .site-header .wrap {
      flex-direction: row;
      justify-content: space-evenly;
      margin: 1rem auto;
  }
  .site-header .wrap .site-branding {
    /* max-width: 50vw; */
    margin: 0;
  }
  
  .menu-container {
    flex-direction: row;
    align-items: end;
  }
}
@media(max-width: 600px) {
  .site-header .site-title {
    width: 100%;
  }
}

/* new logo adjustments */
@media(min-width: 1000px) or (max-width: 768px){
  .site-title {
    width: 70%;
  }
}

@media(max-width: 769px) {
  .site-title {
    margin: auto;
  }
}

/* new mobile menu */
@media(max-width: 768px) {
  .menu-container {
    position: relative;
  }
  .wpb-content-wrapper.in-shadow {
    display: block;
  }
  .wpb-content-wrapper.in-shadow:not(.menu-overlay) {
    position: relative;
    /* z-index: -1; */
  }
  .wpb-content-wrapper.in-shadow::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.85); 
    z-index: 2;
  }

  .menu .menu-item .sub-menu {
    display: block;
    position: inherit;
    background: transparent;
    z-index: inherit;
    visibility: visible;
    border: none;
    width: auto;
  }
  /* .menu-overlay #menu-primary-menu li a  */
  .menu-overlay #menu-primary-menu .sub-menu li a {
    font-weight: 300;
    font-size: 1.5rem;
  };
}
.menu-overlay {
  width: 80vw;
  height: 80vh;
  position: fixed;
  left: 20vw;
  text-align: left;
  /* setting top dynamically in theme-js-min */
  /* top: 69px;  */
}
/* weird menu separator */
.menu-overlay #menu-rent-menu:before {
  left: 0;
}

/* not the best implementation as this class isn't used elsewher but wanted to isolate the legend color to just
contact page (for now) without using page id */
.gry-bg .gform_required_legend {
  color: #007c37;
}

p {
  line-height: 1.5;
}
/* to distinguish "in-text" links from those in say footer, and those that look like buttons */
.site-main a:not([class^="btn-"]) {
  color: #007c37;
}
.footer-location p {
  line-height: normal;
}
/***** END STELLAR Updtates 7/9/24  */


/** Single Rental "tempplate" page form and cat removal **/
.rental-form-section {
  margin: 0 auto;
  max-width: 80%;
  padding: 3.2rem 0;
}

.single-tlc_rentals .form-wrap {
  background-color: #efefef;
  width: 100vw;
}

/* form inputs */
.single-tlc_rentals [id^="input_"] {
  border: 1px solid black !important;
}
/* removes categories section */
.single-tlc_rentals #categories-3 {
  display: none;
}
.single-tlc_rentals .sidebar {
  display: none;
}