/*
Theme Name: AlphaBlossom Reality
Theme URI: http://www.alphablossom.com/
Description: This is the AlphaBlossom Reality theme created for the Genesis Framework.
Author: Alphablossom
Author URI: http://www.alphablossom.com/

Version: 2.3.0

Tags: black, gray, white, one-column, two-columns, left-sidebar, responsive-layout, accessibility-ready, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready

Template: genesis
Template Version: 2.3.0

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: alphablossom-reality
*/


/* # Table of Contents
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Tables
- Screen Reader Text
- Structure and Layout
- Site Containers
- Column Widths and Positions
- Column Classes
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Jetpack
- Skip Links
- Site Header
- Title Area
- Widget Area
- Site Navigation
- Accessible Menu
- Site Header Navigation
- After Header Navigation
- Footer Navigation
- Content Area
- Entries
- Entry Meta
- Pagination
- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Page Styles
- Media Queries
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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


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

html, 
body {
    margin: 0;
    height: 100%;
}

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

/* Chrome fix */
body > div {
	font-size: 20px;
	font-size: 2rem;
}

body {
	background-color: #fff;
	color: #1a2024;
	font-family: "akagi-pro",sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	height: 100%;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #2980b9;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

.sidebar ol,
.sidebar ul {
	margin: 0 10px 40px;
	padding: 0;
}

.entry-content ul {
	margin: 30px 10px;
	padding: 0;
}

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

/* Ordered List */
.entry-content ol {
	counter-reset: my-content-counter;
	display: block;
	float: left;
	margin: 0 0 30px;
	width: 100%;
}

.entry-content ol li {
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 50px;
	position: relative;
	width: 100%;
}

.entry-content ol li:before {
	background: #ccc;
	color: #fff;
	content: counter(my-content-counter);
	counter-increment: my-content-counter;
	font-size: 28px;
	font-size: 2.8rem;
	height: 36px;
	left: 0;
	line-height: 38px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 36px;
}



li:not(.soliloquy-item) {
	line-height: 1.8;
	list-style-type: none;
}

.sidebar ul:not(.gform_fields) li,
.entry-content ul:not(.gform_fields):not(.feature-benefits-list):not(.et_social_icons_container) li:not(.soliloquy-item) {
	background: url(images/bullet-icon.png) left 9px no-repeat;
	list-style-type: none;
}

.sidebar ul:not(.gform_fields) li {
	font-size: 16px;
	font-size: 1.6rem;	
	line-height: 2;
	padding-left: 20px;
	text-transform: uppercase;
}

.entry-content ul:not(.gform_fields):not(.feature-benefits-list):not(.et_social_icons_container) li:not(.soliloquy-item) {
	line-height: 1.6;
	padding-left: 20px;
}

.entry-content ul.envira-tags-filter-list,
body.ab-reality .entry-content ul.top-jump-nav  {
	float: left;
	width: 100%;
}

.entry-content ul.envira-tags-filter-list {
	margin-bottom: 15px;
	margin-left: 20px;
}

body.ab-reality .entry-content ul.top-jump-nav  {
	margin: 0 0 25px;
}

body.ab-reality .entry-content ul.top-jump-nav:focus {
	outline: none;
}

.entry-content ul.envira-tags-filter-list:before,
body.ab-reality .entry-content ul.top-jump-nav:before {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    margin-right: 25px;
    text-transform: uppercase;
}

.entry-content ul.envira-tags-filter-list:before {
    content: "Sort Videos by:";
}

body.ab-reality .entry-content ul.top-jump-nav:before {
    content: "Jump to:";
}

body.ab-reality .entry-content ul.envira-tags-filter-list li,
body.ab-reality .entry-content ul.top-jump-nav li {
	display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
	line-height: 1.9;
	padding-left: 15px;
	text-transform: uppercase;
}

body.ab-reality .entry-content ul.top-jump-nav li {
	margin-right: 20px;
}

.entry-content ul.envira-tags-filter-list li a {
	color: #2980b9;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

hr {
	border: 0;
	border-bottom: 1px solid #fff;
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	clear: both;
	margin: 45px 0 40px;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
    background: #eaecee;
    float: left;
    margin: 0 auto 40px;
    padding: 40px 80px 30px;
    position: relative;
    width: 100%;
}

blockquote::before {
    content: "\f205";
    display: block;
    font-family: 'dashicons';
    font-size: 50px;
    font-size: 5.0rem;
    left: 20px;
    position: absolute;
    top: 0px;
}

blockquote cite {
	float: right;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 10px;
	padding-left: 20px;
	position: relative;
	text-align: left;
	width: auto;
}

blockquote cite:before {
	content: "~ ";
	left: 0;
	position: absolute;
	top: 0;
}

/* Hide ConvertBox Sticky Bar when using Beaver Builder editor (toolbar is covered) */
html.fl-builder-edit .cb-customize-desktop {
    display: none !important;
}


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

h1.entry-title,
.hero-text h1,
.home .site-inner h2,
.home .site-inner h3,
.home .site-inner h4,
.home .site-inner h5,
.home .site-inner h6,
.call-column h2 {
	font-family: "lust-didone",serif;
	font-weight: 400;
	line-height: 1.3;
}

h1.entry-title,
.hero-text h1 {
	line-height: 1;
	margin: 0 0 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "akagi-pro",sans-serif;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: 0;

}

/* Akagi Pro - Typekit */
body,
.hero-text h2,
.floor-plan-archive-page .floor-plan h2,
h3.floor-plan-title,
.map-left .squares-element h3,
.sidebar h3,
.sidebar h4 {
	font-family: "akagi-pro",sans-serif;
}

body,
.hero-text h2,
.floor-plan-archive-page .floor-plan h2 {
	font-family: "akagi-pro",sans-serif;
	font-weight: 400;
}

h3.floor-plan-title,
.sidebar h3,
.sidebar h4 {
	font-weight: 700;
}

h3.floor-plan-title {
	margin-bottom: 5px;
}

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

.hero-text h2 {
	margin: 0 auto 40px;
	max-width: 80%;
}

.home .hero-text h1:after {
	content: " ";
	border-bottom: 2px solid #fff;
	display: block;
	padding-top: 20px;
	margin: 0 auto 20px;
	width: 60px;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h2.main-header-center {
	margin-bottom: 40px;
	text-align: center;
}

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

figure {
	margin: 0;
}


/* Responsive Video
--------------------------------------------- */

/* 16 x 9 - Wrap iframe in <div class="videowrapper"><iframe></div> */
.video-wrapper {
	height: 0;
	margin: 0 auto 40px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	position: relative;
	text-align: center;
}

.video-wrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* For fixed (max) width videos, an extra <div style="width: 640px;" class="responsive-video-fixed-width"></div> is required. */
div.responsive-video-fixed-width {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 7px 15px;
	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: #222;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
button.facet-reset {
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 6px 20px 4px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before,
.button:before,
.button-popup a.squares-button:before {
	color: #000;
	content: "+";
	font-size: 20px;
	font-size: 2.0rem;
	margin-right: 10px;
}

.button-ghost-white:before {
	color: #fff;
}

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

input[type="button"]:focus:before,
input[type="button"]:hover:before,
input[type="reset"]:focus:before,
input[type="reset"]:hover:before,
input[type="submit"]:focus:before,
input[type="submit"]:hover:before,
.button:focus:before,
.button:hover:before {
	color: #fff;
}

/* .button-ghost-white */
.button-ghost-white {
	border-color: #fff;
	color: #fff;
}

.button-ghost-white:focus,
.button-ghost-white:hover {
	background: #fff;
	color: #000;
}

.button-ghost-white:focus:before,
.button-ghost-white:hover:before {
	color: #000;
}

/* Faq Page Buttons */
.button.faq-buttons {
	display: block;	
	float: none;
	margin: 0 auto 40px;
	max-width: 300px;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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: 1;
	margin-bottom: 40px;
	width: 100%;
}

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

tr.even:not(.header) {
	background: #eaecee; 
}

tr.header:not(.even) {
	background: #1a2024;
	color: #fff;
	padding: 10px 15px;
}

td,
th {
	text-align: left;
}

td {
	padding: 7px 15px;
}

tr.header th {
	font-weight: 400;
	padding: 10px 15px;
}

tr.header th * {
	margin: 0;
	padding: 0;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span,
.facetwp-type-number_range label,
.gform_wrapper label {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus,
.facetwp-type-number_range label:focus,
.gform_wrapper label:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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


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

.site-container {
	background: #f6f7f9;
}

body:not(.home) .site-inner,
.wrap {
	margin: 0 auto;
	max-width: calc(1200px + 8%);
}

.site-inner {
	clear: both;
	padding: 0;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

.entry-content:focus {
    outline: none;
}


/* ## 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 {
	border-radius: 50%;
	float: left;
}

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

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

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


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

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

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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


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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

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

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

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

img.alignnone,
.alignnone {
	margin-bottom: 30px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 25px 5px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 5px 25px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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


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

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

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


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

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: 1px solid rgba(0,0,0,.2);
}

/* Shows outline for tab users */
a:active {
	outline: none;
}


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

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


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

.title-area {
	margin: 0 auto;
	max-width: 200px;
	position: relative;
	width: 100%;
	z-index: 1000;
}

.title-area p {
	margin: 0;
	text-align: center;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

.genesis-nav-menu .menu-item:not(.nav-right) {
	float: left;
}

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

.nav-primary .genesis-nav-menu > li {
	margin-left: 2px;
	margin-right: 2px;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	-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;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #000;
	position: relative;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	color: #fff;
	display: none;
	font-family: FontAwesome;
	visibility: hidden;
}

.menu-toggle {
	font-size: 30px;
}

.menu-toggle.activated:before {
	color: #fff;
	content: "\f00d";
}

.sub-menu-toggle {
	font-size: 15px;
}

/* ## Header Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
}

.nav-primary > .wrap {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	position: relative;	
	z-index: 500;
}

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


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


/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #f6f7f9;
	margin-bottom: 0;
	padding: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}


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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


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

.pagination {
	clear: both;
	margin: 0;
	width: 100%;
}

.pagination:not(.pagination-facetwp) {
	padding: 0;
}

/* FacetWP Pagination */
.facetwp-pager {
	display: block;
	width: 100%;
}

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

.archive-pagination li {
	display: inline-block;
	margin-right: 7px;
}

.archive-pagination a {
	background-color: transparent;
	border: 1px solid #1a2024;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	height: 34px;
	line-height: 34px;
	margin: 0;
	min-width: 34px;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
}

.archive-pagination li.pagination-previous i,
.archive-pagination li.pagination-next i,
a.facetwp-page i {
	display: inline-block;
	vertical-align: middle;
}

.archive-pagination li.pagination-previous i,
a.facetwp-page i.fa-chevron-right {
	margin-right: 5px;
}

.archive-pagination li.pagination-next i,
a.facetwp-page i.fa-chevron-left {
	margin-left: 5px;
}

a.facetwp-page i.fa-chevron-right {
	margin-right: -5px;
} 

a.facetwp-page i.fa-chevron-left {
	margin-left: -5px;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #1a2024;
	color: #fff;
}


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.content-sidebar .sidebar section.widget {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e5e5e5;
	margin: 0;
	padding: 40px 0;

}

.content-sidebar .sidebar section.widget:nth-of-type(1) {
	padding-top: 0;
}

.content-sidebar .sidebar section.widget:last-of-type {
    border-bottom: none;
}

.content-sidebar .sidebar input.search-form-submit {
	display: none;
}

.content-sidebar .sidebar ul {
    margin-bottom: 0;
}

.content-sidebar .sidebar li {
    margin-bottom: 5px !important;
    line-height: 1.3 !important;
}

.content-sidebar .sidebar ul:not(.gform_fields) li {
    background-position: left 4px;
}

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

.footer-widgets {
	background: #5e6163;
	clear: both;
	color: #fff;
	padding: 60px 0;
	width: 100%;
}

.footer-widgets .widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.footer-widgets-1 a,
.footer-widgets-2 a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.footer-widgets-1 .one-fourth {
	display: block;
	float: left;
    position: relative;
}

.footer-widgets-1 .one-sixth {
	text-align: center;
}

.footer-widgets-1 a {
	color: #fff;
	display: block;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
}

.footer-widgets-1 a:hover {
	text-decoration: underline;
}




.footer-widgets-1 .footer-mba-logo,
.footer-widgets-1 .footer-diamond-logo,
.footer-widgets-1 .footer-nahb-logo,
.footer-widgets-1 .footer-bbb-logo a {
	background: url(images/footer-logos.png) no-repeat;
}

.footer-widgets-1 .footer-mba-logo,
.footer-widgets-1 .footer-nahb-logo {
	height: 86px;
}

.footer-widgets-1 .footer-diamond-logo,
.footer-widgets-1 .footer-bbb-logo a {
	height: 100%;
	min-height: 100px;
}

.footer-widgets-1 .footer-bbb-logo a {
	display: block;
    -webkit-filter: grayscale(1);
	filter: grayscale(1);
    float: right;
    height: 47px;
    margin-top: 11px;
    width: 125px;
}

.footer-widgets-1 .footer-bbb-logo a:hover {
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.footer-widgets-2 {
	margin-top: 70px;
}

.footer-widgets-2 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.footer-widgets-2 {
	float: none;
	margin: 40px auto 0;
	text-align: center;
}

.footer-widgets-2 a {
	background: #494b4d;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;	
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;

}

.footer-widgets-2 a:hover {
	background: #000;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #494b4d;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 30px 4%;
	text-align: center;
}

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

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


/* # Scroll to Top Button
---------------------------------------------------------------------------------------------------- */

a.scrollToTop {
	display: none;
	position: fixed;
	z-index: 9999;
	right: 0;
	width: 40px;
	height: 40px;
	color: #000;
	background: #ccc;
	font-size: 2.5rem;
	line-height: 36px;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);

}

a.scrollToTop:hover {
	background: #aaa;
}

.scrollToTop i {
	font-family: FontAwesome;
	font-style: normal;
}


/* # Envira Video Gallery
---------------------------------------------------------------------------------------------------- */

.video-gallery .envira-gallery-item .envira-gallery-item-inner {
	background-color: #eaecee;
}

.video-gallery .envira-gallery-item .envira-gallery-item-inner span.envira-title {
	padding: 15px 10px;
}


/* # Font Awesome - only fonts used are added below to keep code lightweight
---------------------------------------------------------------------------------------------------- */

/*

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-chevron-left:before {
    content: "\f054";
}

.fa-chevron-right:before {
    content: "\f053";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-phone:before {
    content: "\f095";
}

.fa-print:before {
	content: "\f02f";
}

.fa-search:before {
	content: "\f002";
}

.fa-times:before {
	content: "\f00d";
}

.fa-youtube:before {
	content: "\f167";
}

*/


/* # Hero Section
---------------------------------------------------------------------------------------------------- */

.hero-wrap {
	float: left;
	position: relative;
	width: 100%;
	z-index: 1000 !important;
}

.hero-wrap:after {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=0 ); 
	bottom: 0;
	content: " ";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.hero-wrap > .wrap {
	color: #fff;
	text-align: center;
	width: 100%;
	z-index: 100;
}


/* # Floor Plans Global Styles
---------------------------------------------------------------------------------------------------- */

a.virtual-tour-icon,
a.virtual-tour-icon:after {
	background: url(images/360-icon.png) no-repeat;	
}

a.virtual-tour-icon {
	background-position: center bottom;
	bottom: 10px;
	height: 51px;
	left: 10px;
	position: absolute;
	width: 51px;
}

body.single-floor-plans a.virtual-tour-icon {
	left: 30px;
}

a.virtual-tour-icon:after {
	background-position: center top;
	content: " ";
	display: block;
	height: 51px;
	transition: all .5s ease-in-out; 
	width: 51px;

}

a.virtual-tour-icon:hover:after {
	opacity: 0;
}


/* # Floor Plans Archive/Single Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar h3,
.sidebar h4 {
	margin-left: 1px;
	margin-top: 0;
}

.sidebar h3 {
	font-weight: 700;
	margin-bottom: 12px;
}

.sidebar h4 {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 3px;
}

.floor-plan-archive-page .sidebar a.floor-plan-pricing,
.floor-plan-archive-page .sidebar .facetwp-facet.facetwp-type-number_range {
	margin-bottom: 0;
}


.sidebar a.floor-plan-pricing {
    width: 100%;
}

.floor-plan-archive-page .sidebar .facetwp-facet {
	margin-bottom: 5px;
}

.floor-plan-archive-page .sidebar .fs-wrap {
	width: 100%;
}

.floor-plan-archive-page .sidebar .fs-label-wrap .fs-label {
    overflow: hidden;
    padding: 17px 22px 17px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floor-plan-archive-page .sidebar .facetwp-facet-sq_ft input[type="text"] {
	padding: 9px 10px 10px;
	width: 48%;
}

.floor-plan-archive-page .sidebar .facetwp-facet-sq_ft input.facetwp-number-max {
	margin-left: 4%;
}

.floor-plan-archive-page .sidebar .facetwp-type-number_range input.facetwp-submit {
	display: none;
}

.floor-plan-archive-page .sidebar button.facet-reset {
	display: block;
	margin: 20px auto 0;
	padding: 7px 20px 6px;
}

.floor-plan-archive-page .sidebar button.facet-reset:before {
	content: "\f021";
	font-family: "FontAwesome";
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 5px;
}


/* # Page: Blog Home/Archive
---------------------------------------------------------------------------------------------------- */

body.archive-three-grid main.content,
body.archive-two-grid main.content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

body.archive-three-grid article.entry,
body.archive-two-grid article.entry {
	background: #eaecee;
	padding: 0 0 70px;
	position: relative;
}

body.archive-three-grid article.entry a,
body.archive-two-grid article.entry a {
	display: block;
	overflow: hidden;
}

body.archive-three-grid article.entry img,
body.archive-two-grid article.entry img {
	display: block;
	margin: 0;
}

body.archive-three-grid article.entry p,
body.archive-two-grid article.entry p {
	margin: 0;
	padding: 0 25px;
}

body.archive-three-grid article.entry h2,
body.archive-two-grid article.entry h2 {
	float: left;
	margin-top: 10px;
	width: 100%;
}

body.archive-three-grid article.entry h2 a,
body.archive-two-grid article.entry h2 a {
    color: #1a2024;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 10px 25px;
    text-decoration: none;
}

body.archive-three-grid .read-more-button,
body.archive-two-grid .read-more-button {
    background: #1a2024;
    color: #fff;
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

body.archive-three-grid .read-more-button,
body.archive-two-grid .read-more-button {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

body.archive-three-grid .read-more-button:hover,
body.archive-twogrid .read-more-button:hover {
	background: #999;
}

/* Single Blog Page */
footer.entry-footer {
	margin: 40px auto 0;
	max-width: 780px;
}


/* # Page: Client Testimonials
---------------------------------------------------------------------------------------------------- */

.testimonials-carousel .slick-slider {
    background: #eaecee;
    padding: 0 30px;
}

.testimonials-carousel blockquote {
    margin-bottom: 0 !important;
}

.testimonials-carousel .slick-arrow {
	background: transparent;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.testimonials-carousel .slick-arrow:focus {
	outline: none;
}

.testimonials-carousel .slick-prev, 
.testimonials-carousel .slick-next {
	bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50px;
}

.testimonials-carousel .slick-prev {
    left: 0;
}
 
.testimonials-carousel .slick-next {
    right: 0;
}

.testimonials-carousel .slick-arrow .dashicons {
	color: #fff;
	font-size: 40px;
	font-size: 4.0rem;
	height: 40px;
	margin: 0;
	opacity: .7;
	padding: 0;
	width: 40px;
}

.testimonials-carousel .slick-arrow:hover .dashicons {	
	opacity: 1;
}

body.client-testimonials .envira-gallery-wrap {
	margin-left: -20px;
	width: calc(100% + 40px);
}


/* # Page: Contact & Gravity Forms
---------------------------------------------------------------------------------------------------- */

.gform_body,
.gform_footer {
	display: block;
	overflow: hidden;
	width: 100%;
}

.gform_body .gfield.gfield_html {
	font-weight: 600;
	margin-bottom: 0;
}

.gform_body .gfield_html h3 {
	margin: 0;
}

.gform_body select {
	height: 48px;
	padding: 0 20px;
}

.gform_body textarea {
	display: block;
	margin-bottom: 0;
	width: 100%;
}

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

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

.gform_hidden {
	display: none;
}

.gform_wrapper .gf_invisible, 
.gform_wrapper .gfield_visibility_hidden {
    left: -9999px;
    position: absolute;
    visibility: hidden;
}

/* Error Notice */
.validation_error {
	color: #ff0000;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 15px;
}

.gfield_error input, 
.gfield_error select, 
.gfield_error textarea {
	border: 1px solid #ff0000;
}

.validation_message {
	color: #ff0000;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
}

.validation_message:before {
	content: "* ";
}

/* Honeypot/hidden field */
.gform_wrapper li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

body.main-contact main.content {
	padding-bottom: 20px;
}


/* # Page: Dare To Compare
---------------------------------------------------------------------------------------------------- */

.feature-benefit-group {
    margin-bottom: 50px;
}

.feature-benefit-group > h3 {
	background: #1a2024;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
}

ul.feature-benefits-list {
	margin: 0;
}

ul.feature-benefits-list li h4 {
	padding: 0 15px;
}

.entry-content .feature-benefit-group li {
    line-height: 1.2;
    width: 100%;
}

.entry-content .feature-benefit-group li > span {
	padding: 7px 15px;
}

ul.feature-benefits-list.left-only span {
	display: block;
	width: 100%;
}


/* # Page: Floor Plans Archive
---------------------------------------------------------------------------------------------------- */

.floor-plans-archive-wrap.facetwp-template {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.floor-plans-archive-wrap.facetwp-template .floor-plan {
	background: #eaecee;
	display: flex;
	/*flex: 1 1 40%;*/
	flex-direction: column;
	justify-content: inherit;
	margin: 0 0 50px 60px;
	max-width: 405px;
	width: calc(50% - 60px);
}

.counts-sort-bar {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.facetwp-counts {
	float: left;
	max-width: 200px;
	width: 100%;
}

.facetwp-sort {
	float: right;
	max-width: 200px;
	width: 100%;
}

.floor-plan-archive-page .floor-plan .floor-plan-grid-img-wrap {
	overflow: hidden;
	position: relative;
}

.floor-plan-archive-page .floor-plan a {
	display: block;
}

.floor-plan-archive-page .floor-plan img {
	display: block;
}

.floor-plan-archive-page .floor-plan img { 
	transition: all .5s ease-in-out; 
}

.floor-plan-archive-page .floor-plan img:hover { 
	opacity: .5;
	transform: scale(1.1); 
}

.floor-plan-archive-page .floor-plan a.virtual-tour-icon,
.floor-plan-archive-page .floor-plan a.virtual-tour-icon:after {
	background: url(images/360-icon.png) no-repeat;	
}

.floor-plan-archive-page .floor-plan a.virtual-tour-icon {
	background-position: center bottom;
	bottom: 10px;
	height: 51px;
	left: 10px;
	position: absolute;
	width: 51px;
}

.floor-plan-archive-page .floor-plan a.virtual-tour-icon:after {
	background-position: center top;
	content: " ";
	display: block;
	height: 51px;
	transition: all .5s ease-in-out; 
	width: 51px;

}

.floor-plan-archive-page .floor-plan a.virtual-tour-icon:hover:after {
	opacity: 0;
}

.image-button-link {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	transition: all .5s ease-in-out; 
}

.floor-plan-archive-page .floor-plan-grid-img-wrap:hover .image-button-link {
	background: #000;
	color: #fff;
	opacity: 1;
}

.floor-plan-archive-page .floor-plan h2 {
	margin: 10px 0 0;
}

.floor-plan-archive-page .floor-plan h2 a {
	color: #1a2024;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 10px 0;
	text-decoration: none;
}

.floor-plan-archive-page .floor-plan h2 a:hover {
	color: #999;
}

.floor-plans-archive-wrap .floor-plan .pricing-range {
    border-top: 1px dashed #ccc;
    margin: 0 25px;
    padding: 10px 0;
}

.floor-plans-archive-wrap .floor-plan .pricing-range h4 {
    font-size: 18px;
    margin: 0;
}

.floor-plans-archive-wrap .floor-plan .pricing-range p {
    border: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.floor-plans-archive-wrap .floor-plan p {
	border-top: 1px dashed #ccc;
	display: flex;
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 25px;
	padding: 10px 0;
}

.floor-plans-archive-wrap .floor-plan p span {
	display: inline-block;
}

.floor-plans-archive-wrap .floor-plan p span.leftspan {
	flex-basis: calc(100% - 95px);
	font-weight: 700;
}

.floor-plans-archive-wrap .floor-plan p span.rightspan {
	flex-basis: 95px;
}

.floor-plans-archive-wrap .floor-plan .floor-plan-grid-button {
	background: #1a2024;
	color: #fff;
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.floor-plans-archive-wrap .floor-plan .floor-plan-grid-button:hover {
	background: #999;
}

body.floor-plan-archive-page h2.floor-plan-name,
body.floor-plan-archive-page h3.floor-plan-pricing {
	padding-left: 25px;
	padding-right: 25px;
}

h3.floor-plan-pricing {
	font-size: 18px;
	font-weight: 400;
}

body.floor-plan-single-page h3.floor-plan-pricing {
	padding-left: 20px;
	padding-right: 20px;
}

h2.floor-plan-name,
.floor-plan-img-wrap,
.floor-plan-drawings,
h2.gallery-name {
	padding-left: 20px;
	padding-right: 20px;
}


/* Left Search/Filter
-------------------------------- */

/* Search Box */
.floor-plan-archive-page .facetwp-btn:before,
.floor-plan-archive-page .facetwp-btn.f-reset:before {
	background: transparent;
	font-family: "FontAwesome";
	font-style: normal;
	transition: all 0.5s ease;
}

.floor-plan-archive-page .facetwp-btn:not(.f-reset):before {
	content: "\f002";
	margin-top: 2px;
}

.floor-plan-archive-page .facetwp-btn:hover:before {
	margin-right: 6px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);	
}

.facetwp-btn.f-reset:before {
	content: "\f00d";
	margin-top: 2px;
}


/* # Page: Floor Plans Single
---------------------------------------------------------------------------------------------------- */

.floor-plan-img-wrap {
	position: relative;
}

.floor-plans-single-wrap img {
    display: block;
    margin-bottom: 60px;
}

body.floor-plan-single-page div.entry-content {
	padding: 0 20px;
}

ul.floor-plan-single-pricing {
	margin-bottom: 0;
}

ul.floor-plan-single-pricing h4 {
	padding-top: 7px;
	margin-bottom: 0;
}

ul.floor-plan-single-pricing li {
	line-height: 1.2 !important;
	margin-bottom: 15px;
}


/* # Page: Home
---------------------------------------------------------------------------------------------------- */

.home-welcome {
	background-repeat: no-repeat !important; ; 
	display: block;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
	z-index: 100;
}

.home-welcome img {
    bottom: 0;
    position: absolute;
    top: auto;
    z-index: -1;
}

.welcome-text-wrap {
	float: right;
}

.home-welcome .button,
.home .map-ctas-section .button {
	max-width: 190px;
	width: 100%;
}


/* 2019 New Features Banner */
.lity-active body {
    overflow: hidden;
}
.lity-inline .lity-content > * {
    max-height: none !important;
}
.lity-inline .lity-wrap {
    overflow: auto;
}
.lity-inline .lity-content {
    margin: 20px 0;
}

/* Counter */
.home-counter {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;	
}

.counter-wrap {
    align-items: center;
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    overflow: visible;
    z-index: 9999;
}

.custom-options::after {
  	content: "'s";
}

.floor-plans::after,
.happy-homeowners::after {
	content: "+";
}

.percent::after {
  content: "%";
}

/*Home Testimonial Book */
.home-testimonial-book{
	background:#ffffff;
	padding:60px 0;
}
.home-testimonial-book h2{
	text-align:center;
}
.home-testimonial-book p{
	max-width: 780px;
	text-align:left;
	margin:20px auto 40px;
}

/* Home Contact Form */
.home-contact-form {
	background: url(images/whispering-firs-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	display: flex;
	min-height: 670px;
	overflow: hidden;
}

.home-contact-form .wrap {
	background: rgba(0,0,0,.6);
	border-radius: 0;
	margin: 60px auto;
	max-width: 840px;
	overflow: hidden;
	padding: 0;
}

.home-contact-form .home-contact-header,
.home-contact-form .home-contact-footer {
    background: #222;
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 30px 40px 0px;
}

.home-contact-form .home-contact-footer {
	padding-bottom: 40px;
}

.home-contact-form .fluentform.fluentform_wrapper_4 {
	padding: 50px 40px;
}

.home-contact-form .fluentform .ff-el-progress-status {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.home-contact-form .fluentform .ff-el-progress {
    height: 2rem;
    line-height: 2.1rem;
}

.home-contact-form .fluentform .ff-el-progress-bar {
    background: #06b506;
}

.home-contact-form .fluentform .ff-el-progress-bar span {
    font-size: 16px;
    font-weight: bold;
}

.location-group {
    margin-bottom: 15px;
}

.home-contact-form .home-contact-footer a {
	color: #fff;
	display: block;
	font-size: 16px;
}

.home-contact-form h3 {
	font-family: "akagi-pro",sans-serif !important;
	font-weight: 700 !important;
	margin-bottom: 20px;
}

.location-group a:hover {
    color: #00b505;
}

.home-contact-form .home-contact-footer .location-group p {
    font-family: "akagi-pro",sans-serif;
    line-height: 1.2;
    margin-bottom: 0;
}


@media only screen and (min-width: 751px) {

	/* Counter */
	.counter-wrap {
	    font-size: 36px;
	    height: 150px;
	    margin: 0 30px;
	    width: 150px;
	}

	.counter + div {
		font-size: 18px;
	}

}


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

	.counter-wrap {
	    font-size: 26px;
	    height: 120px;
	    margin: 0 15px 10px;
	    width: 120px;
	}

	.counter + div {
		font-size: 16px;
	}

}




/* Call Banner - Home page center, rest of site above footer */
.call-banner {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.call-banner > .wrap {
	position: relative;
}

.call-banner .call-icon {
	padding-left: 0;
}

.call-banner .call-icon .fa {
	margin: 0 auto;
}

.call-column p {
	color: #777;
}

.call-column-three {
	padding-right: 0;
}

.call-column-two p {
	margin-bottom: 5px;
	margin-left: 5px;
}

.call-column-three p {
	margin-bottom: 15px;
}

.call-column a.button {
	max-width: 410px;
}

/* Map & CTA's */
.map-ctas-section {
	display: block;
	position: relative;
	z-index: 100;
}

/* Home Map Left */
.home div#image-map-pro-container {
    padding: 20px 0 40px;
}

.imp-tooltip.imp-tooltip-visible {
    z-index: 9999 !important;
}

.map-left {
	padding: 40px 4% 0;
}

.map-left p {
	margin-bottom: 0;
}

.map-left img {
	display: block;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}

.squares-element.sq-col-lg-12 {
    width: 100%;
}

.button-popup a.squares-button {
    max-width: 300px;
    width: 100%;
}

.button-popup a.squares-button:hover {
	background: #999 !important;
}

.squares-element h3,
.squares-element p {
	font-weight: 600 !important;
}

.squares-element h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase !important;
}

.squares-element p {
	font-size: 16px;
	font-size: 1.6rem;
}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip {
	padding: 70px 30px 30px !important;
}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip .imp-tooltip-close-button {
    height: 64px;
    font-size: 44px;
    font-size: 4.4rem;
    padding: 10px;
    width: 64px;
}

.map-ctas-right-wrap > div:after {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); 
	bottom: 0;
	content: " ";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.map-ctas-right-top,
.map-ctas-right-bottom {
	position: relative;
}

.map-ctas-right-top {
	border-bottom: 2px solid #fff;
}

.map-ctas-right-content-wrap {
	color: #fff;
	margin-top: auto;
	padding: 0 40px 40px;
	position: relative;
	z-index: 100;
}

.map-ctas-half h3 {
	margin-bottom: 0;
}

.map-ctas-right-wrap p {
	margin-bottom: 10px;
}


/* # Page: Lenders
---------------------------------------------------------------------------------------------------- */

#acww-header {
	background: #1a2024;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0;
	padding: 7px 20px;
}

#acww-form {
	background: #eaecee;
	padding-bottom: 20px;
	padding-top: 5px;
}

#acww-form > .form-group {
	float: left;
}

#acww-form > .form-group label {
	font-size: 16px;
	font-size: 1.6rem;
}

#acww-form > .form-group .input-group {
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
}

#acww-form > .form-group:first-child .input-group,
#acww-form > .form-group:nth-of-type(2) .input-group {
	padding-left: 30px;
}

#acww-form > .form-group:nth-of-type(3) .input-group {
	padding-right: 70px;
}

#acww-form > .form-group span {
    background: #777;
    bottom: 0;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0;
}

#acww-form > .form-group:first-child span,
#acww-form > .form-group:nth-of-type(2) span {
    left: 0;
    width: 40px;
}

#acww-form > .form-group:nth-of-type(3) span {
	right: 0;
	width: 70px;
}

.acww-tenure-choice {
	display: none;
}

/* Lower Half */
#acww-widget-iframeinner > div {
	background: #fff;
	padding: 0;
	border: 1px solid #eaecee;
}

div#acww-summary > div {
	padding: 15px 20px;
}

div#acww-summary > div:first-child,
div#acww-summary > div:nth-of-type(2) {
	border-bottom: 1px solid #eaecee;
}

div#acww-summary h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

div#acww-summary p {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}

#acww-widget-iframeinner > div#acww-piechart {
	padding: 20px 0;
}


/* # Page: Locations
---------------------------------------------------------------------------------------------------- */

section.locations {
	float: left;
	width: 100%;
}

section.locations:focus,
section.state-wrap:focus,
.single-location-wrapper:focus {
    outline: none;
}

section.state-wrap {
	float: left;
	margin-top: 30px;
	padding-top: 30px;
	width: 100%;
}

.single-location-wrapper:nth-of-type(even) {
    background: #fff;
}

.single-location-wrapper:nth-of-type(odd) {
    background: #eaecee;
}

.single-location-wrapper {
	float: left;
    padding: 30px 30px 0;
    width: 100%;
}

.single-location-wrapper h3 {
	padding-top: 15px;
}

.counties {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.counties span {
	font-weight: 600;
}

.locations-map {
    width: 100%;
	height: auto;	
	margin: 0 0 20px;
	border: 1px #ccc solid!important;
}
.locations-map img{
	display: block;
	max-width: 100%;	
}
.locations-map a{
	display: block;
}

.location-details {
	font-size: 16px;
	font-size: 1.6rem;
}

.location-details .office-hours span {
    display: inline-block;
    font-weight: 600;
    width: 90px;
}

.location-details .location-buttons a {
	background: #000;
	display: block;
	margin-bottom: 19px;
}

.location-details .location-buttons a,
.location-details .location-buttons a:before {
	color: #fff;
}

.location-details .location-buttons a:hover {
	background: #999;
	border-color: #999;
}

.location-details .location-buttons a:last-child {
	margin-bottom: 0;
}

p.office-back-to-top {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}


/* # Page: Partners
---------------------------------------------------------------------------------------------------- */

.partners {
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
}

.partners .partner-image {
	float: left;
	margin: 0 15px 30px;
	text-align: center;
}

.partners .partner-image img {
	display: block;
	margin: 0 auto;
}


/* # Page: Site Index
---------------------------------------------------------------------------------------------------- */

.sitemap-content h2.main-heading {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 60px;
	text-align: center;
}

.sitemap-content ul {
    margin-top: 0;
}


/* # Page: Standard Features
---------------------------------------------------------------------------------------------------- */

.option-features .one-half {
	margin-bottom: 60px;
}

.option-features h3 {
	background: #1a2024;
	color: #fff;
	margin: 0;
	padding: 10px 15px;	
}

.option-features ul {
	background: #eaecee;
	margin: 0;
	padding: 10px 20px 5px;
}






@media only screen and (min-width: 1340px) {

	nav.nav-secondary {
		margin-right: 2px;
	    right: 4%;
	}

}


@media only screen and (min-width: 1024px) and (max-width: 1339px) {

	nav.nav-secondary {
	    right: 0;
	}

}



@media only screen and (min-width: 1024px) {

	/* Account Navigation */
	.site-header > .wrap {
		border-top: 3px solid #be2226;
		position: relative;
		z-index: 999;
	}

	nav.nav-secondary {
	    position: absolute;
	    top: 0;
		width: calc(50% - 185px);
	    z-index: 999;
	}

	nav.nav-secondary > .wrap {
		float: right;
		padding-right: 0;
	}

	nav.nav-secondary li.menu-item {
		border-left: 1px solid #961d20;
	}

	nav.nav-secondary li.menu-item > a {
		background: #be2226;
    	border-left: 1px solid #dc3539;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 400;
		padding: 5px 15px;
	    text-transform: capitalize;
	}


	nav.nav-secondary li.menu-item:nth-of-type(1),
	nav.nav-secondary li.menu-item:nth-of-type(1) > a {
		border-left: none;
	}


	nav.nav-secondary li.menu-item:hover > a {
		background: #000;
	}


}



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

	nav.nav-secondary {
		display: none;
	}

}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */


/* # Min Width
---------------------------------------------------- */

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

	/* Page: Lenders */
	#acww-widget-iframeinner > div {
		float: left;
		height: 270px;
		width: 50%;
	}

	#acww-widget-iframeinner > div#acww-summary {
		border-right: none;
	}

}


