@charset "UTF-8";
/*!
Theme Name: Levine
Theme URI: http://underscores.me/
Author: Kalisvaart
Author URI: https://kalisvaart.codes
Description: A custom WP theme for Levine Builders based on Underscores
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: levine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Levine is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,400&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: white;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Titillium Web', sans-serif;
}

#title h2 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 2rem;
}

#title h3 {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 2rem;
	word-spacing: 9999px;
	font-weight: 200;
}

@media screen and (max-width: 1200px) {
	#title h3 {
		word-spacing: normal;
	}
}

h2 {
	font-size: 35px;
}

p {
	margin-bottom: 1.5em;
}

a {
	text-decoration: none;
}

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

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

#intro p {
	text-transform: uppercase;
	font-size: 20px;
	text-align: justify;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: left;
}

@media screen and (max-width: 600px) {
	#intro p {
		text-align: left;
		font-weight: normal;
		font-size: 17px;
	}
}

.section-title h2 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 36px;
}

/* Elements
--------------------------------------------- */
body {
	overflow-x: hidden;
	font-family: "Roboto", sans-serif;
	letter-spacing: 1px;
	background-color: black;
}

#page {
	overflow-x: hidden;
}

main {
	min-height: calc(100vh - 150px);
}

#primary.bg {
	background: rgba(0, 0, 0, 0.5);
}

#primary.site-main {
	position: relative;
	clip-path: inset(var(--path));
	z-index: 3;
}

.full-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 3;
}

footer {
	background: white;
	padding: 2rem;
	position: relative;
	z-index: 3;
}

footer ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

footer ul li a {
	text-decoration: none;
}

footer .logo img {
	width: 160px;
}

footer p, footer a, footer li {
	color: #767676 !important;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 2;
	margin-bottom: 0;
	letter-spacing: 1px;
}

footer a:hover {
	color: #48a9df !important;
}

footer .socials {
	float: right;
	display: none;
}

footer .socials ul li {
	display: inline-block;
}

footer .socials ul li svg {
	width: 20px;
	margin-left: 10px;
	height: 20px;
}

footer .link a {
	color: #48a9df !important;
	text-decoration: none;
	font-weight: bold;
}

footer .contact {
	font-family: 'Titillium Web', sans-serif;
}

footer .contact .link a {
	font-weight: bold;
	font-size: 13px;
}

footer .contact .copyright p {
	padding-top: 1rem;
	font-size: 11px;
	text-transform: none;
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
	footer .links .col, footer .address .col {
		width: 100%;
		flex: auto;
	}
	footer .address .col {
		padding-bottom: 1rem;
	}
}

