/*!
Theme Name: Curly Flat
Theme URI: http://underscores.me/
Author: Francis Fernandez
Author URI: http://underscores.me/
Description: Curly Flat theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: curly-flat
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.

Curly Flat 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
	-webkit-font-smoothing: antialiased;
}

/**
 * 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 {
	-webkit-box-sizing: content-box;
	        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 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
	font-weight: bold;
}

/**
 * 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 {
	-webkit-box-sizing: border-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        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: #000;
	font-family: Archivo, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

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

h1,
h2 {
	font-size: 1.889em;
	font-family: "ClearfaceStd", Sans-serif;
	font-weight: normal;
}

h3 {
	font-family: "ClearfaceStd", Sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}

h4 {
	font-size: 1.333em;
}

h5 {
	font-size: 1em;
}

p {
	margin: calc(25px/2) 0;
	line-height: 1.6667;
}

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 {
	-webkit-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* 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;
	padding: 0;
}

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



::-webkit-input-placeholder, /* Chrome/Opera/Safari */
::-moz-placeholder, /* Firefox 19+ */
::-ms-input-placeholder, /* Internet Explorer 10-11 */
:-moz-placeholder { /* Firefox 18- */
	color: #b4b4b4 !important;
}


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;
	outline: #b4b4b4 auto 5px;
}

select {
	border: 1px solid #ccc;
}

input[type="button"]:focus, 
select:focus,
:focus {
	outline: #b4b4b4 auto 5px;
}

textarea {
	width: 100%;
	height: 6em;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	opacity: 1;
}

a:visited,
a:focus, 
a:active {
	color: #000;
}

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

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        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);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Custom global classes
--------------------------------------------------------------*/

/* Removes page title for all pages */
.page-title {
	display: none;
}

.small {
	font-size: 0.778em;
}

.large {
	font-size: 1.333em;
}

.sub-heading {
    font-family: "ClearfaceStd", Sans-serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	margin-top: 25px;
}

.job-description {
	font-family: "ClearfaceStd", Sans-serif;
	font-size: 1.222em;
	font-style: italic;
	font-weight: normal;
	margin-top: 20px;
}

.row-spacing {
	padding: 60px 0;
}

.shadowed {
	-webkit-box-shadow: 0 0 40px #0000001a;
	        box-shadow: 0 0 40px #0000001a;
}

.nf-error .ninja-forms-field {
	border: 1px solid #e80000 !important;
}

