/*
	Theme Name: Obsidian
	Theme URI: http://farlandlee.com/
	Description: This is a custom Genesis child theme created for Re/Max Obsidian Real Estate.
	Author: Farland Lee Studios
	Author URI: http://farlandlee.com/

	Version: 2.0.2

	Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns

	Template: genesis
	Template Version: 2.0.2

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);
/*! normalize.css v3.0.1 | 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,
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: 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 {
  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 */
  /* 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; }

html {
  font-size: 62.5%;
  /* 12px browser default */ }

body {
  background-color: #19120A;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #747474; }

* {
  box-sizing: border-box; }

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal; }

h1, h2, .site-title {
  color: #c0a976; }
  h1 a, h2 a, .site-title a {
    color: #c0a976; }

h3, h4, h5, h6 {
  color: #c0a976; }
  h3 a, h4 a, h5 a, h6 a {
    color: #c0a976; }

p {
  color: #747474; }

a {
  color: #999999;
  text-decoration: none; }
  a:active, a:hover {
    color: #666; }
  a .accent {
    color: #c68f1a; }
  a img {
    border: none; }

hr.obs-border {
  height: 0;
  /* specify a height for this hr */
  overflow: hidden;
  border: none;
  background-color: #19120A;
  margin: 0;
  padding: 0 0 10px;
  font-size: 5px; }

hr.obs-border:before {
  content: "..........................................................................................................................................................................................................................................................................................................................................";
  letter-spacing: 4px;
  /* Use letter-spacing to increase space between dots*/
  color: #c0a976; }

h1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #c68f1a;
  margin-bottom: 18px;
  margin-bottom: 1.8rem; }

h2 {
  font-size: 17.5px;
  font-size: 1.75rem;
  margin-bottom: 17.5px;
  margin-bottom: 1.75rem; }

h3 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 17px;
  margin-bottom: 1.7rem; }

h4 {
  font-size: 16.6667px;
  font-size: 1.66667rem;
  margin-bottom: 16.6667px;
  margin-bottom: 1.66667rem; }

h5 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

h6 {
  font-size: 13.33333px;
  font-size: 1.33333rem;
  margin-bottom: 13.33333px;
  margin-bottom: 1.33333rem; }

p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px 0; }

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

.site-container {
  width: 100%; }

.wrap {
  padding-left: 90px;
  max-width: 1115px; }

.site-header {
  padding-top: 30px;
  height: 130px;
  width: 100%;
  background-color: #19120A;
  color: #c0a976;
  text-transform: uppercase;
  font-size: 14px; }
  .site-header div.wrap {
    padding-left: 90px;
    width: 100%;
    padding-right: 0; }
  .site-header p {
    color: #c0a976; }
  .site-header a {
    color: #c0a976; }
    .site-header a:hover, .site-header a:active {
      color: #fff; }
  .site-header .title-area {
    float: left;
    width: 248px;
    height: 86px; }
    .site-header .title-area h1 {
      margin: 0;
      padding: 0; }
  .site-header .site-title a {
    display: block;
    width: 228px;
    height: 86px;
    background: url("images/logo.png") no-repeat; }

.header-image .title-area {
  text-indent: -9999px; }

.obs-edge-elements {
  float: right;
  width: 180px;
  text-align: right;
  font-size: 14px;
  padding: 0px;
  margin-bottom: 5px;
  color: #c68f1a; }
  .obs-edge-elements a {
    color: #c68f1a; }
    .obs-edge-elements a:hover {
      color: #fff; }

#text-7 {
  text-align: right;
  float: right; }

.obs-signup-login {
  /*color: #c68f1a;
	font-size: 1.6 * $basefont;
	padding: 0 0 10px;
	a {
		color: #c68f1a;
	}*/ }

.obs-login-form {
  display: none;
  position: absolute; }

.obs-social {
  display: inline-block;
  height: 29px;
  width: 29px;
  background: url("images/obs-social-media.png") no-repeat;
  overflow: hidden;
  margin-right: 8px; }

.obs-twitter {
  background-position: -37px top; }

.obs-linkedin {
  background-position: -74px top; }

.obs-google {
  background-position: -111px top;
  margin-right: 0; }

a.obs-call {
  color: #c0a976;
  font-size: 22.1px;
  float: right;
  width: 180px;
  text-align: right; }

#gform_widget-2 {
  display: none; }
  #gform_widget-2 input[type="text"], #gform_widget-2 input[type="password"], #gform_widget-2 input[type="email"] {
    color: #19120A; }

#field_1_5 {
  height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 10px 0;
  border: 2px inset;
  background-color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #000; }
  #field_1_5 a {
    text-align: right;
    float: right;
    padding: 5px;
    background-color: #333; }
    #field_1_5 a:hover, #field_1_5 a:active {
      background-color: #666; }

.page-id-91 #field_1_5 {
  height: 300px; }

#field_1_ {
  display: none; }

#loginform label {
  margin: 10px 0 4px 0;
  font-weight: bold;
  display: block;
  line-height: 1.3em;
  clear: both;
  color: #fff; }

#loginform input[type="text"], #loginform input[type="password"] {
  padding: 5px 2px 5px 2px;
  width: 95%;
  color: #19120A; }

#loginform p {
  margin-bottom: 10px; }

.nav-header {
  float: left;
  padding: 0;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  margin-top: 36px;
  z-index: 500; }
  .nav-header > ul {
    clear: left;
    float: left;
    position: relative;
    left: 50%;
    text-align: center; }
    .nav-header > ul li {
      display: block;
      float: left;
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      right: 50%; }
      .nav-header > ul li a {
        display: block;
        margin: 0;
        padding: 3px 12px; }
      .nav-header > ul li:hover > ul {
        display: block;
        /* show sub menus when hovering over a parent */ }
    .nav-header > ul ul {
      /* this targets all sub menus */
      display: none;
      /* hide all sub menus from view */
      position: absolute;
      top: 25px;
      /* this should be the same height as the top level menu -- height + padding + borders */
      padding-left: 0;
      left: 0;
      float: none;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
      .nav-header > ul ul li {
        /* this targets all submenu items */
        float: none;
        /* overwriting our float up above */
        width: 150px;
        /* set to the width you want your sub menus to be. This needs to match the value we set below */
        right: 0;
        text-align: left; }
        .nav-header > ul ul li a,
        .nav-header > ul ul li:first-of-type a,
        .nav-header > ul ul li:last-of-type a {
          /* target all sub menu item links */
          padding: 10px;
          /* give our sub menu links a nice button feel */
          background-color: #19120A;
          font-weight: normal;
          text-transform: none; }
        .nav-header > ul ul li ul {
          /* target all second, third, and deeper level sub menus */
          left: 150px;
          /* this needs to match the sub menu width set above -- width + padding + borders */
          top: 0;
          /* this ensures the sub menu starts in line with its parent item */ }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .menu li a {
      color: #c0a976;
      text-decoration: none; }
      .menu li a:hover, .menu li a:active {
        color: #fff; }
    .menu li.current-menu-item > a {
      color: #c68f1a; }

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none; }

.responsive-menu-icon::before {
  content: "\f333";
  display: block;
  font: normal 40px/1 'dashicons';
  margin: 0 auto;
  top: 2%;
  left: 2%;
  text-align: center;
  color: #c68f1a; }

.sidr {
  background-color: #19120A; }
  .sidr ul li a, .sidr .sidr ul li span {
    color: #c0a976;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; }

.site-inner {
  clear: both;
  width: 100%;
  background-color: #F1F0EE;
  color: #19120A;
  overflow: hidden;
  min-height: 700px; }
  .site-inner .wrap {
    padding-top: 45px; }

.content-sidebar .content-sidebar-wrap {
  width: 1024px; }

.content {
  float: right;
  width: 714px;
  padding-right: 12px; }

.content-sidebar .content {
  float: left; }

.full-width-content .content {
  width: 100%;
  padding-right: 0; }

.sidebar-primary {
  float: right;
  width: 310px;
  min-height: 700px;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  padding: 45px 20px 0;
  margin-top: -45px;
  margin-bottom: -32000px;
  padding-bottom: 32000px; }
  .sidebar-primary .widget {
    padding: 20px 0; }
  .sidebar-primary p {
    font-size: 13px;
    color: #000;
    padding: 20px 0;
    line-height: 1.3; }
  .sidebar-primary section:last-of-type {
    padding-bottom: 0; }
  .sidebar-primary #text-5.widget {
    padding-top: 0; }

#widget_sp_image-3 {
  margin-left: -20px;
  margin-right: -20px;
  line-height: 0; }
  #widget_sp_image-3 .widget_sp_image-description {
    padding: 0 20px; }
  #widget_sp_image-3 p {
    padding-top: 0; }

.main-cta p {
  text-align: center;
  padding: 0;
  line-height: 1; }
  .main-cta p a {
    font-size: 18px;
    color: #c48f2c; }
    .main-cta p a:hover, .main-cta p a:active {
      color: #000; }

.home .sidebar-primary {
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.2); }
  .home .sidebar-primary p {
    color: #fff; }
  .home .sidebar-primary .main-cta {
    text-shadow: 1px 1px 3px #333; }
    .home .sidebar-primary .main-cta:hover, .home .sidebar-primary .main-cta:active {
      color: #fff; }

.home-search-text {
  color: #fff; }

.contact-info {
  float: right;
  width: 300px; }
  .contact-info td {
    padding: 5px 0; }

.footer-widgets {
  background: #19120A;
  overflow: hidden;
  color: #c0a976;
  font-size: 12px;
  padding-bottom: 24px; }
  .footer-widgets a {
    color: #c68f1a; }
    .footer-widgets a:hover, .footer-widgets a:active {
      color: #fff; }
  .footer-widgets .widget-area {
    float: left; }
  .footer-widgets .wrap {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer-widgets .menu .sub-menu {
    display: none; }

.footer-widgets-1 {
  width: 162px;
  margin-right: 60px; }

.footer-widgets-2 {
  width: 186px;
  margin-right: 60px; }

.footer-widgets-3 {
  margin-right: 60px; }

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type=submit],
#btnBackListings {
  color: #c0a976;
  padding: 0;
  margin: 0;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  padding: .4em 1em;
  border: 1px solid #666;
  background: #000;
  font-weight: bold;
  border-radius: 6px; }
  div.gform_wrapper .gform_footer input.button:hover,
  div.gform_wrapper .gform_footer input[type=submit]:hover,
  #btnBackListings:hover {
    border: 1px solid #59b4d4;
    background: #0078a3;
    font-weight: bold;
    color: #fff; }

a#btnBackListings {
  font-size: 12px;
  height: auto;
  width: auto;
  margin-right: 10px; }

.gform_wrapper textarea {
  max-width: 100%; }

.home .site-inner {
  background: url("images/content-bg.jpg") no-repeat left top;
  color: #fff;
  background-size: cover; }

#obs-home-map {
  background-image: url("images/map.jpg");
  height: 556px;
  width: 558px;
  position: relative;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #111; }
  #obs-home-map #map-compass {
    position: absolute;
    left: 490px;
    top: 6px; }
  #obs-home-map p, #obs-home-map h2 {
    color: #fff;
    text-transform: uppercase;
    position: absolute; }
    #obs-home-map p#map-title, #obs-home-map h2#map-title {
      font-size: 10px;
      top: 16px;
      left: 338px; }
  #obs-home-map p {
    background-color: #c4902c;
    background-color: rgba(196, 144, 44, 0.8);
    display: inline-block;
    padding: 8px;
    width: 112px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.2; }
    #obs-home-map p#tv {
      top: 228px;
      left: 185px; }
    #obs-home-map p#wilson {
      top: 290px;
      left: 40px; }
    #obs-home-map p#jackson {
      top: 382px;
      left: 235px; }
    #obs-home-map p#south {
      top: 400px;
      left: 45px; }
    #obs-home-map p#north {
      top: 275px;
      left: 360px; }
    #obs-home-map p#idaho {
      top: 85px;
      left: 10px; }
    #obs-home-map p#other_wyoming {
      bottom: 50px;
      right: 20px; }
    #obs-home-map p a {
      color: #fff; }
      #obs-home-map p a:hover, #obs-home-map p a:active {
        color: #ccc; }

.page-id-26 .content,
.author .content {
  height: 781px;
  overflow: auto;
  padding-right: 24px;
  margin-top: -45px;
  padding-top: 45px; }

.author .content {
  height: auto; }

.author .sidebar-primary {
  padding-bottom: 32768px;
  margin-bottom: -32768px; }

.author .fls-options-top {
  height: 0;
  padding: 0;
  margin: 0; }

.mls-agent-details {
  margin-bottom: 40px; }
  .mls-agent-details .Image {
    float: left;
    margin-right: 24px; }
  .mls-agent-details .MEMBER_19 {
    font-size: 14px; }
  .mls-agent-details .MEMBER_19,
  .mls-agent-details .name {
    text-transform: uppercase;
    font-weight: bold; }
  .mls-agent-details .contact-info {
    display: block;
    float: none;
    width: auto; }
    .mls-agent-details .contact-info li {
      float: none;
      padding-right: 0; }
  .mls-agent-details .agent-details {
    padding-left: 132px; }
  .mls-agent-details .Bio {
    margin-top: 20px; }

.author .contact-info {
  display: block;
  float: none;
  width: auto; }
  .author .contact-info li {
    float: none;
    padding-right: 0; }

.search-content select option {
  background-color: #19120A; }

#mls-property-search-form-sc form.fls-mls-property-search {
  font-size: 12px;
  padding: 2px;
  font-family: 'Montserrat', sans-serif; }

#mls-property-search-form-sc .ui-multiselect {
  font-size: 12px;
  padding: 2px; }
  #mls-property-search-form-sc .ui-multiselect span:last-of-type {
    padding: 3px 4px;
    display: inline-block; }

