/*
	Theme Name: Agentevo Custom
	Description: Agentevo Custom Genesis Child Theme
	Author: AgentEvolution
	Author URI: http://agentevolution.com

	Template: genesis
*/


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


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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
input,
textarea {
	color: #646464;
	font-family: 'Lato', arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

p, input, textarea, li {
	line-height: 150%;
}

.widget_text p {
	padding-bottom: 15px;
}

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h4 a,
h4 a:visited,
h5,
h6 {
	font-family: 'Lustria', times, serif;
	color: #333;
	font-weight: 400;
}

.site-header .site-title a,
.site-header .site-description,
.home .common-properties .widget .listing-wrap .listing-thumb-meta span.listing-price,
blockquote.easy_testimonial p,
.common-testimonials blockquote.easy_testimonial cite,
#ae-search-panel .ae-search-button,
.home-living .widget_nav_menu ul li a,
#menu-explore-scottsdale > li > a,
.scottsdale-living-pages #menu-scottsdale-living li a,
.view-video-wrap h3 {
	font-family: 'Lustria', times, serif;
}

input,
select,
textarea,
.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;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after,
.wrap:before,
.wrap:after {
  content:"";
  display:table;
}

.clearfix:after,
.cf:after,
.wrap:after {
  clear:both;
}

iframe {
	max-width: 100%;
	display: block;
}

/* iphone font fix */
html {
    -webkit-text-size-adjust: 100%;
}

/* apply a natural box layout model */
.site-inner,
.btn { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #1c8744;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.site-header > .wrap,
nav.nav-primary > .wrap,
.site-inner > .wrap,
.home main > div > .wrap,
.footer-widgets > .wrap,
.site-footer > .wrap {
	max-width: 1140px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.home .site-inner > .wrap {
	max-width: 100%;
	width: 100%;
}

main div.common-properties > .wrap {
	max-width: 1160px;
}

main div.home-cta > .wrap {
	max-width: 100%;
}


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

.site-header {
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
}

.title-area {
	float: left;
	overflow: hidden;
	width: 520px;
	text-align: center;
	margin-left: 20px;
}

.site-title {
    height: auto;
    line-height: 1;
    margin-bottom: 5px;
}

.site-title a,
.site-title a:hover {
	text-decoration: none;
	overflow: hidden;
	display: block;
	font-size: 40px;
	color: #bf9842;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.site-description {
	font-size: 18px;
	color: #1c8744;
}

.site-header .widget-area {
	float: right;
	width: 395px;
	text-align: center;
}

.ie8 .site-header .widget-area {
	width: 410px;
}

.site-header p.agent-phone {
	font-size: 16px;
	font-weight: 700;
	color: #123317;
	text-transform: uppercase;
	padding: 0 0 12px 0;
}

.site-header p.agent-phone a {
	color: #1c8744;
	font-weight: 400;
}

.site-header p.agent-phone span {
	display: inline-block;
	margin: 0 10px;
}

/* 
 *
 * Fontawesome social icons
 * http://gregoryloucas.github.com/Font-Awesome-More/
 *
*/
.site-header .agent-social-icons {
	margin: 0 auto;
	text-align: center;
}

.agent-social-icons a {
	color: #cfcfcf;
	font-size: 25px;
	display: inline-block;
	margin: 0 6px;
	text-decoration: none;
	vertical-align: top;
}

.agent-social-icons a:hover {
	color: #1c8744;
}

.agent-social-icons a.fa-twitter:before {
  content: "\f081" !important;
}

.agent-social-icons a.fa-pinterest:before {
	content: "\f0d3" !important;
}

.agent-social-icons a.fa-facebook:before {
	content: "\f082" !important;
}

.agent-social-icons a.fa-google-plus:before {
	content: "\f0d4" !important;
}

.agent-social-icons a.fa-youtube:before {
	content: "\f166" !important;
}

.agent-social-icons a.fa-linkedin:before {
	content: "\f08c" !important;
}

.agent-social-icons a.fa-rss:before {
	content: "\f143" !important;
}

.agent-social-icons a.fa-envelope:before {
	margin-bottom: 2px;
}

.agent-social-icons a.fa-houzz:before {
    background: url("http://prescottazhomesearch.com/wp-content/themes/agentevo/lib/themes/default/images/image-sprite.png") no-repeat scroll 5px top #CFCFCF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    content: " ";
    display: inline-block;
    height: 22px;
    margin-top: 1px;
    width: 22px;
}

.agent-social-icons a.fa-houzz:hover:before {
    background: url("http://prescottazhomesearch.com/wp-content/themes/agentevo/lib/themes/default/images/image-sprite.png") no-repeat scroll 5px top #1c8744;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

nav.nav-primary li a.sf-with-ul {

}

li a .sf-sub-indicator {
	display: none;
}


/* Primary Navigation
------------------------------------------------------------ */

nav.nav-primary {
	clear: both;
	width: 100%;
	padding: 15px 0;
	position: relative;
	z-index: 9999;
	background: rgb(241,241,241); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.ie9 nav.nav-primary,
.ie8 nav.nav-primary {
	position: static;
}

nav.nav-primary ul {
	width: auto;
	display: table;
	margin: 0 auto;
	float: none;
}

nav.nav-primary li {
	float: left;
	list-style-type: none;
}

nav.nav-primary li a {
	display: block;
	font-size: 14px;
	color: #af842b;
	--padding: 10px 20px;
	letter-spacing: .045em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	border-right: 1px solid #d7d7d7;
}

.ie8 nav.nav-primary li a {
	padding: 10px 16px;
}

nav.nav-primary li:first-child a {
	border-left: 1px solid #d7d7d7;
}

nav.nav-primary li:hover,
nav.nav-primary li a:hover,
nav.nav-primary li a:active {
	color: #d7ab50;
}

nav.nav-primary .current_page_item a,
nav.nav-primary .current-cat a,
nav.nav-primary .current-menu-item a {
	color: #d7ab50;
}

nav.nav-primary li li a,
nav.nav-primary li li a:link,
nav.nav-primary li li a:visited {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-top-width: 0;
	font-size: 16px;
	padding: 10px 19px;
	position: relative;
	text-transform: none;
	width: 220px;
	text-align: left;
}

nav.nav-primary li li a:hover,
nav.nav-primary li li a:active {
	background-color: #d7ab50;
	color: #fff;
}

nav.nav-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 220px; 
	z-index: 9999;
	border-top: 1px solid #d7d7d7;
	margin-left: -1px;
	text-align: left;
}

nav.nav-primary li ul a {
	width: 220px;
}

nav.nav-primary li ul ul {
	margin: -33px 0 0 159px;
}

nav.nav-primary li:hover>ul,
nav.nav-primary li.sfHover ul {
	left: auto;
}


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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	height: 30px;
	width: 30px;
	line-height: 1.7;
	margin: 0 auto;
	background: rgba( 0, 0, 0, .7 );
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	text-align: center;
}


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

.site-inner {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	border-top: 1px solid #d7d7d7;
}

.home .site-inner {
	padding-top: 0;
	border-top: none;
}


/* Global Styles
------------------------------------------------------------ */

h4.widgettitle,
.common-properties h4.widgettitle,
.home-welcome h4.widgettitle,
.home-living h4.widgettitle,
.home-blog h4.widgettitle, 
.common-communities h4.widgettitle {
	color: #d4ae4c;
	font-size: 35px;
	margin-bottom: 30px;
}

.common-tesimonials h4.widgettitle {
	margin-bottom: 0;
}

.common-properties h4.widgettitle span,
.home-welcome h4.widgettitle,
.home-living h4.widgettitle span,
.home-blog h4.widgettitle span {
	color: #af8529;
}

#ae-search-panel {
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}

.common-contact,
.sellers-cta {
	border-top: 1px solid #CFCFCF;
}

#ae-search-panel {
	padding-top: 30px;
	padding-bottom: 30px;
}

.buyers-cta,
.buyers-welcome,
.sellers-welcome,
.common-contact {
	padding-bottom: 50px;
}

.buyers-cta,
.sellers-cta,
.common-contact {
	padding-top: 50px;
}


/* Slider [home]
------------------------------------------------------------ */

.slider .wrap {
	position: relative;
}

.slider img {
	width: 100%;
}

main.content .ls-wp-fullwidth-container .ls-nav-prev,
main.content .ls-wp-fullwidth-container .ls-nav-next {
	height: 41px;
	width: 41px;
	top: auto;
	bottom: 25px;
	background: ;	
	background: url(http://prescottazhomesearch.com/wp-content/themes/agentevo/lib/themes/default/images/image-sprite.png) no-repeat center;
	position: absolute;
	display: block;
	z-index: 99;
}

main.content .ls-wp-fullwidth-container .ls-nav-prev {
    right: 50%;
    margin-right: 13px;
    background-position: left bottom;
}

main.content .ls-wp-fullwidth-container .ls-nav-next {
    margin-left: 13px;
    left: 50%;
    background-position: right bottom;
}

main.content .ls-wp-fullwidth-container .ls-nav-prev:hover,
main.content .ls-wp-fullwidth-container .ls-nav-next:hover {
	opacity: .7;
}


/* Property Search [home]
------------------------------------------------------------ */

.slider #ae-search-panel {
	position: absolute;
	top: 38%;
	z-index: 999;
	background: rgb(198, 202, 215);
	background: rgba(255, 255, 255, .77);
	max-width: 1100px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 20px 35px 7px 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
}

#ae-search-panel h3 {
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#ae-search-panel h3 span {
	color: #ad8a3c;
}