@media screen and (max-width: 1000px) {
	footer .logo img {
		margin-bottom: 1rem;
		width: 200px;
	}
	footer .address, footer .links, footer .contact {
		padding: 1rem 0;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #f8eb8f;
}

a:visited {
	color: #48a9df;
}

a:hover, a:focus, a:active {
	color: #e0251b;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

#back a:before {
	content: '';
	background: url(assets/img/double_arrow.svg) no-repeat;
	height: 15px;
	width: 15px;
	padding-right: 25px;
}

.awards a {
	position: relative;
}

.awards a:after {
	content: '';
	background: url(assets/img/double_arrow.svg) no-repeat;
	height: 35px;
	width: 27px;
	transform: rotate(180deg);
	position: absolute;
	top: 8px;
	right: -20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
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 {
	color: #666;
	border: 1px solid #ccc;
	width: 100%;
	padding: 3px;
	margin-bottom: 1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]: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;
}

select {
	border: 1px solid #ccc;
}

.wpcf7 {
	margin-bottom: 4rem;
}

.wpcf7 .row {
	width: calc(100% + 12px);
	margin-left: -12px;
}

.wpcf7 p, .wpcf7 label {
	font-size: 17px;
	text-align: left;
	text-transform: none;
	font-weight: 300;
	letter-spacing: 1px;
}

.wpcf7 span {
	color: red;
}

.wpcf7 label {
	width: 100%;
}

.wpcf7 label input {
	margin-top: .5rem;
}

.wpcf7 p {
	margin-bottom: 0.5rem;
}

.wpcf7 .wpcf7-checkbox {
	margin: 1rem 0;
}

.wpcf7 .wpcf7-list-item {
	display: block;
	margin-left: 0;
	float: left;
	width: 50%;
	padding-bottom: .5rem;
}

.wpcf7 .wpcf7-list-item span {
	color: white;
}

.wpcf7 .list {
	margin: 1rem 0;
}

.wpcf7 .extra {
	margin-top: 5rem;
	clear: both;
}

.wpcf7 .btn {
	background-color: #48a9df;
	border-radius: 0;
	text-transform: uppercase;
	color: white;
	border: none;
	padding: 15px 25px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: auto;
}

@media screen and (max-width: 1000px) {
	.main-navigation {
		height: 63px;
		margin-left: auto;
	}
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
	.main-navigation ul {
		font-size: 10px;
		letter-spacing: 1px;
	}
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: block;
}

@media screen and (max-width: 1000px) {
	.main-navigation ul ul {
		position: relative;
		float: unset;
		left: 0;
	}
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color: #48a9df;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 20px 40px;
	color: white;
}

@media screen and (min-width: 1000px) and (max-width: 1350px) {
	.main-navigation li {
		padding: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.main-navigation li {
		padding: 16px 40px;
	}
}

.main-navigation li:after {
	content: '';
	width: 1px;
	background: white;
	position: absolute;
	right: 0;
	top: 20px;
	height: 12px;
}

@media screen and (max-width: 1000px) {
	.main-navigation li:after {
		content: none;
	}
}

.main-navigation li:nth-last-child(1):after {
	width: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #48a9df;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	line-height: 1;
}

.main-navigation a:hover {
	color: #48a9df;
}

.main-navigation .sub-menu {
	padding-top: 20px;
}

.main-navigation .sub-menu li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1000px) {
	.main-navigation .sub-menu li {
		border: none;
		padding: 10px 20px;
	}
}

.main-navigation .sub-menu li:before {
	content: '';
	background: url(assets/img/diamond_white.svg) no-repeat;
	background-size: 12px;
	position: absolute;
	left: 0;
	top: 27px;
	height: 12px;
	width: 12px;
}

@media screen and (max-width: 1000px) {
	.main-navigation .sub-menu li:before {
		content: none;
	}
}

.main-navigation .sub-menu li:after {
	content: none;
}

.main-navigation .sub-menu li a {
	font-size: 15px;
	line-height: 1.75;
}

@media screen and (max-width: 1000px) {
	.main-navigation .sub-menu li a {
		font-size: 12px;
	}
}

.main-navigation.toggled .menu-top-menu-container {
	width: 100%;
	background: black;
	position: absolute;
	top: 95px;
	left: 0;
	padding: 20px 0;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	height: 95px;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	padding: 1rem 2rem;
	align-items: center;
}

#masthead.bg {
	transition: background-color ease-in 1s;
	/* tweak to your liking */
	background-color: rgba(0, 0, 0, 0.5);
}

#masthead.bg:after {
	content: '';
	width: 100%;
	height: 50px;
	position: fixed;
	top: 95px;
	left: 0;
	background: black;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 1000px) {
	#masthead.bg {
		background-color: black;
	}
	#masthead.bg:after {
		content: none;
	}
}

#masthead.bg.bg.no_shadow:after {
	content: none;
}

#masthead.grey_bg {
	background-color: #26272b;
}

#masthead .site-branding {
	height: 63.28px;
	align-self: flex-start;
}

@media screen and (max-width: 1000px) {
	#masthead .site-branding {
		position: absolute;
	}
}

#masthead .site-branding h1 {
	margin: 0;
}

#masthead .site-branding img {
	width: 160px;
}

@media screen and (max-width: 1100px) {
	#masthead .site-branding img {
		width: 150px;
		margin-top: 8px;
	}
}

#masthead .partner-sites ul {
	margin: 0;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
}

#masthead .partner-sites ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 2px;
}

#masthead .partner-sites ul li a:after {
	content: '>>';
	padding-left: 5px;
	top: -1px;
	position: relative;
}

#masthead .partner-sites ul li:nth-child(1) a {
	color: #f8eb8f;
}

#masthead .partner-sites ul li:nth-child(1) a:after {
	content: '>>';
}

#masthead .partner-sites ul li:nth-child(2) a {
	color: white;
}

@media screen and (max-width: 1000px) {
	#masthead .partner-sites {
		display: none;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	margin-top: 12px;
}

@media screen and (min-width: 1000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

@media screen and (max-width: 1200px) {
	.section-navigation {
		display: none;
	}
}

.section-navigation .arrow {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	transform: translate(-50%, 0);
	text-align: center;
}

.section-navigation img {
	width: 30px;
}

.section-navigation p {
	text-transform: uppercase;
	font-size: 11pt !important;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	padding-top: 5px;
}

@media all and (max-width: 980px) {
	.menu-top-menu-container {
		z-index: 9999999;
	}
	.main-navigation.toggled .menu-top-menu-container li.menu-item-has-children > a {
		display: contents;
	}
}

.menu-toggle {
	background: transparent;
	border: none;
	margin-left: auto;
}

.animated-icon {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	background: #48a9df;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon span:nth-child(1) {
	top: 0px;
}

.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
	top: 10px;
}

.animated-icon span:nth-child(4) {
	top: 20px;
}

.animated-icon.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

