/*
Theme Name: Langham Wines Theme
Theme URI: http://underscores.me/
Author: Good Design Works
Author URI: http://gooddesignworks.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

table.wccpf_fields_table td.wccpf_label, table.wccpf_fields_table td.wccpf_label label {
    line-height: 1.2 !important;
    font-family: Josefin Sans;
width: 170px;
}

table.wccpf_fields_table td.wccpf_value input[type="text"] {
padding: 10px !important;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
time.rpwe-time {
    margin: 0 0 1em;
    display: block;
    font-size: 0.9em;
}

.site-branding img {
    max-width: 290px;
    width: 100%;
}


.container-padding {
padding:0 1em;
line-height: 1.3;
}

.social {
    margin: 0 1em;
    max-width: 45px;
}

#wpadminbar {
    position: fixed;
}

html {
	font-family:josefin sans;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    font-family:josefin sans;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
    padding: 5px 0;
    vertical-align: top;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	line-height: 14px;
    font-family:josefin sans;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height: 1.5;
	font-family:josefin sans;
}

h6 {
    font-size: 11px;
    margin: 0;
    padding: 25px 20px 10px;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.5;
	font-family: josefin sans;
}

.site-title {
	text-transform:uppercase;
	letter-spacing:2px;
	margin: 10px 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

.page-id-2 .site-content {
    background: #2b3343 none repeat scroll 0 0;
    padding-top: 78px;
}

.site-content {
	background: #f0ede8 none repeat scroll 0 0;
}

.site-header {
	background-color: rgba(255, 255, 255, 0.9);
	color:#000;
	width:100%;
	z-index:100;
}

.page-id-2 .site-header {
    background: #fff none repeat scroll 0 0;
    position: fixed;
}

.custom-header {
	max-width:1170px;
	margin:0 auto;
	padding: 0 0 0 20px;
}
.site-main {
	max-width:1200px;
	margin:0 auto !important;
	padding:0 20px;
	line-height: 1;
	font-family: josefin sans;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0 none;
    height: 3px;
    margin-bottom: 1.5em;
    width: 200px;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1em !important;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.site-footer {
    background-color: #2b3343;
    padding: 3em 0;
    width: 100%;
    color: #eee;
    line-height: 1.4;
}

.site-footer a, .site-footer a:visited {
    color: #eee;
}



.site-info {
    font-family: josefin sans;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 1100px;
    padding: 3em 20px;
    text-transform: uppercase;
    text-align: center;
}

.site-info p {
    margin: 0;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .fa, .site-footer .fas {
    margin-right: 10px;
}

.footer-container {
    max-width: 1300px;
    margin: auto;
    padding:0 2em;
}

.social-icons {
    position: relative;
    padding-top: 2em;
    display: inline-block;
	vertical-align: top;
}

.social-icons .fab {
    font-size: 1.5em;
    margin-right: 15px;
}

li.nudge {
    margin-top: 1em;
}

.footer-upper {
    max-width:1300px;
    margin:0 auto;
    padding: 20px 2em 30px;
    display: table;
    width: 100%;
}
.footer-left {
    float:left;
    width: 23%;
}
.footer-right {
    float:right;
    width: 77%;
}
ul.awards {
    list-style: none;
    margin: 45px 0 0;
    padding: 0;
    text-align: right;
}

ul.awards li {
    display: inline-block;
    padding: 0 5px;
}

ul.awards li:first-child {
        padding: 0 5px 0 0;
}

ul.awards li:last-child {
        padding: 0 0 0 5px;
}

ul.awards img {
    height: 70px;
}

img.tripadvisor {
    width: 100%;
    max-width: 140px;
    margin-top: 2em;
}

.custom-table {
    display:table;
    width:100%;
    margin:0;
    padding:0;
}

.custom-row {
    display:table-row;
}

.custom-col {
    line-height: 1.4;
}

.custom-col-2 {
    display:table-cell;
    background-position: center center;
    vertical-align:middle;
    width:50%;
    background-size:cover;
}
.custom-col-3 {
    display:table-cell;
    vertical-align:middle;
    width:33.3%;
    background-size:cover;
    background-position: center center;
}
.custom-col-4 {
    display:table-cell;
    vertical-align:middle;
    width:25%;
    background-size:cover;
    background-position: center center;
}

.blog-custom-col-1-3 {
    display:table-cell;
    background-position: center center;
    vertical-align:middle;
    width:33.3%;
    background-size:cover;
}

.blog-custom-col-2-3 {
    display:table-cell;
    background-position: center center;
    vertical-align:middle;
    width:66.6%;
    background-size:cover;
}
.pic-mob {
    display:none;
}
img.badges-footer {
    margin-top: 45px;
    width: 100%;
}
.pad1 {
    padding: 0px 20px;
}

.pad2 {
    padding: 0px 40px;
}

.pad3 {
    padding: 0px 60px;
}

.pad4 {
    padding: 0px 80px;
}

img.float {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px
}

p.title {
    font-size: 12px;
    letter-spacing: 2px;
    border-bottom: 1px solid #876e3f;
    width: 100%;
    text-transform: uppercase;
}

.tasting-notes {
    margin-bottom: 40px;
    margin-top: 2em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #876e3f none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 auto;
    opacity: 1;
    padding: 2em 4em;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 1s ease-in-out 0s;
}



button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
opacity:0.5;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    box-shadow: none;
}

button.mailchimp {
    background-color: #2b3343;
    padding: 1.5em 3em;
    margin: 0 0 2em;
    font-size: .75em;
    width: 100%;
    max-width: 438px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: medium none;
    border-radius: 0;
    color: #000;
    padding: 1.5em !important;
    font-family: josefin sans;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.searchandfilter ul {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.searchandfilter ul li {
    display: inline-block !important;
    margin: 0 1em 0 0 !important;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float:right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 28px;
  left: 12px;
  right: 12px;
  height: 6px;
  background: #c1a879;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #c1a879;
  content: "";
}

.c-hamburger span::before {
  top: -15px;
}

.c-hamburger span::after {
  bottom: -15px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
    -ms-transform: rotate(45deg);
-webkit-transform:rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #c1a879;
	text-decoration:none;
    transition: 0.5s ease-in-out;
}

a:visited {
	color: #c1a879;
}

a:hover,
a:focus,
a:active {
	color: #846a3a;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: none;
    display: inline-block;
    float: right;
    margin: 0 auto;
    padding: 15px 0 25px;
    
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
    float: left;
    font-family: "Josefin Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	border-bottom: 2px solid #c1a879;
    padding-bottom: 5px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



ul.top-nav {
    list-style: none;
    margin: 0 28px 0 0;
    padding: 0 6px 0 0;
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #c1a879;
    display: inline-block;
    float: right;
    
}

ul.top-nav li {
    padding: 9px 10px 5px;
    display: inline-block;
}

ul.top-nav li.bigger {
    padding: 0 4px;
    display: inline-block;
    font-size: 1.4em;
}


ul.top-nav li.contact {
    padding-right: 16px;
}

li.mega-hide-desktop {
    display: none !important;
}




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-
:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget-area {
display:none;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}



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

ul.eventslist {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.eventslist li {
    border-bottom: 1px solid #846a3a;
    padding-bottom: 50px;
    padding-top: 30px;
}

ul.eventslist li:last-child {
    border-bottom: 0;
}

ul.eventslist h5 {
    color: #846a3a;
    margin-bottom: 0;
}

ul.eventslist h3 {
    margin-top: 10px;
}

button.blue {
    background: #171f2f;
    color: #fff;
}

.xoo-wsc-ft-buttons-cont a.button {
    margin: 0 !important;
}

span.xoo-wsc-pname a {
    font-weight: 400;
    margin-bottom: 0.5em;
    line-height: 1.2;
    display: block;
}

.xoo-wsc-sum-col dd {
    margin: 0 1.5em 0.2em !important;
}

.xoo-wsc-empty-cart {
    align-items: self-start;
}

.xoo-wsc-ft-buttons-cont a.button, .xoo-wsc-empty-cart a.button {
    padding: 1.5em 5px;
    text-transform: uppercase;
    color: #fff;
    background: #846a3a;
    width: 100%;
    text-align: center;
}

.xoo-wsc-ft-buttons-cont a.button:hover, .xoo-wsc-empty-cart a.button:hover {
     background: #c1a879;
}

.xoo-wsc-empty-cart {
    padding: 30px 20px;
}

.xoo-wsc-header {
    padding: 25px 15px 15px;
}

.xoo-wsc-footer {
    padding: 10px 20px 20px;
}

.xoo-wsc-ft-totals {
    padding: 15px 0 20px;
}

.xoo-wsc-ft-amt {
    margin: 0;
}

.xoo-wsc-sum-col {
    padding-left: 5px;
}

span.xoo-wsch-text {
    margin-left: 0;
}

.xoo-wsc-items-count {
    line-height: 30px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
	padding-right: 0 !important;
}

span.wprev_showdate_T1 {
    display: none;
}

ul.local {
    list-style: none;
    margin: 5px 0 4em;
    padding:0;
}

ul.local li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}

ul.local li p {
    margin-bottom: 4px;
}

ul.local li p.number {
    margin-bottom: 4px;
    margin-top: 4px;
    color: #656565;
}

ul.local li a {
    font-size: 0.9em;
}

.localinfo {
    padding: 5em 0 5em;
}

.localinfo h4 {
    margin-bottom: 0px;
    border-bottom: 1px solid #dcd9d3;
    padding-bottom: 8px;
}

.localinfo .pad-left {
    padding-left: 6em;
}

.blog-nav {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

.blog-nav a {
    padding: 0 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
}

.blog-nav .line {
    margin-top: 3em;
}

ul.mega-sub-menu .textwidget a {
    text-transform: uppercase;
    color: #171f2f;
    padding: 14px 0;
    width: 100%;
    text-align: center;
    margin: 6px 0;

}
 ul.mega-sub-menu .textwidget a.divide {
        border-bottom: 1px solid #dcd9d3;
}

ul.mega-sub-menu .textwidget a:hover {
    color: #866d3f;
}   

.wapf-field-description {
	padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.site-branding {
    float: left;
    margin: 0;
    max-width: 250px;
    padding: 0.7em 0px;
    margin-top: 10px;
}

.Modal--OccurrenceSelect {
    width: 50% !important;    
}

.Modal--TicketSelect {
    width: 26% !important;
}

.Modal--SpotsLeft {
    width: 24% !important;
}

@media (max-width: 760px) {
 .Modal--OccurrenceSelect, .Modal--TicketSelect, .Modal--SpotsLeft {
    margin-bottom: 10px !important;
 }
}

@media (max-width: 400px) {
.EBP--content .cd-dropdown > span {
    font-size: 13px !important;
    line-height: 16px !important;
}
}

@media (max-width: 380px) {
 .Modal--OccurrenceSelect {
    font-size: 12px !important;
 }
}



#wprev-slider-1 .wprev_preview_bg1_T1 {
    padding: 4em 4em 3em;
    border: 0px;
    box-shadow: none;
    background: none;
}

.wprevpro_t1_DIV_2::before {
    display: none;
}

#wprev-slider-1 .wprev_preview_bg1_T1::after {
    display: none;
}

img.wprevpro_t1_IMG_4 {
    display: none;
}

img.wprevpro_t1_star_img_file {
    width: 100px;
    display: block;
    margin: 0 auto 2em;
}

#wprev-slider-1 .wprev_preview_bg1_T1 {
    padding: 0 2em 0em;
}

#wprev-slider-1 .wprev_preview_tcolor1_T1 {
    font-family: josefin sans;
    font-style: inherit;
    font-size: 1.3em;
    line-height: 1.5em;
}

.wprs_unslider-nav ol {
    margin-top: 2em;
}

#wprev-slider-1 .wprev_preview_tcolor2_T1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5;
    font-family: josefin sans;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content ul li, .entry-content ol li {
    line-height:1.4;
}
.entry-header {
	text-align:center;
	font-weight:normal;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* .gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
 */

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/