#ae-search-panel select, 
#ae-search-panel #search_neighborhood, 
#ae-search-panel #search_price_min, 
#ae-search-panel #search_price_max,
#ae-search-panel select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #b2b2b2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #929292;
	float: left;
	font-size: 14px;
	height: 33px;
	line-height: 33px;
	margin-top: 15px;
	margin-right: .9756097%; /* 10/1025 */
	padding: 0 15px;
}

#ae-search-panel select {
	line-height: 27px;
	padding: 6px 6px 6px 12px;
	width: 21.4%; /* 217/1025 */
}

#ae-search-panel #search_neighborhood {
	width: 25.3658536%; /* 260/1025 */
}

#ae-search-panel #search_price_min, 
#ae-search-panel #search_price_max {
	width: 13.6585365%; /* 140/1025 */
}

#ae-search-panel #ae-search-now {
	width: 21.3658536%; /* 219/1025 */
	text-align: center;
	float: right;
}

#ae-search-panel .ae-search-button {
	display: block;
	float: right;
	margin: 5px 0 3px;
	width: 100%; 
	height: 52px;
	font-size: 28px;
	text-shadow: 1px 1px rgba(12, 50, 26, 0.75);
	border: 1px solid #3da164;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400;
	background: rgb(28,137,69); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjODk0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjYyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(28,137,69,1) 0%, rgba(27,98,53,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,137,69,1)), color-stop(100%,rgba(27,98,53,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(28,137,69,1) 0%,rgba(27,98,53,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(28,137,69,1) 0%,rgba(27,98,53,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(28,137,69,1) 0%,rgba(27,98,53,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(28,137,69,1) 0%,rgba(27,98,53,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8945', endColorstr='#1b6235',GradientType=0 ); /* IE6-8 */
}

#ae-search-panel .ae-search-button:hover {
	background: rgb(27,98,53); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNjIzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzg5NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(27,98,53,1) 0%, rgba(28,137,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,98,53,1)), color-stop(100%,rgba(28,137,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(27,98,53,1) 0%,rgba(28,137,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(27,98,53,1) 0%,rgba(28,137,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(27,98,53,1) 0%,rgba(28,137,69,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(27,98,53,1) 0%,rgba(28,137,69,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b6235', endColorstr='#1c8945',GradientType=0 ); /* IE6-8 */
}

#ae-links,
#ae-links a,
#ae-search-now a {
	color: #ad8a3c;
	font-size: 12px;
}

#ae-links {
	float: left;
	margin-top: 20px;
}

#ae-links span {
	display: inline-block;
	margin: 0 5px;
}


/* Featured Properties 
------------------------------------------------------------ */

.common-properties {
	padding: 50px 0 15px;
}

.common-properties h4.widgettitle {
	text-align: center;
	margin-bottom: 30px;
}

.common-properties .widget .widget-wrap .listing.one-third {
	width: 31.6091953%; /* 366.6666/1160 */
	margin: 0 .8620689%; /* 10/1160 */
}

.common-properties .widget .listing-wrap span.listing-property-type,
.common-properties .widget .listing-wrap span.listing-status,
.common-properties .widget .listing-wrap h3.listing-title,
.common-properties .widget .listing-wrap ul.listing-beds-baths-sqft {
	display: none;
}

.common-properties .widget .listing-widget-details {
	border: none;
}

.common-properties .widget .listing-wrap .listing-thumb-meta {
	left: 0;
	right: 0;
	bottom: auto;
	top: 0;
	width: 100%;
}

.common-properties .widget .listing-wrap .listing-thumb-meta span.listing-price {
	max-width: 183px;
	width: 100%;
	background-color: #fff;
	color: #af842b;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding: 6px 15px 8px;
	display: block;
}

.common-properties .widget .listing-widget-thumb a:after {
	content: "HD";
	display: block;
	height: 36px;
	width: 60px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #000;
	opacity: .5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 36px;
	color: #999;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	font-family: 'arial',sans-serif;
}

.common-properties .widget .listing-widget-details p.listing-address {
	margin-top: 15px;
	text-align: center;
}

.common-properties .widget .listing-widget-details span.listing-address, 
.common-properties .widget .listing-widget-details span.listing-city-state-zip {
	font-size: 15px;
	color: #646464;
	text-align: center;
}


/* Home Upper CTAs
----------------------------------------------------------- */

.home-cta {
	border-top: 17px solid #123317;
	background: rgb(27,100,53); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNjQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjMzMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(27,100,53,1) 0%, rgba(18,51,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,100,53,1)), color-stop(100%,rgba(18,51,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(27,100,53,1) 0%,rgba(18,51,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(27,100,53,1) 0%,rgba(18,51,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(27,100,53,1) 0%,rgba(18,51,24,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(27,100,53,1) 0%,rgba(18,51,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b6435', endColorstr='#123318',GradientType=0 ); /* IE6-8 */
}

.home-cta > .wrap {
	background: url(http://prescottazhomesearch.com/wp-content/themes/agentevo/lib/themes/default/images/diag-bkgd.png) repeat;
}

.home-cta > .wrap > section {
	max-width: 1160px;
	margin: 0 auto;
}

.home-cta .one-third {
	width: 31.6091953%; /* 366.6666/1160 */
	margin: 0 .8620689%; /* 10/1160 */
	padding: 20px 15px 35px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.ie9 .home-cta .one-third,
.ie8 .home-cta .one-third {
	margin-top: -1px;
}

.home-cta .one-third br {
	display: none;
}

.home-cta .home-worth.one-third {
	background-color: #123317;
}

.home-cta .one-third span.home-cta-icon {
	display: block;
	height: 73px;
	width: 73px;
	margin: 0 auto 12px;
	background: url(http://prescottazhomesearch.com/wp-content/themes/agentevo/lib/themes/default/images/image-sprite.png) no-repeat;
}

.home-cta .home-worth.one-third span.home-cta-icon {
	background-position: -5px -260px;
}

.home-cta .market.one-third span.home-cta-icon {
	background-position: -80px -260px;
}

.home-cta .find-home.one-third span.home-cta-icon {
	background-position: -154px -260px;
}

.home-cta .one-third h3 {
	color: #af842b;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.home-cta .one-third p {
	font-size: 14px;
	color: #fff;
	padding-bottom: 17px;
}

.home-cta .one-third .cta-more {
	display: block;
	background-color: #af842b;
	color: #fff;
	font-weight: 700;
	height: 33px;
	line-height: 33px;
	width: 141px;
	margin: 0 auto;
	font-size: 13px;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(138, 102, 27, 0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.home-cta .one-third:hover .cta-more {
	background-color: #d7ab50;
}


/* Home Welcome
------------------------------------------------------------ */

.home-welcome {
	padding: 90px 0 0 0;
}

.home-welcome > .wrap {
	position: relative;
}

.home-welcome .widget {
	float: right;
	width: 42.98242561%; /* 490/1140 */
	margin: 0;
}

.home-welcome .widget:first-child {
	float: left;
	width: 53.0701754%; /* 605/1140 */
	padding-bottom: 60px;
}

.home-welcome h4.widgettitle {
	margin-bottom: 45px;
	text-transform: none;
	font-family: 'Lustria', times, serif;
	font-weight: 100;
}

.home-welcome .widget a.btn {
	position: absolute;
	bottom: 0;
	right: 46.9298%;
	width: 170px;
	font-size: 15px;
}

.home .videowrapper,
/* Posts add p tag before video, need following for post pages */
.entry-content .videowrapper > p {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-welcome .widget iframe {
	float: right;
}


/* Common Upper page/video settings
--------------------------------------------------------------- */

.content > article > header.entry-header {
	margin-bottom: 0;
}

.page-intro {
	position: relative;
	margin-bottom: 40px;
}

.video-welcome-left {
	width: 52.6315789%; /* 600/1140 */
	float: left;
}

.video-welcome-right {
	width: 42.8070175%; /* 488/1140 */
	float: right;
	padding-bottom: 10px;
}

.archive-aeprofiles .video-welcome-right {
	padding-bottom: 0;
}
.archive-aeprofiles .page-intro {
	margin-bottom: 20px;
}

.video-welcome-right h1 {
	font-size: 35px;
	color: #af842b;
	margin-bottom: 20px;
}

.view-video-wrap {
	width: 42.8070175%; /* 488/1140 */
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgb(27,100,53); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNjQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjMzMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(27,100,53,1) 0%, rgba(18,51,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,100,53,1)), color-stop(100%,rgba(18,51,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(27,100,53,1) 0%,rgba(18,51,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(27,100,53,1) 0%,rgba(18,51,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(27,100,53,1) 0%,rgba(18,51,24,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(27,100,53,1) 0%,rgba(18,51,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b6435', endColorstr='#123318',GradientType=0 ); /* IE6-8 */
}

.view-video-wrap .bkgd-container {
	position: relative;
	padding: 45px 0 30px 115px;
	background: url(../images/diag-bkgd.png) repeat;
}

.view-video-wrap span.video-icon {
	background: url(http://prescottazhomesearch.com/wp-content/themes/agentevo/lib/themes/default/images/image-sprite.png) no-repeat -77px -161px;
	display: block;
	width: 78px;
	height: 78px;	
	position: absolute;
	top: 35px;
	left: 25px;
}

/* wysiwyg automatically add p */
.view-video-wrap span + p {
	display: none;
}

.view-video-wrap h3 {
	color: #af842b;
	font-size: 25px;
	text-transform: uppercase;
}

.view-video-wrap h3 span {
	font-size: 40px;
	display: block;
	color: #fff;
	margin-top: 10px;
}

.view-video-wrap p.btn {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 141px;
	height: 33px;
	line-height: 33px;
	background: #af842b;
	font-size: 13px;
}

.view-video-wrap p.btn a {
	color: #fff;
}

.view-video-wrap p.btn:hover {
	background: #d7ab50;
}

.view-video-wrap p.btn a:hover {
	color: #fff;
	text-decoration: none;
}


/* Scottsdale Living [home + common] - Custom Menu
------------------------------------------------------------ */

.home-living {
	padding-top: 75px;
	padding-bottom: 45px;
}

.home-living h4.widgettitle {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.home-living .widget_text {
	float: left;
	width: 42.9824561%; /* 490/1140 */
}

.home-living .widget_nav_menu {
	width: 57.01785438%; /* 650/1140 */
	padding-left: 7%; /* 80/1140 */
	float: right;
}

#menu-scottsdale-living li {
	list-style-type: none;
	position: relative;
	padding-left: 50px;
	float: left;
	min-height: 40px;
	padding-top: 7px;
	margin-bottom: 15px;
}

#menu-scottsdale-living li.menu-history,
#menu-scottsdale-living li.menu-facts,
#menu-scottsdale-living li.menu-schools {
	width: 58.245614%; /* 332/570 */
	padding-right: 15px;
}

#menu-scottsdale-living li.menu-events,
#menu-scottsdale-living li.menu-life,
#menu-scottsdale-living li.menu-movein {
	width: 41.2280701%; /* 235/570 */
	padding-right: 0;
}

#menu-scottsdale-living li.menu-movein a:before {
	background-position: left 50px;
}

#menu-scottsdale-living li a {
	color: #af842b;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
}

#menu-scottsdale-living li a:before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: url(http://prescottazhomesearch.com/wp-content/themes/agentevo/lib/themes/default/images/image-sprite.png) no-repeat;
}

#menu-scottsdale-living li.menu-history a:before {
	background-position: -2px -36px;
}

#menu-scottsdale-living li.menu-events a:before {
	background-position: -185px -36px;
}

#menu-scottsdale-living li.menu-facts a:before {
	background-position: -2px -89px;
}

#menu-scottsdale-living li.menu-life a:before {
	background-position: -185px -89px;
}

#menu-scottsdale-living li.menu-schools a:before {
	background-position: -2px -143px;
}

#menu-scottsdale-living li.menu-movein a:before {
	background-position: -185px -143px;
}

/* Scottsdale living page */
.scottsdale-living-pages {
	padding-bottom: 25px;
}

.scottsdale-living-pages #menu-scottsdale-living li.menu-history,
.scottsdale-living-pages #menu-scottsdale-living li.menu-facts,
.scottsdale-living-pages #menu-scottsdale-living li.menu-schools,
.scottsdale-living-pages #menu-scottsdale-living li.menu-events,
.scottsdale-living-pages #menu-scottsdale-living li.menu-life,
.scottsdale-living-pages #menu-scottsdale-living li.menu-movein {
	width: 31%; /* 235/570 */
	float: left;
	margin: 0 0 75px;
	padding-right: 0;
	padding-left: 0;
}

.scottsdale-living-pages #menu-scottsdale-living li.menu-schools,
.scottsdale-living-pages #menu-scottsdale-living li.menu-events {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.scottsdale-living-pages #menu-scottsdale-living li a {
	font-size: 22px;
	display: block;
	margin-bottom: 20px;
	padding-left: 50px;
}


/* Explore Communities [common]
------------------------------------------------------------ */
.common-communities {
	border-top: 1px solid #cfcfcf;
	padding-top: 45px;
	padding-bottom: 0px;
}

.common-communities h4.widgettitle {
	color: #1c8041;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.common-communities h4.widgettitle span {
	color: #194520;
}

#area-sidebar .sidebar-area-wrap {
	margin-bottom: 0px;
}

#menu-communities-alphabetical {
	overflow: hidden;
}

#menu-explore-scottsdale li,
#area-sidebar li,
#menu-communities-alphabetical li {
	list-style-type: none;
	line-height: 1.3;
	margin: 0;
}

#menu-explore-scottsdale > li {
	width: 17.9824561%; /* 205/1140 */
	float: left;
	padding-right: 15px;
}

#menu-explore-scottsdale > li.explore-scottsdale-last {
	width: 10.0877192%; /* 115 */
}

/*#menu-explore-scottsdale > li > a,*/
#menu-commun > li > a,
.sellers-welcome h5,
#area-sidebar h4.widgettitle {
	font-size: 15px;
	color: #2e2e2e;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: block;
}

#menu-explore-scottsdale > li ul li a,
#area-sidebar li a,
.common-communities #menu-communities-alphabetical li a {
	color: #c49828;
	font-size: 14px;
	font-weight: 700;
}

.common-communities #menu-communities-alphabetical li {
	float: left;
	width: 14.52991452991453%;
	margin-left: 2.564102564102564%;
	min-height: 36px;
}

.common-communities ul li.menu-item-has-children {
	float: left;
	width: 14.52991452991453%;
	margin-left: 2.564102564102564%;
}

.common-communities ul li.menu-item-has-children:first-child,
.common-communities #menu-communities-alphabetical li:first-child,
.common-communities #menu-communities-alphabetical li:nth-child(6n+1) {
	margin-left: 0;
}
.common-communities #menu-communities-alphabetical li:nth-child(6n+1) {
	clear: both;
}


