/*!
Theme Name: FAIR. by Vinified
Theme URI: http://underscores.me/
Author: Vinified
Author URI: https://www.vinified.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fair-by-vinified
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.

FAIR. by Vinified is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments


# Pages
    - @HOME-PAGE
	- @SPIRITS-PAGE
	- @STORY-PAGE
	- @ACTIVISM-PAGE
	- @COCKTAIL-PAGE
	- @PRODUCT-PAGE
	- @POLICIES-PAGE
	- @TERMS-PAGE

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #3c3c3b;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

#page a{
	text-decoration:none;
	color: #3c3c3b;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f6f6f6;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.flex{
	display:flex;
}
.row{
	flex-direction:row;
}
.column{
	flex-direction:column;
}
@media(min-width:992px){
	.md-row{
	flex-direction:row;
}
}
@media(max-width:992px){
	.md-row{
	flex-direction:column-reverse;
}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#colophon{
	padding-top:20px;
	padding-left:50px;
	padding-right:180px;
	padding-bottom:30px;
	display:flex;
	flex-direction: row;
	background-color:#E8E8E8;
}
#colophon a{
	margin: 0 10px;
}

#colophon, #colophon a{
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
    color: #3c3c3b;
}
.footer-social{
	margin-right:auto;
}
.footer-social img{
	max-height:25px;
	max-width:25px;
}
.footer-terms{
	margin-top:5px;
	flex-direction: row;
	display:flex;
}
.site-info{
	display:flex;
	width:100%;
	flex-direction:row-reverse;
}

@media(max-width:760px){
	.site-info{
		flex-direction:column-reverse;
	}.footer-social{
		margin-left:auto;
		margin-right:auto;
	}.footer-terms {
    margin-top: 5px;
    flex-direction: column;
    display: flex;
    text-align: center;
	}#colophon{
		padding-left:0;
	}
}
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
@media(min-width:960px){
	#primary-menu{
		display:flex;
	}
}

#primary-menu .sub-menu{
    display: flex;
    flex-direction: column;
    background-color: #e8e6e6;
    text-transform: uppercase;
}
#primary-menu .sub-menu a{
	font-size:14px;
	letter-spacing:4px;
	font-weight:300;
}
@media(min-width:960px){
	#primary-menu .sub-menu a{
		width:290px;
	}
}
#primary-menu .sub-menu a:hover{
	font-weight:800;
}

@media(max-width:960px){
	.menu-primary-container{
		position:absolute;
		z-index: 1000;
		background-color: #f6f6f6;
		height: 100vh;
		margin-left: auto;
		max-width: 500px;
		right: 0;
		margin-top:20px;
		max-height: calc(100vh - 130px);
   		 padding-bottom: 100px;
    	overflow: scroll;
	}.sticky .menu-primary-container{
		margin-top:10px;
		height: calc(100vh + 40px);
	}#primary-menu{
		margin-top:20px;
		width:375px;
		padding-left:10%;
	}.menu-primary-container ul li{
		padding:15px;
	}#primary-menu .sub-menu{
		position:relative;
		background-color:#f6f6f6;
		box-shadow:none;
		width:100%;
		margin:-35px 0 15px;
		display:none;
	}.main-navigation ul ul{
		left:0;
	}li#menu-item-3495, li#menu-item-4183,li#menu-item-1739{
		display:none!important;
	}
}

.menu-item a{
	font-size:14px;
	font-weight:300;
	letter-spacing:4px;
}

.menu-item a:hover, .current-menu-item a{
	font-weight:700;
}


#primary-menu .sub-menu li{
	padding:10px;
}

.site-title, .site-description, .entry-header, #secondary, #trp-floater-ls{
	display:none
}

.site-branding{
	max-width:120px;
	float:left;
	margin-right: 90px;
}

#masthead{
    padding: 0 20px;
    background-color: transparent;
    position: sticky;
    top: 0;
    z-index: 1000;
    top: 50px;
}
/*
#masthead.sticky{
	position: sticky;
    position: -webkit-sticky;
    background-color: #f6f6f6;
	opacity:0.9;
    padding:0 20px;
    margin-bottom: 50px;
    z-index: 1000;
    height: 76px;
}
@media(max-width:960px){
	#masthead.sticky {
    top: 0;
    margin-top: 50px;
	padding: 0 10px;
	}
}

#masthead.sticky .site-branding{
	max-width:120px;
	margin-top:15px;
	margin-right:90px;
	margin-left:0;
}

#masthead.sticky #site-navigation {
    padding-top: 27px;
}

#masthead.sticky #menu-item-1972, #masthead.sticky #menu-item-3918 {
    height: 64px!Important;
    width: 64px!important;
    min-width: 64px!important;
    padding-top: 21px;
    margin-top: -22px;
}


.sticky + #primary{
	padding-top:30px;
}
*/
/****************Removing Sticky from Spirits Page *******************

@media(max-width:960px){
	.page-id-1654 #masthead.sticky .site-branding {
		max-width: 150px;
		margin-top: unset;
		margin-right: 90px;
		margin-left: unset;
	}.page-id-1654 #masthead.sticky #site-navigation {
		padding-top: 20px;
	}.page-id-1654 #masthead.sticky .menu-shop-button {
		position: absolute;
		top: 60px;
		right: 90px;
		height: 64px!Important;
		width: 64px!important;
		min-width: 64px!important;
		background-color: #67a46e;
		border-radius: 100%;
		padding-top: 20px;
		margin-top: -63px;
		text-align: center;
		font-weight: 700;
		z-index: 100000;
	}.page-id-1654 #masthead.sticky {
		position: sticky;
		position: -webkit-sticky;
		background-color: #f6f6f6;
		opacity: .9;
		padding: 0 10px;
		margin-bottom: 0px;
		z-index: 1000;
		height: 76px;
		}
}
******************************************************************/

#site-navigation{
	padding-top:20px;
}
/*
@media(max-width:960px){
	#site-navigation{
	margin-top:10px;
	}
}
*/
#primary-menu{
	margin-left:140px;
/*	margin-right:140px; */
}
@media(max-width:1350px){
	#primary-menu{
	margin-right:1%;
	margin-left:0;
	}
}
#masthead,#colophon{
		padding-left:20px;
		padding-right:20px;
	}
.menu-item{
	margin:0 10px;
}
@media(min-width:1250px){
	#menu-item-1688, #menu-item-2840, #menu-item-1739, #menu-item-3495, #menu-item-4183 {
	margin-right:5%
	}
}

#menu-item-1972, #menu-item-3918{
 	height: 72px!Important;
    width: 72px!important;
    min-width: 72px!important;
    background-color: #FF6D2D;
    border-radius: 100%;
    padding-top: 27px;
    margin-top: -28px;
    text-align: center;
    font-weight: 700;
}

#menu-item-1972 a, #menu-item-3918 a{
    color: #f6f6f6!important;
	font-weight:700;
	filter:brightness(1)
}

#menu-item-2690{
    margin-left: auto;
}

#menu-item-2027{
	margin-left:auto;
}

#menu-item-2027{
	margin-left:auto;
}
#menu-item-2689, #menu-item-2690{
	display:none;
	border-right: 1px solid #3c3c3b;
    padding: 0px 0 0 0!important;
    height: 14px;
    top: 3px;
}
#menu-item-2689 a, #menu-item-2690 a{
	margin-top: -3px;
}
.menu-shop-button.give{
	background-color: #67a26d;	
}
.menu-shop-button{
		position: absolute;
    	top: 60px;
    	right: 90px;
		height: 64px!Important;
		width: 64px!important;
		min-width: 64px!important;
		background-color: #FF6D2D;
		border-radius: 100%;
		padding-top: 20px;
		margin-top: -63px;
		text-align: center;
		font-weight: 700;
		z-index:100000;
	}
