/******************************************************************
Site Name: Union Wine Company
Author: Jill Quackenbush

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: Union Wine Company
Author: Jill Quackenbush

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
HELPERS
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.block-link {
  display: block;
  width: 100%;
  height: 100%;
}
.vertical-middle {
  position: absolute;
  top: 50%;
  margin: -25% 0 0 0;
}
.responsive-video {
  position: relative;
  padding-bottom: 50.7%;
  padding-top: 26px;
  height: 0;
}
.responsive-video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f2f2f2;  /* ANTON on 2015-02-05: Fixes thin black border issue; */
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* Nav Text */
/* Newsletter Button */
/* Wine subheadlines */
/* Body Text */
/* Nav On State */
/* Our Wines rollovers */
/* Headlines */
/*********************
TYPOGRAPHY
*********************/
.max-smoothing {
  /* Use Sparingly, resource heavy */

  text-rendering: optimizelegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.brand-font {
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  /* Use Sparingly, resource heavy */

  text-rendering: optimizelegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.main-headline {
  display: inline-block;
  border-bottom: 4px solid #ffda12;
  padding-bottom: .65em;
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* alerts and notices */
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  padding: 4px 12px;
  border: none;
  background-color: #a0a0a0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1em;
  display: inline-block;
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  background-color: #6d6d6d;
  color: #ffffff;
}
.button:active,
.button:visited:active {
  background-color: #6d6d6d;
  color: #ffffff;
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is important.
*//******************************************************************
Site Name: Union Wine Company
Author: Jill Quackenbush

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
  font-family: "Courier New", Courier, monospace;
  font-size: 100%;
  line-height: 1.5;
  color: #505050;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
#container {
  border-top: 6px solid #ffda12;
  font-size: 14px;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #505050;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #676767;
}
a:link,
a:visited:link {
  /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.highlight-link {
  padding: 3px 8px;
  text-decoration: none;
  background-color: #f2f2f2;
  /*font-weight:bold;*/

}
.highlight-link:hover {
  background-color: #eaeaea;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-transform: uppercase;
  /* Use Sparingly, resource heavy */

  text-rendering: optimizelegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #261900;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 1.28em;
  margin: 0 0 .75em;
  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h1 a:visited,
.h1 a:visited,
h2 a:visited,
.h2 a:visited,
h3 a:visited,
.h3 a:visited,
h4 a:visited,
.h4 a:visited,
h5 a:visited,
.h5 a:visited {
  text-decoration: none;
  color: #212121;
}
/*
h1, .h1 {

  font-size: 2.5em;
  line-height: 1.333em;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
*/
/*********************
06. HEADER SYTLES
*********************/
.header #inner-header {
  padding-top: 15px;
}
.header #logo {
  width: 233px;
  height: 73px;
  margin: 0 auto;
}

.header #logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(../images/union_wine_logo.jpg) no-repeat;
}

.header #logo a span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.header nav ul.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* highlight current page */

  /* end current highlighters */

}
.header nav ul.nav li {
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  /* Use Sparingly, resource heavy */

  text-rendering: optimizelegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
}
.header nav ul.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  color: #000000;
  border-bottom: 1px solid #ccc;
}
.header nav ul.nav li a:hover {
  color: #c1c1c1;
}
.header nav ul.nav li.current-menu-item a,
.header nav ul.nav li.current_page_item a,
.header nav ul.nav li.current-page-ancestor a,
.header nav ul.nav li.current_page_parent a {
  color: #212121;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  /* end .menu li */

}
.nav li a {
  /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */

}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  padding-bottom: 1em;
}
#content img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.odd {
  background-color: #f2f2f2;
}

/* Tweeter Feed */
footer .sharing {
	display: none;
}
/* Tweeter Feed Hide */

.home-callouts {
  margin: 3em 0 5em;
}
.home-callouts h3 {
  text-align: center;
  margin: .7em 0 0 0;
}
#instagram .entry-content h4 {
  display: inline-block;
  border-bottom: 4px solid #ffda12;
  padding-bottom: .65em;
  margin: 0;
  padding-bottom: .2em;
}
#instagram .entry-content a {
  padding: 3px 8px;
  text-decoration: none;
  background-color: #f2f2f2;
  /*font-weight:bold;*/

}
#instagram .entry-content a:hover {
  background-color: #eaeaea;
}
.home-callouts h3,
#instagram h4 {
  font-size: 1.142em;
}
#instagram-feed li,
#canbassador-instagram-feed li {
  margin-bottom: 2em;
}
#instagram-feed li img,
#canbassador-instagram-feed li img {
  display: block;
}
.banner-content {
  padding: 1em 0;
}
.banner-content h1,
.banner-content h2,
.banner-content h3,
.banner-content h4 {
  font-size: 1.28em;
  margin: 0;
  letter-spacing: 2px;
}
.banner-content p {
  font-size: 1em;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
}
.banner-content.wines h1,
.banner-content.wines h2,
.banner-content.wines h3,
.banner-content.wines h4 {
  font-size: 1.14em;
}
.banner-content.wines h1 a,
.banner-content.wines h2 a,
.banner-content.wines h3 a,
.banner-content.wines h4 a {
  font-weight: normal;
}
.banner-content.wines .wine {
  margin: 1.5em -2%;
}
.banner-content.wines .wine a {
  color: #261900;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 175px;
  border-bottom: 0;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
.banner-content.wines .wine.underwood a {
  background-image: url(../images/union_wine_underwood_b.png);
}
.banner-content.wines .wine.alchemist a {
  background-image: url(../images/union_wine_alchemist_b.png);
  padding-top: 160px;
}
.banner-content.wines .wine.kings-ridge a {
  background-image: url(../images/union_wine_kings_ridge_b.png);
  padding: 155px 0 2em 0;
  background-color: #ffffff;
}
#content .banner-content.wine img {
  display: none;
}
#wines-banner {
  margin-bottom: 2.5em;
}
#wines-banner img {
  display: none;
}
.centered-content,
.column-wrapper,
.download-wrapper {
  padding: 2.5em 0 1.5em;
}
.no-banner .centered-content {
  padding: 0;
}
.column-content .col-text h3 {
  display: inline-block;
  border-bottom: 4px solid #ffda12;
  padding-bottom: .65em;
}
.centered-content h1,
.centered-content h2,
.centered-content h3,
.centered-content h4 {
  display: inline-block;
  border-bottom: 4px solid #ffda12;
  padding-bottom: .65em;
}
.centered-content blockquote {
  margin: 0;
}
h1.archive-title {
  margin: 0 0 1.5em;
  padding: 0 6.25% 0 2%;
  color: #505050;
}
blockquote {
  /* Use Sparingly, resource heavy */

  text-rendering: optimizelegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background: #f2f2f2 url(../images/bg_quote.png) no-repeat 10px 3px;
  padding: 10px 10px 1px 55px;
}
blockquote b,
blockquote strong {
  text-transform: uppercase;
}
blockquote p {
  margin-top: 0;
}
.odd blockquote {
  background-color: #ffffff;
}
article.field-notes-post {
  margin-bottom: 1em;
}
article.field-notes-post header.article-header {
  margin-bottom: 1em;
}
article.field-notes-post .date,
article.field-notes-post .comments-link a {
  font-size: .875em;
  color: #505050;
  font-weight: bold;
  padding-top: .5em;
}
article.field-notes-post .post-image {
  margin-bottom: 2em;
}
article.field-notes-post .post-title h2 {
  display: inline-block;
  border-bottom: 4px solid #ffda12;
  padding-bottom: .65em;
}
article.field-notes-post .entry-content ul {
  list-style-type: disc;
  margin-left: 20px;
}
article.field-notes-post .entry-content ol {
  list-style-type: decimal;
  margin-left: 30px;
}
article.field-notes-post .article-footer .sharing {
  margin-top: 1em;
}
article.field-notes-post .article-footer .comments-link {
  float: right;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-size: 1.14em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */


#wines .col-text {
  /*
  blockquote {
    .max-smoothing;
    font-weight:bold;
    line-height:1.2em;
    margin:0;
    padding-left:20px;

    background:transparent url(../images/icon_quotes.png) no-repeat;

    p {
      display:inline-block;
      margin:0;
      background:transparent url(../images/icon_quotes.png) no-repeat right -250px;
      padding-right:20px;
      padding-top:6px;
    }

    b, strong {
      text-transform:uppercase;
      font-size:1.14em;
    }
  }
*/

}
#wines .col-text h4 {
  font-family: "Courier New", Courier, monospace;
  color: #848484;
  font-weight: bold;
  letter-spacing: 1px;
}
#underwood-can .banner-content,
#underwood-can-slide .slide-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
#underwood-can .banner-content h1,
#underwood-can-slide .slide-text h1,
#underwood-can .banner-content h2,
#underwood-can-slide .slide-text h2,
#underwood-can .banner-content p.fineprint,
#underwood-can-slide .slide-text p.fineprint {
  position: absolute;
  width: 100%;
  text-align: center;
}
#underwood-can .banner-content h1,
#underwood-can-slide .slide-text h1,
#underwood-can .banner-content h2,
#underwood-can-slide .slide-text h2 {
  top: 23%;
  color: #ffffff;
  font-size: 60px;
  line-height: 100%;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#underwood-can .banner-content h1 span,