/* Testimonials [common]
------------------------------------------------------------ */

.common-testimonials {
	border-top: 1px solid #cfcfcf;
}

.common-testimonials > .wrap {
	padding-top: 35px;
	padding-bottom: 50px;
}

.common-testimonials blockquote.easy_testimonial .wp-post-image {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 13px rgba(24, 24, 25, 0.25);
	-moz-box-shadow: 0 0 13px rgba(24, 24, 25, 0.25);
	box-shadow: 0 0 13px rgba(24, 24, 25, 0.25);
	margin-right: 40px;
	float: left;
}

.common-testimonials blockquote.easy_testimonial div.testimonial_body p {
	margin-top: 45px;
}

.common-testimonials blockquote.easy_testimonial p.testimonial_author {
	margin-top: 20px;
}

.common-testimonials blockquote.easy_testimonial cite {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	font-style: normal;
}

.common-testimonials blockquote.easy_testimonial cite:before {
	content:"\2014 ";
	color: #000;
	margin-right: 5px;
}


/* Featured Blog Posts [common]
------------------------------------------------------------ */

.common-blog {
	padding: 45px 50% 0 50%;
	margin: 0 -50%;
	background: rgb(234,228,211); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTRkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(234,228,211,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,228,211,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(234,228,211,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234,228,211,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234,228,211,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(234,228,211,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae4d3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.home .common-blog {
	padding: 45px 0 0 0;
	margin: 0 auto;
}

/* Inner pages for 100% width */
.buyers-blog.common-blog,
.sellers-blog.common-blog,
.scottsdale-living-blog.common-blog {
	padding: 45px 50% 0 50%;
	margin: 0 -50%;
}

.common-blog h4.widgettitle {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.common-blog .enews-widget {
	width: 26.3157884%; /* 300/1140 */
	padding: 0;
	float: left;
	text-align: center;
}

/* eNews and Update Widget */
.enews p {
	color: #5f5f5f;
	margin-bottom: 30px;
}

.enews #subbox {
	font-size: 15px;
	color: #b9b9b9;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 15px;
	max-width: 245px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #a6a6a6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sidebar .enews #subbox {
	width: 100%;
	max-width: 100%;
}

.widget .enews #subbutton {
	display: block;
	max-width: 214px;
	width: 100%;
	margin: 0 auto;
}

.common-blog .featuredpost {
	width: 71.14473684%; /* 814.5/1140 */
	float: right;
	margin-top: 10px;
}

.common-blog .featuredpost .post {
	float: left;
	width: 30.0798035%; /* 245/814.5 */
	margin-left: 3.2535297%; /* 26.5/814.5 */
	margin-bottom: 0;
	text-align: center;
}

.common-blog .featuredpost .post h2 a {
	font-size: 18px;
	color: #bf9842;
}

.common-blog .featuredpost .post img {
	max-width: 100%;
	margin-bottom: 20px;
	width: 100%;
}


/* Contact [common]
------------------------------------------------------------ */

.common-contact .widget {
	float: left;
	width: 48.717948717948715%;
	margin-left: 2.564102564102564%;
}

.common-contact .widget.widget_text {
	margin-left: 0;
}


/* Buyers page
------------------------------------------------------------ */

.buyers-cta .widget {
	float: left;
	width: 31.623931623931625%;
	margin-left: 2.564102564102564%;
}

.buyers-cta .widget:first-child {
	margin-left: 0;
}


/* Sellers page
------------------------------------------------------------ */

.sellers-cta .widget {
	float: left;
	width: 31.623931623931625%;
	margin-left: 2.564102564102564%;
}

.sellers-cta .widget:first-child {
	margin-left: 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: 59.49367%; /* 470/790 */
}

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

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

blockquote {
	font-style: italic;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

.content blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	line-height: 150%;
}

.entry-content p {
	padding: 0 0 15px;
}

.entry-content iframe {
	margin-bottom: 30px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


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

h1,
h2,
h2 a {
	font-size: 24px;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
}

h2 a:hover {
	text-decoration: none;
}

h2.taxonomy-title {
	line-height: 30px;
	text-align: center;
	margin: 0 0 20px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area .widgettitle {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.widget-area h4 a {
	text-decoration: none;
}

.footer-widgets .widgettitle {
	text-transform: capitalize;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.entry-title {
	margin-bottom: 15px;
}


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

.archive .listing-widget-details .listing-beds-baths-sqft li {
	margin: 0;
}


/* =Post Info and Post Meta
------------------------------------------------------------ */

.entry-header {
	margin: 0 0 20px;
}

.entry-footer .entry-meta {
	background: #F7F7F7;
	color: #5d5d5d;
	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: #5d5d5d;
	text-decoration: none;
}

p.entry-meta {
	font-size: 12px;
	margin-bottom: 20px;
}

.entry-footer .entry-meta,
.entry-footer .entry-meta a {
	color: #5d5d5d;
}

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


/* =AE Postmeta
------------------------------------------------------------ */

#ae-postmeta {
	clear: both;
	margin: 15px auto;
	width: 220px;
}

#ae-postmeta .socialite {
	float: left;
	margin-right: 10px;
}

.related-posts {
	margin-bottom: 15px;
}

.related-posts li {
	margin-bottom: 5px;
	list-style: none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Blog / Category / Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* =Images
------------------------------------------------------------ */

img {
	height: auto;
	overflow: hidden;
	max-width: 100%;
}

.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;
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.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: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 31.25%; /* 300/960 */
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-secondary {
	float: left;
	width: 15.625%; /* 150/960 */
}

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

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar .widget {
	margin: 0 0 25px;
	padding: 0 0 10px;
	border-bottom: 4px double #ddd;
}

.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;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

.sidebar-secondary #cat,
.sidebar-secondary .widget_archive select {
	width: 128px;
}


/* 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,
#submit,
.btn,
.btn-primary,
.btn-primary:visited,
input.btn-alt,
.btn-alt,
.btn-alt:visited,
input.btn-alt,
.btn-alt ,
.btn-login,
.btn-register {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px rgba(12, 50, 26, 0.75);
	height: 46px;
	line-height: 28px; //wass 44
	padding: 0 15px;
	background: rgb(27,99,52); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNjMzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjMzMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(27,99,52,1) 0%, rgba(18,51,23,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,99,52,1)), color-stop(100%,rgba(18,51,23,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(27,99,52,1) 0%,rgba(18,51,23,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(27,99,52,1) 0%,rgba(18,51,23,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(27,99,52,1) 0%,rgba(18,51,23,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(27,99,52,1) 0%,rgba(18,51,23,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b6334', endColorstr='#123317',GradientType=0 ); /* IE6-8 */
}

div.gform_footer input.button:hover,
input[type="submit"]:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover,
.btn:hover,
.btn-alt:hover,
.btn-primary:hover {
	background: rgb(18,51,23); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyMzMxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjYzMzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(18,51,23,1) 0%, rgba(27,99,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,51,23,1)), color-stop(100%,rgba(27,99,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(18,51,23,1) 0%,rgba(27,99,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(18,51,23,1) 0%,rgba(27,99,52,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(18,51,23,1) 0%,rgba(27,99,52,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(18,51,23,1) 0%,rgba(27,99,52,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123317', endColorstr='#1b6334',GradientType=0 ); /* IE6-8 */
	text-decoration: none;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 15px !important;
	padding: 0 15px !important;
}

.ie9 div.gform_footer input.button,
.ie9 input[type="submit"],
.ie9 input[type="button"],
.ie9 .enews #subbutton,
.ie9 .reply a,
.ie9 .reply a:visited,
.ie9 .searchsubmit,
.ie9 #submit,
.ie9 .btn,
.ie9 .gform_wrapper .gform_footer input.button, 
.ie9 .gform_wrapper .gform_footer input[type="submit"] {
	filter: none !important;
}

.ie8 .gform_wrapper .gform_footer input.button, 
.ie8 .gform_wrapper .gform_footer input[type="submit"],
.ie9 .gform_wrapper .gform_footer input.button, 
.ie9 .gform_wrapper .gform_footer input[type="submit"] {
	padding: 0 15px !important;
}

.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;
}

.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;
}


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

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}

.sidebar .gform_footer {
	padding: 0 !important;
}

.sidebar .gform_wrapper {
	margin-bottom: 0 !important;
}

.entry-content .gform_wrapper ul li {
	padding: 0;
	margin: 0;
}

.entry-content .common-contact .gform_wrapper ul li,
.sidebar .communities-contact .gform_wrapper ul li {
	margin: 0 0 10px;
}


/* Latest Tweets Widget
------------------------------------------------------------ */

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


/* =Communities Template / Masonry Defaults
------------------------------------------------------------ */

.masonry-item {
	width: 280px;
	margin: 10px;
	float: left;
	padding: 9px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	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%;
}


/* =Ordered Listings Template
------------------------------------------------------------ */

/*.ordered-listings .listing-text {
	display: none;
}

.ordered-listings .listing-price {
}

.ordered-listings .listing-wrap.one-third {
	padding-left: 0;
	margin-left: 3%;
}

.ordered-listings .listing-wrap.one-third.first {
	margin-left: 0;
}
*/
.ordered-listing-status {
	overflow: hidden;
	margin: 0 0 50px;
}

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


/* Map Embeds
------------------------------------------------------------ */

.map-container img {
	max-width: none;
	background: transparent !important;
}

.gmap-info-window-address,
.gmap-info-window-citystate {
	text-align: center;
	font-size: 12px;
}

.gmap-info-window-address {
	font-weight: bold;
}


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

.footer-widgets {
	overflow: hidden;
	width: 100%;
	background-color: black; //#242424;
	padding: 60px 0 50px;
}

.footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

/* Fonts */
.footer-widgets .footer-widgets-1 h5,
.footer-widgets .footer-widgets-3 ul li a {
	color: #d3ad4b;
}

.footer-widgets .footer-widgets-1 p.agent-phone {
	color: #acabab;
	font-weight: 700;
	line-height: 1.7;
}

.footer-widgets .footer-widgets-1 span,
.footer-widgets .footer-widgets-1 .agent-phone a,
.footer-widgets .footer-widgets-2 div.address {
	color: #fff;
	font-weight: 400;
}

.footer-widgets .footer-widgets-1 span,
.footer-widgets .footer-widgets-1 p.agent-phone,
.footer-widgets .footer-widgets-3 ul li a {
	text-transform: uppercase;
}

.footer-widgets .footer-widgets-1 span {
	font-size: 13px;
	display: block;
	margin: 5px 0 2px;
}

.footer-widgets .footer-widgets-1 h5 {
	font-size: 24px;
}

.footer-widgets .footer-widgets-1 p.agent-phone {
	font-size: 15px;
}

.footer-widgets .footer-widgets-2 div.address,
.footer-widgets .footer-widgets-3 ul li a {
	font-size: 14px;
}

.footer-widgets .footer-widgets-2 div.address {
	line-height: 1.6;
	margin-bottom: 15px;
}
/* end fonts */

.footer-widgets .widget-area {
	float: left;
	text-align: center;
}

.footer-widgets .footer-widgets-1 {
	width: 26.7543859%; /* 305/1140 */
}

.footer-widgets .footer-widgets-2 {
	width: 37.2807017%; /* 425/1140 */
}

.footer-widgets .footer-widgets-2 .agent-social-icons a {
	color: #686868;
}

.footer-widgets .footer-widgets-2 .agent-social-icons a:hover {
	color: #d3ad4b;
}

.footer-widgets .footer-widgets-2 .agent-social-icons a.fa-houzz:before {
    background: url("http://prescottazhomesearch.com/wp-content/themes/agentevo/lib/themes/default/images/image-sprite.png") no-repeat scroll -214px top #686868;
}

.footer-widgets .footer-widgets-2 .agent-social-icons a.fa-houzz:hover:before {
    background: url("http://prescottazhomesearch.com/wp-content/themes/agentevo/lib/themes/default/images/image-sprite.png") no-repeat scroll -214px top #d3ad4b;
}

.footer-widgets .footer-widgets-3 {
	width: 14.0350877%; /* 160/1140 */
}

.footer-widgets .footer-widgets-3 ul.menu {
	display: inline-block;
	width: auto;
	float: left;
	margin: 0;
}

.footer-widgets .footer-widgets-3 ul.menu li {
	list-style-type: none;
	text-align: center;
}

.footer-widgets .footer-widgets-4 {
	width: 21.9298254%; /* 250/1140 */
	padding-top: 30px;
}


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

.site-footer {
	overflow: hidden;
	width: 100%;
}

.site-footer > .wrap {
	background: url(../images/logo-realtor.png) no-repeat 55.26% center;
}

.site-footer .footer-left,
.site-footer .footer-right {
	height: 80px;
	line-height: 80px;
}

.site-footer .footer-right {
	text-align: right;
	width: 55.2631578%; /* 630/1140 */
}

.site-footer,
.site-footer p,
.site-footer a {
	font-size: 13px;
	color: #4b4b4b;
}


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

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	background: #eaeaea;
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-content p {
	font-size: 0.875em;
	line-height: 1.5em;
	padding: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 0.75em;
	margin: 5px 0;
}

.reply {
	font-size: 0.875em;
	font-weight: 300;
	line-height: 1.5em;
}

.nocomments {
	text-align: center;
}

.entry-comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ccc;
}


/* Search box shortcode
------------------------------------------------------------ */

.search-box {
	position: relative;
	margin: 25px auto;
	width: 95%;
	border: 3px solid #00c2e5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.search-box h3 {
    margin: 0 auto 20px;
	text-transform: uppercase;
    text-align: center;
}

.entry-content .search-box p {
	padding: 0;
}

.entry-content .search-box ul {
	padding: 0;
}


/* Misc
------------------------------------------------------------ */

.socialite iframe {
	max-width: none;
}

div.wpfaqacc div.wpfaqacccontent {
	height: auto !important;
}

.dsidx-standalone-disclaimer,
.dsidx-standalone-disclaimer p {
	width: 1140px;
	margin: 10px auto 0;
	font-size: 11px;
	text-align: center;
}

/* Responsive Design
------------------------------------------------------------ */

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

	/* offsets Image top margin added by Layer Slider */
	.slider {
		margin-top: -3%;
	}

	.ls-circle-timer {
		top: 50px;
	}

	main.content .ls-wp-fullwidth-container .ls-nav-prev, 
	main.content .ls-wp-fullwidth-container .ls-nav-next {
		bottom: 45px;
	}

}


@media (max-width: 1200px) {

	.site-header > .wrap,
	.site-inner > .wrap,
	main div.slider > .wrap,
	main div.home-welcome > .wrap,
	main div.common-communities > .wrap,
	main div.home-living > .wrap,
	main div.common-properties > .wrap,
	main div.common-testimonials > .wrap,
	main div.home-blog > .wrap,
	.footer-widgets > .wrap,
	.site-footer > .wrap {
		width: 94%;
		margin: 0 auto;
	}
	
	nav.nav-primary li ul {
		margin-left: 0;
	}
	
	#menu-scottsdale-living li {
		padding-top: 0;
	}

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

	.footer-widgets .footer-widgets-4 {
		width: 100%;
	}

	.footer-widgets .footer-widgets-3 ul.menu {
		float: none;
	}

}


@media (min-width: 1080px) and (max-width: 1200px) {

	nav.nav-primary li a {
		padding: 10px 15px;
	}

}


@media (min-width: 979px) and (max-width: 1079px) {

	nav.nav-primary li a {
		padding: 10px 10px;
	}

	.view-video-wrap h3 {
		font-size: 20px;
	}

}


/* Desktop to Large Desktop */
@media (min-width: 979px) and (max-width: 1200px) {

	.title-area {
		margin-left: 0;
		width: 460px;
	}

	.site-title a, 
	.site-title a:hover {
		font-size: 36px;
	}

	nav.nav-primary li a {
		border-right: none;
		border-left: 1px solid #D7D7D7;
	}

	nav.nav-primary li:first-child a {
		border-left: none;
	}

}


@media (max-width: 979px) {

	.title-area {
		margin: 0 auto 20px;
		width: 100%;
	}	

	.site-header .widget-area {
		width: 100%;
		float: none;
	}

	nav.nav-primary li a,
	nav.nav-primary li:first-child a {
		border: none;
	}

	#menu-explore-scottsdale > li {
		width: 33.33% !important;
		margin-bottom: 25px;
	}

	.slider #ae-search-panel {
		position: static;
		padding: 30px 0;
		border-bottom: 1px solid #CFCFCF;
		border-top: none;
	}

	#ae-search-panel {
		border-top: none;
	}

	.page-intro {
		margin-bottom: 40px;
	}

	.video-welcome-left {
		width: 100%;
		max-width: 500px;
		float: none;
		margin: 0 auto 30px;
		display: block;
	}

	.video-welcome-right {
		width: 100%;
		padding: 0;
	}

	.view-video-wrap {
		position: static;
		width: 100%;
	}

	.sellers-cta,
	.buyers-cta {
		border-top: 1px solid #CFCFCF;
	}

	.sellers-cta .widget,
	.buyers-cta .widget {
		width: 100%;
		margin: 0 auto 30px;
		text-align: center;
	}

	.buyers-cta .srp_MortgageCalc,
	.buyers-cta > .wrap > .srp_MortgageCalc + section {
		width: 50%;
		text-align: left;
	}

	#communities-map {
		width: 100%;
		overflow: hidden;
		max-width: 620px;
	}

	.site-footer {
		padding: 20px 0;
	}

	.site-footer > .wrap {
		background-position: bottom center;
		padding-bottom: 60px;		
	}
	
	.site-footer .footer-left, 
	.site-footer .footer-right {
		line-height: 2;
		height: auto;
		text-align: center;
		width: 100%;
	}

	.site-footer .footer-right {
	}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 767px) and (max-width: 979px) {

	ul.genesis-nav-menu {
		text-align: center;
	}

	nav.nav-primary li {
		float: none;
		display: inline-block;
	}

	.home-cta .one-third br {
		display: block;
	}

	#ae-search-panel select, 
	#ae-search-panel #search_neighborhood, 
	#ae-search-panel #search_price_min, 
	#ae-search-panel #search_price_max, 
	#ae-search-panel select {
		font-size: 11px;
	}

}


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

	.home-welcome {
		padding-top: 40px;
	}

	.home-welcome h4.widgettitle {
		margin-bottom: 20px;
	}

	.home-welcome .widget:first-child,
	.home-welcome .widget {
		width: 100%;
	}

	.home-welcome .widget:first-child {
		padding-bottom: 0;
	}

	.home-welcome section.widget_text + section.widget_text {
		max-width: 490px;
		margin: 0 auto;
		float: none;
		display: block;
		clear: both;
		padding-bottom: 60px;
	}

	.home-welcome .widget a.btn {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

}


