/*!
Theme Name: FSE
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 
Tags: custom-menu, featured-images, threaded-comments

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.

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



*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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%;
}

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

.gallery-caption {
	display: block;
}
.maincontent a {
    color: #897470;
    text-decoration: none;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('/wp-content/themes/gregoryphillips/fonts/HelveticaNeueBlack.otf') format('otf'),
		 url('/wp-content/themes/gregoryphillips/fonts/HelveticaNeueBlackItalic.otf') format('otf'),
		 url('/wp-content/themes/gregoryphillips/fonts/HelveticaNeueBold.otf') format('otf');
	font-weight: normal;
	font-style: normal;
  }
  span.gp-logo {
    font-family: HelveticaNeueBlack;
    font-size: 38px;
    font-weight: 700;
	color: #000000;
}
span.gp-logo-light {
    font-family: HelveticaNeueBlack;
    font-weight: 300;
    font-size: 38px;
	color: #000000;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-fse-nav li {
    font-family: 'HelveticaNeueBlack';
    font-weight: 500;
    color: #000000;
    font-size: 20px;
    margin-left: 50px;
    padding-left: 24px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-fse-nav a {
    color: black;
    padding-right: 0px;
    padding-left: 0px;
}
.header-logo a {
    text-decoration: none;
}
.text-right {
    text-align: right;
}
.fse-footer {
    background-color: rgb(230, 230, 230);
    padding-top: 150px;
    padding-bottom: 120px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.fse-footer p {
    font-family: 'HelveticaNeueBlack';
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 1.8em;
}
.vertical-image {
    padding-top: 2.2em;
    padding-bottom: 2.2em;
}
p.footer-cr {
    color: gray;
    font-size: 15px;
}
p.footer-sub a {
    color: #897470;
    text-decoration: none;
}
p.footer-sub {
    font-family: 'HelveticaNeueBlack';
    font-weight: 500;
    font-size: 22px;
}
.fse-header {
    padding: 36px;
}
.slider-service-img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.ld-wide-image img {
    width: 100%;
    object-fit: cover;
}
.col-12.col-md-4.col-lg-4.tile.tile--result.project_box_1 {
    padding-left: 0px;
}
.col-12.col-md-4.col-lg-4.tile.tile--result.project_box_2 {
    padding-left: 1.1em;
    padding-right: 1.1em;
}
.col-12.col-md-4.col-lg-4.tile.tile--result.project_box_3 {
    padding-right: 0px;
}
.maincontent h4 {
    font-family: HelveticaNeueBlack;
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    display: block;
    margin-bottom: 1.8em;
}
nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    transition: background-color 0.3s ease;
    z-index: 1000;
}
.maincontent {
    background-color: rgb(230, 230, 230);
    padding-top: 120px;
    padding-bottom: 120px;
}
.maincontent h2 {
    font-family: 'HelveticaNeueBlack';
    font-size: 38px;
    font-weight: 700;
    color: black;
    line-height: 45px;
    margin-bottom: 1.8em;
    display: inline-block;
}
.post, .page {
    margin: 0px;
}
body .room-finder {
    font-family: 'HelveticaNeueBlack'
}

.room-finder ul {
    list-style: initial
}

.room-finder ul.row {
    list-style: none;
    padding: 0
}

.room-finder ul li {
    margin-bottom: .8em
}

.room-finder h1 {
    font-size: 2.2rem
}

.room-finder h2 {
    font-size: 1.8rem
}

.room-finder .container:before {
    content: none !important
}

.room-finder .section-title {
    text-align: center;
    font-weight: 300;
    margin: 0 !important;
    margin-bottom: 1em !important
}

.room-finder .section-title b {
    background-color: #ffe228
}

.room-finder .section-description {
    font-family: 'HelveticaNeueBlack';
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .04em;
    max-width: 50.5em;
    margin-left: auto;
    margin-right: auto
}

.room-finder .section-cta {
    border: 4px solid;
    font-family: 'HelveticaNeueBlack';
    border-radius: 0;
    font-size: 20px;
    font-weight: 300
}

.room-finder .section-cta--white {
    border-color: #fff;
    color: #fff
}
p#breadcrumbs {
    font-family: 'HelveticaNeueBlack';
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #b4b4b4;
}
.g-breadcrumb a {
    color: #b4b4b4;
}
.room-finder .section-cta--white:hover,.room-finder .section-cta--white:focus {
    background-color: #fff;
    color: #000
}

.room-finder .e4e418d7 {
    max-width: 1200px;
    box-shadow: 0 3px 7px rgba(0,0,0,.35);
    background-color: #675f56;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: outline 1s,-webkit-transform .3s;
    transition: outline 1s,transform .3s;
    outline: 0 solid transparent;
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .room-finder .e4e418d7 {
        -webkit-transform:none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 1.5rem !important
    }
}

.room-finder .e4e418d7__001 .item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
    max-width: 85%;
    line-height: 2
}
.fse-header.colour-show-mobile {
    background-color: rgb(230, 230, 230) !important;
}
.room-finder .e4e418d7 .selectize-dropdown,.room-finder .e4e418d7 .selectize-dropdown.form-control {
    font-size: 18px
}

.room-finder .e4e418d7-outline-001 {
    outline: 10px solid rgba(255,227,42,.5)
}

.room-finder .e4e418d7__001 {
    box-shadow: 0 3px 7px rgba(0,0,0,.35);
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #b8b8b8;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .04em;
    padding: 14px;
    line-height: 1;
    margin-bottom: 10px;
    width: 100%;
    height: 52px;
    vertical-align: top;
    -webkit-transition: 80ms ease-out;
    transition: 80ms ease-out;
    outline: 10px solid transparent;
    text-align: left
}

.room-finder .e4e418d7__001:hover {
    outline-color: #c8b000
}

.room-finder .e4e418d7__001::-webkit-input-placeholder {
    color: #b8b8b8
}

.room-finder .e4e418d7__001::-moz-placeholder {
    color: #b8b8b8
}

.room-finder .e4e418d7__001:-ms-input-placeholder {
    color: #b8b8b8
}

.room-finder .e4e418d7__001::placeholder {
    color: #b8b8b8
}

@media (min-width: 600px) {
    .room-finder .e4e418d7__001 {
        width:calc(100%/2 - 8px);
        margin-bottom: 10px
    }

    .room-finder .e4e418d7__001:nth-of-type(odd) {
        margin-right: 10px
    }
}

@media (min-width: 992px) {
    .room-finder .e4e418d7__001 {
        width:calc((100%/5) - 12px);
        margin-right: 10px;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .room-finder .e4e418d7__001.selectize-dropdown.single {
        width:130% !important
    }
}

.room-finder .e4e418d7__001 .selectize-dropdown-content .option {
    padding: .5em !important;
    letter-spacing: 0 !important
}

p.digi-cat-posts {
    margin-bottom: 10px
}

.room-finder .e4e418d7__001 .selectize-input {
    top: 0;
    left: 0;
    border: 0;
    vertical-align: middle;
    height: 100%
}

.room-finder .e4e418d7__001.selectize-control {
    padding: 0;
    display: inline-block
}
.mobile-slider {
    display: none;
}
.room-finder .e4e418d7__001.selectize-dropdown {
    height: auto
}

.room-finder .e4e418d7__001 .selectize-input input {
    height: 100%
}
.bouncing-arrow-banner img {
    width: 100px !important;
    height: 100px !important;
    animation: bounce 1s infinite;
    object-fit: fill !important;
}
.bouncing-arrow-banner {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    text-align: center;
}
.room-finder .e4e418d7__002 {
    box-shadow: 0 3px 7px rgba(0,0,0,.35);
    background-color: #ffe228;
    color: #32250b;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    vertical-align: initial
}

.room-finder .e4e418d7__002:hover,.room-finder .e4e418d7__002:focus {
    background-color: #c8b000;
    outline: 0
}

@media (min-width: 600px) {
    .room-finder .e4e418d7__002 {
        min-width:282px
    }
}

@media (min-width: 992px) {
    .room-finder .e4e418d7__002 {
        min-width:auto;
        width: calc(100%/5 - 6px)
    }
}

.room-finder .tile {
    position: relative;
    height: 350px;
    position: relative;
    margin-bottom: 15px;
    padding: 2.2em;
}

@media (min-width: 768px) {
    .room-finder .tile {
        margin-bottom:0
    }
}

@media (max-width: 1024px) {
    .room-finder .tile {
        height:8.75rem;
        padding: 0 7.5px
    }

    .room-finder .tile--result {
        padding: 0 7.5px;
        margin-bottom: 15px
    }

    .room-finder .tile--result .more {
        display: none !important
    }

    .room-finder .tile--result .vertical {
        padding-top: 0 !important
    }
}

@media (max-width: 600px) {
    .room-finder .tile .more {
        display:none !important
    }

    .room-finder .tile .vertical {
        padding-top: 0 !important
    }
}

.room-finder .tile.mobile-center {
    padding: 0 7.5px
}

@media (min-width: 768px) {
    .room-finder .tile.mobile-center {
        padding:0 15px
    }
}

.room-finder .tile.mobile-left {
    padding-left: 7.5px
}

@media (min-width: 768px) {
    .room-finder .tile.mobile-left {
        padding:0 15px
    }
}

.room-finder .tile.mobile-right {
    padding-right: 7.5px
}

@media (min-width: 768px) {
    .room-finder .tile.mobile-right {
        padding:0 15px
    }
}

.room-finder .tile .image {
    background-position: center;
    background-size: cover;
    position: relative;
    transition: .2s;
    text-align: center;
}

.room-finder .tile .image a {
    position: relative;
    text-decoration: none
}

.room-finder .tile .image a:hover .more {
    opacity: 1 !important
}
.bouncing-arrow a {
    height: 100px;
    width: 100px;
    position: relative;
    padding: 20px;
}
.bouncing-arrow {
    position: relative;
    text-align: center;
    margin: 20px auto;
  }
  
  .bouncing-arrow img {
      width: 100px;
      height: 100px;
      animation: bounce 1s infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }
.room-finder .tile .image a .vertical-container {
    width: 100%;
    position: relative;
    padding-top: 75%;
}
.vertical-container.red-bord:hover {
    background-color: #ffffffb0;
    transition: all 0.5s ease-in-out;
}
.room-finder .tile .image a .vertical-container .vertical {
    font-style: normal;
    font-size: 1.75rem;
    color: #fbfbfb;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    margin-top: -70px;
}
@media (max-width: 1024px) {
    .room-finder .tile .image a .vertical-container .vertical {
        font-size:1rem;
        top: 50%;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0)
    }
}
.left-port-padding {
    padding-left: 1.7rem!important;
}

.right-port-padding {
    padding-right: 1.7rem !important;
}
.room-finder .tile .image a .vertical-container .vertical .more {
    opacity: 0;
    font-size: 1rem;
    display: block;
    text-transform: initial;
    font-family: 'HelveticaNeueBlack'
}
.process-steps h3:before {
    content: "/ ";
    display: inline-block;
    margin-right: 0.25em;
}
.room-finder .tile .image a:hover .vertical-container .vertical {
    top: 80%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}
.maincontent h2:before {
    content: "/ ";
    display: inline-block;
    margin-right: 0.25em;
}
.room-finder .tile .image a .vertical-container .vertical .tile__title {
    position: relative;
    -webkit-transform: translateY(calc(-50% + 1em));
    -ms-transform: translateY(calc(-50% + 1em));
    transform: translateY(calc(-50% + 1em));
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
    font-family: 'Montserrat'
}

@media (max-width: 1024px) {
    .room-finder .tile .image a .vertical-container .vertical .tile__title {
        -webkit-transform:translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.room-finder .tile .image a:hover .vertical-container .vertical .tile__title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.room-finder .a50a6d55 {
    width: 2em;
    height: 2em;
    vertical-align: middle;
    display: inline-block
}

.room-finder #enquire-now {
    background-image: url("/wp-content/themes/FSE/img/event_finder/clock-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative
}

.room-finder #enquire-now:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #af670d;
    height: 100%;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    mix-blend-mode: multiply
}

.room-finder #enquire-now:hover:before {
    background-color: #dcb138
}

.room-finder #main-content h1,.room-finder #main-content h2,.room-finder #main-content h3,.room-finder #main-content h4,.room-finder #main-content h5,.room-finder #main-content h6 {
    font-family: 'HelveticaNeueBlack';
    color: #000;
    padding: 0;
    margin: 1.5rem 0;
    letter-spacing: .1em
}

.room-finder #main-content p {
    text-align: justify;
    padding: 0
}

.room-finder .padding-m {
    padding-top: 45px;
    padding-bottom: 45px
}

@media (min-width: 1366px) {
    .room-finder .padding-m {
        padding-top:60px;
        padding-bottom: 60px
    }
}

.room-finder-divi .et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
    max-width: 100% !important
}

.room-finder-divi .container {
    width: 100% !important
}

.room-finder-divi .e4e418d7 {
    margin-bottom: 30px !important;
    margin-top: 30px;
    transform: none !important
}
p.project-box-title {
    font-size: 33px;
    color: black;
    font-family: 'HelveticaNeueBlack';
    font-weight: 500 !important;
}
.tp-padding {
    padding-top: 64px;
}
section.single-project-banner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header-bg-spacer {
    background-color: rgb(230, 230, 230);
    height: 131px;
}
.maincontent p {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    margin-bottom: 1.8em;
    line-height: 46px;
}
.logohold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.maincontent p {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    margin-bottom: 1.8em;
}
.sp-project {
    padding-left: 70px;
    padding-right: 70px;
}
h1.project-m-title {
    font-family: HelveticaNeueBlack;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
	display: inline-block;
    margin-bottom: 1.8em;
}
span.title-line {
    font-family: HelveticaNeueBlack;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-right: 4px;
}
button.btn.btn-project-link {
    color: #897470;
    font-family: HelveticaNeueBlack;
    font-weight: 300;
    display: block;
    font-size: 24px;
    width: 638px;
    text-align: left;
    border-bottom: 1px solid #897470;
    border-radius: 0px;
    margin-bottom: 1.8em;
}
span.blog-date {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 24px;
    color: #897470;
    margin-bottom: 1.8em;
    margin-left: 15px;
}
button.btn.btn-project-link svg {
    margin-top: -8px;
}
.modal-header {
    background-color: rgb(153, 116, 112);
    color: white;
}
figure.wp-block-image.size-full {
    padding-top: 40px;
    padding-bottom: 40px;
}
.modal-header h5 {
    font-family: HelveticaNeueBlack;
    font-size: 38px;
    font-weight: 700;
    color: white;
    text-transform: capitalize;
    display: inline-block;
}
.modal-body p {
    font-weight: 100;
    color: white;
    margin-bottom: 10px;
}
.modal-body {
    background-color: rgb(153, 116, 112);
}
.modal-content {
    background-color: rgb(153, 116, 112);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: 0px;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    padding-bottom: 0px;
}
.grecaptcha-badge {
    display: none !important;
}
button.btn.btn-project-close {
    padding-left: 0px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    color: white;
    font-size: 22px;
    padding-top: 1em;
    padding-bottom: 1em;
}
button.btn.btn-project-close svg {
    padding-bottom: 5px;
    margin-left: -9px;
}
figure.wp-block-image.size-large {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
}
.project-line-popup {
    height: 1px;
    background-color: white;
    width: 500px;
    margin-bottom: 50px;
}
.project-dt strong {
    font-weight: 300;
}
.studio-p img {
    height: 780px;
    width: 100%;
    object-fit: cover;
}
.maincontent h2 strong {
    font-weight: 700;
}
.maincontent.dark-main {
    background-color: rgb(153, 116, 112);
    color: white;
}
.gp-logo, .gp-logo-light {
    transition: all 0.5s ease; /* Smooth transition for text change */
}