section {
	height: 100vh;
	position: relative;
	display: flex;
	padding: 0 2rem;
	flex-direction: column;
}

@media screen and (max-width: 1200px) {
	section {
		height: auto;
		padding: 4rem 2rem 3rem;
	}
}

section.white {
	color: white;
}

section .row {
	margin: 0;
	width: 100%;
}

section .section-title {
	position: absolute;
	top: 150px;
	left: 2rem;
	width: 19vw;
	padding: 0;
	z-index: 99;
}

@media screen and (max-width: 1200px) {
	section .section-title {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
}

section .section-content {
	display: flex;
	align-self: center;
	align-items: center;
	width: 100%;
	flex: 0 0 100%;
	padding-top: 150px;
	flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
	section .section-content {
		padding-top: 0;
	}
}

section .section-content h2 {
	padding-bottom: 2rem;
	margin: 0;
}

section .section-content .content-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

section .section-content img {
	display: block;
	margin: 0 auto;
}

section .section-content .column {
	width: 25%;
	text-align: center;
	padding: 0 20px;
	border-left: solid 1px rgba(255, 255, 255, 0.3);
	max-height: 40%;
}

section .section-content .column:nth-last-child(1) {
	border-right: solid 1px rgba(255, 255, 255, 0.3);
}

section .section-content .column .border-box {
	padding: 0 20px;
}

@media screen and (max-width: 1000px) {
	section .section-content .column {
		flex: 1 50%;
		margin: 2rem 0;
	}
	section .section-content .column:nth-child(3) {
		border-right: solid 1px rgba(255, 255, 255, 0.3);
	}
	section .section-content .column.desc {
		flex: 1 100%;
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	section .section-content .column {
		flex: 1 100%;
		border-right: solid 1px rgba(255, 255, 255, 0.3);
	}
}

section .desc {
	border: none !important;
	text-align: left !important;
	padding-left: 0 !important;
}

section .desc p {
	padding: 0 !important;
}

#title {
	position: fixed;
	width: 20%;
	z-index: 99;
}

#title h2 {
	color: white;
}

.page-id-216 #title {
	position: absolute;
}

@media screen and (max-width: 768px) {
	.two_col img {
		margin: 0 auto;
		display: block;
	}
}

.page-template-page-about {
	--wojo-about-list-accent: #f8eb8f;
	--wojo-about-history-mobile-content-padding-top: 0;
}


.page-template-page-availability #buildings .column {
	border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.page-template-page-availability #buildings .column:last-child {
	border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.page-template-page-availability #buildings .column .border-box {
	border: none;
}

.page-template-page-availability ul.sites {
	list-style-type: none;
	padding: 2rem 4rem;
	margin: 2rem 0 0;
}

.page-template-page-availability ul.sites li {
	text-align: center;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	padding: 0.5rem 0;
}

.page-template-page-availability ul.sites li:last-child {
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.page-template-page-availability ul.sites li a {
	color: white;
	text-decoration: none;
}

@media screen and (max-width: 1250px) {
	.page-template-page-availability ul.sites {
		padding: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.page-template-page-availability ul.sites {
		padding: 1rem;
	}
}

@media screen and (max-width: 1200px) {
	.page-template-page-availability #title {
		position: relative;
		padding-top: 150px;
		width: 100%;
	}
}

.page-template-page-careers section {
	height: auto;
}

.page-template-page-careers #intro .section-content {
	display: block;
}

.page-template-page-careers #intro .section-content h3 {
	padding-bottom: 2rem;
}

.page-template-page-careers #intro .section-content p {
	font-size: 17px;
	text-align: left;
	text-transform: none;
	font-weight: 300;
	letter-spacing: 1px;
}

.page-template-page-careers #intro .section-content a {
	color: #f8eb8f;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	padding-top: 2rem;
	position: relative;
}

.page-template-page-careers #intro .section-content a:after {
	content: '';
	background: url(assets/img/double_arrow_yellow.svg) no-repeat;
	height: 33px;
	width: 27px;
	transform: rotate(180deg);
	position: absolute;
	top: 30px;
	right: -22px;
	color: #f8eb8f;
}

@media screen and (max-width: 1200px) {
	.page-template-page-careers #title {
		position: relative;
		top: 150px;
		width: 100%;
		padding-right: 4rem;
	}
	.page-template-page-careers #title + section {
		padding-top: 8rem;
	}
	.page-template-page-careers .section-content {
		max-width: 100% !important;
	}
}

.expertise {
	color: white;
}

.expertise .section-heading {
	margin: 0;
}

.expertise .section-heading h2 {
	text-align: center;
	margin-bottom: 2rem;
}

.expertise .intro {
	height: auto;
	padding-top: 150px;
}

.expertise .intro .section-content {
	display: block;
	max-width: unset !important;
}