@media only screen and (min-width: 550px) {

	/* Page: Features */
	.entry-content .feature-benefit-group li.feature-group-column-heading {
		line-height: 1.5;
	}

	.entry-content .feature-benefit-group li {
	    display: flex;
	}

	ul.feature-benefits-list li h4,
	ul.feature-benefits-list:not(.left-only) span {
		display: inline-block;
		width: calc(50% - 5px);
	}

	.entry-content .feature-benefit-group li:nth-of-type(even) > span {
	    background: #eaecee;
	    display: inline-block;
	}

	ul.feature-benefits-list li h4.feature-heading-right,
	ul.feature-benefits-list span.benefit {
		margin-left: 10px;
	}

}


@media only screen and (min-width: 770px) {

	/* Wrapping div for .content and .sidebar-primary */
	.sidebar-content .content-sidebar-wrap,
	.content-sidebar .content-sidebar-wrap {
		display: flex;
	}

	/* Content */
	/*.content {
		float: right;
	}*/

	body:not(.home) .content {
		padding-bottom: 100px;
	}

	.sidebar-content .content {
		order: 2;
		flex-basis: 930px;
		padding: 100px 0 100px 50px;
	}

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

	/* Home Contact Form */
	.home-contact-form {
		padding: 100px 4%;
	}

	/* Limit width of main content area for full with pages */
	.full-width-content article:not(.wide-content-area):not(.envira):not(.envira_album) div.entry-content {
		margin: 0 auto;
		max-width: 780px;
	}

	/* Primary Sidebar */
	.sidebar-content .sidebar-primary {
		flex-basis: 370px;
		float: right;
		padding: 100px 50px 100px 0;
		position: relative;
		z-index: 100;
	}

	.sidebar-content .sidebar:after {
	    background: #eaecee;
	    bottom: 0;
	    content: "";
	    display: block;
	    left: auto;
	    margin-left: -50vw;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: calc(370px + 50vw);
	    z-index: -1;
	}

	.sidebar-content .entry {
		padding: 0 55px;
	}

	body:not(.home) .content {
		padding-bottom: 100px;
	}

	.sidebar-content .content,
	.content-sidebar .content {
		flex-basis: 930px;
	}

	.sidebar-content .content {
		order: 2;
		padding: 100px 0 100px 50px;
	}

	.content-sidebar .content  {
		order: 1;
		padding: 100px 0;
	}

	/* Additional content width for flush gallery */
	body.single-floor-plans.sidebar-content .content {
		flex-basis: 950px;
		padding-left: 30px;
	}

	/* Call Banner */
	.call-banner .call-icon .fa {
		font-size: 100px;
		font-size: 10.0rem;
		width: 93px;
	}

	.call-column-two,
	.call-column-three {
		border-left: 1px solid #ddd;
	}

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

	/* ### Primary Sidebar */
	.sidebar-content .sidebar-primary,
	.content-sidebar .sidebar-primary {
		flex-basis: 370px;
		position: relative;
		z-index: 100;
	}

	.sidebar-content .sidebar-primary {
		padding: 100px 50px 100px 0;

	}

	.content-sidebar .sidebar-primary {
		padding: 100px 0 100px 50px;
	}

	.sidebar-content .sidebar:after,
	.content-sidebar .sidebar:after {
	    background: #eaecee;
	    bottom: 0;
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    width: calc(370px + 50vw);
	    z-index: -1;
	}

	.sidebar-content .sidebar:after {
	    left: auto;
	    margin-left: -50vw;
	    right: 0;
	}
	
	.content-sidebar .sidebar:after {
	    left: 0;
	    margin-right: -50vw;
	    right: auto;
	}

	.sidebar-content .entry,
	.content-sidebar .entry {
		padding: 0 55px;
	}

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

	.content-sidebar .sidebar-primary {
		order: 2;
	}

	/* Filter Bar */
	.counts-sort-bar {
		padding-left: 50px;
	}

	.filterbar {
		display: none;
	}

	/* Gravity Forms */
	.gform_wrapper li.gfield {
		float: left;
		margin-bottom: 20px;
		width: 100%;
	}

	.gform_wrapper li.left-form-input,
	.gform_wrapper li.right-form-input {
		margin-bottom: 20px;
		width: 49%;
	}

	.gform_wrapper li.left-form-input {	
		float: left;
	}

	.gform_wrapper li.right-form-input {
		float: right;
		margin-left: 2%;
	}

	.gform_wrapper .ginput_container_address > span {
		display: block;
	}

	.gform_wrapper .ginput_container_address > span.address_line_1 {
		margin-bottom: 20px;
	}

	.gform_wrapper .ginput_container_address > span.address_city,
	.gform_wrapper .ginput_container_address > span.address_state,
	.gform_wrapper .ginput_container_address > span.address_zip {
		float: left;
		width: 32%;
	}

	.gform_wrapper .ginput_container_address > span.address_state,
	.gform_wrapper .ginput_container_address > span.address_zip {
		margin-left: 2%;
	}

	/* Page: Lenders */
	#acww-form > .form-group:first-child {
		width: 50%;
	}

	#acww-form > .form-group:nth-of-type(2),
	#acww-form > .form-group:nth-of-type(3) {
		width: 25%;
	}

	#acww-form > .form-group:first-child {
		padding-left: 20px;
		padding-right: 10px;
	}

	#acww-form > .form-group:nth-of-type(2) {
		padding-left: 10px;
		padding-right: 10px;
	}

	#acww-form > .form-group:nth-of-type(3) {
		padding-left: 10px;
		padding-right: 20px;
	}

	/* Page: Floor Plans Single */
	.floor-plans-single-wrap {
		padding: ;
	}

	.content-top-pricing-button {
		display: none;
	}

	/* Page: Partners */
	.partners {
		margin-top: 60px;
	}

	.partners .partner-image {
		width: calc(33.3333334% - 30px);
	}

	body.floor-plan-single-page h3.floor-plan-pricing {
		display: none;
	}

}