.maincontent.dark-main p {
    color: white;
}
.footer-line {
    height: 1px;
    background-color: gray;
}
.left-side-space {
    padding-right: 1.7em;
}

.right-side-space {
    padding-left: 1.7em;
}
p.pc-num {
    font-size: 54px;
    font-weight: 500;
}
.maincontent.dark-main h3 {
    font-family: 'HelveticaNeueBlack';
    font-size: 32px;
}
.process-subtext p {
    font-style: italic;
}
.process-subtext {
    text-align: right;
}
.process-subtext p:after {
    content: ' ';
    display: block;
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 1.125rem;
    margin-top: 6px;
    margin-left: auto;
}
span.review-speech {
    font-size: 200px;
    position: absolute;
    margin-left: -89px;
}

span.review-speech-left {
    font-size: 200px;
    position: absolute;
    margin-left: -90px;
    margin-top: -60px;
}

span.review-speech-right {
    font-size: 200px;
    position: absolute;
    margin-left: 64%;
    margin-top: -90px;
}
.review-slider {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 24px;
    color: RGB(230, 230, 230);
    margin-top: 64px;
    margin-bottom: 64px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.bouncing-arrow-banner p {
    color: #e6e6e6;
    margin-bottom: -25px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 100;
    font-size: 18px;
    margin-left: -4px;
}
img {
    pointer-events: none;
}
span.gp-logo-a {
    font-weight: 300;
}
html {
    overflow-x: hidden;
}
a.nav-link.active {
    color: rgb(153, 116, 112) !important;
}
/* Style for individual nav-links */
.navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    color: #000; /* Text color */
    text-decoration: none;
    padding-bottom: 5px;
    transition: color 0.3s ease;
}
img.image-spacer-pad {
    padding-bottom: 2.2em;
}
/* Create the underline using a pseudo-element */
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1.1px; /* Thickness of the underline */
    background-color: #000000; /* Underline color */
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}
a.nav-link.active:after {
    background-color: rgb(153, 116, 112);
}
/* Animate the underline on hover */
.navbar-nav .nav-link:hover::after {
    width: 100%; /* Fully expand the underline */
}

