/*
Theme Name: BottleCru26
Description: Child theme for Avada theme, created for BottleCru
Author: SD Design Web
Author URI: https://sddesignweb.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* VARIABLES
======================================================================
====================================================================== */

:root {
  --primary: #8d2222;
  --primary-dark: #6f1a1a;
  --cream-top: #f8f3ee;
  --cream-bottom: #efe6dc;
  --text-light: #f8f3ee;
  --text-dark: #2f2f2f;
  --text-red: #5f1b17;
  --card-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  --card-shadow-hover: 0 14px 30px rgba(0, 0, 0, 0.12);
  --wine: #8d2222;
  --wine-soft: rgba(141,34,34,0.15);
}


@font-face { font-family: CormorantGaramond; src: url(./fonts/CormorantGaramond-Italic-VariableFont_wght.woff2); }

 .cormorant-font, .cormorant-font h1, .cormorant-font h2, .cormorant-font h3, .cormorant-font p {
	font-family: 'CormorantGaramond', serif !important;
	font-weight: bold !important;
 }
 
 .roboto-font {
	font-family: 'Roboto', sans-serif !important;
 }


.fusion-logo img {
	width:180px !important;
}

/* hide the normal site logo on the home page */
.home .fusion-logo {
	visibility:hidden;
}


/* don't show page title automatically at top of page */
.avada-page-titlebar-wrapper {
	display:none;
}

/* hide comments link for blog posts */
.fusion-comments {
	display:none;
}


#main {
	padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#content {
	margin-bottom:0 !important;
}

/* 404 page, Search page, etc */
body:not(.home) #content:not(.bottlecru-content) {
	margin-top: 120px;
    padding: 0 24px 48px 24px;
}

body.page-template-template-bottlecru-inline-header #content:not(.bottlecru-content) {
	margin-top:0;
	padding: 0 24px 0 24px;
}

body.page-template-template-bottlecru-inline-header .fusion-logo {
	visibility:hidden;
}

.bottlecru-content {
	width:100% !important;
	box-sizing:border-box;
	background: url('./images/pexels-david-1277181_smaller_blurred_bw_bg.jpg') center center repeat;
	background-size:cover;
	padding-bottom: 36px;
}
.bottlecru-content .post-content {
	width: 80%;
    margin: 0 auto;
}
.bottlecru-content .fusion-builder-row-1 {
	margin-top:136px !important;
}

.auto-height {
	height: auto !important;
}

@media only screen and (max-width: 560px) {
	.small-screen-hidden {
		display:none !important;
	}
}

button {
	display: block;
    margin: 4px auto;
    background: #666;
    color: #fff;
    padding: 8px;
    font-weight: bold;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
	background: #777;
}

.gray-border-button {
    display: block;
    margin: 0 auto 1em auto;
    padding: 0.3em 1em;
    border: 2px solid #000;
    border-radius: 0.5em;
    background: #efefef;
    color: #333;
    font-size: 1em;
    line-height: 1.3em;
    cursor: pointer;
}
.gray-border-button:hover {
    background: #e8e1e1 !important;
}

.red-button {
	background: #8d2222 !important;
	display:inline-block;
	color:#fff;
	border:none !important;
	margin:0.5em auto 1em auto;
	padding: 0.7em 1em;
	min-width:160px;
	max-width: 400px;
}
.red-button:hover {
	background:#a52222 !important;
	color:#fff;
}

.red-border {
	border:2px solid #8d2222 !important;
}

.light-faded-box {
    background: rgba(188,3,11,0.2);
	/*background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 35%, rgba(255,255,255,0.3) 100%);*/
	background: linear-gradient(90deg, rgba(166,3,10,0.2) 0%, rgba(188,3,11,0.2) 35%, rgba(224,3,13,0.2) 100%);
	padding: 4px 12px;
	box-sizing:border-box;
}
.light-faded-box:hover {
	/*background: #ffffff21;
	background: linear-gradient(90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.2) 35%, rgba(255,255,255,0.1) 100%);*/
	background: rgba(188,3,11,0.3);
	background: linear-gradient(90deg, rgba(166,3,10,0.3) 0%, rgba(188,3,11,0.3) 35%, rgba(224,3,13,0.3) 100%);
}
.yellow-highlight-box {
    background: rgba(217,185,112,0.7);
	background: linear-gradient(90deg, rgba(194,167,105,0.7) 0%, rgba(217,185,112,0.7) 35%, rgba(233,202,131,0.7) 100%);
	padding: 4px 12px;
	box-sizing:border-box;
}
.yellow-highlight-box:hover {
	background: rgba(217,185,112,0.9);
	background: linear-gradient(90deg, rgba(194,167,105,0.9) 0%, rgba(217,185,112,0.9) 35%, rgba(233,202,131,0.9) 100%);
}
.light-faded-box h5, .yellow-highlight-box h5 {
	font-size:1.2em;
	margin:0;
}
.light-faded-box p, .yellow-highlight-box p {
	font-size:0.9em;
}
.yellow-highlight-box a {
	color:#fff !important;
	text-decoration:underline;
	font-weight:bold;
}
.yellow-highlight-box a:hover {
	color:#eee !important;
}

.center-text {
    text-align: center;
}

.bright-text {
	color: #fff !important;
}

