/*!

	Theme Name: Knotting Hill Custom Theme 

	Author URI: http://knottinghill.com.au

	Description: Knotting Hill 1.0

	Version: 1.0

	Author: Nathan Shanahan nathan@thecompetition.com.au

*/

/*  ==========================================================================

		Fonts	

		========================================================================== */

/* weights, 500, 700 */

/* weights, 500, 700 */

/*  ==========================================================================

		Line Height	

		========================================================================== */

/*  ==========================================================================

		Font Weights	

		========================================================================== */

/*  ==========================================================================

		Colors	

		========================================================================== */

/*  ==========================================================================

		Wrap & page setups width	

		========================================================================== */

html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height: 100%;
}
 @media (max-width: 600px) {
html {
	max-width: 600px;
}
}
 @media (max-width: 900px) {
html {
	max-width: 900px;
}
}
body {
	line-height: 1;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
cite {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear {
 *zoom: 1;
}
.clear:after {
	clear: both;
}
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.group {
	display: inline-block;
}
/* start commented backslash hack \*/

* html .group {
	height: 1%;
}
.group {
	display: block;
}
/* close commented backslash hack */

img {
	max-width: 100%;
	vertical-align: bottom;
}
a:focus {
	outline: 0;
}
input[type="text"]:focus, textarea:focus {
	outline: 0;
	background: #f0f0f0;
	-webkit-box-shadow: 1px 1px 2px -6px black;
	box-shadow: 1px 1px 2px -6px black;
}
input:focus {
	outline: 0;
	border: 1px solid #4d4d4d;
}
 .error::-webkit-input-placeholder {
 color: #cc0000;
}
 .error:-moz-placeholder {

  /* Firefox 18- */

  color: #cc0000;
}
 .error::-moz-placeholder {

  /* Firefox 19+ */

  color: #cc0000;
}
 .error:-ms-input-placeholder {
 color: #cc0000;
}
/* Width + Padding = element width */

*,  *:after,  *:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading p {
	visibility: hidden;
}
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active ul, .wf-active li, .wf-active a, .wf-active p {
	visibility: visible;
}
/* =============================================================================

   5. 	Global Styles

   ========================================================================== */

body {
	font-family: "lato", sans-serif;
	line-height: 26px;
	background: white;
	color: #1a1a1a;
	background: none;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
	/* Firefox, other Gecko */

  box-sizing: border-box;
/* Opera/IE 8+ */ }
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
a[href$=".pdf"] {
	text-decoration: underline;
}
a[href$=".pdf"]:before {
	content: '';
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(img/icons/pdf.png) no-repeat;
	vertical-align: middle;
}
a[href$=".pdf"]:hover {
	color: #6c0030;
}
.container {
	height: 100%;
}
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* =============================================================================

   Single Full Width

   ========================================================================== */

.wrap {
	position: relative;
	margin: 0 auto;
	width: 900px;
}
 @media (max-width: 900px) {
.wrap {
	width: 100%;
	padding: 0 5%;
}
}
 @media (max-width: 900px) {
.wrap {
	width: 100%;
	padding: 0 2.5%;
}
}
.main {
	padding: 0 40px;
}
.main p {
	padding-bottom: 1em;
}
 @media (max-width: 600px) {
.main {
	padding: 0 22px;
}
}
.page_intro {
	padding-bottom: 26px;
}
 @media (max-width: 600px) {
.page_intro {
	padding-bottom: 13px;
}
}
/* ============ Images ============*/

.border {
	border: 8px solid #f2f2f2;
	margin-bottom: 1em;
}
 @media (max-width: 600px) {
img {
	margin-bottom: 1em;
}
}
/* ============ Basic Responsive ============*/

.smallscreen {
	display: none;
}
 @media (max-width: 600px) {
.smallscreen {
	display: block;
}
}
 @media (max-width: 600px) {
.largescreen {
	display: none;
}
}
/* =============================================================================

   Percentage Width Columns

   ========================================================================== */

.rows-2 {
	/* ============ testing row machine ============*/

  width: 49%;
	float: left;
}
.rows-2:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}
.rows-2:nth-child(2n) {
	margin-right: 0;
	margin-bottom: 0;
}
.rows-2:nth-child(2n + 1) {
	clear: left;
}
 @media (max-width: 600px) {
.rows-2 {
	float: none;
	width: 100%;
	padding: 1%;
}
.rows-2:nth-child(n) {
	margin-right: 0;
}
.rows-2:nth-child(2n) {
	margin-right: 0;
}
}
.rows-3 {
	width: 32%;
	float: left;
}
.rows-3:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}
.rows-3:nth-child(3n) {
	margin-right: 0;
	margin-bottom: 0;
}
.rows-3:nth-child(3n + 1) {
	clear: left;
}
 @media (max-width: 600px) {
.rows-3 {
	float: none;
	width: 100%;
	padding: 1%;
}
.rows-3:nth-child(n) {
	margin-right: 0;
}
.rows-3:nth-child(3n) {
	margin-right: 0;
}
}
.pc20 img, .pc25 img, .pc30 .pc50 img, .pc70 .pc75 img, .pc80 img {
	max-width: 100%;
	vertical-align: middle;
}
.pc20 {
	float: left;
	width: 20%;
}
 @media (max-width: 600px) {
.pc20 {
	float: none;
	width: 100%;
}
}
.pc25 {
	float: left;
	width: 25%;
}
 @media (max-width: 600px) {
.pc25 {
	float: none;
	width: 100%;
}
}
.pc30 {
	float: left;
	width: 30%;
}
 @media (max-width: 600px) {
.pc30 {
	float: none;
	width: 100%;
}
}
.img30 {
	float: left;
	width: 30%;
	margin-left: 3%;
}
 @media (max-width: 600px) {
.img30 {
	float: none;
	width: 100%;
	margin-left: 0;
}
}
.pc33 {
	float: left;
	width: 33%;
	padding: 0 3% 0 0;
}
 @media (max-width: 600px) {
.pc33 {
	float: none;
	width: 100%;
	padding-right: 0;
}
}
.pc33:nth-child(3n+1) {
	clear: left;
}
.pc40 {
	float: left;
	width: 40%;
}
 @media (max-width: 600px) {
.pc40 {
	float: none;
	width: 100%;
}
}
.pc50 {
	float: left;
	width: 50%;
	padding-right: 5%;
}
 @media (max-width: 600px) {
.pc50 {
	float: none;
	width: 100%;
	padding-right: 0;
}
}
.pc60 {
	float: left;
	width: 60%;
}
 @media (max-width: 600px) {
.pc60 {
	float: none;
	width: 100%;
}
}
.pc66 {
	float: left;
	width: 66%;
}
 @media (max-width: 600px) {
.pc66 {
	float: none;
	width: 100%;
}
}
.pc70 {
	float: left;
	width: 70%;
}
 @media (max-width: 600px) {
.pc70 {
	float: none;
	width: 100%;
}
}
.pc75 {
	float: left;
	width: 75%;
}
 @media (max-width: 600px) {
.pc75 {
	float: none;
	width: 100%;
}
}
.pc80 {
	float: left;
	width: 80%;
}
 @media (max-width: 600px) {
.pc80 {
	float: none;
	width: 100%;
}
}
.shift_right {
	margin-left: 33%;
}
 @media (max-width: 600px) {
.shift_right {
	margin-left: 0;
}
}
/* =============================================================================

   Elements 

   ========================================================================== */

