	/*
Theme Name: Urban Homes
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Urban's customised theme, based off TwentySeventeen.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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 with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	-moz-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.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;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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


address {
	font-style: normal;
}

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: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "�?" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

form a[href^="tel:"] {
   white-space: nowrap; 
}

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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 {
	border: 1px solid #A7A9AC;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 57px;
	max-width: 100%;
	color: #A7A9AC;
	opacity: 1;
	padding-left: 20px;
	padding-right: 30px;
	font-family: 'oxygenlight';
	font-size: 14px !important;
	letter-spacing: 1.4px;
	min-width: 260px;
}

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: #222;
	border-color: #333;
}

select {
	border: 1px solid #A7A9AC;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 57px;
	max-width: 100%;
	text-transform: uppercase;
	color: #A7A9AC;
	opacity: 1;
	padding-left: 20px;
	padding-right: 30px;
	font-family: 'oxygenlight';
	font-size: 14px !important;
	letter-spacing: 1.4px;
}
select, select option {
	font-size: 14px;
	letter-spacing: 1.4px;
	font-family: 'oxygenlight';
	text-transform: uppercase;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #8f9093;
	border: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	margin-top: 10px;
	padding: 18px 26px 16px 20px;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	text-transform: uppercase;
	font-family: 'oxygenbold';
	letter-spacing: 0.5px;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #1a3b68;
	background-color: #fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999999;
	font-family: 'oxygenlight';
}

:-moz-placeholder {
	color: #999999;
	font-family: 'oxygenlight';
}

::-moz-placeholder {
	color: #999999;
	font-family: 'oxygenlight';
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #999999;
	font-family: 'oxygenlight';
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em 1em;
	padding: 0;
}

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

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

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

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #003767;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}



/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {

	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {

	text-decoration: none;

}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {

}

/* Fixes linked images */
.entry-content a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}
	
/* Hide the mobile only content all the time ... then this gets overridden below 991.
 * It is here in this file instead of the responsive stylesheet because Elementor messes up if this is only put in the responsive stylesheet. */
.main-navigation li.mobileonly{
		display:none;
	}
@media (max-width: 991px) {
	.main-navigation li.mobileonly{
		display:block;
	}
}


/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
	margin-right: 1px; 
}
.main-navigation li:last-of-type
{
	margin-right: 0px; 
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a
{
	color: #919195;
	outline: none;
}
.main-navigation a:focus
{	
	outline: none;
}

.main-navigation .locations-navigation,
.main-navigation .menu-header-top-menu-container {
	display: none;
}

.mobile, .tablet {
	display: none;
}
.desktop {
	display: block;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #003767;
}

.dropdown-toggle:focus {
	
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	background-color: #fafafa;
	position: relative;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	padding: 2.5em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */
.comments-pagination,
.post-navigation {
	clear: both;
}

.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-next,
.post-navigation .nav-next {
	margin-top: 0 !important;
}


.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.search .content-area {
	width: 100% !important;	
}

.search .about-urbansec {
	padding-top: 0px;
	padding-bottom: 0px;
}

.search .about-urbansec .excerpt-content {
	overflow: hidden;
    height: 132px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.page-header.container {
	padding-left: 0;
}



.search-no-results .content-area {
	padding-bottom: 50px;
}


a.next.page-numbers:after {content: "\2192";}
a.prev.page-numbers:after {content: "\2190";}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.more-link {
	border: 0;
    color: #003767;
    font-weight: bold;
    text-transform: none;
    padding: 0;
    letter-spacing: 0;
    font-family: 'oxygenbold';
    min-width: auto;
    text-align: left;	
}

.more-link:hover {
    color: #919195;
}

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* To Top Button */
#to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    padding: 15px;
    background: #00bfff;
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    z-index: 99;
    max-height: 46px;
    transition: opacity .4s ease;
    background-color: rgba(0,0,0,.2);
    display: none;
}

#to-top .fa-arrow-up {
	display:block;
	margin-top: 0px;
}

#to-top:hover {
	background-color: rgba(0,0,0,.5);
}

#to-top:hover:after {
    content: 'Back to Top';
    color: #afafaf;
    position: absolute;
    right: 0;
    top: -30px;
    width: 103px;
    text-align: right;
    font-size: 15px;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
	display:none;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
	display:none;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

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

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1em;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

.search-no-results h1 {
	margin-bottom: 0;
}

.search-no-results .search-field {
	min-width: 40%;
}

.search-no-results .search-submit {
	position:relative;
	color: #010305;
}
.search-no-results .search-submit:after {
	content: 'SEARCH';
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

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

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.page-numbers .icon { display:none; }

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 32px;
		font-size: 2rem;
	}

	h4 {
		font-size: 22px;
		font-size: 1.38rem;
	}

	h5 {
		font-size: 18px;
		font-size: 1.25rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

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

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */
	.introduction-container {
		padding: 100px 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    align-items: center;

	}
	.introduction-container .introduction {
		width: 100%;
	}
	.introduction .introduction-left {
		float: left;
		width: 35%;
		padding-right: 75px;
	}
	.introduction .introduction-right {
		float: right;
		width: 65%;
		border-left: 1px solid #d6d6d5; 
		padding-left: 75px;
	}

	.wrap {
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
	}

	.has-sidebar:not(.error404) #primary {
		float: right;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: left;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}
	
	/* Header Top Menu */
	.top-link
	{
		background-color: #CCCCCE;
		text-align: right;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.top-linkul ul
	{
		margin-bottom: 0px;
	}
	.top-linkul > ul > li
	{
		list-style: none;
		display: inline-block;
		vertical-align: middle;
		margin-left: 43px;
		position: relative;
	}
	.top-linkul ul > li > a
	{
		color: #ffffff;
		font-size: 14px;
		text-transform: uppercase;
	}
	.top-linkul > ul > li:last-child > a, 
	.top-linkul > ul > li:nth-last-child(2) > a{
		font-weight: bold;
		color: #919195;;
	}
	.top-linkul > ul > li > a:hover,
	.top-linkul > ul > li.current_page_item > a,
	.top-linkul > ul > li.current-menu-item > a,
	.top-linkul > ul > li.current_page_item > a,
	.top-linkul > ul > li.current-menu-item > a
	{
		color: #01030591;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li,
	.top-linkul li li {
		display: block;
	}

	.main-navigation a {
		padding: 1em 1.25em;
	}

	.main-navigation ul ul,
	.top-linkul ul ul {
		box-shadow: 0px 8px 6px #00000029;
		border: 1px solid #D6D6D5;
		left: -999em;
		padding: 17px 17px;
		position: absolute;
		top: 100%;
		z-index: 4;
		width: 300px;
		background: #fff;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		left: 20px;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: none;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

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

	.main-navigation ul ul a {
		padding: 0px 15px;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out; 
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: transparent;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a,
	.main-navigation li li.current-menu-item a,
	.main-navigation li li.current_page_item a,
	.main-navigation li li.current-menu-item a,
	.top-linkul li li.focus > a,
	.top-linkul li li:focus > a,
	.top-linkul li li:hover > a,
	.top-linkul li li a:hover,
	.top-linkul li li a:focus,
	.top-linkul li li.current_page_item a,
	.top-linkul li li.current-menu-item a,
	.top-linkul li li.current_page_item a,
	.top-linkul li li.current-menu-item a
	 {
		color: #919195;
	}
	
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}
	
	.top-linkul ul li:hover > ul,
	.top-linkul ul li:focus > ul {
		left: -1.7em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

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

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		padding: 5.5em 0 0;
	}

	.single-post .entry-title,
	body:not(.search-results) .page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}


	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 0em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 3.25em;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 3em;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		float: left;
		padding: 0.7em 0 0;
		width: 58%;
	}

	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

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

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}



/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 8, 2017 */


@font-face {
    font-family: 'oxygenregular';
    src: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-regular-webfont.eot');
    src: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-regular-webfont.woff2') format('woff2'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-regular-webfont.woff') format('woff'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-regular-webfont.ttf') format('truetype'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-regular-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oxygenbold';
    src: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-bold-webfont.eot');
    src: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-bold-webfont.woff2') format('woff2'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-bold-webfont.woff') format('woff'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-bold-webfont.ttf') format('truetype'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oxygenlight';
    src: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-light-webfont.eot');
    src: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-light-webfont.woff2') format('woff2'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-light-webfont.woff') format('woff'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-light-webfont.ttf') format('truetype'),
         url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/fonts/oxygen-light-webfont.svg#oxygenlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* custom css */
html{overflow-x:hidden;}
body,
p
{
	font-size: 18px;
	color: #010305;
	line-height: 33px;
	font-family: 'oxygenlight';
	font-weight: 400;

}
.container
{
	position:relative;
	max-width: 1390px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.site-main {
	margin-top: 20px;
}

.elementor-section {
	margin: -5px 0;
}

.page-header {
	padding-top: 50px;
}

/* elementor override alignment fix */
.elementor-section.elementor-columns-alignment-fix-enabled > .elementor-column-gap-default > .elementor-row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/*
.elementor-section.elementor-section-stretched > .elementor-column-gap-default > .elementor-row {
	width: 100% !important;
   	margin-left: 10px !important;
   	margin-right: 10px !important;
}
*/
.display-flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.flex-items
{
	padding-left: 10px;
	padding-right: 10px;
}

.text-imgsec {
	width:100%;	
}

p
{
	margin-bottom: 34px;
}
h1, h2, h3, h4, h5, h6
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
h1, h2, 
.elementor-widget-heading h1.elementor-heading-title, 
.elementor-widget-heading h2.elementor-heading-title
{
	font-size: 36px;
	line-height: 58px;
	letter-spacing: 0px;
	position: relative;
	padding-bottom: 16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #010305; 
	font-family: 'oxygenlight' !important;
	font-weight: 400;
}
.elementor-widget.regular h2 {
	font-family: 'oxygenregular' !important;		
}
h6 {
	color: #A7A9AC;
	font-size: 16px;
	line-height: 58px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

#header .container:last-of-type
{
	position: relative;
}

.inner-header
{
	padding-top: 6px;
	padding-bottom: 10px;
}
a.logo{width: 166px;height: 75px;display: inline-block;vertical-align: middle;padding-top:3px;margin-left:-3px;}

.header-nav
{
	/*width: 57.4%;*/
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.main-navigation a
{
	font-size: 13px;
	padding: 6px 17px 3px 17px;
	font-weight: 400;
	font-family: 'oxygenlight';
	color: #010305;
	text-transform: uppercase;
}
.main-navigation .enumenu_ul .menu-main-menu-container > li:last-of-type > a
{
	padding: 3px 0px 3px 17px;
}
.main-navigation li li a,
.top-linkul li li a
{
	line-height: 1.2;
	font-size: 13px;
	padding: 8px 17px;
	font-weight: 400;
	font-family: 'oxygenlight';
	color: #010305;
	text-transform: uppercase;
	display: block;
	text-align: left;
}
a.search-icon,
.header-nav
{
	padding-top: 28px;
}
a.search-icon
{
	float: right;
	margin-right: -63px;
}
a.search-icon img {
	width: 23px;
	height: 23px;
	margin-top: 8px;
}
a.search-icon:hover img {
 	-webkit-filter: hue-rotate(90deg) brightness(10%) grayscale(10%);
    filter: hue-rotate(90deg) brightness(10%) grayscale(10%);
}          
          
.bg-set
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-innr
{
	overflow:  hidden;
	clear: both;
	width: 100vw;
	position: relative;
}
#hero-banner.deep figure.bg-set {
	padding-bottom: 40.2%;
	width: 100vw;
	min-height: 300px;
}
#hero-banner.shallow .item {
	padding-left: 25vw;
}
#hero-banner.shallow figure.bg-set {
	/*padding-bottom: 24.7%;
	width: 100vw;*/
	width: 75vw;
	padding-bottom: 33%;
	min-height: 50vh;
}
.hero-innr .banner-caption-left {
	position:absolute;
	top: 0;
	left:0;
	z-index: 2;
	background: linear-gradient(90deg, rgba(71,76,80,1) 50%, rgba(71,76,80,0.8) 80%, rgba(255,255,255,0) 100%);
	color: #fff;
	height: 100%;
	display:table-cell;
    vertical-align:middle;
}
.hero-innr .banner-caption-left .caption-container {
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	width: 50vw;
}
.hero-innr .banner-caption-left .caption-container h2,
.hero-innr .banner-caption-left .caption-container h1 {
	max-width: 70%;
	min-width: 545px;
}	
.hero-innr .caption-container .btn {
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.hero-innr figcaption
{
	position: absolute;
	top: 50%;
	z-index: 99;
	left: 8%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.hero-innr h4
{
	color: #003767;
	font-size: 44px;
	font-family: 'oxygenbold';
	margin-bottom: 0px;
	text-shadow: 1px 1px 6px white;

}
.hero-innr .banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #010305 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.5;	
}
#hero-banner-video {
	position: relative;
}
#hero-banner-video video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.vimeo-container {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}

.vimeo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero-section .banner-video.mobile,
.hero-section .banner-caption.mobile {
	display: none;
}
#scroll-intro{
	width: 50px;
	height: 50px;
	background: url( assets/images/chevron-arrow-circle-down-thin-white.png ) no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: -69px;
	display: block;
	position: relative;
	z-index: 1;
	background-size: 50px;
	opacity: 0.6;
}
#scroll-intro:hover {
	opacity: 1;	
}	
#hero-banner-video .banner-caption {
	z-index: 2;
	posiiton:relative;
}
#hero-banner-video .banner-caption .caption-container {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 60%;
	
}
.hero-innr h2,
.hero-innr h1 {
	font-size: 60px;
	color: #fff;
	font-family: 'oxygenregular' !important;
	padding-bottom: 32px;
	line-height: 72px;
}
#hero-banner-video .banner-caption h2:after {
	display: none;
} 
#hero-banner-video .banner-caption .btn {
	border: 1px solid #fff;
	color: #fff !important;
}
#hero-banner-video .banner-caption .btn:hover {
	background-color: rgba(0, 55, 103, 0.56);
	border: 0;
}	
#hero-banner .owl-nav .owl-prev,
#hero-banner .owl-nav .owl-next
{
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	font-size: 0px;
	width: 23px;
	height: 34px;
	position: absolute;
	top: 50%;
	left: 74px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#hero-banner .owl-nav .owl-next
{
	left: auto;
	right: 74px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	   -moz-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	     -o-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}
figure
{
	margin: 0px;
}
#hero-banner figure
{	
	position: relative;
}
/*#hero-banner figure:before
{
	content: '';
	background-color: rgba(255,255,255,0.4);
	top: 0;
	left: 0;
	width: 29%;
	height: 100%;
	position: absolute;
}
#hero-banner figure:after
{
    content: '';
    top: 0;
    left: 29%;
    width: 0;
    height: 100%;
    position: absolute;
    border-bottom: 850px solid rgba(255,255,255,0.4);
    border-right: 540px solid transparent;
}*/
#hero-banner iframe
{
	width: 100%;
}

.urban-pattern {
	background-image: url('/2020/wp-content/themes/urban-homes/assets/images/Urban-Pattern_for-web.png');
	background-repeat: repeat-x;
	height: 59px;
	margin-top: 5px;
}
.urban-pattern-top {
	background-image: url('/2020/wp-content/themes/urban-homes/assets/images/Urban-Pattern_for-web.png');
	background-repeat: repeat-x;
}
.hero-section .urban-pattern {
	margin-top: 0;	
}

.home-cont
{
	padding-top: 61px;
	padding-bottom: 61px;
}
.home-cont.mobile-cta {
	display:none;
}
.home-cont h1
{
	margin-bottom: 22px;
}
.home-contimg
{
	width: 38%;
	padding-left: 10px;
	padding-right: 23px;
}
.home-continnr
{
	width: 60%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -4px;
}
.home-contimg .bg-set
{
	padding-bottom: 104%;
	background-position: right;
}

.get-in-touch
{
	position: relative;
	padding-top: 64px;
	padding-bottom: 55px;
}
.get-in-touch:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/gradiant-map.png');
	background-size:cover;
}
.get-innr
{
	position: relative;
	z-index: 9;
}
.get-innr > h3
{
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	font-size: 27px;
	color: #fff;
	font-family: 'oxygenbold';
	font-weight: bold;
	margin-bottom: 0px;
	-webkit-transform: translateY(-2px);
	   -moz-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	     -o-transform: translateY(-2px);
	        transform: translateY(-2px);
}
.get-innr > .btn
{
	float: right;
	-webkit-transform: translateY(-7px);
	   -moz-transform: translateY(-7px);
	    -ms-transform: translateY(-7px);
	     -o-transform: translateY(-7px);
	        transform: translateY(-7px);
}
.btn,
.elementor-widget-button .elementor-button,
.elementor-button-wrapper.urban-default .elementor-button,
.elementor-button-wrapper.urban-dark .elementor-button,
button, input[type="button"], input[type="submit"],
.pp-gravity-form .gform_footer input[type="submit"]
{
	min-width: 216px;
	border: 1px solid #003767;
	border-radius: 0;
	background: transparent;
	padding: 17px 14px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #010305;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 1.4px;
	-webkit-transition: all .40s linear;
    -moz-transition: all .40s linear;
    -ms-transition: all .40s linear;
     -o-transition: all .40s linear;
     transition: all .40s linear; 
     font-family: 'oxygenregular';
     text-align: center;
}
.btn:hover,
.elementor-widget-button .elementor-button:hover,
input[type="button"]:hover, input[type="submit"]:hover 
{
	background-color: #E9EEF3 !important;
	border: 1px solid #E9EEF3;
	color: #010305 !important;
}