.red-text {
	color:#8d2222 !important;
}

.green-text, .white-text {
	color:#508d24  !important;
}

.paragraph {
	margin:1em 0;
}

 .smaller-note {
	font-size: 0.8em;
	font-style:italic;
 }
 
 .very-small-note {
	font-size: 0.5em;
	font-style:italic;
 }
 
.brighter-link-text {
	color:#4fa9f1 !important;
	font-weight:bold;
}
.brighter-link-text:hover {
	color:#61b9ff !important;
}

.bottlecru-red, .bottlecru-red > h1, .bottlecru-red > h2, .bottlecru-red > h3, .bottlecru-red > h4 {
	color: #8d2222 !important;
}

.bottlecru-green, .bottlecru-green > h1, .bottlecru-green > h2, .bottlecru-green > h3, .bottlecru-green > h4 {
	color: #508d24 !important;
}

.bottlecru-rose, .bottlecru-rose > h1, .bottlecru-rose > h2, .bottlecru-rose > h3, .bottlecru-rose > h4 {
	color: #d677be !important;
}

.bottlecru-yellow, .bottlecru-yellow > h1, .bottlecru-yellow > h2, .bottlecru-yellow > h3, .bottlecru-yellow > h4 {
	color: #c9a949 !important;
}

.bottlecru-red-separator div {
	border-color: #8d2222 !important;
}

.bottlecru-green-separator div {
	border-color: #508d24 !important;
}

.bottlecru-red-background {
	background: #8d2222 !important;
}
.bottlecru-red-background h3 {
	color: #fff !important;
}

.light-red-background {
	background: #fff1f1 !important;
}

.z-upper {
	z-index:999;
}

a {
	color: #3388cc !important;
}
a:hover {
	color: #41a7f8 !important;
}
.fusion-footer a {
	color: #ccc !important;
}
.fusion-footer a:hover {
	color: #fff !important;
}
#sign-in-icon a {
	color: #8d2222 !important;
	font-weight:700;
}
.nav-menu-link a {
	color: #fff !important;
}
a.nav-menu-button {
	color: #333 !important;
}

h5 {
    color: #333;
    font-size: 1.3em;
    font-weight: 300;
    margin: -0.4em 0 0 0.2em;
}

@media only screen and (max-width: 560px) {
	h1 {
		font-size:42px !important;
	}
}

@media only screen and (max-width: 400px) {
	h1 {
		font-size:34px !important;
	}
}


h2 {
	/*color:#8d2222;*/
	color:var(--text-red);
	text-shadow:none;
	font-weight:bold;
	margin:-0.1em 0 -0.1em 0.1em;
	font-size:2.2em;
	font-family: 'CormorantGaramond';
	line-height: 1.1em;
}
.larger-h2 {
	font-size:2.9em !important;
}
@media only screen and (max-width: 992px) {
	h2 {
		font-size:1.8em;
	}
	.larger-h2 {
		font-size:2.6em !important;
	}
}
@media only screen and (max-width: 560px) {
	h2 {
		font-size:1.6em;
	}
	.larger-h2 {
		font-size:2.3em !important;
	}
}
@media only screen and (max-width: 400px) {
	h2 {
		font-size:1.3em;
	}
	.larger-h2 {
		font-size:1.9em !important;
	}
}

.overflow-hidden {
    overflow: hidden;
}

.force-overflow-visible {
	overflow:visible !important;
}