@media only screen and (min-width: 900px) {

	/* Structure */
	body.full-width-content:not(.home) main.content,
	body.archive-three-grid:not(.home) main.content,
	body.archive-two-grid:not(.home) main.content {
		padding-top: 100px;
	}

	/* Page: Archive/Blog Home */
	body.archive-three-grid main.content
	body.archive-two-grid main.content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	body.archive-three-grid article.entry {
		flex-basis: 30%;
		margin-bottom: 60px;
		max-width: 399px;
	}

	body.archive-two-grid article.entry {
		margin-bottom: 60px;
	    margin-right: 7%;
	    flex-basis: 43%;
	}

}


@media only screen and (min-width: 950px) {

	/* Page: Floor Plans Archive */
	/* FacetWP Pagination */
	.facetwp-pager {
		padding: 0 50px;
	}

	.floor-plans-archive-wrap.facetwp-template {
		justify-content: space-between;
	}

	.floor-plan-archive-page.sidebar-content .content {
		padding-left: 0;
	}

	/* Page: Locations */
	.locations-intro {
	    float: left;
	    width: 40%;
	}

	article.wide-content-area div#image-map-pro-container {
	    float: right;
	    margin-top: -3%;
	    padding-left: 40px;
	    width: 60%;
	}

}


@media only screen and (min-width: 980px) {

	/* Page: Home */
	.map-left {
		border-right: 1px solid #fff;
		margin-right: 50%;
		width: 50%;
	}

	.map-ctas-right-wrap {
		border-left: 1px solid #fff;
		bottom: 0;
		height: 100%;
		left: 50%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.map-ctas-right-top,
	.map-ctas-right-bottom {
		display: flex;
		height: 50%;
		position: relative;
	}

	.map-ctas-right-top {
		border-bottom: 1px solid #fff;
	}

}


@media only screen and (min-width: 1024px) {

	.call-banner > .wrap {
		display: flex;
		justify-content: space-between;
		padding-left: 4%;
		padding-right: 4%;
	}

	.call-banner .call-column {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

	/* Hero Section */
	.home .hero-wrap {
		min-height: 850px;
	}

	.home .hero-wrap > .wrap {
		margin: 80px auto;
		position: relative;
	}

	.home-counter {
		margin-top: 100px;
	}

	body:not(.home) .hero-wrap {
		min-height: 405px;
	}

	body:not(.home) .hero-wrap .hero-text {
		margin-top: 4%;
		min-height: 200px;
		position: relative;
		z-index: 100;
	}

	.hero-wrap:after {
		background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); 
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); 
		background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=0 ); 
		bottom: 0;
		content: " ";
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}

	.hero-text h1 {
		font-size: 78px;
		font-size: 7.8rem;
	}

	.hero-text h2 {
		font-size: 38px;
		font-size: 3.8rem;
		line-height: 1.3;
	}

	body:not(.home) .home .hero-wrap > .wrap {
		margin-top: 70px;
	}

	.site-header > .wrap {
		padding: 15px 4% 30px;
	}

	.nav-primary > .wrap {
		float: left;
		position: relative;
		width: 100%;
	}

	.nav-primary > .wrap:before {
		left: 0;
	}

	.nav-primary > .wrap:after {
		right: 0;
	}

	.nav-primary .genesis-nav-menu > li > a {
		border: 1px solid transparent;
	}

	.nav-primary .genesis-nav-menu > li:hover > a,
	.nav-primary .genesis-nav-menu > li > a:hover,
	.nav-primary .genesis-nav-menu > li.current-menu-item:hover > a,
	.nav-primary .genesis-nav-menu > li.current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu > li:hover > a:focus {
		background: #000;
	}

	.nav-primary .genesis-nav-menu > li.current-menu-item > a,
	.nav-primary .genesis-nav-menu > li.current-menu-item > a:focus {
		background: rgba(0,0,0,.3);
	}

	.nav-primary .menu-item.nav-mobile-only {
		display: none;
	}

	.nav-primary  .menu-item.nav-left-end {
		margin-right: 200px;
	}

	.nav-primary  .menu-item.nav-right-end {
		margin-left: 200px;
	}

	.genesis-nav-menu .menu-item > a {
		padding: 12px 15px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #555;
		left: -9999px;
		margin-top: 0;
		opacity: 0;
		position: absolute;
		width: 220px;
		z-index: 99;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: #000;
		border: 1px solid #555;
		border-left: none;
		border-right: none;
		border-top: 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
		padding: 17px 15px;
		position: relative;
		text-align: left;
		width: 220px;
		word-wrap: break-word;
	}

	.genesis-nav-menu .sub-menu a:hover {
		background: #333;
	}



	.footer-widgets-1 .footer-mba-logo,
	.footer-widgets-1 .footer-diamond-logo {
		width: 165px;
	}

	.footer-widgets-1 .footer-nahb-logo,
	.footer-widgets-1 .footer-bbb-logo {
		width: 142px;
	}

	.footer-widgets-1 .footer-mba-logo {
	    background-position: left 35px;
	}

	.footer-widgets-1 .footer-bbb-logo a {
	    background-position: left -301px;
	}

	.footer-widgets-1 .footer-nahb-logo {
	    background-position: 30px -73px;
	}

	.footer-widgets-1 .footer-diamond-logo {
	    background-position: 50px -180px;
	}

}


