/*!
Theme Name: Goldstone Rum
Theme URI: http://underscores.me/
Author: Make a Spectacle
Author URI: https://makeaspectacle.co.uk
Description: Custom WordPress theme for Goldstone Rum
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goldstone-rum
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.

Goldstone Rum 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/
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
.row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.row.boxed {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

section {
  position: relative;
  background: white;
}

.row {
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 767.1px) {
  section {
    padding: 80px 0;
  }
  .col.full {
    flex: 0 0 100%;
  }
  .col.half {
    flex: 0 0 50%;
  }
  .col.twothird {
    flex: 0 0 66.666666%;
  }
  .col.third {
    flex: 0 0 33.333333%;
  }
  .col.quarter {
    flex: 0 0 25%;
  }
  .col.fifth {
    flex: 0 0 20%;
  }
  .col.forty {
    flex: 0 0 40%;
  }
  .col.sixty {
    flex: 0 0 60%;
  }
}
@media (min-width: 767.1px) and (max-width: 1200px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .row.boxed {
    max-width: 750px;
  }
  .col {
    flex: 0 0 100%;
  }
  section {
    padding: 33px 0;
  }
}
/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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: #010203;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 25px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  color: #001F5F;
  margin-top: 0;
}

h1 {
  font-size: 64px;
  line-height: 70px;
  max-width: 15ch;
}
h1 span.subhead {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.2rem;
}

h2 {
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 20px;
}
h2 span.subhead {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.2rem;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}
h3 span.subhead {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.2rem;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}
h4 span.subhead {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.2rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: none;
  }
  h1 span.subhead {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.2rem;
  }
  h2 {
    font-size: 21px;
    line-height: 30px;
  }
  h2 span.subhead {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.2rem;
  }
}
p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #fff;
  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 #009FDF;
  cursor: help;
}

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

big {
  font-size: 125%;
}

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

hr {
  background-color: #001F5F;
  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%;
}

/* Links
--------------------------------------------- */
a {
  color: #010203;
  transition: all 0.2s ease;
}
a svg path {
  fill: inherit;
  transition: all 0.2s ease;
}
a:visited {
  color: #001F5F;
}
a:hover, a:focus, a:active {
  color: #009FDF;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit], a.button {
  padding: 10px 20px;
  margin-right: 20px;
  background: linear-gradient(91.7deg, #FFCB2A 0%, #FDA618 50.34%, #BB7D11 100.68%);
  border: none;
  color: #001F5F;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1rem;
}
button:hover, button:active, button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus, a.button:hover, a.button:active, a.button:focus {
  background: linear-gradient(91.7deg, #FFDE79 0%, #FFCB2A 49.82%, #FDA618 99.11%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
button.gradient, button.gold,
input[type=button].gradient,
input[type=button].gold,
input[type=reset].gradient,
input[type=reset].gold,
input[type=submit].gradient,
input[type=submit].gold, a.button.gradient, a.button.gold {
  background: linear-gradient(91.7deg, #FFCB2A 0%, #FDA618 50.34%, #BB7D11 100.68%);
  color: #001F5F;
}
button.gradient:hover, button.gradient:active, button.gradient:focus, button.gold:hover, button.gold:active, button.gold:focus,
input[type=button].gradient:hover,
input[type=button].gradient:active,
input[type=button].gradient:focus,
input[type=button].gold:hover,
input[type=button].gold:active,
input[type=button].gold:focus,
input[type=reset].gradient:hover,
input[type=reset].gradient:active,
input[type=reset].gradient:focus,
input[type=reset].gold:hover,
input[type=reset].gold:active,
input[type=reset].gold:focus,
input[type=submit].gradient:hover,
input[type=submit].gradient:active,
input[type=submit].gradient:focus,
input[type=submit].gold:hover,
input[type=submit].gold:active,
input[type=submit].gold:focus, a.button.gradient:hover, a.button.gradient:active, a.button.gradient:focus, a.button.gold:hover, a.button.gold:active, a.button.gold:focus {
  background: linear-gradient(91.7deg, #FFDE79 0%, #FFCB2A 49.82%, #FDA618 99.11%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
button.cyan,
input[type=button].cyan,
input[type=reset].cyan,
input[type=submit].cyan, a.button.cyan {
  background: #009FDF;
  color: white;
}
button.cyan:hover, button.cyan:active, button.cyan:focus,
input[type=button].cyan:hover,
input[type=button].cyan:active,
input[type=button].cyan:focus,
input[type=reset].cyan:hover,
input[type=reset].cyan:active,
input[type=reset].cyan:focus,
input[type=submit].cyan:hover,
input[type=submit].cyan:active,
input[type=submit].cyan:focus, a.button.cyan:hover, a.button.cyan:active, a.button.cyan:focus {
  background: #0079AA;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

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: #A2A4A6;
  border: 1px solid #DADCDF;
  border-radius: 0;
  padding: 10px 15px;
  background: #F2F4F7;
  width: 100%;
}
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: #010203;
  border: 1px solid #878D97;
  background: white;
  outline: none;
}

select {
  border: 1px solid #DADCDF;
}

textarea {
  width: 100%;
}

label {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  display: flex;
  flex-direction: row;
  background: #001F5F;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
}
#masthead .site-branding {
  display: block;
  margin: auto;
  margin-top: 10px;
}
#masthead .site-branding a.custom-logo-link {
  display: block;
}
#masthead .site-branding a.custom-logo-link img {
  display: block;
}

.main-navigation .menu-item-has-children a {
  display: flex;
}

.main-navigation .menu-item-has-children a:after {
  content: "^";
  transform: rotate(180deg);
  display: inline-block;
  margin-left: 5px;
  line-height: 10px;
  margin: auto;
  margin-top: 2px;
  margin-left: 5px;
}

.main-navigation .menu-item-has-children .sub-menu a {
  display: block;
}
.main-navigation .menu-item-has-children .sub-menu a:after {
  display: none;
}

.main-navigation {
  display: block;
  width: auto;
  flex-grow: 1;
  text-transform: uppercase;
  font-weight: 500;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  /*this is all submenu stuff currently unedited*/
  /*end of submenu stuff*/
}
.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;
  display: block;
  background: #001f5f;
}
.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 li:hover > a, .main-navigation li.focus > a {
  color: #009FDF;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: white;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #F0AA41;
}
.main-navigation .menubutton {
  background: linear-gradient(91.7deg, #FFCB2A 0%, #FDA618 50.34%, #BB7D11 100.68%);
  transition: all 0.2s ease;
  font-weight: 700;
}
.main-navigation .menubutton a {
  color: #001F5F;
}
.main-navigation .menubutton:hover > a, .main-navigation .menubutton.focus > a {
  color: #001F5F;
}
.main-navigation .menubutton:hover, .main-navigation .menubutton:focus {
  background: linear-gradient(91.7deg, #FFDE79 0%, #FFCB2A 49.82%, #FDA618 99.11%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

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

/*footer*/
#colophon {
  background: #001F5F;
  color: white;
}
#colophon h2 {
  color: white;
}
#colophon a {
  color: white;
}
#colophon a svg path {
  fill: white;
}
#colophon a:focus, #colophon a:hover {
  color: #F0AA41;
  text-decoration: none;
}
#colophon a:focus svg path, #colophon a:hover svg path {
  fill: #F0AA41;
}
#colophon .contact-info span {
  font-weight: 700;
}
#colophon .contact-info p {
  margin-top: 0;
  margin-bottom: 20px;
}
#colophon .contact-info p.phone, #colophon .contact-info p.email {
  margin-bottom: 0;
}
#colophon .row.bottom-bar {
  background: #F0AA41;
  color: #001F5F;
}
#colophon .row.bottom-bar a {
  color: #001F5F;
}
#colophon .row.bottom-bar .col.twothird {
  display: flex;
  margin: auto;
  margin-left: 0;
}
#colophon ul#footer-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
}
#colophon ul#footer-menu li {
  margin-left: 10px;
}
#colophon p.copyright {
  font-weight: 700;
  margin: 0;
}
#colophon ul.social-icons {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-left: -40px;
}
#colophon ul.social-icons svg {
  width: 30px;
  height: auto;
  margin-right: 11px;
}
#colophon ul.social-icons a {
  display: flex;
  text-decoration: none;
}
#colophon ul.social-icons li {
  margin-bottom: 18px;
}

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

