

/* General */

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,800');*/


@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat:500,700,900');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?tog2co');
  src:  url('fonts/icomoon.eot?tog2co#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?tog2co') format('truetype'),
    url('fonts/icomoon.woff?tog2co') format('woff'),
    url('fonts/icomoon.svg?tog2co#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

a:focus {
    outline: none;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-restaurant-icon:before {
  content: "\e900";
}
.icon-products-icon:before {
  content: "\e901";
}
.icon-testimonial-icon:before {
  content: "\e902";
}
.icon-retail-icon:before {
  content: "\e903";
}
.icon-leisure-icon:before {
  content: "\e904";
}
.icon-hospitality:before {
  content: "\e906";
}
.icon-healthcare-icon:before {
  content: "\e907";
}
.icon-cogs:before {
  content: "\e908";
}
.icon-gears:before {
  content: "\e908";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-office:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-education-icon:before {
  content: "\e909";
}
.icon-coffee-icon:before {
  content: "\e90a";
}
.icon-case-study-icon:before {
  content: "\e90b";
}
.icon-catering-icon:before {
  content: "\e90c";
}
.icon-down-arrow:before {
  content: "\e90d";
}
.icon-left-arrow:before {
  content: "\e90e";
}
.icon-right-arrow:before {
  content: "\e90f";
}
.icon-up-arrow:before {
  content: "\e910";
}

:root {
	--bg: #272727;
	--darkbg: #1b1a1a;
    --white: #fff;
/*	--bg: #041a34;*/
	/*--golden: #8f8e50;*/
	/*--golden: #b9b869;*/
    --golden: #e0d767;
    --dark-gold: #8e851b;
    --off-white: #fbfbfb;
    --pale-grey: #dedede;
	--palegold: #efefe8;
    --mid-grey: #a5a5a5;
	--spred: #D22026;
	--grey: #333;
	--high: #ed1d3c;
	--vdarkbg: #131313;
	/*--orange: orange;*/
/*    --orange: #ff7b00;*/
    --orange: #e0d767;
	--dorange: #ff7b00;
}

span.next {
    right: 0;
    width: 40px;
}

span.prev {
    left: 0;
    width: 40px;
}

body {
	background-color: #fff;
	color: var(--bg);
	line-height: 1.5;
	font-size: 15px;
	font-family: 'Lato';
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    text-align: center;
}

body.home {
    text-align: center;
}

body.archive, body.blog {
	/*background-color: var(--palegold);*/
}
 
body.page-template-homepage {
	color: var(--vdarkbg);
}

a:hover, a:focus, a:active {
	color: var(--orange);
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat';
}

h1, h2 {
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 32px;
	font-size: 1.3em;
	letter-spacing: 0.05em;
}
.page-template-homepage h1, .page-template-homepage h2 {
	color: #fff;
}

h3 {
	font-weight: 200;
}

h1, h2, h3, p {
	padding-left: 20px;
	padding-right: 20px; 
}

a, a:visited {
    color: var(--dark-gold);
}

.home a, .home a:visited {
    color: var(--golden);
}

a, a:visited {
    font-weight: 600;
	text-decoration: none;
}

p {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

p#breadcrumbs, div#breadcrumbs {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 40px;
}

.single p {
	text-align: left;
}

.single .contact-container p {
	text-align: center;
}

.single #masthead {
	display: none;
}

.single .posted-on {
	color: #fff;
}

.home #breadcrumbs {
	display: none;
}

.arrow-separator {
	padding: 10px;
}

.page-template-homepage p {
	color: var(--mid-grey);
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

button, input[type=submit] {
    border-radius: 0px;
    background-color: var(--orange);
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 30px;
    position: relative;
    transition: all 0.2s ease;
    /* letter-spacing: 0.1em; */
    font-weight: 800;
    border: 0;
    font-family: 'Lato';
    max-width: 100%;
    transition: all 0.4s ease;
}

button:hover, input[type=submit]:hover {
	background-color: #ce8705;
}

.container {
	opacity: 0;
	padding: 100px 0;
	transition: all 0.4s ease;
	transform: translateY(60px);
}

.sector-container.container {
	padding: 0 0 100px;
}

.container.show-me {
	opacity: 1;
	transform: translateY(0px);
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.side-link {
	position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
    background: var(--orange);
    z-index: 1000;
    font-weight: 600;
    color: var(--vdarkbg);
    display: none;
}

.side-link:before {
	position: absolute;
	bottom: -10px;
	right: 10px;
	border-right: 0;
	border-bottom: 0;
	border-left: 10px solid transparent;
	border-top: 10px solid var(--orange);
	content: '';
}

/* Header */

.home-hero {
	width: 100%;
	height: 110vh;
	background-image: url(/wp-content/uploads/2018/11/nestle-02.jpg);
/*	background-image: url(https://spf.fateskimo.co.uk/wp-content/uploads/2018/08/lamps.jpg);*/
    background-size: 250%;
    overflow-y: hidden;
    position: relative;
    background-position-x: -50px; 
}

.divider {
    margin: 0 10px;
    display: inline-block;
}

    .slide-1 {
        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/uploads/2018/08/lamps.jpg);*/
        background-image: url(/wp-content/uploads/2018/11/nestle-02.jpg);
        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/themes/sp-fitout/images/cafe-triangle.jpg);*/
        background-size: 270%;
        height: 950px;
        background-position-x: center; 
    }

    .slide-2 {
        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/uploads/2018/08/lamps.jpg);*/
        /*background-image: url(/wp-content/uploads/2019/08/light-fittings.jpg);*/
        background-image: url(/wp-content/uploads/2019/08/light-fittings.jpg);
        
        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/themes/sp-fitout/images/cafe-triangle.jpg);*/
        background-size: 270%;
        height: 950px;
        background-position-x: center; 
    }

    .slide-3 {
        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/uploads/2018/08/lamps.jpg);*/
        /*background-image: url(/wp-content/uploads/2018/11/nestle-03.jpg);*/
        background-image: url(/wp-content/uploads/2019/08/edge-hill.jpg);

        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/themes/sp-fitout/images/cafe-triangle.jpg);*/
        background-size: 270%;
        height: 950px;
        background-position-x: center; 
    }

/* Navigation */

body.open-menu .content-container {
	overflow: hidden;
}

.main-navigation ul ul {
	left: 0;
	float: none;
	display: none;
	position: relative;
}

