<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: yorkshire-blinds-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: yorkshire-blinds-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
klh
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yorkshire-blinds-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/
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; 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 &gt; ul,
li &gt; 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: #0b3142;
}



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

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

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; 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;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

/* 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!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

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

.post, .page {
    margin: 0;
}

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

p {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 0.95em;
    line-height: 1.6em;
    color: #161616;
    margin-bottom:15px;
    text-rendering: geometricPrecision;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Barlow Bold', Helvetica, sans-serif;
}


h1{
	font-size:2.5em;
	margin: 0 0 10px;
    color: #072531;
    line-height: 1.15em;
}

h2{
	font-size:2em;
	margin-bottom:10px;
    color: #072531;
    line-height: 1.05em;
}

h3{
	font-size:1.5em;
	margin-bottom:5px;
	line-height: 1.2em;
}

h4{
	font-size:1.5em;
	margin-bottom:5px;
}

a { 
    text-decoration: none;
    color: #161616;
    cursor: pointer;
	transition:all 0.3s ease;
}

a:hover{
	color:#FEAC75;
	transition:all 0.3s ease;
}




li { 
    list-style-type: none;
}






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

a button {
    background: #FEAC75;
    padding: 12px 24px;
    border: 0;
    border-radius: 4px;
    width: max-content;
	cursor:pointer;
	transition:all 0.3s ease;
}

a button span{
	color:#0b3142;
	font-family:'Barlow', Helvetica, sans-serif;    
	font-size: 1.1em;
	transition:all 0.3s ease;
}


a:hover button {
    background: #0B3142;
    padding: 12px 24px;
    border: 0;
	cursor:pointer;
    border-radius: 4px;
    width: max-content;
	transition:all 0.3s ease;
}


a:hover button span{
	color:#fff;
	transition:all 0.3s ease;
}




a:hover button.white span{
	color:#0B3142;
	transition:all 0.3s ease;
}

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


p.read-more {
    margin-bottom: 0!important;
    color: #fdac75;
    font-size: 1.1em;
    font-family: 'Barlow Bold', Helvetica, sans-serif;
	transition:all 0.3s ease;
}

p.read-more:hover {
    margin-bottom: 0!important;
    color: #0B3142;
    font-size: 1.1em;
    font-family: 'Barlow Bold', Helvetica, sans-serif;
	transition:all 0.3s ease;
}


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

@font-face {
    font-family: 'Barlow Bold Italic';
    src: url('https://yorkshireblindsandcurtains.co.uk/wp-content/themes/yorkshire-blinds-theme/fonts/Barlow-BoldItalic.woff2') format('woff2'),
        url('https://yorkshireblindsandcurtains.co.uk/wp-content/themes/yorkshire-blinds-theme/fonts/Barlow-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Barlow Light Italic';
    src: url('https://yorkshireblindsandcurtains.co.uk/wp-content/themes/yorkshire-blinds-theme/fonts/Barlow-LightItalic.woff2') format('woff2'),
        url('https://yorkshireblindsandcurtains.co.uk/wp-content/themes/yorkshire-blinds-theme/fonts/Barlow-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Bold';
    src: url('https://yorkshireblindsandcurtains.co.uk/wp-content/themes/yorkshire-blinds-theme/fonts/Barlow-Bold.woff2') format('woff2'),
        url('https://yorkshireblindsandcurtains.co.uk/wp-content/themes/yorkshire-blinds-theme/fonts/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




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



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

header#masthead .custom-logo-link img.custom-logo {
    width: 300px;
    height: 73px;
}



header#masthead div.menu-header-container{
	display:block;
}
	
header#masthead div.menu-mobile-container{
	display:none;
}

header#masthead{
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2 ;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    z-index: 1000;
	max-width:1800px;
	margin:auto;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); 
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

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

header#masthead .main-navigation ul li {
    margin: 0 15px 0 15px;
	height:70px;
	display:flex;
	flex-direction:column;
	justify-content:center;
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul li a{
	color: #161616;
    font-size: 1em;
    text-transform: capitalize;
    font-family: 'Barlow Light', Helvetica, sans-serif;
    transition: all 0.3s ease;
}

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


header#masthead .main-navigation ul li.current-menu-item a {
    color: #fdac75;
    border-bottom: 1px solid #fdac75;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li.current-menu-item ul li a{
    color: #161616;
    border-bottom: 0px solid transparent;
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul li ul li {
    padding: 10px 0;
	height:auto;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li a{
	color: #161616;
    font-size: 1em;
    transition: all 0.3s ease;
}

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

header#masthead .main-navigation ul li ul li.current-menu-item a {
    border-bottom: 0px solid transparent!important;
}


header#masthead .main-navigation ul ul {
    background: white;
	display:block;
}

/*
header#masthead::after {
    content: "Get 15% off on all our verticals blinds - until 31/08/2022 only!";
    position: absolute;
    width: 100%;
    text-align: center;
    background: #eb5454;
    padding: 5px 10px;
    left: 0;
    top: 70px;
    color: #fff;
    font-weight: 500;
}
*/


