/*base sizes*/
html {
	min-height:100%;
}
body {
	background-color:#f8efe2;
	height:100%;
	font-family:'CentaurMT';
	color:#000;
	font-size:25px;
	padding-top:50px;
	font-weight:300;
}
body.noscroll {
	overflow:hidden;
	max-height:100vh;
}
body.header-dark {
	background:#000;
}
body.header-in-gallery, body.home {
	background:#000;
}
body.insignia-body {
	background:#190f17;
	color:#CE9C69;
}
.joe-font {
	font-family: UniversityRomanTL-Regular;
	font-weight: normal;
	font-style: normal;
}
body.bottom-gallery {
	padding-bottom:0;
}
.mobile-show {
	display:none;
	opacity:0;
}
.page-content {
	margin-top:0px;
	margin-bottom:40px;
}
body.bottom-gallery .page-content {
	margin-bottom:0;
}
@media (max-width: 991px) {
	body {
		font-size:21px;
		padding-top:15px;
	}
	.mobile-hide {
		display:none !important;
		opacity:0;
	}
	.mobile-show {
		display:block;
		opacity:1;
	}
	.page-content {
		margin-top:0px;
	}
}
img {
	max-width:100%;
}

a {
	color:#000;
	text-decoration:underline;
	outline:0;
	
}
a.nu {
	text-decoration:none;
}
a:hover {
	color:#CE9C69;
}
a:hover, a:active, a:focus {
	outline:0;
	color:#000;	
}
a.action {
	color:#000;
	line-height:1.1em;
	display:block;
	font-size:0.563em;
	margin-top:5px;
}
.text-center {
	text-align:center;
}
.text-center.mobile-left {
	margin-bottom:30px;
}
.text-center.extra-top {
	margin-top:0;
	padding-top:40px;
}
@media (max-width: 767px) {
	.text-center.mobile-left {
		text-align:left;
		margin-bottom:15px;
	}
}

em {
	font-family:'CentaurMT-Italic';
	font-style:normal;
}
/*Global transitions*/
a, 
.mobile-navigation, 
.burger span, 
.nav-hide,
.cta-links,
.cta-button,
.nav-logo,
.top-mask,
.mobile-visit-links {
	transition: all 500ms ease;
}
.home .nav-logo {
	transition: opacity 2000ms ease;	
}
.navigation {
	transition: opacity 500ms ease, background 500ms ease;
}
.home .navigation {
	transition: opacity 1500ms ease;	
}
.home.nav-fix .navigation {
	transition: background 500ms ease;	
}
.open-menu {
	transition:color 0ms ease;	
}
.site-header {
	transition: border 500ms ease, background-color 500ms ease, top 500ms ease;	
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.5s;
}
.body-mask {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100vh;
	background:rgba(0,0,0,0.7);
	opacity:0;
	z-index:-99;
	transition: all 1000ms ease;
}
@media (min-width: 992px) {
	.body-mask {
		display:none;
	}
}
.nav-open .body-mask {
	z-index:1000;
	opacity:1;
}
/*Custom container*/
.phelps-container {
	margin:0 5%;
}
@media (min-width: 1300px) {
	.phelps-container {
		max-width:1270px;
		margin:0 auto;
	}
}
.extra-top {
	padding-top:45px;
}
.copy-container {
	padding-left:15%;
	padding-right:15%;
}
.copy-container .copy-section {
	margin-bottom:100px;
}
.copy-container .copy-section.extra {
	margin-top:100px;
}

@media (max-width: 991px) {
	.copy-container {
		padding-left:5%;
		padding-right:5%;
	}
	.copy-container .copy-section {
		margin-bottom:80px;
	}
	.copy-container .copy-section.extra {
		margin-top:80px;
	}
}
@media (max-width: 767px) {
	.copy-container {
		padding-left:0;
		padding-right:0;
	}
	.copy-container .copy-section {
		margin-bottom:40px;
	}
	.copy-container .copy-section.extra {
		margin-top:40px;
	}
	.extra-top {
		padding-top:15px;
	}
}
/*Fonts*/
strong {
	font-family: 'CentaurMT-Bold';	
}
h1 {
	font-size:2.369em;
}
h2 {
	font-size:1.777em;
	font-variant: small-caps;
}
@media (max-width: 479px) {
	h2 {
		font-size:1.5em;
	}	
}
h2.visit {
	font-size:1.5em;
	margin-top:0;
}
h2.visit.under {
	margin-top:20px;
}
.gold {
	color:#CE9C69;
}
.news-story-header {
	font-variant:normal;
	margin-left:15%;
	margin-right:15%;
}
h2.news-story-header {
	margin-bottom:30px;
}
.news-item h2 {
	font-variant:normal;
}
h1.joe-font {
	font-size:6em;
	margin-top:40px;
	text-align:center;
	margin-bottom:60px;
	padding:0 25%;
}
h2.joe-font {
	font-size:3em;
	margin-top:60px;
	text-align:center;
	margin-bottom:20px;
	font-variant: normal;
}
@media (max-width: 767px) {
	h1.joe-font {
		font-size:4em;
		margin-top:60px;
		text-align:center;
		margin-bottom:20px;
		padding:0 10%;
	}
	h2.joe-font {
		font-size:2em;
		margin-top:30px;
		text-align:center;
		margin-bottom:10px;
		font-variant: normal;
	}
	.news-story-header {
		margin:30px 0;
	}
}
h2.page-title {
	margin-top:0px;
	text-align:center;
	margin-bottom:60px;
}
h2.page-title.in-hero {
	margin-top:50px;
}
h2.page-title.title-alt {
	color:#fff;
}
h2.page-title.in-hero.insignia-logo img {
	max-width:30%;
	width:200px;
}
h2.italic {
	font-family:'CentaurMT-Italic';
	font-variant:normal;
}
h2.normal {
	font-variant:normal;
}
@media (max-width: 991px) {
	h2.page-title {
		margin-bottom:30px;
	}
	h2.page-title.in-hero {
		margin-top:20px;
	}
}
h3 {
	font-size:1.333em;
}
p {
	font-size:1em;
	margin-bottom:15px;
}
p .huge {
	font-size:2.5em;
	line-height:0.4em;
}
p.p-extra {
	margin:30px 0;
}
.strongblock {
	display:block;
	margin-bottom:6px;
}
.joe-body p {
	margin-bottom:60px;
}
.joe-body p.first {
	margin-top:60px;
}
@media (max-width: 991px) {
	.joe-body p {
		margin-bottom:30px;
	}
	.joe-body p.first {
		margin-top:30px;
	}	
}
@media (max-width: 479px) {
	.joe-body p {
		margin-bottom:15px;
	}
	.joe-body p.first {
		margin-top:15px;
	}	
}
.intro-header {
	margin-bottom:60px !important;
}
.about-header {
	margin-bottom:30px !important;
}
.inner-header {
	margin-top:30px;
}
.pull-quote {
	margin:50px -8%;
}
@media (max-width: 479px) {
	.pull-quote {
		margin:30px 0;
	}
	.intro-header {
		margin-bottom:30px !important;
	}
}
p.info {
	color:#999;
}
.caption1 {
	font-size:0.75em;
}
.caption2 {
	font-size:0.563em;	
}
.alt-txt {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
}
.button, .button:visited, .button:active,
.club-button {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-weight:400;
	text-transform:uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5em;
    font-size:0.5em;
    background:#000;
    padding:7px 10px;
    border:1px solid #000;	
    transition: all 500ms ease;
    text-decoration:none;
}
.button.alt-b {
	background:#d1c6be;
	border:1px solid #d1c6be;
}
.button.full-width {
	width:100%;
	text-align:center;
}
.button.gift {
	width:100%;
	text-align:center;
	margin-top:10px;
}
.alt-b.small {
	padding: 4px 6px;
	font-size:0.4em;
}
.button:hover {
	background:#CE9C69;
	border-color:#CE9C69;
	text-decoration:none;
	color: #ffffff;
}
strong {
	font-weight: 500;
}
.table {
	width: 100%;
	vertical-align: top;
}

.intro-text {
	padding:30px 15% 0 15%;
}
.intro-text.no-top {
	padding-top: 0;
}
.intro-text p {
	margin-bottom:20px;
}
.intro-text p:last-child {
	margin-bottom:0px;
}
.about-section {
	padding-top:45px;
	padding-bottom:45px;
}
.about-section:last-child {
	padding-bottom:0;
}
.about-section .intro-text {
	padding:25px 15%;	
}
.about-section .intro-text:last-child {
	padding-bottom:0;	
}
.about-section .intro-text:last-child p:last-child {
	margin-bottom:0;
}
/*About Flipper*/
.about-flipper { 
	position: relative; 
	padding-bottom: 66.6%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
}
.about-flipper img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.about-flipper .img2, .about-flipper .img3 {
	display:none;
}
.narrower {
	padding:0 5%;
}
.narrower.narrowerer {
	padding:0 15%;
}
.narrower li {
	margin-bottom:15px;
}
.img-holder img {
	margin:50px 0 30px 0;
}
.intro-text .img-holder img {
	margin-bottom:60px;
}
.account-header {
	text-align: center;
	margin-bottom: 50px;
}
.account-listing {
	border-bottom: 1px dotted #dad0c7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.intro-text {
		padding:30px 10% 0 10%;
	}
	.about-section .intro-text {
		padding:15px 10%;	
	}
	.narrower {
		padding:0 5%;
	}
	.narrower.narrowerer {
		padding:0 5%;	
	}	
}
@media (max-width: 479px) {
	.intro-text {
		padding:20px 0;
	}
	.narrower {
		padding:0;
	}
	.narrower.narrowerer {
		padding:0;	
	}	
	.about-section .intro-text {
		padding:10px 0;	
	}
	.img-holder img {
		margin: 10px 0 10px 0;
	}
	.intro-text .img-holder img {
		margin-bottom:30px;
	}
	.about-section {
		padding-top:0px;
		padding-bottom:45px;
	}	
}
.divider {
	height:20px;
	width:100%;
	background:url(/public/images/divider.png) no-repeat center center;
	display:block;
}
.about-us .divider {
	margin-bottom:55px;
}
.club .divider {
	margin:70px 0 10px 0;
}
.image-block {
	margin:30px 0 60px 0;
}
.image-block div {
	padding:10px;
}
/*Header*/
.site-header {
	width:100%;
	padding:0 5%;
	height:108px;
	position:fixed;
	top:0px;
	left:0;
	right:0;
	z-index:999;
}
.top-mask {
	position:fixed;
	background-color:rgba(248, 239, 226, 0.95);
	height:28px;
	top:0;
	left:0;
	right:0;
	z-index:-1;
	display:none;
}
.home .site-header, .home .top-mask {
	display:none;
}
@media (max-width: 991px) {
	.home .site-header {
		display:block;
	}
	.top-mask {
		display:none !important;
	}
	.site-header {
		height:60px;
	}
}
.site-header .menu-area {
	text-align:right;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	font-size:0.5em;
}
.site-header .menu-area .open-menu {
	padding-right:35px;
	color:#000;
	text-decoration:none;
	display:inline-block;
	margin-top:72px;
	position:relative;
	line-height:0.7em;
}
@media (max-width: 991px) {
	.site-header .menu-area .open-menu {
		margin-top:20px;
	}	
}
.site-header .menu-area .burger {
	position:absolute;
	top:0;
	right:0;
	width:24px;
}
.site-header .menu-area .burger span {
	display:block;
	height:1px;
	width:100%;
	background:#000;
	margin-bottom:6px;
}
.home .menu-area .burger span {
	background:#fff;
}
@media (max-width: 991px) {
	.site-header .menu-area .burger span{
		height:2px;
	}	
}


