/*
Theme Name: Nectar
Theme URI: https://www.apartmentsites.com/
Author: TourVista
Author URI: https://www.apartmentsites.com/
Description: Modern theme from TourVista
Version: 3.9.9.1
License: GNU General Public License v2 or later
Text Domain: nectar
*/

/* Normalize */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-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;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template, .hidden {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover, a:focus, div {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

/* Typography */
body, button, input, select, textarea {
	color: #676767;
	font: 16px "PT Sans", sans-serif;
	line-height: 1.75;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-family: "Patua One";
    font-weight: 400;
    line-height: 1.25em;
    color: #444;
    margin: 0.8em 0;
}
h1 {
    font-size: 1.67em;
    letter-spacing: 2px;
}
h2 {
    font-size: 1.5em;
    letter-spacing: 2px;
}
h3 {
    letter-spacing: 1px;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
em {
    font-family: Cambria, Georgia, serif;
}

/* Elements */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	background: #fafafa;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
    padding: 0;
}
ul {
	list-style: disc;
}
ul[style*="star"], ul[style*="heart"], ul[style*="check"], ul[style*="rocket"], ul[style*="thumbs-up"],
ul.star, ul.heart, ul.check, ul.rocket, ul.thumbs-up {
    list-style: none !important;
}
ul[style*="list-style-type"] li:before,
ul.star li:before, ul.heart li:before, ul.check li:before, ul.rocket li:before, ul.thumbs-up li:before {
    font-family: FontAwesome;
    margin-left: -2em;
    margin-right: 1em;
}
ul[style*="list-style-type: star"] li:before, ul.star li:before {
    content: "\f005";
}
ul[style*="list-style-type: heart"] li:before, ul.heart li:before {
    content: "\f004";
}
ul[style*="list-style-type: check"] li:before, ul.check li:before {
    content: "\f00c";
}
ul[style*="list-style-type: rocket"] li:before, ul.rocket li:before {
    content: "\f135";
}
ul[style*="list-style-type: thumbs-up"] li:before, ul.thumbs-up li:before {
    content: "\f164";
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links */
a {
	color: #52c7e8;
    text-decoration: none;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
a:hover, a:active {
    color: #222838;
}
.row-dark a:hover, .row-dark a:active, .row-dark-accent a:hover, .row-dark-accent a:active {
    color: #ccc;
}

/* Menus */
.site-header {
    padding: .5em 1em;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
    position: fixed;
    left: 0;
    right: 0;
    height: 3em;
    background: #fff;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.site-branding img {
    display: block;
    max-height: 2em;
    max-width: 125px;
    width: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.site-branding, .main-navigation {
    display: flex;
    align-items: center;
}
.main-navigation {
    font-size: 0.75em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
}
.main-navigation li {
    display: none;
}
.main-navigation li.phone, .main-navigation li.button_solid_color {
    display: inline-block;
}
.main-navigation a {
	display: block;
    padding: 10px 1em;
    color: #333;
	text-decoration: none;
    font-size: 1.25em;
    letter-spacing: 0.035em;
}
.main-navigation li.active a, .main-navigation a:hover, 
.main-navigation .page_item.current_page_item > a, 
.main-navigation .current_page_ancestor > a, 
.main-navigation .current-menu-ancestor > a {
    color: #52c7e8;
}
.main-navigation li.button_solid_color.active > a, 
.main-navigation .current_page_item.button_solid_color > a {
    color: #fff;
}
.main-navigation li.button_solid_color {
    margin: 0 10px;
}
.main-navigation li.button_solid_color > a {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.main-navigation li.button_solid_color > a:before {
    background: #52c7e8;
    display: block;
    position: absolute;
    left: 0;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    width: 100%;
    height: 2.33em;
    content: " ";
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* hamburger menu */
.menu-toggle, .main-navigation.toggled li {
	display: block;
}
.main-navigation.toggled li.button_solid_color {
    display: inline-block;
}
button.menu-toggle {
    background: transparent;
    border: 0;
    margin-left: .25em;
    padding: 0;
    font-size: 2em;
    color: #888;
    outline:none;
}
button.menu-toggle:hover, button.menu-toggle:active, button.menu-toggle:focus {
    background: transparent;
}
.menu-toggle:before {
    content: "\f0c9";
}
.toggled .menu-toggle:before {
    content: "\2715";
}
.menu-top-container {
    display: inline-block;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}
.toggled .menu-top-container {
    position: absolute;
    top: 100%;
    right: 5px;
    z-index: 9999;
    width: auto;
    padding-bottom: 10px;
    border:1px solid #ccc;
    border-top:0;
}
.main-navigation li {
    float: none;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* show new window icon on hover */
.main-navigation li:not([class*="button_solid_color"]) a[target="_blank"]:hover:after, 
.main-navigation.toggled li:not([class*="button_solid_color"]) a[target="_blank"]:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-size: .6em;
    position: absolute;
    margin-left: 3px;
    margin-top: .75em;
    opacity: .75;
}

/* Accessibility */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center, .col.center {
    text-align: center;
}

/* Clearings */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, 
.comment-content:before, .comment-content:after, .site-content:before, .site-content:after, 
.site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-content:after, .site-footer:after {
	clear: both;
}

/* Sidebar */
#secondary {
    margin: 1em 0;
    position: relative;
}
#secondary.stickit {
    position: fixed;
	margin-top: -1em;
}
#secondary.stickit-end {
    position: absolute;
    left: 66.7%;
	bottom: 0;
}
#secondary .wp-caption-text {
    display: none;
}

/* Widgets */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
#secondary .widget ul {
    margin-left:2em;
}
#secondary .widget ul > li {
    line-height:1.4;
    margin-bottom:0.5em;
}
#secondary .widget-contact h3 {
    margin-top:0.25em;
}
#secondary .widget-contact ul.social-icons {
    list-style:none;
    margin-left:0;
}
#secondary .widget-contact ul.social-icons li {
    text-indent: -1.55em;
    padding-left: 3.15em; 
}

/* Content */

/* Posts and pages */
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
h1.entry-title, h2.entry-title {
    margin-bottom: 0;
}
.breadcrumbs + .entry-header .entry-title {
    margin-top: 0;
}
.breadcrumbs {
    font-size: .75em;
    opacity: .85;
    margin-bottom: .75em
}
.entry-meta {
    font-size: .65em;
}
.blog .entry-meta {
    display: none;
}
.search-form {
    display: flex;
}

/* Posts */
article.post .entry-content blockquote {
    background: #f5f5f5;
    border:1px solid #eee;
    border-left: 3px solid #ccc;
    margin: 1.5em 0.5em;
    padding: 1em;
}
article.post .entry-content blockquote > p {
    margin-top:0;
    margin-bottom:1em;
    font-style:italic;
}
article.post .entry-content blockquote > p:last-child {
    margin-bottom:0;
}
article.post .entry-content blockquote cite {
    font-style:normal;
}
article.post .entry-content figcaption {
    text-align:center;
    font-size: 0.75em;
    color: #999;
    margin-top:0;
}

