/*!
Theme Name: phillipes_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: phillipes_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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




/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

*{
    margin: 0;
    padding:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: 'Montserrat', Helvetica, sans-serif;
    background-color: #f4f4f4;
    overflow: auto;
    overflow-x: hidden;
}

.post, .page {
    margin: 0;
}

#page{
	max-width:1800px;
	margin:auto;
    background-color: #fff;
}

p {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 0.85em;
    line-height: 1.75em;
    color: #464646;
    margin-bottom:20px;
    text-rendering: geometricPrecision;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat Bold', Helvetica, sans-serif;
    font-weight: 400;
	text-rendering: geometricPrecision;
}

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

h2 {
    font-size: 1.75em;
    margin: 0;
    margin-bottom: 10px;
    color: #2A3669;
    line-height: 1.2em;
}

h2.white {
    color: #fff;
}


h3 {
    font-family: 'Libre Baskerville', Times New Roman, serif;
    font-weight: 100;
    font-size: 1.35em;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 5px;
}


h4 {
    font-family: 'Libre Baskerville', Times New Roman, serif;
    font-weight: 100;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
}

h4.over-title {
    font-family: 'Libre Baskerville', Times New Roman, serif;
    color: #05a3c3;
    margin-bottom: 5px;
}


h5 {
    font-family: 'Libre Baskerville', Times New Roman, serif;
    font-weight: 100;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0;
}



a,
a:visited{ 
    text-decoration: none;
    color: #05a3c3;
    cursor: pointer;
	transition:all 0.3s ease;
}

a:hover,
a:hover:visited{ 
    color: #2a3669;
    cursor: pointer;
	transition:all 0.3s ease;
}

li { 
    list-style-type: none;
}


.custom-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.blog ul, .blog ol {
    margin: 0 0 25px 15px;
}

.blog li {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 0.85em;
    line-height: 1.75em;
    color: #464646;
    text-rendering: geometricPrecision;
    text-decoration: none;
}

.blog ul li {
	list-style-type:disc;
}

.blog ol li {
	list-style-type:numbers;
}

.blog h4{
	margin-bottom:15px;
}





/* ******************************************************
	Buttons
*********************************************************/

a button {
    background: #05a3c3;
    border: 0;
    border-radius: 4px;
    padding: 12px 36px;
	cursor:pointer;
	transition:all 0.5s ease;
}

a button span {
    color: #fff;
    font-family: 'Montserrat Bold', Helvetica, sans-serif;
    text-rendering: geometricPrecision;
    letter-spacing: 0.25pt;
    font-size: 1em;
    transition: all 0.5s ease;
}


a:hover button {
    background: #2A3669;
    border: 0;
    border-radius: 4px;
    padding: 12px 36px;
	cursor:pointer;
	transition:all 0.5s ease;
}



a button.white {
    background: #05a3c3;
	transition:all 0.5s ease;
}

a button.white span {
    color: #fff;
    transition: all 0.5s ease;
}


a:hover button.white {
    background: #fff;
	transition:all 0.5s ease;
}

a:hover button.white span {
    color: #2A3669;
    transition: all 0.5s ease;
}




input[type="button"], input[type="reset"], input[type="submit"]{
    background: #05a3c3;
    border: 0;
    border-radius: 4px;
    padding: 12px 36px;
	cursor:pointer;
    color: #fff;
    font-family: 'Montserrat Bold', Helvetica, sans-serif;
    text-rendering: geometricPrecision;
    letter-spacing: 0.25pt;
    font-size: 1em;
	transition:all 0.5s ease;
}


input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    background: #2A3669;
    border: 0;
    border-radius: 4px;
    padding: 12px 36px;
	cursor:pointer;
	transition:all 0.5s ease;
}






a span.link {
    font-family: 'Montserrat Bold', Helvetica, sans-serif;
    text-rendering: geometricPrecision;
    color: #05a3c3;
	cursor:pointer;
	transition:all 0.3s ease;
}

a span.link svg{
	margin-left:2px;
    fill: #05a3c3;
	cursor:pointer;
	transition:all 0.3s ease;
}

a span.link svg path{
    fill: #05a3c3;
	transition:all 0.3s ease;
}

a span.link:hover {
    font-family: 'Montserrat Bold', Helvetica, sans-serif;
    color: #2a3669;
	cursor:pointer;
	transition:all 0.3s ease;
}

a span.link:hover svg{
	margin-left:5px;
	cursor:pointer;
	transition:all 0.3s ease;
}

a span.link:hover svg path{
    fill: #2a3669;
	transition:all 0.3s ease;
}




a.full-width-link {
    width: 100%;
    background: #363a4d;
    display: block;
    padding: 15px 35px;
	cursor:pointer;
	transition:all 0.5s ease;
}

a.full-width-link span{
    font-family: 'Libre Baskerville', Helvetica, sans-serif;
    text-rendering: geometricPrecision;
    color: #fff;
    font-size: 1.2em;
	cursor:pointer;
	margin-right:5px;
	transition:all 0.5s ease;
}

a.full-width-link svg polygon{
    fill: #05a3c3;
	transition:all 0.5s ease;
}


a.full-width-link:hover {
    background: #05a3c3;
	cursor:pointer;
	transition:all 0.5s ease;
}

a.full-width-link:hover svg polygon{
    fill: #363a4d;
	transition:all 0.5s ease;
}



p#breadcrumbs {
    font-size: 0.75em;
    margin-bottom: 5px;
    color: #363a4d;
	transition:all 0.5s ease;
}

p#breadcrumbs a{
    color: #363a4d;
	transition:all 0.5s ease;
}

p#breadcrumbs a:hover{
    color: #05a3c3;
	transition:all 0.5s ease;
}


/* Glide Slider Arrows */

button.glide__arrow,
button.glide__arrow:hover{
    color: transparent;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 0;
    transform: rotate(45deg);
    box-shadow: none;
    text-shadow: none;
	transition: all 0.3s ease;
}


button.glide__arrow.glide__arrow--right{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transition: all 0.3s ease;
}

button.glide__arrow.glide__arrow--right:hover{
    border-top: 2px solid #05a3c3;
    border-right: 2px solid #05a3c3;
	transition: all 0.3s ease;
}


button.glide__arrow.glide__arrow--left{
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
	transition: all 0.3s ease;
}

button.glide__arrow.glide__arrow--left:hover{
    border-bottom: 2px solid #05a3c3;
    border-left: 2px solid #05a3c3;
	transition: all 0.3s ease;
}


.glide__bullet--active {
    background-color: #05a3c3;
	transition: all 0.3s ease;
}



/* ******************************************************
	Fonts
*********************************************************/


