/*
	Theme Name: Remax
	Theme URI: 
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 1dea
	Author URI: http://www.1dea.com/
	Version: 1.0.0
	
	Template: genesis
	Template Version: 2.0.0
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
	font-weight:normal;
	font-weight:400;
    src: url('fonts/MontserratRegular.eot');
    src: url('fonts/MontserratRegular.eot') format('embedded-opentype'),
         url('fonts/MontserratRegular.woff2') format('woff2'),
         url('fonts/MontserratRegular.woff') format('woff'),
         url('fonts/MontserratRegular.ttf') format('truetype'),
         url('fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}
@font-face {
    font-family: 'Montserrat';
	font-weight:bold;
	font-weight:700;
    src: url('fonts/MontserratBold.eot');
    src: url('fonts/MontserratBold.eot') format('embedded-opentype'),
         url('fonts/MontserratBold.woff2') format('woff2'),
         url('fonts/MontserratBold.woff') format('woff'),
         url('fonts/MontserratBold.ttf') format('truetype'),
         url('fonts/MontserratBold.svg#MontserratBold') format('svg');
}


/*** ADDED BY DERICK ***/
.inner-top form{
	margin-top: 3px;
}

.map-page .site-inner .wrap {
    max-width: 100% !important;
}
.home .site-inner .wrap {
    max-width: 100% !important;

}


.center-content{
	text-align: center;
}

h1, .center-content h4, .center-content h2{
	color: #35597b;
	font-weight: normal!important;
}

.center-content h1{
	font-size: 36px;
	margin-bottom: 24px;
}

.center-content h4{
	font-size: 22px;
}

.center-content .one-half li{
	text-align: left;
	margin-bottom: 10px;
}

.grayder{
	margin-top: 40px;
	margin-bottom: 60px;
}

.grayder .wrap{
	background: #f8f8f8;
	border: solid 1px #c7c7c7;
	padding: 30px 40px;
	border-radius: 5px;
	height: 600px;
}

.grayder.free-height .wrap{
	height: auto;
}

.free-heigh h2{
	margin-bottom: 25px;
}

.spotlight .gfield_required {
  display: none;
}



.buy-form{
	margin: 30px auto 0;
}

.buy-form li{
	display: inline-block;
	vertical-align: top;
}

.buy-form .gform_body{
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

.buy-form .gform_body li{
	width: 50%;
}

.buy-form .gform_body input{
	display: block;
	width: 98%!important;
	margin: 0 auto 10px;
	border-radius: 5px;
}

.buy-form input[type=submit]:hover{
	background: #cf1820;
}


.buy-form input[type=submit]{
	background: #e21a22;
	padding: 10px 20px;
}

.buy-form .gform_footer{
	text-align: center;
}

.buy-form label{
	display: none!important;
}

.buy-form .gform_title{
	color: #35597b;
	font-size: 36px!important;
	font-weight: normal!important;
	margin-top: 80px!important;
	text-align: center;
}




.marketing{
	background: #f8f8f8;
	margin: 60px 0;
	padding: 60px 0;
}

.marketing .wrap{
	max-width: 1100px;
	margin: 0 auto;
}

.marketing .placeholder{
	display: block;
	width: 174px;
	height: 174px;
	background: #959595;
	margin: 0 auto 15px;
}

.marketing #marketer{
	max-width: 856px;
	margin: 30px auto;
}

#marketer .one-third{
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

#marketer .button{
	clear: both;
}






#neighborhood{
	margin: 60px 0;
	overflow: hidden;
}

#neighborhood .list{
	float: left;
	text-align: left;
	width: 228px;
	margin-right: 30px;
}

#neighborhood .list ul{
	margin-left: 0;
}

#neighborhood .list li{
	display: block;
	text-align: left;
}

#neighborhood .list:last-child{
	margin-right: 0;
}







#review-header{
	margin-top: 60px;
	overflow: hidden;
}

#review-header .sort{
	float: right;
	font-size: 16px;
}

.sort span{
	float: left;
	margin: 3px 10px 0 0;
}

.sort select{
	float: left;
	padding: 5px;
	width: auto;
}



#reviews{
	overflow: hidden;
	margin: 40px 0;
}

#reviews .items{
	float: left;
	width: 50%;
	margin-bottom: 40px;
}

#reviews .avatar{
	float: left;
}

#reviews .item-info{
	margin-left: 156px;
	text-align: left;
	padding-right: 35px;
}

#reviews .name{
	line-height: 100%;
	font-size: 26px;
	color: #000000;
}

#reviews .location{
	font-size: 20px;
	color: #35597b;
}

.info-meta{
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

.info-meta img{
	margin-right: 10px;
}




#review-pagination{
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px;
}

#review-pagination ul{
	margin: 0;
	padding: 0;
	display: inline-block;
}

#review-pagination li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 2px;
}

#review-pagination a{
	line-height: 100%;
}

#review-pagination li a{
	display: block;
	font-style: 16px;
}

#review-pagination li.active a{
	color: #000;
}

#review-pagination .prev,
#review-pagination .next{
	display: inline-block;
	vertical-align: top;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding: 0 5px;
}



.contact-agent-button {
  background-color: #f20028 !important;
  padding: 10px;
  border-radius: 4px;
  color: #ffffff;

}
.contact-agent-button:hover {
  opacity: 0.8;
}

.contact-agent-phone {
  line-height: 50px;
}


.ask-remax{
	max-width: 600px;
	margin: 20px auto 60px;
}

.ask-remax .gform_body input,
.ask-remax .gform_body textarea{
	width: 98%!important;
}

.ask-remax label{
	display: none!important;
}

.ask-remax input[type=submit]{
	background: #e21a22;
	padding: 10px 20px;
}

.ask-remax input[type=submit]:hover{
	background: #cf1820;
}

.ask-remax .gform_footer{
	text-align: center;
}

.ask .button{
	font-size: 20px;
	margin: 15px auto;
}

.ask h4{
	font-size: 28px;
	margin: 20px 0 0;
}

.ask-item{
	overflow: hidden;
	padding: 20px 0 20px;
	text-align: left;
}

.ask-item h1{
	padding: 0;
	margin: 0 0 5px;
}

