:root {
	--nav-bg: #f6f4f0;
    --nav-text: #2c2a29;
	--site-primary: #5c1020;
    --site-secondary: #a594a0;
    --site-hover: #958490;
    --site-nav-parent: #2b2824;
    --site-heading: #2b2824;
    --site-footer-bg: #2b2824;
    --site-footer-title: #ffffff;
    --site-footer-text: #ababab;
	--site-main-bg: #f7f4ef;
    --site-intro-bg: #fffcf8;
    --site-panel-bg: #5c1020;
    --site-panel-text: #ffffff;
    --site-button-bg: #5c1020;
	--site-promo-bg: #5c1020;
	--site-font-serif: 'Sorts Mill Goudy', serif;
}

@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap');

body,
#main .container .memberDetails th, 
#main .step1 .cTable th, 
.container .h1, 
.container .h2, 
.container .h3, 
.container h1, 
.container h2, 
.container h3,
.intro .gallery .title,
.columns .heading .holder, .container .heading h2,
.checkout-group h4,
.checkout-tools h4,
.panel .title {
	font-family: var(--site-font-serif);
}

.container .next, .container .prev {
	filter: saturate(0.25);
}

.intro #switcher li {
	background: #b6b6b6;
	box-shadow: 1px 1.5px #f3f3f3;
}

.intro #switcher a {
background: #c1c1c1;
box-shadow: inset 1px 1.5px #494949;
}

.intro #switcher a:hover, .intro #switcher li.active a {
	background: #939393;
}

button.generic-button, button.submit-button {
	max-height: none;
}

.winePriceTitle {
	margin-top: 5px;
}

#nav li a, .button, .columns h3, .container .gallery .button, .generic-button, .intro .gallery .button, .intro .gallery .title, .services li, .submit-button {
    font-weight: normal;
}

.checkout-group,
.checkout-tools {
	border: 1px solid #b5b5b5;
}

.container-holder {
	font-family: var(--site-font-serif);
	font-size: 15px;
}

#main .page-sidebar {
    line-height: 1.5em;
}

.button, .container .gallery .button, .generic-button, .intro .gallery .button, .submit-button {
	text-transform: uppercase;
}

#main .cart, #main .page-content {
	font: 16px var(--site-font-serif);
}

#main .label-categories ul.breadcrumbs>li {
    font-size: 1.2em;
}

.panel, .container, .columns .col {
    -webkit-box-shadow: 0 7px 0 -5px rgb(255 255 255 / 8%);
    box-shadow: 0 7px 0 -5px rgb(255 255 255 / 8%);
}

.panel .txt {
    font-size: 1.5em;
}

body.site-cws #header .promo-tab {
	background:var(--site-primary);
}

body.site-cws #header .promo-tabs .promo-tab:hover {
    filter: brightness(0.85);
	background:var(--site-primary);
}

#header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover, #header .menu>ul>li .menu-subs>ul>li>a:hover {
    opacity: 0.8;
	color:var(--nav-text);
}

body.site-cws #header:after {
  background-color: rgba(160, 31, 99, 0);
}

.intro .gallery {
	justify-content: space-between;
    width: auto;
}

.intro .gallery .info {
	margin-top: 40px;
}

.intro .gallery .title {
	color: var(--nav-text);
	text-shadow: none;
}

.logo {
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#header {
	box-shadow: 0px 0px 10px 0px #0000003d;
}

#header .logo {
    background: 0 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
	width: 210px;
}

.logo:after {
	border: none;
}

#footer .promo ul {
	padding: 5px 3px 0 0;
}

@media screen and (max-width: 970px) {
	.intro .gallery .title {
		padding-top: 5px;
	}
	.intro .gallery {
		align-items: center;
	}
	#header .logo {
		width: 180px;
	}
}

@media screen and (max-width: 700px) {
	#header .logo {
		width: 150px;
	}
}

@media screen and (max-width: 500px) {
	#header .logo {
		width: 140px;
	}
}
