/*
	Theme Name: Curb Appeal
	Description: Responsive real estate theme for Genesis
	Author: Agent Evolution
	Author URI: http://agentevolution.com
	Version: 1.3.5
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: real-estate, agentevolution, genesis, dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
	Text Domain: curbappeal

	Template: genesis
*/

/* =Fonts
------------------------------------------------------------

Use the genesis_meta hook to add the link to head.

Avoid using @import, it's slower.

*/


/* =Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p {
	color: #666;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

input,
button,
select,
textarea {
	font-family: arial, sans-serif;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input,
textarea {
	width: 90%;
}

textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	 -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
	      transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
	line-height: normal;
	cursor: pointer;
	margin: 3px 2px;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

select,
input[type="file"] {
	height: 30px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */

	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */

	line-height: 30px;
}

select {
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

select[multiple],
select[size] {
	height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


/* =Clearfix
------------------------------------------------------------ */

/** For modern browsers */
.wrap:before,
.wrap:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.wrap:after,
.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.wrap,
.clearfix {
    *zoom: 1;
}


/* =Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #5C78A7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* =Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* =Wrap
------------------------------------------------------------ */

#wrap {}

.wrap {
	margin: 0 auto;
}


/* =Header
------------------------------------------------------------ */

#header {
	overflow: hidden;
	width: 100%;
	min-height: 86px;
	background: url(images/bg-header.png);
}

#header .wrap {
	padding: 20px 0 8px;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 50%;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a {
	background-repeat: no-repeat;
}

#title a,
#title a:hover {
	color: #666;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 45%;
}

#header .widget-area .agent-social-icons {
	float: right;
}

#header .widget-area .agent-phone {
	display: block;
	text-align: right;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 3px;
	color: #999;
}


/* =Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area a {
	display: block;
 	width: 362px;
	height: 70px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.header-image #description {
	display: none;
}


/* =Menu Defaults
------------------------------------------------------------ */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	width: auto;
	margin: 12px 0 0;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover {
	text-decoration: none;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

li a .sf-sub-indicator {
	display: none;
}


/* =Header Right Navigation
------------------------------------------------------------ */

#header .genesis-nav-menu a {
	padding: 10px 20px;
}

#header .genesis-nav-menu li li a,
#header .genesis-nav-menu li li a:link,
#header .genesis-nav-menu li li a:visited {
	padding: 8px 12px;
	width: 170px;
}


/* =Primary Navigation
------------------------------------------------------------ */

#nav {
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	background: #6788aa; /* Old browsers */
	background: -moz-linear-gradient(top, #6788aa 0%, #133373 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6788aa), color-stop(100%,#133373)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6788aa 0%,#133373 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6788aa 0%,#133373 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6788aa 0%,#133373 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6788aa 0%,#133373 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6788aa', endColorstr='#133373',GradientType=0 ); /* IE6-9 */
}

#nav:before {
	border-bottom: 1px solid #6f92b7;
}

#nav:after {
	border-top: 1px solid #3b5e95;
}

#nav:before,
#nav:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #173675;
	display: block;
}

#nav li a {
	color: #fff;
	font-size: 18px;
	padding: 14px 15px 11px;
	font-family: 'Lato', sans-serif;
	text-shadow: 1px 1px 1px rgba(10,20,37,0.83);
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: rgba(255,255,255,0.9);
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #133373;
	border: 1px solid #3b5e95;
	border-top: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #234C9E;
}

#nav li ul {
	width: 160px;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}


/* =Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 13px 10px 9px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(../genesis/images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(../genesis/images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* =Subnav
------------------------------------------------------------ */

#subnav {
	background: #ae9f88; /* Old browsers */
	background: -moz-linear-gradient(top, #ae9f88 0%, #776854 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae9f88), color-stop(100%,#776854)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ae9f88 0%,#776854 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ae9f88 0%,#776854 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ae9f88 0%,#776854 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ae9f88 0%,#776854 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae9f88', endColorstr='#776854',GradientType=0 ); /* IE6-9 */	
	clear: both;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	overflow: hidden;
}

#subnav:before,
#subnav:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

#subnav:before {
	background: #c7bba7;
	border-top: 1px solid #6f6252;
}

#subnav:after {
	background: #a19481;
	border-bottom: 1px solid #6f6252;
}