.flush-images {
    background-size: cover;
    background-position: center;
    height: 440px;
}

.page-id-19 .flush-images {
    height: 580px;
}
    

.inner-shadow {
	box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
}

.full-width {
    height: 400px;
    overflow: hidden;
}

.full-width img {
	width:100%;
	height:auto;
}

.home-text {
    color: #fff;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 500px;
    padding: 7em 2em;
    text-align: center;
}

.visit-text {
    color: #fff;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 700px;
    padding: 7em 2em;
    text-align: center;
}

.home-text-scroll {
    height: 270px;
    overflow: scroll;
    background: #171f2f;
    padding: 1em;
}


.half-home-text {
    color: #fff;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 500px;
    padding: 4em 1em;
    text-align: center;
}

.line {
    border-top: 1px solid #866d3f;
    margin: 30px auto;
    width: 150px;
}

.brand-bg {
    background: #2b3343 none repeat scroll 0 0;
    color:#fff;
}

.brand-bg-dark {
    background: #171f2f none repeat scroll 0 0;
    color:#fff;
}

.alt-bg {
	background: #876e3f none repeat scroll 0 0;
	position:relative;
	color:#fff;

}

.alt-bg a {
	color:#2b3343;
}

.alt-bg a:hover {
	color:#1a2232;
}

.alt-bg .line {
	border-top: 1px solid #fff;
}

.shop-link {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:30px;
	line-height:1.5;
	font-family:josefin sans;
	color:#fff !important;
	
}
ul.list {
    padding:0;
    margin:0;
    display:block;
}
li.list {
    display: block;
    padding: 0 0 1em;
}
li.list p {
    margin:5px 0;
}
li.list h4 {
    margin: 0 0 5px 0;
}

.page-id-2 .sprocket-strips-s-title {
    color: #fff !important;
    font-family: josefin sans;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    text-transform: uppercase;
}

.page-id-2  .sprocket-strips-s-content {
    text-align: center;
}

.eventDisplayCnt h3.title {
    display: none;
}

.eb_frontend .buy a.buyBtn, .eb_frontend a.checking, .ebp-content a.directDateBook, .eventCardCnt a.buyBtn {
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
background-color: #876e3f !important;
    color: #fff;
    font-family: josefin sans;
    letter-spacing: 2px;
    text-transform:uppercase;
    border-radius: 0 !important;
    font-size: 15px !important;
    padding: 1.5em 4em !important;
}

.ebp-content, .ebp-content .spotsleft, .ebp-content .cd-dropdown > span, .ebp-content .offlineloader, .ebp-content .optCol span, .ebp-content a.boxBtns, .ebp-content .title, .ebp-content a.book, .ebp-content a.paypalPay, .ebp-content a.checking, .ebp-content .cd-active.cd-dropdown ul li span:hover {
    font-family: josefin sans;
}

.ebp-modal .side .title {
    color: #fff !important;
    font-size: 20px !important;
    font-style: normal !important;
    padding-bottom: 25px;
}

.eventDisplayCnt .dateCnt, .ebp-modal .dateCnt {
    display: none;
}

.ebp-show.ebp-fullpage .ebp-content .dateCnt {
	display:block;
}
.eb_frontend .passedEvent {
    display: none;
}

.ebp-content .spotsleft {
    text-align: left !important;
    width: 79% !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*#moreDetails130  {
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10%;
    transform: none; 
}*/

/*.mCSB_container {
    top: 0 !important;
}*/

/*.mCustomScrollBox {
    height: auto !important;
}
*/

ul.slides {
	margin:0;
	padding:0;
}

li.slide:nth-child(even) .brand-bg {
	background: #876e3f none repeat scroll 0 0;
}

li.slide:nth-child(even) .brand-bg .line {
	border-top: 1px solid #fff;
}

li.slide:nth-child(even) .brand-bg a {
	color:#2b3343;
}

li.slide:nth-child(even) .brand-bg a:hover {
	color:#1a2232;
}

li.slide:nth-child(even) .brand-bg .col{
    display: block;
    float: right;
    margin: 0;
}

.page-id-10 li.slide:nth-child(even) .brand-bg a {
    color: #fff;
}

