/**
 * Global stylesheet
 *
 * package: 	Artisan Furnishings
 * version: 	1.5
 */


/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	vertical-align: baseline; 
}

img {
	vertical-align: middle;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}

/* structure */

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	line-height: 2.5rem;
	position: relative;
}

.container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 5%;
}

.inner-container {
	padding: 40px;
}

.outer-container {
	padding: 120px 80px;
}

.row [class*='col']:first-child {
	margin: 0;
}

.col {
	width: 47.5%;
	margin-left: 5%;
	float: left;
}

@media screen and (max-width: 1040px) {
	.row [class*='col']:last-child {
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 45px 5%;
	}
	.outer-container {
		padding: 80px 80px;
	}
	.col {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.row-undo {
		margin-top: -40px;
	}
}

/* fonts */

@font-face {
    font-family: 'BRADHITC';
    src: url('fonts/BRADHITC.eot');
    src: url('fonts/BRADHITC.eot') format('embedded-opentype'),
         url('fonts/BRADHITC.woff2') format('woff2'),
         url('fonts/BRADHITC.woff') format('woff'),
         url('fonts/BRADHITC.ttf') format('truetype'),
         url('fonts/BRADHITC.svg#BRADHITC') format('svg');
}

body,
h1,
h3,
h4,
h5,
h6,
title
{
	font-family: 'BRADHITC', 'Playfair Display', serif;
}

#footer-nav li,
#main-nav li,p,button,.excerptp, {
	font-family: 'Open Sans', sans-serif;
}

#main-nav li a span:after,
.back-to-top:after,
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before,
.toggler-trigger span i {
	font-family: "FontAwesome";
}

/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

h1 {
	font-size: 46px;
	line-height: 3rem;
}

h2 {
	font-size: 42px;
	line-height: 2.75rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a,
a:hover {
	text-decoration: none;
}

/* content */

.content {
	text-align: center;
	z-index: 50;
}

.title {
	font-weight: 600;
	text-transform: uppercase;
}

.subtitle {
	font-size: 1.4em;
	line-height: 32px;
	font-weight: 100;
}

.excerpt {
	margin-top: 30px;
	font-size: 1em;
	line-height: 2rem;
	font-weight: 400;
}

.excerpt p {
	margin-top: 20px;
}

.excerpt p:first-child {
	margin-top: 0;
}

.colored .excerpt p,
.colored .section-header .title,
.colored .title,
.colored li {
	color: #1D1D1B;
}

@media screen and (max-width: 1040px) {
	.excerpt p {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.excerpt {
		margin-top: 10px;
	}
}

@media screen and (max-width: 480px) {
	.excerpt {
		margin-top: 0px;
	}
	.excerpt p {
		font-size: 14px;
		line-height:1.5em;
	}
}

/* elements */

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger span {
	background: #dfdfdf;
	padding: 10px;
}

.toggler-trigger span i {
	margin-left: 10px;
}

.toggler-trigger:hover span {
	background: #cfcfcf;
}

.main-active {
	background: rgba(0,0,0,0.8) !important;
}

.main-inactive {
	background: rgba(0,0,0,0.3) !important;
}

@keyframes hovering {
    25% {margin-top: 140px;}
    50% {margin-top: 130px;}
	75% {margin-top: 150px;}
}

.scroll-arrow {
	color: #fff;
	margin-top:140px;
	height:40px;
	animation: hovering 2s infinite;
	-webkit-animation: hovering 2s infinite;
	cursor: pointer;
}

.image img {
	width: 100%;
}

img {
	width: auto;
}

.standout {
	font-weight: 800;
}

.button {
	background: transparent;
	width: 160px;
	text-align: center;
	color: #000;
	float: left;
	margin-top: 20px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	transition: 0.4s;
	-moz-transtion: 0.4s;
	font-family: 'Open Sans', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

/* main header */

#main-header {
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	height: 105px;
	z-index: 999;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width:100%;
}

#main-header .title {
	color: #fff;
	margin-top:30px;
	letter-spacing: 2px;
	text-align: left;
}

#main-header .container {
	padding: 0 5%;
	position: relative;
}

#main-header .col {
	width: 70%;
}

#main-header .col:first-child {
	width: 25%;
}

