/*!
Theme Name: BXB2019
Theme URI: http://underscores.me/
Author: Kiara Melissa
Author URI: https://kiaramelissa.com
Description: Custom Barber X Bar theme by Kiara Melissa
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: barber-x-bar-2019
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fbfbfb;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*---- GHOST TESTING
 * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}

------*/

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
body {
	font-family:neue-haas-unica, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#505050;
	font-weight:300;
	height:100%;
	overflow-x:hidden;
	background:#fbfbfb;

}
/*PRELOADER*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #fbfbfb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
	text-align:center;
}
.preloader .loading-logo {
	 -webkit-animation: expand 2s infinite; /* Safari 4+ */
  -moz-animation:    expand 2s infinite; /* Fx 5+ */
  -o-animation:      expand 2s infinite; /* Opera 12+ */
  animation:         expand 2s infinite; /* IE 10+, Fx 29+ */
}
@media (max-width:1024px) {
	body.preloader-site {
    overflow: visible;
}
	.preloader-wrapper {
		display:none;
	}
}
@-webkit-keyframes expand {
  0% { opacity:1; }
 50% { opacity:0; }
	 100% { opacity:1; }
}
@-moz-keyframes expand {
  0% { opacity:1; }
 50% { opacity:0; }
	 100% { opacity:1; }
}
@-o-keyframes expand {
  0% { opacity:1; }
 50% { opacity:0; }
	 100% { opacity:1; }
}
@keyframes expand {
 0% { opacity:1; }
 50% { opacity:0; }
	 100% { opacity:1; }
}

.post, .page, .entry-content {
    margin: 0 0 0;
}
::selection {
	background:#000;
	color:#fff;
}
/*--LINKS--*/

a,
a:visited {
  display: inline;
  position: relative;
  overflow: hidden;
	color:#111;
	font-weight:300;
	transition: 0.3s ease;
	text-decoration:none;
}
a:hover {
	color:#818181;
}

a:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #818181;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
a:hover:after,
a:focus:after,
a:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

h1 {
	font-family: 'Roboto',sans-serif;
    text-align: left;
    color: #111;
    margin: 0;
    font-weight: 900;
    font-size: calc(40px + 1vw);
	line-height: 1.5;
	text-transform: uppercase;
}
h2 {
	font-family:'Roboto',sans-serif;
	text-align:left;
	color:#111;
	margin:0;
	font-weight:300;
	 font-size:calc(20px + 0.6vw);
	 line-height:1.4;
}

h3 {
text-align:center;
	font-weight:300;
	text-transform:unset;
	letter-spacing:0;
	line-height:1.4;
	font-size: calc(20px + 0.6vw);
	margin-bottom:40px;
}
h4 {
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:500;
	color:#111;
}

.woocommerce-loop-product__title {
text-align:center;
	font-weight:300;
	text-transform:unset;
	letter-spacing:0;
	line-height:1.4;
	font-size:calc(12px + 0.3vw)!important;
	margin-bottom:40px;
}
@media (max-width:1024px) {
	.woocommerce-loop-product__title {
text-align:center;
	font-weight:300;
	text-transform:unset;
	letter-spacing:0;
	line-height:1.4;
	font-size:calc(12px + 0.4vw)!important;
    margin-bottom: 25px;
    margin-top: 20px;
}
	h1 {
		font-size:calc(30px + 1vw);
	}
}
/*---Remove read more and select options button on product page---*/

.button.product_type_simple,
.button.product_type_variable-subscription.add_to_cart_button {
display:none!important;
}
span.woocommerce-Price-amount.amount {
border-top:1px solid #111;
padding-top:15px;
}
.woocommerce-checkout span.woocommerce-Price-amount.amount {
	border-top:0;
}
.the-header{
	top:0;
	width:100%;
	position:absolute;
	z-index:99;
}

.hidden-button {
	display:none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


@media only screen and (min-width: 1024px) {
	.cart-button-mobile {
		display:none;
	}
	.mobile-booking-button {
		display:none;
	}
	.login-sticky-button {
		display:none;
	}
}

.small-cart-button {
	position:fixed;
	right:calc(4vw + 60px * 1);
	top:4.1vw;
	font-size:10px;
	letter-spacing:2px;
	color:#111;
	cursor:pointer;
	text-decoration: none;
	font-weight:400;
	text-transform: uppercase;
}

.cart-circle {
	border:1px solid #111;
	border-radius:50%;
	padding:5px 9px;
}
.cart-overlay {
	display:none;
	position:fixed;
	right:20px;
	top:8vw;
	background:#111;
	width:450px;
	height:auto;
	color:#fff;
	z-index:9999999999!important;
}
@media (min-width:1024px) {
	.mobile-cart-button {
		display:none;
	}
}
@media (max-width:1024px) {
	.small-cart-button {
		display:none;
	}
	.mobile-cart-button {
	position:fixed;
	right:calc(4vw + 60px);
	top:50px;
	font-size:10px;
	letter-spacing:2px;
	color:#111;
	cursor:pointer;
	text-decoration: none;
	font-weight:400;
	text-transform: uppercase;
	}
}
.woocommerce-mini-cart__empty-message {
	padding:40px;
	font-size:0;
}
.woocommerce-error {
    background-color: #e2401c;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    list-style: none;
    margin-bottom: 40px;
}
.woocommerce-mini-cart__empty-message:after {
	content:'Your cart is empty';
	font-size:14px;
}
.cart-overlay ul {
	list-style:none;
	margin:0;
	padding:0;
	margin:0 20px;
}
.cart-overlay ul a,
.cart-overlay ul a:visited {
	color:#fff;
}
.cart-overlay a.remove {
	border-bottom:0px;
	color:#818181;
	font-size:16px;
	text-transform:uppercase;
	margin-right:10px;
	font-weight:300;
}
.cart-overlay ul li {
	padding:20px 0px;
}

.cart-overlay img {
	max-width:60px;
	vertical-align:middle;
	margin-right:10px;
}

.cart-overlay .fc-title {
	margin:40px 20px 20px 40px;
}
.cart-overlay-total {
	margin-top:20px;
}
.cart-overlay .quantity {
	width:auto;
	padding-left:10px;
	color:#818181;
}
.woocommerce-mini-cart__total.total {
	margin:20px 40px;
	font-weight:400;
}
.woocommerce-mini-cart__buttons.buttons {
	padding:20px;
}
.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
	display: inline-block;
    width: 190px;
    border: 1px solid #ccc;
    color: #818181;
    text-align: center;
    padding: 20px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #fff;
	transition:0.3s ease-in-out;
}
.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
	display: inline-block;
    width: 190px;
    border: 1px solid #ccc;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #111;
	transition:0.3s ease-in-out;
}
.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward:hover {
    border: 1px solid #ccc;
    color: #fff;
    background: #111;
}
.woocommerce-mini-cart__buttons.buttons a:nth-of-type(1) {
	margin-right:20px;
}
/*---DELETE---*/
.twelve-cols {
width:92vw;
position:fixed;
left:4vw;
top:0;

z-index:99999999;
}
.col {
	width:8.2%;
	height:100vh;
	display:inline-block;
	border:1px solid red;
	margin:-1px;
}
/*---DELETE---*/
.the-logo {
	position:fixed;
	left:4vw;
	top:4vw;
	z-index:99999;
}
.the-logo img {
	max-width:120px;
}
.book-now {
	position: fixed;
    right: 12.5vw;
    top: 3.9vw;
}
.book-now a {
    color: #111;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 400;
}
@media (max-width:1600px) {
	.book-now {
	position: fixed;
    right: calc(12.5vw + 40px);
    top: 3.8vw;
}
}
@media only screen and (max-width: 1024px) {
	.the-logo {
	position:fixed;
	top:20px;
	z-index:99999;
}
.the-logo img {
	max-width:120px;
}
	.book-now {
	position: fixed;
    right: unset;
    top: unset;
		left:0;
		bottom:0;
		width:100%;
		z-index:9999;
		-webkit-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.25);
box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.25);
}
.book-now a {
    color: #111;
	background:#fff;
	display:block;
    text-align: center;
	padding:15px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 400;
}
}


@media (max-width:1024px) {

	.cart-overlay {
	display:none;
	position:fixed;
	right:0;
	top:15vw;
	width:100%;
}
	.cart-overlay ul {
	margin:0 10px;
}
.cart-overlay ul li {
	padding:10px 0px;
}

.cart-overlay img {
	max-width:40px;
	vertical-align:middle;
	margin-right:10px;
}

.cart-overlay .fc-title {
	margin:20px 10px 10px 20px;
}
	.woocommerce-mini-cart__buttons.buttons {
	padding:10px;
}
.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    width: 45%;
    padding: 10px;
}
.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    width: 45%;
    padding: 10px;
}
	
}

/*---COOKIES---*/
#cookie-notice {
    min-width: 300px;
	font-size: 12px;
	left:50%;
	transform:translateX(-50%);
	bottom:20px;
	font-family:'Roboto',sans-serif;
}
#cn-accept-cookie {
	font-weight:400;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:12px;
	margin-left:20px!important;
}
.menu-icon {
	position:fixed;
	top:2vw;
	right:40px;
}

	.mobile-menu {
position:relative;
		z-index:99999;
	}
	.mobile-toggle {
		position:fixed;
		top:4vw;
		right:4vw;
		cursor:pointer;
	}
	.mobile-toggle img {
		width:30px;
	}


	.mobile-close {
width:40px;
		height:40px;
		position:fixed;
		top:4vw;
		right:4vw;
		padding: 0 10px;
			display:none;
			z-index:999999;
			cursor:pointer;
	}