.navigation-container {
	position: fixed;
	width: 80%;
	left: -80%;
	top: 0;
	bottom: 0;
    background: var(--vdarkbg);
    transition: transform 0.2s ease;
    z-index: 998;
    overflow-y: scroll;
    padding-top: 100px;
    -webkit-overflow-scrolling: touch;
/*    box-shadow: 0 0 30px rgba(19,19,19,0.8);*/
}

.contact-details-strip {
	position: absolute;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    right: 0;
    top: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.32); */
    padding: 30px 30px 0 0;
    display: none;
    text-align: right;
    /* background: #2b2b2b; */
    left: 0;
}

.contact-details-strip a, .contact-details-strip a:visited, .contact-container a, .contact-container a:visited {
    color: var(--golden);
}

.main-navigation ul ul a {
		width: 100%;
	}

.open-menu .navigation-container {
	transform: translateX(100%);
}

.content-container {
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.open-menu .content-container {
	/*transform: translateX(80%);*/
	opacity: 0.3;
}

body.open-menu {
    overflow: hidden;
}

.mobile-only {
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 1000;
}

.navicon {
    display: inline-block;
    margin-left: 20px;
    width: 30px;
    vertical-align: middle;
}

.hide-mobile {
    display: none;
}

.bar {
	height: 2px;
	background-color: #fff;
	width: 100%;
	margin-bottom: 5px;
	transition: transform 0.2s ease;
}

.main-navigation {
	margin-top: 0px;
	padding-left: 10px;
	float: none;
}

.main-navigation li {
	display: block;
	float: none;
}

.main-navigation li.social-link {
    float: left;
}

.main-navigation li a, .main-navigation li a:visited {
	display: block;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
    font-weight: 600;
    padding: 16px 15px;
    font-size: 13px;
    position: relative;
    text-align: left;
}

.main-navigation li.social-link a {
    background: #fff;
    border-radius: 50%;
    color: #131313;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    margin: 10px 0px 10px 15px;
    font-size: 17px;
}

.main-navigation li.social-link a:hover {
	background-color: var(--golden);
	color: #131313;
}

.main-navigation li li a {
	padding-left: 35px;
	font-weight: 400;
	background: url(images/arrow-right.png) no-repeat 15px 21px transparent;
    background-size: 5px;
}

.site-branding {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	text-align: left;
	transition: all 0.6s ease;
	background-color: #000;
}

.home .site-branding {
	background-color: transparent;
}

.home.menu-fix .site-branding {
	background-color: #000;
}

.site-title {
	width: 170px;
    /*background: url(images/sp-fitout-logo-rev-alt.svg) no-repeat 0 0 transparent;*/
    background: url(images/sp-logo-white.svg) no-repeat 0 0 transparent;
    background-size: 100%;
    text-indent: -1000px;
    height: 40px;
    overflow: hidden;
    margin: 15px;
    /*transition: all 0.2s ease;*/
    display: inline-block;
}

.menu-item-has-children {
    background: url(images/arrow-down.png) no-repeat right 15px top 20px transparent;
    padding-right: 20px;
    background-size: 10px;
}

/* Footer */

#materials img {
    max-width: 135px;
    margin: 0 auto;
}

#materials {
    box-shadow: 0 10px 20px var(--vdarkbg);
    background-color: #171717;
}

.accreditations img {
	max-width: 70px;
    margin: 0 15px;
}

/* Homepage */

body.home {
	background-color: var(--darkbg);
	color: #fff;
}

.home #page {
	position: relative;
	margin-top: -20vh;
}

.intro {
	position: absolute;
	bottom: 0;
	top: 0;
	padding-top: 30vh;
	left: 0;
	right: 0;
	background: rgb(24,23,23);
background: linear-gradient(0deg, rgba(27,26,26,1) 0%, rgba(19,19,19,0.6) 70%, rgba(19,19,19,0) 80%, rgba(27,26,26,1) 95%);
    text-shadow: 0 0 20px #333;
}

.home-slider {
	display: none;
}

.home .intro p {
    color: #e0e0e0;
    font-size: 18px;
    margin-bottom: 30px;
}


.home-slider.slick-initialized {
	display: block;
}

.intro-container {
	padding-bottom: 60px;
/*	text-align: left;*/
}

.intro-container h1 {
	margin-bottom: 20px;
}

.intro-container h1, .intro-container p {
	/*padding-left: 40px;*/
}

.intro-container button {
	/*margin-left: 40px;*/
}

/*.intro-container p {
	margin: 0 0 40px;*/
	font-weight: 400;
}

.sector-container {
	margin-bottom: 100px;
}

.sector-container h2 {
	margin: 0 0 70px;
}

.sectors {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.sector-container .sector-prev, .sector-container .sector-next {
	width: 50px;
	padding: 20px 0;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	z-index: 100;
	font-size: 1.7em;
}

.sector-container-slider {
	position: relative;
}

.sector-container .sector-prev {
	left: 0;
}

.sector-container .sector-next {
	right: 0;
}


.sectors a {
    width: 100%;
    height: 220px;
    margin: 0 10px;
    position: relative;
}

.sector {
	width: 100%;
	height: 220px;
	margin: 0 1px;
	position: relative;
}

.sector h3 {
    font-weight: 400;
    font-size: 1.1em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    z-index: 11;
    position: relative;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    flex-shrink: 0;
    background: rgba(47, 47, 47, 0.8);
	background: linear-gradient(0deg, rgba(27,26,26,0.6) 70%, rgba(27,26,26,0) 100%);
    padding: 20px 10px 0;
    letter-spacing: 0.15em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    margin-top: 0;
}

.sector .sector-icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	display: block;
    font-size: 2em;
}

.sector-container {
	margin-bottom: 100px;
	position: relative;
}

/*.sector.catering .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/catering-icon-white.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.office .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/office-icon-white.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.coffee .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/coffee-icon-white.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.education .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/education-icon-white.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.healthcare .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/healthcare-icon-white.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.retail .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/retail-icon-white.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.hospitality .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/hospitality-icon-white.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.education .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/education-icon-white.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.joinery .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/joinery-icon-white.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.restaurant .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/restaurant-icon-white.png) no-repeat 0 0 transparent;
    background-size: 40px;
}*/

.sector.catering {
    background: url(/wp-content/uploads/2018/11/hutton-01.jpg) no-repeat 0 0 rgba(0,0,0,0.4);
    background-size: cover;
}

.sector.office {
    background: url(images/office.jpg) no-repeat 0 0 rgba(0,0,0,0.4);
    background-size: cover;
}