@font-face {
    font-family: 'Montserrat';
    src: url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/Montserrat-Light.woff2') format('woff2'),
        url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat Light It';
    src: url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold It';
    src: url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat Bold';
    src: url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Libre Baskerville';
    src: url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/LibreBaskerville-Regular.woff2') format('woff2'),
        url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/LibreBaskerville-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Baskerville It';
    src: url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/LibreBaskerville-Italic.woff2') format('woff2'),
        url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/LibreBaskerville-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Libre Baskerville Bold';
    src: url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/LibreBaskerville-Bold.woff2') format('woff2'),
        url('https://phillipes.co.uk/wp-content/themes/phillipes_theme/fonts/LibreBaskerville-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





/* ******************************************************
	Header, Nav, Menus...
*********************************************************/


header#masthead img.custom-logo {
    width: 180px;
    height: 76px;
}


header#masthead .phones {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

header#masthead .phones a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    height: 80px;
}

header#masthead .phones a svg {
    margin-right: 10px;
}

header#masthead .phones a p{    
	font-size: 0.65em;
    margin: 0;
	margin-top:5px;
    line-height: 1em;
}

header#masthead .phones a h4{
	font-family:'Libre Baskerville Bold', Times New Roman, sans-serif;
	font-size: 1.35em;
}


header#masthead .phones a.mobile {
    background: #363a4d;
	cursor:pointer;
	transition:all 0.5s ease;
}

header#masthead .phones a.mobile:hover {
    background: #05A3C3;
	cursor:pointer;
	transition:all 0.5s ease;
}

header#masthead .phones a.mobile svg {
	width: 39px;
	height:39px;
}

header#masthead .phones a.mobile p,
header#masthead .phones a.mobile h4{
    color: #fff;
}

header#masthead .phones a.mobile svg path {
    fill: #05A3C3;
	transition:all 0.5s ease;
}

header#masthead .phones a.mobile:hover svg path {
    fill: #fff;
	transition:all 0.5s ease;
}



header#masthead .phones a.landline {
    background: #fff;
	cursor:pointer;
	transition:all 0.5s ease;
}

header#masthead .phones a.landline:hover {
    background: #05A3C3;
	cursor:pointer;
	transition:all 0.5s ease;
}


header#masthead .phones a.landline svg path {
    fill: #363a4d;
	transition:all 0.5s ease;
}

header#masthead .phones a.landline:hover svg path {
    fill: #fff;
	transition:all 0.5s ease;
}


header#masthead .phones a.landline p{
    color: #363a4d;
	transition:all 0.5s ease;
}

header#masthead .phones a.landline:hover p{
    color: #fff;
	transition:all 0.5s ease;
}


header#masthead .phones a.landline h4{
    color: #05A3C3;
	transition:all 0.5s ease;
}

header#masthead .phones a.landline:hover h4{
    color: #fff;
	transition:all 0.5s ease;
}


header#masthead .phones a.landline svg {
	width: 32px;
	height:32px;
}



header#masthead{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
	padding:10px 7.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
	max-width:1800px;
	margin:auto;
	transition:all 0.5s ease;
}

header#masthead.active { 
	background-color: #363a4d1a;
	transition:all 0.5s ease;
}


header#masthead .main-navigation .menu-toggle {
    display: block;
    margin: auto;
}

header#masthead div.menu-header-container{
	display:flex;
}
	
    
header#masthead .main-navigation {
	display: flex;
	width: 80px;
	right: 0;
	height:80px;
	background-color:#191c4c80;
	border:2px solid #fff;
	flex-direction: column;
	justify-content: center;
	z-index: 9999;
	transition:all 0.3s ease;
}

header#masthead .main-navigation:hover{
	background-color:#05a3c3;
	transition:all 0.3s ease;
}

header#masthead .main-navigation.toggled{
	background-color:#05a3c3;
	border:2px solid #05a3c3;
	transition:all 0.3s ease;
}
    
   
header#masthead .main-navigation .menu-main-menu-container{
	background: #363a4d;
    z-index: 9999;
    height: 100vh;
    top: 0;
    left: calc(-1720px - 7.5%);
    position: fixed;
    width: calc(92.5% - 80px);
	max-width:calc(1720px - 7.5%);
    padding: 35px 7.5%;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s ease;
} 
    
    
header#masthead .main-navigation.toggled .menu-main-menu-container {
	background: #363a4d;
    z-index: 9999;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    width: calc(92.5% - 80px);
	max-width:calc(1720px - 7.5%);
    padding: 35px 7.5%;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s ease;
} 

    
header#masthead .main-navigation ul ul{
        box-shadow: none;
}
    
    
    
header#masthead button div:first-child {
         margin: 0px 0 5px;
}
    
header#masthead button div {
        height: 3px;
        width: 34px;
        background: #fff;
         margin: 5px 0;
        transition: all 0.3s ease;
}
    
header#masthead button:hover div {
        background: #fff;
        transition: all 0.3s ease;
}
    
header#masthead button div:last-child {
         margin: 5px 0 8px;
        transition: all 0.3s ease;
}
    
    
header#masthead nav#site-navigation.toggled button div:first-child {
        transform: rotate(45deg);
        width:34px;
        transform-origin: 6px 5px;
        transition: all 0.3s ease;
}
    
header#masthead nav#site-navigation.toggled button div {
        width:0;
        transition: all 0.3s ease;
}
    
header#masthead nav#site-navigation.toggled button div:last-child {
        transform: rotate(-45deg);
        width:34px;
        transform-origin: 8px -1px;
        transition: all 0.3s ease;
}
    
    
header#masthead .menu-toggle{
        background-color: transparent;
        color:#fff;
        border:0;
        border-radius:0;
        font-size: 0.65em;
        cursor: pointer;
        padding: 0!important;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
        transition: all 0.3s ease;
}
    
header#masthead .menu-toggle:hover {
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease;
}
    
header#masthead .menu-toggle:focus {
        outline: 0;
}
    

header.active .menu-toggle{
        color:#fff;
        transition: all 0.3s ease;
}
    
header.active button div{
        background-color:#fff;
        transition: all 0.3s ease;
}
    
    
header.active button:hover div{
    background-color:#05a3c3;
    transition: all 0.3s ease;
}




    
header#masthead .main-navigation ul li {
        margin: 40px 0;
}

