@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

body {
	margin: 0 auto;
	font-family: 'Crimson Text', serif;
	color: rgb(88,89,91);}

a {
	color: inherit}

a:hover {
	text-shadow: 0px 5px 15px rgb(88,89,91);}

label:hover {
	text-shadow: 0px 0px 1px rgb(88,89,91);
	cursor: pointer;}

.navi a, #menu a, .button, .shadow, .footer a {
	text-decoration: none;}

.navi a:hover, #menu a:hover, .button:hover, .footer a:hover {
	text-shadow: none;}

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

.logo {
	width: 60%;}

.logomobile {
	display: none;}

#menuToggle {
	display: none;}

.sticky {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0px;
	background-color: white;}

.space {
	margin-top: 8%;}

.navi {
	display: table;
	table-layout: fixed;
	width: 94%;
	padding: 0 3%;}

.navi ul {
	display: table-row;
	margin: 0;
	padding: 0;}

.navi ul li {
	display: table-cell;
	list-style: none;
	text-align: center;
	vertical-align: middle;}

.navi ul li:nth-child(5) {
	width:20%;}

.navi ul li:nth-child(5) a {
	border-bottom: 1px solid white;}

.navi ul li a {
	display: block;
	line-height: 200%;
	border-bottom: 1px solid rgb(88,89,91);}

.navi ul li a:hover {
	border-bottom: 1px solid white;}

body.home a.home, body.envisioning a.envisioning, body.winemaking a.winemaking, body.grapegrowing a.grapegrowing, body.working a.working, body.purchase a.purchase, body.inform a.inform, body.download a.download, body.visit a.visit {
	color: rgb(147,86,81);
	border-bottom: 1px solid rgb(147,86,81);
	text-shadow: 0px 0px 1px rgb(147,86,81);
	pointer-events: none;}

body.vineyards a.grapegrowing, body.varieties a.grapegrowing, body.distribution a.purchase, body.shop a.purchase {
	color: rgb(147,86,81);
	border-bottom: 1px solid rgb(147,86,81);
	text-shadow: 0px 0px 1px rgb(147,86,81);}

.radius img {
	border-radius: 15px;}

.shadow:hover img {
	box-shadow: 0px 5px 15px rgb(88,89,91);}

.grapes {
	position: relative;}

.grapes .names {
	position: absolute;
	bottom: -15px;
	left: 20px;
	visibility: hidden;
	font-size: 2em;
	line-height: 1em;
	font-style: italic;
	font-weight: 800;
	color: rgb(255,255,255);
	text-shadow: 0px 5px 15px rgb(0,0,0);}

.grapes:hover {
	cursor: pointer;}

.grapes:active .names {
	visibility: visible;
	z-index: 1;}

.button {
	display: inline-block;
	font-size: 1.25em;
	font-family: 'Roboto', sans-serif;
	background-color: rgb(180,164,125);
	color: rgb(147,86,81);
	border-radius: 15px;
	padding: 4% 8%;}

.button:hover {
	background-color: rgb(147,86,81);
	color: rgb(180,164,125);}

.line {
	border-top: 1px solid rgb(88,89,91);
	margin-top: 3%;}

.linered {
	border-top: 1px solid rgb(147,86,81);}

.linebrown {
	border-top: 1px solid rgb(116,89,70);}

.head {
	font-size: 2em;
	font-style: italic;}

.subhead {
	font-size: 1.5em;
	font-style: italic;}

.roboto {
	line-height: 140%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;}

.red {
	color: rgb(147,86,81);}

.brown {
	color: rgb(116,89,70);}

.italic {
	font-style: italic;}

.uppercase {
	text-transform: uppercase;}

.center {
	text-align: center;}

.indent {
	padding-left: 2.5em;}

.padtop {
	padding-top: 3%;}

.padbot {
	padding-bottom: 3%;}

.footer-spacing {
    padding-bottom: 3vh;
}

.martop {
	margin-top: 9%;}

.marbot {
	margin-bottom: 9%;}

.padding3 {
	padding: 0 3%;}

.padding9 {
	padding: 0 9%;}

.container {
	margin: 0 auto;
	max-width: 1000px;
	padding-left: 10%;
	padding-right: 10%;}

.leftbutton {
	box-sizing: border-box;
	width: 50%;
	padding-right: 1.5%;
	float: left;
	text-align: center;}

.rightbutton {
	box-sizing: border-box;
	width: 50%;
	padding-left: 1.5%;
	float: right;
	text-align: center;}