/* ******************************************************
	Sections
*********************************************************/

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


section.top .text h1{
    max-width: 420px;
}

section.top .text p{
    font-size:1em;
    max-width: 420px;
}



section.top.version-two {
	background:#fffbf6;
}

section.top.version-two .text h1{
    max-width: 520px;
}

section.top.version-two .text p{
    max-width: 520px;
}



section.top.service .text h1{
    max-width: 520px;
}

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




section.top .feature {
    position: relative;
    width: 50%;
    height: 430px;
}


section.top .feature .image {
    width: 86%;
    height: 86%;
    position: absolute;
    top: 0;
    left: 7%;
	z-index:10;
}

section.top .feature .dark-green{
    width: 88%;
    height: 84%;
	background-color:#0B3142;
    position: absolute;
    bottom: 0;
    right: 0;
	z-index:8;
}

section.top .feature .beige{
    width: 90%;
    height: 88%;
	background-color:#FEEEDD;
    position: absolute;
    top: 5%;
    left: 0;
	z-index:5;
}


section.top .feature h3 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: 'Barlow Light', helvetica, sans-serif;
    font-size: 1.25em;
    padding: 0 0 2.5% 4%;
	font-weight:normal;
}

section.top .feature h3 strong{
    font-family: 'Barlow Bold', helvetica, sans-serif;
}



section.top.version-two .feature .image {
    width: 86%;
    height: 86%;
    top: 0;
    left: 7%;
}

section.top.version-two .feature .dark-green{
    width: 88%;
    height: 84%;
    bottom: 0;
    right: auto;
    left: 0;
}

section.top.version-two .feature .beige{
    width: 90%;
    height: 88%;
    left: auto;
	right:0;
	background-color:#FED8BE;
}




section.top.service {
    padding: 120px 7.5%;
}


section.top.service .feature {
    position: absolute;
    width: 580px;
    height: 800px;
    right: 14%;
    top: 140px;
}


section.top.service .feature .image {
    width: 86%;
    height: 94%;
    top: 0;
    left: 7%;
}

section.top.service .feature .dark-green{
    width: 88%;
    height: 90%;
    bottom: 0;
    right: auto;
    left: 0;
}

section.top.service .feature .beige{
    width: 90%;
    height: 92%;
    left: auto;
	right:0;
}





section.top.map {
    padding: 0;
}

section.top.map .text {
    padding: 70px 0 70px 7.5%;
    width: 50%;
}

section.top.map iframe {
    width: 50%;
}

section.form {
    background: #feeedd40;
    padding: 70px 7.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.form .text {
    width: 50%;
	max-width:640px;
}

section.form .text p{
	max-width:420px;
}

section.form .content {
    max-width: 500px;
	margin: 0 0 0 40px;
}


section.form .content .contact {
    padding: 30px;
    background: #fff;
	margin-bottom:20px;
}

section.form .content .contact h3 {
    color: #0f5256;
}

section.form .content .contact strong {
    font-size: 1.2em;
    font-family: 'Barlow Light', Helvetica, sans-serif;
}

section.form .content .contact .showroom{
    display: inline-block;
    width: 175px;
}
section.form .content .contact .contact-us {
    display: inline-block;
    width: 200px;
}

section.form .content .book {
    padding: 30px;
    background: #0b3142;
}

section.form .content .book h3,
section.form .content .book p{
	color:#fff;
}


.gform_wrapper legend.gfield_label, .gform_wrapper .gfield_label {
    color: #0b3142;
}

.gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
    border: 0;
    border-bottom: 1px solid #0f5256;
    border-radius: 0;
}

.gform_wrapper .gform_footer button,
.gform_wrapper .gform_footer input, 
.gform_wrapper .gform_page_footer button, 
.gform_wrapper .gform_page_footer input{
    background: #FEAC75;
    padding: 12px 24px;
    border: 0;
    border-radius: 4px;
    width: max-content;
	cursor:pointer;
	color:#fff;
	font-family:'Barlow', Helvetica, sans-serif;    
	font-size: 1.1em;
	transition:all 0.3s ease;
}