@media only screen and (min-width: 1200px) {

	.call-banner .call-column {
		padding: 40px 30px 40px;
	}

	.call-column h2 {
		font-size: 70px;
		font-size: 7.0rem;
		margin: -10px auto 0;
	}

	.home-welcome img {
	    left: 0;
	    width: 100%;
	}

	.welcome-text-wrap {
		width: 60%;
	}

}


@media only screen and (min-width: 1340px) {

	.nav-primary {
		margin-bottom: 30px;
		margin-top: -113px;
	}

	.nav-primary > .wrap:before,
	.nav-primary > .wrap:after {
	    bottom: -1px;
	    content: " ";
	    display: block;
	    border-bottom: 1px solid #666;
	    border-top: 1px solid #333;
	    position: absolute;
	    max-width: 500px;
	    width: 100%;
	    z-index: -1;
	}

	.nav-primary .genesis-nav-menu > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

} 




/* # Max Width
---------------------------------------------------- */

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

	body:not(.home) .site-inner, 
	.wrap {
		padding-left: 4%;
		padding-right: 4%;
	}

	body.single-floor-plans.sidebar-content .site-inner {
		padding-right: 30px;
	}

	.entry {
		padding: 0;
	}

}


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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.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%;
	}

	/* Hero Section */
	.hero-wrap > .wrap {
		margin: 80px auto;
		position: relative;
	}

	/* Extend backstretch image when nav is open */
	.nav-open .backstretch {
		bottom: 0 !important;
		height: 100% !important;
	}

	.nav-open .backstretch img {
		bottom: 0 !important;
		height: 100% !important;
		top: 0 !important;
		width: auto !important;
	}

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

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .title-area {
		height: 75px;
		position: relative;
		z-index: 5000;
	}

	.site-title > a {
		display: block;
		height: 95px;
		margin-top: 5px;
		overflow: visible;
	}

	.site-title > a img {
		display: block;
		height: 100%;
		margin: 0 auto;
		width: auto;
	}

	.call-banner .call-icon,
	.call-column-two, 
	.call-column-three {
	    text-align: center;
	}

	.call-column a.button {
		display: block;
		margin: 0 auto;
	}

	/* Genesis Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		background: #000;
		border-top: 1px solid #333;
		display: none;
		float: left;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #000;
		border-width: 0;
	}

	.menu-toggle {
		border: none;
		border-radius: 0;
		height: 80px;
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		outline: none;
	}

	.menu-toggle,
	.menu-toggle:focus {
		background: rgba(0,0,0,.2);
	}

	.menu-toggle:hover,
	.menu-toggle.activated {
		background: #000;
	}

	.menu-toggle.dashicons-before::before {
		color: #fff;
		height: 40px;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
		font-size: 4.0rem;
		margin: 0;
		text-rendering: auto;
		width: 40px;
	}

	.menu-toggle.dashicons-before.activated::before {
		content: "\f335";
	}

	.sub-menu-toggle {
		background: transparent;
		border-left: 1px solid #222;
		border-radius: 0;
		height: 67px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 67px;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle.fa-chevron-down::before {
		color: #fff;
		display: block;
		height: 67px;
		line-height: 67px;
		margin: 0;
		width: 67px;
		text-align: center;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item > a:hover + button {
		background: #000;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item >  button:hover,
	.genesis-responsive-menu .genesis-nav-menu > .menu-item >  button.activated {
		border-left: 1px solid #333;
		background: #222;
	}


	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item > a {
		border-bottom: 1px solid #333;
		padding: 20px 98px 20px 30px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		background: #333;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu > li > a {
		background: #222;
		border-bottom: 1px solid #111;
		margin: 0;
		opacity: 1;
		padding: 20px 30px 20px 50px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

}


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

	.map-ctas-right-top,
	.map-ctas-right-bottom {
		display: block;
		height: auto;
		padding: 120px 0 20px;
		position: relative;
		width: 100%;
	}

	.map-ctas-right-top {
		border-top: 2px solid #fff;
	}

	.map-ctas-right-bottom {
		border-bottom: 2px solid #fff;
	}

}


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

	/* Page: Locations */
	article.wide-content-area div#image-map-pro-container {
		margin: 40px auto;
		max-width: 750px;
	}

	/* Page: Floor Plans Archive */
	/* FacetWP Pagination */
	.facetwp-pager {
		text-align: center;
	}

}


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

	/* Structure */
	body:not(.home).full-width-content .site-inner {
	    padding-top: 40px;
	    padding-bottom: 60px;
	}

	/* Page: Home */
	.home-welcome img {
        max-width: none;
        opacity: .3;
        right: -260px;
		-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
	}

	.home-welcome .button, 
	.home .map-ctas-section .button {
		display: block;
		margin: 0 auto;
	}

}


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

	body.archive-two-grid main.content {
		padding-right: 4%;
	}

	body.archive-two-grid main.content article.entry {
		margin: 0 auto 60px;
		max-width: 400px;
	}

	body.content-sidebar  .site-inner {
		padding-right: 3%;
	}

	.content-sidebar .sidebar-primary {
		padding-left: 3%;
	}

	.single-post.content-sidebar .entry {
	    padding: 0 55px;
	    padding: 0 8% 0 0;
	}

}


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

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	:not(.footer-widgets-1) .one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	/* Page: Locations */
	.single-location-wrapper {
		margin-left: -4.5%;
		width: calc(100% + 9%);
	}

	.one-third.office-hours {
 	   margin-bottom: 30px;
	}

	p.office-back-to-top {
		margin: 20px 0;
	}

}


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

	body.main-contact iframe {
		height: 1800px;
	}

}


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

	/* Stucture */
	body:not(.home):not(.content-sidebar) .site-inner {
    	padding-top: 40px;
    	padding-bottom: 60px;
	} 

	.content-sidebar .site-inner {
		padding-top: 40px;
	}

	body.single-floor-plans.sidebar-content .site-inner,
	body.single-floor-plans.sidebar-content aside.sidebar {
		padding-left: calc(4% - 20px);
		padding-right: calc(4% - 20px);
	}

	body.single-floor-plans.sidebar-content aside.sidebar {
		margin-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}

	main.content,
	aside.sidebar {
		width: 100%;
	}

	.content-sidebar aside.sidebar {
	    background: #eaecee;
	    padding: 40px 2%;
	    width: calc(109%);
	    margin-left: -4.5%;
	}

	.alignleft,
	.alignright,
	img.alignleft,
	img.alignright {
		display: block;
		float: none;
		margin: 0 auto 40px;
	}

	/* Call Banner */
	.call-banner > .wrap {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.call-banner .call-icon {
		padding-bottom: 30px;
	}

	.call-banner .call-icon .fa {
		font-size: 80px;
		font-size: 8.0rem;
		width: 85px;
	}

	.call-column-two {
		padding-bottom: 20px;
	 }

	.call-column-three {
		padding-bottom: 10px;
	 }

	.call-column h2 {
		font-size: 56px;
		font-size: 5.6rem;
		margin: -10px auto 0;
	}

	/* Home Contact Form */
	.home-contact-form {
		padding: 0 4%;
	}

	/* Floor Plans Archive/Single Custom Plans Page */
	body.custom-floor-plans .content-sidebar-wrap {
		display: flex;
		flex-direction: column;
	}

	body.custom-floor-plans main.content {
		order: 2;
	}

	body.custom-floor-plans.custom-plan-single-page main.content {
		margin-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}

	body.custom-floor-plans aside.sidebar {
		order: 1;
	}

	body.custom-floor-plans aside.sidebar {
		display: none;
	}

	.filterbar,
	body.custom-floor-plans aside.sidebar {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - 20px);
	}

	.filterbar {
		background: #1a2024;
		color: #fff;
		cursor: pointer;
		display: block;
		line-height: 48px;
		padding: 0 15px;
	}

	.filterbar:after {
	    content: "\f078";
	    font-family: FontAwesome;
	    float: right;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.filterbar.open:after {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.counts-sort-bar {
		margin-top: 30px;
	}

	body.custom-floor-plans aside.sidebar {
		background: #eaecee;
		padding: 30px;
	}

	/* Move to floor plan single section */
	h2.floor-plan-name,
	.floor-plan-img-wrap,
	.floor-plan-drawings,
	h2.gallery-name {
		padding-left: 20px;
		padding-right: 20px;
	}

	.hero-text h1 {
		line-height: 1.4;
	}

	.hero-text h2 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.2;
	}

	.home-welcome {
		padding: 40px 0 50px;
	}

	/* Floor Plans */
	.counts-sort-bar {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Footer Widgets */
	.footer-widgets-2 {
		margin-top: 40px;
		text-align: center;
	}

	/* Gravity Forms */
	.gform_wrapper li.gfield,
	.gform_wrapper .ginput_container_address > span.address_line_1,
	.gform_wrapper .ginput_container_address > span.address_city,
	.gform_wrapper .ginput_container_address > span.address_state {
		display: block;
		margin-bottom: 20px;
	}

	.gform_wrapper .ginput_container_address > span {
		display: block;
	}


	/* Page: Floor Plans Single */
	.sidebar-pricing-button {
		display: none;
	}

	.content-top-pricing-button {
		padding: 30px 10px 0;	
	}

	.content-top-pricing-button a {
		display: block;
	}

	.content-top-pricing-button hr {
		margin-bottom: 10px;
	}

	/* Page: Lenders */
	#acww-form > .form-group {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	#acww-form > .form-group:first-child {
		width: 100%;
	}

	#acww-form > .form-group:first-child {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.archive-two-grid article.entry {
	    max-width: 400px;
	    margin: 0 auto 60px;
	}

	.archive-pagination.pagination {
	    text-align: center;
	}

}


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

	body.archive-three-grid main.content {
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}

	body.archive-three-grid article.entry {
		flex-basis: 100%;
		margin: 0 auto 60px;
		max-width: 399px;
	}

	.floor-plans-archive-wrap.facetwp-template {
		padding-left: 10px;
		padding-right: 10px;
	}

	.floor-plans-archive-wrap.facetwp-template .floor-plan {
	    flex: 1 1 100%;
	    margin: 0 auto 50px;
	    max-width: 365px;
	}

	.counts-sort-bar > div {
		max-width: 100%;
		width: 100%;
	}

}


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

	.entry-content .feature-benefit-group li.feature-group-column-heading {
		display: none;
	}

	ul.feature-benefits-list:not(.left-only) li.feature-benefit-row {
	    border: 1px solid #ddd;
	    margin-bottom: 15px;
	}

	.entry-content .feature-benefit-group li span {
		display: block;
	}

	.entry-content .feature-benefit-group ul.feature-benefits-list:not(.left-only) li span.feature {
	    background: #eaecee;
	}

	ul.left-only li.feature-benefit-row:nth-of-type(odd) {
	    background: #eaecee;
	}

	ul.feature-benefits-list li h4,
	ul.feature-benefits-list span {
		display: block;
		width: 100%;
	}

	.feature-benefit-group > h3 {
		margin: 0;
	}

	ul.feature-benefits-list:not(.left-only) span.feature:before,
	ul.feature-benefits-list:not(.left-only) span.benefit:before {
	    display: block;
	    font-weight: 600;
	    margin-bottom: 3px;
	}

	ul.feature-benefits-list:not(.left-only) span.feature:before {
	    content: "Feature: ";
	}

	ul.feature-benefits-list:not(.left-only) span.benefit:before {
	    content: "Benefit: ";
	}

}


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

	.hero-text h1,
	.call-column h2 {
		font-size: 38px;
		font-size: 3.8rem;
	}

	/* Page: Lenders */
	#acww-form > .form-group {
		padding: 10px 20px;
	}
	
	#acww-form > .form-group:nth-of-type(2),
	#acww-form > .form-group:nth-of-type(3) {
		width: 100%;
	}

	#acww-widget-iframeinner > div {
		height: 270px;
		width: 100%;
	}

	#acww-summary {
		border-bottom: 1px solid #eaecee;
	}

	/* Page: Partners */
	.partners {
		margin-top: 40px;
	}

	.partners .partner-image {
		width: calc(100% - 30px);
	}

	.footer-widgets-1 .footer-logos .footer-diamond-logo {
	    background-position: 0 -200px !important;
	    min-height: 60px !important;
	}

	.footer-widgets-1 .footer-logos .footer-bbb-logo a {
	    background-position: left -295px;
	    height: auto;
	    min-height: 60px !important;
	}

}


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

	.footer-widgets .widget-title,
	.footer-widgets-1 .textwidget.custom-html-widget {
		text-align: center;
	}

	.footer-widgets-1 .two-thirds {
		display: inline-block;
		float: none;
		width: auto;
	}

	.footer-widgets-1 .two-thirds > .one-third {
		display: inline-block;
		clear: both;
		text-align: left;
		width: auto;
	}

	.footer-widgets-1 .custom-html-widget > .one-third {
		margin: 40px auto 0;
	}

	.footer-widgets-1 .footer-logos > div {
		display: block;
		float: none;
		margin: 0 auto 20px;
		text-align: center;
		width: 160px;
	}

	.footer-widgets-1 .footer-logos .footer-mba-logo {
	    background-position: left top;
	    height: 42px;
	}

	.footer-widgets-1 .footer-logos .footer-nahb-logo {
	    background-position: 25px -81px;
	    height: 78px;
	}

	.footer-widgets-1 .footer-logos .footer-diamond-logo {
	    background-position: 39px -206px;
	    height: 50px;
	}

	.footer-widgets-1 .footer-logos .footer-bbb-logo {
		height: 48px;
	}

	.footer-widgets-1 .footer-logos .footer-bbb-logo a {
	    background-position: -2px -301px;
	    float: none;
	    margin: 0 auto;
	}

	.footer-widgets-2 {
		margin-top: 20px
	}

}


