/*
	Theme Name: Curb Appeal Evolved
	Description: Responsive theme for Genesis
	Author: Agent Evolution
	Author URI: http://agentevolution.com
	Version: 1.0.4
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, green, red, purple, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options
	Text Domain: curb-appeal-evolved

	Template: genesis
	Template Version: 2.1.1
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

body,
.site-container {
	background: #fff;
	color: #5e5e5e;
}

body,
p {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

h1,
h2,
h2 a,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
}

blockquote,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
   background-color: #FFFFFF;
   color: #666;
}

cite {
	font-style: normal;
}

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: 'Lato', 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"] {
	background-color: #FFFFFF;
	display: inline-block;
	margin-bottom: 5px;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

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 {
	outline: 0;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
	-moz-box-shadow:    inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
	box-shadow:         inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 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;
	line-height: 30px;
}

select {
	border: 1px solid #DADADA;
	padding: 4px 4px;
	width: 100%;
	background-color: #fff;
}

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;
}

iframe {
	max-width: 100%;
	display: block;
}

/* iphone/webkit font fix */
html,
html a {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);,51,0.2);
}

/* apply a natural box layout model */
.btn,
.btn-block { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

::-moz-selection {
	background: #759f4a;
	color: #fff;
}

::selection {
	background: #759f4a;
	color: #fff;
}


/* =Hyperlinks
------------------------------------------------------------ */

a {
	color: #7ed900;
	text-decoration: none;
}
 
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
nav.nav-secondary i {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition:    all 0.15s ease-in-out;
	-ms-transition:     all 0.15s ease-in-out;
	-o-transition:      all 0.15s ease-in-out;
	transition:         all 0.15s ease-in-out;
}

a.more-link:hover {
color: #295082 !important;
}
/* =Wrap
------------------------------------------------------------ */

.boxed-layout .site-container {
	max-width: 1180px;
	margin: 0 auto;
}

.boxed-layout body {
	background-repeat: repeat;
}

.wrap,
.site-inner,
.home .site-inner .wrap{
	margin: 0 auto;
	width: 100%;
}

.site-inner .wrap,
.top-header .wrap,
header .wrap,
nav .wrap,
.welcome .wrap,
.home-middle .wrap,
.footer-widgets .wrap,
footer .wrap {
	max-width: 1200px;
}

.ma-sem img {margin: 10px 10px 0 0;}
#text-20 {
  padding: 10px;
  border: 3px solid #fff;
}

.custom-home-page .site-inner > .wrap {
	width: 100%;
	max-width: 100%;
}

.site-inner {
	border-top: 1px solid #eaeaea;
	/*padding: 20px 0;*/
	padding: 0;
}

.home .site-inner {
	border-top: none;
	padding: 0;
}


/* =Top Header
------------------------------------------------------------ */


.top-header {
	background: #e9e9e9;
	padding: 2px 0;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.top-header a,
.top-header a[class*="fa-"] {
	color: #666;
	font-size: 12px;
}

.top-header a:hover {
	text-decoration: none;
}

.top-header .agent-phone-wrap,
.top-header .agent-email-wrap {
	display: inline-block;
}

.top-header-left {
	width: 45%;
	float: left;
}

.top-header-right {
	width: 45%;
	float: right;
	text-align: right;
}

.top-header .agent-social-icons a {
	float: none;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 0 10px;
}

/* =Header
------------------------------------------------------------ */

header.site-header {
	overflow: hidden;
	width: 100%;
}

header.site-header .wrap {
	margin: 1px auto;
	min-height: 76px;
}

.title-area {
	float: left;
	width: 48.717948717948715%;
	padding-top: 15px;
}

.site-title {
	margin: 5px 0;
}

h1.site-title,
.site-title a {
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
}

.site-description,
.site-description p {
	display: none;
}

header .widget-area {
	float: right;
	margin: 0;
	line-height: 20px;
	text-align: right;
	width: 48.717948717948715%;
}

header .widget-area a,
header .widget-area i {
	color: #999;
}


/* =Image Header - Partial Width
------------------------------------------------------------ */

.header-image .site-title {
	border: none;
	padding: 0;
}

.header-image .title-area a {
	display: block;
	width: 100%;
	max-width: 100%;
	background-size: contain;
	height: 34px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}

.header-image .site-description {
	display: none;
}

.header-image .site-title a {
	margin: 0 auto;
}


/* =Nav Globals
------------------------------------------------------------ */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	/*position: relative;*/
	text-align: left;
}

.genesis-nav-menu li[class*="fa-"]:before,
.widget_nav_menu li[class*="fa-"]:before {
	content: "";
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	background: #759f4a;
	color: #fff;
}

.genesis-nav-menu .menu-item-has-children:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #fff;
	float: right;
	margin-right: 0;
	margin-top: -11px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"]:hover {
	color: #fff;
	background: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 200;
}

.genesis-nav-menu .sub-menu a {
	color: #fff;
	background-color: #759f4a;
	font-size: 14px;
	font-weight: 400;
	padding: 2px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}


/* =Primary Menu
------------------------------------------------------------ */

nav.nav-primary {
	background: #759f4a;
}

nav.nav-primary a,
nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"] {
	padding: 2px 39px;
	background: #759f4a;
	color: #fff;
}

nav.nav-primary i[class*="fa-"] {
	color: #fff;
	margin-right: 10px;
}

nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"]:hover,
nav.nav-primary .genesis-nav-menu a:hover i[class*="fa-"] {
	color: #759f4a;
}

nav.nav-primary .genesis-nav-menu .menu-item-has-children:after {
	float: right;
	margin-right: 20px;
	margin-top: -31px;
}


/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	width: 100%;
	padding: 5px;
	cursor: pointer;
	display: none;
	background: #759f4a;
}

#responsive-menu-icon:before {
	color: #fff;
	content: "\f0c9";
	font: normal 24px/1 'FontAwesome';
	display: block;
	text-align: center;
}


/* =Secondary Menu
------------------------------------------------------------ */

nav.nav-secondary {
	padding: 25px 0;
	position: relative;
}

.home nav.nav-secondary {
	padding: 0;
	top: -45px;
	z-index: 100;
}

nav.nav-secondary .genesis-nav-menu {
	overflow: hidden;
}

nav.nav-secondary .genesis-nav-menu .menu-item-has-children:after {
	content: "";
}

