/*
	Theme Name: Winning Agent Pro Theme 2.0
	Theme URI: http://www.winningagent.com/go/winning-agent-pro-theme/
	Description: This is the Winning Agent Pro theme created for the Genesis Framework.
	Author: Marcy Diaz, Carrie Dils for Winning Agent
	Author URI: http://winningagent.com
	Author URI: http://www.carriedils.com/
 	Author URI: https://amethystwebsitedesign.com/

	Version: 2.0.0

	Tags: accessibility-ready, block-styles, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

	Template: genesis
	Template Version: 3.1.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: wap
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
	- Content - Sidebars
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- AgentPress Listings
	- Genesis eNews Extended
	- Genesis Latest Tweets
	- Gravity Forms
	- Jetpack
	- Simple Social Icons
	- WPForms
- Skip Links
- Site Header
	- Title Area
    - Header Widget
    - Site Header Alignment
- Site Navigation
	- Responsive Menu
    	- Header Menu
    	- Primary Menu - After Header
	- Secondary Menu - Footer
- Content Area
	- Home Page - Colors
    - Community Home and Archives
    - Search Bar
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
	- Content Boxes
- Sidebar
- Footer Widgets
- Site Footer
- IDX Broker Styles
	- Quicksearch Widget
	- Search Bar IMPress Omnibar
	- IMPress Showcase Properties
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-bottom::before,
.footer-widgets::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-bottom::after,
.footer-widgets::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body { 
    background-color: #fff;
	color: #555;
	font-family: 'Georgia', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

body.custom-background,
body.no-background {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

body.no-background {
    background-image: url( images/background-default.jpg );
}

body.page-template-landing {
    background-image: none;
}

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

a {
	color: #d9a861;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a img {
	margin-bottom: -4px;
}

a:focus,
a:hover {
	color: #555;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 24px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
blockquote::before {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
}

blockquote {
	font-family: Lato, sans-serif;
	margin: 0;
	text-align: center;
}

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

	blockquote {
		margin: 40px 0 24px;
	}
}

@media only screen and (min-width: 1140px) {
	blockquote {
		margin: 40px 40px 24px;
	}
}

cite {
	display: block;
    font-family: Lato, sans-serif;
    font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 15px 0;
	text-align: center;
	text-transform: uppercase;
}

mark {
	background: #ddd;
	color: #333;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 2px solid #ddd;
	height: auto;
}

.gallery img:focus,
.gallery img:hover {
	border: 2px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 10px 0 24px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: Lato, sans-serif;
	font-size: 16px;
	padding: 14px 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

::placeholder {
	color: #999;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #6c6353;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: Lato, sans-serif;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #39342c;
	border-width: 0;
	color: #fff;
}

.button {
	display: inline-block;
}

.entry-content .button {
	margin-bottom: 12px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	padding: 6px 0;
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #ddd;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}

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

	table {
		table-layout: auto;
		word-break: normal;
	}
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	background: url(images/entry-footer.png) repeat-x bottom #fff;
	clear: both;
	margin: 0 auto;
	padding: 5%;
	width: 100%;
}

.blocks-page .site-inner {
	padding-top: 0;
}

.landing-page .site-inner {
	background-color: #fff;
	margin: 0;
	padding: 20px;
	width: 100%;
}

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

	.landing-page .site-inner {
		padding: 40px;
	}
}

/* Content - Sidebars
--------------------------------------------- */

.full-width-content .content,
.content,
.sidebar-primary,
.site-inner,
.wrap {
	width: 100%;
}

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

	.wrap {
        margin: 0 auto;
		max-width: 960px;
    }
    
    .genesis-responsive-menu > .wrap {
        width: auto;
    }

	.site-inner {
		padding: 60px 0 40px;
	}

	.landing-page .site-inner {
		margin: 40px auto;
		max-width: 820px;
	}

	.content {
		float: right;
		width: 620px;
	}

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

	.full-width-content .content {
		float: none;
		margin: 0 auto;
		width: 740px;
	}

	.sidebar-primary {
		float: right;
		width: 300px;
	}

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

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

	.wrap {
		max-width: 1140px;
	}

	.content {
		width: 740px;
	}

	.sidebar {
		width: 340px;
	}
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin: 0 24px 10px 0;
}