.page-id-10 li.slide .brand-bg a {
    text-align: center;
}

.page-id-10 li.slide .brand-bg h6.youtube {
    padding: 12px 20px 10px;
}

.page-id-10 li.slide .brand-bg i {
    margin: auto;
    display: block;
    text-align: center;
    font-size: 2em;
}

.wines-images {
    height: 600px;
    background-size: cover;
    background-position: center;
}

.wines-text {
    height: 600px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

@media (max-width: 700px) {
    .wines-images {
    height: 400px;
    }
    .wines-text {
        height: inherit;
    }
}


@media (max-width: 500px) {
.nivo-lightbox-content iframe {
    height: 400px;
}
}

ul.nice {
margin: 0;
padding: 0;
}

ul.nice li {
    border-bottom: 1px solid #876e3f;
    line-height: 1.3em;
    list-style: outside none none;
    padding: 5px 0;
    font-family: josefin sans;
}

ul.nice li:last-child {
        border-bottom: 0px;
}

#content .rotatingtweets, #content .norotatingtweets {
    border-bottom: medium none !important;
    border-top: medium none !important;
    margin-bottom: 0 !important;
}

#content p.rtw_main, p.rtw_main, div.rtw_main {
    margin-bottom: 0.6em;
    text-align: center !important;
    white-space: normal;
}

p.rtw_meta, div.rtw_meta {
    margin-bottom: 1em;
    text-align: center !important;
}


.sprocket-strips-s-text {
    display: block;
    font-family: josefin sans;
    font-size: 15px;
    line-height: 1.4;
}

.sprocket-strips-s-content .readon {
    display: inline-block;
    font-family: josefin sans;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 15px;
    text-transform: uppercase;
}


.content-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	 -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}

ul.rpwe-ul {
    display:table;
    width:100%;
    margin:0;
    padding:0;
}

li.rpwe-li {
    display: inline-block;
    padding: 1em;
    vertical-align: top;
    width: 33.3%;
}

.page-id-2 li.rpwe-li {
        padding: 1em 1em 0;
}

li.rpwe-li img {
    width:100%;
    height:220px;
    object-fit:cover;
}

.rpwe-summary {
    line-height:1.3;
}

a.more-link {
    display:block;
    margin-top:10px;
}

.widget-title {
    display:none;
}

.home h3.rpwe-title {
   color: #fff;
    font-family: josefin sans;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    text-transform: uppercase;
}

.home h3.rpwe-title a {
    color:#fff;
}
    
.home a.more-link {
    font-family: josefin sans;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home li.rpwe-li {
    width: 100% !important;
}

.home .rpwe-summary{
    color:#876e3f;
}

.nav-links {
    display: none;
}

.postid-2739 textarea {
    min-height:100px;
}
.postid-2739 input[type="text"], .postid-2739 input[type="email"] {
    width: 100%;
}

.eb_frontend .eventDetails .spots {
    display: none;
}

table.diet-wrapper td.wccpf_label {
	width:100% !important;
	display: block !important;
}

.woocommerce div.product form.cart table.diet-wrapper td {
    padding-left: 0;
    width: 100% !important;
    display: block !important;
}

table.diet-wrapper td.wccpf_value textarea {
    height: 100px !important;
}

/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/

ul.slides {
	display:table;
	width:100%;
	padding:0;
	margin:0;
}

li.slide {
	position:relative;
}

.home .flex-control-nav {
    position: absolute;
}


.landing-image {
	height:350px;
	background-size:cover;
	background-position:center center;
	background-attachment: fixed;
	position:relative;
}

.landing-text {
    position: absolute;
    top: 40%;
    left: 3em;
    font-size: 2em;
    max-width: 780px;
    color: #fff;
    line-height: 1.4;
    font-family: josefin sans;
    font-size: 25px !important;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.flexslider .slider-container {
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    right: 0;
    padding: 0 2em;
}

.slider-text {
    position: relative;
    max-width: 720px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px;
    margin: auto;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    padding-top: 200px;
}

.slider-text p {
    margin-top: 0;
}

img.cross {
    width: 36px !important;
    margin: 0 auto 12px;
}

.slider-text {
    color: #fff !important;
}

.hero {
    font-family: josefin sans;
    font-size: 35px !important;
    letter-spacing: 6px;
    line-height: 1.6 !important;
    margin-bottom: 0;
    padding: 10px 20px 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}



button.slider {
	 display: block;
}

ul.flex-direction-nav {
	display:none;
}

.slider-image {
    height: 700px;
    background-size: cover;
    background-position: center;
}

.flexslider {
    border: none !important;
	margin:0 !important;
	background:transparent !important;
}

.flex-control-nav {
    width: 100%;
    position: relative;
    bottom: 0;
    text-align: center;
    z-index: 100;
    left: 0;
    padding: 1em;
}

.flex-control-paging li a {
    background: #fff;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 1em !important;
    box-shadow: none !important;
    width: 15px !important;
    height: 15px !important;
}

.flex-control-paging li a.flex-active {
    background: #fff !important;
}

.flex-control-paging li a, .flex-control-paging li a.flex-active {
    background: #876e3f none repeat scroll 0 0 !important;
    border-radius: 0 !important;
}

.flex-control-paging li a {
    height: 20px !important;
    width: 20px !important;
	opacity:0.6 !important;
}
.flex-control-paging li a.flex-active {
	opacity:1 !important;
}

.EBP--content form .duplHolder .EBP--DuplicateTitle {
    margin-top: 30px;
}

.EBP--content input.couponInput {
    width: 270px !important;
}

.EBP--content form span.label {
    line-height: 1.2em;
}

.EBP--content .cd-dropdown > span::after, .EBP--content .Modal-QuantityColumn, .EBP--content a.Modal--CouponBtn {
    margin-top: 8px;
}
.EBP--content .Modal-QuantityColumn {
    margin-top: 10px !important
}

.eb_frontend .EBP--BookBtn, .ebpBox .EBP--BookBtn, .EBP--GiftCard .EBP--BookBtn, .EBP--Slide .EBP--BookBtn {
    border-radius: 0;
    background: #876e3f;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1.7em 4em;
    font-size: 14px !important;
}

p.visit-price {
    color: #fff;
   font-size: 30px;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}


.header-pad {
    padding: 3em 35px 4em;
}

.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 0px;
    background: #be0d18;
    padding: 1em;
    color: #fff;
    text-align: center;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px;
    background: #be0d18;
    padding: 1em;
    color: #fff;
    text-align: center;    
}

div.wpcf7-mail-sent-ok {
    border: 0px;
    background: #876e3f;
    padding: 1em;
    color: #fff;
    text-align: center;    

}

span.wpcf7-not-valid-tip {
    color: #be0d18;
}

div.wpcf7-response-output {
    margin: 2em 0em 1em;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.woocommerce .button {
    text-align: center;
}

    .discount-description {
        margin: 1em 0;
    }
    
#coupons_list {
    margin-bottom: 4em;
    margin-top: 3em;
}

#coupons_list h3 {
    font-size: 16px;
}

form.woocommerce-cart-form button.button {
    width: inherit;
    padding: 1.5em;
    margin: 0;
}


.woocommerce span.onsale {
    width: 48px;
    height: 48px;
    background-color: #846a3a;
    font-weight: 400;
}


#container {
    max-width: 1300px;
    margin: 0 auto;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 5px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    min-height: 65px;
}
 