@media(max-width:960px){
	#menu-item-2689{
		padding: 10px!important;
		height: 45px;
    	border: none;
    	height: 34px;
		top:0;
	}#menu-item-2690 {
		padding: 10px!important;
		height: 45px;
    	border: none;
    	height: 34px;
		margin-left:10px;
		margin-right: 20px;
		top:0;
	}#menu-item-1972, #menu-item-3918{
    	display:none;
	} .menu-shop-button.shop{
    	right: 200px;
	}.menu-shop-button span{
		color: #f6f6f6!important;
		font-weight:700;
		font-size:14px;
		letter-spacing:4px;
		margin-left:5px;
	}/*.sticky .menu-shop-button{
		position: absolute;
    	top: 36px;
		right:80px;
		height: 64px!Important;
		width: 64px!important;
		min-width: 64px!important;
		padding-top: 20px;
		z-index:100000;
		margin-top: -28px;
	}
	.sticky .menu-shop-button.shop{
		right:200px;
	}*/#menu-item-2027 {
    	margin-left: 10px;
	}#menu-item-4392{
		display:none;
	}
}

@media(min-width:961px){
	.menu-shop-button, .menu-item-3522, .menu-item-4201, .menu-item-4477 {
		display:none!important;
	}
}

@media (min-width: 961px)  { 
	#menu-item-3920, #menu-item-4392{
		height: 72px!Important;
		width: 72px!important;
		min-width: 72px!important;
		background-color: none;
		color:none;
		border-radius: 100%;
		padding-top: 27px;
		margin-top: -28px;
		text-align: center;
		font-weight: 700;
		margin-left: 0;
        margin-right: 0;
	} #menu-item-3920 a, #menu-item-4392 a{
		color: transparent!important;
		font-weight: 700;
		filter: brightness(1);
	}
}
.menu-shop-button.give::before{
	content:"";
	position:absolute;
	top:0;
	left:25%;
	width:70%;
	height:100%;
	background-image: url('/wp-content/uploads/2023/09/fair-trade-certified-seal-960x540-1.png');
	background-position:center;
	background-size:cover;
}
.menu-shop-button.agri::before{
	content:"";
	position:absolute;
	top:0;
	left:45%;
	width:70%;
	height:100%;
	background-image: url('/wp-content/uploads/2025/01/agriethique-large2.png');
	background-position:center;
	background-size:cover;
}

@media(min-width: 984px){
	#menu-item-3920::before{
		content:"";
		position:absolute;
		top:0;
		left:15%;
		width:70%;
		height:100%;
		background-image: url('/wp-content/uploads/2023/09/fair-trade-certified-seal-960x540-1.png');
		background-position:center;
		background-size:cover;
		filter: grayscale(1);
	}
	#menu-item-4392::before{
		content:"";
		position:absolute;
		top:0;
		left:15%;
		width:70%;
		height:100%;
		background-image: url('/wp-content/uploads/2025/01/agriethique-large2.png');
		background-position:center;
		background-size:cover;
		filter: grayscale(1);
	}
}
.menu-shop-button.agri {
    right: 100px;
}
.menu-shop-button.agri span {
    display: none;
}
.menu-shop-button.give {
    right: 140px;
}
.menu-shop-button.give, .menu-shop-button.agri {
    background-color: transparent;
}

.translatepress-en_US #menu-item-2690 a, .translatepress-fr_FR  #menu-item-2689 a{
	font-weight:700;
}

ul.nav-menu > .menu-item-has-children > a::after {
    content: ;
    padding-left: 3px;
}

ul.sub-menu > .menu-item-has-children > a::after {
    content: ;
    padding-left: 3px;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
/*****changing setting of menu swith to 960px instead of 37.5em *****/
@media screen and (min-width: 961px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
.menu-toggle{
	margin-left:auto;
	background-color:transparent;
	border:none;
	margin: -10px 0 10px auto;
}
.sticky .menu-toggle{
	margin-top:-10px;
}
@media(max-width:414px){
	.menu-shop-button.give, .menu-shop-button.agri{
    	display: none;
	}.menu-shop-button.shop{
    	right: 90px;
	}.sticky .menu-shop-button.shop {
    	right: 80px;
	}
}
.menu-toggle::after {
	background-image: url('/wp-content/uploads/2020/10/veganhamburger.png');
    background-size: 30px 20px;
    display: inline-block;
    width: 30px; 
    height: 20px;
    content:"";
}

.toggled .menu-toggle::after {
 	background-image: url('/wp-content/uploads/2020/10/hambclose.png');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
}
.main-navigation.toggled .menu-primary-container {
    width: 100%;
	max-width:unset;
}

.main-navigation.toggled a{
	color: #3c3c3b!important;
}
	
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
	position: -webkit-sticky;
	position:sticky;
}

.post{
	margin: 0 0 1.5em;
}
#page{
	min-width:350px;
}
body{
	max-width: 100vw;
    overflow-x: hidden;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/******************************************************** AGE VERIFICATION   **********************************************************/
.agp__row {
	background-color:transparent;
}

.agp__cancel{
	color:transparent;
}
.agp__heading, .agp__message{
	display:none;
		background-color:#fff!important;
}

.agp__buttonType__buttonContainer input[type="submit"], .agp__buttonType__buttonContainer button[type="submit"], .agp__buttonType__buttonContainer input[type="submit"]:hover, .agp__buttonType__buttonContainer input[type="submit"]:focus {
	background-color:transparent!important;
	color:transparent!important;
	border:none!important;
	outline:none !important;
}

.agp__buttonType__buttonContainer:focus, agp__buttonType__container:focus{
	outline:none !important;
}

.agp__container{
	padding:0!important;
	overflow:visible!important;
}

#agp_row{
	margin:0!important
}

.agp__wrapper{
background-color:#f7f7f7;
}

.agp__rowInner>* {
    position: absolute;
    top: 0;
    left: 0;
}

.agp__buttonType__container{
	position:absolute;
	flex-direction:row-reverse;
	justify-content:unset!important;
	align-items:unset!important;
	top:350px;
	left:890px;
}

.agp__buttonType__button{
	min-width:200px;
	min-height:200px;
	cursor:pointer;
}


@media(min-width:1200px){
.agp__container, .agp__background{
left: calc((100vw - 1600px)/2);
	}}

@media(min-height:0px){
.agp__container,
.agp__background{
top: calc((100vh - 900px)/2);
}}


.agp__disclaimer {
    position:absolute;
	top: 570px;
	left: 220px;
	padding: 50px;
}

.agp__background {
    background-image: url("/wp-content/uploads/2020/10/fairbglg-min.png");
	background-position: center;
	width:1600px;
	height:900px;
	overflow:hidden;
	}

@media (max-width: 1330px){
.agp__background {
    background-image: url("/wp-content/uploads/2020/10/fairbgmd-min2.png");
		width:1200px;
		height:900px;
	}.agp__container,
	.agp__background{
		left: calc((100vw - 1200px)/2);
	}.agp__buttonType__container{
		left:498px;
	}.agp__disclaimer {
    	left: 160px;
	}
}