@media screen and (max-width: 1120px) {
	#main-header .row [class*='col']:last-child {
		margin-top: 0;
	}
	#main-header .col:first-child {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	#main-header .title {
		font-size: 2.2em;
		margin-top:17px;
	}
	
	#main-header {
		background: rgba(0,0,0,0.3);
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		height: 85px;
		z-index: 999;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		width:100%;
	}
}

/* main menu */

#main-nav {
	line-height:0px;
	margin-top:35px;
	float: right;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li {
	display: inline-block;
	margin-left: 30px;
	text-align: center;
	transition: all 0.2s;
	transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase; 
	letter-spacing: 1px;
}

#main-nav li:first-child {
	margin-left: 0;
}

#main-nav li a {
	display: block;
	font-size: 0.7em;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

#main-nav li a span {
	padding: 20px 0;
	display: block;
	position: relative;
}

@media screen and (max-width: 1120px) {
	#main-nav {
		float: none;
		margin: 10px 0;
	}
	#main-nav ul {
		text-align: center;
	}
	#main-nav li {
		margin-left: 40px;
	}
	#main-nav li a span:after {
		bottom: -25px;
	}
}

@media screen and (max-width: 768px) {
	#main-nav {
		line-height: 48px;
		float: none;
		padding-left: 50px;
		padding-right: 50px;
	}
	#main-nav ul {
		text-align: center;
		margin-bottom: 5px;
	}
	#main-nav li {
		display: block;
		margin: 0;
		margin-left: 0px !important;
	}
	#main-nav li a span {
		border: 0;
		padding: 0;
	}
	#main-nav li a span:after {
		display: none;
	}
	#main-nav li a {
		font-size:0.9em;
	}
}

@media screen and (max-width: 1215px) {
	#main-nav li  {
		margin-left: 10px;
	}
}

/* trigger & slideout */

.trigger {
	display: none;
	cursor: pointer;
}

.trigger .click {
	padding: 35px 0 0px 5px;
	color: #fff;
	font-size: 32px;
	float: right;
}

.slideout {
	background: none;
	position: relative;
}

@media screen and (min-width: 1121px) {
	.slideout {
		display: block !important;
	}
}

@media screen and (max-width: 1120px) {
	.main-active {
		background: #000 !important;
	}

	.main-inactive {
		background: #000 !important;
	}

	#main-header {
		background: #000 !important;
	}

	#main-header .trigger {
		display: block;
	}
	#main-header .slideout {
		background: #1D1D1B;
		position: absolute;
		top: 105px;
		left: 0;
		right: 0;
		display: none;
		border-top: 2px solid #fff;
	}
	#main-nav li {
		border: 0px;
	}
	#main-header .col:first-child {
		width: 70%;
	}
	#main-header .col:last-child {
		width: 25%;
	}
}

@media screen and (max-width:768px) {
	#main-header .col:last-child {
		width: 30%;
	}
}

@media screen and (max-width: 480px) {
	.trigger .click {
		font-size: 30px;
		padding-top:28px;
	}
	#main-header .slideout {
		top: 85px !important;
	}
	#main-nav li a {
		font-size: 0.8em;
	}
}

/* sections */

section {
	background: #fff;
	overflow: hidden;
}

.section-header {
	text-align: center;
}

.section-header img {
	margin-top: 20px;
	max-width: 200px;
}

.section-header .col,
.section-header .col:first-child {
	width: 100%;
}

.section-header.container {
	padding-bottom: 0;
}

.section-header .title {
	font-size: 3.3em;
	line-height: 70px;
	color: #1D1D1B;
}

.section-footer .col {
	text-align: center;
}

.section-footer {
	padding-top: 25px;
}

@media screen and (max-width: 768px) {
	.section-header .title {
		font-size: 3em;
		line-height: 70px;
	} 
}

@media screen and (max-width: 480px) {
	.section-header .title {
		font-size: 2.2em;
		line-height: 45px;
	} 
}

/* introduction */

#introduction {
    height: 100vh;
    background-position: center top;
    position: relative;
	background-attachment: fixed;
    min-height: 400px;
    background: transparent;
	background-image: url('assets/images/artisan-furnishing-intro-background.jpg');
	background-attachment: fixed;
	background-position: bottom center;
	background-size: cover;
}

.intro-overlay  {
	width: 50%;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top:40vh;
}