header#masthead .main-navigation ul li a{
    line-height: 1em;
    font-size: 3em;
	color:#fff;
	position:relative;
	width: fit-content;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li a:before{    
	content: " ";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -12px;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li a:hover:before{    
	content: " ";
    width: 100%;
    height: 3px;
    background: #05a3c3;
    position: absolute;
    bottom: -12px;
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul li a:hover{
	color:#05a3c3;
    transition: all 0.3s ease;
}
    

header#masthead .main-navigation ul li.current_page_item a, 
header#masthead .main-navigation ul li ul li.current_page_item a,
header#masthead .main-navigation ul li.current_page_item a:hover {
	color:#05a3c3;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li.current_page_item a:before,
header#masthead .main-navigation ul li ul li.current_page_item a:before,
header#masthead .main-navigation ul li.current_page_item a:hover:before{    
	content: " ";
    width: 100%;
    height: 3px;
    background: #05a3c3;
    position: absolute;
    bottom: -12px;
    transition: all 0.3s ease;
}



header#masthead .main-navigation .details {
    width: calc(92.5% - 80px);
    max-width: calc(1720px - 7.5%);
	padding:25px 7.5%;
    background: #ffffff0d;
    position: fixed;
    z-index: 999999;
    left:calc(-1720px - 7.5%);
    bottom: 0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-content:center;
    transition: all 1s ease;
}

header#masthead .main-navigation.toggled .details{
    left: 0;
    transition: all 1s ease;
}


header#masthead .main-navigation .details a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

header#masthead .main-navigation .details a.mobile svg{
	width:37px;
	height:37px;
}

header#masthead .main-navigation .details a.landline svg{
	width:32px;
	height:32px;
}

header#masthead .main-navigation .details a.email svg{
	width:40px;
	height:24px;
}


header#masthead .main-navigation .details a svg path {
    fill: #05a3c3;
	transition:all 0.3s ease;
}

header#masthead .main-navigation .details a svg {
    margin-right:10px;
}


header#masthead .main-navigation .details a p{    
	font-size: 0.65em;
    margin: 0;
	margin-top:5px;
    line-height: 1em;
	color:#fff;
	transition:all 0.3s ease;
}

header#masthead .main-navigation .details a h4{
	font-family:'Libre Baskerville Bold', Times New Roman, sans-serif;
	font-size: 1.35em;
	color:#fff;
	transition:all 0.3s ease;
}


header#masthead .main-navigation .details a:hover h4{
	color:#05a3c3;
	transition:all 0.3s ease;
}



/* ******************************************************
	Pages
*********************************************************/

section.top{
	position:relative;
}

section.top ul.glide__slides{
	margin:0;
}

section.top ul.glide__slides .glide__slide{
	height: 90vh;
}


section.top .nav-glide {
    position: relative;
    width: 150px;
    left: calc(92.5% - 150px);
    z-index: 50;
    height: 75px;
    bottom: 0;
}

section.top .nav-glide .glide__bullets {
    bottom: calc(50% + -3px);
}

section.top .nav-glide .glide__arrow {
	top: calc(50% - 10px);
}

section.top .nav-glide button.glide__arrow,
section.top .nav-glide button.glide__arrow:hover{
    width: 15px;
    height: 15px;
	transition: all 0.3s ease;
}


section.top .nav-glide .glide__arrow--left {
    left: 0;
    margin-top: 2px;
}

section.top .nav-glide .glide__arrow--right {
    right: 0;
    margin-top: 2px;
}