@media (max-width: 650px){
	.agp__background {
    background-image: url("/wp-content/uploads/2020/10/fairbgsm-min4.png");
	width:650px;
	height:1138px;
	}.agp__container,
	.agp__background{
		left: calc((100vw - 650px)/2);
		top: calc((100vh - 1113px)/2)
}	.agp__buttonType__container{
		left:110px;
		top:570px;
	}.agp__disclaimer {
    	left: 160px;
		top:760px;
	}
}

@media (max-width: 470px){
	.agp__buttonType__container{
		left:110px;
		top:540px;
	}.agp__disclaimer {
    	left: 0;
		top:740px;
	}
}

@media (max-width: 300px){
.agp__buttonType__container{
		left:110px;
		top:670px;
	}.agp__disclaimer {
    	left: 160px;
		top:840px;
	}
}



.agp__background  {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.age-privacy-link{
	padding:50px 200px;
}
.agp__row{
background:none
}

.agp__wrapper{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color:#f6f6f6;
	overflow:hidden;
}

.agp__container, .agp__background, .agp__row, .agp__rowWrapper, .agp__rowInner, .agp__inputContainer
{
	position:fixed;
	top:0!important;
	left:-50px!important;
	width:1730px!important;
	height:900px!important;
	overflow:hidden;
}


.agp__buttonType__container
{	position:absolute;
	top:350px;
	left:980px;
}

.agp__disclaimer{
	position:absolute;
	top:600px;
	left:100px;
	width:300px!important;
}

@media(max-width:1330px){
.agp__container, .agp__background, .agp__row, .agp__rowWrapper, .agp__rowInner, .agp__inputContainer {
		width:1380px!important;
	}.agp__buttonType__container{
		left:600px!important;
	}
}
@media(max-width:1000px){
.agp__container, .agp__background, .agp__row, .agp__rowWrapper, .agp__rowInner, .agp__inputContainer {
		width:1000px!important;
	}.agp__buttonType__container{
		left:400px!important;
	}
}
@media(max-width:800px){
.agp__container, .agp__background, .agp__row, .agp__rowWrapper, .agp__rowInner, .agp__inputContainer {
		width:800px!important;
	}.agp__buttonType__container{
		left:300px!important;
	}
}
@media(max-width:700px){
.agp__container, .agp__background, .agp__row, .agp__rowWrapper, .agp__rowInner, .agp__inputContainer {
		width:700px!important;
	}.agp__buttonType__container{
		left:248px!important;
	}
}
	
@media(max-width:650px){
.agp__container, .agp__background, .agp__row, .agp__rowWrapper, .agp__rowInner, .agp__inputContainer {
		width:870px!important;
		height:100vh!important;
	}.agp__buttonType__container{
		left:40px!important;
		top:45vh!important;
	}.agp__disclaimer{
		top:650px;
		left:0;;
	}
}
@media(max-width:500px){
.agp__container, .agp__background, .agp__row, .agp__rowWrapper, .agp__rowInner, .agp__inputContainer {
			width:770px!important;
			height:100vh!important;
	}.agp__buttonType__container{
		left:0px!important;
	}
}
@media(max-width:350px){
.agp__container, .agp__background, .agp__row, .agp__rowWrapper, .agp__rowInner, .agp__inputContainer {
			width:740px!important;
	}
}	


/**************************************** #PAGES ********************************************************************************************/  /************************************************************************************************************************************************/

/**************************************** @HOME-PAGE ************************************/

.page-id-2010 .site-branding img, .page-id-2010 .menu-toggle {
filter: brightness(10);
}
.page-id-2010 .sticky .site-branding img, .page-id-2010 .sticky .nav-menu a, .page-id-2010 .nav-menu .sub-menu a, .page-id-2010  .sticky .menu-toggle{
filter: brightness(0);
}
@media(min-width:960px){
	.page-id-2010 .nav-menu a{
	filter: brightness(8);
	}
}
.page-id-2010 #colophon{
	position: relative;
    width: 100vw;
    margin-top: -78px;
    z-index: 6;
}

.container-fluid{
	min-width:100vw;
}

.full-height{
	min-height: 100vh;
}

#main-round{
	position: sticky;
	position: -webkit-sticky;
	top:250px;
	left:10%;
	background-color:#3c3c3b;
	z-index:100;
}
@media(max-width:760px){
	#main-round{
		margin-bottom:350px;
	}
}
#home-first-container{
	background-image: url("/wp-content/uploads/2020/10/Kate-108-BW_deg-min-scaled.jpg");
  	background-position: center center;
 	background-repeat: no-repeat;
  	background-size: cover;
	position:absolute;
	top:0;
}


#home-second-container{
	background-image: url("/wp-content/uploads/2020/10/bg-top-1-min.png");
  	background-position: center center;
 	background-repeat: no-repeat;
  	background-size: cover;
	position:absolute;
	top:100vh;
}
#home-third-container{
	background-image: url("/wp-content/uploads/2020/10/bg-top-2-min.png");
  	background-position: center center;
 	background-repeat: no-repeat;
  	background-size: cover;
	position:absolute;
	top:200vh;
}
#home-fourth-container{
	background-image: url("/wp-content/uploads/2020/10/bg-top-3-min.png");
  	background-position: center center;
 	background-repeat: no-repeat;
  	background-size: cover;
	position:absolute;
	top:300vh;
}
#home-fifth-container{
	background-image: url("/wp-content/uploads/2020/10/fairmodel-min2.jpg");
  	background-position: center center;
 	background-repeat: no-repeat;
  	background-size: cover;
	position:absolute;
	top:400vh;
}
.home-round{
	height:230px;
	width: 230px;
	position: absolute;
	top: 57.9%;
	left:10%;
	border-radius: 100%;
	text-align:center;
	display:table;
	z-index:10;
}
#arrow-round{
	background-color:#f6f6f6;
	position:absolute;
}

#second-round{
	background-color:#FF6E2E;
}
#third-round{
	background-color:#67A26D;
}
#fourth-round{
	background-color:#3D46AD;
}
#fifth-round{
	background-color:#C99200;
}

.home-round p{
	display:table-cell;
	vertical-align:middle;
	color: #f6f6f6;
	font-weight:800;
	line-height:27px;
	font-size:16px;
	letter-spacing:3px;
}
.home-round img{
	max-height: 46px;
    position: absolute;
    top: 95px;
    left: 95px;
}

@media(max-width:400px){
	.home-round{
	height:170px;
	width: 170px;
	}.home-round p{
		line-height:22px;
		font-size:13px;
		letter-spacing:3px;
	}.home-round img{
		top:65px;
		left: unset;
		align-self: center;
		margin-left: -20px;
	}#main-round{
		top:280px;
		margin-bottom:350px;
	}
}


.home-main{
	position:absolute;
	top:0;
}
#home-first-container{
	position:sticky;
	top:0;
	height:100vh;
	z-index:1;
}
#home-second-container{
	position:sticky;
	top:0;
	height:100vh;
	z-index:2;
}
#home-third-container{
	position:sticky;
	top:0;
	height:100vh;
	z-index:3;
}
#home-fourth-container{
	position:sticky;
	top:0;
	height:100vh;
	z-index:4;
}
#home-fifth-container{
	position:sticky;
	top:0;
	height:100vh;
	z-index:5;
}


/**************************************** @HOME ROUNDS QUI SE TOUCHENT ************************************/