.sector.coffee {
    background: url(images/coffee.jpg) no-repeat 0 0 rgba(0,0,0,0.4);
    background-size: cover;
}

.sector.restaurant {
    background: url(images/restaurant.jpg) no-repeat 0 0 rgba(0,0,0,0.4);
    background-size: cover;
}

.sector.education {
    background: url(images/education.jpg) no-repeat 0 0 rgba(0,0,0,0.4);
    background-size: cover;
}
.sector.healthcare {
    background: url(images/healthcare.jpg) no-repeat 0 0 rgba(0,0,0,0.4);
    background-size: cover;
}

.sector.joinery {
    background: url(images/joinery.jpg) no-repeat 0 0 rgba(0,0,0,0.4);
    background-size: cover;
}

.sector.hospitality {
    background: url(images/hospitality.jpg) no-repeat 0 0 rgba(0,0,0,0.4);
    background-size: cover;
}

.sector.education {
    background: url(images/education-02.jpg) no-repeat 0 0 rgba(0,0,0,0.4);
    background-size: cover;
}

.sector.retail {
    background: url(/wp-content/uploads/2018/11/cocoa-05.jpg) no-repeat 0 0 rgba(0,0,0,0.4);
    background-size: cover;
}

.home h1.entry-title {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 32px;
    font-size: 1.3em;
    font-weight: 300;
}

.home h1.entry-title span {
    font-size: 2.3em;
    font-weight: 800;
    display: block;
}

.home h1.entry-title:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: 70px;
	margin-left: -35px;
	height: 1px;
	background-color: var(--golden);
}

.tiles {
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}

.tile {
	width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease;
    margin-bottom: 96px;
}

.tile h2 {
	margin: 40px 0 32px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 900;
    /* letter-spacing: 0.2em; */
    text-indent: 0.2em;
}

.tile a {
	color: var(--orange);
}

.tile .tile-image {
	width: 150px;
	height: 150px;
	transition: all 0.2s ease;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
}

.tile-image:before {
    content: '';
    position: absolute;
    left: -80px;
    width: 80px;
    height: 1px;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
    top: 50%;
}

.tile-image:after {
    content: '';
    position: absolute;
    right: -80px;
    width: 80px;
    height: 1px;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%);
    top: 50%;
}

.tile-one .tile-image {
	background: url(images/design.jpg) no-repeat -30px 0;
    background-size: 155%;
}

.tile-two .tile-image {
	background: url(images/manufacture.jpg) no-repeat -55px 0;
    background-size: 155%;
}

.tile-three .tile-image {
	background: url(images/installation.jpg) no-repeat 0 0;
    background-size: 155%;
}

.tile-one {
	transition: transform 0.2s ease;
}


/* widgets */

.fade {
    width: 100%;
   /* background: url(images/pixel-fade.png) repeat-x 0 0 transparent;*/
   background: rgb(27,26,26);
background: linear-gradient(0deg, rgba(27,26,26,0) 0%, rgba(27,26,26,1) 100%);
    height: 80px;
    margin-bottom: 0px;
}

a.more-link {
    color: var(--orange);
    border: 1px solid var(--orange);
    padding: 10px;
    width: 50%;
    display: block;
    margin: 16px auto;
    transition: all 0.2s ease;
    background-color: rgba(31,31,31,0.8);
    font-weight: 400;
}

#secondary {
	/*background: url(images/hex-03.png) repeat 0 0 transparent;*/
    /*background-size: 6px;*/
    background-size: 36px;
    padding: 0 0 40px;
    flex-wrap: wrap;
}

.widget-container {
	max-width: 1200px;
	margin: 0 auto;
}

.products-container {
	min-height: 410px;
	height: 410px;
	overflow-y: scroll;
	/*background-color: var(--orange);*/
    text-transform: uppercase;
    font-weight: 100;
    padding: 50px 20px;
    background: url(/wp-content/themes/sp-fitout/images/dark-sparkle.jpg) repeat 0 0 #131313;
    margin-bottom: 120px;
    font-size: 1.5em;
    background-size: 200%;
    border-bottom: 1px solid #313131;
    box-shadow: inset 0 10px 40px rgba(0,0,0,0.6);
    background-attachment: fixed;
}

.products i {
	display: block;
    font-size: 1.6em;
    margin-bottom: 40px;
}

.products-container p {
	max-width: 950px;
}

.product-icon {
	width: 50px;
	display: block;
	margin: 0 auto 40px;
}

#products {
	justify-content: center;
    max-width: 1200px;
    margin: 46px auto;
}

#products li {
	background-color: #fff;
	margin: 0 4px 8px;
	padding: 8px 16px;
	color: var(--vdarkbg);
	font-size: 1em;
	font-weight: 400;
	position: relative;
	border-radius: 3px;
}

.products div {
	display: inline-block;
	max-width: 800px;
	color: var(--orange);
}

.products #typed {
	font-weight: 700;
	color: #fff
}

h2.widget-title {
	text-align: center;
}

.widget_recent_entries {
	margin-bottom: 46px;
	padding: 0 20px;
}

.widget_recent_entries li {
	margin-bottom: 32px;
}

.widget_recent_entries li a {
	font-size: 1.3em;
    /* border-bottom: 1px dashed #fff; */
    padding: 0 0 4px 0;
    display: inline-block;
    color: #fff;
    margin-bottom: 0px;
/*    border-bottom: 1px solid transparent;*/
	position: relative;
	font-weight: 400;
    width: 100%;
    height: 34px;
}

.home .widget_recent_entries li a:visited {
    color: var(--white);
}

.widget_recent_entries a {
	color: #fff;
}

.widget_recent_entries li a:before {
	background-color: var(--orange);
	position: absolute;
	height: 1px;
	width: 0;
	left: 0;
	bottom: 0;
	content: '';
	transition: all 0.2s ease;
}


.widget {
    margin: 0 0 96px;
}

span.post-date {
    color: var(--mid-grey);
    display: block;
    font-weight: 500;
    font-size: 0.7em;
    text-transform: uppercase;
    margin-bottom: 21px;
    margin-top: 2px;
}

.post-navigation {
	margin: 0 auto !important;
	max-width: 750px;	
}

.nav-previous {
	text-align: left;
}

.nav-links div a {
}

/*#products li:before {
	position: absolute;
	content: '';
	border-left: 10px solid var(--vdarkbg);
	border-bottom: 10px solid transparent;
	border-top: 0;
	border-right: 0;
	top: 0;
	left: 0;
}*/