.mobile-close svg {
width:30px;
	fill:#fff;
}
.mm {
	fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:2px;
}
.mobile-close .mm {
	stroke-width:1px;
}
	
	.mobile-open {
		position:fixed;
		left:0px;
background:#111;
		top:0px;
		width:100%;
		height:100%;
		display:none;
		z-index:9999;	

}

@media only screen and (max-width: 1024px) {
	.mobile-toggle {
		position: fixed;
    top: 45px;
    right: 50px;
    cursor: pointer;
    width: 25px;
	}
	.mobile-toggle img {
		width:30px;
	}
	.mobile-close {
		position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 15vw;
		height:15vw;
    padding: 5vw;
			background:none;
	}

}
@media (max-width:767px) {
	.mobile-toggle {
		top:25px;
		right:25px;
	}
	.small-cart-button {
		display:none;
	}
	.mobile-cart-button {
			top:30px;
		position:fixed;
	right:calc(4vw + 60px);
	font-size:10px;
	letter-spacing:2px;
	color:#111;
	cursor:pointer;
	text-decoration: none;
	font-weight:400;
	text-transform: uppercase;
	}
	
	.mobile-close {
		top:10px;
		right:10px;
	}
}

.left-menu {
	height:100vh;
	width:100%;
	position:relative;
	padding:5vw;
}
.main-menu {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.left-menu .fc-title {
	position:absolute;
	top:35%;
}

.main-menu ul li {
height:calc(30px + 3vw);
overflow:hidden;
position:relative;
	display: inline-block;
    margin-right: 5vw;

}

.main-menu ul li a {
	position:relative;
	top:-150px;
	overflow:hidden;
	letter-spacing:0;
	font-size: calc(20px + 0.6vw);
	font-weight:300;
	color:#fff;
	padding:20px 0;
	line-height:1;
	transition:0.5s ease-in-out;
}
.main-menu ul li a:after {
	position:unset;
}
@media (max-width:1024px) {
	.left-menu {
	height:100%;
	width:100%;
	display:block;
	vertical-align:top;
	padding:10vw;
}
	.left-menu .fc-title {
		display:none;
	}
	.main-menu {
		top:40%;
	}
.main-menu ul li {
height:50px;
overflow:hidden;
position:relative;
	display:block;
}

}

.fadelink {
	color:#585858!important;
}

.slide-in {
	-webkit-animation: slidetext 1s forwards 0.5s; /* Safari 4+ */
  -moz-animation:    slidetext 1s forwards 0.5s; /* Fx 5+ */
  -o-animation:      slidetext 1s forwards 0.5s; /* Opera 12+ */
  animation:         slidetext 1s forwards 0.5s; /* IE 10+, Fx 29+ */
}
@keyframes slidetext {
	0% {
	  top:-150px;
	}
	
	100% {
	  top:0px;
	}
  }
.left-menu ul a:hover {
	color:#fff;
}
.left-menu .membership-button {
	color:#fff;
}
.social-menu {
	position:absolute;
	top:90%;
}

.social-menu ul {
	list-style:none;
}
.social-menu ul li {
	color:#fff;
	display:inline-block;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:3px;
		vertical-align:top;
}

.social-menu ul li span {
  display: inline;
  position: relative;
  overflow: hidden;
	color:#818181;
	transition: 0.3s ease;
}
.social-menu ul li a:hover span {
	color:#fff;
}
.social-menu ul li a:hover svg {
	fill:#fff;
}
.social-menu ul li span:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.social-menu ul li span:hover:after,
.social-menu ul li span:focus:after,
.social-menu ul li span:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
.social-menu svg {
	fill:#818181;
	width:18px;
	height:18px;
	position:relative;
	top:7px;
	margin-right:5px;
}
.social-menu ul li a,
.social-menu ul li a:visited {
	color:#818181;
	display:block;
	padding:0 40px 0 0;
	text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
	position:unset;
    top: auto;
	overflow:visible;
	line-height: 1;
}
.social-menu ul li a:after {
    position: unset; }

@media (max-width:1024px) {
	
	.social-menu ul li a {
		padding: 0;
		padding-right:10px;
	}
	.social-menu ul li {
		display:block;
		padding-top:5px;
		padding-bottom:5px;
	}
		.social-menu {
		top:70%;
	}
}
.menu-container {
	position:relative;
	font-size:0;
	width:100%;
	height:100%;
}


.home-hover {
position:relative;
	top:-50px;
-webkit-animation: slidedown forwards 1s; /* Safari 4+ */
  -moz-animation:   slidedown forwards 1s; /* Fx 5+ */
  -o-animation:     slidedown forwards 1s; /* Opera 12+ */
  animation:      slidedown forwards 1s; /* IE 10+, Fx 29+ */
}

.services-hover {
display:none;
	position:relative;
	top:-50px;
-webkit-animation: slidedown forwards 1s; /* Safari 4+ */
  -moz-animation:   slidedown forwards 1s; /* Fx 5+ */
  -o-animation:     slidedown forwards 1s; /* Opera 12+ */
  animation:      slidedown forwards 1s; /* IE 10+, Fx 29+ */
}
.product-hover {
display:none;
	position:relative;
	top:-50px;
-webkit-animation: slidedown forwards 1s; /* Safari 4+ */
  -moz-animation:   slidedown forwards 1s; /* Fx 5+ */
  -o-animation:     slidedown forwards 1s; /* Opera 12+ */
  animation:      slidedown forwards 1s; /* IE 10+, Fx 29+ */
}
.membership-hover {
display:none;
	position:relative;
	top:-50px;
-webkit-animation: slidedown forwards 1s; /* Safari 4+ */
  -moz-animation:   slidedown forwards 1s; /* Fx 5+ */
  -o-animation:     slidedown forwards 1s; /* Opera 12+ */
  animation:      slidedown forwards 1s; /* IE 10+, Fx 29+ */
}

@keyframes slidedown {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
		top:0px;
	}
	
  }
	.mobile-open ul {
		list-style:none;
		margin:0px;
		padding:0px;
	}

	.mobile-open li a:hover {
		border-bottom:0px;
	}
	.cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:1px;}
	.cls-2{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:1px;}
	

.menu-icons {
	max-width:20px;
	position:relative;
	top:5px;
}
.the-header .menu-hidden {
	font-size:0!important;
}
.full-screen {
	height:110vh;
	position:relative;
}

/*---BUTTONS---*/
.regular-button {
	display:table;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:12px;
}
.regular-button a {
	display:block;
	color:#fff;
	background:#111;
	text-align: center;
	padding:30px 100px;
}
.top-space {
	margin-top:60px;
}
/*--SIMPLE PAGE--*/
.simple-page {
	max-width:600px;
	margin:auto;
	padding-top:8vw;
	color:#818181;
}
.simple-page h1 {
	text-align: left;
    font-weight: 300;
    text-transform: unset;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: calc(20px + 0.6vw);
    margin-bottom: 40px;
}
.simple-page h2 {
font-size:12px;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#111;
	font-weight:400;
	margin:50px 0;	
}
@media (max-width:1024px) {
	.simple-page {
    max-width: 80vw;
    margin: auto;
    padding-top: 140px;
    color: #818181;
}
}
/*---FOOTER---*/

	.site {
	margin-bottom:700px;
		background:#fbfbfb;
		overflow-x:hidden;
		position:relative;
		z-index:2;
	}

.site-footer {
	background:#111;
	color:#fff;
	font-size:0;
	position: fixed;
	bottom: 0;
	z-index: 1;
	height:700px;
	width:100%;
}
.footer-bottom a,
.footer-column a{
	  display: inline;
  position: relative;
  overflow: hidden;
}
.footer-bottom a:after,
.footer-column a:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.footer-bottom a:hover,
.footer-column a:hover {
	color:#fff;
}
.footer-bottom a:hover:after,
.footer-column a:hover:after,
.footer-bottom a:focus:after,
.footer-column a:focus:after,
.footer-bottom a:active:after,
.footer-column a:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
.footer-container {
	max-width:1200px;
	margin:auto;
	font-size:0;
	padding:0 40px;
	text-align:center;
}
.footer-column:nth-of-type(2) {
		max-width:250px;
	} 
	.footer-column:nth-of-type(3), 
	.footer-column:nth-of-type(4) {
		max-width:250px;
	}
.highlight {
	color:#fff;
	border-bottom:1px solid #fff;
	margin-bottom:2px;
}
.highlight .hours-right,
.highlight .hours-left {
	color:#fff;
}
.footer-top {
	width:600px;
	padding:120px 0;
	margin:auto;
	font-size:0;
}
.linkedin-socials a {
	display:unset;
	overflow:unset;
	position:unset;
}
.linkedin-socials {
	display:inline-block;
	width:300px;
	vertical-align:top;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:3px;
}
.linkedin-socials a:nth-of-type(1) {
	margin-right:40px;
}

.linkedin-socials span {
  display: inline;
  position: relative;
  overflow: hidden;
	color:#818181;
	transition: 0.3s ease;
}
.linkedin-socials a:hover span {
	color:#fff;
}
.linkedin-socials a:hover svg,
.footer-socials a:hover svg {
	fill:#fff;
}
.linkedin-socials span:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.linkedin-socials span:hover:after,
.linkedin-socials span:focus:after,
.linkedin-socials span:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
.linkedin-socials svg,
.footer-socials svg {
	fill:#818181;
	width:18px;
	height:18px;
	position:relative;
	top:7px;
	margin-right:5px;
}
.footer-socials svg {
	margin-right:40px;
}
.footer-socials {
	display:inline-block;
	width:300px;
	vertical-align:top;
	text-align:center;
}