#underwood-can-slide .slide-text h1 span,
#underwood-can .banner-content h2 span,
#underwood-can-slide .slide-text h2 span {
  position: relative;
  font-size: 16px;
  top: -30px;
}
#underwood-can .banner-content p.fineprint,
#underwood-can-slide .slide-text p.fineprint {
  bottom: 10px;
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 1.5em 0 0;
  text-transform: uppercase;
}
#underwood-can-slide .slide-text h2 {
  font-size: 65px;
}
#underwood-can-slide .slide-text a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#underwood-can header.odd,
#underwood-can #underwood-can-hashtag {
  background-color: #ffcf12;
}
#underwood-can header.odd.vidd {
  background-color:#000;
}
#underwood-can header .wrap {
  position: relative;
}
#underwood-can .vidd-subb   {
  background:#eee;padding:32px 0;
}
#underwood-can .vidd-subb .thumbs     {
  display:block;width:78%;margin:-4px 11%;
}
#underwood-can .vidd-subb .thumbs li    {
  display:block;
  width:25%;
  float:left;
  padding:0 9px;
}
#underwood-can .vidd-subb .thumbs li a   {
  display:block;
  overflow:hidden;
  width:100%;
  height:auto;
  border:4px solid #eee;
  outline:4px solid #eee; /*000*/
  background-position:50% 50%;
  background-size:cover;
  margin:4px 0;
}
#underwood-can .vidd-subb .thumbs li.sel a   {
  border-color:#000;
}
#underwood-can .vidd-subb .thumbs li a img   {
  width:100%;
  border:4px solid #eee; /*000*/
}
#underwood-can .intro           {  width:65.74585634900001%;margin:0 auto 120px;  }

@media (max-width: 640px) {
  #underwood-can .vidd-subb .thumbs     {  width:100%;margin:0;    }
  #underwood-can .vidd-subb .thumbs li  {  height:54px;padding:0 2px;   }
  #underwood-can .intro                 {  width:100%;margin:0 0 50px; }
}


#underwood-can .centered-content h1,
#underwood-can .centered-content h2 {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 30px;
  margin-bottom: .3em;
}
#underwood-can .centered-content#underwood-can-main .can-content .button,
#underwood-can .centered-content#underwood-can-main .can-content .button:visited {
  background-color: #000000;
  color: #ffffff;
}
#underwood-can .centered-content#underwood-can-main .can-content .button:hover,
#underwood-can .centered-content#underwood-can-main .can-content .button:visited:hover,
#underwood-can .centered-content#underwood-can-main .can-content .button:focus,
#underwood-can .centered-content#underwood-can-main .can-content .button:visited:focus {
  background-color: #6d6d6d;
  color: #ffffff;
}
#underwood-can .centered-content#underwood-can-main .can-content p {
  margin-bottom: 2em;
}
#underwood-can #underwood-can-hashtag {
  padding: 2.5em 0;
}
#underwood-can #underwood-can-hashtag #hashtag {
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#underwood-can #underwood-can-hashtag #pinky {
  text-align: center;
}
#underwood-can #underwood-can-hashtag #pinky img {
  max-width: 200px;
  margin: 0 auto;
}
#underwood-can #underwood-can-hashtag #pinky p {
  margin: 0;
  font-size: 12px;
  line-height: 115%;
}
#underwood-can #underwood-can-faq header {
  border-bottom: 5px solid #ffda12;
}
#underwood-can #underwood-can-faq header a,
#underwood-can-main .intro a {
  padding: 3px 8px;
  text-decoration: none;
  background-color: #f2f2f2;
  /*font-weight:bold;*/

}
#underwood-can #underwood-can-faq header a:hover,
#underwood-can-main .intro a:hover {
  background-color: #eaeaea;
}
#underwood-can #underwood-can-faq header h2 {
  max-width: 280px;
}
#underwood-can #underwood-can-faq header p {
  margin-top: 0;
}
#underwood-can #underwood-can-faqs h2,
#underwood-can #underwood-can-faqs h3,
#underwood-can #underwood-can-faqs h4 {
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  line-height: 100%;
  border-bottom: none;
  padding-bottom: 0;
  font-weight: 800;
  margin: 2.5em 0 .3em 0;
}
.gform_wrapper#gform_wrapper_1 {
  /* errors */

}
.gform_wrapper#gform_wrapper_1 h3.gform_title {
  font-size: 1.14em;
  font-weight: normal;
  display: inline-block;
  border-bottom: 4px solid #ffda12;
  padding-bottom: .65em;
  width: auto;
}
.gform_wrapper#gform_wrapper_1 .gform_body {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 0;
}
.gform_wrapper#gform_wrapper_1 .top_label .gfield_label {
  font-weight: normal;
}
.gform_wrapper#gform_wrapper_1 .gfield_required {
  display: none;
}
.gform_wrapper#gform_wrapper_1 input[type=text],
.gform_wrapper#gform_wrapper_1 select,
.gform_wrapper#gform_wrapper_1 .ginput_complex .ginput_full input[type=text],
.gform_wrapper#gform_wrapper_1 .ginput_complex .ginput_full select {
  padding: 5px;
  width: 200px !important;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}
