@charset "utf-8";
/*
	Theme Name: 180 Touchscreen
	Author: Matt Feindell
*/

/* general */

pre {
	color: #333;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
html, body {
	width: 3840px;
	height: 2160px;
	overflow: hidden;
}
#wrapper {
	display: flex;
}
#screensaver {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 3840px;
	height: 2160px;
	z-index: 10010;
	overflow: hidden;
	position: absolute;
}
* {}
.no-margins,
.no-margins * {
	margin: 0 !important;
}
.no-gutters > .row,
.no-gutters > .row > div[class*='col'] {
	padding-left: 0;
	padding-right: 0;
}
.img-cover,
.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.container {}
.black-btn,
.black-btn:hover {
	color: #fff;
	font-size: 33px;
	padding: 1em 3.5em;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background-color: #000;
	text-transform: uppercase;
}
.active { display: block !important; }

/* fonts */
.alata {
	font-family: "Alata", sans-serif;
}
.aboreto {
	font-family: "Aboreto", system-ui;
}
* {
	font-family: "Alata", sans-serif;
}
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
	font-family: "Aboreto", system-ui;
}
.w90 {
	max-width: 90%;
}
.w75 {
	max-width: 75%;
}
.w60 {
	max-width: 60%;
}
.w50 {
	max-width: 50%;
}
.blue-btn a,
.blue-btn a:hover {
	color: #fff;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: .55em .5em;
	text-decoration: none;
	display: inline-block;
	background-color: #34587F;
}
.white-txt p,
.white-text p * {
	color: #fff;
}

/* header */

#main-header {
	width: 700px;
	height: 100dvh;
	display: flex;
	position: relative;
	flex-direction: column;
	background-color: #E9E4DD;
	background-repeat: no-repeat;
	background-position: center bottom;
	background: linear-gradient(90deg,rgba(233, 228, 221, 1) 0%, rgba(233, 228, 221, 1) 97.5%, rgba(0, 0, 0, 1) 97.5%, rgba(0, 0, 0, 1) 100%);
}
#main-header > div:last-of-type {
	flex: 1;
	display: flex;
	flex-direction: column;
}
#logo {
	display: block;
}
#logo > img {
	display: block;
	margin: 140px auto 170px;
}
video {
	display: block;
	height: 100dvh;
}

/* main nav(s) */

.navbar {
	padding: 0;
	margin: 0 0 0 160px;
}
.navbar-expand-lg {}
.navbar-brand {}
.navbar-collapse {}
.navbar-nav {
	width: 100%;
}
.navbar-expand-lg .navbar-nav {
	flex-direction: column;
}
.nav-item {}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 48px;
	white-space: nowrap;
	margin-bottom: 2.5em;
	text-transform: uppercase;
}
.navbar-light .navbar-nav .active > .nav-link {
	color: #A07754;
}
.navbar-expand-lg .navbar-nav .nav-link {}
.active > .nav-link {}
.dropdown-menu {}
.dropdown-menu > li a {}
.dropdown-item:focus, .dropdown-item:hover {}


/* flexible */

#flexible {
	width: 3140px;
	display: flex;
	height: 100dvh;
	flex-direction: column;
}