.btn, .button {
	background: #6c0030;
	color: white;
	border: none;
	display: inline-block;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: center;
	font-weight: 100;
	font-size: 13px;
	text-transform: uppercase;
}
.btn:hover, .button:hover {
	color: white;
	background: #9f0047;
}
/* =============================================================================

   Social Media Icons

   ========================================================================== */

.mobile-nav-icon {
	width: 24px;
	max-height: 40px;
}
.shopping_cart {
	height: 18px;
	width: 23px;
	margin: 0 2px -4px 0;
}
/* =============================================================================

   Headings

   ========================================================================== */

strong, .strong, b, .bold {
	font-weight: 800;
}
p {
	font-family: "lato", sans-serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -0.35px;
}
.introduction h1, .introduction h2 {
	padding: 26px 5% 52px;
	color: #1a1a1a;
}
/* =============================================================================

   Paragraph Styles

   ========================================================================== */

h1 {
	color: #606634;
	font-family: "alverata-pe", sans-serif;
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 1em;
}
 @media (max-width: 600px) {
h1 {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}
}
h2 {
	font-family: "alverata-pe", sans-serif;
	font-size: 24px;
	line-height: 38px;
	color: #FFFFFF;
	padding-bottom: 14px;
}
h3 {
	color: #6c0030;
	font-family: "alverata-pe", sans-serif;
	font-size: 24px;
	line-height: 38px;
}
h4 {
	font-family: "lato", sans-serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -0.35px;
}
blockquote {
	color: #bd9940;
	font-size: 30px;
	font-family: "alverata-pe", sans-serif;
	line-height: 38px;
}
 @media (max-width: 600px) {
blockquote {
	font-size: 18px;
	line-height: 22px;
}
}
cite {
	font-family: "lato", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #1a1a1a;
	padding-top: 1em;
}
.introduction h1 {
	color: #1a1a1a;
	font-family: "alverata-pe", sans-serif;
	font-size: 25px;
	line-height: 40.79px;
	text-align: center;
	font-weight: 300;
}
 @media (max-width: 600px) {
.introduction h1 {
	text-align: center;
	font-size: 20px;
	line-height: 32px;
}
}
/* ============ Sub Nav ============*/

.sub_nav p {
	font-family: "lato", sans-serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -0.35px;
}
/* ============ Content ============*/

.content p {
	font-family: "lato", sans-serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -0.35px;
}
.content p:first-of-type {
	color: #6c0030;
	font-size: 17px;
	letter-spacing: -0.43px;
}
.columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 28px;
	-moz-column-gap: 28px;
	column-gap: 28px;
}
 @media (max-width: 600px) {
.columns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
}
/* ============ Footer ============*/

.footer h3 {
	color: white;
	font-family: "lato", sans-serif;
	font-size: 20px;
	line-height: 38px;
	padding-bottom: 5px;
	margin-top: 0px;
}
.footer p {
	padding-right: 5%;
}
/* ============ Store ============*/

.price {
	font-family: "lato", sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.45px;
}
.btn {
	letter-spacing: -0.35px;
}



::-webkit-input-placeholder {
 color: #333333;
}



:-moz-placeholder {

  /* Firefox 18- */

  color: #333333;
}



::-moz-placeholder {

  /* Firefox 19+ */

  color: #333333;
}



:-ms-input-placeholder {
 color: #333333;
}
 input:focus::-webkit-input-placeholder,  .input:focus::-webkit-input-placeholder {
 color: #262626;
}
 input:focus:-moz-placeholder,  .input:focus:-moz-placeholder {

  /* Firefox 18- */

  color: #262626;
}
 input:focus::-moz-placeholder,  .input:focus::-moz-placeholder {

  /* Firefox 19+ */

  color: #262626;
}
 input:focus:-ms-input-placeholder,  input:focus:-ms-input-placeholder {
 color: #262626;
}
label.error {
	position: relative;
	top: -10px;
}
 .error::-webkit-input-placeholder {
 color: #cc0000;
}
 .error:-moz-placeholder {

  /* Firefox 18- */

  color: #cc0000;
}
 .error::-moz-placeholder {

  /* Firefox 19+ */

  color: #cc0000;
}
 .error:-ms-input-placeholder {
 color: #cc0000;
}
input:focus,  .input:focus {
	outline: 0;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px -6px black;
	box-shadow: 1px 1px 2px -6px black;
}
.contact_form input:focus,  .contact_form .input:focus {
	outline: 0;
	background: #f2f2f2;
	-webkit-box-shadow: 1px 1px 2px -6px black;
	box-shadow: 1px 1px 2px -6px black;
}
.platfform_sho_subscribe__field .input, .platfform_sho_subscribe__field .label {
  float: none;
}
.platfform_sho_subscribe__field input {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}
.platfform_sho_subscribe__controls > input {
  background: #6c0030 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  padding: 5px;
}
.contact_form .input {
	background: #e6e6e6;
	border: none;
	font-size: 12px;
	padding: 8px 12px;
	margin-bottom: 8px;
	width: 100%;
}
.contact_form label {
	display: block;
	font-size: 10px;
	margin: 2px 0 0;
	padding: 0;
	display: none;
}
.message_box {
	min-height: 125px;
}
#submit_button,  #submit,  #mc-embedded-subscribe {
	background: #6c0030;
	border: none;
	color: white;
	font-size: 14px;
	padding: 7px 14px;
	margin-top: 0px;
	float: right;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#submit_button:hover,  #submit:hover,  #mc-embedded-subscribe:hover {
	background: #333333;
	color: white;
}
.extra {
	display: none;
}
/* =============================================================================

   Header and Nav

   ========================================================================== */