#mls-property-search-form-sc select,
#mls-property-search-form-sc button {
  padding: 3px 4px;
  line-height: 1;
  font-size: 12px;
  background-color: #19120A;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#mls-property-search-form-sc button {
  float: right;
  padding: 4px 12px;
  border-radius: 0;
  border-width: 1px;
  font-size: 16px; }

#mls-property-search-form-sc .ui-widget input,
#mls-property-search-form-sc .ui-widget select,
#mls-property-search-form-sc .ui-widget textarea,
#mls-property-search-form-sc .ui-widget button {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif; }

#mls-property-search-form-sc .ui-widget-content {
  background-color: #19120A; }

#mls-property-search-form-sc .search-title {
  color: #19120A;
  margin-bottom: 5px;
  text-transform: uppercase; }

#mls-property-search-form-sc .search-criteria {
  float: left;
  clear: none;
  height: 40px;
  margin: 0 0 10px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  width: auto;
  overflow: visible; }
  #mls-property-search-form-sc .search-criteria.quickSearch {
    padding: 0;
    margin: 0; }
    #mls-property-search-form-sc .search-criteria.quickSearch input {
      padding: 10px 5px;
      width: 225px;
      height: 40px; }
      @media only screen and (max-width: 1115px) {
        #mls-property-search-form-sc .search-criteria.quickSearch input {
          width: 275px; } }
  #mls-property-search-form-sc .search-criteria .ui-state-default,
  #mls-property-search-form-sc .search-criteria .ui-widget-content .ui-state-default,
  #mls-property-search-form-sc .search-criteria .ui-widget-header .ui-state-default {
    font-weight: normal; }
  #mls-property-search-form-sc .search-criteria.priceRange .mls_feed_search_range {
    float: left; }
    #mls-property-search-form-sc .search-criteria.priceRange .mls_feed_search_range .title-text {
      display: none; }
    #mls-property-search-form-sc .search-criteria.priceRange .mls_feed_search_range .ui-spinner-input {
      width: 100px;
      font-family: 'Montserrat', sans-serif;
      padding: 1px;
      font-size: 12px; }
    #mls-property-search-form-sc .search-criteria.priceRange .mls_feed_search_range ::-webkit-input-placeholder {
      color: white; }
    #mls-property-search-form-sc .search-criteria.priceRange .mls_feed_search_range :-moz-placeholder {
      /* Firefox 18- */
      color: white; }
    #mls-property-search-form-sc .search-criteria.priceRange .mls_feed_search_range ::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
    #mls-property-search-form-sc .search-criteria.priceRange .mls_feed_search_range :-ms-input-placeholder {
      color: white; }