nav.nav-secondary .genesis-nav-menu .menu-item {
	float: left;
	width: 24%;
	margin-right: 5px;
	text-align: center;
	color: #fff;
}

nav.nav-secondary .genesis-nav-menu li:nth-child(4) {
	margin-right: 0;
}

nav.nav-secondary a,
nav.nav-secondary a:hover {
	padding: 5px;
	color: #fff;
}

nav.nav-secondary .current-menu-item > a {
	color: #fff !important;
}

nav.nav-secondary i[class*="fa-"] {
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 10px;
	color: #fff;
}

nav.nav-secondary a:hover i[class*="fa-"] {
	font-size: 70px;
}

nav.nav-secondary .genesis-nav-menu li:nth-child(1) a {
	background: #be5353;
}

nav.nav-secondary .genesis-nav-menu li:nth-child(2) a {
	background: #8d759a;
}

nav.nav-secondary .genesis-nav-menu li:nth-child(3) a {
	background: #759f4a;
}

nav.nav-secondary .genesis-nav-menu li:nth-child(4) a {
	background: #5a6ca7;
}

nav.nav-secondary .link-title {
	font-size: 18px;
	line-height: 22px;
	display: block;
}

nav.nav-secondary .description {
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
}

.hide-subnav nav.nav-secondary {
	display: none;
}

/* =Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 25px 0 15px;
	padding: 5px 10px;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb a:link {
	color: #666;
	background-color:  #F7F7F7;
}

/* =Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 20px;
	padding: 0;
}

/* =Content-Sidebar Wrap
------------------------------------------------------------ */

.home .content-sidebar-wrap {margin-top: 0;}

.content-sidebar-wrap {
	float: left;
	width: 100%;
	margin-top: 15px;
}

/* =Content
------------------------------------------------------------ */

.content {
	float: left;
	width: 70.175438596%;
}

.full-width-content .content {
	width: 100%;
}

.sidebar-content .content {
	float: right;
}

.entry-content blockquote,
.entry-content blockquote.easy_testimonial {
	margin: 5px 0px 20px;
	padding: 20px 20px 5px 90px;
	background: #f4f4f4;
	position: relative;
}

.entry-content blockquote:before {
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 60px;
	color: #e0e0e0;
	position: absolute;
	top: 30px;
	left: 20px;
}

blockquote p {
	font-style: italic;
}

blockquote cite {
	font-weight: 700;
	color: #666;
}

.post {
	margin: 20px 0 20px;
}

a.post-edit-link,
a.entry-author-link {
	color: #777777;
}

.entry-content {
	overflow: hidden;
	padding: 0 0 15px;
}
.entry-content a {
    color: #bf3f6e !important;
font-weight: 700;
}
.entry-content p {
	line-height: 26px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eaeaea;
	clear: both;
	margin: 0 0 15px;
}

.logged-in-as a {
	color: #666;
}

.entry-footer .entry-meta {
	color: #666;
}

.entry-content a.more-link,
.entry-comments-link, 
.entry-comments-link a {
	color: #759f4a;
}


/* =Home page Slider
------------------------------------------------------------ */
.home-static-image .slider {
	background-image: url(images/blank.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.home-static-image .slider .wrap {
	min-height: 400px;
}

.slider .wrap {
	position: relative;
}

a.ls-nav-prev,
a.ls-nav-next {
	display: block !important;
	visibility: visible;
	position: absolute;
	top: 47%;
	z-index: 200;
	background: #fff;
	background: rgba(255,255,255,0.7);
	padding: 15px 5px 13px !important;
	text-decoration: none;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.ls-nav-next {
	right: -3px;
}

.ls-nav-prev {
	left: -3px;
}

.ls-nav-prev:before,
.ls-nav-next:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	font-size: 35px;
	color: #999;
}

.ls-nav-prev:before{
	content: "\f053";
}

.ls-nav-next:before {
	content: "\f054";
}

.home .soliloquy-container .soliloquy-image {
	width: 100%;
}

.home .slider > .wrap {
	max-width: 1193px;
}


/* =Home page Vertical Search
------------------------------------------------------------ */

.vertical-search {
	position: absolute;
	right: 0;
	top: 30px;
	width: 25%;
	z-index: 10;
	background: #fff;
	background: rgba(255,255,255,0.8);
	box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	padding: 20px 25px;
}

.vertical-search h4.widget-title {
	font-size: 22px;
	font-weight: 400;
}


/* =Home page Horizontal Search
------------------------------------------------------------ */

/*.horizontal-search {
    position: absolute;
    right: 19%;
    top: 19%;
    width: auto;
    max-width: 336px;
    z-index: 10;
    background: #fff;
    background: rgba(255,255,255,0.8);
    box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 100;
    height: 230px;
}*/
.horizontal-search {
    width: 100%;
    padding: 25px;
    margin: 5px auto 0;
background: #666;
color: #fff;
}
div#text-31 {
    max-width: 1200px;
    margin: 0 auto;
}
/*.contact-ph, .contact-em {
    width: 50%;
    float: left;
}*/
.contact-bed, .contact-bath {
    width: 50%;
    float: left;
}
.ajax-loader {
    display: none;
}

.horizontal-search h4.widget-title {
	font-size: 22px;
	font-weight: 400;
color: #fff !important;
	margin: 0 0 5px !important;
    line-height: 32px !Important;
}

.horizontal-search .listings-search h4.widget-title,
.horizontal-search .widget.listings-search select,
.horizontal-search .widget.listings-search .btn-search {
	float: left;
	width: 17%;
	margin-right: 2.564102564102564%;
}

.horizontal-search .widget.listings-search .btn-search {
	float: left;
	clear: none;
	margin-right: 0;
	width: 21%;
}

.horizontal-search .widget.listings-search .searchsubmit {
	margin-bottom: 0;
}


/* =Home Middle
------------------------------------------------------------ */

.home-middle {
	padding: 40px 0;
	background: #e9e9e9;
}


/* =Home Bottom
------------------------------------------------------------ */

.home-bottom {
	padding: 40px 0;
}

.home-bottom .featuredpost article,
.home-bottom div.featuredpage {
	float: left;
	width: 48.717948717948715%;
	margin: 0 0 20px 2.564102564102564%;
}

.home-bottom .featuredpost article:nth-child(even),
.home-bottom div.featuredpage:nth-child(even) {
	margin-left: 0;
	clear: both;
}

.home-bottom .entry-header {
	margin: 0;
}

.home-bottom a.more-link {
	display: block;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.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%;
	margin-bottom: 15px;
}

.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;
}