.flex-content {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.nav-blocks {
	padding-top: 300px;
	/* height: calc(100dvh - 360px); */
}
.page-id-151 .nav-blocks {
	padding-top: 50px;
}
.nav-blocks > .container-fluid {
	max-width: 80%;
}
.page-id-151 .nav-blocks > .container-fluid {
	max-width: 70%;
}
.nav-block {
	padding-bottom: 5em;
}
.page-id-151 .nav-block {
	padding-bottom: 0;
}
.nav-block p {
	font-size: 58px;
	margin-bottom: 40px;
}
.nav-block img {
	width: 100%;
	margin-bottom: 60px;
}
.nav-block .view-btn {
	color: #fff;
	font-size: 33px;
	text-align: center;
	align-self: center;
	border-radius: 50px;
	padding: .5em 3.5em;
	background-color: #000;
	text-transform: uppercase;
}
.nav-blocks a:hover {
	text-decoration: none;
}
.gallery {}
.gallery-controls {
	/* height: 240px; */
	height: 288px;
	background-color: #F7F3EA;
}
.gallery-controls .prev {
	cursor: pointer;
	margin: 0 20em 0 auto;
}
.gallery-controls .next {
	cursor: pointer;
	margin: 0 auto 0 20em;
}
.gallery-controls .close {
	margin: 0 auto;
}
.features-btns {
	height: 204px;
	background-color: #111F34;
}
.features-btns > .row {
	height: 100%;
}
.feature-btns a,
.feature-btns a:hover {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding: 1em 2em;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background-color: #C6A977;
	text-transform: uppercase;
}
.feature-btns a:nth-of-type(2) {
	margin-left: 1.5em !important;
}
.disclaimer-btn a,
.disclaimer-btn a:hover {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding: 1em 2em;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: 2px solid #fff;
	text-transform: uppercase;
	margin-right: 2em !important;
}
.heading {
	height: 400px;
	display: flex;
	flex-direction: column;
}
.heading > div {
	margin-top: auto;
}
.heading h2 {
	width: 80%;
	margin: 0 auto;
	font-size: 100px;
	padding-bottom: 60px;
	border-bottom: 2px solid #211F21;
}

/* floorplans */

/*
#floorplans-category,
#floorplans-category > .container-fluid,
#floorplans-category > .container-fluid > .row {
	height: calc(100dvh - 360px);
}
#floorplans-category {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('./images/layout/background.jpg');
}
#floorplans-category > .container-fluid {
	max-width: 80%;
}
#floorplans-category > .container-fluid > .row {
	padding-top: 4em;
	padding-bottom: 4em;
}
#floorplans-category > .container-fluid > .row > div[class*='col'] {
	padding: 4em;
}
#floorplans-category > .container-fluid > .row > div[class*='col'] > div {
	height: 100%;
	display: flex;
	padding: 8em 4em;
	flex-direction: column;
	justify-content: center;
	border: 6px solid #111F34;
}
#floorplans-category > .container-fluid > .row > div[class*='col'] > div a,
#floorplans-category > .container-fluid > .row > div[class*='col'] > div a:hover {
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: 700;
	padding: 1em 2em;
	text-align: center;
	margin-top: auto;
	text-decoration: none;
	background-color: #111F34;
	text-transform: uppercase;
}
.cat-model p {
	color: #111F34;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
.cat-model p:first-of-type {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: .5em;
}
.cat-model p:first-of-type:after {
	content: "";
	height: 6px;
	width: 48px;
	display: block;
	margin: .5em auto 0;
	background-color: #111F34;
}
.cat-model p:nth-of-type(2) {
	margin-bottom: .25em;
}
.cat-model p:last-of-type {
	margin-bottom: 1em;
}
*/
#floorplans-category {
	width: 3140px;
	height: 100dvh;
	position: relative;
}
#floorplans-category .single-back {
	right: 2.5%;
	bottom: 2.5%;
	position: absolute;
}
.cat-model a {
	display: block;
}
.cat-model {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#floorplans-single,
#floorplans-single > .container-fluid,
#floorplans-single > .container-fluid > div {
	height: 100dvh;
}
#floorplans-single {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#floorplans-single > .container-fluid > div > .row {}
#floorplans-single > .container-fluid > div > .row > div[class*='col']:first-of-type {
	flex-grow: 0;
}
#floorplans-single h2 {
	color: #111F34;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 2.5em;
}
.elevation img {
	margin-bottom: 3.5em;
}
.elevation p {
	color: #111F34;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
.elevation p:first-of-type {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: .5em;
}
.elevation p:first-of-type:after {
	content: "";
	height: 6px;
	width: 48px;
	display: block;
	margin: .5em auto 0;
	background-color: #111F34;
}
.elevation p:nth-of-type(2) {
	margin-bottom: .25em;
}
.elevation p:last-of-type {
	margin-bottom: 1em;
}
.elevation a,
.elevation a:hover {
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: 700;
	padding: 1em 2em;
	margin: 5em 5em 0;
	text-align: center;
	text-decoration: none;
	background-color: #111F34;
	text-transform: uppercase;
}
.elevation-spacer {
	height: 140px;
	display: block;
	font-size: 40px;
	padding: 1em 2em;
	margin: 5em 5em 0;
	background: transparent;
}
#main-floorplan > section {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	z-index: 10010;
	position: absolute;
	background-color: #fff;
}
#elevations-slider > section {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	z-index: 10000;
	position: absolute;
	background-color: #fff;
}
.caption {
	height: 100px;
	background-color: #000;
}
.caption > p {
	margin: 0;
	color: #fff;
	font-size: 32px;
	line-height: 100px;
	text-align: center;
}
#compare-plans > section {
	top: 0;
	left: 700px;
	right: 0;
	bottom: 0px;
	z-index: 10000;
	position: absolute;
	background-color: #fff;
}
.comparison-controls-1,
.comparison-controls-2 {
	display: flex;
	height: 144.65px;
	justify-content: space-between;
}
.compare-nav,
.compare-nav ul {
	margin: 0;
	padding: 1em 0;
}
.compare-nav {
	margin: auto 0 auto 1.5em;
}
.compare-nav li {
	padding: 0 1.5em;
	font-size: 40px;
	list-style: none;
	position: relative;
	text-transform: uppercase;
}
.compare-nav,
.compare-nav ul,
.compare-nav > li:first-of-type {
	width: 550px;
}
.compare-nav li {
	white-space: nowrap;
}
.compare-nav li a:hover {
	color: inherit;
}
.compare-nav > li:first-of-type {
	color: #fff;
	padding: .5em 1.5em;
	background-color: #000;
	justify-content: space-around;
}
.compare-nav > li:first-of-type > img {
	margin: auto 0 auto auto;
}
.compare-nav > li > ul {
	left: 0;
	bottom: 100%;
	display: none;
	position: absolute;
	background-color: #F7F3EA;
}
.compare-nav > li > ul > li {
	color: #211F21;
	position: relative;
}
.compare-nav > li > ul > li > a {
	display: block;
	padding: 1em 0;
	border-bottom: 4px solid #111F34;
}
.compare-nav > li > ul > li:last-of-type > a {
	border: none;
}
.compare-nav li > ul > li > ul {
	bottom: 0;
	left: 100%;
	display: none;
	position: absolute;
	background-color: #A07754;
}
.compare-nav > li > ul > li > ul > li {
	color: #fff;
	position: relative;
}
.compare-nav > li > ul > li > ul > li > a {
	color: #fff;
	display: block;
	padding: 1em 0;
	border-bottom: 4px solid #fff;
}
.compare-nav > li > ul > li > ul > li:last-of-type > a {
	border: none;
}
.comparison-1 {
	border-right: 5.5px solid #111F34;
}
.comparison-2 {
	border-left: 5.5px solid #111F34;
}
#main-floorplan-2 > section {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	z-index: 10001;
	position: absolute;
	background-color: #fff;
}
#main-floorplan-2 > section > div {
	height: 240px;
	background-color: #F7F3EA;
}
.expand {
	display: block;
	margin: auto 1.5em auto auto;
}

