@charset "utf-8";

/* Import */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic);
@import url("font-awesome.min.css");
@import url("/css/magnific.css");

/* Global Transition 
* {
  -webkit-transition: all 0.5s ease;
  -moz-transition:    all 0.5s ease;
  -ms-transition:     all 0.5s ease;
  -o-transition:      all 0.5s ease;
  transition:      all 0.5s ease;
}*/

/* Placeholder */
::-webkit-input-placeholder {
   font-style:italic;
}
:-moz-placeholder {
	font-style:italic; 
}
::-moz-placeholder {
   font-style:italic;
}
:-ms-input-placeholder {  
   font-style:italic;
}


body {
	font-family:"ITC Avant Garde Gothic", Arial, Helvetica, sans-serif;
	font-weight:300;
	color: #2f2e2e;
	overflow-x:hidden;
}

a {
	color:#045d2d;
}
a:hover, a:focus {}
a:hover img {opacity:0.85;}
a.phone-num { color: #fff; }
a.phone-num:hover { color: #bbbbbb; }


h1, h2 {
	font-family: 'Great Vibes';
	line-height:1.2;
	font-weight:normal;
	color:#0f1b10;
	margin-bottom: 15px;
}

h3, h4, h5, h6 {
	font-family: 'ITC Avant Garde Gothic';
	line-height:1.2;
	font-weight:normal;
	color:#6e6f73;
	margin-bottom: 15px;
}
h1 {font-size: 55px; margin-bottom: 25px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 26px; color: #6e6f73;}
h6 {font-size: 18px; color: #787878;}

h7, h8 {
    font-family: 'Quilline Script Thin';
    line-height:1.2;
    font-weight:normal;
    color:#01703d;
    margin-bottom: 15px;
}
h7 {font-size: 40px; margin-bottom: 25px;}
h8 {font-size: 20px; margin-bottom: 20px;}

h1small, h2small, h3small, h4small, h5small, h6small, h7small, h8small{
	color:#01703d;
	letter-spacing:normal;
}

h6small {
    font-size: 12px;
    line-height:0.2;
    font-weight:bold;
    color:#00853e;
}

h5big {
	font-family: 'Great Vibes';
    font-weight:regular;
	letter-spacing:normal;
}

h4big {
    font-family: 'Quilline Script Thin';
    font-size: 44px;
	letter-spacing:normal;
}
p {
	font-size:15px; 
	font-weight: 300;
	line-height: 1.4;
}
em {font-style: italic;}

ul li, ol li {
	margin-bottom: 10px;
}

/* fields */
input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea, select {
	font: 14px "Open Sans", Arial, Helvetica, sans-serif;
	height: auto;
	padding: 10px 15px;
	border:1px solid #e1e1e1;
}
select {
	padding:8px;
}
textarea {
	padding: 10px;
}

input[type="text"].transparent, 
input[type="email"].transparent, 
input[type="password"].transparent, 
textarea.transparent, 
select.transparent {
	background: none;
	border:2px solid #fff;
	color: #fff;
}

input[type="text"].small, 
input[type="email"].small, 
input[type="password"].small, 
select.small {
	padding:6px 8px;
	font-size: 14px;
}
input[type="text"].large, 
input[type="email"].large, 
input[type="password"].large, 
select.large {
	padding:12px;
}

::-moz-placeholder{color:#666;opacity:1; font-style:normal}
:-ms-input-placeholder{color:#666; font-style:normal}
::-webkit-input-placeholder{color:#666; font-style:normal}
:focus::-webkit-input-placeholder {opacity:0.3;}
:focus::-moz-placeholder {opacity:0.3;}
:focus:-ms-input-placeholder {opacity:0.3;}
.transparent::-moz-placeholder{color:#fff;opacity:0.9;}
.transparent:-ms-input-placeholder{color:#fff;}
.transparent::-webkit-input-placeholder{color:#fff;opacity:0.9;}
.transparent:focus::-webkit-input-placeholder {opacity:0.3;opacity:0.9;}
.transparent:focus::-moz-placeholder {opacity:0.3;}
.transparent:focus:-ms-input-placeholder {opacity:0.3;}


/* BUTTONS ------------------------------*/
button, .button, 
input[type="submit"], 
input[type="button"], 
a.button:visited, 
a#catshopbuy:visited,
a#catshopbuy:link {
	background:#01703d;
	border:1px solid #fff;
	color: #fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1;
	padding:11px 30px;
	min-width:6.250em;
}
button:hover, .button:hover, 
input[type="submit"]:hover, 
input[type="button"]:hover, 
a.button:hover, 
a#catshopbuy:hover,
a#catshopbuy:hover {
	background:#01703d;
	color:#ccc;
}

.button.transparent,
.button.transparent:visited {
	background:none;
	border:1px solid #fff;
	color:#fff;
}
.button.transparent:hover,
.button.transparent:focus {
	background:none;
	border-color:#ccc;
	color:#809b8b;
}

.button.transparent.dark,
.button.transparent.dark:visited {
	background:none;
	border-color:#464646;
	color:#464646;
}
.button.transparent.dark:hover,
.button.transparent.dark:focus {
	background:none;
	border-color:#01703d;
	color:#01703d;
}
.button.transparent.red,
.button.transparent.red:visited {
	background:none;
	border-color:#005529;
	color:#005529;
	font-family: 'Times New Roman', Times, serif;
}
.button.transparent.red:hover,
.button.transparent.red:focus {
	background:none;
	border-color:#efbf00;
	color:#efbf00;
}

.button.bold {
	font-weight:bold;
}

/* button small */
button.small, .button.small,
a.button.small:visited {
	font-size:15px;
	font-weight:bold;
	padding:8px 20px !important;
	border-width: 1px !important;
}

/* button large */
button.large, .button.large,
a.button.large:visited {
	border-width: 3px !important;
	font-size:22px;
	height:auto;
	padding:16px 45px 14px !important;
	min-width:125px;
}

button.fluid,
.button.fluid {
	width:100%;
}

input[type="submit"],
input[type="button"] {
	cursor: pointer;
}

input[type="checkbox"]+label, input[type="radio"]+label {
    display: inline-block!important;
}

/* Custom field/s */
.fields {
	margin:0;
}


/* BC/Foundation Overrides */
.column + .column:last-child, 
.columns + .column:last-child, 
.column + .columns:last-child, 
.columns + .columns:last-child {
	float: left;
}
[data-magellan-expedition-clone] { 
	display:none; 
}
.system-message h1, 
.system-error-message h1 {
	font-size: 36px;
	font-weight: 700;
	color: #cff30d;
	margin-bottom: 1.25rem;
}

span.error:empty, 
small.error:empty {
	display: none;
}
.system-message, 
.system-error-message {
	background: none;
	border: none;
	margin: 0;
	color: #49a942;
	padding: 0;
}

/* pagination */
ul.pagination li {
	height:auto;
	vertical-align:top;
}
ul.pagination li a, 
ul.pagination li button {
	background:none;
	border:1px solid #01703d;
	color:#01703d;
	font-size:13px;
	font-weight:bold;
	padding:0;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
ul.pagination li.unavailable a, 
ul.pagination li.unavailable button {}
ul.pagination li.current a, 
ul.pagination li.current button {
	background:#01703d !important;
	color:#fff;
}
ul.pagination li.arrow a, 
ul.pagination li.arrow button {
	border:0;
	font-size:20px;
}



/* slick slider overrides */
.slick-dots {
	margin:0;
}
.slick-dots li {
	width: 15px;
	height: 15px;
}
.slick-dots li button {
	border:1px solid #00853e;
	width: 15px;
	height: 15px;
	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.slick-dots li.slick-active button {
	background: #00853e;
}
.slick-dots li button:before {
	content:"";
}

/* Utility Classes */
.divider {
	background: url(images/bg-divider.png) no-repeat center top;
	height: 70px;
	border:0;
	margin: 25px 0;
}
.chevron-list {
	margin: 0 0 0 30px;
	padding: 0;
}
.chevron-list li {
	list-style: none;
	position: relative;
	font-weight: normal;
	color: #00853e;
}
.chevron-list li:before {
	content:"\f054";
	font-family: FontAwesome;
	font-size: 15px;
	margin: 0 15px 0 0;
}
.clearb {
	clear: both;
}
.action {
	margin: 0;
}
.script {
	font-family: 'Great Vibes Regular', 'Quilline Script Thin';
}



/* HEADER ---------------------------- */
header.header {
	position:relative;
}

.sticky-nav .contain-to-grid {
	position: fixed;
	top: 0;
	z-index: 9999;
}
.contain-to-grid,
.top-bar {
	background: #d2d2d2;
}
.top-bar {
	height:auto;
}
.top-bar .title-area {
	z-index:1;
}
.top-bar .name {
	padding:22px 0 0 10px;
	height:auto;
}
.top-bar .toggle-topbar a,
.top-bar .toggle-topbar.menu-icon a {
	color:#fff;
	font-size: 18px;
	font-weight: normal;
	font-family: 'ITC Avant Garde Gothic', bold, sans-serif;
}

.utility {
	background:#fff;
	padding: 10px 0;
}
.utility ul {
	margin:0 5px 0 0;
	padding:0;
}
.utility .uty0, 
.utility .uty1 {
	display: none;
}
.util-nav {
	margin:0;
	padding:0;
	float:right;
}
.util-nav li {
	list-style:none;
	float:left;
	margin:0 0 0 1px;
	line-height:34px;
}
.util-nav li + li a {
	border-left:1px solid #484848;
}
.util-nav li a {
	display:inline-block;
	font-family: 'ITC Avant Garde Gothic', bold, sans-serif;
	font-size:13px;
	padding:0 10px;
	line-height:13px;
	text-align:center;
	color: #00853e;
}
.util-nav li.create a,
.util-nav li.account a {}

.cart-summary {
	float: right;
	border:1px solid #01703d;
	position: relative;
	padding: 10px 15px 0px 50px;
    width: 300px;
	
}
.cart-summary .fa-shopping-cart {
	position: absolute;
	left: 15px;
	font-size: 22px;
	top:5px;
}
.cart-summary .cartSummaryItem {
	color: #00853e;
	font-size: 12px;
	line-height: 1;
}
.cart-summary .cartSummaryItem a {
	color: #000;	
}
.cart-summary .cartSummaryItem span {
	font-size: 11px;
}

.top-bar .title-area {
  margin: -20px 0 0; 
}

#innerpage .top-bar .title-area {
  margin: 0;
}
/* Intro */
.introwrap {
	background: url(images/bg-header-thinner-1.jpg)no-repeat right top, url(images/bg-intro.jpg) no-repeat center top / cover;
	padding: 50px 0 50px;
	color: #fff;
}
.introwrap + .utility {
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.introwrap + .utility .util-nav li + li a {
	border-left:1px solid #fff;
}
.introwrap + .utility .util-nav li a,
.introwrap + .utility .cart-summary,
.introwrap + .utility .cart-summary .cartSummaryItem a {
	color: #01703d;
}

.intro-head {
	border-bottom: 0px solid rgba(255,255,255,0.3);
	position: relative;
	z-index: 999;
}
.intro-head .top-bar {
	background: none;
}
.intro-head .top-bar .name {
	padding: 0;
	margin: -10px 0 0;
}
.intro-head .top-bar-section {
	height: auto;
	padding: 0;
}
.intro-head .top-bar-section ul {
	padding-right: 32px;
}
.intro-head .search-icon {
  cursor: pointer;
  padding: 25px 10px;
  position: absolute;
  z-index: 10;
  right: -10px;
}
.intro-logo {
	float: left;
}
.intro-nav {
	text-align: right;
	min-height: 50px;
}
.intro-nav ul {
	margin: 0;
	padding: 0;
}
.intro-nav ul li {
	list-style: none;
	display: inline-block;
	font:15px 'ITC Avant Garde Gothic', bold, sans-serif;
	text-align: left;
}
.intro-nav ul li a {
	display: block;
	padding: 0 15px;
	color: #fff;
	line-height: 50px;
}

.intro-nav ul li:hover > ul {
	display: block;
}
.intro-nav ul ul {
	position: absolute;
	z-index: 9999;
	display: none;
	background: rgba(50,100,70,0.8);
	padding: 0;
}
.intro-nav ul ul li {
	display: block;
	padding: 0;
	margin: 0;
}
.intro-nav ul ul li a {
	line-height: 1.2;
	display: block;
	padding:8px 15px;
}
.intro-nav ul ul li a:hover {
	background: rgba(50,100,70,0.8);
}

.intro-phone {
	font: 40px 'ITC Avant Garde Gothic', sans-serif;
	padding: 25px 40px;
	text-align: right;
}

.intro-caption {
	padding: 50px 0 0;
}
.intro-caption h2 {
	margin: 0 0 25px;
}
.intro-caption p {
	margin: 0 0 40px;
	line-height: 1.8;
}

.intro-signup {
	background: url(images/bg-signup.png) no-repeat center top;
	background-size: 100% 100%;
	max-width: 446px;
	padding: 65px 55px;
	min-height: 545px;
	float: right;
}
.intro-signup h2 {
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 0 0 20px;
	margin: 0 0 20px;
	font-size: 36px;
}
.intro-signup p {
	margin: 0 0 20px;
}
.intro-signup input {
	margin:0;
}
.intro-signup .field {
	padding: 0 0 20px;
}
.intro-signup .action {
	text-align: center;
	padding: 25px 0 0;
}



/* MAIN NAV ----------------------------- */
.top-bar-section {
	height:90px;
	padding: 0;
}

.top-bar-section ul {
	float:right;
}
.top-bar-section ul li {
	background:none;
	margin:0;
	position:relative;
}
.top-bar-section ul li a {
	font:16px/50px 'ITC Avant Garde Gothic', sans-serif;
	text-transform: uppercase;
	color:#0f1b10;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: none;
	line-height:65px;
	padding:15px 12px; margin:0;
}
#homepage .intro-head .top-bar .top-bar-section a {
  line-height: 45px;
}
#innerpage .top-bar-section li:not(.has-form) a:not(.button) {padding:15px 12px;}
.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a {
	background: #809b8b;
	color:#fff;
}

.top-bar-section ul li.selected > a {
	background: #809b8b !important; 
	color:#fff;
}

.top-bar-section .dropdown {
	min-width:200px;
	margin:0;
	padding:0 !important;
	background:rgba(128,155,139,0.9);
}
.top-bar-section .dropdown li {
	padding:0;
	background:none;
}
.top-bar-section li li:not(.has-form) a:not(.button) {
	padding:10px 13px;
	line-height:normal;
	height:auto;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background:none;
	color:#fff;
	text-align:left;
}
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
	background:rgba(0,0,0,0.1);
}
.top-bar-section .has-dropdown > a {
	padding-right: 25px !important;
}
.top-bar-section .has-dropdown > a::after {
  border: 0 none;
  bottom: 0;
  content: "";
  font-family: FontAwesome;
  margin: -10px 20px 0 0;
}

/* SEARCH ------------------------*/
.search-home,
.search-box {
	position:absolute;
	right:0;
	top:-6px;
	height:40px;
	width:50px;
	z-index: 100;

	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-ms-transition:     all 0.5s ease;
	-o-transition:      all 0.5s ease;
	transition:      all 0.5s ease;
}
.search-home {
	height: 0;
	width: 100%;
	overflow: hidden;
}
.search-home.active,
.search-box.active {
	width:100%;
	height:40px;
}
.search-box.active form {
	padding:0 100px 0 0;
}
.search-home form,
.search-box form {
	position:relative;
	padding:0;
}
.search-home [type="text"],
.search-box [type="text"] {
	vertical-align:top;
	width:100%;
	top:0;
	height:38px;
}
.search-home.active [type="submit"] {
	right: 0;
	width: auto;
}
.search-box.active [type="submit"] {
    right: 50px;
	width:auto;
}
.search-home [type="submit"],
.search-box [type="submit"] {
	height: 38px;
    min-width: 10px;
	width:50px;
    padding: 8px 10px;
    position: absolute;
    /*top: 0;
    right: 0;*/
    right: -6px;
    top: -4px;
}
.search-home [type="submit"] {
	width: auto;
}
.search-box [type="submit"] {
	border:0;
}
.search-box.active .search-icon.fa:before {
	content: "\f00d";
}
.search-box .search-icon {
	background:#fff;
	padding: 0;
	width:50px;
	height:40px;
	line-height:38px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	color:#333;
	font-size:21px;
	cursor:pointer;
}
.search-box + .cart-summary {
	margin-right: 50px;
}
.search-icon .close, 
.search-icon.active img {
	display: none;
}
.search-icon.active .close {
	display: inline-block;
}



/* BANNER ----------------------------*/
.banner {
	position:relative;
	background: url(images/bg-banner.jpg) no-repeat center top;
	background-size: cover;
	height: 240px;
}
.banner h1 {
	font-size:60px;
	color:#fff;
	max-width:100%;
	margin:60px 0 15px;
}
.banner p {
	font-size: 16px;
	color:#fff;
	max-width:500px;
}
.banner-txt {
  	position:absolute;
	left:0;
	top:50%;
	width:100%;
	color:#fff;
	padding:0 10px;
	
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}
.banner-img img {
	width:100%;
}



/* MAIN / CONTENT -------------------------------- */
main.content {
	background:#fff;
}

.welcome-home {
	padding: 60px 0;
	text-align: center;
}
.welcome-home h2 {
	font-size: 56px;
}
.welcome-home h4 {
	font-size: 26px;
	color: #00853e;
	margin: 0 0 30px;
}
.welcome-home p {
	font-size: 17px;
}



/* HOME - Teaser ---------------------------*/
.teaser-wrap {
	background: url(images/bg-wood.jpg) no-repeat center center;
	background-size: 100% 1064px;
	margin: 0 0 60px;
}
.row .teaser-list {
	margin: 0;
}
.teaser-list .columns {
	padding: 0;
}
.teaser-box .teaser-inner {
	margin: 0;
	background: #f4f3f2;
	overflow: hidden;
	text-align: center;
}
.teaser-box .teaser-img img {
	width: 100%;
}
.teaser-box.big .teaser-inner {
	max-height: 420px;
	background: #e1e9dd;
}
.teaser-box.small .teaser-inner {
	max-height: 210px;
}
.teaser-box.small:nth-child(2n+1) .teaser-img {
	float: right;
}
.teaser-box.small:nth-child(2n+1) .teaser-img + .teaser-desc:before {
	border-color: transparent transparent transparent #f4f3f2;
    border-width: 13px 0 13px 20px;
	left: auto;
	right: -20px;
}
.teaser-box:nth-child(6n+4) {
	float: right;
}
.teaser-box.big:nth-child(6n+4) .teaser-inner {
	background: #e2e7f0;
}

.teaser-box .teaser-desc {
	padding: 35px 15px;
}
.teaser-box.big .teaser-desc {
	padding-top: 40px;
}

.teaser-box .teaser-desc:before {
    content: "";
	border-color: transparent #f4f3f2 transparent transparent;
    border-style: solid;
    border-width: 13px 20px 13px 0;
    position: absolute;
    left: -20px;
    top: 60px;
}
.teaser-box.big .teaser-desc:before {
	border-color: transparent #e1e9dd transparent transparent;
}
.teaser-box.big:nth-child(6n+4) .teaser-desc:before {
	border-color: transparent #dfe7ef transparent transparent;
}

.teaser-box .teaser-title {
	position: relative;
	font-size: 20px;
	padding: 10px 0 15px;
	margin: 0 0 20px;
}
.teaser-box .teaser-title:before {
	content: "";
	border-bottom: 1px solid #01703d;
	width: 30px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -15px;
}
.teaser-box.big .teaser-body {
	position: relative;
	margin: 0 0 20px;
	padding: 30px 0;
}
.teaser-box.big .teaser-body:before {
	content: "\25C6";
	position: absolute;
	top: -5px;
	left: 46%;
	font-size: 20px;
	color: #01703d;
    font-family: FontAwesome;
}
.teaser-box.big .teaser-body:after {
	content: "\25C6";
	position: absolute;
	bottom: -5px;
	left: 46%;
	font-size: 20px;
	color: #01703d;
    font-family: FontAwesome;
}
.teaser-box.big .teaser-body p {
	margin: 0;
}
.teaser-box.big .teaser-body p ~ p {
	margin-top: 20px;
}

.teaser-box .teaser-title,
.teaser-box .teaser-title a {
	font-size: 20px;
    color: #2f2e2e;
}
.teaser-box h5 {
	line-height: 1;
}
.teaser-box h5 big {
    font-size: 30px;
	color: #2f2e2e;
}
.teaser-box p {
	font-size: 12px;
}
.teaser-box .teaser-icon {
	color: #01703d;
	font-size: 22px;
}



/* HOME - Testimonials ---------------------------*/
.testimonials {
	background: url(images/bg-testi-left.png) no-repeat left top, url(images/bg-testi-right.png) no-repeat right 60px;
	padding: 40px 0 60px;
	color:#363636;
}
.testimonials blockquote {
	border:0;
	margin:0 60px;
	padding:20px 0;
	color:#fff;
}
.testimonials blockquote p {
	font-size:17px;
	font-style:italic;
	line-height:1.5;
	color: #363636;
	margin: 0 0 0 260px;
	position: relative;
	padding: 50px 0 0 30px;
}
.testimonials blockquote p:before {
	content: "";
	background: url(images/bg-quote1.png) no-repeat left top;
	width: 42px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
}
.testimonials blockquote cite {
	font:38px "ITC Avant Garde Gothic";
    font-weight: medium;
	width: 260px;
	float: left;
	padding: 0 20px;
	text-align: center;
}
.testimonials blockquote cite:before {
	content:"";
}
.testimonials blockquote cite img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	border:3px solid #809b8b;
	padding: 2px;
}
.testimonials blockquote cite small {
    font-size:15px;
	display:block;
	font-weight:300;
	text-transform: uppercase;
	color: #a70101;
}


/* HOME - Our Wine ---------------------------*/
.our-wine {
	background: url(images/bg-our-wine.jpg) no-repeat center center;
	background-size: cover;
	padding: 55px 0 65px;
	text-align: center;
}
.our-wine h2 {
	color: #fff;
	font-size: 55px;
}
.our-wine h4 {
	color: #fff;
	font-size: 26px;
}
.wine-box {
	background: #fff;
	margin: 48px 10px;
	padding: 0 10px;
	text-align: center;
	position: relative;
}
.wine-box:before {
	border: 2px solid #fff;
    bottom: -35px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: -35px;
}
.wine-box > .top,
.wine-box > .bottom {
	background: url(images/bg-boxtop.png) no-repeat center top;
	background-size: 100% 48px;
	height: 48px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -48px;
	z-index: -1;
}
.wine-box > .bottom {
	background: url(images/bg-boxbtm.png) no-repeat center top;
	background-size: 100% 48px;
	top: auto;
	bottom: -48px;
}
.wine-box > .button {
	margin: 0 0 -10px;
	text-transform: uppercase;
}
.wine-name {
	color: #01703d;
}
.wine-img {
	min-height: 220px;
	line-height: 220px;
}
.wine-img img {
	margin: 0 auto;
	display: inline-block;
}
.wine-body {}
.wine-body p {
	font-size: 14px;
}
.ourwine-slider .slick-dots li button {
	border-color: #fff;
}
.ourwine-slider .slick-dots li.slick-active button {
	background: #fff;
}



/* HOME - Gallery ---------------------------*/
.home-gallery {
	padding: 50px 0 60px;
	text-align: center;
}
.home-gallery h2 {
	font-size: 58px;
}
.home-gallery h4 {
	font-size: 26px;
	color: #01703d;
	margin: 0 0 20px;
}
.gallery-box {
	margin-bottom: 20px;
}


/* HOME - Tasting Room ---------------------------*/
.tasting-room {
	background: url(images/bg-tasting-room.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
	color: #fff;
}
.tasting-room h2 {
	font-size: 68px;
	color: #fff;
}
.tasting-room h5 {
	font-size: 25px;
	font-weight: Demi;
	color: #fff;
	margin: 0 0 30px;
}
.tasting-room p {
	line-height: 2;
}
.tasting-room a {
	color: #efbf00;
}
.tasting-room a:hover{
	color: #d1a200;
}
.reservation-form { 
	background: url(images/bg-reservation.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 65px 60px 100px;
	max-width: 385px;
	margin: 0 auto;
}
.reservation-form h3 {
	color: #fff;
	font-size: 38px;
	text-align: center;
}
.reservation-form .field input {
	background: none;
	border:0;
	border-bottom: 1px solid #fff;
}
.reservation-form .action {
	padding: 40px 0 0;
	text-align: center;
}
.reservation-form .action input {
	border-width: 1px !important;
}



/* INNER page ---------------------------*/

.inner-content {
	padding: 60px 0;
}
.inner-title {
	background: #fff;
	color: #01703d;
	font-size: 30px;
	margin: -60px 0 0;
	padding: 40px 0;
}
.inner-newsletter {
	background: #0f1b10;
	padding: 60px 0;
	color: #fff;
	text-align: center;
}
.inner-newsletter h2 {
	color: #fff;
	font-size: 45px;
}
.inner-newsletter h6 {
	color: #fff;
	margin: 0 0 35px;
}
.inner-newsletter input {
	border-width: 1px !important;
}

.page-content {}
.page-sidebar {}

.page-sidebar h3 {
	background: #01703d;
	color: #fff;
	padding: 20px 40px;
	margin: 0 0 20px;
}
.page-sidebar h3 .fa {
	margin: 0 5px 0 0;
	font-weight: normal;
}

/* About us */
.winery-staff {
	text-align: center;
}
.staff-box {
	border:1px solid #e2e2e2;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}
.staff-inner {
	background: url(images/bg-staff-1.jpg) no-repeat center top;
	padding: 75px 0 0;
	min-height: 550px;
}
.staff-inner.bg2 {
	background-image: url(images/bg-staff-2.jpg);
}
.staff-inner.bg3 {
	background-image: url(images/bg-staff-3.jpg);
}
.staff-inner.bg4 {
	background-image: url(images/bg-staff-4.jpg);
}
.staff-inner.bg5 {
	background-image: url(images/bg-staff-5.jpg);
}
.staff-inner.bg6 {
	background-image: url(images/bg-staff-6.jpg);
}
.staff-img,
.staff-desc {
	max-width: 150px;
	margin: 0 auto;
}
.staff-desc h4 {
	font-size: 22px;
    font-style: bold;
    font-weight: 400;
	margin: 15px 0 6px;
	color: #ffffff;
}
.staff-desc p {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
    color: #ffffff;
}
.staff-desc a {
	color: #ffffff;
    font-size: 12px;
	text-decoration: underline;
}
.staff-img img {
	margin: 0 auto;
}
.staff-social {
	padding: 15px;
}

.staff-slider {}
.staff-slider .slick-prev,
.staff-slider .slick-next {
	width: 22px;
	height: 106px;
	margin-top: -53px;
}
.staff-slider .slick-prev {
	background: url(images/bg-chevron-left.png) no-repeat left top;
	left: -40px;
}
.staff-slider .slick-next {
	background: url(images/bg-chevron-right.png) no-repeat left top;
	right: -40px;
}
.staff-slider .slick-prev:before,
.staff-slider .slick-next:before {
	content: "";
}

.smedia-circle {
	margin: 0;
	padding: 0;
}
.smedia-circle li {
	list-style: none;
	display: inline-block;
	margin: 0;
}
.smedia-circle li span {
	display: none;
}
.smedia-circle li a {
	background: #01703d;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.smedia-circle li a:hover {
	background: #49a942;
}


/* Contact us */
.contact-info,
.contact-form {
    background:#2f2e2e;
	margin: 0 0 35px;
}
.contact-outer-page {
  display: flex;
}
.contact-info {
    background:#2f2e2e ;
	color: #fff;
}
.contact-info h3 {
	font: 600 40px "Open Sans", Arial, Helvetica, sans-serif;
	color: #01703d;
}
.contact-info p {
	font-size: 20px;
}
.contact-form form {
	background: #2f2e2e;
	color: #fff;
	padding: 35px 20px;
}
.contact-form h4 {
    background: #2f2e2e;
	font-size: 35px;
	color: #fff;
	text-align: center;
	position: relative;
}
.contact-form h4:before {
	content: "";
	border-top:1px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
}
.contact-form h4 span {
	background:#2f2e2e;
	display: inline-block;
	padding: 0 10px;
	position: relative;
}
.contact-form fieldset {
    background: #2f2e2e;
	border:0;
	margin: 0;
	padding: 35px 30px 0;
	text-align: center;
}
.contact-dir {
	background: #2f2e2e;
	color: #fff;
	padding: 30px 30px 20px;
}
.contact-dir h4 {
    background color: #2f2e2e;
	color: #fff;
	margin: 0 0 20px;
}
.contact-dir p {
	font-size: 14px;
	line-height: 1.6;
}
.contact-dir .button {
	margin: 0;
}

.contact-map {
	background: #fff;
	border:2px solid #01703d;
	padding: 10px;
}
.contact-map img,
.contact-map iframe {
	width: 100%;
}
.contact-info > h5 {   
  color: #fff;
}

.contact-info h6 {  
  color: #fff;
}


/* Blog */
.blog-content {}
.blog-sidebar {}
.blog-sidebar > * {
	padding-bottom: 35px;
}
.blog-sidebar h3 {
	margin: 0 0 25px;
	color: #b7b7b7;
}
.blog-sidebar h3:after {
	content: "";
	display: block;
	border-bottom: 1px solid #b7b7b7;
	width: 60px;
	margin: 20px 0 0;
}
.blog-sidebar ul {}
.blog-sidebar ul li {
	color: #ccc;
	margin: 0;
	font-size: 16px;
}
.blog-sidebar ul li a {
	color: #4f0101;
}
.blog-sidebar ul li a:hover {
	color: #ccc;
}

.blog-sidebar a { font-size: 14px; color: #4f0101; }
.blog-sidebar a:hover { color: #B6B6B6; text-decoration: underline; }

.blog-menu {
	border:2px solid #7a0026;
	padding: 20px;
	margin: 0 0 60px;
}
.blog-menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.blog-menu ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	font:20px "Times New Roman",Times,serif;
}
.blog-menu ul li + li {
	border-left:2px solid #af9c9c;
}
.blog-menu ul li a {
	padding: 0 25px;
	color: #4f0101;
}
.blog-menu ul li.active {
	font-weight: bold;
}

.blogpostcategories {
    margin: 50px 0;
    border: 1px solid #410101;
    padding: 20px 0;
}

.blogpostcategories ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.blogpostcategories ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	font:20px "Times New Roman",Times,serif;
}
.blogpostcategories ul li + li {
	border-left:2px solid #af9c9c;
}
.blogpostcategories ul li a {
	padding: 0 25px;
	color: #4f0101;
}
.blogpostcategories ul li.active {
	font-weight: bold;
}

.blog-side-module .blogpostcategories {
    margin: 0;
    border: none;
    padding: 0;
}

.blog-side-module .blogpostcategories ul li {
	list-style: none;
	display: block;
	margin: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: lighter;
}
.blog-side-module .blogpostcategories ul li + li {
    border-left: none;
}
.blog-side-module .blogpostcategories ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.blog-side-module .blogpostcategories ul li a {
    padding: 0;
}
img.postimage {
    float: right;
    margin: 20px 0 10px 20px;
}

.post-entry-alt {
	border:1px solid #ebebeb;
	text-align: center;
	max-width: 300px;
	margin: 0 auto 20px;
}
.post-button-alt {
	border-top:1px solid #ebebeb;
}
.post-cat-alt {
	position: relative;
	background: #01703d;
	color: #fff;
	font-size: 26px;
	margin: -25px 42px 30px;
	padding:10px 15px;
}
.post-title-alt {
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 15px;
	color: #666;
	font-size: 20px;
}
.post-title-alt:before {
	content: "";
	border-bottom: 1px solid #b7b7b7;
	position: absolute;
	left:50%;
	bottom: 0;
	width: 56px;
	margin: 0 0 0 -28px;
}
.post-date-alt {
	font-size: 15px;
	font-weight: bold;
}
.post-body-alt {
	padding: 15px 20px;
}
.post-button-alt .button,
.post-button-alt .button:visited {
	border:0;
	margin-bottom: 0;
	background: #fff;
	color: #01703d;
	font-size: 17px;
	font-weight: 600;
	text-align: left;
}
.post-button-alt .button:hover,
.post-button-alt .button:focus {
	background: #00853e;
	color: #fff;
}
.post-button-alt .button .fa {
	float: right;
	font-size: 22px;
}

.blog-detail {}
.blog-detail h1 {
	font-size: 48px;
	color: #4f0101;
	border-bottom: 1px solid #b7b7b7;
	padding: 0 0 20px;
	margin:0 0 25px;
}
.post-info-lg {
	margin: 0 0 15px;
}
.post-info-lg a {
	color: #363636;
}
.post-info-lg ul {
	margin: 0;
	padding: 0;
}
.post-info-lg ul li {
	list-style: none;
	position: relative;
	display: inline-block;
	color: #363636;
	font-size: 16px;
	font-weight: 600;
	padding: 0 25px;
}
.post-info-lg ul li + li:before {
	content: "";
	position: absolute;
	left: -4px;
	top: 10px;
	background: #7a0026;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.post-img-lg {
	margin:0 0 30px;
}
.post-body-lg {
	margin: 0 0 30px;
}
.post-cat-lg {
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	padding: 10px 0;
	margin: 0 0 40px;
	font:20px "Times New Roman",Times,serif;
}
.post-cat-lg a {
	color: #aa0202;
}
.post-form-lg {
	max-width: 500px;
}
.post-form-lg h3 {
	color: #aa0202;
	font-size: 28px;
}
.post-form-lg .button {
	font-size: 15px;
	padding: 16px 30px 14px !important;
}

/* Shop */
.shop-search {
	background: #fff;
	border:1px solid #e5e5e5;
	margin: 0 0 25px;
}
.shop-search h4 {
	background: #bbbbbb;
	color: #fff;
	font-size: 22px;
	padding: 15px;
	text-align: center;
	margin: 0;
}
.shop-search form {
	padding: 15px;
}
.field-range {
	overflow: hidden;
}
.field-range label small {
	display: block;
	font-size: 11px;
}
.field-range .field {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 28px 0 15px;
	float: left;
}
.field-range .field:before {
	content: "$";
	position: absolute;
	left: 0;
}
.field-range .field:after {
	content: "-";
	position: absolute;
	right: 8px;
	top:0;
}
.field-range .field + .field:after {
	content: "";
}
.shop-search [type="text"],
.shop-search select {
	padding: 3px 5px !important;
}
.field-range .field [type="image"] {
	position: absolute;
	right: 0;
	top: 0;
}
.shop-search .button.small {
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	padding: 9px 10px 8px !important;
	text-align: left;
	margin: 0;
}
.shop-search .button .fa {
	float: right;
	color: #4f0101;
}

.shop-brands {
	background: #fff;
	border:1px solid #e5e5e5;
	margin: 0 0 25px;
}
.shop-brands h4 {
	color: #4f0101;
	font-size: 22px;
	padding: 15px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}
.shop-brands .auto-scroll {
	max-height: 230px;
	overflow: auto;
}
.shop-brands ul {
	margin: 0;
	padding: 15px 0;
}
.shop-brands ul li {
	list-style: none;
	margin: 0 10px 0 20px;
	color: #4f0101;
}
.shop-brands ul li label {
	margin-right: 0;
}

.product-filter {
	background: #bbbbbb;
	color: #fff;
	overflow: hidden;
	margin: 0 0 40px;
	padding: 10px 15px;
}
.product-filter ul {
	margin: 0;
	padding: 0;
}
.product-filter ul li {
	list-style: none;
	margin: 0;
	width: 40%;
	float: left;
	padding: 0 40px 0 60px;
	position: relative;
}
 
.product-filter ul li.view-as {
	width: 20%;
	padding-right: 0;
}
.product-filter ul li label {
	color: #fff;
	position: absolute;
	left: 0;
	padding: 3px 0 0;
}
.product-filter input.small, 
.product-filter select.small {
	margin: 0;
	padding: 3px 5px;
	font-size: 13px;
}
.product-filter .view-list a {
	color: #fff;
	font-size: 18px;
	margin: 5px 1px 0;
}
.product-filter .view-list .active a {
	color: #999;
}
.product-filter .view-list span {
	display: none;
}

.product-list-sm {
	margin-bottom: 20px !important;
}
.product-box-sm {
	background: #fff;
	border:1px solid #e5e5e5;
	margin-bottom: 20px;
	position: relative;
	padding: 10px;
	text-align: center;
}
.product-badge {
	position: absolute;
	left: -3px;
	top: -5px;
	line-height: 1;
	z-index: 1;
}
.product-img-sm {
	min-height: 250px;
	line-height: 250px;
}
.product-img-sm img {
	margin: 0 auto;
}
.product-name-sm {
	font-size: 22px;
}
.product-rating-sm {
	border-bottom: 1px solid #dedede;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.product-rating-sm img {
	margin: 0 auto;
}
.product-price-sm {
	padding:0 0 15px;
	font-size: 18px;
	font-weight: bold;
}
.promo-price {
	color: #01703d;
	font-weight: bold;
}
.regular-price {
	color: #454444;
	text-decoration: line-through;
	font-weight: normal;
}
.product-button-sm {
	overflow: hidden;
}
.product-button-sm .button.small,
.product-button-sm .button.small:visited {
	font-size: 12px;
	text-transform: none;
	margin: 0;
	min-width: 77px;
	padding: 5px 12px !important;
	color: #00853e;
	line-height: 20px;
}
.product-button-sm .button.small .fa {
	font-size: 17px;
}
.proudct-detail-lg {
	background: #f2f2f2;
	padding:60px 0 30px;
	position: relative;
}
.proudct-detail-lg:before {
	content: "";
	background: #e6e6e6;
	position: absolute;
	left:-500%;
	right: -500%;
	top: 0;
	bottom: 0;
}
.product-imgpreview {
	position: relative;
	background: #fff;
	border:1px solid #e1e1e1;
	text-align: center;
	height: 450px;
	line-height: 450px;
	text-align: center;
	margin: 0 0 20px;
}
.product-imgpreview .button {
    bottom: 30px;
    left: 50%;
    line-height: 1;
    position: absolute;
    width: 130px;
    margin: 0 0 0 -65px;
    padding: 0;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    display:none;
}
.product-imgpreview .button .fa {
	font-size: 15px;
}
.product-poplet {
	margin: 0 0 20px;
}
.product-poplet ul {
	margin: 0 -20px 0 0;
	padding: 0;
}
.product-poplet ul li {
	list-style: none;
	display: inline-block;
	margin: 0 15px 15px 0;
}
.product-action {
	margin: 0 0 30px;
}
.product-action ul {
	margin: 0;
	padding: 0;
}
.product-action ul li {
	list-style: none;
	display: inline-block;
	color: #0e0e0e;
	margin: 0 30px 0 0;
	font-weight: bold;
}
.product-action ul li a {
	color: #0e0e0e;
}

.product-name-lg {
	color: #454444;
	border-bottom: 1px solid #c6c6c6;
	font-size: 22px;
	padding:0 0 10px;
}
.product-condition {
	color: #01703d;
	margin: 0 0 15px;
}
.product-condition strong {
	color: #363636;
}
.product-price-lg {
	font-size: 32px;
	margin: 0 0 15px;
}

.product-stock-lg {
	font-size: 15px;
	font-weight: 400;
	color:#363636;
}
.product-add2cart {}
.product-add2cart .button.transparent {
	border-width: 1px !important;  
	color: #49a942;
	text-transform: none;
	padding: 10px 30px !important;
	font-size: 25px;
}
.product-add2cart .button .fa {
	font-size: 30px;
	margin: 0 15px 0 0;
}
.payment-method {
	margin-bottom: 20px;
}
.product-qty {
	position: relative;
	max-width: 275px;
	padding:0 85px 0 47px;
}
.product-qty label {
	position: absolute;
	left: 10px;
	padding: 6px 0 0;
}
.product-qty span {
	position: absolute;
	right: 0;
	top: 0;
}
.product-qty .button {
	background: #fff;
	border: 1px solid #e1e1e1;
    color: #5e5e5e;
    margin: 0;
    min-width: 10px;
    padding: 6px 10px 7px !important;
    width: 37px;
}
.product-qty .button:hover {
	background: #ddd;
}

.product-tab {}
.product-tab .tabs .tab-title > a {
	padding:10px 30px;
	color: #00853e;
	text-transform: uppercase;
	font:14px "Times New Roman",Times,serif;
}
.product-tab .tabs .tab-title.active a {
    background-color: #00853e;
    color: #fff;
}
.product-tab .tabs-content {
	border-top: 2px solid #01703d;
	color: #454444;
	padding: 20px 5px;
	margin: 0;
}

.special-product {
	max-width: 220px;
}
.special-product h4 {
	font-size: 18px;
	text-align: center;
	margin: 0 25px 20px;
}
.special-product  .product-box-sm {
	margin: 4px 2px 0;
}
.special-slider .slick-prev,
.special-slider .slick-next {
	background: none;
	width: 24px;
	height: 24px;
	border:1px solid #01703d;
	position: absolute;
	top: -32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.special-slider .slick-prev {
	left: 0;
}
.special-slider .slick-next {
	right: 0;
}
.special-slider .slick-prev:before {
	font-family: "FontAwesome";
	content: "\f104";
	color: #01703d;
	margin: 0 2px 0 0;
}
.special-slider .slick-next:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #01703d;
	margin: 0 0 0 2px;
}


.product-related {
	padding: 60px 0 0;
	text-align: center;
}
.product-box-rel {
	position: relative;
	border:1px solid #e1e1e1;
	padding: 25px;
	margin: 0 auto 30px;
    max-width: 280px;
    text-align: center;
}
.product-box-rel .product-img-sm {
	margin: -25px -25px 15px -25px;
	border-bottom: 1px solid #e1e1e1;
	min-height: 10px;
	line-height: 1;
}
.product-badge-rel {
	min-width: 140px;
	background: #01703d;
	color: #fff;
	padding: 10px 20px;
	position: absolute;
	left: -14px;
	font:20px "Times New Roman",Times,serif;
}
.product-badge-rel:before {
	content: "";
	background: url(images/bg-triangle.png) no-repeat left top;
	bottom: -16px;
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
}
.product-link a {
	text-decoration: underline;
}

.signup-form {
	border:1px solid #e1e1e1;
	padding: 20px;
}
.signup-form h3 {
	background: #01793d;
	color: #fff;
	margin: -20px -20px 25px;
	padding: 15px;
	text-align: center;
}

.event-item-alt {
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 30px;
	margin: 0 0 30px;
}
.event-item-alt .button {
	margin: 0;
}
.event-img-alt {
	float: left;
	max-width: 160px;
	margin: 0 25px 20px 0;
}

.side-box {
	border:1px solid #e1e1e1;
	padding: 20px 20px 30px;
	margin: 0 0 25px;
}
.side-box h3 {
	margin: -20px -20px 30px;
}
.filter-events .action {
	text-align: center;
}
.filter-events .button {
	margin: 0;
}

.wineclub-products {}
.coupon-box {margin-bottom: 25px;}
.product-box-club {
	position: relative;
	border:1px solid #e1e1e1;
	padding: 25px;
	margin: 0 auto 30px;
    max-width: 280px;
    text-align: center;
}
.product-box-club .product-img-sm {
	margin: -25px -25px 15px -25px;
	min-height: 10px;
	line-height: 245px;
}
.product-box-club .product-img-sm img {
	vertical-align: middle;

}
.product-badge-club {
	min-width: 140px;
	background: #01703d;
	color: #fff;
	padding: 10px 20px;
	position: absolute;
	left: -14px;
	font:20px "Times New Roman",Times,serif;
	z-index: 2;
}
.product-badge-club:before {
	content: "";
	background: url(images/bg-triangle.png) no-repeat left top;
	bottom: -16px;
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
}



/* FEATURE page ---------------------------*/
.feature-content {
	font-family: "Avant Garde Gothic", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.feature-content h2 {
	font-family: "Avant Garde Gothic", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.feature-sidebar {}
.side-nav {}
.side-nav h3 {
	background: #01703d;
	padding: 12px 20px;
	font-size: 16px;
	font-family: "Avant Garde Gothic", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}
.side-nav ul {
	margin: 0;
	padding: 0;
}
.side-nav ul li {
	list-style: none;
	border-bottom: 1px solid #cacaca;
	margin: 0;
}
.side-nav ul li a {
	display: block;
	padding: 10px 20px;
	color: #2c2c2d !important;
	font-size: 14px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.side-nav ul li a:hover,
.side-nav ul li.selected > a {
	font-weight: bold;
}



/* FEATURE: events */
.event-item {
	margin:0 0 2.5em;
	border-bottom:1px solid #dddddd;
	padding:0 0 3em;
}
.event-sub {
	font-size:1em;
	text-transform:none;
}
.event-name {
	margin:0 0 5px;
	font-size:20px;
	font-weight:normal;
}
.event-name a {
	color:#4f0101;
}
.event-name a:hover {
	color:#4f0101 ;
}
.event-info {
	font-size:14px;
	margin:0 0 15px;
}
.event-info a {
	color:#2d2d2d;
}
.event-info a:hover {
	text-decoration:underline;
}
.event-info span {
	display:inline-block;
	line-height:15px;
	padding:0 10px 0 0;
}
.event-info span ~ span {
	border-left:1px solid #2d2d2d;
	padding:0 10px;
}
.event-date {}
.event-body {
	background:#f6f6f0;
	padding:20px;
	max-width:635px;
}
.event-body p {
	font-size:15px;
}
.event-body .button {
	margin:0;
}
 

/* FEATURE: news/announcements */
.news-item {
	margin:0 0 2em;
	border-bottom:1px solid #dddddd;
	padding:0 0 1em;
}
.news-title {
	margin:0 0 10px;
	font-size:18px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight:300;
}
.news-title a {
	color:#00853e;
}
.news-title a:hover {
	color:#e6e6e6;
}
.news-date {
	font:0.68em Arial, Helvetica, sans-serif;
	color:#b1b1a7;
	letter-spacing:normal;
}
.news-body {
	font-size:15px;
}
.news-body p {
	font-size:15px;
}



/* FEATURE: faq */
.faq-box {
	margin-bottom:40px;
}
.faq-box .accordion-navigation {
	border-bottom:1px solid #fff;
}
.faq-box .accordion-navigation a,
.faq-box .accordion-navigation.active a,
.faq-box .accordion-navigation a:hover {
	background:#0f1b10;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:10px;
}
.faq-box .accordion-navigation.active a{
	background:#01703d;
}
.faq-box .accordion-navigation .content {
	font-size:13px;
	padding:10px 15px;
}
.faq-box .accordion-navigation .content.active {
	background:#f6f6f0;
}



/* FEATURE: forum */
.forum-list {
	margin:0 0 40px;
}
.tbl-forum {
	width:100%;
	border-collapse:separate;
	border:1px solid #ebebeb;
	/*-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:4px;*/
}
.tbl-forum td {
	padding:0;
}
.tbl-forum table.forum {
	width:100%;
	border:0;
	margin:0;
	border-top:1px solid #ebebeb;
	background:none;
}
.tbl-forum > tbody > tr > th {
	font-size:15px;	
	background:#f6f6f0;
	color:#2d2d2d;
	padding:8px 0;
	vertical-align:middle;
	font-weight:normal;
}
.tbl-forum > tbody > tr > .th-name {
	padding-left:12px;
	/*border-top-left-radius: 3px;*/
}
.tbl-forum > tbody > tr > .th-lastpost {
	/*border-top-right-radius: 3px;*/
}
.tbl-forum th.th-topics,
.tbl-forum .forum td.topics {
	width:75px;
	text-align:center;
	border-left:1px solid #fff;
}
.tbl-forum th.th-posts,
.tbl-forum .forum td.posts {
	width:70px;
	text-align:center;
	border-left:1px solid #fff;
}
.tbl-forum th.th-lastpost,
.tbl-forum .forum td.lastpost {
	width:200px;
	padding:0 0 0 20px;
	border-left:1px solid #fff;
}

ul.cap-top, 
ul.cap-bottom {
	height:auto;
	font-size:15px;
	margin: 0 0 5px;
	padding:0;
}
ul.cap-top:before, 
ul.cap-top:after {
	content:"";
	display:table;
	line-height:0;
}
ul.cap-top:after {
	clear:both;
}
ul.cap-top li, 
ul.cap-bottom li {
	list-style:none;
	margin:0;
	padding:0;
}
ul.cap-top li.user, 
ul.cap-bottom li.nav-page {
	margin-top:5px;
	float:left;
}
ul.cap-top li.user a {
	color:#4f0101;
	font-weight:bold;
}
ul.cap-top li.actions, 
ul.cap-bottom li.actions {
	width:auto;
	float: right;
}
ul.cap-top li.actions a, 
ul.cap-bottom li.actions a {
	margin:0 10px;
	display:inline-block;
}

table.forum td {
	font-size:15px;	
	line-height:normal;
	padding:10px 0;
	border:0 !important;
	vertical-align:middle;
}
table.forum td.name {
	padding-left:12px;
}
table.forum h3 {
	font-size:15px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	letter-spacing:300;
	margin:0;
	text-transform:none;
} 
table.forum h3 a {
	color:#49a942;
}
table.forum h3 a:hover {
	color:#01703d; 
}
 
table.forum .icon {
	width:auto;
	float:left;
}
table.forum .icon + .forum {
	margin:3px 0 0 32px;
}
table.forum .forum {}
table.forum td.lastpost {
	color:#2d2d2d;
}

.forum-discussions {}
.btn.btn-new-topic {
	border:1px solid #e4e4e4;
	background:#fff;
}
.btn.btn-new-topic img {
	margin:-4px 5px 0 0;
}


/* FEATURE: Media Download */
p.literature-container {
	margin:0 0 12px;
	font-size:15px;
}
p.literature-container span.icon, 
p.literature-container span.name {
	margin:0 5px 0 0;
}
p.literature-container span.name a {
	color:#4f0101;
	text-decoration:underline;
}
p.literature-container span.name a:hover {
	color:#4f0101 ;
}



/* FEATURE: photogallery */
#photogalleryTable {
	margin-top: 20px;
	margin-bottom: 40px;
}
#photogalleryTable .row {
	margin:0;
}
#photogalleryTable .columns {
	padding:0;
}
#photogalleryTable img {
	width: 100%;
	transition-duration: 0.5s;
}
#photogalleryTable img:hover {
	opacity: 0.8;
}


/* FEATURE: blog */
.post-entry {
	border-bottom:1px solid #dddddd;
	padding:0 0 30px;
	margin:0 0 35px;
}
.post-title {
	font-size:20px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight:300;
	text-transform:none;
	margin:0 0 5px;
}
.post-title a {
	color:#4f0101;
}
.post-title a:hover {
	color:#4f0101 ;
}
.post-info {
	font-size:0.9em;
}
.post-info a {
	color:#2d2d2d;
}
.post-info a:hover {
	text-decoration:underline;
}
.post-body {
	padding:15px 0;
	font-size:13px;
}
.post-links {
	color:#4f0101;
	font-size: 15px;
	margin:0 0 0 -5px;
}
.post-links a {
	color:#4f0101;
	padding:0 5px;
}
.post-links a:hover {
	text-decoration:underline;
}


/* FEATURE: shop */
.your-here {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.your-here {}
.cart-items {
	max-width:480px;
	text-align:right;
	border-bottom:1px solid #dddddd;
	margin:0 0 0.938em;
}
.cart-items #catCartSummary {
	display:inline-block;
}
.cart-items table {
	background:none;
	margin:0;
	border:0;
}
.cart-items .cartSummaryItem {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0;
}
.cartSummaryLink {
	color:#49a942;
}

/* shop - catalog */
.catalog-list {
	margin:0 0 0 -25px;
}
.catalog-list:before, 
.catalog-list:after {
	content:"";
	line-height:0;
	display:table;
} 
.catalog-list:after {
	clear:both;
}
.catalog-box {
	background:#fff;
	width:228px;
	padding:10px;
	border:2px solid #444444;
	float:left;
	margin:0 0 25px 25px;
	text-align:center;
}
.catalog-box:hover {
	border:2px solid #999;
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
}
.catalog-img {
	margin:0 0 20px;
}
.catalog-name {
	font:15px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
.catalog-name a {
	color: #49a942;
}


/* shop - product small */
.product-list {
	margin:0 0 15px -25px;
}
.product-list:before, 
.product-list:after {
	content:"";
	line-height:0;
	display:table;
} 
.product-list:after {
	clear:both;
}
.product-box {
	background:#fff;
	width:228px;
	padding:10px;
	border:2px solid #444444;
	float:left;
	margin:0 0 25px 25px;
	text-align:center;
}
.product-box:hover {
	border:2px solid #999;
	-webkit-box-shadow:0 0 5px #999;
	-moz-box-shadow:0 0 5px #999;
	box-shadow:0 0 5px #999;
}
.product-img {
	margin:0 0 20px;
}
.product-name {
	font:15px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0;
	letter-spacing:1px;
}
.product-name a {
	color: #49a942;
}
.product-price {
	margin:0 0 20px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.product-price .new-price {
	text-decoration:none;
}
.product-price .old-price {
	font-size:0.8em;
	color:#999;
	display:none;
}

/* shop - product detail */
.product-large {
	max-width:505px !important;
}
.product-img-lg.columns {
	padding-right:0;
}
.product-detail.columns {
	padding-right:0;
}
.product-detail h3 {
	text-transform:uppercase;
	margin:0 0 10px;
	letter-spacing:1px;
}

.add-to-cart {
	font-size:0.8rem;
}
.add-to-cart input {
	display:inline-block;
	margin-bottom:10px;
	font-size:0.8em;
}
.add-to-cart [type="text"]{
	width:35px;
	text-align:center;
	padding:8px 5px 9px;
	margin-left:5px;
}
.add-to-cart .button {
	padding:10px 15px;
	float:right;
}
.wishlist-link {
	clear:both;
	text-align:right;
	font-size:0.8rem;
}
.wishlist-link a {
	text-decoration:underline;
	color:#2d2d2d;
}
.product-description {
	padding:20px 0;
}
.product-description p {
	font-size:0.8rem;
}







/* FOOTER ----------------------------- */
footer.footer {
	background:url(images/bg-footer.jpg) repeat-y center top;
	background-size: 100% 520px;
	color:#7f7f7f;
}
.footer a {
	color:#e6e6e6;
}
.footer a[href*="mailto"] {
	color: #fff;
}
.footer a:hover {
	text-decoration:underline;
    color: #FFF;
}
.footer h5 {
  	color:#fff;
  	font-size:18px;
	line-height:45px;
}
.footer-top {
	padding: 65px 0;
}
.footer-top h4 {
	color: #fff;
	position: relative;
	padding: 0 0 12px;
	margin: 0 0 20px;
}
.footer-top h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 40px;
	border-bottom: 1px solid #fff;
}

.foot-contact {}
.foot-contact ul {
	margin: 0;
	padding: 0;
}
.foot-contact ul li {
	list-style: none;
	padding: 0 0 0 45px;
	margin: 0 0 20px; color:#fff;
}
.foot-contact ul li .fa {
	float: left;
    font-size: 25px;
    margin: 0 0 0 -48px;
}

.foot-opening {}
.foot-opening ul {
	margin: 0;
	padding: 0;
}
.foot-opening ul li {
	list-style: none; color:#fff;
	margin: 0 0 12px;
}
.foot-opening ul li span {
	display: inline-block;
	width: 80px;
	font-weight: bold;
}

.foot-social {}
.foot-social h5 {
	line-height:normal;
}
.smedia-list {
	margin:0;
}
.smedia-list li {
	list-style:none;
	margin: 0 0 15px;
}
.smedia-list li a {}
.smedia-list li .fa {
	font-size: 22px;
	margin: 0 10px 0 0;
}


.foot-menu {}
.foot-menu ul {
	margin:0;
	padding:0;
}
.foot-menu ul li {
	list-style:none;
	margin:0;
	padding:0 0 5px;
}
.foot-menu ul li a {
	color:#fff;
}

.footer-bottom {
	background: rgba(170,170,170,0.6);
	padding:15px 0 20px;
}
.copyright {
	font-size:14px;
	color:#fff;
	text-align:right;
	padding: 60px 0 0;
}
#catCartSummary .cartSummaryTable{
 	background:none !important;
    border:0 !important;
    margin-bottom: 10px;
}
.cart-summary .cartSummaryItem{
 	color:#00853e;	   
}
.product-button-sm img{
 	cursor:pointer;   
 	display: inline-block;
}
.productList, .productList ul, .catalogueList{
 	overflow:unset;   
}
table.productPoplets{
 	background:none;
    border:none;
}
.product-qty input.small{
    padding: 6px 17px !important; 
}
.product-related .productItem .medium-6{
 	width:100% !important;   
}
.qty-input label{
 	float:left; 
    width:20%
}
.qty-input input{
 	float:left;   
    width:31%;
}
.product-add2cart img{
	cursor:pointer;    
}
#innerpage .cart-summary .cartSummaryItem{
 	color:#484848;   
    position: relative; display:inline !important;
    top: 1px;
}
#innerpage .search-home [type="text"], #innerpage .search-box [type="text"]{
 	height: 34px;   
}
#innerpage .cart-summary{
 	width:300px;   
	border:none;
}
.post-title-alt a{
 	display:block;
    min-height:65px;
}
#pagination{
 	display:block;   
}
.product-remove{
 	 width:8%;
}
#catCartDetails .product-qty{
     padding:0;   
}

/* Product views */
dl.view-list {
	margin: 0;
}
dl.view-list dt {
	display: inline-block;
}
.product-view {
	display: none;
}
.product-view.active {
	display: block;
}

.product-box-sm.grid .product-img-sm {
    line-height: 230px;
    min-height: 230px;
}
.product-box-sm.grid .product-button-sm .button,
.product-box-sm.list .product-button-sm .button {
	display: block;
	margin-bottom: 5px;
}
.product-box-sm.list {
	margin-bottom: 20px;
}
.product-info-sm {
	text-align: left;
}
.product-info-sm li {
	line-height: 1;
}
.faq-box .content a{
 	background:none !important;
    color:#3f3f3f !important;
}


.btn-pcart {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	width: 100%;
}
.btn-pcart a {
	margin: 0 !important;
	width: 100%;
}
.btn-pcart > img {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	opacity: 0 !important;
	z-index: 2;
}
.btn-pcart:hover .button.transparent.red, 
.btn-pcart:focus .button.transparent.red {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #4f0101;
    color: #4f0101;
}
#tabgridsm .btn-pcart {
	width: auto;
}
.productfeaturelist li{
 	list-style-type:none;   
}


/* MEDIA QUERIES ------------------------------------------------*/

@media only screen and (min-width: 641px) and (max-width: 1024px) {
	.product-filter ul li {padding:0 20px 0 0;}
	.product-filter ul li label {position: relative;}
}

@media only screen and (max-width: 939px) {
	
		
	.intro-head .top-bar {margin: 0 -10px; height: 110px;}
	.introwrap {padding: 0 0 50px;}
	.intro-head .top-bar:first-of-type .toggle-topbar.menu-icon {
  top: 60%;
}
	.top-bar .toggle-topbar a, .top-bar .toggle-topbar.menu-icon a { color: #00853e !important;}
	.top-bar .toggle-topbar.menu-icon a span::after, .top-bar .toggle-topbar.menu-icon a:hover span::after {
  box-shadow: 0 0 0 1px #00853e, 0 7px 0 1px #00853e, 0 14px 0 1px #00853e !important;}
	.intro-head .top-bar .name {margin-left: 10px;}
	.intro-head .top-bar .toggle-topbar {margin-right: 30px; margin-top: 0px;}
	.intro-head .top-bar-section ul {padding-right: 0;}
	.intro-head .search-icon {right: -10px; top:47px;}
	
	.top-bar {height:90px; padding:0;}
	.top-bar .title-area {padding:30px 0 10px;margin: 0;}
	.top-bar .name {margin-left:10px; width: 200px; padding:0;}
	
	.top-bar .phone-smedia {display:none;}
	
	.top-bar.expanded {overflow:visible;}
	.top-bar.expanded .title-area {background:none;}
	.top-bar .toggle-topbar.menu-icon a span {margin: 0 -5px 0 0; padding: 0 5px;}
	.top-bar .toggle-topbar.menu-icon a span:after, .top-bar .toggle-topbar.menu-icon a:hover span:after  { box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;}
	
	.top-bar-section {padding:0; height:auto; border:0; background:#01703d;}
	.top-bar-section ul {float:none;}
	.top-bar-section li {border-bottom:1px solid rgba(255,255,255,0.2); display:block !important;}
	.top-bar-section li:not(.has-form) a:not(.button) {padding:15px 15px; margin:0; line-height:normal !important; text-align:left; color:#fff;}
	.top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li:hover:not(.has-form) > a {color:#fff;}
	.top-bar-section ul li + li:before {border:0;}
	.top-bar-section .has-dropdown > a::after {margin-top: -10px;}
	.top-bar-section .dropdown {padding:0;}
	.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {color:#fff; font-weight:bold;}
	.top-bar-section .dropdown li.title h5 a {background:#326446  !important; border-top: 1px solid rgba(255,255,255,0.2);}
	.top-bar-section .dropdown li:not(.has-form) a:not(.button) {padding:15px; font-size:14px;}

	.teaser-list {max-width: 630px !important; margin: 0 auto !important;}
	.teaser-list > .teaser-box {width: 100%;}
	
	.contact-dir {padding: 20px;}
	.contact-form fieldset {padding: 30px 0 0;}
	.contact-dir .right {float: left !important ;}
    .banner h1 {
        font-size: 40px;
        color: #fff;
        max-width: 100%;
        margin: 40px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
	.util-nav li a {font-size:12px; padding:0 5px;}
	.intro-caption {padding-top: 10px;}
	.intro-head {margin:0 0 30px;}
	.intro-head .top-bar .name {
  padding: 15px 0 0;
}
.intro-head .top-bar {height:125px;}

.intro-head .search-icon {
  right: -10px;
  top: 55px;
}
.intro-signup {
  background: rgba(0, 0, 0, 0.5) url("images/bg-signup.png") no-repeat scroll center top / 100% 100%;  
}
.top-bar .title-area {padding:30px 0 5px;margin: 0;}
	
}
@media only screen and (max-width: 640px) {
	.testimonials blockquote {margin: 0;}
	.testimonials blockquote cite {float: none; margin: 0 auto;}
	.testimonials blockquote p {margin: 0;}
	
	.product-filter ul li {padding:0 20px 0 0;}
	.product-filter ul li label {position: relative;}

	.footer-top {margin: 0 auto;   max-width: 320px;}
	.footer-bottom, .copyright {text-align: center; padding: 15px 10px 10px;}
	
    

}



@media only screen and (max-width: 479px) {
	.intro-signup {padding: 40px 35px;}
	.intro-phone {font-size: 35px; padding: 20px 0;}

	.teaser-list {margin: 0 auto !important;  max-width: 310px !important;}
	.teaser-box .teaser-inner {max-height: none !important;}
	.teaser-box .teaser-img, .teaser-box .teaser-desc {float: none !important; width: auto;}
	.teaser-box .teaser-img {max-height: 200px; overflow: hidden !important;}

	.product-list-sm .columns {float: none; width: auto;}
    .utility ul {
 	 clear: both; 
	}
 
    .banner h1 {
        font-size: 20px;
        color: #fff;
        max-width: 100%;
        margin: 20px 0 15px;
    }
	.search-box + .cart-summary {
  margin-right: 20px;
}
}