/* =Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
}

h1,
h2,
h2 a {
	font-size: 44px;
	line-height: 52px;
	text-transform: lowercase;
}

h1.entry-title {
    color: #5e5e5e;
    margin: 25px 0;
}

h1.entry-title a {
	text-decoration: none;
}

h2,
h2 a{
	font-size: 30px;
	line-height: 42px;
}

h2.entry-title,
h2.entry-title a {
	font-size: 30px;
	line-height: 32px;
	text-decoration: none;
	margin: 0 0 5px;
    text-transform: capitalize;
}

h2 a:hover {
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
	line-height: 24px;
}

h4.widget-title {
	font-size: 50px;
	text-transform: uppercase;
}

.home-middle h4.widget-title,
.home-bottom h4.widget-title {
	text-align: center;
	margin-bottom: 20px;
}

.home-bottom h2,
.home-bottom h2 a {
	font-size: 24px;
	line-height: 28px;
	text-transform: none;
	margin: 0 0 10px;
	text-align: center;
}

h5 {
	font-size: 18px;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}


/* =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 and Post Meta
------------------------------------------------------------ */

.entry-header {
	margin: 0 0 15px;
}

.entry-footer .entry-meta {
	background: #F7F7F7;
	color: #666;
	clear: both;
	font-size: 12px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
	width: 100%;
	overflow: hidden;
}

.entry-header .entry-meta a,
.entry-footer .entry-meta a,
.entry-footer .entry-meta p {
	color: #666;
	text-decoration: none;
}

p.entry-meta {
	font-size: 12px;
	margin-bottom: 20px;
}

.entry-footer .entry-meta,
.entry-footer .entry-meta a {
	color: #666;
}

p.form-allowed-tags {
	margin-bottom: 15px;
}

.entry-footer .entry-tags {
	margin-left: 10px;
}

.entry-meta .entry-time:before,
.entry-meta .entry-author:before,
.entry-meta .entry-comments-link:before,
.entry-meta .entry-categories:before,
.entry-meta .entry-tags:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	margin-right: 3px;
}

.entry-meta .entry-time:before {
	content: "\f073";
}

/*.entry-meta .entry-author:before {
	content: "\f007";
}*/

.entry-meta .entry-comments-link:before {
	content: "\f086";
}

.entry-meta .entry-categories:before {
	content: "\f115";
}

.entry-meta .entry-tags:before {
	content: "\f02c";
}

.entry-meta .entry-comments-link {
	float: right;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 40px 0;
	margin-bottom: 40px
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}


/* =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: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
	display: inline-block;
}

.comment-list li .avatar {
	background-color: #FFFFFF;
	float: right;
	margin: 0 5px 0 10px;
	border: 1px solid #DDD;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
}

img.alignleft,
img.pull-left {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright,
img.pull-right {
	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;
}

/* =Font awesome icons and shortcodes
------------------------------------------------------------ */

i[class*="fa-"],
a[class*="fa-"] {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666;
}


/* =Social icon/Agent Phone/Agent Email shortcodes
------------------------------------------------------------ */
.agent-social-icons a {
	float: left;
	font-size: 20px;
	margin-right: 10px;
	text-decoration: none;
}

.agent-phone-wrap i,
.agent-email-wrap i {
	margin-right: 5px;
}

a.agent-phone,
.agent-email-wrap a {
	text-decoration: none;
}


/* =Post Navigation
------------------------------------------------------------ */

.pagination {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination a,
.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	border: 1px solid #DDD;
	padding: 5px 8px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #FFFFFF;
}

/* =Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	margin: 0;
	width: 24.561403508%;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar .widget {
	background-color: #F7F7F7;
	clear: left;
	margin-bottom: 30px;
	padding: 15px;
}

.sidebar .widget-title {
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: left;
	text-align: center;
}

.sidebar .textwidget {
	padding: 5px 5px;
}

.sidebar .widget ul {
	margin-left: 22px;
}

.sidebar p {
	color: #666;
	font-size: 13px;
	line-height: 20px;
}

.sidebar p.post-meta {
	padding-bottom: 10px;
}

.sub-menu li {
	border: none;
}

.sidebar .listing-wrap {
	float: none;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	background: none;
}

/* =Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}

/* =Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: normal;
	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;
}


/* =RSS widget
------------------------------------------------------------ */

.rssSummary {
	word-break: break-word;
}


/* =Featured Page / Post
------------------------------------------------------------ */

.content .featuredpage,
.content .featuredpost {
	overflow: hidden;
}

.content .featuredpage .page,
.content .featuredpost .post {
}

.widget.featuredpost header {
}

.widget.featuredpost h2 {
}


/* =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,
.searchsubmit,
#submit,
a.btn {
	/*background-color: #a37305 !important;*/
	color: #fff !important;
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 10px 12px;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
}

a.btn-large {
	padding: 14px 24px;
	font-size: 24px;
}

a.btn-small {
	padding: 10px 20px;
	font-size: 18px;
}

a.btn-mini {
	padding: 6px 14px;
	font-size: 14px;
}

a.btn-block {
	display: block;
	width: 100%;
}

a.btn-block + a.btn-block {
	margin-top: 5px;
}

div.gform_footer input.button:hover,
input[type="submit"]:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover,
a.btn:hover {
	opacity: 0.90;
	text-decoration: none;
}

.listings-search .searchsubmit,
.listings-search .searchsubmit:hover {
	display: block;
	width: 100%;
	padding: 13px 20px 13px 50px;
	text-align: left;
	opacity: 1;
}

.listings-search .btn-search {
	position: relative;
	clear: both;
	float: none;
}

.listings-search .btn-search:before {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 28px;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
}


/* =Search Form
------------------------------------------------------------ */


/* =eNews and Update Widget
------------------------------------------------------------ */

.enews #subscribe {
	margin: 0 auto;
}

.enews #subbox {
	border: none;
	width: 100%;
}

.enews #subbutton {
	width: 100%;
}