.nav-open .site-header .menu-area .burger span:first-child {
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:5px;
    background:#fff !important;
}
.nav-open .site-header .menu-area .burger span:last-child {
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top:-7px;
    background:#fff !important;
}
@media (max-width: 991px) {
	.nav-open .site-header {
		z-index:1;
	}
	.nav-open .site-header .menu-area .burger span:first-child,
	.nav-open .site-header .menu-area .burger span:last-child {
		background:#fff !important;
	}
	.nav-open .site-header .menu-area .burger span:last-child {
		margin-top:-8px;
	}	
}

.site-header .middle-area {
	text-align:center;
}
.site-header .site-logo {
	display:inline-block;
	width:132px;
	line-height:1px;
	margin-top:68px;
}
.site-header .mobile-logo {
	margin-top:12px;
	width:30px;
}
.home .site-header .mobile-logo {
	display:none;
}
.site-header .call-to-action {
	margin-top:68px;
	line-height:.4em;
	opacity:0;
}
@media (max-width: 991px) {
	.site-header {
		top:0px;
		padding-top:6px;
	}	
}
.call-to-action .cta-links a {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-weight:300;
	text-transform:uppercase;
	padding:0 17px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5em;
    font-size:0.5em;
    letter-spacing:1.2px;
}
.header-in-gallery .call-to-action .cta-links a {
	color:#fff;
}
.insignia-body .call-to-action .cta-links a {
	color:#CE9C69;
}


@media (max-width: 1400px) {
	.call-to-action .cta-links a{
		padding:0 7px;	
	}
}
.site-header .call-to-action .cta-button {
	position:absolute;
	right:0;
	top:60px;
	display:none;
}
/*Header over dark bg*/
.site-header .site-logo.alt-nav {
	display:none;
}
.site-header .mobile-logo.alt-nav {
	display:none;
}
.site-header .mobile-logo.insignia-nav {
	display:none;
}
.header-alt .site-header .menu-area .open-menu {
	color:#fff;
}
.header-alt .site-header .menu-area .burger span {
	background:#fff;
}
.header-alt .site-header.headroom--not-top	.menu-area .open-menu {
	color:#000;
}
.header-alt .site-header.headroom--not-top .menu-area .burger span {
	background:#000;
}
.header-alt .default-nav {
	display:none;
}
.header-alt .site-header .site-logo.alt-nav {
	display:block;
}
.header-alt .site-header .mobile-logo.alt-nav {
	display:block;
}
.header-alt .site-header.headroom--not-top .site-logo.alt-nav {
	display:none;
}
.header-alt .site-header.headroom--not-top .site-logo.default-nav {
	display:block;
}

.header-alt .site-header.headroom--not-top .mobile-logo.alt-nav {
	display:none;
}
.header-alt .site-header.headroom--not-top .mobile-logo.default-nav {
	display:block;
}
.insignia-body .mobile-logo.default-nav {
	display:none;
}
.insignia-body .mobile-logo.insignia-nav {
	display:block;
}

/*fade to black header */
/*.header-dark .site-header {
	background:#000 !important;
	border-color:#000 !important;
}
.nav-open.header-dark .site-header {
	background:none !important;
	border-color:transparent !important;
}*/
.header-in-gallery .story-link {
	opacity:0.5;
}
.gallery-link, .middle-link {
	opacity:0.5;
}
.visit-link {
	opacity:0.5;
}
.header-in-gallery .gallery-link {
	opacity:1;
}
.header-dark .site-header {
	background:none !important;
	border-color:transparent !important;
}
.insignia-body.header-dark .site-header {
	background:#000 !important;
	border-color:#191819 !important;
}
.header-in-gallery .site-header {
	background:#000 !important;
	border-color:#333 !important;
}
.nav-open.header-in-gallery .site-header {
	background:none !important;
	border-color:transparent !important;	
} 
.nav-open.header-dark .site-header {
	background:none !important;
	border-color:transparent !important;
}

.site-header .site-logo.insignia-nav {
	display:none;
}
.insignia-body .site-logo.default-nav {
	display:none;
}
.header-dark .site-header .menu-area .open-menu {
	color:#fff;
}
.header-dark .site-header .menu-area .burger span {
	background:#fff;
}
.header-in-gallery .site-header .menu-area .open-menu {
	color:rgba(255,255,255,0.5);
}
.header-in-gallery .site-header .menu-area .burger span {
	background:rgba(255,255,255,0.5);
}
.nav-open.header-in-gallery .site-header .menu-area .open-menu {
	color:#fff;
}
.nav-open.header-in-gallery .site-header .menu-area .burger span {
	background:#fff;
}
.header-dark .default-nav {
	display:none;
}
.insignia-body.header-dark .site-header .site-logo.alt-nav {
	display:none;
}
.header-dark .site-header .site-logo.alt-nav {
	display:block;
}
.header-dark .site-header .mobile-logo.alt-nav {
	display:block;
}
.header-in-gallery .site-header .site-logo {
	display:none !important;
}
.header-in-gallery .site-header .site-logo {
	display:none !important;
}
.header-in-gallery .site-header .site-logo.alt-nav {
	opacity:0.5;
	display:block !important;
}
.insignia-body .site-logo.insignia-nav {
	display:block !important;
}
.insignia-body.header-in-gallery .site-header .site-logo.alt-nav {
	display:none !important;
}
.nav-open.header-in-gallery .site-header .site-logo.alt-nav {
	opacity:1;
}
@media (max-width: 991px) {
	.header-in-gallery .site-header .mobile-logo {
		display:none !important;
	}
	.header-in-gallery .site-header .site-logo.alt-nav {
		display:none !important;
	}
	.header-in-gallery .site-header .mobile-logo.alt-nav {
		opacity:0.7;
		display:block !important;
	}
	.nav-open.header-in-gallery .site-header .mobile-logo.alt-nav {
		opacity:1;
	}
	.insignia-body.header-in-gallery .site-header .mobile-logo.alt-nav {
		display:none !important;
	}
	.insignia-body .site-logo.insignia-nav {
		display:none !important;
	}
	.insignia-body.header-in-gallery .site-header .mobile-logo.insignia-nav {
		display:block !important;
	}
}


.insignia-body.header-dark .site-header .mobile-logo.alt-nav {
	display:none;
}

.site-footer .call-to-action .cta-button {
	display:inline-block;
}
.site-footer {
	display:none;
}
@media (max-width: 991px) {
	.call-to-action .cta-links a {
		font-size:0.8em;
		line-height:45px;
	}
	.call-to-action .cta-button {
		font-size:0.8em;
		top:5px;
		right:8px;
	}	
}
@media (max-width: 991px) {
	.site-footer {
		display:block;
		position:fixed;
		bottom:0px;
		left:0px;
		right:0px;
		background-color:#f8efe2;
		height:45px;
		padding-top:5px;
		-webkit-box-shadow:0px -4px 3px rgba(50, 50, 50, 0.2);
		-moz-box-shadow:0px -4px 3px rgba(50, 50, 50, 0.2);
		box-shadow:0px -4px 3px rgba(50, 50, 50, 0.2);
	}
	.call-to-action .cta-button {
		display:block;
	}	
}
footer.phelps-footer {
	font-family:"Gotham SSm A", "Gotham SSm B";
	border-top:1px solid #000;
	margin-top:200px;
	padding:0 20px;
	font-weight:400;
	min-height:7vh;
	font-size:0.45em;
}

footer.phelps-footer .footer-center {
	text-align:center;
	
}
footer.phelps-footer .footer-right {
	text-align:right;
}
footer.phelps-footer a {
	display:inline-block;
	padding:14px 6px;
}
footer.phelps-footer .footer-left .social {
	padding:8px 2px;
	font-size:1.4em;
}
@media (max-width: 1199px) {
	footer.phelps-footer {
		padding-bottom:20px;
	}
	footer.phelps-footer .footer-center {
		text-align:left;
	}
	footer.phelps-footer .footer-right {
		text-align:left;
	}	
	footer.phelps-footer a {
		padding:6px;
	} 
	footer.phelps-footer .footer-left a {
		padding:10px 2px 6px 2px;
	}
	footer.phelps-footer .footer-left a:first-child {
		padding-left:6px;
	}		
}
@media (max-width: 767px) {
	footer.phelps-footer {
		font-size:0.6em;
	}	
}
.bottom-gallery footer.phelps-footer, .home footer.phelps-footer {
	display:none;
}
footer.phelps-footer .footer-block {
	display:block;
	float:left;
	padding:25px 5% 25px 0;
}
footer.phelps-footer .footer-block.social a {
	margin:0 4px;
}
footer.phelps-footer .footer-block.right-footer {
	float:right;
	padding:25px 0 25px 5%;
}
@media (max-width: 540px) {
	footer.phelps-footer {
		padding:10px 2% 20px;
	}
	footer.phelps-footer .footer-block, footer.phelps-footer .footer-block.right-footer {
		float:none;
		padding:10px 0 0 0;
	}	
}
/*Scrolled*/
.site-header.headroom--not-top {
	background-color:rgba(248, 239, 226, 0.95);
	border-bottom:1px solid #ded7cf;
	transition: all 500ms ease;
}
.insignia-body .site-header.headroom--not-top {
	background-color:rgba(25, 15, 23, 0.98);
	border-color:rgba(206, 156, 105, 0.2) !important;
}
.insignia-body .menu-area .open-menu {
	color:#CE9C69 !important;	
}
.insignia-body .menu-area .burger span {
	background:#CE9C69 !important;
}
.site-header.headroom--not-top .top-mask {
	display:none;
}
.site-header.headroom--not-top .call-to-action {
	opacity:1;
}
.site-header.headroom--not-top .cta-button {
	display:block;
}
.nav-open .site-header.headroom--not-top .call-to-action {
	opacity:0;
}
@media (min-width: 992px) {
	.site-header.headroom--not-top {
		top:-48px;
	}
}
@media (max-width: 991px) {
	.site-header.headroom--not-top.headroom--unpinned {	
		margin-top:-65px;
		transition: all 500ms ease;
	}
	.site-header.headroom--not-top.headroom--pinned {	
		transition: all 500ms ease;
	}
}