.elementor-button-wrapper.urban-white .elementor-button
{
	border: 1px solid #fff;
	color: #fff;
}
.urban-white .gform_footer input[type="submit"]:hover,
.gform_footer input[type="submit"],
.pp-gravity-form .gform_footer input[type="submit"]
{
	border: 1px solid #88A3BA !important;
	background: #88A3BA !important;
	color: #fff;
	float: right;
	margin: 20px 15px 0 0 !important;
}	

.urban-white .gform_footer input[type="submit"],
.pp-gravity-form .gform_footer input[type="submit"]:hover,
.gform_footer input[type="submit"]:hover {
	border: 1px solid #fff !important;
	background: transparent !important;
	color: #fff !important;
}
.elementor-button-wrapper.urban-white .elementor-button:hover {
	border: 1px solid #88A3BA;
	background: #88A3BA;
	color: #010305;
}
.elementor-button-wrapper.urban-dark .elementor-button:hover,
.btn.urban-dark:hover {
	background-color: rgba(0, 55, 103, 0.56);
    border: 1px solid #6988a2;
    color: #fff;
}

.location-link,
.elementor-button-wrapper.urban-text .elementor-button
{
	border: 0;
	color: #003767 !important;
	font-size: 27px;
	line-height: 44px;
	text-transform: none;
	padding: 0;
	letter-spacing: 0;
	font-family: 'oxygenbold';
	min-width: auto;
	text-align: left;
}

.location-link:hover,
.elementor-button-wrapper.urban-text .elementor-button:hover {
	background: transparent !important;
	color: #919195 !important;
}

/* elementor image gallery pro */
.elementor-element.gallery .elementor-button,
.elementor-element.gallery .elementor-gallery-item {
	display:none;	
}

.elementor-element.gallery .elementor-gallery-item:nth-of-type(1),
.elementor-element.gallery .elementor-gallery-item:nth-of-type(2),
.elementor-element.gallery .elementor-gallery-item:nth-of-type(3),
.elementor-element.gallery .elementor-gallery-item:nth-of-type(4),
.elementor-element.gallery .elementor-gallery-item:nth-of-type(5),
.elementor-element.gallery .elementor-gallery-item:nth-of-type(6) {
	display: block;
} 

/* elementor advanced accordion */
.elementor-element .pp-advanced-accordion .pp-accordion-title-icon {margin: auto;}
.elementor-element .pp-advanced-accordion .pp-accordion-toggle-icon {color: #919195 !important;}


/* elementor show homes section */
.elementor-element.show-homes .elementor-image-box-content {
	opacity: 0.6;
}
.elementor-element.show-homes .elementor-image-box-title {
	margin-bottom: 0;
	letter-spacing: 0.97px;
	font-size: 18px;
	line-height: 30px;
}
.elementor-element.show-homes .elementor-image-box-img img {
	width: 100%;
}


/* elementor inspiration & show homes sections */
.elementor-element.inspiration .elementor-section-full_width,
.elementor-element.show-homes .elementor-section-full_width {
	width: calc(100% + 40px);
	margin-right: -20px;
	margin-left: -20px;
}

.elementor-element.inspiration .eihe-box .eihe-caption{
    opacity: 1;
    transform: none;
}

.elementor-element.inspiration .eihe-box .eihe-caption .eihe-title-cover .eihe-title {
	font-weight: 400;
	font-size: 26px !important;
	letter-spacing: 5.2px;	
} 

/* elementor case study section */
.elementor-element.case-study .elementor-row .elementor-col-50:last-of-type {
	width: calc(100vw / 2 );
    margin-right: calc(-100vw / 2 );
}

.elementor-element.case-study-background {
	-o-background-size:50% auto;
	-webkit-background-size:50% auto;
	-moz-background-size:50% auto;
	background-size:50% auto;
} 

/* elementor locations section */
.elementor-element.locations a,
.elementor-element.locations .elementor-text-editor
{
	color: #87a1b8;	
}
.elementor-element.locations li {
		font-size: 30px;
	line-height: 81px; 
	font-family: 'oxygenlight';
}

.elementor-element.locations a:hover {
	color: #fff;
}	

/* elementor vacancies section */
.elementor-element.vacancies {
	background-color: #F0F0F0;
	text-align: center;
	padding-top:10px;
}

.elementor-element.vacancies .elementor-inner-column .elementor-element-populated {
	margin: 0px 10px 20px 10px !important;
}

.elementor-element.vacancies .elementor-inner-column .elementor-element-populated > .elementor-widget-wrap {
	background: #fff;
}

.elementor-element.vacancies .elementor-element > .elementor-widget-container {
	margin: 0 !important;
}

.elementor-element.vacancies .elementor-widget-heading .elementor-heading-title {
	min-height: 45px;	
}

.elementor-element.vacancies .elementor-divider {
	padding-top: 0;
}

.elementor-element.vacancies .elementor-element > .elementor-widget-container > .elementor-text-editor {
	min-height: 110px;
}	

.elementor-element.vacancies .elementor-section-boxed {
	background-color: transparent !important;
	padding: 0 !important;
	display: contents;
}	

.elementor-element.vacancies .elementor-section-boxed > .elementor-container {
	padding: 5% !important;
}	

.elementor-element.vacancies section.elementor-section-full_width > .elementor-container > .elementor-element {
    margin: 10px 10px 20px 10px;
    background-color: #fff;	
}

.elementor-element.vacancies .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

.elementor-element.vacancies .elementor-divider span {
	display: none !important;
}

.elementor-element.vacancies .elementor-divider {
	border-bottom: 0.5px solid #d6d6d5;
	padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.elementor-element.vacancies .elementor-widget-spacer {
	height: 80px;
}

/* elementor video */
.elementor-widget-video .elementor-widget-container {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 12px 24px #00000029;
	border-radius: 30px;
	opacity: 1;		
	padding: 30px;
}

/* elementor image */
.elementor-widget-image .urban-box-left {
	width: calc(100vw / 2 );
    margin-right: calc(-100vw / 2 );	
}
.elementor-widget-image .urban-box-left.elementor-image img {
	display:block;
}
.elementor-widget-image .urban-box-left:before {
    content: '';
    background: #D6D6D5 0% 0% no-repeat padding-box;
	opacity: 0.52;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 60%;
    height: 60%;
    max-width: 349px; 
    max-height: 346px;
    z-index: -1;
}

.elementor-widget-image .urban-box-both {
	box-shadow: -6px -6px 6px #00000029;
}

.elementor-widget-image .urban-box-both:before {
	content: '';
    background: #88A3BA 0% 0% no-repeat padding-box;
	opacity: 0.52;
    position: absolute;
    top: -50px;
    left: -50px;
    width: 60%;
    height: 60%;
    max-width: 349px; 
    max-height: 346px;
    z-index: -1;
}

.elementor-widget-image .urban-box-both:after {
	content: '';
	background: #D6D6D5 0% 0% no-repeat padding-box;
	opacity: 1;
    position: absolute;
    bottom: -30px;
    right: -34px;
    width: 50%;
    height: 20%;
    max-width: 377px; 
    max-height: 100px;
    z-index: -1;
}	

/* elmentor image zoom on hover */
.elementor-image-box-img,
.elementor-widget-e_image_hover_effects {
	overflow: hidden;	
}
.elementor-widget-e_image_hover_effects a,
.elementor-image-box-img a {
	display: block;
	overflow: hidden;	
}

.elementor-image-box-img a img
.elementor-widget-e_image_hover_effects a img {
	transition: transform .5s ease;
}	

.elementor-image-box-img a:hover img,
.elementor-widget-e_image_hover_effects a:hover img {
	transform: scale(1.2);	
} 

/* elementor blockquote speech bubble */
.elementor-element.testimonial .elementor-widget-blockquote .elementor-blockquote {
	position: relative;
	max-width: 600px;
}
.elementor-element.testimonial .elementor-widget-blockquote .elementor-blockquote:before {
	content: "";
    position: absolute;
    top: 15%;
    left: -60px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 60px solid #88A3BA;
    border-left: 60px solid transparent;
}    

/* change button hover color when inside popup slidein */
.popmake .btn:hover {
background-color: #717171;
}
.floor-plans
{
	padding-top: 59px;
	padding-bottom: 34px;
}
.floor-box > a
{
	display: block;
}
.floor-box .figcaption > a
{
	display: inline-block;
}
.floor-box figcaption > a:hover h2
{
	color: #003767;
}
.floor-box figcaption > a:hover h2:after
{
	background-color: #003767;
}
.floor-box .floor-img
{
	padding-bottom: 68%;
	position: relative;
}
.floor-box .floor-img:hover:before
{
	opacity: 1;
}
.floor-box .floor-img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/trans-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
}
.floor-box .floor-img:hover .floor-img-icons
{
	opacity: 1;
}
.floor-img-icons
{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
	padding-top: 15px;
}
.floor-img-icons h4
{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;	
	letter-spacing: 1px;
	margin-bottom: 7px;
}
.floor-img-icons .fa
{
	color: #fff;
	font-size: 18px;
}
.floor-plans
{
	overflow: hidden;
}
.floor-plans .display-flex
{
	margin-left: -15px;
	margin-right: -15px;
}
.floor-plans .flex-item
{
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
}
.floor-box .floor-img
{
	margin-bottom: 20px;
}
.floor-box h2
{
	margin-bottom: 25px;
}
.floor-box p
{
	font-size: 15px;	
	line-height: 1.8;
}

.testimonial-sec
{
	background-color: #e4e5e7;
	padding-top: 81px;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.test-cnt h3
{
	position: relative;
	margin-bottom: 0px;
	color: #003767;
	font-size: 26px;
	font-family: 'oxygenregular';
	line-height: 1.4;
	letter-spacing: -0.5px;
}
.test-cnt h3:before
{
	content: '';
	background-image: url('/2020/wp-content/themes/urban-homes/assets/images/quet-marks.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 46px;
	width: 51px;
	position: absolute;
	top: -10px;
	left: -28px;
	z-index: 1;
}
.test-cnt h3 > blockquote 
{
	position: relative;
	z-index: 9;
	margin: 0px;
}
.test-cnt h3 > strong
{
	font-family: 'oxygenbold';
}
.test-cnt h3 small
{
	margin-top: 9px;
	display: block;
	font-size: 100%; 
}
.test-cnt .btn {
	margin-top: 30px;
}
.test-cnt .btn:hover {
	background-color: #8f9093;
}
.testimonial-sec .display-flex
{
	align-items: center;
}
.testimonial-sec .test-cnt
{
	width: 40%;
	padding-left: 31px;
	padding-right: 10px;
}
.testimonial-sec .test-video
{
	width: 60%;
	line-height: 0px;
	padding-right: 10px;
}
.testimonial-sec .test-video iframe
{
	border: 0px;
	width: 100%;
	height: 319px;
	margin-bottom: 0px;
}
.download-secinnr figure > img
{
	width: 152px;
	height: 152px;
}
.download-secinnr figcaption
{
	width: 80%;
	padding-top: 20px;
	padding-left: 35px;
}
.download-secinnr h3
{
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 0px;
	font-family: 'oxygenbold';
	text-align: left;
	margin-bottom: 36px;
}
.download-secinnr .btn-set
{
	text-align: left;
}

.download-secinnr .btn > strong,
.download-secinnr .btn > img
{
	display: inline-block;
	vertical-align: middle;
}
.download-secinnr .btn > img
{
	width: 28px;
	margin-left: 18px;
	-webkit-transform: translateY(-3px);
	   -moz-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	     -o-transform: translateY(-3px);
	        transform: translateY(-3px);
}
.download-secinnr
{
	position: relative;
	z-index: 99;
}
.download-sec
{
	position: relative;
	padding-top: 66px;
	padding-bottom: 59px;
	margin-bottom: -5px;
}
.download-sec:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
}
.insta-feeds
{
	margin-top: 31px;
	margin-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}

.insta-feeds .display-flex
{
	margin-left: -15px;
	margin-right: -15px;
}
.insta-feeds .flex-item
{
	width: 16.66%;
	padding-left: 15px;
	padding-right: 15px;
}

.insta-feeds .flex-item a
{
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 100%;
	position: relative;

}
.insta-feeds .flex-item a:hover:before,
.insta-feeds .flex-item a:hover .insta-hover
{
	opacity: 1;
}
.insta-feeds .flex-item a:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26,58,103,0.7);
	z-index: 9;
	opacity: 0;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
}
.insta-feeds .bannerImage
{
	display: none;
}
#footer
{
	overflow: hidden; 
}
.insta-title
{
	position: absolute;
	top: 50%;
	left: 9.5%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #fff;
	padding: 26px 53px;
	font-size: 24px;
	color: #003767;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0px;
	font-family: 'oxygenbold';
}
.insta-hover
{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
    -webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
}
.insta-hover h5
{
	font-family: 'oxygenregular';
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 100;		
	margin-bottom: 7px;
	line-height: 1.1;
}
.insta-hover .fa
{
	color: #fff;
}
.insta-tag
{
	background-color: #003767;
	text-align: center;
	padding: 8px; 
}
.insta-tag h3
{
	font-size: 22px;
	color: #fff;
	margin-bottom: 0px;
	line-height: 1.1;
}
.footer-main
{
	background-color: #f0f0f0;
	padding-top: 84px;
	color: #010305;
}
.footer-main a
{
	color: #010305;
	text-decoration: none;
	font-size: 16px;
}