.intro-overlay .col {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

#introduction .intro-overlay .title {
	font-size: 4.4em;
	color: #fff;
	line-height:1em;
	letter-spacing: 4px;
}

#introduction .intro-overlay .subtitle {
	font-size:1.2em;
	margin-top:20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#introduction .col {
	width:100% !important;
}


@media screen and (max-width:1040px) {
	.intro-overlay {
		width: 90%;
	}
	#introduction .col {
		width: 100% !important;
		margin-top: 0px;
	}

}

@media screen and (max-width: 768px) {
	#introduction .intro-overlay .title {
		font-size: 4em;
	}
	#introduction .intro-overlay .subtitle {
		font-size: 1.3em;
	}
	#introduction {
		background-attachment: scroll;
	}
}

@media screen and (max-width:480px) {
	#introduction {
		height: 550px;
		background-attachment: scroll;
	}
	#introduction .intro-overlay {
		margin-top:200px;
	}
	#introduction .intro-overlay .title {
		font-size: 2.3em;
	}
	#introduction .intro-overlay .subtitle {
		font-size: 0.9em;
		line-height:1.2em;
		margin-top:10px;
	}
	#introduction .scroll-arrow {
		display: none;
	}
}

/* about us */

#aboutus {
	background-color: #d5d5d5;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 20%;
}

#aboutus .section-content .title {
	text-transform: uppercase;
	font-size: 2.7em;
}

#aboutus .section-content .excerpt {
	margin-top:40px;
	font-family: 'Open Sans',sans-serif;
	font-size:0.9em;
}

#aboutus .section-content .col {
	width: 100%;
	background: #fff;
	padding:60px;
	box-sizing: border-box;
}

#aboutus .excerpt {
	margin-top: 0px;
}

#aboutus .button {
	border: solid 1px #000;
	margin-top:30px;
}

#aboutus .button:last-child {
	margin-left:10px;
}

@media screen and (max-width: 1040px) {
	#aboutus .row [class*='col']:last-child {
		margin-top: 0px;	
	}
	#aboutus .col {
		width: 100% !important;
		margin-left: 0px !important;
	}
	#aboutus {
		background-image: none;
	}
}

@media screen and (max-width:890px) {
	#aboutus .section-content .title {
		font-size: 2.2em;
	}
}

@media screen and (max-width:768px) {
	#aboutus .section-content .title {
		font-size: 2em;
	}
	#aboutus .section-content .excerpt {
		margin-top:20px;
	}

	#aboutus .section-content .button {
		float: none;
		margin: 0 auto;
		margin-top:20px;
		display: inline-block;
	}
	#aboutus .section-content .button:last-child {
		margin-left:5px;
	}
}

@media screen and (max-width: 525px) {
	#aboutus .button {
		float: none;
		width: 100%;
	}

	#aboutus .button:last-child {
		margin-left: 0px;
		margin-top:20px;
	}
}

@media screen and (max-width: 480px) {
	#aboutus .section-content .title {
		font-size: 1.4em;
		line-height:1.4em;
	}

	#aboutus .section-content {
		padding-top:5%;
		padding-bottom:5%;
	}

	#aboutus .section-content .col {
		padding:25px;
	}

	#aboutus .section-content .button:last-child {
		margin-left:0px;
	}
}

/* clients */

#clients {
	background: #d5d5d5;
}

#clients .section-header {
	background: url('assets/images/artisan_furnishing_bolton_bespoke_soft_furnishings_healthcare_education_commercial_sofa_decorating_interior_design_clients_background_1.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#clients .container:first-of-type {
	margin-right: 0px;
	margin-left: 0px;
	max-width: 100%;
}

#clients .section-header .title {
	color: #fff;
}

#clients .section-header .excerpt {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:300;
	font-size: 0.8em;
	font-family: 'Open Sans',sans-serif;
	padding-bottom:100px;
}

#clients .section-content {
	padding-bottom: 40px;
}

#clients .section-footer {
	padding-bottom: 60px;
}

#clients .section-content .col {
	background: #fff;
    padding: 40px;
    box-sizing: border-box;
}

#clients .section-content .title {
	text-transform: uppercase;
    font-size: 1.4em;
}

#clients .section-content .col:last-child {
	margin-top:20px;
	text-align: center;
}

#clients .section-content .col:last-child {
	margin-left:0px;
	width:100%;
}