/* Comments */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}

/* Infinite scroll */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements 
    that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Media */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/* Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}

/* Galleries */
.gallery {
	margin: 1em -.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    margin: .5em 0;
}
.gallery-icon {
    margin: 0 .5em;
    padding-bottom: 66.66%;
    position: relative;
}
.gallery-icon img {
    min-height: 100%;
    max-width: none;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.gallery-caption {
    position: absolute;
	display: block;
    width: 100%;
    height: 150%;
    top: -40%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Patua One";
    letter-spacing: 1px;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.gallery-caption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222 !important;
    content: " ";
    opacity: .4;
    z-index: -1;
}
.gallery-item a:hover .gallery-caption {
    visibility: visible;
    height: 100%;
    top: 0;
    opacity: 1;
}



/* Nectar */
.site-content {
    padding-top: 3em;
    overflow: hidden;
}
.row {
    text-align: center;
    padding: 1em;
}
.row-dark {
    background-color: #252525;
    color: #fff;
}
.row-dark-accent {
    background-color: #222838;
    color: #fff;
}
.row-dark h2, .row-dark h3, .row-dark-accent h2, .row-dark-accent h3 {
    color: #ffae00;
}
.row-light {
    background-color: #fff;
}
.row-accent {
    background-color: #1bb9e6;
    color: #fff;
}
.row-accent h1, .row-accent h2 {
    color: #fff;
}
.row-extra {
    background-color: #f6f6f6;
    color: #676767;
}
.container {
    max-width: 1245px;
    margin: 0 auto;
    position: relative;
}
.col {
    width: 100%;
    text-align: left;
}

.notice { 
    background:#fff2cc; 
    border:1px solid #f1d689;
    padding: 0.5em 1em;
    line-height: 1.3;
    font-size: .9em;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.security { 
    background:#58a9d9; 
    border:1px solid #425967;
    color:#fff;
    padding: 0.5em 1em;
    line-height: 1.3;
    font-size: .9em;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.warning { 
    background:#ffdede; 
    border:1px solid #e67f89;
    color:red;
    padding: 0.5em 1em;
    line-height: 1.3;
    font-size: .9em;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.fineprint {
    font-size: .9rem;
}

/* paddings */
.padding-three-em {
    padding: 3em;
}
.padding-0-3 {
    padding:0 3em;
}
.padding-1-3 {
    padding:1em 3em;
}
.padding-2-3 {
    padding:2em 3em;
}
.padding-0-2 {
    padding:0 2em;
}
.padding-1-2 {
    padding:1em 2em;
}
.padding-0-1 {
    padding:0 1em;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.flexstart {
    align-items: flex-start;
}
.flexcenter {
    justify-content: center;
}
.flexreverse {
    flex-direction: row-reverse;
}
.uppercase {
    text-transform: uppercase;
}
.fa-wrapper {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
}
.fa-wrapper i {
    position: absolute;
    top: .4em;
    bottom: 0;
    left: 0;
    color: #f6653c;
    opacity: .75;
}
.padtop {
    margin-top: 1em;
}
.nopad {
    padding-bottom: 0;
}

/* Call to Action */
.call-to-action h2 {
    font-size: 2em;
    margin: 0.5em 0;
}
.call-to-action ul {
    margin:0.5em 0;
    display:inline-block;
}
.call-to-action li {
    list-style:none;
    display:inline-block;
    padding:0 0.5em;
}
.call-to-action .btn {
    font:0.7em "PT Sans", sans-serif;
    margin:0 1em;
}

/* Footer */
.site-footer, .site-footer a {
    color: #ccc;
}
.site-footer a:hover {
    color: #52c7e8;
}
.site-footer h3.widget-title {
    color: #777;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 1em 0 .5em 0;
}
.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.copyright {
    border-top: 1px solid #444;
    padding-top: 1em;
}
.copyright a {
    color: #999;
}
.copyright .col {
    text-align: center;
}
.copyright.flexcenter div {
    width: 100%;
}
.site-info {
    font-size: .8em;
    color: #444;
    line-height: 31px;
    margin-bottom:1em;
}
.site-info a {
    display:inline-block;
}
.site-info a + a {
    border-left: 1px solid #444;
    padding-left: 1.1em;
    margin-left: 1.1em;
}
.site-social li {
    display: inline-block;
    padding-left: 1.1em;
}
.site-social .eho {
    height: 16px;
    padding-left: 0;
}
.site-social .ada {
    height: 16px;
}
.site-social .ada + li {
    border-left: 1px solid #444;
    margin-left: 1.1em;
}
.eho img, .ada img {
    float: left;
}

#to-top {
    position: fixed;
    bottom: -30px;
    color: #fff;
    background-color: rgba(0,0,0,0.25);
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 9994;
    height: 30px;
    width: 30px;
    line-height: 29px;
    text-align: center;
}
#to-top:hover {
    background-color: #52c7e8;
}
#to-top.bottom {
    bottom: 20px;
}
#to-top.right {
    right: 20px;
}
#to-top.left {
    left: 20px;
}


/* Slick slider */
.slick-loading .slick-list {
    background: #fff url('images/ajax-loader.gif') center center no-repeat;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 44px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0,0,0,0.75);
    z-index: 1;
    opacity: .7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    opacity: .9;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 44px;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}
.slick-prev:before {
    content: "\f104";
    padding: 0 .6em 0 .5em;
}
.slick-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}
.slick-next:before {
    content: "\f105";
    padding: 0 .5em 0 .6em;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: .5;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.row-dark .slick-dots li button:before, .row-dark-accent .slick-dots li button:before {
    color: white;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #52c7e8;
    font-size: 14px;
}
.slider .slide {
    position: absolute;
    height: 400px;
}
.slider, .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slider:not(:first-child) {
	display: none;
}
.slick-track, .slick-list {
    height: 100%;
}
.slick-dots-container .slick-dots {
    position: inherit;
}
.slick-dots-container .slick-dots:before {
    content: "Swipe through our floor plans to find your new home!";
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    display: block;
}
.slick-slide img {
    margin: 0 auto;
}
.slide-overlay {
    background: rgba(0, 0, 0, .75);
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5em 1em 1em;
    display: flex;
    align-items: center;
}
.slide-overlay > i {
    font-size: 1.5em;
    padding-right: 1em;
    width: 2em;
    text-align: center;
}
.slide-title {
    font-size: 1.5em;
}
.slide-caption {
    color: #ccc;
    line-height: 1.25;
}

/* home slider */
#showcase {
    margin-top: -2em;
    overflow: hidden;
}
#showcase, .fpslider {
    height: 400px;
}
#showcase .slider {
    overflow: hidden;
}
#showcase .slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
#showcase h2 {
    width: 560px;
    max-width: 70%;
    padding: 1em;
    text-align: center;
    font-size: 1em;
    letter-spacing: 0;
}
#showcase .name {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
    line-height: 1;
}
#showcase .name + .location {
    border-top: 1px solid;
    padding-top: 10px;
}
#showcase .name img {
    display: inline-block;
    min-width: 60%;
}
#showcase ul.social-icons {
    padding:0;
    margin:1em -1em -1em -1em;
}
#showcase ul.social-icons li {
    list-style:none;
    display:inline-block;
}
#showcase ul.social-icons li a {
    display:block;
    padding:0.4em 0.5em;
    opacity:0.8;
}
#showcase ul.social-icons li a:hover {
    opacity:1;
}