#mls-property-search-form-sc .mls-submit {
  clear: none;
  padding: 0;
  margin: 0;
  float: left; }
  #mls-property-search-form-sc .mls-submit .fls-mls-search-button {
    color: #c0a976;
    padding: 0;
    margin: 0;
    height: 40px;
    vertical-align: middle;
    font-size: 18px; }
    #mls-property-search-form-sc .mls-submit .fls-mls-search-button.buttonTop {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-right: 10px; }
    #mls-property-search-form-sc .mls-submit .fls-mls-search-button span:before {
      content: "\f179";
      font-family: "dashicons";
      color: #fff;
      font-size: 20px;
      display: inline-block;
      vertical-align: text-top;
      padding-right: 5px; }

#mls-property-search-form-sc .advanced-header {
  float: left;
  margin-top: 14px;
  text-transform: uppercase;
  color: #c0a976;
  line-height: 22px;
  height: 22px;
  padding: 0; }
  #mls-property-search-form-sc .advanced-header:after {
    content: "\f139";
    border-radius: 0;
    font-size: 18px; }
  #mls-property-search-form-sc .advanced-header.open:after {
    content: "\f140"; }
  #mls-property-search-form-sc .advanced-header .ui-corner-all {
    display: inline-block; }
  @media only screen and (max-width: 908px) {
    #mls-property-search-form-sc .advanced-header {
      font-size: 11px; } }
  @media only screen and (max-width: 900px) {
    #mls-property-search-form-sc .advanced-header {
      font-size: 12px; } }

#mls-property-search-form-sc .advanced-content .mls-submit .fls-mls-search-button {
  height: 23px;
  margin-top: 17px; }

#mls-property-search-form-sc .advanced-content .mls-submit .fls-mls-search-button span:before {
  font-size: 14px; }

#mls-property-search-form-sc .advanced-content .mls-submit .ui-button-text-only .ui-button-text {
  padding: 3px 10px;
  font-size: 12px;
  text-transform: uppercase; }

@media only screen and (max-width: 1024px) {
  #mls-property-search-form-sc .ui-icon-triangle-2-n-s {
    background-position: -128px -16px; } }

#mls-property-search-form-sc .fls-mls-property-search select {
  line-height: 1;
  height: 24px; }

#mls-property-search-form-sc .mls-submit .ui-button-text-only .ui-button-text {
  font-family: 'Montserrat', sans-serif; }
  #mls-property-search-form-sc .mls-submit .ui-button-text-only .ui-button-text:hover {
    color: #fff; }

#mls-property-search-form-sc .search-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; }

#mls-property-search-form-sc .search-criteria.quickSearch input {
  font-family: 'Montserrat', sans-serif; }

#mls-property-search-form-sc .search-criteria.priceRange .mls_feed_search_range {
  margin-right: 10px; }

#mls-property-search-form-sc .search-criteria.dropdown .search-content {
  position: relative;
  background-color: #19120A; }
  #mls-property-search-form-sc .search-criteria.dropdown .search-content select {
    border: none;
    position: relative;
    z-index: 1;
    background-color: transparent; }
  #mls-property-search-form-sc .search-criteria.dropdown .search-content .ui-icon.ui-icon-triangle-2-n-s {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 4px; }

.ui-multiselect-menu {
  font-family: 'Montserrat', sans-serif; }
  .ui-multiselect-menu .ui-multiselect-checkboxes label input {
    margin-right: 5px; }
  .ui-multiselect-menu .ui-multiselect-checkboxes label {
    font-family: 'Montserrat', sans-serif !important; }

.advanced-content {
  padding-top: 10px; }

.mls-listings-page .site-inner .wrap {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box; }

.mls-listings-page .not_logged_in {
  text-transform: uppercase;
  font-size: 14px;
  display: table; }
  .mls-listings-page .not_logged_in p {
    color: #000; }

.mls-listings-page a.login-explanation {
  font-size: 10px;
  text-transform: none;
  position: absolute;
  bottom: 10px;
  display: block;
  clear: both; }

.mls-listings-page .main-content-container .listing-display {
  min-height: 700px;
  display: none; }

.fullscreen .listing-display {
  height: 100%;
  background-color: #F1F0EE; }

.fullscreen #fls_swap_view {
  z-index: 10001;
  position: fixed;
  top: 10px;
  right: 10px; }

.showForm {
  float: right;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ffaf0f;
  background: #c68f1a;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
  position: relative;
  z-index: 120;
  margin-top: -20px; }

.fls_ajax_properties {
  clear: both; }

.property-stats {
  float: left; }

.fls-listings-container {
  position: relative; }

.fls-options-top {
  height: auto;
  padding: 8px 2px; }

.fls-options a.fls-mls-pagination-item {
  width: auto;
  padding: 0;
  border: 0; }
  .fls-options a.fls-mls-pagination-item.current-page {
    border: 1px solid #ffaf0f;
    background: #c68f1a; }

#mls-listing-view-tabs {
  padding-bottom: 10px;
  position: relative; }
  #mls-listing-view-tabs .activeView,
  #mls-listing-view-tabs a:hover,
  #mls-listing-view-tabs a:active {
    color: #19120A; }

#gallery-view .mls-listing {
  margin-bottom: 20px;
  max-width: 300px;
  margin-right: 20px;
  margin-left: 20px;
  display: inline-block;
  background-color: #ddd;
  padding-bottom: 15px; }
  #gallery-view .mls-listing a {
    color: #c48f2c; }
    #gallery-view .mls-listing a:hover {
      color: #000; }