.home-round{
	top:calc(100vh - 320px);
}
#main-round{
	top:calc(100vh - 550px);
}
@media only screen and (max-width: 960px) and (min-width: 400px)  {
	#fifth-round{
		top:calc(100vh - 350px);
	}	
}	
@media(max-width:400px){
	#main-round{
		top:calc(100vh - 490px);
		margin-bottom:0;
	}.page-id-2010 #colophon{
		margin-top:-115px;
	}
}

/**************************************** @SPIRITS-PAGE ************************************/

.spirits-main{
		overflow:scroll;
	    margin-top: 70px;
   	min-height: calc(100vh - 250px);
}
.page-id-4181 .spirits-main{
	    margin-top: 0;
}
.spirits-bottles{
	margin-left:260px;
	width:1050px;
}

.spirits-bottle{
	margin:0 -10px;
	height:650px;
}
#rhumb, #rhums{
	margin:0 0px;
}
#vodka, #gin{
	margin:0 -20px;
}

@media(max-width:960px){
	.spirits-bottles{
		margin-left:90px;
	}
}
/************************

@media(max-width:960px){
	.spirits-bottles{
		margin-left:90px;
   	 	width: 1260px;
	}#cafe, #triple-sec {
		margin: 0 10px
	}#vodka, #gin{
		margin: 0;
	}#rhumb, #rhums{
		margin: 0 15px;
	}
}
***********************************/

img.spirit-bottle {
	display: block;
    height: 650px;
    width: 500px!important;
}

.spirits-moto{
    font-size: 21px;
    font-weight: 800;
    left: 55px;
    top: 200px;
    position: absolute;
    line-height: 30px;
    letter-spacing: 5px;
}
@media(min-width:1350px){
	.spirits-moto{
    left: 85px;
	}
}

@media(max-width:960px){
	.spirits-moto{
    top: 160px;
	}
}

@media (max-width: 960px){
	.spirits-moto {
		top: 160px;
		z-index: 0;
		position: static;
		margin-bottom: -170px;
		margin-left: 60px;
		margin-top: 10px;
	}
}

@media (min-height: 900px){
	.spirits-bottle {
		margin: 0 -10px;
		height: unset;
	}img.spirit-bottle {
		height: 83vh;
		max-width: 50vh;
		width:unset!important;
	}
}


/**************************************** @STORY-PAGE ************************************/
.story-main-container{
	margin-left: 15%;
    padding-top: 140px;
	margin-bottom:50px;
}

.story-moto-container{
	float:left;	
}

.story-moto{
	position: sticky;
	position: -webkit-sticky;
	top:200px;
    height: 350px;
    width: 350px;
    background-color: #3c3c3b;
    border-radius: 100%;
    text-align: center;
	display:table;
}
.story-moto p{
	display:table-cell;
	vertical-align:middle;
	font-size: 40px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 3px;
	color: #f6f6f6;
}

.story-image-text{
	max-width:300px;
	font-family: 'Merriweather', serif;
	line-height: 30px;
    letter-spacing: 0.5px;
	color: #3F3F3E;
	margin:auto 10px auto 30px;
}
.story-image-text p {
    font-family: 'Jost',sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
}
.story-image{
	border-radius:100%;
	overflow:hidden;
	max-height:350px;
	max-width:350px;
	min-height:350px;
	min-width:350px;
}
.story-image img{
	display:block;
}
.story-main{
	margin-bottom:150px;
}
@media(max-width:1250px){
	.story.flex.md-row{
		flex-direction:column;
	}.story-image-text {
    	margin-left:20px;
		max-width:350px;
	}.story-main{
	margin-bottom:50px;
}
}
@media(max-width:992px){
	.story-main-container{
		margin-left: auto;
    	max-width: 350px;
    	margin-right: auto;
	}.story-image-text {
    	margin-left:0;
	}
}

@media(max-width:360px){
	.story-main-container{
			max-width:300px;
	}.story-image{
		max-height: 300px;
		max-width: 300px;
		min-height: 300px;
		min-width: 300px;
	}.story-moto{
		max-height: 300px;
		max-width: 300px;
		min-height: 300px;
		min-width: 300px;
	}.story-moto p{
		font-size:30px;
	}
}



/**************************************** @ACTIVISM-PAGE ************************************/
.activism-main-container{
	margin-bottom:100px;
}

.activism-container{
	display:flex;
	max-width:1300px;
	margin:10px auto 0;
	padding-top:50px;
}

.activism-container.right{
	flex-direction:row-reverse;
}
.activism-image{
	max-height:570px;
	max-width:570px;
	min-height:570px;
	min-width:570px;
	border-radius:100%;
	overflow:hidden;
}
.activism-text{
	max-width:300px;
	margin:auto;
}
.activism-text p{
	font-family: 'Merriweather', serif;
	line-height: 30px;
    letter-spacing: 0.5px;
	color: #3c3c3b;
}
.activism-image-block{
	position:relative;
}
.activism-image-text{
	width:210px;
	height:210px;
	position:absolute;
	left:20px;
	top:380px;
	border-radius:100%;
	background-color:green;
	text-align:center;
	display:table;
}
.activism-image-text p{
    display: table-cell;
    vertical-align: middle;
    color: #f6f6f6;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 30px;
}

@media(max-width:900px){
	.activism-container, .activism-container.right{
		flex-direction:column;
		max-width:450px;
	}.activism-text{
		padding-top:30px;
	}
}

@media(max-width:500px){
	.activism-container,  .activism-container.right{
			max-width:350px;
	}.activism-text{
		padding-top:30px;
	}.activism-image{
			max-height:350px;
			max-width:350px;
			min-height:350px;
			min-width:350px;
	}.activism-image-text {
    width: 130px;
    height: 130px;
    top: 200px;
    font-size: 16px;
	}.activism-image-text p {
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 24px;
	}
}


@media(max-width:360px){
	.activism-container,  .activism-container.right{
			max-width:300px;
	}.activism-text{
		padding-top:30px;
	}.activism-image{
			max-height:300px;
			max-width:300px;
			min-height:300px;
			min-width:300px;
	}.activism-image-text {
    width: 130px;
    height: 130px;
    top: 200px;
    font-size: 16px;
	}.activism-image-text p {
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 24px;
	}
}
	
/**************************************** @COCKTAIL-PAGE ************************************/

.cocktail-main{
	display:flex;
	max-width:1200px;
	flex-wrap:wrap;
	margin: 0 auto;
    padding-top: 100px;
}
.fullheight {
    min-height: calc(100vh - 150px);
}
.cocktail-container{
	max-width:400px;
	min-width:400px;
	position:relative;
	margin-bottom:50px;
}
.cocktail-main.preiss {
    padding-top: 0;
	margin-bottom:100px;
}
img.preisslogo {
    max-width: 150px;
    margin-left: 10px;
}

.preiss h3 {
    font-weight: 200;
}
.cocktail-image{
	max-width:370px;
	min-width:370px;	
	max-height:370px;
	min-height:370px;
	border-radius:100%;
	overflow:hidden;
}
h2.cocktail-kit {
    text-align: left;
    justify-content: left;
    text-transform: uppercase;
}
.cocktail-name{
	width:130px;
	height:130px;
	border-radius:100%;
	background-color:#3c3c3b;
	text-align:center;
	display:table;
	position:absolute;
}
.cocktail-name p{
    display: table-cell;
    vertical-align: middle;
    color: #f6f6f6;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 22px;
}