#subnav li a {
	color: #fff;
	font-size: 18px;
	padding: 14px 15px 11px;
	font-family: 'Lato', sans-serif;
	text-shadow: 1px 1px 1px #342b23;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: rgba(255,255,255,0.9);
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #776854;
	border: 1px solid #6f6252;
	border-top: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #ae9f88;
}

#subnav li ul {
	width: 160px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav .description {
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	max-width: 165px;
	line-height: 130%;
	text-align: center;
}

#subnav .has-icon a .link-title {
	vertical-align: top;
	display: inline-block;
	padding: 15px 0 0 15px;
}

#subnav .has-icon ul {
	width: 247px;
	margin-left: 25px;
}

#subnav .has-icon a {
	padding: 14px 25px 11px;
	text-align: center;
	display: inline-block;
	min-height: 60px;
}

#subnav .has-icon li a,
#subnav .has-icon li a:link,
#subnav .has-icon li a:visited {
	padding: 15px 0;
	width: 100%;
	font-size: 18px;
	min-height: 0;
}

#subnav .has-icon .sub-menu li,
#subnav .has-icon .sub-menu a {
	float: none;
}

#subnav .has-icon ul ul {
	margin: -53px 0 0 248px;
}


/* == Subnav items with an icon and description == */

#subnav .link-text {
	display: inline-block;
}

#subnav .has-icon.has-description .icon {
	vertical-align: top;
}

#subnav .has-description .link-text .link-title {
	padding-top: 5px;
}

#subnav .link-text .description {
	padding-left: 15px;
}

/* == Description only == */

#subnav .has-description.no-icon a {
	text-align: center;
}

#subnav .has-description.no-icon li a {
	text-align: left;
}


/* =Inner
------------------------------------------------------------ */

#inner {
	margin: 20px auto;
	overflow: hidden;
	width: 100%;
}

.custom-home-page #inner > .wrap {
	width: 100%;
}

.custom-home-page #inner {
	margin-top: 0;
}


/* =Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* =Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* =Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
}


/* =Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 70.49367%; /* 470/790 */
}

.full-width-content #content {
	width: 100%;
}

.sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* =Home Top
------------------------------------------------------------ */

.home-top {
	background-image: url(images/home-featured-default.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 301px;
}

.home-top .dsidx-widget-search,
.home-top .widget {
	background: rgba(255,255,255,0.75);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.74);
	width: 305px;
	margin-top: 22px;
	float: right;
	margin-bottom: 20px;
	padding: 12px;
}

.home-top .widgettitle {
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 22px;
}

.dsidx-search-widget th {
	background: transparent;
}

.dsidx-widget-search td input,
.dsidx-widget-search td select {
	margin-bottom: 0;
}


/* =Home Middle
------------------------------------------------------------ */

.home-middle {
	padding: 30px 0 20px;
	background: #e9e9e9;
}

.home-middle .listing-wrap {
	width: 250px;
	margin: 0 34px 15px 0;
}


/* =Home Bottom
------------------------------------------------------------ */

.home-bottom {
	padding: 32px 0 15px;
	border-top: 1px solid #c7c7c7;
}


/* =Home Bottom Left
------------------------------------------------------------ */

.home .home-bottom-left {
	margin-bottom: 0;
}

.home-bottom-left .widget,
#content .home-bottom-left .featuredpost {
	margin-bottom: 30px;
}

.home-bottom-left .widget:last-child {
	margin-bottom: 0;
}

.home-bottom-left ul li {
	list-style: none;
	font-size: 16px;
}


/* =Home Bottom Right
------------------------------------------------------------ */

.home-bottom-right .widget {
	margin-bottom: 30px;
}

.home-bottom-right .widget:last-child {
	margin-bottom: 0;
}


/* =dsIDXpress - Results
------------------------------------------------------------ */

#dsidx-listings li hr {
	display: none;
}

.dsidx-sorting-control select {
	margin-bottom: 0;
}