.navigation_wrapper {
	margin-top: -26px;
	padding-bottom: 26px;
}
.navigation_wrapper:after {
	position: absolute;
	pointer-events: none;
	content: '';
	top: 0;
	display: block;
	width: 100%;
	height: 105px;
	z-index: 0;
	-webkit-box-shadow: 6px -1px 4px -4px rgba(0, 0, 0, 0.2), -6px -1px 4px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 6px -1px 4px -4px rgba(0, 0, 0, 0.2), -6px -1px 4px -4px rgba(0, 0, 0, 0.2);
}
#main_navigation {
	padding: 0;
	background: white;
	z-index: 10;
}
#main_navigation ul, #member_navigation ul {
	position: absolute;
	z-index: 11;
	border: none;
	display: block;
	width: 25%;
	background: black;
	color: white;
}
#main_navigation {
  float: left;
  width: 50%;
}
#member_navigation ul {
  right: 0;
}
.fullwidth-nav{ width: 100% !important; float: none;!important; }
#member_navigation {
  background: #ffffff none repeat scroll 0 0;
  float: right;
  text-align: right;
  width: 50%;
}
#member_navigation .menu-button {
  background: #000000 none repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  margin-left: 5px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}
#cc_expmonth {
  margin-right: 10px;
}
#cc_expyear {
    margin-left: 10px;
}
#cc_expyear, #cc_expmonth {
    width: auto;
}
 @media (max-width: 600px) {
#main_navigation ul, #member_navigation ul {
	width: 80%;
}
}
#main_navigation li, #member_navigation li {
	display: none;
	/* hidden until active */

    border-bottom: 1px solid white;
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
}
#main_navigation li:first-of-type, #member_navigation li:first-of-type {
	/* padding-top: 6px; */

      padding: 12px 0 0;
}
#main_navigation li:last-of-type, #member_navigation li:last-of-type {
	border-bottom: none;
	padding: 0 0 12px;
}
#main_navigation a, #member_navigation a {
	display: block;
	vertical-align: middle;
	padding: 6px 0;
}
#main_navigation a:hover, #member_navigation a:hover {
	color: gray;
	text-decoration: none;
}
#main_navigation .menu-button{
	display: inline-block;
	/* Hide on large screen devices */

    cursor: pointer;
	background: black;
	width: 40px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
}
#main_navigation .menu-button .mobile-nav-icon, #member_navigation .menu-button .mobile-nav-icon  {
	vertical-align: middle;
	fill: white;
	margin: 4px 0 0 0;
}
/* Prevent current pages linking back to themselves. */

.current-menu-item {
	pointer-events: none;
	color: gray;
}
/* State of mobile nave when clicked */

#main_navigation .active + ul li, #member_navigation .active + ul li{
	display: block;
}
.page_header {
	position: relative;
	height: 500px;
	width: 100%;
	background: url(img/knotting-hill-lakeside-cellar-door.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
 @media (max-width: 600px) {
.page_header {
	height: 240px;
}
}
.shopping_cart_summary {
	float: right;
	padding: 26px 0;
	font-size: 0;
}
.shopping_cart_summary li {
	display: inline-block;
	font-size: 12px;
}
.shopping_cart_summary li:not(:last-of-type):after {
	content: " | ";
	display: inline-block;
	font-size: 16px;
	padding: 0 4px;
}
 @media (max-width: 600px) {
.shopping_cart_summary {
	text-align: center;
	padding-top: 170px;
	float: none;
}
}
.logo {
	width: 40%;
	max-height: 94px;
	position: absolute;
	left: 50%;
	top: 350px;
	margin-left: -20%;
}
 @media (max-width: 600px) {
.logo {
	width: 60%;
	margin-left: -30%;
	top: 20px;
}
}
.twitter-icon {
	height: 33px;
	width: 33px;
	fill: black;
}
.twitter-icon:hover {
	fill: #6c0030;
}
.facebook-icon {
	height: 33px;
	width: 33px;
	fill: black;
}
.facebook-icon:hover {
	fill: #6c0030;
}
.instagram-icon {
	height: 33px;
	width: 33px;
	fill: black;
}
.instagram-icon:hover {
	fill: #6c0030;
}
.twitter-icon-footer {
	height: 33px;
	width: 33px;
	fill: white;
}
.twitter-icon-footer:hover {
	fill: #6c0030;
}
.facebook-icon-footer {
	height: 33px;
	width: 33px;
	fill: white;
}
.facebook-icon-footer:hover {
	fill: #6c0030;
}
.instagram-icon-footer {
	height: 33px;
	width: 33px;
	fill: white;
}
.instagram-icon-footer:hover {
	fill: #6c0030;
}
.social_media {
	padding: 26px 0;
	text-align: left;
	font-size: 0;
	float: left;
}
.social_media li {
	display: inline-block;
	margin: 0 2px;
}
 @media (max-width: 600px) {
.social_media {
	display: none;
}
}
 @media (max-width: 600px) {
.footer .social_media {
	display: block;
}
}
.sidebar-widget ul {
	margin-bottom: 26px;
}
.date {
	font-size: 11px;
}
/* When you insert an image into a wordpress content box, these are the class names that wordpress generates. */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,  div.aligncenter {
	display: block;
	margin: 5px auto;
	margin: 0.5rem auto;
}
.alignright {
	float: right;
	margin: 5px 0px 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
 margin: .5rem auto;
}
a img.alignright {
	float: right;
	margin: 5px 0px 20px 20px;
}
a img.alignnone {
	margin: 5px 0px 20px 20px;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.posts h1, .posts h2, .posts h3 {
	color: #6c0030;
	font-size: 24px;
	line-height: 38px;
}
.posts h2, .posts h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer {
	background: black;
	color: white;
	padding: 26px 0;
	margin: 26px 0 0;
}
.footer .wrap {
	padding: 0 40px;
}
 @media (max-width: 600px) {
.footer .wrap {
	padding: 0 22px;
}
}
 @media (max-width: 600px) {
.footer .rows-3 {
	margin-bottom: 26px;
}
}
.footer p {
	padding-bottom: 1em;
}
.footer ul {
	font-size: 12px;
}
.footer li span {
	padding-right: 4px;
}
.footer li a {
	color: #999999;
}
.footer .social_media {
	float: none;
	padding: 0 0 26px;
}
.footer .social_media li {
	display: inline-block;
}
.footer .copyrights li:last-of-type {
	padding-top: 1em;
}
.preload {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	visibility: hidden;
	overflow: hidden;
}
#noscript-warning {
	position: fixed;
	top: 0;
	width: 100%;
	/* For Browser Compatibility */

  background: #6c0030;
	color: white;
	padding: 25px;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(26, 26, 26, 0.5);
	text-align: center;
}
.modal_close {
	padding: 4px 10px;
	background: #6c0030;
	color: white;
	display: block;
	width: 45%;
	margin: 0 auto;
}
.modal_close:hover {
	background: black;
}
 @media (max-width: 600px) {
.modal_close {
	width: 80%;
}
}
.modal_form_response {
	margin: 25% auto 0;
	width: 45%;
	padding: 2.5%;
	background: white;
	display: block;
	z-index: 10;
}
.modal_form_response a.button {
	background: none;
	margin-right: 10px;
	color: #6c0030;
	padding: 0;
	float: right;
	padding-left: 8px;
}
.modal_form_response a.button:hover {
	background: none;
	color: #1a1a1a;
}
 @media (max-width: 600px) {
.modal_form_response {
	width: 80%;
}
}
/*

 * jQuery FlexSlider v2.2.0

 * http://www.woothemes.com/flexslider/

 *

 * Copyright 2012 WooThemes

 * Free to use under the GPLv2 license.

 * http://www.gnu.org/licenses/gpl-2.0.html

 *

 * Contributing author: Tyler Smith (@mbmufffin)

 */

/* Browser Resets

*********************************/

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles

*********************************/

.flexslider {
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme

*********************************/

.flexslider {
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 250px;
}
.flexslider .slides {
	zoom: 1;
}
/* Direction Nav */

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}
/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 26px;
	text-align: center;
	z-index: 9999;
	padding-right: 20px;
}
 @media (max-width: 600px) {
.flex-control-nav {
	bottom: -18px;
}
}
.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: gray;
	cursor: pointer;
	text-indent: 9999px;
	border-radius: 50%;
}
 @media (max-width: 600px) {
.flex-control-paging li a {
	height: 8px;
	width: 8px;
}
}
.flex-control-paging li a:hover {
	background: #6c0030;
}
.flex-control-paging li a.flex-active {
	background: #6c0030;
	cursor: default;
}
/* Google Map */