/* floor plans */
.floor_plans.container {
    max-width: none;
    padding: 1em 0;
}
.floor_plans .slick-prev, .virtual_tours .slick-prev {
    left: -1em;
    opacity: .5;
}
.floor_plans .slick-next, .virtual_tours .slick-next {
    right: -1em;
    opacity: .5;
}
.floor_plan, .amenities .col {
    padding: 0 1em;
}
.floor_plan {
    border-left: 1px solid transparent;
}
.floor_plan[aria-hidden="false"] + .floor_plan[aria-hidden="false"] {
    border-color: #eee;
}
.floor_plan .flexbox {
    justify-content: center;
}
.floor_plan ul {
    list-style: none;
    text-align: left;
    margin: 0;
}
.floor_plan ul:first-child {
    margin-right: 10%;
}
.floor_plan i {
    font-size: .8em;
    opacity: .75;
    width: 1.25em;
    text-align: center;
}
.floor_plan p ~ p {
    font-size: 0.88888888888em;
    text-align: left;
}
a.edit_fp {
    position: absolute;
    font-size: 12px;
    margin-top: .5em;
    margin-left: 12px;
    text-transform: uppercase;
}

/* amenities */
.amenities ul {
    margin-left: 2em;
}
.amenities ul > li {
    line-height:1.5;
    margin-bottom:8px;
}
.amenities li:before, .floor_plan i {
    color: #f6653c;
}
.amenities h3 {
    text-align: center;
    display: table;
    white-space: nowrap;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}
.amenities h3:before, .amenities h3:after {
    border-top: 1px solid rgba(255,255,255,.5);
    content: '';
    display: table-cell;
    width: 50%;
    transform: translateY(50%);
    position: relative;
}
.amenities h3:before {
    right: 2%;
}
.amenities h3:after {
    left: 2%;
}

/* tours/videos */
.virtual_tours {
    margin-bottom: 1em;
}
.virtual_tour_thumb a {
    display: inline-block;
    position: relative;
}
.virtual_tour_thumb a:hover {
    opacity: 0.85;
}
.virtual_tour_thumb.tour span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: .25em .75em;
}
.virtual_tour_thumb i {
    font-size: 1.5em;
}
.virtual_tour_thumb.video span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5em;
    margin-left: -1.5em;
    background: rgba(0, 0, 0, .8);
    padding: .65em 1em .35em 1em;
}

/* testimonials */
.testimonial {
    font-size: 1.22em;
}
.testimonial .icon {
    margin: 25px 0;
}
.testimonial .icon img {
    max-height: 150px;
    width: auto;
}
.testimonial .quote-icon {
    font: 50px Georgia, serif;
    text-align: center;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 70px;
    margin: .5em 0;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 50%;
}
.testimonial .quote-icon.has-image {
    font-size: 150px;
    border: 0;
    margin: .166em 0 0;
    background-position: center;
    background-repeat: none;
}
.testimonial .title {
    font-size: .8em;
}

/* map */
.col.half.has-map .map-image, .col.half.has-map .map-image a {
    height: 100%;
}
#map_image_wrap {
    position:relative;
}
#map_image_wrap a.btn {
    position:absolute;
    white-space:nowrap;
}
.map-screenshot.size-tablet, .map-screenshot.size-desktop {
    display: none;
}
.map-image.col.half {
    display: flex;
    overflow: hidden;
}
.map-image {
    position: relative;
}
.map-image img {
    display: block;
}
.map-image.col.half img {
    max-width: none;
    width: 100%;
    object-fit:cover;
}
.map-image .btn {
    position: absolute;
}
.btn.top-left {
    top: 1em;
    left: 1em;
}
.btn.top-middle {
    top: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.btn.top-right {
    top: 1em;
    right: 1em;
}
.btn.middle-left {
    top: 50%;
    left: 1em;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn.middle-middle {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn.middle-right {
    top: 50%;
    right: 1em;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn.bottom-left {
    bottom: 1em;
    left: 1em;
}
.btn.bottom-middle {
    bottom: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.btn.bottom-right {
    bottom: 1em;
    right: 1em;
}

/* counters */
#milestones h2 {
    margin-top: .5em;
}
.milestones {
    justify-content: space-around;
}
.milestone {
    width: 100%;
    margin: .5em;
}
.milestone span {
    display: block;
}
.milestone-count {
    font-size: 15vw;
    line-height: 1;
}
.milestones .milestone:nth-child(odd) .milestone-count {
    color: #52c7e8;
}
.milestones .milestone:nth-child(even) .milestone-count {
    color: #f6653c;
}

/* Tables */
table.responsive td {
    display: block;
}
table.responsive td img {
    max-width: none;
}
.table th, .table td {
    padding: 2px 8px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: rgba(0, 0, 0, .05);
}
table.fps td {
    padding: 2px 8px;
}
table.fps img {
    display: block;
    margin-top: 1.2em;
}
table.fps hr {
    height: 14px;
    background: url(images/hr.png) no-repeat center 0;
    margin: 10px 0 15px;
    width: 100%;
    border: none;
}
table.fps div.hr {
    border-top: 1px dotted #ccc;
    margin-top: 1px;
    padding-top: 1px;
}
td.virtual_tour_link a {
    margin-top: 1em;
    display: inline-block;
}
td.virtual_tour_link:before {
    content: "\f152";
    font-family: FontAwesome;
    margin-right: 5px;
}
table.fps td > h2, table.fps td > p {
    text-align: center;
    padding: 0 8px;
}
table.fps td > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 285px;
}
table.fps table {
    margin: 0 auto;
    width: auto;
}
table.fps > tbody > tr > td {
    float: left;
    width: 100%;
}


/* Custom Pages */

/* contact us page */
.contact-map {
    height: 500px;
}

/* Location pages */
.location_page_header {
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}
.location_page_header .row-dark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
}
.location_page_header .container {
    width: 100%;
    position: relative;
}
.location_page_header h1, .location_page_header div {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
}
.location_page_header h1 {
    margin: .5em;
}
.location_page_header + .hentry, .tourvista_locations .description p {
    margin-bottom: 0;
}
.tv_locations_infowindow p {
    padding: 0;
    margin-bottom: .5em;
}
.tv_locations_infowindow h3 {
    clear: none;
}
.tv_locations_infowindow.short img {
    margin-top: 1em;
}
.tv_locations_infowindow.short:after {
    content: "";
    display: table;
    clear: both;
}
.other_locations {
    margin: 0 0 1.2em 0;
}
.other_locations.image h3 {
    color: #fff;
    margin-top: 0;
}
.other_locations_navigation div {
    text-align: center;
    padding: 1em;
    background: #fdfdfd;
    border-style: solid;
    border-color: #eee;
    border-width: 1px 0 0 0;
    width: 100%;
}
.other_locations_navigation div:empty {
    padding: 0;
    border-width: 0;
}
.location_page_header a, .other_locations.image .item > div > div a {
    text-shadow: none;
}
.location_page_header.archive {
    padding: .75em 1em 1em;
    min-height: 0;
    font-size: 1.25em;
}
.location_page_header.archive h1 {
    text-shadow: none;
    margin: 0;
}
.location_page_header.archive h3 {
    color: #fff;
    text-shadow: none;
    font-size: 1em;
    font-family: inherit;
    margin: 0;
    opacity: .75;
}
.tv_location_row h2 {
    margin-top: 0;
}
.left_panel #panel table td {
    padding: 1px;
    font-size: .8em;
}

/* landing pages cpt */
.landing_page_header {
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}
.landing_page_header .row-light {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
}
.landing_page_header .row-dark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
}
.landing_page_header .container {
    width: 100%;
    position: relative;
}
/* tighten things up a bit */
body.single-rent #intro_text {
    padding:1em 0 0.5em 0;
}
body.single-rent #intro_text .container {
    max-width:750px;
}
body.single-rent #photos_gallery {
    padding-top:0;
}
body.single-rent h1 {
    font-size: 4em;
    text-shadow: none;
    font-family:"Open Sans", sans-serif;
    color:#555;
    margin:1em 0;
    text-align: center;
    text-shadow: 1px 1px 0 #ccc;
}
body.single-rent h2 {
    margin-left:2em;
    margin-right:2em;
}
body.single-rent .amenities h3 {
    text-align:left;
    display:block;
    margin-left:0;
    margin-bottom:1em;
}
body.single-rent .amenities .half img {
    margin-bottom:0.5em;
    object-fit: cover;
    height: 100%;
    padding-bottom: 1em;
}
body.single-rent p.link {
    line-height:1.4;
}
body.single-rent .floor_plan p ~ p {
    text-align:center;
}
body.single-rent .amenities .half p.link {
    padding:0 0 2em 2em;
    margin:0;
}
body.single-rent .outro_text {
    padding:2em 3em;
    text-align:center;
}
body.single-rent #outro_text #nearby_map {
    position:relative;
}
body.single-rent #outro_text #nearby_map img,
body.single-rent #contact #contact_img img {
    max-width: none;
    width: 100%;
    object-fit: cover;
    height:100%;
    min-height:400px;
}
body.single-rent #outro_text #nearby_map a.btn {
    position:absolute;
    background:#555;
}
body.single-rent #outro_text h3 {
    margin:0;
    padding-top:1.5em;
}
body.single-rent ul#quick_links {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    list-style:none;
    margin:0;
    padding:0;
}
body.single-rent ul#quick_links li {
    padding:1em 0.75em 0 0.75em;
}
body.single-rent ul#quick_links li.phone, body.single-rent ul#quick_links li.button_solid_color {
    display:none;
}
body.single-rent #testimonials {
    font-style:italic;
}
body.single-rent .contact_form {
    padding:1em 2em;
    text-align:center;
}
body.single-rent #contact #contact_img {
    max-height:600px;
}