.footer-column {
	display:inline-block;
	width:299px;
	vertical-align:top;
	text-align:left;
	font-size:14px;
		line-height:26px;
	color:#fff;
}
.footer-column ul {
	list-style:none;
	margin:0;
	padding:0;
}
.footer-column a {
	color:#fff;
}
.hours-left {
	display:inline-block;
	width:100px;
	vertical-align:top;
	color:#818181;
}
.hours-right {
	display:inline-block;
	vertical-align:top;
	color:#818181;
}
.hours span {
	display:table;
}
.fc-title {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#818181;
	margin:10px 0;
}
.fc-title.lower {
	margin-top:40px;
}
.footer-bottom {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#818181;
	text-align:center;
	padding:100px 0;
}
.footer-bottom a {
		color:#818181;
}
@media (max-width:1280px) {
	.footer-container {
		max-width:1050px;
	}
	.footer-column:nth-of-type(2) {
		max-width:230px;
	} 
	.footer-column:nth-of-type(3), 
	.footer-column:nth-of-type(4) {
		max-width:220px;
	}
}
@media (max-width:1024px) {
	.site {
		margin-bottom:0;
	}
	.site-footer {
		height:auto;
		position:relative;
		z-index:1;
	}
	.footer-top {
	width:100%;
	padding:40px 0;
	margin:auto;
	font-size:0;
		text-align:center;
}
	.footer-socials {
	display:block;
	width:100%;
	vertical-align:top;
	text-align:center;
		margin-top:30px;
}
	
	.hours {
		margin-bottom:30px;
	}
	.footer-column a {
		display:block;
		padding:2px 0;
	}
.footer-column {
	display:block;
	width:100%;
	vertical-align:top;
	text-align:left;
	font-size:12px;
		line-height:20px;
	color:#fff;
}
	.linkedin-socials {
	display:block;
	width:100%;
	vertical-align:top;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:3px;
}
	.footer-bottom {
		padding:50px 0;
	}
}

/*---HOME----*/

.barber-intro {
width:100%;
height:50vw;
position:relative;
background:#fbfbfb;
padding:15vw 0;
}
.intro-heading {
	position:absolute;
	left:27.5vw;
	width:32vw;
}
.intro-description {
	position:absolute;
	left:50vw;
	width:19vw;
	padding-top:10vw;
	font-size:calc(12px + 0.3vw);
}
@media (max-width:1280px) {
	.intro-description {
		width:25vw;
	}
}
@media (max-width:767px) {
	.intro-heading {
		width:50vw;
		left:15vw;
	}
	.barber-intro {
		height:620px;
		padding:100px 0;
	}
	.intro-description {
		width:50vw;
		left:40vw;
		padding-top:150px;
	}
}

/*---THREE FLOATING IMAGES---*/
.three-floating-images {
	position:relative;
	width:100%;
	padding:10vw;
	padding-bottom:20vw;
	background:#fbfbfb;
}
.first-floating-image {
	width:15.5vw;
	position:absolute;
	left:11.5vw;
	top:0;
}
.second-floating-image {
	width:15.5vw;
	position:absolute;
	left:49.5vw;
	top:8vw;
}
.third-floating-image {
	width:15.5vw;
	position:absolute;
	left:72.5vw;
	top:5.5vw;
}
.image-texts {
	position:relative;
	top:0;
	left:-20px;
	text-transform: uppercase;
	font-size:10px;
	letter-spacing:3px;
	color:#111;
}
.first-floating-image .image-texts,
.third-floating-image .image-texts {
	margin-top:40px;
}
.second-floating-image .image-texts {
	margin-bottom:40px;
}

@media screen and (max-width: 1024px) {
	.three-floating-images {
		height:550px;
	}
.first-floating-image {
    width: 40vw;
    left: 5vw;
    top: 70px;
}
.second-floating-image {
    width: 40vw;
    left: 20vw;
    top: 250px;
}
.third-floating-image {
    width: 40vw;
    left: 55vw;
    top: 50px;
}
	.subscription-header .second-floating-image {

    top: 460px;
}
.subscription-header .third-floating-image {

    top: 150px;
}
	.image-texts {
	left:0px;
}
.first-floating-image .image-texts,
.third-floating-image .image-texts {
	margin-top:20px;
}
.second-floating-image .image-texts {
	margin-bottom:20px;
}

}

/*---MEMBERSHIP CTA HOMEPAGE---*/

.membership-home {
	width:100%;
	position:relative;
	padding:20vw 0 0 0;
}
.member-info {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:35vw;
	text-align:center;
}
@media (max-width:1280px) {
	.membership-home {
	padding:30vw 0 0 0;
}
.member-info {
	top:45vw;
}
	.package-button {
		display:none;
	}
}

.member-info h2 {
	text-align: center;
}
.sliding-membership {
	width:100vw;
	overflow-x:hidden;
}
.sliding-membership h2 {
	color:#fff;
	font-size:25vw;
	font-weight:900;
	font-family:'Roboto',sans-serif;
	text-transform: uppercase;
}
.left-block-image {
	display:inline-block;
	width:50vw;
	vertical-align: middle;
	margin-top:-10vw;
}
.right-block-content {
	display:inline-block;
	width:25vw;
	vertical-align: middle;
	padding-left:7vw;
	margin-top:-10vw;
	font-size:calc(12px + 0.3vw);
}
@media (max-width:1280px) {
	.right-block-content {
		width:30vw;
	}
}
.package-button {
	position:absolute;
	left:73vw;
	top:36.5vw;
}
@media (max-width:767px) {
		.membership-home {
	padding:300px 0 0 0;
}
.member-info {
	top:350px;
	width:80vw;
}
	.package-button {
		left: 57vw;
    top: 550px;
	}
	.left-block-image {
    display: block;
    width: 90vw;
    margin-left: 10vw;
    margin-top: 50px;
}
.right-block-content {
	display:block;
	width:90vw;
	padding-left:15vw;
	margin-top:50px;
}
}

/*---TESTIMONIALS---*/

.testimonials {
	position:relative;
height:500px;
	background:#fbfbfb;
	margin: 15vw 0 5vw 0;
}
@media (max-width:1280px) {
	.testimonials {
		height:400px;
	}
}
.testimonial-image {
    position: absolute;
    left: 11.5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 15.5vw;
    height: 80%;
}
.testimonial-content {
	position:absolute;
	left:34.5vw;
	width:61vw;
	height:100%;
	background:#fff;
}