.ask-item .entry-meta{
	margin-bottom: 20px;
}





/* 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-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary: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-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

body {
	background-color: #222;
	color: #5b5b5b;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

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

::-moz-selection {
	background-color: #5b5b5b;
	color: #fff;
}

::selection {
	background-color: #5b5b5b;
	color: #fff;
}

a {
	color: #0055a5;
	text-decoration: none;
}

a:hover {
	color: #35597b;
}

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

strong {
	font-weight: 700;
}

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

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #0055a5;
	border: none;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #004c94;
	color: #fff;
}

.button {
	display: inline-block;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

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


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

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1260px;
}

.site-inner {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
	padding-top: 60px;
	padding-top: 6rem;
	background:#fff;
	color:#464646;
}

.remax-home .site-inner {
	padding: 0;
	padding: 0;
}

.remax-landing .wrap {
	max-width: 900px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

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

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

/* Content */

.content {
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	width: 930px;
	color:#464646;
}

.more-link-holder {
	text-align:right;	
}
footer.entry-footer {
	display:none;	
}

.page-template-page_blog article.entry {
	border-bottom:1px solid #c7c7c7;	
}

.remax-home .content {
	margin: 0;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 550px;
}

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

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

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

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}

.archive-description {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	margin: 0 -4rem 4rem;
	padding: 30px;
	padding: 3rem;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
	margin-top: 1.2rem;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

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

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
}

.content .entry-title a {
	color: #5b5b5b;
}

.content .entry-title a:hover {
	color: #0055a5;
}

.widget-title {
	color: #005581;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.footer-widgets .widget-title,
.site-header .widget-title {
	color: #fff;
}

/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}

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

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

a.alignnone {
	display: inline-block;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

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

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

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


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

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

.widget li {
	border-bottom: 1px dotted #494949;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	text-align: left;
}

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

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	margin: 0 0 0 3rem;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_calendar table {
	border-color: #494949;
	width: 100%;
}

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

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

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	margin-top: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
}


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

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

.sidebar .enews-widget .widget-title {
	color: #fff;
}

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

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

.enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #5b5b5b;
}

.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
	-webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 60px 100px rgba(0, 0, 0, 0.5);
	box-shadow:         0 60px 100px rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
	color: #fff;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
	color: #0055a5;
}

#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}

.content .slide-excerpt {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
}

html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px;
	padding: 3rem;
}

.content #genesis-responsive-slider p {
	color: #fff;
}

.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	margin-top: -4rem;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}


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

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

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

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

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

#wpstats {
	display: none;
}


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

.site-header {
	background: #fff url(images/city.png) no-repeat bottom center;
	color: #fff;
}

.site-header .wrap {
}

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

.title-area {
	float: left;
	padding: 14px 0;
	padding: 1.4rem 0;
	margin-top: 34px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 43px;
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	display:none;
}

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

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	padding-top: 14px;
	padding-top: 1.4rem;
	text-align: right;
	margin-top: 29px;
}

.site-header .widget li {
	border-color: #fff;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #fff;
	color: #000;
}

.site-header  a{
	color:#0055a5;
	font-size:12px;	
}
.site-header .widget-title {
	color:#464646;
	font-size:15px;
	margin-bottom:0;
}
.site-header h2 a{
	color:#35597b;
	font-size:30px;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 0%;
	line-height: 1.5;
	width: 100%;
	text-align:center;
	overflow: hidden;

}


.genesis-nav-menu a {
	color: #4e4e4e;
	font-size: 14px;
	font-size: 1.4rem;
}

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

.genesis-nav-menu a {
	display: block;
	padding: 14px 10px;
}

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

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

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #fff;
	left: -9999px;
	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: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 1px solid #fff;
	border-top: none;
	color: #5b5b5b;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 20px;
	padding: 1.4rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 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;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
	padding: 1.8rem 2rem;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
	padding: 0.9rem 0 0;
}

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}

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

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}



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