#clients .section-content .col .excerpt {
	margin-top: 0px;
	font-family: 'Open Sans',sans-serif;
    font-size: 0.9em;
}

#clients .section-content .col:first-child .excerpt p {
	margin-top:24px;
}

#clients .section-content .col:last-child ul {
    list-style-type: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
}

#clients .section-footer img {
	display: inline-block;
	width:15%;
}

#clients .section-footer .col {
	width: 100%;
}

@media screen and (max-width: 1040px) {
	#clients .section-header .excerpt p {
		font-size: 0.9em !important;
		letter-spacing: 1px;
	}
}

@media screen and (max-width:1025px){
	#clients .section-content .col {
		width: 100%;
		margin-left: 0px;

	}

	#clients .flexslider {
		width: 400px;
		margin: 0 auto;
	}

	#clients .section-content .col:nth-child(2) {
		padding-top:0px;
	}
}

@media screen and (max-width: 768px) {
	#clients .section-header {
		background-attachment: scroll;
	}

	#clients .section-header .excerpt {
		padding-bottom: 60px;
		max-width: 70%;
		margin: 0 auto;
		line-height: 1.7em;
	}

	#clients .section-header .title {
		font-size: 2.5em;
	}

	#clients .section-footer img {
		width:25%;
		padding:10px;
	}

	#clients .section-footer .col {
		margin-top: 0px !important;
	}

	#healthcare .section-content .col {
		margin-top: 0px;
	}
}

@media screen and (max-width:480px) {
	#clients .section-header {
		margin-top:20px;
		margin-bottom:20px;
	}
	#clients .section-header .excerpt {
		padding-bottom: 45px;
		padding-top: 10px;
		max-width:100%;
	}

	#clients .section-header .excerpt p {
		font-size: 0.9em !important;
	}
	
	#clients .section-header .title {
		font-size: 1.7em;
	}

	#clients .section-content {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	#healthcare .section-content {
		padding-top: 5%;
		padding-bottom: 5%;
	}

	#clients .section-content .col {
		padding:25px;
	}

	#clients .section-content .title {
		font-size: 1.4em;
	}

	#clients .section-footer {
		padding-top:0px;
		padding-bottom: 40px;
	}

	#clients .section-footer img {
		width:50%;
		padding:10px;
	}

}

/* healthcare */

#healthcare {
	background: #d5d5d5;
}

#healthcare .container {
	padding-top: 0px;
}

#healthcare .section-content .col {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	width: 100%;
}

#healthcare .excerpt {
	margin-top: 0px;
	font-family: 'Open Sans',sans-serif;
	font-size: 0.9em;
}



@media screen and (max-width:480px) {
	#healthcare .section-content .col {
		padding: 25px;
	}
}

/* our process */

#process {
	background: #d5d5d5;
}

#process .container:first-of-type {
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
}

#process .section-header {
	background: url('assets/images/artisan_furnishing_bolton_bespoke_soft_furnishings_healthcare_education_commercial_sofa_decorating_interior_design_process_background_1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#process .section-header .title {
    color: #fff;
}

#process .section-header .excerpt {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 0.8em;
    font-family: 'Open Sans',sans-serif;
    padding-bottom: 100px;
}

#process .section-content .col {
	width:100%;
	background: #ffffff;
	padding:40px;
	box-sizing: border-box;
}

#process .section-content .col .excerpt:first-child {
	margin-top: 0px;
}

#process .section-content .excerpt {
	font-family: 'Open Sans',sans-serif;
	font-size: 0.9em;
}


@media screen and (max-width: 1040px) {
	#process .section-header .excerpt p {
		font-size: 0.9em !important;
		letter-spacing: 1px;
		margin-top:20px;
	}

	#process .section-header .col {
		margin-top: 0px;
	}

	#process .section-content .col {
		margin-top: 0px;
	}
}

@media screen and (max-width:768px) {
	#process .section-header {
		background-attachment: scroll;
	}

	#process .section-header .excerpt {
		padding-bottom: 60px;
		max-width: 70%;
		margin: 0 auto;
		line-height: 1.7em;
	}

	#process .section-header .title {
		font-size: 2.5em;
		line-height: 1.2em;
	}
}