/* Optional: Change link color on hover */
.navbar-nav .nav-link:hover {
    color: #000; /* Adjust hover text color if needed */
}

/* Keep underline for active/current menu item */
.navbar-nav .current-menu-item .nav-link::after,
.navbar-nav .active .nav-link::after {
    width: 100%; /* Make the underline full width for active link */
}

/* Optional: Change text color for active/current link */
.navbar-nav .current-menu-item .nav-link,
.navbar-nav .active .nav-link {
    color: #000; /* Change text color for the current/active link */
}
.maincontent h3 {
    font-family: 'HelveticaNeueBlack';
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 1.5em;
}
.top-banner-box.white-heading-banner p {
    color: white;
}
.top-banner-box.white-heading-banner span {
    color: white;
}
b, strong {
    font-weight: 700;
}
li#menu-item-19 {
    font-weight: 500;
}
.maincontent ul {
    margin-left: 0px;
}
.maincontent li {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    margin-bottom: 1.1em;
}
.home-project-box.tile--result {
    height: 516px;
}
.footer-right-1 a {
    color: #404040;
    text-decoration: none;
}
.vertical.home-vertical {
    margin-top: -100px !important;
}
p.large-banner-logo {
    font-family: HelveticaNeueBlack;
    font-size: 70px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 374px;
}
span.light-banner-logo {
    font-family: HelveticaNeueBlack;
    font-weight: 300;
    font-size: 70px;
    color: #000000;
}
.fse-footer h4 {
    font-family: 'HelveticaNeueBlack';
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.8em;
    color: gray;
}
.top-banner-box {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -550px;
    z-index: 9;
}
h2.slash-title {
    display: inline-block;
}
.home-project-text {
    padding-top: 160px;
}
.home-project-text a {
    color: #000000;
    font-weight: 500;
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
}
.maincontent.dark-main .home-project-text a {
    color: white;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 2px;
}
.maincontent.dark-main span.title-line {
    color: white;
}
.footer-col-widget p {
    margin-bottom: 20px;
}