.left-column-20 {
	float:left;
	width:20%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.left-column-25 {
	float:left;
	width:25%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.left-column-33 {
	float:left;
	width:33%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.left-column-50 {
	float:left;
	width:50%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.left-column-54 {
	float:left;
	width:54%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.left-column-66 {
	float:left;
	width:66%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.left-column-75 {
	float:left;
	width:75%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.left-column-80 {
	float:left;
	width:80%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.right-column-20 {
	float:right;
	width:20% !important;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.right-column-25 {
	float:right;
	width:25% !important;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.right-column-33 {
	float:right;
	width:33%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.right-column-46 {
	float:right;
	width:46%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.right-column-50 {
	float:right;
	width:50%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.right-column-75 {
	float:right;
	width:75%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.right-column-66 {
	float:left;
	width:66%;
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}

.force-column-28 { width:28% !important; }


.menu-icon-box-black {
	background:#fff;
	text-align:center;
	position:relative;
	border:2px solid #000;
	/*overflow:hidden;*/
	-webkit-border-radius: 16px; 
	-moz-border-radius:    16px; 
	border-radius:         16px;
	width:23%;
	box-sizing:border-box;
	z-index:2;
}
.menu-icon-box-black img {
	-webkit-border-radius: 16px; 
	-moz-border-radius:    16px; 
	border-radius:         16px;
}

.menu-icon-box-red {
	background:transparent;
	text-align:center;
	position:relative;
	border:2px solid #8d2222;
	overflow:hidden;
	-webkit-border-radius: 16px; 
	-moz-border-radius:    16px; 
	border-radius:         16px;
	width:23%;
	box-sizing:border-box;
}
.menu-icon-box-red img {
	-webkit-border-radius: 16px; 
	-moz-border-radius:    16px; 
	border-radius:         16px;
}

.menu-icon-box-green, .menu-icon-box-white {
	background:transparent;
	text-align:center;
	position:relative;
	border:2px solid #508d24 ;
	overflow:hidden;
	-webkit-border-radius: 16px; 
	-moz-border-radius:    16px; 
	border-radius:         16px;
	width:23%;
	box-sizing:border-box;
}
.menu-icon-box-green img, .menu-icon-box-white img {
	-webkit-border-radius: 16px; 
	-moz-border-radius:    16px; 
	border-radius:         16px;
}

.bump-hr-down {
    margin-top: 1em;
}

hr.black-hr {
    color: #000;
    background-color: #000;
}

.green-hr, .white-hr {
	color:#508d24  !important;
	background-color:#508d24  !important;
}

.gray-hr {
	color:#ccc !important;
	background-color:#ccc !important;
	margin:1em 0;
}

.item-description {
	color:#333;
	font-size:1.1em;
	font-weight:300;
	margin: -0.4em 0 0.2em 0.4em !important;
	line-height:1.2em;
	width:calc(100% - 0.4em);
}

.item-detail {
	color:#333;
	font-size:0.8em;
	line-height:1.2em;
	margin: 0.2em 0 0 0.6em !important;
}

.third-party-wine-scores-wrapper {
	width: 100%;
    line-height: 22px;
	padding: 0 0 0 8px;
    margin-top: 4px;
    font-size: 12px;
    box-sizing: border-box;
}
.third-party-wine-scores-wrapper div {
	display:inline-block;
	margin-right:8px;
}
.third-party-wine-scores-wrapper span {
	display: inline-block;
    border: 1.5px solid #333;
    min-width: 18px;
    vertical-align: middle;
    height: 16px;
    border-radius: 10px;
    line-height: 16px;
    margin: 0;
    padding: 0 1px;
    text-shadow: none;
    text-align: center;
    color: #333;
    font-style: italic;
    font-size: 10px;
    font-weight: bold;
}
.third-party-wine-scores-wrapper span:not(:first-child) {
	margin-left:10px;
}

.label-image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.photo-overlay-text {
	color:#fff;
	/* transparent black outline around text */
	text-shadow: rgba(0, 0, 0, 0.3) 2px 0px 0px, rgba(0, 0, 0, 0.3) 1.75517px 0.958851px 0px, rgba(0, 0, 0, 0.3) 1.0806px 1.68294px 0px, rgba(0, 0, 0, 0.3) 0.141474px 1.99499px 0px, rgba(0, 0, 0, 0.3) -0.832294px 1.81859px 0px, rgba(0, 0, 0, 0.3) -1.60229px 1.19694px 0px, rgba(0, 0, 0, 0.3) -1.97998px 0.28224px 0px, rgba(0, 0, 0, 0.3) -1.87291px -0.701566px 0px, rgba(0, 0, 0, 0.3) -1.30729px -1.5136px 0px, rgba(0, 0, 0, 0.3) -0.421592px -1.95506px 0px, rgba(0, 0, 0, 0.3) 0.567324px -1.91785px 0px, rgba(0, 0, 0, 0.3) 1.41734px -1.41108px 0px, rgba(0, 0, 0, 0.3) 1.92034px -0.558831px 0px;text-shadow: rgba(0, 0, 0, 0.3) 2px 0px 0px, rgba(0, 0, 0, 0.3) 1.75517px 0.958851px 0px, rgba(0, 0, 0, 0.3) 1.0806px 1.68294px 0px, rgba(0, 0, 0, 0.3) 0.141474px 1.99499px 0px, rgba(0, 0, 0, 0.3) -0.832294px 1.81859px 0px, rgba(0, 0, 0, 0.3) -1.60229px 1.19694px 0px, rgba(0, 0, 0, 0.3) -1.97998px 0.28224px 0px, rgba(0, 0, 0, 0.3) -1.87291px -0.701566px 0px, rgba(0, 0, 0, 0.3) -1.30729px -1.5136px 0px, rgba(0, 0, 0, 0.3) -0.421592px -1.95506px 0px, rgba(0, 0, 0, 0.3) 0.567324px -1.91785px 0px, rgba(0, 0, 0, 0.3) 1.41734px -1.41108px 0px, rgba(0, 0, 0, 0.3) 1.92034px -0.558831px 0px;
}

.organic-icon-wrapper {
	background: transparent;
    border: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-top: 28px;
    padding-bottom: 4px;
    margin-top: -24px;
    text-shadow: none;
	text-align:center;
    color: #eee;
    font-size: 11px;
    font-weight: bold;
    z-index: 1;
}
.organic-icon-wrapper div {
	display:inline-block;
	width: 50%;
    padding: 2%;
    box-sizing: border-box;
}
.organic-icon-wrapper div img {
	width: 90%;
    border-radius: 0;
}

.master-somm-highlight-wrapper {
	position: absolute;
    width: 100%;
    height: 24px;
    bottom: 0;
	padding:0;
	margin:0;
    background: #ffffffcc;
    overflow: visible;
}
.master-somm-highlight-wrapper div {
	position: absolute;
    width: 90%;
    height: 30px;
    bottom: 2px;
    left: 2px;
    background: url(/app/images/master_somm_selection.png) no-repeat bottom left;
    background-size: contain;
    box-sizing: border-box;
}

.where-to-buy-box {
	display:none;
}


#home-page-hero {
	min-height:720px;
}

#home-page-hero-content-wrapper {
	position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff9c;
    backdrop-filter: blur(4px);
    height: 100%;
	border-left:2px solid #858283;
	border-right:2px solid #858283;
}
#home-page-hero-content-wrapper .fusion-column-wrapper {
	margin-left:0 !important;
	margin-right:0 !important;
	background-size:contain !important;
}
#home-page-hero-content-wrapper h1 {
    margin: 36px auto 0 auto !important;
    font-size: 32px !important;
}
#home-page-hero-content-wrapper div.smaller-hero-h1 h1 {
    font-size: 26px;
	padding: 0 24px 8px 24px !important;
}		


#vinotar-footer-bottom {
	display:none;
	position: absolute;
    height: 120px;
    width: 90%;
    box-sizing: border-box;
    left: 5%;
    bottom: 0;
	/*background: url('./images/all_vinotars.png') center bottom no-repeat;
	background-size:contain;*/
}


input[type=text], input[type=email], input[type=password], input[type=number], select, textarea {
    display: block;
    width: 100%;
    margin: 0 auto 1em auto;
    height: 40px;
    text-align: left;
    border: 2px solid #d3d3d3;
    background: #f7f7f7;
    border-radius: 6px;
    padding: 0.4em;
    color: #111;
    font-size: 1.1em;
    font-family: sans-serif;
    line-height: 1.4em;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
}

.feature-banner-wrapper {
	padding:36px;
}

input.feature-banner-text-input {
	display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    width: 80% !important;
	box-sizing:border-box;
	border:2px solid #d9b970 !important;
}

.feature-banner-submit-icon {
	display: inline-block;
    width: 10%;
    vertical-align: middle;
    padding: 1% !important;
    border: 2px solid #fff !important;
    border-radius: 12px;
	box-sizing:border-box;
}
.feature-banner-submit-icon:hover {
	background:#00000050;
}

.bump-down-0 {
	margin-top:0 !important;
}

.bump-down-6 {
	margin-top:6px !important;
}

.bump-down-12 {
	margin-top:12px !important;
}

.bump-down-18 {
	margin-top:18px !important;
}

.bump-down-24 {
	margin-top:24px !important;
}

.bump-down-36 {
	margin-top:36px !important;
}

.bottom-gap-0 {
	margin-bottom:0 !important;
}

.bottom-gap-6 {
	margin-bottom:6px !important;
}

.bottom-gap-24 {
	margin-bottom:24px !important;
}

.bottom-gap-36 {
	margin-bottom:36px !important;
}

@media only screen and (max-width: 640px) {
	.pull-up-on-small-screens {
		margin-top:-12px !important;
	}
}


/****************************************************************************************************
 * ALERTS
 ***************************************************************************************************/
 
 #bottlecru-alert-wrapper {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#000000cc;
	overflow-y:auto;
	z-index: 9999999;
}

#bottlecru-alert {
	width:90%;
	max-width:600px;
	padding:1em;
	margin:1em auto;
	background:#ede2e2;
	border:2px solid #fff;
	border-radius:16px;
	text-align:center;
	text-shadow:none;
	font-weight:bold;
	box-sizing:border-box;
}
#bottlecru-alert p {
	margin: 0 0.5em;
}

.bottlecru-alert-ok {
	cursor: pointer;
    margin: 1em auto;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    background-color: #f6f6f6;
    color: #666;
}
.bottlecru-alert-ok:hover {
	color: #666;
	background-color: #ececec;
}

#alert-hint {
	font-size: 2em;
    font-style: italic;
    color: #86b886;
    margin: 0;
}


/***************************************
 BOTTLECRU NAV MENU
***************************************/

#bottlecru-menu {
	display:none;
	position:relative;
	width:100%;
	padding:60px 0 60px 0;
	text-align:center;
	background: #0a0000a8;
    backdrop-filter: blur(7px);
    height: auto;
    min-height: 45px;
    width: 100%;
    box-shadow: 0px 3px 3px #535353b4;
	z-index:9999999;
}

.content-overlay {
	position: fixed;
    width: 100%;
	height: 100%;
    background: #cccccccc;
    top: 0;
	left:0;
    z-index: 999999;
}

.logo {
	position:absolute;
	top:2px;
	left:calc(50% - 80px);
	width:160px;
	height:40px;
	background:url('./images/bottlecru_logo_white.png') no-repeat center center;
	background-size:contain;
	border-radius:6px;
	cursor:pointer;
	z-index: 9999991;
}
.logo:hover {
	opacity:0.8;
}

#back-icon {
	position:absolute;
	top:2px;
	left:10px;
	width:40px;
	height:40px;
	background:url('./images/icon_back_bold_white.png') no-repeat center center;
	background-size:90%;
	cursor:pointer;
	opacity:0.9;
	z-index:9999992;
}
#back-icon:hover {
	opacity:1;
	box-shadow: 0px 0px 1px #666;
}

.nav-menu-button-wrapper {
	display:table;
	border-spacing:10px;
	border-radius:0.5em;
	width: 75%;
    min-width: 320px;
    max-width: 500px;
    box-sizing: border-box;
	margin:0 auto;
}

.nav-menu-button {
	display: table-cell;
	border-radius: 0.5em;
	border:1.5px solid #bbbbbb;
	box-shadow:0 8px 16px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.5);
    background: #fffffff7;
    width: 45%;
    min-height: 50px;
    padding: 4px;
    box-sizing: border-box;
	color: #333;
    text-align: left;
    font-size: 16px;
	font-weight:bold;
    vertical-align: middle;
	cursor:pointer;
}
.nav-menu-button:hover {
	background:#f0e9e9;
	color: #333;
}
.nav-menu-button img {
	width: 25%;
	display: inline-block;
    vertical-align: middle;
}
.nav-menu-button span {
	display: inline-block;
    text-align: center;
	line-height:1.3em;
    vertical-align: middle;
    width: 70%;
    padding: 0 0 0 2%;
    box-sizing: border-box;
}