@media(max-width:1400px){
	.cocktail-main{
		max-width:800px;
	}
}
@media(max-width:1000px){
	.cocktail-main{
		max-width:400px;
	}
}
@media(max-width:600px){
	.cocktail-main{
		max-width:300px;
	}.cocktail-container{
		max-width:300px;
		min-width:300px;
	}.cocktail-image{
	max-width:300px;
	min-width:300px;	
	max-height:300px;
	min-height:300px;
	}.cocktail-name{
	font-size:18px;
	}
}	



/**************************************** @PRODUCT-PAGE ************************************/



.product-name-container{
	width:240px;
}

.product-description-main{
	max-width:40%;
	padding:0 15px;
	margin-left:20px;
}

@media(max-width:1350px){
	.product-name-container{
		width:210px;
		margin-right:30px;
	}.product-description-main{
	margin-left:0
	}
}

.product-description-container{
	margin:200px auto 100px auto;
	max-width:88%;
}

.product-bottle{
	width:40%;
}

.product-round{
    height: 180px;
    width: 180px;
    background-color: #3c3c3b;
    border-radius: 100%;
    text-align: center;
	display:table;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:10px;
	position:sticky;
}
.product-round p{
	display:table-cell;
	vertical-align:middle;
	font-size: 16px;
    font-weight: 800;
    line-height: 27px;
    letter-spacing: 3px;
	color: unset;
}

#product-name{
	top:300px
}
#buy-me{
	display:none;
}

#buy-me{
	top:500px;
	background-color:#FF6E2E;
}
#buy-me-2{
	display:none;
	background-color:#FF6E2E;
}
.product-description-more{
	margin:20px auto;
}

.product-description-more.flex.row{
	flex-wrap:wrap;
	margin-left:-17px;
}

.product-description-title img{
	max-height:70px;
	margin-right:20px;
	margin-left:-5px;
}
.product-description-title p{
	font-family: 'Jost';
	justify-content:center;
	align-items: center;
	margin-top:25px;
	font-weight:700;
	letter-spacing:3px;
}
.product-certifications-image{
	max-height:60px;
	padding:7px;
}

.product-certifications-image {
    height: 117px;
    max-height: 117px;
    padding: 0;
    width: 100px;
    min-width: 100px;
	filter: grayscale(1);
}



.product-cocktail-container{
	max-width:470px;
	min-width:470px;
	position:relative;
	margin-bottom:50px;
}

.product-cocktail-container img{
	display:none;	
}
	
.product-cocktail-container img{
	max-width:470px;
	min-width:470px;	
	max-height:470px;
	min-height:470px;
	border-radius:100%;
	overflow:hidden;
}

.product-cocktail-name-round{
	position: relative;
	margin:0 0px 10px;
}
.product-cocktail-name-round p{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Jost',sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 0px;
}

.product-cocktail-recipe {
    margin-top: -20px;
	margin-left:-23px;
}

.product-bottle-name{
	position:sticky;
	top:120px;
}

.product-cocktail-recipe ul{
	margin:0;
}

.product-bottle-container{
	height:750px;
	width:300px;
	overflow:hidden;
	margin-right: auto;
    margin-left: 15%;
}

.product-bottle-container img{
	height:700px;
}

.parent-pageid-1654 #colophon{
	margin-top:-50px;
}
.parent-pageid-1654 .container-fluid{
	margin-top:-20px;
}

.product-description, .product-description-more{
	font-family: 'Merriweather', serif;
	line-height: 30px;
    letter-spacing: 0.5px;
	color: #3F3F3E;
}
.product-table{
	margin-top:15px;
}
.product-table tr td{
	vertical-align:top;
}
.tasting-table tr td:first-child{
	font-weight:600;
	padding-right:10px;
}
.award-table tr td:nth-child(2){
	font-weight:600;
	padding-right:10px;
	padding-left:10px;
}

.productlogoback{
    display:none;
}

@media(max-width:997px){
	.product-name-container{
	display:none;
	}.product-bottle{
		width:100%;
		overflow:hidden;
	}.product-description-main{
		max-width:100%;
		overflow:hidden;
	}.parent-pageid-1654 .container-fluid.flex.md-row{
		display:flex;
		flex-direction:column-reverse;
	}.product-name-container-secondary{
		float:left;
		margin-left:10%;
	}.product-bottle-name{
		max-width:88%;
		margin:auto;
	}.product-bottle-container{
		margin-left: auto;
        text-align: center;
	}.product-description-container {
		margin-top:50px;
	}#product-name-2{
		position:absolute;
		top:230px;
		display:none;
	}#buy-me-2{
		position:absolute;
		top:430px;
	}.product-bottle {
		width: 100%;
		overflow: hidden;
		transform: scale(0.8);
		margin-bottom: -120px;
	}.productlogo{
		display:none;
	}.productlogoback{
		position: sticky;
        top: 43px;
        max-width: 164px;
        left: 22px;
        margin-top: -106px;
        display: inherit;
	}.parent-pageid-4181 .site-branding img, .parent-pageid-1654 .site-branding img{
		opacity: 0;
	}
}

@media(min-width:997px){
	.product-name-container-secondary{
	display:none;
	}
}

@media(max-width:500px){
	.product-cocktail-container{
		max-width:350px;
		min-width:350px;
		position:relative;
		margin-bottom:50px;
		margin-left:0;
	}.product-cocktail-container img{
		max-width:350px;
		min-width:350px;	
		max-height:350px;
		min-height:350px;
		border-radius:100%;
		overflow:hidden;
	}.product-cocktail-name-round{
		margin:0;
	}
}

@media(max-width:470px){
	.product-round{
		display:none;
	}.product-bottle-container {
   	 	
	}.page-id-1718 .product-bottle-container, .page-id-4109 .product-bottle-container {
    	margin-left: 16%;
	}
}

.product-cocktail-container {
    position: relative;
}


/**************************************** @POLICIES-PAGE ************************************/