.footer-main > .container > .display-flex >  .flex-item:nth-child(3n+1)
{
	width: 25%;
}
.footer-main > .container > .display-flex > .flex-item:nth-child(3n+2)
{
	width: 45%;
}
.footer-main .footer-7 {
	width: 60%;
	float: right;
	margin-top: 6px;
}
.footer-main .footer-7.tablet-mobile {
	display: none;
} 
.footer-main > .container > .display-flex > .flex-item:nth-child(3n+3)
{	
	width: 30%;
	padding-top: 67px;
}
.footer-main > .container > .display-flex > .flex-item:nth-child(3n+3) p{
	margin-bottom: 12px;
	font-size: 16px;
}
.footer-main .footer-logo-addd {
		width: 40%;
		float: left;
}
.footer-logo
{
	display: inline-block;
	margin-bottom: 60px;
	max-width: 280px;
}
.widget ul li, .widget ol li,
.footer-main ul
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	font-size: 16px;
}

.footer-logo-addd ul > li > img
{
	display: inline-block;
	vertical-align: top;
}
.footer-main address {
	margin-bottom: 7px;
	font-family: 'oxygenlight';
}
.footer-main > .container > .display-flex >  .flex-item:nth-child(3n+1)
 {
	line-height: 2;
}
.footer-logo-addd ul > li > strong
{
	position: relative;
	display: block;
}
.footer-logo-addd ul > li > strong > a
{
	color: #010305;
	margin-left: 7px;
	display: inline-block;
}
.footer-logo-addd ul > li > strong > a:hover
{
	color: #8f9093;
}
.footer-main .flex-item:nth-child(3n+2) .flex-item
{
	width: 33.33%;
	margin-top: 30px;
	border-right: 1px dashed #003767;
}
.footer-main .flex-item:nth-child(3n+2) .flex-item:last-child{
	border-right: 0;
}
.footer-main .flex-item:nth-child(3n+2) .flex-item ul {
	padding: 0 20px;
}
.footer-main .widget
{
	padding-bottom: 0px;
}
.footer-main .widget ul li
{
	margin-bottom: 21px;
}
.footer-main .widget ul li:last-of-type {
	margin-bottom: 0;
}
.footer-main .widget ul li a
{
	font-size: 13px;
	color: #010305;
	line-height: 1.1;
	display: block;
	font-family: 'oxygenregular';
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}
.footer-main .widget ul li a:hover
{
	color: #8f9093;
}
.footer-main .flex-item h4
{
	font-size: 20px;
	color: #010305;
	font-family: 'oxygenbold';
	line-height: 1.2;
	letter-spacing: 0px; 
	margin-bottom: 17px;
	padding-left: 20px
}
.footer-main form p
{
	margin-bottom: 10px;
}
.footer-main .flex-item .display-flex
{
	margin-left: 0px;
	margin-right: 0px; 
}
.footer-main ul.social-icons
{
	margin-top: 20px;
}
.social-icons > li
{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	width: 36px;
}
.social-icons > li:last-of-type
{
	margin-right: 0px;
}
.social-icons > li > a
{
	display: block;
	width: 36px;
	height: 36px;
	background-color: #003767;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 26px;
	line-height: 42px;
}

.social-icons > li > a:hover
{
	color: #fff;
}

.social-icons > li > a.facebook {
	
}

.social-icons > li > a.instagram {
	background-color: #f0f0f0;
	color: #003767;
	font-size: 41px;
    border-radius: 0;
    line-height: 52px;
    position: absolute;
    top: -6px;
}

.social-icons > li > a.instagram:hover {
	color: #193b6b;	
} 

.social-icons > li > a.linkedin {
	border-radius: 0;
}

.footer-main .supporting {
	text-align: center;
	border-top: 1px solid #284c7e;
}

.footer-main .supporting .container div {
	padding:20px 0 12px 0;
	max-width: 320px;
	position: relative;
	margin: auto;
}	

.footer-main .supporting p {
	display: block;
	float: left;
	margin-top: 60px;
	margin-right: 20px;			
}	

.footer-main .footer-bottom {
	padding-top: 24px;
	border-top: 1px dashed #003767;
	margin-top: 62px;
	margin-bottom: 130px;
}
.footer-main .footer-bottom .widget ul li a {
	color: #919195;
}

.footer-main .footer-bottom .widget ul li a:hover {
	color: #010305;
}
.footer-main .footer-bottom .widget ul li {
	display: inline-block;
	width: calc(100% / 6);
}
.copyright
{
	background-color: #003767;
	padding-top: 16px;
	padding-bottom: 14px;
	text-align: center;
}
.copyright  p
{
	font-size: 13px;
	color: #fff;
	font-family: 'oxygenregular'; 
	line-height: 1.2;
	letter-spacing: 0px;
	margin-bottom: 0px;
}
.copyright p > a
{
	color: #fff;
	font-size: 13px;
}

.copyright p > a:hover
{
	color: #999;
}

/* cutome responsive menu css */


.js .menu-toggle
{
	display: none;
}
.menu-icon
{
	display: none;
}
.menu-box 
{ 
	width: 23px;
	height: auto;
	cursor: pointer;
} 
.menu-box > span
{
	display: block;
	height: 2px;
	width: 100%;
	background-color: #919195;
	margin-bottom: 4px;
}

.menu-box > span:last-of-type
{
	margin-bottom: 0px;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(43deg) translateY(6px) translateX(5px);
    -webkit-transform: rotate(43deg) translateY(6px) translateX(5px);
    -ms-transform: rotate(43deg) translateY(6px) translateX(5px);
    -moz-transform: rotate(43deg) translateY(6px) translateX(5px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-4px) translateX(2px);
    -webkit-transform: rotate(-45deg) translateY(-4px) translateX(2px);
    -ms-transform: rotate(-45deg) translateY(-4px) translateX(2px);
    -moz-transform: rotate(-45deg) translateY(-4px) translateX(2px);
}


.error-404
{
	padding-top: 50px;
	padding-bottom: 50px;
}
.error-404 .search-form .search-submit
{
	position: static;
}
.error-404 .search-form .search-submit svg
{
	display: none;
}
.error-404 .screen-reader-text
{
	width: auto;
	height: auto;
	position: static !important;
}
.error-404 input[type='search']
{
    background-color: #ebebeb;
	color: #fff;
}

.text-imgsec
{
	background-color: #e6e6e6;
	position: relative;
	padding-top: 98px;
	padding-bottom: 45px;
	overflow: hidden;
}
.text-imgsec:before
{
	content: '';
	position: absolute;
	top: -27px;
	left: 0px;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
    height: 100px;
}
.text-imgsec:after
{
	content: '';
	position: absolute;
	bottom: -33px;
	left: 0px;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
    height: 100px;
}
.innrtext-imgsec .flex-item:nth-child(2n+1)
{
	width: 64.5%;
	padding-left: 10px;
	padding-right: 60px;
}
.innrtext-imgsec .flex-item:nth-child(2n+2)
{
	width: 35.5%;
	padding-left: 10px;
	padding-right: 10px;
}
.right-img figure
{
	padding-bottom: 88%;
}
.produ-boxs
{
	padding-top: 0px;
	padding-bottom: 30px;
	overflow: hidden;
	background: #F0F0F0;
	width: 100%;
}
.produ-boxs .urban-pattern {
	margin-top: 0;
}
.produ-boxs .flex-items
{
	width: 33.33%;
	margin-bottom: 20px;
}
.produ-boxs #response > p {
	width:100%;
	text-align: center;
}
.produ-box
{
	position: relative;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
    height: 100%;
    background-color: #fff;
}

.produ-box .prod-img {
	overflow: hidden;
	position: relative;
}

/* adds a subtle gradient to the bottom of each image to make them all look the same size */
.produ-box .prod-img:after {
    content: "";
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, #00000029 100%);
    position: absolute;
    height: 30%;
    width: 100%;
    
}


.produ-box .prod-img > a
{
	display: block;
	padding-bottom: 66%;
	width: 100%;
	position: relative;
	overflow: hidden;
	transition-duration: 0.3s;
	
}
.produ-box .produ-dtls {
	display: flex;                   /* defines flexbox */
	flex-direction: column;          /* top to bottom */
	justify-content: space-between;  /* first item at start, last at end */
}

.produ-box.small-box .produ-dtls {
	height: auto;	
}

.page-template-plans .produ-box .prod-img > a {
	padding-bottom: 66%;
}	

.produ-box .prod-img > a:hover {
	transform: scale(1.2);
}

.page-template-plans .produ-box .btn {
   margin-bottom: 50px;
   margin-bottom: 50px;
   margin-right: auto;
   margin-left: auto;
   width: 216px;
}

.prod-img .under-con {
	
	z-index: 1;
	background: rgba(255,255,255,0.6);
    position: absolute;
    top: 20px;
    left: -310px;
    width: 800px;
    height: 100px;
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
    text-align: center;
    opacity: 1;
    -webkit-transition: all .40s linear;
       -moz-transition: all .40s linear;
        -ms-transition: all .40s linear;
         -o-transition: all .40s linear;
            transition: all .40s linear;
}

.prod-img .under-con h5
{
	letter-spacing: 0px;
	font-size: 20px;	
	letter-spacing: 1.08px;
	color: #003767;
	font-family: 'oxygenlight';
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-transform: uppercase;
}

.prod-img .sold{
	
	z-index: 1;
	background: rgba(0,55,103,0.6);
    position: absolute;
    top: 20px;
    left: -310px;
    width: 800px;
    height: 100px;
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
    text-align: center;
    opacity: 1;
    -webkit-transition: all .40s linear;
       -moz-transition: all .40s linear;
        -ms-transition: all .40s linear;
         -o-transition: all .40s linear;
            transition: all .40s linear;
}

.prod-img .sold h5
{
	letter-spacing: 0px;
	font-size: 20px;	
	letter-spacing: 1.08px;
	color: #fff;
	font-family: 'oxygenlight';
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-transform: uppercase;
}

.readybuild
{
  position: absolute;
  width: 70%;
  height: 20%;
  right: 0px;
  bottom: 0px;
    
}


.produ-box .prod-img > a:hover .prod-imghover,
.produ-box .prod-img > a:hover .under-con
{
	opacity: 1;
}
.produ-box .prod-img > a:hover:before
{
	opacity: 0.7;
}
.produ-box .prod-img h4
{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'oxygenbold';	
	margin-bottom: 5px;
	text-align: center;
}
.prod-imghover
{
	opacity: 0;
	padding-top: 20px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	z-index: 9;
}
.produ-box .prod-img .fa
{
	color: #fff;
	font-size: 15px;
}
.house-info
{
	padding: 10px 20px
}
.house-info h2
{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1.19px;
	font-family: 'oxygenlight';
	font-weight: normal;
	margin-top: 30px;
	min-height: 60px;
}
.house-info h3
{
	width: 30%;
}
.house-info h2, .house-info h3
{
	display: inline-block;
	vertical-align: middle;
}
.house-info.display-flex
{
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
.house-info h2 a
{
	color: #010305;
	text-transform: uppercase;
}
.house-info h2 a:hover,
.house-info h3 > a:hover
{
	color: #898787;
}
.house-info h2
{
	padding-bottom: 0px;
	margin-bottom: 6px;
}
.house-info h3,
.house-info h3 > a
{
	text-align: center;
	font-size: 18px;
	color: #010305;
	width: 100%;
}
.house-info .address {
	border-top: 1px solid #D6D6D5;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin-top: 10px;
}

.page-template-plans .searcqr h2 {
	color: #fff;
	font-size: 22px;
}

.page-template-plans .searcqr h2:after {
	display: none;
}

.house-info p
{
	
	margin-bottom: 0px;
	
}

.house-info p:last-of-type {
	letter-spacing: 3.2px;
	color: #A7A9AC;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 20px;
}

.feastures-dtls
{
	padding: 20px;
	
}

.feastures-dtls .btn {
	margin: 30px auto;
	display: table;
}

.feastures-dtls > ul
{
	
	margin: 0px;
	padding: 0px;
}
.feastures-dtls > ul > li
{
	list-style: none;
	display: inline-block;
	
}
.propert-size.display-flex
{
	margin-left: 0px;
	margin-right:  0px;
	border-top: 1px solid #D6D6D5;
	border-bottom: 1px solid #D6D6D5;
	padding: 10px 10px 4px 10px;
}
.propert-size > li
{
	width: 50%;
	padding-left: 15px;
	padding: 3px 15px 4px 15px;
}
.home-features.display-flex
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 6px 0;
}
.home-features li
{
	font-size: 15px;
	padding: 6px 5px;
	text-align: center;
	list-style: none;
	width: 25%;	
	float:left;
}
.home-features li.five {
	width: 20%;	
	float:left;
}	
.home-features li:before
{
	display: none;
}
.home-features li:last-of-type
{
	border-right: 0px;
}
.home-features li > img,
.home-features li > strong
{
	display: inline-block;
	vertical-align: middle;
}
.home-features li > img {
	max-width:29px;
	max-height:23px;
}
.home-features li > strong
{
	font-weight: 400;
	margin-right: 8px;
}
.produ-select
{
	width: 177px;
	margin:40px 10% 65px auto;
}

.sbHolder
{
	background-color: #f4f4f4;
	border: 0px;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus,
.sbOptions a
{
	color: #003767;
}

.sbSelector {
  height: 57px;	
  width: 220px;
}

.sbSelector > a
{
    border: 1px solid #A7A9AC;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 57px;
    max-width: 100%;
    text-transform: uppercase;
    color: #A7A9AC;
    opacity: 1;
    padding-left: 20px;
    padding-right: 30px;
    font-family: 'oxygenlight';
    font-size: 14px !important;
    letter-spacing: 1.4px;
    display: block;
    background: #fff;
    line-height: 57px;
    position: relative;
    
}

.sbSelector > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: -2px;
}