/* # Min Width to Max Width
---------------------------------------------------- */

@media only screen and (min-width: 420px) and (max-width: 599px) {


	.footer-widgets-1 .footer-logos > div {
		width: 100%;
	}

	.footer-widgets-1 .footer-logos .footer-mba-logo {
	    background-position: 31px top;
	    background-size: 80%;
	    height: 45px;
	}

	.footer-widgets-1 .footer-logos .footer-nahb-logo {
	    background-position: 40px -81px;
	}

	.footer-widgets-1 .footer-logos .footer-diamond-logo {
	    background-position: 64px -197px;
	}

	.footer-widgets-1 .footer-logos .footer-bbb-logo a {
	    background-position: left -301px;
	}

}


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

	.hero-text h1,
	.call-column h2 {
		font-size: 45px;
		font-size: 4.5rem;
	}

	/* Page: Lenders */
	#acww-form > .form-group:nth-of-type(2),
	#acww-form > .form-group:nth-of-type(3) {
		width: 50%;
	}

	#acww-form > .form-group:nth-of-type(2) {
		padding-left: 20px;
		padding-right: 10px;
	}

	#acww-form > .form-group:nth-of-type(3) {
		padding-left: 10px;
		padding-right: 20px;
	}

	/* Page: Partners */
	.partners {
		margin-top: 40px;
	}

	.partners .partner-image {
		width: calc(50% - 30px);
	}

	.footer-widgets-1 .one-sixth {
	    width: 50% !important;
	}

}


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

	body.archive-three-grid main.content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	body.archive-three-grid article.entry {
		flex-basis: 50%;
		margin-bottom: 4%;
		max-width: 48%;
	}

	.footer-widgets-1 .one-fourth {
	    width: 45%;
	    margin: 0 2.5%;
	}

}