.left {
	box-sizing: border-box;
	width: 50%;
	padding-right: 1.5%;
	float: left;
	text-align: center;}

.right {
	box-sizing: border-box;
	width: 50%;
	padding-left: 1.5%;
	float: right;
	text-align: center;}

.newsleft {
	box-sizing: border-box;
	width: 50%;
	padding-right: 4%;
	float: left;
	text-align: center;
	border-right: 1px solid rgb(116,89,70);
}

.newsright {
	box-sizing: border-box;
	width: 50%;
	padding-left: 4%;
	float: left;
	text-align: center;
	border-left: 1px solid rgb(116,89,70); margin-left: -1px;
}

.main {
	box-sizing: border-box;
	float: left;
	width: 66.66%;
	padding: 0 3%;}

.side {
	box-sizing: border-box;
	float: right;
	width: 33.33%;
	padding: 1.5%;}

.col1 {
	box-sizing: border-box;
	float: left;
	width: 32.83%;
	padding-right: 1.5%;}

.col2 {
	box-sizing: border-box;
	float: left;
	width: 34.33%;
	padding: 0 1.5%;
	border-left: 1px solid rgb(147,86,81);
	border-right: 1px solid rgb(147,86,81);}

.col2nb {
	box-sizing: border-box;
	float: left;
	width: 34.33%;
	padding: 0 1.5%;}

.col3 {
	box-sizing: border-box;
	float: left;
	width: 32.83%;
	padding-left: 1.5%;}

.grid {
	display: inline-block;
	width: 45.3%;
	vertical-align: middle;}

.tanbg {
	background-color: rgb(232,224,209);}

.footer {
	background-color: rgb(167,127,98);
	color: rgb(255,255,255);
	text-align: left;
	padding: 2.5% 0;
	width: 100%;}

.footer a:hover {
	color: rgb(88,89,91);}

.logofoot {
	text-align: center;
	padding-left: 20%;}

.logofoot img {
	width: 20%;}

.social {
	float: right;
	width: 20%;}

.social a {
	padding-left: 10%;}

.social img{
	width: 23.33%;
	transition: transform 0.5s ease 0s;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	-moz-transition: -moz-transform 0.5s ease 0s;
	-o-transition: -o-transform 0.5s ease 0s;
	-ms-transition: -ms-transform 0.5s ease 0s;}

.social img:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);}

.ftextm {
	display: none;}

.ftextt {
	display: none;}

.bottle {
	width: 50%;
	margin-left: 4.5%;
	float: right;}

.expand ul {
	list-style-type: none;}

.expand input[type=checkbox] {
	display: none;}

.expand input[type=checkbox] ~ ul {
	max-height: 0;
	max-width: 0;
	opacity: 0;
	overflow: hidden;}

.expand input[type=checkbox]:checked ~ ul {
	max-height: 100%;
	max-width: 100%;
	opacity: 1;}

.expand input[type=checkbox] + label:before{
	transform-origin:25% 50%;
  border: 8px solid transparent;
  border-width: 8px 12px;
  border-left-color: white;
  margin-left: -20px;
	width: 0;
	height: 0;
	display: inline-block;
	text-align: center;
	content: '';
	color: #AAAFAB;
   -webkit-transition:all .5s ease;
   -moz-transition:all .5s ease;
   -o-transition:all .5s ease;
   transition:all .5s ease;
	position: absolute;
	margin-top: 1px;}

.expand input[type=checkbox]:checked + label:before {
	transform: rotate(90deg);
	/*margin-top: 6px;
  margin-left: -25px;*/}

.only-mobile {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .container {
        margin: 0 auto;
        max-width: 1000px;
        padding-left: 3%;
        padding-right: 3%;}

    .logo {
        display: none;}

    .logomobile {
        width: 15%;
        display: inline-block;}

    .logofoot {
        text-align: center;
        padding-left: 30%;
        width: 40%;}

    .logofoot img {
        width: 33%;}

    .social {
        float: right;
        width: 30%;}

    .space {
        margin-top: 0%;}

    .navi {
        display: none;}

    #menuToggle {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    background: white;
    box-shadow: 0px -2.5px 10px 7.5px rgb(255,255,255);
    -webkit-user-select: none;
    user-select: none;}

    #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    bottom: -7px;
    right: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 20;
    -webkit-touch-callout: none;}

    #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: rgb(88,89,91);
    border-radius: 3px;
    z-index: 10;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

    #menuToggle span:first-child {
    transform-origin: 0% 0%;}

    #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;}

    #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: rgb(88,89,91);}

    #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);}

    #menuToggle input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);}

    #menu {
    position: absolute;
    width: 150px;
    height: 500px;
    margin: -500px 0 0 -167px;
    padding: 35px 50px;
    background: rgb(180,164,125);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform: translate(100%, 100%);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);}

    #menu li {
    padding: 10px 0;}

    #menuToggle input:checked ~ ul {
    transform: scale(1.0, 1.0);
    opacity: 1;}

    .only-mobile {
        display: none !important;
    }

    .not-mobile {
        display: block !important;
    }
}