/* =Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* =Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* =Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
}

h1.entry-title {
	font-size: 28px;
}

h1.entry-title,
.archive .post h2 a,
.page-template-page_blog-php .post h2 a {
	border-left: 5px solid #5c78a7;
	line-height: 100%;
	padding-left: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #f6f6f6;
	border-bottom: 1px solid #767676;
	line-height: 100%;
	font-size: 20px;
	margin: 0 0 18px;
	padding: 0 0 3px 0;
	font-weight: 300;
	text-transform: capitalize;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.home-bottom-left .widgettitle,
.home-bottom-right .widgettitle,
.home-middle .widgettitle {
	font-size: 24px;
	text-transform: uppercase;
	border-left: 5px solid #5c78a7;
	padding-left: 10px;
	line-height: 100%;
	margin-bottom: 16px;
}

.home-bottom-left .widgettitle,
.home-bottom-right .widgettitle {
	border-color: #aa9f8f;
}


/* =Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* =Post Info
------------------------------------------------------------ */

.post-info {
	margin: 5px 0;
}


/* =Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: whiteSmoke;
	clear: both;
	font-size: 12px;
	padding: 7px 0 5px;
	text-transform: uppercase;
	width: 100%;
	text-indent: 10px;
	overflow: hidden;
}


/* =Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* =Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* =Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* =Images
------------------------------------------------------------ */

img {
	height: auto;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
	display: inline-block;
}

.widget.featuredpost a img {
	padding: 4px;
	background: #fff;
	border: 1px solid #959595;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	border: 1px solid #ddd;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* =Sprites
------------------------------------------------------------ */

.icon,
i.icon {
	display: inline-block;
}

.icon-nav-valuation,
.icon-nav-account,
.icon-nav-email,
.icon-nav-search {
	background: url(images/nav-sprite.png) no-repeat;
	width: 67px;
	height: 55px;
}

.icon-nav-valuation {
	background-position: -80px -58px ;
	width: 36px;
}

.icon-nav-account {
	background-position: 0 -58px ;
}

.icon-nav-email {
	background-position: -71px 0;
	width: 50px;
}

.icon-nav-search {
	background-position: 0 0;
	width: 50px;
}

.agent-social-icons a {
	background-image: url(images/social-sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 5px;
}

.icon-email {
	background-position: -72px 0;
}

.icon-facebook {
	background-position: 0 -24px ;
}

.icon-google_plus {
	background-position: -47px -24px;
}

.icon-linkedin {
	background-position: -48px 0;
}

.icon-pinterest {
	background-position: -24px 0;
}

.icon-twitter {
	background-position: 0 0;
}

.icon-youtube {
	background-position: -24px -24px ;
}

.icon-small-search,
.icon-small-address,
.icon-small-advanced,
.icon-small-browse,
.icon-small-map {
	background: url(images/icon-sprite.png) no-repeat;
	width: 21px;
	height: 21px;
	float: left;
	clear: left;
	margin-right: 15px;
}

.icon-small-search {
	background-position: -53px 0;
}

.icon-small-address {
	background-position: -27px -26px ;
}

.icon-small-advanced {
	background-position: -1px -27px ;
}

.icon-small-browse {
	background-position: -29px 0;
}

.icon-small-map {
	background-position: 0 0;
}

.menu .small-search a,
.menu .small-advanced a,
.menu .small-map a,
.menu .small-address a,
.menu .small-browse a {
	display: block;
	line-height: 120%;
}


/* =Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* =Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 25.25%; /* 300/960 */
	overflow: hidden;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 15px;
	padding: 0px 0px 20px;
	clear: left;
}

.sidebar .widgettitle {
	border-left: 5px solid #aa9f8f;
	padding-left: 14px;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 100%;
}

.widget-area .textwidget {

}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* =Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* =Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline-block;
	font-size: 12px;
	margin: 10px 10px 0 0;
	padding: 3px;
	width: 70%;
	height: 30px;
}

/* =Featured Page / Post
------------------------------------------------------------ */

#content .featuredpage,
#content .featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

#content .featuredpage .page,
#content .featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* =User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* =Buttons
------------------------------------------------------------ */

/* Base Button Styling */
div.gform_footer input.button,
input[type="submit"],
input[type="button"],
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
.listing-wrap .more-link,
#submit,
.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 14px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	*line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
}