@media (max-width:767px) {
	.testimonials {
	position:relative;
height:500px;
	background:#fbfbfb;
	margin: 15vw 0 5vw 0;
}
	.testimonial-image {
  display:none;
}
.testimonial-content {
	position:absolute;
	left:5vw;
	width:90vw;
	height:100%;
	background:#fff;
}
}
/*---REVIEWS---*/
.google-business-reviews-rating .heading,
.google-business-reviews-rating .vicinity {
	display:none;
}
.google-business-reviews-rating {
    max-width: 44vw;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.google-business-reviews-rating .text {
	margin:20px 0;
	  font-size: calc(12px + 0.3vw);
    color: #505050;
} 

.google-business-reviews-rating .rating {
	text-align:center;
} 
.google-business-reviews-rating .listing {
	list-style:none;
	margin:0;
	padding:0;
} 
.google-business-reviews-rating .rating-5 {
	padding:80px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:40px;
	text-align:left;
} 
.google-business-reviews-rating .listing .author-name, .google-business-reviews-rating .listing .author-name a {
	padding:10px 0px;
	 font-size: calc(12px + 0.3vw);
	color:#505050;
}
.google-business-reviews-rating .rating-5 img {
	    width: 40px;
    height: 40px;
    vertical-align: middle;
	filter:grayscale(1);
}
p.attribution {
	text-align:center;
}
@media (max-width:767px) {
	.google-business-reviews-rating {
    max-width: 80vw;
}
}
/*---SERVICES---*/
.services-header  {
	min-height:100vh;
	position:relative;
}
.service-video-heading {
	position:absolute;
	left:69vw;
	top:50%;
	z-index:2;
}
.services-header .scroll-down {
	bottom:-50px;
}
.service-video {
	position:absolute;
	left:12vw;
	width:61vw;
	height:70vh;
	top:11vw;
}
.service-video video {
	width:100%!important;
	height:100%!important;
}
.services-page {
position:relative;
	padding-top:10vw;
}
.left-half-split {
	font-size:0;
	position:relative;
	min-height:70vh;
}
.right-half-split {
		position:relative;
	min-height:70vh;
	top:5vw;
}
.left-split {
position:absolute;
	left:12vw;
width:38vw;
	height:70vh;
	min-height:700px;
font-size: calc(12px + 0.3vw);
}


.right-split {
	position: absolute;
    width: 45vw;
    left: 56vw;
    top: 7vw;
	height:70vh;
	min-height:700px;
	font-size: calc(12px + 0.3vw);
	}
.right-half-split .right-split {
	top:0;
	left:57vw;
}
.right-half-split .left-split {
	top:14vw;
	left:18vw;
}
.second-left-split {
	margin-top:40vw;
}


.left-split img, .right-split img {
	width: 30vw;
    height: 100%;
    object-fit: cover;
}

.service-list-left {
	display:inline-block;
	width:60%;
	vertical-align:top;
}
.service-list-right {
	display:inline-block;
	width:30%;
	vertical-align:top;
}
.service-list-left ul,
.service-list-right ul {
	list-style:none;
	margin-top:40px;
	margin-left:0;
}

.service-list-left ul li,
.service-list-right ul li {
	padding: 5px 0;
}
.middle-content {
	max-width:50vw;
	margin:auto;
	margin-top:10vw;
	text-align:center;
	font-size: calc(12px + 0.3vw);
}
.middle-content h2 {
	text-align:center!important;
}
.second-right-half-image {
	margin-top:5vw;
}
@media (max-width:1280px) {
	.left-split img, .right-split img {
    height: 90%;
}
}
@media (max-width:1024px) {
	.services-page {
		padding-top:150px;
	}
	.service-list-left {
		width:60%;
	}
	.middle-content {
	margin-top:0vw;
		margin-bottom:5vw;
}
	.service-video {
    position: absolute;
    left: 0;
    width: 85vw;
    height: 90vh;
    top: 70px;
}
	.service-video-heading {
    left: 55vw;
    top: 50%;
    z-index: 2;
}
	.left-split {
    position: absolute;
    left: 5vw;
    width: 30vw;
    height: 200px;
    min-height: 200px;
    font-size: calc(12px + 0.3vw);
}
	.right-split {
    position: absolute;
    width: 55vw;
    left: 40vw;
    top: 0vw;
    height: 70vh;
    min-height: 700px;
    font-size: calc(12px + 0.3vw);
}
	.service-list-left {
	display:inline-block;
	width:70%;
	vertical-align:top;
}
.service-list-right {
	display:inline-block;
	width:20%;
	vertical-align:top;
}
	.service-list-left ul,
.service-list-right ul {
	padding-left:0;
}
.right-half-split .right-split {
    top: 0;
    left: 65vw;
    height: 200px;
    min-height: 200px;
}
.right-half-split .left-split {
	top:14vw;
	left:10vw;
	width:55vw;
}
.second-left-split {
	margin-top:30vw;
}
.right-half-split {
		position:relative;
	top:10vw;
}
	.second-right-half-image {
		margin-top:150px;
	}
	}

	
/*---CONTACT---*/
.contact-photo {
	position:relative;
	padding-top:10vw;
	width:100%;
	height:100vh;
	overflow:hidden;
}
.contact-page .video-heading {
	z-index:9;
}
.contact-photo img {
	width:81vw;
	position:absolute;
	left:0px;
	height:100%;
	object-fit:cover;
}

.contact-narrow {
	max-width:1200px;
	margin:auto;
	margin-top:150px;
}
.contact-narrow .fc-title {
	margin-bottom:40px;
}
.contact-info {
	position:relative;
	padding:5vw 0;
}
.contact-address {
	width:40%;
	display:inline-block;
	vertical-align:top;
	font-family:'Roboto',sans-serif;
	text-align:left;
	color:#111;
	margin:0;
	font-weight:300;
	 font-size:calc(20px + 0.6vw);
	 line-height:1.4;
	 padding:40px;
	 margin-left:7vw;
}
.contact-phone {
	width:30%;
	display:inline-block;
	vertical-align:top;
	margin-left:6vw;
	padding:50px 0;
}
.contact-left {
	width:42%;
	display:inline-block;
	vertical-align:top;
	padding:40px;
}
.contact-map {
	height:400px;
}
.contact-map iframe {
	width:100%;
	height:100%;
}
.contact-right {
	width:49%;
	display:inline-block;
	vertical-align:top;
	padding:40px;
	margin-left:3.5vw;
}

@media (max-width:1024px) {
	.contact-photo {
		padding-top:70px;
	}
	.contact-photo img {
	width:85vw;
}
	.contact-narrow {
		margin-top:100px;
	}
	.contact-address {
    width: 80vw;
    display: block;
		padding:0;
    margin-left: 10vw;
}
	.contact-phone {
    width: 80%;
    display: block;
    vertical-align: top;
    margin-left: 20vw;
    padding: 30px 0;
}
	.contact-left {
    width: 80%;
    display: block;
    vertical-align: top;
    padding: 0px;
    margin-left: 10vw;
}
	.contact-right {
    width: 80%;
    display: block;
    vertical-align: top;
    padding: 0px;
    margin-left: 10vw;
    margin-top: 100px;
}

}

/*---BLACK BUTTON---*/
.black-button {
margin-top:4vw;
}
.black-button a {
background:#000;
	color:#fff;
		display:table;
	padding:20px 60px;
	font-weight:300;
	transition:0.5s ease-in-out;
		border:1px solid #000;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:10px;

}
.black-button a:hover {
background:#fff;
	color:#000;
	text-decoration:none;
	border:1px solid #000;
}
@media (max-width:767px) {
	.black-button a {
		padding:20px 30px;
	}
}
.button-outline {
	padding:20px 40px;
	border:1px solid #111;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:3px;
	margin-top:40px;
	display:table;
}

select {
	font-family:'Roboto',sans-serif;
	border:1px solid #e5e5e5;
	border-radius:0px;
	height:50px;
	width:70%;
	background:#fcfcfc;
}

input[type=number] {
	border:1px solid #e5e5e5;
	border-radius:0px;
	padding:20px;
	color:#000;
	font-family:'Roboto',sans-serif;
	width:100%;
	font-size:14px;
	font-weight:300;
		font-size:10px;
	text-transform:uppercase;
	color:#818181;
}
input[type=text] {
	border:1px solid #e5e5e5;
	border-radius:0px;
	padding:10px;
	color:#000;
	font-family:'Roboto',sans-serif;
	width:100%;
		font-size:12px;
	text-transform:uppercase;
	color:#818181;
}
input[type=password] {
	border:1px solid #e5e5e5;
	border-radius:0px;
	padding:10px;
	color:#000;
	font-family:'Roboto',sans-serif;
	width:100%;
		font-size:12px;
	text-transform:uppercase;
	color:#818181;
}
.woocommerce input[type=password],
.woocommerce input[type=text],
.woocommerce input[type=email] {
	text-transform:none;
}
#rememberme {
	margin-top:30px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
	display:block;
}
button[type=submit],
input[type=submit] {
	background:#111;
	border:1px solid #111;
	color:#fff;
	font-family:'Roboto',sans-serif;
	border-radius:0px;
	width:100%;
	padding:20px;
	text-transform: uppercase;
	font-size:10px;
	text-align:center;
	cursor:pointer;
	margin-top:30px;
	width: 300px;
    height: 50px;
    letter-spacing: 2px;
	transition:0.5s ease-in-out;
}

button[type=submit]:hover {
	letter-spacing:5px;
}
input[type=tel] {
	border:1px solid #e5e5e5;
	border-radius:0px;
	padding:10px;
	color:#000;
	font-family:'Roboto',sans-serif;
	width:100%;
		font-size:12px;
	text-transform:uppercase;
	color:#818181;
}
input[type=email] {
	border:1px solid #e5e5e5;
	border-radius:0px;
	padding:10px;
	color:#000;
	font-family:'Roboto',sans-serif;
	width:100%;
		font-size:12px;
	text-transform:uppercase;
	color:#818181;
}
textarea {
	border:1px solid #e5e5e5;
	border-radius:0px;
	padding:10px;
	color:#000;
	font-family:'Roboto',sans-serif;
	width:100%;
	font-size:12px;
	text-transform:uppercase;
	color:#818181;
}
/*---Newsletter---*/
.newsletter {
	max-width:1200px;
	margin:auto;
	padding:200px 0 220px 0;
	text-align:center;
}
@media (max-width:1280px) {
	.newsletter {
		padding:140px 0 170px 0;
	}
}
.newsletter h3 {
	text-align:center;
	font-weight:300;
	text-transform:unset;
	letter-spacing:0;
	line-height:1.4;
	font-size: calc(20px + 0.6vw);
	margin-bottom:40px;
}

#mc_embed_signup {
	max-width:610px;
	margin:auto;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 100%!important;
    padding-bottom: 0!important;
    min-height: 50px;
}
#mc_embed_signup form {
	padding:0!Important;
	margin-left:0!important;
}
#mc_embed_signup input[type=email],
#mc_embed_signup input[type=text]
{
	border-radius:0px;
	border:0px;
	padding:10px!important;
	letter-spacing:2px;
	color:#111;
	width:560px;
	text-align:left;
	background:#fff;
	font-size:10px;
	height:60px;
	text-transform:uppercase;
	border:1px solid #e5e5e5!important;
}
@media (max-width:1024px) {
	#mc_embed_signup input[type=email],
#mc_embed_signup input[type=text]
{
	width:70vw!important;
}
	.newsletter {
	padding:50px 0 100px 0;
	text-align:center;
}
	#mc_embed_signup .mc-field-group {
  
		text-align:center;
}
}
.newsletter ::placeholder {
	color:#111;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}
#mc_embed_signup input[type=submit] {
	border:1px solid #e5e5e5;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
		margin:auto;
	margin-top:0px;
	border-radius:0;
	background:#fff;
	color:#111;
	height:60px;
	width:60px;
	padding:10px;
}
.email-inline {
	display:inline-block;
	width:540px;
	vertical-align:top;
}
.email-submit-inline {
	display:inline-block;
	width:60px;
	vertical-align:top;
}
#mc_embed_signup input[type=submit]:hover {
	color:#fff;
	background:#111;
	border:1px solid #111;
}
@media (max-width:1024px) {
	.email-inline {
	display:inline-block;
	width:unset;
	vertical-align:top;
}
}
/*---BG VIDEO---*/
.videobg {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
	padding-top:10vw;

}