@media screen and (max-width:480px) {
	#process .section-header {
		margin-top:20px;
		margin-bottom:20px;
	}
	#process .section-header .excerpt {
		padding-bottom: 45px;
		padding-top: 10px;
		max-width:100%;
	}

	#process .section-header .excerpt p {
		font-size: 0.9em !important;
	}
	
	#process .section-header .title {
		font-size: 1.7em;
	}

	#process .section-content .col {
		padding: 25px;
	}

	#process .section-content {
		padding-top: 5%;
		padding-bottom: 5%;
	}

}

/* Error message box */

.ucf .message .errors {
	background: #D60A0A;
	color: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 20px;
	border-radius: 5px;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

.ucf .message .errors p {
	color: #D60A0A;
}

/* Success message box */

.ucf .message .success {
	background: #fff;
	color: #000;
	border: none;
	border-radius: 5px;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

.ucf .message .success p {
	color: #000;
}

/* Form */
.ucf * {
	outline: none;
}
.ucf fieldset {
	max-width: 1000px;
	margin: 0px auto;
}
.ucf legend {
	font-weight: bold;
	padding: 10px;
}
.ucf .field-wrapper {
	clear: both;
	margin-top: 0;
	line-height: 2em;
	padding: 0;
	box-sizing: border-box;
}
.ucf .field-wrapper label span {
	display: block;
	width: 100%;
}
.ucf .field-wrapper input[type=text],
.ucf .field-wrapper input[type=tel],
.ucf .field-wrapper input[type=email],
.ucf .field-wrapper input[type=password],
.ucf .field-wrapper textarea,
.ucf .field-wrapper select {
	border: solid 1px #ccc;
	padding: 10px;
	transition: all .3s ease-in-out;
}
.ucf .field-wrapper input[type=text]:focus,
.ucf .field-wrapper input[type=tel]:focus,
.ucf .field-wrapper input[type=email]:focus,
.ucf .field-wrapper input[type=password]:focus,
.ucf .field-wrapper textarea:focus,
.ucf .field-wrapper select:focus {
	border: solid 1px #333;
}
@media (max-width:1260px) {
	.ucf .trio {
		width: 100% !important;
		display: inline-block!important;
	}
}
@media ( max-width: 768px) {
	
	.ucf .field-wrapper {
		margin-bottom: 10px;
	}
	
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea {
		width: 150px;
	}
	
	.ucf .field-wrapper select {
		width: 170px;
	}
}
@media ( min-width: 481px) {
	.ucf .field-wrapper {
		margin-bottom: 20px;
	}
	
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea {
		width: 200px;
	}
	
	.ucf .field-wrapper select {
		width: 220px;
	}
}

/* Select 2 overrides */
.select2 {
	margin-bottom: 20px;
}
.select2-container .selection,
.select2-container .select2-selection {
	width: 100% !important;
}
.select2-search__field:focus {
	outline: none;
}

/* Honey trap field */
.ucf .hey-honey {
	left: -9999px;
	position: absolute;
}

/* Button */
.ucf button[type=submit] {
	background: #fff;
	width: 160px;
	text-align: center;
	color: #000;
	float: left;
	margin-top: 0px;
	font-size: 0.8em;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.4s;
	-moz-transtion: 0.4s;
	font-family: 'Open Sans', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	border: solid 1px #000;
}

.ucf button[type=submit]:hover {
	background: #fff;
	color: #000000;
    border: solid 1px #000000;
}

.ucf button[type=submit].complete {
	background: #fff;
	color: #000000;
	cursor: default;
}

.ucf button.secondary {
	background: transparent;
	width: 160px;
	text-align: center;
	color: #000;
	float: left;
	margin-top: 20px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	transition: 0.4s;
	-moz-transtion: 0.4s;
	font-family: 'Open Sans', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.ucf button.secondary:hover {
	background: #ddd;
}

/* contact us */

#contactus .container:first-of-type {
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
}

#contactus .section-header {
	background: url('assets/images/artisan_furnishing_bolton_bespoke_soft_furnishings_healthcare_education_commercial_sofa_decorating_interior_design_contactus_background_1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#contactus .section-header .title {
    color: #fff;
}

#contactus .section-header .excerpt {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 0.8em;
    font-family: 'Open Sans',sans-serif;
    padding-bottom: 100px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	letter-spacing: 1px;
    text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
	letter-spacing: 1px;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
	letter-spacing: 1px;
    text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
	letter-spacing: 1px;
    text-transform: uppercase;
}

#contactus .contact-form input {
    padding: 3% !important;
    display: inline-block;
    border: 0;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    font-size: 0.9em !important;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 0px;
    font-weight: 300;
    -webkit-appearance: none;
	width: 100% !important;
}