ul.products li.product a.button {
    display:none !important;
}
    
    
.woocommerce .woocommerce-breadcrumb {
    color: #777;
    display: none;
    font-size: 0.92em;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products li.product .price {
    color: #000;
    font-family: josefin sans;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.woocommerce ul.products li.product h3 {
    border-top: 2px solid;
    font-size: 16px;
    margin: 0;
    padding: 1em 0;
    text-align: center;
    min-height:85px;
}

.woocommerce ul.products li.product a img {
    width: auto;
    margin: 0 auto 1em;
    max-height: 400px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #876e3f;
    font-size: 22px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    display: none;
    margin: 0 0 1em;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 0 3%;
    padding: 20px;
    position: relative;
    width: 25%;
    text-align: center;
}

.woocommerce.product-columns-3 ul.products li.product, .woocommerce-page.product-columns-3 ul.products li.product {
    width: 33.33%;
}

.woocommerce div.product div.images img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 500px;
    float: left;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    max-width: 500px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding-right: 5px;
}

.woocommerce div.product {
    margin-bottom: 0;
    padding: 15px 0;
    position: relative;
}

.woocommerce-tabs, .wc-tabs-wrapper {
	display:none;
}

.related {
	display:none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #876e3f;
    color: #fff;
    font-family: josefin sans;
    letter-spacing: 2px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    clear: both;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    left: auto;
    line-height: 1;
    margin: 10px 20px 20px 0;
    overflow: visible;
    padding: 1.5em 4em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}

.clearfix {
    clear: both;
}

.postid-5308 div.summary {
    margin-bottom: 4em !important;
}

.postid-442 .woocommerce-product-details__short-description {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #876e3f;
}

.woocommerce div.product p.stock {
    display: none;
    font-size: 0.92em;
}

.product_meta {
	display:none;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: transparent;
    border-top: 3px solid #2b3343 !important;
    color: #515151;
    font-family: josefin sans;
    list-style: outside none none !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    position: relative;
    width: auto;
    word-wrap: normal;
    text-align: center;
}

.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
    display: none;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    float: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #876e3f;
    color: #fff;
    font-size: 12px !important;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding:1.5em 5px;
    width:100%;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #c1a879;
	color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #c1a879;
	color: #fff;
}

.woocommerce div.product form.cart .variations label {
    font-family: josefin sans;
    font-size: 17px;
    font-weight: 700;
}

.woocommerce div.product form.cart .variations select {
    display: inline-block;
    font-family: josefin sans;
    margin-right: 1em;
    max-width: 100%;
    min-width: 75%;
    padding: 5px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #876e3f;
    font-family: josefin sans;
    font-size: 22px;
}

.woocommerce .quantity .qty {
    margin-top: 20px;
    text-align: center;
    width: 80px;
    padding: 15px;
}

.woocommerce ul.products li.product .price .from {
    color: #000 !important;
    font-size: 15px !important;
    margin: -2px 0 0;
    text-transform: none !important;
}

.woocommerce .cross-sells ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 39%;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    padding: 0 !important;
    width: 45% !important;
}

.woocommerce .cart-collaterals h2{
    font-size: 16px !important;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    height: 50px;
    width: 170px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    padding: 0 20px;
    width: 48%;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 15px;
}




/* .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    float: left;
    padding: 20px;
    width: 48%;
} */


.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: transparent;
    color: transparent;
}


section.upsells ul.products li.first {
    clear: none !important;
}

section.upsells ul.products li {
    width: 25% !important;
}

section.upsells h2 {
    font-size: 1.1em;
    border-bottom: 2px solid #876e3f;
    padding-bottom: 10px;
}

section.upsells ul.products h2 {
    font-size: 1em;
    border-bottom: 0;
    padding-bottom: 0;
}

section.upsells {
    margin-top: 3em;
}

.tickets {
    display: none;
}

.product_cat-events .tickets {
    display: block;
    float: right;
    padding: 39px 20px 0px 0;
}

.product_cat-events .product_title, .product_cat-events p.price {
    text-align: center;
}


img.max-340 {
    max-width: 340px;
}

.about-indent {
	padding:60px 10px 60px 30%;
}

.woocommerce form .form-row label {
    line-height: 1.4em;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

input#neighbour, input#safe_place {
    margin-bottom: 1em;
}

.select2-results__option {
    padding: 12px 6px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.woocommerce-additional-fields__field-wrapper {
    padding-bottom: 20px;
    margin-top: 20px;
}


li.product-category {
    width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0.5em 0 0 !important;
    border-bottom: 1px solid #ddd;
}

li.product-category mark.count {
    display: none;
}

li.product-category .woocommerce-loop-category__title {
    min-height: 0 !important;
}

li.product-category img {
    display: none !important;
}

ul.langham-categories {
    list-style: none;
    padding: 0;
    margin: 0 0 5em;
}

ul.langham-categories li {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #dcd9d3;
    padding: 0.8em 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1em;
    font-weight: 600;
}

.pad-right {
    padding-right: 4em;
}

/*.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 33%;
}*/

p#delivery_instructions_field {
    border-top:  1px solid #846a3a;
    padding-top: 20px;
}

p#order_comments_field {
        border-bottom:  1px solid #846a3a;
        border-top:  1px solid #846a3a;
        padding-bottom: 40px;
        padding-top: 20px;
        margin-top: 40px;
}

.header-cart {
    font-family: josefin sans;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 50px;
    padding: 20px;
    text-transform: uppercase;
    display: flex;
}

#sl_div {
    font-family: josefin sans;
    padding: 1px;
}

#searchForm LABEL {
    display: block;
    float: none !important;
    font-size: 16px !important;
    margin: 0 auto;
    max-width: 390px;
    min-width: 100px;
    padding:40px 0 20px !important;
    text-align: center !important;
}

#searchForm .search_item {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 390px !important;
    padding-bottom: 6px;
    vertical-align: middle;
    text-align:center;
}

#searchForm INPUT {
    border: 0 none;
    color: black;
    font-family: josefin sans;
    line-height: 2;
    margin: 0 auto;
    padding-left: 4px;
    padding-top: 0;
    width: 100%;
    text-align:center;
}

#addy_in_radius LABEL{
    float:left !important;
    padding: 4px 0 !important;
}

#addy_in_radius {
    display: inline-block;
    padding: 12px 0;
}

#addressSubmit.slp_ui_button {
 background: #876e3f none repeat scroll 0 0 !important;
    color: #fff !important;
    font-family: josefin sans;
    letter-spacing: 2px;
    border: 0 none !important;
    border-radius: 0px !important;
    box-shadow: none;
    cursor: pointer;
padding: 1.5em 4em !important;
    text-align: center;
    text-decoration: none;
    margin: 0 0 20px;
}



.cycloneslider-template-standard {
    margin-bottom: 0 !important;
    z-index:0;
}

.cycloneslider-template-standard .cycloneslider-caption {
    background: transparent !important;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 1 !important;
    padding: 0 0 55px!important;
    position: absolute;
    text-align: center !important;
    width: 100%;
    z-index: 500;
}



.cycloneslider-template-standard .cycloneslider-caption-description {
    font-family: josefin sans;
    font-size: 25px !important;
    max-width: 650px;
    margin: 0 auto;
}

.cycloneslider-template-standard .cycloneslider-caption-title {
    font-family: josefin sans;
    font-size: 35px !important;
    letter-spacing: 6px;
    line-height: 1.6 !important;
    margin-bottom: 0;
    padding: 10px 20px 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.icon {
margin: 22px auto !important;
    max-width: 35px !important;
    height: auto !important;
}

.cycloneslider-template-standard .cycloneslider-next .arrow {
    border-bottom: 30px solid transparent !important;
    border-left: 30px solid #fff !important;
    border-top: 30px solid transparent !important;
    margin-left: -30px !important;
    
}


.cycloneslider-template-standard .cycloneslider-prev .arrow {
    border-bottom: 30px solid transparent !important;
    border-right: 30px solid #fff !important;
    border-top: 30px solid transparent !important;
    margin-left: 0px !important;
}

.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
    background: transparent none repeat scroll 0 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}




#mc_embed_signup {
    background: transparent none repeat scroll 0 0 !important;
    clear: left;
    font: 14px josefin sans,Arial,sans-serif !important;
}

#mc_embed_signup form {
    display: block;
    padding: 40px 0 30px 20px !important;
    position: relative;
    text-align: left;
}


#mc_embed_signup input.email {
    font-family: josefin sans;
    margin: 0 4% 10px 0;
    min-width: 130px;
    padding: 10px !important;
    text-indent: 5px;
    width: 58%;
    display: inline !important;
    line-height: 1 !important;
}


#mc_embed_signup input.button {
    display: inline !important;
    height: 37px !important;
    margin: 0 0 10px;
    max-width: 155px;
    padding: 5px 0 !important;
    text-transform: uppercase;
}