#gallery-view li.more-link.fls-property-item {
  clear: both;
  text-transform: uppercase;
  padding-top: 5px;
  margin-left: 15px; }

#gallery-view .listing-data {
  padding-left: 15px;
  padding-right: 15px; }
  #gallery-view .listing-data li {
    float: left;
    width: 200px;
    padding-right: 12px; }

#gallery-view .address {
  margin: 10px 0 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: #999; }

#gallery-view ul.mls-listing li.fls-property-item.Image {
  max-height: 200px; }

.mls-listings-page a.login-explanation {
  position: relative;
  margin-top: 20px; }

.page-id-14 #gallery-view .mls-listing {
  margin-bottom: 20px;
  max-width: 360px;
  margin-right: 20px;
  margin-left: 20px;
  display: inline-block;
  background-color: #ddd;
  padding-bottom: 15px; }
  .page-id-14 #gallery-view .mls-listing a {
    color: #c48f2c; }
    .page-id-14 #gallery-view .mls-listing a:hover {
      color: #000; }

.page-id-14 #gallery-view .mls-listing.no-view {
  min-height: 452px; }
  .page-id-14 #gallery-view .mls-listing.no-view li.not_logged_in {
    margin: 20px; }

.page-id-14 #gallery-view li.more-link.fls-property-item {
  clear: both;
  text-transform: uppercase;
  padding-top: 5px;
  margin-left: 15px; }

.page-id-14 #gallery-view .listing-data {
  padding-left: 15px;
  padding-right: 15px; }
  .page-id-14 #gallery-view .listing-data li {
    float: left;
    width: 200px;
    padding-right: 12px; }

.page-id-14 #gallery-view .address {
  margin: 10px 0 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: #999; }

.page-id-14 #gallery-view .LIST_78,
.page-id-14 #gallery-view .Description {
  clear: both;
  padding: 5px 0; }

.page-id-14 #gallery-view ul.mls-listing li.fls-property-item.Image {
  max-height: 300px; }

.image-group {
  position: relative; }
  .image-group .FeaturedMark {
    position: absolute;
    right: 5px;
    bottom: 5px; }

.author .LIST_106 {
  display: none; }

.page-id-40 #map-view {
  width: 300px;
  border: 1px solid #ccc;
  border-right: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }
  .page-id-40 #map-view .LIST_78 {
    display: none; }

.page-id-40 .refresh-map {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  padding: 12px 24px;
  font-size: 14px;
  background-color: #19120A;
  color: #c0a976; }

.page-id-40 .ajax-loading {
  min-height: 700px; }

#map-view ul.mls-listing,
.mls-map-infowindow-content ul.mls-listing {
  padding: 5px !important;
  border-bottom: 1px solid #ccc;
  background-color: #F1F0EE;
  margin: 0 0 2px;
  overflow: hidden;
  position: relative; }
  #map-view ul.mls-listing li,
  .mls-map-infowindow-content ul.mls-listing li {
    font-size: 11px; }
    #map-view ul.mls-listing li.LIST_106,
    .mls-map-infowindow-content ul.mls-listing li.LIST_106 {
      clear: both;
      font-size: 9px;
      color: #999; }
  #map-view ul.mls-listing .listing-data,
  .mls-map-infowindow-content ul.mls-listing .listing-data {
    padding-left: 130px; }
  #map-view ul.mls-listing.closed_listing,
  .mls-map-infowindow-content ul.mls-listing.closed_listing {
    background: #ddd url("images/closed_listing.png") no-repeat right center; }
  #map-view ul.mls-listing.featured,
  .mls-map-infowindow-content ul.mls-listing.featured {
    background-color: #ddd; }

#map-view .address,
#map-view .Image,
.mls-map-infowindow-content .address,
.mls-map-infowindow-content .Image {
  float: left;
  clear: both; }

#map-view .Image,
.mls-map-infowindow-content .Image {
  margin-right: 10px;
  margin-bottom: 5px; }

#map-view .address,
.mls-map-infowindow-content .address {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  display: block;
  float: none;
  width: 100%;
  overflow: hidden; }

#map-view .data-second,
.mls-map-infowindow-content .data-second {
  clear: both;
  display: block;
  overflow: hidden;
  float: none;
  font-size: 11px; }
  #map-view .data-second li,
  .mls-map-infowindow-content .data-second li {
    margin: 0;
    padding: 0;
    float: left; }
    #map-view .data-second li.LIST_22,
    .mls-map-infowindow-content .data-second li.LIST_22 {
      float: right; }

#map-view .data-third,
#map-view .data-fourth,
.mls-map-infowindow-content .data-third,
.mls-map-infowindow-content .data-fourth {
  float: right;
  padding: 10px 0 10px 5px;
  width: 120px; }
  #map-view .data-third li,
  #map-view .data-fourth li,
  .mls-map-infowindow-content .data-third li,
  .mls-map-infowindow-content .data-fourth li {
    float: left;
    width: 38px;
    text-align: center;
    border-left: 1px solid #bbb; }
    #map-view .data-third li span,
    #map-view .data-fourth li span,
    .mls-map-infowindow-content .data-third li span,
    .mls-map-infowindow-content .data-fourth li span {
      display: block; }
    #map-view .data-third li:last-child,
    #map-view .data-fourth li:last-child,
    .mls-map-infowindow-content .data-third li:last-child,
    .mls-map-infowindow-content .data-fourth li:last-child {
      border-right: 1px solid #bbb; }
    #map-view .data-third li.LIST_56,
    #map-view .data-fourth li.LIST_56,
    .mls-map-infowindow-content .data-third li.LIST_56,
    .mls-map-infowindow-content .data-fourth li.LIST_56 {
      width: 65px;
      border-right: 1px solid #bbb; }
    #map-view .data-third li.LIST_105,
    #map-view .data-fourth li.LIST_105,
    .mls-map-infowindow-content .data-third li.LIST_105,
    .mls-map-infowindow-content .data-fourth li.LIST_105 {
      width: 58px;
      float: right;
      border: none; }

#map-view .FeaturedMark,
.mls-map-infowindow-content .FeaturedMark {
  position: absolute;
  top: 84px;
  left: 100px; }

.listings-outer-container {
  position: relative;
  overflow: hidden; }

.mls-map-infowindow-content {
  max-height: 300px;
  width: 300px; }

.Image a {
  width: 100%;
  height: 100%;
  display: block; }

#fls_swap_view {
  float: right; }

.main-content-container {
  width: 100%;
  position: relative;
  height: 700px;
  float: right;
  padding-left: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .main-content-container #map {
    border: 1px solid #ccc;
    height: 700px;
    width: 100%; }
  .main-content-container .listing-display {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 300px;
    width: 100%;
    border: 1px solid #ccc; }
    .main-content-container .listing-display .content-sidebar-wrap {
      overflow: auto;
      padding-top: 12px;
      padding-left: 12px; }
    .main-content-container .listing-display .content {
      width: 100%;
      padding-right: 310px; }
    .main-content-container .listing-display .sidebar-primary {
      margin-top: 0;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      float: none;
      padding-top: 12px;
      border-left: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      z-index: 101; }
    .main-content-container .listing-display .entry-title h1 {
      margin-bottom: 4px; }
    .main-content-container .listing-display .entry-title h2 {
      margin-bottom: 0; }
  .main-content-container .mls-listing,
  .main-content-container .mls-property-single-view {
    height: 100%; }

.fls-mls-property-search {
  overflow: hidden; }

.mls-property-single-view {
  padding-top: 10px;
  font-size: 14px; }
  .mls-property-single-view .address {
    width: 100%;
    font-size: 22px; }
  .mls-property-single-view ul.mls-listing {
    overflow: visible; }
    .mls-property-single-view ul.mls-listing li.fls-property-item {
      line-height: 1.5; }
      .mls-property-single-view ul.mls-listing li.fls-property-item .item-label {
        color: #c0a976; }
      .mls-property-single-view ul.mls-listing li.fls-property-item.LIST_78 .item-label {
        display: block;
        font-size: 20px;
        margin-bottom: 10px; }
      .mls-property-single-view ul.mls-listing li.fls-property-item.LIST_22 .item-label {
        font-size: 20px; }
      .mls-property-single-view ul.mls-listing li.fls-property-item.Slideshow {
        margin-bottom: 40px;
        max-width: 800px;
        margin: 0 auto; }
      .mls-property-single-view ul.mls-listing li.fls-property-item.LIST_78 {
        clear: both; }
  .mls-property-single-view .listing-data {
    clear: both; }
    .mls-property-single-view .listing-data li {
      float: left;
      width: 33%;
      min-width: 200px; }
  .mls-property-single-view li.share-link {
    float: right;
    margin-right: 34px;
    margin-top: -34px; }
  .mls-property-single-view a.share-link {
    display: inline-block;
    text-indent: -9999px; }
    .mls-property-single-view a.share-link:before {
      display: inline-block;
      content: "\f466";
      font-family: 'dashicons';
      font-size: 24px;
      line-height: 24px;
      vertical-align: middle;
      width: 24px;
      text-indent: 9999px; }

.mls-map-infowindow-content ul.mls-listing li {
  font-size: 11px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }

.property-stats {
  width: 100%; }

#mls-view-options-tabs, .mls-view-options-tabs {
  text-transform: uppercase; }

#mls-listing-view-tabs .activeView, #mls-listing-view-tabs a:hover, #mls-listing-view-tabs a:active {
  color: #c48f2c; }

#list-view .listing-data {
  margin-top: 10px;
  overflow: hidden;
  width: 380px;
  display: inline-block; }
  #list-view .listing-data li {
    width: 50%;
    float: left; }

#list-view li.more-link.fls-property-item {
  clear: both;
  text-transform: uppercase;
  padding-top: 5px; }

#list-view a {
  color: #c48f2c; }
  #list-view a:hover {
    color: #000; }

#list-view .remarks {
  width: 100%;
  float: left;
  margin-top: 10px; }

#list-view ul.mls-listing {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #c48f2c;
  padding: 15px; }

#list-view ul.mls-listing.featured {
  background-color: #ddd;
  border-bottom: 0; }

#list-view .Image {
  float: left;
  margin: 0px 24px 10px 0px; }