section.top div.text {
    position: absolute;
    width: 100%;
    max-width: 1800px;
	background: #363a4d;
	padding:5px 7.5% 10px;   
    height: 75px; 
	bottom: 0;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

section.top div.text a svg {
    margin-top: 4px;
}

section.top div.text a{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	width:fit-content;
}

section.top div.text a h1{
	font-family:'Libre Baskerville', Helvetica, sans-serif;
	color:#fff;
	margin-right:10px;
	cursor:pointer;
    font-size: 1.75em;
	transition:all 0.3s ease;
}

section.top div.text a:hover h1{
	margin-right:20px;
	color:#05a3c3;
	cursor:pointer;
    font-size: 1.75em;
	transition:all 0.3s ease;
}


section.top div.text a h1 span{
    font-family: 'Libre Baskerville It', Times New Roman, serif;
	font-style: italic;
	color:#05a3c3;
    font-size: 1.1em;
	transition:all 0.3s ease;
}

section.top div.text a:hover h1 span{
	color:#fff;
	transition:all 0.3s ease;
}


section.top div.text a svg polygon{
	fill:#05a3c3;
	transition:all 0.3s ease;
}

section.top div.text a:hover svg polygon{
	fill:#fff;
	transition:all 0.3s ease;
}



section.top.general.small {
	height:600px;
}

section.top.general.centered {
	height:auto;
	padding:70px 7.5%;
}

section.top.general.centered .main-text{
	position:static;
}


section.top.general {
	padding:170px 7.5% 70px;
	height:820px;
    max-height: 80vh;
}
	
section.top.general .main-text {
    position: absolute;
    bottom: 70px;
    background: #ffffffe6;
    max-width: 580px;
}

section.top.general .main-text div{
    padding: 35px;
}

section.top.general .main-text h1 {
    color: #2a3669;
    margin-bottom: 10px;
    line-height: 1em;
}

section.top.general .main-text p {
    margin-bottom:0;
	font-size:0.95em;
    color: #363a4d;
}




section.contact-details .form {
    position: absolute;
    right: 7.5%;
    top: -300px;
	width:40%;
}


section.contact-details .form .gform_wrapper{
    width: 100%;
	max-width:520px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    margin: 0 auto;
}

section.contact-details .form .gform_wrapper h2.gform_title {
    color: #05a3c3;
    font-size: 1.5em;
	margin-bottom:5px;
}

section.contact-details .form .gform_wrapper span.gform_description{
	font-size:0.85em;
	margin-bottom:15px;
    display: block;
    color: #363a4d;
}


.page-template-tpl_book-visit section.contact-details {
    padding: 100px 7.5% 350px;
}

section.contact-details {
    padding: 70px 7.5% 175px;
    background: #ffffff;
	position:relative;
}

section.contact-details .content {
    max-width: 580px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}

section.contact-details .content iframe{
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

section.contact-details .content .text {
    background: #fff;
    border: 1px solid #f0f0f0;
}

section.contact-details .content .text div:not(.side) {
    padding: 30px!important;
    display: block!important;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

section.contact-details .content .text div h4{
	margin-bottom:10px;
    font-family: 'Libre Baskerville Bold', Helvetica, serif;
    color: #2a3669;
}

section.contact-details .content .text div p{
	margin-bottom:0;
}


section.contact-details .content a.full-width-link{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

section.contact-details .content a.full-width-link span{	
	font-size:1em;
}



section.image-left-text {
    background: #fff;
    padding: 70px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.image-left-text .image {
    width: 40%;
}

section.image-left-text .right {
    width: 50%;
	padding:50px 0;
}

section.image-left-text .right .text{
	padding-right:15%;
}

section.image-left-text .right .text h2{
    font-size:2em;
}


section.image-left-text .right .icons {
    background: #f2f2f2;
    padding: 30px 15% 30px 5%;
	border-radius:4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin-top:50px;
}

section.image-left-text .right .icons div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

section.image-left-text .right .icons div h3 {
    font-size: 1em;
    color: #2a3669;
    line-height: 1.2em;
}

section.image-left-text .right .icons img{
    width: auto;
    height: auto;
    max-height: 28px;
    margin-right: 12px;
}



section.services {
    padding: 70px 7.5% 20px;
    background: #363a4d;
}

section.services > .text {
    max-width: 520px;
    margin: 0 auto 45px;
    text-align: center;
}

section.services > .text p{
	color:#fff;
}


section.services .all-services {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}


section.services .all-services .single-service {
    width: calc(33.333% - 30px);
    position: relative;
    margin: 0 30px 50px 0;
}

section.services .all-services .single-service .image {
	width:calc(100% - 40px);
    height: 225px;
    border-radius: 4px;
}

section.services .all-services .single-service .text {
    background: #fff;
    padding: 25px 30px;
    border-radius: 4px;
    width: calc(100% - 40px);
    margin-left: 40px;
    margin-top: -40px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

section.services .all-services .single-service .text h3 {
    color:#2a3669;
	transition:all 0.5s ease;
}

section.services .all-services .single-service .text:hover h3 {
    color:#05a3c3;
	transition:all 0.5s ease;
}


section.services .all-services .single-service .text p {
    font-size: 0.75em;
    margin-bottom: 10px;
}


section.services .all-services .single-service .text span.link:hover {
    color: #05a3c3!important;
	transition:all 0.3s ease;
}

section.services .all-services .single-service .text:hover span.link svg{
    margin-left:5px;
	transition:all 0.3s ease;
}

section.services .all-services .single-service .text span.link:hover svg path{
    fill: #05a3c3!important;
	transition:all 0.3s ease;
}




section.services.light {
    background: #fff;
}

section.services.light h2.white {
    color: #2A3669;
}

section.services.light > .text p {
    color: #464646;
}

section.services .all-services .single-service .text {
	background: #f8f8f8;
}





section.all-partners {
    padding: 70px 15%;
    background: #fff;
}

section.all-partners > .text {
    max-width: 520px;
    margin: 0 auto 35px;
    text-align: center;
}

section.all-partners .partners {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


section.all-partners .partners img{
	max-width: 200px;
    margin: 10px 20px;
    filter: grayscale(1);
}



section.testimonials {
    padding: 70px 7.5%;
    background: #363a4d;
	text-align: center;
}

section.testimonials > .text {
    max-width: 520px;
    margin: 0 auto 45px;
    text-align: center;
}

section.testimonials > .text p{
	color:#fff;
}


section.testimonials-grid {
    padding: 70px 5%;
    background: #f8f8f8;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section.testimonials-grid .box {
    width: calc(33.333% - 20px);
    padding: 20px;
    margin: 0 20px 20px 0;
    background: #fff;
    border-radius: 4px;
}

section.testimonials-grid .box p {
    font-size: 0.9em;
    font-family: 'Libre Baskerville', Times New Roman, sans-serif;
    color: #2a3669;
}



section.showroom{
    padding: 70px 7.5%;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.showroom .text {
    width: 50%;
	padding-right:5%;
}

section.showroom .text p{
    max-width:520px;
}

section.showroom .text .address {
    background: #f8f8f8;
    padding: 20px 25px;
    margin-top: 25px;
    margin-bottom: 35px;
    max-width: 420px;
}

section.showroom .text .address h3 {
    font-family: 'Libre Baskerville', Times New Roman, serif;
    color: #05a3c3;
    margin: 0;
}

section.showroom .text .address p{
	font-size: 0.7em;
    color: #2a3669;
    margin-bottom: 10px;
}

section.showroom .text .address .address-content p {
    font-size: 1.1em;
    margin-bottom: 0px;
}


section.showroom .images {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}


section.showroom .images .image.one {
    width: 60%;
    height: 300px;
}

section.showroom .images .image.two {
    width: calc(100% - 320px);
    height: 275px;
    right: 320px;
    top: 250px;    
	position: absolute;
}

section.showroom .images .image.three {
    width: 300px;
    height: 300px;
    margin: 20px 0 0 20px;
}



section.showroom .images .minitext.one {
    position: absolute;
    width: calc(40% - 20px);
    max-width: 200px;
    left: 20px;
    top: 80px;
    font-size: 0.85em;
}

section.showroom .images .minitext.one p{
	margin-bottom:0;
	color:#2a3669;
    line-height: 1.5em;
}

section.showroom .images .minitext.one svg{
    right: 0;
    position: absolute;
    margin-top: -5px;
}

section.showroom .images .minitext.one svg path{
	fill: #363a4e80;
}


section.showroom .images .minitext.two {
    position: absolute;
    max-width: 260px;
    right: 200px;
    bottom: -20px;
    font-size: 0.85em;
    background: #363a4d;
    padding: 12px 20px;
	border-radius:4px;
	z-index:10;
}

section.showroom .images .minitext.two:before {
    content: " ";
    width: 16px;
    height: 16px;
    background: #363a4d;
    position: absolute;
    top: -8px;
    right: 20%;
    transform: rotate(45deg);
}

section.showroom .images .minitext.two p{
	margin-bottom:0;
	color:#fff;
	text-align:center;
}




section.main-text {
    padding: 70px 7.5%;
    background: #fff;
}

section.main-text .text {
    max-width: 1000px;
    margin: 0 auto;
}

section.main-text h2 {
    max-width: 50%;
}

section.main-text .text .content {
    column-count: 2;
    column-gap: 30px;
    margin-bottom: 20px;
}


section.main-text.blog h2{
	max-width:100%;
}

section.main-text.blog .intro{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:35px;
}

section.main-text.blog .intro p{
	font-size:0.95em;
}

section.main-text.blog .text .content{
	column-count:1;
}




section.banner-icons {
    background: #363a4d;
    padding: 20px 7.5%;
}

section.banner-icons .icons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.banner-icons .icons div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: calc(25% - 30px);
}

section.banner-icons .icons div img.icon {
    max-width: 35px;
    margin-right: 12px;
}

section.banner-icons .icons div h5{
	color:#fff;
    text-transform: capitalize;
}



section.partners-slider {
    background: #f8f8f8;
    padding: 20px;
}

section.partners-slider ul.glide__slides {
    margin: 0;
    padding: 0;
    align-items: center;
}

section.partners-slider ul.glide__slides li.glide__slide{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.partners-slider ul.glide__slides li.glide__slide img{
	filter:grayscale(1);
}



section.sub-services {
    background: #f8f8f8;
	padding: 70px 7.5%;
}

section.sub-services > .text {
    max-width: 520px;
    margin: 0 auto 45px;
	text-align:center;
}

section.sub-services > .text h2{
	color:#05a3c3;
}


section.sub-services .content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section.sub-services .content .box {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
	background:#fff;
    border-radius: 4px;
}


section.sub-services .content .box .image {
    height: 300px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

section.sub-services .content .box .text {
    padding:30px 30px 15px;
	background:#fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

section.sub-services .content .box .text h3 {
    color: #2a3669;
}




section.faqs{
    padding: 70px 7.5%;
    background: #f8f8f8;
}


/* faqs styles */

.accordion .transition,
.accordion p,
.accordion ul li i:before,
.accordion ul li i:after {
    transition: all 0.25s ease-in-out;
}

.accordion .flipIn, 
.accordion ul li {
    animation: flipdown 0.5s ease both;
}

.accordion .no-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.accordion ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.accordion h5{
	padding-left: 12px;
	margin-bottom: 5px;
    color: #05a3c3;
    font-size: 1em;
    line-height: 1.25em;
}

.accordion p {
    position: relative;
    overflow: hidden;
    opacity: 1;
    color: #464646;
    font-weight: 200;
    transform: translate(0, 0);
    margin: 10px 0 10px 15px;
    z-index: 2;
	transition: all 0.5s ease;
}

.accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.accordion ul li {
    position: relative;
	padding:0;
    margin: 0 20px 20px 0;
    padding: 15px 20px 12px;
    list-style-type: none!important;
    background: #fff;
	width: calc(50% - 20px);
}

.accordion ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 4px;
    left: 25px;
}

.accordion ul li i:before,
.accordion ul li i:after {
    content: "";
    position: absolute;
    background-color: #05a3c3;
    width: 2px;
    height: 10px;
}

.accordion ul li i:before {
    transform: translate(0px, 0) rotate(90deg);
}

.accordion ul li i:after {
    transform: translate(0px, 0) rotate(90deg);
}

.accordion ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
	opacity: 0;
}

.accordion ul li input[type=checkbox]:checked ~ p {
    margin: 0;
    max-height: 0;
    opacity: 0;
	transition: all 0.5s ease;
}

.accordion ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(0px, 0) rotate(0deg);
    background-color: #2a3669;
}

.accordion ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(0px, 0) rotate(-90deg);
    background-color: #2a3669;
}

.accordion ul li input[type=checkbox]:checked ~ h5 {
    color: #2a3669;
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}


/* end of faqs styles */





section.inspiration {
    background: #363a4d;
    padding: 70px 7.5%;
    text-align: center;
}

section.inspiration .text{
    max-width:520px;
	margin:0 auto 45px;
}

section.inspiration .text h2,
section.inspiration .text p{
	color:#fff;
}

section.inspiration .content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	flex-wrap:wrap;
}

section.inspiration .content .image{
	width:calc(33.33% - 20px);
	margin: 0 auto 20px;
	height:300px;
}



section.filter {
    padding: 70px 7.5% 35px;
    background: #fff;
}

section.filter > div {
    background: #f8f8f8;
    padding: 35px;
	width:calc(100% - 20px);
	border-radius:4px;
}

section.filter h4 {
    font-family: 'Montserrat Bold', Helvetica, sans-serif;
    color: #2a3669;
    font-size: 1.5em;
    margin-bottom: 10px;
}




section.projects {
    background: #fff;
    padding: 0px 7.5% 70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}


section.projects a.single.project.post {
    width: calc(33.333% - 20px);
    margin: 0 20px 20px 0;
    display: block;
}


section.projects a.single.project.post .image {
    height: 250px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

section.projects a.single.project.post .post-text {
    padding: 20px;
    background: #363a4d;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	cursor:pointer;
	transition:all 0.5s ease;
}

section.projects a.single.project.post:hover .post-text {
    background: #05a3c3;
	cursor:pointer;
	transition:all 0.5s ease;
}


section.projects a.single.project.post .post-text p.tags {
    color: #fff;
    font-size: 0.65em;
    font-family: 'Libre Baskerville', Helvetica, serif;
    font-weight: 100;
    margin-bottom: 2px;
}


section.projects a.single.project.post .post-text h3{
	font-family: 'Montserrat', Helvetica, sans-serif;
	margin-bottom:0;
    color: #fff;
    font-size: 1.2em;
}

section.projects a.single.project.post .post-text svg polygon {
    fill: #05a3c3;
	transition:all 0.5s ease;
}

section.projects a.single.project.post:hover .post-text svg polygon {
    fill: #363a4d;
	transition:all 0.5s ease;
}


section.projects nav.prev-next-posts {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    width: calc(100% - 20px);
}

section.projects nav.prev-next-posts .prev-posts-link a {
    margin-left:15px;
}

section.projects nav.prev-next-posts .prev-posts-link a:before {
    content: " ";
    width: 10px;
    height: 10px;
    border-top: 2px solid #05a3c3;
    border-left: 2px solid #05a3c3;
    position: absolute;
    margin-top: 6px;
	margin-left:-15px;
    transform: rotate(-45deg);
}

section.projects nav.prev-next-posts .next-posts-link a {
    margin-right:15px;
}

section.projects nav.prev-next-posts .next-posts-link a:after {
    content: " ";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #05a3c3;
    border-right: 2px solid #05a3c3;
    position: absolute;
    margin-top: 6px;
	margin-right:-15px;
    transform: rotate(-45deg);
}



section.top.general .main-text p.tags {
    font-family: 'Libre Baskerville', Helvetica, sans-serif;
    color: #05a3c3;
    font-size: 0.9em;
}


/* single project */

section.main-text .images {
    max-width: 1000px;
    margin: 20px auto 0;
    position: relative;
}

section.main-text .images ul li .image {
    height: 600px;
}

section.main-text .images ul.glide__slides {
    margin: 0;
    padding: 0;
    align-items: center;
}

section.main-text .images ul.glide__slides .legend {
    padding: 15px 25px;
    background: #363a4d;
}

section.main-text .images ul.glide__slides .legend p{
	color:#fff;
	margin:0;
}

section.main-text .images .nav-glide {
    position: absolute;
    width: 100%;
    top: calc(50% - 10px);
}
	
section.main-text .images .nav-glide .glide__arrow--right {
   	 right: 20px;
}
	
section.main-text .images .nav-glide .glide__arrow--left {
   	 left: 20px;
}


section.top.blue h2 {
    color: #05a3c3;
}

section.top.blue a.full-width-link {
    background: #05a3c3;
    transition: all 0.5s ease;
}

section.top.blue a.full-width-link:hover {
    background: #363a4d;
    transition: all 0.5s ease;
}

section.top.blue a.full-width-link svg polygon {
    fill: #363a4d;
    transition: all 0.5s ease;
}

section.top.blue a.full-width-link:hover svg polygon {
    fill: #05a3c3;
    transition: all 0.5s ease;
}




section.related {
    background: #fff;
    padding: 70px 7.5% 0;
}

section.related .text {
    max-width: 420px;
    margin-bottom: 30px;
}



section.contact-details div.gform_confirmation_message {
    padding: 35px;
    background: #fff;
    border-radius: 4px;
}



section.gallery {
    padding: 50px 5%;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;    
	margin-bottom: 0;
    grid-gap: 0;
}

section.gallery img{
    width:calc(50% - 20px);
	margin: 0 10px 20px;
	object-fit:cover;
}



/* ******************************************************
	Form Styles
*********************************************************/

.gform_wrapper .gfield_required {
    color: #05a3c3!important;
	font-size: 10px!important;
}

.gform_wrapper label.gfield_label, 
.gform_wrapper legend.gfield_label{
    color: #2a3669!important;
    font-size: 15px!important;
    font-weight: inherit!important;
    text-rendering: geometricprecision;
    font-family: 'Montserrat', Helvetica, sans-serif;
    letter-spacing: -0.1pt;
}

.gform_wrapper label.gfield_consent_label {
    font-size: 0.85em;
    color: #2a3669;
}

.gform_wrapper .gfield input, .gform_wrapper select, .gform_wrapper textarea {
    font-size: 0.9em!important;
    border: 1px solid #363a4d29;
    border-radius: 0;
    color: #363a4d;
    font-family: 'Montserrat', Helvetica, sans-serif;
}


select {
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
	background:#fff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 60px 8px 16px!important;
    font-size: 0.9em!important;
    border: 1px solid #363a4d29;
    border-radius: 0;
    color: #363a4d;
	background-image:url(https://phillipes.co.uk/wp-content/uploads/2022/11/dropdown.svg)!important;
	background-size:contain!important;
	background-position:right center!important;
	background-repeat:no-repeat!important;
    font-family: 'Montserrat', Helvetica, sans-serif;
}

.searchandfilter ul {
    margin: 0;
    padding: 0;
}

.searchandfilter select{
    font-size: 0.95em!important;
	border:0;
	border-radius:4px;
	
}




/* ******************************************************
	Footer
*********************************************************/


footer#colophon .site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 45px 7.5% 35px;
    flex-wrap: wrap;
    background: #363a4d;
    width: 100%;
}

footer#colophon .site-info .widget {
    margin: 0;
    padding: 0 20px 15px 0;
}

footer#colophon .site-info .widget-title {
    color: #05a3c3;
	font-size:1.1em;
	margin-bottom:10px;
	font-family:'Libre Baskerville', Times New Roman, serif;
}

footer#colophon .site-info .custom-html-widget h4 {
    font-family: 'Libre Baskerville', Times New Roman, serif;
    color: #fff;
    padding-left: 10px;
}

footer#colophon .site-info .custom-html-widget h4 span{
    font-family: 'Libre Baskerville It', Times New Roman, serif;
	font-style: italic;
	color:#05a3c3;
    font-size: 1.1em;
}


footer#colophon .site-info a,
footer#colophon .site-info p,
footer#colophon .site-info li{
	color:#fff;
	font-size: 14px;
	font-family:'Montserrat', Helvetica, sans-serif;
	text-rendering: geometricPrecision;
	transition:all 0.3s ease;
}

footer#colophon .site-info li{
	margin:0 0 5px;
}