.nav-primary {
	background-color: #dedede;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	background-color: #111;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.nav-secondary .genesis-nav-menu > li > a:hover,
.nav-secondary .genesis-nav-menu > li:hover > a {
	background: none;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li:hover > a {
	color: #0055a5;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #090909;
	border-color: #292929;
	color: #fff;
}

.nav-secondary .sub-menu {
	border-color: #292929;
}



/* Laneway Homes, Garden Sutes */
.genesis-nav-menu .menu-item.menu-item-1644 a span, 
.genesis-nav-menu .menu-item.menu-item-1643 a span {
    background: #7abc14;
    padding: 4px 15px;
    border-radius: 14px;
    color: #ffffff;
    height: 24px;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


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

/* Home Page
--------------------------------------------- */
.home-top{
	padding: 0;
}
.home-top .widget {
	margin-bottom : 0;
}
.home-top .widget p {
  margin: 0;
}


.home-top .widget-title {
	text-transform:none;
	color:#fff;
	font-size:52px;
	text-align:center;
	margin-bottom:5px;
}
.home-top h2{
	color:#fff;
	text-align:center;
	font-size:29px;
	text-transform:uppercase;
	margin-bottom:30px;
}

.searchwidget form{
	margin-top: 8px;
}

.searchwidget {
	padding: 30px;
	border-radius:8px;
	background:#fff;
	max-width:696px;
	margin:0 auto;
	box-shadow:0 4px 8px -4px #666;
}
.searchwidget input{
	width:auto;
	display:inline-block;
	vertical-align: middle;
	padding:8px;
	border-radius:50px;
}
.searchwidget input[type=search]{
	width:89%;
	border-color:#d1d1d1;
	background:#fff url(images/search.png) no-repeat 10px center;
	padding-left:40px;
}
.searchwidget input[type=submit]{
	width:20%;
	margin-left:-10%;
	background:#e21a22;
	color:#fff;
	border:1px solid #aeaeae;
	border-left:0;
}
.searchwidget input[type=submit]:hover{
	background:#cb171f;	
}
.remax-home .site-inner {
	background:url(images/home_banner.jpg) no-repeat;
	background-size:cover;	
}
.searchwidget h1{
	color:#5b5b5b;
	font-size:32px;
	line-height: 25px;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top: 5px;
}
.searchwidget label{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.searchwidget .search_options{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.page .search_options{
	color:#fff;
}
.advancesearch{
	text-align:center;
	padding:10px 0 0;
}
.advancesearch span{
	font-weight:bold;	
}
.advancesearch span,
.advancesearch a{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	color:#5b5b5b;
}
.advancesearch a{
	background:url(images/advance-inactive.png) no-repeat left center;
	padding-left:20px;
	outline:none;
}
.advancesearch a.active{
	background:url(images/advance-active.png) no-repeat left center;
}
.remax-home .content {
	padding: 0;
	background:none;
}
.inner-top {
	background:#fff url(images/inner-search.png) repeat-y center;	
	background-size:100% auto;
}
.inner-top .searchwidget {
	background:none;	
}
.inner-top #text-4 {
	display:none;	
}
.inner-top .advancesearch span,
.inner-top .advancesearch a,
.inner-top .searchwidget h1{
	color:#fff;	
}


.home-bottom {
	background-color: #fff;
	padding: 60px 0;
	text-align:center;
}

.home-bottom .wrap {
	max-width:1475;	
}
/*.home-bottom .widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.home-bottom .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.home-bottom .featured-content img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}
*/
.home-bottom .widget-title {
	color: #35597b;
	font-size:36px;
	text-transform:none;
}
.home-bottom .welcometext{
	margin-bottom:60px;
}
.person{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size:11px;
	margin: 0 28px 30px;
}
.home .person{
	width: 16%;
	min-width: 160px;
	margin: 0 0 30px;
}
.person h2{
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:2px;
}
.person p{
	font-size: 14px;
}
.person p:first-child,
.person p:first-of-type{
	text-align: center!important;
}
.home .person p{
	text-align: left;
}
.person span{
	display: block;
	text-align: center;
	font-size: 11px;
}
.person ul{
	margin-left: 20px!important;
}
.person p{
	margin-bottom: 20px!important;
}

.main-person{
	clear: both;
	width: 100%;
	margin: 40px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 50px 0 40px;
}

.main-prof{
	float: left;
	width: 400px;
	position: relative;
}

.main-prof h4{
	text-transform: uppercase;
	text-align: center!important;
}

.main-prof h4 span{
	display: block;
	font-size: 16px;
	display: block;
	color: #555;
}

#per-wrap{
	text-align: center;
	position: relative;
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.main-prof-info{
	margin-left: 450px;
}

.main-prof img{
	width: 100%;
	height: auto;
}

.main-person h3{
	color: #35597b;
	font-size: 24px;
	text-align: left;
	margin-bottom: 20px;
}
.main-person h4{
	text-align: left;
	margin-bottom: 20px;
	font-size: 20px;
}
.main-person li{
	text-align: left;
	font-size: 14px;
}
.main-person p{
	text-align: justify;
}

.home-bottom-2 {
	background:#f8f8f8;
	padding:60px 0 30px;	
}
.home-bottom-2 .mediaholder{
	display:none;	
}
.home-bottom-2  #showbiz_1_1.showbiz-container{
	width:100% !important;
	max-width:100% !important;	
}
.home-bottom-2 #showbiz_1_1 .showbiz-title{
	text-transform:none;
	text-align:left;	
}
.home-bottom-2 #showbiz_1_1 .showbiz-title a{
	font-size:22px;
	font-weight:bold;
	text-transform:none;
	color:#35597b !important;
}
.home-bottom-2 #showbiz_1_1 .showbiz-title a:hover{
	font-size:22px;
	font-weight:bold;
	text-transform:none;
	color:#35597b;
}
.home-bottom-2 .showbiz_date {
	color:#464646;
	font-size:13px;	
}
.home-bottom-2 #showbiz_1_1 .showbiz-description{
	text-align:left;
	font-size:16px;
	color:#464646;
}
.home-bottom-2 .showbiz li{
	border:1px solid #959595 !important;
	border-right:0 !important;
	border-left:0 !important;
	padding:30px 0 !important;	
}
.home-bottom-2 .widget-title {
	text-transform:none;
	color:#35597b;
	font-size:36px;
}
.home-bottom-2 .widget-title a{
	float:right;
	color:#0055a5;
	font-size:16px;
	text-decoration:underline;
	margin-top:10px;
}
.home-bottom-2 .showbiz-container {
	overflow:visible;	
}

.home-bottom-2 #showbiz_1_1 .showbiz-navigation{
	margin:0;
}
.home-bottom-2 #showbiz_1_1 .sb-navigation-left{
	position:absolute;
	left:-55px;
	top:50%;
	z-index:100;
	border:0 !important;
	background:none !important;
}
.home-bottom-2 .sb-navigation-left i:before {
	content:'';
	background:url(images/sb-prev.png) no-repeat;
	width:43px;
	height:42px;
	border:0;	
}
.home-bottom-2 #showbiz_1_1 .sb-navigation-right{
	position:absolute;
	right:-55px;
	top:50%;
	z-index:100;
	border:0 !important;
	background:none !important;
}
.home-bottom-2 .sb-navigation-right i:before {
	content:'';
	background:url(images/sb-next.png) no-repeat;
	width:43px;
	height:42px;
	border:0;	
}
.home-bottom-2 .sb-navigation-play{
	display:none;	
}


.home-bottom-3 {
	background:#fff;
	padding:60px 0 30px;	
}
.home-bottom-3 .wrap{
	max-width:100%;	
}
.home-bottom-3 .one-third img {
	margin-bottom:0;
	width:100%;	
}
section#text-8 {
  text-align: center;
}
.home-bottom-3 .listing-info {
	font-size:13px;
	color:#898989;
	background:#f9f9f9 url(images/lising-stripe.png) no-repeat bottom right;
	padding:20px;
	text-align: left;
}
.home-bottom-3 .listing-info h2{
	color:#0055a5;
	font-size:22px;
}

.home-bottom-3 .listing-info h3{
	color:#000;
	font-size:16px;
}

.home-bottom-3 .listing-info h4{
	color:#000;
	font-weight:bold;
	font-size:24px;
}

.home-bottom-3 .listing-link{
	text-align:right;	
}
.home-bottom-3 .widget-title {
	text-align:center;
	font-size:36px;
	color:#35597b;
	text-transform:none;	
}