.gform_wrapper#gform_wrapper_1 input[type=text] {
  background-color: #e7e7e7;
  border: 0;
}
.gform_wrapper#gform_wrapper_1 .ginput_complex .ginput_left,
.gform_wrapper#gform_wrapper_1 .ginput_complex .ginput_right {
  width: 100%;
}
.gform_wrapper#gform_wrapper_1 .ginput_complex label {
  margin: 0 0 10px 0;
}
.gform_wrapper#gform_wrapper_1 #field_1_4 {
  margin-top: 20px;
}
.gform_wrapper#gform_wrapper_1 #field_1_4 .gfield_label {
  display: none;
}
.gform_wrapper#gform_wrapper_1.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-left: 2px;
}
.gform_wrapper#gform_wrapper_1 #gform_submit_button_1 {
  color: #fff;
}
.gform_wrapper#gform_wrapper_1 .validation_message,
.gform_wrapper#gform_wrapper_1 div.validation_error {
  color: #df3d5f;
}
.gform_wrapper#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required {
  padding: 0 !important;
  background-color: transparent;
  border: none;
  margin-bottom: 0 !important;
}
.gform_wrapper#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required input[type=text] {
  border: 1px solid #df3d5f;
}
.gform_wrapper#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
.gform_wrapper#gform_wrapper_1 .ginput_container + .gfield_description.validation_message {
  margin-top: 0;
}
.gform_wrapper#gform_wrapper_1 .top_label .gfield_description.validation_message,
.gform_wrapper#gform_wrapper_1 .gfield_description.validation_message {
  padding: 0 !important;
}
.gform_wrapper#gform_wrapper_1 .gfield_error .gfield_label {
  color: #505050;
}
.secondary-callout {
  padding-top: 50px;
}
#mc_embed_signup {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}
#mc_embed_signup .mc-field-group {
  zoom: 1;
 
}
#mc_embed_signup .mc-field-group:before,
#mc_embed_signup .mc-field-group:after {
  content: "";
  display: table;
}
#mc_embed_signup .mc-field-group:after {
  clear: both;
}
#mc_embed_signup .mc-field-group label {
  display: block;
}
#mc_embed_signup .mc-field-group input[type=text],
#mc_embed_signup .mc-field-group input[type=email],
#mc_embed_signup .mc-field-group select {
  width: 100%;
  font-family: "Courier New", Courier, monospace;
}
#mc_embed_signup .mc-field-group input[type=text],
#mc_embed_signup .mc-field-group input[type=email] {
  background-color: #ffffff;
  border: 0;
}
#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  color: #df3d5f;
}
/*
#mc_embed_signup {
  border-top:1px solid #e7e7e7;
  padding-top:20px;

  .mc-field-group {
    .clearfix;
    margin-bottom:10px;

    label {
      display:block;

      &.error {
        color:#df3d5f;
      }

      &[for="mce-ADDRESS1-addr2"] {
        height:0;
        line-height:0;
      }
    }

    input[type=text], input[type=email], select {
      padding:5px;
      width:200px;
      font-family: @mono;
    }

    input[type=text], input[type=email] {
      background-color:#e7e7e7;
      border:0;
    }

    &.checkbox-field {
      padding:10px 0;

      label {
        line-height:1em;
      }
      input[type="checkbox"] {
        float:left;
        margin-right:4px;
      }
    }
  }


  .mc-address-group {
    border-bottom:1px solid #e7e7e7;
    padding-bottom:20px;
    margin-bottom:20px;
  }

  #mc-embedded-subscribe {
    color:@white;
  }
}
*/
p.press {
  margin: 3em 0;
}
p.press a {
  font-weight: bold;
}
.centered-content.press-links {
  padding: .5em  0 1.5em;
}
.download-wrapper h2 {
  display: inline-block;
  border-bottom: 4px solid #ffda12;
  padding-bottom: .65em;
  font-size: 1.14em;
  padding-bottom: .2em;
  margin-bottom: 2.5em;
  text-align: center;
}
.download-wrapper .wine-col {
  text-align: center;
}
.download-wrapper .wine-col .label-image {
  display: inline-block;
  max-width: 300px;
}
.download-wrapper .wine-col .wine-years {
  margin-bottom: 3em;
}
.download-wrapper .links-list li span {
  padding: 3px 8px;
  text-decoration: none;
  background-color: #f2f2f2;
  /*font-weight:bold;*/

  color: #c6c6c6;
}
.download-wrapper .links-list li span:hover {
  background-color: #eaeaea;
}
.download-wrapper .links-list li span:hover {
  background-color: #f2f2f2;
}
.download-wrapper.odd .links-list li span {
  background-color: #ffffff;
}
.download-wrapper.odd .links-list li span:hover {
  background-color: #ffffff;
}
#content .label-image img {
  max-width: 50%;
}
.distributor-content h2 {
  display: inline-block;
  border-bottom: 4px solid #ffda12;
  padding-bottom: .65em;
  font-size: 1.28em;
  padding-bottom: .2em;
  margin-bottom: 0;
}
.distributor-content h3,
.distributor-content h4 {
  margin-top: 30px;
  display: block;
  border: none;
  padding: 0;
}
.distributor-content h3 {
  font-size: 1.14em;
}
.distributor-content h4 {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1em;
  border: none;
  padding: 0;
  color: #505050;
}
.distributor-wrapper ul.last,
.distributor-wrapper ul.first {
  float: none;
  margin: 0;
}
.contact a,
#contact-sidebar a {
  padding: 3px 8px;
  text-decoration: none;
  background-color: #f2f2f2;
  /*font-weight:bold;*/

}
.contact a:hover,
#contact-sidebar a:hover {
  background-color: #eaeaea;
}
.contact h1 {
  display: inline-block;
  border-bottom: 4px solid #ffda12;
  padding-bottom: .65em;
}
#google-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
#google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.manager-content h2 {
  border: 0;
  padding: 0;
}
.manager-content .manager a {
  display: inline-block;
  margin-bottom: 1em;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
.links-list li,
.widget_categories ul li,
.list-custom-taxonomy-widget ul li,
.widget_archive ul li {
  font-size: .875em;
  margin-bottom: .5em;
}
.links-list li a,
.widget_categories ul li a,
.list-custom-taxonomy-widget ul li a,
.widget_archive ul li a {
  padding: 3px 8px;
  text-decoration: none;
  background-color: #f2f2f2;
  /*font-weight:bold;*/

}
.links-list li a:hover,
.widget_categories ul li a:hover,
.list-custom-taxonomy-widget ul li a:hover,
.widget_archive ul li a:hover {
  background-color: #eaeaea;
}
.odd .links-list li a {
  background-color: #ffffff;
}
.odd .links-list li a:hover {
  background-color: #f7f7f7;
}
.categories.links-list {
  width: 50%;
}
.categories.links-list li {
  float: left;
  margin-right: .3em;
  margin-bottom: .3em;
}
.sharing {
  padding: 1em 0;
}
.sharing .fb-like {
  margin-right: 1em;
}
footer.wrap .sharing {
  border-top: 1px solid #c6c6c6;
}
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  /* Use Sparingly, resource heavy */

  text-rendering: optimizelegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */

  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */

  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #676767;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #ffda12;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-family: "Courier New", Courier, monospace;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 3px 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
  color: #c6c6c6;
  margin: 0 0 0.75em;
}
.sidebar a h4 {
  color: #505050;
}
.widget ul li {
  /* deep nesting */

}
/* Recent Posts Widget Extended */
#content .dpe-flexible-posts li {
  font-size: .875em;
  margin-bottom: 1em;
  width: 220px;
}
#content .dpe-flexible-posts li a {
  display: block;
  text-align: center;
  padding: 3px 8px;
  text-decoration: none;
  background-color: #f2f2f2;
  /*font-weight:bold;*/

}
#content .dpe-flexible-posts li a:hover {
  background-color: #eaeaea;
}
#content .dpe-flexible-posts li img {
  margin: 5px auto ;
}
#content .dpe-flexible-posts li h4.title {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  text-transform: none;
  margin: 0;
}
.rpwe-alignleft {
  border: none;
  display: block;
  float: none;
  padding: 0 !important;
  margin: 0 0 1em 0;
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #000000;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover,
.footer a:visited:hover,
.footer a:focus,
.footer a:visited:focus {
  color: #b3b3b3;
}
.footer #inner-footer {
  padding: 2em 0;
}