footer#colophon .site-info p{
	line-height:1.8em;
}

footer#colophon .site-info ul{
	margin:0;
	column-count:1;
}

footer#colophon .site-info a:hover{
	color:#05a3c3;
	transition:all 0.3s ease;
}




footer#colophon .bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 7.5%;
}

footer#colophon .bottom p {
    font-size: 0.8em;
    margin: 0;
    margin-right: 20px;
}

footer#colophon .bottom a p{
	color:#464646;
	transition:all 0.3s ease;
}

footer#colophon .bottom a:hover p{
	color:#05a3c3;
	transition:all 0.3s ease;
}







/* ******************************************************
	Media Queries
*********************************************************/


@media screen and (min-width:1800px){
	
	header#masthead .main-navigation.toggled .menu-main-menu-container {
    	left: calc(50% - 900px);
	}

	header#masthead .main-navigation.toggled .details{
    	left: calc(50% - 900px);
	}
	
	
	
}




@media screen and (max-width:1400px){
	
	
	section.showroom .images .minitext.one {
		left: 0;
	}
	
	section.showroom .images .image.three {
    	width: 250px;
		height: 250px;
	}
	
	section.showroom .images .image.two {
    	width: calc(100% - 270px);
    	right: 270px;
	}
	
	section.showroom .images .minitext.two {
    	right: 150px;
    	bottom: -35px;
	}
	
	
	section.top.general .main-text {
    	max-width: 500px;
	}
	
	section.contact-details .content {
		max-width: 500px;
	}
	
	

	section.sub-services .content .box {
    	width: calc(50% - 20px);
	}
	
	
}