.nav-menu-button-double-wide {
	width:90%;
	margin:0 auto;
}
.nav-menu-button-double-wide div {
	width: 70%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 2%;
    box-sizing: border-box;
}
.nav-menu-button-double-wide h2 {
	font-size: 1.4em;
	margin-bottom:-0.1em;
	text-align:center;
}
.nav-menu-button-double-wide span {
	display: inline-block;
    font-size:0.9em;
	vertical-align: top;
	width: 100%;
    padding: 3px 0 0 0;
    box-sizing: border-box;
}
.nav-menu-button-double-wide strong {
	font-size:1.2em;
}

.nav-menu-link {
	display: table-cell;
    width: 45%;
    padding: 0;
    box-sizing: border-box;
	border-radius:6px;
	color: #fff;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}
.nav-menu-link a {
	display: block;
	box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 4px;
	background:#6f3331;
	border:1.5px solid #8d2222;
	border-radius:6px;
	color:#fff;
	font-weight: bold;
}
.nav-menu-link a:hover {
	background:#8c4b47;
	color: #fff;
}

.take-the-quiz-button {
	display: block;
    border-radius: 0.5em;
    border: 3px solid #8d2222;
    background: rgba(255,255,255,0.65);
    width: auto;
	max-width:375px;
    min-height: 50px;
	margin: 12px auto;
    padding: 4px;
    box-sizing: border-box;
    color: #333;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.take-the-quiz-button:hover {
	background:#e6cdcc;
	color: #333;
}
.take-the-quiz-button img {
	width: 25%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
}

.take-the-quiz-button-span {
	display: inline-block;
    vertical-align: middle;
    width: auto;
	max-width:66%;
    line-height: 1.3em;
	font-weight: bold;
    font-size: 1.5em;
	color: #333 !important;
    margin-left: 4%;
}

#account-icon {
	position: absolute;
    right: 65px;
    bottom: 2px;
    width: 30px;
    height: 40px;
    background: url(./images/icon_gear_white.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    opacity: 0.9;
    z-index: 1002;
}
#account-icon:hover {
	opacity:1;
	box-shadow: 0px 0px 1px #666;
}

