/*
Theme Name: WhiskyCast
Theme URI: https://whiskycast.com/
Author: Cereza Studios
Author URI: https://cerezastudios.com/
Description: Custom Wordpress Theme
Version: 03.23.2023.02
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whiskycast
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

--------------------------------------------------------------*/
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;
    background-color: #EAEAEA;
}

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

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


/* form Add ones */
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    background-color: #BE5D30;
    border-radius: 5px;
    padding: 5px 1rem;
    display: flex;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border: none;
}
.wp-block-toolset-views-custom-search-container .wpv-submit-trigger:focus, .wp-block-toolset-views-custom-search-container .wpv-submit-trigger:hover, [data-type="toolset-views/custom-search-submit"] .wpv-submit-trigger:focus, [data-type="toolset-views/custom-search-submit"] .wpv-submit-trigger:hover {
    opacity: 1 !important;
    background-color: #3E5667 !important;
}
.tb-button__link {
    align-items: center;
    justify-content: flex-start;
    display: flex !important;
    -webkit-transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    transition: 0.5s ease-in-out !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    margin: 1rem 0 0 !important;
    border-bottom: none !important;
    color: #BE5D30 !important;
    background-color: rgba( 255, 255, 255, 1 ) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    line-height: 12px !important;
}
.tb-button__link:hover, .tb-button__link:focus {

    color: #8a99a3 !important;
    text-decoration: none;
    border-bottom: none !important;
}
.tb-button__link:after {
      content: '\2192';
    margin-left: 3px;
    font-size: 14px;
    line-height: 1px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.tb-button__link:hover:after {
      content: '\2192';
    margin-left: 6px;
}
.wp-block-button__link {
    border-radius: 5px;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
    background-color: #BE5D30;
    padding: 5px 1rem;
    display: flex;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.wp-block-button__link:hover {
    background-color: #3E5667; 
}
/* 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: #000000;
    font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow Condensed', sans-serif;
}
.h1, h1 {
    font-size: 32px;
    font-weight: 600;
}
.h2, h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: .25rem;
}
.h3, h3 {
    font-size: 14px;
    font-weight: 700;
    color: #8a99a3;
    text-transform: uppercase;
    margin: 0 0 1rem;
}
.h4, h4 {
    font-size: 18px;
    font-weight: 300;
}
.h5, h5 {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
}
.h6, h6 {
    background-color: #BE5D30;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    margin: 1rem 1rem -1rem;
    letter-spacing: .5px;
    text-align: center;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    width: auto;
    z-index: 3;
    position: relative;
}
h6.dark-blue {
    background-color: #3E5667;
}
p, li {
    margin-bottom: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}

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

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

hr.wp-block-separator {
	height: 0;
	margin-bottom: 1em;
    border: 1px solid #BE5D2E;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

ul,
ol {
    margin: 0 0 1.5em 0em;
    padding: 0 0 0 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
li {
    margin: 0 0 0.5rem;
}
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%;
}

/* Links
--------------------------------------------- */
a {
	color: #BC5D30;
}

a:visited {
	color: #BC5D30;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #8a99a3;
}

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: #000;
    border: 1px solid rgb(119 136 152 / 35%);
    border-radius: 5px;
    padding: 3px 10px;
    font-weight: 300;
    font-size: 16px;
}

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: #000;
}

select {
    border: 1px solid rgb(119 136 152 / 35%);
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
    border-top: 10px solid #778898;
}
.mobile-menu {
    z-index: 10000;
    position: absolute;
    right: 0;
    left: 0;
    top: 75px;
}
@media screen and (min-width: 48em) {
    .mobile-menu {
    top: 85px;
}
}
@media screen and (min-width: 62em) {
.mobile-menu {
    top: 100px;
}
}
.site-header {
    max-width: 1200px;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: space-between;
    z-index: 11000;
    position: relative;
    background-color: rgb(255 255 255 / 95%);
}
.logo_wrap {
    max-width: 250px;
}
@media screen and (min-width: 48em) {
.logo_wrap {
    max-width: 300px;
}
}
@media screen and (min-width: 62em) {
.logo_wrap {
    max-width: 350px;
}
}
.site-nav {
    display: flex;
    align-items: center;
}
.site-nav .wp-block-group {
    padding: 0px 10px 0 0;
    margin-right: 0px;
    border-right: 1px solid rgb(190 93 48 / 25%);
}
.nav-widget {
    display: none;
}
    .nav-menu {
    display: block;
    }