.policies-main{
	height:100vh;
}
.policies-container{
	display:flex;
	flex-direction: column;
	text-align:center;
	margin-top:150px;	
}
.policies-container a:hover{
	background-color:#3c3c3b;
	color:#f6f6f6!important;
}
.policies-container a{
	padding: 15px;
	width:300px;
	border:1px solid #3c3c3b;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
/**************************************** @TERMS-PAGE ************************************/
.terms-container{
	max-width:80%;
	margin:100px auto;
}

/**************************************** @INDIVIDUAL-COCKTAIL-PAGE ************************************/

.ind-cocktail-main{
	display:flex;
	max-width:1050px;
	flex-wrap:wrap;
	margin: 0 auto 60px;
    padding-top: 50px;
	min-height: calc(100vh - 270px)
}

.ind-cocktail-container{
	max-width:470px;
	min-width:470px;
	position:relative;
	margin:auto;
}

.ind-cocktail-image{
	max-width:470px;
	min-width:470px;	
	max-height:470px;
	min-height:470px;
	border-radius:100%;
	overflow:hidden;
}

.ind-cocktail-name{
	width:170px;
	height:170px;
	border-radius:100%;
	background-color:#3c3c3b;
	text-align:center;
	display:table;
	position:absolute;
}
.ind-cocktail-name p{
	display:table-cell;
	vertical-align:middle;
	color:#f6f6f6;
	font-size:20px;
	font-weight:700;
	letter-spacing:3px;
}
.ind-cocktail-text{
	margin:auto 50px;
	max-width:400px;
}
.ind-cocktail-text p{
	font-family: 'Merriweather', serif;
	color:#3c3c3b;
	line-height:24px;
}
.cocktail-prev-next {
    display: flex;
    margin-left: auto;
	margin-top:auto;
}

.cocktail-switchers{
    position: relative;
    display: flex;
    margin-left: auto;
}
.cocktail-switcher{
	max-width: 30px;
    margin-right: 30px;
}

.ind-cocktail-close{
    max-width: 20px;
    position: absolute;
    top: 250px;
    right: 15%;
	z-index:100;
}
.ind-cocktail-recipe ul{
	line-height: 30px;
    margin-left: -20px;
}

@media(min-width:1003px){
	.page-id-3746 .ind-cocktail-recipe{
		margin-right:100px;
	}
}
@media(max-width:1003px){
	.ind-cocktail-main{
		max-width:470px;
		display:flex;
		flex-direction:column;
	}.cocktail-switchers {
    	position: relative;
		right:unset;
		bottom:unset;
	}.cocktail-prev-next{
		margin: 30px auto;
	}.cocktail-switcher {
		margin-right: 40px;
		margin-left: 40px;
	}.ind-cocktail-text {
		margin: 0 auto;
 	   	max-width: 100%;
   	 	padding: 0 50px 0 0px;	
	}
}

@media(max-width:500px){
	.ind-cocktail-container{
		transform:scale(0.7);
		margin-left:-40px;
	}.ind-cocktail-main{
		max-width:100%;
		overflow:hidden;
	}.ind-cocktail-close {
    top: 180px;
	}
}

/**************************************** @CONTACT-PAGE ************************************/

.contact-main{
	display:flex;
	flex-wrap:wrap;
	margin: 0 auto 60px;
    padding: 50px;
	min-height: calc(100vh - 300px)
}

.contact-image-container{
	position:relative;
}

.contact-image{
	max-width:600px;
	min-width:600px;	
	max-height:600px;
	min-height:600px;
	border-radius:100%;
	overflow:hidden;
}

.contact-image-name{
	width:150px;
	height:150px;
	border-radius:100%;
	background-color:#3c3c3b;
	text-align:center;
	display:table;
	position:absolute;
	top:0;
}
.contact-image-name p{
	display:table-cell;
	vertical-align:middle;
	color:#f6f6f6;
	font-size:20px;
	font-weight:700;
	letter-spacing:3px;
}
.page-template-Fair-contact2 .contact-image-name p{
	font-size:16px;
}
.contact-form-container{
	margin:auto;
}
.form-name{
	margin-right:5%
}
.form-name input{
	width:95%;
}
.form-subject input{
	width:100%
}
.wpcf7-form input, .wpcf7-textarea{
	background-color:#f6f6f6;
}
.form-submit {
    height: 120px;
    width: 120px;
    background-color: #ff6d2d;
    border-radius: 100%;
    margin-left: auto;
	cursor:pointer;
}
.form-submit input{
	background-color:transparent;
	padding:52px 0 0 3px;
	width:120px;
	text-align:center;
	font-family:'Jost',sans-serif;
	text-transform:uppercase;
	font-weight:800;
	letter-spacing:4px;
	color:#f6f6f6;
	border:none;
	cursor:pointer;
}
.form-submit input[type=submit]:focus {
    outline: 0;
}
.wpcf7-form label{
	letter-spacing:3px;
	font-size:14px;
	font-weight:300;
}
.wpcf7-form .flex div{
	margin-top:20px;
}

@media(min-width:1400px){
	.contact-form-container{
		width:40%;
		margin: 0 auto 0 0;
	}.contact-image-container{
	width:40%;
	position:relative;
	margin:0 10% 0 0;
}
}
@media(max-width:1400px){
	.contact-main{
		flex-direction:column;
		max-width:600px;
		margin:auto;
	}.contact-form-container{
		width:100%;
	}
}



@media(max-width:700px){
	.contact-image-container {
		max-width: 330px;
		margin: auto;
	}.contact-image{
		max-width:330px;
		min-width:330px;	
		max-height:330px;
		min-height:330px;
		border-radius:100%;
		overflow:hidden;
	}.contact-main{
		max-width:350px;
		padding:0;
		margin:auto;
		padding-top:50px;
		margin-bottom:50px;
	}.wpcf7 .flex.row{
		flex-direction:column;
	}.form-name input, .form-email imput{
		width:105%;
	} .wpcf7 input[type=email]{
		width:100%;
	}
}

/**************************************** @SHOP-PAGE ************************************/

.shop-main{
	display:flex;
	flex-wrap:wrap;
	margin: 0 auto 60px;
    padding: 50px;
	min-height: calc(100vh - 300px)
}

.shop-image-container{
	position:relative;
}

.shop-image{
	max-width:600px;
	min-width:600px;	
	max-height:600px;
	min-height:600px;
	border-radius:100%;
	overflow:hidden;
}

.shop-image-name{
	width:150px;
	height:150px;
	border-radius:100%;
	background-color:#3c3c3b;
	text-align:center;
	display:table;
	position:absolute;
	top:0;
}
.shop-image-name p{
	display:table-cell;
	vertical-align:middle;
	color:#f6f6f6;
	font-size:20px;
	font-weight:700;
	letter-spacing:3px;
}
.shop-form-container{
	margin:auto;
}

.shop-form-container p{
	font-family: "Jost";
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:700;
}



.shop-links{
	display:none;
}
.shop-links .shop{
	width: 170px;
    height: 110px;
    margin: 15px 15px 15px 0;
    border: 1px solid #3c3c3b42;
	border-radius:3px;
}
.shop-links .shop img{
	height: 100%;
    margin: auto;
    display: block;
}
#shops-usa{
	display:unset;
}
#selectlocation{
	display:none;
}

#location{
	width: 350px;
    background-color: transparent;
    border-radius: 2px;
    height: 48px;
    padding: 10px 20px;
    border: 1px solid #3c3c3b42;
}

.shop-location .title, .location-shop .title{
	font-family:'Merriweather', serif;
}
.shop-location, .location-shop{
	margin-top:40px;
}
.location-shop .title{
	margin-bottom:-15px;
}

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

.shopbutton {
    display: flex;
    color: #f6f6f6;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 3px;
    background-color: #222221;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    text-align: center;
    margin: 10px auto;
    align-items: center;
    line-height: 24px;
}
#shops-usa .shopbutton {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    padding: 20px;
}
@media(min-width:1400px){
	.shop-form-container{
		width:40%;
		margin: 0 auto 0;
		padding-top:70px;
	}.shop-image-container{
	width:40%;
	position:relative;
	margin:0 10% 0 0;
}
}
@media(max-width:1400px){
	.shop-main{
		flex-direction:column;
		max-width:600px;
		margin:auto;
		padding:0;
	}.shop-form-container{
		width:100%;
	}
}



@media(max-width:700px){
	.shop-image{
		max-width:370px;
		min-width:370px;	
		max-height:370px;
		min-height:370px;
		border-radius:100%;
		overflow:hidden;
	}.shop-main{
		max-width:370px;
		padding:0;
		margin:auto;
	}
}

@media(max-width:400px){
	.shop-image{
		max-width:330px;
		min-width:330px;	
		max-height:330px;
		min-height:330px;
		border-radius:100%;
		overflow:hidden;
	}.shop-main{
		max-width:330px;
		padding:0;
		margin:auto;
	}.shop-links .shop{
		width:150px;
	}#location{
		width:330px;
	}
}