.btn-nil {
	color: #333 !important;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-nil:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn-nil:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn-large {
	padding: 9px 14px;
	font-size: 16px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-small {
	padding: 3px 9px;
	font-size: 12px;
	line-height: 18px;
}

.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 17px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

div.gform_footer input.button,
input[type="submit"],
input[type="button"],
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit,
.btn-primary,
.btn-primary:visited,
.listing-wrap .more-link,
.listing-wrap .more-link:visited {
	color: #ffffff;
	background: #6788AA; /* Old browsers */
	background: -moz-linear-gradient(top, #6788AA 0%, #133373 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6788AA), color-stop(100%,#133373)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6788AA 0%,#133373 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6788AA 0%,#133373 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6788AA 0%,#133373 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6788AA 0%,#133373 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6788AA', endColorstr='#133373',GradientType=0 ); /* IE6-9 */
	border: 1px solid #173675;
	box-shadow: 0 0 2px #597ca9 inset;
	text-shadow: 0px -1px #005297;
	text-decoration: none;
}

input.btn-alt,
.btn-alt,
.btn-alt:visited {
	color: #ffffff;
	text-shadow: 0px -1px #342b23;
	background: #ae9f88; /* Old browsers */
	background: -moz-linear-gradient(top, #ae9f88 0%, #776854 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae9f88), color-stop(100%,#776854)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ae9f88 0%,#776854 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ae9f88 0%,#776854 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ae9f88 0%,#776854 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ae9f88 0%,#776854 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae9f88', endColorstr='#776854',GradientType=0 ); /* IE6-9 */	
}

input.btn-alt,
.btn-alt {
	box-shadow: 0 0 2px #a19481 inset;
	border: 1px solid #6f6252;
}

div.gform_footer input.button:hover,
input[type="submit"]:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover,
.btn-alt:hover,
.btn-primary:hover {
	text-decoration: none;
}


/* =Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 0px;
}

body .searchsubmit {
	margin-bottom: 5px;
}

.sidebar .searchsubmit {
	margin-left: 0;
}

.sidebar .s {
	width: 94%;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 5px 0;
	padding: 4px 5px;
	width: 195px;
}


/* =eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 0px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* =Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* =Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	overflow: hidden;
	width: 100%;
	background: #424242;
	padding: 26px 0;
	font-size: 12px;
	border-bottom: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets .widget-area {
	float: left;
	padding-left: 3%;
	width: 31.33%;
}

#footer-widgets .widget-area.footer-widgets-1 {
	padding-left: 0;
}

#footer-widgets,
#footer-widgets p,
#footer-widgets h2 a,
#footer-widgets a {
	color: #f6f6f6;
}

#footer-widgets p {
	font-size: 12px;
}

#footer-widgets .post h2 a {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
}

#footer-widgets .post p {
	font-size: 11px;
	line-height: 160%;
}

#footer-widgets img {
	border: 1px solid #959595;
}

#footer-widgets .menu {
	margin-left: 0;
}

#footer-widgets .menu li {
	list-style: none;
}

#footer-widgets .menu li a {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	display: inline-block;
}


/* =Footer
------------------------------------------------------------ */

#footer {
	overflow: hidden;
	width: 100%;
	padding: 12px 0;
}

#footer-right {
	text-align: right;
}

#footer-disclaimer {
	text-align: center;
}

#footer,
#footer p,
#footer a,
.dsidx-standalone-disclaimer p {
	font-size: 11px;
	color: #666;
}

.dsidx-standalone-disclaimer p {
	text-align: center;
}


/* =Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 97%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* =Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
	max-width: 94% !important; 
}

.gform_wrapper .ginput_complex .ginput_right input,
.gform_wrapper .ginput_complex .ginput_right select {
	max-width: 94% !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Property Listings
------------------------------------------------------------ */

.property-details {
	background-color: #f5f5f5;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 15px 20px 0;
}

.property-details-col1,
.property-details-col2 {
	float: left;
	margin: 0;
	padding: 0 0 15px;
	width: 50%;
}

iframe {
	margin: 0 0 30px;
}


/* Featured Listings
------------------------------------------------------------ */

.listing-wrap {
	float: left;
	font-size: 12px;
	margin: 0 10px 45px;
	position: relative;
	width: 290px;
}

.post-type-archive-listing .listing-wrap {
	width: auto;
	margin: 20px 0;
}

.post-type-archive-listing .listing-wrap a img {
	width: auto;
}

.listing-wrap a img {
	margin: 0 0 10px;
	padding: 4px;
	background: #fff;
	border: 1px solid #959595;
}

.listing-price {
	background: #133373;
	clear: both;
	color: #fff;
	font-size: 16px;
	left: 5px;
	padding: 10px;
	position: absolute;
	top: 5px;
}