.home-bottom-4 {
	background:#fff;
	padding:20px 0 30px;	
}
.home-bottom-4 .wrap {
	max-width:780px;
}

.home-bottom-4 .widget {
	background:#505050 url(images/form-bg.png) no-repeat top center;
	border-radius:8px;
	padding:30px;
	color:#fff;
	text-align:center;
	position:relative;
}
.home-bottom-4 .widget:before {
	content:'';
	height:74px;
	display:block;
	background:url(images/pointer.png) no-repeat center;
	margin-top: -65px;
}
.home-bottom-4 .gform_wrapper{
	max-width:100%;
	width:100%;
	margin:0;	
}
.home-bottom-4 .gform_wrapper ul li.gfield {
	border:0;
	margin:0;
	padding:0;
	display:inline-block;
	width:38%;
	float:none;
	padding:0 10px;
}
.home-bottom-4 .gform_wrapper ul li.gfield label {
	display:none;	
}
.home-bottom-4 .gform_wrapper ul li.gfield input{
	padding:6px;
	background:#fff;
	border-radius:4px;
	border:0;
	width:100%;	
}
.home-bottom-4 .widget-title {
	color:#fff;
	font-size:35px;
	text-align:center;
	text-transform:none;
}
.home-bottom-4 .gform_wrapper .gform_heading {
	text-align:center;
	padding:0;
	width:100%;
	max-width:100%;
	font-size:16px;	
}
.home-bottom-4 .gform_wrapper .gform_body,
.home-bottom-4 .gform_wrapper .gform_footer{
	text-align:center;	
}
.home-bottom-4 .gform_wrapper .gform_footer {
	padding:0;	
}
.home-bottom-4 .gform_wrapper .gform_footer .button {
	background:#e21a22;
	padding:10px 20px;
}
.home-bottom-4 .gform_wrapper .gform_footer .button:hover {
	background:#cb171f;	
}
/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

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

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

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

.entry-content code {
	background-color: #5b5b5b;
	color: #ddd;
}

.contact-form_wrapper{
	max-width:100%;
	width:100%;
	margin:0;	
}
.contact-form_wrapper.gform_wrapper ul li.gfield {
	border:0;
	margin:0;
	padding:0;
}

.contact-form_wrapper.gform_wrapper ul li.gfield input,
.contact-form_wrapper.gform_wrapper ul li.gfield textarea {
	padding:8px;
	width:100%;
}
.contact-form_wrapper.gform_wrapper label.gfield_label + div.ginput_container {
	float:right;
	width:68%;	
}
.contact-form_wrapper.gform_wrapper .gform_footer.left_label {
  text-align: center;
}

.no-title .entry-title {
	display:none;	
}


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

p.entry-meta {
	color: #464646;
	margin-bottom: 0;
}
p.entry-meta a {
	color: #0055a5;
}
.sub-max {
	max-width:940px;
	width:100%;
	margin:0 auto;	
}

p.entry-meta a:hover {
	color: #5b5b5b;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
	padding-top: 1.2rem;
}

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

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 30px;
	padding: 3rem;
	text-align: center;
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content li {
	text-align: center;
}

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

.pagination {
	margin: 40px 0 0;
	margin: 4rem 0 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #5b5b5b;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #0055a5;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li,
.entry-pings li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

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

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}


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

.sidebar {
	color: #464646;
	background: #f2f2f2;
	border: solid 1px #c7c7c7;
	padding: 30px 0;
	margin-bottom: 60px;
}

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

.sidebar .widget-title{
	font-size: 20px;
	font-weight: bold;
}

.sidebar li,
.sidebar li:last-child{
	margin: 0;
	padding: 6px 20px!important;
	border-top: solid 1px #cfd2d7;
	border-bottom: solid 1px #cfd2d7!important;
}

.sidebar li a{
	font-size: 16px;
}

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

.sub-footer {
	background-color: #f2f6e9;
	padding: 60px 0 30px;
	padding: 6rem 0 3rem;
}

.sub-footer-left {
	float: left;
	width: 785px;
}

.sub-footer-right {
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	width: 235px;
}

.sub-footer-left .entry-title {
	font-size: 30px;
	font-size: 3rem;
}


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

.footer-widgets {
	background-color: #444343;
	color: #ccc;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 60px 0 30px;
	padding: 6rem 0 3rem;
}