#account-menu {
	display:none;
	position:relative;
	width:100%;
	padding:0;
	text-align:center;
	color:#fff;
	z-index:1000;
}

#nav-menu-icon {
	position:absolute;
	bottom:2px;
	right:10px;
	width:35px;
	height:40px;
	background:url(./images/icon_up_double_white.png) no-repeat center center;
	background-size:contain;
	cursor:pointer;
	opacity:0.9;
	z-index:1002;
}
#nav-menu-icon:hover {
	opacity:1;
	box-shadow: 0px 0px 1px #666;
}

#dynamic-control-panel-headline-banner-wrapper {
	display:none;
	width: 100%;
    box-sizing: border-box;
    padding: 8px;
	margin: 0 0 12px 0;
    background: rgba(188,3,11,0.2);
	background: linear-gradient(90deg, rgba(166,3,10,0.2) 0%, rgba(188,3,11,0.2) 35%, rgba(224,3,13,0.2) 100%);
    color: #fff;
    font-size: 1.4em;
}

#control-panel-info-icon {
	display:none;
	position:absolute;
	bottom:2px;
	left:10px;
	width:35px;
	height:40px;
	background:url(./images/icon_info_white.png) no-repeat center center;
	background-size:contain;
	cursor:pointer;
	opacity:0.9;
	z-index:1002;
}
#control-panel-info-icon:hover {
	opacity:1;
	box-shadow: 0px 0px 1px #666;
}

#sign-in-icon {
	position: absolute;
    right: 65px;
    bottom: 5px;
    cursor: pointer;
    opacity: 0.9;
	border: 2px solid #8d2222;
	background:#fffffff7;
    padding: 0.2em 0.5em;
    border-radius: 6px;
    text-align: right;
    font-size: 0.9em;
	line-height:20px;
	font-style:italic;
	z-index:1002;
}
#sign-in-icon:hover {
	opacity:1;
	background:#f0e9e9;
	box-shadow: 0px 0px 1px #666;
}
#sign-in-icon a {
	color:#8d2222;
}