a.back-link {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1rem;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  margin: auto 0;
  font-weight: 700;
}
a.back-link:focus, a.back-link:hover {
  color: #009FDF;
}

@media screen and (min-width: 1200.1px) {
  #masthead .site-branding {
    margin-left: 0;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
  .main-navigation ul li {
    margin-right: 0;
  }
  .main-navigation ul li a {
    padding: 10px 20px;
  }
  #masthead .button.gradient {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    margin-left: 20px;
    flex: 0 0 auto;
    display: inline-block;
  }
  #masthead {
    padding: 30px 40px;
  }
  .main-navigation {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1rem;
    display: flex;
  }
  .menu-main-menu-container {
    margin: auto;
    margin-right: 0;
  }
  #colophon .row.bottom-bar {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 40px;
  }
  #colophon .row.bottom-bar .col.third {
    text-align: right;
  }
  #colophon .row.bottom-bar .col.third p {
    margin: 0;
  }
  #colophon .row:not(.bottom-bar) {
    padding: 70px 100px;
  }
  #colophon .row:not(.bottom-bar) h2.footer-header {
    font-size: 32px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #colophon .row:not(.bottom-bar) .col.third.last {
    display: flex;
    justify-content: flex-end;
    padding-left: 40px;
  }
  #colophon .row:not(.bottom-bar) .col.third.last .inner {
    flex-direction: column;
    display: flex;
  }
}
@media (max-width: 1350px) and (min-width: 1200.1px) {
  #masthead {
    padding: 30px 20px;
  }
  #masthead .site-branding {
    max-width: 150px;
    margin: auto;
  }
  #masthead .site-branding a {
    margin-top: 10px;
  }
  .main-navigation ul li a {
    padding: 10px 15px;
  }
}
@media (max-width: 1200px) {
  #masthead #site-navigation .menu-main-menu-container ul ul li {
    margin-bottom: 0.2em;
  }
  #masthead #site-navigation .menu-main-menu-container {
    overflow: scroll;
  }
  .main-navigation ul ul {
    display: block;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0.5em;
    padding-left: 1em;
    background: transparent;
    box-shadow: none;
  }
  .main-navigation ul ul li {
    margin-bottom: 0;
  }
  .main-navigation ul ul a {
    color: white;
  }
  .main-navigation .menu-item-has-children a:after {
    display: none;
  }
}
@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  #masthead {
    padding: 30px;
  }
  #masthead .site-branding {
    order: 2;
    margin: auto;
    z-index: 9;
  }
  #masthead a.button.gradient {
    order: 3;
    margin-right: 0;
    z-index: 9;
  }
  #masthead #site-navigation {
    order: 1;
    flex: 0 0 auto;
    margin: auto 0;
  }
  #masthead #site-navigation button.menu-toggle {
    background: none;
    color: white;
    padding: 0;
    display: flex;
    margin-right: 0;
  }
  #masthead #site-navigation button.menu-toggle span.hamburger {
    width: 22px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 13px;
  }
  #masthead #site-navigation button.menu-toggle span.hamburger span {
    height: 1px;
    background: white;
    transition: all 0.2s ease;
    width: 22px;
    transform: rotate(0);
  }
  #masthead #site-navigation button.menu-toggle span.hamburger span:first-child {
    transform-origin: top left;
  }
  #masthead #site-navigation button.menu-toggle span.hamburger span:last-child {
    transform-origin: bottom left;
  }
  #masthead #site-navigation button.menu-toggle span.hamburger span.text {
    flex: 0 0 auto;
    margin: auto;
    display: inline-block;
  }
  #masthead #site-navigation .menu-main-menu-container {
    position: fixed;
    top: 99px;
    height: calc(100vh - 99px);
    min-width: 33%;
    width: auto;
    left: 0;
    background: #009FDF;
    z-index: 1;
    padding: 43px;
    transform: translatex(-105%);
    transition: all 0.2s ease;
  }
  #masthead #site-navigation .menu-main-menu-container li {
    margin-bottom: 25px;
  }
  #masthead #site-navigation .menu-main-menu-container li:hover > a, #masthead #site-navigation .menu-main-menu-container li.focus > a {
    color: #001F5F;
  }
  #masthead #site-navigation.toggled .menu-main-menu-container {
    transform: translatex(0);
  }
  #masthead #site-navigation.toggled button.menu-toggle span.hamburger span:nth-child(2n) {
    display: none;
  }
  #masthead #site-navigation.toggled button.menu-toggle span.hamburger span:first-child {
    transform: rotate(45deg);
    width: 24px;
  }
  #masthead #site-navigation.toggled button.menu-toggle span.hamburger span:last-child {
    transform: rotate(-45deg);
    width: 24px;
  }
  #colophon .row.bottom-bar {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 40px;
  }
  #colophon .row.bottom-bar .col.third, #colophon .row.bottom-bar .col.twothird {
    flex: 0 0 100%;
  }
  #colophon .row.bottom-bar .col.third p, #colophon .row.bottom-bar .col.twothird p {
    margin: 0;
  }
  #colophon .row.bottom-bar .col.third {
    margin-bottom: 5px;
  }
  #colophon .row:not(.bottom-bar) {
    padding: 50px 40px;
  }
  #colophon .row:not(.bottom-bar) h2.footer-header {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #colophon .row:not(.bottom-bar) .col.third.last {
    display: flex;
    justify-content: flex-end;
    padding-left: 40px;
  }
  #colophon .row:not(.bottom-bar) .col.third.last .inner {
    flex-direction: column;
    display: flex;
  }
  .page-template-page-tcs #masthead .site-branding {
    order: 1;
    margin-left: 0;
  }
  .page-template-page-tcs a.back-link {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  #masthead {
    padding: 50px 30px 20px 30px;
  }
  #masthead .site-branding {
    margin-left: 0;
    z-index: 99;
  }
  #masthead #site-navigation {
    flex: 0 0 auto;
    margin: auto 0;
  }
  #masthead #site-navigation button.menu-toggle {
    z-index: 99;
    position: relative;
    background: none;
    color: white;
    padding: 0;
    display: flex;
    margin-right: 0;
  }
  #masthead #site-navigation button.menu-toggle span.hamburger {
    width: 22px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 13px;
  }
  #masthead #site-navigation button.menu-toggle span.hamburger span {
    height: 1px;
    background: white;
    transition: all 0.2s ease;
    width: 22px;
    transform: rotate(0);
  }
  #masthead #site-navigation button.menu-toggle span.hamburger span:first-child {
    transform-origin: top left;
  }
  #masthead #site-navigation button.menu-toggle span.hamburger span:last-child {
    transform-origin: bottom left;
  }
  #masthead #site-navigation button.menu-toggle span.hamburger span.text {
    flex: 0 0 auto;
    margin: auto;
    display: inline-block;
  }
  #masthead #site-navigation .menu-main-menu-container {
    position: fixed;
    top: 109px;
    height: calc(100vh - 109px);
    width: 100vw;
    left: 0;
    background: #001F5F;
    z-index: 1;
    padding: 43px;
    transform: translatey(-100vh);
    text-align: center;
    transition: all 0.2s ease 0.2s;
  }
  #masthead #site-navigation .menu-main-menu-container ul {
    display: block;
  }
  #masthead #site-navigation .menu-main-menu-container li {
    margin-bottom: 40px;
  }
  #masthead #site-navigation .menu-main-menu-container li:hover > a, #masthead #site-navigation .menu-main-menu-container li.focus > a {
    color: #009FDF;
  }
  #masthead #site-navigation .menu-main-menu-container a, #masthead #site-navigation .menu-main-menu-container ul {
    opacity: 0;
  }
  #masthead #site-navigation .menu-main-menu-container .menu-button {
    display: inline-block;
    margin-right: 0;
  }
  #masthead #site-navigation.toggled .menu-main-menu-container {
    transform: translatey(0);
    transition: transform 0.2s ease;
  }
  #masthead #site-navigation.toggled .menu-main-menu-container a, #masthead #site-navigation.toggled .menu-main-menu-container ul {
    opacity: 1;
    transition: opacity 0.2s ease 0.2s;
  }
  #masthead #site-navigation.toggled button.menu-toggle span.hamburger span:nth-child(2n) {
    display: none;
  }
  #masthead #site-navigation.toggled button.menu-toggle span.hamburger span:first-child {
    transform: rotate(45deg);
    width: 24px;
  }
  #masthead #site-navigation.toggled button.menu-toggle span.hamburger span:last-child {
    transform: rotate(-45deg);
    width: 24px;
  }
  #masthead #site-navigation .menu-main-menu-container li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
  .main-navigation ul ul {
    padding-left: 0;
  }
  #colophon .row:not(.bottom-bar) {
    padding: 30px 30px;
  }
  #colophon .row:not(.bottom-bar) h2.footer-header {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #colophon .row:not(.bottom-bar) .col.third.last {
    display: block;
    padding-left: 0;
    margin-top: 50px;
  }
  #colophon .row:not(.bottom-bar) .col.third.last .inner {
    flex-direction: column;
    display: flex;
  }
  #colophon ul.social-icons {
    margin-left: 0;
  }
  #colophon .row.bottom-bar {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 30px;
  }
  #colophon .row.bottom-bar .col.third, #colophon .row.bottom-bar .col.twothird {
    flex: 0 0 100%;
  }
  #colophon .row.bottom-bar .col.third p, #colophon .row.bottom-bar .col.twothird p {
    margin: 0;
    margin-bottom: 5px;
  }
  #colophon .row.bottom-bar .col.third {
    margin-bottom: 0;
  }
  #colophon .row.bottom-bar .col.third p {
    margin-bottom: 0;
  }
  #colophon .row.bottom-bar .col.twothird {
    display: block;
  }
  #colophon .row.bottom-bar ul#footer-menu {
    display: block;
  }
  #colophon .row.bottom-bar ul#footer-menu li {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