/* hero page template */
body.page-template-page-hero #main > * {
    max-width: 1245px;
    margin: 1em auto;
    position: relative;
}
body.page-template-page-hero #main > .fullwidth {
    max-width:none;
    padding-left:0;
    padding-right:0;
}
body.page-template-page-hero #main > .fullwidth > img {
    display:block;
    margin:0 auto;
}

/* application (multi-pager) */
body.page-template-page_application .copyright {
    border-top:none;
    padding-top:0;
}

/* 404 page */
.error-404 h1, .error-404 h2 {
    font: 700 4.77em "PT Sans", sans-serif;
    line-height: 1;
    text-transform: uppercase;
}
.error-404 h1 {
    font-size: 15em;
    margin: 0;
}
.error-404 h2 {
    margin: 0;
}



/* Forms */

/* sections */
.gform_wrapper .gsection { 
    margin-right:0 !important;
    padding:2em 0 0.5em 0 !important;
}
.gform_wrapper ul.gform_fields > li.gsection:first-child { 
    padding-top:0 !important; /* keep 1st section tight at top */
}

/* headings */
.gform_wrapper .gform_heading h3.gform_title {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0.8em 0 !important;
    letter-spacing: 2px !important;
}

/* special classes */
.gform_wrapper .bump_top { 
    margin-top:2em !important; 
}
.gform_wrapper .bump_bot { 
    margin-bottom:2em !important;
}
.gform_wrapper .box_notice { 
    background:#eee; 
    border:1px solid #ccc; 
    border-radius:3px; 
    padding: 0 1em; 
    margin-bottom:1em; 
}
.gform_wrapper .box_notice h3 { 
    color:#333; 
    padding-top:0 !important; 
}

/* labels */
.gform_wrapper label.gfield_label {
    color: #444;
    font-weight:bold;
    line-height:1.4;
}
.gform_wrapper li.nolabel > label { 
    width:auto !important; 
    padding:7px 10px 0 0 !important; 
}
.gform_wrapper .gfield_required {
    color: #52c7e8;
}

/* form footer */
.gform_wrapper .gform_footer {
    padding-top:0 !important;
    margin-top:8px !important;
}

/* buttons */
button, input[type="button"], input[type="reset"], input[type="submit"], a.btn {
    color: #fff;
    border: 0;
    background: #333;
    display: inline-block;
    padding: .25em .5em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a.btn {
    background: #52c7e8;
}
a.btn:hover {
    color: #fff;
}
a.btn:hover, a.btn:focus, a.btn:active, .main-navigation li.button_solid_color > a:hover:before {
    background: #252525;
}
button, input[type="button"], input[type="reset"], input[type="submit"], a.btn.has-icon, div.gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: .25em 1.5em;
}
a.btn.has-icon:hover {
    padding: .25em 2.25em .25em .75em;
}
a.btn.has-icon:hover:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    margin-left: .4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #52c7e8;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: #52c7e8;
    opacity: .8;
}

/* fields */
input[type=radio], input[type=checkbox], input[type=checkbox] + label { 
    cursor:pointer; 
}
input[type="text"], input[type="email"], input[type="\rl"], input[type="password"], input[type="search"], 
input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], 
input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], 
textarea, select {
    padding: 6px 10px !important;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    font: inherit;
    color: #555;
    background-color: #efefef;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="\rl"]:focus, input[type="password"]:focus, 
input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, 
input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, 
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}

/* Stripe */
.StripeElement { 
    color:#555;
    padding:12px 16px;
    font-weight:400;
    background-color:#efefef;
    border-bottom: 1px solid #fff;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.StripeElement--focus { 
    color: #111;
    border:2px solid #0659cc;
    border-radius:5px;
}
#card-errors {
    color:red;
    margin-top:0.5em;
}