#add-to-home-screen-button {
	display:none;
	box-sizing:content-box;
	position: absolute;
    left: 5px;
    bottom: 5px;
    height: 26px;
    cursor: pointer;
    opacity: 0.9;
	border: 2px solid #8d2222;
	background:#fffffff7;
    padding: 0.2em 0.5em;
    border-radius: 6px;
    text-align: left;
    font-size: 0.9em;
	color:#8d2222;
	font-weight:bold;
	line-height:20px;
	font-style:italic;
	z-index:1002;
}
#add-to-home-screen-button:hover {
	opacity:1;
	background:#f0e9e9;
	box-shadow: 0px 0px 1px #666;
}
#add-to-home-screen-button img {
	display: inline-block;
    height: 80%;
    vertical-align: sub;
}
#add-to-home-screen-button span {
	display: inline-block;
    vertical-align: bottom;
	font-size:0.9em;
    line-height: 1em;
}

#change-password {
	margin: 2em auto 1em auto;
}

.toggle-boxes {
    display: none;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0.5em 0;
    padding: 5%;
    width: 100%;
    background: #f5f5f5;
    box-sizing: border-box;
}

.map-image {
	width:100%;
	border: 2px solid #111;
    box-sizing: border-box;
}


/***************************************
 PASSWORD PROTECTED PAGES
***************************************/
.post-password-required {
	padding-top:160px;
}


/***************************************
 BOTTLECRU PAGES
***************************************/

.about-us-name h3 {
	line-height:0.7em !important;
	margin-bottom: 0.5em;
}

#wines-shortcut-menu {
	font-size:12px;
	margin: 0 0 24px 0;
	padding: 8px;
    background: #eeeeee99;
    border-radius: 4px;
}

.guides-image-map {
	max-width:550px;
	margin:0 auto;
}


.find-wines-primary-option-button-wrapper {
	display:table;
	border-spacing:10px;
	width: 100%;
    min-width: 300px;
    max-width: 550px;
    box-sizing: border-box;
	margin:5% auto 0 auto;
}

.find-wines-primary-option-button {
	position:relative;
	display: table-cell;
	/*display:block;*/
	margin:0 auto;
	border-radius: 0.5em;
	border:3px solid #8d2222;
    background: #fff1f1;
    width: 33%;
    min-height: 50px;
    padding: 4px;
    box-sizing: border-box;
	color: #333;
    text-align: left;
    font-size: 16px;
	font-weight:normal;
    vertical-align: top;
	cursor:pointer;
}
.find-wines-primary-option-button:hover {
	background:#f0e9e9;
	color: #333;
}
.find-wines-primary-option-button img {
	width: 60%;
    display: block;
    margin: -20% auto 0 auto;
    box-sizing: border-box;
}
.find-wines-primary-option-button span {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	min-height: 60px;
    padding: 0 2%;
    box-sizing: border-box;
    font-size: 0.9em;
    font-weight: bold;
}
@media only screen and (max-width: 560px) {
	.find-wines-primary-option-button span {
		font-size: 0.8em;
	}
}

.error-border {
	border:2px solid #8d2222 !important;
}

.autofill-input-wrapper {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
}


.autofill-selections-wrapper {
	display:none;
	position: absolute;
    box-sizing: border-box;
	padding:12px;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 100%;
	/*background:#eee;*/
	background-color: rgba(255,255,255,1);
    backdrop-filter: blur(5px);
	z-index:999;
}
.autofill-selections-wrapper div {
    position: relative;
    width: 100%;
    border: 2px solid #ccc;
    margin: 4px 0;
    padding: 0.5em;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 6px;
    color: #333;
    font-weight: bold;
    text-shadow: none;
    z-index: 9999;
}

.red-glass {
	background-color: rgba(240,240,240,1);
    backdrop-filter: blur(0px);
	border: 2px solid #8d2222 !important;
}
.red-glass:hover {
	background-color: rgba(250,250,250,1);
}
.white-glass {
	background-color: rgba(240,240,240,1);
    backdrop-filter: blur(0px);
	border: 2px solid #508d24  !important;
}
.white-glass:hover {
	background-color: rgba(250,250,250,1);
}


.similar-wines-input-wrapper {
	width:80%;
	min-width: 300px;
	margin:0 auto;
	text-align:center;
}

.similar-wines-input-wrapper h3 {
	margin-bottom:0;
}

#similar-wines-appellation-wrapper {
	display:none;
}

#similar-wines-results, #similar-wines-results-additional-wine-type {
	display:none;
	max-width: 700px;
	margin: 0 auto;
}

.similar-wines-style-text {
	color:#8d2222;
	font-weight:bold;
}
.red-button > .similar-wines-style-text {
	color:#fff !important;
}

