/*!
  Theme Name: Laurentia Winery (2019)
  Theme URI: http://jeffdashley.com/

  Description: Laurentia Winery (2019) Child Theme for Genesis
  Author: Jeff Dashley
  Author URI: http://www.jeffdashley.com/
  Version: 1.0.0

  Template: genesis

  License: GPL-2.0+
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Text Domain: laurentia_2019
*/

/* Table of Contents
  - HTML5 RESET
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
  - DEFAULTS
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
    - Screen Reader Text
  - STRUCTURE & LAYOUT
    - Site Containers
    - Column Widths and Positions
    - Column Classes
  - COMMON CLASSES
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
  - WIDGETS
    - Featured Content
  - PLUGINS
    - Genesis eNews Extended
    - Jetpack
  - SKIP LINKS
  - SITE HEADER
    - Notification Bar
    - Title Area
  - SITE NAVIGATION
    - Primary Navigation
    - Site Header Navigation
    - Header Right Member Link
    - Header Right Shop Link
    - Accessible Menu
    - Responsive Menu (Header)
    - Footer Navigation
  - CONTENT AREA
    - Entries
    - Entry Meta
    - Pagination
    - Comments
  - SIDEBAR
  - FOOTER WIDGETS
  - SITE FOOTER
  - FADE IN EFFECT
  - PAGES
    - General
    - Winery
    - Menus
    - Our Story
    - Contact
    - Visit The Winery
    - Shipping & Terms
    - Privacy
    - Join The Club
    - Events
*/

/* --------------------------
* # HTML RESET
----------------------------- */

/* Baseline Normalize
----------------------------- */

/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
----------------------------- */

html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Float Clearing
----------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.fixed-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.fixed-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* --------------------------
* # DEFAULTS
----------------------------- */

/* ## Typographical Elements
----------------------------- */

html {
  font-size: 62.5%;
  /* 10px browser default */
}

/* Chrome fix */

body>div {
  font-size: 1.5rem;
}

body {
  background-color: #fff;
  color: #000;
  font-family: baskerville, serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  overflow-x: hidden;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.front-page .overlay,
.gallery img,
.fixed-header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: #7d716e;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin-bottom: 40px;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #000;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
----------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: baskerville, serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 48px;
  font-size: 4.8rem;
}

h2 {
  font-size: 42px;
  font-size: 4.2rem;
}

h3 {
  font-size: 36px;
  font-size: 3.6rem;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
  margin-bottom: 10px;
}

h4 {
  font-size: 27px;
  font-size: 2.7rem;
}

.entry-content h4 {
  margin-top: 40px;
}

.landing-page .entry-content h4,
.lead-capture-page .entry-content h4 {
  margin-bottom: 40px;
  margin-top: 60px;
  text-align: center;
}

h5 {
  font-size: 24px;
  font-size: 2.4rem;
}

h6 {
  font-size: 20px;
  font-size: 2rem;
}

/* ## Objects
----------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  width: 100%;
}

img.vertical {
  vertical-align: top;
}

figure {
  margin: 0;
}

/* ## Gallery
----------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

/* ## Forms
----------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  color: #000;
  font-family: baskerville, serif;
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
  padding: 20px;
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: #fff;
  outline: none;
}

input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

::placeholder {
  color: #000;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="select"],
input[type="submit"],
.button {
  background-color: #F0EFED;
  border: 0;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  /*	font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-size: 1rem;*/
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

.button.large {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 20px 30px;
}