@media only screen and (min-width: 630px) and (max-width: 769px) {

	.floor-plans-archive-wrap.facetwp-template {
		justify-content: space-between;
		padding-left: 10px;
		padding-right: 10px;
	}

	.floor-plans-archive-wrap.facetwp-template .floor-plan {
		margin: 0 auto 40px;
		max-width: calc(50% - 20px);
	}

	.floor-plans-archive-wrap.facetwp-template .floor-plan:nth-of-type(odd) {
		margin-right: 40px;
	}

}


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

	.footer-widgets-1 .footer-logos .footer-mba-logo,
	.footer-widgets-1 .footer-logos .footer-diamond-logo {
		width: 165px;
	}

	.footer-widgets-1 .footer-logos .footer-nahb-logo,
	.footer-widgets-1 .footer-logos .footer-bbb-logo {
		width: 142px;
	}

	.footer-widgets-1 .footer-logos .footer-mba-logo {
	    background-position: left 18px;
	}

	.footer-widgets-1 .footer-logos .footer-bbb-logo a {
	    background-position: left -301px;
	}

	.footer-widgets-1 .footer-logos .footer-nahb-logo {
	    background-position: 30px -81px;
	}

	.footer-widgets-1 .footer-logos .footer-diamond-logo {
	    background-position: 50px -197px;
	}

}