.similar-wines-results-link, .similar-wines-results-no-curated-link {
	display:block;
	color:#fff;
	border:none !important;
	margin:24px auto 0 auto;
	padding:14px;
	min-width:160px;
	border-radius: 0.5em;
	color:#fff !important;
	background-image: linear-gradient(to right top, #f32a46 0%, #8d2222 35%, #820013 100%);
}
.similar-wines-results-link:hover, .similar-wines-results-no-curated-link:hover {
	background: #a52222;
	background-image: linear-gradient(to right top, #f32a46 0%, #a52222 35%, #820013 100%);
}
.similar-wines-results-link.green-similar-results-link, .similar-wines-results-no-curated-link.green-similar-results-link {
	background:#62b562;
	background-image: linear-gradient(to right top, #8fc13f 0%, #62b562 35%, #508d24  100%);
}
.similar-wines-results-link.green-similar-results-link:hover, .similar-wines-results-no-curated-link.green-similar-results-link:hover {
	background:#5dab5d;
	background-image: linear-gradient(to right top, #8fc13f 0%, #5dab5d 35%, #508d24  100%);
}
.similar-wines-results-link > .green-text, .similar-wines-results-no-curated-link > .green-text {
	color: #fff !important;
}
.similar-wines-results-link > .similar-wines-style-text, .similar-wines-results-no-curated-link > .similar-wines-style-text {
	color: #fff !important;
}

.similar-wines-results-no-curated {
	display:none;
}

#similar-wines-list-1, #similar-wines-list-2 {
	width:80%;
	margin:36px 0 0 15%;
}
@media only screen and (max-width: 560px) {
	#similar-wines-list-1, #similar-wines-list-2 {
		width:90%;
		margin:36px 0 0 10%;
	}
}

#clear-similar-wines-tool {
	display:inline-block;
	width: auto;
    padding: 2px 12px;
    margin: 12px 0 0 10%;
    text-align: left;
    color: #3388cc;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    font-size: 14px;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 6px;
	cursor:pointer;
}
#clear-similar-wines-tool:hover {
	background: #f7f7f7aa;
    border: 2px solid #d3d3d3;
}
@media only screen and (max-width: 400px) {
	#clear-similar-wines-tool {
		margin: 12px 0 0 0;
	}
}

#wine-type-selector-similar-wines-selections-wrapper {
	display:none;
}

.list-item-container, .list-item-container-no-link {
    clear: both;
    margin: 10px 0 0 0;
}


/***************************************
 CONTACT FORM
***************************************/

.wpcf7-form textarea {
	color:#666;
}


/***************************************
 UNIVERSAL SEARCH
***************************************/

#universal-wine-search-overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	margin:0;
	box-sizing:border-box;
	/*background:#dbedfe;*/
	backdrop-filter: blur(14px);
    background: #f9f9f9db;
	z-index:99999990;
}

#universal-wine-search-wrapper {
	position:relative;
	margin:76px 0 0 0;
	width:100%;
	z-index:99999991
}

#universal-wine-search-loading {
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 24px auto;
    height: 45px;
    width: 75%;
    min-width: 300px;
    max-width: 500px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #ffffffb8;
	text-align:center;
    z-index: 99999993;
}
#universal-wine-search-loading img {
	height: 25px;
    margin: 10px 0 0 0;
}

#universal-wine-search-close {
	position:absolute;
	top:5px;
	right:5px;
	width:50px;
	height:40px;
	background: url(./images/icon_close_dark.png) no-repeat center center;
	background-size: 40px;
	cursor:pointer;
	opacity:0.9;
	z-index:99999993;
}
#universal-wine-search-close:hover {
	opacity:1;
	box-shadow: 0px 0px 1px #666;
} 

#universal-wine-search-note-text {
	display: block;
	width: 90%;
	margin: 0 auto 4px auto;
    color: #ccc;
    font-style: italic;
    font-size: 12px;
    line-height: 13px;
}

#universal-wine-search-placeholder {
	display:block;
	height:45px;
	border:2px solid #8d2222;
	padding:4px 4px 4px 40px;
	margin:0 auto 24px auto;
	background: #fff url(./images/icon_search_dark.png) no-repeat scroll 4px 4px;
	background-size: 35px;
	border-radius: 12px;
	font-size:16px;
	width: 75%;
    min-width: 300px;
    max-width: 500px;
    box-sizing: border-box;
	z-index:1003;
}

input.universal-wine-search {
	display:block;
	height:45px !important;
	border:2px solid #8d2222 !important;
	padding:4px 4px 4px 40px !important;
	margin:0 auto 24px auto !important;
	background: #fff url('./images/icon_search_dark.png') no-repeat scroll 4px 4px !important;
	background-size: 35px !important;
	border-radius: 12px !important;
	font-size:16px !important;
	width: 75% !important;
    min-width: 300px !important;
    max-width: 500px !important;
    box-sizing: border-box !important;
	z-index:99999992 !important;
}

#universal-wine-search-dynamic-content {
	/*
	display: flex;
    flex-flow: row wrap;
	justify-content: space-between;
	*/
	width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
	overflow:hidden;
}

.universal-search-category-outer-wrapper {
	float:left;
	margin:0 0 24px 0;
	width:40%;
	min-width:150px;
	max-width:400px;
	box-sizing:border-box;
}
@media only screen and (min-width: 992px) {
	.universal-search-category-outer-wrapper {
		width:31%;
	}
}

.universal-search-category-wrapper {
	position:relative;
	text-align:center;
}

.universal-search-category-header {
	width:100%;
	box-sizing:border-box;
}
.universal-search-category-header div:first-child {
	display:inline-block;
	width:34%;
	max-width:50px;
	box-sizing:border-box;
	vertical-align: middle;
}
.universal-search-category-header div:first-child img {
	width:100%;
	max-width:100px;
}
.universal-search-category-header div:nth-child(2) {
	display:inline-block;
	width:auto;
	max-width:66%;
	padding:2px;
	box-sizing:border-box;
	vertical-align: middle;
	text-align: left;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}