/* =Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
	overflow: hidden;
	width: 100%;
	background: #666;
	color: #fff;
	padding: 40px 0 10px
}

.footer-widgets h4.widget-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
#text-20 h4 {
  margin-bottom: 0 !important;
}
.footer-widgets p,
.footer-widgets a,
.footer-widgets a:visited,
.footer-widgets .entry-content a.more-link {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	color: #fff;
}

.footer-widgets a {
	text-decoration: underline;
}

.footer-widgets a:hover {
	text-decoration: none;
}

.footer-widgets ul li {
	margin: 0 0 0 30px;
}

.footer-widgets .widget-area {
	float: left;
	margin-left: 5.263157894%; /* 60px / 1140px */
	margin-bottom: 40px;
	width: 29.824561403%; /* 340px / 1140px */
}

.footer-widgets .footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets a,
.footer-widgets i[class*="fa-"], 
.footer-widgets a[class*="fa-"] {
	color: #fff;
}


/* =Footer
------------------------------------------------------------ */

footer.site-footer {
	overflow: hidden;
	width: 100%;
	background: #e9e9e9;
	color: #666;
	padding: 20px 0;
	font-size: 11px;
}

footer.site-footer p,
footer.site-footer a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

footer.site-footer p {
	margin: 0;
}

footer.site-footer p {
	display: inline-block;
}

footer.site-footer .footer-right {
	text-align: right;
}

.footer-disclaimer {
	font-size: 11px;
	line-height: 13px;
	text-transform: none;
	text-align: center;
}

footer.site-footer .footer-disclaimer p,
.dsidx-standalone-disclaimer p {
	display: block;
	font-size: 11px;
	margin: 0;
}

footer.site-footer .properticons {
	font-size: 70px;
	width: 55px;
	height: 55px;
	margin-top: -8px; /* positioning until font is fixed */
}

footer.site-footer .properticons-logo-eho  {
	font-size: 67px; /* sizing until font is fixed */
}

footer.site-footer .properticons-logo-realtor:before {
	top: -5px; /* positioning until font is fixed */
	position: relative;
}


/* =Comments
------------------------------------------------------------ */

.entry-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 {
	color: #666;
}

.comment-list ol,
.ping-list ol {
	background-color: #FFFFFF;

	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;
}

.entry-comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #FFFFFF;
}

.alt,
.depth-1,
.even {
	border: 1px solid #e9e9e9;
}

/* =Gravity Forms
------------------------------------------------------------ */

