/**
 * Theme Name:	Tawse Winery 2016
 * Author:		My Brother Darryl
 * Author URI:	http://www.promodem.com
 * Description:	A custom built WordPress theme for Tawse Winery
 * Version:		0.5.3
 * License:		GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:	tawse
 * Domain Path:	/languages/
 *
 * Tawse Winery 2016 Theme, Copyright 2016 My Brother Darryl a registered business name of Holtby Enterprises Inc.
 * Do not distribute this theme
 */
/*---------------------------------------------------------
 Contents (_contents.scss)
-----------------------------------------------------------
1. Code notes
2. Reset
3. Extends
4. Structure
4. Elements
5. Media and classes
6. Posts
7. Pages
8. Widgets
9. Sidebars
10. Comments
11. Forms and buttons
12. Browser support
-------------------------------------------------------- */
/*---------------------------------------------------------
 1. Notes (_notes.scss)
-----------------------------------------------------------
This stylesheet uses rem values with a pixel fallback.
-----------------------------------------------------------
 Examples
-----------------------------------------------------------
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 22px 0;
	padding: 1.29412rem 0; ($base)
-----------------------------------------------------------
 Spacing
-----------------------------------------------------------
The $base variable ($base: 22;) is used for spacing between elements.
Vertical spacing between most elements should use 11px, 22px, 44px or 66px
to maintain vertical rhythm:

.my-new-div {
	margin: 66px 0;
	margin: 3.88235rem 0; ($base*3)
}
-----------------------------------------------------------
 Further reading
-----------------------------------------------------------
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
-------------------------------------------------------- */
/*---------------------------------------------------------
 2. Reset (_reset.scss)
-------------------------------------------------------- */
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%;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after {
  content: '';
  content: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*---------------------------------------------------------
 3. Extends (_mixins.scss)
-------------------------------------------------------- */
.clear, .header-site, .header-navigation .header-menu {
  zoom: 1; }
  .clear:before, .header-site:before, .header-navigation .header-menu:before, .clear:after, .header-site:after, .header-navigation .header-menu:after {
    display: table;
    content: ""; }
  .clear:after, .header-site:after, .header-navigation .header-menu:after {
    clear: both; }

.break {
  word-break: break-word;
  word-wrap: break-word; }

/*---------------------------------------------------------
 4. Structure (_structure.scss)
-------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
  box-sizing: border-box;
  /*@include media($one) {
  	font-size: 100%;
  }*/ }

*, *:before, *:after {
  box-sizing: inherit; }

/*---------------------------------------------------------
 Detail (_structure.scss)
-------------------------------------------------------- */
body {
  background-color: #ffffff;
  color: #231f20;
  text-rendering: optimizeLegibility;
  font-family: "HelveticaNeueLT-Light";
  font-size: 1.6rem;
  line-height: 1.4; }
  @media screen and (min-width: 992px) {
    body {
      font-size: 1.8rem; } }

a {
  color: #a3a643;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:active, a:focus {
    color: #a3a643;
    text-decoration: none; }

p:empty {
  display: none; }

button,
input,
select,
textarea {
  color: #231f20;
  font-family: "HelveticaNeueLT-Roman";
  line-height: 1.6; }