.listing-text {
	background: #fff;
	clear: both;
	font-size: 12px;
	padding: 5px 10px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.post-type-archive-listing .listing-text {
	right: -5px;
}

.listing-address,
.listing-city-state-zip {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
	font-family: 'Lato', arial, sans-serif;
	text-transform: uppercase;
}

.listing-city-state-zip {
	margin: 0 0 10px;
}

.listing-wrap .more-link {
	margin: 0 auto;
	display: block;
	width: 80px;
}


/* =Communities Template / Masonry Defaults
------------------------------------------------------------ */

.masonry-item {
	width: 280px;
	margin: 10px;
	float: left;
	padding: 9px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #ddd;
}

.masonry-item a img {
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.masonry-item h2 a {
	text-decoration: none;
	font-size: 24px;
	line-height: 100%;
}


/* =Misc
------------------------------------------------------------ */

.ie-only {
	display: none;
	*display: inline-block;
}

span.required {
	color: #790000;
}


/* =Media Queries
------------------------------------------------------------ */

/** 
for setting max-width on images without
the max-width property being picked up by
IE 8 and below. (Avoid IE8 max width bug)
*/
@media (max-width: 3000px) {
	img {
		max-width: 100%;
	}

	.home-middle .listing-wrap a img {
		max-width: 240px;
		max-height: 175px;
	}
}

/* Large desktop */
@media (min-width: 1200px) {

	.wrap {
		width: 1140px;
	}

	#subnav ul .first-item a {
		padding-left: 5px;
	}

	#subnav ul .first-item .sub-menu {
		margin-left: 5px;
	}
}

/* Desktop to Large Desktop */
@media (min-width: 979px) and (max-width: 1200px) {
	.wrap {
		width: 960px;
	}

	#subnav .has-icon a {
		font-size: 16px;
	}

	#subnav .description {
		font-size: 11px;
	}

	#subnav .has-icon .link-text .link-title,
	#subnav .link-text .description {
		padding-left: 5px;
	}

	#subnav .has-icon a {
		padding: 14px 13px 11px;
	}
}

@media (max-width: 979px) {

	.post-type-archive-listing .listing-wrap a img {
		max-width: 96%;
	}

	.post-type-archive-listing .listing-text {
		right: 3%;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 767px) and (max-width: 979px) {
	#header #title-area {
		width: 70%;
	}
	#header .widget-area {
		width: 30%;
	}
	.wrap {
		width: 724px;
	}

	.post-type-archive-listing .listing-text {
		right: 4px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}

	.wrap {
		width: 96%;
	}

	#header .widget-area,
	#header #title-area,
	#content-sidebar-wrap #content,
	#content-sidebar-wrap .sidebar,
	#footer-widgets .widget-area {
		width: 100%;
	}

	#header .wrap {
		padding-bottom: 20px;
	}

	.header-image #title a {
		margin: 0 auto;
	}

	#header #title a,
	#header #description {
		text-align: center;
		display: block;
	}

	.header-image #header #description {
		display: none;
	}

	#header .widget-area {
		float: left;
	}

	#header .genesis-nav-menu {
		float: none;
	}

	#header .widget-area .agent-phone {
		text-align: center;
	}

	#header .widget-area .agent-social-icons {
		margin: 0 auto;
		float: none;
		max-width: 180px;
	}

	#footer-widgets .widget-area {
		float: none;
		padding: 0;
		clear: both;
		margin-bottom: 20px;
	}

	#footer-left,
	#footer-right {
		text-align: center;
	}
}

@media (max-width: 600px) {

	#subnav .has-icon a .link-title,
	#subnav .description {
		display: none;
	}

	#subnav .has-icon a {
		padding: 14px 15px 11px;
	}

	#subnav .has-icon .sub-menu {
		display: none !important;
		visibility: hidden !important;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {	

	.header-image #title a {
		background-size: 88%;
		width: 100% !important;
	}

	#header .widget-area .agent-phone {
		margin-bottom: 15px;
	}

	.home-top .widget {
		margin: 20px auto;
		float: none;
	}
}

/* Portrait iPhone */
@media (max-width: 320px) {	

	#subnav .has-icon a {
		padding: 14px 10px 11px;
	}
}