#contactus .contact-form textarea {
    display: inline-block;
    border: 0;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    font-size: 0.9em !important;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 0px;
    font-weight: 300;
    -webkit-appearance: none;
	width: 100% !important;
	height:250px;
}

@media screen and (max-width: 1040px) {
	#contactus .row [class*='col']:last-child {
		margin-top: 0px;
	}
	#contactus .section-header .excerpt p {
		font-size: 0.9em !important;
		letter-spacing: 1px;
		margin-top:20px;
	}

	#contactus .section-header .col {
		margin-top: 0px;
	}

	#contactus .section-content .col {
		margin-top: 0px;
	}

	.address-card .address {
		font-size: 0.9em;
	}

	#contactus input {
		font-size: 0.8em;
	}
}	

@media screen and (max-width:768px) {
	.field {
		width: 95% !important;
		padding: 15px !important;
		font-size: 0.9em !important;
		font-family: 'Open Sans',sans-serif !important;
	}

	#contactus .section-header {
		background-attachment: scroll;
	}

	#contactus .section-header .excerpt {
		padding-bottom: 60px;
		max-width: 70%;
		margin: 0 auto;
		line-height: 1.7em;
	}

	#contactus .section-header .title {
		font-size: 2.5em;
		line-height: 1.2em;
	}

	#contactus .contact-form input {
		font-size: 0.8em !important;
	}
	#contactus .contact-form textarea {
		font-size: 0.8em !important;
		padding: 10px !important;
	}
}

@media screen and (max-width: 480px) {
	#contact .contact-form textarea {
		height: 200px;
	}
	.field {
		width: 90% !important;
		padding: 15px !important;
		font-size: 0.9em !important;
		font-family: 'Open Sans',sans-serif !important;
	}

	#contactus .section-header {
		margin-top:20px;
		margin-bottom:20px;
	}
	#contactus .section-header .excerpt {
		padding-bottom: 45px;
		padding-top: 10px;
		max-width:100%;
	}

	#contactus .section-header .excerpt p {
		font-size: 0.9em !important;
	}
	
	#contactus .section-header .title {
		font-size: 1.7em;
	}

	#contactus .section-content {
		padding-top: 5%;
		padding-bottom:13%;
	}
}

#contactus {
	background: #d5d5d5;
}

#contactus a {
	color: #1D1D1B;
}

#contactus .section-content .title {
	text-transform: uppercase;
	font-size: 2em;
}

#contactus .section-content .subtitle {
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	font-size: 1.1em;
	margin-top:5px;
}

#contactus .section-content .excerpt {
	margin-top:20px;
}

.address-card {
	background: #fff;
	color: #000;
	text-align: left;
	padding: 30px;
	box-sizing: border-box;
	max-width: 100%;
}

.address-card .title {
	font-size: 26px !important;
}

.address-card .address {
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height:1.7em;
	font-family: 'Open Sans',sans-serif;
	margin-top:10px;
}

.field {
	width: 100% !important;
	padding: 15px !important;
	font-size: 1.2em !important;
	font-family: 'Open Sans',sans-serif !important;
}

@media screen and (max-width: 1350px) {
	#contactus .section-content .title {
		font-size: 1.5em;
	}
	#contactus .section-content .subtitle {
		font-size: 1em;
	}
}

@media screen and (max-width: 768px) {
	.contact-form {
		padding-top: 30px;
	}
	#contactus .section-content .subtitle {
		margin-bottom:40px;
	}
		.address-card .title {
		font-size: 1.1em !important;
	}

	.address-card .address {
		font-size: 0.9em;
	}

	.address-card {
    	margin: 0 auto;
		text-align: center;
	}

}

@media screen and (max-width: 480px) {
	.address .title {
		margin-top: 0px;
	}
	.contact-form {
		padding-top: 20px;
	}
	.ucf button[type=submit] {
		font-size: 0.9em !important;
		width: 100% !important;
	}
		.address-card .address {
		font-size: 0.8em;
	}
}

/* map */

#map .col {
    width: 100%;
	margin-left: 0px;
}