/*navigation*/
.navigation {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:100vh;
	z-index:-999;
	opacity:0;
	background: no-repeat center center #000;
	background-size:cover;
}
.swapper {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:100vh;
	z-index:99;
	opacity:0;
	background: no-repeat center center transparent;
	background-size:cover;
	transition: opacity 500ms;
}
.swapper.hovered {
	opacity: 1;
}
.swapper.napa-valley {
	background:url(/public/images/nav/napavalley.jpg) no-repeat center center #000;	
	background-size:cover;	
}
.swapper.sonoma-coast {
	background:url(/public/images/nav/sonomacoast.jpg) no-repeat center center #000;
	background-size:cover;		
}
.swapper.insignia {
	background:url(/public/images/nav/insignia.jpg) no-repeat center center #000;
	background-size:cover;		
}
.swapper.joe {
	background:url(/public/images/nav/joe.jpg) no-repeat center center #000;
	background-size:cover;		
}
.swapper.visit {
	background:url(/public/images/nav/visit.jpg) no-repeat center center #000;	
	background-size:cover;	
}
.swapper.visit.nv {
	background:url(/public/images/nav/visitnapavalley.jpg) no-repeat center center #000;	
	background-size:cover;	
}
.swapper.visit.sc {
	background:url(/public/images/nav/visitsonoma.jpg) no-repeat center center #000;	
	background-size:cover;	
}
.nav-logo {
	position:fixed;
	top:45px;
	left:30%;
	right:30%;
	z-index:-9999;
	text-align:center;
	opacity:0;
}
.nav-open {
	overflow:hidden;
}
.nav-open .nav-logo {
	z-index:99999;
	opacity:1;	
}
.nav-open .navigation {
	z-index:998;
	opacity:1;
}
.nav-open .nav-hide {
	opacity:0 !important;
}
.nav-open .site-header.headroom--not-top {
	background:none;
	border-bottom:none;
}
@media (min-width: 992px) {
	.nav-open .site-header.headroom--not-top {
		top:-48px;
	}
}
.shifter {
	transition: padding 0ms ease;
}
.pull-right {
	float: right;
	clear: both;
}
.nav-open .shifter {
	transition: padding 0ms ease;
}
.nav-open .top-mask {
	display:none !important;
}
.navigation .nav-inner {
 	position:fixed;
 	left:5%;
 	right:5%;
 	top:0;
 	overflow:auto;
 	min-height:100%;
 	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;	
}
.navigation .nav-links {
	transition: all 500ms ease;
}
.navigation .nav-links.visit-links {
	display:none;
	opacity:0;
}
.navigation.visit .nav-links.visit-links {
	display:block;
	opacity:1;
}
.navigation.visit .nav-links.visit-links a {
	opacity:1;
}
.navigation.visit .nav-links.visit-links.visit-fade a {
	opacity:0.6;
}
.navigation.visit .nav-links.visit-links.visit-fade a:hover {
	opacity:1;
}
.navigation.visit .nav-links.main-links {
	display:none;
	opacity:0;
}
.navigation .nav-links a, .navigation .nav-links a:hover {
	font-size:1.777em;
	color:#fff;
	display:inline-block;
	line-height:1.777em;
	text-align:center;
	font-weight:400;
	text-decoration:none;
}
.navigation .nav-links .or {
	font-size:1.777em;
	color:#fff;
	display:block;
	line-height:1em;
	text-align:center;
	font-weight:400;
	text-decoration:none;
	font-family:'CentaurMT-Italic';	
}
.navigation.hovered .nav-links a, .navigation.hovered .nav-links .or {
	opacity:0.6;
}
.navigation.faded .nav-links a {
	opacity:0.6;
}
.navigation.faded .nav-links a.active {
	opacity:1;
}
.navigation.faded.hovered .nav-links a.active {
	opacity:0.6;
}
.navigation.faded.hovered .nav-links a.active:hover {
	opacity:1;
}
.navigation.hovered .nav-links a:hover {
	opacity:1;
}
@media (max-height: 650px) {
	.navigation .nav-links a, .navigation .nav-links a:hover {
		font-size:1.5em;
	}	
}
@media (max-height: 475px) {
	.navigation .nav-links a, .navigation .nav-links a:hover {
		line-height:1.1em;
	}	
}
.navigation .nav-links a span {
	text-transform:capitalize;
	font-variant: small-caps;
	letter-spacing:0.5px;	
}
.navigation .nav-links a em {
	font-weight:300;
	font-family:'CentaurMT-Italic';
	font-size:0.9em;
}
.navigation .nav-links a b {
	font-weight:300;
	font-family:sans-serif;
}
.navigation .subnav-links {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	height:10vh;
}
.navigation .subnav-links a {
	font-family: "Gotham SSm A", "Gotham SSm B";
	color:#fff;
	font-size:0.563em;	
	display:inline-block;
	padding:0 14px;
	font-weight:300;
	text-decoration:none;
	letter-spacing:1.5px;
}
.navigation .subnav-links a.terms-link {
	position:absolute;
	right:5%;
	top:10px;
	opacity:0.8;
	font-size:0.45em;
}
.navigation .subnav-links a.terms-link.login-link {
	left:5%;
	right:auto;
}
@media (max-width: 1140px) {
	.navigation .subnav-links a.terms-link {
		right:10px;
		top:30px;
	}
	.navigation .subnav-links a.terms-link.login-link {
		left:10px;
	}	
}
.navigation .subnav-links.hovered a {
	opacity:0.6;
}
.navigation .subnav-links.hovered a:hover {
	opacity:1;
}
.subsubnav-links {
	position:absolute;
	top:0;
	right:5%;
}
.subsubnav-links a {
	padding:0 0 0 10px !important;
	opacity:0.6 !important;
	text-transform:capitalize;
	font-size:0.5em !important;
}

/*Homepage*/
.home-bg {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background: no-repeat center center;
	background-size:cover;
	transition: background 1000ms ease;
}
@media (max-width: 991px) {
	.home-bg {
		display: none;
	}	
}
.home-bg.loaded {
	background:no-repeat center center;
	background-size:cover;	
}
.homepage {
 	position:absolute;
 	left:10%;
 	right:10%;
 	top:0;
 	overflow:auto;
 	min-height:100%;
 	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;	
    color:#fff;
    z-index: 100;
}
.new-inner {
	z-index: 101;
	position: relative;
}
.home-logo {
	width:508px;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}
.homepage h2 {
	margin-top:0;
}
/*mobile nav*/
.mobile-navigation {
	position:fixed;
	top:0;
	right:-100vw;
	bottom:0;
	width:100vw;
	height:100%;
	z-index:1001;
	background-color:#f8efe2;
	overflow:auto;
}
.mobile-navigation .mobile-x {
	display:block;
	width:24px;
	height:24px;
	position:absolute;
	right:5%;
	top:24px;
	z-index:99999;
}
.mobile-navigation .mobile-x .burger {
	display:block;
	width:24px;
	height:24px;
}
.mobile-navigation .mobile-x .burger span:first-child {
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:5px;
    /*background:#fff !important;*/
    background:#000 !important;
    width:24px;
    display:block;
    height:2px;
}
.mobile-navigation .mobile-x .burger span:last-child {
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top:-2px;
    /*background:#fff !important;*/
    background:#000 !important;
    width:24px;
    display:block;
    height:2px;
}
.nav-open .mobile-navigation {
	right:0;
}
@media (min-width: 992px) {
	.mobile-navigation {
		display:none;
	}
}
.mobile-navigation .nav-links a {
	font-size:1.5em;
	display:block;
	/*color:#fff;*/
	padding:15px 25px 0 25px;
	line-height:1.2em;
	text-decoration:none;
	/*background:#ccc;*/
}
/*
.mobile-navigation .nav-links a.napa-valley {
	background:url(/public/images/nav/mobile/napavalley.jpg) no-repeat center center #000;	
	background-size:cover;
}
.mobile-navigation .nav-links a.sonoma-coast {
	background:url(/public/images/nav/mobile/sonomacoast.jpg) no-repeat center center #000;	
	background-size:cover;
}
.mobile-navigation .nav-links a.insignia {
	background:url(/public/images/nav/mobile/insignia.jpg) no-repeat center center #000;	
	background-size:cover;
}
.mobile-navigation .nav-links a.joe {
	background:url(/public/images/nav/mobile/joe.jpg) no-repeat center center #000;	
	background-size:cover;
}
*/
.mobile-navigation .line {
	height:1px;
	background:#000;
	margin:15px 0;
}
.mobile-navigation .nav-links a span {
	font-size:1em;
	font-variant: small-caps;
}
.mobile-navigation .nav-links a em {
	font-size:0.8em;
	display:block;
	font-family:'CentaurMT-Italic';
	border-bottom:1px solid #000;
	padding-bottom:15px;
}
.mobile-navigation .subnav-links {
	margin:0 25px;
	padding:20px 0
}
.mobile-navigation .subnav-links a {
	font-family: "Gotham SSm A", "Gotham SSm B";
	color:#000;
	font-size:0.8em;	
	display:block;
	font-weight:300;
	line-height:2.5em;
	text-decoration:none;	
}
.mobile-navigation .subnav-links a.tiny {
	font-size:0.6em;
}
.mobile-navigation .subnav-links .mobile-visit-links {
	padding-left:15px;
	display:none;
}
.mobile-navigation .subnav-links .mobile-visit-links a {
	text-transform:uppercase;
}

/*shop page*/
.wines .wine-row {
	border-bottom:1px solid #999;
}
.wines .wine-row:last-child {
	border:none;
}
.wines .wine-row:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.wines .wine-row img {
	width:100%;
}
.wines .wine-row .wine-column {
	width:50%;
	padding:30px 30px 60px 30px;
	float:left;
}
.wines .wine-row .wine-column.wine-image {
	padding-left:0;
}

.wine-row:nth-child(even) .wine-column.wine-image {
	float:right;
	padding-left:30px;
	padding-right:0;
}
.wine-row:nth-child(even) .wine-column.wine-description {
	padding-left:0;
}
@media (max-width: 767px) {
	.wines .wine-row .wine-column {
		width:100%;
		padding-bottom:10px;
	}
	.wines .wine-row .wine-column.wine-image {
		padding-left:0;
		padding-right:0;
		padding-bottom:0;
	}
	.wines .wine-row .wine-column.wine-description {
		padding-top:0;
		padding-left:0;
		padding-right:0;
	}
}
/*Zoom Effect*/
.zoomer { 
	position: relative; 
	padding-bottom:100vh; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	margin-top:-50px;
	transition: height 1000ms ease;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	margin-bottom:20px;
	-webkit-transition-property: padding-bottom;
    -webkit-transition-duration: 1s;
} 
.zoomer .inner { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	background:#ccc; 
	background-position:center center;
	background-size:cover;
}
.zoomer.zoomed {
	padding-bottom:41.86666666%;	
}
@media (max-width: 991px) {
	.zoomer {
		margin-top:-20px;
	}
}