.expertise .intro .section-content .intro-text {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 4rem;
}

.expertise section {
	height: auto;
}

.expertise section .section-content {
	padding-top: 0;
}

@media screen and (max-width: 1360px) {
	.expertise .section-title {
		position: relative;
		top: 150px;
		width: 100%;
		padding-right: 4rem;
		text-align: center;
		padding-bottom: 2rem;
	}
}

.expertise section:not(.intro) {
	align-self: center;
	font-weight: 300;
}

.expertise section:not(.intro) .section-content {
	max-width: 900px;
	justify-content: center;
	position: relative;
	display: block;
}

.expertise section:not(.intro) .section-content img {
	height: 50px;
	position: absolute;
	left: -15%;
	top: 10px;
	width: 100px;
	margin-bottom: 4rem;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
	.expertise section:not(.intro) .section-content img {
		left: unset;
		right: 0;
	}
}

@media screen and (max-width: 600px) {
	.expertise section:not(.intro) .section-content img {
		left: calc(50% - 50px);
		top: -50px;
	}
}

.expertise section:not(.intro) .section-content h3 {
	margin-bottom: 1.5rem;
}

.expertise section:not(.intro) .section-content .card {
	border: none;
	background: transparent;
}

@media screen and (max-width: 1200px) {
	.expertise section:not(.intro) {
		padding: 0 2rem;
	}
}

@media screen and (max-width: 600px) {
	.expertise section:not(.intro) {
		padding: 1rem 2rem 0;
	}
}

.expertise .accordion-item {
	background-color: transparent;
	border: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	margin-bottom: 4rem;
	padding-bottom: 2rem;
}

.expertise .accordion-item h2 {
	padding: 0;
}

.expertise .accordion-item .accordion-button {
	background-color: transparent !important;
	color: white;
	border: none;
	box-shadow: none;
	font-size: 35px;
	letter-spacing: 1px;
	padding: 20px 0;
}

.expertise .accordion-item .accordion-button:focus {
	box-shadow: none;
}

.expertise .accordion-item .accordion-button:after {
	content: none;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
	.expertise .accordion-item .accordion-button {
		padding-right: 100px;
	}
}

@media screen and (max-width: 600px) {
	.expertise .accordion-item .accordion-button {
		text-align: center;
		display: block;
	}
}

.expertise .accordion-item .accordion-body {
	padding: 1rem 0 0;
}

.press #title {
	width: unset;
	z-index: 99;
}

.press #title .section-title {
	width: 18vw;
}

.press #title h3 {
	word-spacing: normal;
}

.press #title h3 a {
	color: white;
	text-decoration: none;
}

.press #title p {
	color: white;
}

.press #title .quote {
	font-style: italic;
	font-size: 19px;
}

.press #title img {
	width: 200px;
	padding-bottom: 2rem;
}

.press #title .name {
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.press #title .function {
	font-size: small;
	font-style: italic;
	margin-bottom: 0.25rem;
}

.press #title .companies {
	font-size: small;
}

@media screen and (max-width: 1200px) {
	.press #title {
		position: absolute;
	}
	.press #title .quote, .press #title img, .press #title .name, .press #title .function, .press #title .companies {
		display: none;
	}
	.press #title .section-title {
		position: absolute;
		top: 150px;
		left: 2rem;
		width: 300px;
	}
	.press #articles {
		padding: 20rem 0 0;
	}
	.press #articles .section-content {
		padding: 0 2rem 4rem;
	}
}

#articles {
	height: auto;
}

#articles .section-content {
	display: block;
	padding-left: 20%;
	padding-bottom: 4rem;
}

#articles .section-content h4 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
}

#articles .section-content .column {
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-top: none;
	padding: 1rem;
	text-align: left;
}

#articles .section-content .column:nth-child(1), #articles .section-content .column:nth-child(2), #articles .section-content .column:nth-child(3), #articles .section-content .column:nth-child(4) {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1000px) {
	#articles .section-content .column {
		border-top: solid 1px rgba(255, 255, 255, 0.3);
	}
}

#articles .section-content .column .source {
	font-size: 13.333px;
	font-weight: 300;
	text-transform: uppercase;
}

#articles .section-content .column a {
	color: #f8eb8f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	position: relative;
}

#articles .section-content .column a:after {
	content: '';
	background: url(assets/img/double_arrow_yellow.svg) no-repeat;
	background-size: 14px;
	width: 17px;
	transform: rotate(180deg);
	height: 20px;
	position: absolute;
	top: 1px;
}

#articles .section-content .column p {
	padding: 0;
}

#awards {
	height: auto;
}

#awards .section-content {
	display: block;
	padding-left: 20%;
	padding-bottom: 4rem;
}

#awards .section-content .column {
	padding: 1rem;
	text-align: left;
	width: 33.3333%;
}