@media screen and (max-width:1200px){

	header#masthead img.custom-logo {
    	width: 150px;
    	height: 65px;
	}
	
	section.image-left-text .right {
    	width: 55%;
	}
	
	section.services .all-services .single-service {
		width: calc(50% - 30px);
	}

	section.all-partners {
		padding: 70px 10%;
	}
	
	section.showroom .images .minitext.one{
		display:none;
	}
	
	section.showroom .images .image.one {
    	width: 80%;
    	height: 250px;
	}
	
	section.showroom .images .image.three {
    	width: 200px;
    	height: 200px;
		margin: 15px 0 0 15px;
	}
	
	section.showroom .images .image.two {
    	width: calc(100% - 215px);
    	right: 215px;
    	top: 200px;
	}
	
	section.showroom .images .minitext.two{
		display:none;
	}
	
	
	section.contact-details .form {
    	position: static;
    	width: 50%;
	}
	
	section.contact-details .content {
    	max-width: 100%;
    	width: 45%;
	}
	
	section.contact-details {
    	display: flex;
    	flex-direction: row;
    	justify-content: space-between;
    	align-items: flex-start;
		padding: 70px 5%;
	}
	
	
	section.filter {
		padding: 50px 5% 35px;
	}
	
	section.projects {
		padding: 0px 5% 50px;
	}
	
	section.related {
    	padding: 50px 5% 0;
	}
	

	.page-template-tpl_book-visit section.contact-details {
    	padding: 70px 5%;
	}
	
	
}