@media only screen and (min-width: 770px) and (max-width: 949px) {

	/* floor-plan-archive-page */
	body.floor-plan-archive-page .site-inner {
		padding-right: 0;
	}

	body.floor-plan-archive-page main.content {
		padding-left: 4%;
		padding-right: 4%;
	}

	.floor-plans-archive-wrap.facetwp-template {
		flex-direction: column;
		justify-content: space-around;
	}

	.floor-plans-archive-wrap.facetwp-template .floor-plan {
	    flex: 1 1 100%;
	    margin: 0 auto 50px;
	    max-width: 365px;
	}

	/* FacetWP Pagination */
	.facetwp-pager {
		padding: 0 50px;
	}

}



.footer-widgets-1 .footer-logos .one-sixth > div {
	float: none;
	margin: 0 auto;
	min-height: 100px;
}

.footer-widgets-1 .footer-logos .footer-mba-logo {
    background-position: center 35px;
    width: 161px;
}

.footer-widgets-1 .footer-logos .footer-nahb-logo {
    background-position: 0 -70px;
    width: 113px;
}

.footer-widgets-1 .footer-logos .footer-diamond-logo {
    background-position: 0 -180px;
    width: 88px;
}

.footer-widgets-1 .footer-logos .footer-bbb-logo a {
    background-position: left -278px;
    float: none;
    height: 100%;
    margin: 0 auto;
}