/* 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 0 1.5em;
}

main {
  margin-top: 99px;
}

.imagegrid {
  position: relative;
  overflow: hidden;
}

b, strong {
  font-weight: 700;
}

section {
  max-width: 100vw;
  overflow: hidden;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding: 8%;
  font-size: 18px;
  line-height: 30px;
  background: #F2F4F7;
}

/*title with subhead*/
span.subhead {
  display: block;
  text-transform: uppercase;
}

/*masonry grid*/
.masonry-grid {
  padding: 0 5vw;
}

.masonry {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.masonry li {
  width: calc(25% - 22.5px);
  margin-bottom: 40px;
  transition: all 0.2s ease;
}
.masonry li a {
  text-decoration: none;
}
.masonry li a:hover figcaption {
  color: #009FDF;
}
.masonry li img {
  display: block;
  width: 100%;
}
.masonry li figure {
  margin-bottom: 0;
  margin-top: 0;
}
.masonry li figcaption {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #001F5F;
  text-align: center;
  padding: 10px 5%;
  padding-bottom: 0;
  transition: all 0.2s ease;
}

.masonry:has(a:hover) li:has(a:not(:hover)) {
  opacity: 0.8;
}

/*page header*/
.header-area .backgroundimage {
  position: absolute;
  overflow: hidden;
  height: calc(100% + 200px);
  top: 0;
  left: 0;
}
.header-area .backgroundimage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100vw;
  height: 100%;
  display: block;
  max-width: none;
}
.header-area .headertext .col {
  position: relative;
}
.header-area.hasinfogrid .row.headertext, .header-area.blue .row.headertext {
  position: unset;
}
.header-area .button {
  display: inline-block;
}
.header-area .buttons {
  margin-top: 30px;
}
.header-area.blue h1 {
  color: white;
  max-width: none;
}
.header-area.blue p {
  color: white;
  max-width: 65ch;
}
.header-area.image h1 {
  color: #001F5F;
}
.header-area.image.hasimagegrid .imagegrid .backgroundimage {
  background: url(/wp-content/uploads/2022/07/Pattern-1@x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  width: 100%;
  height: calc(100% + 200px);
  position: absolute;
  top: 0;
  left: 0;
}
.header-area.image.hasimagegrid .imagegrid img {
  display: block;
  position: relative;
}
.header-area.light h1 {
  color: white;
  max-width: none;
}
.header-area.light p {
  color: white;
  max-width: 65ch;
}
.header-area.hasinfogrid .backgroundimage {
  height: 75%;
}
.header-area .row.infogrid .col {
  display: flex;
}
.header-area .row.infogrid .col .inner {
  background: #001F5F;
  color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-area .row.infogrid h2, .header-area .row.infogrid p {
  color: white;
}
.header-area .row.infogrid a {
  align-self: flex-end;
  margin: auto;
  margin-left: 0;
  margin-bottom: 0;
  color: #F0AA41;
  text-decoration: none;
}
.header-area .row.infogrid a svg path {
  fill: #F0AA41;
}
.header-area .row.infogrid a:hover, .header-area .row.infogrid a:focus {
  color: #009FDF;
}
.header-area .row.infogrid a:hover svg path, .header-area .row.infogrid a:focus svg path {
  fill: #009FDF;
}

/*image grid*/
.image-grid-area {
  padding: 0;
}
.image-grid-area .backgroundimage {
  background: url(/wp-content/uploads/2022/07/Pattern-1@x2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  width: 100%;
  height: calc(100% + 200px);
  position: absolute;
  top: 0;
  left: 0;
}
.image-grid-area img {
  position: relative;
  display: block;
}

/*product grid*/
.product-grid p {
  max-width: 45ch;
  color: #001F5F;
}
.product-grid .col.quarter.product {
  text-align: center;
}
.product-grid .col.quarter.product img {
  display: block;
  transition: all 0.2s ease;
}
.product-grid .col.quarter.product h3 {
  margin-bottom: 0;
}
.product-grid .col.quarter.product p {
  color: #F0AA41;
  transition: all 0.2s ease;
  font-weight: 700;
  margin-bottom: 0;
}
.product-grid .col.quarter.product a {
  text-decoration: none;
}
.product-grid .col.quarter.product a:focus p, .product-grid .col.quarter.product a:hover p {
  color: #009FDF;
}
.product-grid .col.quarter.product a:focus img, .product-grid .col.quarter.product a:hover img {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.cta {
  background: #009FDF;
}
.cta .background-image {
  background-repeat: no-repeat;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
}
.cta h2 {
  color: white;
}
.cta a.button {
  display: inline-block;
}

/*longform template*/
.longform-template.longform-area .row {
  max-width: 75ch;
  margin: auto;
}
.longform-template.longform-area .row .entry-content img {
  display: block;
  width: 100%;
}
.longform-template.longform-area .row .entry-content img.not-full {
  width: auto;
}
.longform-template.longform-area .row blockquote {
  color: #009FDF;
  font-weight: 400;
}
.longform-template.longform-area .row blockquote strong {
  font-weight: 700;
}
.longform-template.longform-area .row blockquote p {
  margin-bottom: 0;
}
.longform-template.longform-area .row .list-area {
  position: relative;
}
.longform-template.longform-area .row .list-area h2, .longform-template.longform-area .row .list-area p, .longform-template.longform-area .row .list-area ul {
  z-index: 1;
  position: relative;
}
.longform-template.longform-area .row .list-area:before {
  content: " ";
  width: 200vw;
  left: calc(50% - 50vw);
  height: 100%;
  top: 0;
  background: #FEF7EC;
  position: absolute;
}

/*longform area module*/
.entry-content .longform-area .col.forty {
  background: #FEF7EC;
  color: #001F5F;
}
.entry-content .longform-area .col.forty a {
  color: #001F5F;
}
.entry-content .longform-area .col.forty a:focus, .entry-content .longform-area .col.forty a:hover {
  color: #009FDF;
}
.entry-content .longform-area .col.sixty p {
  max-width: 75ch;
}
.entry-content .longform-area .col.sixty img {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

/*lists*/
.list-area ul {
  padding-left: 1em;
  margin-left: 0;
}
.list-area li {
  padding-left: 1em;
  color: #001F5F;
}
.list-area li::marker {
  color: #F0AA41;
}

.list-heading {
  position: relative;
}
.list-heading:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #001F5F;
}

/*product list*/
.product-list.gold {
  background: #FEF7EC;
}

.productlistheader {
  position: relative;
}

.productlistheader:after {
  content: " ";
  width: 100%;
  background: #001F5F;
  opacity: 25%;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
}

.product-list .product {
  flex-direction: row;
}
.product-list .product.reverse {
  flex-direction: row-reverse;
}
.product-list.right .products .product {
  flex-direction: row-reverse;
}
.product-list.right .products .product.reverse {
  flex-direction: row;
}
.product-list p {
  color: #001F5F;
}
.product-list .products > div {
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.product-list .products > div:after {
  content: " ";
  background: #001F5F;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  opacity: 25%;
}
.product-list .products > div:last-of-type, .product-list .products > div:only-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-list .products > div:last-of-type:after, .product-list .products > div:only-of-type:after {
  display: none;
}
.product-list .product .title-with-subhead {
  display: inline-block;
}
.product-list .product .title-with-subhead.standard {
  background: linear-gradient(91.7deg, #FFCB2A 0%, #FDA618 50.34%, #BB7D11 100.68%);
}
.product-list .product p {
  max-width: 45ch;
  color: #010203;
}
.product-list .product a.button {
  display: inline-block;
}
.product-list .product .col.half.image img {
  display: block;
}

/*text list images*/
.textlistimages {
  background: #E5F5FC;
}

/*cocktail list*/
.cocktail-list .cocktail.gold {
  background: #FEF7EC;
}
.cocktail-list .stepheader {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

/*desktop styles*/
@media (min-width: 1200.1px) {
  .nobuilder {
    padding: 107px 143px;
    max-width: 1400px;
    margin: auto;
  }
  .nobuilder p {
    font-size: 18px;
    line-height: 30px;
  }
  span.subhead {
    margin-bottom: 20px;
  }
  .header-area {
    padding: 0;
  }
  .header-area h1 {
    margin-bottom: 10px;
  }
  .header-area .headertext p {
    font-size: 18px;
    line-height: 30px;
  }
  .header-area.blue .row.headertext {
    padding: 60px 100px;
  }
  .header-area.image .row.headertext {
    padding: 110px 100px;
  }
  .header-area .row.infogrid {
    padding: 20px 70px;
    padding-bottom: 50px;
  }
  .header-area .row.infogrid .col {
    padding: 20px;
  }
  .header-area .row.infogrid .col .inner {
    padding: 60px;
  }
  .header-area .row.infogrid h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .header-area .row.infogrid p {
    margin-bottom: 45px;
  }
  .imagegrid {
    display: flex;
    flex-direction: row;
  }
  .imagegrid img {
    display: block;
    height: auto;
    max-width: 50%;
  }
  .product-grid .col.full {
    padding: 0 100px;
  }
  .product-grid p {
    font-size: 18px;
    line-height: 30px;
  }
  .product-grid .row.products {
    padding: 75px 20px;
    padding-bottom: 0;
  }
  .product-grid .col.quarter.product {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .product-grid .col.quarter.product img {
    margin-bottom: 20px;
  }
  .product-grid .col.quarter.product h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .product-grid .col.quarter.product p {
    font-size: 18px;
    line-height: 30px;
  }
  .product-grid .col.quarter.product p span {
    font-size: 12px;
    font-weight: 400;
  }
  .cta {
    padding: 175px 115px;
  }
  .longform-template.longform-area {
    padding: 80px 15%;
    padding-bottom: 0;
  }
  .longform-template.longform-area .list-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .longform-template.longform-area p {
    font-size: 18px;
    line-height: 30px;
  }
  .longform-template.longform-area blockquote {
    font-size: 32px;
    line-height: 40px;
    float: right;
    padding: 40px;
    max-width: 57%;
    margin-right: -15%;
  }
  .longform-template.longform-area blockquote p {
    font-size: 32px;
    line-height: 40px;
  }
  .list-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .list-area ul {
    font-size: 18px;
    line-height: 30px;
  }
  .list-area ul li {
    margin-bottom: 20px;
  }
  .product-list {
    padding: 90px 100px;
  }
  .product-list .productlistheader {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
  .product-list .productlistheader h2 {
    margin-bottom: 10px;
  }
  .product-list .productlistheader p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .product-list:after {
    left: 100px;
    width: calc(100% - 200px);
  }
  .product-list .product .title-with-subhead {
    padding: 30px;
    margin-left: -30px;
  }
  .product-list .product .col.half.text .subhead {
    margin-bottom: 5px;
  }
  .product-list .product .col.half.text h3 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .product-list .product .col.half.text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .product-list .product .col.half.image {
    padding-right: 50px;
  }
  .product-list .product .col.half.text {
    padding-left: 80px;
  }
  .product-list .product.reverse .col.half.image {
    padding-right: 0;
    padding-left: 50px;
  }
  .product-list .product.reverse .col.half.text {
    padding-right: 50px;
    padding-left: 30px;
  }
  .product-list.right .product .col.half.image {
    padding-right: 0;
    padding-left: 50px;
  }
  .product-list.right .product .col.half.text {
    padding-right: 50px;
    padding-left: 30px;
  }
  .product-list.right .product.reverse .col.half.image {
    padding-right: 50px;
    padding-left: 0;
  }
  .product-list.right .product.reverse .col.half.text {
    padding-right: 0px;
    padding-left: 80px;
  }
  .textlistimages {
    padding-top: 112px;
    padding-bottom: 0;
  }
  .textlistimages .row.textarea {
    padding: 0 100px;
    padding-bottom: 120px;
  }
  .textlistimages .row.textarea p {
    font-size: 18px;
    line-height: 30px;
    max-width: 75ch;
  }
  .textlistimages .col.sixty {
    padding-right: 10%;
  }
  .textlistimages .col.forty {
    padding-left: 5%;
  }
  .textlistimages .col.forty h3 {
    margin-bottom: 30px;
  }
  .textlistimages .col.forty ul {
    margin-top: 60px;
    border-left: 1px solid #001F5F;
    padding-left: 35px;
  }
  .textlistimages .col.forty ul li {
    margin-left: 1em;
  }
  .cocktail-list {
    padding: 0;
  }
  .cocktail-list .row.cocktail {
    padding: 80px 100px;
  }
  .cocktail-list .row.cocktail .col.twothird {
    display: flex;
    flex-wrap: wrap;
    padding-left: 100px;
    justify-content: center;
    margin: auto;
  }
  .cocktail-list .row.cocktail .col.twothird .cocktail-header {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 31, 95, 0.2509803922);
  }
  .cocktail-list .row.cocktail .col.twothird h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .cocktail-list .row.cocktail .col.twothird .col.full p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
    max-width: 75ch;
  }
  .cocktail-list .row.cocktail .col.twothird .col.full p:last-child {
    margin-bottom: 0;
  }
  .cocktail-list .row.cocktail .col.half.method h3, .cocktail-list .row.cocktail .col.half.ingredients h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .cocktail-list .row.cocktail .col.half.method {
    padding-right: 50px;
  }
  .cocktail-list .row.cocktail .col.half.ingredients {
    padding-left: 50px;
  }
  .cocktail-list .row.cocktail.reverse {
    flex-direction: row-reverse;
  }
  .cocktail-list .row.cocktail.reverse .col.twothird {
    padding-left: 0;
    padding-right: 100px;
  }
  .entry-content .longform-area {
    padding: 0;
  }
  .entry-content .longform-area .col.sixty {
    padding: 80px 100px;
  }
  .entry-content .longform-area .col.sixty p {
    font-size: 18px;
    line-height: 30px;
  }
  .entry-content .longform-area .col.forty {
    padding: 80px 60px;
  }
  .entry-content .longform-area .col.forty h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .entry-content .longform-area .col.forty p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .entry-content .longform-area .col.forty .list-area {
    margin-bottom: 40px;
  }
  .entry-content .longform-area .col.forty .group {
    margin-bottom: 20px;
  }
  .entry-content .longform-area .col.forty .group h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
/*tablet styles*/
@media (min-width: 767.1px) and (max-width: 1200px) {
  .nobuilder {
    padding: 55px 60px;
    margin: auto;
  }
  .nobuilder p {
    font-size: 18px;
    line-height: 30px;
  }
  span.subhead {
    margin-bottom: 10px;
  }
  .header-area {
    padding: 0;
  }
  .header-area h1 {
    margin-bottom: 10px;
  }
  .header-area .headertext p {
    font-size: 18px;
    line-height: 30px;
  }
  .header-area.blue .row.headertext {
    padding: 60px 60px;
  }
  .header-area.image .row.headertext {
    padding: 95px 60px;
  }
  .header-area .row.infogrid {
    padding: 20px 25px;
    padding-bottom: 50px;
  }
  .header-area .row.infogrid .col {
    padding: 8px;
  }
  .header-area .row.infogrid .col .inner {
    padding: 30px;
  }
  .header-area .row.infogrid h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .header-area .row.infogrid p {
    margin-bottom: 25px;
  }
  .imagegrid {
    display: flex;
    flex-direction: row;
  }
  .imagegrid img {
    display: block;
    height: auto;
    max-width: 50%;
    width: 50%;
  }
  .product-grid .col.full {
    padding: 0 60px;
  }
  .product-grid p {
    font-size: 18px;
    line-height: 30px;
  }
  .product-grid .row.products {
    padding: 67px 40px;
    padding-bottom: 0;
  }
  .product-grid .col.quarter.product {
    padding: 0 20px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .product-grid .col.quarter.product img {
    margin-bottom: 20px;
  }
  .product-grid .col.quarter.product h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .product-grid .col.quarter.product p {
    font-size: 18px;
    line-height: 30px;
  }
  .product-grid .col.quarter.product p span {
    font-size: 12px;
    font-weight: 400;
  }
  .cta {
    padding: 90px 60px;
  }
  .longform-template.longform-area {
    padding: 90px 60px;
    padding-bottom: 0;
  }
  .longform-template.longform-area .list-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .longform-template.longform-area p {
    font-size: 18px;
    line-height: 30px;
  }
  .longform-template.longform-area blockquote {
    font-size: 32px;
    line-height: 40px;
    float: right;
    padding: 40px;
    max-width: 50%;
    margin-right: 0;
    padding-right: 0;
  }
  .longform-template.longform-area blockquote p {
    font-size: 32px;
    line-height: 40px;
  }
  .list-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .list-area ul {
    font-size: 18px;
    line-height: 30px;
  }
  .list-area ul li {
    margin-bottom: 20px;
  }
  .product-list {
    padding: 60px 60px;
  }
  .product-list .productlistheader h2 {
    margin-bottom: 15px;
  }
  .product-list .productlistheader p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .product-list:after {
    left: 60px;
    width: calc(100% - 120px);
  }
  .product-list .product {
    margin-top: 25px;
  }
  .product-list .product .title-with-subhead {
    padding: 20px;
    margin-left: -20px;
  }
  .product-list .product .col.half.text .subhead {
    margin-bottom: 5px;
  }
  .product-list .product .col.half.text h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .product-list .product .col.half.text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .product-list .product .col.half.image {
    padding-right: 21px;
  }
  .product-list .product .col.half.text {
    padding-left: 41px;
  }
  .product-list .product.reverse .col.half.image {
    padding-right: 0;
    padding-left: 21px;
  }
  .product-list .product.reverse .col.half.text {
    padding-right: 21px;
    padding-left: 20px;
  }
  .product-list.right .product .col.half.image {
    padding-right: 0;
    padding-left: 21px;
  }
  .product-list.right .product .col.half.text {
    padding-right: 21px;
    padding-left: 20px;
  }
  .product-list.right .product.reverse .col.half.image {
    padding-right: 21px;
    padding-left: 0;
  }
  .product-list.right .product.reverse .col.half.text {
    padding-right: 0px;
    padding-left: 41px;
  }
  .textlistimages {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .textlistimages .row.textarea {
    padding: 0 60px;
    padding-bottom: 64px;
  }
  .textlistimages .row.textarea p {
    font-size: 18px;
    line-height: 30px;
    max-width: 75ch;
  }
  .textlistimages .col.sixty, .textlistimages .col.forty {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .textlistimages .col.sixty {
    border-bottom: 1px solid #001F5F;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .textlistimages .col.sixty p:last-child {
    margin-bottom: 0;
  }
  .textlistimages.right .row.textarea {
    flex-direction: row-reverse;
  }
  .cocktail-list {
    padding: 0;
  }
  .cocktail-list .row.cocktail {
    padding: 80px 60px;
  }
  .cocktail-list .row.cocktail .col.twothird {
    padding-left: 50px;
  }
  .cocktail-list .row.cocktail.reverse col.twothird {
    padding-left: 0;
    padding-right: 0;
  }
  .cocktail-list .row.cocktail h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .cocktail-list .row.cocktail .col.full p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
    max-width: 75ch;
  }
  .cocktail-list .row.cocktail .col.full p:last-child {
    margin-bottom: 0;
  }
  .cocktail-list .row.cocktail .cocktail-header {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 31, 95, 0.2509803922);
  }
  .cocktail-list .row.cocktail .col.half.method h3, .cocktail-list .row.cocktail .col.half.ingredients h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .entry-content .longform-area {
    padding: 0;
  }
  .entry-content .longform-area .col.sixty, .entry-content .longform-area .col.forty {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .entry-content .longform-area .col.sixty {
    padding: 70px 60px;
  }
  .entry-content .longform-area .col.sixty p {
    font-size: 18px;
    max-width: none;
    line-height: 30px;
  }
  .entry-content .longform-area .col.forty {
    padding: 60px 60px;
  }
  .entry-content .longform-area .col.forty h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .entry-content .longform-area .col.forty p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .entry-content .longform-area .col.forty .list-area {
    margin-bottom: 40px;
  }
  .entry-content .longform-area .col.forty .group {
    margin-bottom: 20px;
  }
  .entry-content .longform-area .col.forty .group h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
/*tablet styles*/
@media screen and (max-width: 767px) {
  main {
    margin-top: 119px;
  }
  .nobuilder {
    padding: 40px 30px;
    margin: auto;
  }
  .nobuilder p {
    font-size: 18px;
    line-height: 30px;
  }
  span.subhead {
    margin-bottom: 10px;
  }
  .header-area.hasinfogrid .backgroundimage {
    height: 45%;
  }
  .header-area .button.gold {
    margin-bottom: 10px;
  }
  .header-area {
    padding: 0;
  }
  .header-area h1 {
    margin-bottom: 10px;
  }
  .header-area .headertext p {
    font-size: 18px;
    line-height: 30px;
  }
  .header-area.blue .row.headertext {
    padding: 40px 30px;
  }
  .header-area.image .row.headertext {
    padding: 75px 30px;
  }
  .header-area .row.infogrid {
    padding: 0 30px;
    padding-bottom: 40px;
  }
  .header-area .row.infogrid .col {
    margin-bottom: 20px;
  }
  .header-area .row.infogrid .col:last-of-type {
    margin-bottom: 0;
  }
  .header-area .row.infogrid .col .inner {
    padding: 30px;
  }
  .header-area .row.infogrid h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .header-area .row.infogrid p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .imagegrid {
    display: flex;
    flex-direction: column;
  }
  .imagegrid img {
    display: block;
    height: auto;
    width: 100%;
  }
  .product-grid {
    padding-bottom: 11px;
  }
  .product-grid h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .product-grid .col.full {
    padding: 0 30px;
  }
  .product-grid p {
    font-size: 18px;
    line-height: 30px;
  }
  .product-grid .row.products {
    padding: 0 20px;
    padding-bottom: 0;
  }
  .product-grid .col.quarter.product {
    margin-bottom: 32.5px;
  }
  .product-grid .col.quarter.product img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .product-grid .col.quarter.product h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .product-grid .col.quarter.product p {
    font-size: 18px;
    line-height: 30px;
    max-width: none;
  }
  .product-grid .col.quarter.product p span {
    font-size: 12px;
    font-weight: 400;
  }
  .cta {
    padding: 80px 30px;
  }
  .cta h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .longform-template.longform-area {
    padding: 50px 30px;
    padding-bottom: 0;
  }
  .longform-template.longform-area .list-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .longform-template.longform-area p {
    font-size: 18px;
    line-height: 30px;
  }
  .longform-template.longform-area h1 {
    margin-bottom: 40px;
  }
  .longform-template.longform-area blockquote {
    font-size: 24px;
    line-height: 40px;
    margin: 40px 0;
    padding: 0;
  }
  .longform-template.longform-area blockquote p {
    font-size: 24px;
    line-height: 40px;
  }
  .list-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .list-area ul {
    font-size: 18px;
    line-height: 30px;
  }
  .list-area ul li {
    margin-bottom: 20px;
  }
  .product-list {
    padding: 60px 30px;
  }
  .product-list .productlistheader {
    margin-bottom: 25px;
  }
  .product-list .productlistheader h2 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }
  .product-list .productlistheader p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .product-list:first-of-type {
    padding-top: 30px;
  }
  .product-list:after {
    left: 30px;
    width: calc(100% - 60px);
  }
  .product-list .product .col.half.image {
    margin-bottom: 43px;
  }
  .product-list .product .col.half.text .subhead {
    margin-bottom: 5px;
  }
  .product-list .product .col.half.text h3 {
    padding: 15px;
    margin-left: -15px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .product-list .product .col.half.text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .product-list .product .col.half.image {
    padding-right: 0;
  }
  .product-list .product .col.half.text {
    padding-left: 15px;
  }
  .product-list .product.reverse .col.half.image {
    padding-right: 0;
    padding-left: 0;
  }
  .product-list .product.reverse .col.half.text {
    padding-right: 0;
    padding-left: 15px;
  }
  .product-list.right .product .col.half.image {
    padding-right: 0;
    padding-left: 0;
  }
  .product-list.right .product .col.half.text {
    padding-right: 0;
    padding-left: 15px;
  }
  .product-list.right .product.reverse .col.half.image {
    padding-right: 0;
    padding-left: 0;
  }
  .product-list.right .product.reverse .col.half.text {
    padding-right: 0px;
    padding-left: 15px;
  }
  .product-list .products > div {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .product-list .product-list .products > div:last-of-type, .product-list .product-list .products > div:only-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .textlistimages {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .textlistimages .row.textarea {
    padding: 0 30px;
  }
  .textlistimages .row.textarea h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .textlistimages .row.textarea p {
    font-size: 18px;
    line-height: 30px;
    max-width: none;
  }
  .textlistimages .row.imagearea {
    display: none;
  }
  .textlistimages .col.sixty, .textlistimages .col.forty {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .textlistimages .col.sixty {
    border-bottom: 1px solid #001F5F;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .textlistimages .col.sixty p:last-child {
    margin-bottom: 0;
  }
  .textlistimages.right .row.textarea {
    flex-direction: row-reverse;
  }
  .cocktail-list {
    padding: 0;
  }
  .cocktail-list .row.cocktail {
    padding: 40px 30px;
    display: block;
  }
  .cocktail-list .row.cocktail .cocktail-header {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 31, 95, 0.2509803922);
  }
  .cocktail-list .row.cocktail h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .cocktail-list .row.cocktail .col.full p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .cocktail-list .row.cocktail .col.full p:last-child {
    margin-bottom: 0;
  }
  .cocktail-list .row.cocktail .col.half.method h3, .cocktail-list .row.cocktail .col.half.ingredients h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .cocktail-list .row.cocktail .col.third {
    margin-bottom: 40px;
  }
  .cocktail-list .row.cocktail .col.third.ingredients {
    margin-bottom: 0;
  }
  .cocktail-list .row.cocktail .col.third.ingredients p {
    margin-bottom: 0;
  }
  .entry-content .longform-area {
    padding: 0;
  }
  .entry-content .longform-area .col.sixty, .entry-content .longform-area .col.forty {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .entry-content .longform-area .col.sixty {
    padding: 40px 30px;
  }
  .entry-content .longform-area .col.sixty p {
    font-size: 18px;
    max-width: none;
    line-height: 30px;
  }
  .entry-content .longform-area .col.forty {
    padding: 40px 30px;
  }
  .entry-content .longform-area .col.forty h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .entry-content .longform-area .col.forty p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .entry-content .longform-area .col.forty .list-area {
    margin-bottom: 40px;
  }
  .entry-content .longform-area .col.forty .group {
    margin-bottom: 20px;
  }
  .entry-content .longform-area .col.forty .group h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .masonry li {
    width: calc(33.333333333% - 20px);
  }
}
@media (max-width: 980px) {
  .masonry li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 550px) {
  .masonry li {
    width: 100%;
  }
}
/* 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);
  -webkit-clip-path: inset(50%);
          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: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #001F5F;
  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;
}/*# sourceMappingURL=style.css.map */