.sbOptions
{
	background-color: #fff;
	border: 0px;
	left: 1px;
	top: 55px !important;
	box-shadow: 0px 2px 3px rgba(189, 189, 189, 0.3411764705882353);
	width: 218px !important;
}
.sbOptions a:link, .sbOptions a:visited
{
	color: #919195;
}
.sbOptions a
{
	border: 0px;
	font-size: 14px;
	font-family: oxygenlight;
    display: block;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #919195;
    
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus
{
	background-color: #fff;
    color: #919195;
	
}
.sbOptions li:first-of-type
{
	display: none;
}
.produ-box.small-box
{
	padding-bottom: 0px;
}
.small-box .house-info h2
{
	padding-bottom: 7px;
}

.small-box .house-info
{
	padding: 2px 12px;
    border-bottom: 1px solid #D6D6D5;
    width: 80%;
    margin: auto;
}
.small-box .house-info h2:after
{	
	display: none;
}
.produ-box.small-box .feastures-dtls{
	position: static;
	
}	

/* SmartKey Finance page */
.page-id-5406 .award-finalist,
.page-id-5406 .design-insp {
	display:none;	
}

/* product deatils page */	
.product-detbanner figure
{
	padding-bottom: 24.85%;
	min-height: 50vh;
}
.product-detbanner .urban-pattern { margin-top: 0px }
.product-details
{
	padding-top: 52px;
	padding-bottom: 28px;
	overflow: hidden;
}
.dtls-left,
.dtls-right
{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;

}
.dtls-cnt
{
	background-color: #f3f3f3;
	padding-bottom: 42px;
}
.dtls-cnt h3
{
	color: #003767;
	font-size: 20px;
	font-family: 'oxygenbold';
	font-weight: bold;
	padding-top: 21px;
	padding-left: 16px;
	margin-bottom: 15px;
}
.dtls-cnt > h3
{
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}
.dtls-cnt > h3:nth-child(2n+2)
{
	float: right;
	width: 30%;
	padding-right: 16px;
}
.dtls-cnt > ul > li
{
	list-style: none;
	font-family: 'oxygenlight';
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
}
.dtls-cnt > ul > li
{
	border-top: 1px solid #fff;
}
.dtls-cnt .home-features li
{
	width: 75px; 
}
.dtls-cnt > ul > li:first-of-type
{
	padding: 0px;
}

.dtls-cnt ul li .features-list > li
{
	list-style: disc;
	font-size: 15px;
	padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
}

.introduction .dimensions {
    border-top: 1px solid #D6D6D5;
    border-bottom: 1px solid #D6D6D5;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
.introduction .dimensions p {
	margin-bottom: 0px;
}
.introduction .dimensions span:first-of-type{
    color: #A7A9AC;
    font-size: 16px;
}    

.introduction .dimensions span:last-of-type{
	font-size: 12px;
	display: block;
	margin-top: -10px;
}	

.introduction .features-list
{
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	margin-bottom: 40px;
	text-align: left;
	padding-left: 27px;
}
.introduction .features-list li {
	padding-right: 10px;
}
.dtls-cnt .btn-set
{
	margin-left: 21px;
}
.dtls-cnt .social-icons
{
	margin-top: 0;
	
}

.dtls-cnt-add{padding: 0 16px;}

.btn-social .btn-set
{
	display: inline-block;
	vertical-align: middle;
}

.btn-social .social-icons
{
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
	margin-left: 41px;
}
.btn-social .social-icons > li
{
	margin-right: 8px;
}
.btn-social .social-icons > li > a
{
	width: 24px;
	height: 24px;
	position: relative;
}
.btn-social .social-icons > li > a > .fa
{
	font-size: 13px;
	position: absolute;
	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%);
}	
.plan-imgs .popup-tag
{
	margin-bottom: 24px;
	display:block;
}

.under-con {
    background-color: #b1b5be;
    position: absolute;
    top: -63px;
    left: -79px;
    width: 250px;
    height: 150px;
    -moz-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
    text-align: center;
    opacity: 1;
    -webkit-transition: all .40s linear;
    -moz-transition: all .40s linear;
    -ms-transition: all .40s linear;
    -o-transition: all .40s linear;
    transition: all .40s linear;
}

.under-con h5 {
    letter-spacing: 0px;
    font-size: 22px;
    color: #fff;
    font-family: 'oxygenbold';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-transform: uppercase;
}

.plan-imgs .flex-item > a .under-con {
	left: -55px;
	width:120px;
	height:106px;
	z-index: 999;
	
}

.plan-imgs .flex-item > a .under-con > h5 {
	font-size:13px;
}

.plan-imgs .flex-item > a
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	position: relative;
	overflow: hidden;	
}
.plan-imgs .flex-item > figure img.bannerImage
{
	display: none !important;
}

.plan-imgs .flex-item
{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 24px;
	
	
}
.plan-imgs .flex-item:nth-last-child(-n+3)
{
	margin-bottom: 0px;
}

.main-navigation .menu-item-has-children > a > .icon, 
.main-navigation .page_item_has_children > a > .icon
{
	width: 0px;
}

/* locations sub navigation */
.sub-navigation {
	background: #F0F1F2; 
	display: inline-block;
	width:100%;
	margin-bottom: -10px;
}

.sub-navigation ul {
	list-style: none;
	margin: 0 auto;
	width: fit-content;
	float: right;
}

.sub-navigation ul li {
	display: inline-block;
}
.sub-navigation ul li a {
	color: #010305;
	text-transform: uppercase;
	font-size: 14px;
	padding: 20px 20px 20px 20px;
	display: block;
}

.sub-navigation ul li:last-of-type a {
	padding-right: 0;
}	
	

.sub-navigation ul li:first-of-type a {
	font-size: 20px;
	font-weight: 700;
}

.sub-navigation ul li a:hover {
    color: #919195;
    outline: none;
}	

/* inner banner */
.inner-banner
{
	position: relative;
}
/*.inner-banner figure:before {
    content: '';
    background-color: rgba(255,255,255,0.4);
    top: 0;
    left: 0;
    width: 29%;
    height: 100%;
    position: absolute;
}
.inner-banner figure:after {
    content: '';
    top: 0;
    left: 29%;
    width: 0;
    height: 100%;
    position: absolute;
    border-bottom: 850px solid rgba(255,255,255,0.4);
    border-right: 540px solid transparent;
}*/
.text-center
{
	text-align: center;
}

.meet-team
{
	padding-top: 46px;
	padding-bottom: 36px;
	
}

.meet-team .display-flex
{
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 20px;
}
.meet-team .flex-item
{
	width: 23.51%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	padding-bottom: 10px;
}
.meet-our-team 
{
	background-color: #dddddd;
	padding-top: 91px;
	padding-bottom: 50px;
	position: relative;
}
.meet-our-team:before
{
	content: '';
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
}
.meet-our-team:after
{
	content: '';
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 61px;
}
.meet-our-team h1:after
{
	display: none;
}

.team-box {
	height: 100%;
	margin-bottom: 20px;
}

.team-box.icons {
	display: flex;                   /* defines flexbox */
	flex-direction: column;          /* top to bottom */
	justify-content: space-between;  /* first item at start, last at end */
}