.google-maps-link {
	max-width: 100%;
}
.gmnoprint img {
	max-width: none;
	z-index: 9999;
}
.sub_nav {
	font-size: 0;
	padding-bottom: 26px;/* ============ Background Colors ============*/

  /* ============ Hero sub nav throwing out usual after 3rd clear ============*/

  /*

  	.pc33 {

  		&:nth-child(3n+1){

  	    clear: none;

  		}

  		&:nth-child(3n+5){

  			clear:left;

  		}

  	}

  */ }
.sub_nav article {
	background: #bd9940;
	padding: 16px 16px 0;
	color: white;
	text-align: center;
	position: relative;
	height: 220px;
/* Need a fixed hieight for triangle position */ }
 @media (max-width: 900px) {
.sub_nav article {
	height: auto;
}
}
.sub_nav article p + p {
	text-transform: uppercase;
}
.sub_nav h2 a:hover {
	text-decoration: none;
}
.sub_nav li {
	position: relative;
	display: block;
/* Transparent arrow border */ }
 @media (max-width: 600px) {
.sub_nav li {
	margin-bottom: 26px;
}
}
.sub_nav li .rows-3 img {
	min-width: 100%;
}
.sub_nav li .rows-3 article:before, .sub_nav li .rows-3 article:after {
	pointer-events: none;
	top: -220px;
	/* Same value as article height */

      -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: " ";
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	border: 16px solid #bd9940;
	border-top-color: transparent;
}
 @media (max-width: 900px) {
.sub_nav li .rows-3 article:before, .sub_nav li .rows-3 article:after {
	display: none;
}
}
.sub_nav li .rows-3 article::before {
	left: 0;
	border-right: 16px solid transparent;
	border-left: 0;
}
.sub_nav li .rows-3 article::after {
	right: 0;
	border-left: 16px solid transparent;
	border-right: 0;
}
.sub_nav li:first-of-type {
	padding-bottom: 12px;
}
.sub_nav li:first-of-type img {
	max-height: 350px;
	width: 66%;
	margin-right: 2%;
	float: left;
}
 @media (max-width: 600px) {
.sub_nav li:first-of-type img {
	float: none;
	width: 100%;
}
}
.sub_nav li:first-of-type article {
	width: 32%;
	float: left;
	background: #606634;
	height: 330px;
	padding: 32px 16px 0;
}
 @media (max-width: 600px) {
.sub_nav li:first-of-type article {
	width: 100%;
	float: none;
}
}
.sub_nav li:first-of-type article:before {
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid white;
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: 40px;
}
 @media (max-width: 600px) {
.sub_nav li:first-of-type article:before {
	top: -9px;
	left: 50%;
	margin-left: -8px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
}
.sub_nav .rows-3:nth-of-type(3n+2) article {
	background: #414042;
}
.sub_nav .rows-3:nth-of-type(3n+2) article:before, .sub_nav .rows-3:nth-of-type(3n+2) article:after {
	border: 16px solid #414042;
	border-top-color: transparent;
}
.sub_nav .rows-3:nth-of-type(3n+2) article::before {
	border-right: 16px solid transparent;
	border-left: 0;
}
.sub_nav .rows-3:nth-of-type(3n+2) article::after {
	border-left: 16px solid transparent;
	border-right: 0;
}
.sub_nav .rows-3:nth-of-type(3n+3) article {
	background: #6c0030;
}
.sub_nav .rows-3:nth-of-type(3n+3) article:before, .sub_nav .rows-3:nth-of-type(3n+3) article:after {
	border: 16px solid #6c0030;
	border-top-color: transparent;
}
.sub_nav .rows-3:nth-of-type(3n+3) article::before {
	border-right: 16px solid transparent;
	border-left: 0;
}
.sub_nav .rows-3:nth-of-type(3n+3) article::after {
	border-left: 16px solid transparent;
	border-right: 0;
}
.opening_hours {
	padding: 26px 26px 0;
	margin: -13px 0 26px;
	background: #414042;
	color: white;
}
.opening_hours .col {
	width: 32.5%;
	float: left;
}
.opening_hours .col:nth-child(n) {
	margin-bottom: 5%;
	margin-right: 5%;
}
.opening_hours .col:nth-child(2) {
	width: 62.5%;
	margin-right: 0;
	margin-bottom: 0;
}
.opening_hours .col:nth-child(2n + 1) {
	clear: left;
}
 @media (max-width: 600px) {
.opening_hours .col {
	width: 100%;
	padding: 1%;
}
.opening_hours .col:nth-child(n) {
	margin: 0;
}
.opening_hours .col:nth-child(2) {
	width: 100%;
}
}
.opening_hours .col img {
	max-width: 100%;
}
.opening_hours h3 {
	color: white;
}
.opening_hours div.col {
	padding-top: 8px;
}
/* ============ Wine Club only nav links ============*/

.winestore_cart_links {
	position: absolute;
	right: 5%;
	top: 5px;
}
.winestore_cart_links li {
	display: inline-block;
	font-size: 12px;
}
.winestore_cart_links li:not(:last-of-type):after {
	content: " | ";
	display: inline-block;
	font-size: 16px;
	padding: 0 4px;
}
.shopping_cart_title a[href$=".pdf"] {
	text-decoration: none;
}
.shopping_cart_title a[href$=".pdf"]:hover {
	text-decoration: underline;
}
.shopping_cart_title a[href$=".pdf"]:before {
	display: none;
	background: none;
}
.shipping_info:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #6c0030;
}
/* ============ Shipping Modal ============*/