.alignright .avatar {
	margin: 0 0 10px 24px;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
    background-color: #e2e0dd;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 20px;
}

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

	.author-box {
		padding: 40px;
	}
}

.author-box-title {
	font-size: 20px;
	margin-bottom: 4px;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box .avatar {
	margin-right: 24px;
	max-width: 90px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 24px;
	width: 50%;
}

.site-header .search-form {
    margin: 0 auto;
    max-width: 70%;
}

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

    .site-header .search-form {
        max-width: 100%;
    }
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	line-height: 1;
}

.entry-title a {
	color: #333;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #d9a861;
}

.widget-title {
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	color: #6c6353;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 24px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
    margin-bottom: 30px;
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 6px;
}

.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 20px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	line-height: 1.2;
}

.featuredpage .widget-title {
	border-bottom: 3px solid #d9a861;
    border-top: 3px solid #d9a861;
    color: #fff;
}

/* Plugins
---------------------------------------------------------------------------- */

/* AgentPress Listings
--------------------------------------------- */

.archive .listing .entry-meta,
.single .listing .entry-meta {
	display: none;
}

.home .listing-wrap > a:first-child {
    background-color: #39342c;
}

.home .listing-price,
.home .listing-address,
.home .listing-city-state-zip,
.home .listing-wrap .more-link {
    color: #fff;
}

.property-details-col1 {
	clear: none;
	float: left;
	width: 48.717948717948715%;
}

.property-details-col2 {
	float: left;
	margin-left: 2.564102564102564%;
	width: 48.717948717948715%;
}

.property-details .clear {
	padding-top: 20px;
}

.property-details {
	background-color: #e2e0dd;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 40px;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews-widget input[type="text"],
.enews-widget input[type="email"] {
	font-style: italic;
}

.sidebar .widget.enews-widget {
	background-color: #e2e0dd;
	padding: 20px;
}

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

	.sidebar .widget.enews-widget {
		padding: 30px;
	}
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.site-header .simple-social-icons ul li {
    margin: 0 4px !important;
}

.site-header #menu-widget-wrap .simple-social-icons ul li a:focus,
.site-header #menu-widget-wrap .simple-social-icons ul li a:hover {
    background-color: #d9a861 !important;
}

/* WPForms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 24px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 16px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 14px 16px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 700;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 400;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 16px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #6c6353;
}

.site-header > .wrap {
	padding: 20px 0;
}

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

	.site-header > .wrap {
        padding: 30px 0;        
    }
    
    .wp-custom-logo .site-header > .wrap {
        padding: 10px 0;
    }
}

/* Title Area
--------------------------------------------- */

.title-area {
	padding: 12px 0;
	text-align: center;
	width: 100%;
} 

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

	.title-area {
        padding: 12px 0;
        text-align: left;
        width: 300px;
	}
}

.custom-title {
	color: #d9a861;
	font-weight: 600;
}

.wp-custom-logo .title-area {
    margin: 0 auto;
	padding: 0;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-family: Lato, sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Header Widget
--------------------------------------------- */

.site-header .widget-area {
	margin-bottom: 5px;
	margin-top: 12px;
	width: 100%;
}

.site-header .widget {
    display: block;
    margin-bottom: 0;
    text-align: center;
}

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

	.site-header .widget-area {
        clear: both;
        margin-top: 6px;
        text-align: center;
    }
}

/* Site Header Alignment
--------------------------------------------- */

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

    .site-header > .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .title-area {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .menu-widget-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto;
    }

    .wp-custom-logo .title-area {
        margin: 0;
    }

    .site-header .header-widget-area {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        text-align: right;
        width: auto;
    }

    .wp-custom-logo .site-header .header-widget-area,
    .wp-custom-logo .nav-primary {
        padding-top: 12px;
    }

    .site-header .widget {
        clear: none;
    }

    .nav-primary {
        clear: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
    }
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	color: #fff;
	display: inline-block;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 20px 16px;
	position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #d9a861;
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 12px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #6c6353;
	border: none;
	color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
	width: auto;
	padding: 17px 16px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	background-color: transparent;
	color: #d9a861;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle {
	background-color: #6c6353;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    position: relative;
    width: 100%;
	z-index: 1000;
}

.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #39342c;
	border-width: 0;
	color: #fff;
}

.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	outline: 1px solid currentColor;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.menu-toggle::before {
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: -2px;
}