@media screen and (max-width:1024px){

	header#masthead {
		padding: 10px 5%;
	}
	
	
	header#masthead .main-navigation .details {
    	width: calc(95% - 80px);
    	max-width: calc(1720px - 5%);
		padding: 25px 5%;
    	left: calc(-1720px - 5%);
	}
	
	header#masthead .main-navigation.toggled .menu-main-menu-container {
    	width: calc(95% - 80px);
    	max-width: calc(1720px - 5%);
		padding: 35px 5% 100px;
	}

	header#masthead .main-navigation ul li a {
		font-size: 2.5em;
	}
	
	
	section.top div.text {
		padding: 5px 5% 10px;
	}
	
	section.top div.text a h1 {
    	font-size: 1.5em;
	}
	
	
	section.top.general.centered {
		padding:70px 5%;
	}

	section.top.general {
		padding:170px 5% 70px;
	}
	
	
	
	
	section.image-left-text{
		display:block;
	}
	
	section.image-left-text .right .icons {
		padding: 30px 5%;
    	border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	
	section.image-left-text .image {
    	width: 80%;
    	height: 350px;
	}
	
	section.image-left-text .right {
    	width: 80%;
    	margin: auto;
    	padding: 50px 0 0;
	}
	
	section.image-left-text .right .text {
    	padding-right: 0;
	}
	

	
	section.services {
	    padding: 70px 5% 20px;
	}
	
	section.all-partners {
    	padding: 70px 5%;
	}
	
	section.testimonials {
		padding: 70px 5%;
	}
	
	section.showroom {
		padding: 70px 5%;
	}
	
	section.showroom .images .image.one {
    	width: 90%;
    	margin-bottom: 15px;
	}
	
	section.showroom .images .image.two {
    	width: 90%;
    	height: 250px;
    	position: static;
	}
	
	section.showroom .images .image.three{
		display:none;
	}
	
	
	section.inspiration {
	    padding: 70px 5%;
	}
	
	section.inspiration .content .image {
		width: calc(50% - 20px);
	}
	
	
	section.main-text {
    	padding: 70px 5%;
	}
	
	
	
	section.banner-icons .icons {
    	flex-wrap: wrap;
    	justify-content: space-around;
	}
	

	section.banner-icons {
    	padding: 20px 5%;
	}
	
	
	section.contact-details {
		padding: 70px 5% 0;
	}
	
	section.contact-details .content .text div:not(.side) {
		padding: 30px 10px;
	}
	
	
	section.projects a.single.project.post {
		width: calc(50% - 20px);
	}
	
	
	section.main-text .images ul li .image {
    	height: 500px;
	}
	
	
		
	section.sub-services {
		padding: 70px 5%;
	}
	
	
	section.faqs{
    	padding: 70px 5%;
	}
	
	.accordion ul li {
		width: 100%;
		margin:0 0 20px;
		max-width:600px;
	}
	
	
	section.testimonials-grid .box {
    	width: calc(50% - 20px);
	}
	
	
	section.gallery img{
    	width: 100%;
		margin: 0 0 20px;
		object-fit:inherit;
	}
	
	
	footer#colophon .site-info {
		padding: 45px 5% 35px;
	}
	
	
	
}




@media screen and (max-width:860px){

	
	header#masthead .phones a.mobile,
	header#masthead .main-navigation .details a.landline{
		display:none;
	}
	
	header#masthead .main-navigation .details{
		justify-content:flex-start;
	}	
	
	header#masthead .main-navigation .details a {
    	margin-right: 25px;
	}
	
	
	section.top.general.centered {
		padding:50px 5%;
	}

	section.top.general {
		padding:150px 5% 50px;
	}
	
	section.top.general .main-text {
		bottom: 50px;
	}
	
	
	section.image-left-text{	
    	padding: 50px 0;
	}
	
	section.services {
	    padding: 50px 5% 20px;
	}
	
	section.all-partners {
    	padding: 50px 5%;
	}
	
	section.testimonials {
		padding: 50px 5%;
	}
	
	section.showroom {
		padding: 50px 5%;
	}
	
	section.showroom .text {
	    padding-right: 0;
	}
	
	section.inspiration {
	    padding: 50px 5%;
	}
	
	
	section.main-text {
    	padding: 50px 5%;
	}
	
	section.main-text h2 {
    	max-width: 100%;
	}
	
	section.main-text .text .content {
		column-count: 1;
    	margin-bottom: 0px;
	}
	
	
	section.banner-icons .icons div {
    	margin: 10px 0;
    	max-width: calc(50% - 20px);
	}
	
	
	section.contact-details {
		padding: 50px 5%;
		display: block;
	}
	
	section.contact-details .form {
    	width: 100%;
	}
	
	
	section.contact-details .content {
    	max-width: 520px;
    	width: 100%;
    	margin: 35px auto 0;
	}
	
	.page-template-tpl_contact section.showroom{
		background:#f8f8f8;
	}
	
	.page-template-tpl_contact section.showroom .text .address{
		background:#fff;
	}
	
	
	section.projects a.single.project.post {
		width: 100%;
		margin: 0 0 20px;
	}
	
	
	
	section.sub-services {
		padding: 50px 5%;
	}
	
	section.sub-services .content .box:nth-child(4), 
	section.sub-services .content .box:nth-child(5),
	section.sub-services .content .box {
    	width: 100%;
		margin: 0 0 20px;
	}
	
	
	section.faqs{
    	padding: 50px 5%;
	}

	
	section.testimonials-grid .box {
    	width: 100%;
    	margin: 0 0 20px 0;
	}
	
	
}





@media screen and (max-width:768px){
	
	
	header#masthead .main-navigation .details a h4 {
		font-size: 1em;
	}
	
	
	section.top .nav-glide{
		display:none;
	}
	
	
	section.image-left-text .image {
    	height: 300px;
	}
	
	
	section.services .all-services .single-service {
    	width: 100%;
    	max-width: 500px;
    	margin: 0 auto 50px;
	}
	
	
	section.all-partners .partners img {
		max-width: 140px;
	}
	
	section.showroom{	
    	flex-direction: column-reverse;
    	justify-content: flex-start;
	}
	
	section.showroom .text {
		width: 100%;
	}
	
	section.showroom .images {
		display:none;
	}
	
	section.showroom .slider {
		display:block!important;
		width:100%;
		position:relative;
		margin-bottom:35px;
	}
	
	section.showroom .slider ul.glide__slides{
		margin:0;
		width:100%;
	}

	section.showroom .slider ul.glide__slides .glide__slide{
		height: 300px;
		width:100%;
	}
	
	section.showroom .slider .nav-glide {
    	position: absolute;
    	width: 100%;
    	top: calc(50% - 10px);
	}
	
	section.showroom .slider .nav-glide .glide__arrow--right {
   	 	right: 10px;
	}
	
	section.showroom .slider .nav-glide .glide__arrow--left {
   	 	left: 10px;
	}
	
	
	section.image-left-text .right {
    	width: 90%;
    	padding: 35px 0 0;
	}
	
	
	section.main-text .images ul li .image {
    	height: 350px;
	}
	
	section.sub-services .content .box .image {
		height: 250px;
	}
	
}