.footer #heart-oregon {
  background: #ffffff url(../images/icon_heart_oregon.png) no-repeat center center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 80px;
  height: 80px;
}

.footer #b-corp {
  background: url(../images/B-Corp-Logo-White.png) no-repeat center center;
  width: 80px;
  height: auto;
  margin-left: 10px;
}

.footer nav ul.nav {
  text-align: center;
  font-size: .93em;
  margin: 0;
}
.footer nav ul.nav li a {
  padding: 5px 0;
  display: block;
}
.footer nav ul.nav li ul {
  margin: 0;
}
.footer nav ul.nav li .sub-menu a {
  color: #999999;
}
.footer nav ul.nav li .sub-menu a:hover,
.footer nav ul.nav li .sub-menu a:visited:hover,
.footer nav ul.nav li .sub-menu a:focus,
.footer nav ul.nav li .sub-menu a:visited:focus {
  color: #8c8c8c;
}
.footer #interaction .fb-like {
  margin: 0 auto;
  width: 90px;
  padding-top: 10px;
  display: block;
}
.footer #newsletter {
  width: 250px;
  margin: 0 auto;
  padding-top: 2.5em;
}
.footer #newsletter h4 {
  color: #ffffff;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  text-transform: none;
}
.footer #newsletter label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.footer #newsletter input.mc_input {

}
.footer #newsletter input.mc_input:focus {
  outline: none;
}
.footer #newsletter input.button {
  width: 100%;
  padding: 0px !important;
}
.footer #newsletter input.button:focus {
  outline: none;
}
.footer #newsletter #mc_message {
  line-height: 1em;
  margin-bottom: 1em;
}
.footer #newsletter .mc_success_msg {
  color: #ffffff;
  font-weight: bold;
}
.social-links {
  text-align: center;
  height: 30px;
  margin: 1.5em auto .5em auto;
  width: 194px;
  padding-left: 1.5em;
}
.social-links li {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 25px;
  line-height: 30px;
  font-size: 38px;
  text-align: center;
}
.social-links li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.social-links li a:hover,
.social-links li a:visited:hover,
.social-links li a:focus,
.social-links li a:visited:focus {
  background-color: #b3b3b3;
  color: #000000;
}
.social-links li a span.icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icons_social.png) no-repeat;
}
.social-links li.facebook span.icon {
  background-position: 5px center;
}
.social-links li.twitter span.icon {
  background-position: -47px center;
}
.social-links li.instagram span.icon {
  background-position: -94px center;
}
/*
 * jQuery FlexSlider v2.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;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  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 {
  margin: 0;
  position: relative;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  display: none;
  /* Mobile */
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 13px;
  height: 13px;
  display: block;
  background: #c6c6c6;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #ffda12;
}
.flex-control-paging li a.flex-active {
  background: #ffda12;
  cursor: default;
}
/* Video Slide Fallback */
.video-slide .slide-content {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.video-slide .responsive-video {
  z-index: 10;
}

/* tour page */
#tour-dates {
  margin-top: 3em;
  margin-bottom: 1em;
}
#tour-dates h4 {
      display: inline-block;
    border-bottom: 4px solid #ffda12;
    padding-bottom: .65em;
    margin: 0;
    padding-bottom: .2em;
    margin-bottom: 1em;
}
.event-date {
  border: 2px solid black;
  padding: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.event-date p {
  margin: 0;
}
.tour-event-day {
    border-bottom: 2px solid black;
    font-size: 50px;
    line-height: 56px;
    font-weight: bold;
    font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-bottom: 4px;
}
.tour-event-month-year {
    font-weight: bold;
    font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
}
@media only screen and (min-width: 481px) {
  .event-date {
    float: left;
    width: 47%;
    margin-right: 6%;
    max-height: 340px;
    overflow-y: auto;
  }
  .event-date:nth-child(2n) {
    margin-right: 0;
  }
  .event-date:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1000px) {
  .event-date {
    height: 340px;
  }
}
/* end tour page */

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: Union Wine Company
  Author: Jill Quackenbush

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.less styles.

  ******************************************************************/
  /*********************
  HELPERS
  *********************/
  .responsive-video {
    padding-bottom: 54.7%;
    padding-top: 15px;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .banner-content h1,
  .banner-content h2 {
    font-size: 2.14em;
  }
  .banner-content h3,
  .banner-content h4 {
    font-size: 1.28em;
  }
  .banner-content p {
    font-size: 1.128em;
  }
  /* entry content */
  #content .entry-content {
    /* at this larger size, we can start to align images */

  }
  #content .entry-content .alignleft,
  #content .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  #content .entry-content .alignright,
  #content .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  #content .entry-content .aligncenter,
  #content .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  .categories.links-list {
    width: 70%;
  }
  #underwood-can .banner-content h1,
  #underwood-can-slide .slide-text h1,
  #underwood-can .banner-content h2,
  #underwood-can-slide .slide-text h2 {
    top: 25%;
    font-size: 90px;
    line-height: 110%;
  }
  #underwood-can-slide .slide-text h2 {
    font-size: 88px;
  }
  #underwood-can .centered-content#underwood-can-main .can-content {
    width: 45%;
    float: left;
  }
  #underwood-can .centered-content#underwood-can-main .can-image {
    width: 50%;
    float: right;
  }
  /*********************
  FOOTER STYLES
  *********************/
  /*********************
  FLEXSLIDER
  *********************/
  #content .banner .flexslider .banner-content {
    top: 35%;
    height: auto;
  }
  #content .banner .flexslider .slide-content.slide-gradient .banner-content {
    bottom: 0;
    top: auto;
    padding-bottom: 2%;
    background-color: transparent;
  }
  #content .banner .flexslider .slide-content.slide-gradient .banner-content a{
    font-weight: bold;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {

  #content .banner .flexslider .slide-content.slide-gradient:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/gradient-slide.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Grid Stylesheet

  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.less stylesheet.

  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:

  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://gridpak.com/ - Create your own responsive grid.

  The grid below is a combination of the 1140 grid and Twitter Boostrap.
  I liked 1140 but Boostrap's grid was way more detailed so I merged them
  together, let's see how this works out. If you want to use 1140, the original
  values are commented out on each line.

  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .push-twocol {
    margin-left: 37.016574583%;
  }
  /******************************************************************
  Site Name: Union Wine Company
  Author: Jill Quackenbush

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 960px;
  }
  /*********************
  HEADER SYTLES
  *********************/
  #logo {
    position: relative;
    z-index: 100;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .header nav ul.nav {
    border: 0;
    margin: 0;
    position: relative;
    z-index: 50;
    top: -50px;
    /* end .menu ul li */

    /* highlight current page */

    /* end current highlighters */

  }
  .header nav ul.nav li {
    text-align: left;
    width: 14.364640883%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .header nav ul.nav li a {
    border-bottom: 0;
    padding: 0;
    /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */

  }
  .header nav ul.nav li#menu-item-21 {
    margin-left: 0;
  }
  .header nav ul.nav li#menu-item-20,
  .header nav ul.nav li#menu-item-19 {
    text-align: center;
  }
  .header nav ul.nav li#menu-item-19 {
    margin-left: 37.016574583%;
  }
  .header nav ul.nav li#menu-item-23 {
    float: right;
    width: 16%;
    /* "Field Notes" needs a bit more space */

    margin-left: 0;
    text-align: right;
  }
  /* end .nav */
  /*********************
  CONTENT STYLES
  *********************/
  #content .banner {
    overflow: hidden;
  }
  #content .banner .wrap {
    background-color: #000000;
    position: relative;
  }
  #content .banner img {
    display: block;
    margin: 0 auto;
  }
  #content .banner#home-slideshow {
    overflow: visible;
    /* So we can see flexslider controls */

  }
  .banner-content {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    padding: 2.5em 14%;
    text-align: center;
    color: #ffffff;
    font-family: Courier, monospace;
    /* More legible in white than Courier New */

    /* Use Sparingly, resource heavy */

    text-rendering: optimizelegibility;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .banner-content h1,
  .banner-content h2,
  .banner-content h3,
  .banner-content h4,
  .banner-content a {
    color: #ffffff;
  }
  .banner-content .link a {
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
    font-size: 1.125em;
    font-weight: bold;
  }
  .banner-content.wines {
    background-color: transparent;
    padding: 0;
    top: 32%;
  }
  .banner-content.wines .wine {
    width: 22.928176794%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    margin: 0 0 0 8%;
  }
  .banner-content.wines .wine a {
    background-size: 100%;
    color: #ffffff;
    padding-top: 113% !important;
    background-position: center 0 !important;
    /* .transition( all, .1s, ease-out ); */

  }
  .banner-content.wines .wine a span {
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    padding-bottom: .3em;
  }
  .banner-content.wines .wine a:hover {
    /* top:-5px; */

    color: #d1d1d1;
  }
  .banner-content.wines .wine a:hover span {
    border-bottom: 2px solid #d1d1d1;
  }
  .banner-content.wines .wine.underwood a {
    background-image: url(../images/union_wine_underwood.png);
  }
  .banner-content.wines .wine.underwood a:hover {
    background-image: url(../images/union_wine_underwood_r.png);
  }
  .banner-content.wines .wine.alchemist a {
    background-image: url(../images/union_wine_alchemist.png);
  }
  .banner-content.wines .wine.alchemist a:hover {
    background-image: url(../images/union_wine_alchemist_r.png);
  }
  .banner-content.wines .wine.kings-ridge a {
    background-image: url(../images/union_wine_kings_ridge.png);
    margin: 0;
    background-color: transparent;
  }
  .banner-content.wines .wine.kings-ridge a:hover {
    background-image: url(../images/union_wine_kings_ridge_r.png);
  }
  .preload .underwood-hover {
    background-image: url(../images/union_wine_underwood_r.png);
  }
  .preload .kingsridge-hover {
    background-image: url(../images/union_wine_kings_ridge_r.png);
  }
  .preload .alchemist-hover {
    background-image: url(../images/union_wine_alchemist_r.png);
  }
  .banner-content.wine {
    top: 0;
    left: 55%;
    width: 300px;
    height: 540px;
    padding: 80px 55px 0 55px;
    text-align: left;
  }
  .banner-content.wine h1 {
    display: none;
  }
  .banner-content.wine p {
    font-size: 1em;
  }
  .banner-content.wine#wine-alchemist {
    left: 11%;
  }
  .page-id-8 .banner-content.wine {
    /* Underwood */

    padding-top: 60px;
  }
  #content .banner-content.wine img {
    display: block;
  }
  #wines-banner {
    margin-bottom: 0;
  }
  #wines-banner img {
    display: block;
  }
  #media-banner .banner-content {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .home-callouts {
    margin: 6.5em 0 5em;
  }
  .home-callout {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .home-callout.last {
    float: right;
  }
  .home-callout.first {
    margin-left: 0;
  }
  #instagram-feed li,
  #canbassador-instagram-feed li {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  #instagram-feed li:first-child,
  #instagram-feed li:nth-child(4),
  #canbassador-instagram-feed li:first-child,
  #canbassador-instagram-feed li:nth-child(4){
    margin-left: 0;
  }

  #instagram-feed li:last-child,
  #instagram-feed li:nth-child(3),
  #canbassador-instagram-feed li:last-child,
  #canbassador-instagram-feed li:nth-child(3) {
    float: right;
  }
  #content {
    padding-bottom: 5.53em;
  }
  #content.no-banner {
    border-top: 20px solid #f2f2f2;
    padding-top: 3.125em;
  }
  #content img {
    margin-left: 0;
    margin-right: 0;
  }
  #content .centered-content {
    /*
    blockquote {
      width: 117.2%;
      margin: 0 -8.6%
    }
  */

  }
  #content .centered-content .entry-content {
    width: 65.74585634900001%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    float: none;
    margin: 0 auto;
  }
  .column-content .column-wrapper {
    zoom: 1;
    /* .col-image, .col-text { .clearfix; } */

  }
  .column-content .column-wrapper:before,
  .column-content .column-wrapper:after {
    content: "";
    display: table;
  }
  .column-content .column-wrapper:after {
    clear: both;
  }
  .column-content .column-container .col-image,
  .column-content .column-container .col-text {
    display: table;
    table-layout: fixed;
    position: relative;
  }
  .column-content .column-container .col-image .content,
  .column-content .column-container .col-text .content {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .column-content .column-container .narrow {
    width: 48.618784527%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .column-content .column-container .wide {
    width: 48.618784527%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .column-content .column-container.section-odd .col-image {
    float: right;
  }
  .column-content .column-container.section-odd .col-text {
    margin-left: 0;
  }
  .column-content .column-container.section-even .col-image {
    margin-left: 0;
    float: left;
  }
  .column-content .column-container.section-even .col-text {
    float: right;
  }
  .column-content .even .col-image {
    float: right;
  }
  .column-content .even .col-text {
    margin-left: 0;
  }
  .column-content .odd .col-image {
    margin-left: 0;
  }
  .column-content .odd .col-text {
    float: right;
  }
  .column-content#ryan-bio .column-container {
    padding-bottom: 1em;
  }
  .column-content#ryan-bio .column-container .col-image .content img,
  .column-content#ryan-bio .column-container .col-text .content img {
    margin: 1em 0;
  }
  #underwood-can .banner .wrap,
  #underwood-can-slide {
    background-color: #ffcf12;
  }
  #underwood-can .banner-content,
  #underwood-can-slide .slide-text {
    background-color: transparent;
    top: 60px;
    padding: 2.5em 5%;
    text-align: center;
  }
  #underwood-can .banner-content h1,
  #underwood-can-slide .slide-text h1,
  #underwood-can .banner-content h2,
  #underwood-can-slide .slide-text h2,
  #underwood-can .banner-content p.fineprint,
  #underwood-can-slide .slide-text p.fineprint {
    width: auto;
    position: static;
  }
  #underwood-can .banner-content h1,
  #underwood-can-slide .slide-text h1,
  #underwood-can .banner-content h2,
  #underwood-can-slide .slide-text h2 {
    font-size: 140px;
    line-height: 115%;
  }
  #underwood-can .banner-content h1 span,
  #underwood-can-slide .slide-text h1 span,
  #underwood-can .banner-content h2 span,
  #underwood-can-slide .slide-text h2 span {
    font-size: 20px;
    top: -80px;
  }
  #underwood-can .banner-content p.fineprint,
  #underwood-can-slide .slide-text p.fineprint {
    margin: 3em 0 0;
  }
  #underwood-can-slide .slide-text {
    top: 0;
    padding: 10% 5%;
  }
  #underwood-can .centered-content h1,
  #underwood-can .centered-content h2 {
    font-size: 43px;
  }
  #underwood-can .centered-content#underwood-can-main .entry-content {
    width: 100%;
  }
  #underwood-can .centered-content#underwood-can-main .can-content {
    padding-top: 3em;
  }
  #underwood-can .centered-content#underwood-can-main .can-content p {
    margin-bottom: 2.5em;
  }
  #underwood-can .centered-content#underwood-can-main .can-content .button,
  #underwood-can .centered-content#underwood-can-main .can-content .button:visited {
    font-size: 20px;
    padding: 10px 20px;
    margin-right: 20px;
  }
  #underwood-can #underwood-can-hashtag #hashtag {
    width: 70%;
    float: left;
    padding: 1.5em 0;
  }
  #underwood-can #underwood-can-hashtag #pinky {
    width: 25%;
    float: right;
  }
  #underwood-can #underwood-can-hashtag #pinky p {
    max-width: 180px;
    margin: 0 auto;
  }
  .gform_wrapper#gform_wrapper_1 .top_label .gfield_label {
    float: left;
    width: 180px;
    margin: 2px 0 20px;
  }
  .gform_wrapper#gform_wrapper_1 .top_label .ginput_container {
    float: left;
    width: 210px;
  }
  .gform_wrapper#gform_wrapper_1 .top_label #field_1_8 .gfield_label,
  .gform_wrapper#gform_wrapper_1 .top_label #field_1_4 .gfield_label {
    float: none;
    width: auto;
    margin: 20px 0 8px 0;
  }
  .gform_wrapper#gform_wrapper_1 .top_label #field_1_8 .ginput_container,
  .gform_wrapper#gform_wrapper_1 .top_label #field_1_4 .ginput_container {
    float: none;
    width: auto;
  }
  .gform_wrapper#gform_wrapper_1 .top_label #field_1_8 .validation_message,
  .gform_wrapper#gform_wrapper_1 .top_label #field_1_4 .validation_message {
    width: auto;
    float: none;
  }
  .gform_wrapper#gform_wrapper_1 ul.gfield_radio#input_1_8 {
    padding-left: 20px;
  }
  .gform_wrapper#gform_wrapper_1 .gfield_description.validation_message {
    clear: none;
    width: 203px;
    float: left;
  }
  .download-wrapper .column-container.eightcol {
    margin: 0 auto;
    float: none;
  }
  .download-wrapper h2 {
    text-align: left;
  }
  .download-wrapper .wine-col {
    text-align: left;
  }
  .download-wrapper .wine-col .label-image {
    display: block;
  }
  .download-wrapper .wine-col .wine-years {
    margin-bottom: 2em;
  }
  .download-wrapper .wine-col .wine-year h3 {
    margin-top: 1.5em;
  }
  .distributor-wrapper ul {
    width: 48.618784527%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .distributor-wrapper ul.first {
    float: left;
    margin-left: 0;
  }
  .distributor-wrapper ul.last {
    float: right;
  }
  .with-sidebar #main {
    width: 72%;
    margin-left: 0;
    float: left;
    border-right: 3px solid #f2f2f2;
  }
  .with-sidebar .sidebar {
    float: right;
    width: 23%;
  }
  article.field-notes-post,
  #disqus_thread {
    margin-bottom: 2em;
    padding: 0 6.25% 0 2%;
  }
  article.field-notes-post header.article-header {
    margin-bottom: 1em;
  }
  article.field-notes-post .post-title {
    width: 70%;
    float: left;
  }
  article.field-notes-post .post-title h2 {
    margin: 0;
  }
  article.field-notes-post .date {
    width: 30%;
    text-align: right;
    float: right;
  }
  .contact section {
    padding: 0 6.25% 0 2%;
  }
  .contact-col {
    width: 48.618784527%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    margin: 0;
  }
  .contact-col#google-map {
    width: 48.618784527%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    margin-bottom: -50px;
  }
  #google-map iframe {
    height: 70%;
  }
  .manager {
    width: 48.618784527%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    padding-right: 8%;
  }
  .manager.first {
    margin-left: 0;
  }
  .manager.last {
    float: right;
  }
  footer.wrap .sharing {
    margin-top: 4em;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget {
    margin: 0 0 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */

  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /*********************
  FOOTER STYLES
  *********************/
  .footer #heart-oregon {
    float: left;
    margin: 0 3.5em 3.5em 0;
  }
  .footer nav {
    width: 50%;
    float: left;
  }
  .footer nav ul.nav {
    text-align: left;
    float: left;
    width: 33%;
  }
  .footer #interaction {
    float: right;
    width: 30%;
  }
  .footer #interaction .fb-like {
    float: right;
  }
  .footer #newsletter {
    margin: 0;
    padding: 0;
    float: right;
    width: 30%;
  }
  .social-links {
    float: left;
    padding: 0;
    margin: .5em auto 1.5em auto;
    width: auto;
  }
  .social-links li {
    margin-right: 10px;
  }
  /*********************
  FLEXSLIDER
  *********************/.banner .flexslider .banner-content {
    padding: 2.5em 14%;
  }
  .banner .flexslider .banner-content h1,
  .banner .flexslider .banner-content h2,
  .banner .flexslider .banner-content h3,
  .banner .flexslider .banner-content h4 {
    font-size: 2.14em;
  }
  .flexslider {
    background: #000000;
  }
  .flex-control-nav {
    display: block;
  }
  .image-slide {
    position: relative;
    padding-bottom: 55%;
    padding-top: 13px;
    height: 0;
    overflow: hidden;
  }
  .image-slide .content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1000px) {
  /******************************************************************
  Site Name: Union Wine Company
  Author: Jill Quackenbush

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  .banner {
    min-height: 515px;
  }
  .centered-content,
  .column-wrapper,
  .download-wrapper {
    padding: 4.5em 0;
  }
  .page-id-8 .banner-content.wine {
    /* Underwood */

    padding-top: 80px;
  }
  .column-content .column-container .narrow {
    width: 31.491712705%;
  }
  .column-content .column-container .wide {
    width: 65.74585634900001%;
  }
  .column-content .column-container .wide.col-text .content {
    padding-right: 100px ;
  }
  #wines .col-text {
    /*
    blockquote {
      margin-left:-20px;
      padding-left:20px;
    }
  */

  }
  .banner .flexslider .banner-content,
  .banner-content {
    padding: 2.5em 20%;
  }
  #underwood-can .banner-content,
  #underwood-can-slide .slide-text {
    padding-right: 10%;
    padding-left: 10%;
  }
  #underwood-can-slide .slide-text {
    padding-top: 7%;
  }
  #underwood-can-slide .slide-text h2 {
    font-size: 160px;
  }
  #underwood-can .centered-content h1,
  #underwood-can .centered-content h2 {
    font-size: 55px;
  }
  #underwood-can #underwood-can .can-content {
    padding-top: 5em;
  }
  #underwood-can #underwood-can .can-content p {
    margin-bottom: 3em;
  }
  .image-slide {
    position: relative;
    padding: 0;
    height: auto;
    overflow: hidden;
  }
  .image-slide .content {
    display: block;
    position: static;
  }
  .footer nav {
    width: 55%;
  }
  .footer nav ul.nav {
    width: 30%;
  }
  .footer #interaction,
  .footer #newsletter {
    width: 27%;
  }
  .footer .social-links li {
    margin-right: 25px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: Union Wine
  Author: Jill Quackenbush

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  .header #logo a {
    background-image: url(../images/union_wine_logo.jpg);
    background-size: 100%;
  }
  .banner .banner-content.wines .wine a {
    background-size: 175px 159px;
  }
  .banner .banner-content.wines .wine.underwood a {
    background-image: url(../images/union_wine_underwood_b@2x.png);
  }
  .banner .banner-content.wines .wine.alchemist a {
    background-image: url(../images/union_wine_alchemist_b@2x.png);
  }
  .banner .banner-content.wines .wine.kings-ridge a {
    background-image: url(../images/union_wine_kings_ridge_b@2x.png);
  }
  .footer #heart-oregon {
    background-image: url(../images/icon_heart_oregon@2x.png);
    background-size: 55px 42px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 768px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 768px) {
  .banner .banner-content.wines .wine a {
    background-size: 100%;
  }
  .banner .banner-content.wines .wine.underwood a {
    background-image: url(../images/union_wine_underwood@2x.png);
  }
  .banner .banner-content.wines .wine.underwood a:hover {
    background-image: url(../images/union_wine_underwood_r@2x.png);
  }
  .banner .banner-content.wines .wine.alchemist a {
    background-image: url(../images/union_wine_alchemist@2x.png);
  }
  .banner .banner-content.wines .wine.alchemist a:hover {
    background-image: url(../images/union_wine_alchemist_r@2x.png);
  }
  .banner .banner-content.wines .wine.kings-ridge a {
    background-image: url(../images/union_wine_kings_ridge@2x.png);
  }
  .banner .banner-content.wines .wine.kings-ridge a:hover {
    background-image: url(../images/union_wine_kings_ridge_r@2x.png);
  }
  .preload .underwood-hover {
    background-image: url(../images/union_wine_underwood_r@2x.png);
  }
  .preload .kingsridge-hover {
    background-image: url(../images/union_wine_kings_ridge_r@2x.png);
  }
  .preload .alchemist-hover {
    background-image: url(../images/union_wine_alchemist_r@2x.png);
  }
  blockquote {
    background: transparent url(../images/bg_quote@2x.png) no-repeat;
    background-size: 35px 36px;
  }
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/* neu from Cruzat */

.vid-box            {  display:block;width:100%;   }
.vid-box iframe     {  display:block;width:100%;height:100%; }
.vid-box            {  height:220px; }

@media only screen and (min-width: 480px) {   .vid-box        {  height:340px; }   }
@media only screen and (min-width: 640px) {   .vid-box        {  height:440px; }   }
@media only screen and (min-width: 768px) {   .vid-box        {  height:540px; }   }
@media only screen and (min-width: 960px) {   .vid-box        {  height:580px; }   }

.footer #newsletter input.button
                    {    }
.footer #newsletter input[type=text]
                    {  display:block;width:100%; }
.footer #newsletter input, .footer #newsletter label
                    {  height: 30px;
margin-top: 5px !important; }
.footer #newsletter .mc_merge_var
                    {  display:table;clear:both;width:100%;   }
.footer #newsletter label
                    {  position:relative;
                      overflow:visible;
                    width:30%;
                    float:none;
                    display:table-cell;
                    vertical-align:middle;
                    height:auto;
                    line-height:1;
                    }
.footer #newsletter #mc-indicates-required
                    {  display:block;clear:both;text-align:right; }



  

/* ps-kr adds */


.container {
  max-width: 1200px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 1400px) {
  .container {
    padding: 0;
  }
}

.grid, .g {
  max-width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  border: 1px solid white;
}
.grid-col, .g-col {
  box-sizing: border-box;
  margin-right: 20px;
}
.grid-col:last-child, .g-col:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .grid, .g {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .grid--break-reverse, .g--break-reverse {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .grid, .g {
    padding: 0;
  }
}

.g-col-1 {
  width: calc( 8.3333333333% - 20px + (20px / 12 * 1) );
}
@media (max-width: 750px) {
  .g-col-1 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-1 {
  margin-left: 8.3333333333%;
}

.g-col-2 {
  width: calc( 16.6666666667% - 20px + (20px / 12 * 2) );
}
@media (max-width: 750px) {
  .g-col-2 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-2 {
  margin-left: 16.6666666667%;
}

.g-col-3 {
  width: calc( 25% - 20px + (20px / 12 * 3) );
}
@media (max-width: 750px) {
  .g-col-3 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-3 {
  margin-left: 25%;
}

.g-col-4 {
  width: calc( 33.3333333333% - 20px + (20px / 12 * 4) );
}
@media (max-width: 750px) {
  .g-col-4 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-4 {
  margin-left: 33.3333333333%;
}

.g-col-5 {
  width: calc( 41.6666666667% - 20px + (20px / 12 * 5) );
}
@media (max-width: 750px) {
  .g-col-5 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-5 {
  margin-left: 41.6666666667%;
}

.g-col-6 {
  width: calc( 50% - 20px + (20px / 12 * 6) );
}
@media (max-width: 750px) {
  .g-col-6 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-6 {
  margin-left: 50%;
}

.g-col-7 {
  width: calc( 58.3333333333% - 20px + (20px / 12 * 7) );
}
@media (max-width: 750px) {
  .g-col-7 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-7 {
  margin-left: 58.3333333333%;
}

.g-col-8 {
  width: calc( 66.6666666667% - 20px + (20px / 12 * 8) );
}
@media (max-width: 750px) {
  .g-col-8 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-8 {
  margin-left: 66.6666666667%;
}

.g-col-9 {
  width: calc( 75% - 20px + (20px / 12 * 9) );
}
@media (max-width: 750px) {
  .g-col-9 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-9 {
  margin-left: 75%;
}

.g-col-10 {
  width: calc( 83.3333333333% - 20px + (20px / 12 * 10) );
}
@media (max-width: 750px) {
  .g-col-10 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-10 {
  margin-left: 83.3333333333%;
}

.g-col-11 {
  width: calc( 91.6666666667% - 20px + (20px / 12 * 11) );
}
@media (max-width: 750px) {
  .g-col-11 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-11 {
  margin-left: 91.6666666667%;
}

.g-col-12 {
  width: calc( 100% - 20px + (20px / 12 * 12) );
}
@media (max-width: 750px) {
  .g-col-12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.g-offset-12 {
  margin-left: 100%;
}

.flex-row-reverse {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col {
  border: 1px solid red;
  min-height: 300px;
}

.uw_wrap {
  max-width: 780px;
}

.uw_center {
  text-align: center;
}
.uw_center h2 {
  display: inline-block;
}

.uw_underline {
  position: relative;
  border-bottom: 4px solid #F7CF46;
}

.uw_group {
  margin-bottom: 150px;
}

.our-commitment {
  margin-bottom: 50px;
}

.video-masthead {
  margin-bottom: 150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-template-page-sustainability video {
  max-width: 100%;
}
.page-template-page-sustainability h4 {
  border-bottom: 4px solid #ffda12;
  display: inline-block;
  font-size: 1.142em;
  font-size: 16px;
  padding-bottom: 5px;
}
.page-template-page-sustainability p {
  color: #676767;
  font-size: 15px;
  line-height: 120%;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.uw_cta {
  display: block;
  margin: 0 auto;
  margin-top: 150px;
}
.uw_cta h2 {
  font-size: 30px;
  border-bottom: 7px solid #ffda12;
  margin-bottom: 10px;
}
.uw_cta h3 {
  font-family: "Courier New", Courier, monospace;
  margin: 0;
  font-size: 14px;
  margin-top: 0;
  color: #000 !important;
}

.nature-conservancy {
  background-color: #FFCD00;
  padding: 20px 0;
}
.nature-conservancy h2 {
  max-width: 257px;
}
.nature-conservancy p {
  color: #000000;
}
.nature-conservancy .g-col-6 p:nth-of-type(1) {
  border-top: 4px solid #FCEFDE;
  padding-top: 25px;
}

.nature-conservancy .g-col-6 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  padding-top: 120px;
  padding-bottom: 0px;
}

.uw_btn {
  background-color: #fff;
  padding: 7px 20px;
  min-width: 100px;
  text-align: center;
  border-radius: 3px;
  font-family: "Avenir Next LT W01 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
  text-decoration: none;
  color: #000 !important;
}

.uw_disclaimer {
  padding: 0 72px 0 20px;
}

.uw_disclaimer p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8.5px !important;
  line-height: 12px !important;
  font-weight: 400;
}
.uw_disclaimer p a {
  text-decoration: none;
  color: black;
}

.visible, .invisible {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.visible {
  opacity: 1;
}

.mobile-only {
  display: none;
}


@media (max-width: 750px) {
	
  .page-template-page-sustainability p {
    font-size: 17px;
  }

  .mobile-only {
    display: block;
  }

  .video-masthead {
    margin-bottom: 75px;
  }

  .uw_group {
    margin-bottom: 75px;
  }

  .our-commitment {
    margin-bottom: 25px;
  }

  .uw_cta {
    margin-top: 75px;
  }

  .nature-conservancy {
    padding: 30px 25px;
  }
  .nature-conservancy h2 {
    margin: 0 auto;
    margin-left: 0;
  }
  .nature-conservancy img {
    margin: 0 auto !important;
  }

  .nature-conservancy .g-col-6 {
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .nature-conservancy .g-col-6 div {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .uw_btn {
    margin-top: 15px;
    margin-left: 0;
  }

  .uw_disclaimer {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-width: 500px;
  }
}

/* New Style For Footer - added by Katie */

.footer-new {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.footer-new-column {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}

.social-wrap {

}

ul.social {
	display:inline-block;
	margin: 0;
    padding: 0;
    font-size: 20px;
}

ul.social li {
	list-style-type: none;
	float: left;
}

ul.social li a i {
	display: inline-block;
  	box-shadow: none;
  	padding: 4px;
	color: #fff;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	margin-right:5px;
}

ul.social li a i:hover {
	color: #fff;
	background: #b3b3b3;
}
.image-container {
  display: flex;
  justify-content: center; /* Center the images horizontally */
  gap: 10px; /* Adjust the gap between the images as needed */
}

.oregon {
  position: relative;
  width: 80px; /* Adjust as needed */
  height: 80px; /* Adjust as needed */
  border-radius: 50%;
  background-color: #ffffff; /* Circle background color */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.b-corp {
  position: relative;
  width: 60px; /* Adjust as needed */
  height: 101px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: 10px;
}

.b-corp img{
  
  width: 60px; /* Adjust as needed */
  height: 101px; /* Adjust as needed */
  
}

.newsletter h4 {
  color: #ffffff;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  text-transform: none;
}

.newsletter input.mc_input:focus {
  outline: none;
}
.newsletter input.button {
  width: 100%;
  padding: 0px !important;
}
.newsletter input.button:focus {
  outline: none;
}
.newsletter #mc_message {
  line-height: 1em;
  margin-bottom: 1em;
}
.newsletter .mc_success_msg {
  color: #ffffff;
  font-weight: bold;
}

.newsletter input[type=text]{
	display:block;
	width:100%; 
}
.newsletter input{
	height: 30px;
	margin-top: 5px !important; 
}
.newsletter .mc_merge_var {
    display:table;
    clear:both;
    width:100%;   
}
.newsletter #mc-indicates-required{  
    display:block;
    clear:both;
    text-align:right; 
}
                    
#mc-embedded-subscribe {
  margin-bottom: 0px;
}

/* Adjust the columns for larger screens */
@media (min-width: 768px) {
  .footer-new-column {
    flex: 1 1 20%; /* 5 columns each taking up 20% */
  }
}

/* Adjust the columns for medium screens */
@media (max-width: 767px) and (min-width: 480px) {
  .footer-new-column {
    flex: 1 1 33.33%; /* 3 columns per row */
    text-align: center;
  }
}

/* Adjust the columns for smaller screens */
@media (max-width: 479px) {
  .footer-new-column {
    flex: 1 1 100%; /* 1 column per row */
  }
}