#list-view .address {
  font-size: 16px; }

#list-view .LIST_22 {
  font-size: 14px; }

#list-view .FeaturedMark {
  float: right;
  margin-right: 10px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-header .site-title > a {
    float: left;
    min-height: 86px;
    width: 100%;
    background: url(images/logo@2x.png) no-repeat left top !important;
    background-size: 248px 86px !important; } }

@media all and (max-width: 1240px) {
  .page-id-14 #gallery-view .mls-listing {
    max-width: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%; }
  .page-id-14 #gallery-view .Image {
    max-width: 100%;
    width: 100% !important; } }

@media all and (max-width: 1115px) {
  .wrap {
    max-width: 1024px;
    padding-left: 32px;
    padding-right: 32px; }
  .site-header div.wrap {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    box-sizing: border-box; }
  .site-inner .wrap {
    padding-top: 30px; }
  .sidebar-primary {
    padding: 20px 20px 0; }
    .sidebar-primary .widget_fls_zillow_widget.widget {
      padding-top: 20px; }
  .content-sidebar .content-sidebar-wrap {
    width: 960px;
    padding-right: 0; }
  .content {
    width: 650px; }
  .main-content-container {
    padding-left: 140px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
    .main-content-container .listing-display {
      padding-left: 140px; }
      .main-content-container .listing-display .content-sidebar-wrap {
        overflow: visible; }
      .main-content-container .listing-display aside.sidebar.sidebar-primary.widget-area .gform_wrapper div.gform_body ul.gform_fields li.gfield.mls-related-listing ul.mls-listing li.Image {
        float: none; }
  #map-view {
    width: 140px;
    -webkit-overflow-scrolling: touch; }
    #map-view .FeaturedMark {
      top: 60px;
      left: 95px; }
    #map-view ul.mls-listing {
      overflow: visible; }
      #map-view ul.mls-listing .Image {
        float: none; }
      #map-view ul.mls-listing .listing-data {
        padding-left: 0;
        float: none; }
      #map-view ul.mls-listing .title,
      #map-view ul.mls-listing .address,
      #map-view ul.mls-listing .LIST_8,
      #map-view ul.mls-listing .LIST_57,
      #map-view ul.mls-listing .LIST_106 {
        display: none; }
      #map-view ul.mls-listing .LIST_66,
      #map-view ul.mls-listing .LIST_48,
      #map-view ul.mls-listing .LIST_67 {
        display: inline-block;
        padding: 0;
        margin: 0; }
        #map-view ul.mls-listing .LIST_66 .item-label,
        #map-view ul.mls-listing .LIST_48 .item-label,
        #map-view ul.mls-listing .LIST_67 .item-label {
          display: none; }
      #map-view ul.mls-listing .LIST_66:after {
        content: ' BR,'; }
      #map-view ul.mls-listing .LIST_67:before {
        content: ' '; }
      #map-view ul.mls-listing .LIST_67:after {
        content: ' BA,'; }
      #map-view ul.mls-listing .LIST_48:before {
        content: ' '; }
      #map-view ul.mls-listing .LIST_48:after {
        content: 'SF'; }
      #map-view ul.mls-listing .address {
        white-space: normal; }
      #map-view ul.mls-listing a.login-explanation {
        position: static; }
  .page-id-40 #map-view {
    width: 140px; }
  #mls-property-search-form-sc {
    /*.advanced-header {
			margin-top: 25px;
		}*/ }
    #mls-property-search-form-sc .search-criteria {
      margin: 10px 0 0; }
      #mls-property-search-form-sc .search-criteria.PropertyDesignation {
        clear: both; }
    #mls-property-search-form-sc .advanced-content .mls-submit {
      margin-top: 10px; }
  #list-view .listing-data {
    width: 300px; }
  #gallery-view .mls-listing {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden; }
  .page-id-14 #gallery-view .mls-listing {
    height: 470px;
    overflow: hidden; } }

@media all and (max-width: 1024px) {
  .main-content-container {
    border: 1px solid #ccc; }
    .main-content-container .listing-display {
      border: 0; }
      .main-content-container .listing-display .sidebar-primary {
        display: none;
        width: 250px; }
      .main-content-container .listing-display .content {
        padding-right: 10px; }
    .main-content-container .mls-property-single-view ul.mls-listing li.fls-property-item.LIST_78 {
      padding-top: 20px; }
    .main-content-container .mls-property-single-view ul.mls-listing li.fls-property-item.Slideshow {
      padding-bottom: 20px; }
  .page-id-26 .content, .author .content {
    height: auto;
    overflow: visible;
    margin-top: 0;
    padding-top: 0; }
  #mls-view-options-tabs, .mls-view-options-tabs {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
  #mls-listing-sort-by, .mls_listings_per_page, #fls_swap_view {
    float: left;
    margin: 0px 10px 0px 0px; }
  #list-view .listing-data {
    width: 250px; } }