.video-heading {
	position:absolute;
	top:55%;
	left:73.5vw;
	transform:translateY(-50%);
	z-index:999;
}

.video-scroller {
	position:absolute;
	height:100vh;

}
video {
	width:80vw!important;
	height:100vh!important;
	object-fit:cover;
	  cursor: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.26 46.26' width='60px' height='60px'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EPlay Cursor Smaller%3C/title%3E%3Ccircle class='cls-1' cx='23.13' cy='23.13' r='23.13'/%3E%3Cpath class='cls-2' d='M14.92,25.49v2.16h-.45v-5.3h1.81a1.9,1.9,0,0,1,1.3.42,1.67,1.67,0,0,1,0,2.32,2,2,0,0,1-1.33.4Zm0-.38h1.36a1.42,1.42,0,0,0,1-.31,1.08,1.08,0,0,0,.34-.86,1.15,1.15,0,0,0-.34-.88,1.36,1.36,0,0,0-1-.33H14.92Z' transform='translate(-1.87 -1.87)'/%3E%3Cpath class='cls-2' d='M21,27.27h2.62v.38H20.55v-5.3H21Z' transform='translate(-1.87 -1.87)'/%3E%3Cpath class='cls-2' d='M28.9,26.16H26.49l-.55,1.49h-.46l2-5.3h.43l2,5.3h-.47Zm-2.27-.38h2.12L27.69,22.9Z' transform='translate(-1.87 -1.87)'/%3E%3Cpath class='cls-2' d='M33.39,25.24,35,22.35h.52l-1.92,3.3v2h-.45v-2l-1.91-3.3h.54Z' transform='translate(-1.87 -1.87)'/%3E%3C/svg%3E"), pointer;
}

.scroll-down {
	position:absolute;
	bottom:50px;
	width:50px;
	height:200px;
	right:9vw;
}

.arrow-down {
	position:relative;
	top:0;
	left:50%;
	z-index:999;
	transform:rotate(90deg);
	transform-origin:left;
}
.arrow-down:before {
	content:'Scroll';
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:3px;
	display:block;
	font-weight:400;
	margin-left:-15px;
	color:#111;
}
@media (max-width:767px) {
	.videobg {
		padding-top:70px;
	}
	video {
		width:85vw!important;
	}
	.video-heading {
		top:50%;
		left:50vw;
	}
	.scroll-down {
		display:none;
	}

}
.line-down {
	position:relative;
	height:150px;
	left:25px;
	bottom:-50px;
	width:1px;
	background:#111;
}


/*---BlACK BUTTON---*/
.black-button-single {
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
.black-button-single a {
background:#000;
	color:#fff;
	padding:20px 60px;
		font-weight:300;
	transition:0.5s ease-in-out;
}
.black-button-single a:hover {
background:#fff;
	color:#000;
	text-decoration:none;
	border:1px solid #000;
}
/*---PRODUCTS CAT PAGE---*/


.product-header-block {
	padding-top:8vw;
	position:relative;
	min-height:90vh;
}
.right-product-image {
	position:absolute;
	left:34vw;
	width:54vw;
	top:9vw;
}
.right-product-image img {
	width:100%;
	height:70vh;
	object-fit:cover;
}
.white-block {
	width:53vw;
	background:#fff;
	height:80vh;
	position:absolute;
	top:15vw;
	left:37vw;
}
.product-header-title {
	position:absolute;
	left:12vw;
	z-index:999;
	top:26vw;
	transform:rotate(-90deg);
}
.product-scroll-down {
	position:absolute;
	bottom:-150px;
	width:50px;
	height:200px;
	right:unset;
	left:14vw;
}

.left-product-category {
	width:77vw;
	margin:auto;
	margin-top:5vw;
}
.left-product-image {
	display:inline-block;
	width:28vw;
	vertical-align: middle;
}
.left-product-image img {
	width:28vw;
	height:auto;
}
.left-product-cat-name {
	display:inline-block;
	vertical-align: middle;
	margin-left:17.5vw;
	width:14vw;
}

.right-product-category {
	width:77vw;
	margin:auto;
	margin-top:5vw;
}
.right-product-cat-image {
	display:inline-block;
	width:28vw;
	vertical-align: middle;
	margin-left:17vw;
}
.right-product-cat-name {
	display:inline-block;
	vertical-align: middle;
	margin-left:17.5vw;
	width:14vw;
}

.cat-name-inner .category-title {
	margin-left:-40px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:400;
	letter-spacing:2px;
}
.cat-name-inner h3 {
	text-align:left;
}
@media (max-width:1024px) {
	.left-product-category {
	width:80vw;
	margin:auto;
	margin-top:50px;
}
	.right-product-category {
	width:80vw;
	margin:auto;
	margin-top:50px;
}
	.left-product-cat-name {
	width:30vw;
}
	.right-product-cat-name {
	width:30vw;
		margin-left:10vw;
}
	.right-product-cat-image {
	margin-left:11vw;
}
}
/*---LATEST BLOCK---*/

.scrolling-latest {
	width:100vw;
	text-align:center;
}
.latest-products .black-button {
	margin-top:7vw;
}
.latest-products .black-button a {
	margin:auto;
}
.scrolling-latest h2 {
	color:#fff;
	font-size:25vw;
	font-weight:900;
	font-family:'Roboto',sans-serif;
	text-transform: uppercase;
	text-align:center;
}
.latest-product-list {
	max-width:61vw;
	margin:auto;
margin-top:-20vw;
}
.latest-product-each {
	display:inline-block;
	width:25%;
	margin-right:12%;
	vertical-align: top;
	text-align:center;
}
.latest-product-each h3 {
	font-size:calc(12px + 0.3vw);
}
.latest-product-each:nth-of-type(3) {
	margin-right:0;
}
.latest-products {
	padding:10vw 0 7vw 0;
}
.view-all-button {
	padding-top:10vw;
	text-align:center;
}
@media (max-width:1024px) {
	.right-product-image {
    position: absolute;
    left: 24vw;
    width: 84vw;
    top: 56%;
    transform: translateY(-50%);
}
	.product-header-title {
    position: absolute;
    left: -6vw;
    z-index: 999;
    top: 120vw;
    transform: rotate(-90deg);
    transform-origin: bottom;
    height: 50px;
    width: 200px;
}
	.latest-product-each {
    display: inline-block;
    width: 25%;
    margin-right: 10%;
    vertical-align: top;
    text-align: center;
}
	.latest-product-list {
		max-width:80vw;
	}
	.latest-product-each h3 {
	font-size:calc(12px + 0.4vw);
}
	.latest-products .black-button {
    margin-top: 100px;
    margin-bottom: 100px;
}
	.latest-products {
	padding:100px 0 7vw 0;
}

}
/*---WOOCOMMERCE---*/

.products-page {
	padding-top:6vw;
	background:#fff;
	position:relative;
}
.narrow-central {
	margin:auto;
	max-width:410px;
	margin-top:5vw;
	margin-bottom: 5vw;
}
.flex-viewport {
	overflow: unset!important;
     position: unset; 
    height: unset;
}
.woocommerce-product-gallery__wrapper {
width:auto!important;
}
.woocommerce .narrow-central {
	margin-top: 100vh;
}
.columns-3 {
	max-width:61vw;
	margin:auto;
}
ul.products li.product {
    width: 25%!important;
    float: left;
    margin-right: 12%!important;
	text-align:center;
}
ul.products li.product:nth-of-type(3n) {
    margin-right: 0%!important;
}

@media screen and (max-width: 1024px) {
.narrow-central {
    max-width: 70vw;
    margin: auto;
	margin-bottom:10vw;
}
}
.side-title {
transform:rotate(-90deg);
transform-origin: top left;
position:absolute;
top:60%;
	left:1%;
}
.woocommerce .content-area {
	padding-top:8vw;
	max-width:95vw;
	margin:auto;
}
.product-header {
text-align: right;
    position: absolute;
    height: 90vh;
    right: 0;
    width: 100%;
    padding-left: 5vw;
}
.product-header img {
	width: 47vw;
    object-fit: cover;
    height: 100%;
}
@media (max-width: 1024px) {
	.product-header {
text-align: right;
    position: absolute;
    height: 90vh;
    right: 0;
    width: 100%;
    padding-left: 10vw;
}
.product-header img {
	width: 100%;
    object-fit: cover;
    height: 45vh;
}
}

@media (max-width:1024px) {
	.columns-3 ul.products li.product {
    width: 47%;
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
    text-align: center;
}
	.products-page {
		padding-top:15vw;
	}
}

section.related {
		max-width:61vw;
	margin-left:auto;
	margin-right:auto;
}

nav.woocommerce-pagination {
	margin-left:auto;
	margin-right:auto;
	max-width:20vw;
	text-align:center;
	margin-top: 100px;
	margin-bottom:20px;
}
nav.woocommerce-pagination ul {
	list-style:none;
	margin:0;
	padding:0;
}
nav.woocommerce-pagination ul li {
	display:inline-block;
	margin:0px 10px;
}
a.page-numbers {
	padding:15px 20px;
	border:1px solid #111;
}
span.page-numbers.current {
	background:#111;
	color:#fff;
	border:1px solid #111;
	padding:15px 20px;
	font-weight:400;
}

li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display:none;
}
.woocommerce-result-count {
	color:#818181;
	text-align:right;
}
.woocommerce-ordering {
display:none;
}
span.woocommerce-Price-amount.amount {
    border-top: 0px;
}
.woocommerce-products-header {
	font-size: 12px;
	margin:auto;
margin-top:-10vw;
margin-bottom:10vw;
	width: 33vw;
	position:sticky;
	top:3.5vw;
	z-index:9;
}
.woocommerce-products-header select {
   width:100%;
}