.error-404.not-found{
	max-width: 500px;
    margin: auto;
    padding: 15px;
}

.error-404 .activism-image-text {
    top: 0px;
}



.spirits-bottles {
    width: 1180px;
}
@media(min-width:1400px){
	.spirits-bottles {
    margin-left: 380px;
	}
}
#rhumb{
	margin: 0 -10px 0 -20px;
}

#rhumnewbel{
	margin: -2px 0px 0 -30px;
}
#rhumnewspice{
	margin: -2px -30px 0 0;
}
/**************************************** NEW HOME PAGE ************************************/

.homecontainer{
	margin: 50px auto;
    width: fit-content;
	display: flex;
    flex-direction: column;
}

.homesubcontainer{
	margin: auto;
    width: fit-content;
    display: flex;
    flex-direction: row;
}

.homesmallcontainer{
		margin: 20px;
	    height: 400px;
    	width: 400px;
	    border-radius: 100%;
}

.homesmallcontainer.text {
    background: #1d1d1c;
    display: flex;
    text-align: center;
    align-items: center;
    color: #f6f6f6;
    font-family: 'Jost';
    font-weight: 700;
	font-size: 27px;
    justify-content: center;
}

.homesmallcontainer.image{
	background: #f6f6f6;
	overflow: hidden;
	background-position: center;
    background-size: cover;
}

.homesmallcontainer.image.first{
	background-image: url(/wp-content/uploads/2023/10/FAIR-Espresso-Martini.png);
}

.homesmallcontainer.image.second{
	    background-image: url(/wp-content/uploads/2020/10/fairboliviawoman-min.png);
}


@media(max-width:880px){
	.homesubcontainer {
    flex-direction: column;
	}
}

@media(max-width:440px){
	.homesmallcontainer {
		margin: 10px;
		height: 300px;
		width: 300px;
	}
	.homesmallcontainer.text {
		font-size: 21px;
	}
}

@media(max-width:440px){
	.homesmallcontainer {
		margin: 5px;
		height: 200px;
		width: 200px;
	}
	.homesmallcontainer.text {
		font-size: 14px;
	}
}

/**************************************** NEW ACTIVISM PAGE ************************************/

.activtop {
    display: flex;
	width: fit-content;
	margin:50px auto 0;
}
.activtop.bottom {
	margin-bottom:100px;
}
.engagemain{
	display:flex;
	flex-direction: row;
}

@media(max-width:880px){
	.activtop {
		flex-direction: column;
	}
	.engagemain {
		flex-direction: column;
	}
	.engagesub.imagelogo {
		margin-bottom: 100px;
	}
}
.founders {
    margin: 20px;max-width: 450px;
}
.founderimage {
    position: relative;
	margin: auto;
    width: fit-content;
}
.founderpic {
    height: 300px;
    width: 300px;
    background-color: #f6f6f6;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
}
a .founderpic {
    border-radius: 0%;
}
.founderpic.alex {
    background-image: url(/wp-content/uploads/2023/10/PORTRAIT-ALEX.jpg);
}
.founderpic.paul {
    background-image: url(/wp-content/uploads/2023/10/PORTRAIT-PAUL.jpg);
}
.founderpic.paulg {
    background-image: url(/wp-content/uploads/2025/01/paulgabie.png);
}
.founderpic.fairtrade{
	background-image: url(/wp-content/uploads/2020/10/fairfairtrade-min.png);
		filter:grayscale(1);
}
.founderpic.agri{
	background-image: url(/wp-content/uploads/2025/01/agriethique.png);
		filter:grayscale(1);
}
.founderpic.eco{
	background-image: url(/wp-content/uploads/2025/01/ecospirits-logo.png);
	background-size: contain;
    background-repeat: no-repeat;
		filter:grayscale(1);
}


.founderdesc {
    position: absolute;
    bottom: 10px;
    right: -30px;
    text-align: center;
    background-color: #ed6d36;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    color: white;
    padding-top: 28px;
	font-size:14px;
}
.activtop.agri {
    flex-direction: column;
    align-items: center;
    text-align: justify;
}

span.foundername {
    font-family: 'Merriweather',serif;
    font-weight: 800;
}

p.boldmain {
    font-weight: 600;
}

.foundertext p:nth-child(2) {
    font-family: 'Merriweather';
    text-align: justify;
}

.activbottom{
	display: flex;
	flex-direction:column;
	width: fit-content;
    margin: 50px auto 100px;
}


.engagesub.imagelogo {
	height: inherit;
    background-image: url(/wp-content/uploads/2020/10/fairfairtrade-min.png);
    background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
    width: 100%;
	min-height: 410px;
	filter:grayscale(1);
}

.engagesub {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 450px;
	margin:20px;
}


.engageround {
    width: 300px;
    height: 300px;
    background-color: #8c8c8c;
    border-radius: 100%;
    color: #424242;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
	padding: 10px;
	font-size:24px;
		color: white;

}

.engageroundnumber {
    font-size: 90px;
    line-height: 90px;
	font-weight:700;
		color: white;

}
.engagetext {
    font-family: 'Merriweather';
    margin-top: 20px;
    text-align: justify;
}
.activvideo {
    max-width: 900px;
    width: 100%;
    margin: 100px auto;
	padding:20px;
}
.spirits-bottles.new {
    width: 710px;
}
a#arhumnewbel2 {
    margin: 0 10px;
}
@media (min-width: 880px){
	.spirits-bottles.new {
		margin-left: 40%;
	}
}
@media (max-width: 880px){
	.spirits-bottles {
		margin-left: 20%;
	}
}
.spirits-bottles.liqueurs {
    width: 1850px;
	margin-right:100px;
}
@media (min-width: 1400px){
	.spirits-bottles.liqueurs {
		margin-left: 15%;
	}
}	
.parent-pageid-4181 .container-fluid.flex.md-row {
    margin-top: -100px;
}
/********************TESST NEW HOME PAGE**************************/

.page-template-Fair-New-home001{
    min-height: 100vh;
	background-color:#925745;
}