#awards .section-content .column a {
	color: #f8eb8f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

#awards .section-content .column p {
	padding: 0;
}

#awards .section-content .column .address {
	text-transform: uppercase;
}

#awards .section-content .column h4 {
	font-size: 35px;
}

#awards .section-content .column h5 {
	color: #f8eb8f;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	padding-top: 20px;
}

#awards .section-content .column ul {
	margin: 0 0 2rem;
	list-style: none;
	padding: 0;
}

#awards .section-content .column ul li {
	position: relative;
	font-weight: 300;
	padding-bottom: 1rem;
}

#awards .section-content .column ul li:before {
	content: "♦";
	left: -24px;
	font-size: 13px;
	transform: rotate(90deg);
	color: #f8eb8f;
	top: 0px;
	position: absolute;
}

@media screen and (max-width: 1200px) {
	#awards .section-content {
		padding: 20rem 0 4rem;
	}
}

.default section {
	height: auto;
}

.default #intro p {
	text-transform: none;
	font-size: 15px;
	font-family: inherit;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
}

.default #intro a {
	color: #48a9df !important;
}

@media screen and (max-width: 1500px) {
	.default #title {
		position: relative;
		width: 100%;
	}
	.default #title .section-title {
		position: relative;
		width: 100%;
		text-align: center;
		left: 0;
	}
}

@media screen and (max-width: 1200px) {
	.default #title {
		padding: 150px 0 0;
	}
	.default #title h2 {
		margin: 0;
	}
}

.page-template-page-4-col section .section-content .column {
	border: none;
}

@media screen and (max-width: 1400px) {
	.page-template-page-4-col #primary .section-title {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	.page-template-page-4-col #primary .section-content {
		padding-top: 150px;
	}
	.page-template-page-4-col #primary .section-content .column {
		max-height: unset;
	}
	.page-template-page-4-col #primary section {
		height: auto;
		padding-bottom: 4rem;
	}
}

.page-template-page-4-col #primary .desc {
	width: 25%;
}

@media screen and (max-width: 1400px) {
	.page-template-page-4-col #primary .desc {
		width: 100%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
	.page-template-page-4-col #primary .desc {
		padding-bottom: 4rem;
	}
	.page-template-page-4-col #primary .column:not(.desc) {
		width: 33.333%;
	}
}

.page-template-page-contact #contact {
	display: flex;
	height: auto;
	padding-bottom: 4rem;
}

.page-template-page-contact #contact .section-content {
	align-self: center;
	align-items: center;
	max-width: 1000px;
}

@media screen and (max-width: 1200px) {
	.page-template-page-contact #contact {
		padding-top: 10rem;
	}
}

.page-template-page-contact #contact p {
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.page-template-page-contact #title {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	#first {
		height: 100vh;
	}
	#first .section-navigation {
		display: block;
	}
}

.home section .section-content {
	align-items: unset;
}

#intro {
	display: flex;
}

#intro .section-content {
	align-self: center;
	align-items: center;
	max-width: 900px;
}

@media screen and (max-width: 1200px) {
	#intro {
		padding-top: 5rem;
	}
}

.four-col .column img {
	height: 200px;
	max-width: 70%;
	margin-top: 1.5em;
}

#featured-developments .border-box, .three-col .border-box {
	height: 200px;
	display: flex;
	justify-content: center;
}

#featured-developments .border-box img, .three-col .border-box img {
	max-height: 140px;
	max-width: 70%;
}

#featured-developments .column, .three-col .column {
	height: 50%;
}

.three-col .column-row {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.three-col .border-box {
	height: 200px;
	display: flex;
	justify-content: center;
}

.three-col .border-box img {
	max-height: 140px;
	max-width: 70%;
}

.three-col .column {
	height: 50%;
}

#at-a-glance p {
	padding-top: 20px;
}

#development-projects {
	padding: 0 0 4rem;
	background-color: white;
	overflow: hidden;
}

#development-projects img.map {
	min-height: 100vh;
	width: 101%;
	object-fit: cover;
}

@media screen and (max-width: 1200px) and (min-width: 800px) {
	#development-projects img.map {
		min-height: 70vh;
	}
}

@media screen and (max-width: 800px) {
	#development-projects img.map {
		min-height: 50vh;
	}
}

#development-projects h2, #development-projects .section-navigation p, #development-projects li, #development-projects a {
	color: #4d4e56;
}

#development-projects a {
	font-style: italic;
	font-weight: 300;
	font-size: 15pt;
	text-decoration: none;
}

#development-projects ul {
	list-style: none;
	margin: 0;
	padding: 2rem 0;
}

#development-projects ul li {
	font-size: 11pt;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	padding-left: 50px;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#development-projects ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 11pt;
}

#development-projects ul li:nth-child(1):before {
	content: url(assets/img/affordable.svg);
}