/*CART STUFF FOR AMS*/
.cart-content {
	margin-top:110px;
}
.cart-content .cart-detail {
	margin:75px 0;
}
.cart-content .cart-step {
	color:#999;
	font-family: "Gotham SSm A", "Gotham SSm B";
	text-transform:uppercase;
	font-weight:300;
}
.cart-content .cart-step.active {
	color:#000;
}
.cart-content .cart-actions {
	margin-top:50px;
}
.cart-content .cart-link {
	color:#000;
	font-family: "Gotham SSm A", "Gotham SSm B";
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:1px;
	font-size:0.563em;
	text-decoration:none;
}
.cart-content .cart-link:hover {
	color:#CE9C69;
}
.cart-content .cart-items {
	margin-top:20px;
}
.cart-content .cart-items .item {
	border-top:1px solid #dad0c7;
	padding:30px 25px;
}
.cart-content .wine-cart-wine-name {
	color:#000;
	text-decoration:none;
	font-size:1.5em;
	line-height:1.2em;
}
.cart-content .item-txt {
	padding-top:15px;
}
.cart-content .price-column {
	text-align:right;
}
@media (max-width: 991px) {
	.total-price {
		padding-top:1px;
	}
	.cart-content .price-column {
		text-align:left;
	}	
}
.cart-content .cart-totals {
	border-top:1px solid #dad0c7;
	padding:30px 25px;
}
.cart-content .cart-totals .totals {
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #dad0c7;
	margin-left:0;
	margin-right:0;
}
.disclaimer {
	margin-top:20%;
}

.cart-content .sign-in-area {
	margin-top:40px;
	border-top:1px solid #dad0c7;
	padding:10px 25px 30px 25px;
}
.cart-content .registration-area {
	margin-top:40px;
	border-top:1px solid #dad0c7;
	border-bottom:1px solid #dad0c7;
	padding:30px 25px;
}
.cart-content .registration-area-alt {
	margin-top:40px;
	border-top:1px solid #dad0c7;
	border-bottom: none;
	padding:30px 25px;
}
.cart-content .registration-area.gift {
	padding-top:10px;
	margin-top:0;
	border-top:none;
}
.divider-line {
	background:#dad0c7;
	width:100%;
	height:1px;
	margin:20px 0 0 0;
}
.account-link {
	margin: 0 10px;
	line-height: 22px;
	text-decoration: none;
}
.account-error-message {
	color: #ff0000;
	font-size: 18px;
	text-align: center;
}
/*Form stuff*/

textarea, input, select {
	outline:none;
}
select, input {	
	font-size:0.75em;
	line-height:1.2em;
	height:40px;
	background:#fff;
	border:1px solid #d1c6be;
	border-radius:0px;
	-webkit-border-radius:0px;
	padding:5px 8px;
	transform:translateY(-1px);
	box-shadow: none !important;
}
 input:focus {
 	border:1px solid #111111;
 	box-shadow: none !important;
 }

@media (max-width: 991px) {
	select, input {
		height:24px;
	}
}
select {
	outline: 1px inset #d1c6be; 
	outline-offset:-1px;
	border:none;
	box-shadow:none;
}
input[type="text"], input[type="email"], input[type="password"] {
	width:100%;
	margin-bottom:20px;
}
input[type="checkbox"] {
	height:auto;
}
input.promo {
	transform:translateY(2px);
	width:150px;	
}
input.email {
	width:75%;	
}
input.password {
	width:50%;	
}
input.phone {
	width:22%;
	margin-right:1px;
	margin-bottom: 20px;
}
select.phone {
	margin-bottom: 20px;
}
input.half, select.half {
	width:48%;
	margin-right:10px;
	margin-bottom: 20px;
}
label {
	font-size:0.563em;
	display:block;
	margin-bottom:0;
}
label.checkbox-label {
	display:inline-block;
	margin-left:5px;
}
button.form-submit {
	display:block;
	margin-bottom:12px;
}
.registration-area input, .registration-area select {
	margin-bottom:20px;
}
.row.form-fields {
	margin-left:0;
	margin-right:0;
}
.row.form-fields div {
	padding:0 3px 0 0;
}
select.birthday {
	width:auto;
	margin-right:1px;
}
textarea {
	width:100%;
	height:200px;
	font-size:0.75em;
	line-height:1.8em;
	background:#fff;
	border:1px solid #d1c6be;
	border-radius:0px;
	-webkit-border-radius:0px;
	padding:9px;
}


/*Mobile-cart*/
@media (max-width: 991px) {
	.cart-content {
		margin-top:30px;
	}
	.cart-content .col-md-4.text-right,
	.cart-content .col-md-6.text-right {
		text-align:left;
	}	
}

.details-needed {
	color: #888888;
	display: block;
}
.img-border {
	padding:15px;
	border:2px solid #000;
}
.img-border.narrower {
	margin:0 15%;
}
.img-border img {
	width:100%;
}
@media (max-width: 767px) {
	.img-border {
		padding:9px;
	}	
}

/*Cart Footer*/
.cart-footer {
	border-top:1px solid #dad0c7;
	margin-top:120px;
	font-size:0.75em;
	padding:16px 25px;
}
.cart-footer-nav a {
	text-decoration:none;
	padding:0 0 0 20px;
	display:inline-block;
}
@media (max-width: 991px) {
	.cart-footer {
		font-size:1em;
	}
	.cart-footer-nav a {
		padding:10px 20px 0 0;
	}	
}