/* Testimonials */

.testimonials .slick-dots li {
	display: inline-block;
}

.testimonials .slick-dots li button {
	border: 1px solid var(--orange);
	background-color: transparent;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	padding: 0;
    margin-right: 10px;
    overflow: hidden;
    text-indent: -1000px;
}

.testimonials .slick-dots li.slick-active button {
	border: 1px solid var(--orange);
	background-color: var(--orange);
	color: var(--vdarkbg);
}

p.attribution {
	font-size: 0.8em;
	font-weight: 800;
	text-transform: uppercase;
    color: #fff;
}

p.quote {
	position: relative;
	max-width: 800px;
	padding: 0 45px;
}

p.quote:before, p.quote:after {
	position: absolute;
    font-size: 70px;
    color: var(--golden);
    font-family: sans-serif;
    font-weight: 800;
    top: -34px;
}

p.quote:before {
	content: '\201C';
	left: 0;
}


p.quote:after {
	content: '\201D';
	right: 0;
}

.testimonial-icon {
	width: 100px;
	background: url(images/testimonial-icon.png) no-repeat 0 0 transparent;
	background-size: 100%;
	height: 70px;
	margin: 0 auto; 
}


/* Contact Form */

div.wpcf7 {
	max-width: 600px;
	margin: 0 auto;
}

.home .contact-container.container {
	padding: 0;
}

.contact-container.container {
	padding: 96px 0 0;
/*	background: url(images/hex-03.png) repeat 0 0 transparent;*/
	background-size: 39px;
	background-attachment: fixed;
	background: var(--darkbg);
	color: #fff;
	opacity: 1;
    transform: translateY(0);
}

.contact-container iframe {
	margin-bottom: 110px;
}

.contact {
	margin: 0 auto;
	max-width: 1100px;
}

.contact .contact-panel {
	padding: 0 20px;
	margin-top: 0px;
	text-align: left;
}

.contact .contact-panel.contact-panel-right {
    margin-top: 20px;
}

span.wpcf7-list-item {
    margin: 0;
}

.contact-panel-right {
	padding-bottom: 46px !important;
}

.contact label {
	position: relative;
	display: block;
	margin-bottom: 20px;
}	

.contact .tag {
	padding: 0 0 0 7px;
	z-index: 100;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 500;
	margin-bottom: 8px;
    display: inline-block;
}

span.required-text {
	font-weight: 100;
}

.contact .statement {
	font-size: 12px;
	position: relative;
	padding-left: 10px;
}

.contact p {
    max-width: 100%;
    padding: 0 20px;
    text-align: left;
    margin-top: 0;
}

p.contact-intro {
	margin-bottom: 64px;
}

p.contact-intro a {
	font-weight: 500;
}

.contact .required:before, .contact .statement:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	border-left: 0;
	border-bottom: 0;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--spred);
}

.contact input[type=text], .contact input[type=email], .contact textarea {
/*	background-color: var(--darkbg);
	border-top: 1px solid var(--grey);
	border-right: 1px solid var(--grey);
	border-left: 1px solid var(--grey);
	border-bottom: 1px solid #fff;*/

	border: 0px solid #333;
	border-radius: 0px;
	background-color: #333;
	color: #fff;
	padding: 7px 14px;
	display: block;
	width: 100%;
}

input.wpcf7-not-valid {
    border-bottom: 1px solid var(--spred) !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 0;
}

.contact textarea {
	max-height: 236px;
}

p.contact-details {
	text-align: center;
}

.social-circle {
	border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 0 4px 10px;
    display: inline-block;
    padding-top: 3px;
    border: 1px solid var(--golden);
}

/* footer */ 

.testimonial-container {
	padding: 100px 10px;
	background: url(/wp-content/themes/sp-fitout/images/hex-03.png) repeat 0 0 transparent;
    background-size: 30px;
    background-attachment: fixed;
}

.testimonial-container i {
	font-size: 7em;
    color: var(--golden);
}

#colophon {
	padding: 0 0 64px 0;
/*	background: rgb(24,23,23);
background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(34,34,34,1) 54%, rgba(34,34,34,0) 100%);*/
}

.contact-type {
	display: none;
}

p.copy {
	font-size: 0.8em;
}

/* Article */

.thumbnail {
    width: 100%;
    height: 50vh;
    background-attachment: fixed !important;
    background-size: 200% !important;
    margin-bottom: 76px;
    position: relative;
}

.shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(4, 26, 52, 0.9); */
    background: rgba(27,27,27, 0.7);
    overflow-y: hidden;
    padding-top: 135px;
}

.shade h4 {
	color: var(--golden);
	text-transform: uppercase;
	font-weight: 300;
    letter-spacing: 0.2em;
    font-size: 0.9em;
}

.shade h1 {
	margin-bottom: 0;
	color: #fff;
}

.animation {
    animation-duration: 3s;
  animation-name: animated;
  animation-iteration-count: infinite;
}

.project-icon {
    width: 40px;
    height: 43px;
    color: var(--golden);
	margin: 0 auto;
	}

	.project-icon i {
		font-size: 2.5em;
	}

/* shopfiiting section pages */

/*.red-corner {
    position: absolute;
    left: -100%;
    width: 100%;
    background: red;
    top: 0;
    bottom: 0;
    transition: transform 0.4s ease;
    z-index: 10;
    transition-delay: 0.2s;
}

.teaser:hover .red-corner {
	transform: translate(20%);
}

.white-corner {
    position: absolute;
    right: -100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
    top: 0;
    bottom: 0;
    transition: transform 0.2s ease;
    z-index: 10;
    transform: rotate(45deg);
}

.teaser:hover .white-corner {
	transform: translate(-100%) rotate(45deg);
}*/

.teaser figure:after {
    position: absolute;
    right: -500px;
    top: -100px;
    content: '';
    border-right: 500px solid rgba(0,0,0, 0.8);
    z-index: 10;
    border-bottom: 500px solid rgba(0,0,0, 0.8);
    border-left: 500px solid transparent;
    border-top: 500px solid transparent;
    transition: transform 0.4s ease;
}

.teaser:hover figure:after {
	transform: translate(-500px);
}

.teaser figure:before {
    position: absolute;
    left: -800px;
    top: -100px;
    content: '';
    border-left: 400px solid var(--spred);
    z-index: 10;
    border-top: 400px solid var(--spred);
    border-right: 400px solid transparent;
    border-bottom: 400px solid transparent;
    transition-delay: 0.1s;
    transition: transform 0.5s ease;
}