p.footer-cr a {
    color: gray;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 1em;
    margin: -1em;
}
.footer-col-widget a {
    color: #404040;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 1em;
    margin: -1em;
}
.slider-service-img {
    height: 100%;
}
.fse-footer-top {
    background-color: rgb(230, 230, 230);
    padding-top: 200px;
}
input#input_1_1 {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    padding: 12px;
    background: white;
    border: 0px;
    border-radius: 0px;
    padding-left: 12px;
    width: 95%;
}
input#input_1_2 {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    padding: 12px;
    background: white;
    border: 0px;
    border-radius: 0px;
    padding-left: 12px;
    width: 95%;
}
input#input_1_3 {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    padding: 12px;
    background: white;
    border: 0px;
    border-radius: 0px;
    padding-left: 12px;
    width: 95%;
}

input#input_1_4 {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    padding: 12px;
    background: white;
    border: 0px;
    border-radius: 0px;
    padding-left: 12px;
    width: 95%;
}
input#gform_submit_button_1 {
    color: #b4b4b4;
    background-color: white;
    border: 2px solid;
    font-size: 20px;
    margin-top: -50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.gform_legacy_markup_wrapper .gform_footer {
    padding: 50px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both;
    width: 100%;
}
textarea#input_1_5 {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    padding: 12px;
    background: white;
    border: 0px;
    border-radius: 0px;
    padding-left: 12px;
    width: 95%;
    height: 331px;
    padding-top: 20px;
    margin-top: 12px;
}
input#gform_submit_button_1 {
    color: #b4b4b4;
    background-color: white;
    border: 2px solid;
    font-size: 20px;
    margin-top: -50px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 500;
    font-size: 18px;
}

.hover-contact-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    opacity: 0; /* Make the button invisible initially */
    pointer-events: none; /* Prevent interaction when invisible */
    transition: opacity 0.3s ease; /* Smooth fade-in effect */
}
.hover-contact-button.visible {
    opacity: 1; /* Make the button visible */
    pointer-events: auto; /* Enable interaction */
}
.col-12.col-md-6.col-lg-6.tile.home-project-box.tile--result.right-port-padding {
    padding-left: 0px;
    padding-right: 1.7em !important;
}
.col-12.col-md-6.col-lg-6.tile.home-project-box.tile--result.left-port-padding {
    padding-right: 0px;
    padding-left: 1.7em !important;
}
.hover-contact-button a {
    text-decoration: none;
}
.button-br {
    background-color: #000000;
    font-family: 'HelveticaNeueBlack';
    color: white;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
    padding: .6em 1em .4em;
}
.fse-header .container-fluid {
    padding-right: 0px;
}
.col-12.col-md-6.col-lg-4.tile.tile--result.project_box_1 {
    padding-left: 0px;
    padding-right: 2.2em;
    padding-bottom: 2.2em;
    padding-top: 2.2em;
}
.col-12.col-md-6.col-lg-4.tile.tile--result.project_box_2 {
    padding-top: 2.2em;
    padding-left: 1.2em;
    padding-right: 1.2em;
}
.ld-wide-image.mb-5 {
    padding-right: 0px;
    padding-left: 0px;
}
.two-col-pd-bottom {
    padding-bottom: 3em;
}
.col-12.col-md-6.col-lg-4.tile.tile--result.project_box_3 {
    padding-right: 0px;
    padding-left: 2.2em;
    padding-bottom: 2.2em;
    padding-top: 2.2em;
}
.room-finder {
    margin-left: 0px;
    margin-right: 0px;
}
div#gform_confirmation_message_1 {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    margin-bottom: 1.8em;
}
.s-ls-image-two img {
    height: 366px;
    width: 100%;
    object-fit: cover;
}
.process-steps ul {
    margin-left: 0px;
}
.process-steps h3 {
    font-family: 'HelveticaNeueBlack';
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 1.5em;
    font-size: 38px;
    color: black;
}
.process-steps li {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 24px;
    color: rgb(153, 116, 112);
    margin-bottom: 1.1em;
}
.right-port-padding.studio-np {
    padding-right: 0px !important;
}
div#getintouch {
    height: 50px;
}
.button-botton-space {
    padding-bottom: 100px;
}
.process-steps p {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    margin-bottom: 1.8em;
}
input#input_1_1 {
    background-color: #f0f0f0;
    padding: 12px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 18px;
    border-radius: 0px;
    border-color: transparent;
}