textarea {
	width: 100%;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
.gform_wrapper select {
    padding:8px 10px !important;
    margin:0 !important;
    text-indent: 1px;
}
.ginput_container_select, .ginput_right.address_state {
    position: relative;
}
.ginput_container_select:after, 
.ginput_right.address_state:after,
.ginput_card_expiration_container select:after {
    position: absolute;
    top: 0.2em;
    right: 1em;
    content: "\f0dd";
    color: #777;
    font-family: FontAwesome;
    pointer-events: none;
}

/* datepicker */
.gform_wrapper input.datepicker_with_icon.large,
.gform_wrapper input.datepicker_with_icon.medium,
.gform_wrapper input.datepicker_with_icon.small {
    width:99% !important;
}
.gform_wrapper .ginput_container_date {
    position:relative;
}
.gform_wrapper .ginput_container_date img.ui-datepicker-trigger {
    position:absolute;
    top:0.75em;
    right:0.8em;
}
.ui-datepicker-title select {
    width: auto;
    font-family: inherit;
    margin: 5px auto;
    padding: 5px !important;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
    color: #ddd;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    margin: 0;
}
.ui-datepicker, .validation_message {
    display: none;
}

/* checkboxes */
.gform_wrapper .ginput_container_checkbox > ul {
    margin-top:0 !important;
    padding-top:9px !important;
}
.gform_wrapper .gfield_checkbox li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom:0 !important;
}
.gform_wrapper .gfield_checkbox li label {
    font-size:inherit !important;
    padding-left:12px !important;
    margin-top:0 !important;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox] {
    margin-top:6px !important;
}

/* radios */
.gform_wrapper .ginput_container_radio > ul {
    margin-top:0 !important;
    padding-top:5px !important;
}
.gform_wrapper .gfield_radio li {
    display:inline;
}
.gform_wrapper .gfield_radio li + li { /* not checkboxes, they display in rows */
    margin-left: 20px !important;
}
.gform_wrapper .gfield_radio li label { 
    font-size:inherit !important;
    padding-left:5px !important;
    margin-top:0 !important;
}
.gform_wrapper .gfield_radio li input[type=radio] { 
    margin-top:0 !important;
}

/* html fields */
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li { 
    line-height:1.4;
}

/* name */
div.ginput_container_name span.name_last { 
    padding-right:7px;
}

/* address */
.gform_wrapper .ginput_container_address > .address_zip > input[type="text"] { 
    margin-bottom:0 !important;
}

/* list (tables) */
.gform_wrapper table.gfield_list tr { 
    border-top-width:2px; 
    border-bottom-width:2px; 
}
body .gform_wrapper table.gfield_list tr td.gfield_list_icons { 
    padding:2px 0 0 7px !important; 
}
.gform_wrapper table.gfield_list thead th { 
    font-weight:normal !important; 
    padding-bottom:0 !important; 
}
.gform_wrapper table.gfield_list thead td { 
    padding:0; /* sneaky final td for +/- col */
}
.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th + th {
    padding-left: 16px;
}

/* file uploads */
.gform_wrapper li.attachments > label { 
    display:none; 
}
.gform_wrapper ul.gform_fields li.gfield div.ginput_container .ginput_container_fileupload {
    margin-left:0; 
    width:100% !important; 
}
.gform_wrapper li.attachments .ginput_container_fileupload .gform_drop_area { 
    margin-left:0 !important; 
    width:100% !important; 
}

/* consent field */
.gform_wrapper .ginput_container_consent {
    margin-top:0 !important;
    padding-top:5px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0 !important;
}
.ginput_container_consent input[type="checkbox"] {
    margin-top:7px;
}
.ginput_container_consent label {
    padding-left:12px;
}
.gfield_consent_description { background:#fff; }

/* pricing fields */
.gform_wrapper .gfield_price > label { 
    padding-top:0 !important; 
    line-height:1.75 !important; 
}
.gform_wrapper .gfield_price span.ginput_product_price_label { 
    display:none !important; 
}
.gform_wrapper .gfield_price span.ginput_product_price { 
    color:inherit !important; 
}

/* credit card */
.gform_wrapper .ginput_container_creditcard .ginput_cardextras {
    padding-left:1px; /* bump so highlight shows */
    padding-top:1px;
}
.gform_wrapper .ginput_container_creditcard > span:first-child input[type="text"],
.gform_wrapper .ginput_container_creditcard > span:last-child input[type="text"] {
    width:99% !important;
}



/* Multi-Page Form */
/* nav */
.gform_wrapper .gf_step.gf_step_active { 
    font-weight:bold; 
}
.gform_wrapper .gf_step.gf_step_completed {
    opacity: 0.75;
}
.gform_wrapper .gf_step.gf_step_completed:hover {
    cursor: pointer;
    color:#333;
}
/* form footer */
.gform_wrapper .gform_page_footer { 
    position:relative;
    margin-top:2.5em !important;
    padding-left:0 !important;
}
.gform_wrapper .gform_page_footer input.button { 
    margin:0 1px 1px 0 !important; /* button cut off on highlight */
}
.gform_wrapper .gform_previous_button { 
    opacity:0.6; 
    float:left; 
}
.gform_wrapper .gform_next_button { 
    float:right; 
}
.gform_wrapper .gform_page input[type="submit"] { 
    float:right; 
}
.gform_wrapper .gform_page[id$="_1"] .gform_next_button { 
    float:none;  /* welcome page */
}
.gform_wrapper .gform_page_footer .gform_ajax_spinner { 
    position:absolute; 
    right:6px; 
    top:27px;
}
/* save & continue link */
.gform_wrapper .gform_save_link { 
    clear:both; 
    margin-top:3em;
}
/* welcome page */
.gform_wrapper .gform_page[id$="_1"] .gform_next_button { 
    float:none;
}
.gform_wrapper .gform_page[id$="_1"] .gform_save_link {
    display: none;
}
.gform_wrapper .gform_page[id$="_2"] .gform_save_link { 
    display:none; /* contact info */
}
.gform_wrapper .gform_page_footer a.gform_save_link {
    float: right;
}
.gform_wrapper .form_saved_message {
    background:inherit !important;
    color:inherit !important;
}


/* rental app */
.gform_wrapper .rental_app .gform_body { 
    padding-left:1px; /* fields cut off on highlight */
}
.gform_wrapper .rental_app h3 { 
    padding-top: 1em !important; 
    text-transform: uppercase; 
    letter-spacing: 1px !important; 
    font-weight: normal;
}


/* rental app: single page application */
.rental_app_single_pager .gform_footer {
    padding-top:1em !important;
}
/* special validation to ensure user sees error */
.rental_app_single_pager .validation_error {
    display: block;
    position: fixed;
    top: 4.25em;
    left: 1em;
    background: yellow;
    padding: 10px !important;
    width: auto !important;
    z-index: 10000;
    right: 1em;
    text-align: center;
}


/* validation */
.gform_wrapper div.validation_error, .gform_wrapper .gfield_error .gfield_label {
    border: 0 !important;
    color: #f6653c !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea {
    border:1px solid #f6653c !important;
}
.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}
body .gform_wrapper li.gfield.gfield_error {
    margin-bottom:inherit !important;
}
.gform_wrapper li.gfield_error.nolabel label { 
    color:red; /* main label hidden, make inner label pop */
}
div.gform_wrapper .left_label .gfield_error input.large {
    width: 100%;
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span { 
    margin-left: 0 !important;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width:100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}


/* rental app validation */
.gform_wrapper .rental_app div.validation_error {
    color: red !important;
    margin:0;
    display:inline-block; 
    width:auto; 
}
.gform_wrapper .rental_app .gfield_error .gfield_label,
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: red !important;
}
.gform_wrapper .rental_app li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper .rental_app li.gfield_error textarea {
    border:1px solid red !important;
}
.gform_wrapper .rental_app .gfield_error textarea.textarea { 
    width:100% !important; 
}
/* end Forms */