.shipping-message {
	padding: 2.5%;
	background: white;
	width: 45%;
	margin: 100px auto 0;
	text-align: left;
	position: relative;
}
.shipping-message h2 {
	color: #1a1a1a;
}
.shipping-message p {
	color: #6c0030;
	font-size: 12px;
}
.shipping-message ul {
	padding-left: 10px;
}
.shipping-message ul li {
	font-size: 14px;
	background: #f2f2f2;
	margin-bottom: 3px;
}
.shipping-message ul span {
	padding: 8px 10px;
	width: 50%;
	display: inline-block;
	border-right: 3px solid white;
}
.shipping_modal {
	display: none;
}
.show {
	display: block;
}
.shipping_close {
	background: black;
	color: white;
	padding: 6px 12px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.shipping_close:hover {
	cursor: pointer;
}
/* ============ Shopping Cart ============*/

.shopping_cart_title {
	text-align: right;
	padding: 0 4px 0 0;
	font-size: 0;
}
.shopping_cart_title li {
	display: inline-block;
	font-size: 12px;
}
.shopping_cart_title li:not(:last-of-type):after {
	content: " | ";
	display: inline-block;
	font-size: 16px;
	padding: 0 4px;
}
.shopping_cart_title .shopping_cart {
	margin-top: 5px;
}
.products h4 {
	font-size: 24px;
	color: #6c0030;
}
.products .pc33 {
	padding-bottom: 52px;
}
.products p {
	padding-bottom: 0;
	line-height: 24px;
}
.products h5 {
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 0;
	padding: 1em 0 0 0;
	line-height: 1;
}
.products .rows-3 {
	min-height: 780px;
	padding-bottom: 1em;
	border-bottom: 1px solid gray;
	margin-bottom: 1em;
}
.sale {
	color: #6c0030;
}
/* ============ Keep all boxes same height ============*/

.wine_store_info {
	/* min-height: 300px; */

  /* border-bottom: 1px solid lighten($color-font, 40) ; */

  margin-bottom: 1em;
}
 @media (max-width: 600px) {
.wine_store_info {
	min-height: 100px;
}
}
/* ============ Shopping Buttons ============*/

.variations form:before {
	content: '';
	background: url(img/buy-a-bottle.png) no-repeat;
	display: block;
	float: left;
	height: 26px;
	width: 37px;
	vertical-align: middle;
	margin: 1px 4px 0 0;
}
.variations form:last-of-type:before {
	background: url(img/buy-a-case.png) no-repeat;
}
/* ============ Wine Club ============*/

.wine_club_products {
	padding-left: 1.5%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #b3b3b3;
}
 @media (max-width: 600px) {
.wine_club_products {
	padding-right: 0;
}
}
.wine_club_products h4 {
	color: #6c0030;
}
.wine_club_products form:before {
	content: '';
	background: url(img/buy-a-bottle.png) no-repeat;
	display: block;
	float: left;
	height: 26px;
	width: 37px;
	vertical-align: middle;
	margin: 1px 4px 0 0;
}
.minus {
	display: none;
}
.plus {
	display: none;
}
.qty {
	width: 25px;
	height: 27px;
	padding: 3px;
	display: inline-block;
	border: none;
	background: #f2f2f2;
}
.qty:focus {
	border: none;
	background: #e6e6e6;
}
/* ============ Woo Commerce Success Ajax Message ============*/

.woocommerce-message {
	margin: 25% auto 0;
	width: 45%;
	padding: 2.5%;
	background: white;
	display: block;
	z-index: 10;
}
.woocommerce-message a.button {
	background: none;
	margin-right: 10px;
	color: #6c0030;
	padding: 0;
	float: right;
	padding-left: 8px;
}
.woocommerce-message a.button:hover {
	background: none;
	color: #1a1a1a;
}
 @media (max-width: 600px) {
.woocommerce-message {
	width: 80%;
}
}
.woocommerce-error {
	margin: 50px auto 0;
	width: 45%;
	padding: 2.5%;
	background: #414042;
	color: white;
	display: block;
	z-index: 11;
}
.errors-wrapper .modal {
	position: static;
	background: none;
}
.errors-wrapper .modal_close {
	display: none;
}
.errors-wrapper .woocommerce-error {
	background: #6c0030 !important;
	color: white;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0;
	padding: 20px;
	background: none;
	text-align: left;
}
.errors-wrapper .woocommerce-error:before {
	content: 'Error Message';
	text-align: center;
	display: block;
	font-family: "alverata-pe", sans-serif;
	font-size: 22px;
	padding-bottom: 12px;
}
/* From here */

/* Cart Page */
.platfform_crm_myaccount__contacts__purchase_reference > a {
  font-size: 17px;
  font-weight: bold;
}
.platfform_crm_myaccount__contacts__purchase {
  background: #fff  none repeat scroll 0 0;
  border: 1px solid #cccccc;
  padding: 14px;
}
.cart td {
	padding: 4px 12px;
}
.cart_totals tr {
	text-align: left;
}
.product-name a {
	pointer-events: none;
/* Dont want users going to single product pages*/ }
.coupon_code {
	background: #e6e6e6;
	border: none;
	font-size: 12px;
	padding: 8px 12px;
	margin-bottom: 24px;
	width: 24%;
}
.coupon_code:focus {
	outline: 0;
	border: none;
	background: #f2f2f2;
	-webkit-box-shadow: 1px 1px 2px -6px black;
	box-shadow: 1px 1px 2px -6px black;
}
.woocommerce-pages .coupon .button {
	float: none;
	margin-left: 5px;
	margin-right: 0;
}
.woocommerce-pages .coupon label:not(.button) {
	width: 10%;
}
.woocommerce-pages .coupon label {
	width: 24%;
	margin-right: 8px;
}
.woocommerce-pages .coupon + .button {
	margin-left: 5px;
	margin-right: 0;
}
.woocommerce-pages .coupon + .button + .button {
	margin-left: 5px;
	margin-right: 0;
}
/* ============ Checkout Page ============*/

.woocommerce-pages {
	padding: 39px 0 26px;
	min-height: 400px;
}
 @media (max-width: 600px) {
.woocommerce-pages {
	padding: 0 2.5%;
}
}
.woocommerce-pages h4 {
	margin: 0;
	padding: 1.5em 0 0;
	color: #6c0030;
}
.woocommerce-pages h2, .woocommerce-pages h3 {
	font-size: 18px;
	padding: 2em 0 0;
	font-family: "lato", sans-serif;
	color: #6c0030;
}
.woocommerce-pages label:not(.button) {
	width: 30%;
	display: inline-block;
}
.woocommerce-pages #ship-to-different-address,  .woocommerce-pages label.checkbox {
	width: 100%;
}
.woocommerce-pages #ship-to-different-address-checkbox {
	display: inline-block;
	width: 20px;
}
.woocommerce-pages .input-text {
	background: #f2f2f2;
}
.woocommerce-pages .input-text:focus {
	outline: 0;
	background: #e6e6e6;
}
.woocommerce-pages .input-text {
	border: none;
	font-size: 12px;
	padding: 8px 12px;
	margin-bottom: 8px;
	width: 65%;
}
.woocommerce-pages #billing_address_2_field,  .woocommerce-pages #shipping_address_2_field {
	margin-left: 30%;
}
.woocommerce-pages #billing_country {
	border: none;
	background: #cccccc;
}
.woocommerce-pages a {
	color: #6c0030;
}
.woocommerce-pages a.button {
	color: white;
}
.woocommerce-pages .button {
	float: right;
	margin-right: 5%;
}
.woocommerce-checkout .woocommerce-pages .button {
	float: none;
}
.widget_shopping_cart_content a.button {
	background: none;
	color: #6c0030;
}
.widget_shopping_cart_content a.button:hover {
	background: none;
	color: #1a1a1a;
}
.my-account .button {
	background: none;
	color: #6c0030;
}
.my-account .button:hover {
	background: none;
	color: #1a1a1a;
}
.shop_table {
	width: 100%;
	text-align: left;
}
.shop_table tr, .shop_table th, .shop_table td {
	padding: 4px 16px 4px 0;
	text-align: left;
}
.shop_table dt.variation-Wines {
	display: none;
}
/* ============ My Account ============*/