#development-projects ul li:nth-child(2):before {
	content: url(assets/img/rental.svg);
}

#development-projects ul li:nth-child(3):before {
	content: url(assets/img/condo.svg);
}

#development-projects ul li:nth-child(4):before {
	content: url(assets/img/hospitality.svg);
}

#development-projects ul li:nth-child(5):before {
	content: url(assets/img/senior.svg);
}

#development-projects ul li:nth-child(6):before {
	content: url(assets/img/mixed.svg);
}

@media screen and (max-width: 1200px) {
	#development-projects .section-title {
		padding-top: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	#development-projects .mobile-legenda {
		display: none;
	}
	#development-projects .section-title {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	#development-projects .mobile-legenda {
		display: block;
		background: white;
		padding: 2rem;
		margin-top: -2px;
	}
	#development-projects .section-title {
		display: none;
	}
}

#douglaston-companies img {
	padding-bottom: 2rem;
}

.offcanvas-end {
	right: 2rem;
	bottom: 0 !important;
	height: auto;
	top: unset;
	width: 300px;
}

.offcanvas-end .offcanvas-header {
	align-items: flex-start;
}

.offcanvas-end .h5 {
	font-weight: 600;
	color: #4d4e56;
	line-height: 1.2;
}

.offcanvas-end .more {
	margin: 20px 0 4px;
}

.offcanvas-end .more a {
	color: #4d4e56;
	border: 1px solid #4d4e56;
	padding: 10px 40px;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}

.offcanvas-end img {
	max-height: 171px;
	object-fit: cover;
	width: 100%;
}

.offcanvas-end .offcanvas-body {
	padding-top: 0;
}

@media screen and (max-width: 1000px) {
	.offcanvas-end {
		display: none;
	}
}

#google_maps {
	padding: 0;
	background-color: white;
	overflow: hidden;
}

#google_maps #map {
	min-height: 100vh;
	width: 101%;
	object-fit: cover;
}

@media screen and (max-width: 1200px) and (min-width: 800px) {
	#google_maps #map {
		min-height: 70vh;
	}
}

@media screen and (max-width: 800px) {
	#google_maps #map {
		min-height: 50vh;
	}
}

#google_maps .section-title {
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	padding: 150px 0 0 2rem;
	min-width: 300px;
}

#google_maps h2, #google_maps li, #google_maps a {
	color: white;
}

#google_maps .section-navigation p {
	color: #4d4e56;
}

#google_maps a {
	font-style: italic;
	font-weight: 300;
	font-size: 15pt;
	text-decoration: none;
}

#google_maps ul {
	list-style: none;
	margin: 0;
	padding: 2rem 0;
}

#google_maps ul li {
	font-size: 11pt;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	padding-left: 50px;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#google_maps ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 14pt;
}

#google_maps ul li:nth-child(1):before {
	content: url(assets/img/affordable.svg);
}

#google_maps ul li:nth-child(2):before {
	content: url(assets/img/market-rate-rental.svg);
}

#google_maps ul li:nth-child(3):before {
	content: url(assets/img/market-rate-condo.svg);
}

#google_maps ul li:nth-child(4):before {
	content: url(assets/img/hospitality.svg);
}

#google_maps ul li:nth-child(5):before {
	content: url(assets/img/senior.svg);
}

#google_maps ul li:nth-child(6):before {
	content: url(assets/img/mixed.svg);
}

@media screen and (max-width: 1200px) {
	#google_maps .section-title {
		padding-top: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	#google_maps .mobile-legenda {
		display: none;
	}
	#google_maps .section-title {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	#google_maps .mobile-legenda {
		display: block;
		background: white;
		padding: 2rem;
		margin-top: -2px;
	}
	#google_maps .section-title {
		display: none;
	}
	#google_maps h2, #google_maps li, #google_maps a {
		color: #4d4e56;
	}
}

#projects {
	height: auto;
	min-height: 100vh;
}

@media screen and (max-width: 1200px) {
	#projects {
		padding-top: 200px;
	}
}

#projects .section-content {
	display: block;
	padding-left: 20%;
	padding-bottom: 4rem;
}

#projects .section-content .row {
	width: 100%;
}

#projects .section-content .column {
	padding: 1rem;
	text-align: left;
	width: 33.3333%;
	margin: 0 auto;
	max-height: unset;
	border: solid 1px rgba(255, 255, 255, 0.3);
}

#projects .section-content .column .content {
	display: flex;
	justify-content: center;
	height: 100%;
	text-align: center;
	flex-direction: column;
	position: relative;
}

#projects .section-content .column:before {
	content: '';
	padding-bottom: 100%;
	display: block;
	float: left;
}

#projects .section-content .column .bg-img {
	width: 100%;
	height: 100%;
}