.product-page-title {
    text-align: center;
    padding: 40px;
}

.products-title {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:20vw;
	text-align:center;
}
.sliding-products {
	width:100vw;
}
.sliding-products h2 {
	color:#fff;
	font-size:25vw;
	font-weight:900;
	font-family:'Roboto',sans-serif;
	text-transform: uppercase;
}
@media (max-width:1024px) {
	.sliding-products {
		padding-top:70px;
	}
	.products-title {
		padding-top:70px;
	}
	.woocommerce-products-header {
		width:80vw;
	}
	.columns-3 {
		max-width:80vw;
	}
	ul.products li.product {
    width: 30%!important;
    float: left;
		text-align:center;
    margin-right: 5%!important;
}
	section.related {
		max-width:80vw;
	}
}

/*----CART----*/
.woocommerce-cart .entry-content {
	max-width:72vw;
	margin:auto;
	padding-top:10vw;
}

.product-thumbnail {
	max-width:200px;
	width:30%;
	display:inline-block;
}
.product-thumbnail img {
	max-width:200px;
}
.product-info {
	display:inline-block;
	width:70%;
}
.product-info-left {
	display:inline-block;
		vertical-align:top;
	width:70%;

}
.product-info-right {
	display:inline-block;
		vertical-align:top;
width:25%;
}
.product-info-right .quantity {
	width:100%;
}
.widget_price_filter .ui-slider-horizontal {
    height: 1px!important;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background: #111111!important;
}
.widget_price_filter .ui-slider .ui-slider-handle {
     width: 10px!important;
    height: 10px!important;
    background: #111!important;
    margin-top: -4px!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #111!important;
    color: #fff;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc!important;;
   border-radius:0px!important;
}
.select2-container .select2-selection--single {
    height: 40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ccc;
    line-height: 36px!important;
}
.woocommerce-cart span.woocommerce-Price-amount.amount {
	border-top: 0;
    text-align: center;
    font-weight: 500;
}
.woocommerce-cart h2,
form.woocommerce-checkout h3 {
	text-align:left;
	font-weight:300;
	text-transform:unset;
	letter-spacing:0;
	line-height:1.4;
	font-size: calc(20px + 0.6vw);
	margin-bottom:40px;
}
.woocommerce-cart-form {
	display:inline-block;
	width:68%;
	vertical-align:top;
}
.woocommerce-cart input[type=number] {
    border: 1px solid #bbb;
    border-radius: 0;
    padding: 15px;
    color: #bbb;
    font-family: roboto,sans-serif;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.cart-collaterals {
	display:inline-block;
	width:30%;
	background:#fafafa;
	color:#111;
	vertical-align:top;
	padding:30px;
	font-size:16px;
}
@media (max-width:1500px) {
	.woocommerce-cart .entry-content {
	max-width:82vw;
	margin:auto;
	padding-top:10vw;
}
	
}

@media (max-width:1024px) {
	.woocommerce-cart .entry-content {
	max-width:80vw;
	padding-top:140px;
}
.woocommerce-cart h2,
form.woocommerce-checkout h3 {
	margin-bottom:20px;
}
.product-thumbnail {
	max-width:100px;
	width:30%;
	display:inline-block;
	vertical-align:top;
}
.product-thumbnail img {
	max-width:100px;
}
.product-info {
    display: inline-block;
    width: 68%;
    padding-left: 10px;
}
.product-info-left {
	display:block;
		vertical-align:top;
	width:100%;

}
.product-info-right {
	display:block;
		vertical-align:top;
width:100%;
}
.product-info-right .quantity {
	width:100%;
}
.woocommerce-cart span.woocommerce-Price-amount.amount {
	border-top: 0;
    text-align: center;
    font-weight: 500;
}

.woocommerce-cart-form {
	display:block;
	width:100%;
	vertical-align:top;
}
.woocommerce-cart input[type=number] {
    padding: 5px;
	width:50px;
}
.cart-collaterals {
	display:block;
	width:100%;
	background:#fafafa;
	color:#111;
	vertical-align:top;
	padding:0px;
	margin-top:50px;
	font-size:14px;
}
}
.woocommerce-noreviews, p.no-comments, .woocommerce-info {
    background-color: #fff!important;
	border:1px solid #ccc;
	 padding: 20px;
    width: 100%;
    color: #111;
margin:10px 0;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
}
.woocommerce-checkout .woocommerce a {
	color:#111;
	display:inline;
	position:relative;
	overflow:hidden;
}
.woocommerce-checkout .woocommerce a:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #111;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.woocommerce-checkout .woocommerce a:hover {
	color:#111;
}
.woocommerce-checkout .woocommerce a:hover:after,
.woocommerce-checkout .woocommerce a:focus:after,
.woocommerce-checkout .woocommerce a:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
.woocommerce-checkout-payment ul {
	list-style:none;
	margin:0;
	padding:0;
}
.woocommerce-checkout-payment ul li {
margin-bottom:20px;
	background:#fff;
	padding:20px;
}
.woocommerce-checkout-payment label {
	display:inline!important;
}

.shop_table.shop_table_responsive {
	padding-top:30px;
}
table.shop_table_responsive tr th, table.shop_table_responsive tr td {
	vertical-align:top;
}
.woocommerce-page table.shop_table_responsive tbody .recurring-totals th {
	padding-top:15px;
}
.woocommerce-shipping-methods {
	margin:0;
	padding:0;
	list-style:none;
}
tr.recurring-totals {
	height:60px;
}
a.remove,
.button.wc-backward {
	font-size:12px;
	font-weight:400;
	color:#bbb;
	border-bottom:1px solid #bbb;
	padding-bottom:4px;
}
.cart_item {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}

.variation-PaymentFrequency {
	font-weight:500;
	color:#aaa;
	font-size:14px;
}
.wc-proceed-to-checkout {
	
}
a.checkout-button.button.alt.wc-forward {
	background:#000;
	color:#fff;
		display:table;
	padding:20px 60px;
	font-weight:300;
	transition:0.5s ease-in-out;
		border:1px solid #000;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:10px;
}
a.checkout-button.button.alt.wc-forward:hover {
	background:#fff;
	color:#111;
	border:1px solid #111;
}
.woocommerce-cart-form button[type=submit] {
    background: none;
    border: 0px;
    color: #111;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
    margin-top: 30px;
	display:unset;
	width:auto;
	padding-bottom:4px;
    max-width: 300px;
	border-bottom:1px solid #111;
    transition: .5s ease-in-out;
}
.coupon {
	padding-top:5vw;
}
.coupon button[type=submit] {
	border-bottom:0px;
}
/*---CHECKOUT---*/
.woocommerce-checkout .woocommerce {
	max-width:72vw;
	margin-left:auto;
	margin-right:auto;
	padding-top:8vw;
	box-shadow:unset!important;
font-size:16px;
}
.woocommerce-checkout .col2-set {
	display:inline-block;
	width:60%;
	margin-right:40px;
	vertical-align:top;
}

#payment {
	display:inline-block;
	width:60%;
	vertical-align:top;
}
.payment_method_paypal img {
	display:block;
}
.payment_method_stripe img {
	display:block;
}
.payment_method_stripe img:nth-of-type(2), 
.payment_method_stripe img:nth-of-type(3){
	display:inline;
}
#order_review_heading {
	display:inline;
}

.shop_table.woocommerce-checkout-review-order-table{
	display:inline-block;
	width:35%;
	vertical-align:top;
	color:#111;
	vertical-align:top;
	padding:20px;
	font-size:14px;
	position:sticky;
	top:10vw;
	border-collapse: collapse;
}
.shop_table.woocommerce-checkout-review-order-table .cart_item td{
	padding: 20px;
}
.shop_table.woocommerce-checkout-review-order-table tfoot {
	margin-top:20px;
}
.shop_table.woocommerce-checkout-review-order-table .tc-epo-metadata.variation {
	display:none;
}

.woocommerce-checkout label {
	display:block;
}
.payment_method_stripe img {
	max-width:50px;
	margin-right:10px;
}
@media (max-width:1024px) { 
	.woocommerce-checkout .col2-set {
	display:block;
	width:100%;
	margin-right:0;
	vertical-align:top;
}
	#payment {
    display: block;
    width: 100%;
    vertical-align: top;
}
	
	.shop_table.woocommerce-checkout-review-order-table{
	display:block;
	width:100%;
	position:relative;
	top:0;
}
	.woocommerce-checkout .woocommerce {
	padding-top:70px;
		max-width:80vw;
}
}
.grid-col-checkout .cart_totals div {
	border-top:1px solid #ccc;
}
fieldset {
	border:1px solid #ccc;
}
.cross-sells h2, .grid-col-checkout .cart_totals h2, .grid-col-checkout .woocommerce-billing-fields h3, .grid-col-checkout .woocommerce-shipping-fields h3, #order_review_heading, .woocommerce-additional-fields h3, .woocommerce-Address-title h3, .grid-col-checkout h3 {
	background:none;
	border-left:0;
	padding-left:0;
	font-weight:400;
	color:#111;
}