@media screen and (max-width:640px){
	
	
	header#masthead {
    	padding: 0 0 0 5%;
    	background: #363a4d80;
    	height: auto;
	}
	
	header#masthead .phones a.landline .number {
    	display: none;
	}
	
	header#masthead .main-navigation {
    	background-color: #363a4d;
		border: 0;
	}
	
	header#masthead .phones a svg {
    	margin-right: 0px;
	}
	
	header#masthead .phones a.landline svg {
    	width: 36px;
    	height: 36px;
	}
	
	header#masthead .phones a {
    	padding: 10px 5px;
    	width: 80px;
	}
	
	
	header#masthead .main-navigation .menu-main-menu-container {
		width: calc(100% - 80px);
    	left:calc(-100% - 100px);
		display:block;
		padding: 70px 5%;
	}
	
	header#masthead .main-navigation.toggled .menu-main-menu-container {
		width: calc(100% - 80px);
		display:block;
		padding: 70px 5%;
	}
	
	header#masthead .main-navigation .details {
    	width: calc(100% - 80px);
    	max-width: calc(100% - 80px);
    	left:calc(-100% - 100px);
	}
	
	
	
	header#masthead .main-navigation .details {
    	flex-wrap: wrap;
	}
	
	header#masthead .main-navigation .details a {
    	margin: 10px 25px 10px 0;
	}
	
	header#masthead .main-navigation .details a.landline {
    	display: flex;
	}
	
	
	
	header#masthead .main-navigation ul li a {
    	font-size: 2em;
	}
	
	header#masthead .main-navigation .details a.email {
    	display: none;
	}
	
	header#masthead .main-navigation .details {
		padding: 10px 5%;
	}
	
	
	
	section.top div.text a h1 {
    	font-size: 1.25em;
	}

	section.top div.text a svg {
    	margin-top: 1px;
    	width: 30px!important;
	}
	
	section.top div.text{	
    	height: auto;
    	padding: 10px 5% 14px;
	}
	
	
	section.top.general {
    	height: auto!important;
    	background-image: none!important;
    	max-height: 100%!important;
	}
	
	section.top.general .image {
    	display: block!important;
    	height: 350px;
   		width: 100%;
	}
	
	section.top.general .main-text {
    	position: static;
    	max-width: 100%;
	}
	
	section.top.general {
    	padding: 0;
	}
	
	section.top.general .main-text div {
    	padding: 30px;
	}
	
	
	section.top ul.glide__slides .glide__slide {
    	height: 70vh;
	}
	
	
	section.image-left-text {
    	display: flex;
    	flex-direction: column-reverse;
    	padding: 50px 0 0;
	}
	
	section.image-left-text .image {
    	height: 250px;
    	width: 100%;
	}
	
	section.image-left-text .right {
    	width: 100%;
   		padding: 0 5% 50px;
	}
	
	section.image-left-text .right .icons{
		margin-top:35px;
	}
	
	section.image-left-text .right .icons div {
    	flex-direction: column;
    	justify-content: center;
    	text-align: center;
	}
	
	section.image-left-text .right .icons img {
    	margin-right: 0;
    	margin-bottom: 10px;
	}
	
	section.image-left-text .right .icons div h3{
		margin-bottom:0;
	}
	
	section.image-left-text .right .icons {
    	padding: 25px 5%;
	}
	
	
	section.services .all-services .single-service {
    	margin: 0 auto 35px;
	}
	
	
	section.banner-icons {
    	padding: 10px 5%;
	}
	
	section.partners-slider {
    	padding: 15px 0px;
	}
	
	section.inspiration .content .image {
    	width: 100%;
	}
	
	
	
	.page-template-tpl_contact section.top.general .main-text{
		background-color:#f8f8f8;
	}
	
	section.contact-details .content a.full-width-link{
		padding:15px 20px;
	}
	
	.ginput_container.ginput_recaptcha {
    	overflow: hidden;
	}
	
	
	section.filter > div {
    	padding: 25px;
    	width:100%;
	}
	
	.searchandfilter ul li {
    	display: block;
    	padding: 0;
    	margin-bottom: 10px;
	}
	
	.searchandfilter ul {
    	width: 100%;
	}
	
	.searchandfilter select {
    	width: 100%!important;
	}
	
	
	section.sub-services .content .box .image {
		height: 200px;
	}
	
}




@media screen and (max-width:425px){
	
	header#masthead img.custom-logo {
    	width: 130px;
    	height: 55px;
	}
	
	section.top div.text a h1 {
    	font-size: 1em;
	}
	
	section.all-partners .partners img {
    	margin: 10px;
    	max-width: 100px;
	}
	
	
	section.services .all-services .single-service .image {
    	width: calc(100% - 20px);
		height: 175px;
	}
	
	
	section.services .all-services .single-service .text {
    	padding: 20px;
    	width: calc(100% - 20px);
    	margin-left: 20px;
	}
	
	
	section.showroom .slider ul.glide__slides .glide__slide{
		height:200px;
	}
	
	button.glide__arrow, button.glide__arrow:hover {
    	width: 15px;
		height: 15px;
	}

	section.banner-icons .icons{
		display:block;
	}
	
	section.banner-icons .icons div {
    	max-width: 100%;
		margin:15px 0;
	    justify-content: center;
	}
	
	section.banner-icons .icons div img.icon {
   	 	max-width: 25px;
		margin-right:10px;
	}
	

	section.contact-details .content .text div:not(.side){
		display:block;
	}
	
	section.contact-details .content .text div:not(.side) {
    	padding: 25px 20px;
	}
	
	section.contact-details .content .text div .side:first-child {
    	margin-bottom: 20px;
	}
	
	section.contact-details .form .gform_wrapper {
    	padding: 0;
    	border: 0;
    	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
    	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
    	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
	}
	
	
	section.main-text .images ul li .image {
    	height: 250px;
	}
	
	
	footer#colophon .site-info ul {
    	column-count: 1;
	}
	
}



@media screen and (max-width:320px){
	
	header#masthead .phones a.landline{
		display:none;
	}
	
	section.image-left-text .right .icons div h3 {
		font-size: 0.75em;
	}
	
}