.teaser:hover figure:before {
	transform: translate(150px);
}

.content-container {
	width: 100%;
}

/*.open-menu .content-container {
	transform: translateX(80%);
}*/


.archive .content-container, .page .content-container, .blog .content-container {
	padding-top: 100px;
}

.home.page .content-container {
	padding-top: 0;
}

.teaser-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	align-items: left;
  	justify-content: left;
}

.teaser figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}

.teaser figure img {
	transition: all 0.5s ease;
	width: 100%;
	display: block;
}

.teaser:hover figure img {
	transform: scale(1.2);
}

.hentry.teaser {
	width: 100%;
    padding: 0;
    box-shadow: 0 3px 5px transparent;
    margin: 0 0 20px;
    overflow: hidden;
}

.category .hentry.teaser {
	transition: all 0.8s ease;
}

.category-icon {
	margin: 20px auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

/*.category-contract-catering .category-icon {
	background: url(images/catering-icon-white.png) no-repeat center top 21px var(--golden);
	background-size: 50px;
}

.category-education .category-icon {
	background: url(images/education-icon-white.png) no-repeat center var(--golden);
	background-size: 40px;
}

.category-restaurant-and-bar .category-icon {
	background: url(images/restaurant-icon-white.png) no-repeat center var(--golden);
	background-size: 40px;
}

.category-coffee-shop-and-cafe .category-icon {
	    background: url(images/coffee-icon-white.png) no-repeat center var(--golden);
    background-size: 40px;
}

.category-hotel .category-icon {
	    background: url(images/hospitality-icon-white.png) no-repeat center var(--golden);
    background-size: 40px;
}

.category-healthcare .category-icon {
	    background: url(images/healthcare-icon-white.png) no-repeat center top 25px var(--golden);
    background-size: 40px;
}

.category-business-and-office .category-icon {
	    background: url(images/office-icon-white.png) no-repeat center top 25px var(--golden);
    background-size: 40px;
}

.category-retail-and-display .category-icon {
	    background: url(images/retail-icon-white.png) no-repeat center top 25px var(--golden);
    background-size: 40px;
}*/

.category-icon {
	position: relative;
	padding: 10px;
	font-size: 2.5em;
	font-family: 'icomoon';
	text-align: center;
	color: #fff;
	background-color: var(--golden);
}

.category-restaurant-fit-out .category-icon:before {
	position: absolute;
	content: "\e90c";
	left: 0;
	right: 0;
}

.category-dental-fit-out .category-icon:before {
	position: absolute;
	content: "\e911";
	left: 0;
	right: 0;
}

.category-contract-catering .category-icon:before {
	position: absolute;
	content: "\e912";
	left: 0;
	right: 0;
}

.category-education .category-icon:before {
	position: absolute;
	content: "\e909";
	left: 0;
	right: 0;
}

.category-bar-fit-out .category-icon:before {
	position: absolute;
	content: "\e900";
	left: 0;
	right: 0;
}

.category-coffee-shop-and-cafe .category-icon:before {
	position: absolute;
	content: "\e90a";
	left: 0;
	right: 0;
}

.category-hotel .category-icon:before {
	position: absolute;
	content: "\e906";
	left: 0;
	right: 0;
}

.category-healthcare .category-icon:before {
	position: absolute;
	content: "\e907";
	left: 0;
	right: 0;
}

.category-business-and-office .category-icon:before {
	position: absolute;
	content: "\e905";
	left: 0;
	right: 0;
}

.category-retail-and-display .category-icon:before {
	position: absolute;
	content: "\e903";
	left: 0;
	right: 0;
}

.category-entertainment-and-leisure .category-icon:before {
	position: absolute;
	content: "\e904";
	left: 0;
	right: 0;
}


/*.teaser:hover {
	box-shadow: 0 5px 8px #d2d2d2;
}*/

.teaser h2 {
	color: var(--vdarkbg);
	font-size: 1.5em;
	font-weight: 800 !important;
	padding: 8px 0 16px;
	text-align: left;
	margin: 0;
}

.teaser h2 a {
    font-weight: 900 !important;
}

.teaser h2 a {
	color: var(--vdarkbg);
}

.teaser h2 a span {
	color: var(--dark-gold);
    display: table;
    background-color: #fff;
    padding: 0;
    font-size: 12px;
    font-weight: 300 !important;
    font-family: 'Lato';
    margin: 0;
    transition: all 0.2s ease;
}

/*.teaser h2 a span:hover {
	background-color: var(--dorange);
	color: #fff;
}*/

.teaser .thumbnail {
	height: auto;
	margin: 0;
	background-attachment: unset !important;
}

.teaser header {
}

/* Project page */

.hentry {
	margin: 0;
}

.gallery-container {
	margin: 96px 0 0;
	position: relative;
}

.gallery-container .next, .gallery-container .prev, .gallery-container .prev.slick-arrow.slick-hidden {
	display: none;
	position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    /* background-color: var(--vdarkbg); */
    text-align: center;
    z-index: 100;
    font-size: 1.7em;
    padding-top: 7px;
    margin-top: -30px;
}

.gallery-container .next {
	right: 1px;
}

.gallery-container .prev {
	left: 1px;
}

.galley-container .next.slick-arrow, .gallery-container .prev.slick-arrow {
	display: block;
}

.gallery {
	margin: 0;
}

.gallery figure {
	margin: 0;
}

.grid-item {
	width: 48%;
	margin: 10px 1%;
}

.filter-buttons {
	margin: 0 auto 32px;
    max-width: 1200px;
    text-align: center;
}

.filter-buttons button {
	border-radius: 0px;
    padding: 10px 16px;
    margin: 0 5px 10px;
    font-size: 1em;
    font-weight: 500;
    text-transform: none;
    color: var(--vdarkbg);
    background: #f3f2e4;
    /*border: 1px solid var(--orange);*/
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-buttons button:hover {
    background-color: var(--orange);
}

.filter-buttons button.selected {
	background-color: var(--spred);
	color: #fff;
    border: 1px solid var(--spred);
}

@keyframes animated {
	1% {

	} 50% {

	} 100% {

	}
}

/* Project archive page */

.description-container {
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	margin: 0 auto;
	padding: 16px 20px;
}

.description-container p {
	margin-left: 0;
	padding: 0;
}

.bottom-text-container {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 30px;
}

.bottom-text-container p {
    margin-left: 0;
    padding-left: 0;
}

.archive-description {
	width: 100%;
}

.service-links {
	width: 100%;
}

.service-links ul li {
	margin-bottom: 5px;
	border-radius: 3px;
}

.service-links a {
	border: 1px solid var(--golden);
    color: var(--vdarkbg);
    padding: 10px 16px;
    display: block;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    text-align: left;
    transition: all 0.2s ease;
    background-color: #f3f2e4;
}

.service-links a:hover {
    background-color: var(--golden);
}

.service-links a i {
    transition: all 0.2s ease;
}

.service-links a:hover i {
    trsnform: translateX(5px);
}

.service-links a i {
	padding-right: 10px;
	font-size: 11px; 
}

.blog-container {
	padding-bottom: 32px;
}

.blog-container article {
	border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(232, 232, 232, 1);
    background: #fff;
    text-align: left;
    margin-bottom: 32px;
}

.blog .posted-on {
	font-size: 0.6em;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid #e8e8e8;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 20px;
    letter-spacing: 0.1rem;
}

.blog-container h2 {
	font-size: 1.5em;
	margin-bottom: 16px;
	font-weight: 400;
}

.blog-container h2 a {
    font-weight: 100;
}

.blog-container a.more-link {
	background-color: transparent;
	color: var(--dark-gold);
    border: 0;
    padding: 0px;
    width: 100%;
    display: block;
    margin: 16px 0;
    transition: all 0.2s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-container a.more-link:hover {
	background-color: transparent;
	color: #000;
}

.blog-container .entry-content {
	margin: 0;
}

.archive .content-container {
    padding-top: 85px;
}

.entry-content {
    text-align: left;
}

.home .entry-content {
    text-align: center;
}

h4.content-header {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; 
}




.checkbox-226 input[type="Checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
        margin-left: -3px;
    } 

.checkbox-226 label {
        display: block;
        padding-left: 30px;
        background: url(images/checkbox-grey.png) no-repeat 0 5px transparent;
        background-size: 20px;
    }
.checkbox-226.label-selected {
            background-position: 0 -65px;
        }



@media all and (max-width: 1139px) {
	#primary-menu li, #slide-menu li {
		display: none;
	}

	#primary-menu li li, #slide-menu li li {
		display: block;
	}

	.widget-container {
		padding: 0;
	}
}










@media all and (min-width: 767px) {

	.hentry.teaser {
	width: 48.4%;
    margin: 0% 0.8% 1.6%;
}


	.fade {
		display: block;
	}

	.navigation-container {
		left: -500px;
		width: 500px;

	}

	.open-menu .navigation-container {
		transform: transitionX(500px);
	}

	.open-menu .content-container {
	    transform: translateX(500px);
	    opacity: 0.3;
	}
	
}









@media all and (min-width: 768px) {

    .hide-mobile {
    display: inline-block;
}

	body {
		font-size: 16px;
	}
		.site-branding {
		text-align: left;
	}

	.site-title {
		margin: 20px;
	}

	.navicon {
		right: 25px;
		top: 35px;
		left: auto;
	}

	.products-container {
		font-size: 2em;
		background: url(/wp-content/themes/sp-fitout/images/dark-sparkle.jpg) repeat 0 0 #131313;
		background-size: cover;
		min-height: 460px;
	}
}


/* webkit solution */
::-webkit-input-placeholder { text-align:right; }
/* mozilla solution */
input:-moz-placeholder { text-align:right ; }






@media all and (min-width: 1024px) {

    h1.page-title {
        margin-top: 150px;
    }

.sectors a {
    margin: 0 1px 1px;
}

.service-links a {
    border: 0;
}

.services-menu li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    font-size: 14px;
}

.service-links {
    width: 37%;
    text-align: left;
/*    border: 1px solid var(--pale-grey);*/
    padding: 20px;
/*    background-color: var(--off-white);*/
    margin-right: 22px;
    margin-bottom: 20px;
}

.service-links ul {
    background-color: 
}

 .page .content-container, .blog .content-container {
    padding-top: 200px;
}

.contact .contact-panel.contact-panel-right {
    margin-top: 0px;
}

	.thumbnail {
	    background-size: cover !important;
	}

	.thumbnail {
		height: 70vh
	}

	.shade {
		padding-top: 30vh;
	}

	.widget_recent_entries li:hover a:before {
	width: 50%;
}

	/* blog page styles */

.blog-container {
	display: grid ;
	grid-template-columns: 33.33% 33.33% 33.33%;
	max-width: 1200px;
    margin: 0 auto;
}

.blog-container article {
	/*border-radius: 5px;*/
}

.blog article.post {
	margin: 20px;
	transition: transform 0.4s ease;
    padding-top: 30px;
    border-radius: 20px;
}

.blog article:hover {
	transform: translateY(-10px);
}

	.hentry.teaser {
	width: 31.4%;
    margin: 0% 0.8% 1.6%;
    min-height: 280px;
}

	button, input[type=submit] {
		padding: 20px 40px;

	}

/*	.sector.catering .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/catering-icon.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.office .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/office-icon.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.coffee .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/coffee-icon.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.education .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/education-icon.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.healthcare .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/healthcare-icon.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.retail .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/retail-icon.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.hospitality .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/hospitality-icon.png) no-repeat 0 0 transparent;
    background-size: 40px;
}


.sector.joinery .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/joinery-icon.png) no-repeat 0 0 transparent;
    background-size: 40px;
}

.sector.restaurant .sector-icon {
    background: url(/wp-content/themes/sp-fitout/images/restaurant-icon.png) no-repeat 0 0 transparent;
    background-size: 40px;
}
*/
	a.more-link:hover {
		background-color: var(--orange);
		color: #fff;
	}

	.products-container {
    	padding: 80px 0;
	    margin-bottom: 120px;
	}

/*	.tile-one.show-me .tile-image{
	animation-duration: 1.6s;
  animation-name: bounce;
  animation-iteration-count: 1;
  animation-delay: 2s;
}*/


@keyframes bounce {
	1% {
		height: 200px;
	} 20% {
		height: 147px;
	} 30% {
		height: 200px;
	} 40% {
		height: 180px;
	} 50% {
		height: 200px;
	} 55% {
		height: 190px;
	} 60% {
		height: 200px;
	} 100% {
		height: 200px;
	}
}

	.fade {
	    height: 200px;
	}

	.intro-container p {
		display: block;
	}

	.sector-container .sector-prev, .sector-container .sector-next {
		display: none;
	}

	.sector h3 {
	    font-weight: 400;
	    font-size: 1.1em;
	    text-transform: uppercase;
	    transition: all 0.2s ease;
	    z-index: 11;
	    position: relative;
	    text-align: center;
	    margin-right: auto;
	    margin-left: auto;
	    width: 70%;
	    flex-shrink: 0;
	    background: rgba(27,26,26,1);
	    padding: 15px 18px;
	    letter-spacing: 0.15em;
	    position: relative;
	    height: auto;
	    bottom: auto;
    	top: auto;
	}

	.widget_recent_entries {
		text-align: left;
	}

	.widget_recent_entries a {
	    text-overflow: ellipsis;
	    overflow: hidden;
	    width: 100%;
	    white-space: nowrap;
	    height: 1.5em;
	}



	.slide-1 {
        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/uploads/2018/08/lamps.jpg);*/
        background-image: url(/wp-content/uploads/2018/11/nestle-02.jpg);
        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/themes/sp-fitout/images/cafe-triangle.jpg);*/
        background-size: cover;
        height: 150vh;
        background-position-x: 0; 
    }

    .slide-2 {
        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/uploads/2018/08/lamps.jpg);*/
        /*background-image: url(/wp-content/uploads/2019/08/light-fittings.jpg);*/
        background-image: url(/wp-content/uploads/2019/08/light-fittings.jpg);
        
        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/themes/sp-fitout/images/cafe-triangle.jpg);*/
        background-size: cover;
        height: 150vh;
        background-position-x: 0; 
    }

    .slide-3 {
        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/uploads/2018/08/lamps.jpg);*/
        /*background-image: url(/wp-content/uploads/2018/11/nestle-03.jpg);*/
        background-image: url(/wp-content/uploads/2019/08/edge-hill.jpg);

        /*background-image: url(https://spf.fateskimo.co.uk/wp-content/themes/sp-fitout/images/cafe-triangle.jpg);*/
        background-size: cover;
        height: 150vh;
        background-position-x: 0; 
    }



	.sector-container {
		margin-top: -10vh;
		z-index: 2;
		margin-bottom: 100px;
	}

	.sectors {
		width: 90%;
		margin: 0 auto;
	}

	.intro {
		padding-top: 50vh;
	}

	.intro h2 {
		font-size: 2.5em;
        margin-bottom: 0;
	}

    .sectors a {
        width: 49.5%;
        position: relative;
        overflow: hidden;
        height: 300px;
    }

	.sector {
		width: 100%;
		position: relative;
	    overflow: hidden;
	    height: 300px;
	    margin: 0;
	    /*border: 1px solid var(--darkbg);*/
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

/*	.sector.catering {
		border-top-left-radius: 5px;
	}

	.sector.coffee {
		border-top-right-radius: 5px;
	}

	.sector.hospitality {
		border-bottom-left-radius: 5px;
	}

	.sector.retail {
		border-bottom-right-radius: 5px;
	}*/

	.sector-overlay {
		background-color: rgba(27,26,26,0);
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 8;
	    transition: all 0.6s ease;
	}

	.sector-overlay:before {
		position: absolute;
		left: -50px;
		top: -50px;
		content: '';
		transition: all 0.2s ease;
		border-top: 0;
		border-left: 50px solid var(--spred);
		border-right: 0;
		border-bottom: 50px solid transparent;
		transition-delay: 0.4s;
	}

	.sector:hover .sector-overlay:before {
		top: 0;
		left: 0;
	}

	.sector:hover .sector-overlay {
		background-color: rgba(27,26,26,1);
	}

	.sector .sector-icon {
		transition: all 0.2s ease;
	    z-index: 10;
	    position: absolute;
	    width: 60px;
	    margin-left: -30px;
	    left: 50%;
	    top: -200px;
	    height: 40px;
	    font-size: 2em;
	    display: inline-block;
	    color: var(--golden);
	}

	.sector-container h2 {
	    margin: 0 auto 70px;
	    width: 600px;
	    position: relative;
	    font-size: 2em;
	}

	.sector-container h2:before, .sector-container h2:after {
		content: '';
		position: absolute;
		width: 150px;
		background-color: var(--golden);
		height: 1px;
		top: 50%;
	}

	.sector-container h2:before {
		left: -150px;
	}

	.sector-container h2:after {
		right: -150px;
	}

	.sector:hover h3 {
/*	    background: #fff;
	    color: var(--vdarkbg);*/
	}

	.sector h3:after {
	    position: absolute;
	    bottom: 0;
	    width: 0;
	    height: 1px;
	    content: '';
	    transition: all 0.4s ease;
	    transition-delay: 0.3s;
	    background-color: var(--golden);
	    left: 50%;
	    right: 50%;
	}

	.sector:hover h3:after {
		width: 20%;
	    left: 40%;
	    right: 40%;
	}

	.sector:hover .sector-icon {
		top: -50px;
	}

	.tiles {
		margin-top: 64px;
		margin-bottom: 48px;
		padding: 0 20px;
	}

	.tile {
		width: 31%;
        background: transparent;
/*		background: rgb(27,26,26);
	    background: linear-gradient(0deg, rgba(39,39,39,1) 0%, rgba(27,26,26,1) 100%);*/
/*	    box-shadow: 0 -17px 40px rgba(0,0,0,0.15);*/
	    opacity: 0;
	    transition: all 0.3s ease;
	}

	.tile.show-me {
		opacity: 1;
	}

	.tile-two {
		transition-delay: 0.2s;
	}

	.tile-three {
		transition-delay: 0.4s;
	}

	.tile .tile-image {
		width: 100%;
		height: 200px; 
		border-radius: 0;
		transition: all 0.3s ease;
        filter: grayscale(1);
        opacity: 0.7;

	}

	.tile p {
		margin-bottom: 32px;
	}

/*    .tile:hover {
        background: rgba(39,39,39,1);
    }*/

	.tile:hover .tile-image {
		filter: grayscale(0);
    	opacity: 1;
        background-size: 108%;
	}

	.tile:hover a {
		margin-top: 0;
	}

	.tile a.tile-cta {
		color: var(--orange);
		padding: 8px 14px;
		margin-bottom: -53px;
		display: table;
		transition: all 0.2s ease;
		font-weight: 500;
		text-transform: uppercase;
        margin: 0 auto 24px;
        border: 1px solid var(--orange);
        font-size: 0.8em;
	}

    .tile a.tile-cta:hover {
        background-color: var(--orange);
        color: var(--vdarkbg);
    }


	.tile-one .tile-image {
		background: url(images/design.jpg) no-repeat center;
	    background-size: 100%;
	}

	.tile-two .tile-image {
		background: url(images/manufacture.jpg) no-repeat center;
	    background-size: 100%;
	}

	.tile-three .tile-image {
		background: url(images/installation.jpg) no-repeat center;
	    background-size: 100%;
	}

	.contact .contact-panel {
		width: 50%;
		float: left;
	}

	div.wpcf7 {
		max-width: 100%;
	}

/*	#secondary {
		display: flex;
		justify-content: space-around;
	}*/

	#secondary .widget {
		width: 50%;
		float: left;
		padding: 0 20px;
	}

	#secondary #text-3.widget {
		width: 100%;
		padding-top: 48px;
	}
 
	#projects-list li {
		width: 50%;
	}

	#secondary .widget p {
		text-align: left;
    	padding-left: 0;
    	font-weight: 500;
    	margin: 0 0 32px;
    	max-width: 100%;
	}

	.project-icon {
	    width: 60px;
	    height: 63px;
	    color: var(--golden);
	    margin: 0 auto;
	}

	.project-icon i {
		font-size: 3.5em;
	}