.sub-menu-toggle {
	float: right;
	padding: 18px 16px;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 16px;
	top: 1px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Primary Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

.site-header .menu-toggle {
    width: auto;
}

/* Extra Menu - After Header
--------------------------------------------- */

.nav-extra {
	background-color: #6c6353;
    width: 100%;
}

/* Secondary Menu - Footer
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

.site-footer .nav-secondary a:focus,
.site-footer .nav-secondary a:hover {
    border-bottom: none;
    text-decoration: none;
}

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

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu .sub-menu a {
		padding: 17px 12px;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #39342c;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		padding-left: 10px;
		padding-right: 10px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #d9a861;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 200px;
	}
	
	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #333;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: #6c6353;
		border: 1px solid #333;
		border-top: 0;
		color: #fff;
        text-align: left;
	}

	.genesis-nav-menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu a:hover {
		background-color: #d9a861;
		color: #fff;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -57px 0 0 199px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Primary Menu & Extra Menu
	--------------------------------------------- */

	.nav-primary {
		clear: both;
        float: none;
        text-align: center;
    }
    
    .nav-extra {
		text-align: center;
		border-top: 1px solid #999;
    }
}

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

	.nav-primary {
		clear: none;
        width: auto;
        text-align: right;
    }

    .nav-primary > .wrap {
        margin: 0;
        padding: 0;
	}

    .nav-extra {
        text-align: left;
    }
}


/* Content Area
---------------------------------------------------------------------------- */

/* Home Page - Colors
--------------------------------------------- */

.home-featured .featuredpage .widget-wrap {
    background-color: #39342c;
}

.featuredpage .entry {
	font-size: 0;
}

.featuredpage .entry a.alignnone {
	display: inline-block;
	margin-bottom: 0;
}

.home-listings {
    background-color: #faf4ec;
}

.featured-content.featured-community .entry {
	margin-bottom: 0;
}

/* Community Home and Archives
--------------------------------------------- */

.home .wap-community.entry img,
.archive .wap-community.entry img {
	border: 10px solid #6c6353;
	display: inline;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.home .wap-community.entry img:focus,
.archive .wap-community.entry img:focus,
.home .wap-community.entry img:hover,
.archive .wap-community.entry img:hover {
	border: 10px solid #d9a861;
}

.home .wap-community .entry-title,
.archive .wap-community .entry-title {
	color: #555;
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
}

.wap-community.full-width-content .content {
	width: 100%;
}

.archive .wap-community.entry {
	padding: 3%;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 639px) {
	.archive .wap-community.entry {
		float: left;
		margin: 0 auto;
		padding: 3%;
		width: 50%;
	}
}

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

	.archive .wap-community.entry,
	.archive .wap-community.entry:nth-of-type(2n+2) {
		float: left;
		padding: 0;
		margin: 0 5.26315% 30px 0;
		width: 21.05263%;
	}

	.archive .wap-community.entry:nth-of-type(4n+4) {
		margin-right: 0;
	}
}

/* Search Bar
--------------------------------------------- */

.search-bar .wrap {
	background-color: #d9a861;
	padding: 30px;
}

.search-bar {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, .8);
	padding: 30px 0;
}

.search-bar .widget {
    margin-bottom: 0;
}

.search-bar form {
	text-align: center;
}

.search-bar input,
.search-bar select,
.search-bar textarea {
	font-size: 14px;
	margin: 0 5px 5px 0;
    width: auto;
    height: 50px;
}

.search-bar .property-search select {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    outline: 1px inset #fff;
	outline-offset: -1px;
}

.search-bar a {
    color: #555;
    text-decoration: underline;
}

.search-bar a:focus,
.search-bar a:hover {
    text-decoration: none;
}

.search-bar .IDX_Omnibar_Widget .widget-title {
    text-align: left;
}

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
}

.entry-content a:focus,
.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-family: Lato, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0;
	padding-top: 12px;
}

@media only screen and (max-width: 1023px) {

	.entry-footer .entry-meta {
		margin: 0 -40px;
		padding: 32px 40px 8px;
	}
}