.woocommerce-additional-fields {
	display:none;
}

.order-review .subtitle {
display:none;
}
th {
	text-transform:uppercase;
	font-weight:400!important;
	text-align:left;
	font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #818181;
	padding:10px 0;
}
td {
	vertical-align:top;
}

.grid-col-checkout .cart_totals div {
	border:0px;
}
.woocommerce-message {
    padding: 10px;
    font-weight: 400;
    color: #fff;
	margin:auto;
    margin-bottom: 50px;
	background-color:#111!important;
}
@media (max-width:1024px) {
	.woocommerce-message {
    margin-bottom: 20px;
    margin-top: 70px;
}
	.woocommerce-message a {
		color:#fff;
	}
}
.expresss-one-page-payment .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
background:#000;
	color:#fff;
		display:table;
	padding:20px 60px;
	font-weight:300;
	transition:0.5s ease-in-out;
		border:1px solid #000;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:10px;
}
.woocommerce-privacy-policy-text {
	font-size:14px;
}
.validate-required {
	font-size:14px;
}
.woocommerce-billing-fields .subtitle {
	display:none;
}
#billing_state_field label {
visibility:hidden;
	position:relative;
}
#billing_state_field label:after {
content:'State';
	visibility:visible;
	position:absolute;
	left:0;
}
#billing_city_field label {
	visibility:hidden;
	position:relative;
}
#billing_city_field label:after {
content:'Suburb';
	visibility:visible;
	position:absolute;
	left:0;
}
#billing_company_field {
	display:none;
}
.required {
	display:none;
}
::placeholder {
	color:#111;
	text-align:left;
	font-weight:300;
	font-size:16px;
}
.grid-col-2.grid-col-checkout {
    background-image: none;
	background:#fff;
    padding:20px;
}
.grid-col-1.grid-col-checkout {
	background:#f7f7f7;
	padding:20px;
}
.grid-col-3.grid-col-checkout {
	background:#f7f7f7;
	padding:20px;
}
#express-one-page-order-payment ul.wc_payment_methods.payment_methods.methods {
    padding:0;
}

.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=email],
.woocommerce-checkout textarea {
	border:1px solid #ccc;
	text-align:left;
}
/*---AFTER CHECKOUT SUBSCRIPTION---*/
.after-subscription {
	max-width:90vw;
	margin-left:auto;
	margin-right:auto;
	padding-top:5vw;
}

/*---CART---*/

/*---SIGNLE PROD PAGE--*/


.product-left {
	display:inline-block;
	width:30vw;
	position:relative;
	left:7vw;
	vertical-align:top;
}
.product-right {
	display:inline-block;
	width:40vw;
	vertical-align:top;
	position:sticky;
	top:7vw;
	left:42vw;
	background:#fff;
	padding:5vw;
}
.single-product div.product .woocommerce-product-gallery {
	padding-right:40px;
}
.single-product div.product {
	display:block!important;
}
.woocommerce-product-gallery img{
width:100%;
object-fit:cover;
}
.single-prod-price .fc-title,
.single-prod-price .price {
	display:inline-block;
	margin-right:10px;
}
.product_title.entry-title {
	margin-bottom:20px;
}
.woocommerce-tabs {
	display:none;
}
.relatedproducts {
	margin-top:150px;
	margin-bottom:50px;
}
.quantity {
	display:inline-block;
	width:20%;
}
.quantity input[type=number] {
	font-size:12px;
	color:#111;
}
.single_add_to_cart_button {
	display:inline-block;
	width:200px!important;
	padding:24px!important;
	margin-left:10px;
	height:auto!important;
	margin-top:40px!important;
}
.woocommerce-breadcrumb {
	display:none;
}
.custom-breadcrumb {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
	margin-bottom:40px;
}
.custom-breadcrumb a,
.custom-breadcrumb a:visited {
	color:#818181;
}
span.posted_in {
	display:none;
}
@media (max-width:1024px) {
	.custom-breadcrumb {
    padding-top: 70px;
}

	.product-right {
    display: block;
    width: 80vw;

    left: 10vw;
}
	.relatedproducts {
    margin-top: 100px;
    margin-bottom: 50px;
}
	.single_add_to_cart_button {
    width: 190px!important;
}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		display:none!important;
	}
	.single-product div.product .woocommerce-product-gallery {
	padding-right:0px;
}
	.woocommerce-product-gallery img {
    width: 80vw!important;
    max-width: 80vw!important;
    object-fit: cover;
}
}
/*---SUBSCRIPTION PAGE---*/


.variations_form {
	max-width:60vw;
	margin-left:auto;
	margin-right:auto;
	padding: 5vw 0 10vw 0;
}
.ppom-wrapper .form-check {
    margin-top: 2em;
}
.subscription-summary .quantity {
	display:none!important;
}
.subscription-summary button[type=submit] {
	max-width:100%;
}
.subscription-summary .single_add_to_cart_button {
width:100%!important;
}
.subscription-summary h1 {
	display:none;
}
.variations_form td.value {
	text-align:left;
	padding-left:10px;
}
.variations_form td.value select {
	background:#fff;
	font-weight:300;
	font-size: calc(14px + .4vw);
}
.variations_form .woocommerce-variation-price {
		font-size: calc(18px + 2vw);
	font-weight:400;
	padding:40px 0px;
}

a.reset_variations {
	margin-left:20px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:300;
}
.subscription-product-page .product_title {
	display:none;
}
.product_meta {
	display:none;
}
.subscription-summary p.price {
	display:none;
}
.subscription-summary .woocommerce-product-details__short-description {
	display:none;
}
#product-2088 {
	content:unset!important;
	display:unset!important;
	table-layout:unset!important;
}
.conditions-text {
	font-size:14px;
	line-height:16px;
}
.subscription-intro {
	margin-top:12vw;
	padding-bottom:5vw;
}
.subscription-title {
	display:inline-block;
	width:50%;
	padding-left:5vw;
	vertical-align:middle;
}
.subscription-details {
	display:inline-block;
	width:50%;
	vertical-align:middle;
	padding-left:5vw;
}
.small-detail-text {
	font-size:12px;
}
.subscription-summary {
	max-width: 60vw;
    margin: auto;
    margin-top: 10vw;
}

/*--- MANAGE SUBSCRIPTION PAGE---*/

#post-9176 {
	padding-top:10vw;
	max-width:1200px;
	margin:auto;
}
#post-9176 .wpfs-form-title {
	display:none;
}
#post-9176 .wpfs-form-description {
	color:#111;
	font-family:'Roboto',sans-serif!important;
}
#post-9176 .wpfs-btn-primary, #post-9176 button.wpfs-btn-primary[type=submit], #post-9176 .no-touch button.wpfs-btn-primary[type=submit] {
	position:relative!important;
	bottom:0px!important;
}
#post-9176 .wpfs-form-subtitle {
	color:#111;
	font-size:22px;
	font-weight:300;
	font-family:'Roboto',sans-serif!important;
}
#post-9176 .wpfs-credit-card-expires,  #post-9176 .wpfs-subscription-price, #post-9176 .wpfs-subscription-created {
	color:#111;
	font-family:'Roboto',sans-serif!important;
}
#post-9176 .wpfs-subscription-name, #post-9176 .wpfs-credit-card-name {
	color:#111;
	font-family:'Roboto',sans-serif!important;
	font-size:18px;
	font-weight:400;
}
#post-9176 .wpfs-subscription-status--active {
font-weight: bold;
    font-size: 18px;
    display: block;
    background: #18a348;
    width: 100%;
    padding: 10px 80px;
    margin: 20px 0;
    text-align: center;
	color:#fff!important;
}
#post-9176 .wpfs-subscription-status--trialing {
font-weight: bold;
    font-size: 18px;
    display: block;
    background: #18a348;
    width: 100%;
    padding: 10px 80px;
    margin: 20px 0;
    text-align: center;
	color:#fff!important;
}
#post-9176 .wpfs-subscription-status--unpaid {
font-weight: bold;
    font-size: 18px;
    display: block;
    background: orange;
    width: 100%;
    padding: 10px 80px;
    margin: 20px 0;
    text-align: center;
	color:#fff!important;	
}
.wpfs-credit-card:last-of-type {
    border-bottom: 1px solid #444!important;
}
.wpfs-credit-card {
    border-top: 1px solid #444!important;
}
.wpfs-subscription:last-of-type {
    border-bottom: 0px solid #444!important;
}
.wpfs-subscription {
    border-top: 0px solid #444!important;
}
.wpfs-subscriptions {
    margin-bottom: 52px;
    background: #fff;
    padding: 10vw;
    width: 100%;
}
@media (max-width:1024px) {
	.wpfs-subscriptions {
    width: 100vw;
    margin-left: -10vw;
}
}
.upgrade-plan {
	margin-bottom:80px;
	margin-top:50px;
}
#wpfs-anchor-update-card
{
	background: #111;
    border: 1px solid #111;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    border-radius: 0px;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    width: 300px;
    height: 50px;
    letter-spacing: 2px;
    transition: 0.5s ease-in-out;
}
#wpfs-button-cancel-subscription {
	display:none!important;
}
.wpfs-form-check-input[type="checkbox"] + .wpfs-form-check-label:before {
	display:none!important;
}
.wpfs-subscriptions .wpfs-form-check-label {
    padding: 16px 0 16px 0px!important;
}
.wpfs-form-actions {
    width: 300px;
    margin: auto;
}
.wpfs-subscription-data {
    padding-right: 0!important;
    width: 100%;
}
#wpfs-cancel-subscription-form .wpfs-form-check-input {
	display:none;
}
#wpfs-anchor-logout {
    display: block;
    text-align: left;
    margin-top: 10px;
}
/*--- PRICING TABLES---*/