/* Landscape phone to portrait tablet */
@media only screen and (max-width: 767px) {

	/* Responsive menu */
	#responsive-menu-icon {
		display: block;
		width: 100%;
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
		border-radius: 0;
		background: #EAE4D3;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		font-size: 2.4rem;
	}

	#responsive-menu-icon i:before {
		cursor: pointer;
	}

	nav.nav-primary ul.responsive-menu {
		display: none;
	}

	nav.nav-primary {
		background-color: #EAE4D3;
		padding: 0;
	}

	nav.nav-primary li {
		float: none;
		display: block;
		background-color: #f1f1f1;
		text-align: left;
	}

	nav.nav-primary li ul {
		width: 100%;
		border: none;
		position: static;
	}

	nav.nav-primary li li a, 
	nav.nav-primary li li a:link, 
	nav.nav-primary li li a:visited {
		width: 100%;
		border: none;
		padding-left: 40px;
		font-size: 14px;
		background-color: #f1f1f1;
	}

	nav.nav-primary li a:hover {
		background-color: #d7ab50 !important;
		color: #fff;

	}

	nav.nav-primary a {
		border-bottom: 1px solid #ddd;
	}

	/* Quick search */
	#ae-search-panel select, 
	#ae-search-panel #search_neighborhood, 
	#ae-search-panel #search_price_min, 
	#ae-search-panel #search_price_max {
		width: 48%;
		margin: 0 auto 25px;
	}

	#ae-search-panel select, 
	#ae-search-panel #search_price_min {
		margin-right: 4%;
	}

	#ae-search-panel #ae-search-now {
	    float: none;
	    margin: 20px auto 0;
	    width: 50%;
	}

	#ae-links {
		width: 100%;
		text-align: center;
	}

	/* Featured listings */
	.common-properties .widget .widget-wrap .listing.one-third {
		width: 100%;
		margin: 0 auto 25px;
		max-width: 570px;
	}

	/* Home CTAs */
	.home-cta {
		border-top: none;
	}

	.home-cta .one-third {
		width: 100%;
		margin: 0 auto;
		border-bottom: 5px solid #123317;
		padding: 20px 5% 30px;
		display: block;
	}

	.home-cta .home-worth.one-third {
		background-color: #123317;
	}

	.home-cta .one-third .cta-more {
		position: static;
	}

	/* Scottsdale Living */
	.home-living .widget_text,
	.home-living .widget_nav_menu {
		width: 100%;
	}

	.home-living .widget_nav_menu {
		padding-top: 20px;
		padding-left: 0;
	}

	#menu-scottsdale-living li {
	    margin: 0 auto 30px !important;
	    width: 100% !important;
	}

	.home #menu-scottsdale-living li {
	    margin-left: 30%;
	    width: 70% !important;
	}

	/* Explore Scottsdale */
	#menu-explore-scottsdale > li li {
		width: 100%;
	}

	#menu-explore-scottsdale li a {
		padding-left: 0;
	}

	#menu-explore-scottsdale li li a {
		padding-right: 0;
	}

	/* Testimonials */
	.common-testimonials blockquote.easy_testimonial .wp-post-image {
		display: block;
		margin: 0 auto;
		float: none;
	}

	div.testimonial_body,
	p.testimonial_author {
		display: block;
	}

	p.testimonial_author {
		text-align: right;
	}

	/* Blog Section */
	.common-blog .widgettitle {
		text-align: center;
	}

	.common-blog .enews-widget,
	.common-blog .featuredpost {
		width: 100%;
		margin: 0 auto 50px;
	}

	.common-contact .widget.widget_text {
		width: 100%;
	}

	.buyers-cta .srp_MortgageCalc,
	.buyers-cta > .wrap > .srp_MortgageCalc + section {
		width: 100%;
	}

	#communities-map {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}

	/* Footer widgets */
	.footer-widgets .footer-widgets-3 ul.menu li {
		width: 100%;
		margin: 7px auto;
	}

	.footer-widgets .footer-widgets-4 {
		padding: 0;
	}

	body {
		width: 100%;
		margin: 0 auto;
	}

	img {
		max-width: 100%;
	}

	.archive-page,
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.footer-widgets .widget-area,
	.full-width-content .content,
	.sidebar,
	.sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.site-header,
	.site-header .widget-area,
	.sidebar-secondary,
	.title-area,
	.site-container {
		width: 100%;
	}

	.site-description,
	.footer-left,
	.footer-right,
	.site-title,
	.title-area,
	.site-header .widget-area {
		float: none;
		text-align: center;
	}

	.site-title a {
		margin: 0 auto;
	}

	.site-header .widget-area {
		padding: 0 0 10px;
	}
	
	.menu li.right {
		display: none;
	}
	
	.menu li ul ul {
		margin: -35px 0 0 158px;
	}

	nav.nav-primary {
	    background-repeat: repeat;
	}
	
	nav.nav-primary .wrap {
		text-align: center;
		width: 100%;
	}
	
	.sidebar .menu li {
		float: none;
		display: inline;
	}
			
	.slider-wrap {
		border: none;
	}
	
	.slider-inner {
		padding: 0 !important;
		overflow: hidden;
		width: 100%;
	}
	
	.flex-control-nav {
		margin: 20px 0 6px !important;
	}	
	
	#genesis-slider, #slides, .genesis-slider-wrap {
		width: 100% !important;
	}	
	
	.welcome-inner {
		text-align: center;
		width: 96%;
	}
	
	.site-inner {
		padding: 20px 0 0;
		width: 96%;
		width: 100%;
	}

	.content {
		padding: 0;
	}

	.breadcrumb,
	.pagination,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 0px 20px;
	}

	.page .page,
	.post,
	.listing,
	.aeprofiles,
	.testimonial,
	.entry-comments,
	#respond {
		/*padding: 0 20px;*/
	}
	
	.featuredpage .page img, 
	.featuredpost .post img {
		margin: 0 0 10px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	.post-image {
		width: 96%;
	}
	
	.s {
		width: 60%;
	}
	
	.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: none;
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}

}


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

	#menu-scottsdale-living li {
	    margin-left: 20%;
	    width: 80% !important;
	}

	h4.widgettitle {
		text-align: center;
	}

}