.archive .entry-footer,
.blog .entry-footer,
.home .entry-footer,
.page-template-page_blog-php .entry-footer {
	display: none;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry .featured-image {
	margin: 40px 0;
}

a.more-link  {
	border-bottom: none;
	clear: both;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
}

a.more-link:before,
a.more-link:after {
	border-top: 1px solid #ccc;
	content: " ";
	display: inline-block;
	padding-bottom: 4px;
	width: 10%;
}

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

	a.more-link:before,
	a.more-link:after {
		width: 35%;
	}
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #ddd;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	border: 1px solid #d9a861;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.entry-comments h3,
.comment-respond h3 {
	letter-spacing: 3px;
	text-transform: uppercase;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 30px;
}

li.comment {
	border: 2px solid #f5f5f5;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/* Content Boxes
--------------------------------------------- */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-orange,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}

.content-box-blue {
	background-color: #b6bbc8;
	border: 1px solid #6d7891;
}

.content-box-gray {
	background-color: #e6e6e6;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #c1e0c1;
	border: 1px solid #339933;
}

.content-box-orange {
	background-color: #f7c99c;
	border: 1px solid #ef9339;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #f04848;
}

.content-box-yellow {
	background-color: #f4e5cf;
	border: 1px solid #d9a861;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
}

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

.sidebar .featuredpost .entry-meta {
	margin-bottom: 6px;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}

.sidebar .featuredpage .widget-title {
	display: inline-block;
	font-size: 28px;
	padding: 15px 0;
	margin: 0 auto;
}

.sidebar .widget.featuredpage {
    background-color: #39342c;
	float: none;
	min-height: 140px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}

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

	.sidebar .widget.featuredpage {
		margin-bottom: 30px;
	}
}

.sidebar .widget.featuredpage .entry {
	margin: 0;
	padding: 0;
	position: relative;
}

.sidebar .featuredpage .widget-wrap {
	padding: 35px 0;
}

.sidebar .featuredpage img.entry-image {
	left: 0;
	margin: 0;
	opacity: .1;
	position: absolute;
	top: -105px;
	width: 100%;
}

.sidebar .featuredpost img.entry-image {
	margin-bottom: 10px;
}

.sidebar .featuredpage img.entry-image {
	height: 140px;
}

.sidebar .featuredpage img:focus,
.sidebar .featuredpage img:hover {
	opacity: .2;
	-webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #d9a861;
    clear: both;
    color: #fff;
	padding: 40px 5% 16px;
}

.footer-widgets p:last-child {
	margin: 0;
}

.footer-widgets-1 {
	margin-bottom: 16px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	padding: 0;
	width: 100%;
}

.footer-widgets-2 {
	font-family: 'Georgia', serif;
	font-size: 15px;
	line-height: 1.4;
}

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

	.footer-widgets-1,
	.footer-widgets-2 {
		padding: 30px;
	}
}

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

	.footer-widgets-1,
	.footer-widgets-2 {
		width: 50%;
	}

	.footer-widgets {
		padding: 30px 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0;
	}
}

.footer-widgets a {
	border-bottom: 1px solid currentColor;
	color: currentColor;
	text-decoration: none;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	border-bottom: none;
}

.footer-widgets .widget-title {
	color: #333;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets .avatar {
	border: 4px solid #fff;
	max-width: 125px;
}

.footer-widgets .alignleft .avatar {
	margin: 4px 12px 6px 0;
}

.footer-widgets .alignright .avatar {
	margin: 4px 0 6px 12px;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #39342c;
	color: #999;
	font-family: Lato, sans-serif;
	font-size: 14px;
	padding: 10px;
	text-align: center;
}

.site-footer .widget-title {
	color: #999;
}

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

	.site-footer {
		padding: 30px 0 40px;
	}
}

.site-footer a {
	color: #999;
	font-weight: 400;
}

.site-footer a:focus,
.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	margin: 20px 0 0;
}

.footer-bottom .widget {
    margin-bottom: 16px;
}


/* IDX Broker Styles
---------------------------------------------------------------------------- */

/* Quicksearch Widget
--------------------------------------------- */

[class^='IDX-quicksearchWrapper'] {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	width: 100% !important;
}

.IDX-qsLabel label {
	display: block;
	float: none !important;
}

.IDX-qsFieldWrap {
	float: left;
	margin: 0 !important;
	text-align: left !important;
}

.IDX-qsButtonInput {
    position: relative;
    top: 27px;
}