#projects .section-content .column .bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#projects .section-content .column .bg-img figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	background-color: black;
}

#projects .section-content .column .bg-img figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	overflow: hidden;
	opacity: 0.5;
}

#projects .section-content .column .bg-img figure:hover figcaption {
	opacity: 1;
}

#projects .section-content .column .bg-img figcaption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .3s ease-in-out;
}

#projects .section-content .column .info {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#projects .section-content .column .categories {
	margin: 0;
	padding: 0 0  2rem;
	list-style: none;
}

#projects .section-content .column .categories li {
	text-transform: uppercase;
	font-size: smaller;
}

#projects .section-content .column a {
	color: white;
}

#projects .section-content .column h3 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding: 2rem 0;
}

@media screen and (max-width: 600px) {
	#projects .section-content .column h3 {
		font-size: 25px;
	}
}

@media screen and (max-width: 1200px) {
	#projects .section-content {
		padding: 0;
	}
}

#title.properties_title {
	z-index: 99;
}

@media screen and (max-width: 1200px) {
	#title.properties_title {
		width: 100%;
		top: 150px;
		position: relative;
	}
	#title.properties_title .section-title {
		position: relative;
	}
	#title.properties_title .filters .filter_label {
		width: 25%;
		float: left;
	}
	#title.properties_title .filters .filter {
		width: 75%;
		float: left;
	}
	#title.properties_title .filters .type {
		column-count: 3;
	}
}

@media screen and (max-width: 1000px) {
	#title.properties_title .filters .type {
		column-count: 2;
	}
}

@media screen and (max-width: 650px) {
	#title.properties_title .filters .type {
		column-count: 1;
	}
	#title.properties_title .filters .filter_label {
		width: 35%;
		float: left;
	}
	#title.properties_title .filters .filter {
		width: 65%;
		float: left;
	}
}

@media screen and (max-width: 420px) {
	#title.properties_title .filters .filter_label {
		width: 100%;
	}
	#title.properties_title .filters .filter {
		width: 100%;
	}
}

#title.properties_title .filters .filter_label {
	color: white;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 2px;
}

#title.properties_title .filters label {
	color: white;
	font-size: 14px;
	padding: 0 0 .6rem 2rem;
}

#title.properties_title .filters .filter {
	padding-bottom: 2rem;
}

#title.properties_title .filters .clear a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

#title.properties_title input:hover {
	cursor: pointer;
}

#title.properties_title input[type=radio]:not(old) {
	width: 3em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
}

#title.properties_title input[type=radio]:not(old) + label {
	display: inline-block;
	margin-left: -2em;
	line-height: 1.5em;
}

#title.properties_title input[type=radio]:not(old) + label > span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0.25em 0.5em 0.25em 0.25em;
	background: transparent;
	border: 1px solid white;
	vertical-align: bottom;
}

#title.properties_title input[type=radio]:not(old):checked + label > span > span {
	display: block;
	width: 20px;
	height: 20px;
	background: white;
}

.single-project #title {
	position: absolute;
	z-index: 99;
}

.single-project .acf-map {
	width: 100%;
	height: 180px;
	margin: 30px 0;
}

@media screen and (max-width: 600px) {
	.single-project .acf-map {
		max-width: unset;
	}
}

@media all and (max-width: 980px) {
	.single-project .main-navigation.toggled .menu-top-menu-container {
		z-index: 9999999;
	}
	.single-project .main-navigation.toggled .menu-top-menu-container li.menu-item-has-children > a {
		display: contents;
	}
}

.single-project .acf-map img {
	max-height: unset !important;
}