#mc_embed_signup .button {
    background-color: #2b3343 !important;
    border: 0 none;
    border-radius: 0 !important;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: josefin sans;
    font-size: 11px !important;
    font-weight: bold !important;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 20px !important;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    transition: 1s ease-in-out;
}


#mc_embed_signup .button:hover {
	background-color: #424a5a !important;
}

#mc_embed_signup label {
    display: block;
    font-size: 15px !important;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 20px !important;
    text-transform: uppercase;
}


#mc_embed_signup input {
    background-color: #2b3343;
    border: 0 none !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.twitter {
	display: block;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1;
    padding: 50px 30px 0;
    text-align: right;
    text-transform: uppercase;
}

.twitter-bird {
	margin-top: -25px;
}

.hover {
    transition:0.5s ease-in-out;
}

.hover:hover {
	opacity:0.5;
}

.gm-style .gm-style-iw {
    color: #000 !important;
    font-size: 13px;
    font-weight: normal !important;
    overflow: hidden;
}

#searchForm #radius_in_submit {
    float: none !important;
}


div#map_sidebar {
    overflow: auto;
    padding-top: 40px;
}


.page-id-132 .site-content {
    padding-bottom: 3em;
}



div.results_entry span.location_name {
    color: #2b3343 !important;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

div.results_entry {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 22px;
    width: 100%;
    border-bottom: 1px solid #e5e0d8;
    padding-top: 26px;
    }

#sl_info_bubble {
    font-family: josefin sans;
    font-size: 13px !important;
    font-weight: normal;
    padding: 20px;
}

.moreDates a {
    color: #c4c4c4;
    font-size: 13px !important;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 120%;
    text-transform: uppercase;
}

.ebp-content .options {
    float: none;
    margin: 0 !important;
    padding-top: 26px;
    width: 100%;
}

.ebp-content .tickets > div:not(.topBorder) {
    width: 46%;
}

 .woocommerce #product-415 .quantity .qty {
    margin-top: 0 !important;
    text-align: center;
    width: 3.631em;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #e5e0d8;
}

.woocommerce-checkout #payment div.payment_box {
      background: #f0ede8;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f0ede8;
    border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}

.page-id-131 #payment #place_order, .page-id-131 #payment #place_order {
    float: none;
}

.page-id-131 .site-content {
    padding-bottom: 3em;
}

.sc_info_box {
          background: #e5e0d8;
          margin-top: 20px;
}

.woocommerce div.product form.cart .variations label {
    font-family: josefin sans;
    font-size: 15px;
}

.sprocket-strips-s img {
    border: 0 none;
    max-width: 100%;
}

.contact-details a {
    color: #fff;
}

.contact-details a:hover {
    color: #876e3f;
}

table.contact-details {

    font-size: 1.1em;
    line-height: 1.3em;
}

table.contact-details td {
    padding: 0 0 5px 0;
}

ul.team li .team-pad {
    max-width: 600px;
    padding: 4em;
}

ul.team li:nth-child(odd) .team-pad {
    float: right;
}

ul.team li:nth-child(even) .team-pad {
    float: left;
}

ul.team {
    max-width: 1200px;
    margin: 5em auto 0 !important;
}

img.team-profile {
    width: 100%;
    padding: 0 50px;
}


@media(max-width: 1280px) {
ul.team li:nth-child(odd) img.team-profile {
    padding: 0 25px 0 50px;
}

ul.team li:nth-child(even) img.team-profile {
    padding: 0 50px 0 25px;
}
}


@media(max-width: 500px) {
ul.team li:nth-child(odd) img.team-profile {
    padding: 0 25px;
}

ul.team li:nth-child(even) img.team-profile {
    padding: 0 25px;
}
}

img.teamshot {
    width: 100%;
}

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/


.accordion {
    overflow: hidden;
    background: #fff;
    margin-bottom: 2em;
}
.accordion-section-title {
    width:100%;
    padding:15px;
}
.accordion-section-title {
        width: 100%;
        padding: 15px;
        display: inline-block;
        background-color: #876e3f;
        border-bottom: 1px solid #1a1a1a;
        color: #fff !important;
        transition: all linear 0.5s;
        text-decoration:none;
}
.accordion-section-title h5 {
    margin:0;
    color:#fff !important;
}
.accordion-section-title a {
    color:#fff !important;
}
.accordion-section-title.active {
    background-color:#c1a879;
    text-decoration:none;
 }
    .accordion-section-title:hover
    {
    background-color:#c1a879;
    text-decoration:none;
}
.accordion-section:last-child .accordion-section-title
{
    border-bottom:none;
}
.accordion-section-content
{
    display:none;
}
ul.langham-categories-mob {
    padding: 0;
    margin: 0;
}
ul.langham-categories-mob a {
    margin: 0;
    display: block;
    padding: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 1px solid #dcd9d3;
}
ul.langham-categories-mob a li {
    display:block;
}
.menu-mob {
    display:none;
}
.contact-details h6 {
    padding:  12px 0 !important;
    color: #876e3f;
}

.directions {
    font-size: 0.8em;
    line-height: 1.3em;
}

a.getdirections {
    display: block;
    line-height: 1.3em;
    margin-top: 1em;
    margin-bottom: 2em;
}

#people img {
    max-width: 100%;
}

div.ppt {
    display: none !important;
}

#history img {
    width: auto;
}

.ebp-content.successPage .successTitle {
	line-height:1.6;
}

.eventDisplayCnt .dateCnt .eventDate, .ebp-modal .dateCnt .eventDate {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center !important;
    display: inline-block;
    line-height: 1.2;
    padding-left: 0;
}

.eventDisplayCnt .dateCnt .time, .ebp-modal .dateCnt .time {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center !important;
    display: inline-block;
    line-height: 1.2;
    margin-left: 10px;
    padding-left: 20px;
}

.ebp-content a.directDateBook {
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 0 !important;
    color: #876e3f;
    cursor: pointer;
    display: inline-block;
    font-family: josefin sans;
    font-size: 15px !important;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 0em 1em !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}


.woocommerce input.button {
    padding: 1.5em 2em;
    width:auto;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond
input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce
a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce
button.button:disabled, .woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled, .woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
    padding: 1.5em 2em;
    color:#fff;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    margin: auto;
    display: table;
}

.ebp-content input.couponInput {
    width: 200px !important;
    font-family: josefin sans;
}

.ebp-content input[type="text"] {
    font-family: josefin sans !important;
}

.team-image {
    background-position: center top;
    background-size: cover;
    height: 450px;
}

ul.gallery {
    padding:0;
    margin:0;
    display:table;
    width:100%;  
}

ul.gallery li {
    display:block;
    width:12.5%;
    float:left;
    background-size: cover;
    background-position: center;
}

ul.gallery li:after {
      content: "";
  display: block;
    padding-bottom:100%;
}

ul.grid {
    padding:0;
    margin:0;
    display:table;
    width:100%;
}

ul.grid li {
    display:block;
    width:25%;
    float:left;
}

li.grid-2 {
    display:block;
    width:50% !important;
    float:left;
}

li.grid-3 {
    display:block;
    width:33.3% !important;
    float:left;
}
li.grid-3-alt {
    display: inline-block !important;
    width: 30.3% !important;
    vertical-align: top;
    float: none !important;
    margin: 1% 1% 2%;
    text-align: left;
}

li.menu {
    width: auto !important;
    padding: 1em 0.5em;
    display: inline-block !important;
    float:none !important;
    vertical-align: top;
}
.round {
    height: 125px;
    width: 125px;
    border-radius: 10em;
    background:  #171f2f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.team-pad {
    padding:2em;
}

.text-col-right-padding {
    padding: 0px 0px 30px 30px;
}

.text-col-left-padding {
    padding: 0px 30px 30px 0px;
}

.links h6 {
    padding-top: 0;
}

.links p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.links {
    margin-top: 40px !important;
}


table.wccpf_fields_table td.wccpf_label, table.wccpf_fields_table td.wccpf_label label {
	width: 85% !important;
}