/*	#secondary #text-2.widget{
		width: 100%;
	}
*/
	h2.widget-title {
		text-align: left;
	    font-size: 2em;
	    /*border-bottom: 1px solid var(--golden);*/
	    position: relative;
	    /*padding-bottom: 16px;*/
	    margin-top: 0;
	    padding-left: 0;
	}

	h2.widget-title:after {
	    position: absolute;
	    content: '';
	    /*height: 1px;*/
	    width: 70px;
	    background: var(--golden);
	    bottom: -1px;
	    left: 0;
	}

	h1, h2 {
		font-size: 2.5em;
	}

	.archive-description {
	width: 60%;
}

.description-container p {
	padding-left: 10px;
}

}








@media all and (min-width: 1140px) {
		.site-title {
		width: 260px;
	    height: 80px;
	    margin: 30px 30px 80px 30px;
	}

	.contact-details-strip {
		display: block;
	}

	.site-branding {
		transition: transform 0.2s ease;
	}

	.menu-fix .site-branding {
	    position: fixed;
	    top: -100px;
	}


	.menu-fix .site-title {
	    width: 188px;
	    height: 50px;
	    margin: 20px;
	}

	.menu-fix .navigation-container {
	    position: fixed;
	    top: -100px;
	    background: var(--vdarkbg);
	    height: auto;
	}

	.home.menu-fix .navigation-container {
		box-shadow: 0 0 30px rgba(19,19,19,0.8);
	}

	.menu-fix.menu-move .navigation-container, .menu-fix.menu-move .site-branding {
		/*transform: translateY(100px);*/
	}

	.menu-fix .navigation-container .main-navigation {
		padding-top: 20px;
    	padding-bottom: 12px;
	}

	.main-navigation ul ul {
		float: left;
    	position: absolute;
    	left: -999em;
	}

	.navigation-container {
		position: absolute;
	    background: transparent;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: auto;
	    height: 200px;
	    width: 100%;
	    overflow-y: unset;
	    padding-top: 0;
	}

	.archive .navigation-container, .page .navigation-container, .blog .navigation-container {
		padding-bottom: 20px;
		background-color: var(--vdarkbg);
		height: auto;
	}

	.home.page .navigation-container {
		background-color: transparent;
	}

	.home .navigation-container {
		box-shadow: none;
	}

	.site-branding {
		position: absolute;
		background: transparent;
    	right: auto;
	}

	.main-navigation {
		width: calc(100% - 300px);
		float: right;
		padding-top: 65px;
		padding-right: 20px;
		margin-top: 0;
	}

	#primary-menu, #slide-menu {
		text-align: center;
    float: right;
	}

	.main-navigation li {
		float: left;
	}

	.main-navigation li a {
		position: relative;
	}

	.main-navigation li.social-link a {
	    margin: 10px 5px;
	}

	.main-navigation li li a {
	padding-left: 15px;
	background: none;
	font-weight: 600;
}

	#primary-menu > li > a:after, #slide-menu > li > a:after {
		position: absolute;
		content: '';
		width: 0;
		height: 1px;
		background-color: var(--orange);
		left: 50%;
		right: 50%;
		bottom: 0;
		transition: all 0.2s ease;
	}

	#primary-menu > li:hover a:after, #slide-menu > li:hover a:after {
		width: auto;
		left: 15px;
		right: 15px;
	}

	#primary-menu > li.social-link:hover a:after, #slide-menu > li.social-link:hover a:after {
		width: 0px;
		left: 50%;
		right: 50%;
	}

	#primary-menu > li.social-link:hover a, #slide-menu > li.social-link:hover a {
		/*color: var(--orange);*/
	}

	.main-navigation li li a:hover {
		color: var(--orange);
	}

	.menu-item-has-children:hover {
		background-color: #000;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.menu-item-has-children:hover > ul {
		display: block;
		padding: 10px 0;
	}

	.sub-menu {
		text-align: left;
		background-color: #000;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}

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

	.navicon {
		display: none;
	}
}

@media all and (min-width: 1240px) {
	.blog-container {
	display: grid ;
	/*grid-template-columns: 25% 25% 25% 25% ;*/
}

    .sectors a {
        width: 33%;
        position: relative;
        overflow: hidden;
        height: 300px;
    }

}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@media all and (min-width: 1140px) {

    .archive .content-container {
    padding-top: 135px;
}

    .mobile-only {
        display: none;
    }
	#site-slide-navigation {
		visibility: hidden;
		position: fixed;
		top: -400px;
		left: 0;
		right: 0;
		width: 100%;
		transition: all 0.9s ease;
		z-index: 1000;
		box-shadow: 0 0 30px rgba(19,19,19,0.8);
		background-color: var(--vdarkbg);
		padding: 20px;
	}
	.menu-move #site-slide-navigation {
		visibility: visible;
		transform: translateY(400px);
	}

	.slide-logo {
		width: 220px;
		height: 50px;
		background: url(images/sp-logo-white.svg) no-repeat 0 0 transparent;
    	background-size: 100%;
    	float: left;
	}
}