/* townhomes */

#townhomes-archive,
#townhomes-archive > .container-fluid,
#townhomes-archive > .container-fluid > .row {
	height: calc(100dvh - 360px);
}
#townhomes-archive {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('./images/layout/background.jpg');
}
#townhomes-archive > .container-fluid {
	max-width: 80%;
}
#townhomes-archive img {
	margin-bottom: 1.5em;
}
#townhomes-archive h2 {
	color: #111F34;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: .5em;
	text-transform: uppercase;
}
#townhomes-archive h2:after {
	content: "";
	height: 6px;
	width: 48px;
	display: block;
	margin: .5em auto 0;
	background-color: #111F34;
}
#townhomes-archive p {
	color: #111F34;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
#townhomes-archive a, 
#townhomes-archive a:hover {
	color: #fff;
	display: block;
	margin: 0 2.5em;
	font-size: 40px;
	font-weight: 700;
	padding: 1em 4em;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	background-color: #111F34;
	text-transform: uppercase;
}

/* footer */

footer {
	height: 240px;
	background-color: #F7F3EA;
	background-repeat: no-repeat;
	background-position: center top;
}
footer > .container-fluid {
	height: 100%;
}
footer > .container-fluid > .row {
	height: 100%;
}
footer * {
	margin: 0;
}
footer p {
	font-size: 18px;
}
footer a {
	color: inherit;
}
.footer-logo > img {
	margin: auto;
	display: block;
}
.footer-icons {
	display: flex;
	justify-content: space-around;
}
.footer-icons > a {}
.footer-icons > a > img {}
#footer-content {
	margin: auto 100px 150px;
}
#footer-content p {
	color: #A07754;
	font-size: 12px;
}

/* scrolling pages */

.scrolls,
.page-id-95 #flexible,
.page-id-126 #flexible,
.page-id-78 #flexible .flex-content-1 {
	overflow-y: scroll;
}
#disclaimer-modal .modal-dialog {
	max-width: 50%;
}
#disclaimer-modal .modal-footer {
	justify-content: center;
	border-color: #F7F3EA;
	background-color: #F7F3EA;
}
.noclick {
	pointer-events: none;
}
.close {
	opacity: 1;
}
.comparison-slider-controls,
.comparison-slider-controls-2 {
	top: 50%;
	width: 100%;
	position: absolute;
	transform: translateY(-50%);
}
.comparison-slider-controls .prev-1,
.comparison-slider-controls-2 .prev-2
 {
	left: 0;
	position: absolute;
}
.comparison-slider-controls .next-1,
.comparison-slider-controls-2 .next-2 {
	right: 2.5%;
	position: absolute;
}
.single-btns {
	right: 0;
	bottom: 0px;
	height: 288px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-btns > div {
	display: flex;
	align-items: start;
}
.single-back {
	display: inline-block;
}
#amenities {
	display: flex;
}
#amenities-main > img {
	width: 100%;
}
#amenities-legend {
	height: 100dvh;
	overflow-y: scroll;
}
#amenities-legend > img {
	width: 100%;
}
.amenities-btns {
	display: flex;
	padding: 0 4em;
	flex-wrap: wrap;
	height: calc(100% - 1561px);
	justify-content: space-evenly;
}
.amenities-btns h3 {
	flex: 0 0 100%;
	color: #A07754;
	font-size: 48px;
	line-height: 1em;
	margin-top: 90px;
	margin-bottom: 0;
	margin-left: 115px;
	font-family: "Alata", sans-serif;
}