.landing-page .button.large,
.lead-capture-page .button.large {
  margin-top: 40px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #f3cb5a;
  color: #000;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #f5f5f5;
  border-width: 0;
  color: #666;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
----------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  /*! word-break: break-all; */
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

/* ## Screen Reader Text
----------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  padding: 20px 20px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

/* --------------------------
* # STRUCTURE & LAYOUT
----------------------------- */

/* ## Site Containers
----------------------------- */

.site-inner {
  clear: both;
  margin-top: 0;
  padding: 0;
  max-width: 100%;
}

.landing-page .site-inner,
.lead-capture-page .site-inner {
  margin-top: 0;
  max-width: 840px;
}

@media only screen and (max-width: 1140px) {
  .site-inner {
    margin-top: 0;
  }
}

/* ## Column Widths & Positions
----------------------------- */

/* Content */

.content {
  float: right;
  padding: 80px 60px;
  padding: 80px 0px;
  width: 65%;
}

.content-sidebar .content {
  border-right: 1px solid #eee;
  float: left;
}

.sidebar-content .content {
  border-left: 1px solid #eee;
}

.full-width-content .content {
  border-right: none;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.full.full-width-content .content,
.full.landing-page .site-inner,
.full.lead-capture-page .site-inner {
  max-width: 100%;
}

@media only screen and (max-width: 1140px) {
  .content {
    width: 100%;
  }
  .content,
  .content-sidebar .content,
  .sidebar-content .content {
    float: none;
    padding: 0;
  }
  .content-sidebar .content {
    border-right: none;
  }
  .sidebar-content .content {
    border-left: none;
  }
  .sidebar .widget {
    padding: 5%;
  }
  .sidebar .widget:last-child {
    border-bottom: none;
  }
}

/* Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 35%;
}

.sidebar-content .sidebar-primary {
  float: left;
}

@media only screen and (max-width: 1140px) {
  .sidebar-primary {
    width: 100%;
  }
}

/* ## Column Classes
----------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

@media only screen and (max-width: 600px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}

/* --------------------------
* # COMMON CLASSES
----------------------------- */

/* ## Avatar
----------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
----------------------------- */

.after-entry,
.archive-description,
.breadcrumb {
  text-align: center;
}

.after-entry {
  padding-bottom: 60px;
}

.author-box {
  line-height: 1.5;
  padding-bottom: 20px;
}

.breadcrumb {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 10px;
}

.after-entry,
.archive-description,
.author-box,
.breadcrumb {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}

/* ## Search Form
----------------------------- */

.search-form {
  overflow: hidden;
  position: relative;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.search-form input[type="search"] {
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-top: 12px;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

/* ## Titles
----------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 48px;
  font-size: 4.8rem;
  /* 	display: none!important; */
}

.laurentia-contact-page .entry-title,
.laurentia-club-page .entry-title,
.laurentia-events-page .entry-title,
.laurentia-story-page .entry-title,
.laurentia-winery-page .entry-title,
.laurentia-visit-page .entry-title,
.laurentia-dining-page .entry-title {
  display: none;
}

.entry-title a,
.sidebar .widget-title a {
  color: #000;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #f3cb5a;
}

.widget-title {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

/* ## WordPress
----------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  margin-left: 0;
  text-align: center;
}

.entry-content p.gallery-caption,
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* --------------------------
* # WIDGETS
----------------------------- */

.widget {
  word-wrap: break-word;
}

.widget p:last-child,
.widget ul>li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget ul>li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul>li:last-of-type {
  padding-bottom: 0;
}

.widget ol>li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
----------------------------- */

.featured-content .widget-title {
  margin-bottom: 30px;
}

.footer-widgets .featured-content .entry,
.sidebar .featured-content .entry {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.footer-widgets .featured-content .entry-header,
.sidebar .featured-content .entry-header {
  text-align: left;
}

.footer-widgets .featured-content .entry-header::after,
.sidebar .featured-content .entry-header::after {
  display: none;
}

.footer-widgets .featured-content .entry-title,
.sidebar .featured-content .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer-widgets .featured-content .entry-meta,
.sidebar .featured-content .entry-meta {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-widgets .featured-content .entry-meta a,
.sidebar .featured-content .entry-meta a {
  color: #000;
  text-decoration: none;
}

.footer-widgets .featured-content .entry-meta a:hover,
.footer-widgets .featured-content .entry-meta a:focus,
.sidebar .featured-content .entry-meta a:hover,
.sidebar .featured-content .entry-meta a:focus {
  color: #f3cb5a;
}

.footer-widgets .featured-content .entry-image,
.sidebar .featured-content .entry-image {
  vertical-align: top;
}

.featured-content a.alignleft,
.featured-content a.alignright,
.featured-content .entry:last-of-type {
  margin-bottom: 0;
}

.featured-content a.aligncenter,
.featured-content a.alignleft,
.featured-content a.alignnone,
.featured-content a.alignright {
  border-bottom-width: 0;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.featured-content .more-posts-title {
  display: block;
  padding-top: 30px;
}

/* --------------------------
* # PLUGINS
----------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget input {
  text-align: center;
}

.after-entry .enews-widget,
.landing-page .enews-widget,
.lead-capture-page .enews-widget {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.landing-page .enews-widget,
.lead-capture-page .enews-widget,
.offscreen-content .enews-widget {
  background-color: #f5f5f5;
  padding: 60px;
}

.enews-widget form {
  margin-left: 20px;
  margin-right: 20px;
}

.offscreen-content .enews-widget form {
  margin-left: 60px;
  margin-right: 60px;
}

.enews-widget p {
  margin-bottom: 20px;
}

.enews-widget form+p {
  margin-top: 20px;
}

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.landing-page .enews-widget input,
.lead-capture-page .enews-widget input,
.offscreen-content .enews-widget input {
  background-color: #fff;
}

.enews-widget input[type="submit"] {
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  margin: 0;
  width: auto !important;
}

.enews-widget input:hover[type="submit"] {
  background-color: #f3cb5a!important;
  color: #000;
}

/* ## Jetpack
----------------------------- */

#wpstats {
  display: none;
}

/* --------------------------
* # SKIP LINKS
----------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

.genesis-skip-link a {
  background: #fff;
}

/* Display outline on focus */

:focus {
  color: #000;
  outline: #ccc solid 1px;
}

/* --------------------------
* # SITE HEADER
----------------------------- */

.site-header {
  position: relative;
  width: 100%;
  z-index: 9999;
  transition: all .1s ease;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding-left: 30px;
  padding-right: 30px;
}

.site-header.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}

.site-header .widget-area {
  float: right;
}

.admin-bar .site-header.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 32px;
}

@media only screen and (max-width: 1140px) {
  .site-header {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 800px) {
  .site-header {
    padding-left: 10px;
    padding-right: 5px;
  }
}

/* ## Notification Bar
----------------------------- */

.laurentia-notification-bar {
  /*	background: #ff0000;
  display: none;
  padding: 10px 30px;
  position: relative;
  text-align: center;*/
  background-color: #f0efec;
  padding: 12px 0px 12px 40px;
  position: relative;
  border-bottom: 1px solid #7d716e;
  margin-bottom: 4px;
}

.laurentia-notification-bar:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -4px;
  left: 0;
  right: 0;
  background: #7d716e;
}

.laurentia-notification-bar p {
  color: #000;
  font-family: lato, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.laurentia-notification-bar a:link,
.laurentia-notification-bar a:visited {
  margin-left: 10px;
  background-color: #f0efed;
  border: 1px solid #000;
  padding: 3px 8px 3px 8px;
  /* 	border-radius:5px; */
  color: #000;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: .07em;
  font-weight: 400;
}

.laurentia-notification-bar a:hover {
  color: #f3cb5a;
}

/*.laurentia-notification-bar,
.laurentia-notification-bar a,
.laurentia-notification-bar a:focus,
.laurentia-notification-bar a:hover {
  color: #fff;
}*/

#laurentia-notification-bar-close,
#laurentia-notification-bar-close:focus,
#laurentia-notification-bar-close:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #000;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1px;
  transform: none;
  font-family: fontawesome;
  font-size: 14px;
  font-size: 1.4rem;
}

#laurentia-notification-bar-close {
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 800px) {
  .laurentia-notification-bar p {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 700px) {
  .laurentia-notification-bar p {
    font-size: 10px;
    font-size: 1rem;
  }
  .laurentia-notification-bar a:link {
    margin-left: 0px;
    background-color: #f0efed;
    border: none;
    padding: 3px 8px 3px 8px;
    border-radius: 5px;
    color: #83152B;
    font-size: 10px;
    font-size: 1rem;
  }
  #laurentia-notification-bar-close {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 720px) {
  .laurentia-notification-bar {
    display: none;
  }
}

/* ## Title Area
----------------------------- */

.title-area {
  float: left;
  padding-bottom: 27px;
  padding-top: 27px;
  width: 20%;
}

.header-image .title-area {
  margin-bottom: 0px;
  margin-top: 20px;
  min-height: 55px;
  padding: 0;
  width: 80px;
}

.site-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #000;
  text-decoration: none;
}

.header-image .site-title>a {
  background-size: contain !important;
  float: left;
  min-height: 55px;
  width: 250px;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-title,
.site-description {
  display: block;
  height: 0;
  text-indent: -9999px;
  color: transparent;
}

@media only screen and (max-width: 1280px) {
  .header-image .site-title>a {
    width: 220px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1140px) {
  .site-header .title-area,
  .site-description,
  .site-title {
    text-align: center;
    color: transparent;
  }
  .title-area {
    padding-bottom: 15px;
    width: 100%;
  }
  .header-image .title-area {
    width: 100%;
    float: none;
  }
  .header-image .site-title>a {
    background-position: center !important;
    display: block;
    margin-top: -10px;
    width: 250px;
  }
}

@media only screen and (max-width: 600px) {
  .header-image .site-title>a {
    width: 200px;
    margin-top: -10px;
  }
}

/* --------------------------
* # SITE NAVIGATION
----------------------------- */

.genesis-nav-menu {
  /*	clear: both;*/
  line-height: 1;
  width: 100%;
  /*	display: inline;*/
  margin-left: 132px;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}

.genesis-nav-menu a {
  color: #000;
  display: block;
  font-family: baskerville, serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: .12em;
  padding: 30px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus {
  color: #83152B!important;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu {
  /* 	border-top: 1px solid #eee; */
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  /* 	border: 1px solid #eee; */
  border-top: 0;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: .05em;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
  left: auto;
  opacity: 1;
}

@media only screen and (max-width: 1280px) {
  .genesis-nav-menu a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .genesis-nav-menu {
    /*	clear: both;*/
    line-height: 1;
    width: 100%;
    /*	display: inline;*/
    margin-left: 32px;
  }
}

/* ## Primary Navigation
----------------------------- */

.nav-primary {
  /*	float: left;*/
  margin-top: 2px;
  text-align: center;
  /*	width: 75%;*/
}

@media only screen and (max-width: 1280px) {
  .nav-primary {
    width: 80%;
    float: right;
  }
}

@media only screen and (max-width: 1140px) {
  .site-header .nav-primary {
    width: 100%;
  }
}

/* ## Site Header Navigation
----------------------------- */

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Header Right Member Link
----------------------------- */

.header-member-link {
  margin-top: 27px;
  margin-right:-82px;
  float: right;
}

.header-member-link .widget-title {
  display: none;
}

.header-member-link a:before {
  content: "login";
  margin-right: 12px;
  margin-top: 0px;
  float: left;
}

.header-member-link a:link,
.header-member-link a:visited {
  font-size: 15px;
  font-size: 1.5rem;
  color: transparent;
  text-transform: uppercase;
}

.header-member-link a:hover {
  color: #000;
}

.header-member-link img {
  width: 25px;
}

.header-member-link img:hover {
  opacity: .6;
}

/* ## Header Right Shop Link
----------------------------- */

.header-shop-link {
  margin-top: 24px;
  float: right;
}

.header-shop-link img {
  display: none;
}

.header-shop-link .widget-title {
  display: none;
}

.header-shop-link a:before {
  content: "";
  margin-right: 92px;
  margin-top: 0px;
  float: left;
}

/* .header-shop-link a:link,
.header-shop-link a:visited {
  font-size: 15px;
  font-size: 1.5rem;
  color: transparent;
  text-transform: uppercase;
} */




/* ## Accessible Menu
----------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
  left: auto;
  opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
  display: none;
  visibility: hidden;
}

/* ## Responsive Menu (Header)
------------------------------ */

@media only screen and (max-width: 1140px) {
  .genesis-nav-menu li {
    float: none;
  }
  .genesis-nav-menu {
    text-align: center;
  }
  .genesis-nav-menu li {
    float: none;
  }
  .genesis-nav-menu
    {
    text-align: center;
  }
  .js .site-header nav .wrap {
    padding: 0;
  }
  .js .nav-primary .menu {
    padding: 4em 0 2em;
    position: relative;
    border-bottom: 1px solid #eceef1;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .js .genesis-nav-menu .sub-menu,
  .js .genesis-nav-menu .sub-menu a {
    width: 100%;
  }
  .js .nav-primary {
    width: 93vw !important;
    max-width: 400px;
    max-width: 40rem;
    margin: 0;
    padding: 0 80px;
    padding: 0 8rem;
    background-color: #ffffff;
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
    position: absolute;
    right: -400px;
    right: -40rem;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    position: fixed;
    transition: all 0.3s ease;
    z-index: 1009;
  }
  .js .nav-primary.activated {
    right: 0;
    left: auto;
    box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
  }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }
  .genesis-nav-menu a.toggle-off-screen-cart {
    margin-top: -75px;
  }
  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    background-color: #fff;
    color: #000;
    display: block;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    float: right;
    margin-top: -55px;
    font-size: 18px;
    font-size: 1.8rem;
    /*		margin-right: 95px;*/
    padding: 0px;
  }
  .menu-toggle:visited,
  .sub-menu-toggle:visited {
    color: #000;
  }
  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background: transparent;
    color: #83152B;
    border-width: 0;
  }
  .menu-toggle:focus,
  .sub-menu-toggle:focus {
    outline: thin solid #ccc;
    outline-offset: -1px;
  }
  .menu-toggle {
    line-height: 20px;
    position: relative;
    z-index: 1000;
    /*		width: 100%;*/
  }
  .menu-toggle::before {
    font-size: 2em;
    margin-right: 10px;
    text-rendering: auto;
    vertical-align: middle;
  }
  .sub-menu-toggle {
    float: left;
    padding: 10px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 1000;
    margin-top: 0px;
  }
  .sub-menu {
    padding-right: 15px;
  }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate( 0);
    -ms-transform: rotate( 0);
    transform: rotate( 0);
    -webkit-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
  }
  
  .ion-chevron-down::before {
      content: "\f104"!important;
  }
  
  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate( 180deg);
    -ms-transform: rotate( 180deg);
    transform: rotate( 180deg);
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: center;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-responsive-menu .genesis-nav-menu a:focus,
  .genesis-responsive-menu .genesis-nav-menu a:hover {
    color: #83152B;
  }
  .genesis-responsive-menu .genesis-nav-menu a:focus {
    color: #83152B;
    outline: thin solid #ccc;
    outline-offset: -1px;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 1px;
    padding: 12px 20px;
    width: 100%;
  }
  .genesis-responsive-menu .site-header .genesis-nav-menu .menu-item a {
    padding: 10px 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  
  .header-member-link {
    margin-top: -50px;
    margin-right: 85px;
    display: block;
    float: right;
  }
  .header-member-link a:before {
    display: none;
  }
  
  .header-shop-link {
    margin-top: -50px;
    margin-right: 50px;
  }
  .header-shop-link a:before {
    display: none;
  }

}

@media only screen and (max-width: 600px) {
  .menu-toggle {
    margin-right: 0px;
    margin-top: -55px;
  }
  .sub-menu-toggle {
    margin-top: 0px;
  }
}

/* ## Footer Navigation
----------------------------- */

.site-footer .genesis-nav-menu {
  padding-bottom: 30px;
}

.site-footer .genesis-nav-menu a {
  padding: 0 20px;
}

/* --------------------------
* # CONTENT AREA
----------------------------- */

/* ## Entries
----------------------------- */

.entry,
.page.page-template-page_blog .content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.page .content .entry {
  border-bottom: none;
}

.lead-capture-page .entry {
  margin-bottom: 0;
}

.page .content .entry,
.single .content .entry {
  padding-bottom: 0;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
}

.entry-content ol>li {
  list-style-type: decimal;
}

.entry-content ul>li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
  list-style-type: circle;
}

.entry-content code {
  background-color: #000;
  color: #eee;
}

.center {
  text-align: center;
}

.intro {
  font-size: 24px;
  font-size: 2.4rem;
  font-style: italic;
  margin-bottom: 40px;
  text-align: center;
}

.entry-content p {
  padding: 0 60px;
}

@media only screen and (max-width: 799px) {
  .entry-content p {
    padding: 0 30px;
  }
}

/* ## Entry Meta
----------------------------- */

.entry-header {
  text-align: center;
}

/*.entry-header::after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  width: 2.5%;
}*/

p.entry-meta {
  font-size: 20px;
  font-size: 2rem;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
----------------------------- */

.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination a {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.archive-pagination a:hover,
.archive-pagination a:focus {
  color: #d43c67;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination li.active a {
  background-color: #000;
  color: #fff;
}

/* ## Comments
----------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  line-height: 1.5;
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul>li {
  list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

/* --------------------------
* # SIDEBAR
----------------------------- */

.sidebar {
  font-size: 20px;
  font-size: 2rem;
}

.sidebar .widget {
  border-bottom: 1px solid #eee;
  padding: 50px 60px 60px;
}

/* --------------------------
* # FOOTER WIDGETS
----------------------------- */

.footer-widgets {
  border-top: 1px solid #7d716e;
  padding-top: 2px;
}

.footer-widgets .widgettitle {
  display: none;
}

.footer-widgets .wrap {
  padding: 0;
  clear: both;
  background-image: url(./assets/images/footer_bg_3.jpg);
  background-position: 20% 80%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #f0efed;
}

.footer-widgets .widget-area {
  float: none;
}

.footer-widgets .widget {
  margin-bottom: 0px;
}

.footer-widget-area .widget-wrap {
  margin: auto;
  padding-left: 40px;
  padding-right: 60px;
}

.footer-widgets-2 {
  margin-top: 80px;
  margin-bottom: 10px;
}

.footer-widgets p {
  margin-bottom: 0px;
}

.footer-widgets .button {
  background-color: #000;
  color: #fff;
  margin-top: 10px;
}

.footer-widgets .button:hover {
  background-color: #d43c67;
}

.footer-widgets-1 {
  padding-top: 10px;
  background-color: transparent;
  position: relative;
  border-top: 1px solid #7d716e;
}

.footer-menu.widget ul>li {
  margin-bottom: 0px;
  padding-bottom: 12px;
}

.footer-menu li {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 0px;
  margin-top: 10px;
}

.footer-menu a:link,
.footer-menu a:visited {
  font-family: baskerville, serif;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.footer-menu a:hover {
  color: #83152B;
}

.footer-social {
  /* 	float: right; */
  margin-top: -45px;
  text-align: right;
}

.footer-social li {
  display: inline-block;
  padding-right: 3px;
  font-size: 20px;
  font-size: 2rem;
}

.footer-social li a:link,
.footer-social li a:visited {
  color: #000;
}

.footer-social li a:hover {
  color: #83152B;
}

.footer-season {
  font-family: baskerville, serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 0px;
  letter-spacing: .03em;
  display: inline-block;
}

.footer-hours {
  font-family: lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footer-disclaimer {
  font-family: lato, sans-serif;
  font-style: italic;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 300;
}

.footer-address {
  font-family: baskerville, serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 20px;
  padding-bottom: 3px;
  line-height: 1.4;
}

.footer-widgets-3 .widget-1 p {
  font-family: baskerville, serif;
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
}

@media only screen and (max-width: 1140px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .footer-menu {
    margin-top: 20px;
  }
  .footer-menu li {
    display: block;
    line-height: 1
  }
  .footer-social {
    float: none;
    text-align: left;
    margin: 0;
  }
}

/* --------------------------
* # SITE FOOTER
----------------------------- */

.site-footer {
  border-top: 1px solid #eee;
  line-height: 1;
  padding: 60px 0;
  text-align: center;
}

.site-footer .wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 60px;
  padding-right: 60px;
}

.site-footer p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.site-footer a {
  color: #000;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #d43c67;
}

@media only screen and (max-width: 1140px) {
  .site-footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .site-footer .genesis-nav-menu a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* --------------------------
* # FADE-IN EFFECT
----------------------------- */

.site-container {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* --------------------------
* # PRINT STYLES
----------------------------- */

@media print {
  * {
    opacity: 1 !important;
  }
}

/* --------------------------
* # PAGES
----------------------------- */

/* ## General
----------------------------- */

.general-page .entry-title {
  font-family: baskerville, serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0px;
}

.general-page .entry-title:before {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_left_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.general-page .entry-title:after {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_right_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.general-page .entry-content {
  max-width: 1140px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.general-page .entry-content p {
  font-family: baskerville, serif;
  font-size: 15px;
}

.general-page .entry-content h1 {
  font-family: baskerville, serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
  width: 100%;
  display: none;
}

.general-page .entry-content h1:before {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_left_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.general-page .entry-content h1:after {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_right_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.general-page .entry-content h2 {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #F0EFEC;
  padding-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.general-page .entry-content h4 {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #F0EFEC;
  padding-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.general-page .entry-content h6 {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  font-family: baskerville, serif;
  letter-spacing: .03em;
}

.centered .entry-content {
  max-width: 800px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.laurentia-shipping-terms .entry-title,
.laurentia-privacy-page .entry-title {
  font-family: baskerville, serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0px;
}

.laurentia-shipping-terms .entry-title:before,
.laurentia-privacy-page .entry-title:before {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_left_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.laurentia-shipping-terms .entry-title:after,
.laurentia-privacy-page .entry-title:after {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_right_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

@media only screen and (max-width: 1140px) {
  .general-page .entry-content {
    margin-top: 60px;
  }
}

/* ## Winery
----------------------------- */

.laurentia-winery-page .n2-section-smartslider {
  margin-top: 60px!important;
}

.winery-excerpt {
  float: left;
  padding: 10px 30px 0px 0px;
  width: 220px;
}

@media only screen and (max-width: 600px) {
  .winery-excerpt {
    float: left;
    padding: 10px 30px 0px 0px;
    width: 200px;
  }
  
  
}

/* ## Menus
----------------------------- */

.laurentia-dining-page .entry-content strong,
.laurentia-events-menu-page .entry-content strong {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.laurentia-dining-page .entry-content h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}
.laurentia-dining-page .entry-content em,
.laurentia-events-menu-page .entry-content em {
  font-family: baskerville, serif;
  font-size: 13px;
  letter-spacing: .03em;
}

.laurentia-dining-page .entry-content h4,
.laurentia-events-menu-page .entry-content h4 {
  font-family: baskerville, serif;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: .01em!important;
  font-size: 18px;
}

.wine-pair {
  color: #83152B;
  font-weight: 600;
  /* display: none; */
}

.serving {
  font-size: 15px;
  text-transform: lowercase;
/* 	font-style: italic; */
}

.laurentia-events-menu-page .entry-title {
  font-family: baskerville, serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0px;
  display: none;
}

.laurentia-events-menu-page .entry-title:before {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_left_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
  display: none;

}

.laurentia-events-menu-page.entry-title:after {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_right_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
  display: none;

}

.menu-info {
  margin-top: 80px;
}


@media only screen and (max-width: 1140px) {
    
  .laurentia-events-menu-page .entry-title {
    font-size: 22px;
    margin-top: 60px;
  }
  
  .laurentia-events-menu-page .entry-title::before {
    width: 60px;
    background-size: 30px;
  }
  
  .laurentia-events-menu-page .entry-title::after {
    width: 60px;
    background-size: 30px;
  }
  

}

@media only screen and (max-width: 800px) {
    
  .laurentia-events-menu-page .entry-title {
    font-size: 20px;
    margin-top: 60px;
  }
  
  .laurentia-events-menu-page .entry-title::before {
    width: 60px;
    background-size: 30px;
  }
  
  .laurentia-events-menu-page .entry-title::after {
    width: 60px;
    background-size: 30px;
  }
  

}

/* ## Our Story
----------------------------- */


.our-story-photo-top {
/* 	width: 400px; */
}

#attachment_795,
#attachment_794{
  float: right;
  padding-left: 30px;
/* 	margin-top: 35px; */
  text-align: center;
  width: 400px!important;
}

.wp-caption-text {
  font-size: 15px;
  font-weight: 500;
}

.clear-fix {
  clear: both;
}

/* .our-story-photo-bottom {
  float: right;
  width: 400px;
  padding-left: 30px;
  
} */

.our-story-excerpt {
  float: left;
  padding: 5px 20px 0px 0px;
  width: 220px;
}

@media only screen and (max-width: 600px) {
  .our-story-excerpt {
    float: left;
    padding: 10px 30px 0px 0px;
    width: 200px;
  }
}

@media only screen and (max-width: 799px) {
/* 	.our-story-photo-top {
    float: none;
    width: 100%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  
  .our-story-photo-bottom {
    float: none;
    width: 100%;
    padding-left: 0;
    
  } */
  
  #attachment_795,
#attachment_794{
  float: none;
  padding-left: 0px;
/* 	margin-top: 35px; */
  text-align: center;
  width: 100%!important;
}

  
  
}




/* TIMELINE */


.timeline-area-wrap {
  background: url('https://laurentia.jeffdashley.com/wp-content/uploads/2019/05/Timeline-Layer_bg.jpg') no-repeat #000;
  background-size: cover;
  padding-top: 60px;
  margin-top: 60px;
  padding-bottom: 60px
}

.wpostahs-slider-inner-wrp  {
  background-color: rgba(0, 0, 0, 0.8);
  width: 80%;
  margin: auto;
  
}

.laurentia-story-page .wpostahs-slick-slider .slick-arrow {
  border: none!important;
}

.laurentia-story-page .wpostahs-slick-slider .slick-arrow:hover {
  border: none!important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
  background: #f3cb5a!important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
  color: #f3cb5a!important;
  font-weight: 500!important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
  background: #f3cb5a!important;
  transition: all 0.5s ease-in-out;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav-title .wpostahs-title {
  width: 100%!important;
}

.slick-active .wpostahs-title {
  color: #fff!important;
}

.laurentia-story-page .wpostahs-centent-title,
.laurentia-story-page .wpostahs-title {
  font-family: baskerville, serif;
  color: #F3CB5A;
  font-weight: 500;
}

.laurentia-story-page .wpostahs-title {
  font-size: 14px;
}

.laurentia-story-page .wpostahs-centent-title {
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.laurentia-story-page h2.wpostahs-centent-title {
  border-bottom: none;
}

.laurentia-story-page .wpostahs-slider-design-2 .wpostahs-slider-nav.wpostahs-slick-slider .slick-track {
  display: flex;
  justify-content: space-evenly;
}

.laurentia-story-page .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-list.draggable::before {
  width: 740px;
}

/*
.laurentia-story-page .wpostahs-centent {
  width: 700px!important;
  margin-right: auto!important;
  margin-left: auto;
}
*/

.laurentia-story-page .wpostahs-centent p,
.laurentia-story-page .wpostahs-centent h4 {
  margin-top: 0px!important;
  margin-bottom: 20px!important;
}

.laurentia-story-page .wpostahs-centent p {
  font-family: lato, sans-serif;
  font-size: 14px!important;
  color: #fff;
}

.laurentia-story-page .wpostahs-centent h4 {
  font-family: lato, sans-serif;
  color: #F3CB5A;
  font-size: 14px;
  font-weight: 400;
  border-bottom: none;
  
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-list.draggable::before {
  background: #7d716e!important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title .wpostahs-main-title button {
  border-color: #7d716e!important;
  
}

.laurentia-story-page .wpostahs-slick-slider button.slick-next, .wpostahs-slick-slider button.slick-next:hover, .wpostahs-slick-slider button.slick-next:focus {
    background: url(https://laurentia.jeffdashley.com/wp-content/uploads/2019/05/arrow_right_white.svg) center center no-repeat !important;
    background-size: auto;
    background-size: 10px 17px !important;
    outline: none !important;
}

.laurentia-story-page .wpostahs-slick-slider button.slick-prev, .wpostahs-slick-slider button.slick-prev:hover, .wpostahs-slick-slider button.slick-prev:focus {
    background: url(https://laurentia.jeffdashley.com/wp-content/uploads/2019/05/arrow_left_white.svg) center center no-repeat !important;
    background-size: auto;
    background-size: 10px 17px !important;
    outline: none !important;
}

@media only screen and (max-width: 799px) {
 .laurentia-story-page .wpostahs-centent p {
   padding: 10px 0px 10px 0px;
   text-align: justify!important;
  }
  .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-list.draggable::before {
    display:none!important;
  }
  
  
}

/* ## Contact
----------------------------- */



.laurentia-contact-page .entry-content p {
  letter-spacing: .04em;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 80px;
}

/* ## Visit The Winery
----------------------------- */

.laurentia-visit-page .entry-content {
  max-width: 800px;
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width:801px) {
  .laurentia-visit-page .entry-content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ## Shipping & Terms
----------------------------- */

.laurentia-shipping-terms .entry-content {
  margin-top: 60px;
}

.laurentia-shipping-terms .entry-content p {
  letter-spacing: .04em;
}

/* ## Privacy
----------------------------- */

.laurentia-privacy-page .entry-content {
  margin-top: 60px;
}

.laurentia-privacy-page .entry-content p {
  letter-spacing: .04em;
}

/* ## Club
----------------------------- */

.custom-page-widget {
  padding: 0 0;
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin: 0 auto;
  min-height: 100%;
  max-height: 100%;
}

.custom-page-widget .wrap {
  /*  padding: 50px 30px;*/
  /*  max-width: 1140px;*/
  margin: 0 auto;
}

.custom-page .entry-title {
  padding: 0px 0px;
  text-align: center;
}

.custom-page .site-inner {
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0;
  max-width: none;
}

.laurentia-club-page p {
  margin: 0 0 30px;
}

.site-inner .custom-page-widget .widget {
  padding: 10px 0;
}

.site-inner .custom-page-widget:nth-child(odd) {
  /*  background-color: #f3f3f3;*/
}

.site-inner .custom-page-widget .widget:last-child {
  margin-bottom: 0;
}

.laurentia-club-page .entry-title {
  font-family: baskerville, serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 60px;
}

.laurentia-club-page .entry-title:before {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_left_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.laurentia-club-page .entry-title:after {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_right_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.laurentia-club-page .custom-page-1 .wrap {
  padding: 10px 60px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 200px;
  margin-top: 60px;
}

.laurentia-club-page .custom-page-1 .widgettitle {
  display: none;
}

.laurentia-club-page .custom-page-1 p {
  font-family: baskerville, serif;
  font-size: 15px;
}

.club-excerpt {
  float: left;
  padding: 5px 20px 0px 0px;
  width: 220px;
  margin-top: -10px;
}

@media only screen and (max-width: 600px) {
  .club-excerpt {
    float: left;
    padding: 10px 30px 0px 0px;
    width: 200px;
  }
  
  
}

.laurentia-club-page .custom-page-2 .wrap {
  /*	  padding: 50px 30px;*/
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  background: url(./assets/images/LaurentiaWinery_Club_Schedule_Grapes.jpg) center center no-repeat;
  background-size: cover;
}

.laurentia-club-page .custom-page-2 .widget-1 {
  padding: 0px 30px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

.club-page-release-schedule .widgettitle {
  display: none;
}

.club-page-release-schedule ul {
  text-align: center;
  border: 1px solid #7d716e;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 50px 10px 50px 10px;
  background-color: #fff;
/*   margin-top: -200px; */
}

.club-page-release-schedule ul:before {
  content: " ";
  position: absolute;
  z-index: 4;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #7d716e;
}

.club-page-release-schedule li {
  font-family: baskerville, serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.club-page-release-schedule li:nth-child(1) {
  font-family: lato, sans-serif;
  font-size: 14px;
  letter-spacing: 1em;
  margin-left: 10px;
}

.club-page-release-schedule li:nth-child(2) {
  font-size: 30px;
  line-height: 1;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: -10px;
}

.club-page-release-schedule li:nth-child(3) {
  margin-top: 20px;
}

.laurentia-club-page .custom-page-2 .widget-2 {
  padding: 0px 30px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  /*position: relative;*/
}

.club-page-release-schedule-contact .widgettitle {
  display: none;
}

.club-page-release-schedule-contact ul {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.club-page-release-schedule-contact li {
  color: #fff;
  font-family: baskerville, serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
}

.club-page-release-schedule-contact li:nth-child(1) {
  font-size: 18px;
  font-style: italic;
}

.club-page-release-schedule-contact li:nth-child(2) {
  font-size: 22px;
  letter-spacing: .15em;
  line-height: 1;
  /*	width: 90%;*/
  margin-right: auto;
  margin-left: auto;
  margin-top: -10px;
}

.club-page-release-schedule-contact li:nth-child(3) {
  margin-top: -10px;
}

.club-page-release-schedule-contact a:link,
.club-page-release-schedule-contact a:visited {
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

.club-page-release-schedule-contact a:hover,
.club-page-release-schedule-contact a:focus {
  color: #f3cb5a;
}

/*.laurentia-club-page .custom-page-2 .widget-3 {
  margin-top: -450px;
float: left;
width: 100%;
margin-bottom: 100px!important;
display: none;
}*/

#club-page-widget-3 .widget-2 .widgettitle,
#club-page-widget-3 .widget-3 .widgettitle{
  display: none;
}

.membership-table table {
  word-break: normal!important;
}

.membership-plans-header .widgettitle {
  font-family: baskerville, serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
}

.membership-plans-header .widgettitle:before {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_left_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.membership-plans-header .widgettitle:after {
  display: inline-block;
  width: 70px;
  height: 20px;
  content: "";
  background: url(./assets/images/flourish_right_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

#club-page-widget-3 .wrap {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-family: baskerville, serif;
  font-weight: 500!important;
}

.membership-table tbody td {
  vertical-align: middle!important;
}

#club-page-widget-3 th,
#club-page-widget-3 tbody {
  line-height: 1.4;
  font-size: 18px!important;
}

#club-page-widget-3 thead th {
  font-family: baskerville, serif;
  font-weight: 500!important;
}

.tablepress thead th .row-1 .column-1 {
  font-family: baskerville, serif;
  font-weight: 700!important;
}

.membership-table-content td,
.membership-table-content th {
  padding: 20px!important;
}

.membership-table-content>thead>tr>th.column-1,
.membership-table-content .column-1 {
  font-style: italic;
  padding-left: 20px!important;
  font-size: 18px;
  text-align: center;
  word-wrap: normal !important;
}

.membership-table-content>thead>tr>th.column-2,
.membership-table-content>thead>tr>th.column-3 {
  text-transform: uppercase!important;
}

.row-hover td {}

.column-1 {
  background-color: #fff!important;
  width: 30%;
}

.column-2 {
  background-color: #F6F6F5!important;
  width: 35%;
  text-align: center!important;
}

.column-3 {
  background-color: #F0EFEC!important;
  width: 35%;
  text-align: center!important;
}

.membership-table-content td {
  font-size: 16px;
}

.membership-table-content td img {
  height: 30px;
}

.membership-table-content .club-price-average {
  font-size: 12px;
}

.membership-table-content .row-9 .column-2 {
  font-style: italic;
  word-wrap: normal!important;
}

a.table-text-link:link,
a.table-text-link:visited {
  color: #000;
}

a.table-text-link:hover {
  color: #83152B;
}

a.table-button:link,
a.table-button:visited {
  color: #fff;
  background-color: #7d716e; 
  font-family: lato, san-serif;
  font-size: 10px;
  text-transform: uppercase; 
  letter-spacing: .04em;
  padding: 5px 10px 5px 10px
}

a.table-button:hover {
  color: #f3cb5a;

}


@media only screen and (min-width: 800px) {
  .mobile-membership-tables {
    display: none;
  }
}

@media only screen and (max-width: 799px) {
  .club-page-release-schedule li {
  font-size: 16px;
}

.club-page-release-schedule li:nth-child(1) {
  font-family: lato, sans-serif;
  font-size: 14px;
  letter-spacing: 1em;
  margin-left: 10px;
}

.club-page-release-schedule li:nth-child(2) {
  font-size: 25px;
  line-height: 1.3;
  width: 80%;
}

.club-page-release-schedule li:nth-child(3) {
  margin-top: 20px;
}
  .club-page-release-schedule-contact li:nth-child(2) {
    font-size: 20px;
}
  
  .club-page-release-schedule-contact li:nth-child(3) {
    font-size: 16px;
}
  
 .laurentia-club-page .custom-page-1 .wrap {
   padding: 10px 30px;
   max-width: 1000px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 200px;
   margin-top: 60px;
  }
  
  #club-page-widget-3 .widget-2 {
    display: none;
  }
  
  #club-page-widget-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .membership-plans-header .widgettitle {
   font-size: 18px;
   margin-bottom: 30px;
  }
  
  #tablepress-3-no-2 {
    margin-top: 50px;
  }
  
/*   #tablepress-3-no-2:before {
    content: "";
    border-top: 1px solid #f6f6f6;
    width: 80%;
    padding-top: 20px;
  } */
}

/* ## Events
----------------------------- */

.events-archive .site-inner {
  max-width: 1000px!important;
  margin-top: 60px!important;
  margin-right: auto;
  margin-left: auto;
}

#tribe-events-content-wrapper {
  margin-top: -80px;
}

.events-archive .tribe-events-title-bar {
  display: none!important;
}

.events-archive #tribe-bar-form {
  /*	display: none!important;*/
  margin-top: -25px;
  background: #FFF;
}

.tribe-bar-date-filter {
  display: none;
}

.tribe-bar-views-inner {
  background-color: #fff;
}

#tribe-bar-views .tribe-bar-views-option {
  background-color: #fff;
}

#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
  background: #F0EFED;
}

#tribe-bar-views-toggle:hover {
  background-color: #F0EFED;
}

#tribe-bar-views .tribe-bar-views-list {
  background-color: #fff;
}

#tribe-bar-views-toggle:after {
  right: 10px;
  display: none;
}

#tribe-bar-views-toggle {
  text-align: right;
  float: right;
  padding-right: 25px;
  width: 0;
}

.tribe-events-list-separator-month {
  text-align: left!important;
  background-color: #F0EFED!important;
}

h2.tribe-events-list-separator-month {
  font-family: baskerville, serif!important;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.events-left-wrap {
  float: left;
  width: 35%;
}

.events-right-wrap {
  float: left;
  width: 60%;
  margin-left: 20px;
}

.tribe-events-event-image {
  width: 100%!important;
}

.events-archive .tribe-events-event-categories-label {
  display: none;
}

.events-archive .tribe-events-event-categories {
/*   line-height: 1; */
  margin: 0px;
}

.events-archive dd {
/*   -webkit-margin-start: 0px; */
}

.events-archive .tribe-events-event-categories a:link,
.events-archive .tribe-events-event-categories a:visited {
  color: #000;
  font-family: lato, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.events-archive .tribe-events-event-categories a:hover {
  color: #f3cb5a!important;
}

.events-archive .tribe-events-list-event-title {
  /*float: left;*/
  width: 100%;
  line-height: 1.5;
}

.events-archive .tribe-events-list-event-title a:link,
.events-archive .tribe-events-list-event-title a:visited {
  color: #000!important;
}

.events-archive .tribe-events-list-event-title a:hover {
  color: #f3cb5a!important;
}

.events-archive .tribe-event-schedule-details {
  color: #000;
  font-family: lato, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.events-archive .tribe-events-list-event-title  {
  color: #000;
  font-family: baskerville, serif!important;
  font-size: 24px!important;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-bottom: 5px
}

.tribe-events-tickets-buy-button {
  margin-top: 0px;
}

.events-archive .tribe-events-event-cost button {
  font-family: lato, sans-serif;
  color: #000;
  background-color: #f3cb5a!important;
  border-radius: 0px;
  font-family: lato, sans-serif;
  font-size: 8px!important;
  font-weight: 500;
  letter-spacing: .1em;
}

.events-archive .tribe-events-event-cost button:hover {
  color: #000;
  background-color: #F0EFED!important;
}

.tribe-events-event-url {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.tribe-events-event-url a:link,
.tribe-events-event-url a:visited {
  color: #000;
  background-color: #f3cb5a;
  border-radius: 0px;
  font-family: lato, sans-serif;
  font-size: 8px!important;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
}

.tribe-events-event-url a:hover {
  color: #000;
  background-color: #F0EFED;
}

.tribe-events-loop .tribe-events-event-meta {
  /*float: left;*/
  clear: none;
  line-height: 1;
}

.events-archive .tribe-events-event-cost {
  margin-top: 5px!important;
}

.events-archive .ticket-cost {
  font-family: baskerville, serif!important;
  font-size: 15px!important;
  font-weight: 500!important;
  border: none!important;
  
}

.events-archive .tribe-events-event-cost span {
  padding-left: 0px;
}

.ticket-cost {
  font-size: 15px!important;
  font-weight:500!important;
}

/*
.tribe-tickets-left {
  background-color: #fff!important;
  border: none!important;
}

.tribe-button {
  border-radius: 0px!important;
  font-family: lato, sans-serif;
  font-size: .8em!important;
  padding: 10px 10px 10px 10px;
  letter-spacing: .04em;
}*/

.tribe-events-list a.tribe-common-c-btn {
  background-color: #7d716e!important;
  color: #fff!important;
  font-family: lato, sans-serif;
  font-size: 10px !important;
  padding: 5px 15px 5px 15px;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;

}

.tribe-events-list .tribe-events-loop .tribe-events-content {
  /*width: 65%;*/
  /*float: left;*/
  clear: none;
  margin-top: 5px;
}

.events-archive .entry-summary {
  margin-top: 5px;
}

.events-archive .entry-summary p {
  font-family: baskerville, serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .04em;
  margin-bottom: 0px!important;
}

.events-archive .tribe-events-read-more {
  color: #000;
  font-family: lato, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.events-list .tribe-tickets-rsvp {
  display: none;
}

.events-list .tribe-tickets {
  display: none;
}

.events-archive .tribe-events-cal-links {
  float: left;
  clear: left;
  margin-top: -5px;
}

.events-archive .tribe-events-cal-links .tribe-events-button {
  color: #000!important;
  background-color: #F0EFED!important;
  border-radius: 0px!important;
  font-family: lato, sans-serif;
  font-size: 8px!important;
  font-weight: 500!important;
  padding: 10px 10px 10px 10px!important;
  letter-spacing: .04em;
}

.events-archive .tribe-events-cal-links .tribe-events-button:hover {
  color: #000!important;
  background-color: #f3cb5a!important;
  border-radius: 0px!important;
  font-family: lato, sans-serif;
  padding: 10px 10px 10px 10px;
  letter-spacing: .04em;
}

.events-archive .tribe-events-gcal {
  display: none!important;
}

.events-archive .share-wrap {
  float: left;
  clear: left;
  margin-top: 5px;
  display: inline-flex;
}

.events-archive .entry-content ul>li {
  list-style-type: none!important;
}

.events-archive .entry-content ol,
.entry-content ul {
  margin-left: 0px;
  margin-bottom: 0px;
}

.events-archive .share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 60px;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  float: left;
  clear: left;
  margin-top: 10px;
}

.events-archive .share-buttons span {
  display: none;
}

.events-archive .share-buttons li {
  height: auto;
  flex: 0 1 auto;
  width: 30px;
  margin-right: 5px;
}

.events-archive .share-buttons li:last-child {
  width: 30px;
  margin-right: 0;
}

.events-archive .share-buttons svg {
  fill: #000;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}

.events-archive .share-buttons a {
  display: block;
  padding: 7px 0px 7px 5px;
  text-align: center;
}

.events-archive .share-twitter,
.events-archive .share-facebook {
  background: #F0EFED;
}

.events-archive .share-twitter:hover,
.events-archive .share-facebook:hover {
  background: #f3cb5a;
}

.events-archive .event-share-text {
  font-family: lato, sans-serif;
  font-size: .5em!important;
  margin-right: 10px!important;
  padding-top: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (max-width: 1140px) {
  
  .events-archive .site-inner {
    margin-right: 50px;
    margin-left: 50px;
  }
  
}

@media only screen and (max-width: 900px) {
  
  .events-archive .site-inner {
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .events-archive #tribe-bar-form {
  display: none!important;
  }
  
  .events-left-wrap {
    float: none;
    width: 100%;
  }
  
  .events-right-wrap {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
  
  .tribe-events-sub-nav li a {
    background: none;
    color: #7d716e;
    display: block;
    margin-top: 10px;
    padding: 10px 20px;
}
  
  .tribe-events-list .tribe-events-event-image img {
    width: 100%!important;
  }
  
  .events-archive .tribe-events-list-event-title  {
    font-size: 28px!important;
    padding-bottom: 0px;
}
  
  .tribe-events-loop .tribe-events-event-meta {
    border: none!important;
    background: none;
    padding: 5px 0 0px;

  }
  
  #tribe-events .tribe-events-loop .tribe-events-content {
    margin-bottom: 20px;
  }
  
  .tribe-events-list .tribe-event-schedule-details {
    padding: 0;
    margin-top: 0;
  }
}





/**************** SEARCH & FILTER  ******************/

.events-archive .searchandfilter {
  border-top: 1px solid #F0EFED;
  border-bottom: 1px solid #F0EFED;
  margin-bottom: 100px;
}

.searchandfilter>ul>li {
  display: inline-block!important;
  /*	vertical-align: top;*/
  padding: 0 20px;
}

.tribe-events-before-html select {
  outline: none!important;
}

.events-single .tribe-events-before-html {
  display: none!important;
}

.events-archive select,
.events-single select {
  color: #000!important;
  /*	background-color: #f0efec;*/
  font-family: baskerville, serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .03em;
  border: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  padding: 10px 0px 10px 20px;
  margin: 0px 0px 0px 20px;
}

.sf-field-taxonomy-tribe_events_cat select,
.sf-field-tag select,
.sf-field-sort_order select {
  border-right: 1px solid #F0EFED;
  padding-left: 20px;
}

.events-archive .sf-field-taxonomy-product_cat select,
.events-archive .sf-field-taxonomy-product_tag select,
.events-archive .sf-field-sort_order select {
  border-right: 1px solid #F0EFED;
  padding-left: 0px;
  
  
}
.events-archive .sf-field-sort_order li {
  border-right: none!important;
}

.events-archive a.search-filter-reset:link,
.events-archive a.search-filter-reset:visited {
  color: #000;
  background-color: #F0EFED;
  font-family: lato, sans-serif;
  font-size: 10px!important;
  font-size: 1rem!important;
  letter-spacing: .03em;
  border: none;
  text-transform: uppercase;
  padding: 10px 5px 10px 5px!important;
  margin-left: 40px;
}

a.search-filter-reset:hover {
  background-color: #F3CB5A!important;
}



.searchandfilter select.sf-input-select {
  min-width: 150px!important;
}

.searchandfilter select.sf-input-select,
.search-filter-reset li {
}

@media only screen and (max-width: 900px) {
  .searchandfilter select.sf-input-select {
    min-width: 30px!important;
  }
  
  .sf-field-taxonomy-tribe_events_cat {
    margin: 0px 0px 0px -20px!important;
    width: 40%;
  }
  
  .sf-field-tag {
    width: 30%;
  }
  
  .events-archive select,
  .events-single select {
    padding: 10px 30px 10px 20px;
    margin: 0px 0px 0px 20px;
  }
}

/**************** FULL WIDTH AFTER HEADER IMAGE ******************/

.front-page-hero .wrap {
  max-width: 100%;
  text-align: center;
}

.front-page-hero {
  vertical-align: top;
  width: 100%;
}

.front-page-hero .widget {
  padding-bottom: 0px;
  padding-top: 0px;
  color: white;
}

.page-image img {
  width: 100%;
  vertical-align: top;
}

/* EVENTS (PHOTO)
---------------------------------------------------------------------------- */

#tribe-events-photo-events {
  margin-top: 40px!important;
}

.tribe-events-list-photo-description {
  display: none;
}

.tribe-events-photo-event-wrap .tribe-event-time {
  display: none;
}

.tribe-events-photo-event-wrap .tribe-event-time {
  display: inline-block;
}

.recurringinfo {
  display: none!important;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
  border: none;
  border-bottom: none;
}

.tribe-events-photo-event-wrap {
  background: none;
  text-align: center;
}

#tribe-events-photo-events .tribe-events-list-event-title {
  /*float: left;*/
  width: 100%;
  line-height: .5!important;
  font-size: 1em!important;
  padding
}

.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-details {
  padding: 10px 0px 0px 0px;
}

/*#tribe-events-photo-events #tribe-events .tribe-events-button, .tribe-events-button {
  display: none!important;
}*/

/* EVENTS (SINGLE)
---------------------------------------------------------------------------- */

.events-single .site-inner {
  margin-top: 60px;
}

.events-single #tribe-events-pg-template {
margin: 0 auto;
max-width: 700px;
}

.events-single .tribe-events-back a:link,
.events-single .tribe-events-back a:visited {
  color: #000;
  font-family: lato, sans-serif;
  font-size: .6em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .04em;
  background-color: #F0EFED;
  padding: 8px 15px 8px 15px;
}

.events-single .tribe-events-back a:hover {
  background-color: #f3cb5a;
}

.events-single .tribe-events-single-event-title {
  max-width: 650px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.events-single h1.tribe-events-single-event-title {
  font-family: baskerville, serif!important;
  font-size: 2.2em;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #F0EFED;
  padding-bottom: 10px;
}

.events-single .tribe-events-schedule {
  margin: 10px 0px 0px 0px;
  text-align: center;
}

.events-single .tribe-events-schedule h2 {
  color: #000;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.events-single .tribe-events-cost-wrap {
  text-align: center;
  margin-top: 10px;
}

.events-single .tribe-events-cost {
  font-family: baskerville, serif!important;
  font-size: 16px;
  font-weight: 500!important;
  text-align: center!important;
  display: none;

}

.events-single .tribe-events-event-url {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -30px;
}

.events-single .tribe-events-sub-nav {
  display: none;
}

.events-single .tribe-events-single-event-description {
  font-family: baskerville, serif!important;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #F0EFED;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.events-single .tribe-events-single-event-description h4 {
  font-size: 20px!important;
  border-bottom: 1px solid #000;
  display: inline-block;
}

.events-single .tribe-events-single-event-description a:link,
.events-single .tribe-events-single-event-description a:visited {
/*   background-color: #7d716e; */
  color: #7d716e;
  padding: 10px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.events-single .tribe-events-single-event-description a:hover,
.events-single .tribe-events-single-event-description a:focus {
/*   background-color: #f3cb5a; */
  color: #f3cb5a;
}

.events-single .tribe-events-event-image {
  max-width: 600px!important;
  margin-right: auto;
  margin-left: auto;
}

.events-single .tribe-events-cal-links {
  text-align: center;
}

.events-single .tribe-events-gcal {
  display: none!important;
}

.events-single .tribe-events-cal-links .tribe-events-button {
  color: #000!important;
  background-color: #F0EFED!important;
  border-radius: 0px!important;
  font-family: lato, sans-serif;
  font-weight: 400!important;
  padding: 20px 20px 20px 20px!important;
  letter-spacing: .04em;
}

.events-single .tribe-events-cal-links .tribe-events-button:hover {
  color: #000!important;
  background-color: #f3cb5a!important;
}

.events-single .share-wrap {
  /*! width: 100%; */
  /*! margin: auto; */
  /*! text-align: center; */
  /*! border-bottom: 1px solid #F0EFED; */
  /*! padding-bottom: 40px; */
}

.events-single .share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  text-align: center;
  display: inline-flex;
}

.share-buttons ul {}

.events-single .entry-content ul>li {
  list-style-type: none;
}

.events-single .share-buttons span {
  display: none;
}

.events-single .share-buttons li {
  height: auto;
  flex: 0 1 auto;
  width: 30px;
  /*! margin-right: 15px; */
}

.events-single .share-buttons li:last-child {
  width: 30px;
  margin-right: 0;
}

.events-single .share-buttons svg {
  fill: #000;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}

.events-single .share-buttons a {
  display: block;
  padding: 7px 0px 7px 5px;
  text-align: center;
}

.events-single .share-twitter,
.events-single .share-facebook {
  background: #F0EFED;
}

.events-single .share-twitter:hover,
.events-single .share-facebook:hover {
  background: #f3cb5a;
}

.events-single .event-share-text {
  font-family: lato, sans-serif;
  font-size: 12px;
  /*	margin-right: 10px!important;*/
  padding-top: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}

.tribe-events-related-events-title {
  display: none;
}

.tribe-related-events {
  display: none;
}

.events-single .tribe-events-single-section {
  display: none;
}

.events-single p.tickets_description {
  text-align: center;
}

.events-single .tribe-link-view-attendee {
  text-align: center;
  font-style: italic;
}

.events-single .tickets_description span {
  text-align: center!important;
  display: inline-block;
  background-color: #f0efec;
  padding: 10px 15px;
}

.events-single .tribe-events-tickets td.tickets_name {
  text-align: left;
  font-family: baskerville, serif;
  font-size: 14px!important;
  font-weight: 500;
  text-transform: capitalize;
}

.events-single .tribe-events-tickets td.quantity {
  text-align: right;
}

.events-single .tribe-events-tickets-rsvp tr {
  background-color: #fff;
  border-top: 1px solid #f0efec; 
  border-bottom: 1px solid #f0efec; 
}

.tribe-events-tickets .tribe-button {
  color: #fff;
  background-color: #7d716e;
  border-radius: 0px;
}

.tribe-events-tickets .tribe-button:hover {
  color: #000;
  background-color: #f3cb5a;
}

.events-single .tribe-events-tickets-rsvp .tribe-button--rsvp {
  margin-bottom: 50px;
}

.events-single .tribe-event-tickets-plus-meta-attendee > header {
  color: #7d716e;
  font-family: lato, sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.events-single .tribe-events-tickets-rsvp .tribe-event-tickets-plus-meta input[type="text"] {
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
}

.tribe-tickets-attendees input[type="text"],
.tribe-tickets-email-row input{
  width: 100%!important;
  padding: 10px 10px!important;
  font-size: 16px;
}

.events-single h2.tribe-events-tickets-title {
  /*	text-align: center;*/
  font-family: baskerville, serif;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tribe-events-tickets .woocommerce {}

.events-single .woocommerce .quantity {
  text-align: center;
}

.events-single .tribe-tickets-remaining {
  display: none!important;
}

.tickets_name {
  color: #000!important;
  font-family: lato, sans-serif;
  font-size: .6em!important;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: center;
}

.tickets_price {
  color: #000!important;
  font-family: baskerville, serif!important;
  font-style: normal!important;
  font-size: .8em!important;
  font-weight: 500!important;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: center;
}

.tribe-events-tickets .tickets_description,
.tribe-events-tickets .tickets_name,
.tribe-events-tickets .tickets_name p,
.tribe-events-tickets .tickets_price {
  border-bottom: none!important;
}

.tribe-events-tickets tr:not(:first-child) {
  border: none!important;
  background-color: #fff;
}

.events-single .tribe-events-tickets .woocommerce.add-to-cart {
  text-align: center;
}

.events-single .tribe-common .tribe-tickets__footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.events-single .tribe-common .tribe-tickets__footer__total {
  margin-left: 0px;
  margin-bottom: 10px;
}

.tribe-events-tickets .tribe-button {
  font-family: lato, sans-serif;
  font-size: 10px!important;
  /*	margin-right: 10px!important;*/
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}

.events-single .tribe-events-tickets .add-to-cart  {
  text-align: center;
}

.tribe-common .tribe-common-b3 {
  display: none;
}

.events-single .entry {
  border-bottom: none;
}

/*
.tribe-events-tickets tr:not(:first-child) {
  border-top: 2px solid #fff!important;
}
*/

.tribe-theme-parent-genesis .tribe-common.tribe-tickets {
  background-color: #fff;
  border-radius: 4px;
/*   border: 1px solid #e4e4e4; */
  border: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 24px 0;
  max-width: 100%;
  padding: 16px 16px 20px;
  position: relative;
  width: 100%;
}

.tribe-theme-parent-genesis .tribe-common .tribe-tickets__title {
  text-align: center;
  font-family: baskerville, serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tribe-theme-parent-genesis .tribe-tickets__buy  {
  background-color: #7d716e!important;
  color: #fff!important;
  font-family: lato, sans-serif;
  font-size: 10px !important;
  margin-right: 10px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 0;
}

.tribe-theme-parent-genesis .tribe-tickets__item__content__title {
  font-family: lato, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.tribe-theme-parent-genesis .tribe-tickets__buy:hover {
  background-color: #f3cb5a;
  color: #000;
}

.theme-genesis .tribe-tickets__registration  {

}

.theme-genesis .tribe-tickets__registration h1 {
  text-align: center;
  font-family: baskerville, serif;
  font-weight: 500;
  text-align: center;
}

.theme-genesis .tribe-tickets__registration__title {
/*   text-align: center; */
}

.theme-genesis .tribe-tickets__registration__title a:link,
.theme-genesis .tribe-tickets__registration__title a:visited {
  font-family: baskerville, serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.theme-genesis .tribe-tickets__registration__title a:hover,
.theme-genesis .tribe-tickets__registration__title a:focus {
  color: #f3cb5a;
  box-shadow: none!important;
}

.theme-genesis .tribe-tickets__item__attendee__fields input {
  border: 1px solid #e4e4e4;
}

.theme-genesis .tribe-common .tribe-common-form-control-text__input {
  padding: 10px 20px 10px 20px;
  font-family: lato, sans-serif;
  text-transform: uppercase;
}

.theme-genesis .tribe-tickets__item__attendee__fields label {
  font-family: baskerville, serif;
  font-weight: 500;
}

.theme-genesis .tribe-tickets__item__attendee__fields h4 {
  color: #000;
  background-color: #f0efec;
  font-family: lato, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 10px
}

.theme-genesis .tribe-tickets__item__attendee__fields .tribe-ticket__heading {
  text-align: center;
  font-family: baskerville, serif;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px dotted #e4e4e4;
  padding-bottom: 10px;
}

.theme-genesis .tribe-tickets__mini-cart__title {
  text-align: center;
}

.theme-genesis h3.tribe-tickets__mini-cart__title  {
  font-family: baskerville, serif;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px dotted #e4e4e4!important;
  padding-bottom: 10px;
  margin-bottom: 30px!important;

}

.theme-genesis .tribe-tickets__item__content__title {
  font-family: baskerville, serif!important;
  font-size: 16px!important;
  font-weight: 500;
  text-transform: capitalize;
}

.tribe-tickets-attendees-list-optout--wrapper {
  display: none!important;
}

.theme-genesis .tribe-ticket-quantity {
  color: #83152b;
  font-family: lato, sans-serif!important;
  font-size: 16px!important;;
  font-weight: 700;
  background-color: #f5f6f4;
  display: flex;
  justify-content: flex-end;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.page-tribe-attendee-registration .tribe-tickets__item__extra {
  margin-top: -25px;
}




.theme-genesis .tribe-amount {
  font-family: lato, sans-serif!important;
}

.theme-genesis a.tribe-tickets__footer__back-link:link,
.theme-genesis a.tribe-tickets__footer__back-link:visited {
  color: #fff!important;;
  font-family: lato, sans-serif!important;
  text-align: center;
  text-transform: uppercase;
  background-color: #7d716e;
  padding: 10px 0px;
  margin-bottom: 20px;
  display: none!important;
}

.theme-genesis a.tribe-tickets__footer__back-link:hover,
.theme-genesis a.tribe-tickets__footer__back-link:focus {
  color: #000!important;;
  background-color: #f3cb5a;
}

/* .theme-genesis .tribe-tickets__footer {
  display: flex;
  justify-content: center;
 } */
 
.stripe-jcb-icon,
.stripe-diners-icon {
  display: none;
}

body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__footer {
  max-width: 100%!important;
  justify-content: flex-end!important;
}

.theme-genesis .tribe-tickets__footer .tribe-common-b2 {
  font-family: lato, sans-serif!important;
}

.theme-genesis .tribe-tickets__footer .tribe-tickets__footer__total {
  font-size: 22px!important;
}

.theme-genesis .tribe-tickets__registration__footer button {
  background-color: #7d716e;
  color: #fff;
  font-family: lato, sans-serif;
  font-size: 10px !important;
  margin-right: 10px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 0;
}

.theme-genesis .tribe-tickets__registration__footer button:hover {
  background-color: #f3cb5a;
  color: #000;
}

#club-page-widget-4 {
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  
}

#club-page-widget-4 .wrap {
/*	background-color: #F6F6F5;
  padding: 60px 20px 80px 20px;*/
  max-width: 600px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

#club-page-widget-4 .widgettitle {
  font-family: baskerville, serif;
  font-size: 18px;
  letter-spacing: .08em;
  line-height: 1;
}

#club-page-widget-4 .widgettitle:before {
  display: inline-block;
  width: 70px;
  height: 15px;
  content: "";
  background: url(./assets/images/flourish_left_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

#club-page-widget-4 .widgettitle:after {
  display: inline-block;
  width: 70px;
  height: 15px;
  content: "";
  background: url(./assets/images/flourish_right_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

#club-page-widget-4 .widget-1 p {
  font-size: 15px;
  font-style: italic;
  letter-spacing: .05em;
}



#club-page-widget-4 .widget-2 .widgettitle {
  display: none;
}

#club-page-widget-4 a:link,
#club-page-widget-4 a:visited {
  color: #000;
  font-size: 14px;
  text-transform: lowercase;
  background-color: #f3cb5a;
  padding: 5px 15px 12px 15px;
  display: inline-block;
  line-height: .5;
}

#club-page-widget-4 a:hover {
    background-color: #F6F6F5;
  
}

.club-selection {
max-width: 1000px;
margin-top: 60px;
margin-left: auto;
margin-right: auto;
  
}

.club-selection .wrap {
  background-color: #F6F6F5;
  padding: 60px 20px 80px 20px;
}

.club-selection .widgettitle {
  font-family: baskerville, serif;
  font-size: 28px;
  line-height: 1;
}

.club-selection .widgettitle:before {
  display: inline-block;
  width: 70px;
  height: 15px;
  content: "";
  background: url(./assets/images/flourish_left_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.club-selection .widgettitle:after {
  display: inline-block;
  width: 70px;
  height: 15px;
  content: "";
  background: url(./assets/images/flourish_right_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.club-selection .widget-1 {
  margin-bottom: 30px;
}

.club-selection .widget-1 p {
  width: 100%;
  text-align: center;
  font-style: italic;
  line-height: 1;
}

.club-selection .widget-2 .widgettitle,
.club-selection .widget-3 .widgettitle {
  display: none;
}

.club-selection .widget-2 {
  float: left;
  width: 50%;
  text-align: center;
}

.club-selection .widget-3 {
  float: left;
  width: 50%;
  text-align: center;
}

h4.club-title {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.club-selection img {
  height: 25px;
  margin-top: 10px;
}

.club-selection ul {
  margin-top: 20px;
}

.club-selection li {
  text-align: center;
  padding: 0 20px;
  line-height: .8;
}

.club-selection li:nth-child(2) {
  font-style: italic;
  font-size: 14px;
}

.club-selection li:nth-child(3) {
  font-family: lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  
}

.four-bottle-club-wrap {
/*	float: left;*/
/*	width: 50%;*/
/*	display: inline-flex;*/
}



.eight-bottle-club-wrap  {
/*	width: 50%;*/
/*	display: inline-flex;*/
/*	float: right;*/
/*	margin-top: -150px;*/
}

.four-bottle-club-wrap .club-list-wrap,
.eight-bottle-club-wrap .club-list-wrap {
  display: flex;
  justify-content: center;
}

.club-type  {
 width: 50%;
}

.club-selection li a:link,
.club-selection li a:visited {
  color: #000;
  background-color: #fff; 
  font-family: baskerville, serif;
  font-size: 13px;
  text-transform: lowercase; 
  letter-spacing: .04em;
  padding: 5px 10px 8px 10px
}

.club-selection li a:hover {
  color: #000;
  background-color: #f3cb5a;
}

@media only screen and (max-width: 1000px) {
  .club-selection .widget-2 {
    float: none;
    width: 100%;
    text-align: center;
  }
  
  .club-selection .widget-3 {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 60px;
  }
    
  .four-bottle-club-wrap .club-list-wrap,
  .eight-bottle-club-wrap .club-list-wrap {
    align-items: center;
  }
  
  .club-type  {
    width: 30%;
  }
    
}

@media only screen and (max-width: 800px) {
  #club-page-widget-4 .wrap {
    padding: 10px 20px 20px 20px;*/
    max-width: 600px;
  }

}

@media only screen and (max-width: 600px) {
  .club-selection .widgettitle {
    font-size: 18px;
  }
  .club-selection .widgettitle:before {
    width: 30px;
    height: 10px;
    background-size: 20px;
    margin-right: 0px;
  }
  
  .club-selection .widgettitle:after {
    width: 30px;
    height: 10px;
    background-size: 20px;
    margin-right: 0px;
  }
  
  h4.club-title {
    font-family: lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  
  .club-type  {
    width: 100%;
  }
}

/* ## Awards
----------------------------- */

.awards-page-widget {
  padding: 0 0;
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin: 0 auto;
  min-height: 100%;
  max-height: 100%;
}

.awards-page-widget .wrap {
  /*  padding: 50px 30px;*/
  /*  max-width: 1140px;*/
  margin: 0 auto;
}

.awards-page .entry-title {
  padding: 0px 0px;
  text-align: center;
  display: none;
}

.awards-page .site-inner {
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0;
  max-width: none;
}

.site-inner .awards-page-widget .widget {
  padding: 10px 0;
}

.site-inner .awards-page-widget:nth-child(odd) {
  /*  background-color: #f3f3f3;*/
}

.site-inner .awards-page-widget .widget:last-child {
  margin-bottom: 0;
}

.awards-page-intro .widget-wrap {
  max-width: 600px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  background-color: #f0efec;
  padding: 30px 50px 30px 50px;
  
}

#awards-page-widget-2 .wrap {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.awards-main-bottle-image img {
  width: 200px;
}

.awards-main-text {
  width: 60%;
  margin-left: 00px;
  margin-top: -10px;
}

.awards-main-text h3 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
}

.awards-main-text h4 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}

.awards-main-text p {
  margin-bottom: 0px;
}

.awards-main-text img {
  margin-left: -80px;
  position: relative;
  z-index: -99;
  width: 400px;
}

.ribbon-image-full {
  display: none;
}


#awards-page-widget-3 .wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}

#awards-page-widget-3 .widget {
  width: 25%;
  padding: 0 5px;
}

#awards-page-widget-3 .widget-title {
  display: none;
}

#awards-page-widget-3 h3 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1;
}

#awards-page-widget-3 p {
  margin-bottom: 0px;
}

#awards-page-widget-3 .ribbon-image {
  margin-top: -10px;
}

@media only screen and (max-width: 800px) {
  #awards-page-widget-3 .wrap {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  #awards-page-widget-3 .widget {
    width: 100%;
    text-align: center;
  }
  
  #awards-page-widget-2 .wrap {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  
  #awards-page-widget-2 .widget {
    width: 100%;
    text-align: center;
  }
  
  .awards-main-bottle-image img {
    width: 180px;
    margin-left: -100px;
  }
  
  .awards-main-text img {
    margin-left: 0px;
  }
  
  .ribbon-image {
    display: none;
  }
  
  .ribbon-image-full {
    display: inline-block;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 700px) {

.awards-page-intro  {
  margin-right: 20px;
  margin-left: 20px;
}


}


/* ## Book An Event
----------------------------- */

.laurentia-book-events .content {
  max-width: 100%;
}

.laurentia-book-events .wpcf7 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.laurentia-book-events input {
  margin-top: 5px;
  padding: 15px 20px 10px 20px;
  font-size: 15px;
}

.laurentia-book-events ::placeholder {
  color: #7d716e;
}

.laurentia-book-events label {
  padding-bottom: 10px!important;
}

.laurentia-book-events input[type="submit"] {
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
}

.laurentia-book-events .entry-title {
  font-family: baskerville, serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 00px;
}

.laurentia-book-events .entry-title::before {
  display: inline-block;
  width: 70px;
  height: 15px;
  content: "";
  background: url(./assets/images/flourish_left_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.laurentia-book-events .entry-title::after {
  display: inline-block;
  width: 70px;
  height: 15px;
  content: "";
  background: url(./assets/images/flourish_right_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.book-intro-wrap {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;	
}


ul.book-an-event-intro {
  margin-top: 0px;
/* 	margin-bottom: 30px!important; */
  text-align: center;
/*	background-color: #f0efed;*/
  padding: 30px 20px 30px 20px;
}

.book-an-event-intro li {
  list-style-type: none!important;
}

.book-an-event-intro li:nth-child(1) {
  font-size: 17px;
  font-style: italic;
  padding-bottom: 5px;
  
}

.book-an-event-intro li:nth-child(2) {
  font-size: 16px;
  font-family: lato, sans-serif;
  text-transform: uppercase;
  color: #f3cb5a;
}

.book-an-event-intro li:nth-child(3) {
  font-size: 17px;
  font-style: italic;
}

.laurentia-book-events .be-our-guest-lower-photo {
  width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  display: inherit;
}

@media only screen and (max-width: 1140px) {
    
  .laurentia-book-events .entry-title {
    margin-top: 60px;
  }
  
}

@media only screen and (max-width: 800px) {
    
  .laurentia-book-events .entry-title {
    font-size: 20px;
    margin-top: 60px;
  }
  
  .laurentia-book-events .entry-title::before {
    width: 60px;
    background-size: 30px;
  }
  
  .laurentia-book-events .entry-title::after {
    width: 60px;
    background-size: 30px;
  }
  
  .book-intro-wrap {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;	
  }
  
  
  ul.book-an-event-intro {
    margin-top: 30px;
    margin-bottom: 60px!important;
    text-align: center;
  /*	background-color: #f0efed;*/
    padding: 0px;
  }
  
  .book-an-event-intro li {
    list-style-type: none!important;
  }
  
  .book-an-event-intro li:nth-child(1) {
    font-size: 14px;
    font-style: italic;
    padding-bottom: 5px;
    
  }
  
  .book-an-event-intro li:nth-child(2) {
    font-size: 14px;
    font-family: lato, sans-serif;
    text-transform: uppercase;
    color: #f3cb5a;
  }
  
  .book-an-event-intro li:nth-child(3) {
    font-size: 14px;
    font-style: italic;
  }

}

.tribe-events-category-wine-club .entry-summary {
  margin-top: -10px;
}

.tribe-events-category-wine-club ul {
  margin: 0!important;
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

.tribe-events-category-wine-club .entry-summary li {
  margin: 0!important;
}

/* ## BOOK AN EVENT (Gather)
----------------------------- */

.laurentia-book-events .entry-title {
  font-family: baskerville, serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 00px;
}

.laurentia-book-events .entry-title::before {
  display: inline-block;
  width: 70px;
  height: 15px;
  content: "";
  background: url(./assets/images/flourish_left_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.laurentia-book-events .entry-title::after {
  display: inline-block;
  width: 70px;
  height: 15px;
  content: "";
  background: url(./assets/images/flourish_right_yellow.svg) center center no-repeat;
  background-size: auto;
  background-size: 40px;
  margin-right: 0px;
}

.gather-form {
  border: none;
  height: 800px;
}

.gather-form #root .css-1egl4pe {
  display: none;
}

.gather-form .css-r845f2{
  display: none;
}

@media only screen and (max-width: 1140px) {
    
  .laurentia-book-events .entry-title {
    margin-top: 60px;
  }
  
}

@media only screen and (max-width: 800px) {
    
  .laurentia-book-events .entry-title {
    font-size: 20px;
    margin-top: 60px;
  }
  
  .laurentia-book-events .entry-title::before {
    width: 60px;
    background-size: 30px;
  }
  
  .laurentia-book-events .entry-title::after {
    width: 60px;
    background-size: 30px;
  }
  
  .gather-form {
    height: 900px;
  }
  

}

.laurentia-dining-page h3 {
  font-size: 22px;
}

.laurentia-dining-page hr {
  border-top: 1px solid #c6c6c6;
  margin-bottom: 0px;
}


/*** COMMERCE7 STYLES ***/

.site-inner #c7-content {
  font-family: baskerville, serif;
  font-weight: 400;
  text-align: center;
}

.c7-checkout .c7-order-item__details {
  text-align: left;
}

.c7-checkout .c7-order-item__description {
  display: none;
}

.c7-checkout .c7-checkout__content h1 {
  font-size: 32px;
}

.entry-content .c7-checkout .c7-form__field p {
  padding: 0 10px;
}

.site-inner .c7-checkout__content h1.c7-h1 {
  text-align: center;
}

.site-inner .c7-checkout .c7-checkout-logo {
  max-height: none;
}

.general-shop-page .c7-link {
  color: #83152B;
}

.general-shop-page h1.c7-h1,
.general-shop-page h2.c7-h2,
.general-shop-page h3.c7-h3,
.general-shop-page h4.c7-h4,
.general-shop-page h5.c7-h5,
.general-shop-page h6.c7-h6 {
  font-weight: 500;
}

.c7-link:not([disabled]):hover,
.c7-link:not([disabled]):active,
.c7-link:not([disabled]):focus {
  text-decoration: underline;
}

.site-inner .c7-product-collection .c7-product__title {
  font-weight: 400;
}

.site-inner .c7-product__details {
  text-align: center;
}

.site-inner .c7-product-collection__products--featured .c7-product__image {
  margin-top: 0px;
}

.site-inner .c7-product__photo {
  max-width: 200px;
  margin: 0 auto;
}

.site-inner .c7-product__add-to-cart__form {
  justify-content: center;
}

.site-inner .c7-product__add-to-cart__form button {
  background-color: #F0EFEC;
  color: #000;
  text-transform: lowercase;
  letter-spacing: .2px;
}

.site-inner .c7-product__add-to-cart__form button:hover,
.site-inner .c7-product__add-to-cart__form button:focus,
.site-inner .c7-product__add-to-cart__form button:active {
  background-color: #F3CB5A;
}

.site-inner span.c7-product__add-to-cart__price__variant {
  display: none;
}

.collection-page-general-products-wrap .c7-product__teaser {
  display: block;
}

.collection-page-events-wrap .c7-product__teaser {
  display: block;
  margin-top: 15px;
}

/**** Single Product Page ****/

.c7-content .single-product-page {
  margin-top: 30px;
}

.single-product-page .c7-product__content {
  /* display: none; */
}

.single-product-page h1.c7-product__title  {
  font-size: 28px;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.single-product-page .c7-product__title h1  {
  margin-bottom: 0;
}
.single-product-page .c7-product__content p {
  padding: 0;
}

.single-product-page .c7-product-detail .c7-product__add-to-cart {
  margin-top: 0; 
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c7-product-detail.single-product-page .c7-product__image img {
    max-width: 300px;
  }
  
  .c7-product-detail.single-product-page  .c7-product__specs {
    flex-shrink: 0;
    max-width: 100%;
  }
}





.club-type li:nth-child(1) {
  height: 40px;
  line-height: 1.1;
  
}

.club-type li:nth-child(2) {
  height: 40px;
  line-height: 1.1;
}

.club-type .c7-btn {
  border-radius: 0;
  padding: 8px 10px;
  min-height: inherit;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  font-family: baskerville, serif;
}

.general-shop-page .c7-btn--primary:not([disabled]):active,
.general-shop-page .c7-btn--primary:not([disabled]):focus,
.general-shop-page .c7-btn--primary:not([disabled]):hover, 
.general-shop-page .c7-btn--primary--small:not([disabled]):active,
.general-shop-page .c7-btn--primary--small:not([disabled]):focus,
.general-shop-page .c7-btn--primary:not([disabled]):hover {
  background-color: #F3CB5A;
}

.c7-user-nav__cart__title::after {
  content:"";
  background-image: url('https://staging.laurentiawinery.com/wp-content/uploads/2019/04/cart-bottles-blk.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  width: 30px;
  height: 30px;
  display: block;
  
}

.site-header .c7-user-nav__cart__count {
  top: 80px;
  right:50px;
  position: absolute;
  background: #83152B;
  display: none;
}

.c7-user-nav__cart__title svg {
  display: none;
}

.site-header .c7-user-nav__cart button:hover,
.site-header .c7-user-nav__cart button:active,
.site-header .c7-user-nav__cart button:focus {
  background: none;
}

.site-header .c7-user-nav__cart > button {
  padding: 0;
}

.c7-side-cart__content-container a.c7-btn--primary:link,
.c7-side-cart__content-container a.c7-btn--primary:visited {
 color: #000;
  text-transform: lowercase;
  font-family: initial;
  letter-spacing: .7px;
}

.header-shop-link .c7-side-cart__content-container a:before {
 display: none;
}

.header-shop-link .c7-side-cart img {
  width: 100%;
}

.c7-side-cart__content-container .c7-order-item__title a,
.c7-cart .c7-order-item__title a {
  text-transform: capitalize;
  font-size: 16px;
  font-family: baskerville, serif; 
  color: #000;
}

.c7-side-cart__content-container .c7-order-item__title a:hover,
.c7-side-cart__content-container .c7-order-item__title a:focus,
.c7-side-cart__content-container .c7-order-item__title a:active,
.c7-cart .c7-order-item__title a:hover,
.c7-cart .c7-order-item__title a:focus,
.c7-cart .c7-order-item__title a:active{
  color: #777;
}

.c7-side-cart .c7-order-item__description,
.c7-cart .c7-order-item__description{
  display: none;
}

.c7-side-cart .c7-link:not([disabled]),
.c7-cart .c7-link:not([disabled]) {
  text-decoration: none;
  color: #83152B;
  font-size: 10px;
  font-weight: 700;
  font-family: lato, sans-serif;
  text-decoration: none;
}

.c7-side-cart .c7-link:not([disabled]):hover,
.c7-side-cart .c7-link:not([disabled]):active,
.c7-side-cart .c7-link:not([disabled]):focus,
.c7-cart .c7-link:not([disabled]):hover,
.c7-cart .c7-link:not([disabled]):active,
.c7-cart .c7-link:not([disabled]):focus {
  text-decoration: underline;
  background: none;
  opacity: 0.7  
}

.c7-side-cart__content-container .c7-btn--primary,
.c7-cart .c7-btn--primary {
  background-color: #F0EFEC;
  color: #000;
  
}
.c7-cart .c7-btn--primary:hover,
.c7-cart .c7-btn--primary:focus,
.c7-cart .c7-btn--primary:active,
.c7-side-cart__content-container .c7-btn--primary:hover,
.c7-side-cart__content-container .c7-btn--primary:focus,
.c7-side-cart__content-container .c7-btn--primary:active{
  background-color: #F3CB5A;
  
}

.c7-side-cart--visible .c7-notice--empty,
.c7-cart .c7-notice--empty {
  font-family: baskerville, serif;
  font-size: 16px;
}

.site-inner .c7-btn--primary:not([disabled]):active,
.site-inner .c7-btn--primary:not([disabled]):focus,
.site-inner .c7-btn--primary:not([disabled]):hover,
.site-inner .c7-btn--primary--small:not([disabled]):active,
.site-inner .c7-btn--primary--small:not([disabled]):focus,
.site-inner .c7-btn--primary--small:not([disabled]):hover {
  background: #F3CB5A;
  text-decoration: none;
}

.header-shop-link a:hover {
  color: #000;
  position: relative;
  z-index: 10000;
}

.header-shop-link img {
  width: 25px;
}

.header-shop-link img:hover {
  opacity: .6;
}

.c7-side-cart {
  font-family: baskerville, serif;
}

.c7-order-summary .c7-btn--primary {
  background-color: #F3CB5A;
  color: black;
  
}

.c7-order-summary__buttons {
  text-transform: lowercase;
  font-family: baskerville, serif;
}



.c7-order-summary .c7-btn--primary:hover {
  background-color: #F0EFEC;
}

.shop-header-menu-wrap {
  padding: 0 15px;
  margin-bottom: 30px;
}

.shop-header-menu-wrap .menu {
  /*! max-width: 780px; */
  margin: auto;
  padding: 10px 10px;
  border-top: 1px solid #F3CB5A;
  border-bottom: 1px solid #F3CB5A;
}

.shop-header-menu-wrap ul.menu {
  /*! display: flex; */
  /*! flex-direction: row; */
  /*! justify-content: center; */
  /*! flex-wrap: wrap; */
  /*! align-content: center; */
  /*! align-items: center; */
  /*! max-width: 780px; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid
}

.shop-header-menu-wrap li {
    /*! width: 150px; */
    text-align: center;
  }

.shop-header-menu-wrap li a {
  color: #333;
}

.shop-header-menu-wrap li a:hover,
.shop-header-menu-wrap li a:focus,
.shop-header-menu-wrap li a:active {
  color: #7d716e;
}

.hero-image img {
  width: 100%;
}

.shop-header-menu-wrap .widget ul > li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media screen and (min-width: 721px) and (max-width: 1139px) {
  
  .site-header .c7-user-nav__cart__count {
    top: 60px;
    right: 55px;
    position: absolute;
    background: #83152B;
    display: none;
  }
  
  .shop-header-menu-wrap ul.menu {
    max-width: 760px;
  }
  
  .shop-header-menu-wrap ul.menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid
}
  
  
}

@media screen and (min-width: 769px) {
  
/*   .shop-header-menu-wrap ul.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    
    align-content: center;
    align-items: center;
  } */
  
  /* Products*/
  .collection-page .site-inner .c7-product-collection .c7-product,
  .collection-page .site-inner .c7-product-allocation .c7-product,
  .collection-page .site-inner .c7-product-detail .c7-product {
    flex-direction: column;
    /*! justify-content: center; */
  }
  
  .site-inner .c7-product-collection__product-list, .c7-product-allocation__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .site-inner .single-product-page.c7-product-detail .c7-product {
    flex-direction: row;
  }
  
  .single-product-page .c7-product__details {
    text-align: left;
  }
  
  .single-product-page .c7-product__add-to-cart__form {
    justify-content: flex-start;
  }
  
}



@media screen and (min-width: 1140px) {
  
  .site-header .c7-user-nav__cart__count {
    top: 20px;
    right:20px;
    position: absolute;
    background: #83152B;
    display: inline-flex;
  }
  
  .shop-header-menu-wrap ul.menu {
    /*! display: flex; */
    /*! flex-direction: row; */
    /*! justify-content: space-evenly; */
    /*! flex-wrap: wrap; */
    /*! align-content: center; */
    /*! align-items: center; */
    /*! max-width: 100%; */
    grid-template-columns: repeat(7, 1fr);
    /*! text-align: center; */
  }
  
  .shop-header-menu-wrap li {
/*     width: 130px; */
    text-align: center;
    font-size: 14px;
  }
  
}

.general-shop-page .c7-btn--primary, 
.general-shop-page .c7-btn--primary--small {
  background: #F0EFEC;
  color: #000;
  text-transform: lowercase;
}

.general-shop-page .c7-product-collection h1 {
  font-size: 32px;
}

.general-shop-page .c7-product-collection .c7-product-collection__product-list {
  margin-top: 60px;
}

/*** EVENTS ***/

.laurentia-events-list .tribe-events-calendar-list__event-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}

.site-inner .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
  flex-direction: row;
}

.site-inner .tribe-events-calendar-list__event .tribe-events-calendar-list__event-description.tribe-common-a11y-hidden {
  display: block!important;
  visibility: visible;
  margin-top: 20px;
}

.laurentia-events-list .tribe-events-calendar-list__month-separator {
  margin-top: 15px;
  font-size: 16px;
  background-color: #F0EFED !important;
  padding: 5px 10px;
  text-transform: uppercase;
}

.site-inner .tribe-events-calendar-list__event .tribe-events-calendar-list__event-description {
  font-family: baskerville, serif;
}

.site-inner .tribe-events-l-container.laurentia-events-list {
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}

.laurentia-events-list .tribe-events-calendar-list__event-title-link  {
  color: #000;
  font-family: baskerville, serif !important;
  font-size: 24px !important;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.laurentia-events-list .tribe-events-calendar-list__event-title {
  margin-bottom: 0;
}

.laurentia-events-list .tribe-events-calendar-list__event-datetime-wrapper {
  font-family: lato, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .03em
}

.laurentia-events-list .tribe-events-tickets-buy-button {
  margin-top: 15px;
}

.laurentia-events-list .share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 60px;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  float: left;
  clear: left;
  margin-top: 10px;
}

.laurentia-events-list .share-buttons span {
  display: none;
}

.laurentia-events-list .share-buttons li {
  height: auto;
  flex: 0 1 auto;
  width: 30px;
  margin-right: 5px;
}

.laurentia-events-list .share-buttons li:last-child {
  width: 30px;
  margin-right: 0;
}

.laurentia-events-list .share-buttons svg {
  fill: #000;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}

.laurentia-events-list .share-buttons a {
  display: block;
  padding: 7px 0px 7px 5px;
  text-align: center;
}

.laurentia-events-list .share-twitter,
.laurentia-events-list .share-facebook {
  background: #F0EFED;
}

.laurentia-events-list .share-twitter:hover,
.laurentia-events-list .share-facebook:hover {
  background: #f3cb5a;
}

.laurentia-events-list .event-share-text {
  font-family: lato, sans-serif;
  font-size: 12px;
  margin-right: 10px;
  padding-top: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

.laurentia-events-list .tribe-events-cal-links {
  float: left;
  clear: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.laurentia-events-list .tribe-events-cal-links .tribe-events-button {
  color: #000!important;
  background-color: #F0EFED;
  border-radius: 0px;
  font-family: lato, sans-serif;
  font-size: 10px;
  font-weight: 500!important;
  padding: 10px 10px 10px 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.laurentia-events-list .tribe-events-cal-links .tribe-events-button:hover {
  color: #000!important;
  background-color: #f3cb5a;
  border-radius: 0px!important;
  font-family: lato, sans-serif;
  padding: 10px 10px 10px 10px;
  letter-spacing: .04em;
}

.laurentia-events-list .tribe-events-gcal {
  display: none!important;
}

.laurentia-events-list .share-wrap {
  float: left;
  clear: left;
  margin-top: 5px;
  display: inline-flex;
}

.laurentia-events-list .tribe-events-c-nav__list li {
  font-family: baskerville, serif;
}

.laurentia-events-list .tribe-events-c-nav__next-label::after {
  content: "»"
}

.laurentia-events-list .tribe-events-c-nav__prev-label::before {
  content: "«"
}

.laurentia-events-single .tribe-events-schedule {
  justify-content: center;
  margin: 15px auto 25px;
}

.laurentia-events-single .tribe-events-schedule span {
  font-size: 16px;
}

.laurentia-events-single .tribe-events-tickets-buy-button {
  margin-top: 40px;
}

.laurentia-events-single .tribe-events-single-event-description .tribe-events-tickets-buy-button a:link,
.laurentia-events-single .tribe-events-single-event-description .tribe-events-tickets-buy-button a:visited{
  color: #000;
}
.laurentia-events-single .tribe-events-single-event-description .tribe-events-tickets-buy-button a:hover,
.laurentia-events-single .tribe-events-single-event-description .tribe-events-tickets-buy-button a:focus {
  color: #000;
}

.laurentia-events-single .share-buttons li {
  margin-right: 15px;
}

.laurentia-events-single .tribe-events-cal-links .tribe-events-button {
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
}

/*** GIFT CARD COLLECTION ***/

.site-inner .collection-page-gift-cards-wrap {
  max-width: 870px;
  margin: 0 auto;
}

.site-inner .collection-page-gift-cards-wrap .c7-product__photo {
  max-width: 450px;
  /*! margin: 0 auto; */
  
}

.collection-page-gift-cards-wrap .c7-form fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-page-gift-cards-wrap .c7-product {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}


@media screen and (min-width: 769px) {
  .collection-page-gift-cards-wrap .c7-product-collection__product-list, 
  .c7-product-allocation__product-list {
    grid-template-columns: 1fr;
  }
  
  .collection-page .site-inner .c7-product-collection .collection-page-gift-cards-wrap .c7-product, 
  .collection-page .site-inner .c7-product-allocation .collection-page-gift-cards-wrap .c7-product,
  .collection-page .site-inner .c7-product-detail .collection-page-gift-cards-wrap .c7-product{
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .collection-page-gift-cards-wrap .c7-product__photo {
    width: 60%;
  }
  
  .collection-page-gift-cards-wrap .c7-product__info {
    width: 40%;
  }
  
  
}

.site-inner .c7-checkbox input[type="checkbox"]:focus + .c7-checkbox__control,
.site-inner .c7-radio input[type="radio"]:checked + .c7-radio__control,
.site-inner .c7-radio--box input[type="radio"]:checked + .c7-radio__control + .c7-radio__label::after,
.site-inner .c7-radio--box input[type="radio"]:checked + .c7-radio__control + .c7-card-type + .c7-radio__label::after {
  border-color: #978986;
}

.site-inner .c7-radio input[type="radio"]:checked + .c7-radio__control::after {
  background: #83152B;
}

.site-inner .collection-page-gift-cards-wrap .c7-form__field {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-page-gift-cards-wrap .c7-link {
  text-transform: lowercase;
}

.collection-page-gift-cards-wrap button:hover, 
.collection-page-gift-cards-wrap input:hover[type="button"],
.collection-page-gift-cards-wrap input:hover[type="reset"], 
.collection-page-gift-cards-wrap input:hover[type="submit"],
.collection-page-gift-cards-wrap .button:hover, 
.collection-page-gift-cards-wrap button:focus, 
.collection-page-gift-cards-wrap input:focus[type="button"], 
.collection-page-gift-cards-wrap input:focus[type="reset"],
.collection-page-gift-cards-wrap input:focus[type="submit"],
.collection-page-gift-cards-wrap .button:focus {
  background: none;
  color: #000;
}

.collection-page-gift-cards-wrap .c7-price--original {
  opacity: .8;
}

.collection-page-gift-cards-wrap .c7-product__title {
  margin-top: 10px;
}

.collection-page-gift-cards-wrap .c7-product__add-to-cart {
  margin-top: 15px;
}

/*** EVENTS ****/


.site-inner .collection-page-events-wrap {
  max-width: 870px;
  margin: 0 auto;
}

.site-inner .collection-page-events-wrap .c7-product__photo {
  max-width: 450px;
  /*! margin: 0 auto; */
  
}

.collection-page-events-wrap .c7-form fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-page-events-wrap .c7-product {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}


@media screen and (min-width: 769px) {
  .collection-page-events-wrap .c7-product-collection__product-list, 
  .c7-product-allocation__product-list {
    grid-template-columns: 1fr;
  }
  
  .collection-page .site-inner .c7-product-collection .collection-page-events-wrap .c7-product, 
  .collection-page .site-inner .c7-product-allocation .collection-page-events-wrap .c7-product,
  .collection-page .site-inner .c7-product-detail .collection-page-events-wrap .c7-product{
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .collection-page-events-wrap .c7-product__photo {
    width: 60%;
  }
  
  .collection-page-events-wrap .c7-product__info {
    width: 40%;
  }
  
  .site-inner .shop-account-page .c7-account-club__header, .c7-account-dashboard__block__header {
    justify-content: center;
  }
  
  
}

.site-inner .c7-checkbox input[type="checkbox"]:focus + .c7-checkbox__control,
.site-inner .c7-radio input[type="radio"]:checked + .c7-radio__control,
.site-inner .c7-radio--box input[type="radio"]:checked + .c7-radio__control + .c7-radio__label::after,
.site-inner .c7-radio--box input[type="radio"]:checked + .c7-radio__control + .c7-card-type + .c7-radio__label::after {
  border-color: #978986;
}

.site-inner .c7-radio input[type="radio"]:checked + .c7-radio__control::after {
  background: #83152B;
}

.site-inner .collection-page-events-wrap .c7-form__field {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-page-events-wrap .c7-link {
  text-transform: lowercase;
}

.collection-page-events-wrap button:hover, 
.collection-page-events-wrap input:hover[type="button"],
.collection-page-events-wrap input:hover[type="reset"], 
.collection-page-events-wrap input:hover[type="submit"],
.collection-page-events-wrap .button:hover, 
.collection-page-events-wrap button:focus, 
.collection-page-events-wrap input:focus[type="button"], 
.collection-page-events-wrap input:focus[type="reset"],
.collection-page-events-wrap input:focus[type="submit"],
.collection-page-events-wrap .button:focus {
  background: none;
  color: #000;
}

.collection-page-events-wrap .c7-price--original {
  opacity: .8;
}

.collection-page-events-wrap .c7-product__title {
  margin-top: 10px;
}

.collection-page-events-wrap .c7-product__add-to-cart {
  margin-top: 15px;
}

.site-inner .c7-account__header {
  background: #f4f4f4;
  padding: 50px 0 40px;
}

.site-inner .c7-account__menu {
  box-shadow: none;
  border-bottom: 1px solid #f4f4f4;
}

.site-inner .c7-account__menu .c7-active a {
  border-bottom-color: #83152B;
}

.site-inner .c7-link {
  text-transform: lowercase;
}

.site-inner .c7-account-block__title {
  font-weight: 400;
}

.site-inner .c7-account__header p:first-of-type {
  font-weight: 400;
}

.site-inner .c7-account__menu a:hover, .site-inner .c7-account__menu a:focus, .site-inner .c7-account__menu a:active {
  border-bottom-color: #F3CB5A;
}

.site-inner .c7-account-blocks--status .c7-account-block__actions button {
  display: none;
}

.site-inner .c7-account-block--credit-card .c7-account-block__actions button,
.site-inner .c7-account-block--address .c7-account-block__actions button,
.site-inner .c7-account-details__account .c7-account-block__actions button
{
  display: inline-block;
}

.site-inner .c7-account-details__delete-account {
  display: none;
}