.search-bar .IDX-qsFieldWrap {
	padding: 0;
}

.search-bar .IDX-quicksearchForm select,
.search-bar .IDX-quicksearchForm input {
	float: left;
	width: auto;
}

/* Search Bar IMPress Omnibar - Default style unchecked.
--------------------------------------------- */

.search-bar .idx-omnibar-form.idx-omnibar-extra-form .idx-omnibar-extra label {
    font-size: 14px;
    display: table;
}

.search-bar .idx-omnibar-form button {
    font-size: 16px;
    height: 50px;
    margin-top: 15px;
}

.search-bar .idx-omnibar-form input {
    margin-bottom: 5px;
}

.search-bar .idx-omnibar-form .awesomplete,
.search-bar .idx-omnibar-form button,
.search-bar .idx-omnibar-form.idx-omnibar-extra-form .awesomplete,
.search-bar .idx-omnibar-form.idx-omnibar-extra-form .idx-omnibar-extra,
.search-bar .idx-omnibar-form.idx-omnibar-extra-form button,
.search-bar .idx-omnibar-form input {
	width: 100%;
}

/* For Extra Fields on larger screens
--------------------------------------------- */

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

    .search-bar .idx-omnibar-form button {
        margin-top: 0;
    }

    .search-bar .idx-omnibar-form input {
        margin-bottom: 0;
    }

    .search-bar .idx-omnibar-form .awesomplete {
        margin-right: 0;
        width: 68%;
	}

	.search-bar .idx-omnibar-form button {
		width: 30%;
    }

    .search-bar .idx-omnibar-form,
    .search-bar .idx-omnibar-form.idx-omnibar-extra-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .search-bar .idx-omnibar-form.idx-omnibar-extra-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .search-bar .idx-omnibar-form .awesomplete,
    .search-bar .idx-omnibar-form button,
    .search-bar .idx-omnibar-form.idx-omnibar-extra-form .awesomplete,
	.search-bar .idx-omnibar-form.idx-omnibar-extra-form .idx-omnibar-extra,
	.search-bar .idx-omnibar-form.idx-omnibar-extra-form button {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .search-bar .idx-omnibar-form.idx-omnibar-extra-form .awesomplete {
        margin-top: 22px;
        width: 31%;
    }

    .search-bar .idx-omnibar-form.idx-omnibar-extra-form button {
        margin-top: 22px;
        width: auto;
    }

    .search-bar .idx-omnibar-form.idx-omnibar-extra-form input {
        width: 100%;
    }

    .search-bar .idx-omnibar-form.idx-omnibar-extra-form .idx-omnibar-extra {
        width: 12%;
    }

    .search-bar .idx-omnibar-form.idx-omnibar-extra-form .awesomplete,
    .search-bar .idx-omnibar-form.idx-omnibar-extra-form .idx-omnibar-extra {
        margin-right: 5px;
    }

}

/* IMPress Showcase Properties - Default style unchecked.
--------------------------------------------- */

.impress-showcase-property {
    background-color: #39342c;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    height: 200px;
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 340px;
}

.impress-showcase-property img {
    position: relative;
    opacity: 0.4;
}

.impress-showcase-property:focus img,
.impress-showcase-property:hover img {
    opacity: 1;
}

.impress-showcase-property .impress-price,
.impress-showcase-property .impress-address,
.impress-showcase-property .impress-beds-baths-sqft {
    color: #fff;
    position: relative;
    top: -200px;
    z-index: 10;
}

.impress-showcase-property .impress-status {
    display: none;
}

.impress-showcase-property .impress-price {
    font-size: 24px;
    font-weight: 700;
}
.impress-showcase-property .impress-street {
    display: block;
}
.impress-showcase-property:focus .impress-price,
.impress-showcase-property:focus .impress-status,
.impress-showcase-property:focus .impress-address,
.impress-showcase-property:focus .impress-beds-baths-sqft,
.impress-showcase-property:hover .impress-price,
.impress-showcase-property:hover .impress-status,
.impress-showcase-property:hover .impress-address,
.impress-showcase-property:hover .impress-beds-baths-sqft {
    opacity: 0;
}

.impress-showcase-property .impress-price,
.impress-showcase-property .impress-address,
.impress-showcase-property .impress-beds-baths-sqft {
    position: relative;
    top: -176px;
}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}