pre,
code,
input,
textarea {
  font: inherit; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
  img.size-full, img.size-large, img.wp-post-image {
    height: auto; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 22px; }

.alignleft {
  float: left;
  margin-right: 33px; }

.alignright {
  float: right;
  margin-left: 33px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

iframe,
iframe-embed {
  max-width: 100%; }

.iframe-embed {
  position: relative;
  margin-bottom: 11px;
  line-height: 0; }

.wp-video {
  width: 100% !important; }

.mejs-container {
  background-color: transparent !important;
  background-image: none !important; }
  .mejs-container .mejs-poster img {
    width: 100% !important;
    max-width: none !important; }
  .mejs-container .mejs-controls {
    background: transparent url("img/icons/jplayer.png") repeat-x right top !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

body .mejs-poster {
  background-size: cover; }

.mejs-overlay-button,
.mejs-overlay-loading {
  display: none !important; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #e65f54 !important; }

.wp3s-table {
  margin-bottom: 22px;
  border: 5px solid #e8e6e6; }
  .wp3s-table th, .wp3s-table td {
    padding: 5px 11px; }
  .wp3s-table th {
    background: #e8e6e6;
    text-align: center;
    vertical-align: bottom;
    font-family: "HelveticaNeueLT-Roman"; }
    .wp3s-table th:first-child {
      text-align: left;
      white-space: nowrap; }
    .wp3s-table th:last-child {
      padding-right: 22px; }

.OTButton {
  margin-top: 0 !important;
  padding: 0 !important;
  margin-bottom: 22px !important; }

/*---------------------------------------------------------
 5. Header (_header.scss)
-------------------------------------------------------- */
.header-site {
  position: relative;
  z-index: 9999;
  background-color: #ffffff; }
  .header-site .header-branding .header-custom-logo img {
    max-width: 100%;
    height: auto; }
  @media screen and (min-width: 0px) {
    .header-site {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .header-site .header-branding {
        text-align: left;
        margin-bottom: 0; }
        .header-site .header-branding .header-custom-logo {
          display: inline-block; } }
  @media screen and (min-width: 992px) {
    .header-site .header-branding {
      text-align: center;
      margin-bottom: 2rem; }
      .header-site .header-branding .header-custom-logo {
        display: inline-block; } }
  @media screen and (min-width: 1200px) {
    .header-site {
      padding-top: 6rem;
      padding-bottom: 4rem; }
      .header-site .header-branding {
        margin: 0;
        text-align: left; }
        .header-site .header-branding .header-custom-logo {
          display: block; } }
  .header-site .header-nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    background-color: #ffffff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.9s;
    -moz-transition: -moz-transform 0.9s;
    transition: transform 0.9s; }
    @media screen and (min-width: 992px) {
      .header-site .header-nav-trigger {
        display: none; } }
    .header-site .header-nav-trigger .header-nav-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 22px;
      height: 2px;
      background-color: #231f20; }
      .header-site .header-nav-trigger .header-nav-icon::before, .header-site .header-nav-trigger .header-nav-icon::after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .header-site .header-nav-trigger .header-nav-icon::before {
        -webkit-transform-origin: right top;
        -moz-transform-origin: right top;
        -ms-transform-origin: right top;
        -o-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px); }
      .header-site .header-nav-trigger .header-nav-icon::after {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px); }
    .header-site .header-nav-trigger svg {
      position: absolute;
      top: 0;
      left: 0; }
    .nav-is-open .header-site .header-nav-trigger {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
      .nav-is-open .header-site .header-nav-trigger .header-nav-icon::after,
      .nav-is-open .header-site .header-nav-trigger .header-nav-icon::before {
        width: 50%;
        -webkit-transition: -webkit-transform 0.5s 0.5s, width 0.5s 0.5s;
        -moz-transition: -moz-transform 0.5s 0.5s, width 0.5s 0.5s;
        transition: transform 0.5s 0.5s, width 0.5s 0.5s; }
      .nav-is-open .header-site .header-nav-trigger .header-nav-icon::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .nav-is-open .header-site .header-nav-trigger .header-nav-icon::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

/*---------------------------------------------------------
 Navigation (_header.scss)
-------------------------------------------------------- */
.header-navigation {
  position: relative;
  z-index: 10000; }
  .header-navigation .header-menu {
    position: relative;
    display: block;
    text-align: right;
    overflow: visible; }
    @media screen and (min-width: 0px) {
      .header-navigation .header-menu {
        display: none; } }
    @media screen and (min-width: 992px) {
      .header-navigation .header-menu {
        display: block;
        text-align: center; } }
    .header-navigation .header-menu, .header-navigation .header-menu li {
      position: relative;
      list-style: none; }
    .header-navigation .header-menu > li {
      display: inline-block;
      font-family: "HelveticaNeueLT-Roman";
      font-size: 0;
      padding-left: 10px;
      padding-right: 10px; }
      .header-navigation .header-menu > li:last-of-type {
        padding-right: 0; }
      .header-navigation .header-menu > li a {
        display: block;
        color: #231f20;
        font-size: 1.7rem;
        line-height: 46px;
        text-decoration: none !important;
        text-transform: uppercase;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        .header-navigation .header-menu > li a:active, .header-navigation .header-menu > li a:focus, .header-navigation .header-menu > li a:hover {
          color: #a3a643;
          -webkit-transition: color 0.2s linear;
          -moz-transition: color 0.2s linear;
          transition: color 0.2s linear; }
      .header-navigation .header-menu > li.current-menu-item > a, .header-navigation .header-menu > li.current_page_item > a {
        color: #a3a643; }
      .header-navigation .header-menu > li > ul {
        position: absolute;
        left: 0;
        top: 45px;
        width: 160px;
        display: none;
        opacity: 0;
        background: #ffffff;
        padding-top: 0;
        padding-right: 11px;
        padding-bottom: 11px;
        padding-left: 11px;
        text-align: left; }
        .header-navigation .header-menu > li > ul > li {
          border-bottom: 2px solid #d8d9da;
          display: block; }
          .header-navigation .header-menu > li > ul > li a {
            font-size: 1.3rem;
            line-height: 1.4;
            padding-top: 5.5px;
            padding-bottom: 5.5px; }
      .header-navigation .header-menu > li:hover > ul {
        display: block;
        opacity: 1; }

/*---------------------------------------------------------
 4. Footer (_footer.scss)
-------------------------------------------------------- */
.footer-site {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 66px; }
  .footer-site .footer-line {
    width: 100%;
    height: 7px;
    background-color: #d8d9da;
    margin-bottom: 44px; }
  .footer-site h4 {
    color: #a3a643;
    font-size: 2.7rem;
    margin-bottom: 22px; }
  .footer-site .copyright {
    color: #86888a; }
  .footer-site .footer-widget {
    margin-bottom: 22px; }
    .footer-site .footer-widget#footer-tawse-project {
      min-height: 232px;
      background: transparent url("img/bg-barrels.png") no-repeat left bottom;
      background-size: constrain; }
      .footer-site .footer-widget#footer-tawse-project .textwidget {
        margin-top: 22px;
        padding-top: 22px;
        border-top: 5px solid #a3a643; }

.nav-container {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s, background 0.7s linear;
  -moz-transition: visibility 0s 0.7s, background 0.7s linear;
  transition: visibility 0s 0.7s, background 0.7s linear;
  background: rgba(255, 255, 255, 0.8); }
  .nav-container .nav-wrapper {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 125px calc(5% + 40px) 40px 5%;
    background-color: #ffffff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78); }
  .nav-is-open .nav-container {
    visibility: visible;
    -webkit-transition: visibility 0s 0s, background 0.7s linear;
    -moz-transition: visibility 0s 0s, background 0.7s linear;
    transition: visibility 0s 0s, background 0.7s linear; }
    .nav-is-open .nav-container .nav-wrapper {
      -webkit-transform: transition(transform 0.5s);
      -moz-transform: transition(transform 0.5s);
      -ms-transform: transition(transform 0.5s);
      -o-transform: transition(transform 0.5s);
      transform: transition(transform 0.5s);
      -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
      -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
      transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78); }
  .nav-container .nav-menu li {
    font-size: 1.8rem;
    margin: 11px 0;
    text-transform: none; }
    .nav-container .nav-menu li li {
      padding-left: 22px;
      font-size: 1.5rem; }

@media screen and (min-width: 0px) {
  .nav-is-open .nav-container .nav-wrapper {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@media screen and (min-width: 768px) {
  .nav-is-open .nav-container .nav-wrapper {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%); } }
@media screen and (min-width: 1200px) {
  .nav-container {
    display: none; } }
.page-header {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  position: relative;
  margin-bottom: 33px;
  overflow: hidden;
  /*img {
  	//position: absolute;
  	top: 0;
  	left: 15px;
  	max-width: 1140px !important;
  	width: 1140px !important;
  	height: 308px !important;
  	min-height: 308px;
  }*/ }
  .page-header .page-header-title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-family: "HelveticaNeueLT-Light";
    font-size: 6rem;
    line-height: 1.1; }
    @media screen and (min-width: 0px) {
      .page-header .page-header-title {
        font-size: 2.7rem;
        padding-left: 22px;
        padding-bottom: 0; } }
    @media screen and (min-width: 768px) {
      .page-header .page-header-title {
        font-size: 4rem;
        padding-left: 44px;
        padding-bottom: 22px; } }
    @media screen and (min-width: 992px) {
      .page-header .page-header-title {
        font-size: 6rem;
        padding-left: 44px;
        padding-bottom: 33px; } }

.page-content {
  margin-top: 44px;
  margin-bottom: 33px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
    font-family: "HelveticaNeueLT-Light";
    color: #a3a643; }
    .page-content h1 small, .page-content h2 small, .page-content h3 small, .page-content h4 small, .page-content h5 small, .page-content h6 small {
      font-family: "HelveticaNeueLT-Light";
      font-size: 1.7rem;
      color: #a3a643;
      text-transform: none; }
  .page-content h1 {
    margin-top: 44px;
    font-size: 4.4rem; }
    .page-content h1:first-of-type {
      margin-top: 0; }
  .page-content h2 {
    font-size: 2.9rem; }
    .page-content h2 small {
      font-family: "HelveticaNeueLT-Roman";
      font-size: 2.2rem;
      color: #231f20;
      margin-left: 11px; }
  .page-content h3 {
    font-size: 2.3rem; }
    .page-content h3 small {
      font-family: "HelveticaNeueLT-Roman";
      font-size: 1.6rem;
      color: #231f20; }
  .page-content p {
    margin: 0;
    padding: 0;
    margin-bottom: 22px; }
    .page-content p.quote {
      color: #a3a643;
      font-family: 'Open Sans';
      font-size: 2.9rem;
      font-style: italic;
      font-weight: 300; }
  .page-content ul, .page-content li {
    list-style: disc; }
  .page-content ul {
    margin-bottom: 22px; }
  .page-content li {
    margin-left: 1em;
    margin-bottom: 11px; }
  .page-template-template-leftside .page-content {
    background: transparent url("img/bg-trees.png") no-repeat bottom right;
    padding-bottom: 176px; }
  @media screen and (min-width: 0px) {
    .page-content h1 {
      font-size: 3rem; }
    .page-content h2 {
      font-size: 2.2rem; }
      .page-content h2 small {
        font-size: 1.5rem; }
    .page-content h3 {
      font-size: 1.8rem; }
      .page-content h3 small {
        font-size: 1.1rem; }
    .page-content p.quote {
      font-size: 2.2rem; }
    .home .page-content {
      font-size: 1.6rem; }
    .home .page-content h2 {
      font-size: 2rem; } }
  @media screen and (min-width: 1200px) {
    .page-content h1 {
      font-size: 4.4rem; }
    .page-content h2 {
      font-size: 2.9rem; }
      .page-content h2 small {
        font-size: 2.2rem; }
    .page-content h3 {
      font-size: 2.3rem; }
      .page-content h3 small {
        font-size: 1.6rem; }
    .page-content p.quote {
      font-size: 2.2rem; }
    .home .page-content {
      font-size: 2.1rem; }
    .home .page-content h2 {
      font-size: 2.7rem; } }

.container-widget-home {
  margin-top: 44px; }
  .container-widget-home .hwim-text {
    margin-top: 22px; }
    @media screen and (min-width: 992px) {
      .home .page-content .container-widget-home .hwim-text {
        font-size: 1.8rem; } }

@media screen and (min-width: 768px) {
  .post-content {
    padding-left: 95px; } }

article.post .post-content {
  position: relative;
  min-height: 98px; }
article.post .post-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  margin-bottom: 22px;
  display: none;
  border-right: 1px solid #e6e6e6; }
  article.post .post-meta.no-img {
    top: 6px; }
  article.post .post-meta .date {
    position: relative;
    font-size: 12px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  article.post .post-meta .month {
    margin-bottom: 4px;
    padding: 0;
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase; }
  article.post .post-meta .day {
    padding: 0 12px;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    article.post .post-meta {
      display: block; } }
article.post .post-header h1 {
  padding-bottom: 2px;
  font-size: 2.7rem; }
article.post .post-header a {
  color: inherit; }
article.post .content-inner {
  position: relative;
  margin-bottom: 44px; }
  article.post .content-inner .post-featured-img img {
    margin-bottom: 22px !important; }
article.post.quote .content-inner .whole-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: #a3a643;
  z-index: 10; }
article.post.quote .post-content .quote-inner {
  position: relative;
  padding: 22px;
  background-color: #a3a643;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
article.post.quote .post-content h2 {
  color: #ffffff;
  display: block;
  font-family: "HelveticaNeueLT-Light"; }
article.post.quote .post-content .author {
  font-size: 1.4rem; }
article.post.quote .quote-inner a {
  color: #ffffff !important; }
article.post.quote .quote-inner .title,
article.post.quote .quote-inner .author,
article.post.quote .quote-inner .icon {
  position: relative;
  font-family: "HelveticaNeueLT-Light";
  z-index: 100; }
article.post.quote .quote-inner span.icon {
  position: absolute;
  width: 19px;
  height: 17px;
  right: 22px;
  bottom: 18px;
  display: block;
  background-image: url("img/icons/quote.png"); }

.post-header {
  margin-bottom: 22px;
  font-size: 1.2rem;
  color: #a3a643; }

/**
 * Pagination
 */
#pagination {
  position: relative;
  margin-bottom: 11px;
  width: 100%;
  height: 32px;
  text-align: center; }
  #pagination a {
    position: relative;
    padding: 11px 13px 10px 13px !important;
    background-color: #231f20;
    background-position: -21px center;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  #pagination a, #pagination span {
    display: inline-block; }
  #pagination > div {
    margin: 0 5px 0 0;
    /*float: left;*/
    display: inline-block; }
    #pagination > div:first-child {
      margin-left: 0; }
  #pagination .next a,
  #pagination .prev a {
    width: 32px;
    height: 32px;
    background-image: url("img/icons/portfolio-arrows.png");
    background-repeat: no-repeat !important;
    text-indent: -999em; }
    #pagination .next a:hover, #pagination .next a:active,
    #pagination .prev a:hover,
    #pagination .prev a:active {
      background-color: #a3a643; }
  #pagination .next a {
    background-position: -20px 12px; }
  #pagination .prev a {
    background-position: 13px 12px; }

.home-widget,
.footer-widget,
.copyright {
  margin-bottom: 44px; }
  @media screen and (min-width: 992px) {
    .home-widget,
    .footer-widget,
    .copyright {
      margin-bottom: 0; } }

#sidebar .widget {
  margin-bottom: 44px; }
  #sidebar .widget h4 {
    font-size: 2rem;
    font-family: "HelveticaNeueLT-Roman";
    color: #231f20; }
  #sidebar .widget ul, #sidebar .widget li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #sidebar .widget li {
    margin-bottom: 5.5px;
    font-size: 1.6rem;
    font-weight: "HelveticaNeueLT-Light"; }

.widget_search .search-form {
  position: relative;
  overflow: hidden; }
  .widget_search .search-form input[type=text] {
    margin: 0 !important;
    padding: 16px !important;
    padding-right: 75px !important;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0; }
  .widget_search .search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    padding: 16px !important;
    width: auto;
    background-color: #231f20;
    border: none;
    color: #ffffff;
    line-height: 24px;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }

.google-map {
  margin: 0;
  margin-bottom: 22px; }

.wp3s-button-black {
  background: #a3a643; }
  .wp3s-button-black:hover {
    background: #231f20; }

.wp3s-social-icons.round a {
  background: #a3a643;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .wp3s-social-icons.round a:hover, .wp3s-social-icons.round a:active, .wp3s-social-icons.round a:focus {
    background: #231f20; }

.page-wines {
  color: #231f20; }
  .page-wines h1.wine-type {
    font-size: 3.4rem;
    line-height: 1.4;
    color: #a3a643; }
  .page-wines a {
    color: inherit; }
  .page-wines .wines-holder:before, .page-wines .wines-holder:after {
    display: table;
    content: ' '; }
  .page-wines .wines-holder:after {
    clear: both; }
  .page-wines .wine-left {
    margin-right: 9.574468085106383%;
    max-width: 17.73049645390071%;
    float: left; }
  .page-wines .wine-right {
    width: 72.69503546099291%;
    float: left;
    margin-top: 22px; }
    @media screen and (min-width: 992px) {
      .page-wines .wine-right {
        margin-top: 0; } }
  .page-wines .wine-year {
    font-size: 1.5rem;
    line-height: 20px; }
  .page-wines h3 {
    font-size: 2rem;
    font-family: "HelveticaNeueLT-Bold";
    padding-bottom: 11px;
    color: #a3a643; }
    .page-wines h3 .wine-vineyard {
      margin: 0;
      font-size: 1.5rem;
      line-height: 20px;
      color: #231f20; }
  .page-wines p {
    font-size: 1.2rem;
    line-height: 16px;
    padding-bottom: 4px; }
  .page-wines .wine-price-holder {
    margin: 0;
    margin-bottom: 11px; }
    .page-wines .wine-price-holder .price-holder {
      display: block; }
    .page-wines .wine-price-holder .price {
      font-size: 1.8rem;
      line-height: 25px;
      letter-spacing: -1px; }
      .page-wines .wine-price-holder .price::before {
        content: "$"; }
      .page-wines .wine-price-holder .price::after {
        content: "";
        font-size: 1.8rem; }
    .page-wines .wine-price-holder .deposit {
      font-size: 0.9rem; }
  .page-wines .read-more {
    display: none; }
  .page-wines .wp3s-divider {
    width: 100%;
    background: #231f20;
    margin-bottom: 44px;
    clear: both; }
  .page-wines .container:last-child .wp3s-divider {
    display: none; }

.button-2-sm {
  margin: 0 !important;
  padding: 4px 8px;
  width: auto !important;
  background-color: #a3a643;
  border: none;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button-2-sm:hover {
    background-color: #231f20;
    color: #ffffff; }

.wp3s-divider-2 {
  background-color: #d8d9da;
  margin-top: 22px;
  margin-bottom: 66px; }

@media screen and (min-width: 768px) {
  .container .row .col-sm-9 .col-sm-4:nth-child(3n+1) {
    clear: both; } }
.wine-feature {
  margin-top: 76px;
  border: 5px solid #d8d9da;
  padding: 22px; }
  .wine-feature h3 {
    font-size: 2.9rem; }
  .wine-feature p {
    color: #231f20;
    font-size: 1.8rem; }
  .wine-feature .wine-left {
    max-width: 64%; }
  @media screen and (min-width: 0px) {
    .wine-feature {
      margin-top: 44px; } }
  @media screen and (min-width: 992px) {
    .wine-feature {
      margin-top: 56px; }
      .wine-feature .wine-left {
        max-width: 54%; } }
  @media screen and (min-width: 1200px) {
    .wine-feature .wine-left {
      max-width: 64%; } }

.wine-feature-right {
  position: absolute;
  top: -70px;
  right: 33px;
  max-width: 90px;
  height: auto; }
  @media screen and (min-width: 768px) {
    .wine-feature-right {
      top: -15px;
      display: block;
      max-width: 90px; } }
  @media screen and (min-width: 992px) {
    .wine-feature-right {
      top: -20px;
      max-width: 100px; } }

/*--------------------------------
Form style
--------------------------------*/
.button {
  background-color: #a3a643;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.5em 2em;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .button:hover, .button:active, .button:focus {
    background-color: #231f20; }

fieldset {
  margin: 0; }

.mbd-formgroup {
  position: relative;
  margin: 20px 0;
  font-family: "HelveticaNeueLT-Light";
  font-weight: normal; }

.mbd-label {
  color: #231f20;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1px; }
  .mbd-label.ctct-flagged {
    color: #a94442; }

input, textarea, select, label {
  color: #231f20;
  font-family: "HelveticaNeueLT-Light";
  font-weight: normal;
  font-size: 1.6rem; }

input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
select.form-control {
  background-color: #ffffff;
  border: 1px solid #d8d9da;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(35, 31, 32, 0.08);
  color: #231f20;
  display: block;
  height: auto;
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus,
  select.form-control:focus {
    outline: none;
    border-color: #a3a643;
    box-shadow: 0 0 5px rgba(163, 166, 67, 0.2); }
  input[type="text"].is-error,
  input[type="email"].is-error,
  input[type="password"].is-error,
  input[type="tel"].is-error,
  textarea.is-error,
  select.is-error,
  select.form-control.is-error {
    border-color: #a94442; }
    input[type="text"].is-error:focus,
    input[type="email"].is-error:focus,
    input[type="password"].is-error:focus,
    input[type="tel"].is-error:focus,
    textarea.is-error:focus,
    select.is-error:focus,
    select.form-control.is-error:focus {
      outline: none;
      border-color: #a94442;
      box-shadow: 0 0 5px rgba(169, 68, 66, 0.2); }

input[type="submit"],
button {
  border: none;
  font-family: "HelveticaNeueLT-Light";
  font-size: 1.6rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

@-webkit-keyframes mbd-bounce {
  0%, 100% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8); } }
@-moz-keyframes mbd-bounce {
  0%, 100% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(0.8); } }
@keyframes mbd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); } }
.js .floating-labels .mbd-formgroup {
  margin: 28px 0 14px 0; }
  .js .floating-labels .mbd-formgroup.mbd-formgroup-top {
    margin-top: 0; }
.js .floating-labels .mbd-label {
  position: absolute;
  top: 12px;
  height: 0;
  left: 13px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s; }
.js .floating-labels .mbd-label.float,
.js .floating-labels .mbd-label.ctct-flagged {
  font-size: 1.2rem;
  top: -18px;
  left: 0 !important; }

.ctct-form-errorMessage {
  display: none; }

#success_message {
  font-family: "HelveticaNeueLT-Light";
  font-size: 1.8rem;
  text-align: left !important;
  color: #231f20; }
  #success_message > div {
    text-align: left !important; }

@media screen and (min-width: 1200px) {
  .page-content #tribe-events-content-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }
.page-content #tribe-bar-views {
  cursor: default !important; }
  .page-content #tribe-bar-views .tribe-bar-views-list {
    cursor: none !important; }
    .page-content #tribe-bar-views .tribe-bar-views-list li, .page-content #tribe-bar-views .tribe-bar-views-list a {
      cursor: default !important; }
    .page-content #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option-list,
    .page-content #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option-day {
      display: none; }
  .page-content #tribe-bar-views:hover, .page-content #tribe-bar-views label:hover {
    cursor: default !important; }

#tribe-geo-results h2.tribe-events-page-title,
h2.tribe-events-page-title {
  font-weight: normal; }

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button, .tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive, .tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #a3a643;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-button:active, #tribe-events .tribe-events-button:focus,
  #tribe-events .tribe-events-button:hover:hover,
  #tribe-events .tribe-events-button:hover:active,
  #tribe-events .tribe-events-button:hover:focus,
  #tribe_events_filters_wrapper input[type=submit]:hover,
  #tribe_events_filters_wrapper input[type=submit]:active,
  #tribe_events_filters_wrapper input[type=submit]:focus,
  .tribe-events-button:hover,
  .tribe-events-button:active,
  .tribe-events-button:focus, .tribe-events-button.tribe-active:hover:hover, .tribe-events-button.tribe-active:hover:active, .tribe-events-button.tribe-active:hover:focus,
  .tribe-events-button.tribe-inactive:hover,
  .tribe-events-button.tribe-inactive:active,
  .tribe-events-button.tribe-inactive:focus, .tribe-events-button:hover:hover, .tribe-events-button:hover:active, .tribe-events-button:hover:focus,
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:hover,
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:active,
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:focus,
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:hover,
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:active,
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:focus {
    background-color: #231f20; }

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  color: #a3a643; }

#tribe-events-content h1 {
  font-size: 2.9rem; }
#tribe-events-content h2 {
  font-size: 1.8rem; }
  #tribe-events-content h2.tribe-events-page-title {
    font-size: 2.9rem; }

.tribe-events-schedule {
  margin: 0; }
  .tribe-events-schedule h1, .tribe-events-schedule h2, .tribe-events-schedule h3, .tribe-events-schedule h4, .tribe-events-schedule h5, .tribe-events-schedule h6 {
    font-weight: normal; }