@media only screen and (max-width: 850px) {
    .main {
        box-sizing: border-box;
        float: none;
        width: 100%;
        padding: 0 3% 3% 3%;}

    .side {
        box-sizing: border-box;
        float: none;
        width: 100%;
        padding: 3%;}

    .col1 {
        box-sizing: border-box;
        float: none;
        width: 100%;
        padding: 0 0 3% 0;}

    .col2 {
        box-sizing: border-box;
        float: none;
        width: 100%;
        padding: 3% 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgb(147,86,81);
        border-bottom: 1px solid rgb(147,86,81);}

    .col2nb {
        box-sizing: border-box;
        float: none;
        width: 100%;
        padding: 3% 0;}

    .col3 {
        box-sizing: border-box;
        float: none;
        width: 100%;
        padding: 3% 0 0 0;}

    .wvw {
        text-align: center;}

    .leftbutton {
        box-sizing: border-box;
        width: 80%;
        margin: 0 auto;
        padding-right: 0%;
        padding-bottom: 3%;
        float: none;
        text-align: center;}

    .rightbutton {
        box-sizing: border-box;
        width: 80%;
        margin: 0 auto;
        padding-left: 0%;
        float: none;
        text-align: center;}

    .logomobile {
        width: 18%;
        display: inline-block;}

    .ftext {
        display: none;}

    .ftextm {
        display: block;}

    .ftextt {
        display: none;}

    .bottle {
        width: 8%;
        margin-left: 4.5%;
        float: right;}
}

@media only screen and (max-width: 500px) {
    .leftbutton {
        width: 100%;}

    .rightbutton {
        width: 100%;}

    .logomobile {
        width: 25%;
        display: inline-block;}

    .ftext {
        display: none;}

    .ftextm {
        display: none;}

    .ftextt {
        display: block;}

    .newsleft {
		border-right: 1px solid rgb(116,89,70);
        width: 100%;
        float: none;
        border: none !important;
    }

    .newsright {
        width: 100%;
        float: none;
        border: none !important;
		border-left: 1px solid rgb(116,89,70); margin-left: -1px;	
    }

    .main {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .only-mobile {
        display: block !important;
    }

    .not-mobile {
        display: none !important;
    }
}

.purchase-text-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 300px;
}

.purchase-text-column ul {
    text-align: start;
}

.purchase-page-club-button {
    width: 100%;
    max-width: 400px;
    height: 42px;
    color: white;
    background-color: rgb(147, 85, 80);
    padding: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    margin: 0 auto;
}


@media only screen and (max-width: 850px) {
    .purchase .left {
        margin: 5rem auto 8rem auto;
    }

    .purchase .right {
        margin: 2rem auto 8rem auto;
    }

    .purchase .left,
    .purchase .right {
        width: 100%;
        max-width: 700px;
        float: none;
    }

    .purchase .head {
        text-align: center;
    }

    .purchase .club-image {
        width: 80%;
    }
}

@media only screen and (min-width: 851px) {
    .purchase .club-tagline {
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .purchase .club-image {
        width: 50%;
    }
}


/* Added by Gorilion */
.ecp_ReservationList .ecp-show-less {
    max-height: 100% !important;
    overflow-y: visible !important;
}
.ecp-reservation .ecp-reservation-show-more {
    display:none !important;

}
.ecp_Cart {
   
    width: 100%;
    max-width: 1024px;
  }
  .ecp_Cart .ecp-cart-item-image img, .ecp_SideCart .ecp-cart-item-image img {
    max-height: 100% !important;
  }

  @media screen and (min-width: 768px ) {
  .ecp-wrapper .ecp_ReservationList .ecp-x-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    align-items: start;
    justify-content: center;
  }
}