/*

.my_account_subscriptions,

.my_account_orders {

	width: 100%;

	tr {

		width: 20%;

		text-align: left;

	}

	.subscription-end,

	.subscription-status, 

	.order-status,

	.order-number {

		@media (max-width: 600px) {

			display: none;  		

		}

	}

	.order {

		td {

			width: 15%;

		}

		.order-number {

			width: 5%;

		}

		.subscription-status {

			width: 8%;

		}

		.subscription-actions {

			width: 20%;

		}

		

	}

	

}

*/

.woocommerce_table {
	width: 100%;
}
.woocommerce_table tr, .woocommerce_table th, .woocommerce_table td {
	padding: 4px 16px 4px 0;
	text-align: left;
}
.woocommerce_table a {
	display: block;
}
 @media (max-width: 600px) {
.woocommerce_table a {
	line-height: 1;
	padding: 0.5em 0;
}
}
.woocommerce_table a:hover {
	color: #1a1a1a;
}
 @media (max-width: 600px) {
.woocommerce_table a + a {
	border-top: 1px solid #1a1a1a;
}
}
#myfld1_field {
	width: 100%;
}
#myfld1_field label {
	width: 100%;
}
#myfld1_field input {
	width: 100%;
}
#myfld1_field:after {
	clear: both;
}
.images {
	display: none;
}
.sku_wrapper, .product_meta, .summary h1, .entry-summary .price {
	display: none;
}
.variations .price, .single_add_to_cart_button, .quantity {
	display: inline-block;
}
form.cart {
	padding-bottom: 1em;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product {
	width: 31%;
	margin-right: 2%;
	float: left;
	min-height: 950px;
	padding-bottom: 0;
	border-bottom: 1px solid gray;
	margin-bottom: 1em;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_thumb a {
	border: 8px solid #f2f2f2;
	margin-bottom: 1em;
	display: inline-block;
	width: 99%;
	text-align: center;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_name {
	margin-bottom: 10px;
	min-height: 84px;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_name a {
	font-size: 24px;
	color: #6c0030;
	font-family: "lato", sans-serif;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: -0.35px;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_desc {
	font-family: "lato", sans-serif;
	font-size: 14px;
	letter-spacing: -0.35px;
	padding-bottom: 0;
	line-height: 24px;
	min-height: 350px;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop_cart_controls,  .com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop_cart_quantity {
	display: inline-block;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop_cart_controls .ajax__cart__add_items {
	background: #6c0030;
	color: white;
	border: none;
	display: inline-block;
	padding: 10px 10px 11px;
	vertical-align: middle;
	text-align: center;
	font-weight: 100;
	font-size: 15px;
	text-transform: uppercase;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop_price_label,  .com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop_price_value {
	display: inline-block;
	font-family: "lato", sans-serif;
	line-height: 26px;
	color: #1a1a1a;
	font-size: 16px;
}
.com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop_price_value {
	font-family: "lato", sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.45px;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop_cart {
	margin-bottom: 15px;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop_cart_quantity .com_platfform__crm__productcategory_product_shop_cart_item_quantity {
	width: 35px;
	height: 38px;
	padding: 3px;
	display: inline-block;
	border: none;
	background: #f2f2f2;
	text-align: center;
	font-size: 20px;
	margin: 0 5px;
	vertical-align: middle;
}
.com_platfform__crm__productcategory_product_shop_prices {
	position: relative;
}
.com_platfform__crm__productcategory_product_shop_prices .com_platfform__crm__productcategory_product_shop_price:last-child {
	position: absolute;
	bottom: -82px;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop_cart_price_label {
	display: none;
}
.winestore-toptext h3 {
	padding: 20px 5% 15px;
	color: #1a1a1a;
}
body.page-id-2178 .navigation_wrapper:after {
	-webkit-box-shadow: none;
	box-shadow: none;
}
 @media (max-width: 600px) {
body .com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product {
	width: 100%;
	margin-right: 0%;
}
}
.Casecart:before {
	content: '';
	background: url(img/buy-a-case.png) no-repeat;
	display: block;
	float: left;
	height: 26px;
	width: 37px;
	vertical-align: middle;
	margin: 4px 4px 0 0;
}
.Bottlecart:before {
	content: '';
	background: url(img/buy-a-bottle.png) no-repeat;
	display: block;
	float: left;
	height: 26px;
	width: 37px;
	vertical-align: middle;
	margin: 4px 4px 0 0;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop_cart {
	margin-bottom: 45px;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_shop {
	margin-top: 8px;
}
.com_platfform__crm__productcategory_product_more a {
	background: #6c0030;
	color: white;
	border: none;
	display: inline-block;
	padding: 2px 6px;
	vertical-align: middle;
	text-align: center;
	font-weight: 100;
	font-size: 12px;
	text-transform: uppercase;
	margin: 9px 0 1px;
}
.com_platfform__crm__productcategory_product_shop_cart_quantity .plus,  .com_platfform__crm__productcategory_product_shop_cart_quantity .minus {
	display: block;
	color: #fff;
	background: #6c0030;
	width: 18px;
	text-align: center;
	height: 18px;
	vertical-align: middle;
	line-height: 16px;
	font-size: 20px;
}
.com_platfform__crm__productcategory_product_shop_cart_quantity .minus {
	margin-top: 2px;
}
.plusminuscont {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 0px;
}
.com_platfform__crm__productcategory .com_platfform__crm__productcategory_products .com_platfform__crm__productcategory_product .com_platfform__crm__productcategory_product_desc .tastingnotetxt {
	min-height: 175px;
}
.bulletedlist {
	margin-left: 20px;
}
.bulletedlist li {
	list-style-type:disc;
}
.footer p, .footer span, .footer div, .footer a, .footer li {
	font-size: 13px;
}
.com_crm_cart_summary_items a {
	font-family: Georgia, serif;
	color: #939393;
	font-size: 16px;
}
body.home .com_crm_cart_summary_items a {
	color: #FFFFFF;
}
.com_crm_cart_summary_items {
	color: #939393;
}
body.home .com_crm_cart_summary_items {
	color: #FFFFFF;
}
.mod_crm__cart_summary__quantity {
	background: #cc592c;
	display: inline-block;
	margin-right: .5em;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #fff;
	padding: 0 .541em;
	font-family: sans-serif;
	text-shadow: 0 0 0 #ffffff;
}
body .com_crm_cart_summary.clearfix {
	background: none;
	margin: 0;
	padding: 2px 10px 2px 2px;
}
body #com_crm_emptycart input {
	width: 100%;
	margin: 1px 0;
}
body .com_crm_cart_summary_empty.clearfix {
	width: 100%;
}
div.com_platfform__cart__summary__products h3 {
	margin-top: 0px;
}
body:not(.home) .com_crm_cart_summary_items a {
	font-family: Georgia, serif;
	color: #006699;
	text-decoration: none;
	text-shadow: 1px 1px 0 #ffffff;
	font-size: 16px;
}
body:not(.home) header .shopping_title {
	text-shadow: 1px 1px 0 #ffffff;
	color: #006699;
}
body:not(.home) header #cart_details p {
	text-shadow: 1px 1px 0 #ffffff;
	color: #006699;
}
.com_crm_cart_summary_container_0 {
	cursor: pointer;
}
/** JF 09032016 **/



div#platfform__cart div.com_crm_cart_summary {
	position: relative;
}
div#platfform__cart div.com_crm_cart_summary_container_1 {
	display: none;
	position: absolute;
	top: 30px;
	right: 0px;
	width: 350px;
	padding: 18px;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	z-index: 99999;
	color: #006699 !important;
}
div#platfform__cart h3 {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 1em !important;
	padding-top: 0 !important;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1em;
	color: #4a4a4a !important;
}
div#platfform__cart div.platfform__cart__summary__product,  div#platfform__cart div.platfform__cart__summary__totals {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 1em !important;
	padding-top: 0 !important;
	margin-bottom: 1em;
}
div#platfform__cart div.platfform__cart__summary__product_details,  div#platfform__cart div.platfform__cart__summary__product_thumb {
	display: block;
	float: left;
}
div#platfform__cart div.platfform__cart__summary__product_details {
	width: 80%;
}
div#platfform__cart div.platfform__cart__summary__product_thumb {
	width: 20%;
	text-align: center;
}
div#platfform__cart div.platfform__cart__summary__product_thumb img {
	height: 50px;
}
div#platfform__cart div.platfform__cart__summary__totals span.platfform__cart__summary__totals_label {
	padding-right: 5px;
	font-weight: bold;
}
div#platfform__cart div.platfform__cart__summary__controls div.platfform__cart__summary__controls_action {
	display: block;
	float: left;
	padding-right: 10px;
}
div.platform__cart__popup p {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 1em !important;
	padding-top: 0 !important;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1em;
	color: #4a4a4a !important;
}
div.platform__cart__popup ul {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.platfform_crm_myaccount__field input, .platfform_crm_myaccount__field textarea, .platfform_crm_myaccount__field select {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
.platfform_crm_myaccount__field_input > input[type="checkbox"] {
  width: auto;
}
div.platform__cart__popup ul li.platform__cart__popup__product {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 1em !important;
	padding-top: 0 !important;
	margin-bottom: 1em;
}
div.platform__cart__popup ul li.platform__cart__popup__product div.platform__cart__popup__product_details,  div.platform__cart__popup ul li.platform__cart__popup__product div.platform__cart__popup__product_thumb {
	display: block;
	float: left;
}
div.platform__cart__popup ul li.platform__cart__popup__product div.platform__cart__popup__product_details {
	width: 80%;
	text-align: left;
}
div.platform__cart__popup ul li.platform__cart__popup__product div.platform__cart__popup__product_thumb {
	width: 20%;
	text-align: center;
}
div.platform__cart__popup ul li.platform__cart__popup__product div.platform__cart__popup__product_thumb img {
	height: 50px;
}
.com_platfform_crm_purchasedetails {
	width: 100%;
}
.com_platfform_crm_purchasedetails td {
	border: 1px solid #cccccc;
	padding: 20px;
}
.com_platfform_table_label {
	width: 35%;
}
.com_platfform_cart_checkout_contact_section {
	background: #f1f1f1 none repeat scroll 0 0;
}
.com_platfform_crm_formresponse_field_input_membership_purchase.fullwidth {
  border-collapse: collapse;
  width: 100%;
}
.pull-right {
    float: right;
}
.purch-total {
    padding: 15px 15px 0 0;
    text-align: right;
}
#platfform_crm_forms__form__44 .com_platfform_crm_membership_purchase > td {
    border: 1px solid #cccccc;
}
#platfform_crm_forms__form__44 table td {
    border: 0 none;
    padding: 10px 0;
}
#platfform_crm_forms__form__47 .com_platfform_crm_membership_purchase > td {
    border: 1px solid #cccccc;
}
#platfform_crm_forms__form__47 table td {
    border: 0 none;
    padding: 10px 0;
}
.products > td:first-child {
  vertical-align: top;
  width: 65%;
}
.rotations .children a {
    font-size: 12px;
    font-weight: normal;
}
.rotations li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #545459;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}
.products a {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
}
.memb-price {
  color: #000000;
  font-weight: bold;
}
.products > td:nth-child(2) {
  width: 120px;
}
.crm_plus_minus_buttons .btn.btn-default {
  border-color: #d9dad4;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-family: arial;
  font-size: 16px;
  height: 40px;
  left: -1px;
  line-height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 30px;
}
#com_platfform_cart table tbody tr:nth-child(2n), tbody tr td tbody tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.btn.btn-default.plus {
  left: -5px;
  position: relative;
}
.membership_productname {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.children > li {
  font-size: 13px;
  text-transform: uppercase;
}
.crm_plus_minus_buttons .quantity {
  width: auto;
}
.com_platfform_crm_membership_purchase.fullwidth {
  width: 100%;
}
.com_platfform_crm_membership_purchase_schedule_products > td {
  border: 1px solid #cccccc !important;
  font-size: 14px;
  padding: 20px !important;
}
.com_platfform_crm_membership_purchase_checkbox {
  padding: 20px !important;
}
.fullwidth {
  width: 100%;
}
body .platfform_crm_forms__form__fields .crm_plus_minus_buttons .quantity {
  float: left;
  font-size: 15px;
  height: 40px;
  padding: 10px;
  width: auto;
}
.error {
  color: #ff0000;
  top: 0;
}
h2 {
  color: #333333;
}
.platfform_crm_myaccount__contacts__purchase_label {
  background: #dddddd none repeat scroll 0 0;
  float: left;
  padding: 2%;
  width: 28%;
}
.platfform_crm_myaccount__contacts__purchase_value {
  float: left;
  padding: 2%;
  width: 71%;
}
.platfform_crm_myaccount__contacts__purchase_field {
  border: 1px solid #cccccc;
}
.platfform_crm_myaccount__contacts__purchase_summary > div::after {
  clear: both;
  content: "";
  display: block;
}
.platfform_crm_myaccount__contacts__purchase_inventory_products > div > div {
  float: left;
  width: 25%;
}
.platfform_crm_myaccount__contacts__purchase_inventory_products > div::after {
  clear: both;
  content: "";
  display: block;
}
.platfform_crm_myaccount__contacts__purchase_inventory_products {
  border: 1px solid #cccccc;
}
.platfform_crm_myaccount__contacts__purchase_inventory_products > div::after {
  clear: both;
  content: "";
  display: block;
}
.platfform_crm_myaccount__contacts__purchase_inventory_products > div > div {
  float: left;
  padding: 1%;
  width: 24%;
}
.platfform_crm_myaccount__contacts__purchase_address > div::after {
  clear: both;
  content: "";
  display: block;
}
.platfform_crm_myaccount__contacts__purchase_inventory_products > div::after {
  clear: both;
  content: "";
  display: block;
}
.platfform_crm_myaccount__contacts__purchase_inventory > div > div {
  border-bottom: 1px solid #cccccc;
}
.platfform_crm_myaccount__contacts__purchase_contact > div::after {
  clear: both;
  content: "";
  display: block;
}
.platfform_crm_myaccount__contacts__purchase_inventory_products > h4 {
  background: #dddddd none repeat scroll 0 0;
  margin: 0;
  padding: 1%;
}
.platfform_crm_myaccount__contacts__purchase_inventory_shipping > div::after {
  clear: both;
  content: "";
  display: block;
}
.platfform_crm_myaccount__contacts__purchase_inventory_shipping > div > div {
  float: left;
  padding: 1%;
  width: 24%;
}
.platfform_crm_myaccount__contacts__purchase_inventory_shipping {
  border: 1px solid #ccc;
}
.platfform_crm_myaccount__contacts__purchase_inventory_shipping > h4 {
  background: #dddddd none repeat scroll 0 0;
  margin: 0;
  padding: 1%;
}
.platfform_crm_myaccount__contacts__purchase_inventory_shipping {
  border: 1px solid #cccccc;
  margin-top: 20px;
}
.platfform_crm_myaccount__contacts__purchase_inventory_totals > div > div {
  float: left;
  padding: 1%;
  width: 24%;
}
.platfform_crm_myaccount__contacts__purchase_inventory_totals > div::after {
  clear: both;
  content: "";
  display: block;
}
.platfform_crm_myaccount__contacts__purchase_inventory_totals > div {
  border-bottom: 1px solid #cccccc;
}
.platfform_crm_myaccount__contacts__purchase_inventory_totals {
  border: 1px solid #cccccc;
  margin-top: 20px;
}
.products.com_platfform_crm_formresponse_field_input_membership_purchase_membership_purchase_schedule_products_labels {
  display: none !important;
}
 @media only screen and (max-width: 800px) {
#no-more-tables tr.labels {
	display: none;
}
.item_rowfull {
	font-size: 18px;
	font-weight: bold;
	padding-left: 6px !important;
}
.controls {
	float: none;
}
.com_platfform_cart .update, .com_platfform_cart .empty {
	float: none;
	margin-right: 10px;
}
/* Force table to not be like tables anymore */
	#no-more-tables table,  #no-more-tables thead,  #no-more-tables tbody,  #no-more-tables th,  #no-more-tables td,  #no-more-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables .com_platfform_cart_items_labels {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr {
	border: 1px solid #ccc;
}
body #no-more-tables #com_platfform_cart .com_platfform_cart_items td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #eeeeee;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	padding-left: 50%;
	position: relative;
	text-align: left;
	white-space: normal;
}
#no-more-tables td:before {
	/* Now like a table header */
		position: absolute;
	/* Top/left values mimic padding */
		top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
}
/*
	Label the data
	*/
	#no-more-tables td:before {
	content: attr(data-title);
}
}
@media only screen and (max-width: 600px) {
.com_platfform_cart_checkout_contact td {
	display: block;
}
.com_platfform_crm_purchasedetails td {
	border: 1px solid #cccccc;
	padding: 5px;
}
div#platfform__cart div.com_crm_cart_summary_container_1 {
	border: 1px solid #eaeaea;
	border-radius: 10px;
	color: #006699 !important;
	display: none;
	left: -45%;
	margin: 0 auto;
	padding: 18px;
	position: absolute;
	width: 300px;
	z-index: 99999;
}
}
@media (max-width: 1380px) {
tr.products:nth-child(2n+1), tr.products:nth-child(2n) {
  float: none;
  width: 100%;
}

}
body .alert-box.templatecolor{
	display: inline-block;
    padding-top: 15px;
}
body .alert-box dt.message {

}