li.woocommerce-MyAccount-navigation-link {
    display:block;
    background-color: #171f2f;
    padding: 1.5em 3em;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
li.woocommerce-MyAccount-navigation-link a {
    color:#fff;
}
li.woocommerce-MyAccount-navigation-link:hover, li.is-active {
    background-color: #2b3343;
    transition: 0.5s ease-in-out;
}


/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/

.testimonials {
    margin-bottom: 5em;
}

.testimonials .flexslider {
    background: none !important;
}

.testimonial-slider {
	padding: 0;
}

.testimonial-title {
    font-size: 1.8em;
    padding: 0;
    margin-top: 20px;
}

.flexslider .testimonials img {
    height: auto;
    -moz-user-select: none;
    max-width: 150px;
    margin: 0 auto;
	width:auto;
}


li.testimonials {
    background: none;
	text-align: center;

}

li.testimonials p {
	margin: 1.7em auto;
}


li.testimonials strong {
    text-transform: uppercase;
   color: #876e3f;
   font-size: 0.9em;
    font-weight: normal;
}

.testimonials .flex-control-nav {
	position: absolute;
	bottom: 1em;
	z-index: 100;
}

.testimonials .flex-direction-nav a {
    height: 34px;
    opacity: 1 !important;
}


.testimonials .flex-direction-nav a::before {
    content: '\25C0';
    color: #876e3f;
    opacity: 1;
    font-size: 32px;
    margin-top: 5px;
}

.testimonials .flex-direction-nav a.flex-next::before  {
    content: '\25B6';
}

.testimonials .flex-control-nav {
    display: none;
}

.testimonials .flex-active-slide {
    margin: auto;
    display: block;
}

.testimonial-wrapper {
    max-width: 80%;
    margin: auto;
    padding: 0 10px;
}

.testimonials .flex-direction-nav {
    display: block;
}

.testimonials .flex-direction-nav .flex-prev {
    left: 0em !important;
}
.testimonials .flex-direction-nav .flex-next {
    right: 0em !important;
}


.term-events ul.products li.product a img, .alt-layout ul.products li.product a img {
    display: none;
}

.term-events ul.products li.product .price, .alt-layout ul.products li.product .price {
    display: none;
}

.term-events ul.products li.product .button, .alt-layout ul.products li.product .button {
    display: none;
}

.term-events .span_3_of_4 {
    padding-left: 5em;
}



.term-events ul.products.columns-3 li.product,
.term-events ul.products.columns-3 li.product,
.alt-layout ul.products.columns-3 li.product,
.alt-layout ul.products.columns-3 li.product{
    width: 100%;
    text-align: left;
    padding: 0;
    background:#e5e0d8;
}

.term-events ul.products.columns-3 {
    margin: 4em 0;
}

.alt-layout ul.products.columns-3 li.product, .alt-layout ul.products.columns-3 li.product {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.term-events .span_3_of_4 p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 2em;
}





.term-events ul.products li.product .woocommerce-loop-product__title,
.alt-layout ul.products li.product .woocommerce-loop-product__title {
    min-height: inherit;
    font-size: 1em;
    float: right;
    width: 70%;
    clear: none;
    padding-top: 30px;
    color: #876e3f;
    padding-bottom: 8px;
    letter-spacing: 0;
    padding-right: 20px;
}


.alt-layout ul.products li.product .woocommerce-loop-product__title {
    padding-top: 25px !important;
}

.date, .bookevent {
    display: none;
}

.term-events .bookevent, .alt-layout .bookevent {
    display: block;
    min-height: inherit;
    font-size: 0.9em;
    float: right;
    width: 70%;
    clear: none;
    color: #000;
}

.term-events .date, .alt-layout .date {
    display: block;    
    color: #fff;
    float: left;
    width: 25%;
    background: #876e3f;
    padding: 50px 25px;
    line-height: 1.5em;
    font-size: 1.2em;
    text-align: center;
}

.alt-layout .date {
    width: 30%;
    padding: 55px 25px !important;
    font-size: 0.9em;
    text-align: center;
}

.alt-layout ul.products li.product .woocommerce-loop-product__title,
.alt-layout .bookevent {
    width: 65%;
}

h6.maineventsdate {
    text-align: center;
    padding: 0 20px 15px;
    margin-top: -30px;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.wc-bookings-booking-form {
    margin-bottom: 2em;
    border: 1px solid #e5e0d8;
}
    
.wc-bookings-booking-form fieldset {
    border: 0;
}

.wc-bookings-date-picker-timezone-block {
    display: none;
}

.wc-bookings-date-picker {
    padding: 0;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a {
    background-color: #876e3f !important;
}

.wc-bookings-date-picker .ui-datepicker-header {
    background-color: #2b3343 !important;
    background-image: none !important;
    color: #2b3343 !important;
}

.wc-bookings-date-picker .ui-datepicker-header span {
    color: #fff !important;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
    background: #f0ede8;
    border-radius: 46px;
    height: 35px;
    width: 35px;
    margin-top: 13px;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
    margin-left: 5px;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
    margin-right: 5px;
}

.ui-datepicker .ui-datepicker-header {
    padding: .6em 0 !important;

}

.wc-bookings-booking-form .wc-bookings-booking-cost {
    background: #e5e0d8;
}

.wc-pao-addon {
    margin-top: 30px !important;
}

textarea.gift_receiver_message {
    height: 100px;
}

.product-addon-totals {
    border: 0px solid #876e3f !important;
    padding: 1.7em 1.7em 0.7em !important;
    background: #e5e0d8;
    margin: 20px 0 20px 0 !important; 
}

div.product-addon-totals .wc-pao-subtotal-line {
    border-top: #876e3f;

}

.product-addon-totals p.price {
    font-size: 1.1em !important;
}

div.product-addon-totals .wc-pao-subtotal-line {
    margin-top: 0 !important;
}

.product-addon-totals ul {
    margin: 0;
    padding: 0;
}

.product-addon-totals ul li.wc-pao-row-quantity-based {
    padding-left: 0 !important;
}


.postid-5311 .product-addon-totals ul li:first-child span.amount {
    display: none;
}

.postid-5311 .quantity .qty {
    display: none;
}

.single-product .wpcf7 input[type="url"], .single-product .wpcf7 input[type="email"], .single-product .wpcf7 input[type="tel"], .single-product .wpcf7 input[type="text"], .single-product .wpcf7-number, .single-product  .wpcf7-date {
    width: 100%;
    padding: 1em !important;
    border: 0px;
    background: #e5e0d8;
}

.single-product .wpcf7-form p  {
    margin-bottom: 0;
    }

.single-product .wpcf7  textarea {
    height: 120px;
    background: #e5e0d8;    
}

.col-date {
    padding-right: 20px;
}

.single-product .wpcf7-form .section {
    margin-top: 20px;
}

.single-product .wpcf7-form span.date-830 {
    margin-top: 10px;
}

.single-product .wpcf7-date {
    line-height: 1em;
}

.wpcf7-form label {
    margin-bottom: -10px;
    opacity: 0.7;
    display: block;
    padding-left: 1em;
}

.postid-5311 p.price {
    display: none;
}

.postid-5311 span.price {
    display: block;
}

.postid-5311 .content-area {
    padding-bottom: 2em;
}

.reviews-container {
    max-width: 900px;
    padding: 8em 0;
    margin: auto;
    text-align: center;
}

#wprev-slider-1 .wprev_preview_tcolor1_T1 {
    font-size: 1.6em;
}

#wprev-slider-1 .wprev_preview_tcolor2_T1 {
    padding-top: 0px;
}

a.wprs_rd_more {
    font-size: 16px;
}

.visits-links {
    height:350px;
    text-align: center;
}

.visits-links .custom-col-3 {
    transition:0.5s ease-in-out;
}
.visits-links .custom-col-3:hover {
    opacity: 0.6;
}


.visits-links img {
    max-width:30px;
}

.visits-links a {
    color:#fff; 
}
.visit-wrap {
        padding: 2em;
}

/*--------------------------------------------------------------
# Events Product Pages
--------------------------------------------------------------*/

.eventsproductpage div.images {
    display: none !important;
}

.eventsproductpage div.product div.summary,
.eventsproductpage #content div.product div.summary,
.eventsproductpage div.product div.summary,
.eventsproductpage #content div.product div.summary {
    width: 100% !important;
    margin-bottom: 0 !important;
}