#map .gmap {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}

#map .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#map .row [class*='col']:last-child {
	margin-top: 0px;
}

@media screen and (max-width: 768px) {
	#map .gmap {
		padding-bottom: 55%;
	}
	#maps .col {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#map .gmap {
		padding-bottom: 80%;
	}
}

/* flexslider */

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	max-height: 662px;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: '';
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flex-viewport {
    max-height: 2000px;
}

.loading .flex-viewport {
    max-height: 255px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background: #fff;
    padding: 10px;
	opacity:0.7;
}

.flex-direction-nav a:before {
    font-size: 38px;
    display: inline-block;
}

.flex-direction-nav a.flex-prev:before {
    content: '\f104';
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}

.flex-direction-nav .flex-prev {
    margin-right: 75px;
    padding: 10px 0px 10px 22px;
	left:10px;
}

.flex-direction-nav .flex-next {
    padding: 10px 22px 10px 0px;
	right:10px;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 768px) {
	.flex-direction-nav .flex-prev {
    margin-right: 75px;
    padding: 10px 10px 10px 10px;
    left: 10px;
}
.flex-direction-nav a {
    background: rgba(255,255,255,0.7);
}

#clients .flexslider {
	width: 100%;
}	
}

@media screen and (max-width: 480px) {
    .flex-direction-nav a {
        padding: 6px 19px 2px 23px;
    }

.flex-direction-nav .flex-prev {
    padding:2px;
    margin-right: 55px;
	left:0px;
}

.flex-direction-nav .flex-next {
    padding:2px;
	right:10px;
}

.flex-direction-nav a:before {
	font-size: 28px;
	color: #fff;
}

.flex-direction-nav a {
    background: transparent;
	color: #fff;
}


.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    background: transparent;
    color: #fff;
}

}

/* inventis */

.inventis {
	margin-top: 75px;
	margin-bottom: 20px;
	text-align: center;
}

.inventis img {
	width: auto;
}

@media screen and (max-width: 768px) {
	.inventis {
		text-align: center;
	}
}

/* privacy policy */

#legal {
	text-align: center;
	display: inline;
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans',sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#legal a {
	font-size: 0.9em;
	color: #fff;
	cursor: pointer;
}

/* no cookie */

.nocookie {
    margin: 0 auto;
    padding: 40px;
    background: rgb(87, 87, 87);
	text-align: center;
}

.nocookie .excerpt {
	margin-top: 0;
}

.nocookie .excerpt p {
	float: none;
	color: #fff;
}

.nocookie .privacy-policy a {
    font-size: 18px;
    color: #fff;
	display: block;
	margin-top: 20px;
	font-weight: 700;
}

.nocookie .sub-title.privacy-policy a {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
}



/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 1000;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #2d2c2a;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
}

#privacyselect .privacy-select-wrapper .excerpt {
    font-size: 14px;
    line-height: 1.75rem;
	font-weight: 600;
}

#privacyselect .privacy-select-wrapper .button {
	background: #000;
	margin: 40px auto 20px;
    border: 0;
	float: none;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #000;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 0;
	color: #fff;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 768px) {
	#privacyselect {
		width: 90%;
	}
}

@media screen and (max-width: 580px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		width: 100%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy.sub-title {
	text-align: center;
}

.privacy-policy a {
    cursor: pointer;
    color: #9c9c9c;
	float: none;
	text-align: center;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #2d2c2a;
}

#privacypolicy .title.main-title {
    font-size: 24px;
}

#privacypolicy .title {
    margin-top: 30px;
	font-size: 16px;
	line-height: 22px;
    font-weight: 700;
}

#privacypolicy .fal {
	font-weight:700;
	margin-left:10px;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
	font-family: 'Open Sans',sans-serif !important;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}

#privacypolicy .policyoptions .button {
	background: #000;
	margin: 40px auto 20px;
    border: 0;
	float: none;
}

#privacypolicy .policyoptions .button:hover {
	background: #000;
}

#privacypolicy .policyoptions .button span {
    padding: 0;
	color: #fff;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #000;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 600;
}

.sub-title.privacy-policy a,
.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 600;
}

.sub-title.privacy-policy a:hover {
	color: #fff;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #000;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

@media screen and (max-width: 768px) {
	#legal {
		line-height: 22px;
	}
	#legal p {
		margin-top: 30px;
	}
	#legal span {
		display: block;
	}
}