.footer-widgets input {
	border: 1px solid #5b5b5b;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 285px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}
.footer-widgets .social-links {
	margin-bottom: 30px;
}
.footer-widgets .social-links a {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 5px;
}
.footer-widgets .social-links a.fb {
	background: url("images/fb.png") no-repeat center;
}
.footer-widgets .social-links a.tw {
	background: url("images/tw.png") no-repeat center;
}
.footer-widgets .social-links a.in {
	background: url("images/in.png") no-repeat center;
}
.footer-widgets .social-links a.gp {
	background: url("images/gp.png") no-repeat center;
}
.footer-widgets .social-links a.pn {
	background: url("images/pn.png") no-repeat center;
}
.footer-widgets .social-links a.ig {
	background: url("images/ig.png") no-repeat center;
}
.footer-widgets .social-links a:hover {
	opacity: .8;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #eee url(images/footer-bg.png) no-repeat;
	background-size:cover;
	border-top:27px solid #c2c2c2;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 60px 0 40px;
	text-align: center;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #eee;
	text-decoration:underline;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-addr {
	font-size:16px;
	margin-bottom:30px;	
}



.site-header .widget-area .mobile-menu-button {
	display:none;
}

/*
    * Listing info styling
*/

.remax-listing-info .content {
    color: #464646;
    font-size: 16px;
}
.remax-listing-info .content h1 {
    text-align: center;
    font-size: 36px;
    color: #35597b;
    margin-bottom: 30px;
}
.remax-listing-info .content h1 span {
    display: block;
    color: #464646;
    font-size: 20px;
    margin-top: 5px;
}
.listing-left {
    float: left;
    width: 42%;
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;
}
.listing-left h2 {
    font-size: 40px;
    color: #35597b;
    font-weight: bold;
}
.listing-left .rooms {
    margin-bottom: 10px;
}
.listing-left .rooms span {
    font-size: 28px;
}
.listing-left .rooms .bedroom {
    margin-right: 10px;
    border-right: 3px solid #464646;
    padding-right: 10px;
}
.listing-left .onmarket {
    display: block;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 40px;
    margin-bottom: 30px;
    color: #464646;
    font-size: 16px;
}
.listing-left .walk-score {
    padding-bottom: 40px;
    border-bottom: 1px solid #c7c7c7;
}
.listing-left .walk-score h3,
.listing-left .school-district h3{
    color: #35597b;
    font-size: 22px;
}
.listing-left .walk-score .scores > div {
    display: inline-block;
    border: 1px solid #adadad;
    padding: 10px;
    position: relative;
    padding-right: 60px;
}
.listing-left .walk-score .scores > div > span {
    position:absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    background: #adadad;
    color: #fff;
    text-align: center;
    padding-top: 11px;
}
.listing-left .walk-score .scores > div.walk {
    margin-right: 20px;
}
.listing-left .walk-score h3 span {
    display: block;
    color: #464646;
    font-size: 16px;
}
.listing-left .school-district {
    padding-top: 40px;
}


.listing-right {
    float: right;
    width: 54%;
}
.listing-right h2 {
    color: #35597b;
    font-size: 22px;
}

.listing-features {
    border-top: 1px solid #c7c7c7;
    padding-top: 40px;
    clear: both;
}
.listing-features .icon {
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
}
.listing-features .icon:after{
    width: 0;
    height: 100px;
    vertical-align: middle;
    display: inline-block;
    content: '';
}
.listing-features .icon img {
    display: inline-block;
    vertical-align: middle;
}
.listing-features h2 {
    font-size: 22px;
    color: #35597b;
    font-weight: bold;
}
.listing-left,
.listing-right {
    margin-bottom: 30px;
}

.first-time-pdf {
    border:1px solid #c7c7c7;
    padding: 40px 20px;
    text-align: center;
    background: url("images/buyers-guide.png") 20px 20px no-repeat;
    padding-left: 180px;
    border-radius: 8px;
    max-width: 650px;
    margin: 40px auto 0;
    color: #000000;
}
.first-time-pdf h2 {
    font-size: 33px;
    color: #464646;
}
.first-time-pdf .button {
    background: #e21a22;
    padding: 10px 20px;
    text-transform: none;
}
.first-time-pdf .button:hover {
    background: #96c2e7;
}

.room-extras {
    padding-bottom: 80px;
}
.room-extras h2,.neighbourhood-map .listing-general.room-extras h2{
    color: #35597b;
    font-size: 22px;
    font-weight: bold;
	text-align: left;
}
.room-extras tbody,
.room-extras td {
    border: 0;
    padding: 0;
}
.room-extras table {
    border-top: 1px solid #c1c1c1;
}
.room-extras .tbheading td{
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
}
.room-extras h4 {
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 12px 0;
}
.neighbourhood-map h2 {
    color: #35597b;
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
}
.neighbourhood-map .tabs a{
    float: left;
    width: 20%;
    border: 1px solid #c3c3c3;
    padding: 10px 0;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    text-transform: uppercase;
    color: #464646;
}
.neighbourhood-map .tabs a:after {
    content: '';
    display: block;
    background: url("images/tab-pointer.png") no-repeat center;
    height: 5px;
}
.neighbourhood-map .tabs:after {
    content: '';
    display: block;
    clear: both;
}
.neighbourhood-map .tabs a.active,
.neighbourhood-map .tabs a:hover{
    background: #71a731;
    color: #fff;
    position: relative;
}
.neighbourhood-map .tabs a.active:before {
    content: '';
    position: absolute;
    width: 100%;
    background: url("images/polygon.png") no-repeat center;
    height: 18px;
    bottom: -18px;
    left: 0;
    z-index: 100;
}
.neighbourhood-map .tabs a.active:after {
    width: 0;
}
.neighbourhood-map .map img {
    width: 100%;
}

.get-started {
    padding-top: 60px;
    max-width: 730px;
    margin: 0 auto;
}
.get-started .left {
    padding-top: 40px;
}
.get-started .left span{
    color: #e21a22;
    font-size: 18px;
}
.get-started .left h2 {
    font-size: 33px;
    color: #464646;
    text-align: right;
}

.get-started .gform {
    background: #4d4d4d url(" images/form-arrow.png") no-repeat 0 20px;
    padding: 30px;
}
.get-started .gform_wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.get-started .gform_wrapper ul li.gfield {
    margin: 0;
    padding: 0;
    border: 0;
}
.get-started .gform_wrapper ul li.gfield label {
    display: none;
}
.get-started .gform_wrapper ul li.gfield input {
    padding: 5px;
    width: 100%;
    border-radius: 4px;
}
.get-started .gform_wrapper .gform_footer {
    text-align: center;
    padding: 0;
}
.get-started .gform_wrapper .button {
    background: #e21a22;
    padding: 10px 20px;
    text-transform: none;
}
.get-started .gform_wrapper .button:hover {
    background: #96c2e7;
}
.listing-left .walk-score .scores > div{
    margin-bottom: 20px;
}

.res-sidebar{
    width: 27%;
    float: left;
}
.res-sidebar .widget {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}
.res-sidebar .widget h1 {
    border-bottom: 1px solid #959595;
    font-size: 13px;
    padding-bottom: 5px;
}
.res-sidebar .counter {
    font-size: 70px;
    color: #35597b;
    display: inline-block;
    font-weight: bold;
    padding: 0 10px;
    line-height: 70px;
}
.res-sidebar .counter-label {
    display: inline-block;
    font-size: 20px;
    color: #464646;
}

.type-of-home span {
    color: #959595;
    font-size: 12px;
    background: url("images/check.png") no-repeat left;
    padding-top: 5px;
    padding-left: 20px;
    display: block;
}
.res-sidebar .widget.list {
    padding-right: 1px;
}
.res-sidebar .widget .listings {
    height: 400px;
    overflow: auto;
}

.res-map {
    width: 70%;
    float: right;
}
.res-map .neighbourhood-map .tabs a {
    font-size: 12px;
}

.listing-item h1 {
    color: #000;
    font-weight: bold;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.listing-item h2 {
    font-size: 12px;
    color: #0055a5;
}
.listing-item {
    margin-bottom: 20px;
}
.bx-wrapper img {
    width: 100%;
}

.bx-wrapper ul li img {
    height: 420px !important;
    overflow: hidden;
}
.remax-listing-info .site-inner .wrap {
    max-width: 1100px;
    width: 100%;
    color: #464646;
}
.listing-intro {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c7c7;
}
.listing-information {
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #c7c7c7;
    /*border-top: 1px solid #c7c7c7;*/
}
.listing-general,
.listing-additional{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c7c7c7;
}
.first-time-pdf {
    margin-bottom: 60px;
}
.listing-general,
.listing-additional {
    color: #464646;
}
.remax-listing-info .listing-general .one-half,
.remax-listing-info .listing-additional .one-half,
.remax-listing-info .listing-information .one-half{
    padding: 8px 0;
}

.listing-information .item-row:nth-child(odd){
    background: #E5E5E5;
    padding-left: 5px;
    padding-right: 5px;
}
.listing-information .item-row:nth-child(even){

	padding-left: 5px;
	padding-right: 5px;
}
.listing-general .item-row:nth-child(even),.listing-additional .item-row:nth-child(even){
	background: #E5E5E5;
	padding-left: 5px;
	padding-right: 5px;
}

.listing-right.neighbourhood-map .tabs a {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.listing-right.neighbourhood-map .tabs a.active {
    background: #0055a5;
}
.listing-right.neighbourhood-map .tabs a.active:before {
    background: url("images/blue-active.png") no-repeat center;
    bottom: -14px;
    z-index: 1;
}
.listing-right .tab-content {
    display: none;
    min-height: 420px;
}
.listing-right .tab-content.show {
    display: block;
}
.listing-right .bx-wrapper .bx-viewport {
    left: 0;
    border: 0;
}



#n-map,
#t-map {
    height: 100%;
    min-height: 500px;
}

.gm-style-iw .info-head {
    color: #0055a5;
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
}
.gm-style-iw strong {
    font-weight: bold;
    font-size: 16px;
}

.page .recent-listings{
	margin-bottom: 50px;
}
.recent-listings img{
	margin-bottom:20px!important; 
}

.marketing {
    position: relative;
}
.marketing .wrap {
    position: relative;
    z-index:10;
}
.marketing:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top:0;
    right: 100%;
    z-index:1;
    background: #f8f8f8;
}
.marketing:after {
    content: '';
    position: absolute;
    width: 50%;
    top:0;
    left: 100%;
    z-index: 1;
    background: #f8f8f8;
    height: 100%;
}
.res-sidebar .listing-item {
    font-size: 11px;
}
.res-sidebar .listing-item h2 {
    margin-bottom: 0;
}

.map-icons {
	margin-top: 30px;
	text-align: center;
}
.map-icons .wp-caption {
	display: inline-block;
	vertical-align: top;
	width: 23%!important;
	height: 230px;
	margin: 0 10px;
	border: 1px solid #35597B;
	box-shadow: 0 0 4px #35597B;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 8px;
}
.map-icons .wp-caption a {
	width: 100%;
}
.map-icons .wp-caption:hover {
	background: #35597B;
	color: #fff;
}
.map-icons .wp-caption a:hover img {
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
}

.realtor-left {
	float: left;
	width: 66%;
}
.realtor-right {
	float: right;
	width: 23%;
	border: 1px solid #ddd;
	padding: 20px;
}
.realtor-heading {
	margin-bottom: 20px;
}
.realtor-heading h2 {
	color: #35597b;
	font-size: 36px;
	text-transform: none;
	margin-bottom: 0;
}

.realtor-profile .profile-image {
	float: left;
	width: 40%;
}
.realtor-profile .profile-contact {
	float: right;
	width: 58%;
}
.realtor-profile .profile-contact > div {
	padding: 5px 0;
}
.realtor-profile .profile-contact .office {
	padding-left: 30px;
	background: url("images/phone.png") no-repeat left center;
}
.realtor-profile .profile-contact .mobile {
	padding-left: 30px;
	background: url("images/mobile.png") no-repeat left center;
}
.realtor-profile .profile-contact .fax {
	padding-left: 30px;
	background: url("images/fax.png") no-repeat left center;
}
.realtor-profile .profile-contact .email {
	padding-left: 30px;
	background: url("images/email.png") no-repeat left center;
}
.realtor-profile .profile-contact .website {
	padding-left: 30px;
	background: url("images/website.png") no-repeat left center;
}
.realtor-right .gform_wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.realtor-right .gform_wrapper ul li.gfield {
	margin: 0;
	border: 0;
	padding: 0;
}
.realtor-right .gform_wrapper ul li.gfield label.gfield_label {
	display: none;
}
.realtor-right .gform_wrapper ul li.gfield input,
.realtor-right .gform_wrapper ul li.gfield textarea,
.realtor-right .gform_wrapper ul li.gfield select{
	width: 100%;
	padding: 8px;
	border-radius: 4px;
}
.realtor-right .gform_wrapper ul li.gfield select {
	height: 37px;
}
.realtor-right .gform_wrapper h2.gsection_title {
	padding-top: 15px !important;
	font-weight: normal;
	font-size: 16px;
}

.office-location {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	margin-bottom: 30px;
}
.office-location .first {
	font-size: 30px;
}
.office-location .location {
	background: url("images/location.png") no-repeat left center;
	padding-left: 50px;
	font-size: 18px;
}
.office-location .location span {
	display: block;
	font-size: 14px;
}

.realtor-about {
	margin-bottom: 30px;
}



/*  My Real Page */
.mrp-showcase-container {
  max-height: 800px;
	margin-top: -450px;
}

.listing-contact-info .contact-name,
.mrp-contact-name {
  display: none !important;
}


.mrp-idx-button {
  background-color: #f20028 !important;
	    height: 54px;
    padding: 0 !important;
    width: 300px;
    color: #ffffff;
    border-radius: 27px;
	text-transform: uppercase;
}

.menu-item .mrp-idx-button {
	height: 24px;
	width: 150px;
	color: #fff;
	text-transform: uppercase;
}

.page-id-1441 .menu-item-1446 {
	display:none;
}


.mrp-listing-showcase-band-price {
	height:24px !important;
}

/* SKT Skills chart */
.chartbox {
    margin: 10px 15px !important;
}

.chartbox p {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
    visibility: hidden;
    text-transform: uppercase;
}

.chartbox .chart {
    
    font-size: 10px;

}




/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
	.fview_options span.right { display: block; }
	.map-icons .wp-caption {
		width: 28%!important;
		height: auto;
	}
}
@media only screen and (max-width: 840px) {
	.map-icons .wp-caption {
		width: 40%!important;
		height: auto;
	}
}
@media only screen and (max-width: 400px) {
	.map-icons .wp-caption {
		width: 45%!important;
	    height: auto;
	    margin: 0 2% 20px;
	    font-size: 13px;
	}
}
@media only screen and (max-width: 320px) {
	.map-icons .wp-caption {
	    height: 152px;
	}
}





@media only screen and (max-width: 950px) {
	.fview_options span.right { display: none; }
	.fsidebar, .fcontent {
		width: 100%!important;
	}
	.fcontent {
		margin-bottom: 40px;
	}
}






@media only screen and (max-width: 630px) {
	.fcontent  .fgrid {
		width: 48%!important;
	}
	.fcontent  .fgrid:nth-child(3n+2) {
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.fcontent  .fgrid:nth-child(2n+2) {
		margin-left: 4%!important;
		margin-right: auto!important;
	}

	.ffslider-cover .bx-controls-direction .bx-next,
	.ffslider-cover .bx-controls-direction .bx-prev { display: none!important; }

	.flistings { width: 100%!important; }
	.flistings:first-child { margin-bottom: 40px!important; }

	.bx-wrapper ul li img { height: auto!important; }
	.fslider-pager img {
		width: auto !important;
		height: 115px!important;
		padding: 0!important;
	}
}
@media only screen and (max-width: 500px) {
	.fcontent  .fgrid {
		width: 100%!important;
	}
	.fcontent  .fgrid:nth-child(2n+2) {
		margin-left: auto!important;
	}
	.fcontent  .fgrid img { height: auto!important; }

	.fsingle-header h1,
	.fsingle-header span,
	.fleft, .fright {
		float: none!important;
		display: block;
	}
}






@media only screen and (max-width: 670px) {
	.fimage { width: 200px!important; }
	.fdetails { margin-left: 220px!important; }
}
@media only screen and (max-width: 530px) {
	.fimage { width: 100%!important; }
	.fdetails { margin-left: 0!important; }
}






@media only screen and (max-width: 1280px) {
	.wrap {
		max-width: 1140px;
	}
	.content {
		width:810px;	
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 255px;
	}
}
@media only screen and (max-width: 1265px) {
	.wrap {
		max-width: 1024px;
	}
	.genesis-nav-menu a {
	  padding: 14px 18px;
	}
	.content {
	  width: 695px;
	}
}
@media only screen and (max-width: 1180px) {

	.wrap {
		max-width: 960px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}
	
	.sub-footer-left {
		width: 710px;
	}
	
	.content {
		width: 630px;
	}
	
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	.genesis-nav-menu a {
	  padding: 14px 14px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 210px;
	}
	
	.home-bottom-2 .wrap {
		padding:0 30px;	
	}
    .grayder .wrap {
        height: 700px;
    }

}

@media only screen and (max-width: 1023px) {
	
	.wrap {
		max-width: 768px;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap/*,
	.site-header .widget-area,
	.title-area*/ {
		width: 100%;
	}
	
	.title-area{
		width:100%;
		max-width:340px;
		margin-top:16px;
	}
	section#text-2 {
		display:none;	
	}
	
	.header-image .site-title a {
		background-position: top !important;
	}
	
	.genesis-nav-menu li,
	.site-header .search-form,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.genesis-nav-menu,
	.nav-primary,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
	}
	
	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 18px 12px;
		padding: 1.8rem 1.2rem;
	}
	
	.site-header .search-form {
		margin: 16px auto;
		margin: 1.6rem auto;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.sub-footer-left {
		width: 520px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}
	.site-header .widget-area .widget {
		display:inline-block;
		vertical-align:middle;
		margin-bottom:0;
	}
	.site-header .widget-area .mobile-menu-button {
		margin-left:10px;
		display:inline-block;
	}
	.site-header .widget-area .mobile-menu-button a{
		display:block;
		width:40px;
		height:40px;
		background:url(images/mobile-menu.png) no-repeat center;
	}
	.site-header .widget-title {
		font-size:10px;
		line-height:10px;
	}
	.site-header h2 {
		margin-bottom:0;
		line-height:20px;
	}
	.site-header h2 a{
		font-size:20px;	
	}
	.site-header .widget-area {
		padding-top: 0px;
	}
	.nav-primary .genesis-nav-menu {
		display:none;
		background:#dedede;
	}
	/*//responsive menu*/
	.nav-primary .wrap{
		padding:0;
		position:relative;
	}
	#responsive-menu-icon::before{
			font-size:26px;
			color:#000;
	}
	.genesis-nav-menu .menu-item{
		display:block;
		float:none;
	}
	.genesis-nav-menu  {
		position:absolute;
		z-index: 10;	
	}
	.genesis-nav-menu .menu-item > .sub-menu {
			position: static;
			opacity:1;
	}
	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a{
		width:100%;
		border:0;
	}
	.genesis-nav-menu .sub-menu a {
		background:#C3C3C3;
		border:0;
		border:1px solid #000;
		color:#fff;
		border-top:0;
	}
	.genesis-nav-menu{
		border-top: 1px solid #333;
	}
	.genesis-nav-menu > .menu-item > a {
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		border: 1px solid #333;
		border-top: 0;
		padding: 15px;
	}
    .grayder.one-half {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .grayder .wrap {
        height: auto;
    }
    .inner-top .searchwidget {
        box-shadow: none;
    }
    #person-wrap .person {
        width: 48%;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
    #person-wrap .person p {
        text-align: center;
    }
    #person-wrap .person:nth-child(2n+1) {
        clear: both;
    }
    #person-wrap .person:nth-child(2n+2) {
        float: right;
    }
    .res-sidebar {
        width: 100%;
    }
    .res-map {
        width: 100%;
    }
    .type-of-home .one-half {
        width: 48%;
        float: right;
    }
    .type-of-home .one-half.first {
        float: left;
    }
    .res-sidebar .listings .listing-item .two-thirds {
        width: 83%;
        float: right;
    }
	.realtor-right,
	.realtor-left {
		width: 100%;
	}
}