/* Appointment calendar */
.calendar .ui-datepicker {
    font-size: .9em;
    width: auto;
    box-shadow: none;
    border: 1px solid #bbb;
}
.calendar .ui-datepicker th {
    font-size: .75em;
}
.calendar .ui-datepicker td a, .calendar .ui-datepicker td span, 
.calendar .ui-datepicker-calendar td:first-child .ui-state-active, 
.calendar .ui-datepicker-calendar td:last-child .ui-state-active {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
}
.calendar .ui-datepicker-header {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}
#book_lightbox .ginput_container_textarea {
    width: 100%;
}
#book_lightbox .gform_wrapper div.validation_error {
    margin-bottom: 0;
    padding-top: 0;
}
#book_lightbox .gform_wrapper {
    margin: 0;
}
#book_lightbox .gform_wrapper .gform_ajax_spinner {
    padding-left: 0;
    margin: 0 auto;
    display: block;
}
body div#ui-datepicker-div.ui-datepicker[style] {
    z-index: 100002 !important;
}

/* Text Us form */
#text_lightbox p { 
    text-align:center; 
}
#text_lightbox a.btn.close { 
    margin:0 auto; 
}



/* Responsive */

/* with too many links, top nav may wrap, tighten it up */
@media screen and (max-width: 1250px) {
	.main-navigation a {
		padding-left:0.6em;
		padding-right:0.6em;
	}
}
@media (max-width:1023px){
    /* gf tables */
    body .gform_wrapper table.gfield_list tr td.gfield_list_icons { 
        padding:6px 0px 1px 14px !important;
    }
}
@media screen and (max-width: 1000px) {
    /* landing pages */
    body.single-rent h1 {
        font-size:3.2em;
    }
    body.single-rent #intro_text {
        padding:1em 2em;
    }
    body.single-rent .amenities .half {
        width:50%;
    }
    body.single-rent #content p {
        font-size:18px;
        margin:1em 2em;
        text-align:center;
    }
    body.single-rent .amenities li {
        font-size:18px;
    }
    body.single-rent #content .amenities .half p {
        text-align:left;
        padding-left:1.8em;
        margin-left:0;
    }
    body.single-rent .amenities .half p.link {
        text-align:left !important;
        margin-left:0 !important;
        padding-left:1.8em;
    }
    body.single-rent ul#quick_links {
        padding-bottom:1em;
    }
}

/* button now showing on mobile, adjust spacing next to phone */
@media screen and (max-width: 999px) {
    .main-navigation:not(.toggled) li.button_solid_color {
        margin-left:-5px;
        margin-right:10px;
    }

    /* hide nav on app page */
    body.page-template-page_application .main-navigation:not(.toggled) li.button_solid_color,
    body.page-template-page_application button.menu-toggle {
        display:none; 
    }
    /* gf multi-page nav */
    .gf_page_steps {
        background:#eee;
        padding:0 1em 0.5em 1em !important;
        margin-bottom:2.5em !important;
    }
    .gf_page_steps .gf_step {
        margin:0 !important;
        padding:1em 0;
        width:25% !important;
        display:inline-block;
    }

    .blog .post-image {
        height:250px;
        background-size:cover;
    }
    .blog .site-main .col.half {
        width:50%;
        padding:1em 1em 2em 0;
    }

    .site-footer .widget_nav_menu ul.menu > li.menu-item a,
    .site-footer .widget_recent_entries ul > li a {
        line-height:1.9;
    }
}
@media screen and (max-width: 690px) {
    table.responsive td img {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .blog .site-main .col.half {
        width:100%;
        padding:1em 0;
    }
}
@media screen and (max-width: 641px) {
    /* Forms */
    .gform_wrapper .gform_fields ul.gfield_checkbox li label, 
    .gform_wrapper .gform_fields ul.gfield_radio li label {
        width: auto;
    }
    .gform_wrapper .ginput_complex select {
        padding:10px !important;
        margin-left:0 !important;
        margin-bottom: 13px !important;
        text-indent: 1px;
    }
    /* .nolabel */
    .gform_wrapper li.nolabel > label {
        display:none !important;
    }

    /* checkboxes */
    .gform_wrapper .ginput_container_checkbox {
        margin-top:0 !important;
    }
    
    /* radios */
    .gform_wrapper .ginput_container_radio {
        margin-top:0 !important;
        margin-left:1em;
    }
    
    /* name */
    div.ginput_container_name span.name_last { 
        padding-right:0 !important;
    }

    /* address */
    .gform_wrapper .ginput_complex > span {
        margin-bottom:0 !important;
    }
    .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
        margin-right:0 !important;
    }

    /* signature */
    .gform_wrapper li.signature > label {
        width:100%;
        display:block;
        margin:2em 0 1em 0;
    }
    
    /* cc field */
    .ginput_card_expiration_month, .ginput_card_expiration_year, .ginput_card_security_code {
        width:49%;
    }
    
    /* multi-pager */
    .gform_wrapper .gform_page[id$="_1"] .gform_next_button { /* page 1 */
        width:100% !important;
    }
    .gform_wrapper .gform_page_footer input[type="button"] {
        width:auto !important;
    }
    .gform_wrapper .gform_page_footer input[type="submit"] {
        width:45% !important;
    }
    .gform_wrapper .gform_next_button {
        margin-right:0 !important;
    }
    /* page nav */
    .gf_page_steps .gf_step {
        width:50% !important;
    }
}
@media screen and (max-width: 600px) {
    /* landing pages */
    body.single-rent h1 {
        font-size:2.5em;
    }
    body.single-rent h2 {
        font-size:1.3em;
        margin-left:1em;
        margin-right:1em;
    }
    body.single-rent .amenities .half {
        width:100%;
    }
    body.single-rent #content p {
        margin:1em;
    }
    body.single-rent .outro_text {
        padding:1em;
    }
}
@media screen and (max-width: 530px) {
    .site-header { 
        padding-left:0.5em;
        padding-right:0.5em;
    }
    .main-navigation:not(.toggled) li.button_solid_color {
        margin-right:2px;
    }
    .main-navigation a {
        padding:5px 10px;
        font-size:1.15em;
    }
    .main-navigation li.button_solid_color > a:before {
        height:2.5em;
    }
}
@media screen and (max-width: 450px) {
    /* landing pages */
    body.single-rent #content p {
        margin:0;
        padding:1em 0.25em;
    }
    
    /* lighthouse seo audit fixes */
    .slick-prev, .slick-next {
        width:48px;
    }
    #photos_gallery p.link a {
        padding:1em 0;
    }
    .map-text p > a {
        display: block;
        padding: 0.7em 0;
    }
    
    /* helps buttons not wrap */
    .gform_wrapper .gform_page_footer input.button.gform_previous_button,
    .gform_wrapper .gform_page input[type="submit"] { 
        width:auto !important;
    }

}
/* hide phone this small, better to show our button */
@media screen and (max-width: 420px) {
    .main-navigation:not(.toggled) li.phone {
        display:none;
    }
    /* show phone on application */
    body.page-template-page_application .main-navigation:not(.toggled) li.phone {
        display:block;
    }
}
@media screen and (max-width: 370px) {
    body.page-template-page_application .gf_page_steps {
        padding-bottom:1em !important;
    }
    body.page-template-page_application .gf_page_steps .gf_step {
        width:100% !important;
        display:block;
    }
    .gform_wrapper .gform_page_footer .gform_previous_button { 
        padding-left:0.5em;
        padding-right:0.5em;
    }
}
@media screen and (max-width: 310px) {
    .main-navigation a {
        font-size:1em;
    }
    .main-navigation li.button_solid_color > a:before {
        height:2.7em;
    }
    .gform_wrapper .gform_page_footer input[type="button"],
    .gform_wrapper .gform_page_footer input[type="submit"] {
        width:100% !important;
        margin:0.5em !important;
    }
}
/* getting tight, shrink button to the max */
@media screen and (max-width: 280px) {
    .main-navigation:not(.toggled) li.button_solid_color a {
        padding:5px;
        font-size:0.9em;
    }
}
/* too crammed, hide button at this small screen size */
@media screen and (max-width: 260px) {
    .main-navigation:not(.toggled) li.button_solid_color {
        display:none;
    }
}




