/*
		Theme Name: Open Floor Plan
		Description: Responsive real estate theme for Genesis
		Author: Agent Evolution
		Author URI: http://agentevolution.com
		Version: 1.0.10
		License: GNU General Public License v2 or later
		License URI: http://www.gnu.org/licenses/gpl-2.0.html
		Tags: real-estate, agentevolution, genesis, html5, dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
		Text Domain: ofp

		Template: genesis
*/


/* =Defaults
------------------------------------------------------------ */
body {
	background: #fff;
	color: #474747;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
}

blockquote,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
   background-color: #FFFFFF;
   color: #6C6C6C;
}

cite {
	font-style: normal;
}

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

ol li {
	list-style-type: decimal;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	-webkit-appearance: textfield;
}

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

textarea {
	overflow: auto;
	vertical-align: top;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

input,
button,
select,
textarea {
	font-family: 'Open Sans', Arial, sans-serif;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: inline-block;
	height: 20px;
	margin-bottom: 14px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

input,
textarea {
	width: 90%;
}

textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: #FFFFFF;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
	-moz-box-shadow:    inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
	box-shadow:         inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
	line-height: normal;
	cursor: pointer;
	margin: 3px 2px;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {

	width: auto;
}

select,
input[type="file"] {
	height: 30px;
	line-height: 30px;
}

select {
	border: 1px solid #DADADA;
	padding: 4px 4px;
	width: 100%;
	background-color: #F5F5F5;
}

select[multiple],
select[size] {
	height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

iframe {
	max-width: 100%;
}

/* =Clearfix
------------------------------------------------------------ */

/** For modern browsers */
.wrap:before,
.wrap:after,
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

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

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

a,
a:link,
a:visited {
	color: #474747;
	text-decoration: none;
}
 
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {

}


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

.wrap {
	margin: 0 auto;
}


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

header.site-header {
	color: #474747;
	overflow: hidden;
	width: 100%;
	min-height: 86px;
}

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

.title-area {
	float: left;
	font-size: 30px;
	margin-bottom: 20px;
}

.site-title {
	background-repeat: no-repeat;
	border-bottom: 1px solid #D4D4D4;
	font-size: 30px;
	font-weight: 300;
	padding: 0 0 6px;
	text-align: left;
}

.site-title a, 
.site-title a:visited {
	color: #474747;
	text-decoration: none;
}

.site-title h1,
.site-title p {
	font-size: 48px;
	line-height: 30px;
	padding-left: 64px;
}

.site-description,
.site-description p {
	font-size: 14px;
	font-weight: 300;
	text-align: right;
}

header .widget-area {
	float: right;
	font-family: 'Open Sans', Arial, sans-serif;
	width: 20%;
	text-align: left;
	margin: 10px 0 0;
}

header .widget-area .agent-phone {
	display: block;
	text-align: left;
	font-size: 16px;
	font-family: 'Open Sans', Arial, sans-serif;
	margin-bottom: 4px;
	color: #474747;
}

.agent-phone-icon {
	background: url('images/header-sprite.png') -25px -8px no-repeat;
	width: 30px;
	height: 23px;
	float: left;
}

.agent-email-icon {
	background: url('images/header-sprite.png') 2px -7px no-repeat;
	width: 30px;
	height: 23px;
	float: left;
}

/* =Image Header - Partial Width
------------------------------------------------------------ */

.header-image .site-title {
	border: none;
	padding: 0;
}

.header-image .title-area a {
	display: block;
	width: 255px;
	height: 70px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}

.header-image .site-description {
	display: none;
	margin: 0 auto;
}

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

/* =Menu Defaults
------------------------------------------------------------ */

.genesis-nav-menu {
	color: #474747;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	overflow: hidden;
	width: 100%;
}

.genesis-nav-menu {
	float: left;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu ul ul.sub-menu {
	margin: 5px;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu li.right {
	float: right;
}

li.search form {
	padding: 17px 0;
}

.genesis-nav-menu li.menu-item-has-children > a {  /* styling for menu with drop downs */
	background: url(images/white-arrow.png) 95% 50% no-repeat;
	padding: 20px 30px 20px 30px;
}

.genesis-nav-menu li > a:hover {
	color: #474747;
}

.genesis-nav-menu a {
	color: #474747;
	display: block;
	padding: 20px 30px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover {
	color: #474747;
	text-decoration: none;
}

.genesis-nav-menu ul li a {
	padding: 4px 10px;
	margin-right: 5px;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link {
	font-size: 14px;
	position: relative;
}

.genesis-nav-menu li ul {
	background-color: #FFFFFF;
	left: -9999px;
	position: absolute;
	width: 175px;
	z-index: 99;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.genesis-nav-menu li ul ul {
	margin: 5px 40px;
	padding: 0 4px;
}

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

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
header .genesis-nav-menu li:hover>ul,
header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

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

.sub-menu li {
	padding: 4px 0 5px;
	width: 100%;
}

.navbar {
	border-top: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -20px 175px;
	border-top: 1px solid #dbdbdb;
}

.genesis-nav-menu .sub-menu li.menu-item-has-children > a {
	padding: 4px 10px;
}

/* =Header Right Navigation
------------------------------------------------------------ */

.top-header {
	border-bottom: solid #FFF 1px;
	background-color: #FFFFFF;
	padding: 5px 0;
}

.search input[type="search"] {
	background: url("images/search_image.png") no-repeat;
	background-origin: content-box;
	background-position: right;
	background-color: #FFFFFF;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	margin: 0;
}

.search input[type="submit"] {
	display: none;
}

.search-collapse {
	display: none;
}


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

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

.custom-home-page .site-inner {
	margin-top: 0;
}

/* =Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 25px 0 15px;
	padding: 5px 10px;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb a:link {
	color: #6C6C6C;
	background-color:  #F7F7F7;
}

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

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

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

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

blockquote p {
	font-style: italic;
}

blockquote a.cite-link,
blockquote a.cite-link:visited {
	color: #6C6C6C;
}

.post {
	margin: 20px 0 20px;
}

a.post-edit-link,
a.entry-author-link {
	color: #777777;
}

.entry-content {
	overflow: hidden;
	color: #6C6C6C;
	font-size: 16px;
	padding: 0 0 15px;
}

.entry-content a, 
.entry-content a:visited {
	color: #6C6C6C;
}

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

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

.clear {
	clear: both;
}

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

.logged-in-as a {
	color: #6C6C6C;
}

.entry-footer .entry-meta {
	color: #777777;
}

.entry-content a.more-link,
.entry-content a.more-link a,
.entry-content a.more-link a:visited,
.entry-comments-link, 
.entry-comments-link a,
.entry-comments-link a:visited {
	color: #777777;
}



/* =Home page
------------------------------------------------------------ */

.home-top {
	background-color: #ECECEC;
	padding-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.home-top {
	background-color: #ECECEC;
}

.home-top-left .widget-wrap {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	padding: 15px;
	-webkit-box-shadow: 1px 1px 0 0 rgba(108,108,108,0.45);
	-moz-box-shadow:    1px 1px 0 0 rgba(108,108,108,0.45);
	box-shadow:         1px 1px 0 0 rgba(108,108,108,0.45);
}

.home-top-left .widget-title {
	color: #777777;
	font-size: 22px;
	margin: 0 0 10px;
	text-align: left;
}

.home-top-right .widget-title {
	color: #777777;
	font-size: 30px;
	padding-bottom: 20px;
	text-align: left;
}

.home-top-right h2 {
	padding: 0px 10px 5px;
}

.home-top-right h2 a {
	font-size: 20px;
	font-weight: 300;
}

/* =Home page middle
------------------------------------------------------------ */
.home-middle {
	background-color: #ECECEC;
	padding: 20px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.home-middle-right .widget-wrap{
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 15px;
	-webkit-box-shadow: 1px 1px 0 0 rgba(108,108,108,0.45);
	-moz-box-shadow:    1px 1px 0 0 rgba(108,108,108,0.45);
	box-shadow:         1px 1px 0 0 rgba(108,108,108,0.45);
}

.home-middle-right .widget-title {
	color: #777777;
	font-size: 22px;
	margin: 0 0 10px;
}

.home-middle-left .widget-title {
	color: #777777;
	font-size: 30px;
	padding-bottom: 20px;
}

/* =Home page bottom
------------------------------------------------------------ */
.home-bottom {
	background-color: #FFFFFF;
	padding: 40px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.home-bottom-right .widget-title {
	font-size: 30px;
	padding-bottom: 20px;
	text-align: left;
}

.home-bottom-right .widget img {
	float: left;
	width: 29%;
}

.home-bottom-right h2 {
	width: 68%;
	float: right;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 8px;
}

.home-bottom-right .widget p {
	width: 68%;
	float: right;
	font-size: 15px;
}

.home-bottom-left .widget-wrap {
	background-color: #F7F7F7;
	margin-top: 10px;
	padding: 10px 10px;
	text-align: left;
	-webkit-box-shadow: 1px 1px 0 0 rgba(108,108,108,0.45);
	-moz-box-shadow:    1px 1px 0 0 rgba(108,108,108,0.45);
	box-shadow:         1px 1px 0 0 rgba(108,108,108,0.45);
}

.home-bottom-left .widget-title {
	color: #777777;
	font-size: 22px;
	margin: 0 0 10px;
	text-align: left;
}

/* =Home page other
------------------------------------------------------------ */
.home .page {
	background: #FFFFFF;
	width: 29%;
	float: left;
	margin-right: 6.166667%;
	margin-bottom: 15px;
}

.home .page:nth-child(4) {
	margin-right: 0;
}

.home .page:nth-child(7) {
	margin-right: 0;
}

.home-bottom .featuredpost .post {
	margin: 0 0 15px;
}

.home-bottom.content,
.home-bottom.featuredpost,
.home-bottom .post {
	float: none !important;
	padding: 0;
	margin-right: 0 !important;
	width: 100% !important;
}

.home .widget-agent-wrap {
	background-color: #FFFFFF;
	border-bottom: 0 !important;
	clear: left;
	float: left;
	padding: 5px 0 0 !important;
	width: auto !important;
}

.widget.featured-agent img {
	float: left;
	clear: left;
	width: 80px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #D4D4D4;
	-moz-box-shadow: none;
	-webkit-box-shadow: none !important;/*overiding widget style*/
	-khtml-box-shadow: none !important;
	box-shadow: none !important;
}

.widget.featured-agent p ,
.widget.featured-agent p a {
	color: #6C6C6C !important;
	font-size: 12px !important;
}

.widget-agent-details .fn,
.widget-agent-details a.fn  {
	color: #474747;
	font-size: 16px;
}

.widget-agent-details .tel {
	margin-top: 20px !important;
}

.widget-agent-details .title,
.widget-agent-details .license,
.widget-agent-details .tele,
.widget-agent-details .fax,
.widget-agent-details .adr,
.widget-agent-wrap .agent-social-profiles {
	display: none;
}

.featured-listings .listing-wrap {
	background-color: #FFFFFF;
}

.featuredpost a img {
	background: #FFFFFF;
	width: 100%;
}

.agent-details {
	float: none !important;
}

/* =Column Classes
+------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* =Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', Arial, sans-serif;
}

h1,
h2,
h2 a,
h2 a:visited {
	line-height: 34px;
}

h1.entry-title {
	color: #474747;
	font-size: 32px;
}

h1.entry-title a {
	color: #474747;
	text-decoration: none;
}

h1.entry-title,
.archive .post h2 a,
.page-template-page_blog-php .post h2 a {
	line-height: 100%;
	margin-bottom: 20px;
}

h2.entry-title a {
	color: #6C6C6C;
	font-size: 34px;
}

.widget-area h2 {
	text-align: center;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

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

.footer-widgets h4.widget-title.widgettitle {
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 300;
	line-height: 100%;
	margin: 0 0 18px;
	padding: 0 0 10px 0;
	text-align: left;
}

.footer-widgets blockquote {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	background: none;
	margin-bottom: 10px;
	padding: 0;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* =Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* =Post Info
------------------------------------------------------------ */

.entry-footer .entry-meta {
	background: #F7F7F7;
}

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

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

.entry-footer .entry-meta,
.entry-footer .entry-meta a,
.entry-footer .entry-meta a:visited {
	color: #777777;
}

p.form-allowed-tags {
	margin-bottom: 15px;
}

/* =Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	color: #6C6C6C;
	clear: both;
	font-size: 12px;
	padding: 7px 0 5px;
	text-transform: uppercase;
	width: 100%;
	text-indent: 10px;
	overflow: hidden;
}

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

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

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

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

/* =Archive Page
------------------------------------------------------------ */

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

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

img {
	height: auto;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #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 {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* =Sprites
------------------------------------------------------------ */

.agent-social-icons a {
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 29px;
	height: 26px;
	float: left;
	margin-right: 2px;
}

.icon-email {
	background-position: -176px -171px;
}

.icon-facebook {
	background-position: 9px -171px;
}

.icon-google_plus {
	background-position: -142px -173px;
}

.icon-linkedin {
	background-position: -49px -172px;
}

.icon-pinterest {
	background-position: -80px -174px;
}

.icon-twitter {
	background-position: -16px -171px;
}

.icon-youtube {
	background-position: -110px -173px;
}

.footer-widgets .icon-email {
	background-position: -176px 0 !important;
}

.footer-widgets .icon-facebook {
	background-position: 9px 0px !important;
}

.footer-widgets .icon-google_plus {
	background-position: -142px -2px !important;
}

.footer-widgets .icon-linkedin {
	background-position: -49px -1px !important;
}

.footer-widgets .icon-pinterest {
	background-position: -80px -1px !important;
}

.footer-widgets .icon-twitter {
	background-position: -16px 0px !important;
}

.footer-widgets .icon-youtube {
	background-position: -110px -2px !important;
}

.footer-widgets .agent-phone-icon,
.footer-widgets .agent-email-icon {
	display:none;
}

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

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

.pagination a,
.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	border: 1px solid #DDD;
	padding: 5px 8px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #FFFFFF;
}

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

.sidebar {
	display: block;
	float: right;
	margin: 25px 0 0;
	width: 21.875%;
}

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

.sidebar .widget {
	background-color: #F7F7F7;
	clear: left;
	margin-bottom: 30px;
	padding: 15px;
}

.sidebar .widget-title {
	color: #777777;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: left;
}

.sidebar .textwidget {
	padding: 5px 5px;
}

.sidebar .widget ul {
	margin-left: 22px;
}

.sidebar p {
	color: #6C6C6C;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

.sidebar p.post-meta {
	padding-bottom: 10px;
}

.sub-menu li {
	border: none;
}

.sidebar .listing-wrap {
	float: none;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	background: none;
}

/* =Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}

/* =Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: normal;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* =Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline-block;
	font-size: 12px;
	margin: 10px 10px 0 0;
	padding: 3px;
	height: 30px;
}

/* =Featured Page / Post
------------------------------------------------------------ */

.content .featuredpage,
.content .featuredpost {
	clear: both;
	overflow: hidden;
}

.content .featuredpage .page,
.content .featuredpost .post {
	overflow: hidden;
}

.content .featuredpage .page,
.content .featuredpost .post:nth-child(4),
.content .featuredpage .page,
.content .featuredpost .post:nth-child(7) {
	margin: 0 0 15px;
}

.content .featuredpost .post .post {
	float: none;
}

.sidebar .more-from-category {
	background-color: #474747;
	color: #FFFFFF;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .more-from-category a,
.sidebar .more-from-category a:hover,
.sidebar .more-from-category a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar p.more-from-category {
	color: #FFFFFF;
	background: #474747;
	margin-bottom: 10px;
}

/* =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 {
	background-color: #494949;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	padding: 10px 10px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	*line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

.btn {
	color: #FFFFFF !important;
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
}

.btn-large {
	padding: 9px 14px;
	font-size: 16px;
	line-height: normal;
}

.btn-small {
	padding: 3px 9px;
	font-size: 12px;
	line-height: 18px;
}

.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 17px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

div.gform_footer input.button,
input[type="submit"],
input[type="button"],
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	padding: 10px 10px;

}

.btn,
.btn a,
.btn a:visited,
.btn:hover {
	background-color: #494949;
	color: #FFFFFF;
	text-decoration: none;
}

div.gform_footer input.button:hover,
input[type="submit"]:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover,
.btn-:hover {
	text-decoration: none;
}

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

header .searchform {
	float: right;
	padding: 30px 0 0;
}

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

body .searchsubmit {
	background-color: #6C6C6C;
	font-size: 18px;
	color: #FFFFFF;
	margin: 5px 0;
	padding: 10px 0;
	width: 100%;
}

.sidebar .searchsubmit {
	margin-left: 0;
}

.sidebar .s {
	width: 94%;
}

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

/* =eNews and Update Widget
------------------------------------------------------------ */

.home-bottom-left p {
	font-size: 14px;
}

.enews #subscribe {
	margin: 0 auto;
}

.enews #subbox {
	border: none;
	font-size: 14px;
	margin: 10px 0;
	padding: 20px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.enews #subbutton {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 10px 0;
	width: 100%;
}

/* =slider
------------------------------------------------------------ */
.slider h1,
.slider h2,
.slider h3 {
	background: rgba(0, 0, 0, 0.4);
	line-height: normal;
}

.ls-shadow {
	display: none !important;
}

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

.footer-widgets {
	overflow: hidden;
	background: #6C6C6C;
	color: #FFFFFF;
	font-size: 12px;
	padding: 32px 0;
	width: 100%;
}

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

.footer-widgets .cite {
	font-style: normal;
}

.footer-widgets p {
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
}

.footer-widgets .textwidget {
	color: #FFFFFF;
	font-size: 16px;
	padding: 0;
}

.footer-widgets p
.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets .widget-area {
	float: left;
	padding-left: 3%;
	width: 31.33%;
}

.footer-widgets .widget-area.footer-widgets-1 {
	padding-left: 0;
}

.footer-widgets,
.footer-widgets p,
.footer-widgets h2 a,
.footer-widgets a {
	color: #FFFFFF;
	font-size: 16px;
}

.footer-widgets .post h2 a {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
}

.footer-widgets .post p {
	font-size: 11px;
	line-height: 160%;
}

.footer-widgets .menu {
	margin-left: 0;
}

.footer-widgets .menu li {
	list-style: none;
}

.footer-widgets .menu li a {
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
}

.footer-widgets .tweet-text {
	float: left;
	font-style: normal;
	margin-bottom: 15px;
}

/* =Footer Widget "Contact"
------------------------------------------------------------ */

.address {
	margin-bottom: 10px;
}

.address p {
	float: left;
}

.address-right {
	float: right;
	width: 70%;
}

.phone {
	margin-bottom: 20px;
}

.phone p {
	float: left;
}

.phone-right {
	float: right;
	width: 70%;
}

.email {
	margin-bottom: 20px;
}

.email p {
	float: left;
}

.email-right {
	float: right;
	width: 70%;
}

.follow {
	margin-bottom: 20px;
}

.follow p {
	float: left;
}

.follow-right {
	float: right;
	width: 70%;
}

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

footer.site-footer {
	background-color: rgb(73, 73, 73);
	overflow: hidden;
	padding: 12px 0;
	width: 100%;
}

#footer-disclaimer {
	clear: both;
	margin: 10px 0;
	text-align: center;
}

footer.site-footer,
footer p,
footer.site-footer a,
.dsidx-standalone-disclaimer p {
	font-size: 11px;
	color: #FFFFFF;
}

.dsidx-standalone-disclaimer p {
	text-align: center;
}

#footer-left {
	text-align: left;
}

img.site-footer-img-left {
	float: left;
}

img.site-footer-img-right {
	float: right;
}

#footer-right p.credits {
	text-align: right;
}

#footer-disclaimer p {
	clear: both;
	padding: 10px 0;
	text-align: center;
}

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

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

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

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

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

.comment-list {
	color: #6C6C6C;
}

.comment-list ol,
.ping-list ol {
	background-color: #FFFFFF;

	padding: 10px;
}

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

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

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

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

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

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

.bypostauthor {
}

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

.alt,
.depth-1,
.even {
	border: 1px solid #474747;
}

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

.gform_body input,
.gform_wrapper input[type=text],
.gform_wrapper textarea.textarea {
	border: 1px solid #ddd;
}

.widget .gform_body input,
.widget .gform_wrapper input[type=text],
.widget .gform_wrapper textarea.textarea { /*removed the textarea borders added text color*/
	border: none;
	color: #474747;
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #474747;
	font-size: 12px;
	padding: 4px 5px;
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea,
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium {
	width: 75% !important;
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
	max-width: 94% !important; 
}

.gform_wrapper .ginput_complex .ginput_right input,
.gform_wrapper .ginput_complex .ginput_right select {
	max-width: 94% !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

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

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

div.gform_footer input.button {
	width: 79%;
}

/* Property Listings
------------------------------------------------------------ */

.property-details {
background-color: #f5f5f5;
overflow: hidden;
margin: 0 0 30px;
padding: 15px 20px 0;
}

.property-details-col1,
.property-details-col2 {
	float: left;
	margin: 0;
	padding: 0 0 15px;
	width: 50%;
}

iframe {
	margin: 0 0 30px;
}


/* Latest Listings -home
------------------------------------------------------------ */

.home .listing-wrap {
	float: left;
	position: relative;
	margin: 0 0 45px;
}

.home .listing {
	margin-right: 6.166667%;
	width: 29%;
	float: left;
}

.home .listing:nth-child(4),
.home .listing:nth-child(7),
.home .listing:nth-child(10),
.home .listing:last-child {
	margin-right: 0;
}

.home .listing .listing-wrap a img {
	width: 100%;
}

.home .listing-wrap a img {
	background: #FFFFFF;
}

.home .listing-price,
.home .listing-text,
.home .listing-wrap .more-link  {
	display: none;
}

.home .listing-address {
	color: #474747;
	display: block;
	font-size: 20px;
	padding: 0 10px 8px 10px;
	text-align: left;
	line-height: 100%;
}

.home .listing-city-state-zip {
	color: #6C6C6C;
	display: block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 0 10px 5px 10px;
	text-align: left;
}

/* Latest Listings
------------------------------------------------------------ */

.listing-wrap {
	float: left;
	font-size: 12px;
	margin: 0 10px 45px;
	position: relative;
	width: 100%;
}

.post-type-archive-listing .listing-wrap {
	width: auto;
	margin: 40px 0;
}

.post-type-archive-listing .listing-wrap a img {
	width: 100%;
}

.listing-wrap a img {
	margin: 0 0 10px;
	width: 100%
}

.listing-price {
	background: #6c6c6c;
	clear: both;
	color: #FFFFFF;
	font-size: 16px;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}

.listing-text {
	background: #6c6c6c;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.listing-wrap .more-link {
	background: #6c6c6c;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
}

.listing-address,
.listing-city-state-zip {
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.listing-city-state-zip {
	margin: 0 0 10px;
}

.listing-wrap .more-link {
	margin: 0 auto;
	display: block;
	width: 80px;
}


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

.masonry-item {
	background-color: #FFFFFF;
	border: 2px solid #777777;
	float: left;
	margin: 10px;
	padding: 15px 25px 15px 15px;
	width: 280px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.masonry-item a img {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
	padding: 4px;
}

.masonry-item h2,
.masonry-item h2 a,
.masonry-item h2 a:visited {
	color: #6C6C6C;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 26px;
	text-decoration: none;
	text-align: center;
}
.masonry-item a,
.masonry-brick a {
	color: #6C6C6C;
}

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

.ie-only {
	display: none;
	*display: inline-block;
}

span.required {
	color: #790000;
}


/* =Media Queries
------------------------------------------------------------ */

/** 
for setting max-width on images without
the max-width property being picked up by
IE 8 and below. (Avoid IE8 max width bug)
*/
@media (max-width: 3000px) {
	img {
		max-width: 100%;
	}
}

/* Large desktop */
@media (min-width: 1200px) {
	.wrap {
		width: 1140px;
	}
}
/* Desktop to Large Desktop */
@media (min-width: 979px) and (max-width: 1200px) {
	.wrap {
		width: 95%;
	}        
	header.site-header {
		padding-top: 0;
	}
	header .widget-area {
		width: 25%;
	}
	.genesis-nav-menu {
		float: left;
	}
	.enews #subbox {
	padding: 20px 0;
	}
	.genesis-nav-menu li > a {
		padding: 20px 25px 20px 30px;
	}
}

@media (max-width: 979px) {
	header.site-header .widget-area {
		width: 100%;
		text-align: center;
	}
	header.site-header {
		padding: 0;
	}
	body .searchsubmit {
		margin-bottom: 15px;
	}
	.genesis-nav-menu {
		width: 100%;
		float: left;
		text-align: center;
		margin: 0;
	}
	.genesis-nav-menu li {
		float: none;
		width: 100%;
	}
	.genesis-nav-menu li > a {
		background: none;
	}
	.genesis-nav-menu a{
		padding: 5px 20px;
	}
	.genesis-nav-menu ul li a {
		padding: 4px 0 0 20px;
	}
	.genesis-nav-menu ul.sub-menu {
		border: none;
		margin: 0;
	}
	/* Primary Navigation Menu Icon properties ----------------------------------------------------------*/
	
	#primary-menu-icon {
		cursor: pointer;
		display: block;
		padding: 15px 0;
		width: 50%;
	}

	#primary-menu-icon .icon-bar {
		background-color: #474747;
		display: block;
		width: 22px;
		height: 2px;
	}

   #primary-menu-icon .icon-bar+.icon-bar {
		margin-top: 4px;
	}
 
	.ofp-turquoise #primary-menu-icon .icon-bar,
	.ofp-green #primary-menu-icon .icon-bar,
	.ofp-blue #primary-menu-icon .icon-bar,
	.ofp-cabernet #primary-menu-icon .icon-bar {
		background-color: #FFFFFF;
	}

	/* Hide Primary Navigation Menu until it's toggled via script */
	
	.menu-primary {
		display: none;
	}
	
	/* Primary Navigation Menu misc properties */
	
	.nav-primary {
		clear: both;
		line-height: 1.5;
		width: 100%;
		z-index: 9999;
	}
	.nav-primary .menu-item {
		display: block;
		text-align: left;
	}
	.nav-primary a {
		display: block;
		padding: 10px 0;
		position: relative;
	}
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .sub-menu .current-menu-item > a:hover {
		color: #474747;
	}
	.nav-primary .sub-menu .current-menu-item > a {
		color: #FFFFFF;
	}
	.nav-primary .sub-menu {
		left: 0px;
		opacity: 1;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	.nav-primary .sub-menu a {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px 15px;
		position: relative;
		width: 100%;
	}
	.nav-primary .sub-menu a::before {
		content: "- ";
		font-size: 14px;
		font-size: 1.4rem;
	}
	.nav-primary .sub-menu a:hover {
	}
	.nav-primary .sub-menu li li {
		border: none;
	}
	.nav-primary .sub-menu li li a {
		border: none;
		padding: 10px 40px;
	}
	
	.nav-primary .sub-menu .sub-menu {
		margin: 0;
	}
 
	.nav-primary .menu-item:hover {
		position: static;
	}
 
	.nav-primary .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}
	.search input[type="search"] {
		margin: 20px;
	}
	.listing-wrap {
		margin: 20px 0;
	}
	.sub-menu li {
		border: none;
	}
	.agent-email-wrap {
		width: 225px;
		margin: 0 auto;
	}
	.agent-phone-wrap {
		width: 160px;
		margin: 0 auto;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.wrap {
		width: 95%;
	}
	header.site-header .wrap {
		padding: 10px 0 0;
	}
	header.site-header .title-area {
		width: 100%;
		text-align: center;
	}
	header.site-header .widget-area {
		width: 100%;
	}
	.genesis-nav-menu {
		width: 100%;
		float: left;
		text-align: center;
	}
	header .widget-area .agent-phone {
		text-align: center;
	}
	.sidebar-content .content {
		float: left;
	}
	.site-title {
		padding: 0;
		text-align: center;
	}
	.entry-content {
		width: 100%;
		float: left;
	}
	.entry-content p {
		width: 100%;
		float: left;
	}
	.content {
		width: 100%;
	}
	.home-top-left .widget-title {
		padding: 5px 0;
		text-align: left;
	}
	.enews #subbox {
		margin: 10px 0;
		padding: 20px 10px;
		width: 100%;
	}
	.widget-agent-details .tel {
		margin-top: 0 !important;
	}
	body .searchsubmit {
		margin-bottom: 15px;
		padding: 10px 10px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 900px) { 
	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}
	.wrap {
		width: 90%;
	}
	header.site-header .widget-area,
	header.site-header .title-area,
	.content-sidebar-wrap .content,
	.content-sidebar-wrap .sidebar,
	.footer-widgets .widget-area {
		width: 100%;
	}
	.genesis-nav-menu {
		width: 100%;
		float: left;
	}
	header.site-header .wrap {
		padding: 10px 0 0;
	}
	.header-image .site-title a {
		margin: 0 auto;
	}
	header .site-title a,
	header .site-description {
		text-align: center;
		display: block;
	}   
	.header-image header .site-description {
		display: none;
	}
	header .widget-area {
		float: left;
	}
	header .widget-area .agent-phone {
		text-align: center;
	}
	.site-title {
		padding: 0;
	}
	.home .page {
		background: #FFFFFF;
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.home-top-left .widget a img {
		width: 100%;
	}
	.home-top-left .widget h4 {
		text-align: left;
	}
	.listing-wrap {
		width: 100%;
	}
	.listing-wrap a img {
		width: 100%;
	}
	.home .listing-wrap {
		float: none;
		padding-bottom: 5px;
	}
	.home .listing {
		margin: 0 auto;
		margin-bottom: 25px;
		width: 100%;
		float: none;
	}
	.home .listing-wrap:last-child {
		margin: 0 auto;
	}
	.home-middle-left .widget-title {
		text-align: left;
	}
	.featured-agent {
		float: left;
		width: 100%;
	}
	.home-bottom {
		padding: 0; 
	}
	.home-bottom-right .widget img {
		float: none;
		margin: 10px 0;
		width: 100%;
	}
	.home-bottom-right h2 {
		width: 100%;
		float: none;
		font-size: 20px;
	}
	.home-bottom-right .widget p {
		width: 100%;
		float: none;
		font-size: 15px;
	}
	.home-bottom-left .widget-wrap {
		margin-top: 30px;
		padding: 20px 20px;
	}
	.enews #subscribe {
		margin: 0 auto;
		width: 100%;
	}
	.post-type-archive-listing .listing-wrap {
		width: 100%;
	}
	.post-type-archive-listing .listing-wrap a img {
		width: 100%;
	}
	input {
		width: 90%;
	}
	.footer-widgets.footer-widgets .widget-area {
		padding-left: 0;
	}
	#footer-left p {
		float: none;
		text-align: center;
	}
	#footer-right p.credits {
		text-align: center;
	}
	div.gform_footer input.button {
		width: 77%;
	}
}

@media (max-width: 600px) {
	.entry-content {
		width: 100%;
	}
	.home-bottom .heading {
		line-height: 150%;
	}
	input {
		width: 80%;
	}
}
 
/* Landscape phones and down*/ 
@media (max-width: 480px) {        
	.header-image .site-title a {
		background-size: contain;
		margin: 0 auto;
	}
	.slide-caption {
		display: none;
	} 
}

/* Portrait iPhone */
@media (max-width: 320px) {        
	.search input[type="search"] {
		background-image: none;
	}
	.home .listing {
		margin: 0 auto;
		margin-bottom: 25px;
		width: 100%;
		float: none;
	}
	.home .listing:last-child {
		margin: 0;
	}
}

/*  Theme Color - Green
-----------------------------------*/ 

.ofp-green .listing-price,
.ofp-green .listing-text,
.ofp-green .listing-wrap .more-link,

.ofp-green .navbar,
.ofp-green .genesis-nav-menu,
.ofp-green .genesis-nav-menu a,
.ofp-green .genesis-nav-menu a:visited,
.ofp-green .genesis-nav-menu li a:hover,
.ofp-green .genesis-nav-menu li li a, 
.ofp-green .genesis-nav-menu li li a:link,
.ofp-green .genesis-nav-menu ul,
.ofp-green .genesis-nav-menu ul.sub-menu {
	background-color: #558D46;
	border: none;
	color: #FFFFFF;
}

.ofp-green .sub-menu li {
	border: none;
}

.ofp-green .home-bottom .featuredpost h2 a,
.ofp-green .logged-in-as a,
.ofp-green .entry-footer .entry-meta a, 
.ofp-green a.post-edit-link,
.ofp-green a.post-edit-link a,
.ofp-green .featuredpost h2,
.ofp-green .sidebar a,
.ofp-green .entry-content a,
.ofp-green .entry-content a:visited,
.ofp-green .post-meta .entry-categories a, 
.ofp-green .entry-tags a,
.ofp-green a.entry-author-link,
.ofp-green .pagination a,
.ofp-green .comment-list a,
.ofp-green .listing-address,
.ofp-green .entry-comments-link,
.ofp-green .entry-comments-link a,
.ofp-green .entry-comments-link a:visited,
.ofp-green .breadcrumb,
.ofp-green .breadcrumb a,
.ofp-green .breadcrumb a:visited,
.ofp-green .footer {
	color: #558D46;
}

/* Other 
-----------------------------------*/
.ofp-green .masonry-item h2,
.ofp-green .masonry-item h2 a,
.ofp-green .masonry-item h2 a:visited {
	color: #6C6C6C;
}

.ofp-green .agent-phone-icon {
	background: url('images/header-sprite.png') -175px -9px no-repeat;
}


.ofp-green .agent-email-icon {
	background: url('images/header-sprite.png') -150px -7px no-repeat;
}

/*buttons*/
.ofp-green .btn,
.ofp-green .btn a,
.ofp-green .btn a:visited,
.ofp-green .btn:hover {
	background-color: #558D46;
}

.ofp-green .sidebar p.more-from-category,
.ofp-green .sidebar p.more-from-category a {
	color: #FFFFFF;
	background: #558D46;
}

.ofp-green div.gform_footer input.button {
	background-color: #3e732f;
	padding: 10px 0;
}

.ofp-green #submit,
.ofp-green input[type="submit"],
.ofp-green input[type="button"],
.ofp-green .enews #subbutton,
.ofp-green .reply a,
.ofp-green .reply a:visited,
.ofp-green .searchsubmit,
.ofp-green #submit {
	background: #558D46;
}

/* Footer
-----------------------------------*/
.ofp-green .footer-widgets {
	background-color: #558D46;
}

.ofp-green .site-footer {
	background-color: #3E732F;
	color: #FFFFFF;
}

/* Icons
-----------------------------------*/
.ofp-green .icon-email {
	background-position: -176px -29px;
}

.ofp-green .icon-facebook {
	background-position: 9px -29px;
}

.ofp-green .icon-google_plus {
	background-position: -142px -32px;
}

.ofp-green .icon-linkedin {
	background-position: -49px -32px;
}

.ofp-green .icon-pinterest {
	background-position: -80px -32px;
}

.ofp-green .icon-twitter {
	background-position: -16px -30px;
}

.ofp-green .icon-youtube {
	background-position: -110px -32px;
}

/*  Theme Color - Blue
-----------------------------------*/
.ofp-blue .listing-price,
.ofp-blue .listing-text,
.ofp-blue .listing-wrap .more-link,

.ofp-blue .navbar,
.ofp-blue .genesis-nav-menu,
.ofp-blue .genesis-nav-menu a,
.ofp-blue .genesis-nav-menu a:visited,
.ofp-blue .genesis-nav-menu li a:hover,
.ofp-blue .genesis-nav-menu li li a, 
.ofp-blue .genesis-nav-menu li li a:link,
.ofp-blue .genesis-nav-menu ul,
.ofp-blue .genesis-nav-menu ul.sub-menu {
	background-color: #0055A5;
	border: none;
	color: #FFFFFF;
}

.ofp-blue .sub-menu li {
	border: none;
}

.ofp-blue .home-bottom .featuredpost h2 a,
.ofp-blue .logged-in-as a,
.ofp-blue .entry-footer .entry-meta a, 
.ofp-blue a.post-edit-link,
.ofp-blue a.post-edit-link a,
.ofp-blue .featuredpost h2,
.ofp-blue .sidebar a,
.ofp-blue .entry-content a,
.ofp-blue .entry-content a:visited,
.ofp-blue .post-meta .entry-categories a, 
.ofp-blue .entry-tags a,
.ofp-blue a.entry-author-link,
.ofp-blue .pagination a,
.ofp-blue .comment-list a,
.ofp-blue .listing-address,
.ofp-blue .entry-comments-link,
.ofp-blue .entry-comments-link a,
.ofp-blue .entry-comments-link a:visited,
.ofp-blue .breadcrumb,
.ofp-blue .breadcrumb a,
.ofp-blue .breadcrumb a:visited,
.ofp-blue .footer {
	color: #0055A5;
}

/* Other 
-----------------------------------*/
.ofp-blue .masonry-item h2,
.ofp-blue .masonry-item h2 a,
.ofp-blue .masonry-item h2 a:visited {
	color: #6C6C6C;
}

.ofp-blue .agent-phone-icon {
	background: url('images/header-sprite.png') -73px -9px no-repeat;
}

.ofp-blue .agent-email-icon {
	background: url('images/header-sprite.png') -50px -9px no-repeat;
}

/*buttons*/
.ofp-blue .btn,
.ofp-blue .btn a,
.ofp-blue .btn a:visited,
.ofp-blue .btn:hover {
	background-color: #0055A5;
}

.ofp-blue .sidebar p.more-from-category,
.ofp-blue .sidebar p.more-from-category a {
	color: #FFFFFF;
	background: #0055A5;
}

.ofp-blue div.gform_footer input.button {
	background-color: #3D85C9;
	padding: 10px 0;
}

.ofp-blue #submit,
.ofp-blue input[type="submit"],
.ofp-blue input[type="button"],
.ofp-blue .enews #subbutton,
.ofp-blue .reply a,
.ofp-blue .reply a:visited,
.ofp-blue .searchsubmit,
.ofp-blue #submit {
	text-decoration: none;
	background: #0055A5;
}

/* Footer
-----------------------------------*/
.ofp-blue .footer-widgets {
	background-color: #0055A5;
	color: #FFFFFF;
}

.ofp-blue .site-footer {
	background-color: #003C75;
	color: #FFFFFF;
}

/* Icons
-----------------------------------*/
.ofp-blue .icon-email {
	background-position: -176px -68px;
}

.ofp-blue .icon-facebook {
	background-position: 9px -68px;
}

.ofp-blue .icon-google_plus {
	background-position: -142px -68px;
}

.ofp-blue .icon-linkedin {
	background-position: -49px -70px;
}

.ofp-blue .icon-pinterest {
	background-position: -80px -70px;
}

.ofp-blue .icon-twitter {
	background-position: -16px -68px;
}

.ofp-blue .icon-youtube {
	background-position: -110px -70px;
}


/*  Theme Color - Turquoise
-----------------------------------*/
.ofp-turquoise .listing-price,
.ofp-turquoise .listing-text,
.ofp-turquoise .listing-wrap .more-link,

.ofp-turquoise .navbar,
.ofp-turquoise .genesis-nav-menu,
.ofp-turquoise .genesis-nav-menu a,
.ofp-turquoise .genesis-nav-menu a:visited,
.ofp-turquoise .genesis-nav-menu li a:hover,
.ofp-turquoise .genesis-nav-menu li li a, 
.ofp-turquoise .genesis-nav-menu li li a:link,
.ofp-turquoise .genesis-nav-menu ul,
.ofp-turquoise .genesis-nav-menu ul.sub-menu {
	background-color: #4DA9BD;
	border: none;
	color: #FFFFFF;
}

.ofp-turquoise .sub-menu li {
	border: none;
}


.ofp-turquoise .home-bottom .featuredpost h2 a,
.ofp-turquoise .logged-in-as a,
.ofp-turquoise .entry-footer .entry-meta a, 
.ofp-turquoise a.post-edit-link,
.ofp-turquoise a.post-edit-link a,
.ofp-turquoise .featuredpost h2,
.ofp-turquoise .sidebar a,
.ofp-turquoise .entry-content a,
.ofp-turquoise .entry-content a:visited,
.ofp-turquoise .post-meta .entry-categories a, 
.ofp-turquoise .entry-tags a,
.ofp-turquoise a.entry-author-link,
.ofp-turquoise .pagination a,
.ofp-turquoise .comment-list a,
.ofp-turquoise .listing-address,
.ofp-turquoise .entry-comments-link,
.ofp-turquoise .entry-comments-link a,
.ofp-turquoise .entry-comments-link a:visited,
.ofp-turquoise .breadcrumb,
.ofp-turquoise .breadcrumb a,
.ofp-turquoise .breadcrumb a:visited,
.ofp-turquoise .footer {
	color: #4DA9BD;
}

/* Other 
-----------------------------------*/
.ofp-turquoise .masonry-item h2,
.ofp-turquoise .masonry-item h2 a,
.ofp-turquoise .masonry-item h2 a:visited {
	color: #6C6C6C;
}

.ofp-turquoise .agent-phone-icon {
	background: url('images/header-sprite.png') -223px -9px no-repeat;
}

.ofp-turquoise .agent-email-icon {
	background: url('images/header-sprite.png') -200px -8px no-repeat;
}

/*buttons*/
.ofp-turquoise .btn,
.ofp-turquoise .btn a,
.ofp-turquoise .btn a:visited,
.ofp-turquoise .btn:hover {
	background-color: #4DA9BD;
}

.ofp-turquoise .sidebar p.more-from-category,
.ofp-turquoise .sidebar p.more-from-category a {
	color: #FFFFFF;
	background: #4DA9BD;
}

.ofp-turquoise div.gform_footer input.button {
	background-color: #6DC2D5;
	padding: 10px 0;
}

.ofp-turquoise #submit,
.ofp-turquoise input[type="submit"],
.ofp-turquoise input[type="button"],
.ofp-turquoise .enews #subbutton,
.ofp-turquoise .reply a,
.ofp-turquoise .reply a:visited,
.ofp-turquoise .searchsubmit,
.ofp-turquoise #submit {
	background: #4DA9BD;
}

/* Footer
-----------------------------------*/
.ofp-turquoise .footer-widgets {
	background-color: #4DA9BD;
	color: #FFFFFF;
}

.ofp-turquoise .site-footer {
	background-color: #3E8C9D;
	color: #FFFFFF;
}

/* Icons
-----------------------------------*/
.ofp-turquoise .icon-email {
	background-position: -176px -104px;
}

.ofp-turquoise .icon-facebook {
	background-position: 9px -104px;
}

.ofp-turquoise .icon-google_plus {
	background-position: -142px -104px;
}

.ofp-turquoise .icon-linkedin {
	background-position: -49px -106px;
}

.ofp-turquoise .icon-pinterest {
	background-position: -80px -106px;
}

.ofp-turquoise .icon-twitter {
	background-position: -16px -104px;
}

.ofp-turquoise .icon-youtube {
	background-position: -110px -106px;
}

/*  Theme Color - Cabernet
-----------------------------------*/
.ofp-cabernet .listing-price,
.ofp-cabernet .listing-text,
.ofp-cabernet .listing-wrap .more-link,
.ofp-cabernet .navbar,
.ofp-cabernet .genesis-nav-menu,
.ofp-cabernet .genesis-nav-menu a,
.ofp-cabernet .genesis-nav-menu a:visited,
.ofp-cabernet .genesis-nav-menu li a:hover,
.ofp-cabernet .genesis-nav-menu li li a, 
.ofp-cabernet .genesis-nav-menu li li a:link,
.ofp-cabernet .genesis-nav-menu ul,
.ofp-cabernet .genesis-nav-menu ul.sub-menu {
	background-color: #52134C;
	border: none;
	color: #FFFFFF;
}

.ofp-cabernet .sub-menu li {
	border: none;
}


.ofp-cabernet .home-bottom .featuredpost h2 a,
.ofp-cabernet .logged-in-as a,
.ofp-cabernet .entry-footer .entry-meta a, 
.ofp-cabernet a.post-edit-link,
.ofp-cabernet a.post-edit-link a,
.ofp-cabernet .featuredpost h2,
.ofp-cabernet .sidebar a,
.ofp-cabernet .entry-content a,
.ofp-cabernet .entry-content a:visited,
.ofp-cabernet .post-meta .entry-categories a, 
.ofp-cabernet .entry-tags a,
.ofp-cabernet a.entry-author-link,
.ofp-cabernet .pagination a,
.ofp-cabernet .comment-list a,
.ofp-cabernet .listing-address,
.ofp-cabernet .entry-comments-link,
.ofp-cabernet .entry-comments-link a,
.ofp-cabernet .entry-comments-link a:visited,
.ofp-cabernet .breadcrumb,
.ofp-cabernet .breadcrumb a,
.ofp-cabernet .breadcrumb a:visited,
.ofp-cabernet .footer {
	color: #52134C;
}

/* Other 
-----------------------------------*/
.ofp-cabernet .masonry-item h2,
.ofp-cabernet .masonry-item h2 a,
.ofp-cabernet .masonry-item h2 a:visited {
	color: #6C6C6C;
}

.ofp-cabernet .agent-phone-icon {
	background: url('images/header-sprite.png') -122px -9px no-repeat;
}

.ofp-cabernet .agent-email-icon {
	background: url('images/header-sprite.png') -98px -8px no-repeat;
}

/*buttons*/
.ofp-cabernet .btn,
.ofp-cabernet .btn a,
.ofp-cabernet .btn a:visited,
.ofp-cabernet .btn:hover {
	background-color: #52134C;
}

.ofp-cabernet .sidebar p.more-from-category,
.ofp-cabernet .sidebar p.more-from-category a {
	background: #52134C;
	color: #FFFFFF;
}

.ofp-cabernet div.gform_footer input.button {
	background-color: #7F3B79;
	padding: 10px 0;
}

.ofp-cabernet #submit,
.ofp-cabernet input[type="submit"],
.ofp-cabernet input[type="button"],
.ofp-cabernet .enews #subbutton,
.ofp-cabernet .reply a,
.ofp-cabernet .reply a:visited,
.ofp-cabernet .searchsubmit,
.ofp-cabernet #submit {
	background: #52134C;
}

/* Footer
-----------------------------------*/
.ofp-cabernet .footer-widgets {
	background-color: #52134C;
	color: #FFFFFF;
}

.ofp-cabernet .site-footer {
	background-color: #410B3C;
	color: #FFFFFF;
}

/* Icons
-----------------------------------*/
.ofp-cabernet .icon-email {
	background-position: -176px -140px;
}

.ofp-cabernet .icon-facebook {
	background-position: 9px -140px;
}

.ofp-cabernet .icon-google_plus {
	background-position: -142px -140px;
}

.ofp-cabernet .icon-linkedin {
	background-position: -49px -142px;
}

.ofp-cabernet .icon-pinterest {
	background-position: -80px -142px;
}

.ofp-cabernet .icon-twitter {
	background-position: -16px -140px;
}

.ofp-cabernet .icon-youtube {
	background-position: -110px -142px;
}