@media all and (max-width: 1023px) {
  .wrap {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
    max-width: 100%; }
  .ui-dialog {
    max-width: 100%;
    box-sizing: border-box; }
  .site-header {
    position: relative;
    padding-top: 8px;
    height: 88px; }
    .site-header .site-title a {
      width: 200px;
      height: 75px;
      background-size: contain; }
    .site-header .title-area {
      float: none;
      margin: 0 auto;
      width: 200px;
      height: 75px; }
    .site-header .obs-edge-elements {
      position: absolute;
      top: 5px;
      right: 20px;
      width: auto; }
    .site-header #text-7 {
      width: auto;
      right: 15px;
      top: 55px;
      margin-top: 0;
      position: absolute;
      text-align: right; }
    .site-header a.obs-call {
      text-align: right;
      position: absolute;
      width: auto;
      top: 25px;
      float: right;
      right: 20px; }
    .site-header div.wrap {
      padding-left: 0;
      padding-right: 0; }
  .full-width-content .content {
    padding-right: 0;
    padding-left: 0; }
  .page-id-40 .entry-content {
    max-width: 95%;
    margin-left: 2.5%; }
  .page-id-40 #map-view {
    z-index: 103; }
  .page-id-40 .main-content-container .listing-display {
    background-color: #f1f0ee;
    z-index: 102; }
  hr.obs-border:before {
    content: none; }
  .nav-header {
    width: 100%; }
  hr.obs-border {
    width: 100%; }
  .content-sidebar .content-sidebar-wrap {
    width: 100%;
    padding-right: 0; }
  .content {
    width: 60%; }
  .sidebar-primary {
    width: 35%; }
  .nav-header.responsive-menu {
    display: none; }
  .nav-header.responsive-menu li,
  .responsive-menu-icon {
    display: block; }
  .responsive-menu-icon {
    position: absolute;
    left: 10px;
    top: 0; }
  .nav-header.responsive-menu li:hover {
    position: static; }
  .nav-header.responsive-menu .subnav li.current-menu-item > a:hover,
  .nav-header.responsive-menu li a,
  .nav-header.responsive-menu li a:hover,
  .nav-header.responsive-menu li.current-menu-item > a,
  .site-header .nav-header.responsive-menu li a {
    border: none;
    display: block;
    padding: 20px;
    text-transform: none; }
  .nav-header.responsive-menu .menu-item-has-children {
    cursor: pointer; }
  .nav-header.responsive-menu .menu-item-has-children > a {
    margin-right: 60px; }
  .nav-header.responsive-menu > .menu-item-has-children:before {
    content: "\f140";
    float: right;
    font: normal 20px/1 'dashicons';
    height: 20px;
    padding: 15px 20px;
    right: 0;
    text-align: right;
    z-index: 9999; }
  .nav-header.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f142"; }
  .nav-header.responsive-menu > .menu-item > .sub-menu {
    display: none; }
  .nav-header.responsive-menu .subnav {
    background-color: rgba(0, 0, 0, 0.05);
    left: auto;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99; }
  .nav-header.responsive-menu .subnav li {
    margin: 0; }
  .nav-header.responsive-menu .subnav li a,
  .nav-header.responsive-menu .subnav li a:hover {
    padding: 20px;
    position: relative;
    text-transform: none;
    width: 100%; }
  .nav-header.responsive-menu .current-menu-item > a,
  .nav-header.responsive-menu .sub-menu .current-menu-item > a:hover,
  .nav-header.responsive-menu > li.menu-item-has-children:hover > a,
  .nav-header.responsive-menu a:hover {
    background: none; }
  .site-header .nav-header.responsive-menu .current-menu-item > a,
  .site-header .nav-header.responsive-menu .sub-menu li a,
  .site-header .nav-header.responsive-menu .sub-menu li a:hover,
  .site-header .nav-header.responsive-menu .sub-menu,
  .site-header .nav-header.responsive-menu > .menu-item-has-children:before,
  .site-header .nav-header.responsive-menu > li:hover > a,
  .site-header .nav-header.responsive-menu a:hover {
    color: #fff; }
  .site-header .nav-header.responsive-menu .sub-menu {
    background-color: rgba(255, 255, 255, 0.05); }
  .sidr-inner li.sidr-class-menu-item.sidr-close-menu a#sidr-close-menu {
    color: #fff; }
  .sidr-inner .obs-edge-elements {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; }
    .sidr-inner .obs-edge-elements a {
      color: #c0a976; }
  div#attachment_174 {
    max-width: 100%; }
    div#attachment_174 a img {
      max-width: 98%;
      height: auto; }
    div#attachment_174 p.wp-caption-text {
      max-width: 98%;
      margin-left: 1%; }
    div#attachment_174 .wp-caption {
      padding-top: 1%; }
  .contact-info {
    width: 200px; }
  .image-group li.Image.fls-property-item {
    height: auto !important; }
    .image-group li.Image.fls-property-item img {
      height: auto !important; }
  #gallery-view .image-group li.Image.fls-property-item {
    height: 250px !important; }
  #gallery-view .mls-listing {
    height: 375px;
    overflow: hidden; }
  .page-id-14 #gallery-view .mls-listing {
    height: 415px;
    overflow: hidden; }
  .showForm {
    margin-top: 0;
    float: left; } }

@media all and (max-width: 985px) {
  #list-view .listing-data {
    width: 200px; }
    #list-view .listing-data li {
      width: 100%; } }

@media all and (max-width: 900px) {
  .content {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
    box-sizing: border-box; }
  .wrap {
    padding-left: 0;
    padding-right: 0; }
  .page-id-26 .content, .author .content {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
    box-sizing: border-box; }
  .full-width-content .content {
    padding-right: 3%;
    padding-left: 3%;
    width: 100%;
    box-sizing: border-box; }
  .home .sidebar-primary {
    margin-top: 20px; }
  .sidebar-primary {
    width: 96%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    min-height: 0;
    margin-top: 20px;
    margin-right: 2%;
    margin-left: 2%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .sidebar-primary #text-3.widget, .sidebar-primary #text-4.widget, .sidebar-primary #text-8.widget {
      display: inline-block;
      margin-right: 20px;
      margin-left: 20px; }
    .sidebar-primary #text-5.widget {
      padding: 0px 20px 20px 20px; }
  p {
    font-size: 1.4rem; }
  #obs-home-map {
    display: block;
    margin: 0 auto;
    float: none;
    max-width: 100%; }
  .contact-info {
    width: 45%;
    margin-left: 5%; }
  img.alignleft.size-medium.wp-image-119 {
    max-width: 50%;
    height: auto; }
  .mls-agent-details .agent-details {
    font-size: 1.4rem; }
    .mls-agent-details .agent-details .contact-info {
      margin-left: 0; }
  .mls-listings-page .site-inner .wrap {
    padding-left: 0;
    padding-right: 0; }
  .page-template-properties #mls-listing-view-tabs .fls-options-top {
    height: 100px;
    padding: 0; }
  .fls-mls-pagination {
    margin: 10px 0px; }
  a.fls-mls-pagination-item:first-of-type {
    margin: 0px 3px 2px 0px; }
  .mls-property-single-view {
    padding-top: 1px; }
  #mls-property-search-form-sc .advanced-header {
    margin-top: 10px; }
  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    margin-right: 20px; }
  #list-view .listing-data {
    width: 300px; }
    #list-view .listing-data li {
      width: 50%; }
  #gallery-view {
    text-align: center; }
    #gallery-view .mls-listing {
      text-align: left; }
  .page-id-14 #gallery-view {
    text-align: left; }
    .page-id-14 #gallery-view .mls-listing {
      max-width: 48%;
      margin-right: 1%;
      margin-left: 1%; } }