@media only screen and (min-width: 770px) and (max-width: 1206px) {

	.footer-logos {
	    display: flex;
	    flex-wrap: wrap;
	}

	.footer-logos .one-sixth {
		height: 110px;
	    margin: 0 auto;
	    width: 33.3333334%;
	}

	.footer-widgets-1 .footer-mba-logo, 
	.footer-widgets-1 .footer-nahb-logo {
 	   height: 100%;
	}

	.footer-logos .one-sixth:nth-of-type(3) {
		order: 4;
	}

	.footer-logos .one-sixth:nth-of-type(4) {
		order: 6;
	}

	.footer-logos .one-sixth:nth-of-type(6) {
		order: 5;
	}

	.footer-widgets-1 .footer-logos .footer-bbb-logo a {
	    background-position: left -270px;
	}

}


@media only screen and (min-width: 770px) and (max-width: 1023px) {

	.hero-text h1 {
		font-size: 58px;
		font-size: 5.8rem;
	}

	.hero-text h2 {
		font-size: 30px;
		font-size: 3.0rem;
		line-height: 1.3;
	}





/*
	.footer-widgets-1 .footer-logos .one-sixth > div {
		float: none;
		margin: 0 auto;
	}

	.footer-widgets-1 .footer-logos .footer-mba-logo {
	    background-position: center 35px;
	    width: 161px;
	}

	.footer-widgets-1 .footer-logos .footer-nahb-logo {
	    background-position: 0 -70px;
	    width: 113px;
	}

	.footer-widgets-1 .footer-logos .footer-diamond-logo {
	    background-position: 0 -180px;
	    width: 88px;
	}

	.footer-widgets-1 .footer-logos .footer-bbb-logo a {
	    background-position: left -270px;
	    float: none;
	    height: 100%;
	    margin: 0 auto;
	}
*/

	.call-banner .call-icon {
		left: 4%;
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
	}

	.call-column-two, 
	.call-column-three {
	    margin-left: calc(93px + 4%);
	    padding: 40px 40px 40px 4%;
	    width: calc(100% - 93px);
	}

	.call-column-two {
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 20px;
	}

	.call-column h2 {
		font-size: 56px;
		font-size: 5.6rem;
		margin: -10px auto 0;
	}

}


@media only screen and (min-width: 900px) and (max-width: 1199px) {

	.home-welcome img {
	    bottom: 0;
	    left: -220px;
	    max-width: none;
	    min-height: 110%;
	    position: absolute;
	    top: auto;
	    width: auto;
	    z-index: -1;
	}

	.welcome-text-wrap {
		width: 75%;
	}

}


@media only screen and (min-width: 1024px) and (max-width: 1199px) {

	.call-banner .call-column {
		padding: 40px 30px 40px;
	}

	.call-column h2 {
		font-size: 56px;
		font-size: 5.6rem;
		margin: -10px auto 0;
	}

	.call-column a.button span {
		display: none;
	}

}



@media only screen and (min-width: 1024px) and (max-width: 1339px) {

	.title-area .site-title img {
		max-width: 150px;
	}

	.nav-primary .genesis-nav-menu {
		display: flex;
		justify-content: space-between;
		margin-top: 0;
	}
	
	.nav-primary > .wrap:after {
	    bottom: -1px;
	    content: " ";
	    display: block;
	    border-bottom: 1px solid #666;
	    border-top: 1px solid #333;
	    position: absolute;
	    width: 100%;
	    z-index: -1;
	}

	.nav-primary .genesis-nav-menu > li:nth-of-type(6) {
		order: 13;
	}

	.nav-primary .genesis-nav-menu > li:nth-of-type(7) {
		order: 12;
	}

	.nav-primary .genesis-nav-menu > li:nth-of-type(8) {
		order: 11;
	}

	.nav-primary .genesis-nav-menu > li:nth-of-type(9) {
		order: 10;
	}

}



/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	a.virtual-tour-icon,
	.breadcrumb,
	.button,
	.call-banner,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.counts-sort-bar,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.facetwp-pager,
	.filterbar,
	.floor-plan-grid-button,
	.footer-widgets,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.pagination,
	.post-edit-link,
	p.print-instructions,
	.sidebar,
	.site-footer,
	a.scrollToTop {
		display: none !important;
	}

	.hero-wrap > .wrap {
		z-index: 9999;
	}

	.hero-wrap .backstretch {
		bottom: 0 !important;
		height: auto !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 40px;
		position: relative;
	}

	main.content:before {
	    content: "Reality Homes, Inc - (253)926-6330";
	    display: block;
	    font-weight: 600;
	    margin-bottom: 20px;
	    text-align: center;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	.hero-text h1 {
		color: #fff !important;
		margin-bottom: 40px;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

	/* Floor Plan Home Page */
	.floor-plan-archive-page main.content:before {
		margin-bottom: 60px;
	}

	.floor-plans-archive-wrap.facetwp-template {
		display: block;
	}

	.floor-plans-archive-wrap.facetwp-template .floor-plan {
		break-inside: avoid;
		float: left;
		margin: 0 2.5% 60px;
		max-width: 45% !important;
		width: 45%;
	}

	.floor-plan-archive-page .floor-plan img {
		margin: 0 auto;
	}

	.floor-plan-archive-page .floor-plan h2,
	.floor-plan-archive-page .floor-plan p {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 365px;
		width: 100%;
	}

	.floor-plan-archive-page .floor-plan h2 a {
		padding-left: 0;
		padding-right: 0;
	}

	.floor-plans-archive-wrap .floor-plan p span.rightspan {
		float: right;
	}

	/* Floor Plans Single Page */
	body.floor-plan-single-page {
	    text-align: center;
	}

	body.floor-plan-single-page .floor-plan-drawings {
	    break-inside: avoid;
	}

	body.floor-plan-single-page h3.floor-plan-title {
		margin-bottom: 25px;
	}

	body.floor-plan-single-page .floor-plans-single-wrap img {
		margin: 0 auto 60px;
	}

	/* Custom Plans Single Page */
	.custom-plans-single-wrap {
	    break-inside: avoid;
	    break-after: page;
	    display: block;
	    float: none;
    	margin: 0 auto;
	    max-width: 820px;
	    overflow: hidden;
	    padding: 20px;
	    position: relative;
	}

	/* Add Background Image that's printable */
	.custom-plans-single-wrap:before {
		border: solid 420px #f6f7f9;
		content: " ";
		position: absolute;
		bottom: 0;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
	}

	div.print-details-wrap {
		break-before: page;
		padding-top: 50px;
		position: relative;
	}

}