.team-box .team-img 
{
	position: relative;
	line-height: 0px;
	margin-bottom: 30px;
	
}
.team-box .team-img img {
	width: 100%;
	box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-box figcaption {
	margin: 0 20px;
	
}
.team-box figcaption a:hover h2
{
	color: #A7A9AC;
}
.team-box h2,
.team-popup h2
{
	font-size: 22px;
	letter-spacing: 1.19px;
	color: #010305;
	text-transform: uppercase;
	opacity: 1;
	line-height: 1.1;
	padding-bottom: 0px;
	margin-bottom: 8px;
	text-align: center;
}
.team-box h2:after
{
	display: none;
}
.team-box p,
.team-popup p:first-of-type
{
	font-size: 16px;
	font-family: 'oxygenlight';
	color: #A7A9AC;
	text-transform: uppercase;
	opacity: 1;
	line-height: 22px;
	text-align: center;
	margin-bottom: 14px;
}
.team-popup p:first-of-type {
	border-bottom: 1px solid #D6D6D5;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 20px;
}
.team-box .team-img a
{
	position: relative;
	display: block;
	overflow:hidden;
}
.team-box .team-img a:hover img {
	transform:scale(1.2);
}
.team-box .team-img a:before
{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/trans-bgteam.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
	        display: none;
}
.team-box .team-img a:hover:before,
.team-box .team-img a:hover .team-readmore
{
	opacity: 1;
}

.team-box .social-icons,
.team-popup .social-icons  {
	margin: 20px 20px 8px 20px;
	border-top: 1px solid #D6D6D5;
	text-align:center;
	padding-top: 20px;
}
.team-popup .social-icons {
	border-top: 0;
}
.team-box .social-icons > li,
.team-popup .social-icons > li {
	width: auto;
	margin-right: 5px;
}
.team-box .social-icons > li > a,
.team-popup .social-icons > li > a  {
	color: #88A3BA;	
	background-color: #fff;
}
.team-box .social-icons > li > a.linkedin,
.team-popup .social-icons > li > a.linkedin  {
	background-color: #88A3BA;	
	color: #fff;
	width: 23px;
	height: 23px;
	display: flex;
}		
.team-box .social-icons > li > a:hover,
.team-popup .social-icons > li > a:hover  {
	color: #010305;
}	
.team-box .social-icons .fa,
.team-popup .social-icons .fa {
	font-size: 23px;
}	
.team-box .social-icons > li > a.linkedin .fa,
.team-popup .social-icons > li > a.linkedin .fa {
	font-size: 20px;
	padding: 3px;
}

.team-readmore
{
	opacity: 0;
	padding-top: 8px;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;	
	text-align: center;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
    -webkit-transition: all .40s linear;
       -moz-transition: all .40s linear;
        -ms-transition: all .40s linear;
         -o-transition: all .40s linear;
            transition: all .40s linear;
            display:none;
}
.team-readmore h5
{
	color: #fff;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0.3px;
	line-height: 1.2;
	font-family: 'oxygenbold';
}
.meet-teampage .get-innr > .btn
{
	font-size: 16px;
	padding: 9px 22px 6px 22px;
}


/* privacy policy */
.privacy-policy
{
    background-color: #dddddd;
    position: relative;
    padding-top: 93px;
    padding-bottom: 88px;
    font-size: 15px;
    letter-spacing: -0.17px;
}
.privacy-policy a
{
	color: #a79186;
}
.privacy-policy a:hover
{
	color: #fff;
}
.privacy-policy:before
{
	content: '';
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
}
.privacy-policy:after
{
	content: '';
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 63px;
}

/* Locations */
.location {
	margin-bottom: 60px;
	margin-top: 30px;
	display: flex;
}

.location a {
	font-size: 18px;
}

.location .location-link {
	margin-top:20px;
	display: none;
}

.pp-accordion-tab-content .location .location-link {
	display: block;
}

.pp-accordion-tab-content .location {
	margin-bottom: 50px;
	margin-top: 0;
	display: flow-root;
}

/* IE 10 & 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .pp-advanced-accordion .pp-accordion-tab-content {
     	display: block !important;
     }
}

.location .location-column {
	width: 50%;
	float: left;
}
.location .location-column.full {
	width: 100%;	
}	
.location .location-column .location-name {
	text-transform: uppercase;	
	font-weight: 900;
	font-family: 'oxygenbold';
	margin-bottom: 20px;
}	
.location .location-column span {
	color: #88A3BA;
	font-weight: 900;
}

.location .location-column .acf-map {
	height: 350px;
}
.location .location-column:first-of-type {
	padding-right: 100px;
}	
.location .location-column.full {
	padding-right: 0px;
}
.location .location-column:last-of-type {
	padding-left: 100px;
	border-left: 1px solid #D6D6D5;
}
.location .location-column a {
	color: #010305; 
	font-weight: 400;
}

.location .location-column .location-email {
	width: 50%;
	float: left;
	min-width: 190px;
}

.postid-11121 .location .location-column .location-email {
	float: right;
}

.location .location-column .location-email ul {
	list-style: none;
	margin-left: 0;
}
/*
.elementor-element .elementor-row .elementor-column:nth-of-type(2) .location .location-column {
	width: 100%;
}

.elementor-element .elementor-row .elementor-column:nth-of-type(2) .location .location-column:first-of-type {
	padding-left: 60px;
	border-left: 1px solid #D6D6D5;
	padding-right: 0;
}

.elementor-element .elementor-row .elementor-column:nth-of-type(2) .location .location-column:last-of-type {
	display: none;
}*/

/* award page */
.builders-text
{
	width: 60%;
}
.builders-graph
{
	width: 40%;
	text-align: right;
}
.builders-text h1
{
	margin-bottom: 25px;
}
.builders-graph figure
{
	width: 333px;
	height: 369px;
	margin: 67px 20px 0 auto;
}
.year-tag
{
	background-color: #1b3a68;
	padding-top: 40px;
	padding-bottom: 37px;
}
.year-tag h4
{
	font-family: 'oxygenbold';
	font-size: 36px;
	color: #fff;
	margin-bottom: 0px;
}
.award-listing
{
	padding-top: 70px;
	padding-bottom: 60px;
}
.award-listing .display-flex
{
	margin-left: -15px;
	margin-right: -15px; 
}
.award-listing .award-box
{
	padding-left: 20px;
	padding-right: 20px;
}
.popup-gallery .big-thum
{
    padding-bottom: 39.4%;
}
.popup-gallery a.btn {
	margin: 40px auto;
	display: table;
	text-align: center;
}
.award-box
{
	width: 50%;
	font-size: 15px;
}
.award-box p
{
	text-align: left;
}
.award-box h3 {
	height: 88px; 
	display: table-cell; 
	vertical-align:bottom;
}
.big-thum
{
    padding-bottom: 39.4%;
    padding-bottom: 0px;	
}
.award-box ul.display-flex
{
	margin-top: 15px;
	margin-left: -8px;
	margin-right: -8px; 
}
.award-box ul > li
{
	list-style: none;
	width: 25%;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}

a.popup-tag {
	overflow: hidden;		
	display: block;
}
a.popup-tag figure
{
	padding-bottom: 60%;
	transition-duration: 0.3s;
}

a.popup-tag:hover figure {
	transform: scale(1.2);
}

.award-finalist
{
	background-color: #f0f0f0;	
}

.award-finalist .finalist-text
{
	width:60%;
}
.award-finalist .finalist-video
{
	/*width: 63.5%;*/
	width:40%;
	padding-left: 10px;
	padding-right: 10px;
	text-align:right;
}
.award-finalist
{
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: -5px;
}
.finalist-text h1
{
	line-height: 1.5;
	padding-bottom: 6px;
	margin-bottom: 16px;
	margin-top: -8px;
}
.finalist-video > a
{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 318px;
	margin-right: 17px;
}

.step-inside
{
	padding-top: 53px;
	padding-bottom: 48px;
}
.step-inside {
	background-color: #fff;	
}
.step-inside h1
{
	line-height: 1.5;
	padding-bottom: 6px;
	margin-bottom: 16px;
	margin-top: -8px;
}

/* previous show */
.previous-show
{
	padding-top: 67px;
	padding-bottom: 38px;
}
.previous-showvideo > a
{
	display: block;
	background-color: #ddd;
}
.previous-showtext
{
	width: 60%;
}
.previous-showvideo
{
	width: 40%;
}
.virtual-video
{
	margin: 0 18px 0 auto; 
	width: 331px;
	height: 393px;
}
.prev-show .display-flex
{
	margin-left: -20px;
	margin-right: -10px; 
}
.prev-show .display-flex > a 
{
	display: block;
}
.prev-show .flex-item
{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.prev-show ul.display-flex
{
	margin-left: -5px;
	margin-right: -14px; 
	margin-bottom: 0px;
}
.prev-show ul > li
{
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
	width: 33.33%;
	margin-bottom: 11px;
}
.prev-show ul > li > figure > a.popup-tag
{
	display: block;
	padding-bottom: 100%;
}
.prev-show .big-thum a.popup-tag{
	padding-bottom: 63.52%;
	display: block;
	background-size: 475px 300px;
}
.virtual-box
{
	font-size: 15px;
	padding-bottom: 52px;
}

.virtual-box .flex-item	
{
	width: 50%;
}
.virtual-box .flex-item > figure.bg-set > a.popup-tag
{
	padding-bottom: 37.56%;
	display: block;
}
.virtual-box .display-flex > .flex-item:last-of-type
{
	padding-right: 18px; 
}
.virtual-box .btn
{
	background-color: #1b3a68;
	padding: 9px 10px 6px 10px;
}
.virtual-text
{
	padding-right: 15px;
}
.virtual-box ul.display-flex
{
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: -5px;
	margin-right: -5px; 
}
.virtual-box ul.display-flex > li
{
	list-style: none;
	width: 12.5%;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.virtual-box ul.display-flex > li .big-thum 	
{
	/* padding-bottom: 100%; */
}
.virtual-box > .container > .display-flex
{
	margin-bottom: 54px;
}
.virtual-box > .container > .display-flex:last-of-type
{
	margin-bottom: 0px;
}
.virtual-box > .container > .display-flex:nth-child(even)
{
	flex-direction: row-reverse;
}
.current-show
{
	padding-top: 67px;
}
.current-showleft
{
	width: 60%;
}
.current-showright
{
	width: 40%;	
	padding-left: 46px;
}
.current-showleft h1
{
	margin-bottom: 25px;
}
.current-showright h1
{
	margin-bottom: 23px;
}
.current-showright h2
{
	font-size: 16px;
	color: #003767;
	padding-bottom: 0px;
	line-height: 1.9;
}
.current-showright h2:after
{
	display: none;
}
.current-showright p
{
	font-size: 15px;
}
.current-showright .map
{
	width: 328px;
	height: 200px;
}
.current-show
{
	margin-bottom: 42px;
}
.get-in-touch.white-layer:before
{
	background-color: rgba(255,255,255,0.7);
	background-image: none;
}
.home .get-in-touch .btn
{
	font-size: 16px;
}

.white-layer .get-innr > h3
{
	color: #003767;
}

.earlier-award
{
	padding-top: 102px;
 	padding-bottom: 99px;
 	background-color: #dcdcdc;
 	position: relative;
 	overflow: hidden;
}
.earlier-award:before
{
	content: '';
	position: absolute;
	top: -27px;
	left: 0px;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
    height: 100px;
}
.earlier-award:after
{
	content: '';
	position: absolute;
	bottom: -33px;
	left: 0px;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
    height: 100px;
}
.earlier-award p
{
	font-size: 15px;
}
.earlier-award .btn-set
{
	margin-top: 28px;
}
.earlier-award .btn
{
	font-size: 16px;
	background-color: #1b3a68;
	color: #fff;
}
.single-packages .prev-show,
.single-packages .pattern-background {
	background-color: #F0F0F0;
}
.single-packages .price-range {
	border-bottom: 1px solid #D6D6D5;
	padding-bottom: 10px;
} 
.single-packages .introduction-right .sales-consudtl img {
	float:left;
	margin-right: 30px;
	margin-bottom: 20px;
} 
.single-packages .introduction-right .sales-consudtl .sales-consudtl-details {
	float: left;
	text-align: left;
}
.single-packages .introduction-right .sales-consudtl .sales-consudtl-details h3 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 0;
}
.single-packages .introduction-right .sales-consudtl .sales-consudtl-details p {
	letter-spacing: 3.2px;
    color: #A7A9AC;
    text-transform: uppercase;
    font-size: 16px;
}
.single-packages .introduction-right .sales-consudtl .sales-consudtl-details ul {
	margin: 0;
	list-style: none; 
	max-width: 300px;
}
.single-packages .introduction-right .sales-consudtl .sales-consudtl-details ul li {
	float: left;
	margin-right: 20px;
}
.single-packages .introduction-right .sales-consudtl .sales-consudtl-details ul li span{
	color: #919195;
}	
.single-packages .introduction-right .sales-consudtl .sales-consudtl-details ul li a {
	color: #010305;
}	

.single-packages .produ-boxs .container{
	padding-top:70px;
}

.single-packages .produ-boxs h6 {
	text-align: center;
	margin-bottom: 50px;
}		

.current-boximg
{
	margin-bottom: 40px;
}
.humble-sec
{
	background-color: #dddddd;
	padding-top: 48px;
	padding-bottom: 11px;
	overflow: hidden;
}
.humble-sec .display-flex
{
	margin-left: -14px;
	margin-right: -14px;  
}
.humble-sec .flex-item
{
	width: 33.33%;
	padding-left: 14px;
	padding-right: 14px;
}
.humble-img
{
	height: 110px;
	width: 295px;
	padding: 5px 2px;
	margin-bottom: 12px;
}
.humble-sec h2
{
	color: #003767;	
	font-size: 16px;
	padding-bottom: 11px;
}
.humble-sec h2:after
{
	background-color: #003767;
}
.humble-sec figcaption
{
	font-size: 15px;
}
.the-journey h3
{
	font-size: 25px;
	color: #fff;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 15px;
}
.the-journey h3:after
{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: #fff;	
}
.the-journey p:last-of-type
{
	margin-bottom: 8px;
}
.the-journey ul
{
	padding-left: 21px;
}
.the-journey ul > li
{
	list-style: none;
	position: relative;
	margin-bottom: 8px;
}
.the-journey ul > li:before
{
	content: '';
	position: absolute;
	top: 10px;	
	left: -21px;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
}
.the-journey
{
	padding-top: 57px;
	padding-bottom: 45px;
	position: relative;
	color: #fff;
	font-size: 15px;
}
.the-journey .container
{
	position: relative;
	z-index: 9;
}
.the-journey h2,
.the-journey p
{
	color: #fff;
}
.the-journey:before
{
	content: '';
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/bg-3.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;	
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.we-began
{
	overflow: hidden;
	text-align: center;
	position: relative;
	background-color: #dddddd;
	padding-top: 99px;
	padding-bottom: 47px;
	width: 100%;
	clear: both;
}
.we-began h2, .we-began h1
{
	font-size: 25px;
	color: #003767;
	font-weight:normal;
}
.we-began h2:after, .we-began h1:after
{
	display: none;
}
.parten-img
{
	position: relative;
	overflow: hidden;
}
.parten-img:before
{
	content: '';
	position: absolute;
	top: -27px;
	left: 0px;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
    height: 100px;
}
.parten-img:after
{
	content: '';
	position: absolute;
	bottom: -33px;
	left: 0px;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
    height: 100px;
}
.we-began:before
{
	content: '';
	position: absolute;
	top: -27px;
	left: 0px;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
    height: 100px;
}
.we-began:after
{
	content: '';
	position: absolute;
	bottom: -33px;
	left: 0px;
	background-image: url('https://urban.co.nz/2020/wp-content/themes/urban-homes/assets/images/parten-icons.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
    height: 100px;
}

.build-process
{
	padding-top: 46px;
	padding-bottom: 51px;
}

.build-process h3
{
	font-size: 25px;
	color: #003767;
	font-family: 'oxygenbold';
	padding-bottom: 8px;
	margin-bottom: 10px;
	position: relative;
	margin-bottom: 25px;
}
.build-process h3:after
{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: #1a3a69;
}
.build-process ol
{
	counter-reset: my-badass-counter;
	margin-bottom: 0px;
}
.build-process ol > li
{
	list-style: none;
	position: relative;
	padding-left: 35px;
	font-size: 15px;
	padding-bottom: 32px;
}
.build-process ol > li:before
{
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #dedede;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 12px;
	padding: 1px 7px; 
	color: #929292;
}
.build-process ol > li:after
{
	content: '';
	position: absolute;
	top: 10px;
	left: 9px;
	width: 2px;
	height: 100%;
	background-color: #ececec;
	z-index: -1;
}
.build-process h4
{
	color: #003767;	
	font-family: 'oxygenbold';
	font-size: 16px;
	margin-bottom: 1px;
}
.build-process ol > li:last-of-type
{
	padding-bottom: 0px;
}
.build-process ol > li:last-of-type:after
{
	height: 71%;
}


.awardwinning-builders
{
	background-color: #ddd;
	padding-top: 93px;
	padding-bottom: 84px;
}
.awardwinning-builders h2
{
	font-size: 25px;
	color: #003767;
}
.awardwinning-builders figure
{
	margin-top: 41px;
	margin-bottom: 44px;
}
.awardwinning-builders h2:after
{
	display: none;
}
.awardwinning-builders .btn
{
	font-size: 16px;
	background-color: #1b3a68;
}

.house-plans
{
	padding-top: 67px;
	padding-bottom: 63px;
}
.house-plans .flex-item	
{
	padding-left: 10px;
	padding-right: 10px;
}
.house-plans .house-plantext
{
	width: 60%;
}
.house-plans .house-plangif
{
	width: 40%;
	text-align: right;
}


.house-plantext h1
{
	margin-bottom: 26px;
}
.house-plangif figure
{
	margin-top: 5px;
}

.show-home .owl-carousel .item {
	display: none;
}

.custom-design-slider .owl-nav,
.show-home .owl-nav{
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 100%;
}

.custom-design-slider .owl-nav .owl-next {
	background: url(/2020/wp-content/themes/urban-homes/assets/images/slider-right-arrow.png) no-repeat;
}

.show-home .owl-nav .owl-next {
	background: url(/2020/wp-content/themes/urban-homes/assets/images/slider-right-arrow-white.png) no-repeat;
}

.custom-design-slider .owl-nav .owl-next,
.show-home .owl-nav .owl-next{
 	height: 29px;
    width: 18px;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    transition: background ease-in 0.5s;
    -webkit-transition: background ease-in 0.5s;
    -moz-transition: background ease-in 0.5s;
    -ms-transition: background ease-in 0.5s;
    background-size: 18px;
}

.show-home .owl-nav .owl-prev {
	background: url(/2020/wp-content/themes/urban-homes/assets/images/slider-left-arrow-white.png)no-repeat;
}

.custom-design-slider .owl-nav .owl-prev {
	background: url(/2020/wp-content/themes/urban-homes/assets/images/slider-left-arrow.png)no-repeat;
}

.custom-design-slider .owl-nav .owl-prev,
.show-home .owl-nav .owl-prev {
   	height: 29px;
    width: 18px;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    transition: background ease-in 0.5s;
    -webkit-transition: background ease-in 0.5s;
    -moz-transition: background ease-in 0.5s;
    -ms-transition: background ease-in 0.5s;
    background-size: 18px;
}

.show-home-content ul,
.show-home-content ol {
	text-align:left;
	display: inline-block;
}

.show-home.flex-item > .show-home-container {
		background-color: #ebebeb;
		display: block;
		padding: 10px;
		height: 100%;
}

.show-home .show-home-container {
	margin: 0 8px; 
	height: 100%;
	min-width: 50%;
}
.show-homes-slider-1 .show-home-container {
    min-width: 30%;
}
.show-homes-slider-1 .show-home .show-home-container {
	margin: auto;
}
.show-home .show-home-container.bg-set {
	background-image: url('/2020/wp-content/themes/urban-homes/assets/images/Urban-Homes-Pattern_for_web-01.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding-bottom: 50px;	
    background-color: #fff;
}

.show-home.flex-item .bg-set,
.show-home .bg-set {
	padding-bottom: 81%;
	position: relative;
	transition-duration: 0.3s;
}
.show-home .show-home-container .show-home-image {
	overflow: hidden;
}
.show-home .show-home-container a:hover .bg-set {
	transform: scale(1.2);
}

.show-homes-slider-1 .show-home .show-home-container.bg-set  {
	margin: auto;
}


/* Introduction Section */
.introduction {
	width: 100%;
}

.introduction-left {
	text-align: center;
}
.introduction-left h3 {
	text-transform: uppercase;
	margin-bottom: 0px;
}	
.introduction-left .acf-map {
	margin: 50px 0;
}

.introduction-left .opening-times {
	border-top: 1px solid #D6D6D5;
	border-bottom: 1px solid #D6D6D5;	
	padding: 20px 0;
}

.introduction-left .opening-times span {
	color: #A7A9AC;
	font-size: 16px;
}
.introduction-left .opening-times p {
	margin-bottom: 0;
}
.introduction-left .price-range {
	text-transform: uppercase;
}
.introduction-left .address {
	padding-top: 15px;
}
.introduction-left .reference {
	letter-spacing: 3.2px;
    color: #A7A9AC;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    border-bottom: 1px solid #D6D6D5;	
    padding-bottom: 15px;
}
.introduction-left .sizes {
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D6D6D5;	
	margin: 0 0 10px 0;
	display: flex;
}
.introduction-left .sizes li {
	width: 50%;
	float: left;	
}	
.introduction-left .disclaimers,
.introduction-left .disclaimers p {
	color: #919195;
	font-size: 13.5px;
	line-height: 30px;
	text-align: left;
}

/* Single Show Home */
.single-show_homes .walkthrough,
.elementor-element.walkthrough .elementor-widget-container {
    position: relative;
    padding-bottom: 56.3%;
    height: 0;
    overflow: hidden;
    margin-bottom: -5px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.single-show_homes .walkthrough iframe,
.elementor-element.walkthrough iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-gallery {
	padding: 50px 20px 50px 20px;
	
}

.popup-gallery ul {
	margin-top: 20px;
}

.popup-gallery h2 {
	margin-bottom: 0px;
	line-height: 42px;
	text-align: center;
}	
.popup-gallery h6 {
	margin-bottom: 0px;
	text-align: center;
}

.text-left
{
	text-align: left !important;
}


.filter-section
{
	position:relative;
	background-color: #F0F0F0;
    padding-bottom: 35px;
    padding-top: 57px;
    margin-bottom: -5px;
}
#filter {
/*	position:absolute;
	top:100px;*/
}

.filter-up.display-flex
{
	margin-left: 0px;
	margin-right: 0px;
}

.filter-list
{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
	width: 100%;
	font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0;
}	
.filter-list > li
{
	display: inline-block;
	list-style: none;
	margin-right: 21px; 
}
.filter-list > li:last-of-type
{
	margin-right: 0px; 
}
.filter-list > li > a
{
	display: block;
	-webkit-transition: all .40s linear;
    -moz-transition: all .40s linear;
   	-ms-transition: all .40s linear;
    -o-transition: all .40s linear;
    transition: all .40s linear;
    text-transform: uppercase;
    color: #919195;
    font-size: 14px;
    letter-spacing: 1.4px;
}
.filter-list > li > a:hover
{
	color: #010305;
}
.filter-down
{
	text-align: right;
	padding-top: 8px;
}

.filter-down > strong > a
{
	font-size: 14px;
	color: #fff;
	font-family: 'oxygenbold';
}

.inspi-section
{
	overflow: hidden;
}

.inspi-section .flex-item
{
	width: 30.5%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.inspi-section .flex-item:nth-last-child(-n+3)
{
	margin-bottom: 0px;	
}
.inspi-box .bg-set
{
	padding-bottom: 67.9%;
	position: relative;
}
.inspi-box a:hover .bg-set:before,
.inspi-box a:hover .hover-cnt
{
	 opacity: 0.7;
}

.inspi-box .bg-set:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    background: rgb(72,97,133);
    background: -moz-linear-gradient(-45deg, rgba(72,97,133,1) 0%, rgba(79,76,77,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(72,97,133,1) 0%,rgba(79,76,77,1) 100%);
    background: linear-gradient(135deg, rgba(72,97,133,1) 0%,rgba(79,76,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486185', endColorstr='#4f4c4d',GradientType=1 );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
}

select#show-home-region-select {
	margin: 0 auto;
    display: block;
    min-width: 33%;
}

.show-homes-slider {
	width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px; 
}

.show-homes-slider .owl-carousel .owl-stage {
	display: flex;
}

.show-homes-slider .owl-nav {
	position: absolute;
	top: 35%;
	width: 100%;
}

.show-homes-slider .owl-nav .owl-prev {
    background: url( assets/images/arrow-side-thin-white.png )no-repeat;
    height: 40px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    transition: background ease-in 0.5s;
    -webkit-transition: background ease-in 0.5s;
    -moz-transition: background ease-in 0.5s;
    -ms-transition: background ease-in 0.5s;
    background-size: 23px;
    font-size: 0;
    opacity: 0.6;
    filter: drop-shadow(2px 2px 4px black);
}

.show-homes-slider .owl-nav .owl-prev:hover {
	opacity: 1;
}

.show-homes-slider .owl-nav .owl-next {
    background: url(assets/images/arrow-side-thin-white.png)no-repeat;
    height: 40px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    transition: background ease-in 0.5s;
    -webkit-transition: background ease-in 0.5s;
    -moz-transition: background ease-in 0.5s;
    -ms-transition: background ease-in 0.5s;
    background-size: 23px;
    transform: rotate(-180deg);
  	-webkit-transform: rotate(-180deg);
  	-moz-transform: rotate(-180deg);
  	-ms-transform: rotate(-180deg);
  	-o-transform: rotate(-180deg);
  	opacity: 0.6;
  	filter: drop-shadow(2px 2px 4px black);
}

.show-homes-slider .owl-nav .owl-next:hover {
	opacity: 1;
}
	
.show-home {
	text-align:center;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.show-home a {  
	color: #010305;
}
.show-home h3 {
	padding-top:24px;
	padding-bottom: 5px;
	margin-bottom: 0;
    letter-spacing: 0.97px;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

.show-home h3,
.show-home .show-home-address {
	opacity: 0.6;	
	max-width: 430px;
	margin:0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
.show-home .details {
	margin: 20px auto;
	max-width: 767px;
	padding: 0 20px 250px 20px;
	position: relative;
}

.show-homes-slider-2 .show-home .details {
	min-height: 40%;
}

.show-home .details h3 {
	letter-spacing: 1.19px;
	font-size: 22px;
	line-height: 30px;
}
.show-home .details h3,
.show-home .details .show-home-address {
	opacity: 1;	
}	

.show-home .show-home-address {
	padding-bottom:15px;
	
}

.show-home .details .show-home-address {
	font-size: 18px;
	line-height: 30px;
	min-height: 75px;
}	
.show-home .details .show-home-content {
	border-top: 1px solid #D6D6D5;
	padding-top: 30px;
}
.show-home .show-home-times p:first-of-type {
	letter-spacing: 3.2px;
	color: #A7A9AC;	
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}	
.show-home .show-home-times {
	padding-bottom:60px;
}
.show-home .show-home-bottom {
	min-height: 230px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto; 
}
@media (min-width: 1024px) {
	.show-homes-slider-2 {
		max-width: 66%;
		margin: auto;
	}
}
.acf-map {
    width: 100%;
    height: 237px;
    margin: 20px 0;
    border: 1px solid #d6d6d5;
    box-shadow: 0px 3px 6px #00000029;
}

.acf-map img {
   max-width: inherit !important;
}

.hover-cnt
{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	opacity: 0;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
}
.hover-cnt h4
{
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.hover-cnt .fa
{
	color: #fff;
}
.tagged-postsupdate .inspi-section .flex-item > a
{
	background-color: #ebebeb;
	display: block;		
	padding:10px;
	height:100%;
	
}
.tagged-postsupdate .inspi-section .flex-item > a:hover,.tagged-postsupdate .inspi-section .flex-item > a:focus{
	box-shadow: 0px 2px 11px rgba(185, 185, 185, 0.7);
}
.tagged-postsupdate h2
{
	margin-bottom: 0px;
	color: #003767;
	margin-top: 11px;
	padding-bottom: 2px;
}
.tagged-postsupdate h2:after
{
	display: none;
}

/* contact page */
.contact-formsec
{
	padding-top: 43px;
	padding-bottom: 65px;
}
.cnt-details
{
	font-size: 15px;
	width: 40%;
}

.cnt-details h1
{
	font-size: 25px;
	margin-bottom: 17px;
}
.cnt-details h2
{
	color: #003767;
	padding-bottom: 0px;
}
.cnt-details h2:after
{
	display: none;
}
.cnt-details p
{
	margin-bottom: 0px;
}
.cnt-details a
{
	color: #003767;
}
.cnt-details a:hover
{
	color: #808080;
}
.cnt-details strong,
.cnt-details strong > a
{
    font-family: 'oxygenregular';
    font-weight: bolder;
	font-size: 16px;
}
.cnt-details a, .cnt-details p, address{ font-size: 16px; line-height: 29px;}
.cnt-details p{ margin-bottom: 18px;}
.cnt-details h2{ margin-bottom: 0; font-size: 16px; font-family: 'oxygenregular'; font-weight: 700;}
.cnt-form
{
	width: 60%;
	padding-left: 79px;
	margin-top: 62px;
}
.cnt-form > h3
{
	font-size: 16px;
	font-family: 'oxygenbold';
	color: #003767;
}
.gform_fields input,
.gform_fields textarea
{
	background-color: #ebe9ec;
	font-size: 14px;
	color: #909090;
	padding: 0px;
}
.gform_wrapper .top_label .gfield_label
{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.4px;
}
.gform_wrapper .gfield_required {
    color: #fff !important;
}    
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium
{
	width: 100% !important;
}
.gform_wrapper textarea.medium
{
	height: 355px !important;

}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),
.gform_wrapper textarea
{
    padding: 16px !important;
    font-size: 14px !important;
    background-color: #fff !important;
    margin-bottom: 10px;
}
.gform_wrapper .validation_message,
.gform_wrapper .gfield_error .gfield_label {
	  color: #ff0000 !important;
}
.gform_wrapper div.validation_error {
    color: #ff0000 !important;
    border-top: 2px solid #ff0000 !important;
    border-bottom: 2px solid #ff0000 !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type=file]::before {
  content: 'SELECT';
  display: inline-block;
  background: #428bca;
  border: 1px solid #428bca;
  border-radius: 0px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 1.4px;
}
input[type=file]:active::before,
input[type=file]:hover::before {
   color: #428bca;
   background: #fff;
}

::placeholder,
.gfield select { 
  color: #A7A9AC;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A7A9AC;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

::-webkit-input-placeholder {
  color: #A7A9AC;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #A7A9AC;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
body .gform_wrapper ul li.gfield
{
	margin-top: 9px !important;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label
{
	font-size: 15px !important;
	color: #003767 !important;
	font-family: 'oxygenregular' !important;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 0px solid #ccc;
  background: #fff;
  border-radius: 0px;
  background-color: #ebe9ec;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 6px;
  left: 4px;
  font-size: 12px;
  line-height: 0.8;
  color: #003767;
  transition: all .2s;
  font-family: Helvetica, Arial, sans-serif;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 0px dotted blue;
}
.gform_wrapper ul.gfield_checkbox li label, 
.gform_wrapper ul.gfield_radio li label
{
	padding-left: 31px;
}
.gform_wrapper .gform_footer
{
	padding: 0px !important;
}

.contact-map .map
{
	margin-right: 30px;
	width: 100%;
	height: 200px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]
{
    font-size: 14px !important;
    padding: 16px 15px 14px 16px;
}

#gform_confirmation_message_1,
#gform_confirmation_message_3 {
	color: #fff;
}

.inclusions-list
{
	
	padding-bottom: 20px;
	background-color: #f0f0f0;
	margin-bottom: -5px;
}
.inclusions-list .inclusions-title {
	background-color: #fff;
	text-align: center;
	padding-bottom: 7px;
}
.inclusionslist-ul
{
    column-count: 3;
    padding-top: 50px;
}
.inclusionslist-ul > li
{
	list-style: none;
	position: relative;
	padding-left: 22px;
	margin-bottom: 6px;
}
.inclusionslist-ul > li > h4
{
	font-size: 15px;
	font-family: 'oxygenbold';
	color: #003767;
	margin-bottom: 10px;
}

.inclusionslist-ul > li:before
{
	content: '';
	position: absolute;
	top: 10px;
	left: 0px;
	width: 4px;
	height: 4px;
	background-color: #122f71;
	border-radius: 50%;
}


/* team popup */
.team-popup
{
	background-color: #fff;
	max-width: 380px;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
}
.team-popupimg
{
	width: 100%;
	padding-bottom: 108%;
	margin-bottom: 21px;
}
.team-popup h2
{
	padding: 0px 10px;
	margin-bottom: 3px;
}
.team-popup h2:after
{
	display: none;
}
.team-popup p
{
	text-align: center;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 20px;
}
.popup-close,
.mfp-close-btn-in .mfp-close
{
	border-radius: 0px;
	position: absolute;
	top: 10px;
	right: -80px;
	font-weight: 100;
	font-size: 30px;
	color: #f0f0f0 !important;
	width: 22px; 
	height: 40px;
    font-size: 38px;
    padding: 2px 7px;
    line-height: 1;
}
.team-popup .popup-close {
	color: #88A3BA;
	font-size: 30px;
	top: 30px;
	right: 20px;
}
.team-popup .popup-close:hover {
	color: #010305 !important;	
}	
.team-popup .mfp-close
{
	display: none !important;
}

.mfp-gallery .mfp-content
{
	/*width: 818px;
	height: 612px; */
}
.mfp-gallery .mfp-figure:after
{
	background-color: #fff;
}
.mfp-gallery .mfp-img
{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0px;
	margin: 0px;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.mfp-inline-holder .mfp-content {
	width:auto !important;
	max-width: 70vw;
}

.mfp-content img{
	display:block;
	max-height:	80vh;
}	

.search-box
{
	padding: 10px;
	width: 250px;
	position: absolute;
	top: 100%;
	z-index: 99;
	right: 0px;
	height: 56px;
	display: none;
}
.search-box > input
{
	border:  1px solid #ddd; 
	width: 100%;
}
.map .labels > li
{
	list-style: none;
	font-size: 15px;
	color: #003767;
	font-family: 'oxygenregular';
	font-weight: 700;
    padding-left: 17px;
    padding-top: 9px;
}

body.popup {
	overflow: hidden;
}

.popup-divsec
{
	/*width: 820px;
	height: 611px;
	background-color: #ffffff;*/
	position: relative;
	overflow: hidden;
}
.popup-divsecimg
{
/*	padding-bottom: 67%; */
}
img.bannerImage
{
	display: none !important;
}
.popup-divsec figure
{
	
	text-align: center;
}
.popup-footersec
{
	background-color: #3e577f;
	padding: 12px 29px 8px 29px;
}
.popup-footersec:after
{
	content: '';
	clear: both;
	display: table;
}
.popup-footersec .popuplogo
{
	display: inline-block;
	float: left; 
}
.popup-footersec .popuplogo img {
	max-height: 76px;
}
.popup-footersec .social-icons
{
	margin-top: 17px;
	float: right;
}
.popup-footersec .social-icons > li
{
	margin-right: 8px;
}
.popup-footersec .social-icons > li:last-of-type
{
	margin-right: 0px;
}
.popup-footersec .social-icons > li > a
{
	width: 24px;
	height: 24px;
	position: relative;
}
.popup-footersec .social-icons > li > a > .fa
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.mfp-gallery button:hover,
.mfp-gallery button:focus,
.mfp-gallery button:active {
	color: #fff;
	background: none;
	border: none;
}
.mfp-arrow {
	width: 27px !important;
}
.mfp-arrow-left {
	color: #fff;
	left: 10% !important;
}
.mfp-arrow-right {
	color: #fff;
	right: 10% !important;	
}
.mfp-arrow-left:before {
	font-family: eicons;
	content: '\e87e' !important;
	border-right: 27px solid transparent !important;
	font-size: 25px;
	right: 100%;
	margin-left: 0 !important;
	color: #f0f0f0;
}
.mfp-arrow-right:before {
	font-family: eicons;
	content: '\e87d' !important;
	border-left: 27px solid transparent !important;
	font-size: 25px;
	left: 100%;
	margin-left: -30px !important;
	color: #f0f0f0;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
	display: none !important;
}	

#envelope-modal
{
	position: relative;
	background-color: #fff;
	max-width: 579px;
	margin: 0 auto;
	padding: 32px 47px 14px 39px;
}
#envelope-modal .gform_wrapper ul.gform_fields li.gfield
{
	padding-right: 0px;
}
#envelope-modal h4
{
	text-transform: uppercase;
}
#envelope-modal .gform_wrapper .gform_footer
{
	margin: 31px 0 0 0;
}
#envelope-modal .mfp-close
{
	display: none;
}





/* filter css */
.filterSection select{ 
  -webkit-appearance: none; /* Webkit */
  -moz-appearance: none; /* FF */
  -ms-appearance: none; /* Edge */
  appearance: none; /* Future */
}
/* IE11 */
.filterSection select::-ms-expand {
  display: none;
}
.checkbox{display:inline-block;cursor:pointer;font-size:13px;margin-right:8px;line-height:12px;
    /* color:#acacac; */
    font-family: 'oxygenregular';
    padding-left:29px;
    position:relative;}
.checkbox:hover{color: #003767;}
input[type=checkbox]{display:none;}
.checkbox:before{content:"";display:block;width:17px;height:17px;vertical-align:middle;color:#000000;text-align:center;border:solid 1px #d1d7dd;position:absolute;right:0;top:0;left: auto;}
#checkboxes [type="checkbox"]:not(:checked) + label:before, 
#checkboxes [type="checkbox"]:checked + label:before{right: 17px;left: auto;border: 1px solid #bfbfbf;box-shadow: none;top: 5px;width: 18px;height: 18px;}
#checkboxes [type="checkbox"]:not(:checked) + label:after, 
#checkboxes [type="checkbox"]:checked + label:after{right: 21px;left: auto;font-size: 13px;color: #1b3a68;top: 10px;transform: rotate(10deg);}
#checkboxes input[type=checkbox]:checked + .checkbox:before{font-family: inherit;content: '';}
input[type=checkbox]:checked + .checkbox:before{content:"\f00c";font-family:'FontAwesome';font-size:12px;line-height:17px;font-weight:300;}
#top-accordian, #top-accordian li ul{list-style:none;padding:0;margin:0;}
#top-accordian{padding:0;position:relative;z-index:999;}
.accordion-title{
    border: 1px solid #A7A9AC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 57px;
    max-width: 100%;
    text-transform: uppercase;
    color: #A7A9AC;
    opacity: 1;
    padding-left: 20px;
    padding-right: 0px;
    font-family: 'oxygenlight';
    font-size: 14px !important;
    letter-spacing: 1.4px;
    display: block;
    background: #fff;
    line-height: 57px;
    position: relative;
}	
.accordion-title.disabled{opacity: 0.5;}
.accordion-title span{font-size: 10px;padding-left:5px;position:absolute;}
.accordion-title:hover, .accordion-title:focus{outline:none;color: #A7A9AC;}
.select_box{ position: relative; }
.accordion-title:after,
.select_box:after
{
	content:"\f107";
	font-family:'FontAwesome';
	position:absolute;
	right:10px;
	font-size:14px;
	top:-2px;
	color: #A7A9AC;
}
.select_box:after {
	right: 12px;
	top: 12px;
	pointer-events: none;
}
.select_box select:hover{
	cursor: pointer;
}
.accordion-content{position:absolute;top:100%;left:0;right:0px;background:#ececec;border-top:none;display:none;z-index:999;width: 100%;}
.accordion-content ul li{
	display:block;
	border-top: 1px solid #fbfbfb;
	position: relative; 
	background-color:#fff; 
	text-transform: uppercase; 
}
.accordion-content ul li:hover,
.accordion-content ul li:hover .checkbox{color: #003767;}
@media only screen and (min-width:768px){.accordion-content{display:none;}
#top-accordian, .search-clear-btns{display:block;}
.squarebox{display: inline-block; vertical-align: middle; width: 18px; height: 18px; border-radius: 2px; background: #fff;position: absolute;    right: 0;    top: 8px; font-style: normal;}}
.page-template-packages .hero-section .urban-pattern,
.page-template-inspiration-page .hero-section .urban-pattern,
.page-template-plans .hero-section .urban-pattern
{ display:none; }
.page-template-packages .introduction, .page-template-plans .introduction {padding: 80px 0; max-width: 1024px; margin: auto;}
.filer-main{background-color: #F0F0F0;padding-bottom: 35px;padding-top: 57px; margin-bottom:-5px;margin-top:-15px;}
.filer-main p{text-align:right; width:100%;margin:0;font-size: 12px; text-transform:uppercase;display:inline-block;color: #919195;}
.filer-main p.filter-applied{float:right;color:#fff;margin-bottom:-30px;}
#top-accordian:after{content: '';display:table;clear: both;}
.filer-main .flex-item{float: left;}
.filer-main .flex-item { width: 21.25%; margin-right: 5%; }
.filer-main .flex-item:last-child { margin-right: 0%; }
.filer-main .filter-reset{ margin-bottom: 30px; }
.filer-main .flex-item > ul > li{position: relative;width:100%;}
.filter-reset .search-clear-btns{float: right;}
.filter-reset .count{float:left;}


.filer-main .flex-item:nth-child(3n+3) .accordion-content{width: auto;left: 20px;right: 20px;}
.filer-main #top-accordian .flex-item:nth-child(3n+3) > ul{margin-left: -20px;margin-right: -20px;}
.filer-main .flex-item:nth-child(3) > ul > li { padding-left: 20px;padding-right: 20px;width:100%;}
.filer-main .flex-item:last-child > ul > li{width: 50%;padding-right: 27px;padding-left: 27px;}
.filer-main .flex-item h4{color: #919195; font-size: 14px; font-family: 'oxygenregular'; font-weight: 100;margin-bottom: 7px; letter-spacing: 1.4px; text-transform:uppercase; }
.filer-main #top-accordian .flex-item:last-child > ul{margin-left: -27px;margin-right: -27px;}
.page-template-plans .filer-main #top-accordian .flex-item:nth-child(3n+4) > ul > li{width: 50%; padding-right: 27px;}
.filer-main #top-accordian .flex-item:nth-child(3n+4) > ul > li:first-of-type{position: relative;}
.filer-main #top-accordian .flex-item:last-child > ul > li:first-of-type:after
{content: 'to';position: absolute;top: 8px;right: -5px;font-size: 14px;font-family: 'oxygenlight';color: #fff;}

.page-template-plans .filer-main #top-accordian .flex-item:first-of-type {width:100%; margin-bottom:5px;}
.page-template-plans .filer-main #top-accordian .flex-item:nth-of-type(2){ width:50%; }
.page-template-plans .filer-main #top-accordian .flex-item:nth-of-type(3){ width: 33%; }
.page-template-plans .filer-main .flex-item:nth-child(3) > ul > li { padding-left: 20px; padding-right: 20px; width: 50%; }
.page-template-plans .filer-main #top-accordian .flex-item .inner-li { margin-bottom:16px; }
.page-template-plans .filer-main #top-accordian .flex-item:nth-of-type(2) .inner-li:first-of-type,
.page-template-plans .filer-main #top-accordian .flex-item:nth-of-type(2) .inner-li:nth-of-type(2)
{ margin-bottom:44px; }

.search-clear-btns{text-align: right;}
.filter-reset .count,
.search-clear-btns > a.button{
	font-size: 14px;
	font-family: 'oxygenregular';
	font-weight: 300;
	margin-top: 2px;
	margin-bottom: 30px;
	display: inline-block;
	letter-spacing: 1.4px;
	color: #919195;
	text-transform: uppercase;
	opacity: 1;
}
.search-clear-btns > a.button:hover{color: #c8c8c8;}
.accordion-content ul li > [type="checkbox"]:not(:checked) + label, 
.accordion-content ul li > [type="checkbox"]:checked + label{
	padding-left: 17px;
	padding-right: 40px;
	position: static;
	color: #919195;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-family: oxygenlight;
}
select#FloorAreaMin, select#FloorAreaMax {
    padding-left: 7px;
}
#filter_intro {
	    display:none;  /* only shows on mobile - turned on in responsive.css */
	}

.filer-main h4 {
	text-transform: uppercase;
	color: #919195;
	font-size: 14px;
	letter-spacing: 1.4px;
}

.filer-main .filter-top .filter-col:first-of-type {
	width:48%;
	display: flex;
}
.filer-main .filter-top .filter-col:last-of-type {
	width:52%;
	display: flex;
}

.filer-main .filter-bottom .filter-col:first-of-type {
	width:42%;
	display: flex;
}

.filer-main .filter-bottom .filter-col:last-of-type {
	width:58%;
	display: flex;
}	
	
.filer-main .filter {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 37px;
	width: 100%;
	flex-direction: column;
    display: flex;
    flex-grow: 1;
}
.page-template-plans .filer-main .filter-bottom .filter {
	width: 33.33%
}

.page-template-plans .filer-main .filter-top > div:first-of-type {
	width: 66.66%;
}

.page-template-plans .filer-main .filter-top > div:first-of-type .filter {
	width: 50%
}	

.page-template-plans .filer-main .filter-top > div:last-of-type {
	width: 33.33%;
}

.page-template-plans .filer-main .filter-top > div:last-of-type .filter {
	width: 100%
}	

.filer-main .filter .inner-li,
.filer-main .filter input,
.filer-main .filter select {
	width: 100%;	
	position: relative;
}	
.filer-main .filter-top,
.filer-main .filter-bottom {
	display: flex;
	margin: 0 -15px;
}	
.filer-main .filter li.split {
	width: 50%;
}
.filer-main .filter li.split:first-of-type {
	padding-right: 15px;	
}
.filer-main .filter li.split:last-of-type {
	padding-left: 15px;
}

	
	
/* filter css */

/* load more */
.pagination{border-top: 0px;}
.pagination > a.btn{cursor: pointer; }
.loadmore.btn{display: inline-block;}



.mfp-arrow:hover, .mfp-arrow:focus
{
    background-color: transparent;
}
.mfp-arrow:after
{
    
}
button.mfp-arrow {
	min-width: 0;
}
/*
.mfp-arrow-right:after {
    border-left: 0;
    content: "\f054";
    color: #959595;
    font: normal normal normal 40px/1 FontAwesome;
    right: -5px;
    width: 54px;
    left: auto;
}
.mfp-arrow-left:after {
	border-right: 0;
    content: "\f053";
    color: #959595;
    font: normal normal normal 40px/1 FontAwesome;
    left: -5px;
    width: 54px;
    right: auto;
}*/
.mfp-arrow:before, .mfp-arrow:after
{
	margin-top: 0px;
}
.mfp-arrow:before
{
	width: 0px;
	height: 0px;
    border-top-width: 0;
    border-bottom-width: 0;
}

.mfp-arrow-left:after
{
	margin-left: 10px;
}

.product-detinnr .dtls-cnt > ul
{
	margin-bottom: 0px;
}
.current-boximg .popup-tag
{
	display: block;
	
}

.current-boximg.prev-show ul > li > figure
{
	padding-bottom: 0px;
}
.virtual-box ul > li a.popup-tag
{	
	padding-bottom: 100%;
	display: block;
}
.single-property .download-secinnr h3,
.single-property .download-secinnr .btn-set
{
	text-align: center;

}
.sales-consuinnr:after
{
	content: '';
	display: table;
	clear: both;
}
.sales-consuinnr .bg-set
{
	height: 152px;
	width: 152px;
	float: left;
}

.sales-consuinnr h3
{
	font-size: 25px;
	display: inline-block;
	font-family: 'oxygenbold';	
	margin-bottom: 20px;
}
.download-sec.sales-consu
{
	padding-top: 41px;
	padding-bottom: 39px;
}

.popup-divsec > p
{
	color: #ddd;
}


/* about urban first section */
.about-urbansec
{
	padding-top: 71px;
	padding-bottom: 61px;
}

.design-insp .flex-item
{
	padding-left: 10px;
	padding-right: 10px;
}

.design-insp .iframe-container {
	background: rgba(0,0,0,0.3);
}

.about-urbancnt
{
	width: 60%;
}
.about-urbanimg.flex-item
{
	width: 40%;
	padding-left: 50px;
}
.about-urbanimg figure
{
	padding-bottom: 88%;
}
.design-inspcnt .flex-item:first-of-type
{
	width: 50%;
}
.design-inspcnt .flex-item:last-of-type
{
	width: 50%;
}

.design-insp
{
	padding-top: 46px;
}
.design-inspcnt
{
	width: 57%;
	font-size: 15px;
}
.design-inspcnt > p
{
	margin-bottom: 20px;
}
.design-inspcnt .bg-set
{	
	width: 260px;
	height: 170px;
    margin: 0 0 0 auto;
}
.design-inspcnt h3
{
	position: relative;
	font-size: 25px;
	color: #003767;
	font-family: 'oxygenbold';
	padding-bottom: 8px;
}
.design-inspcnt h3:after
{
	content: '';	
    position: absolute;
    top: 100%;
    left: 0;
    height: 3px;
    width: 50px;
    padding-bottom: 0px;
    background-color: #003767;
}
.design-inspcnt h5
{
	font-size: 15px;
	color: #003767;
	font-family: 'oxygenbold';
	letter-spacing: 0px;
	text-transform: none;
	line-height: 1.2;
	margin-bottom: 11px;
}
.design-inspcnt ul > li
{
	list-style: none;
	position: relative;
	padding-left: 32px;
	font-size: 15px;
	margin-bottom: 8px;
}
.design-inspcnt ul > li:before
{
	content: '';
	position: absolute;
	top: 11px;
	left: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #003767;
}	
.design-insp
{
	position: relative;
	padding-top: 47px;
	padding-bottom: 21px;
}
.design-insp:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
}

.design-insp .container
{
	position: relative;
	z-index: 9;
}
.design-form
{
	width: 43%;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button
{
	padding: 16px 15px 14px 16px !important;
}

.post-gallerypopup figure
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 50%;
}
.post-gallerypopup figure > img.bannerImage
{
	display: none !important;
}

.design-insp iframe html
{
	background: transparent !important;
}
.post-gallerypopup
{
	width: 70%;
	margin: 0 auto;

}
.mfp-close-btn-in #post-gallery1 .mfp-close
{
	position: fixed;
	top: 10px;
	right: 10px;
	margin-top: 0px;
}
#post-gallery1 .owl-prev,
#post-gallery1 .owl-next
{
	font-size: 0px;
	position: fixed;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
    background-image: url('/wp-content/themes/urban-homes/assets/images/arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 23px;
    height: 34px;
}

#post-gallery1 .owl-next
{
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
    margin-top: -17px;
    right: 15px;
    left: auto;
}
#imageData #numberDisplay{display:none !important;}

.post-loader
{
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 100%;
	background-image: url('assets/images/load-more.gif');
	background-repeat: no-repeat;
	background-size: 70px;
	min-height:70px;
}

.post-loader.property {
	margin-top:-50px;
}

/* sticky header css */

.desk.fixed {
	padding-top:137px; 
}

.mob.fixed {
	padding-top:79px;
}

.blankDiv{display:none;}

header#header,
.sub-navigation
{
 box-shadow: 0px 3px 6px #00000029;
 position: relative;
}
.sub-navigation{ z-index: 3; }
.header#header{ z-index: 4; padding: 0px 0 0;background-position: bottom left !important; box-shadow: none; display: none;}
.header#header.sticky,
.header#header .container{height: 89px;}

body.fixed header#header{
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	animation: 0.5s slideDown;
	-webkit-animation: 0.5s slideDown;
	-moz-animation: 0.5s slideDown;
	-o-animation: 0.5s slideDown;
	-ms-animation: 0.5s slideDown; 
	background-color: #fff;
	box-shadow: 0px 0px 10px #e4e4e4; 
}

@keyframes slideDown {
0% {transform: translateY(-100%);}
100% {transform: translateY(0%);}
}
@-webkit-keyframes slideDown {
0% {transform: translateY(-100%);}
100% {transform: translateY(0%);}
}
@-moz-keyframes slideDown {
0% {transform: translateY(-100%);}
100% {transform: translateY(0%);}
}
@-o-keyframes slideDown {
0% {transform: translateY(-100%);}
100% {transform: translateY(0%);}
}
body.fixed header#header .top-link
{
	display: none;
}
body.fixed a.logo
{
	width: 140px;
	height: auto;
}
body.fixed a.search-icon, 
body.fixed .header-nav
{
	padding-top: 12px;
}
body.fixed .inner-header
{
	padding-top: 10px;
	padding-bottom: 0px;
}
#bottom-top
{
	display: none;
	position: fixed;
	background-color: #8f9093;
	padding: 10px;
	z-index: 99;
	bottom: 30px;
	right: 0px;
	padding: 5px 10px;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
}
#bottom-top:hover
{
	background-color: #ddd;
}
#bottom-top .fa
{
	font-size: 30px;
	color: #003767;
}.clr-style{color: #010305; !important;}.clr-style:focus{outline:none;}

.video-img {
    width: 65%;
    background-size: cover;
    float: none;
    margin: 0 auto;
}

.award-listing .container{  
    padding-left: 12px;
    padding-right: 12px;
}


/* Careers Page */
.jobs .job {
	padding-top: 48px;
	padding-bottom: 11px;
	overflow: hidden;
	
}

.jobs .job:nth-child(odd) {background-color: #dddddd;}
.jobs .job:nth-child(odd) .gform_fields input,
.jobs .job:nth-child(odd) .gform_fields textarea{background-color:#fff;}
.jobs .job:nth-child(even) {
	background: #FFF;
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 43px;
	background-image: url('/wp-content/themes/urban-homes/assets/images/partten.png');
}

.jobs .job:nth-child(odd) .gform_wrapper input[type="submit"]:hover {
	background-color:#fff;
	color: #1a3b68;
}

.job h2 { font-size: 25px; color: #003767; font-weight: normal; }
.job h2:after{ display:none; }

.gform_wrapper .top_label .show .gfield_label {
    display: block !important;
    font-size:14px;
    font-weight:500;
}

img.gform_ajax_spinner {
	max-width:30px;
}	

/* Style change previous-show-home page
===========================================================*/
.previous-show.content .previous-showtext {
	width: 100%;
}
.award-listing.previoushome .award-box {
	width: 100%;
}
.award-listing.previoushome .award-box > .popup-tag {
	float: left;
	width: 49.2%;
	display: block;
	margin-right: 12px;
}
.award-listing.previoushome:after {
	content: "";
	display: table;
	clear: both;
}
.seefloorplan-sec {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 64px 0 62px;
	margin-top: 30px;
}
.seefloorplan-sec:before {
	content: "";
	background: rgba(255,255,255,0.85);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 0;
}
.seefloorplan-sec .container {
	position: relative;
	z-index: 1;
}
.seefloorplan-sec h2 {
    font-family: 'oxygenbold';
    font-size: 28px;
    line-height: 1.2;
    color: #003767;
    font-weight: bold;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 200px;
}
.seefloorplan-sec h2:after {
	display: none;
}
.seefloorplan-sec .btn {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #1a3b68;
	color: #fff;
}
.seefloorplan-sec .btn:hover, .seefloorplan-sec .btn:focus {
	  border: 1px solid #003767;
      background: transparent;
}
.explore-reverton-sec .previous-showtext {
	width: 50.5%;
	padding-right: 15px;
}
.explore-reverton-img {
	width: 49%;
	text-align: right;
}
.explore-reverton-sec .previous-showtext .btn {
	background: #1a3b68;
}
.explore-reverton-sec .previous-showtext .btn:hover, .explore-reverton-sec .previous-showtext .btn:focus {
	background: #8f9094;
}
.award-listing.previoushome .award-box .avia-button-wrap .avia-button .btn {
	background: #1a3b68;
	margin-bottom: 39px;
}
.award-listing.previoushome .award-box .avia-button-wrap .avia-button .btn:hover, .award-listing.previoushome .award-box .avia-button-wrap .avia-button .btn:focus {
	background: #8f9094;
	outline: none;
}
.award-listing.previoushome .award-box ul.display-flex {
	margin-top: 0;
}

/* Scroll top */
.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 54px;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    background-color: #e4e5e7;
    border-radius: 3px;
    color:#fff;
    text-align:center;
}

.scroll-top::before {
    display: block;
    width: 44px;
    height: 30px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='44px' height='44px' viewBox='0 0 44 44' enable-background='new 0 0 44 44' xml:space='preserve'%3E%3Cpath fill='white' d='M29.121,19.55l-6.29-6.196c-0.025-0.025-0.053-0.049-0.082-0.071c-0.012-0.011-0.024-0.02-0.038-0.03c-0.016-0.011-0.031-0.024-0.048-0.034c-0.017-0.011-0.032-0.02-0.048-0.03c-0.015-0.009-0.029-0.018-0.044-0.025c-0.017-0.009-0.034-0.017-0.051-0.024c-0.016-0.008-0.031-0.015-0.047-0.022c-0.016-0.006-0.033-0.012-0.049-0.018c-0.018-0.005-0.035-0.014-0.053-0.019c-0.017-0.005-0.034-0.008-0.05-0.013c-0.018-0.005-0.036-0.009-0.054-0.013c-0.02-0.003-0.039-0.006-0.059-0.008c-0.016-0.003-0.032-0.005-0.049-0.007c-0.073-0.007-0.146-0.007-0.218,0c-0.017,0.002-0.033,0.005-0.05,0.008c-0.02,0.002-0.038,0.005-0.058,0.009c-0.019,0.003-0.037,0.009-0.055,0.013c-0.016,0.005-0.033,0.008-0.05,0.013c-0.017,0.005-0.035,0.012-0.052,0.018c-0.017,0.006-0.033,0.012-0.049,0.019c-0.017,0.006-0.032,0.014-0.048,0.021c-0.017,0.008-0.034,0.016-0.051,0.024c-0.015,0.008-0.029,0.018-0.044,0.026c-0.015,0.008-0.031,0.018-0.048,0.029c-0.016,0.01-0.031,0.022-0.047,0.034c-0.014,0.01-0.027,0.019-0.04,0.028c-0.042,0.035-0.08,0.073-0.117,0.113c-0.013,0.011-0.026,0.021-0.037,0.033l-6.313,6.219c-0.433,0.428-0.434,1.12-0.003,1.544c0.432,0.426,1.131,0.424,1.564-0.002l4.495-4.426l-0.023,14.11c-0.001,0.603,0.493,1.092,1.104,1.09s1.107-0.49,1.109-1.095l0.023-14.108l4.403,4.334c0.432,0.426,1.133,0.424,1.565-0.003S29.553,19.975,29.121,19.55'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}

.screen-reader-text {
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    clip: rect(1px,1px,1px,1px);
}

.scroll-top.on {
    right: 10px;
    opacity: 1;
    z-index: 109;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.scroll-top.off {
    right: -45px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}



/* blog listing page */
.blog-slide-bar
{
	width: 29%;
	padding-right: 10px;
}

.single-blog .blog-slide-bar {	
	padding-right: 60px;
	width: 32.5%;
	border-right: 1px solid #D6D6D5;
	height: fit-content;
	height: -webkit-fill-available; 
}
	
.blog-list
{
	width: 71%;
	padding-left: 10px;
		
}
.single-blog .blog-list {
	background-color: #fff;
	width: 67.5%;
}
.blog-list .btn-center {
	margin: 30px 0 20px 0;
}
.blog-list > h3
{
	color: #003767;
}

.blog-sidebarinnr
{
	background-color: #f0f0f0;
	padding: 28px 20px 41px 20px;
}
.blog-slide-bar .widget-title {
	display: none;
}
.blog-sidebarinnr h3
{
    font-size: 22px;
    margin-bottom: 27px;
    text-transform: uppercase;
}
.blog-sidebarinnr > ul
{
	margin: 0px;
	padding: 0px;
}
.blog-sidebarinnr > ul:first-of-type
{
	padding-bottom: 26px;
	margin-bottom: 33px;
	border-bottom: 1px solid #D6D6D5;
}
.blog-sidebarinnr > ul > li
{
	list-style: none;
	padding-bottom: 10px;
}
.blog-sidebarinnr > ul > li >a
{
	font-family: 'oxygenlight';
	letter-spacing: 0px;
	color: #919195;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
}
.blog-sidebarinnr > ul > li > a:hover,
.blog-sidebarinnr > ul > li.active > a
{
	opacity: 0.5;
}
.blog-listing
{
	padding-top: 51px;
	padding-bottom: 39px;
	background-color: #F6F6F5;
}
.single-blog .blog-listing{
	background-color: #fff;
}

.blog-list-box > a
{
	display: block;
    overflow: hidden;
   
}
.blog-list-box > a:hover .blog-list-img {
	transform: scale(1.2);
}
.blog-list-box .blog-list-img 
{
	padding-bottom: 57.6%;	
	 transition-duration: 0.3s;
}
.first-blog .blog-list-box .blog-list-img
{
	padding-bottom: 34%;
	
}
.blog-list-box > figcaption
{
	background-color: #fff;
	padding: 30px 30px 1px 30px;
}
.blog-list-box h2,
.blog-list-box h2 > a 
{
   
    font-size: 20px;
    line-height: 32px;
	letter-spacing: 0px;
	color: #010305;
	
}

.blog-list-box h2 {
	border-bottom: 1px solid #D6D6D5;
	padding-bottom: 18px;
	margin-bottom: 30px;
}

.blog-list-box h2 > a:hover
{
	opacity: 0.7;
}
.blog-list-box h2:after
{
	display: none;
}

.blog-list-box p > a
{
	color: #919195;
	text-decoration: none;
}
.blog-list-box p > a:hover
{
	opacity: 0.7;
}
.blog-list .flex-item
{
	width: 50%;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 16px;
}
.blog-list .flex-item > figure
{
	height: 100%;
    background-color: #fff;
}
.blog-list .flex-item.first-blog
{
	width: 100%;
}
.blog-list figure:hover
{
	box-shadow: 0px 0px 17px rgba(185, 185, 185, 0.6);
}

.blog-list > .display-flex 
{
	margin-left: -6px;
	margin-right: -6px;
}
.btn-center
{
	display: block;
	text-align: center;
	width: 100%;
}
.btn-load
{
	margin-top: 20px;
	display: inline-block;
	background-color: #8f8f8f;
	padding: 17px 14px 15px 14px;
	border-radius: 10px;
	font-size: 15px;
	letter-spacing: 0.4px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #fff;
	font-family: 'oxygenbold';
}
.btn-load:hover
{
	background-color: #003767;
	color: #fff;
}	


.blog-details-img
{
	padding-bottom: 43%;
}
.blog-details-innr
{
	margin-bottom: 30px;
	padding-left: 60px;

}
.blog-details-innr h1
{
    margin-top: 19px;
    margin-bottom: 41px;
    line-height: 1.45;
}
.blog-details-innr > p 
{
	letter-spacing: 0.1px;
	margin-bottom: 25px;
}

.nav-subtitle
{
	color: #003767;
	font-family: 'oxygenbold';	
	margin-bottom: 2px;
}
.nav-title
{
	color: #003767;	
}

.post-navigation .nav-next a:hover .nav-subtitle,
.post-navigation .nav-previous a:hover .nav-subtitle,
.post-navigation .nav-next a:hover .nav-title,
.post-navigation .nav-previous a:hover .nav-title
{
	color: #8f9093;
}
.writer-share
{
	text-align: left;
	color: #A7A9AC;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	font-size: 16px;
}
.writer-share > .share-dtl-icon
{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
    margin-left: 7px;
}
.writer-share > .share-dtl-icon > img:nth-child(2n+2)
{
	display: none;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
}
.writer-share > .share-dtl-icon:hover > img:nth-child(2n+2)
{
	display: block;
}
.writer-share > .share-dtl-icon:hover > img:nth-child(2n+1)
{
	display: none;
}
.writer-share > p
{	
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-family: 'oxygenlight';
	line-height: 1.2;
	letter-spacing: 0px;
	margin: 0px;
	color:#003767;
}
.crunchify-social
{	
	display: inline-block;
	vertical-align: middle;
	margin-left: 21px;
}
.crunchify-social > a:first-of-type 
{
	margin-left: 0px;
}
.crunchify-social > a
{
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	color: #8e8f93;
	line-height: 1.1;
	margin-left: 7px;
	-webkit-transition: all .40s linear;
	   -moz-transition: all .40s linear;
	    -ms-transition: all .40s linear;
	     -o-transition: all .40s linear;
	        transition: all .40s linear;
}
.crunchify-social > a:hover
{
	color: #163a6a;
}

.post-navigation
{
	margin: 00;
}
.tax-blog_category .blog-list-box:hover
{
	box-shadow: none;
}
.tax-blog_category .blog-list-box p
{
	margin-bottom: 20px;
	line-height: 1.5;
}

/*.addtoany_list a:hover span svg path {
    fill: #003767 !important;
}
.addtoany_list a:hover img, .addtoany_list a:hover span
{
    opacity: 1 !important;
}*/
.addtoany_list a img{width:auto;}
.addtoany_shortcode {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 5px;
}

/* popup maker */
.pum-theme-6448 .pum-container, .pum-theme-lightbox .pum-container {
    border: 0px solid #000000 !important;
	border-radius: 0 !important;
}

.pum-theme-6448 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    right: -8px !important;
    top: -20px !important;
    font-size: 10px !important;
}
/*
#popmake-6771 h5,
#popmake-6771 .pum-content p {
	color:#fff;
}*/

#popmake-6771 .gform_footer input[type="submit"] {
    background: transparent !important;
    color: #010305 !important;
    border: 1px solid #003767;
}

#popmake-6771 .gform_footer input[type="submit"]:hover {
    background-color: #E9EEF3 !important;
    border: 1px solid #E9EEF3;
    color: #010305 !important;
}

.pum-container p {
	margin-bottom: 0;
	line-height: 24px;
	font-size: 16px;	
}

.pum-container .gform_warapper {
	margin-top: 0;
	margin-bottom: 0;
}

.pum-container .gform_warapper input[type="text"], .pum-container textarea {
    height: 45px;
}    

.pum-container .gform_wrapper .top_label .gfield_label {
	line-height: 0.5;
}

.pum-container .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}

.pum-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]), .pum-container  .gform_wrapper textarea {
    margin-bottom: 0 !important;
}

html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
/*	overflow-y: scroll;
	max-height: 80vh; */
}

.pum-container.pum-scrollable .pum-content {
    overflow-y: auto !important;
    max-height: 95%;
}

.grecaptcha-badge {
	opacity: 0;
}