@media all and (max-width: 780px) {
  #mls-property-search-form-sc .advanced-header {
    clear: both;
    margin-top: 30px; }
  #mls-property-search-form-sc .advanced-content .mls-submit .fls-mls-search-button {
    height: 40px;
    margin-top: 17px; }
  #mls-property-search-form-sc .advanced-content .mls-submit .fls-mls-search-button span:before {
    font-size: 18px; }
  #mls-property-search-form-sc .advanced-content .mls-submit .ui-button-text-only .ui-button-text {
    padding: 3px 10px;
    font-size: 14px;
    text-transform: uppercase; }
  #mls-property-search-form-sc button.ui-multiselect {
    width: 100% !important;
    height: 40px; }
  #mls-property-search-form-sc .search-criteria {
    width: 100%;
    padding-right: 0;
    height: auto; }
    #mls-property-search-form-sc .search-criteria.PropertyDesignation, #mls-property-search-form-sc .search-criteria.bedRange, #mls-property-search-form-sc .search-criteria.sfRange, #mls-property-search-form-sc .search-criteria.featuredListings {
      width: 49%;
      margin-right: 2%;
      padding: 0;
      margin-bottom: 15px; }
      #mls-property-search-form-sc .search-criteria.PropertyDesignation input, #mls-property-search-form-sc .search-criteria.bedRange input, #mls-property-search-form-sc .search-criteria.sfRange input, #mls-property-search-form-sc .search-criteria.featuredListings input {
        height: inherit;
        padding: 0 10px;
        margin: 0;
        box-sizing: border-box;
        width: 100%; }
    #mls-property-search-form-sc .search-criteria.mls_areas, #mls-property-search-form-sc .search-criteria.bathRange, #mls-property-search-form-sc .search-criteria.acresRange {
      width: 49%;
      margin-right: 0;
      padding: 0;
      margin-bottom: 15px; }
      #mls-property-search-form-sc .search-criteria.mls_areas input, #mls-property-search-form-sc .search-criteria.bathRange input, #mls-property-search-form-sc .search-criteria.acresRange input {
        height: inherit;
        padding: 0 10px;
        margin: 0;
        box-sizing: border-box;
        width: 100%; }
    #mls-property-search-form-sc .search-criteria .mls_feed_search_range .ui-spinner a.ui-spinner-button {
      height: 100%;
      width: 32px; }
      #mls-property-search-form-sc .search-criteria .mls_feed_search_range .ui-spinner a.ui-spinner-button .ui-icon {
        background: none; }
      #mls-property-search-form-sc .search-criteria .mls_feed_search_range .ui-spinner a.ui-spinner-button:before {
        content: " ";
        font-family: dashicons;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
        line-height: 38px;
        width: 32px;
        cursor: pointer; }
    #mls-property-search-form-sc .search-criteria .mls_feed_search_range .ui-spinner a.ui-spinner-up {
      right: 32px; }
      #mls-property-search-form-sc .search-criteria .mls_feed_search_range .ui-spinner a.ui-spinner-up:before {
        content: "\f132"; }
    #mls-property-search-form-sc .search-criteria .mls_feed_search_range .ui-spinner a.ui-spinner-down:before {
      content: "\f460"; }
    #mls-property-search-form-sc .search-criteria .mls_feed_search_range.from {
      width: 49%;
      margin-right: 2%; }
      #mls-property-search-form-sc .search-criteria .mls_feed_search_range.from .ui-spinner.ui-widget.ui-widget-content {
        width: 100%;
        height: 40px; }
        #mls-property-search-form-sc .search-criteria .mls_feed_search_range.from .ui-spinner.ui-widget.ui-widget-content input {
          height: inherit;
          padding: 0 10px;
          margin: 0;
          box-sizing: border-box;
          width: 100%; }
    #mls-property-search-form-sc .search-criteria .mls_feed_search_range.to {
      width: 49%;
      margin-right: 0; }
      #mls-property-search-form-sc .search-criteria .mls_feed_search_range.to .ui-spinner.ui-widget.ui-widget-content {
        width: 100%;
        height: 40px; }
        #mls-property-search-form-sc .search-criteria .mls_feed_search_range.to .ui-spinner.ui-widget.ui-widget-content input {
          height: inherit;
          padding: 0 10px;
          margin: 0;
          box-sizing: border-box;
          width: 100%; }
    #mls-property-search-form-sc .search-criteria.quickSearch {
      width: inherit; }
      #mls-property-search-form-sc .search-criteria.quickSearch input {
        width: 295px; }
    #mls-property-search-form-sc .search-criteria.dropdown .search-content select {
      height: 40px;
      padding: 0 10px;
      width: 100%;
      margin: 0;
      box-sizing: border-box; }
    #mls-property-search-form-sc .search-criteria.dropdown .search-content .ui-icon.ui-icon-triangle-2-n-s {
      top: 10px; }
  .site-header .site-title > a {
    min-height: 75px;
    width: 200px;
    background-size: contain !important;
    margin: 0;
    float: left; } }

@media all and (max-width: 736px) {
  .mls-map-infowindow-content {
    width: 225px; }
    .mls-map-infowindow-content .LIST_57, .mls-map-infowindow-content .LIST_106, .mls-map-infowindow-content .LIST_48, .mls-map-infowindow-content .address, .mls-map-infowindow-content .LIST_66, .mls-map-infowindow-content .LIST_67 {
      display: none; }
    .mls-map-infowindow-content .line2 {
      display: none; }
      .mls-map-infowindow-content .line2 li.LIST_43.fls-property-item {
        display: none; }
    .mls-map-infowindow-content ul.mls-listing .listing-data {
      padding-left: 100px; }
    .mls-map-infowindow-content ul.mls-listing li {
      font-size: 12px;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif; }
    .mls-map-infowindow-content ul.mls-listing li.fls-property-item.Image {
      max-width: 90px;
      max-height: 68px; }
    .mls-map-infowindow-content .Image {
      margin-bottom: 0; } }

@media all and (max-width: 667px) {
  .site-header .obs-edge-elements {
    display: none; }
  .site-header #text-7 {
    display: none; }
  .site-header a.obs-call {
    top: 2px; }
  .refine-search-link:before {
    content: "Refine Search"; }
  .gform_wrapper .left_label li.field_sublabel_below .gfield_label {
    width: 100%; }
  .gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
    width: 100%;
    float: left; }
  .gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_radio {
    width: 100%;
    margin-left: 0 !important;
    overflow: visible; }
  .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label input.medium {
    width: 100%; }
  .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    width: 100%; }
  #list-view .listing-data {
    width: 200px; }
    #list-view .listing-data li {
      width: 100%; } }