.page-template-Fair-New-home001.class-b{
	background-color: #ad6f5e; /*Cafe*/
/*	background-image: url(/wp-content/uploads/2024/01/04-FAIR-CAFÉ_PACKSHOT-70CL-COLOR-BG-min-1.png);
*/  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-Fair-New-home001.class-c{
	background-color: #FC0001; /*Chipotle*/
/*	background-image: url(/wp-content/uploads/2024/01/04-FAIR-CAFÉ_PACKSHOT-70CL-COLOR-BG-min-1.png);
*/  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-Fair-New-home001.class-d{
	background-color: #ff9301; /*Kumquat*/
/*	background-image: url(/wp-content/uploads/2024/01/04-FAIR-KUMQUAT_PACKSHOT-70CL-COLOR-FULL-BG-min-1.png);
*/    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-Fair-New-home001.class-e{
	background-color: #aeebca; /*Elderflower*/
/*	background-image: url(/wp-content/uploads/2024/01/04-FAIR-ELDELFLOWER_PACKSHOT-70CL-COLOR-BG-min-1.png);
*/    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-Fair-New-home001.class-f{
	background-color: #a25ef7; /*Acai*/
/*	background-image: url(/wp-content/uploads/2024/01/04-FAIR-AÇAI_PACKSHOT-70CL-COLOR-BG-min-1.png);
 */   background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-Fair-New-home001.class-g{
	background-color: #ffdd0b; /*Ginger*/
/*	background-image: url(/wp-content/uploads/2024/01/04-FAIR-GINGER_PACKSHOT-70CL-COLOR-BG-min-1.png);
 */   background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-Fair-New-home001.class-h, .page-template-Fair-New-home001.class-a{
	background-color: #fc498a; /*Passion*/
/*	background-image: url(/wp-content/uploads/2024/01/04-FAIR-PASSION_PACKSHOT-70CL-COLOR-FULL-BG-min-1.png);
*/    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-Fair-New-home001 {
	background-image: url(/wp-content/uploads/2024/07/background.png);
}

/*
.page-template-Fair-New-home001.class-h{
	background: #dfd6d1; 
}
.page-template-Fair-New-home001.class-i{
	background: #324194; 
}

.page-template-Fair-New-home001.class-j{
	background: #231f1e; 
}
.page-template-Fair-New-home001.class-k, .page-template-Fair-New-home001.class-a{
	background: #dbd9cd; 
}
*/
.class-h img.spirit-bottle-home, .class-i img.spirit-bottle-home {
   /* bottom: -200px; */
}


.page-template-Fair-New-home001.class-i img.custom-logo, .page-template-Fair-New-home001.class-j img.custom-logo {
    filter: brightness(20);
}
.page-template-Fair-New-home001.faded{
    transition: background-color 1s ease;
}

.page-template-Fair-New-home001::before{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	background: rgb(255,255,255);
	background: linear-gradient(320deg,rgb(255 255 255/8%) 0%,rgb(255 255 255/29%) 45%,rgb(255 255 255/0%) 100%);
	z-index:-1;
	min-height:620px;
}



.page-template-Fair-New-home001 footer#colophon {
    background-color: inherit;
	padding-bottom:20px;
	margin-top: 30px;
}

.page-template-Fair-New-home001 .homecontainer{
	min-height: calc(100vh - 190px);
    margin: auto 10% auto 10%;
}
/*.page-template-Fair-New-home001 #masthead{
	margin-top:0;
	padding-top:50px;
}*/
.page-template-Fair-New-home001 #masthead.sticky{
	background-color:inherit;
}
.spirits-main-home {
    position: absolute;
    top: 0;
    height: 100vh;
    overflow: hidden;
    left: 0;
    width: 100vw;
	min-height:620px;
}
img.spirit-bottle-home {
    position: absolute;
    right: 20%;
	filter: drop-shadow(2px 4px 66px #0000007a);
    bottom: 50px;
    max-height: 80vh;
	transition:none;
}

@media(max-width:1250px){
	img.spirit-bottle-home {
		right: unset;
		left: 65%;
	}
}
@media (max-width: 960px){
	.page-template-Fair-New-home001 .menu-shop-button {
		top: 60px;
	}	.page-template-Fair-New-home001 .sticky .menu-shop-button.give, .page-template-Fair-New-home001 .sticky .menu-shop-button.shop {
		top:60px;
	}
}
@media(max-width:850px){
	img.spirit-bottle-home {
		right: unset;
		left: unset;
		margin:auto;
	}.page-template-Fair-New-home001 .homecontainer {
		margin: auto;
	}.page-template-Fair-New-home001 .homesmallcontainer {
		height: 200px;
		width: 200px;
	} .page-template-Fair-New-home001 .homesmallcontainer.text{
		font-size: 18px;
	} .page-template-Fair-New-home001 .homesubcontainer {
	    margin-top: 0;
	} .page-template-Fair-New-home001 .spirits-bottle-home{
		position:relative;	
		width: fit-content;
		margin: auto;
	} .page-template-Fair-New-home001 img#bottleimagehome{
		position:relative;	
	} .page-template-Fair-New-home001 img.spirit-bottle-home {
		max-height: 50vh;
		bottom: -330px
	} 
}
@media screen and (min-width: 850px) and (max-height: 550px) {
	.page-template-Fair-New-home001 img.spirit-bottle-home{
		max-height:210vh;
	}
}


@media (min-width: 761px){
	.page-template-Fair-New-home001 .homecontainer {
		min-height: calc(100vh - 170px); 
	}
}

.toggled .shop-main, .toggled .homecontainer, .toggled .spirits-main-home, .toggled .activmain {
    opacity: 0;
}

header#masthead {
    margin-bottom: 100px;
}
.page-id-1969 .menu-shop-button.shop {
    display: none;
}
.page-id-4317 .product-description-title.flex.row:nth-child(6) {
    display: none;
}
.avwp-av{
	background: #3b3b3a;
	border-radius:100%;
	height:420px;
	padding:66px;
}
.avwp-av img{
	max-width:70%;
	filter: brightness(100);
	margin-top:20px;
	margin-left:-25px;
}
.avwp-av h2{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	color: white;
	letter-spacing: 1px;
	padding:0;
	margin:0;
}
.avwp-av p{
	color: white;
	margin-bottom:30px;
	font-size:14px;
}
.avwp-av button{
	font-family: Jost;
	font-weight:500;
	letter-spacing:3px;
	border-radius:1px;
	color: black;
}
.avwp-av button.yes{
		background-color: #eeeeee;
	}
.avwp-av button.no{
		background-color: #848483;
	}
.avwp-av button.yes:hover{
	background: #ffffff;
}
@media(max-width: 1000px){
	.avwp-av-overlay{
		background-image:url('/wp-content/uploads/2025/01/FAIRsplash2tall-min.png')!important;
	}
}	
@media(max-width: 500px){
	.avwp-av-overlay{
		background-image:url('/wp-content/uploads/2025/01/FAIRsplash2thin-min.png')!important;
	}
	.avwp-av{
		height: 320px;
		width: 320px;
		left:calc(50% - 160px)!important;
		top: calc(50% - 160px) !important;
		padding: 48px;
	}
	.avwp-av img{
		margin-bottom: 0px;
		margin-top:0px;
	}
	.avwp-av h2{
		font-size: 16px;
		margin:0;
		padding-bottom:0;
	}.avwp-av p{
		font-size: 12px;
		margin-bottom:10px;
		line-height:16px;
	}
	.avwp-av button{
		margin-top: 5px;
	}
	.avwp-av button.no, .avwp-av button.yes{
		max-width:70%;
		justify-self: center;
		margin: 7px auto;
	}
}
.product-name-container div#product-name {
    display: none;
}
.productlogo {   
    margin-left: -48px;
    max-width: 290px;
}
.product-name-container div#product-name {
    display: none;
}
.ecopics {
    display: flex;
    margin: 10px auto;
    flex-wrap: wrap;
	justify-content:center;
}
.ecoimg {
    max-width: 200px;
    margin: 20px;
}
.activtop.agri.eco {
    margin: auto;
    max-width: 960px;
}
.activtop.agri.eco h2{
	margin-right: auto;
    max-width: calc(100% - 80px);
    margin-left: 20px;
    text-align: left;
}
.eco .founders{
	max-width: unset;
}
.eco .founders{
	max-width: unset;
}
.founders.ecos {
    max-width: 400px;
    margin-bottom: 100px;
}

.engagesub.imagelogo.agri{
	width:300px;
	    background-image: url(/wp-content/uploads/2025/01/agriethique.png);
	margin-bottom:0;
}
.engagesub.imagelogo.agri.bottle{
	background-image: url(/wp-content/uploads/2025/09/newbottlefair.png);
}
.agri .engagetext{
	max-width: 400px;
	margin: 0 20px;
}
.engagesub.lightbottle {
    margin: auto;
}