.subscription-header {
	padding-top:5vw;
}
.sub-name {
	font-size:calc(12px + 0.2vw);
	color:#111;
}
.sub-member-info h1 {
	text-align:center;
	font-weight:300;
	text-transform:unset;
	letter-spacing:0;
	line-height:1.4;
	font-size: calc(20px + 0.6vw);
	margin-bottom:40px;
}
.sub-member-info {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20vw;
    text-align: center;
}
.subscription-floating {
	margin-top:-10vw;
}
.membership-landing img {
	width:100%;
	padding-right:5vw;
	height:100vh;
	padding-top:5vw;
	object-fit:cover;
}
.membership-prices h2 {
	text-align:center!important;
	margin-bottom:40px;
}
.membership-prices h3 {
	text-align:center!important;
	margin-bottom:40px;
	font-weight:500;
	font-family:'Roboto',sans-serif;
	font-size: calc(12px + 0.4vw);
	color:#111;
	margin:0;
}
.wide-membership {
	padding:15vw 0 0 0;
	width:100%;
	background:#fbfbfb;
}
#signup {
	padding-top:10vw;
}
.membership-prices {
	margin:auto;
	width:1200px;
	background:#fbfbfb;
	text-align:center;
	padding-top:100px;
}
.pricing-column {
	display:inline-block;
	vertical-align:top;
	width:32%;
	border:1px solid #fbfbfb;
	margin:5px;
	padding:40px;
	text-align:left;
	transition:0.3s ease-in-out;
	color:#505050;
}
.membership-prices a:hover {
	color:#111;
}
.pricing-column:hover {
	border:1px solid #111;
}
.pricing-column h2 {
	font-size:21px;
	text-align:left;
	margin-bottom:0;
}
.pricing-column .fc-title {
	margin-top:40px;
}
.pricing-column ul {
	list-style:none;
	margin:0;
	margin-top:40px;
	padding:0;
}

ul.ticks li:before {
  content: '✓';
	margin-right:10px;
}
.member-price {
	margin:40px 0;
	font-weight:600;
	font-size:calc(12px + 0.4vw);
		font-weight:400;
	font-family:'Roboto',sans-serif;
	color:#111;
	text-align:center;
}
.add-price {
	margin:20px 0;
	font-weight:600;
	font-size:calc(12px + 0.4vw);
}
.feature-price {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
}
@media (max-width:1024px) {
	.subscription-floating {
		margin-top:0;
	}
	.sub-name {
	font-size:calc(12px + 0.3vw);
	color:#111;
}
	.subscription-header {
    padding-top: 140px;
}
	.sub-member-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 170px;
    text-align: center;
    width: 80%;
}
	.wide-membership {
		padding: 200px 0 0 0;
	}
	.pricing-column {
    display: block;
    width: 80vw;
    margin: auto;
    margin-bottom: 50px;
		border:1px solid #111;
}
	.membership-prices {
		width:100%;
		padding-top:200px;
	}
	.wpfs-selectmenu-menu .ui-menu-item-wrapper {
    font-size: 13px!important;
}
}
/*--SUBSCRIPTION BOX---*/

.wpfs-w-60 {
margin-top:40px;
}

.wpfs-btn-primary, button.wpfs-btn-primary[type=submit], .no-touch button.wpfs-btn-primary[type=submit] {
	width: 190px!important;
    color: #fff!important;
    text-align: center!important;
    padding: 20px!important;
    font-size: 10px!important;
    text-transform: uppercase!important;
    letter-spacing: 3px!important;
    background: #111!important;
    transition: .3s ease-in-out!important;
	height:unset!important;
	line-height:unset!important;
	font-weight:400!important;
	border-radius:0px!important;
    margin-top: 0px!important;
}
.wpfs-btn.wpfs-btn-link.wpfs-btn-link--sm {
	display:none;
}
.wpfs-btn-primary:hover, button.wpfs-btn-primary[type=submit]:hover, .no-touch button.wpfs-btn-primary[type=submit]:hover {
    color: #fff!important;
}
.wpfs-form-check {
    position: relative!important;
    margin-bottom: 20px!important;
}
@media (max-width:1024px) {
	.wpfs-w-60 {
    padding: 0px;
		padding-top:0px;
		max-width:100%!important;
 
}
.wpfs-form-check {
    margin-bottom: 20px!important;
}
	.wpfs-form-actions {
     margin-bottom: 20px;
}
}
.wpfs-form-check-input {
	z-index:1!important;
	opacity:1!important;
}
.wpfs-form-label {
    padding-bottom: 40px!important;
    display: block!important;
    font-family: 'Roboto',sans-serif!important;
    text-align: center!important;
    color: #111!important;
    margin: 0!important;
    font-weight: 300!important;
    line-height: 1.4!important;
}
.wpfs-form-check-label {
    font-size: 14px!important;
    padding-left: 24px;
    color: #111!important;
}
.entry-content .wpfs-form-label a, .entry-content .wpfs-form-check-label a {
	color:#818181!important;
}
.wpfs-btn-link:visited {
    color:#818181!important;
}
.wpfs-selectmenu-button .ui-selectmenu-text {
	font-size:13px!important;
}
.wpfs-selectmenu-menu .ui-menu-item-wrapper {
	font-size:13px!important;
}
/*---INSTAGRAM FEED---*/
.instagram-container {
	
}
#insta-gallery-feed-1 {
	margin-top:15vw;
}
.iscwp-gallery-slider-wrp.iscwp-clearfix.iscwp-main-wrp {
	width:92vw;
	position:relative;
	left:50%;
	transform:translateX(-50%);
}

.iscwp-gallery-grid.iscwp-image-fit .iscwp-col-3 .iscwp-img-wrp, .iscwp-image-fit.slidestoshow-3 .iscwp-img-wrp {
	height:auto;
}
.iscwp-gallery-slider .slick-next {
	right:-40px;
}
.iscwp-gallery-slider .slick-prev {
	left:-40px;
}
.iscwp-gallery-slider button.slick-next, .iscwp-gallery-slider button.slick-next:hover, .iscwp-gallery-slider button.slick-next:focus, .iscwp-gallery-slider button.slick-next:active {
	background: url(images/Arrow-Right2x.png) center center no-repeat !important;
	background-size:60%!important;
    outline: none !important;
    box-shadow: none !important;
	border: 0 !important;
}
.iscwp-gallery-slider button.slick-prev, .iscwp-gallery-slider button.slick-prev:hover, .iscwp-gallery-slider button.slick-prev:focus, .iscwp-gallery-slider button.slick-prev:active {
    background:url(images/Arrow-Left2x.png) center center no-repeat !important;
	outline: none !important;
	background-size:60%!important;
    box-shadow: none !important;
}
.iscwp-gallery-slider .slick-dots li button {
    background: #fff !important;
    margin: 0px !important;
	padding: 0px !important;
    border: 1px solid #111;
    border-radius: 50% !important;
    width: 12px !important;
    height: 12px !important;
    box-shadow: none !important;
    cursor: pointer;
}
.iscwp-gallery-slider .slick-dots {
	margin-top:40px!important;
}
.iscwp-gallery-slider .slick-dots li.slick-active button {
    background: #111 !important;
}
.instagram-handle {
	color:#111;
	font-size:16px;
	font-weight:400;
	letter-spacing:20px;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom:40px;
}
.iscwp-gallery-slider .iscwp-cnt-wrp.slick-slide {
	max-height:30vw;
}
@media (max-width:1024px) {
	.iscwp-gallery-slider-wrp.iscwp-clearfix.iscwp-main-wrp {
	margin-right:0;
		padding-bottom:25vw;
}
	.iscwp-gallery-slider .iscwp-cnt-wrp.slick-slide {
		max-height:90vw;
	}
	.instagram-handle {
		font-size:14px;
		letter-spacing:10px;
	}
	.iscwp-gallery-slider button.slick-arrow {
		top:110%!important;
	}
	.iscwp-gallery-slider .slick-next {
	right:60px;
}
.iscwp-gallery-slider .slick-prev {
	left:60px;
}

	
}
/*--- 404----*/
.error-page {
	min-height:500px;
	text-align:center;
	padding-top:100px;
}

/*--CF7 NOTICES---*/

div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
    background: #398f14;
    color: #fff;
    padding: 10px;
}

/*--- ACCOUNT---*/

.login-page, 
	 #post-3450  {
	max-width: 800px;
    margin: auto;
    margin-bottom: 6vw;
    padding-top: 6vw;
}
.login-page select {
	width:100%;
}
/*---OTHER QUERIES---*/
@media (max-width:1024px) {
	.login-page, 
	 #post-3450 {
	max-width: 80vw;
    margin: auto;
    margin-bottom: 50px;
    padding-top: 100px;
}
}

@media (min-width:768px) and (max-width:1024px) {
	.three-floating-images {
		height:700px;
	}
	.right-block-content {
		width:40vw;
	}
	.first-floating-image,
	.second-floating-image,
	.third-floating-image {
		width:30vw;
	}
	.barber-intro {
		height:70vw;
	}
	.intro-description {
		width:35vw;
	}
}
.wpfs-form-control {
	text-transform:none!important;
}
.wpfs-form-group input[type=text] {
	text-transform:none!important;
}