@media all and (max-width: 620px) {
  #obs-home-map {
    height: auto;
    width: 100%;
    background-image: none;
    box-shadow: none;
    text-align: center; }
    #obs-home-map p {
      width: 100%;
      position: static;
      display: block; }
      #obs-home-map p a {
        padding: 10px;
        display: inline-block;
        width: 100%; }
    #obs-home-map h2#map-title {
      display: none; }
    #obs-home-map #map-compass {
      display: none; }
    #obs-home-map:before {
      content: "Click to view available properties in the areas below.";
      color: #fff; }
    #obs-home-map p#tv {
      margin-top: 20px; } }

@media all and (max-width: 580px) {
  .site-header .site-title a {
    background-size: contain; }
  #obs-home-map {
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    max-width: 100%; }
    #obs-home-map #map-compass {
      left: 85%; }
    #obs-home-map p#tv {
      left: 33%;
      top: 41%; }
    #obs-home-map p#map-title, #obs-home-map h2#map-title {
      left: 55%; }
  #mls-property-search-form-sc .search-criteria {
    margin: 5px 0px 10px 0px; }
    #mls-property-search-form-sc .search-criteria.PropertyDesignation, #mls-property-search-form-sc .search-criteria.bedRange, #mls-property-search-form-sc .search-criteria.sfRange, #mls-property-search-form-sc .search-criteria.featuredListings {
      width: 100%;
      margin-right: 0; }
    #mls-property-search-form-sc .search-criteria.search-criteria.mls_areas, #mls-property-search-form-sc .search-criteria.search-criteria.bathRange, #mls-property-search-form-sc .search-criteria.search-criteria.acresRange {
      width: 100%; }
  #mls-property-search-form-sc .mls-submit .fls-mls-search-button.buttonBottom {
    margin-top: 6px; }
  .main-content-container .listing-display {
    padding-left: 0; }
  #map-view ul.mls-listing {
    min-height: 100px; }
    #map-view ul.mls-listing .Image {
      float: left; }
    #map-view ul.mls-listing li {
      font-size: 13px; }
  #map-view #mls-listing-view-tabs {
    /*.main-content-container {
				height: 0;
				border: none;
				padding-left: 0;
				overflow: hidden;
				position: relative;
				
				.listing-display .content-sidebar-wrap {
					padding-left: 0;
				}
			}*/ }
  .page-template-properties #mls-listing-view-tabs .fls-options-top {
    height: auto; }
  /*.page-id-40 {
		#map-view {
			z-index: 99;
		}
	}*/
  .mls-map-infowindow-content {
    width: 100%; }
    .mls-map-infowindow-content ul.mls-listing .listing-data {
      width: 100%;
      padding-left: 0; }
    .mls-map-infowindow-content ul.mls-listing li.fls-property-item.Image {
      max-width: 114px;
      max-height: 86px; }
    .mls-map-infowindow-content ul.mls-listing li.LIST_8 {
      font-size: 10px; } }

@media all and (max-width: 540px) {
  div#attachment_174 p.wp-caption-text {
    font-size: 1rem; }
  .entry-content {
    position: relative; }
  table.contact-info {
    width: 100%;
    margin-top: 250px;
    margin-bottom: 20px; }
    table.contact-info td {
      padding: 2px 0;
      font-size: 1.4rem; }
  img.alignleft.size-medium.wp-image-119 {
    max-width: 100%;
    margin: 10px 0;
    position: absolute; }
  .mls-agent-details .Image {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%; }
  .mls-agent-details .agent-details {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    .mls-agent-details .agent-details .Bio {
      text-align: left; }
    .mls-agent-details .agent-details .address {
      text-align: left; }
  .footer-widgets .wrap {
    padding-top: 10px;
    padding-bottom: 20px; }
  .footer-widgets-1 {
    width: 100%;
    text-align: center;
    margin-top: 30px; }
    .footer-widgets-1 .widget.widget_sp_image img.attachment-full.alignleft {
      float: none;
      margin-bottom: 20px; }
  .footer-widgets-2 {
    width: 100%;
    text-align: center; }
  .footer-widgets-3 {
    width: 100%;
    text-align: center;
    position: absolute; }
    .footer-widgets-3 .menu li {
      text-align: left;
      display: inline-block; }
      .footer-widgets-3 .menu li:after {
        content: ' - '; }
      .footer-widgets-3 .menu li:last-of-type:after {
        content: ' '; }
  .site-header a.obs-call {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    right: 0;
    top: 5px; }
  #list-view .listing-data {
    width: 100%; }
    #list-view .listing-data li {
      width: 50%; }
  #list-view .Image {
    float: none;
    width: 100% !important; } }

@media all and (max-width: 500px) {
  #gallery-view .mls-listing {
    max-width: 100%;
    width: 360px;
    margin-left: 0;
    margin-right: 0;
    height: auto; }
  #gallery-view .listing-data li {
    width: 100%; }
  .page-id-14 #gallery-view .mls-listing {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto; }
  .page-id-14 #gallery-view .listing-data li {
    width: 100%; } }

@media all and (max-width: 440px) {
  .page-id-40 {
    /*.mls-map-infowindow-content {
			.address {
				display: inline-block;
			}
		}*/ }
    .page-id-40 #map-view {
      width: 100%; }
      .page-id-40 #map-view ul.mls-listing {
        margin: 0; }
        .page-id-40 #map-view ul.mls-listing .address, .page-id-40 #map-view ul.mls-listing .LIST_8, .page-id-40 #map-view ul.mls-listing .LIST_57, .page-id-40 #map-view ul.mls-listing .LIST_106 {
          display: block; }
        .page-id-40 #map-view ul.mls-listing li {
          font-size: 11px; }
    .page-id-40 #map {
      display: none; }
    .page-id-40 .main-content-container {
      padding-left: 0; } }

@media all and (max-width: 400px) {
  #mls-property-search-form-sc {
    /*.advanced-header {
			margin-top: 55px;
		}*/ }
    #mls-property-search-form-sc .search-criteria.PropertyDesignation {
      width: 100%; }
    #mls-property-search-form-sc .search-criteria.mls_areas {
      width: 100%; }
    #mls-property-search-form-sc .search-criteria .mls_feed_search_range.from {
      width: 100%; }
    #mls-property-search-form-sc .search-criteria .mls_feed_search_range.to {
      width: 100%;
      margin-left: 0;
      margin-top: 10px; }
    #mls-property-search-form-sc .search-criteria.priceRange.spinner h6 {
      margin-top: 10px; } }

@media all and (max-width: 375px) {
  #input_1_1_3_container, #input_1_1_6_container, #input_1_2_1_container, #input_1_2_2_container, #input_1_3_1_container, #input_1_3_2_container, #input_6_1_3_container, #input_6_1_6_container {
    width: 100%;
    margin: 0; }
  .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 100%;
    margin: 0; }
  .footer-widgets-1 {
    margin-top: 0; }
  .footer-widgets-3 {
    display: none; }
  #list-view .listing-data li {
    width: 100%; } }

@media all and (max-width: 320px) {
  div#attachment_174 p.wp-caption-text {
    display: none; }
  img.aligncenter {
    max-width: 100%;
    height: auto; } }
/*# sourceMappingURL=style.css.map */