/* wider layout */
/*.wrapper { width: 940px; }*/
.middle-container, .header-top-container, .header-bottom-container { width: 940px; margin: 0 auto; }
.header-nav-container { border-bottom: 1px solid #565656; }
.header, .middle, .footer { width: 100%; }
.social-media ul li { margin-bottom: 10px; }

/* scroll effect */
body.scroll .header { position: fixed; top: 0; z-index: 1001; }
.header-bottom-container { 
  opacity: 1;
	display: block;
  transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
}
body.scroll .header-bottom-container { 
  opacity: 0;
	display: none;
}
#header-dummy { display: none; }
body.scroll #header-dummy { display: block; }

/* new one page styles */
.col-1-layout .col-main { padding:0;border:none; }
.two-column-text { 
   -moz-column-count: 2;
   -moz-column-gap: 20px;
   -webkit-column-count: 2;
   -webkit-column-gap : 20px;
}

/* product listing & page */
a.morelink { text-decoration: underline; font-size: smaller; }
.col-1-layout .col-main .catalog-listing .product-bottom { bottom: -10px; }

.col-1-layout .col-main .catalog-listing.listing-type-grid div.item { height: 680px; }
.col-1-layout .col-main .catalog-listing .product-bottom { text-align: center; }

.col-1-layout .col-main .catalog-listing .form-button, 
.col-1-layout .col-main .catalog-category-view .form-button-alt {
	float: none;
	margin: 0;
	/* background: #ffffff; */
	width: 75%;
}
.col-1-layout .col-main .catalog-listing .form-button *, 
.col-1-layout .col-main .catalog-category-view .form-button-alt * {
	font-size: 16px;
	text-transform: lowercase;
	/* color: #565656 !important; */
	color: #ffffff !important; 
}
.col-1-layout .col-main .catalog-listing .form-button > span, 
.col-1-layout .col-main .catalog-category-view .form-button-alt > span {
	text-transform: none;
}
.col-1-layout .col-main .catalog-listing .form-button span, 
.col-1-layout .col-main .catalog-category-view .form-button-alt span {
	padding: 0;
	font-weight: normal!important;
	display: inline;
}
.col-1-layout .col-main .catalog-listing .form-button .price-box, 
.col-1-layout .col-main .catalog-category-view .form-button-alt .price-box {
	float: none;
	display: inline;
}
.col-1-layout .col-main .catalog-listing .regular-price,
.col-1-layout .col-main .catalog-category-view .regular-price,
.col-1-layout .col-main .catalog-listing .regular-price .price,
.col-1-layout .col-main .catalog-category-view .regular-price .price {
	/*color: #565656 !important; */
	color: #ffffff !important; 
	float: none;
}
.col-1-layout .col-main .catalog-listing .form-button:hover *, 
.col-1-layout .col-main .catalog-listing .form-button-alt:hover * {
	background:#ffffff!important; 
	color:#565656 !important; 
}

.tasting-notes p:first-child { font-style: italic; }
.tasting-notes img {
    float: left;
    width: 100px;
    border: 1px solid;
    padding: 1px;
    margin-right: 10px !important;
}
.tasting-notes-by { font-style: italic; font-weight: bold; }
.tasting-notes-by a { text-decoration: underline; }

a.hide-cat-desc, a.show-cat-desc, .excerpt a.morelink { cursor: pointer; }

/* new styles */
.catalog-category-view .col-1-layout .button { 
	background-color: white; 
	padding: 10px 30px;
	width: 290px;
	margin: 0 auto; 
	text-transform: none;
	font-size: 150% !important; 
	line-height: 150% !important; 
	font-weight: normal !important;
}
.catalog-category-view .col-1-layout #main * { 
	font-family: Adobe Garamond Pro, Times New Roman; 
	color: #565656;
}
.catalog-category-view .col-1-layout #main p { font-size: 18px; line-height: 28px; }
.catalog-category-view .col-1-layout #main .item p { font-size: 16px; line-height: 24px; }

/* 1868 specific styles */
.catalog-category-view .col-1-layout .brochure { background-color: #e1e1e1; }
.catalog-category-view .col-1-layout .brochure > div > div > div > span { display: none; }

/* images */
.catalog-category-view .col-1-layout .img-wrapper { width: 300px; height: 300px; overflow: hidden; text-align: center; }
.catalog-category-view .col-1-layout .img-wrapper img { max-width: 300px; }

/* headers */
.catalog-category-view .col-1-layout #main h2,
.catalog-category-view .col-1-layout #main h3,
.catalog-category-view .col-1-layout #main h4 {
	text-align: center;
	font-weight: normal;
	margin: 0 !important;
	text-transform: none;
}
.catalog-category-view .col-1-layout #main h2 { font-size: 28px; line-height: 36px; text-transform: uppercase; }
.catalog-category-view .col-1-layout #main h3 { font-size: 20px; line-height: 33px; } 
.catalog-category-view .col-1-layout #main h4 { font-size: 18px; line-height: 28px; margin-top: 10px !important; }
/*h4 { font-size: 28px; line-height: 36px; }*/
.catalog-category-view .col-1-layout hr {
	display: block;
	visibility: visible;
	margin: 0 auto;
}
.catalog-category-view .col-1-layout hr.thin { width: 34%; }
.catalog-category-view .col-1-layout hr.wide { width: 68%; margin: 10px auto; }

/* grid rows/cols */
.row { clear: left; margin: 10px 0 0; }
.row .col { float: left; margin: 10px 0; }
.row .col.full { width: 100%; }
.row .col.third { width: 300px; }
.row .col.twothirds { width: 620px; }
.row .col.half { width: 460px; }
.row .col.center, .row .col.left { margin-right: 20px; }
.row .col.center, .row .col.right { margin-left: 0px; }

.col-1-layout .col-main .catalog-listing .row { margin-top: 20px; }

.small-menu-container { display: none; }