/* privacy policy popover */

html,
body {
	overflow: auto;
	height: auto;
	cursor: default;
}

html.disabled,
body.disabled {
	overflow: hidden;
	height: 100%;
}

/* cookie bar */

#cookie-bar {
	background: #111111;
	height: auto;
	line-height: 24px;
	color: #eeeeee;
	text-align: center;
	padding: 3px 0;
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
}

#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}

#cookie-bar p {
	margin: 0;
	padding: 0;
}

#cookie-bar a {
	color: #ffffff;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}

#cookie-bar .cb-enable {
	background: #007700;
}

#cookie-bar .cb-enable:hover {
	background: #009900;
}

#cookie-bar .cb-disable {
	background: #990000;
}

#cookie-bar .cb-disable:hover {
	background: #bb0000;
}

#cookie-bar .cb-policy {
	background: #0033bb;
}

#cookie-bar .cb-policy:hover {
	background: #0055dd;
}

/* Contact Form */

@media screen and (max-width: 1040px) {
	#contactus .row [class*='col']:last-child {
		margin-top: 0px;
	}
}	


/* footer */

#main-footer a {
	color: #fff;
}

#main-footer .separator {
	border-top: 2px solid #fff;
	max-width: 100%;
	padding-bottom: 40px;
	margin-top: 30px;
	width: 100% !important;
}

#main-footer {
	background: #000000;
    position: relative;
	font-weight: 300;
	color: #fff;
}

#main-footer .footer-cols .col {
	width: 25%;
}


#main-footer .footer-cols .col:nth-child(3) {
	width: 45%;
	margin-left: 0px !important;
}

#main-footer .footer-cols p {
	line-height: 2.3em;
	font-size: 0.8em;
	font-family: 'Open Sans',sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#main-footer .container {
	padding: 60px 5%;
}

#main-footer .copyright {
	font-size: 0.8em !important;
	line-height: 1.6em;
	color: #fff;
	text-align: center;
	font-family: 'Open Sans',sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#main-footer .title {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#main-footer .copyright span,
#main-footer #currentyear {
	display: inline-block;
}

.footer-logo {
	margin-top:40px;
}

.footer-logo img {
	width: 250px;
}

@media screen and (max-width: 980px) {
	#main-footer .footer-cols .col {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	#main-footer .title {
		border-bottom: 0px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		margin-top: 20px;
	}

	#footer-nav ul {
		list-style-type: none;
		text-align: center !important;
	}
	.inventis {
		margin-top: 20px;
		margin: 0 auto;
	}
	#main-footer .footer-cols .col:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#main-footer .container {
		padding: 20px 5%;
	}
}

@media screen and (max-width: 580px) {
	#main-footer {
		padding-bottom: 75px;
	}
}

/* footer menu */

#footer-nav ul {
	list-style-type: none;
	text-align: left;
}

#footer-nav li {
	display: inline;
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
	line-height: 2.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer-nav li:first-child {
	margin-left: 0;
}

#footer-nav li a {
	display: block;
	color: #fff;
}

#footer-nav li a span {
	padding: 20px 0;
}


@media screen and (max-width: 768px) {
	#footer-nav li {
		display: block;
		margin: 0;
	}
	#footer-nav li a span {
		display: block;
		padding: 3px 0;
	}
	#main-footer .copyright {
		font-size: 1em;
	}
}

/* back to top */

.back-to-top {
	display: none;
	position: fixed;
	left: auto;
	right: 30px;
	bottom: 30px;
	text-align: center;
	height: 40px;
	width: 40px;
	background: #000;
	border: 2px solid #fff;
	z-index: 9999;
	color: #fff;
	padding-top: 2px;
	transition: 0.2s;
	-moz-transition: 0.2s;
}

.back-to-top:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}

@media screen and (max-width: 580px) {
	.back-to-top {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		border: 0px;
		border-radius: 0px;
		border-top: solid 1px #1D1D1B;
	}
	.back-to-top:after {
		font-size: 28px;
	}
}

/* Select 2 overrides */
.select2 {
	margin-bottom: 20px;
}
.select2-container .selection,
.select2-container .select2-selection {
	width: 100% !important;
}
.select2-search__field:focus {
	outline: none;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}