input#input_1_2 {
    background-color: #f0f0f0;
    padding: 12px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 18px;
    border-radius: 0px;
    border-color: transparent;
}

input#input_1_3 {
    background-color: #f0f0f0;
    padding: 12px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 18px;
    border-radius: 0px;
    border-color: transparent;
}

input#input_1_4 {
    background-color: #f0f0f0;
    padding: 12px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 18px;
    border-radius: 0px;
    border-color: transparent;
}

textarea#input_1_5 {
    background-color: #f0f0f0;
    padding: 12px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 18px;
    border-radius: 0px;
    border-color: transparent;
}
.process-steps p.pc-num {
    color: rgb(153, 116, 112);
    font-size: 100px;
    font-family: 'HelveticaNeueBlack';
}
.process-steps.p-dark {
    background-color: #dbdbdb;
    padding-top: 120px;
    padding-bottom: 120px;
}
.process-steps.p-light {
    background-color: rgb(230, 230, 230);
    padding-top: 120px;
    padding-bottom: 120px;
}
.process-steps h4 {
    font-family: 'HelveticaNeueBlack';
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 1.5em;
    font-size: 32px;
    color: black;
}
input#input_2_3 {
    background-color: #f0f0f0;
    padding: 12px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 18px;
    border-radius: 0px;
    border-color: transparent;
}
.fse-footer .gform-footer.gform_footer.top_label {
    display: inline-block;
}
input#gform_submit_button_2 {
    background-color: #f0f0f0;
    padding: 14px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 500;
    font-size: 18px;
    border-radius: 0px;
    border-color: #b4b4b4;
    color: #b4b4b4;
    height: 52.6px;
}
.fse-footer .gform-body.gform_body {
    display: inline-block;
}
.map-image {
    aspect-ratio: 4 / 3;
    width: 100%; 
    max-width: 100%; 
}
.map-image img {
    object-fit: cover;
}
.footer-nl p {
    color: #b4b4b4;
}
.fse-footer h4:before {
    content: "/ ";
    display: inline-block;
    margin-right: 0.25em;
}
div#field_2_3 {
    width: 300px;
    display: inline-block;
    margin-right: 20px;
}
.footer-nl {
    padding-bottom: 64px;
}
div#field_2_1 {
    width: 300px;
    display: inline-block;
    margin-right: 20px;
}
div#gform_fields_2 {
    display: inline-block;
}
input#input_2_1 {
    background-color: #f0f0f0;
    padding: 12px;
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 18px;
    border-radius: 0px;
    border-color: transparent;
}
.modal-body p {
    margin-bottom: 2.2em;
}
.header-logo {
    padding-left: 6px;
}
.fse-header .col-12.col-lg-6 {
    padding-left: 4px;
}
.col-12.col-md-6.col-lg-6.tile.mb-5.home-project-box.tile--result.right-port-padding {
    padding-right: 4.4em !important;
    padding-left: 0px;
    padding-top: 2.2em;
    padding-bottom: 2.2em;
}
.col-12.col-md-6.col-lg-6.tile.mb-5.home-project-box.tile--result.left-port-padding {
    padding-left: 4.4em !important;
    padding-right: 0px;
    padding-top: 2.2em;
    padding-bottom: 2.2em;
}
.project-dt p {
    margin-bottom: 0.2em !important;
}
.project-UI p {
    margin-bottom: 0.2em;
}
h1.project-m-title:before {
    content: "/ ";
    display: inline-block;
    margin-right: 0.25em;
}
.maincontent h3 {
    font-family: HelveticaNeueBlack;
    font-size: 34px;
    font-weight: 700;
    color: black;
    line-height: normal;
    margin-bottom: 0.8em;
    display: inline-block;
}
.maincontent h3:before {
    content: "/ ";
    display: inline-block;
    margin-right: 0.25em;
}
.g-breadcrumb.top-pad {
    padding-top: 64px;
}
p.large-banner-logo {
    margin-bottom: 730px;
}
/* Ensure full-screen image */
.swiper-slide img {
	width: 100%;
	height: 92vh;
	object-fit: cover;
}
a.btn.btn-view-service {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 24px;
    color: white;
    padding-left: 0px;
}
button.btn.btn-project-close svg {
    stroke: white !important;
}
.banner-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    text-align: center;
}
p.project-box-title:before {
    content: "/ ";
    display: inline-block;
    margin-right: 0.25em;
}
.right-port-padding img {
    aspect-ratio: 2 / 3;
}
p.mobile-cta-text {
    color: rgb(153, 116, 112);
    font-size: 1.4rem !important;
    font-weight: 500;
    font-family: 'HelveticaNeueBlack';
}
p.mobile-cta-text a {
    color: rgb(153, 116, 112) !important;
    text-decoration: none;
}
.service-gold a.our-service-link button.btn.btn-project-link {
    color: rgb(153, 116, 112) !important;
}
.left-port-padding img {
    aspect-ratio: 2 / 3;
}
/* Ensure the container for the text is relative for proper positioning */
.slider-service-img {
	position: relative;
}
div#gform_drag_drop_area_1_10 {
    background-color: #f0f0f0;
    width: 95%;
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 18px;
}
.maincontent.service-page-content h2:before {
    content: "/ ";
    display: none;
    margin-right: 0.25em;
}
.maincontent.service-page-content h2:after {
    content: "";
    display: block;
    margin-right: 0.25em;
    border-bottom: 1px solid rgb(153, 116, 112) !important;
    margin-top: 1rem;
    width: 100%;
}
.service-gold {
    cursor: pointer;
}
button#gform_browse_button_1_10 {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 16px;
}
.maincontent.service-page-content h2 {
    color: rgb(153, 116, 112) !important;
    font-family: HelveticaNeueBlack;
    font-size: 24px;
    text-align: left;
    font-weight: 500;
    width: 100%;
}
span#gfield_upload_rules_1_10 {
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
    font-size: 18px;
}
.maincontent.dark-main h2 {
    color: white;
    margin-bottom: 1.8em;
}
.maincontent.dark-main button.btn.btn-project-link {
    color: white;
    border-bottom: 1px solid #ffffff;
}