.gform_body input,
.gform_wrapper input[type=text],
.gform_wrapper textarea.textarea {
	border: 1px solid #ddd;
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	border: none;
	color: #666;
	font-size: 12px;
	padding: 4px 5px;
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium {
	width: 75% !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;
}

div.gform_footer input.button {
	width: 79%;
}

/* =Communities Template / Masonry Defaults
------------------------------------------------------------ */

.entry-content .masonry {
	margin: 0 auto;
}

.masonry-item {
	background-color: #FFFFFF;
	border: 2px solid #eaeaea;
	float: left;
	margin: 0 0 20px;
	padding: 15px;
	width: 260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.masonry-item a img {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.masonry-item h2,
.masonry-item h2 a {
	font-size: 26px;
	text-decoration: none;
	text-align: center;
}
.masonry-item p {
	font-size: 13px;
	line-height: 18px;
}

.neighborhood-excerpt p {
	word-break: break-word;
}


/* =Featured page widget
------------------------------------------------------------ */

.cae-featuredpage article {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.cae-featuredpage figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.cae-featuredpage figure img,
.cae-featuredpage figure img:hover {
	width: 100%;
	max-width: 100%;
	display: block;
	position: relative;
	-webkit-backface-visibility: hidden; /* chrome bug / pixel shift on hover transition */
}

.cae-featuredpage figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.cae-featuredpage figcaption {
	background: #fff; /* old browsers */
	background: rgba(255,255,255,0.7);
	padding: 5px 10px 0;
	height: 90px;
	width: 100%;
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.no-touch .cae-featuredpage figure:hover figcaption,
.touch .cae-featuredpage figure figcaption {
	opacity: 1;
	-webkit-transform: translateY(-0px);
	-moz-transform: translateY(-0px);
	-ms-transform: translateY(-0px);
	transform: translateY(-0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cae-featuredpage h2 {
	margin-bottom: 5px;
}

.cae-featuredpage h2.entry-title a {
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
}

.cae-featuredpage .entry-header,
.cae-featuredpage .entry-content,
.cae-featuredpage .entry-content p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cae-featuredpage .entry-content p {
	font-size: 14px;
	line-height: 18px;	
}

.cae-featuredpage .entry-content a.more-link {
	text-decoration: underline;
}

.cae-featuredpage .entry-content a.more-link:hover {
	text-decoration: none;
}

.sidebar .cae-featuredpage figcaption {
	height: 100px
}

.sidebar .cae-featuredpage .entry-content p {
	font-size: 12px;
}


/* =WP Listings
------------------------------------------------------------ */

.widget-area .widget .listing-wrap span.listing-status {
	top: 21px;
}

.widget-area .widget .listing-wrap span.listing-status.active,
.widget-area .widget .listing-wrap .listing-thumb-meta span.listing-price {
	background: #759f4a;
	background: rgba(117, 159, 74, 0.8);
}

.widget-area .widget .listing-wrap span.listing-status.sold {
	background: #be5353;
	background: rgba(190, 83, 83, 0.8);
}

.widget-area .widget .listing-wrap span.listing-open-house {
	background: #be5353;
}

.widget-area .widget .listing-widget-details {
	border-radius: 0;
}

.widget .listing-widget-details p.listing-address {
	line-height: 1;
}


/* =WP Listings Scroller widget
------------------------------------------------------------ */

.cae-wplistings-featured-listings-scroller .listing-wrap {
	margin: 0 0 10px;
}

.cae-wplistings-featured-listings-scroller .owl-item .listing {
	margin: 0 8px;
}

.cae-wplistings-featured-listings-scroller .owl-buttons {
	text-align: center;
}

.cae-wplistings-featured-listings-scroller .owl-prev,
.cae-wplistings-featured-listings-scroller .owl-next {
	display: inline-block;
	font-size: 40px;
	margin: 0 6px;
}

.cae-wplistings-featured-listings-scroller .owl-prev i[class*="fa-"],
.cae-wplistings-featured-listings-scroller .owl-next i[class*="fa-"] {
	color: #ccc;
}


/* =AgentPress Listings
------------------------------------------------------------ */

.home-middle .featured-listings .listing,
.agentpress-archive .listing {
	float: left;
	width: 23.076923076923077%;
	margin-right: 2.564102564102564%;
	position: relative;
}

.home-middle .featured-listings .listing:last-child {
	margin-right: 0;
}

.agentpress-archive .listing {
	margin-right: 0;
	margin-left: 2.564102564102564%;
}

.agentpress-archive .listing:nth-child(4n-7) {
	margin-left: 0;
}

.home-middle .featured-listings .listing .listing-price,
.agentpress-archive .listing .listing-price {
	position: absolute;
	background: #fff;
	padding: 5px 8px;
	top: 0;
	left: 0;
}

.home-middle .featured-listings .listing .more-link,
.agentpress-archive .listing .more-link {
	display: none;
}

.home-middle .featured-listings .listing .listing-address,
.home-middle .featured-listings .listing .listing-city-state-zip,
.agentpress-archive .listing .listing-address,
.agentpress-archive .listing .listing-city-state-zip {
	text-align: center;
	display: block;
}

.agentpress-single .property-details {
	background-color: #f5f5f5;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 15px 20px 0;
}

.agentpress-single .property-details-col1,
.agentpress-single .property-details-col2 {
	float: left;
	margin: 0;
	padding: 0 0 15px;
	width: 50%;
}


/* =Icon box shortcodes
------------------------------------------------------------ */

.ae-iconbox {
	position: relative;
	margin: 10px 0 10px;
}

.ae-iconbox i[class*="fa-"],
.ae-iconbox a i[class*="fa-"] {
	color: #759f4a;
	margin-bottom: 10px;
}

.ae-iconbox h4,
.ae-iconbox h4 a {
	margin: 0 0 10px;
	text-decoration: none;
}

.ae-iconbox h4 a:hover {
	color: #666;
}

.ae-iconbox p {
	line-height: 22px;
}

.ae-iconbox i,
.ae-iconbox a {
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	transition: all 300ms linear;
}

.ae-iconbox.type-1 {
	padding-left: 100px;
}

.ae-iconbox.type-1 i {
	position: absolute;
	font-size: 73px;
	top: 0;
	left: 0;
}

.ae-iconbox.type-2 {
	padding-left: 105px;
}

.ae-iconbox.type-2 .icon {
	text-align: center;
}

.ae-iconbox.type-2 i {
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 38px;
	line-height: 80px;
	width: 80px;
	height: 80px;
	background: #759f4a;
	border-radius: 80px;
}

.ae-iconbox.type-2 i[class*="fa-"],
.ae-iconbox.type-2 a i[class*="fa-"] {
	color: #fff;
}

.ae-iconbox.type-2:hover i[class*="fa-"],
.ae-iconbox.type-2:hover a i[class*="fa-"] {
	color: #759f4a;
	background: #fff;
}

.ae-iconbox.type-3 {
	text-align: center;
}

.ae-iconbox.type-3 i {
	font-size: 40px;
	line-height: 90px;
	width: 90px;
	height: 90px;
	background: #759f4a;
	border-radius: 90px;
}

.ae-iconbox.type-3 i[class*="fa-"],
.ae-iconbox.type-3 a i[class*="fa-"] {
	color: #fff;
}

.ae-iconbox.type-3:hover i[class*="fa-"],
.ae-iconbox.type-3:hover a i[class*="fa-"] {
	color: #759f4a;
	background: #fff;
}

.ae-iconbox.type-4 {
	text-align: center;
}

.ae-iconbox.type-4 i {
	font-size: 73px;
	line-height: 90px;
	width: 90px;
	height: 90px;
}

.ae-iconbox.type-4:hover i {
	font-size: 78px;
}

.ae-iconbox.type-5 {
	padding-left: 50px;
}

.ae-iconbox.type-5 i {
	position: absolute;
	width: 30px;
	font-size: 30px;
	top: 0;
	left: 0;
}


/* =Misc
------------------------------------------------------------ */

.ie-only {
	display: none;
	*display: inline-block;
}

span.required {
	color: #790000;
}


/*  Theme Color - Blue
-----------------------------------*/
.cae-blue a,
.cae-blue .genesis-nav-menu a:hover,
.cae-blue .genesis-nav-menu .current-menu-item > a,
.cae-blue nav.nav-primary .genesis-nav-menu .current-menu-item a i[class*="fa-"],
.cae-blue .genesis-nav-menu .sub-menu a:hover,
.cae-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.cae-blue nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"]:hover,
.cae-blue nav.nav-primary .genesis-nav-menu a:hover i[class*="fa-"],
.cae-blue .entry-content a.more-link,
.cae-blue .entry-comments-link, 
.cae-blue .entry-comments-link a {
	color: #848487;

}

.cae-blue a:hover {
color: #295082;
}

.cae-blue nav.nav-primary,
.cae-blue .genesis-nav-menu a,
.cae-blue .genesis-nav-menu .sub-menu a,
.cae-blue nav.nav-primary a,
.cae-blue nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"],
.cae-blue #responsive-menu-icon,
.cae-blue div.gform_footer input.button,
.cae-blue input[type="submit"],
.cae-blue input[type="button"],
.cae-blue .enews #subbutton,
.cae-blue .reply a,
.cae-blue .searchsubmit,
.cae-blue #submit,
.cae-blue a.btn {
	background: #848484;
}

.cae-blue ::-moz-selection {
	background: #102C4F;
	color: #fff;
}

.cae-blue ::selection {
	background: #102C4F;
	color: #fff;
}

.cae-blue .top-header a,
.cae-blue .top-header a[class*="fa-"] {
	color: #666;
}

.cae-blue h1.site-title,
.cae-blue .site-title a {
	color: #000;
}

.cae-blue nav.nav-secondary a,
.cae-blue nav.nav-secondary a:hover,
.cae-blue nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"] i[class*="fa-"],
.cae-blue .footer-widgets a,
.cae-blue .footer-widgets a.more-link {
	color: #fff;
}

.cae-blue .genesis-nav-menu a:hover,
.cae-blue .genesis-nav-menu .current-menu-item > a,
.cae-blue .genesis-nav-menu .sub-menu a:hover,
.cae-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.cae-blue nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"]:hover {
	background: #fff;
}


/*  Theme Color - Red
-----------------------------------*/
.cae-red a,
.cae-red .genesis-nav-menu a:hover,
.cae-red .genesis-nav-menu .current-menu-item > a,
.cae-red nav.nav-primary .genesis-nav-menu .current-menu-item a i[class*="fa-"],
.cae-red .genesis-nav-menu .sub-menu a:hover,
.cae-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.cae-red nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"]:hover,
.cae-red nav.nav-primary .genesis-nav-menu a:hover i[class*="fa-"],
.cae-red .entry-content a.more-link,
.cae-red .entry-comments-link, 
.cae-red .entry-comments-link a {
	color: #be5353;
}

.cae-red nav.nav-primary,
.cae-red .genesis-nav-menu a,
.cae-red .genesis-nav-menu .sub-menu a,
.cae-red nav.nav-primary a,
.cae-red nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"],
.cae-red #responsive-menu-icon,
.cae-red div.gform_footer input.button,
.cae-red input[type="submit"],
.cae-red input[type="button"],
.cae-red .enews #subbutton,
.cae-red .reply a,
.cae-red .searchsubmit,
.cae-red #submit,
.cae-red a.btn {
	background: #be5353;
}

.cae-red ::-moz-selection {
	background: #be5353;
	color: #fff;
}

.cae-red ::selection {
	background: #be5353;
	color: #fff;
}

.cae-red .top-header a,
.cae-red .top-header a[class*="fa-"] {
	color: #666;
}

.cae-red h1.site-title,
.cae-red .site-title a {
	color: #999;
}

.cae-red nav.nav-secondary a,
.cae-red nav.nav-secondary a:hover,
.cae-red nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"] i[class*="fa-"],
.cae-red .footer-widgets a,
.cae-red .footer-widgets a.more-link {
	color: #fff;
}

.cae-red .genesis-nav-menu a:hover,
.cae-red .genesis-nav-menu .current-menu-item > a,
.cae-red .genesis-nav-menu .sub-menu a:hover,
.cae-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.cae-red nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"]:hover {
	background: #fff;
}


/*  Theme Color - Purple
-----------------------------------*/
.cae-purple a,
.cae-purple .genesis-nav-menu a:hover,
.cae-purple .genesis-nav-menu .current-menu-item > a,
.cae-purple nav.nav-primary .genesis-nav-menu .current-menu-item a i[class*="fa-"],
.cae-purple .genesis-nav-menu .sub-menu a:hover,
.cae-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.cae-purple nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"]:hover,
.cae-purple nav.nav-primary .genesis-nav-menu a:hover i[class*="fa-"],
.cae-purple .entry-content a.more-link,
.cae-purple .entry-comments-link, 
.cae-purple .entry-comments-link a {
	color: #8d759a;
}

.cae-purple nav.nav-primary,
.cae-purple .genesis-nav-menu a,
.cae-purple .genesis-nav-menu .sub-menu a,
.cae-purple nav.nav-primary a,
.cae-purple nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"],
.cae-purple #responsive-menu-icon,
.cae-purple div.gform_footer input.button,
.cae-purple input[type="submit"],
.cae-purple input[type="button"],
.cae-purple .enews #subbutton,
.cae-purple .reply a,
.cae-purple .searchsubmit,
.cae-purple #submit,
.cae-purple a.btn {
	background: #8d759a;
}

.cae-purple ::-moz-selection {
	background: #8d759a;
	color: #fff;
}

.cae-purple ::selection {
	background: #8d759a;
	color: #fff;
}

.cae-purple .top-header a,
.cae-purple .top-header a[class*="fa-"] {
	color: #666;
}

.cae-purple h1.site-title,
.cae-purple .site-title a {
	color: #999;
}

.cae-purple nav.nav-secondary a,
.cae-purple nav.nav-secondary a:hover,
.cae-purple nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"] i[class*="fa-"],
.cae-purple .footer-widgets a,
.cae-purple .footer-widgets a.more-link {
	color: #fff;
}

.cae-purple .genesis-nav-menu a:hover,
.cae-purple .genesis-nav-menu .current-menu-item > a,
.cae-purple .genesis-nav-menu .sub-menu a:hover,
.cae-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.cae-purple nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"]:hover {
	background: #fff;
}


/* =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%;
	}
}

/* Large desktop */
@media (min-width: 1200px) {
	.site-inner .wrap,
	.top-header .wrap,
	header .wrap,
	nav .wrap,
	.home-middle .wrap,
	.home-bottom .wrap,
	.footer-widgets .wrap,
	footer .wrap {

	}
}
/* Desktop to Large Desktop */
@media (min-width: 979px) and (max-width: 1200px) {
	.site-inner .wrap,
	.top-header .wrap,
	header.site-header .wrap,
	nav .wrap,
	.home-middle .wrap,
	.home-bottom .wrap,
	.footer-widgets .wrap,
	footer.site-footer .wrap {
		max-width: 960px;
	}
	.boxed-layout .site-container {
		max-width: 1000px;
	}
	.genesis-nav-menu a {
		padding: 32px 16px;
	}
	.home-slider .vertical-search,
	.home-static-image .vertical-search {
		width: 35%;
		right: 50px;
	}
	.home-slider .vertical-search .widget.listings-search select {
		float: left;
		width: 48%;
		margin: 0 1% 10px;
	}
	.horizontal-search {
		top: 30%;
	}
	.horizontal-search .widget.listings-search form {	
		float: left;
		width: 80%
	}
	.horizontal-search .widget.listings-search select,
	.horizontal-search .widget.listings-search .btn-search {
		width: 47%;
	}
	nav.nav-secondary .genesis-nav-menu .menu-item a {
		min-height: 180px;
	}
	.cae-featuredpage figcaption {
		height: 100px;
	}
	footer.site-footer p {
		display: block;
		margin: 0;
	}
	footer.site-footer span.middot {
		display: none;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.site-inner .wrap,
	.top-header .wrap,
	header.site-header .wrap,
	nav .wrap,
	.home-middle .wrap,
	.home-bottom .wrap,
	.footer-widgets .wrap,
	footer.site-footer .wrap {
		max-width: none;
		width: 100%;
		padding: 0 5%;
	}
	.boxed-layout .site-container {
		max-width: 1020px;
	}
	.content-sidebar-wrap .content,
	.content-sidebar-wrap .sidebar {
		width: 100%;
	}
	.custom-home-page .site-inner > .wrap {
		padding: 0;
	}
	.site-title {
		padding: 0;
		text-align: center;
	}
	.header-image .site-title a {
		background-position-x: center;
	}
	header.site-header .title-area,
	header .widget-area {
		width: 100%;
		text-align: center;
	}
	header.site-header .widget-area {
		margin: 0 0 20px;
	}
	.genesis-nav-menu {
		width: 100%;
		text-align: center;
	}
	.responsive-menu {
		display: none;
		padding: 0 0 20px
	}
	.responsive-menu .menu-item,
	.responsive-menu .sub-menu,
	.responsive-menu .sub-menu a {
		width: 100%;
		position: relative;
		display: block;
		left: 0;
		opacity: 1;
	}
	.responsive-menu .sub-menu .sub-menu {
		margin: 0 0 0 10px;
	}
	nav.responsive-menu.nav-primary a,
	nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"] {
		padding: 15px 30px;
	}
	nav.responsive-menu.nav-primary .sub-menu a {
		padding: 10px 40px;
	}
	#responsive-menu-icon {
		display: block;
	}
	.home nav.nav-secondary {
		margin-top: 0;
	}
	nav.nav-secondary .genesis-nav-menu .menu-item {
		width: 48.717948717948715%;
		margin-bottom: 2.564102564102564%;
	}
	nav.nav-secondary .genesis-nav-menu li:nth-child(2) {
		margin-right: 0;
	}
	.home-slider .vertical-search {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		padding: 40px 0 0 0;
		box-shadow: none;
	}
	.home-static-image .vertical-search {
		width: 50%;
		right: 50px;
	}
	.home-slider .vertical-search .widget.listings-search select {
		float: left;
		width: 48%;
		margin: 0 1% 10px;
	}
	.home-slider .vertical-search .listings-search .searchsubmit {
		text-align: center;
		padding-left: 20px;
	}
	.horizontal-search {
		width: 100%;
		    max-width: 100%;
		position: relative;
		overflow: hidden;
		top: 0;
		left: 0;
		margin-top: 40px;
		box-shadow: none;
	}
	.horizontal-search .widget.listings-search form {	
		float: left;
		width: 80%
	}
	.horizontal-search .widget.listings-search select,
	.horizontal-search .widget.listings-search .btn-search {
		width: 47%;
	}
	.cae-featuredpage figcaption {
		height: 100px;
	}
	.home .widget .listing.one-fourth {
		width: 48.717948717948715%;
	}
	.home .widget div.listing.one-fourth:nth-child(even) {
		margin-left: 0;
	}
	.home-bottom .featuredpost article,
	.home-bottom div.featuredpage {
		width: 100%;
	}
	.home-bottom .featuredpost article:nth-child(odd),
	.home-bottom div.featuredpage:nth-child(odd) {
		margin-left: 0;
	}
	footer.site-footer .footer-left,
	footer.site-footer .footer-right {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	footer.site-footer p {
		display: block;
		margin: 0;
	}
	footer.site-footer span.middot {
		display: none;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.site-inner .wrap,
	.top-header .wrap,
	header.site-header .wrap,
	nav .wrap,
	.home-middle .wrap,
	.home-bottom .wrap,
	.footer-widgets .wrap,
	footer.site-footer .wrap {
		max-width: none;
		width: 100%;
		padding: 0 5%;
	}
	.custom-home-page .site-inner > .wrap {
		padding: 0;
	}
	.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;
	}
	header.site-header .widget-area,
	header.site-header .title-area,
	.content-sidebar-wrap .content,
	.content-sidebar-wrap .sidebar,
	.footer-widgets .widget-area {
		width: 100%;
	}
	.genesis-nav-menu {
		width: 100%;
		float: left;
	}
	.top-header-left,
	.top-header-right,
	header .widget-area {
		width: 100%;
		text-align: center;
	}
	.header-image .site-title a {
		background-position-x: center;
		margin: 0 auto;
		max-width: 550px;
	}
	header.site-header .site-title a {
		text-align: center;
		display: block;
	}
	header .widget-area {
		margin: 0 0 20px;
	}
	.genesis-nav-menu {
		width: 100%;
		text-align: center;
	}
	.responsive-menu {
		display: none;
		padding: 0 0 20px
	}
	.responsive-menu .menu-item,
	.responsive-menu .sub-menu,
	.responsive-menu .sub-menu a {
		width: 100%;
		position: relative;
		display: block;
		left: 0;
		opacity: 1;
	}
	.responsive-menu .sub-menu .sub-menu {
		margin: 0 0 0 10px;
	}
	nav.responsive-menu.nav-primary a,
	nav.nav-primary .genesis-nav-menu .current-menu-item > a[title="Home"] {
		padding: 15px 30px;
	}
	nav.responsive-menu.nav-primary .sub-menu a {
		padding: 10px 40px;
	}
	#responsive-menu-icon {
		display: block;
	}
	.home nav.nav-secondary {
		margin-top: 0;
		top: 0;
	}
	nav.nav-secondary .genesis-nav-menu .menu-item {
		width: 48.717948717948715%;
		margin-bottom: 2.564102564102564%;
	}
	nav.nav-secondary .genesis-nav-menu li:nth-child(2) {
		margin-right: 0;
	}
	.home-slider .vertical-search {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		padding: 40px 0 0 0;
		box-shadow: none;
	}
	.home-static-image .vertical-search {
		width: 80%;
		left: 10%;
	}
	.home-slider .vertical-search .widget.listings-search select {
		float: left;
		width: 48%;
		margin: 0 1% 10px;
	}
	.home-slider .vertical-search .listings-search .searchsubmit {
		text-align: center;
		padding-left: 20px;
	}
	.horizontal-search {
		width: 100%;
    max-width: 100%;
		position: relative;
		overflow: hidden;
		top: 0;
		left: 0;
		margin-top: 40px;
		box-shadow: none;
	}
	.horizontal-search .listings-search h4.widget-title {
		width: 30%;
	}
	.horizontal-search .widget.listings-search form {	
		float: left;
		width: 67%;
	}
	.horizontal-search .widget.listings-search select,
	.horizontal-search .widget.listings-search .btn-search {
		width: 100%;
	}
	.home-bottom .featuredpost article,
	.home-bottom div.featuredpage {
		width: 100%;
	}
	.home-bottom .featuredpost article img,
	.home-bottom div.featuredpage img {
		width: 100%;
	}
	.home-bottom .featuredpost article:nth-child(odd),
	.home-bottom div.featuredpage:nth-child(odd) {
		margin-left: 0;
	}
	.footer-widgets .widget-area {
		margin-left: 0;
	}
	footer.site-footer .footer-left,
	footer.site-footer .footer-right {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	footer.site-footer p {
		display: block;
		margin: 0;
	}
	footer.site-footer span.middot {
		display: none;
	}
	.entry-meta .entry-comments-link {
		float: none;
		display: block;
	}
}

/* Landscape phones and down*/ 
@media (max-width: 480px) {
	.header-image .site-title a {
		width: 100%;
		background-size: contain;
	}
	nav.nav-secondary .genesis-nav-menu .menu-item {
		width: 100%;
		margin-right: 0;
	}
	nav.nav-secondary i[class*="fa-"] {
		font-size: 30px;
		line-height: 34px;
	}

	nav.nav-secondary a:hover i[class*="fa-"] {
		font-size: 38px;
	}
	.home-slider .vertical-search .widget.listings-search select {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	.horizontal-search .listings-search h4.widget-title,
	.horizontal-search .widget.listings-search form {
		width: 100%;
	}
	.home-middle .featured-listings .listing,
	.agentpress-archive .listing {
		float: none;
		width: 100%;
	}
}

/* Portrait iPhone */
@media (max-width: 320px) {

}

/* IDX Broker Platinum
------------------------------------------------------------ */
/* Widgets
------------------------------------------------------------ */

/* Quick search */
.vertical-search .IDX-quicksearchWrapper,
.horizontal-search .IDX-quicksearchWrapper {
	width: 100% !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
}
.vertical-search .IDX-qsFieldWrap,
.horizontal-search .IDX-qsFieldWrap {
	text-align: left !important;
	overflow: hidden;
	padding: 0 !important;
	margin-bottom: 5px !important;
}
.vertical-search .IDX-qsFieldWrap label {
	float: left;
	width: 30%;
	margin: 0!important;
}
.horizontal-search .IDX-qsFieldWrap label {
	margin: 0 !important;
}
.vertical-search .IDX-qsFieldWrap input,
.vertical-search .IDX-qsFieldWrap select {
	float: right;
	width: 65%;
	margin: 0;
}
.horizontal-search .IDX-qsFieldWrap {
	width: 15.5%;
	margin-right: 1%;
	float: left;
}
.horizontal-search .IDX-qsFieldWrap input[type="submit"] {
	width: 100%;
	margin: 18px 0 0;
}

/* Featured Agent */
#IDX-featAgentImgWrap {
	float: left;
	margin-right: 10px;
}
#IDX-featAgentImgWrap img {
	padding: 4px;
	border: 1px solid #ddd;
}
#IDX-featuredAgentCaption {
	float: left;
}


/* Showcase */
div[id*="IDX-showcaseGallery-"].IDX-showcaseWrapper,
div[id*="IDX-showcaseGallery-"].IDX-showcaseTable {
	width: 100% !important;
	font-size: 13px !important;
	line-height: 18px;
}
div[id*="IDX-showcaseGallery-"] .IDX-showcaseDetails,
div[id*="IDX-showcaseGallery-"] .IDX-showcaseCell {
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;

}

/* Lead Login */
.IDX-widgetLeadLoginWrapper label {
	float: left;
	width: 35%;
	margin-left: 0;
}
.IDX-widgetLeadLoginWrapper input {
	float: right;
	width: 60%;
}
#IDX-widgetEmail {
	margin-bottom: 5px;
}

/* Lead Signup */
#IDX-widgetLeadSignupForm label {
	clear: both;
	float: left;
	width: 35%;
	margin-left: 0;
	line-height: 26px;
}
#IDX-widgetLeadSignupForm input {
	float: right;
	width: 60%;
	margin-bottom: 5px;
}