.nav-menu .wp-block-group {
    padding: 0 15px 0 0;
    margin-right: 15px;
}
.nav-menu .widget_block {
    position: relative;
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid rgb(119 136 152 / 25%);
    width: 100%;
}
@media screen and (min-width: 62em) {
.nav-menu .widget_block {
    padding:  0;
    border-bottom: 0 solid rgb(119 136 152 / 25%);
    }
}

@media screen and (min-width: 62em) {
.site-nav .wp-block-group {
    padding: 0 15px 0 0;
    margin-right: 15px;
}
.nav-widget {
    display: flex;
}
    .nav-menu {
    display: none;
    }
}
.site-nav h4 {
    font-size: 0;
}
@media screen and (min-width: 62em) {
.site-nav h4 {
    font-size: 18px;
}
}
.btn-icon {
    width: 25px;
    height: 25px;
}
.btn-icon a {
    background-color: #BE5D30;
    border-radius: 4px;
    padding: 5px;
    display: flex;
}
.btn-icon a:hover {
    background-color: #3E5667;
}
.btn-icon a img {
    width: 15px;
    height: 15px;
}
/* Navigation
--------------------------------------------- */
#menuToggle {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    top: 0;
    z-index: 1;
    margin-left: 10px;
}
@media screen and (min-width: 62em) {
#menuToggle {
    margin-left: 0;
    }
}
nav.navbar.navbar-expand-xxs {
    max-width: 100%;
    margin: auto;
}
#primary-menu {
    padding: 0 1rem;
    box-shadow: 0px 25px 25px rgb(0 0 0 / 15%);
    width: 100%;
    background-color: #ffffff;
}
@media screen and (min-width: 62em) {
#primary-menu {
    padding: 1rem 1rem 0;
    }
}
button.navbar-toggler, button:visited.navbar-toggler, button:active.navbar-toggler, button:target.navbar-toggler, button:focus.navbar-toggler {
    width: 50px;
    height: 35px;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    font-family: 'Aleo', serif;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: none;
    background-color: transparent !important;
}
.navbar-toggler:hover {
    text-decoration: none;
    background-color: #fff;
}
button.navbar-toggler:after, button.navbar-toggler:hover:after {
  display: none;
}
#menuToggle input {
    display: flex;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
}
#menuToggle span {
    width: 50px;
    height: 1.5px;
    background: #BE5D30;
    border-radius: 4px;
    -webkit-transition: all .5s cubic-bezier(.08, .81, .87, .71);
    -moz-transition: all .5s cubic-bezier(.08, .81, .87, .71);
    -ms-transition: all .5s cubic-bezier(.08, .81, .87, .71);
    -o-transition: all .5s cubic-bezier(.08, .81, .87, .71);
    transition: all .5s cubic-bezier(.08, .81, .87, .71);
    display: block;
    margin: 8px 0px 8px 0;
}
#span1 {
  transform-origin: 4px 0px;
}
#menuToggle span#span1, #menuToggle span#span3 {
    width: 34px;
    margin-left: 8px;
}
#span3 {
  transform-origin: bottom right;
}
#menuToggle input:checked ~ #span1 {
    background-color: #BE5D30;
    transform: rotate(45deg) translate(0px);
    margin: 5px 0 0 10px;
    width: 40px;
}
#menuToggle input:checked ~ #span2 {
    background-color: #BE5D30;
    transform: rotate(495deg) translate(0px);
    margin: 9px 0 0 5px;
    width: 40px;
}
#menuToggle input:checked ~ #span3 {
  background-color: #BE5D30;
  transform: rotate(45deg);
  opacity: 0;
}
.dropdown-toggle::after {
  display: none;
}
/* Dropdown */