.showSearchBox {
	-webkit-transform: translate3d(-226px, -1px,0) !important;
	        transform: translate3d(-226px, -1px,0) !important;
	transition: -webkit-transform 0.5s ease-in-out;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.hideSearchBox {
	-webkit-transform: translate3d(0,-1px,0) !important;
	        transform: translate3d(0,-1px,0) !important;
	transition: -webkit-transform 0.5s ease-in-out;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.cst-btn {
	display: inline-block;
	font-family: Archivo, sans-serif;
	font-size: 0.889em;
	line-height: 1;
	padding: 0.75em;
	border-radius: 5px;
}

.btn-white {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	-webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
	-o-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
	opacity: 1;
}

.btn-white:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	-webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
	-o-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
	opacity: 1;
}

.page .banner, .single .banner, .archive .banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hidden {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.slide-out {
	transform: translateY(50px);
	opacity: 0; 
}

.slide-in {
	transform: translateY(0px);
	opacity: 1; 
}

.slide-down {
	-webkit-animation: slideDown 1s ease normal both;
    -moz-animation: slideDown 1s ease normal both;
    -o-animation: slideDown 1s ease normal both;
    animation: slideDown 1s ease normal both;
}

.slide-up {
	-webkit-animation: slideUp 1s ease normal both;
    -moz-animation: slideUp 1s ease normal both;
    -o-animation: slideUp 1s ease normal both;
    animation: slideUp 1s ease normal both;
}

@-webkit-keyframes slideDown {
	from { opacity: 1; transform: translateY(0); }
	to { opacity: 0; transform: translateY(50px); }
}
@-moz-keyframes slideDown {
	from { opacity: 1; transform: translateY(0); }
	to { opacity: 0; transform: translateY(50px); }
}
@-o-keyframes slideDown {
	from { opacity: 1; transform: translateY(0); }
	to { opacity: 0; transform: translateY(50px); }
}
@keyframes slideDown {
	from { opacity: 1; transform: translateY(0); }
	to { opacity: 0; transform: translateY(50px); }
}

@-webkit-keyframes slideUp {
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
}
@-moz-keyframes slideUp {
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
}
@-o-keyframes slideUp {
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes slideUp {
	from { opacity: 0; transform: translateY(50px); }
	to { opacity: 1; transform: translateY(0); }
}

.newsletter-submit .submit-wrap {
	justify-content: flex-end;
}

.newsletter-submit .submit-wrap .nf-field-element {
	width: auto;
}

.newsletter-submit .submit-wrap .nf-field-element:after {
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	font-size: 16px;
    content: "\f30b";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 7px 0 0;
	transition: margin 0.4s ease;
}

.newsletter-submit .submit-wrap .nf-field-element:hover:after {
	margin: 0 0 0 7px;
	transition: margin 0.4s ease;
}


/*--------------------------------------------------------------
# Wines page styling
--------------------------------------------------------------*/

.wines-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.wines-container p {
	font-family: ClearfaceStd, sans-serif;
	margin: 25px 0 35px;
}

.wines-container ul {
	list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wines-container ul li {
	margin-bottom: 10px;
	padding: 0 0.25em;
}

.wines-container .full-row, 
.wines-container .half-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.wines-container .full-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
}

.wines-container .half-row {
	min-height: 25em;
	background-color: #0000001a;
	padding: 2em;
	
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wines-container .content-holder {
	padding: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
}

.wines-container .half-row .content-holder {
	background-color: #ffffffe6;
}


.wines-container .image-holder {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	min-height: 18.750em;
}


/*--------------------------------------------------------------
# About us page styling
--------------------------------------------------------------*/

.about-container, .staff-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.about-container article, .staff-container article {
    margin-bottom: 4em;
}

.about-container .content-holder, 
.staff-container .content-holder {
	padding: 2em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
}

.about-container .image-holder {
	text-align: center;
}

.staff-container .image-holder {
	min-height: 20em;
}


/*--------------------------------------------------------------
# Woocommerce Global, Login, Cart and Checkout styling
--------------------------------------------------------------*/

/* Woocommerce global styling for buttons */
.woocommerce-page .woocommerce .button, 
.woocommerce-page .products-grid .button {
	display: inline-block;
    width: auto;
    padding: .5em 1em;
    margin: 0;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 5px;
    font-size: 1.222em;
    line-height: 1;
	text-align: center;
    -webkit-transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
    -o-transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
}
.woocommerce-page .woocommerce .button:hover,
.woocommerce-page .products-grid .button:hover {
	opacity: 1;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    -webkit-transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
    -o-transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
    transition: background 0.4s ease, border 0.4s ease, color 0.4s ease;
}
.woocommerce-page .woocommerce .button-white, 
.woocommerce-page .products-grid .button-white {
	background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.woocommerce-page .woocommerce .button-white:hover,
.woocommerce-page .products-grid .button-white:hover {
	background-color: #000;
    border: 1px solid #000;
    color: #fff;
}


/* Woocommerce global styling for inputs */
.woocommerce-page .woocommerce form input[type="text"],
.woocommerce-page .woocommerce form input[type="email"],
.woocommerce-page .woocommerce form input[type="tel"],
.woocommerce-page .woocommerce form input[type="password"]{
	display: block;
    width: calc(100% - 0px);
    border: 1px solid #B4B4B4;
    border-radius: 5px;
    padding: 6px 8px;
}

/* Woocommerce global styling for required inputs */
.woocommerce-page .woocommerce form label {
	position: relative;
	padding-left: 10px;
}
.woocommerce-page .woocommerce form .woocommerce-form__label-for-checkbox {
	padding-left: 0;
}
.woocommerce-page .woocommerce form .required {
	position: absolute;
    top: -5px;
    left: 0;
	color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #b4b4b4;
}

.woocommerce-terms-and-conditions-wrapper .validate-required {
	margin-top: 40px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__input {
	transform: scale(1.5);
    zoom: 1.5;
    margin: 0 3px 0 12px;
}

.woocommerce-privacy-policy-link, 
.woocommerce-terms-and-conditions-link {
	text-decoration: underline !important;
}

.woocommerce-account .woocommerce, /* Woocommerce myaccount and login */
.woocommerce-account .u-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.woocommerce-info .button,
.woocommerce-message .button {
	display: table !important;
	margin: 0 auto 20px !important;
}



/* Woocommerce archive styling */
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	flex: 1 0 100%;
	text-align: center;
}
.woocommerce-page ul.products li.product .button {
	font-size: 0.889em !important;
	flex: 1 0 40%;
	margin: 0 0.5em;
	padding: 0.75em 0;
}



/* Login styling */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 0 1.5em;
    font-family: ClearfaceStd, sans-serif;
    font-size: 1.3em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active {
    position: relative;
    display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 5px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active:after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.woocommerce-account .u-columns .col-1,
.woocommerce-account .u-columns .col-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
}
.woocommerce-account .u-columns .col-2 {
	margin-top: 40px;
}
.woocommerce-account .woocommerce-form {
    font-family: Archivo, sans-Serif;
    position: relative;
}
.woocommerce-account .woocommerce-form-login p:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
}
.woocommerce-account .woocommerce-notices-wrapper ul {
    list-style: none;
    margin: 0 0 1em;
}
.woocommerce-account .woocommerce-Address-title h3 {
    font-size: 1.5em;
}
.woocommerce-account .woocommerce-form-login .woocommerce-Button,
.woocommerce-account .woocommerce-form-register .woocommerce-Button {
	margin: calc(28px/2) 0;
	width: 50%;
}


/* Checkout styling */
.woocommerce-checkout form.woocommerce-checkout {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto auto;
	grid-template-areas: "billing-shipping" "order-summary";
}
.woocommerce-checkout form.woocommerce-checkout .col2-set {
	grid-area: billing-shipping;
}
.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order {
	grid-area: order-summary;
}
.woocommerce-checkout form.woocommerce-checkout .col2-set .col-1 {
	margin-bottom: 2.5em;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
	font-size: 0.889em;
	border: 1px solid #707070;
	border-radius: 5px;
	display: -ms-grid;
	display: grid;
	padding: 1.5em;
	margin: 3.4em 0 1em;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 13% 70% 17%;
	grid-template-columns: 13% 70% 17%;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	                grid-template-areas: "product-img product-description product-total";
	padding: 0.75em 0;
	border-bottom: 1px solid #848484;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-img {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: product-img;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-description {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: product-description;
	padding-top: 5px;
	padding-right: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: product-total;
	padding-top: 5px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .product-description .product-price,
.woocommerce-checkout .woocommerce-checkout-review-order .product-description .product-quantity {
	display: block;
	font-size: 0.889em;
	color: #b4b4b4;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot {
	padding: 0.5em 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	                grid-template-areas: "td1 td2";
	padding: 0.5em 0;
	color: #B4B4B4;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td:first-child {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: td1;
	text-align: left
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td:last-child {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: td2;
	text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping th {
	text-align: left; 
	font-weight: normal;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table ul {
	list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total {
	border-top: 1px solid #848484;
	font-size: 1.125em;
	color: #000;
}
.woocommerce-page .woocommerce .select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}
.woocommerce-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}
.woocommerce-checkout form,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 2em;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .edit-cart,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon_checkout {
	display: grid;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .edit-cart {
	text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon_checkout .checkout_coupon {
	display: flex;
	flex-flow: row nowrap;
	border-bottom: 1px solid #b4b4b4;
	padding: 1em 0;
	margin-bottom: 1em;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon_checkout .checkout_coupon input {
	flex: 1 75%;
	margin-right: 5px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon_checkout .checkout_coupon button {
	flex: 1 25%;
	margin-left: 5px;
}



/* Cart page styling */
.woocommerce-cart .elementor-shortcode .woocommerce {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto;
	grid-template-areas: "notice" "form" "totals";
}
.woocommerce-cart .elementor-shortcode .woocommerce .woocommerce-notices-wrapper {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: notice;
}
.woocommerce-cart .elementor-shortcode .woocommerce .woocommerce-cart-form {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: form;
}
.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: totals;
}
.woocommerce-cart table.woocommerce-cart-form__contents {
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	padding: 1.5em;
}
.woocommerce-cart table.woocommerce-cart-form__contents thead {
	display: none;
}
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 5% 10px 10% 10px auto 10px auto 10px 20%;
	grid-template-columns: 5% 10% auto auto 20%;
	-ms-grid-rows: auto 0 auto 0 auto;
	grid-template-rows: auto auto auto;
	grid-template-areas: "product-remove product-img product-name product-name product-total" "product-remove product-img product-price product-price product-total" "product-remove product-img product-quantity product-quantity product-total";
	grid-gap: 0 10px;
	padding: 0.75em 0;
	border-bottom: 1px solid #848484;
}
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td:before {
	content: none;	
}
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-remove {
	-ms-grid-row: 1;
	-ms-grid-row-span: 5;
	-ms-grid-column: 1;
	grid-area: product-remove;
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
	    align-self: center;
}
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail {
	-ms-grid-row: 1;
	-ms-grid-row-span: 5;
	-ms-grid-column: 3;
	grid-area: product-img;
	-ms-grid-row-align: center;
	    -ms-flex-item-align: center;
	    align-self: center;
}
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
	-ms-grid-column-span: 3;
	grid-area: product-name;
	text-align: left;
}
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-price {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
	-ms-grid-column-span: 3;
	grid-area: product-price;
	text-align: left;
}
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-price:before,
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-quantity:before {
	content: attr(data-title) ": ";
	display: inline-block;
	margin-right: 5px;
}
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-quantity {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
	-ms-grid-column-span: 3;
	grid-area: product-quantity;
	text-align: left;
}
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-quantity:before {
	line-height: 2;
}
.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-subtotal {
	-ms-grid-row: 1;
	-ms-grid-row-span: 5;
	-ms-grid-column: 9;
	grid-area: product-total;
}
.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions {
	width: 80%;
	margin: 30px auto;
}
.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions .coupon label {
	display: none;
}
.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions .button {
	margin: 0.5em 0 0;
	width: 100%;
    text-align: center;
}
.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .woocommerce-shipping-calculator i {
	font-size: 0.6em;
}
.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals table {
	margin: 0.5em 0 1.5em;
	padding-top: 0.25em;
	border-top: 1px solid #707070;
	font-size: 0.889em;
}

.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions .coupon input, 
.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions button[name='update_cart'],
.woocommerce-cart .button {
	font-size: 0.889em !important;
	line-height: 1.5 !important;
}



/*--------------------------------------------------------------
# Product and Shop pages styling
--------------------------------------------------------------*/


/* Single and variable product styling */
.single-product .unavailable-product,
.single-product .out-of-stock{
	margin: 0;
    font-size: 1.222em;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    color: #000 !important;
    background-color: #ffffff;
    text-align: center;
    padding: .6em 1em .4em
}
.single-product .elementor-add-to-cart p.in-stock,
.single-product .elementor-add-to-cart form.variations_form .reset_variations {
	display: none !important;
}
.single-product .elementor-add-to-cart form.simple_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap !important;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.single-product .elementor-add-to-cart form.simple_form div {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 calc(33% - 1.5em);
	        flex: 1 0 calc(33% - 1.5em);
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.single-product .elementor-add-to-cart form.simple_form div:first-of-type {
	margin-left: 0;
}
.single-product .elementor-add-to-cart form.simple_form button {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
}
.single-product .elementor-add-to-cart form.simple_form div input,
.single-product .elementor-add-to-cart form.simple_form div span,
.single-product .elementor-add-to-cart form.variations_form .woocommerce-variation-add-to-cart .quantity input,
.single-product .elementor-add-to-cart form.variations_form table.variations td.value select,
.single-product .elementor-add-to-cart form.variations_form .woocommerce-variation .woocommerce-variation-price .price {
	display: block !important;
	width: calc(100% - 2px);
	border: 1px solid #b4b4b4 !important;
	border-radius: 5px !important;
	padding: 0.75em;
	font-size: 0.875em !important;
	letter-spacing: 1px;
	line-height: 1.5 !important;
	height: auto !important
}
.single-product .elementor-add-to-cart form.simple_form div.quantity:before,
.single-product .elementor-add-to-cart form.variations_form .woocommerce-variation-add-to-cart .quantity:before {
	content: "Qty";
}
.single-product .elementor-add-to-cart form.simple_form div.product-size:before,
.single-product .elementor-add-to-cart form.variations_form table.variations:before {
	content: "Size";
}
.single-product .elementor-add-to-cart form.simple_form div.product-price:before,
.single-product .elementor-add-to-cart form.variations_form .woocommerce-variation .woocommerce-variation-price:before {
	content: "Price";
}
.single-product .elementor-add-to-cart form.simple_form div:before,
.single-product .elementor-add-to-cart form.variations_form .woocommerce-variation-add-to-cart .quantity:before, 
.single-product .elementor-add-to-cart form.variations_form table.variations:before,
.single-product .elementor-add-to-cart form.variations_form .woocommerce-variation .woocommerce-variation-price:before {
	display: block;
	margin-bottom: 1.5em;
}

.single-product .elementor-add-to-cart form.variations_form {
	display: block;
	position: relative;
}
.single-product .elementor-add-to-cart form.variations_form table.variations td.value {
	width: 100% !important;
}
.single-product .elementor-add-to-cart form.variations_form table.variations {
	width: calc(33% - 1.5em);
	display: inline-block;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.single-product .elementor-add-to-cart form.variations_form table.variations td.value select {
	-webkit-appearance: none;
	appearance: none;
	height: 44px !important;
	position: relative !important;
	background: transparent url(https://curlyflat.com/wp-content/uploads/2019/03/thin-arrow-down.jpg) no-repeat 92% center !important;
	background-size: 8% !important;
	padding: 0.5em !important;
}
.single-product .elementor-add-to-cart form.variations_form table.variations td.value:before {
	content: '';
	width: 0 !important;
	margin-right: 0 !important;
}
.single-product .elementor-add-to-cart form.variations_form .woocommerce-variation {
	width: calc(33% - 1.5em);
    position: absolute;
	display: inline-block;
    top: 0;
	right: 0;
}
.single-product .elementor-add-to-cart form.variations_form .woocommerce-variation-add-to-cart {
	position: relative;
}
.single-product .elementor-add-to-cart form.variations_form .woocommerce-variation-add-to-cart .quantity {
	position: absolute;
	display: inline-block;
	width: calc(33% - 1.5em);
	top: 0;
	left: 0;
	transform: translateY(calc(-100% - 1.5em));
}
.single-product .elementor-add-to-cart form.variations_form .woocommerce-variation-add-to-cart button {
	display: block;
	width: 100%;
	margin: 0 !important;
}


/* Custom vintage year list shortcode */
.single-product .vintage-list {
	display: flex;
    list-style: none;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.single-product .vintage-list li {
	padding: 0 1em 0 0;
}
.single-product .vintage-list li:last-child {
	padding: 0;
}
.single-product .vintage-list li .current-year {
	font-weight: bold;
	text-decoration: underline;
}


/* Elementor mini menu cart */
.elementor-menu-cart__container {
	font-size: 1em;
}
.elementor-menu-cart__container .elementor-menu-cart__main{
	max-height: 450px;
}
.elementor-menu-cart__container .elementor-menu-cart__close-button {
	width: auto;
    height: auto;
}
.elementor-menu-cart__container .elementor-menu-cart__close-button:before {
	content: none;
}
.elementor-menu-cart__container .elementor-menu-cart__close-button:after {
	content: "Close x";
	text-decoration: underline;
}
.elementor-menu-cart__container .elementor-menu-cart__close-button:before,
.elementor-menu-cart__container .elementor-menu-cart__close-button:after {
	-webkit-transform: none;
    -ms-transform: none;
	    transform: none;
	width: auto;
	height: auto;
	background-color: transparent;
	position: relative;
    top: unset;
    left: unset;
    margin-top: 0;
    border-radius: 0;
}
.elementor-menu-cart__main .elementor-menu-cart__product {
    -ms-grid-columns: 60% 30% 10%;
    grid-template-columns: 60% 30% 10%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
                    grid-template-areas: "product-name product-price product-remove";
}
.elementor-menu-cart__main .elementor-menu-cart__product .elementor-menu-cart__product-name,
.elementor-menu-cart__main .elementor-menu-cart__product .elementor-menu-cart__product-price,
.elementor-menu-cart__main .elementor-menu-cart__product .elementor-menu-cart__product-remove {
	padding: 0;
	-ms-grid-row-align: center;
	-ms-grid-column-align: center;
	place-self: center;
	color: #000;
	font-size: 1em;
}
.elementor-menu-cart__main .elementor-menu-cart__product .elementor-menu-cart__product-image {
	display: none;
}
.elementor-menu-cart__main .elementor-menu-cart__product .elementor-menu-cart__product-name {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: product-name;
}
.elementor-menu-cart__main .elementor-menu-cart__product .elementor-menu-cart__product-price {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: product-price;
}
.elementor-menu-cart__main .elementor-menu-cart__product .elementor-menu-cart__product-remove {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	grid-area: product-remove;
	border-color: #000;
}
.elementor-menu-cart__main .elementor-menu-cart__product .elementor-menu-cart__product-remove:before,
.elementor-menu-cart__main .elementor-menu-cart__product .elementor-menu-cart__product-remove:after {
	background-color: #000;
}
.elementor-menu-cart__main .elementor-menu-cart__subtotal {
	text-align: right;
	font-weight: 300;
	font-size: 1.15em;
}
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons {
	display: block;
	text-align: right;
}
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button {
	font-size: 0.8em;
	padding: .6em 1em;
	border-radius: 5px;
	border: 1px solid #000;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	-o-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
}
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button:hover {
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	-o-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
	opacity: 1;
}
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
	color: #000;
	background-color: #fff;
}
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
	color: #fff;
	background-color: #000;
}
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button--checkout {
	color: #fff;
	background-color: #000;
}
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
	color: #000;
	background-color: #fff;
}



/* Buy online page ( Archive Products ) styling */
.woocommerce-page .filter-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	flex-flow: column nowrap;
}
.woocommerce-page .filter-wrapper .select-wrapper {
	-webkit-box-flex: 1;
	    -ms-flex: 1 25%;
	        flex: 1 25%;
	position: relative;
}
.woocommerce-page .filter-wrapper select {
	cursor: pointer;
	margin: 0.5em 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	background-color: #fff;
	color: #000;
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	padding: 0.5em 1em;
	font-family: Archivo, sans-serif;
	font-size: 1em;
	position: relative;
	width: calc(100% - 2em);
}
.woocommerce-page .filter-wrapper .select-wrapper:after {
	content: "+";
    color: #000;
    font-size: 1.5em;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate3d(-50%, -52%, 0);
	pointer-events: none;
}
.woocommerce-page ul.products li .woocommerce-loop-product__link h2 {
	font-size: 1em;
	font-style: italic;
	font-family: ClearfaceStd, Sans-serif;
	font-weight: normal;
	display: block;
    padding-top: 1em;
}
.woocommerce-page ul.products li .woocommerce-loop-product__link h2 .title {
	display: block;
	font-size: 1.889em;
	font-style: normal;
	font-family: ClearfaceStd, Sans-serif;
	font-weight: 300;
}
.woocommerce-page ul.products li .woocommerce-loop-product__link .price {
	font-size: 1.667em;
	font-style: normal;
	font-family: ClearfaceStd, Sans-serif;
	font-weight: normal;
	display: block;
    margin: 0.5em 0;
    border-top: 1px solid #b4b4b4;
    padding-top: 0.5em;
}
.woocommerce-page ul.products li .woocommerce-loop-product__link .price .per-bottle {
	display: block;
	font-size: 0.333em;
	font-style: normal;
	font-family: Archivo, Sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.single-product .price .per-bottle, 
.woocommerce-page ul.products li .woocommerce-loop-product__link .price .per-bottle-attribute {
	display: none;
}
.woocommerce-page .products-grid .no-products {
	text-align: center;
	font-family: ClearfaceStd, Sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}
.woocommerce-page ul.products li .added_to_cart {
	display: none;
}


/*--------------------------------------------------------------
# No footer pages 
--------------------------------------------------------------*/

/* 
 * page-id-298 = Contact page
 * page-id-328 = Login page
 * page-id-322 = Checkout page
 * page-id-324 = Cart page
 */

.page-id-324 .elementor-location-footer, 
.page-id-322 .elementor-location-footer, 
.page-id-298 .elementor-location-footer,
.page-id-328 .elementor-location-footer {
	display: none;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 768px) {
	body {
		font-size: 18px;
	}
	.row-spacing {
		padding: 80px 0;
	}
	h2 {
		font-size: 2.333em
	}
	h3 {
		font-size: 2em;
	}
	p {
		font-size: 0.889em;
	}
	
	/* Wine page */
	.wines-container .full-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
	}
	.wines-container .full-row .image-holder {
		-webkit-box-flex: 1;
		    -ms-flex: 1 100%;
		        flex: 1 100%;
	}
	.wines-container .full-row .content-holder {
		-webkit-box-flex: 1;
		    -ms-flex: 1 calc(100% - 4em);
		        flex: 1 calc(100% - 4em);
	}
	.wines-container .half-row {
		-webkit-box-flex: 1;
		    -ms-flex: 1 calc(50% - 30px);
		        flex: 1 calc(50% - 30px);
	}
	.wines-container .half-row:last-child{
		margin-left: 30px;
	}
	
	.wines-container .full-row:nth-of-type(2) .image-holder,
	.about-container article:last-child .image-holder,
	.staff-container article:nth-child(even) .image-holder {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	
	.about-container .image-holder {
		margin-bottom: 30px;
	}
	
	/* Staff page */ 
	.staff-container article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
		margin-bottom: 5.556em;
    }

	.about-container .content-holder, 
	.staff-container .content-holder {
		padding: 0 2em;
	}
	
	.staff-container article:last-child {
		margin-bottom: 0;
	}
	.staff-container article .image-holder {
		-webkit-box-flex: 1;
		    -ms-flex: 1 35%;
		        flex: 1 35%
	}
    .staff-container article .content-holder {
        -webkit-box-flex: 1;
            -ms-flex: 1 65%;
                flex: 1 65%;   
    }
	.staff-container article:nth-child(even) .content-holder {
		text-align: right;
	}
	.staff-container article:nth-child(even) .content-holder h3,
	.staff-container article:nth-child(even) .content-holder .button {
		align-self: flex-end;
	}
	.staff-container article:first-child .content-holder {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.staff-container article:last-child .content-holder {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	
	/* WooCommerce */
	.woocommerce-account .woocommerce,
	.woocommerce-account .u-columns,			
	.woocommerce-page .filter-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        -webkit-box-flex: 1;
            -ms-flex: 1 35%;
                flex: 1 35%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        -webkit-box-flex: 1;
            -ms-flex: 1 65%;
                flex: 1 65%;
    }
    .woocommerce-account .u-columns .col-1 {
        margin-right: 1.5em;
    }
    .woocommerce-account .u-columns .col-2 {
		margin-top: 0;
        margin-left: 1.5em;
    }
	.woocommerce-checkout .woocommerce-checkout-review-order,
	.woocommerce-checkout form.woocommerce-checkout .col2-set {
        -webkit-box-flex: 1;
            -ms-flex: 1 50%;
                flex: 1 50%;
    }
	.woocommerce-checkout form.woocommerce-checkout .col2-set {
		padding-right: 15px;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order {
		padding-left: 15px;
	}
	
	.single-product .elementor-add-to-cart form.variations_form table.variations td.value select {
		height: 49px !important;
		padding: 0.75em !important;
	}
	
	/* Cart page */
	.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions {
		width: 100%;
		display: grid;
		grid-template-columns: 50% 5% 20% 20%;
		grid-template-rows: auto;
		grid-template-areas: "coupon . update-cart checkout";
		grid-gap: 0 10px;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions .coupon {
		grid-area: coupon;
		display: flex;
		justify-content: space-evenly;
		margin-right: 1em;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions .coupon input {
		-webkit-box-flex: 1;
		    -ms-flex: 1 calc(50% - 5px);
		        flex: 1 calc(50% - 5px);
		margin-right: 5px;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions .coupon .button {
		-webkit-box-flex: 1;
		    -ms-flex: 1 calc(50% - 5px);
		        flex: 1 calc(50% - 5px);
		margin-left: 5px;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions button[name='update_cart'] {
		grid-area: update-cart;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions .checkout-button {
		grid-area: checkout;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions .button {
		margin: 0;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-quantity:before {
		line-height: 1.75;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals, 
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
		-webkit-box-flex: 1;
		    -ms-flex: 1 50%;
		        flex: 1 50%;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-left: 1.5em;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-right: 1.5em;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals table tr {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 50% 50%;
		grid-template-columns: 50% 50%;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		                grid-template-areas: "col1 col2";
		padding: 0.5em 0;
		color: #B4B4B4;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals table tr th {
		grid-area: col1;
		font-weight: normal;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals table tr td {
		grid-area: col2;
		text-align: right;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals table .order-total {
		border-top: 1px solid #848484;
		font-size: 1.125em;
		color: #000;
	}
	
	/* Checkout page styling */
	.woocommerce-checkout form.woocommerce-checkout {
		grid-template-columns: 50% 50%;
		grid-template-rows: auto;
		grid-template-areas: "billing-shipping order-summary";
	}
	
	/* Elementor mini menu cart */
	.elementor-menu-cart__container .elementor-menu-cart__main{
		width: 450px !important;
	}
	.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.woocommerce-checkout form.woocommerce-checkout .col2-set {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .woocommerce-notices-wrapper {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals table tr th {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals table tr td {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions .coupon {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions button[name='update_cart'] {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}
	.woocommerce-cart table.woocommerce-cart-form__contents tbody .actions .checkout-button {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
		-ms-grid-column-span: 3;
	}
}

@media screen and (min-width: 1024px) {
	.row-spacing {
		padding: 100px 0;
	}
	
	h2 {
		font-size: 2.778em;
	}
	
	/* Wine page */
	.wines-container .full-row p {
		padding: 0 4.5em
	}
	.wines-container .full-row .image-holder {
		min-height: 25em;
	}
	.wines-container .half-row {
		min-height: 32.222em;
		padding: 4.250em;
	}
	
	/* About and Staff page */
	
	.about-container article {
		display: flex;
		flex-flow: row nowrap;
		margin-bottom: 5.556em;
	}

	.about-container article .image-holder, 
	.about-container article .content-holder {
		-webkit-box-flex: 1;
			-ms-flex: 1 50%;
				flex: 1 50%;   
	}
	
	.about-container .image-holder {
		margin-bottom: 0;
	}
	
	.about-container article {
		margin-bottom: 8.889em;
    }
	
	.about-container .content-holder,
	.staff-container .content-holder {
		padding: 0 4em;
	}
	
	.staff-container .image-holder {
		min-height: 33.333em;
	}
	
	
	/*
	 * WooCommerce CSS
	 */
	
	.single-product .woocommerce-product-gallery__image img {
		width: 600px;
		height: auto;
	}
	
	.woocommerce-account .woocommerce-form-login .woocommerce-Button {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.woocommerce-account .woocommerce-form-login .woocommerce-Button,
	.woocommerce-account .woocommerce-form-register .woocommerce-Button {
		margin: 28px 0 0;
		width: 40%;
	}
	.woocommerce-account .woocommerce-LostPassword {
        position: absolute;
        bottom: 1em;
        right: 0;
        margin: 0;
        -webkit-transform: translateY(-175%);
                -ms-transform: translateY(-175%);
            transform: translateY(-175%);
    }
	
	/* Checkout page styling */
	.woocommerce-checkout form.woocommerce-checkout .col2-set {
		padding-right: 30px;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order {
		padding-left: 30px;
	}
	
	
	/* Cart page styling */
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals {
		margin-left: 2.5em;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
		margin-right: 2.5em;
	}

	
	/* Elementor mini menu cart */
	.elementor-menu-cart__container .elementor-menu-cart__main{
		width: 500px !important;
		margin-top: 40px;
		margin-right: 40px;
	}
}


@media screen and (min-width: 1240px) {
	
	/* Checkout page styling */
	.woocommerce-checkout form.woocommerce-checkout {
		grid-template-columns: 65% 35%;
		grid-template-rows: auto;
		grid-template-areas: "billing-shipping order-summary" ;
	}
	.woocommerce-checkout .woocommerce-checkout #billing_phone_field,
	.woocommerce-checkout .woocommerce-checkout #billing_email_field {
		width: 48.1%;
		display: inline-block;
	}
	.woocommerce-checkout .woocommerce-checkout #billing_phone_field {
		margin-right: 3.8%;
	}
	
	/* Cart page styling */
	.woocommerce-cart .elementor-shortcode .woocommerce {
		-ms-grid-columns: calc(65% - 30px) 60px calc(35% - 30px);
		grid-template-columns: calc(65% - 30px) calc(35% - 30px);
		-ms-grid-rows: auto 10px auto;
		grid-template-rows: auto auto;
		                grid-template-areas: "notice notice" "form totals";
		grid-gap: 10px 60px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals,
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
		margin: 0;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .cart_totals {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals .woocommerce-shipping-calculator {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce > .woocommerce-NoticeGroup-checkout {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
	.woocommerce-checkout form.woocommerce-checkout .col2-set {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .woocommerce-notices-wrapper {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce > .woocommerce-notices-wrapper {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .woocommerce-cart-form {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.woocommerce-cart .elementor-shortcode .woocommerce .cart-collaterals {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
}


ul.order_details {
    list-style-type: none;
}
mark, ins {
    padding: 3px 5px 3px 0px;
    margin-left: 4px;
}


/*--------------------------------------------------------------
# WooCommerce Order Success Styles
--------------------------------------------------------------*/

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.woocommerce-order-received section.woocommerce-order-details table {
    text-align: left;
}
.woocommerce-order-received section.woocommerce-order-details table td {
    padding: 5px 0 5px;
    border-bottom: 1px solid #f3f3f3;
}
.woocommerce-order-received section.woocommerce-order-details table tfoot th {
    text-align: right;
    padding-right: 10px;
}
.woocommerce-order-received section.woocommerce-customer-details h2 {
    font-size: 2em;
    font-weight: bold;
}
.woocommerce-order-received section.woocommerce-customer-details address {
    font-style: normal;
}
.woocommerce-order-received section.woocommerce-customer-details address p.woocommerce-customer-details--phone,
.woocommerce-order-received section.woocommerce-customer-details address p.woocommerce-customer-details--email {
	font-size: 18px;
}
.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    width: 50%;
    float: left;
}
.woocommerce-order-received section.woocommerce-order-details {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}
.woocommerce-order-received .elementor-322 .elementor-element.elementor-element-a960326 > .elementor-widget-container {
	margin-bottom: 0;
}
@media all and (max-width:767px) {
	.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
	.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
		width: 100%;
	}
}



/*--------------------------------------------------------------
# WooCommerce Product Specification Styles
--------------------------------------------------------------*/

.product-specs .accordion {
	position: relative;
    background-color: #fff;
    cursor: pointer;
    padding: 10px 0px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    border-radius: 0;
    transition: 0.4s;
    font-family: "ClearfaceStd", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    border-bottom: 1px solid #000;
}

.product-specs .panel {
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.product-specs .panel table {
	border-bottom: 1px solid #000;
	padding: 15px 0;
	margin: 0;
}
.product-specs .panel table td {
	width: 50%;
	text-align: left;
}
.product-specs .accordion:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f067';
    font-size: 15px;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-10px, -50%);
}
.product-specs .accordion.active:after {
	content: '\f068';
}

.elementor .elementor-menu-cart__product-remove {
    position: relative;
    bottom: 0;
}

@media all and (max-width:1024px){
	.product-specs .accordion {
		font-size: 26px;
	}
	.product-specs {
		padding: 0 20px;
	}
}
@media all and (max-width:767px){
	.product-specs .accordion {
		font-size: 20px;
	}
}


/* Password Reset Changes - Sep 2022 Embark Hayden */

.woocommerce-account.woocommerce-lost-password .woocommerce {
    display: block;
    text-align: center;
}
.woocommerce-lost-password .woocommerce-message {
    display: block;
    width: 100%;
}