.eventsproductpage .woocommerce-product-details__short-description {
    width: 64%;
    float: left;
    border-right: 1px solid #866e3e;
    padding-right: 4em;
    margin-top: 2em;
}

.eventsproductpage .woocommerce-product-details__short-description h3 {
    color: #866e3e;
    margin-top: 3em;
    margin-bottom: 1.5em;
}

.eventsproductpage .woocommerce-product-details__short-description h5 {
    color: #866e3e;
    border-bottom: 1px dashed #866e3e;
    padding-bottom: 10px;
    margin-top: 4em;
}

.eventsproductpage .woocommerce-product-details__short-description em {
    color: #866e3e;
}

.eventsproductpage div.product form.cart {
        width: 32%;
        float: right;
        margin-top: 2em;
}

.eventsproductpage .wapf-wrapper {
    border: 0px;
    margin-top: 0;
    padding: 20px 0px 20px;
}

.eventsproductpage .wapf-wrapper label {
    margin-top: 10px;
    display: block;
}

.eventsproductpage  .wapf-field-p {
    line-height: 1.3em;
    margin-bottom: 1em;
}

.eventsproductpage div.product form.cart::before {
    content: 'Book Tickets';
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #876e3f;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wapf-field-container {
    padding: 0 5px 30px 5px !important;
}

button.blue-center {
    display: block;
    margin: 0 auto 5em;
    background: #2b3343;
}

.custom-thumb {
    height:250px;
    background-size: cover;
    background-position: center;
}

.custom-date {
    margin: 0 0 1em;
display: block;
font-size: 0.9em;
}

.wrap {
    padding:1em 0;
}

/*--------------------------------------------------------------
# WooComerce Bundle Products
--------------------------------------------------------------*/



.single-product .bundle_form .bundled_product.product {
    border-bottom: 1px solid #ddd;
}

.single-product div.product .bundle_form table.variations {
    display: none;
}

.single-product .bundle_form .bundled_item_cart_details {
    display: none !important;
}

.single-product .bundle_form .quantity {
    margin-top: -20px !important;
}

.single-product h4.bundled_product_title {
margin-bottom: 15px;
}

.single-product .bundle_form span.price {
    font-size: 16px !important;
}

.single-product .bundle_form div.bundled_product_summary {
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
}

.single-product .bundle_price p.price {
    margin: 10px 0 !important;
}

.single-product .bundled_product_summary .bundled_product_title .bundled_product_title_link {
    display: inline-block;
    margin-bottom: 4px;
}


/*--------------------------------------------------------------
# Product Options
--------------------------------------------------------------*/

.wapf-wrapper {
    border: 1px solid #866e3e;
    padding: 40px 20px 10px;
    margin-top: 30px;
}

.your-order label {
    color: #866e3e;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 1em;
    display: block;
}

.person-number .wapf-field-label.wapf--above, .wapf-clone-title {
    color: #866e3e;
    border-top: 1px solid #866e3e;
    padding-top: 20px;
    margin-top: 20px;
}

.person-number {
    color: #866e3e;
    padding-bottom: 0 !important;
}

.wapf-field-input input[type="checkbox"], .wapf-field-input input[type="radio"] {
    margin-top: 0 !important;
}
.wapf-field-input textarea {
    padding: 20px !important;
    height: 50px;
}

img.wptripadvisor_t1_star_img_file {

    width: 100px;
    display: block;
    text-align: center;
    margin: 0 auto 1em;
}

img.wptripadvisor_t1_tripadvisor_logo {

    position: relative !important;
    padding-top: 1em;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0.1px 0 0 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 50%;
}


@media only screen and (max-width: 480px) {
		.col {  margin: 0%; }
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.66%; }
.span_1_of_3 { width: 33.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 700px) {
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 75%;
}
.span_2_of_4 {
	width: 50%;
}
.span_1_of_4 {
	width: 25%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {

	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 80%;
}
.span_3_of_5 {
	width: 60%;
}
.span_2_of_5 {
	width: 40%;
}
.span_1_of_5 {
	width: 20%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}


.wprs_unslider-arrow.prev {
    left: 0;
}
.wprs_unslider-arrow {
    right: 0;
}


/*--------------------------------------------------------------
 ************************************

# RESPONSIVENESS

***********************************
--------------------------------------------------------------*/




@media (min-width:1600px) {
.full-width {
    height: 700px;
    overflow: hidden;
}

#history img {
    height: 100%;
    width: auto !important;
}

#people img {
    max-width: 100%;
    width: 100%;
}
}


@media (min-width:1520px) {
.flush-images {
    max-height: 650px;
}
}

@media (min-width:1480px) {
	#history img {
    width: 100%;
}
}

@media (max-width:1160px) {
.footer-right {
    float: none;
    clear: left;
    text-align: center;
    width: 100%;
}
ul.awards {
    text-align: center;
    margin:1em auto;
}
ul.awards li {
    padding: 0 5px 20px 0;
}
.footer-left {
    float: none;
    text-align: center;
    width: 100%;
}
}

@media (max-width:1160px) {
	.main-navigation li {
    padding: 5px 15px;
}}


@media (max-width:1125px) {
    .localinfo .pad-left {
    padding-left: 2em;
}
}


@media (max-width:1090px) {

.main-navigation {
    padding: 20px 0;
}
.page-id-2 .site-content {
    padding-top: 70px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 7px 0px 7px;
}}

@media (max-width:1078px) {
.main-navigation li {
    padding: 5px 11px;
}

.twitter-bird {
	margin-top: 0px;
}}

@media (max-width:1024px) {
	.full-width {
    height: 370px;
    overflow: hidden;
}
.page-id-14 .flush-images {
    height: 250px;
}}

@media (max-width:1023px) {
	.main-navigation {
    clear: none;
    display: inline-block;
    float: right;
    margin: 0 auto;
    }
    .tasting-notes {
    padding: 20px;
}}


@media (max-width:1000px) {
.visit-text {
    padding: 3em 2em;
}
.term-events .date {
padding: 2em 1em;
}
.term-events ul.products li.product .woocommerce-loop-product__title {
    min-height: inherit;
    font-size: 1em;
    float: right;
    width: 70%;
    clear: none;
    padding-top: 20px;
}}

@media (max-width:987px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 6px 0px 6px;
    font-size: 11px;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    margin-top: 30px;
}}

@media (max-width:950px) {
.site-branding {
    position: absolute;
    z-index: 1000;
    margin-top: 0;
}
}

@media (max-width:950px) {
.main-navigation {
    clear: none;
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 12px;
}
.main-navigation li {
    border-bottom: 1px solid #eee;
    float: left;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    border-bottom: 0 none;
    padding-bottom: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 !important;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#866d3f;
}
.page-id-2 .site-content {
    padding-top: 60px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 15px;
}
ul.mega-sub-menu .textwidget a {
    text-align: left;
}
ul.mega-sub-menu .textwidget a.divide {
    border-bottom: 0;
}
ul.mega-sub-menu .textwidget a {
    padding: 8px 0;
    margin: 0px 0;
    font-size: 11px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 5px;
    margin-bottom: 15px;
}
.custom-header {
    padding: 0;
}
.site-branding img {
    margin-left: 15px;
}
ul.mega-sub-menu {
    margin-top: 8px !important;
}
li.mega-hide-desktop {
    display: block !important;
}
ul.top-nav {
    display: none;
}
.site-branding img {
    max-width: 200px;
}
}


@media (max-width: 927px) {
.footer .span_1_of_3 {
    width: 100%;
    text-align: center;
}
.twitter {
    text-align: center !important;
    margin-bottom: 40px;
}
img.badges-footer {
    max-width: 500px;
    margin-top: 15px;
}}

@media (max-width:915px) {
    .alt-layout .date {
    padding: 40px 10px !important;
}
.alt-layout ul.products li.product .woocommerce-loop-product__title {
    padding-top: 20px !important;
}
.alt-layout ul.products li.product .woocommerce-loop-product__title {
    font-size: 1em;
}
.alt-layout .date {
    padding: 50px 10px !important;
}
}