@media screen and (min-width: 480px) {
    #showcase h2 {
        font-size: 1.2em;
    }
    .gallery-columns-4 .gallery-item {
    	max-width: 50%;
    }
    .site-branding img {
        max-width: 160px;
    }
    .map-screenshot.size-tablet {
        display: block;
    }
    .map-screenshot.size-mobile {
        display: none;
    }
}
@media screen and (min-width: 641px) {
    .site-branding img {
        max-width: 200px;
    }

    body .gform_wrapper ul.gform_fields li.gfield {
        padding-right:0;
    }
    .gform_wrapper .gform_body ul.gform_fields:not(.top_label) .gfield_label {
        padding-top:0.5em;
        margin-bottom:0;
        font-weight:normal;
    }
    div.gform_wrapper .gform_fields.left_label .gfield_error input.large,
    .gform_wrapper .gform_body .left_label input.large,
    .gform_wrapper .gform_body .right_label input.large,
    .gform_wrapper .gform_body .left_label input.medium,
    .gform_wrapper .gform_body .right_label input.medium,
    .gform_wrapper .gform_body .left_label select.medium,
    .gform_wrapper .gform_body .right_label select.medium,
    .gform_wrapper .gform_body .left_label textarea.medium,
    .gform_wrapper .gform_body .right_label textarea.medium {
        width: 99%; /* leave 1% for highlight */
    }
    .gform_wrapper ul.gform_fields li.gfield div.ginput_container {
        margin-left:29%;
        width:71% !important;
    }
    .gf_left_half, .gf_right_half {
        width: 50%;
        float: left;
        clear: none !important;
    }
    
    /* special classes */
    .gform_wrapper ul.gform_fields li.gfield.nolabel div.ginput_container {
        margin-left:0 !important;
        width:100% !important;
    }
    .gform_wrapper ul.gform_fields li.gfield.nolabel div.gfield_description {
        margin-left:0 !important;
        width:99% !important;
    }
    .gform_wrapper .gform_body ul.gform_fields:not(.top_label) .label_fullrow .gfield_label {
        width: 100%;
    }
    .gform_wrapper .gform_body ul.gform_fields:not(.top_label) .label_fullrow .ginput_list {
        width: 100% !important;
        margin-left: 0 !important;
    }
    /* longer labels & line up radio buttons */
    .gform_wrapper li.label_radio_long > label {
    	width:60% !important;
    	margin-right:1em;
    	max-width:400px;
    }
    body .gform_wrapper ul.gform_fields li.gfield.label_radio_long div.ginput_container {
    	max-width: 150px !important;
    	margin-left: 0 !important;
        margin-top: 0px;
    	float: left;
    }

    /* checkbox & radio */
    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
        width:100% !important;
    }

    /* address */
    .gform_wrapper div.ginput_container_address .address_line_1 input[type="text"] {
        width:99% !important;
    }
    .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
        margin-right:1% !important;
        padding-right:1%;
    }
    .gform_wrapper .gfield .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
        padding-right:1% !important;
    }
    .gform_wrapper .ginput_complex .ginput_left,
    .gform_wrapper .ginput_complex .ginput_right {
        width:49% !important;
    }
    .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
        margin-right:0 !important;
        padding-right:0 !important;
    }
    .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span,
    body .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33% !important;
        padding-right:1%;
        margin-right:-2px;
    }
    
    /* html */
    .gform_wrapper form .gform_body ul.gform_fields:not(.top_label) li.gfield_html_formatted {
        margin-left: 0% !important;
        width: 100%;
    }

    /* file upload */
    .gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_container_fileupload {
        margin-left:0 !important; 
        width:100% !important;
    }
    .gform_wrapper li.attachments .gfield_description {
        margin-left:0 !important;
        width:100% !important;
        text-align:center;
        padding-right:0;
    }
    
    /* signature */
    .gform_wrapper li.signature > div {
        width:65%;
    }
    /* set width of signature container */
    .gform_wrapper ul.gform_fields li.signature > div > div.ginput_container {
        margin-left:0 !important;
        width:350px !important;
    }
    
    /* cc */
    .gform_wrapper .ginput_complex .ginput_cardinfo_right {
        width: 50%;
    }
    
    #book_lightbox .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
        padding-right: 0;
    }
    #book_lightbox .gform_wrapper .gform_body .left_label input.medium, 
    #book_lightbox .gform_wrapper .gform_body .left_label select.medium, 
    #book_lightbox  .gform_wrapper .gform_body .left_label textarea.small {
        width: 99%;
    }
    #book_lightbox .gform_wrapper .gform_ajax_spinner {
        padding-left: 5px;
        margin: 0;
        display: inline;
    }

    table.fps > tbody > tr > td {
        float: none;
        width: auto;
    }
    table.fps td > h2, table.fps td > p {
        text-align: left;
    }
    table.fps table, table.fps td > p {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width: 690px) {
    #showcase h2 {
        font-size: 1.5em;
        letter-spacing: 1px;
    }

    .gallery-columns-4 .gallery-item {
    	max-width: 33.33%;
    }
    .milestone {
        width: auto;
    }
    .milestone-count {
        font-size: 5vw;
    }
    .col.one-fourth {
        width: 50%;
    }

    .blog .post {
        padding-left: 5em;
        position: relative;
    }
    .blog .entry-meta {
        display: block;
        position: absolute;
        top: 1em;
        left: 0;
        width: 6em;
        border-right: 1px solid #ddd;
    }
    .blog .entry-date {
        display: block;
    }
    .blog .entry-date .month {
        display: block;
        font-size: 1.4em;
        line-height: .6em;
        text-align: center;
        text-transform: uppercase;
    }
    .blog .entry-date .day {
        display: block;
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
    }

    .other_locations_navigation {
        display: flex;
    }
    .other_locations_navigation div, .other_locations_navigation div:empty {
        width: 33.333333333%;
        border-width: 1px 0 1px 1px;
    }
    .other_locations_navigation div:first-child {
        border-width: 1px 0;
    }

    table.responsive td {
        display: table-cell;
    }
    table.responsive td:not(:last-child) {
        padding-right: 1em;
    }
}
@media screen and (min-width: 1000px) {
    body, button, input, select, textarea {
        font-size: 18px;
    }

    .site-header {
        height: 5em;
    }
    .site-branding img {
        max-height: 3.88em;
    }
    .site-header.smaller {
        height: 4em;
    }
    .smaller .site-branding img {
        max-height: 2.88em;
    }
    .main-navigation {
        font-size: 1em;
    }
	.menu-toggle.fa {
		display: none;
	}
	.main-navigation .menu-top-container li {
		display: block;
	}
    .menu-top-container, .toggled .menu-top-container {
        position: relative;
        top: 0;
        padding-bottom: 0;
    }
    .main-navigation li {
    	float: left;
    }
    .main-navigation li.button_solid_color {
        margin-right: 0;
    }
    .main-navigation a {
        padding: 1em .75em;
        font-size: 1.6vw;
    }

    .site-content {
        padding-top: 5em;
    }
    #secondary {
        padding-left: 2em;
    }
    #secondary:before {
        content: "";
        position: absolute;
        left: 1em;
        bottom: 0;
        top: 0;
        border-left: 1px solid #dfdfdf;
    }

    #showcase, .slider .slide {
        height: 600px;
    }
    #showcase h2 {
        display: block;
        font-size: 1.3875rem;
        letter-spacing: 2px;
    }
    #showcase .name {
        font-size: 1.75em;
    }
    .fpslider {
        height: auto;
    }

    .row {
        padding: 1em 3em;
    }
    .col.half {
        width: 50%;
    }
    .col.one-third {
        width: 33.3%;
    }
    .col.two-thirds {
        width: 66.7%;
    }
    .col.one-fourth {
        width: 25%;
    }

    /* blog */
    .blog .site-main .row {
        padding:0;
    }
    .blog .site-main .col.half {
        padding:1em 1em 2em 0;
    }
    .blog .post-image {
        height:250px;
        background-size:cover;
    }
    .blog .post-wrap h3 {
        line-height:1.4;
    }

    .has-map #map_wrap, .has-map #tourvista_locations_map.map {
        height: 100%;
    }
    .map-image img {
        height: auto;
    }
    .map-screenshot.size-desktop, .half .map-screenshot.size-tablet {
        display: block;
    }
    .map-screenshot.size-tablet {
        display: none;
    }

    .gallery-columns-2 .gallery-item {
    	max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
    	max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
    	max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
    	max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
    	max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
    	max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
    	max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
    	max-width: 11.11%;
    }

    .copyright .col {
        text-align: left;
    }
    .site-info {
        margin-bottom:0;
    }
    .site-social ul {
        float: right;
    }
    .copyright.flexcenter div {
        width: auto;
    }
    .flexcenter .site-info a {
        border-right: 1px solid #444;
        border-left:0;
        padding: 0 1.1em;
        margin-left: 0;
    }
    .flexcenter .site-social .eho {
        float: left;
        padding-top: 3px;
        padding-left: 1.1em;
    }
    .flexcenter .site-social .eho img {
        float: none;
    }

    .floor_plans .slick-prev, .virtual_tours .slick-prev {
        left: -3em;
    }
    .floor_plans .slick-next, .virtual_tours .slick-next {
        right: -3em;
    }

    .location_page_header h1 {
        font-size: 2em;
    }

    .slide-overlay {
        padding: 1em 2em;
    }
    .slide-overlay > i {
        font-size: 2em;
        padding-right: 1em;
        width: 2em;
        text-align: center;
    }
    .slide-title {
        font-size: 2em;
    }

    .gform_wrapper .rental_app .gf_page_steps {
        font-size: 1rem;
        width: 220px;
        float: right;
        margin-left: 20px;
        padding-left: 20px;
        border-bottom: none;
        border-left: 1px dotted #ccc;
    }
    .gform_wrapper .rental_app .gform_body {
        width: calc(100% - 245px);
        overflow: hidden;
    }

    /* landing pages only: hide top nav except phone & button (and application page too) */
    body.single-rent .main-navigation .menu-top-container li,
    body.page-template-page_application .main-navigation .menu-top-container li {
        display:none;
    }
    body.single-rent .main-navigation .menu-top-container li.phone,
    body.single-rent .main-navigation .menu-top-container li.button_solid_color,
    body.page-template-page_application .main-navigation .menu-top-container li.phone {
        display:inline-block;
    }

}
/* with too many links, top nav may wrap, tighten it up */
@media screen and (min-width: 1245px) {
    .main-navigation a {
        font-size: 1.11em;
    }
}


@media only print {
    body {
        background: #fff;
    }
    .menu-toggle, .call-to-action, .site-footer, #get_directions, #to-top,
    .main-navigation li:not(.phone), .location_page_header .row-dark,
    .location_page_header .btn, .location_page_header.archive h1,
    .other_locations_navigation {
        display: none;
    }
    .site-header {
        position: static;
        box-shadow: none;
    }
    .site-content, .row {
        padding: 0;
    }
    .location_page_header, .landing_page_header {
        height: auto !important;
        min-height: 0;
        background: #fff !important;
        padding: 20px 10px 0;
    }
    .location_page_header.archive {
        padding: 10px 10px 0;
        font-size: 1.2em;
    }
    .location_page_header h1, .location_page_header h3, .location_page_header div,
    .landing_page_header h1, .landing_page_header h2 {
        color: #000 !important;
        text-shadow: none;
    }
}