a.dropdown-toggle-caret {
    background-image: url(assets/down-arrow.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 5px;
    background-color: transparent;
    color: #BE5D30;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-radius: 100px;
    background-size: 10px 10px;
    background-position: center;
    border: 1px solid #BE5D30;
    transform: rotate( 0deg );
    transition: transform 150ms ease;
}
a.active.dropdown-toggle-caret.show {
    transform: rotate( -180deg );       
    background-color: #ffffff;     
    z-index: 2;
}
a.dropdown-toggle-caret.show {
    transform: rotate( -180deg );      
    background-color: #ffffff;      
    z-index: 2;

}
.dropdown-menu[data-bs-popper] {
    margin: -10px 0 -1px;
    padding: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.dropdown-menu, .navbar-nav .dropdown-menu {
  font-size: 16px;
  color: #ffffff;
  border: none;
  background-color: transparent;
    position: relative;
}
.dropdown, .dropend, .dropstart, .dropup, li.menu-item {
    position: relative;
    display: block;
    margin: 0;
    border-bottom: 1px solid rgb(119 136 152 / 25%);
    width: 100%;
}
.sub-menu li.menu-item {
    border-bottom: 1px solid rgb(0 97 159 / 25%);
    border-right: 0;
    padding: 15px;
}
.sub-menu li.menu-item:last-child {
    border-bottom: 0 solid rgb(0 97 159 / 25%);
    border-right: 0;
    padding: 15px;
}

.navbar-nav .nav-link {
    margin-right: 50px;
}
ul.navbar-nav {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
@media screen and (min-width: 62em) {
ul.navbar-nav {
    padding: 0 1rem;
}
}
@media screen and (min-width: 77.5em) {
ul.navbar-nav {
    padding: 0 2rem;
}
}
a.nav-link {
    color: #000;
    padding: 1rem 0;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}
@media screen and (min-width: 62em) {
a.nav-link {
    font-size: 18px;
    padding: 1rem 0;
}
}
a.nav-link:focus, a.nav-link:hover, .current-menu-item a.nav-link, .current-page-parent a.nav-link, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #BE5D30;
    text-decoration: none;
}
a.dropdown-item {
    padding: 10px 1rem 10px 2px;
    color: #333333;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    margin-left: 10px;
}
a.dropdown-item:before {
    content: '• ';
    font-size: 16px;
    color: #BE5D30;
    left: -10px;
    position: absolute;
    top: 8px;
    font-weight: 400;
}
a.dropdown-item.active, a.dropdown-item:active, a.dropdown-item:focus, a.dropdown-item:hover {
    color: #BE5D30;
    background-color: transparent;
    text-decoration: none;
}
ul.dropdown-menu.sub-menu {
    display: block;
    margin-left: 25px;
}

.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
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Footer */
footer {
    background-color: #778898;
}
footer p, footer a {
    color: #ffffff !important;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}

/* Block Introductions */
.block-introduction {
    background-color: #8A99A3;
}
.block-introduction .block-interior {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding: 0;
    position: relative;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
}
@media screen and (min-width: 49em) {
.block-introduction .block-interior {
    width: 98%;
    justify-content: flex-end;
    padding: 0 0 2rem;
}
}
.block-introduction .block-image {
    max-height: 385px;
    overflow: hidden;
    margin-top: -1rem;
    display: flex;
    width: 100%;
    min-height: 400px;
}
@media screen and (min-width: 49em) {
.block-introduction .block-image {
    max-height: 385px;
    width: 75%;
    
    border-radius: 5px;
    min-height: auto;
}
}
.block-introduction .block-content {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 000%, rgba(0,0,0,1) 50%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 000%, rgba(0,0,0,1) 50%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 000%, rgba(0,0,0,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 2;
    height: auto;
    position: absolute;
    margin: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: flex-end;
    padding: 1rem 2rem 2rem;
    color: #fff;
}

@media screen and (min-width: 49em) {
.block-introduction .block-content {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 000%, rgba(0,0,0,1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 000%, rgba(0,0,0,1) 50%);
    background: linear-gradient(90deg, rgba(0,0,0,0) 000%, rgba(0,0,0,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    margin: -1rem 0 0 40%;
    padding: 1rem 2rem 1rem 15%;
    border-radius: 5px;
    justify-content: center;
    height: 385px;
    width: 60%;
}
}

/* Content */
.wp-block-column.content {
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    z-index: 10;
    margin: -1rem -1rem 0rem;
    flex-grow: 1;
}

@media screen and (min-width: 49em) {
.wp-block-column.content {
    padding: 2rem;
    margin: -6rem 1rem 0 auto;
    border-radius: 5px;
    flex-grow: 0;
}
}


/* Sidebar */
.sidebar {
    padding: 1rem;
    margin: 0 auto 2rem;
    background-color: #fff;
    max-width: 300px;
    border-radius: 0 0 5px 5px;
}
.home .sidebar.blue {
    background-color: #f1f1f1;
}
.sidebar .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0;
}
.sidebar h2 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    margin: -1rem -1rem 1rem;
    letter-spacing: .5px;
    text-align: center;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
}
.sidebar.brown h2{
 background-color: #BE5D30;   
}
.sidebar.blue h2 {
 background-color: #778898;   
}

/* Archive */

.post-blocks {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1rem !important;
    grid-auto-rows: minmax(100px, auto) !important;
}
@media screen and (min-width: 37.5em) {
.post-blocks {
    grid-template-columns: repeat(2, 1fr) !important;
}
}
@media screen and (min-width: 62em) {
.post-blocks {
    grid-template-columns: repeat(3, 1fr) !important;
}
}
.post-blocks .post-excerpt {
    
    border-bottom: 1px solid #622d9026;
}
.post-blocks .featured-post {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-color: #E8E8E8;    
}
.entry-meta {
    font-size: 12px;
    font-weight: 700;
    color: #8a99a3;
    text-transform: uppercase;
    margin: 1rem 0 0;
}
.post-blocks header.entry-header h2 {
    font-size: 20px;
    letter-spacing: 0;
    margin: 0.25rem 0 .5rem;
    font-weight: 800;
}
.post-blocks header.entry-header h2 a {
    color: #000;
    text-decoration: none;
}
a.read-more, .read-more a {
    align-items: baseline;
    justify-content: flex-start;
    display: flex;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0.5rem 0 0;
    border-bottom: none !important;
    color: #BE5D30 !important;
}
a.read-more:hover, .read-more a:hover {
    color: #8a99a3 !important;
    text-decoration: none;
    border-bottom: none !important;
}
a.read-more:after, .read-more a:after {
      content: '\2192';
    margin-left: 3px;
    font-size: 14px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
a.read-more:hover:after, .read-more a:hover:after {
      content: '\2192';
    margin-left: 6px;
}

/* Single */
.featured-inline {
    max-width: 100%;
    margin: 0 0 2rem;
}
/* Post Nav */
nav.navigation.post-navigation {
    background-color: #eaeaea;
}
.posts-navigation .nav-links{
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 1rem 0 2rem;
    font-size: 14px;
}
.post-navigation .nav-links {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem 2rem;
    font-size: 14px;
}

/* Tasting Toolset Search */
.wp-block-toolset-views-custom-search-container > form > div {
    display: grid;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
    grid-auto-flow: row;
}
.wp-block-toolset-views-custom-search-filter.wpv-custom-search-filter {
}

/* Toolset Results */
.js-wpv-view-layout .tb-grid-column {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 1.5rem 1rem .5rem;
}
h2.tb-heading {
    font-size: 20px;
    letter-spacing: 0;
    margin: 0.25rem 0 0.5rem;
    font-weight: 800;
}
h2.tb-heading a {
    color: #000 !important;
    text-decoration: none;
}
h4.tb-heading {
    font-size: 12px;
    font-weight: 700;
    color: #8a99a3;
    text-transform: uppercase;
    margin: 0;
}
p.tb-heading {
    margin-bottom: 0;
}
.wpv-pagination-nav-links {
    text-align: center !important;
    justify-content: center !important;
    margin-top: 1rem;
}
#ratings-sideinfo p {
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid rgb(190 93 46 / 25%);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* Pagination Toolset */
.wpv-pagination-nav-links .page-item a.page-link, .wpv-pagination-nav-links .wpv-filter-pagination-link, .wpv-pagination-nav-links span.wpv-filter-previous-link, .wpv-pagination-nav-links {
    font-size: 12px;
    line-height: 12px;
    color: rgba( 190, 93, 48, 1 );
    border: 0px solid rgba( 0, 0, 0, 1 );
}
.wpv-pagination-nav-links .page-item.active span.page-link, .wpv-pagination-nav-links .wpv-pagination-nav-links-item-current span.wpv-filter-pagination-link {
    font-size: 12px;
    line-height: 12px;
    color: rgba( 255, 255, 255, 1 );
    background-color: rgba( 190, 93, 48, 1 );
    border: 0px solid rgba( 0, 0, 0, 1 );
    border-radius: 10px;
    box-shadow: 2px 2px 3px 0 rgba( 0, 0, 0, 0.15 );
}
.wpv-pagination-nav-links .page-item a.page-link, .wpv-pagination-nav-links .wpv-filter-pagination-link, .wpv-pagination-nav-links span.wpv-filter-previous-link, .wpv-pagination-nav-links {
    font-size: 12px;
    line-height: 12px;
    color: rgba( 190, 93, 48, 1 );
    border: 0px solid rgba( 0, 0, 0, 1 );
}


/* Homepage */
.block-featured .featured-post {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-color: #cecece;
}
.block-content {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 0.25rem 1rem 0.125rem;
    margin: -2rem 1rem 0;
    z-index: 1;
    position: relative;
}
.addtional-stories .block-featured .featured-post {
    width: 100%;
    height: 116px;
    background-size: cover;
    background-color: #cecece;
}


/* Block Home */
.block-introduction .block-home {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding: 0;
    position: relative;
    border-radius: 100px;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: flex-end;
}
@media screen and (min-width: 49em) {
.block-introduction .block-home {
    width: 98%;
    justify-content: center;
    flex-direction: column;
    padding: 0 0 2rem;
}
}
.block-introduction .block-home .block-featured {
    position: relative;
    z-index: 3;
    height: 300px;
    width: 100%;
}
@media screen and (min-width: 49em) {
.block-introduction .block-home .block-featured {
    position: absolute;
    z-index: 3;
    height: 500px;
    width: 50%;
}
}
.block-introduction .block-home .block-image {
    height: 500px;
    overflow: hidden;
    margin-top: -1rem;
    display: flex;
    width: 100%;
    min-height: 400px;
}
@media screen and (min-width: 49em) {
.block-introduction .block-home .block-image {
    height: 500px;
    width: 75%;
    border-radius: 5px;
    min-height: auto;
}
}
.block-introduction .block-home .block-featured .featured-post {
    width: 100%;
    height: 300px;
    background-size: cover;
}
@media screen and (min-width: 49em) {
.block-introduction .block-home .block-featured .featured-post {
    width: 100%;
    height: 500px;
}
}
.block-introduction .block-home .block-content {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(119,136,152,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(119,136,152,1) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(119,136,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 2;
    height: auto;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    justify-content: flex-end;
    padding: 1rem 2rem 2rem;
    color: #fff;
}

@media screen and (min-width: 49em) {
.block-introduction .block-home .block-content {
margin: -2rem 0 0 40%;
    padding: 2rem 2rem 3rem 12%;
    border-radius: 5px;
    justify-content: center;
    width: 60%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(119,136,152,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(119,136,152,1) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(119,136,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#778898",GradientType=1);
}
}

.block-introduction .block-home a {
    color: #FFFFFF;
}
/* Audio */
audio {
    width: 100%;
    min-width: 300px;
    height: 40px;
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 12px;
    text-align: center;
}
.shadow {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 1.5rem 1.5rem 1rem;
}
/* Events */
.tribe-events-widget-events-list__view-more {
    height: 0;
    margin-bottom: 1em !important;
    border: 1px solid rgb(190 93 46 / 25%) !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
}
.tribe-events-widget .tribe-events-widget-events-list__view-more-link, .tribe-events-widget .tribe-events-widget-events-list__view-more-link:visited {
    align-items: baseline;
    justify-content: flex-start;
    display: flex;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0.5rem 0 0;
    border-bottom: none !important;
    color: #BE5D30 !important;
    text-transform: uppercase !important;
}
.tribe-events-widget .tribe-events-widget-events-list__view-more-link:after {
    content: '\2192';
    margin-left: 3px;
    font-size: 14px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}
.tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover:after {
    content: '\2192';
    margin-left: 6px;
    font-size: 14px;
}
.tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover {
    color: #8a99a3 !important;
    text-decoration: none;
    border-bottom: none !important;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    background-color: #3e5667;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    text-align: center;
    background-color: #3e5667;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
    width: 50px !important;
    height: auto !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag {
    width: 65px;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month,
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events-calendar-list__event-date-tag-daynum {
    color: #fff !important;
}
.tribe-events .tribe-events-l-container {
    padding: 0 !important;
}
.tribe-events .tribe-events-c-view-selector {
    display: none;
}
.tribe-events .tribe-events-c-events-bar__search-button-icon-svg {
    width: 20px;
    padding: 3px;
}
.tribe-common .tribe-common-c-svgicon {
    color: #fff !important;
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button {
    background-color: #3e5667;
    background-image: none;
    border: none;
    color: #fff !important;
    outline: none;
    transition: var(--tec-transition-opacity);
}
.tribe-events .tribe-events-c-events-bar__search-button-icon-svg path {
    fill: #fff !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    position: relative;
    display: flex;
    padding: 0 10px !important;
    margin: 0 !important;
    border: none !important;
    align-items: center;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    width: auto;
    background-color: #be5d30 !important;
}
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    display: block!important;
    visibility: visible;
    font-size: 14px;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg {
    left: 16px;
    right: auto;
    color: #000 !important;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
    padding: 0 40px !important;
}
.tribe-events .tribe-events-c-search__input-control {
    border-radius: 5px;
    margin: 0 !important;
}
.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
    border-radius: 5px;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
    width: auto;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
    cursor: pointer;
    padding: 5px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon {
    height: 13px;
    margin: 0;
}
#tribe-events-content a, .tribe-events-event-meta a {
    color: #be5d30;
}
#tribe-events-content a:hover, .tribe-events-event-meta a:hover {
    color: #3E5667;
}
#tribe-events-pg-template, .tribe-events-pg-template {
    padding: 0;
}
.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover {
    background-color: #3E5667 !important;
    color: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
    font-size: 16px !important;
    line-height: 20px !important;
}
/* Breadcrumbs */
nav.rank-math-breadcrumb p {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    border-bottom: 1px solid rgb(190 93 46 / 25%);
    padding-bottom: 10px;
}
.tribe-events .tribe-events-c-events-bar__search-button:focus, .tribe-events .tribe-events-c-events-bar__search-button:hover {
    opacity: 1 !important;
    background-color: #3e5667 !important;
}
/* Search */
form.search-form {
    display: flex;
}
.mobile-menu form.search-form {
    padding: 1rem 0;
    max-width: calc(1200px - 2rem);
    margin: auto;
}
@media screen and (min-width: 62em) {
.mobile-menu form.search-form {
    padding: 1rem;
}
}
input.search-field {
    width: 99%;
}
form.search-form label {
    display: inline-block;
    flex-basis: calc(100% - 100px);
}

.wp-block-columns.is-not-stacked-on-mobile.score.is-layout-flex {
    gap: 0 !important;
}
.score .wp-block-column.is-layout-flow {
    flex-basis: 50px !important;
}

.home-pub figure.wp-block-image{
    margin: .5rem 0 1rem;
}
.home-pub p {
    margin-bottom: .5rem;
}