@media (max-width:900px) {
.cycloneslider-template-standard .cycloneslider-slides {
    height: 500px !important;
}
.cycloneslider-template-standard {
    height: 500px !important;
}
.cycloneslider-template-standard div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image {
    height: 500px !important;
}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img {
    height: 500px;
    width: auto !important;
}
.cycloneslider-template-standard .cycloneslider-slide img {
	max-width:none !important;
}
.cycloneslider-template-standard .cycloneslider-next .arrow {
    border-bottom: 10px solid transparent !important;
    border-left: 10px solid #fff !important;
    border-top: 10px solid transparent !important;
    margin-left: -10px !important;
}
.cycloneslider-template-standard .cycloneslider-prev .arrow {
    border-bottom: 10px solid transparent !important;
    border-right: 10px solid #fff !important;
    border-top: 10px solid transparent !important;
    margin-left: 10px !important;
}
.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
    top: 90% !important;
}}


@media (max-width:840px) {
.footer-container .span_1_of_4 {
    width: 49%;
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
}
.footer-container h5 {
    margin-top:4em;
}}

@media (max-width:835px) {
	.twitter-bird {
    float: left !important;
}
.twitter {
    text-align: left;
}
}

@media screen and (min-width: 801px) {
.menu-toggle {
    display: none;
}
.main-navigation ul {
    display: block;
}
}

@media (max-width:800px) {
.page-id-10 .flush-images {
    height: 440px;
}
	.full-width {
    height: 200px;
}
}

@media (max-width:768px) {
.home-text {
    color: #fff;
    font-family: Josefin Sans;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 500px;
    padding: 5vh 20px 20px;
}
.page-id-2 .flush-images {
    height: 400px;
}
.full-width {
    height: 290px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 50%;
}
.page-id-8 .flush-images {
    display: block;
    max-height: 300px;
    overflow: hidden;
    width: 100%;
}
.page-id-14 .flush-images {
    display: block;
    max-height: 300px;
    width: 100%;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    border-radius: 0 !important;
    float: right;
    font-family: josefin sans;
    height: 50px;
    margin: 10px 0;
    text-align: center;
    width: 48%;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 20%;
}
.about-indent {
    padding: 60px 10px;
}
.tour-main {
	display:none !important;
}}


@media (max-width:767px) {
.page-id-2 .sprocket-strips-s-container .sprocket-strips-s-block {
    width: 100% !important;
}
li.rpwe-li {
    width: 50%;
}
.blog-custom-col-1-3 {
    display:block;
    width:100%;
    height: auto !important;
}
.blog-custom-col-2-3 {
    display:block;
    width:100%;
}
.blog-image-height-350 {
    height: 350px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    padding: 0 20px;
    width: 100%;
}
.testimonials {
    margin-bottom: 2em;
    margin-top: 2em;
}
section.upsells ul.products li {
    width: 48% !important;
}
ul.team li .team-pad {
    padding: 2em;
}
.custom-shop .span_1_of_4, .custom-shop .span_3_of_4 {
    width: 100%;
    margin: 0;
}
.menu-mob {
    display:block;
}
.menu-desk {
    display:none;
}
.term-events .span_3_of_4 {
    padding-left: 0;
}
ul.gallery li {
    width: 24.99%;
}
.woocommerce div.product .product_title {
    padding: .5em 0 0;
    text-align: center;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 22px;
    text-align: center;
}}


@media (max-width:720px) {
.custom-col-3 {
    display: block;
    width: 100%;
}}


@media (max-width:715px) {
    .eventsproductpage .woocommerce-product-details__short-description {
    width: 100%;
    float: none;
    border-right: 0 none;
    padding-right: 0;
    margin-top: 2em;
}
.eventsproductpage div.product form.cart {
    width: 100%;
    float: none;
    margin-top: 5em;
}
}

@media (max-width:700px) {
li.grid-3 {
    width:100% !important;
}
li.grid-3-alt {
    width:100% !important;
}
.span_1_of_2 {
    width: 100%;
}
.span_1_of_4 {
    width: 50%;
}
.home-1 img {
	display:none
}
.home-text {
    padding: 40px 20px;
}
.content-columns {
    -moz-column-count: 1;
    -moz-column-gap: 3em;
}
.pad1 {
    padding: 0px;
}
.pad2 {
    padding: 0px;
}
.pad3 {
    padding: 0px;
}
.pad4 {
    padding: 0px;
}
img.float {
    float: none;
    padding-right: 0px;
    padding-bottom: 0px
}
.custom-col-2, .custom-col-4 {
    display: block;
    float: left;
    width: 100%;
    min-height: 300px;
}
.pic-mob {
    display:block;
}
.pic-remove {
    display:none;
}
li.rpwe-li {
    width: 100%;
}
.drop {
    display:none;
}
.localinfo .span_3_of_4 {
    width: 100%;
}
.localinfo .pad-left {
    padding-left: 0;
}
}



@media (max-width:630px) {
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    padding: 0 20px;
    width: 100%;
}
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display:block;
}}

@media (max-width:545px) {
	.ebp-modal .dateCnt .dates, .ebp-modal .dateCnt .btns {
    display: block;
    margin: 20px auto 0 !important;
}
}

@media (max-width:535px) {
.full-width img {
    height: 100%;
    width: auto;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    border-radius: 0 !important;
    float: right;
    font-family: josefin sans;
    height: 50px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    box-sizing: border-box;
    width: 100%;
}
}

@media (max-width:520px) {
.term-events .date {
    padding: 40px 10px !important;
    font-size: 0.9em;
}
.term-events ul.products li.product .woocommerce-loop-product__title {
    padding-top: 20px !important;
}
.term-events ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.1em;
}
.term-events ul.products.columns-3 li.product, .term-events ul.products.columns-3 li.product {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}
}

@media (max-width:500px) {
ul.team li.grid-2 {
        width: 100% !important;
    }
ul.local li {
    width: 47%;  
}
ul.local {
    margin: 5px 0 2em;
}}

@media (max-width:480px) {
.text-col-right-padding {
    padding: 0px;
}
.text-col-left-padding {
    padding: 0px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    padding: 0;
}
section.upsells ul.products li {
    width: 50% !important;
}}


@media (max-width:460px) {
.footer-container .span_1_of_4 {
    width: 100%;
}
 h5.custom-mob {
    margin-top:1em;
}}

@media (max-width:445px) {
.shield {
    padding-top: 5px;
    width: 37px;
}
div.results_row_right_column {
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    text-align: left !important;
    vertical-align: top;
    width: 100% !important;
}
.ebp-content input.couponInput {
    width: 100% !important;
}
.ebp-content {
    padding: 20px 5px !important;
}
.cycloneslider-template-standard .cycloneslider-caption-description {
    font-size: 20px !important;
    line-height: 1.1 !important;
}
img.max-340 {
    max-width: 100%;
}
}

@media (max-width:430px) {
.alt-layout .date {
    padding: 60px 10px !important;
}
.term-events .date, .alt-layout .date {
    font-size: 0.8em;
}
}

@media (max-width:420px) {
section.upsells ul.products li {
    width: 100% !important;
}
}

@media (max-width:375px) {
.term-events .bookevent, .alt-layout .bookevent {
    font-size: 0.8em;
}
}




@media(max-width: 725px) {
.slider-text {
    height: 600px;
}
.slider-image {
    height: 600px;
}
}

@media(max-width: 410px) {
    .hero {
        font-size: 25px !important;
    }
    .slider-text {
            font-size: 1.3em;
    }
    .slider-text {
    height: 90vh;
    padding-top: 100px;
}
.slider-image {
    height: 90vh;
}
.flexslider .slider-container {
    padding: 0 10px;
}
}

@media(max-width: 374px) {
    .hero {
    font-size: 20px !important;
    letter-spacing: 1px;
    }
}

@media(max-width: 280px) {
    .hero {
    font-size: 14px !important;
    letter-spacing: 0;
    }
}