.gform_wrapper .gform_footer button:hover,
.gform_wrapper .gform_footer input:hover, 
.gform_wrapper .gform_page_footer button:hover, 
.gform_wrapper .gform_page_footer input:hover {
    background: #0B3142;
    padding: 12px 24px;
    border: 0;
	cursor:pointer;
    border-radius: 4px;
    width: max-content;
	color:#fff;
	font-family:'Barlow', Helvetica, sans-serif;    
	font-size: 1.1em;
	transition:all 0.3s ease;
}




section.form-book {
    background: #feeedd40;
    padding: 70px 12%;
}




section.about-service {
    background: #fffbf6;
    padding: 70px 7.5%;
}

section.about-service .text {
    width: calc(100% - 600px);
    max-width: 550px;
}

section.about-service ul {
    margin: 0 0 25px;
}


section.about-service ul li{
	font-family: 'Barlow Light', Helvetica, sans-serif;
	color:#0B3142;
	margin: 0 0 5px;
    font-size: 1.2em;
    padding-left: 30px;
	position:relative;
}

section.about-service ul li:before{
	content:" ";
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	background-image:url(https://yorkshireblindsandcurtains.co.uk/wp-content/uploads/2021/12/check.svg);
	position:absolute;
	height:20px;
	width:20px;
	left:0;
    top: 4px;
}




section.what-we-do {
    background: #feeedd40;
    padding: 70px 0% 90px;
    text-align: center;
}


section.what-we-do .text {
    max-width: 540px;
    margin: 0 auto 35px;
}


section.what-we-do ul.glide__slides, section.what-we-do ul.glide__slides li {
    margin: 0;
    padding: 0;
}

section.what-we-do .glide {
    padding: 0;
    padding-left: calc(7.5% + 50px);
    position: relative;
}

section.what-we-do .glide .image {
    height: 400px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

section.what-we-do .glide li.glide__slide {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin: 10px!important;
    border-radius: 4px;
	height: auto;
}

section.what-we-do .glide li.glide__slide a.info {
    padding: 20px;
    display: block;
    text-align: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

section.what-we-do .glide li.glide__slide a.info h3 {
    color: #0F5256;
    font-size: 1.5em;
	transition:all 0.3s ease;
}

section.what-we-do .glide li.glide__slide a.info h3:hover {
    color: #fdac75;
    font-size: 1.5em;
	transition:all 0.3s ease;
}

section.what-we-do .glide li.glide__slide p {
    margin-bottom:10px;
	transition:all 0.3s ease;
}


section.what-we-do .style {
    padding: 0;
    padding-left: calc(7.5% + 50px);
    position: relative;
}

section.what-we-do .style .image {
    height: 600px;
}

section.what-we-do .style li.glide__slide {
    background: #0F5256;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin: 10px!important;
	height:auto;
}

section.what-we-do .style li.glide__slide .info {
    padding: 10px 20px;
    display: block;
    text-align: left;
}

section.what-we-do .style li.glide__slide .info h3 {
    color: #fff;
    margin: 0;
    font-size: 1.2em;
    font-family: 'Roboto', helvetica, sans-serif;
    font-weight: 500;
}

section.what-we-do .style li.glide__slide .info p {
    color: #fff;
	margin:0;
}





section.what-we-do .glide__arrow {
    color: transparent;
    text-transform: uppercase;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
	transform:rotate(-135deg);
	width:20px;
	height:20px;
}

section.what-we-do .glide__arrow--left{
	border:0;
	border-left: 2px solid #072531;
    border-bottom: 2px solid #072531;
	left:auto;
	right:7.5%;
}

section.what-we-do .glide__arrow--right{
	border:0;
	border-right: 2px solid #072531;
    border-top: 2px solid #072531;
	right:auto;
	left:7.5%;
}


section.what-we-do .glide__bullets {
    bottom: -25px;
}

section.what-we-do .glide__bullets .glide__bullet {
	background-color: #07253159;
}

section.what-we-do .glide__bullets .glide__bullet--active, 
section.what-we-do .glide__bullets .glide__bullet:focus {
    background-color: #072531;    
	border: 2px solid transparent;
}

section.what-we-do .glide__bullets .glide__bullet:hover {
    border: 2px solid #feac75;
    background-color: rgb(253 172 117);
}




section.what-we-do ul.not-slider {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
	padding: 0 10%;
}

section.what-we-do ul.not-slider li {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin: 10px!important;
    border-radius: 4px;
	width:calc(33.333% - 20px);
}

section.what-we-do ul.not-slider .image {
    height: 400px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

section.what-we-do ul.not-slider li a.info {
    padding: 20px;
    display: block;
    text-align: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

section.what-we-do ul.not-slider li a.info h3 {
    color: #0F5256;
    font-size: 1.5em;
	transition:all 0.3s ease;
}

section.what-we-do ul.not-slider li a.info h3:hover {
    color: #fdac75;
    font-size: 1.5em;
	transition:all 0.3s ease;
}

section.what-we-do ul.not-slider li p{
	margin-bottom:10px;
}





section.banner-book {
    background: #FEEEDD40;
    padding: 20px 7.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.banner-book h3{
	color:#FEAC75;
}

section.banner-book p{
	max-width:420px;
	margin:0;
}



section.banner {
    padding: 20px 5%;
    background: #0b3142;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

section.banner .icon-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


section.banner .icon-text h3 {
    font-family: 'Barlow Light', Helvetica, sans-serif;
    color: #fff;
    font-size: 1.2em;
    margin: 0;
    max-width: 150px;
    line-height: 1.1em;
	font-weight: normal;
}


section.banner .icon-text img {
    margin-right: 10px;
}



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

section.process .text {
    max-width: 360px;
    margin: 0 auto 35px;
}

section.process .steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
	margin-bottom:25px;
}


section.process .step {
    width: calc(33.333% - 20px);
    background: #f8f8f8;
    margin: 0 10px;
    padding: 20px;
    border-radius: 4px;
	text-align:left;
}


section.process .step h3{	
    color: #0F5256;
}

section.process .step p{	
    margin:0;
}




section.about {
    background: #fffbf6;
    padding: 70px 7.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


section.about .video {
    width: 50%;
    height: 400px;
    position: relative;
}


section.about .video iframe {
    position: absolute;
    width: 92.5%;
    height: 92.5%;
    top: 7.5%;
    left: 7.5%;
    z-index: 10;
}


section.about .video .dark-green {
    height: 92.5%;
    width: 92.5%;
    background: #072531;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
}


section.about .text {
    width: 50%;
    padding:0 0 0 7.5%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

section.about .text p{
	max-width:480px;
}



section.about-extended {
    background: #fff;
    padding: 70px 12%;
}

section.about-extended .text {
    max-width: 640px;
	margin-bottom:35px;
}

section.about-extended .text h2{
    max-width: 360px;
}

section.about-extended .details {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section.about-extended .details iframe {
    width: calc(100% - 500px);
    height: auto;
}

section.about-extended .details .content {
    width: 500px;
	padding-left:20px;
}

section.about-extended .details .content .contact {
    padding: 30px;
    background: #fffbf6;
	margin-bottom:20px;
}


section.about-extended .details .content .contact h3 {
    color: #0f5256;
}

section.about-extended .details .content .contact strong {
    font-size: 1.2em;
    font-family: 'Barlow Light', Helvetica, sans-serif;
}

section.about-extended .details .content .contact .showroom{
    display: inline-block;
    width: 175px;
}

section.about-extended .details .content .contact .contact-us {
    display: inline-block;
    width: 200px;
}


section.about-extended .details .content .book {
    padding: 30px;
    background: #0b3142;
}

section.about-extended .details .content .book h3,
section.about-extended .details .content .book p{
	color:#fff;
}




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


section.reviews .text {
    max-width: 360px;
    margin: 0 auto 35px;
}


section.reviews .ti-rating-text {
    display: none;
}


section.areas {
    background: #0b3142;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section.areas .content{
	width:50%;
    padding: 50px 5% 50px 7.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.areas .text {
	margin-bottom:25px;
}

section.areas .text h2{
	color:#fff;
}

section.areas .text p{
	color:#fff;
    max-width: 360px;
}


section.areas ul{
	margin:0;
    column-count: 2;
}

section.areas ul li a {
    font-size: 1.1em;
    color: #fff;
	transition:all 0.3s ease;
}

section.areas ul li a:hover {
    font-size: 1.1em;
    color: #fed8be;
	transition:all 0.3s ease;
}


section.areas iframe{
	width:50%;
}




section.posts {
    padding: 70px 7.5% 50px;
    background: #feeedd40;
}

section.posts .text{
	text-align: center;
    max-width: 360px;
    margin: 0 auto 35px;
}


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

section.posts a.post .image {
    height: 300px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}


section.posts a.post {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
    background: #fff;
	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);
	border-radius:4px;
}


section.posts a.post .post-text {
    padding: 20px;
}

section.posts a.post .post-text h3{
	color:#0F5256;
	transition:all 0.3s ease;
}

section.posts a.post .post-text h3:hover{
	color:#fdac75;
	transition:all 0.3s ease;
}


a.breadcrumbs {
    font-size: 0.9em;
}



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

section.content .text {
    max-width: 640px;
	margin-bottom:35px;
}

section.content .text h2{
	color: #0f5256;
}

section.content .text h3{
	color: #fdac75;
}

section.content .text h4{
	color: #0b3142;
}

section.content .images {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
	align-items:flex-start;
}

section.content .images img {
    width: calc(33.333% - 20px);
    height: auto;
    margin: 0 20px 20px 0;
}



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


footer#colophon .site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 45px 5%;
    flex-wrap: wrap;
    background: #0B3142;
    width: 100%;
}

footer#colophon .site-info .widget {
    margin: 0;
    padding: 0 20px 0 0;
    max-width: 35%;
}

footer#colophon .site-info .widget-title {
    color: #FED8BE;
}

footer#colophon .site-info a,
footer#colophon .site-info p,
footer#colophon .site-info li,
footer#colophon .site-info {
	color:#fff;
	font-size: 15px;
	transition:all 0.3s ease;
}

footer#colophon .site-info .details {
	column-count: 2;
	column-gap:25px;
}

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

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


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

footer#colophon .bottom p{
	color:#fff;
	font-size:0.8em;
}





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

@media screen and (max-width:1600px){
	section.top.service .feature {
	    right: 10%;
	}
	
	section.what-we-do ul.not-slider {
	    padding: 0 7.5%;
	}
	
}

@media screen and (max-width:1400px){
	
	header#masthead {
    	padding-left: 3%;
		padding-right: 3%;
	}
	
	
	section.top {
    	padding: 70px 5%;
	}
	
	section.what-we-do .glide {
		padding-left: calc(5% + 50px);
	}
	
	section.process {
    	padding: 70px 5%;
	}	
	
	section.what-we-do .glide__arrow--left {
	    right: 5%;
	}
	
	section.process {
    	padding: 70px 5%;
	}
	
	section.about {
    	padding: 70px 5%;
	}
	
	section.about .text {
		padding: 0 0 0 5%;
	}
	
	
	section.reviews {
    	padding: 70px 5%;
	}
	
	
	section.about-extended {
    	padding: 70px 7.5%;
	}
	
	
	section.top.service {
    	padding: 120px 5%;
	}
	
	
	section.top.service .feature {
	    right: 7.5%;
	}
	
	
	
	section.about-service {
    	padding: 70px 5%;
	}
	
	section.top.service .feature {
    	width: 545px;
	}
	
	
	section.what-we-do .style {
    	padding-left: calc(5% + 50px);
	}
	
	
	section.banner-book {
    	padding: 20px 5%;
	}

	
	section.what-we-do ul.not-slider {
	    padding: 0 5%;
	}
	
	
	section.posts {
    	padding: 70px 5% 50px;
	}
	
	
	section.top.map .text {
    	padding: 70px 0 70px 5%;
	}

	section.form {
    	padding: 70px 5%;
	}
	
	
	section.form-book {
    	padding: 70px 7.5%;
	}
	

	section.top.version-two .text {
    	width: calc(50% - 40px);
	}

	
	section.what-we-do .glide__arrow--right {
	    right: auto;
    	left: 5%;
	}
	
	section.what-we-do .glide {
    	padding-left: calc(5% + 20px);
	}
	
	footer#colophon .site-info .widget {
    	max-width: 40%;
	}
	
	
}


@media screen and (max-width:1300px){
	
	section.top.service .feature {
	    right: 5%;
	}
	
}



@media screen and (max-width:1200px){
	
	section.about-extended {
    	padding: 70px 5%;
	}
	
	section.about-extended .details {
    	flex-direction: column;
	}
	
	section.about-extended .details iframe {
    	margin-bottom: 20px;
    	width: 100%;
    	height: 500px;
	}
	
	section.about-extended .details .content {
    	width: 100%;
    	padding-left: 0;
    	display: flex;
    	flex-direction: row;
    	justify-content: space-between;
	}
	
	section.about-extended .details .content .contact{
	    width: calc(50% - 20px);
		margin-right:20px;
    	margin-bottom: 0px;
	}
	
	section.about-extended .details .content .book {
    	width: 50%;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
	}
	
	
	
	section.top.service .text {
    	width: 45%;
	}
	
	section.top.service .feature {
    	width: 45%;
    	height: 600px;
	}
	
	
	section.about-service .text {
    	width: 45%;
	}
	
	
	section.posts a.post .image {
    	height: 250px;
	}
	
	
	
	section.form-book {
    	padding: 70px 5%;
	}
	
}





@media screen and (max-width:1024px){
	
	header#masthead div.menu-header-container{
		display:none;
	}
	
	header#masthead div.menu-mobile-container{
		display:flex;
	}

	header#masthead .main-navigation .menu-toggle {
        display: block;
        margin: auto;
    }
    
    header#masthead .main-navigation {
        display: flex;
        width: 75px;
		position: fixed;
		right: 0;
		height:69px;
		background-color:transparent;
		flex-direction: column;
		justify-content: center;
		z-index: 9999;
    }
    
    
    header#masthead .main-navigation ul#mobile-menu {
        background: #f8f8f8;
        height: 100vh;
        top: 0;
        left: -500px;
        position: fixed;
        width: calc(100% - 75px);
		max-width:400px;
		min-width:150px;
        padding: 35px 20px!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    
    header#masthead .main-navigation.toggled ul#mobile-menu {
        background: #fff;
        z-index:9999;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        width: calc(100% - 75px);
		max-width:400px;
		min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    header#masthead .main-navigation ul li {
        margin: 0;
        font-size: 1.25em;
    }
    
    header#masthead .main-navigation ul li a,
    header#masthead .main-navigation ul li:hover a{
        margin: 0 0 15px;
        line-height: 1em;
        padding-bottom:3px;
    }
    
    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:hover a {
        margin: 0 0 15px;
        padding-bottom:3px;
    }

    
    header#masthead .main-navigation ul li {
        height: auto;
    }
    
    header#masthead .main-navigation ul li:hover{
        margin:0;
        font-size: 1.25em;
    }
    
    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: #0b3142;
         margin: 5px 0;
        transition: all 0.3s ease;
    }
    
    header#masthead button:hover div {
        background: #FEAC75;
        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:#0b3142;
        border:0;
        border-radius:0;
        font-size: 0.65em;
        cursor: pointer;
        padding: 0!important;
    }
    
    header#masthead .menu-toggle:hover {
        color: #FEAC75;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    header#masthead .menu-toggle:focus {
        outline: 0;
    }
    
    header.active .menu-toggle{
        color:#FEAC75!important;
        transition: all 0.3s ease;
    }
    
    header.active button div{
        background-color:#FEAC75!important;
        transition: all 0.3s ease;
    }
    
    header.active .menu-toggle:hover{
        color:#FEAC75!important;
        transition: all 0.3s ease;
    }
    
    header.active button:hover div{
        background-color:#FEAC75!important;
        transition: all 0.3s ease;
    }

	
	
	header#masthead .custom-logo-link img.custom-logo {
    	width: 200px;
    	height: 48px;
	}
	
	header#masthead {
    	padding-right: 75px;
    	justify-content: space-between;
	}
	
	
	
	section.top {
    	padding: 50px 5%;
		flex-direction: column-reverse;
    	align-items: flex-start;
	}
	
	section.top .text {
		margin:40px auto 0;
		text-align:center;
	}
	
	section.top .feature {
		width: 100%;
		max-width:640px;
		margin:0 auto;
	}
	
	
	
	
	section.process {
    	padding: 50px 5%;
	}	
	
	
	section.process {
    	padding: 50px 5%;
	}
	
	section.about {
    	padding: 50px 5%;
	}

	
	section.reviews {
    	padding: 50px 5%;
	}
	
	
	section.about-extended {
    	padding: 50px 7.5%;
	}
	
	
	section.top.service {
    	padding: 100px 5%;
	}
	
	
	section.about-service {
    	padding: 50px 5%;
	}
	
	
	section.posts {
    	padding: 50px 5% 50px;
	}
	
	
	section.top.map .text {
    	padding: 50px 0 50px 5%;
	}

	section.form {
    	padding: 50px 5%;
	}
	

	section.content {
    	padding: 50px 5%;
	}
	
	section.about-extended {
    	padding: 50px 5%;
	}
	
	
	section.form-book {
    	padding: 50px 5%;
	}
	
	
	section.what-we-do .glide .image {
   	 	height: 300px;
	}
	
	
	section.process .steps {
    	flex-wrap: wrap;
    	margin-bottom: 0px;
	}
	
	
	section.process .step {
    	width: calc(50% - 20px);
   		 margin: 0 10px 20px;
	}
	
	
	
	section.top.version-two .text {
    	width: 100%;
	    max-width: 640px;
	}
	
	section.top.version-two .text h1,
	section.top.version-two .text p{
    	max-width: 100%;
	}
	
	
	section.about-extended .details .content .contact .showroom {
   	 	width: 150px;
	}
	
	
	
	section.what-we-do ul.not-slider li {
    	width: calc(50% - 20px);
	}
	
	
	section.what-we-do ul.not-slider .image {
    	height: 300px;
	}
	
	
	
	section.top.service .text {
	    text-align: left;
    	margin: 0;
	}
	
	section.top.service .feature {
    	height: 450px;
	}
	
	section.about-service .text {
    	width: 45%;
	}
	
	section.what-we-do .style .image {
    	height: 500px;
	}
	
	
	section.posts a.post {
   	 	width: calc(50% - 20px);
	}
	
	
	body.single-post section.top.version-two .feature .image {
    	width: 95%;
		height: 90%;
	}
	
	
		
	section.top.map .text {
    	padding: 0;
    	margin: 40px auto 50px;
	}
	
	
	section.top.map iframe {
    	width: 100%;
    	height: 350px;
	}
	
	
	
	
	section.form {
		flex-direction: column;
	}
	
	section.form .text {
		width: 100%;
	}
	
	section.form .content {
    	max-width: 640px;
    	margin: 20px 0 0;
	}
	
	
	
	section.what-we-do .style {
    	padding-left: calc(5% + 20px);
	}
	
	
	
	footer#colophon .site-info .widget {
    	max-width: 60%;
	    margin-bottom: 35px;
	}
	
	footer#colophon .site-info {
	    padding: 45px 5% 10px;
	}
	
	
	section.top.book .text {
    	width: 100%;
    	max-width: 500px;
    	text-align: left;
    	margin: 0;
	}
	
	
	section.what-we-do {
    	padding: 50px 0% 70px;
	}
	
	
	section.banner-book div{
		padding-right:20px;
	}
	
}



