/*!
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;
}
a.btn.btn-large {
    font-family: Montserrat;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid;
    font-weight: 600;
transition: 0.2s;
    text-transform: uppercase;
    border-radius: 0px;
}
.dark {
    background-color: #000000;
    color: white;
    border-color: #000000;
}
.fse-header {
    padding: 24px;
}
.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;
}
a.btn.btn-large.light:hover {
    background-color: black;
    color: white;
}
.bg-fse-nav {
    background-color: #000000;
    color: white;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    position: absolute;
    width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.bg-fse-nav a {
    color: white;
}

.bg-fse-nav li {
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.bg-fse-nav a:hover {
    color: white;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}
ul.dropdown-menu.depth_0.show {
    background-color: #000000;
}
li#menu-item-1176:hover {
	background:#f38203;
}
li#menu-item-1176 li a:hover, li#menu-item-1176 li:hover {
	background:#f38203 !important;
}
li#menu-item-1182:hover {
	background:#458063;
}
li#menu-item-1177:hover {
	background:#452c63;
}
li#menu-item-1178:hover {
	background:#a08955;
}
li#menu-item-3559:hover {
	background:#dd052b;
}
li#menu-item-1179:hover {
	background:#427a9a;
}
li#menu-item-3589:hover {
	background:#348cef;
}
li#menu-item-3589 li a:hover, li#menu-item-3589 li:hover {
	background:#348cef !important;
}

h2.wp-block-heading {
	margin-bottom:10px !important;
}
figure.align-left {
	float:left;
	padding-right:40px;
	max-width:65%;
	height:auto;
}

.page-id-3551 .maincontent .logohold, .page-id-3585 .maincontent .logohold, .page-id-3594 .maincontent .logohold, .page-id-3602 .maincontent .logohold, .page-id-3599 .maincontent .logohold {
	display:none !important;
}
.page-id-3551 a.btn.btn-large.g-border {
    background-color: #dd052b;
    border-color: #dd052b;
}
.page-id-3551 a.btn.btn-large.g-border:hover {
    background-color: #dd052b;
    border-color: #dd052b;
}
.page-id-3551 a.btn.btn-large.orange {
    background-color: #dd052b;
    color: white;
    border-color: #dd052b;
}
.page-id-3551 a.btn.btn-large.orange:hover {
    background-color: #dd052b;
}
.page-id-3551 a.btn.btn-large.orange:hover {
    background-color: #dd052b;
    border-color: #dd052b;
}
.page-id-3551 .service-banner-section {
	background-image: linear-gradient(rgba(221, 5, 43, 0.5), rgba(0, 0, 0, 0.6)), url(https://www.jackarnolduk.com/wp-content/uploads/2025/07/external-render.jpg.webp) !important;
}


.page-id-3585 a.btn.btn-large.g-border {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3585 a.btn.btn-large.g-border:hover {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3585 a.btn.btn-large.orange {
    background-color: #348cef;
    color: white;
    border-color: #348cef;
}
.page-id-3585 a.btn.btn-large.orange:hover {
    background-color: #348cef;
}
.page-id-3585 a.btn.btn-large.orange:hover {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3585 .service-banner-section {
	background-image: linear-gradient(rgba(52, 140,239, 0.5), rgba(0, 0, 0, 0.6)), url(https://www.jackarnolduk.com/wp-content/uploads/2025/07/partitions.webp) !important;
}



.page-id-3594 a.btn.btn-large.g-border {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3594 a.btn.btn-large.g-border:hover {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3594 a.btn.btn-large.orange {
    background-color: #348cef;
    color: white;
    border-color: #348cef;
}
.page-id-3594 a.btn.btn-large.orange:hover {
    background-color: #348cef;
}
.page-id-3594 a.btn.btn-large.orange:hover {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3594 .service-banner-section {
	background-image: linear-gradient(rgba(52, 140,239, 0.5), rgba(0, 0, 0, 0.6)), url(https://www.jackarnolduk.com/wp-content/uploads/2025/08/suspended-ceilings.jpg) !important;
}


.page-id-3602 a.btn.btn-large.g-border {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3602 a.btn.btn-large.g-border:hover {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3602 a.btn.btn-large.orange {
    background-color: #348cef;
    color: white;
    border-color: #348cef;
}
.page-id-3602 a.btn.btn-large.orange:hover {
    background-color: #348cef;
}
.page-id-3602 a.btn.btn-large.orange:hover {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3602 .service-banner-section {
	background-image: linear-gradient(rgba(52, 140,239, 0.5), rgba(0, 0, 0, 0.6)), url(https://www.jackarnolduk.com/wp-content/uploads/2025/08/tape-joints.jpg) !important;
}


.page-id-3599 a.btn.btn-large.g-border {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3599 a.btn.btn-large.g-border:hover {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3599 a.btn.btn-large.orange {
    background-color: #348cef;
    color: white;
    border-color: #348cef;
}
.page-id-3599 a.btn.btn-large.orange:hover {
    background-color: #348cef;
}
.page-id-3599 a.btn.btn-large.orange:hover {
    background-color: #348cef;
    border-color: #348cef;
}
.page-id-3599 .service-banner-section {
	background-image: linear-gradient(rgba(52, 140,239, 0.5), rgba(0, 0, 0, 0.6)), url(https://www.jackarnolduk.com/wp-content/uploads/2025/08/floor-screed-wide.jpg) !important;
}



.bg-fse-nav {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

p.footer-head-text {
    font-family: 'Montserrat';
    color: black;
    font-weight: 400;
    font-size: 14px;
}
.maincontent a {
    color: #f38203;
    text-decoration: none;
    font-weight: 500;
}
p.head-s-text {
    margin-bottom: 0px;
    font-size: 14px;
    padding-left: 10px;
    color: black;
    font-family: 'Montserrat';
}

span.t-head-text {
    font-family: montserrat;
    font-size: 16px;
    color: black;
    font-weight: 500;
}
.fse-footer {
    background-image: linear-gradient(to right, #000000eb, #0000009c), url(/wp-content/uploads/2024/04/Jack-Arnold-UK-HQ-56.png);
    padding: 64px;
    background-position: center;
    color: white;
    background-size: cover;
}
h4.footer-title {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: white;
}
p.footer-text {
    font-family: 'Montserrat';
    color: white;
    line-height: 32px;
    margin-bottom: 0px;
}
p.footer-m-text {
    font-family: 'Montserrat';
    color: white;
    margin-bottom: 10px;
}
.bottom-footer {
    background-color: #333333;
    color: white;
    padding: 15px;
}
.bottom-footer p {
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 0px;
}
.post, .page {
    margin: 0px;
}
h4.footer-title:after {
    content: ' ';
    display: block;
    width: 61px;
    height: 2px;
    background-color: #c0c1c3;
    margin-bottom: 1.125rem;
    margin-top: 10px;
}
a.btn.btn-large.gray {
    background-color: #969695;
    color: white;
    border-color: #969695;
}
.home-banner {
    padding: 120px;
    background-image: url(/wp-content/uploads/2024/10/DSC01600-scaled.jpg);
    color: white;
    padding-top: 230px;
    padding-bottom: 230px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1.home-title {
    font-family: 'Montserrat';
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
    font-weight: 800;
}
.bg-fse-nav {
    background-color: #000000;
    color: white;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    position: absolute;
    width: 1320px;
    margin-right: auto;
    margin-left: auto;
}
p.project-val-text {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}
.home-banner p {
    font-family: 'Montserrat';
    font-size: 16px;
}
.g-border {
    color: white;
}
.maincontent {
    padding: 64px;
}
.banner-google .ti-widget.ti-goog {
    text-align: left !important;
    margin-top: 30px;
}
.description.js-readMore {
    font-family: 'Montserrat';
    font-size: 16px;
}
.maincontent h2 {
    font-family: 'Montserrat';
    color: black;
    font-size: 28px;
    font-weight: 700;
}
.maincontent p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #3a3a3a;
}
swiper-container {
	width: 100%;
	height: 100%;
  }

  swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 500px;
}
  .ja-service {
    width: 100%;
    background-position: center;
    background-size: cover;
    color: white;
    border-radius: 12px;
    transition: 0.4s;
}

p.ja-service-tl {
    font-family: 'Montserrat';
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
p.ja-service-ts {
    font-family: 'Montserrat';
    color: #f0f0f0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ja-service-box {
    padding-top: 280px;
transition: 0.2s;
}
.home-expert {
    background-image: url(/wp-content/uploads/2024/04/EXPERT-FABRICATION-WORK-IN-LONDON-Banner.png);
    background-position: center;
    padding: 120px;
    background-size: cover;
    color: white;
    text-align: right;
}
.home-expert h2 {
    font-family: 'Montserrat';
    color: white;
    font-size: 38px;
    font-weight: 700;
}
.home-expert p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
}
p.mtt-name-pu {
    font-weight: 600;
    font-size: 24px !important;
    margin-bottom: 10px;
}
.modal-body.mtt-pop-up-c {
    overflow-y: scroll;
    height: 600px;
}
.mid-home-wave h2 {
    font-family: 'Montserrat';
    color: white;
    font-size: 32px;
    font-weight: 700;
}
.mid-home-wave p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
}
.ti-popup-widget.active {
    display: none !important;
}
.banner-google span.ti-arrow-down {
    display: none !important;
}
.mid-home-wave {
    background-image: url(/wp-content/uploads/2024/05/Value-Wave-Background.jpg);
    padding: 64px;
    background-position: center;
    background-size: cover;
}
p.ks-title {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}
.bg-image {
    color: white;
}
.bg-image h2 {
    color: white;
}
.bg-image p {
    color: white;
}
.bg-image {
    background-position: center;
    background-size: cover;
}
.fp-image {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}
.footerslider {
    background-color: #11161c;
    padding: 64px;
}
.logo-clients {
    padding: 32px;
    border-radius: 42px;
    background-color: white;
    text-align: center;
}
.fp-box:hover {
    background: #eaeaea;
    border-radius: 10px;
}

.fp-box {
    padding: 24px;
    transition: 0.2s;
}
span.t-head-text a {
    text-decoration: none;
    color: black;
}

.swiper-pagination {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-top: 30px !important;
    position: relative !important;
}
.fp-box:hover p {
    color: BLACK;
}
swiper-slide {
    border-radius: 20px;
}
p.fp-desc {
    height: 100px;
}
p.fp-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}
.footerslider p {
    font-family: 'Montserrat';
    color: white;
    font-size: 28px;
    text-align: right;
}
.footer-wave {
    height: 200px;
    background-image: url(/wp-content/uploads/2024/05/Footer-Wave-Image.jpg);
    background-size: cover;
}
.ea-body p {
    color: black !important;
}
section.service-banner-section {
    padding-bottom: 200px;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 100px;
    text-align: left;
    color: white;
    background-position: center;
    background-size: cover;
}
a.btn.btn-large.orange {
    background-color: #f38203;
    color: white;
    border-color: #f38203;
    z-index: 2;
}
.banner-wave {
    background-image: url(/wp-content/uploads/2024/05/JA-Wave.png);
    width: 100%;
    margin-top: -157px;
    height: 200px;
    background-repeat: no-repeat;
}
h1.fse-service-title {
    font-family: 'Montserrat';
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
}
section.service-banner-section p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
}
a.btn.grey {
    background-color: #969695;
    color: white;
    border-color: #969695;
}
p.pu-job-role {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px !important;
    text-transform: uppercase;
}
.fse-breadcrumb p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
}
.fse-breadcrumb a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}
.fse-breadcrumb a:hover {
    color: #f38203;
}
.bg-image li {
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}
.bg-image ul {
    margin-left: 0px;
}
input#input_1_1 {
    padding: 12px;
    border-radius: 2px;
    border: 2px solid #171719;
    color: #171719;
    font-family: 'Montserrat';
}
input#input_1_2 {
    padding: 12px;
    border-radius: 2px;
    border: 2px solid #171719;
    color: #171719;
    font-family: 'Montserrat';
}
input#input_1_3 {
    padding: 12px;
    border-radius: 2px;
    border: 2px solid #171719;
    color: #171719;
    font-family: 'Montserrat';
}
textarea#input_1_4 {
    padding: 12px;
    border-radius: 2px;
    border: 2px solid #171719;
    color: #171719;
    font-family: 'Montserrat';
}
li#field_1_3 {
    padding-right: 0px;
}
input#gform_submit_button_1 {
    font-family: Montserrat;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid;
    font-weight: 600;
    transition: 0.2s;
    background-color: #11161c;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: black !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: black !important;
}
.maincontent li {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #3a3a3a;
}
.maincontent ul {
    margin-left: 0px;
}
.bg-image li {
    color: white;
}
p.footer-head-text a {
    text-decoration: none;
    color: black;
}
.card.card--box-shadow-1 {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: 0px;
    border-radius: 0px;
}
.blog-card-content p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #3a3a3a;
}
.card__image img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.blog-card-content {
    padding: 18px;
}
.modal-body ul {
    margin-left: 0px;
}

.modal-body li {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #3a3a3a;
}
p.b-card-title {
    font-family: 'Montserrat';
    color: black;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
p.b-card-date {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 10px;
}
.blog-card-content li {
    list-style: none;
    padding-left: 0px;
}
.blog-card-content ul {
    margin-left: 0px;
    padding-left: 0px;
}
.blog-card-content li {
    background-color: #969695;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 120px;
    font-family: 'Montserrat';
    color: white;
}.blog-card-content li a {
    color: white;
    text-decoration: none;
}
a.btn.btn-large.blog {
    background-color: black;
    color: white;
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
}
span.author_name {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 600;
    text-transform: capitalize;
}
.wd-boxes {box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);padding: 24px;}

.s-card-image {
    height: 250px;
    background-position: center;
    background-size: cover;
}

.s-card {
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
    height: 100%;
}
.s-card-title {
    text-align: center;
    margin-top: -38px;
    background: #00000096;
    padding: 6px;
}

p.s-title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
a.btn.btn-large.s-dark {
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.s-card-content {
    padding: 12px;
    text-align: center;
}
p.s-card-dec {
    margin-bottom: 10px;
    height: 134px;
}
.s-card-title-project {
    text-align: center;
    margin-top: -64px;
    background: #00000096;
    padding: 6px;
    position: relative;
    height: 64px;
}

p.project_title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

p.project_loc {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.product-box-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
a.btn.btn-large.light {
    color: black;
}
a.btn.btn-large.dark {
    color: white;
}
a.btn.btn-large.g-border {
    color: white;
}
.slider-service-img {
    width: 100%;
}
a.btn.btn-large.dark:active {
    color: black;
}
a.btn.btn-large.dark:hover {
    background: #515151;
}
.bg-fse-nav li:hover {
    background: #515151;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #515151 !important;
}
a.btn.btn-large.orange {
    background-color: #f38203;
    color: white;
    border-color: #f38203;
}
p.footer-text a {
    color: white;
    text-decoration: none;
}
.mtt-name {
    width: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000b8;
    border-radius: 0px;
    padding: 14px;
}
span.mtt-name-main {
    display: block;
    margin-bottom: 10px;
}
button.mtt-button {
    border: 0px;
    padding-top: 320px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: white;
    width: 100%;
    background-position: center;
    background-size: cover;
}
span.mtt-job-main {
    font-weight: 700;
    font-size: 15px;
}
.head-logo img {
    max-width: 350px;
}
h1.title-404 {
    font-size: 120px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    color: black;
}
a.btn.btn-large.g-border:hover {
    background-color: #f38203;
    border-color: #f38203;
}
p.large-pv-text {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
    font-style: italic;
    color: black;
}
.hb-side-form {
    position: absolute;
    background: #000000d4;
    padding: 24px;
    margin-top: -115px;
    border-radius: 24px;
}
input#gform_submit_button_2 {
    font-family: Montserrat;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid;
    font-weight: 600;
    transition: 0.2s;
    background-color: #f38203;
    color: white;
    border-color: #f38203;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
}
a.responsive-menu-item-link {
    font-family: 'Montserrat' !important;
}
a.btn.btn-large.s-dark:hover {
    background-color: #f38203;
}
input#input_2_1 {
    padding: 12px;
    border-radius: 2px;
    color: #171719;
    font-family: 'Montserrat';
}
a.btn.btn-large.dark:hover {
    background-color: #f38203;
}
input#input_2_2 {
    padding: 12px;
    border-radius: 2px;
    color: #171719;
    font-family: 'Montserrat';
}

input#input_2_3 {
    padding: 12px;
    border-radius: 2px;
    color: #171719;
    font-family: 'Montserrat';
}

textarea#input_2_4 {
    padding: 12px;
    border-radius: 2px;
    color: #171719;
    font-family: 'Montserrat';
}
ul#gform_fields_1 ul {
    padding-left: 0px;
    padding-right: 0px;
}

ul#gform_fields_1 li {
    padding-right: 0px;
}
.blog-author-box {
    background-color: #efefef;
    padding: 24px;
}
.banner-form-head {
    padding: 8px;
    background-color: #f38203;
    text-align: center;
    font-family: 'Montserrat';
}

.banner-form-head p {
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Montserrat';
    color: white;
}

.banner-form {
    background-color: black;
    padding: 24px;
    color: white;
}
.maincontent h3 {
    font-family: 'Montserrat';
    color: black;
    font-size: 22px;
    text-transform: uppercase;
}
span.auth-name {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
}
.banner-form p {
    color: white;
}
p.footer-m-text a {
    text-decoration: none;
    color: white;
}
a.responsive-menu-item-link {
    border-color: #dbdbdb !important;
}
div#responsive-menu-additional-content p {
    color: black;
    font-family: 'Montserrat';
}
div#responsive-menu-additional-content a {
    color: #f38203;
    text-decoration: none;
}
.mobile-ja img {
    width: 250px;
}
a.btn.btn-large.orange:hover {
    background-color: #ff9c2d;
}
.icon-circle {
    background-color: #11161c;
    width: 55px;
    height: 55px;
    border-radius: 120px;
    padding: 11px;
    display: inline-block;
    transition: 0.2s;
}
.icon-circle:hover {background-color: #f38203;}
.ks-image {
    padding: 12px;
    transition: 0.2s;
}
p.footer-m-text a:hover {
    color: #f38203;
}
.ks-image:hover {
    padding: 0px;
}
p.footer-text a:hover {
    color: #f38203;
}
p.footer-head-text a:hover {
    color: #f38203;
}
span.t-head-text a:hover {
    color: #f38203;
}
.telephone-cta-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #fff;
	color: #fff;
	z-index: 999
}

.telephone-cta-fixed__care {
    background-color: black;
    border-right: 1px solid #fff;
    padding-top: .7rem;
    padding-bottom: .5rem;
    -webkit-transition: all 80ms ease-out;
    -o-transition: all 80ms ease-out;
    transition: all 80ms ease-out;
    color: white;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.telephone-cta-fixed__jobs {
    background-color: #f38203;
    padding-top: .7rem;
    padding-bottom: .5rem;
    -webkit-transition: all 80ms ease-out;
    -o-transition: all 80ms ease-out;
    transition: all 80ms ease-out;
    color: white;
    font-family: 'Montserrat';
    text-decoration: none;
    text-transform: uppercase;
}
.telephone-cta-fixed a {
    text-decoration: none;
}
input#input_3_1 {
    padding: 12px;
    border-radius: 2px;
    color: #171719;
    font-family: 'Montserrat';
}

input#input_3_2 {
    padding: 12px;
    border-radius: 2px;
    color: #171719;
    font-family: 'Montserrat';
}

input#input_3_3 {
    padding: 12px;
    border-radius: 2px;
    color: #171719;
    font-family: 'Montserrat';
}

select#input_3_4 {
    padding: 12px;
    border-radius: 2px;
    color: #171719;
    font-family: 'Montserrat';
}

textarea#input_3_5 {
    padding: 12px;
    border-radius: 2px;
    color: #171719;
    font-family: 'Montserrat';
}
.modal-body p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #3a3a3a;
}
.modal-header h5 {
    font-family: 'Montserrat';
    color: black;
    font-size: 20px;
    font-weight: 700;
}
.modal-body a {
    color: #f38203;
    text-decoration: none;
}
.fse-top-header {
    background-color: #e8e8e8;
    padding: 12px;
}
h2.home-title {
    font-family: 'Montserrat';
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
    font-weight: 800;
}
.maincontent h1 {
    font-family: 'Montserrat';
    color: black;
    font-size: 28px;
    font-weight: 700;
}
.fse-top-header p {
    margin-bottom: 0px;
}
.ja-service .ja-service-box:hover {
    padding-top: 140px;
    padding-bottom: 140px;
}
input#gform_submit_button_3 {
    font-family: Montserrat;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid;
    font-weight: 600;
    transition: 0.2s;
    background-color: #f38203;
    color: white;
    border-color: #f38203;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
}
.hover-container {
    color: white;
    text-align: left;
    border-radius: 0px;
    background-position: center;
    background-size: cover;
    height: 331px;
}
.hidden-text {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    height: 0px;
}
p.asb-title {
    font-size: 20px;
    font-weight: 700;
}    
    .hover-container:hover .hidden-text {
        visibility: visible;
        opacity: 1;
        height: 100%;
    }
    .hover-container p {
        color: white;
    }
    .asb-text {
        padding-top: 268px;
        padding-bottom: 48px;
        padding-left: 24px;
        padding-right: 24px;
        transition: 0.2s;
    }
    .asb-text:hover {
        background-color: #000000ab;
    }    
    .asb-text:hover {
        padding-top: 80px;
        height: 331px;
    }
    .ti-widget.ti-goog .ti-header .nowrap {
        white-space: nowrap;
        display: inline-block;
        margin: 0 3px;
        color: #ffffff;
        font-family: 'Montserrat';
    }
    span.vs-button {
        font-weight: 700;
        margin-top: 10px;
        display: block;
        font-size: 15px;
        color: white;
    }
    li.gfmc-column {
        padding-right: 10px !important;
    }
    select#input_1_10 {
        padding: 12px;
        border-radius: 2px;
        border: 2px solid #171719;
        color: #171719;
        font-family: 'Montserrat';
        margin-top: 11px;
        padding-top: 15px;
    }


    body .room-finder {
        font-family: 'Playfair Display';
    }
    
    .room-finder ul {
        list-style: initial;
    }
    .room-finder ul.row {
        list-style: none;
        padding: 0;
    }
    
    .room-finder ul li {
        margin-bottom: 0.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: 'Playfair Display';
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.04em;
        max-width: 50.5em;
        margin-left: auto;
        margin-right: auto;
    }
    
    .room-finder .section-cta {
        border: 4px solid;
        font-family: 'Playfair Display';
        border-radius: 0;
        font-size: 20px;
        font-weight: 300;
    }
    
    .room-finder .section-cta--white {
        border-color: #fff;
        color: #fff;
    }
    
    .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, 0.35);
        background-color: #675f56;
        padding: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: outline 1s, -webkit-transform 0.3s;
        transition: outline 1s, transform 0.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;
    }
    
    .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, 0.5);
    }
    
    .room-finder .e4e418d7__001 {
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
        background-color: #ffffff;
        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: 0.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: 0.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;
    }
    
    .room-finder .e4e418d7__001.selectize-dropdown {
        height: auto;
    }
    
    .room-finder .e4e418d7__001 .selectize-input input {
        height: 100%;
    }
    
    .room-finder .e4e418d7__002 {
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
        background-color: #ffe228;
        color: #32250b;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.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: 500px;
        position: relative;
        margin-bottom: 15px;
    }
    
    @media (min-width: 768px) {
        .room-finder .tile {
            margin-bottom: 0px;
        }
    }
    
    
    
    @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 {
        height: 100%;
        background-position: center;
        background-size: cover;
        position: relative;
        transition: 0.2s;
    }
    .room-finder .tile .image:hover {
        border: 8px solid #f38203;
    }
    .room-finder .tile .image:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00000075;
        opacity: 0.5;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }
    
    .room-finder .tile .image:hover:before {
        opacity: 0.2;
    }
    
    .room-finder .tile .image a {
        position: relative;
        text-decoration: none;
    }
    
    .room-finder .tile .image a:hover .more {
        opacity: 1 !important;
    }
    
    .room-finder .tile .image a .vertical-container {
        height: 100%;
        width: 100%;
        position: relative;
    }
    
    .room-finder .tile .image a .vertical-container .vertical {
        font-style: normal;
        font-size: 1.75rem;
        color: #fbfbfb;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding-left: 1rem;
        padding-right: 1rem;
        position: absolute;
        top: 86%;
        left: 0;
        width: 100%;
        -webkit-transition: 0.1S ease-out;
        transition: 0.1S ease-out;
        -webkit-transition-delay: 80ms;
        transition-delay: 80ms;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
        text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
    }
    @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);
        }
    }
    
    .room-finder .tile .image a .vertical-container .vertical .more {
        opacity: 0;
        font-size: 1rem;
        display: block;
        text-transform: initial;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        font-family: 'Montserrat';
    }
    .room-finder .tile .image a:hover .vertical-container .vertical {
        top: 80%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    
    .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: 0.1s ease-out;
        transition: 0.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("./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: 'Playfair Display';
        color: #000;
        padding: 0;
        margin: 1.5rem 0;
        letter-spacing: 0.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;
    }

    .tile__title p {
        margin-bottom: 10px;
    }
    .vertical-container.red-bord:hover {
        background-color: #000000ad;
    }
    .vertical-container.red-bord {
        transition: 0.2s;
    }
    .home-projects .tile__title p {
        font-size: 20px;
        font-weight: 600;
    }
    .home-projects p {
        color: white;
    }
    .room-finder .tile .image a:hover .vertical-container .vertical.home-project {
        top: 60%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    .vertical.home-project .more p {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .room-finder .tile .image a .vertical-container .vertical.home-project {
        top: 80%;
    }
    .logo-clients img {
        max-height: 83px;
    }

@media (max-width: 780px) {
figure.align-left {
	float:none;
	padding-right:0;
	max-width:100%;
}
}

@media (max-width: 500px) {
    .home-banner {
        padding: 24px;
        text-align: center;
        background-attachment: initial;
    }
    .maincontent h1 {
    font-size: 20px;
}
    .home-banner a.btn.btn-large.orange {
        margin-bottom: 20px;
    }
    .home-banner a.btn.btn-large.g-border {
        margin-bottom: 20px;
    }
    h1.home-title {
        font-size: 32px;
    }
    .maincontent {
        padding: 24px;
    }
    .home-expert {
        padding: 24px;
    }
    .home-expert h2 {
        font-size: 24px;
    }
    .mid-home-wave h2 {
        font-size: 22px;
    }
    .mid-home-wave {
        padding: 24px;
        padding-bottom: 60px;
    }
    .fse-footer {
        padding: 24px;
    }
    .head-logo img {
        width: 280px;
    }
    .fse-header {
        padding: 12px;
    }
    section.service-banner-section {
        padding: 24px;
        padding-bottom: 120px;
        text-align: center;
    }
    .modal-header {
        padding-top: 66px;
    }
    .banner-wave {
        margin-top: -34px;
        height: 40px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .maincontent h2 {
        font-size: 20px;
    }
    .fse-header {
        position: fixed;
        background-color: white;
        width: 100%;
        box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
        z-index: 9;
    }
.fse-header img {
    width: 220px;
}
.modal-header h5 {
    font-size: 16px;
    margin-right: 20px;
}
.mb-soc-icons {
    margin-top: 20px !important;
}
h1.fse-service-title {
    font-size: 28px;
}
.header-spacer {
    padding-top: 84px;
}
.footerslider p {
    font-size: 20px;
    text-align: center;
}
.home-banner a.btn.btn-large.g-border {
    background-color: black;
    border-color: black;
}
.mobile-ja {
    margin-bottom: 10px !important;
}
}