/* Landscape phones and down */
@media (max-width: 480px) {	

	.site-header p.agent-phone span {
		text-indent: -9999px;
		height: 0;
		display: block;
	}

	#ae-search-panel h3 {
		text-align: center;
	}

	#ae-search-panel select, 
	#ae-search-panel #search_neighborhood, 
	#ae-search-panel #search_price_min, 
	#ae-search-panel #search_price_max {
		width: 100%;
		margin: 0 auto 25px;
	}

	#ae-search-panel #ae-search-now {
	    width: 70%;
	}

	#menu-scottsdale-living li {
	    margin-left: 0%;
	    width: 100% !important;
	}

	#menu-explore-scottsdale li,
	#menu-explore-scottsdale li a,
	.common-communities #menu-communities-alphabetical li,
	.common-communities #menu-communities-alphabetical li a {
		width: 100% !important;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	#menu-explore-scottsdale > li > a {
		margin-bottom: 0;
	}

	.common-blog .featuredpost .post {
		width: 100%;
		margin: 0 auto 40px;
	}

}


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

	.view-video-wrap .bkgd-container {
		padding: 30px;
	}

	.view-video-wrap span.video-icon {
		position: static;
		margin: 0 auto 15px;
	}

	.view-video-wrap h3 {
		text-align: center;
		margin-bottom: 15px;
	}

	.view-video-wrap p.btn {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

}
