/*!
Theme Name: AccelmWP
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: accelmwp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AccelmWP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
Test by accelm
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #6F5050;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.5;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

h1 {
	font-family: brothers, verdana, sans-serif;
	font-size: 65px;
	font-weight: 400;
}

h2 {
	font-family: brothers, verdana, sans-serif;
	font-size: 45px;
	font-weight: 400;
}

h3 {
	font-family: 'Prata', serif;
	font-size: 40px;
	font-weight: 400;
}

h4 {
	font-family: 'Prata', serif;
	font-size: 30px;
	font-weight: 400;
}

h5 {
	font-family: brothers, verdana, sans-serif;
	font-size: 25px;
	font-weight: 700;
}

h6 {
	font-family: 'Prata', serif;
	font-size: 21px;
	font-weight: 400;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(.85rem, calc( 12px + .900vw ), 1rem);
	font-weight: 400;
}

.btn {
	border: 2px solid transparent;
	font-family: brothers, verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 30px;
}

.btn.primary {
	background: #F37F27;
	color: white;
}

.btn.primary.red-cat {
	background: #E53640;
}

.btn.primary.cider-tree {
	background: #A1BF35;
}

.btn.secondary {
	background: none;
	color: #4B334B;
	border: 2px solid #4B334B;
}

.btn.secondary-two {
	background: #4B334B;
	color: white;
}

.btn:hover, .btn.primary.red-cat:hover, .btn.primary.cider-tree:hover, .btn.active {
	background: #4B334B;
	color: white;
	border: 2px solid #4B334B;
}

.nav-menu a, .nav-menu a:visited {
    color: #6F5050;
    font-family: brothers, verdana, sans-serif;
    font-size: 22px;
    margin: 0 30px;
    border-bottom: 5px transparent solid;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.nav-menu a:hover, .current-menu-item a, .page-store .current-menu-item.menu-item-154 a:hover, .page-hector .menu-item-17 a, .page-naples .menu-item-17 a, .page-our-philosophy .menu-item-16 a, .page-cider-tree .menu-item-154 a, .page-our-wine-and-cider-list .menu-item-154 a {
	color: inherit;
	border-bottom: 5px dotted #6F5050 !important;
}

.secondary-nav {
	padding: 15px 40px 0 0;
	position: relative;
	z-index: 2;
}

.nav-border {
	border-left: 1px solid #6F5050;
}

.secondary-nav ul li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	padding-right: 15px;
	border-right: 1px solid black;
}

.c7wp-wrap[data-c7-type="login"], .c7wp-wrap[data-c7-type="cart"] {
	min-width: 0;
}

.c7-user-nav__account, .c7-user-nav__cart, .c7-user-nav__account > a, .c7-user-nav__cart > button {
	padding: 0;
}

.c7-btn.c7-btn--primary {
    background: #F37F27;
    color: white;
    font-family: brothers, verdana, sans-serif;
}

.c7-user-nav__cart__count {
	background: #F37F27;
}

#c7wp-cart-box {
	z-index: 9999;
}


.secondary-nav ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

.secondary-nav ul li:last-child {
	border-right: none;
	margin-right: 0;
    padding-right: 0;
}

.secondary-nav ul li a {
	font-size: clamp(.8rem, calc( 12px + .900vw ), .9rem);
	color: black;
	text-decoration: none;
}

.secondary-nav ul li a:hover, .post-type-archive-tribe_events .menu-item-25 a, .page-contact .menu-item-26 a, .blog .menu-item-28 a {
	text-decoration: underline;
}

.main-navigation {
	padding-top: 90px;
    padding-right: 40px;
}

#hoursCollapse {
	font-family: 'Montserrat', sans-serif;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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


@media screen and (min-width: 992px) {
	.row:not(.g-0) {
		--bs-gutter-x: 4rem;
	}
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x,2rem);
		padding-left: var(--bs-gutter-x,2rem);
	}
}

.age-gate {
	max-width: 900px;
	margin: auto;
	background: #E0DCD4;
	border-radius: 25px;
	box-shadow: 0px 15px 30px #0000004D;
}

.age-gate-form {
	background: none;
	max-width: 90%;
}

.age-gate-heading.age-gate-logo img {
	max-width: 240px;
}

.age-gate-challenge {
	color: #353A48;
	font-family: 'Prata', serif;
	font-size: 21px;
	font-weight: 400;
}

.age-gate-wrapper {
	background: url(/wp-content/themes/accelmwp/img/agegate-right.jpg) repeat-x 0 0 / auto 100%;
}

.age-gate-form button {
	border: 2px solid transparent;
	font-family: brothers, verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 50px;
	background: #6F5050;
	margin: 0 10px 40px;
	color: white;
}

.age-gate-remember {
	font-weight: 700;
}

/* Links
--------------------------------------------- */
a {
	color: #6F5050;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

header.site-header {
    background: url(/wp-content/themes/accelmwp/img/header-bg.jpg) 0 50px repeat-x;
    background-size: cover;
    min-height: 250px;
    position: relative;
    z-index: 1;
}

.site-branding {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.mobile-logo {
	display: none;
}
.desktop-logo {
	display: block;
}

.host-party-oasis.jumbotron {
	background: url(/wp-content/themes/accelmwp/img/home/mast-home.jpg) no-repeat center / cover;
	padding: 12em 0;
}

.host-party-oasis.jumbotron {
	background: url(/wp-content/themes/accelmwp/img/hector/oasis.jpg) no-repeat center / cover;
	padding: 12em 0;
}

.host-party-oasis.jumbotron .box-link img {
	position: relative;
	top: -3px;
}

.host-party-oasis.jumbotron p {
	width: 65ch;
}

.home .jumbotron .bg-video {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	position: absolute;
	z-index: 0;
}

.home .jumbotron .dot-underline img {
	position: relative;
	top: -3px;
}

.jumbotron .box {
	background: rgba(255,255,255,.9);
	padding: 5px;
	max-width: 940px;
	width: 100%;
}

.jumbotron .box h1 {
	color: #4B334B;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.jumbotron .box h3 {
	color: #4B334B;
	margin-bottom: 40px;
}

.jumbotron .box a {
	color: #6F5050;
}

.jumbotron .box a.box-link {
	color: #6F5050;
	font-family: brothers, verdana, sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 3px #6F5050 dotted;
	padding-bottom: 5px;
	text-decoration: none;
}

.jumbotron .box .inner {
	border: 2px solid #6F5050;
	padding: 3em 5em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .inner-nav {
	position: relative;
	z-index: 2;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding-bottom: 12px;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
main {
	padding-bottom: 6em;
}
.sticky {
	display: block;
}

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

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

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

.home-content h4 {
    position: relative;
    max-width: 23ch;
    margin: 0 auto 20px;
}

.home-content h4:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 100%;
    height: 1px;
    margin-right: 5px;
    width: 9600px;
    border-top: 5px #6F5050 dotted;
}

.home-column-image {
	position: relative;
	z-index: 3;
}

.great-wines-great-times > p > img {
	width: 100%;
}

.gwgt-content {
	background: url(/wp-content/themes/accelmwp/img/home/gwgt-woodbanner-main.jpg) no-repeat top center / cover;
}

.gwgt-content h2 {
	color: #353A48;
}

.gwgt-story {
	position: relative;
}

.gwgt-story > a {
	display: block;
}

.gwgt-story > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.bottom-gwgt-ctas a:hover {
	color: #4B334B;
}

.gwgt-story span {
	color: #6F5050;
    font-family: brothers, verdana, sans-serif;
    position: absolute;
    bottom: 25px;
    left: 15px;
    border-bottom: 5px dotted #6F5050;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(1.2rem, calc( 12px + .900vw ), 1.4rem);
    z-index: 2;
}

.gwgt-content h5 {
	color: #4B334B;
	margin-top: 25px;
}

.testimonials-reviews, .additional-wine-content {
	background: #E0DCD4;
}

.testimonials-reviews .primary.btn {
	background: #6F5050;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0;
	padding: 10px 60px;
}

.awards-accolades h5 {
	margin-bottom: 15px;
}

.awards-accolades .award-title {
	color: #4B334B;
	font-family: brothers, verdana, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}

.dot-title {
	position: relative;
}

.dot-title h3, .dot-title h4 {
    background: white;
    padding: 0 10%;
    z-index: 2;
    position: relative;
    display: inline-block;
}

.dot-title:before {
	content: '';
    position: absolute;
    border-bottom: 5px dotted #6F5050;
    width: 100%;
    top: 40%;
    left: 0;
}

.awards-accolades .comp-name {
	color: #353A48;
	font-size: 18px;
}

.underline-link {
	color: #6F5050 !important;
	border-bottom: 5px dotted #6F5050;
	font-family: brothers, verdana, sans-serif;
	text-decoration: none;
}

.underline-link:hover {
	color: #4B334B !important;
}

.bullet {
	padding-left: 0;
    margin-left: 30px;
}

.bullet li {
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin-bottom: 10px;
}

.bullet li::before {
    content: '•';
    position: absolute;
    left: -0.7em;
    font-size: 2.8em;
    top: -24px;
}

.our-ciders .sub-description {
	font-size: 22px;
}

.where-to-find-it {
	background: #E0DCD4;
}

.honest-core-logo {
	transform: translateY(120%);
}

label {
	font-family: 'Montserrat', sans-serif;
}

input.gform_button {
    background: #687E15;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 45px;
    border: none;
}

.where-to-find-it .content {
	padding: 60px 0;
}

/* News and Events */

.tribe-events-notices {
	background: none;
	border: none;
	color: #353A48;
	font-size: 22px;
}

.news-events .post-thumbnail {
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
}

.news-events h5 {
	font-size: 20px;
}

.news-events h5 a {
	color: #4B334B;
	text-decoration: none;
}

.news-events .post-thumbnail img {
	object-position: center;
	object-fit: contain;
}

.news-events .desc {
	font-size: 14px;
	line-height: 1.5;
}

.news-events .desc a {
	color: #353A48;
	font-weight: 700;
	text-decoration: underline;
}

.site-footer {
	background: transparent linear-gradient(360deg, var(--unnamed-color-e0dcd4) 0%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(360deg, #E0DCD4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px -4px 15px #00000029;
}

.social-media-footer-icons img {
	width: 50px;
	height: 50px;
}

.social-media-footer-icons a {
	margin: 0 10px;
}

.footer-title {
	border-bottom: 4px dotted #6F5050;
	color: #6F5050;
	font-size: 21px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.site-footer p {
	color: #353A48;
	font-size: 16px;
	margin-bottom: 10px;
}

.site-footer ul {
	padding-left: 0;
	margin-left: 0;
}

.site-footer ul li {
	list-style: none;
	font-family: brothers, verdana, sans-serif;
	margin-bottom: 10px;
}

.site-footer ul li a {
	color: #4B334B;
	font-weight: 700;
	text-decoration: none;
}

.site-footer .loc-name {
	color: #4B334B;
    font-family: brothers, verdana, sans-serif;
    text-decoration: none;
    border-bottom: 4px dotted #6F5050;
    margin-bottom: 10px;
    display: inline-block;
}

.site-footer .loc-name img {
	position: relative;
	top: -3px;
}

.site-footer .site-info {
	border-top: 5px dotted #6F5050;
	padding-top: 15px;
	font-size: 16px;
}

.site-footer .site-info a {
	text-decoration: underline;
	font-weight: 700;
	color: #6F5050;
}

.site-footer .btn.primary {
	padding: 10px 5px;
	white-space: nowrap;
}

.newsletter input[type="email"], .newsletter input[type="text"], .newsletter input[type="tel"] {
	padding: 10px;
	border: 1px solid #4B334B;
	width: 100%;
	background: none;
	margin-bottom: 15px;
}

.newsletter input[type="email"]:placeholder {
	font-size: 14px;
}

.newsletter input[type="submit"] {
	background: none;
	border: 2px solid #4B334B;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	width: 100%;
}

.ctct-disclosure {
	display: none;
}

.modal-header button.close {
	background: none;
	border: none;
	color: #6F5050;
	padding: 0;
}

.modal-header button.close span {
	font-size: 30px;
}

.ctct-form .button.ctct-button {
	display: block;
}
.ctct-form-wrapper .ctct-form-field-email {
	clear: both;
}
.page-join-our-email-list .ctct-form-wrapper input[type="submit"] {
    background: #687E15;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 45px;
    border: none;
}
.page-join-our-email-list .ctct-form-wrapper input[type="text"], .page-join-our-email-list .ctct-form-wrapper input[type="email"] {
	width: 100%;
}
.site-info img {
	height: 16px;
}

.footer-location {
	padding-left: 20px;
	position: relative;
}

.footer-location:before {
	content: url(/wp-content/themes/accelmwp/img/icons/pin.svg);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 15px;
}

.shop-link a {
	position: relative;
	padding-left: 45px;
	margin-right: 0;
}

.shop-link a:before {
	content: url(/wp-content/themes/accelmwp/img/icons/shop-horseshoe.svg);
	position: absolute;
	left: 0;
	top: -4px;
	display: block;
	width: 40px;
}

.page-mast {
	padding: 100px 0;
	margin-bottom: 40px;
	background-size: cover !important;
}

.post-type-archive-tribe_events .page-mast {
	background-position: center;
}

.page-mast span, .page-mast .span {
	color: white;
	font-family: brothers, verdana, sans-serif;
	font-size: 25px;
	font-weight: 700;
}

.page-mast .span {
	margin-bottom: 0;
}

.page-mast h1, .page-mast .h1 {
	font-family: brothers, verdana, sans-serif;
	font-size: 65px;
	color: #FFFCF2;
	text-shadow: 0px 3px 6px #00000029;
	max-width: 30ch;
	margin: 0 auto 20px;
}

.page-mast h3, .page-mast .h3 {
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    max-width: 30ch;
    margin: 0 auto;
    font-family: 'Prata', serif;
    font-size: clamp(1.568rem, calc( 12px + 1.650vw ), 2.063rem);
}

.come-as-guest {
	font-family: 'Montserrat', sans-serif;
	max-width: 80ch;
	margin: 0 auto;
}

.come-as-guest p {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #6F5050;
}

.visit-our-locations a {
	font-family: brothers, verdana, sans-serif;
}

.visit-our-location a {
	font-family: brothers, verdana, sans-serif;
	font-size: 25px;
}

.amenities-list {
	font-family: 'Montserrat', sans-serif;
}

.amenities-list .list-images img {
	display: block;
	height: 75px;
	margin: 0 auto 25px;
}

.amenities-list .list-images {
	margin: 35px 0;
}

.covid-notice a {
	font-size: 25px;
}

.offset-image-white {
	background: linear-gradient(to bottom, #fff 180px, #E0DCD4 180px, #E0DCD4 100%);
	position: relative;
}

.padding-content {
	padding-top: 30%;
}

.experience-main {
	border-bottom: 10px solid #6F5050;
}

.page-store .current-menu-item.menu-item-154 a {
	border-bottom: none !important;
}

.read-more-circle {
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: -38px;
}

.dot-underline {
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 5px dotted #6F5050;
}

a.dot-underline, strong.dot-underline {
	padding-bottom: 0;
	margin-bottom: 0;
}

a.dot-underline {
	color: #6F5050 !important;
	text-decoration: none;
}

a.dot-underline:hover {
	color: #4B334B !important;
}

a:visited {
	color: inherit;
}

.page-hector .page-mast, .page-naples .page-mast, .page-cider-tree .page-mast, .page-subscription-service .page-mast {
	padding: 10% 0;
}

.page-hector .page-mast {
	border-bottom: 25px solid #F37F27;
}

.page-naples .page-mast {
	border-bottom: 25px solid #E53640;
}

.page-cider-tree .page-mast {
	border-bottom: 25px solid #A1BF35;
}

.image-up {
	margin-top: -20%;
}

@media (width >= 1200px) {
	.hours-address {
	    margin-top: -8%;
	}
	.page-naples .hours-address {
		margin-top: -10%;
	}
}

.hours-address {
	background: #E0DCD4;
    padding: 10% 0;
}

.hours-address .amenity-img {
	display: inline-block;
	width: 85px;
}

.hours-address .amenity-img img {
	display: inline-block;
	height: 38px;
}

.proud-members, .sustainability {
	background: #E0DCD4;
}

.proud-members .btn.secondary {
    font-size: clamp(.9rem, calc( 12px + .900vw ), 1rem);
    font-family: 'Montserrat', sans-serif;
}

.page-naples .page-content .btn.primary {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(.9rem, calc( 12px + .900vw ), 1rem);
	background: #AC2930;
}

.page-hector .page-content .btn.primary {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(.9rem, calc( 12px + .900vw ), 1rem);
	background: #C3651E;
}

.winemaking-heritage {
	padding: 0 0 10%;
}

.sustainability {
	margin-top: -15%;
    padding: 5% 0 5%;
    font-family: 'Montserrat', sans-serif;
}

.padtop {
	padding-top: 8rem;
}

.giving-back .inner-header h5 {
    max-width: 54ch;
    margin: 20px auto 100px;
}

.dotted-lead {
	position: relative;
}

.dotted-lead:before {
	content: "";
    display: block;
    position: absolute;
    top: 44%;
    right: 100%;
    height: 1px;
    margin-right: 25px;
    width: 100%;
    border-top: 5px #6F5050 dotted;
    z-index: 0;
}

main img {
	position: relative;
	z-index: 2;
}

.newsletter form input[type="text"] {
	color: #4B334B;
	padding: 5px 10px;
	font-size: 14px;
}

.shop-online-shop-town ul {
	font-family: 'Montserrat', sans-serif;
}

.awards-listing h3 {
	font-size: 22px !important;
    width: 560px;
    position: relative;
    background: #E0DCD4;
    color: #6F5050;
    text-align: center;
    padding: 1em 2em;
    margin: 2em auto 3em;
}

.awards-listing h3:before,
.awards-listing h3:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #ceccc7;
    z-index: -1;
}

.awards-listing h3:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}

.awards-listing h3:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}

.awards-listing h3 .ribbon-content:before,
.awards-listing h3 .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #9c9993 transparent transparent transparent;
    bottom: -1em;
}

.awards-listing h3 .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.awards-listing h3 .ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.awards-listing .awards {
	margin-bottom: 40px;
}

.awards-listing .awards p {
	margin-bottom: 5px;
}

.awards-listing .inner-awards {
    background: #6F5050;
    width: 514px;
    margin: -70px auto 40px;
    padding: 30px;
    box-shadow: 0px 3px 6px #4b334b;
    color: white;
}

.awards-listing .inner-awards a {
	color: white;
}

.awards-listing .inner-awards .btn {
	border: 1px solid white;
}

.awards-listing .inner-awards .dot-link {
	padding-bottom: 5px;
	border-bottom: 3px dotted white;
}

.menu-second-nav-container {
	font-family: 'Montserrat', sans-serif;
}

.blog .entry-title, .single .entry-title {
	margin-bottom: 5px;
	font-size: 32px;
}

.blog .entry-meta, .single .entry-meta {
	margin-bottom: 15px;
}

.social-links-home a img {
    height: 60px;
    margin: 0 5px;
}

#tribe-bar-views .tribe-bar-views-list {
	z-index: 3;
}

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

@media (min-width: 1700px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1520px;
	}
}

h1, .h1 {
font-size: clamp(2.338rem, calc( 12px + 3.025vw ), 3.163rem);
line-height: 1.5;
}

h2 {
font-size: clamp(1.925rem, calc( 12px + 2.200vw ), 2.475rem);
line-height: 1.5;
}

h3, .h3 {
font-size: clamp(1.568rem, calc( 12px + 1.650vw ), 2.063rem);
line-height: 1.5;
}

h4 {
font-size: clamp(1.375rem, calc( 12px + 1.100vw ), 1.650rem);
line-height: 1.5;
}

h5 {
font-size: clamp(1.175rem, calc( 12px + 1.000vw ), 1.350rem);
line-height: 1.5;
}

h6 {
font-size: clamp(1.075rem, calc( 12px + .900vw ), 1.250rem);
line-height: 1.5;
}

.blog main article {
	margin-bottom: 40px;
}

/* Mobile Styles */

.mobile-link {
	display: none;
}

@media (min-width: 1920px) {
	.home .jumbotron img {
		height: 760px;
		object-fit: cover;
		object-position: bottom;
		width: 100%;
	}
}

@media only screen and (max-width: 1530px) {
	.nav-menu a, .nav-menu a:visited {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 1515px) {
	.nav-menu a, .nav-menu a:visited {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1490px) {
	.col-lg-3.nav-border {
		border-left: none;
		padding-left: 0;
	}
	.site-header .col-lg-6 {
		padding-right: 0;
		padding-left: 0;
	}
	.secondary-nav ul li {
		margin-right: 5px;
    	padding-right: 10px;
	}

}

@media only screen and (max-width: 1400px) {
	.awards-listing h3 {
	    width: 460px;
	}
	.awards-listing .inner-awards {
	    width: 414px;
	}
	.site-footer .btn.primary {
		font-size: 14px;
	}
	.sustainability {
		margin-top: -5%;
	}
}

@media only screen and (max-width: 1335px) {
	.site-branding img {
		width: 90%;
	}
	header.site-header {
		min-height: 220px;
	}
	.nav-menu a, .nav-menu a:visited {
		font-size: 16px;
	}
	.main-navigation a {
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 1240px) {
	.site-branding img {
		width: 70%;
	}
	header.site-header {
		min-height: 185px;
	}
	.main-navigation {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 1200px) {
	.gwgt-story span {
		bottom: 10px;
		font-size: 16px;
	}
	.awards-listing h3 {
	    width: 370px;
	}
	.awards-listing .inner-awards {
	    width: 324px;
	}
	.main-navigation {
		padding-right: 0;
	}

}

@media only screen and (max-width: 1135px) {
	header.site-header {
		min-height: 175px;
	}
	.main-navigation {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 992px) {
	header.site-header {
		background: url(/wp-content/themes/accelmwp/img/header-bg-mobile.jpg) 0 bottom;
		background-size: cover;
		min-height: 250px;
	}
	.main-navigation {
	    padding-top: 0;
	    padding-right: 0;
	}
	.mobile-logo {
		display: block;
	}
	.desktop-logo {
		display: none;
	}
	.site-branding img {
	    max-width: 240px;
	}
	.secondary-nav {
		position: absolute;
	    top: 20px;
	    right: 20px;
	}
	.site-branding {
		display: block;
		position: static;
		box-shadow: none;
		margin: 0 auto 15px;
		text-align: center;
		width: 250px;
	}
	.main-navigation {
		padding-bottom: 30px;
	}
	.nav-menu a, .nav-menu a:visited {
		margin: 0 15px;
	}
	.gwgt-story {
		text-align: center;
	}
	.gwgt-story span {
		left: 5%;
    	bottom: 25px;
	}

	.gwgt-content h5 {
		text-align: center;
		margin-bottom: 60px;
	}
	.news-events .desc {
		margin-bottom: 25px;
	}
	.padding-content {
		padding-top: 5%;
	}
	.come-as-guest, .red-cat-story .white-support-text {
		width: auto;
	}
	.padtop {
	    padding-top: 2rem;
	}
	.sustainability {
		margin-top: 0;
	}
	.image-up {
	    margin-top: 0;
	}
	.jumbotron .box .inner {
		padding: 4%;
	}
	.honest-core-logo {
		transform: none;
	}
	.nav-border {
		border: none;
	}
	.hector.gwgt-story h5 {
		margin-bottom: 60px;
	}
	.come-as-guest, .red-cat-story .white-support-text {
		padding: 0 25px;
	}
}

@media only screen and (max-width: 768px) {
	.dotted-lead:before {
		content: none;
	}
	.awards-listing h3 {
	    width: 560px;
	}
	.awards-listing .inner-awards {
	    width: 514px;
	}
}

@media only screen and (max-width: 600px) {
	header.site-header {
		min-height: 0;
	}
	.main-navigation .inner-nav {
		position: static;
	}
	.mobile-logo {
		padding-left: 15px;
	}
	.menu-toggle {
		position: absolute;
		right: 15px;
		top: 35px;
	}
	.secondary-nav {
		display: none !important;
	}
	.main-navigation {
		padding-bottom: 0;
	}
	.site-branding {
		background: none;
		display: inline-block;
		width: auto;
		padding: 0;
		margin: 5px 0;
	}
	.mobile-link {
		display: block;
	}
	.col-lg-3.nav-border {
		display: none;
	}
	.nav-menu a, .nav-menu a:visited {
	    margin: 0 0 10px;
	}
	.shop-link a {
		padding-left: 0;
	}
	.shop-link a:before {
		content: none;
	}
	.nav-menu a:hover, .current-menu-item a {
		border: none;
	}
	.menu-toggle {
		background: #6F5050;
		padding: 5px;
	}
	.menu-toggle[aria-expanded="true"] {
		background: #2d2020;
	}
	.menu-toggle img {
		width: 40px;
		height: 40px;
	}
	.gwgt-story span {
	    left: 3%;
	    bottom: 15px;
	}
	.site-branding img {
		width: 120px;
		height: auto;
	}
	.jumbotron .box {
		width: 90%;
	}
	.site-footer .site-info a {
		display: inline-block;
	}
	.awards-listing h3 {
	    width: 430px;
	}
	.awards-listing .inner-awards {
	    width: 384px;
	}
}

@media only screen and (max-width: 550px) {
	.awards-listing h3 {
	    width: 80%;
	}
	.awards-listing .inner-awards {
	    width: 73.5%;
	}
}

@media only screen and (max-width: 375px) {
	.awards-listing h3 {
	    width: 95%;
	}
	.awards-listing .inner-awards {
	    width: 94%;
	}
	.awards-listing h3:before, .awards-listing h3:after, .awards-listing h3:before, .awards-listing h3:after, .awards-listing h3 .ribbon-content:before, .awards-listing h3 .ribbon-content:after {
		content: none;
	}
}