@media only screen and (min-width: 992px) {
	.universal-search-category-header div:nth-child(2) {
		font-size:1.4em;
	}
}

.universal-search-category-results {
	width:100%;
}
.universal-search-category-results div {
	display: block;
    width: 80%;
	max-width: 300px;
    margin: 4px auto;
    padding: 4px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #664040;
    border-radius: 6px;
	font-size:0.85em;
	font-weight:bold;
	line-height:1.3em;
    cursor: pointer;
}
.universal-search-category-results div:hover {
	background: #e8e1e1;
}
@media only screen and (min-width: 992px) {
	.universal-search-category-results div {
		font-size:1em;
	}
}
.universal-search-category-results div.core-red-wine {
	background:#8d2222;
	color:#fff;
	text-shadow: #333 0px 0px 2px;
}
.universal-search-category-results div.core-red-wine:hover{
	background:#a11212;
}
.universal-search-category-results div.core-white-wine {
	background:#508d24;
	color:#fff;
	text-shadow: #333 0px 0px 2px;
}
.universal-search-category-results div.core-white-wine:hover {
	background:#71b50e;
}
.universal-search-category-results div.non-core-red-wine {
	border: 2px solid #8d2222;
}
.universal-search-category-results div.non-core-white-wine {
	border: 2px solid #508d24;
}
.universal-search-category-results div.toggle-boxes {
	display: none;
	border-radius: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: -4px auto 0.5em auto;
    padding: 5%;
	width:78%;
    background: #f5f5f5;
    box-sizing: border-box;
}
.universal-search-category-results div span {
	display:block;
	width:100%;
}

.universal-search-show-more {
	display: block;
    width: 140px;
    margin: 8px auto;
    border: 1px solid #8d2222;
    border-radius: 6px;
    background: #e8e1e166;
    font-weight: bold;
	font-style:italic;
    cursor: pointer;
}
.universal-search-show-more:hover {
	background: #e8e1e199;
}

.universal-search-fuzzy-match {
	font-weight:bold;
	cursor:pointer;
}

.narrower-style-button {
	width:70% !important;
	border: 1px solid #664040 !important;
}

.disabled-button {
	opacity: 0.5;
    cursor: default;
    background: #666;
	border: 1px solid #ffc1c1;
}
.disabled-button:hover {
	background: #666;
}


/***************************************
 LOGIN
***************************************/
/* TODO!! This name .logged-in conflicts with WordPress, we should change it to .bc-logged-in */
.logged-in {
	display:none;
}


/***************************************
 OVERLAYS
***************************************/
.full-page-overlay {
	display:none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #111111cc;
	z-index: 99999999;
}

.overlay-inner-wrapper {
	position: absolute;
    display: block;
    width: 80%;
    top: 10%;
    left: 10%;
	max-height: 80%;
    overflow-y: auto;
    text-align: center;
    background: #f7f7f7;
    padding: 4%;
    box-sizing: border-box;
    border-radius: 12px;
    border: 2px solid #111;
    box-shadow: 0px 0px 12px #8d2222;
}

.signup-fullpage-overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #530808aa;
    backdrop-filter: blur(12px);
    z-index: 99999999;
	overflow-y:auto;
}

.signup-fullpage-close {
	position:absolute;
	top:12px;
	right:12px;
	width:40px;
	height:40px;
	background: url('./images/icon_close_white.png') no-repeat center center;
    background-size: contain;
	cursor:pointer;
	opacity:0.8;
}
.signup-fullpage-close:hover {
	opacity:1;
}

.signup-fullpage-inner-wrapper {
	position: relative;
    top: 10%;
    margin: 0 auto 2em auto;
    width: 80%;
    max-width: 800px;
    padding: 4%;
    box-sizing: border-box;
    background: #f7f7f7;
    border-radius: 12px;
    border: 2px solid #666;
    box-shadow: 0px 0px 12px #333;
}

#food-pairings-dynamic-results-wrapper {
	display:none;
	position:relative;
	width:100%;
	max-width:546px;
	margin:36px auto 0 auto;
	padding:12px 12px;
	font-size:24px;
	background:#ffffff33;
	border: 1px solid #e2e2e2;
}
#food-pairings-dynamic-results-wrapper a {
	cursor:pointer;
}
#food-pairings-dynamic-results-wrapper hr {
	color:#e2e2e2;
}
#food-pairings-dynamic-results-wrapper h5 {
	color:#111;
}
#food-pairings-dynamic-results-wrapper p:nth-of-type(1) {
	margin-top:36px;
}
#food-pairings-dynamic-results-wrapper .list-item-container-no-link {
	cursor:pointer;
	border-top-left-radius:16px;
	border-bottom-left-radius:16px;
}
#food-pairings-dynamic-results-wrapper .list-item-container-no-link:hover {
	background:#8d222266;
}
#food-pairings-dynamic-results-wrapper .right-column-66 {
	text-align:left;
}
#food-pairings-dynamic-results-wrapper .item-description {
	color:#111;
}

#clear-food-pairing-search-button {
	position: absolute;
	top: 2px;
	right: 4px;
	font-size: 14px;
	text-align: right;
	text-decoration: underline;
	color: #41a7f8;
	cursor: pointer;
}