/* Pages
------------------------------------------------------------ */
/* General */
#IDX-main {
	width: 100% !important;
}
#IDX-searchNavWrapper li a,
#IDX-searchNavWrapper li a:hover,
#IDX-searchNavWrapper li span {
	display: block;
}
#IDX-searchNavWrapper li a:hover,
#IDX-searchNavWrapper li span {
	text-decoration: none;
}
#IDX-resultsRefineSubmit {
	width: auto;
}
#IDX-resultMap {
	margin-bottom: 20px;
}
#IDX-mapContainer {
	width: 100% !important;
}
.wp-caption
{
width:auto !important;
text-align:left;
}

/* Responsive
------------------------------------------------------------ */
@media (max-width: 960px) {
.contact-lt, .contact-rt {
    width: 100% !important;
}
	.horizontal-search .IDX-qsFieldWrap {
		width: 48%;
	}
	.horizontal-search .IDX-qsFieldWrap label {
		width: 30%;
		margin: 0;
	}
	.horizontal-search .IDX-qsFieldWrap input,
	.horizontal-search .IDX-qsFieldWrap select {
		float: right;
		width: 65%;
		margin: 0;
	}
}
@media (max-width: 600px) {
	.horizontal-search .IDX-qsFieldWrap label,
	.horizontal-search .IDX-qsFieldWrap input,
	.horizontal-search .IDX-qsFieldWrap select {
		float: none;
		width: 100%;
		margin: 0;
	}
}
@media (max-width: 480px) {
	.IDX-wrapper-standard #IDX-cczContainer,
	.IDX-wrapper-standard .IDX-coreFields,
	#IDX-per-group,
	#IDX-srtd-group,
	#IDX-submit-group {
		float: none;
		width: 100%;
	}
	.vertical-search .IDX-qsFieldWrap label,
	.vertical-search .IDX-qsFieldWrap input,
	.vertical-search .IDX-qsFieldWrap select,
	.horizontal-search .IDX-qsFieldWrap {
		float: none;
		width: 100%;
		margin: 0;
	}
	.horizontal-search .IDX-qsFieldWrap {
		margin: 0 0 5px;
	}
}