.single-project .website {
	margin-top: 2rem;
	padding: 1rem 0;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.single-project .website a {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.single-project .availabilities {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	padding: 1rem 0;
	margin-bottom: 2rem;
}

.single-project .availabilities a, .single-project .availabilities p {
	color: white;
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.single-project #back a {
	color: white;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
}

.single-project .previous, .single-project .next {
	position: absolute;
	bottom: 10%;
	z-index: 999;
}

.single-project .previous a, .single-project .next a {
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.single-project .previous.mob, .single-project .next.mob {
	display: none;
}

.single-project .previous {
	left: 2rem;
	text-align: left;
}

.single-project .previous a {
	padding-left: 25px;
}

.single-project .previous a:before {
	content: '';
	background: url(assets/img/prevnext.svg) no-repeat;
	position: absolute;
	transform: rotate(90deg);
	height: 15px;
	width: 15px;
	left: 0;
	top: 3px;
}

.single-project .next {
	right: 2rem;
	text-align: right;
}

.single-project .next a {
	padding-right: 25px;
}

.single-project .next a:before {
	content: '';
	background: url(assets/img/prevnext.svg) no-repeat;
	position: absolute;
	transform: rotate(-90deg);
	height: 15px;
	width: 15px;
	right: 0;
	top: 3px;
}

.single-project .intro {
	height: auto;
	margin-bottom: 8rem;
}

@media screen and (max-width: 1200px) {
	.single-project .intro {
		margin: 0;
		padding-top: 200px;
	}
}

.single-project .intro .section-title img {
	max-width: 200px;
	max-height: 120px;
	display: block;
	margin: 0 auto;
}

.single-project .intro .section-content {
	display: block;
	max-width: unset !important;
}

@media screen and (max-width: 1200px) {
	.single-project .intro .section-content {
		padding-top: 4rem;
	}
}

.single-project .intro .section-content .intro-text {
	max-width: 55%;
	margin: 0 auto;
	padding-bottom: 4rem;
}

.single-project .intro .section-content .content {
	column-count: 2;
	padding-top: 2rem;
}

.single-project .intro .section-content .content a {
	color: white;
	text-decoration: underline;
}

.single-project .specs {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
}

.single-project .specs img {
	width: 75px;
	min-height: 84px;
	margin: 0 auto 2rem;
	display: block;
}

.single-project .specs .col {
	width: 150px;
	flex: unset;
	border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.single-project .specs .col:last-of-type {
	border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.single-project .specs p {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}

.single-project .property-nav {
	position: relative;
}

.single-project #gallery {
	padding-top: 4rem;
	margin-bottom: 4rem;
}

.single-project #gallery .carousel-inner {
	height: 60vh;
}

.single-project #gallery .carousel-item {
	background: rgba(255, 255, 255, 0.25);
	height: 100%;
}

.single-project #gallery .carousel-item img {
	height: 100%;
	object-fit: contain;
	max-width: 90%;
	max-height: 600px;
	margin: 0 auto;
	display: block;
}

.single-project #gallery .carousel-control-next, .single-project #gallery .carousel-control-prev {
	width: 5%;
}

.single-project #gallery .carousel-indicators {
	margin: 0;
	background: rgba(255, 255, 255, 0.25);
	height: 125px;
	margin-bottom: -125px;
}

.single-project #gallery .carousel-indicators button {
	width: 100px !important;
}

.single-project #gallery .carousel-indicators button img {
	border: white solid 3px;
}

@media screen and (max-width: 1000px) {
	.single-project #gallery .carousel-indicators {
		display: none;
	}
}

.single-project #similar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-project #similar .row {
	justify-content: center;
}

.single-project #similar .content-row {
	display: block;
}

.single-project #similar img {
	height: 150px;
	max-width: 80%;
	margin: 0 auto;
}

.single-project #similar a {
	color: white;
}

.single-project #similar h3 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	min-height: 112px;
	padding: 2rem 0;
}

@media screen and (max-width: 600px) {
	.single-project #similar h3 {
		font-size: 25px;
	}
}

.single-project .mobile {
	padding: 0 2rem;
}

@media screen and (min-width: 1200px) {
	.single-project .mobile {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.single-project #title {
		position: relative;
		top: 150px;
		width: 100%;
	}
	.single-project #title .section-title {
		position: relative;
		left: 0;
		padding: 0;
	}
	.single-project .previous, .single-project .next {
		bottom: unset;
		top: 150px;
	}
	.single-project .previous.desktop, .single-project .next.desktop {
		display: none;
	}
	.single-project .previous.mob, .single-project .next.mob {
		display: block;
	}
	.single-project #back {
		padding-bottom: 10rem;
		text-align: center;
	}
	.single-project .website, .single-project .availabilities {
		text-align: center;
	}
	.single-project .acf-map {
		height: 350px;
	}
	.single-project .intro .section-content .intro-text {
		max-width: 100%;
	}
	.single-project #similar .section-title {
		position: relative;
		padding-top: 4rem;
	}
	.single-project .desktop {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.single-project .intro .section-content .content {
		column-count: 1;
	}
	.single-project #similar .column:nth-child(2) {
		border-right: solid 1px rgba(255, 255, 255, 0.3);
	}
}

@media screen and (max-width: 600px) {
	.single-project .previous, .single-project .next {
		top: 120px;
	}
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

#video, #photoBG {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	padding: 0;
	background: black;
}

#video #videoBG, #video img, #photoBG #videoBG, #photoBG img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	opacity: 1;
}

#video .bg-color, #photoBG .bg-color {
	width: 100%;
	height: 100vh;
	background: #4d4e56;
}

#video.bg, #photoBG.bg {
	transition: ease-in 0.5s;
}

#video.bg::after, #photoBG.bg::after {
	content: '';
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	transition: ease-in 0.5s;
}

#video.grey_bg::after, #photoBG.grey_bg::after {
	content: none;
}

#video {
	position: absolute;
}

/* 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-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	color: #48a9df;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

.sr-only {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.skip-link {
	color: white;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