.maincontent.dark-main svg {
    stroke: white;
}
@media (max-width: 2560px) {
    p.large-banner-logo {
        margin-bottom: 730px;
    }
    .top-banner-box {
        margin-top: -800px;
    }
}
@media (max-width: 1920px) {
    .top-banner-box {
        margin-top: -700px;
    }
    p.large-banner-logo {
        margin-bottom: 520px;
    }
}
@media (max-width: 1600px) {
    .top-banner-box {
        margin-top: -700px;
    }
    p.large-banner-logo {
        margin-bottom: 520px;
    }
}
@media (max-width: 1551px) {
    .top-banner-box {
        margin-top: -510px;
    }
    p.large-banner-logo {
        margin-bottom: 320px;
    }
}


@media (max-width: 1450px) {
    .top-banner-box {
        margin-top: -700px;
    }
    p.large-banner-logo {
        margin-bottom: 520px;
    }
}

@media (max-width: 1397px) {
    .top-banner-box {
        margin-top: -500px;
    }
    p.large-banner-logo {
        margin-bottom: 315px;
    }

}


@media (max-width: 1024px) {
    .room-finder .tile {
        height: auto;
    }
    .col-12.col-md-4.col-lg-4.tile.tile--result {
        margin-bottom: 2em !important;
    }
    .col-12.col-md-4.col-lg-4.tile.tile--result.project_box_1 {
        padding-right: 2.2em;
    }
    .col-12.col-md-4.col-lg-4.tile.tile--result.project_box_3 {
        padding-left: 2.2em;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-fse-nav li {
        margin-left: 0px;
    }
    .top-banner-box {
        margin-top: -560px;
    }
    .col-12.col-md-6.col-lg-6.tile.home-project-box.tile--result.right-port-padding {
        padding-bottom: 1.2em;
    }
    span.light-banner-logo {
        font-size: 60px;
    }
    p.large-banner-logo {
        margin-bottom: 376px;
        font-size: 60px;
    }
    .sp-project {
        padding-left: 1.2em;
        padding-right: 1.2em;
    }
}

@media (max-width: 912px) {
button.hamburger-menu {
    position: absolute;
    right: 0px;
    top: -50px;
}
.banner-text h1 {
    font-size: 7vw;
}

p.large-banner-logo {
    font-size: 7vw;
}
span.light-banner-logo {
    font-size: 7vw;
}
.fse-header {
    background-color: rgb(230, 230, 230) !important;
}
.col-12.col-lg-8.mb-5 {
    margin-bottom: 1.2em !important;
}
.col-12.col-md-4.col-lg-4.tile.tile--result.project_box_2 {
    padding: 1em;
}
.col-12.col-md-4.col-lg-4.tile.tile--result.project_box_3 {
    padding: 1em;
}
.col-12.col-md-4.col-lg-4.tile.tile--result.project_box_1 {
    padding: 1em;
}
p.large-banner-logo {
    margin-bottom: 400px;
    font-size: 54px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-fse-nav li {
    padding-left: 0px;
    font-size: 32px;
    margin-bottom: 1em;
}
div#main-menu {
    width: 100vw; 
    height: 100vh; 
}
ul#menu-main-menu {
    width: 100%; 
    height: 70vh; 
    justify-content: center; 
    align-items: center;
}
.col-12.col-md-6.col-lg-6.tile.home-project-box.tile--result.right-port-padding {
    padding-right: 1.2em !important;
    padding-bottom: 1.2em;
}
button.hamburger-menu {
    position: absolute;
    right: 0px;
    top: -50px;
}
span.light-banner-logo {
    font-size: 54px;
}
button.btn.btn-project-link {
    width: 100%;
}
.mb-5 {
    margin-bottom: 1.2em !important;
}
.right-port-padding {
    padding-right: calc(var(--bs-gutter-x)* .5) !important;
}
.col-12.col-md-6.col-lg-6.mb-5.left-port-padding {
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
}
.left-port-padding {
    padding-left: 0px !important;
}
p.footer-sub {
    text-align: right;
}
.room-finder .tile {
    height: auto;
}
div#main-menu {
    background-color: rgb(230, 230, 230);
}
span.review-speech-right {
    margin-left: 10px;
    margin-top: -90px;
}
span.review-speech-left {
    margin-left: -74px;
    margin-top: -60px;
}
.fse-header {
    padding: 36px;
    background-color: rgb(230, 230, 230);
}
body.home.page-template.page-template-template-home {
    margin-top: 145px;
}
.top-banner-box {
    margin-top: -556px;
}
}

@media (max-width: 844px) {
.fse-header {
    background-color: rgb(230, 230, 230);
    padding: 12px;
    background-color: #e6e6e6;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
}
}

@media (max-width: 820px) {
body.home.page-template.page-template-template-home {
    margin-top: 0px;
}
p.pc-num {
    font-size: 32px;
    margin-bottom: 20px;
}
.under-header span {
    margin-left: 18px !important;
}
}