/*Insignia Carousel*/
.gallery-section {
	background:#000;
	height:100vh;
	position:relative;
	margin-top:40px;
}
.insignia-flipster {
	background:url(/public/images/insignia-carousel.jpg) no-repeat center center;
	background-size:cover;
	color:#CE9C69;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.insignia-flipster ul li {
	padding:0 5%;
	text-align:center;
	box-reflect:none !important;
	-webkit-box-reflect:none !important;
}
.insignia-flipster ul li span {
	opacity:0.3;
	font-size:5em;
	display:block;
	line-height:1em;
}
.insignia-flipster ul li a.cta {
	display:block;
	background:rgba(0,0,0,0.65);
	color:#CE9C69;
	text-decoration:none;
	padding:5px 10px;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-size:0.6em;
	text-transform:uppercase;
	display:inline-block;
	visibility:hidden;
	transition: all 500ms ease;
	border:1px solid #CE9C69;
}
.insignia-flipster ul li a.cta:hover {
	background:#CE9C69;
	color:#000;	
}
.insignia-flipster ul li.flipster__item--current span {
	opacity:1;
}
.insignia-flipster ul li.flipster__item--current a.cta {
	visibility:visible;
}
.insignia-quote {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:99;
	text-align:center;
}
.extra-quote {
	position:absolute;
	bottom:4vh;
	left:0;
	right:0;
	opacity:0;
	padding:0 28%;
	transition: all 500ms ease;
}
.extra-quote.visible {
	opacity:1;	
}
@media (max-width: 767px) {
	.extra-quote {
		padding:0 10%;
	}	
}
@media (max-width: 479px) {
	.extra-quote {
		padding:0 4%;
	}	
}
.jp-modal {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100vh;
	z-index:-99;
	transition: opacity 500ms ease;
	opacity:0;
	overflow-x: hidden;
    overflow-y: auto;
    padding-top:70px;	
}
.insignia-modal {
	background:#000;
	color:#CE9C69;
	width: 100% !important;
	margin: 0 !important;
	min-height: 100vh;
	padding-top: 70px;
	
}
.insignia-modal h1 {
	text-align:center;
	margin-bottom:70px;
}
.insignia-modal p {
	margin-bottom:20px;
	font-size:0.72em;
}
.insignia-modal p span {
	display:block;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-size:0.75em;
	text-transform:uppercase;
	margin-bottom:4px;
}
.jp-mini-modal {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100vh;
	z-index:99999;
	transform: translateX(-999999px);
	transition: opacity 500ms ease;
	opacity:0;
	background:rgba(0,0,0,0.7);
	padding:0 5%;
	display:flex;
    flex-direction: column;
    justify-content: center;
    overflow:auto;
}
@media (max-height: 1000px) {
	.jp-mini-modal {
		padding:0 5%;
		display:block;
		flex-direction:row;
	}	
}
.jp-mini-modal.open {
	transform: translateX(0);
	opacity:1;
	z-index:99999;
}
.jp-mini-modal .inner {
	background-color:#f8efe2;
	margin:5vh auto;
	max-width:885px;
	padding:11.5%;
	position:relative;
	min-width:60%;
	max-height:90vh;
	overflow:auto;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.jp-mini-modal-inner {
	background-color:#f8efe2;
	padding:30px;
	max-width:885px;
	min-width:60%;
}

.jp-mini-modal .close-mini, .jp-mini-modal-inner .close {
	position:absolute;
	top:20px;
	right:2%;
	font-family: "Gotham SSm A", "Gotham SSm B";
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	display:block;
	height:20px;
	width:20px;
	line-height:20px;
	background:url(/public/images/close-mini.png) no-repeat center center;
	cursor:pointer;
	opacity: 1 !important;
}
.jp-modal-header {
	font-size:1.5em;
	margin-bottom:20px;
}
.modal-button-holder {
	margin-top:8%;
}
@media (min-width: 1200px) {
	.jp-mini-modal .inner {	
		padding:110px;
	}
	.jp-mini-modal-inner {	
		padding:110px;
	}
	.jp-mini-modal .close-mini {
		top:50px;
		right:50px;
	}
}
	
@media (max-width: 991px) {
	.insignia-modal {
		padding-top:30px;
	}
	.insignia-modal h1 {
		margin-bottom:30px;
	}
	.insignia-modal p {
		margin-bottom:20px;
		font-size:1em;
	}
	.jp-mini-modal .close-mini {
		top:20px;
		right:20px;
	}
}
.panorama {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100vh;
	z-index:-99;
	transition: opacity 500ms ease;
	opacity:0;
	overflow-x: scroll;
    overflow-y: hidden;
}
.panorama.open, .jp-modal.open {
	opacity:1;
	z-index:999;
	transition: opacity 500ms ease;
}
.close-modal {
	position:absolute;
	top:18px;
	right:5%;
	width:24px;
	height:24px;
	z-index:9999;
	cursor:pointer;
	background:url(/public/images/modal-close.png) no-repeat center top;
}

.insignia-modal .close {
	position: absolute;
    top: 22px;
    right: 5%;
    width: 24px;
    height: 24px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1 !important;
}
.insignia-modal .close span {
	display:block;
	height:1px;
	width:100%;
	background:#CE9C69;
	margin-bottom:6px;
	opacity: 1 !important;
}
.insignia-modal .close span:first-child {
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:5px;
}
.insignia-modal .close span:last-child {
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top:-7px;
}

.carousel-quote {
	color:#fff;
	height: 70vh;
    margin-top: 15vh;
    margin-left: 25vw;
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.carousel-quote .pull-quote {
	margin:0;
}
@media (max-width: 767px) {
	.carousel-quote h2 {
		font-size:1em;
	}	
}
/* panorama layout */
.panorama, .panorama-view { width: 100%; height: 100%; overflow: hidden; }
.panorama-view .controls {
	display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100vh;
	z-index:500;
	color:rgba(255,255,255,0.7);
	text-transform:uppercase;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-weight:400;
	white-space:nowrap;
	font-size:0.6em;
}
.panorama, .panorama-container, .non-panorama { 
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100vh; 
}
.non-panorama {
	background-color:#000;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.panorama-container img { height: 100%; position: absolute; top: 0; }
.panorama .info, .panorama-view .area { position: absolute; display: block; }
.panorama .info { right: 10px; bottom: 10px; }
.panorama .controls { position: absolute; left: 10px; bottom: 10px; }
.panorama .controls a { display: block; float: left; margin-right: 5px; }
.panorama .preloader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* panorama style */
.panorama-view { cursor: url(../images/openhand.cur),default; }
.panorama-view.grab { cursor: url(../images/closedhand.cur),default; }
.panorama .info, .panorama .controls a { opacity: 0.6; filter: alpha(opacity=60); background-color: #000; color: #fff; font: bold 11px/14px Arial, sans-serif; text-decoration: none; padding: 6px 7px; cursor: pointer; -webkit-transition: all .25s linear; -moz-transition: all .25s linear; -o-transition: all .25s linear; -ms-transition: all .25s linear; transition: all .25s linear; }
.panorama .info:hover, .panorama .controls a:hover { opacity: 0.8; filter: alpha(opacity=80); }
.panorama-view .area { opacity: 0.25; filter: alpha(opacity=25); background-color: #000; cursor: pointer; overflow: hidden; text-indent: -9999px; }
.panorama-view .area:hover { opacity: 0.5; filter: alpha(opacity=50); }
.panorama-view img { -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; }
.panorama .info, .panorama-view .area, .panorama .controls a { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.panorama .preloader { background: url(../images/preloader.gif) no-repeat center center; }
.panorama .controls a.prev span, .panorama .controls a.stop span, .panorama .controls a.next span { display: block; text-indent: -999px; overflow: hidden; background: url(../images/panorama-controls.png) no-repeat -999px 0; }
.panorama .controls a.prev span, .panorama .controls a.next span { width: 10px; height: 14px; }
.panorama .controls a.prev span { background-position: 0 0; }
.panorama .controls a.next span { background-position: -11px 0; }
.panorama .controls a.stop span { margin: 2px 1px; width: 10px; height: 10px; background-position: -22px -2px; }

/* retina display graphics */
@media only screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	.panorama .controls a.prev span, .panorama .controls a.stop span, .panorama .controls a.next span { background-image: url(../images/panorama-controls@2x.png); -webkit-background-size: 32px 14px; background-size: 32px 14px; }
}

/*Photo gallery*/
.carousel {
	height:100vh;
}
.carousel.about-carousel {
	height:auto;
	margin-bottom:45px;
}

.carousel .item {
	text-align:center;
}
.carousel .item .img-holder {
	height:70vh;
	margin-top:15vh;
	margin-left:15vw;
	width:70vw;
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
}
.carousel .item a {
	cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}
.left.carousel-control {
	background:url(/public/images/arrow-left.png) no-repeat center center;
}
.right.carousel-control {
	background:url(/public/images/arrow-right.png) no-repeat center center;
}
.about-carousel .left.carousel-control {
	background:url(/public/images/arrow-left-black.png) no-repeat center center;
	left:-5.5%;
	width:5%;
}
.about-carousel .right.carousel-control {
	background:url(/public/images/arrow-right-black.png) no-repeat center center;
	right:-5.5%;
	width:5%;
}
@media (max-width: 767px) {
	.about-carousel .left.carousel-control {
		background:url(/public/images/arrow-left.png) no-repeat center center;
		left:1%;
		background-size:50%;
		opacity:1 !important
	}
	.about-carousel .right.carousel-control {
		background:url(/public/images/arrow-right.png) no-repeat center center;
		right:1%;
		background-size:50%;
		opacity:1 !important;
	}	
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.gallery-legend {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:10vh;
	text-align:center;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.gallery-legend {
		height:20vh;
	}	
}
.gallery-legend a {
	font-family: "Gotham SSm A", "Gotham SSm B";
	color:rgba(255,255,255,0.5);
	font-size:0.5em;	
	display:inline-block;
	padding:0 14px;
	font-weight:300;
	text-decoration:none;
	letter-spacing:1.5px;
	text-transform:uppercase;
	position:relative;
}
.map-holder p {
	font-family: "Gotham SSm A", "Gotham SSm B";
	color:rgba(255,255,255,0.5);
	font-size:13px;	
	font-weight:300;
	letter-spacing:1.5px;
	text-transform:uppercase;
}
.map-holder p em {
	display:block;
	text-transform:none;
	font-family:'CentaurMT-Italic';
	font-style:normal;
	font-size:14px;
}
.gallery-legend a.active {
	color:rgba(255,255,255,1);
}
.gallery-legend a.map {
	background:url(/public/images/mapiconwhite.png) no-repeat right center;
	background-size:contain;
	padding-right:45px;
	height:35px;
	line-height:40px;
	color:#fff;
	opacity:0.5;
}
.gallery-legend a.map:hover {
	opacity:1;
}
.map-holder {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100vh;
	z-index:-99;
	transition: opacity 500ms ease;
	opacity:0;
	overflow:auto;
	background:#000;
	color:rgba(255,255,255,0.5);
	font-size: 0.5em;
	padding:10vh 5%;
	font-family: "Gotham SSm A", "Gotham SSm B";
}
.map-holder .close-modal {
	position:fixed;
}
.map-holder img {
	margin-bottom:30px;
}
.map-holder span {
	color:#fff;
}
.map-holder span i {
	font-size:0.8em;
	transform:translateY(-0.1em);
}
.map-holder.open {
	opacity:1;
	z-index:999;
	transition: opacity 500ms ease;
}
@media (min-width: 1400px) {
	.gallery-legend a.map.napa-trigger {
		position:absolute;
		right:5%;
		top:0px;	
	}
}
@media (min-width: 600px) {
	.gallery-legend a.map.sonoma-trigger {
		position:absolute;
		right:5%;
		top:-3px;	
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	.gallery-legend a {
		font-size:0.4em;
		letter-spacing:0;
		padding:0 5px;
	}
	.gallery-legend {
		height:15vh;
	}
}

/*Contact page*/
.contact-columns {
	padding:80px 25% 0 25%;
}
.contact-block {
	padding:80px 15% 0 15%;
}
.contact-block p:last-child {
	margin-bottom:0;
}
.contact-column {
	padding-bottom:60px;
}
.contact-column:last-child {
	padding-bottom:0;
}
.contact-news-header {
	font-variant: small-caps;
	font-size:1.77em;
	border-bottom:1px solid #000;
	padding:0 0 8px 8px;
	margin:0 0 20px 0;	
	font-weight:300;
}
.contact-news-section-content {
	padding:0 8px;	
}
.social {
	text-decoration:none;
	margin-right:5px;
	font-size:0.75em;
}
@media (max-width: 767px) {
	.contact-news-section-content .contact-stack {
		padding-bottom:20px;
	}
	.contact-columns {
		padding:30px 10% 0 10%;
	}
	.contact-block {
		padding:30px 5% 0 5%;
	}
	.contact-column {
		padding-bottom:25px;
	}	
}
@media (max-width: 479px) {
	.contact-news-header {
		font-size:1.5em;
	}
	.contact-columns {
		padding:30px 0 0 0;
	}
	.contact-block {
		padding:30px 0 0 0;
	}
	.contact-column {
		padding-bottom:25px;
	}
	.contact-news-header {
		margin:0 0 10px 0;
	}	
}
/*News*/
.news-item {
	padding:80px 15%;
}
.news-item.less-top {
	padding:40px 15%;
}
.news-item.sub {
	padding:0 15%;
}
.news-header-image {
	margin-bottom:40px;
}
.news-item img {
	margin-bottom:20px;
}
@media (max-width: 767px) {
	.news-item {
		padding:60px 5%;
	}
	.news-item img {
		margin-bottom:40px;
	}
	.news-item.sub {
		padding:0 5%;
	}
}
@media (max-width: 479px) {
	.news-item {
		padding:40px 0;
	}
	.news-item.sub {
		padding:0;
	}
	.news-item img {
		margin-bottom:25px;
	}
}

/*Trade*/
.trade-section {
	margin-top:40px;
	padding-top:60px;
	margin-right:15%;
	margin-left:15%;
}
.trade-section h2 {
	margin-bottom:8px;	
}
.trade-section h3 {
	margin-top:-10px;
	margin-bottom:30px;
	font-variant: small-caps;
	font-weight:400;
}
.trade-section .trade-content {
	border-top:1px solid #000;
	padding-top:25px;
	font-size:0.75em;
}
.trade-section .trade-content.full-size {
	font-size:1em;
}
.trade-section .trade-content.full-size h3 {
	margin:25px 0 15px 0;
}
.trade-section .trade-content.links {
	line-height:2em;
}
.trade-img {
	margin-bottom:30px;
	width:100%;
}
.wine-more {
	display:none;
	line-height:1.48em;
	padding-bottom: 40px;
}
.wine-more p {
	margin-bottom:20px;
}
.wine-more a {
	font-size:0.75em;
}
.product-detail {
	margin-top:-20px;
}
.product-detail p {
	margin-bottom:30px;
	font-size:0.72em;
}
.product-detail p span {
	display:block;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-weight: 500;
	font-size:0.75em;
	text-transform:uppercase;
	margin-bottom:10px;
}

@media (max-width: 767px) {
	.trade-section {
		margin-top:0;
		padding-top:60px;
		margin-right:0;
		margin-left:0;
	}
	.trade-section h2 {
		margin-bottom:20px;	
	}
	.trade-section h3 {
		margin-top:0;
		margin-bottom:20px;
	}
	.trade-section .trade-content {
		padding-top:15px;
		font-size:1em;
	}
}
@media (max-width: 479px) {
	ul.benefits {
		padding:0;
		margin:0 0 0 15px;
	}
}
ul.benefits li {
	padding:0;
	margin:0 0 15px 0;
}
.clubs-intro {
	padding-top:40px;
	margin-bottom:60px;
	margin-left:-30px;
	margin-right:-30px;
}
.clubs-intro .col-sm-4 {
	padding-left:30px;
	padding-right:30px;
}
.clubs-intro .col-sm-3 p {
	min-height:215px;
}
@media (max-width: 991px) {
	.clubs-intro .col-sm-3 p {
		min-height:160px;
	}		
}
@media (max-width: 767px) {
	.clubs-intro .col-sm-3 p {
		min-height:10px;
	}		
}
.clubs-intro .club-button {
	max-width:220px;
	margin-left:auto;
	margin-right:auto;
}
.clubs-intro .club-button:hover {
	color:#fff;
	text-decoration:none;
}
.clubs-intro img {
	margin-top:30px;
	margin-bottom:5px;
}
.club-table {
	margin-top:70px;
	margin-bottom:30px;
}
.club-type {
	min-height: 145px;
}
.anchor {
	padding-top:40px;
}
@media (max-width: 767px) {
	.club-table {
		display:none;
	}
	.club-type {
		min-height: auto;
	}
	.clubs-intro {
		padding-top: 0;
	}
	.clubs-intro h2 {
		margin-top: 30px;
	}
}
.club-table th, .club-table td {
	padding:20px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	font-weight:normal;
}
.club-table tr:last-child td {
	border-bottom:none;
}
.club-table td {
	font-size:0.75em;
	font-family:'CentaurMT-Italic';
	font-style:normal;
}
/*
.club-table tr th:last-child, .club-table tr td:last-child, .club-table tr th:first-child, .club-table tr td:first-child {
	border-right:none;	
}
*/
.club-table tr th:last-child, .club-table tr td:last-child {
	border-right:none;	
}
.club-table td.insignia-disclaimer {
	font-size:0.75em !important;
	font-family:'CentaurMT-Italic' !important;
	font-style:normal !important;	
	text-transform:none !important;
	text-align:center;
}
.club-table tr th:first-child, .club-table tr td:first-child {
	font-family: "Gotham SSm A", "Gotham SSm B";
	text-transform:uppercase;
	font-size:0.563em;
	padding-top:20px;
	line-height:1.8em;
}
.club-table tr td:first-child em {
	text-transform:none;
	display:block;
	margin-top:10px;
	font-size:1.4em;
}
.club-table .buttons td {
	border:none;
	text-align:center;
}
.club-table th {
	font-size:1.2em;
	font-variant: small-caps;
	padding-top:0;
	padding-bottom:10px;
}
.club-table a, .gift {
	font-family: "Gotham SSm A", "Gotham SSm B";
	display:block;
	text-align:center;
	margin-bottom:20px;
	font-size:0.563em;
	text-transform:uppercase;
}
.club-table .month td {
	border-bottom:none;
}
.club-table td p:last-child {
	margin-bottom:0;
} 
.club-mobile {
	display:none;
}
@media (max-width: 767px) {
	.club-mobile {
		display:block;
	}	
}
.club-mobile-nav {
	font-size:1.5em;
	font-variant:small-caps;
	display:block;
}
.club-mobile-level {
	margin-top:100px;
}
.club-mobile-level.ship {
	margin-top:40px;
	margin-bottom:40px;	
}
.club-mobile-level h2 {
	padding-bottom:20px;
	border-bottom:1px solid #000;
	margin-bottom:25px;
}
.club-mobile-level p {
	font-family:'CentaurMT-Italic';
	padding-bottom:15px;
	border-bottom:1px solid #000;
	margin-bottom:25px;
	font-size:1.3em;
}
.club-mobile-level p.month {
	border-bottom:none;
}
.club-mobile-level p span {
	font-family: "Gotham SSm A", "Gotham SSm B";
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:0.625em;
	line-height:1.8em;	
}
.club-mobile-level p em {
	display:block;
	margin-bottom:10px;
}
.club-mobile-level p em:last-child {
	margin-bottom:0px;
}
.club-mobile-level .cml-links {
	font-family: "Gotham SSm A", "Gotham SSm B";
	text-align:center;
	text-transform:uppercase;	
}
.club-mobile-level .cml-links a {
	display:inline-block;
	margin:0 4px;
	font-size:0.8em;
}
.club-mobile-level .cml-links .button {
	font-size:0.75em;
	margin:0 0 20px 0;
	width:60%;
	max-width:160px;
}

/*Embed*/
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container.tall {
	padding-bottom:67%;
}
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.embed-container img {
	opacity:0;
	transition:opacity 500ms ease;
}
.embed-container img.shown {
	opacity:1;
}

/*Visit sections*/
.visit-intro {
	padding:75px 15%;
}
.visit-section {
	padding:60px 0;
	border-bottom:1px solid #000;
}
.visit-section:last-child {
	border:none;
}
.left-extra {
	padding-right:30px;
}
.right-extra {
	padding-left:30px;
}
.text-over {
	display:none;
}

.header-img {
	margin-bottom:40px;
}

@media (max-width: 991px) {
	.text-over {
		display:block;
	}
	.right-extra .text-over {
		margin-top:25px;
		padding-top:25px;
		border-top:1px solid #000;	
	}
	.text-over h2.visit.under {
		margin-top:0;
	}
	.visit-intro, .visit-section {
		padding:30px 0 20px 0;
	}	
	.left-extra {
		padding-right:15px;
	}
	.right-extra {
		padding-left:15px;
	}
	.text-under {
		display:none;
	}
	.header-img {
		margin-bottom:10px;
	}
}


/*Cart Alert*/
.cart-alert {
	background:rgba(248, 239, 226, 0.95);
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index:998;
	border-bottom:1px solid #ded7cf;
	text-align:center;
	font-family:'CentaurMT-Italic';
	font-style:normal;
	font-weight:bold;
	padding:70px 10px 10px 10px;
	opacity:0;
	transition: opacity 500ms ease;
}
@media (max-width: 991px) {
	.shop-page .site-header.headroom--not-top.headroom--unpinned {	
		margin-top:0;
	}
	.shop-page .call-to-action {
		display:block !important;
		position:fixed;
		top:0;
		left:60px;
		right:60px;
		margin-top:18px;
		font-size:0.9em;
	}
	.shop-page .call-to-action .cta-links a {
		line-height:1.5em;
	}
	.shop-page .site-header .call-to-action .cta-button {
		right:15px;
		top:-5px;
	}
}
.cart-alert.on {
	opacity:1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navigation .nav-links {
		margin-top:20%;
	}
	.home-logo {
		margin-top:30%;
	}
}

/*V2 stuff*/
html {
  position: relative;
  min-height: 100%; }

body {
  padding-bottom: 161px; }

.mask {
  z-index: 1002;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  cursor: pointer; }

.nav-open {
  overflow: hidden; }

.phelps-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  z-index: 999;
  -webkit-transition: border-bottom 500ms, background-color 500ms, -webkit-transform 500ms;
  transition: border-bottom 500ms, background-color 500ms, -webkit-transform 500ms;
  transition: transform 500ms, border-bottom 500ms, background-color 500ms;
  transition: transform 500ms, border-bottom 500ms, background-color 500ms, -webkit-transform 500ms; }
  .phelps-header .phelps-logo {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50px;
    height: 108px;
    background: url(https://www.josephphelps.com/public/images/logo-black.png) no-repeat center center;
    background-size: contain;
    width: 132px;
    text-indent: -999em;
    z-index: 10; }
  .phelps-header .cta-area {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 13px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms; }
  .phelps-header .right-links {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 10;
    text-align: right;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    font-weight: 400; }
    .phelps-header .right-links a {
      display: inline-block;
      margin-right: 30px;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-weight: 400;
      color: #000;
      text-decoration: none;
      font-size: 0.5em;
      letter-spacing: 1.2px;
      text-transform: uppercase; }
      .phelps-header .right-links a.open-menu {
        text-transform: capitalize;
        padding-right: 35px;
        margin: 0; }
        .phelps-header .right-links a.open-menu .burger {
          position: absolute;
          top: 14px;
          right: 0;
          width: 24px; }
          .phelps-header .right-links a.open-menu .burger span {
            display: block;
            height: 1px;
            width: 100%;
            background: #000;
            margin-bottom: 6px; }
  .phelps-header.headroom--not-top {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
    background-color: rgba(248, 239, 226, 0.95);
    border-bottom: 1px solid #ded7cf; }
    .phelps-header.headroom--not-top .phelps-logo {
      height: 60px; }
    .phelps-header.headroom--not-top .cta-area {
      opacity: 1; }
    .phelps-header.headroom--not-top .right-links {
      -webkit-transform: translateY(26px);
              transform: translateY(26px); }

.header-in-gallery .phelps-header {
  background: #000 !important;
  border-color: #333 !important; }
  .header-in-gallery .phelps-header .right-links a {
    color: rgba(255, 255, 255, 0.5); }
    .header-in-gallery .phelps-header .right-links a.open-menu .burger span {
      background: rgba(255, 255, 255, 0.5); }
  .header-in-gallery .phelps-header .phelps-logo {
    background-image: url(https://www.josephphelps.com/public/images/logo-white.png); }

@media (min-width: 992px) {
  .dark-page .phelps-header.headroom--top .right-links a {
    color: white; }
    .dark-page .phelps-header.headroom--top .right-links a.open-menu .burger span {
      background: white; }
  .dark-page .phelps-header.headroom--top .phelps-logo {
    background-image: url(https://www.josephphelps.com/public/images/logo-white.png); } }

.insignia-body .phelps-header .right-links a {
  color: #CE9C69; }
  .insignia-body .phelps-header .right-links a.open-menu .burger span {
    background: #CE9C69; }

.insignia-body .phelps-header .phelps-logo {
  background-image: url(https://www.josephphelps.com/public/images/logo-taupe.png); }

.insignia-body .phelps-header.headroom--not-top {
  background-color: rgba(25, 15, 23, 0.98);
  border-color: rgba(206, 156, 105, 0.2) !important; }

.home .phelps-header {
  display: none; }
  .home .phelps-header .right-links a {
    color: #fff; }
    .home .phelps-header .right-links a.open-menu .burger span {
      background: #fff; }
  .home .phelps-header .phelps-logo {
    background-image: url(https://www.josephphelps.com/public/images/logo-white.png); }

.home.load-stories .phelps-header {
  display: block; }

@media (min-width: 992px) {
  .shop-page .phelps-header.headroom--top .right-links a {
    color: #fff; }
    .shop-page .phelps-header.headroom--top .right-links a.open-menu .burger span {
      background: #fff; }
  .shop-page .phelps-header.headroom--top .phelps-logo {
    background-image: url(https://www.josephphelps.com/public/images/logo-white.png); }
  .shop-page.load-stories .phelps-header {
    display: block; } }

@media (max-width: 991px) {
  .small-center {
    text-align: center; } }

.new-home {
  display: block;
  opacity: 1;
  z-index: 998;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease; }
  .new-home .new-inner {
    display: none; }
  .new-home .social-links {
    position: absolute;
    left: 5%;
    top: 10px; }
    .new-home .social-links a {
      font-size: 16px;
      opacity: 0.8;
      padding: 0 2px 0 0 !important; }
      .new-home .social-links a:hover {
        opacity: 1; }
  .new-home .new-terms-link {
    position: absolute;
    right: 5%;
    top: 10px; }
    .new-home .new-terms-link a {
      letter-spacing: 1.2px;
      font-size: 0.45em;
      opacity: 0.8;
      font-weight: 400; }
      .new-home .new-terms-link a:hover {
        opacity: 1; }
  .new-home .news-link {
    color: #fff;
    text-align: center;
    margin: 10px 280px; }
    .new-home .news-link a {
      letter-spacing: 1.2px;
      font-size: 0.8em;
      font-family: 'CentaurMT';
      opacity: 0.8;
      display: block; }
      .new-home .news-link a:hover {
        opacity: 1; }

.phelps-footer-new {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  font-family: "Gotham SSm A", "Gotham SSm B";
  border-top: 1px solid #ded7cf;
  line-height: 60px;
  height: 60px; }
  .phelps-footer-new .left-links {
    font-size: 11px;
    letter-spacing: 1.2px;
    font-weight: 400;
    position: absolute;
    left: 50px; }
    .phelps-footer-new .left-links a {
      display: inline-block;
      margin-left: 20px; }
      .phelps-footer-new .left-links a.social {
        font-size: 16px;
        margin: 0;
        margin-right: 2px;
        -webkit-transform: translateY(1px);
                transform: translateY(1px); }
  .phelps-footer-new .right-links {
    font-size: 11px;
    letter-spacing: 1.2px;
    font-weight: 400;
    position: absolute;
    right: 50px; }
    .phelps-footer-new .right-links a {
      letter-spacing: 1.2px;
      font-weight: 400;
      margin-left: 20px; }
  .phelps-footer-new .story-section {
    font-size: 0.8em;
    font-family: 'CentaurMT';
    text-align: center;
    width: 40%;
    position: absolute;
    left: 30%;
    right: 30%;
    letter-spacing: 1.2px; }
    .phelps-footer-new .story-section a {
      text-decoration: none; }

@media (max-width: 991px) {
  .phelps-footer-new {
    padding: 20px;
    line-height: normal;
    text-align: center; }
    .phelps-footer-new .left-links {
      position: relative;
      left: auto;
      margin-bottom: 10px; }
    .phelps-footer-new .right-links {
      position: relative;
      right: auto;
      padding-bottom: 20px; }
      .phelps-footer-new .right-links a {
        margin-left: auto;
        margin: 0 10px; }
    .phelps-footer-new .story-section {
      display: none; } }

.desktop-social {
  display: block; }

@media (min-width: 992px) {
  .desktop-social {
    display: block;
    margin-bottom: 1em; } }

.nav-social {
  margin-left: 2px;
  margin-right: 2px; }

.nav-logo {
  opacity: 1; }

.home.load-stories .phelps-header {
  display: block; }

.home.load-stories .new-home .new-inner {
  display: block; }

.home.load-stories .homepage {
  display: none; }

.home .phelps-footer-new, .bottom-gallery .phelps-footer-new {
  display: none; }

.mobile-only {
  display: none; }

.mobile-home {
  display: none; }

.page-title-mobile {
  display: none; }

.phelps-nav {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 460px;
  height: 100%;
  background: #f8efe2;
  z-index: 1003;
  -webkit-transform: translateX(461px);
          transform: translateX(461px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  overflow: auto;
  padding: 100px 40px 60px 40px;
  font-weight: 400; }
  .phelps-nav .main-links {
    max-width: 310px;
    margin: auto; }
    .phelps-nav .main-links a {
      text-transform: capitalize;
      display: block;
      text-align: center;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-weight: 400;
      color: #000;
      text-decoration: none;
      font-size: 0.5em;
      letter-spacing: 1.2px;
      line-height: 3em;
      border-bottom: 1px solid #e5dfd3; }
      .phelps-nav .main-links a.show-mobile {
        display: none; }
  .phelps-nav .address-area {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    color: #000; }
    .phelps-nav .address-area .inner {
      max-width: 310px;
      margin: auto; }
    .phelps-nav .address-area h3 {
      margin-bottom: 0; }
    .phelps-nav .address-area form button {
      height: 39px;
      text-align: center;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      width: 26%;
      border: none; }
    .phelps-nav .address-area form input {
      padding-top: 10px;
      width: 70%;
      height: 40px !important; }
    .phelps-nav .address-area p {
      margin: 30px 0 0 0;
      padding: 0 30px;
      font-size: 0.64em; }
    .phelps-nav .address-area img {
      width: 72px;
      margin: 30px auto 0 auto; }
  .phelps-nav .top-links {
    display: block;
    position: absolute;
    top: 33px;
    right: 131px;
    z-index: 10;
    text-align: right;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms; }
    .phelps-nav .top-links a {
      display: inline-block;
      margin-right: 30px;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-weight: 400;
      color: #000;
      text-decoration: none;
      font-size: 0.5em;
      letter-spacing: 1.2px;
      text-transform: uppercase; }
      .phelps-nav .top-links a.open-menu {
        text-transform: capitalize;
        padding-right: 35px;
        margin: 0;
        font-weight: 400;
        letter-spacing: 1.2px; }
        .phelps-nav .top-links a.open-menu .burger {
          position: absolute;
          top: 14px;
          right: 0;
          width: 24px; }
          .phelps-nav .top-links a.open-menu .burger span {
            display: block;
            height: 1px;
            width: 100%;
            background: #000;
            margin-bottom: 6px; }
  .phelps-nav .close-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 71px;
    height: 60px;
    background: url(/public/images/nav-close.png) no-repeat left bottom;
    background-size: 18px;
    text-indent: -999em; }
  .phelps-nav.headroom--not-top {
    padding-top: 80px; }
    .phelps-nav.headroom--not-top .top-links {
      top: 9px; }
    .phelps-nav.headroom--not-top .close-nav {
      height: 36px; }

@media (max-width: 991px) {
  .phelps-nav .address-area form button {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media (max-height: 1000px) {
  .phelps-nav .address-area {
    margin-top: 40px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto; } }

@media (max-height: 800px) and (max-width: 991px) {
  .phelps-nav .address-area {
    margin-top: 40px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto; } }

.nav-open .phelps-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.no-desktop {
  display: none; }

.blanco {
  color: #fff; }

@media (max-width: 991px) {
  body {
    padding-top: 60px; }
  .page-title {
    display: none; }
  .mobile-only {
    display: block; }
  .no-desktop {
    display: block; }
  .page-title-mobile {
    display: block;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0; }
    .page-title-mobile.no-image {
      margin-top: 30px; }
  .no-mobile {
    display: none !important; }
  .homebg {
    display: none; }
  .mobile-home {
    display: block;
    width: 100%;
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }
    .mobile-home a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      height: 33.3333%;
      min-height: 250px;
      font-size: 2.5em;
      color: #f8efe2;
      font-weight: 400;
      text-transform: capitalize;
      -webkit-font-feature-settings: "c2sc";
              font-feature-settings: "c2sc";
      font-variant: small-caps;
      letter-spacing: 0.5px;
      text-decoration: none;
      background-size: cover;
      background-position: center center; }
      .mobile-home a.visit {
        background-image: url(/public/images/mobile-home/visit-mobile.jpg); }
      .mobile-home a.culinary {
        background-image: url(/public/images/mobile-home/culinary-mobile.jpg); }
      .mobile-home a.stories {
        background-image: url(/public/images/mobile-home/stories-mobile.jpg); }
      .mobile-home a.shop {
        background-image: url(/public/images/mobile-home/shop-mobile.jpg); }
      .mobile-home a em {
        display: block;
        font-size: 0.65em;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: .4em; }
      .mobile-home a div {
        -webkit-transform: translateY(-0.3em);
                transform: translateY(-0.3em); }
  .phelps-header {
    height: 56px;
    background-color: rgba(248, 239, 226, 0.95); }
    .phelps-header.headroom--not-top {
      border-bottom: 1px solid #ded7cf; }
    .phelps-header .open-menu.mobile-only {
      display: block;
      position: absolute;
      width: 56px;
      height: 56px;
      top: 0;
      left: 30px; }
      .phelps-header .open-menu.mobile-only .burger {
        position: absolute;
        top: 22px;
        left: 0;
        width: 24px; }
        .phelps-header .open-menu.mobile-only .burger span {
          display: block;
          height: 2px;
          width: 100%;
          background: #000;
          margin-bottom: 6px; }
    .phelps-header .phelps-logo {
      position: relative;
      top: auto;
      left: auto;
      width: 145px;
      margin: 0 auto;
      height: 56px; }
    .phelps-header .right-links {
      right: 30px;
      bottom: 0;
      height: 56px;
      line-height: 56px;
      font-weight: 400; }
      .phelps-header .right-links a {
        margin: 0;
        font-size: 13px;
        text-transform: capitalize; }
        .phelps-header .right-links a.open-menu {
          display: none; }
    .phelps-header.headroom--not-top {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .phelps-header.headroom--not-top .phelps-logo {
        height: 56px; }
      .phelps-header.headroom--not-top .right-links {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .header-in-gallery .phelps-header, .insignia-body .phelps-header, .home .phelps-header {
    background: rgba(248, 239, 226, 0.95) !important;
    border-color: #ded7cf !important; }
    .header-in-gallery .phelps-header .right-links a, .insignia-body .phelps-header .right-links a, .home .phelps-header .right-links a {
      color: #000; }
    .header-in-gallery .phelps-header .phelps-logo, .insignia-body .phelps-header .phelps-logo, .home .phelps-header .phelps-logo {
      background-image: url(https://www.josephphelps.com/public/images/logo-black.png); }
  .home .phelps-header {
    display: block; }
  .phelps-nav {
    right: auto;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    z-index: 998;
    padding: 60px 40px 60px 40px; }
    .phelps-nav .main-links a {
      font-size: 13px;
      line-height: 3.5em; }
      .phelps-nav .main-links a.show-mobile {
        display: block; }
    .phelps-nav .close-nav {
      right: auto;
      left: 0;
      width: 50px;
      height: 40px;
      background-position: right bottom; }
  .mask {
    z-index: 900; }
  .nav-open .phelps-header {
    border-bottom: 1px solid #ded7cf; }
    .nav-open .phelps-header .open-menu.mobile-only .burger span:first-child {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: 7px; }
    .nav-open .phelps-header .open-menu.mobile-only .burger span:last-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: -8px; } }

.story-footer {
  padding: 20px 50px;
  min-height: 110px;
  background: #f8efe2;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
  border-top: 1px solid #ded7cf;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: color 500ms, background-color 500ms, -webkit-transform 500ms;
  transition: color 500ms, background-color 500ms, -webkit-transform 500ms;
  transition: transform 500ms, color 500ms, background-color 500ms;
  transition: transform 500ms, color 500ms, background-color 500ms, -webkit-transform 500ms; }
  .story-footer.headroom--not-top.headroom--pinned {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
    .story-footer.headroom--not-top.headroom--pinned.no-show {
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
  .story-footer a {
    text-decoration: none;
    line-height: 1em; }
    .story-footer a strong {
      text-transform: capitalize;
      -webkit-font-feature-settings: "c2sc";
              font-feature-settings: "c2sc";
      font-variant: small-caps;
      letter-spacing: 0.5px; }
    .story-footer a em {
      display: block;
      font-size: 0.8em; }
    .story-footer a.current {
      opacity: 0.5; }
      .story-footer a.current em {
        opacity: 0.5; }
  .story-footer .row.tiny {
    margin-left: -7px;
    margin-right: -7px; }
    .story-footer .row.tiny > div {
      padding-left: 7px;
      padding-right: 7px; }
  .story-footer img {
    width: 100%; }

.mobile-stories a {
  text-decoration: none;
  line-height: 1em; }
  .mobile-stories a strong {
    text-transform: capitalize;
    -webkit-font-feature-settings: "c2sc";
            font-feature-settings: "c2sc";
    font-variant: small-caps;
    letter-spacing: 0.5px;
    font-size: 1.5em; }
  .mobile-stories a em {
    display: block;
    font-size: 1em; }

.mobile-stories img {
  width: 100%;
  margin-bottom: 20px; }

.mobile-stories .divider {
  margin-top: 20px;
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .story-footer {
    display: none; }
  select, input {
    height: 40px; } }

.insignia-body .story-footer {
  background: #190f17 !important;
  color: #CE9C69 !important;
  border-color: rgba(206, 156, 105, 0.2) !important; }
  .insignia-body .story-footer a {
    color: #CE9C69 !important; }

.dark-story .story-footer {
  background: #000;
  color: #f8efe2;
  border-color: rgba(206, 156, 105, 0.2) !important; }
  .dark-story .story-footer a {
    color: #f8efe2; }

@media (min-width: 1400px) {
  .phelps-header .phelps-logo {
    left: 70px; }
  .phelps-header .right-links {
    right: 70px; }
  .phelps-footer-new .left-links {
    left: 70px; }
  .phelps-footer-new .right-links {
    right: 70px; }
  .phelps-nav {
    width: 480px;
    -webkit-transform: translateX(481px);
            transform: translateX(481px); }
    .phelps-nav .top-links {
      right: 151px; }
    .phelps-nav .close-nav {
      width: 91px; }
  .story-footer {
    padding-left: 70px;
    padding-right: 70px; } }

@media (min-width: 1600px) {
  .phelps-header .phelps-logo {
    left: 80px; }
  .phelps-header .right-links {
    right: 80px; }
  .phelps-footer-new .left-links {
    left: 80px; }
  .phelps-footer-new .right-links {
    right: 80px; }
  .phelps-nav {
    width: 480px;
    -webkit-transform: translateX(481px);
            transform: translateX(481px); }
    .phelps-nav .top-links {
      right: 161px; }
    .phelps-nav .close-nav {
      width: 101px; }
  .story-footer {
    padding-left: 80px;
    padding-right: 80px; } }

@media (min-width: 1800px) {
  .phelps-header .phelps-logo {
    left: 90px; }
  .phelps-header .right-links {
    right: 90px; }
  .phelps-footer-new .left-links {
    left: 90px; }
  .phelps-footer-new .right-links {
    right: 90px; }
  .phelps-nav {
    width: 480px;
    -webkit-transform: translateX(481px);
            transform: translateX(481px); }
    .phelps-nav .top-links {
      right: 171px; }
    .phelps-nav .close-nav {
      width: 111px; }
  .story-footer {
    padding-left: 90px;
    padding-right: 90px; } }

@media (min-width: 2000px) {
  .phelps-header .phelps-logo {
    left: 100px; }
  .phelps-header .right-links {
    right: 100px; }
  .phelps-footer-new .left-links {
    left: 100px; }
  .phelps-footer-new .right-links {
    right: 100px; }
  .phelps-nav {
    width: 480px;
    -webkit-transform: translateX(481px);
            transform: translateX(481px); }
    .phelps-nav .top-links {
      right: 181px; }
    .phelps-nav .close-nav {
      width: 121px; }
  .story-footer {
    padding-left: 100px;
    padding-right: 100px; } }

.cta-area a {
  font-weight: 400 !important; }

@media (max-width: 1100px) {
  .cta-area {
    display: none; } }

.form-success-message {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'CentaurMT-Italic';
  font-style: normal;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  opacity: 0 !important;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }
  .form-success-message.vis {
    opacity: 1 !important; }

.mailing-list-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 900ms 500ms;
  transition: opacity 900ms 500ms; }
  .mailing-list-modal.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  .mailing-list-modal .form-success-message {
    color: #fff;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em); }
  .mailing-list-modal .sumask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .mailing-list-modal .inner {
    background: #000;
    color: #fff;
    width: 640px;
    max-width: 90%;
    margin: auto;
    position: relative;
    z-index: 10;
    padding: 50px;
    text-align: center; }
    .mailing-list-modal .inner .close-mailing-list {
      display: block;
      text-indent: -999em;
      background: url(https://www.josephphelps.com/public/images/close-mailing-list.png) no-repeat left bottom;
      background-size: 17px;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      right: 0; }
    .mailing-list-modal .inner h3 {
      margin-bottom: 12px; }
    .mailing-list-modal .inner form {
      margin-bottom: 10px; }
      .mailing-list-modal .inner form input {
        background: transparent;
        border: 1px solid #9b9484;
        width: 80%;
        height: 40px; }
      .mailing-list-modal .inner form button {
        background: #fff;
        color: #000;
        width: 18%;
        height: 40px;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
        border: none !important; }
        .mailing-list-modal .inner form button:hover {
          border-color: transparent; }
    .mailing-list-modal .inner p {
      opacity: 0.5;
      margin-bottom: 30px;
      font-size: 0.8em;
      margin-top: 30px; }

@media (max-width: 500px) {
  .mailing-list-modal .inner {
    padding: 30px; }
    .mailing-list-modal .inner .close-mailing-list {
      width: 40px;
      height: 40px; }
    .mailing-list-modal .inner form input {
      width: 70%;
      padding-top: 10px; }
    .mailing-list-modal .inner form button {
      width: 28%;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px); } }

.hero-wine-column {
  margin: 50px 0; }

.new-wines {
  padding-top: 50px; }
  .new-wines img {
    width: 100%;
    margin-bottom: 9px; }
  .new-wines hr {
    margin-top: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #000; }
    .new-wines hr:last-child {
      display: none; }

@media (max-width: 991px) {
  .new-wines hr {
    display: none; }
  .new-wines img {
    margin-top: 30px; }
  .new-wines .wine-description {
    padding-bottom: 30px;
    border-bottom: 1px solid #ded7cf; }
    .new-wines .wine-description:last-child {
      border-bottom: none; } }

.alwayszoomed {
  padding-bottom: 41.86666666% !important; }
  .alwayszoomed .page-title {
    color: #fff; }

@media (max-width: 991px) {
  .alwayszoomed {
    margin-top: 0; }
  .wine-detail {
    padding-top: 20px; } }

.product-detail {
  padding-bottom: 0; }
  .product-detail p {
    font-size: 1em; }
    .product-detail p span {
      font-weight: 600;
      font-size: .5em; }
  .product-detail .reviews p {
    font-size: .72em; }
    .product-detail .reviews p span {
      font-size: .72em; }

.divider.special {
  margin: 12px 0; }

.ams-mailing-list {
  margin-top: 60px; }
  .ams-mailing-list p {
    margin: 20px 0 0 0; }
  .ams-mailing-list .sign-me-up {
    margin-top: 40px; }
  .ams-mailing-list form {
    width: 60%;
    margin: auto; }
    .ams-mailing-list form button {
      height: 39px;
      text-align: center;
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
      width: 26%;
      border: none; }
    .ams-mailing-list form input {
      width: 70%;
      height: 40px !important; }
  .ams-mailing-list .form-success-message {
    -webkit-transform: translateY(-0.15em);
            transform: translateY(-0.15em); }
  .ams-mailing-list .jpv-logo {
    display: inline-block;
    margin: 60px auto 0 auto;
    width: 72px; }

.insignia-modal p span {
  font-weight: 600; 
}

.button.inverse {
  background: transparent;
  border-color: #000;
  color: #000; }
  .button.inverse:hover {
    background: #000;
    color: #fff; }

.button.nudge {
  margin-top: 2em; }

.divider-line {
  height: 1em;
  background: transparent;
  margin-bottom: 1em; }

.wine-library {
  border-bottom: 1px solid #ded7cf;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .wine-library h3 {
    font-size: 0.5em;
    font-weight: 600;
    font-family: "Gotham SSm A", "Gotham SSm B";
    text-transform: uppercase;
    margin-bottom: 10px; }
  .wine-library a {
    font-size: 0.8em;
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5;
    text-decoration: none;
    margin-bottom: 0.2em;
    min-width: 35px; }
    .wine-library a:hover {
      opacity: 1; }

/*# sourceMappingURL=stylesheet.css.map*/
.special-mobile-only {display: none;}@media (max-width: 1100px) {.special-mobile-only {display: block;}}


.club-table td.club-sub {
	padding: 0;
}
.club-table td.club-sub .row {
	margin-left: 0;
	margin-right: 0;
}
.club-table td.club-sub .row > div {
	padding: 20px 0;
}
.club-table td.club-sub .row > div:first-child {
	border-right: 1px solid #000;	
}
@media (max-width: 991px) {
	.shop-current {
		margin-bottom: 50px;
		margin-top: -20px;
	}
}
.cart-mobile-only {
	display: none !important;
}
@media (max-width: 991px) {
	.cart-mobile-only {
		font-size: 18px;
		display: inline-block !important;
	}	
}
@media (max-width: 600px) {
	.phelps-header .phelps-logo {
      width: 125px; 
    }
}
li.t750-file a {
	font-size: 25px !important;
}
@media (max-width: 991px) {
	li.t750-file a {
		font-size: 21px !important;
	}	
}
.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 9999999;
}

.phelps-nav .address-area form .iagree, .mailing-list-modal .inner form .iagree, .contact-stack form .iagree {
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	text-align: left;
	position: relative;
	padding-left: 30px;
}
.phelps-nav .address-area form .iagree .navcheck, .mailing-list-modal .inner form .iagree .navcheck, .contact-stack form .iagree .navcheck {
	width: auto !important;
	height: 20px !important;
	padding: 0 !important;
	position: absolute;
	left: 0;
}
.mailing-list-modal .inner form .iagree {
	width: 80%;
	margin-left: 10%;
}
.mailing-list-modal .inner form .iagree a {
	color: #fff;
}

.cookie-warning {
	
  border-top: none;
  background: #ffffff;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: auto;
  z-index: 999;
  display: none;
  text-align: left;
  padding: 0; }
  .cookie-warning .button {
    height: auto; }
  .cookie-warning p {
    line-height: 22px;
    margin-bottom: 0px;
    font-size: 18px; }
  .cookie-warning .cookie-inner {
    border: none;
    margin: 0;
    padding: 20px 8px; }

@media (min-width: 300px) and (max-width: 767.98px) {
  .cookie-warning {
    width: 100%;
    bottom: 0;
    left: 0px;
    right: 0px;
    z-index: 2000; }
    .cookie-warning .button {
      width: 100%;
      display: block;
      margin-top: 20px; text-align: center }
  .cookie-inner {
    line-height: 18px;
    padding: 10px 8px; } }