@media only screen and (max-width: 890px) {
	.main-prof{
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.main-prof img{
		width: 100%!important;
		height: auto!important;
	}

	.main-prof-info{
		margin-left: 0;
	}
}

@media only screen and (max-width: 860px) {
	
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.home-bottom-3 .wrap {
		padding:0;	
	}
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
		margin-bottom: 0.4rem;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.sub-footer-left,
	.sub-footer-right,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}
	
	.home-bottom .person {
		text-align: center;
		width: 48%;
		margin-bottom:30px;
	}
	
	.home-bottom .person:nth-of-type(2n) {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	
	.home-bottom .person:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.home-bottom-2 .wrap {
		padding:0 60px;	
	}
	
	.home-bottom-4 {
		padding-top:40px;	
	}
    .listing-left,
    .listing-right {
        width: 100%;
    }
    .listing-right img {
        width: 100%;
    }
    .listing-features .one-fourth {
        margin-bottom: 40px;
    }
    .get-started .left h2,
    .get-started .left{
        text-align: center;
    }
    .get-started .gform {
        background-image: none;
    }
    .first-time-pdf {
        background-position: center 20px;
        padding: 210px 20px 20px;
    }
    #text-5 .one-fourth {
        display: none;
    }
    .recent-listings.one-third img {
        height: auto !important;
    }
    #reviews .avatar {
        float: none !important;
        margin-bottom: 20px;
    }
    #reviews .items {
        padding: 10px;
    }
    #reviews .item-info {
        margin-left: 0 !important;
        text-align: left !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 660px) {
	.recent-listings.second{
		margin: 0!important;
	}
}

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

	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}
	.home-bottom-2 #showbiz_1_1 .sb-navigation-left {
		left:auto;
		top:10px;
		right:50px;
	}
	.home-bottom-2 #showbiz_1_1 .sb-navigation-right {
		right:0;
		top:10px;
	}
	.home-bottom-2 .showbiz li {
		padding-top:60px !important;	
	}
	.home-bottom-2 .wrap {
		padding:0 5%;	
	}
	.home-bottom-3 .one-third {
		width:100%;
		margin:0;
		margin-bottom:30px;	
	}
	.home-bottom-4 {
		padding-top:20px;	
	}
	.home-bottom-4 .gform_wrapper ul li.gfield {
		width:100%;	
	}
	section#text-3 {
	   display: none; 
	}
	.home-top .widget-title,
	.home-bottom .widget-title,
	.home-bottom-2 .widget-title,
	.home-bottom-3 .widget-title
	.home-bottom-4 .widget-title {
		font-size:33px;	
	}
	.home-top h2 {
		font-size:16px;	
	}
	.searchwidget h1 {
		display:none;	
	}
	.searchwidget {
		text-align:center;	
	}
	.searchwidget input[type=search] {
		width:100%;	
	}
	.searchwidget input[type=submit]{
		width:100%;
		max-width:150px;
		margin-left:0;
		margin-top:10px;
		display:inline-block;
	}
	.advancesearch span, .advancesearch a{
		display:block;
		text-align:left;	
	}
	.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
		float:none;
		width:100%;	
	}
	.gform_wrapper label.gfield_label + div.ginput_container,
	.contact-form_wrapper.gform_wrapper label.gfield_label + div.ginput_container{
		width:100%;
		float:none;
		margin:0;
		margin-bottom:10px;
	}
	.home-top {
	  padding: 0;
	  text-align: center;
	}
    .listing-left .rooms span,
    .listing-left .rooms .bedroom{
        display: block;
        border-right: 0;
        margin: 0;
    }
    .listing-left .walk-score .scores > div {
        margin-bottom: 20px;
        width: 100%;
    }
    .neighbourhood-map .tabs {
        display: none;
    }
    .buy-form .gform_body li {
        width: 100%;
        margin: 0;
    }
    #reviews .items {
        width: 100% !important;
    }
    #review-header .sort {
        float: none !important;
        font-size: 16px;
        padding: 20px 0 0 !important;
        clear: both !important;
    }
    #person-wrap .person,
    .type-of-home .one-half,
    .res-sidebar .listings .listing-item .one-third,
    .res-sidebar .listings .listing-item .two-thirds {
        width: 100%;
    }
    .res-sidebar .listings .listing-item .one-third {
        margin-bottom: 10px;
    }
}

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

	
	.content #genesis-responsive-slider .flex-control-nav {
		display: none;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	.home-bottom-2 {
		padding-top:0;	
	}
	.home-bottom-2 .widget-title {
		text-align:center;
	}
	.home-bottom-2 .widget-title a{
		display:block;
		float:none;	
	}
	.home-bottom-2 #showbiz_1_1 .sb-navigation-left {
		left:0;
		top:-48px;
		right:AUTO;
	}
	.home-bottom-2 #showbiz_1_1 .sb-navigation-right {
		right:0;
		top:-48px;
	}
	.home-bottom-2 .showbiz li {
		padding-top:30px !important;	
	}
	.home-bottom-2 .widget-title a {
		margin-bottom:20px;	
	}
	.entry img {
		width:100%;
	}
	.person .entry img {
    	width: 135px;
}
	.footer-addr span {
		display:block;	
	}
    .grayder .wrap {
        height: auto;
        padding: 20px 10px;
    }
    .contact-social img {
        width: auto !important;
    }
	.realtor-profile .profile-image,
	.realtor-profile .profile-contact {
		width: 100%;
	}
	.realtor-profile .profile-contact {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 450px) {
	.title-area {
		width:80%;	
	}
    .site-header .widget-area {
        margin-top: 19px;
    }
}