@media (max-width: 500px) {
    button.btn.btn-project-link {
        width: 100%;
    }
    .bouncing-arrow-banner {
        top: 80%;
    }
    .swiper-slide img {
        height: 100vh;
    }
    .review-slider {
        font-size: 1.2em;
    }
    .under-header span {
        margin-left: 0px;
        margin-right: 4px !important;
    }
    button.btn.btn-project-link svg {
        width: 1.2em !important;
        height: 1.2em !important;
    }
    p.project-box-title {
        font-weight: 500;
    }
    span.am-break {
        display: inline-block;
    }
    button.btn.btn-project-link {
        font-size: 16px;
    }
    .right-port-padding img {
        aspect-ratio: 5 / 7;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .left-port-padding img {
        aspect-ratio: 5 / 7;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .desktop-slider {
        display: none;
    }
    input#gform_submit_button_2 {
        height: 100%;
        width: 99.03px;
        padding: .6em 1em .4em;
        height: 45px;
        padding-top: 4px;
    }
    .mobile-slider {
        display: block;
    }
    .project-line-popup {
        width: 100%;
    }
    .banner-text {
        top: 28%;
    }
    input#gform_submit_button_1 {
        background-color: #f0f0f0;
        padding: 14px;
        font-family: 'HelveticaNeueBlack';
        font-weight: 500;
        font-size: 18px;
        border-radius: 0px;
        color: #b4b4b4;
        width: 99.03px;
        padding: .6em 1em .4em;
        height: 45px;
        padding-top: 4px;
    }
    .col-12.col-md-6.col-lg-6.tile.home-project-box.tile--result.left-port-padding {
        padding-left: 0px !important;
    }
    body.home.page-template.page-template-template-home {
        margin-top: -70px;
    }
    .col-12.col-md-6.col-lg-6.tile.home-project-box.tile--result.right-port-padding {
        padding-right: 0px !important;
    }
    .col-12.col-md-4.col-lg-4.tile.tile--result.project_box_1 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-12.col-md-4.col-lg-4.tile.tile--result.project_box_2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sp-project-gap p {
        padding-top: 1.2em;
    }
    .room-finder .tile {
        height: 100%;
        padding-bottom: 2.2em;
    }
    .header-logo {
        padding-left: 4px;
        margin-bottom: -15px;
    }
    .col-12.col-md-4.col-lg-4.tile.tile--result.project_box_3 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .maincontent {
        padding-top: 2.2em;
        padding-bottom: 2.2em;
        padding-left: 12px;
        padding-right: 12px;
    }
    .col-12.col-md-6.col-lg-6.tile.home-project-box.tile--result.left-port-padding {
        margin-bottom: 1.2em !important;
        padding-bottom: 1.2em;
    }
    .col-12.col-md-6.col-lg-6.mb-5.left-port-padding {
        margin-bottom: 1.2em !important;
    }
    .col-12.col-md-6.col-lg-6.tile.home-project-box.tile--result.right-port-padding {
        margin-bottom: 1.2em !important;
    }
    .room-finder .tile {
        height: 100%;
    }
    .footer-col-widget {
        padding-bottom: 2.2em;
    }
    .sp-project {
        padding: 0px;
    }
    button.btn.btn-project-link.details-mobile {
        margin-bottom: 3em !important;
    }
    section.single-project-banner {
        aspect-ratio: 4 / 3;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .studio-p img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .maincontent h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .fse-footer {
        padding-top: 64px;
        padding-bottom: 64px;
        padding-right: 24px;
        padding-left: 24px;
    }
    .vertical-image img {
        aspect-ratio: 5 / 7;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .fse-header {
        padding: 12px;
        background-color: rgb(230, 230, 230);
        padding-bottom: 24px;
        padding-top: 24px;
        padding-left: 12px;
        padding-right: 12px;
    }
    span.gp-logo {
        font-size: 34px;
    }
    span.gp-logo-light {
        font-size: 20px;
    }
    .slider-service-img {
        margin-top: 0px;
    }
    button.navbar-toggler {
        position: absolute;
        top: -33px;
        right: 0px;
        color: transparent;
        border: 0px;
        outline: 0px;
        border-radius: 0px;
    }
    div#main-menu {
        background-color: transparent;
        width: 100vw;
        height: 100vh;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-fse-nav li {
        padding-left: 0px;
        margin-bottom: 1em;
        font-size: 24px;
        font-weight: 500;
    }
    ul#menu-main-menu {
        background-color: transparent;
        width: 100%;
        height: 65vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-bg-spacer {
        height: 70px;
    }
    h1.project-m-title {
        font-size: 24px;
        margin-bottom: 1.4em;
    }
    .maincontent p {
        font-size: 1.2em;
        margin-bottom: 0.8em;
        line-height: 2em;
    }
    .top-banner-box {
        position: absolute;
        width: 100%;
        text-align: center;
        margin-top: -450px;
        z-index: 9;
    }
    p.large-banner-logo {
        font-size: 6.6vw;
        margin-bottom: 254px;
        padding-right: 3vw;
        padding-left: 3vw;
    }
    span.light-banner-logo {
        font-size: 6.6vw;
    }
    span.review-speech-right {
        display: none;
    }
    
    span.review-speech-left {
        display: none;
    }
    
    .review-slider {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fse-footer .gform-body.gform_body {
        display: block;
    }
    input#input_2_3 {
        margin-bottom: 20px;
        width: 100%;
    }
    
    div#field_2_3 {
        width: 100%;
        margin-right: 0px;
        display: block;
    }
    
    div#field_2_1 {
        width: 100%;
        margin-right: 0px;
        display: block;
    }
    .col-12.col-md-6.col-lg-6.mb-5.right-port-padding {
        margin-bottom: 1.2em !important;
    }
    .col-12.col-lg-8.mb-5 {
        margin-bottom: 1.2em !important;
    }
    .gform-footer.gform_footer.top_label {
        display: block;
    }
    .col-12.col-md-6.col-lg-6.tile.mb-5.home-project-box.tile--result.right-port-padding {
        padding-right: 0px !important;
    }
    .col-12.col-md-6.col-lg-6.tile.mb-5.home-project-box.tile--result.left-port-padding {
        padding-left: 0px !important;
    }
    span.title-line {
        font-size: 24px;
    }
    .right-port-padding {
        padding-right: 0px !important;
        padding-left: 0px;
    }
    .left-port-padding {
        padding-left: 0px !important;
        padding-right: 0px;
    }
    .home-project-text {
        padding-top: 50px;
    }
    .col-12.col-md-6.col-lg-4.tile.tile--result.project_box_1 {
        padding-right: 0px;
    }
    .process-steps p {
        font-size: 1.2em;
    }
    .process-steps li {
        font-size: 1.2em;
    }
    .col-12.col-md-6.col-lg-4.tile.tile--result.project_box_2 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .modal-header h5 {
        font-size: 24px;
    }
    .col-12.col-md-6.col-lg-4.tile.tile--result.project_box_3 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .tp-padding {
        padding-top: 24px;
    }
    .process-steps {
        padding: 24px;
    }
    .process-steps.p-light h4 {
        font-size: 22px;
    }
    .process-steps.p-light {
        padding: 24px;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        padding-left: 12px;
        padding-right: 12px;
    }
    .process-steps.p-dark {
        padding: 24px;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        padding-left: 12px;
        padding-right: 12px;
    }
    .vertical-image {
        padding-top: 0px;
        padding-bottom: 2.2em;
    }
    .col-12.col-lg-6.mb-5 {
        margin-bottom: 1.2em !important;
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
    }
    .col-12.col-lg-6.logohold.mb-5 {
        margin-bottom: 1.2em !important;
    }
    .ld-wide-image.mb-5 {
        margin-bottom: 1.2em !important;
    }
    .mobile-proectname.text-center {
        margin-bottom: 0px;
        padding-bottom: 0px !important;
        padding-top: 1em;
    }
    .mobile-proectname.text-center p {
        margin-bottom: 0px;
    }
    .process-steps.p-light .row.mt-5 {
        margin-top: 1.2em !important;
    }
    .process-steps p.pc-num {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .process-steps h3 {
        font-size: 24px;
    }
    p#breadcrumbs {
        font-size: 1.2em;
    }
    div#getintouch {
        height: 40px;
    }
    textarea#input_1_5 {
        margin-top: -30px;
    }
    .left-side-space {
        padding-right: 0px;
        padding-left: 0px;
    }
    .col-12.col-md-4.col-lg-4.tile.tile--result.project_box_1 {
        margin-bottom: 1.2em !important;
        padding-bottom: 0px;
    }
    .col-12.col-md-4.col-lg-4.tile.tile--result.project_box_2 {
        margin-bottom: 1.2em !important;
        padding-bottom: 0px;
    }
    .g-breadcrumb.top-pad.mb-4 {
        padding-top: 1.2em;
        margin-bottom: 1.2em !important;
        padding-bottom: 0px;
    }
    .col-12.col-lg-6.mb-5.right-port-padding.studio-np {
        margin-bottom: 1.2em !important;
    }
    .col-12.col-lg-8.mb-5.pt-4 {
        padding-top: 0px !important;
    }
    .col-12.col-md-4.col-lg-4.tile.tile--result.project_box_3 {
        margin-bottom: 1.2em !important;
        padding-bottom: 0px;
    }
    .header-bg-spacer {
        height: 0px;
    }
    .col-12.col-lg-6.mb-5.left-port-padding {
        margin-bottom: 1.2em !important;
    }
    .col-12.col-lg-6.mb-5.logohold.right-side-space {
        margin-bottom: 1.2em !important;
    }
    main#main {
        margin-top: 70px;
    }
    .button-botton-space {
        padding-bottom: 2.2em;
    }
    .process-steps.p-dark .row.mt-5 {
        margin-top: 1.2em !important;
    }
    .two-col-pd-bottom {
        padding-bottom: 0px;
    }
    .right-side-space {
        padding-left: 0px;
    }
    .button-br {
        font-size: 18px;
    }
    .fse-footer-top {
        padding-top: 2.2em;
    }
    button.hamburger-menu {
        position: absolute;
        right: 0px;
        top: -50px;
        padding-right: 0px !important;
        margin-right: 0px;
    }
    input#input_1_1 {
        width: 100%;
    }
    input#input_1_2 {
        width: 100%;
    }
    input#input_1_3 {
        width: 100%;
    }
    .ld-wide-image img {
        aspect-ratio: 4 / 3;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    input#input_1_4 {
        width: 100%;
    }
    textarea#input_1_5 {
        width: 100%;
    }
    .hover-contact-button {
        position: fixed;
        bottom: 20px;
        right: 5.6vw;
        z-index: 10;
    }
    .studio-p img {
        aspect-ratio: 5 / 7;
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
}