@media screen and (max-width:768px){
	
	
	
	section.about {
 	   flex-direction: column;
	}
	
	
	section.about .video {
    	width: 100%;
    	margin-bottom: 35px;
	}
	
	section.about .text {
    	padding: 0;
    	width: 100%;
    	text-align: center;
	}
	
	section.about .text p {
    	margin: 0 auto;
	}
	
	section.content .images img {
    	width: calc(50% - 20px);
		height: auto;
	}

	
	footer#colophon .site-info .widget {
    	max-width: 100%;
    	margin-bottom: 20px;
	}
	
	footer#colophon .site-info .widget p{
		margin-bottom:0;
	}
	
	
}	



@media screen and (max-width:640px){
	
	
	section.top .text {
		margin:40px 0 0;
		text-align:left;
	}


	section.top.map .text {
		margin:0;
		text-align:left;
		padding:50px 5%;
		width:100%;
	}
	
	
	section.top.map iframe {
    	height: 300px;
	}
	
	
	section.top .feature {
		height: 350px;
	}

	section.what-we-do .glide .image {
    	height: 250px;
	}
	
	
	section.top.service {
    	padding: 50px 5%;
	}
	
	section.top.service .text {
    	width: 100%;
	}
	
	section.top.service .feature {
    	height: 350px;
	    width: 100%;
    	max-width: 640px;
    	margin: 0 auto;
    	position: relative;
    	top: 0;
    	right: auto;
	}
	
	section.top.service .text {
    	margin: 40px 0 0 0;
	}
	
	
	section.about-service .text {
    	width: 100%;
	}
	
	
	
	
	section.banner .icon-text {
   	 	flex-direction: column;
    	text-align: center;
    	padding: 0 5px;
	}
	
	section.banner .icon-text h3{
   	 	flex-direction: column;
    	text-align: center;
	}
	
	section.banner .icon-text h3 {
    	font-size: 1.1em;
    	margin-top: 8px!important;
	}
	
	section.banner .icon-text img {
    	margin-right: 0;
	}
	
	
	section.about .video {
	    height: 300px;
	}
	
	
	
	section.about-extended .details iframe {
	    height: 300px;
	}
	
	
	section.about-extended .details .content {
		flex-direction: column;
	}
	
	section.about-extended .details .content .contact {
    	width: 100%;
    	margin-right: 0;
    	margin-bottom: 20px;
	}
	
	section.about-extended .details .content .book {
		width: 100%;
	}
	
	
	
	section.what-we-do ul.not-slider .image {
    	height: 200px;
	}
	
	
	
	
}





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

	header#masthead a.book-cta {
    	display: none;
	}
	
	
	header#masthead a.phone {
    	display: block!important;
    	background: #feac75;
    	width: 70px;
    	height: 69px;
    	padding: 16px;
		cursor:pointer;
		transition:all 0.3s ease;
	}
	
	header#masthead a.phone:hover {
    	display: block!important;
    	background: #0b3142;
		cursor:pointer;
		transition:all 0.3s ease;
	}
	
	
	section.top .feature {
    	height: 250px;
	}
	
	section.top {
 	   padding: 40px 5%;
	}
	
	section.top .text {
    	margin: 25px 0 0;
	}
	
	section.top .feature h3 {
    	font-size: 0.85em;
    	padding: 0 0 5px 8px;
	}
	
	section.top .feature .image {
    	width: 90%;
    	left: 5%;
	}
	
	section.top .feature .dark-green {
		width: 90%;
	}
	
	section.top .feature .beige {
		width: 90%;
	}
	
	
	section.what-we-do {
    	padding: 50px 0 70px;
	}
	
	section.what-we-do .text {
    	padding: 0 5%;
    	margin: 0 auto 20px;
	}
	
	
	section.what-we-do .glide__arrow{
		display:none!important;
	}
	
	
	section.what-we-do .glide {
		padding: 0;
    	padding-left: 10px;
	}
	
	
	section.banner {
    	padding: 20px 5px;
	}
	
	section.banner .icon-text h3 {
		font-size: 1em;
	}
	
	
	section.process .step {
    	width: 100%;
    	margin: 0 0px 20px;
	}
	
	
	
	section.about .video {
    	height: 250px;
	}
	
	
	section.about .video iframe {
    	width: 95%;
    	height: 95%;
    	top: 5%;
		left: 5%;
	}
	
	section.about .video .dark-green {
    	height: 95%;
		width: 95%;
	}
	
	
	section.top.version-two .feature .image {
   	 	width: 90%;
    	left: 5%;
	}
	
	section.top.version-two .feature .dark-green {
		width: 90%;
	}
	
	
	section.about-extended .details iframe {
    	height: 250px;
	}
	
	
	section.what-we-do ul.not-slider li {
    	width: 100%;
    	margin: 10px 0!important;
	}
	
	
	section.top.service {
    	padding: 30px 5%;
	}
	
	section.top.service .text {
    	width: 100%;
		margin-top:25px;
	}
	
	section.top.service .feature {
    	width: 100%;
    	height: 450px;
    	position: relative;
		top: 0;
    	left: 0;
	}
	
	section.what-we-do .style {
    	padding-left: 10px;
	}
	
	
	section.what-we-do .style .image {
    	height: 400px;
	}
	
	
	section.banner-book {
    	flex-direction: column;
    	justify-content: flex-start;
    	align-items: flex-start;
	}
	
	section.banner-book div {
    	padding-right: 0px;
		margin-bottom:20px;
	}
	
	section.posts a.post {
    	width: 100%;
	    margin: 0 0 20px;
	}
	
	section.posts a.post .image {
    	height: 200px;
	}
	
	
	section.content .images img {
    	width: 100%;
    	margin: 0 0 20px;
	}
	
	section.top.map .text {
	    padding: 30px 5%;
	}
	
	
	
	
	footer#colophon .site-info .details {
		column-count: 1;
	}
	
	footer#colophon .site-info .details p{
		margin-bottom:10px;
	}
	
}





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

	header#masthead a.phone{
		display:none!important
	}
	
	section.top .feature {
    	height: 200px;
	}
	
	section.top .feature h3{
		display:none;
	}
	
	section.what-we-do .glide .image {
    	height: 200px;
	}
	
	section.top.service .feature {
    	height: 350px;
	}
	
	section.what-we-do .style .image {
    	height: 300px;
	}
	
	
	
}

</pre></body></html>