@media (max-width: 430px) {
p.large-banner-logo {
    padding-right: 6.6vw;
    padding-left: 3vw;
}

}
@media (max-width: 400px) {
    .top-banner-box.white-heading-banner {
        margin-top: -396px;
    }


}

.hamburger-menu {
	 background-color: transparent;
	 border: none;
	 cursor: pointer;
	 display: flex;
	 padding: 0;
}
 .hamburger-menu svg .line {
	 fill: none;
	 stroke: black;
	 stroke-width: 2;
	 transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
 .hamburger-menu svg .line1 {
	 stroke-dasharray: 60 207;
	 stroke-width: 2;
}
 .hamburger-menu svg .line2 {
	 stroke-dasharray: 60 60;
	 stroke-width: 2;
}
 .hamburger-menu svg .line3 {
	 stroke-dasharray: 60 207;
	 stroke-width: 2;
}
 .hamburger-menu.opened svg .line1 {
	 stroke-dasharray: 90 207;
	 stroke-dashoffset: -134;
	 stroke-width: 2;
}
 .hamburger-menu.opened svg .line2 {
	 stroke-dasharray: 1 60;
	 stroke-dashoffset: -30;
	 stroke-width: 2;
}
 .hamburger-menu.opened svg .line3 {
	 stroke-dasharray: 90 207;
	 stroke-dashoffset: -134;
	 stroke-width: 2;
}

p.m-soc-link {
    padding-left: 0px;
    font-size: 24px;
    text-decoration: none;
    font-family: 'HelveticaNeueBlack';
    font-weight: 300;
}

p.m-soc-link a {
    text-decoration: none;
}
.mobile-nav-bar-section {
    display: none;
}
/* Base styles for the hamburger menu */
.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 23px !important;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
button.hamburger-menu {
    margin-top: 6vw !important;
}
.hamburger-menu .line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: black;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Transitions for when the menu is opened */
.hamburger-menu.opened .line1 {
    transform: translateY(17px) rotate(45deg);
}

.hamburger-menu.opened .line2 {
    opacity: 0;
}

.hamburger-menu.opened .line3 {
    transform: translateY(-6px) rotate(-45deg) !important;
}