/*!
Theme Name: Roe Seafood
Theme URI: http://underscores.me/
Author: EEBSMEDIA
Author URI: http://EEBSMEDIA.COM
Description: Roe Seafood Theme
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: roe
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.

Roe Seafood 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
	- Navigation
	- Navigation
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Responsive
--------------------------------------------------------------*/
@font-face {
  font-family: "typewriter_serialregular";
  src: url("./fonts/typewriterserial.woff2") format("woff2"), url("./fonts/typewriterserial.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "charlotte";
  src: url("./fonts/charlotte.woff2") format("woff2"), url("./fonts/charlotte.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.charlotte {
  font-family: "charlotte" !important;
}

/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Calibri;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: Calibri;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Calibri;
}

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #014F6E;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:visited {
  color: #014F6E;
}
a:hover, a:focus, a:active {
  color: #3FC0BF;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#topbar,
#masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#topbar {
  background: url("./img/wavecut5.png"), -webkit-gradient(linear, left top, left bottom, from(#034958), to(#0B3A45));
  background: url("./img/wavecut5.png"), linear-gradient(#034958, #0B3A45);
  font-family: "Work Sans", sans-serif;
  color: #FFF;
}
#topbar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#topbar .wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#topbar .wrapper .left,
#topbar .wrapper .right {
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#topbar .wrapper .left .social-links {
  margin-left: 175px;
}
#topbar .wrapper .left .social-links li a svg {
  fill: #FFF;
}
#topbar .wrapper .left .social-links li a:hover svg, #topbar .wrapper .left .social-links li a:active svg, #topbar .wrapper .left .social-links li a:focus svg {
  fill: #C6B782;
}
#topbar .wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#topbar .wrapper .right ul {
  margin-left: auto;
}
#topbar .wrapper .right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  margin: 0 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topbar .wrapper .right ul li a svg {
  width: 24px;
  fill: #FFF;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topbar .wrapper .right ul li a:hover, #topbar .wrapper .right ul li a:active, #topbar .wrapper .right ul li a:focus {
  color: #C6B782;
}
#topbar .wrapper .right ul li a:hover svg, #topbar .wrapper .right ul li a:active svg, #topbar .wrapper .right ul li a:focus svg {
  fill: #C6B782;
}

#masthead {
  background-color: #fff3e3;
  max-height: 110px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  border-top: solid 1px rgba(0, 0, 0, 0.5);
}
#masthead .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 8px auto;
}
#masthead .wrapper .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#masthead .wrapper .site-branding .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  border-radius: 100%;
  border: 5px solid #FFF;
}
#masthead .wrapper .site-branding .custom-logo-link .custom-logo {
  width: 100%;
  max-width: 150px;
}
#masthead .wrapper .tag-line {
  margin: 0;
  padding: 0 20px;
  font-family: "charlotte";
  font-size: 38px;
}
#masthead .wrapper .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead .wrapper .main-navigation ul.menu > li a {
  color: #014F6E;
  position: relative;
  font-family: Calibri;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#masthead .wrapper .main-navigation ul.menu > li a::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("./img/wavecut5.png"), -webkit-gradient(linear, left top, left bottom, from(#034958), to(#0B3A45));
  background: url("./img/wavecut5.png"), linear-gradient(#034958, #0B3A45);
  position: absolute;
  left: -10px;
  bottom: 0;
  width: calc(100% + 20px);
  height: 27px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#masthead .wrapper .main-navigation ul.menu > li:hover > ul, #masthead .wrapper .main-navigation ul.menu > li:active > ul, #masthead .wrapper .main-navigation ul.menu > li:focus > ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
#masthead .wrapper .main-navigation ul.menu > li:hover a, #masthead .wrapper .main-navigation ul.menu > li:active a, #masthead .wrapper .main-navigation ul.menu > li:focus a {
  color: #fff3e3;
}
#masthead .wrapper .main-navigation ul.menu > li:hover a::before, #masthead .wrapper .main-navigation ul.menu > li:active a::before, #masthead .wrapper .main-navigation ul.menu > li:focus a::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#masthead .wrapper .main-navigation ul.menu ul.sub-menu {
  background: url("./img/wavecut5.png"), -webkit-gradient(linear, left top, left bottom, from(#034958), to(#0B3A45));
  background: url("./img/wavecut5.png"), linear-gradient(#034958, #0B3A45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 15px;
  min-width: 200px;
  left: -15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  cursor: pointer;
  -webkit-box-shadow: 0px 1.6px 1.1px rgba(0, 0, 0, 0.056), 0px 3.8px 2.7px rgba(0, 0, 0, 0.079), 0px 7.1px 5.1px rgba(0, 0, 0, 0.094), 0px 12.7px 9.2px rgba(0, 0, 0, 0.108), 0px 23.8px 17.1px rgba(0, 0, 0, 0.125), 0px 57px 41px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 1.6px 1.1px rgba(0, 0, 0, 0.056), 0px 3.8px 2.7px rgba(0, 0, 0, 0.079), 0px 7.1px 5.1px rgba(0, 0, 0, 0.094), 0px 12.7px 9.2px rgba(0, 0, 0, 0.108), 0px 23.8px 17.1px rgba(0, 0, 0, 0.125), 0px 57px 41px rgba(0, 0, 0, 0.17);
}
#masthead .wrapper .main-navigation ul.menu ul.sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#masthead .wrapper .main-navigation ul.menu ul.sub-menu li a {
  color: #fff3e3;
  margin: 5px 10px;
  position: relative;
  margin-right: auto;
  width: auto;
}
#masthead .wrapper .main-navigation ul.menu ul.sub-menu li a::before {
  background: transparent;
}
#masthead .wrapper .main-navigation ul.menu ul.sub-menu li a::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #fff3e3;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#masthead .wrapper .main-navigation ul.menu ul.sub-menu li:hover a::after, #masthead .wrapper .main-navigation ul.menu ul.sub-menu li:active a::after, #masthead .wrapper .main-navigation ul.menu ul.sub-menu li:focus a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: "typewriter_serialregular";
  letter-spacing: 2px;
  background-color: #014864;
  background: url("./img/wavecut5.png"), -webkit-gradient(linear, left top, left bottom, from(#034958), to(#0B3A45));
  background: url("./img/wavecut5.png"), linear-gradient(#034958, #0B3A45);
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .foot-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.site-footer .foot-wrapper .foot-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 125px;
  height: 125px;
  margin-right: 20px;
}
.site-footer .foot-wrapper .foot-branding .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 100%;
  border: 5px solid #fff;
}
.site-footer .foot-wrapper .foot-branding .custom-logo-link .custom-logo {
  width: 100%;
  max-width: 125px;
}
.site-footer .foot-wrapper .left,
.site-footer .foot-wrapper .right {
  width: 100%;
}
.site-footer .foot-wrapper .left h3,
.site-footer .foot-wrapper .right h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
.site-footer .foot-wrapper .left h4,
.site-footer .foot-wrapper .right h4 {
  margin: 0 0 10px;
  color: #C6B782;
}
.site-footer .foot-wrapper .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 140px);
}
.site-footer .foot-wrapper .left p,
.site-footer .foot-wrapper .left a {
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
}
.site-footer .foot-wrapper .left p {
  margin: 0 0 3px;
}
.site-footer .foot-wrapper .left a {
  color: #fff3e3;
}
.site-footer .foot-wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-footer .foot-wrapper .right .hour-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .foot-wrapper .right .hour-columns h4,
.site-footer .foot-wrapper .right .hour-columns ul {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  max-width: 80%;
}
.site-footer .foot-wrapper .right .hour-columns .random ul li:nth-child(even) {
  color: #C6B782;
  font-weight: 600;
  text-transform: uppercase;
}
.site-footer .foot-wrapper .right .hour-columns h4 {
  margin: 0 0 3px;
  font-weight: 500;
}
.site-footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #fff3e3;
  padding: 20px;
}
.site-footer .copyright .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.site-footer .copyright .wrapper p {
  color: #014F6E;
  font-size: 12px;
  margin: 0 auto 0 0;
}
.site-footer .copyright .wrapper .social-links li a svg {
  fill: #014F6E;
}
.site-footer .copyright .wrapper .social-links li a:hover svg, .site-footer .copyright .wrapper .social-links li a:active svg, .site-footer .copyright .wrapper .social-links li a:focus svg {
  fill: #786a37;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.site {
  position: relative;
}
.site #masthead {
  position: relative;
  z-index: 999;
}
.site #primary {
  position: relative;
  z-index: 0;
}

.pp-button-text {
  white-space: nowrap;
}

.fl-node-61b6f014bddd6,
.fl-node-61b6f02da9b7a {
  width: auto !important;
  margin: 0 20px;
}

.fl-node-61b6ef9d229b0,
.fl-node-61b6f02da9b76 {
  width: auto;
  max-width: 200px;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-height: 20px;
  margin-left: 175px;
}
.social-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2px;
}
.social-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-links li a svg {
  fill: inherit;
  width: 20px;
  margin: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-links li a:hover svg, .social-links li a:active svg, .social-links li a:focus svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.fl-icon-text h2 {
  margin: 0;
}

.fl-node-61b6e63721f15 .fl-html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fl-node-61b6e63721f15 .fl-html a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 78px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fl-node-61b6e63721f15 .fl-html a .arrow {
  fill: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fl-node-61b6e63721f15 .fl-html a:hover, .fl-node-61b6e63721f15 .fl-html a:active, .fl-node-61b6e63721f15 .fl-html a:focus {
  background-color: #fff3e3;
}
.fl-node-61b6e63721f15 .fl-html a:hover .arrow, .fl-node-61b6e63721f15 .fl-html a:active .arrow, .fl-node-61b6e63721f15 .fl-html a:focus .arrow {
  fill: #000;
}

.max-width .fl-rich-text {
  max-width: 600px;
}
.max-width.center .fl-rich-text {
  margin: auto;
}

body.home .fl-node-61b2abee3809c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
}
body.home .fl-node-61b2abee3809c .float-copy {
  margin: 55px auto;
  min-width: 45%;
}
body.home .fl-node-61b2abee3809c .float-copy .fl-col-content {
  background-color: initial !important;
  background: url("./img/wavecut5.png"), -webkit-gradient(linear, left top, left bottom, from(#034958), to(#0B3A45)) !important;
  background: url("./img/wavecut5.png"), linear-gradient(#034958, #0B3A45) !important;
  -webkit-box-shadow: 0px 1.6px 1.1px rgba(0, 0, 0, 0.056), 0px 3.8px 2.7px rgba(0, 0, 0, 0.079), 0px 7.1px 5.1px rgba(0, 0, 0, 0.094), 0px 12.7px 9.2px rgba(0, 0, 0, 0.108), 0px 23.8px 17.1px rgba(0, 0, 0, 0.125), 0px 57px 41px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 1.6px 1.1px rgba(0, 0, 0, 0.056), 0px 3.8px 2.7px rgba(0, 0, 0, 0.079), 0px 7.1px 5.1px rgba(0, 0, 0, 0.094), 0px 12.7px 9.2px rgba(0, 0, 0, 0.108), 0px 23.8px 17.1px rgba(0, 0, 0, 0.125), 0px 57px 41px rgba(0, 0, 0, 0.17);
}
body.home .fl-node-61b2abee3809c .float-copy .fl-col-content::after {
  display: none;
}
body.home #home-interact-box .fl-col .fl-col-content {
  cursor: pointer;
}
body.home #home-interact-box .fl-col .fl-col-content .fl-module-rich-text {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.home #home-interact-box .fl-col .fl-col-content:hover .fl-module-rich-text, body.home #home-interact-box .fl-col .fl-col-content:active .fl-module-rich-text, body.home #home-interact-box .fl-col .fl-col-content:focus .fl-module-rich-text {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
body.home .home-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.home .home-boxes li {
  width: 100%;
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
}
body.home .home-boxes li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  padding: 10px 30px;
}
body.home .home-boxes li a h2 {
  color: #fff3e3;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  margin-top: auto;
  z-index: 9;
}
body.home .home-boxes li a::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5676645658)), color-stop(25%, rgba(0, 0, 0, 0.1769082633)), color-stop(66%, rgba(0, 0, 0, 0.4192051821)), color-stop(95%, rgba(0, 0, 0, 0.6629026611)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5676645658) 0%, rgba(0, 0, 0, 0.1769082633) 25%, rgba(0, 0, 0, 0.4192051821) 66%, rgba(0, 0, 0, 0.6629026611) 95%);
}
body.home .home-boxes li a h2, body.home .home-boxes li a::before {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.home .home-boxes li a:hover h2, body.home .home-boxes li a:active h2, body.home .home-boxes li a:focus h2 {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}
body.home .home-boxes li a:hover::before, body.home .home-boxes li a:active::before, body.home .home-boxes li a:focus::before {
  opacity: 80%;
}
body.home .home-boxes li:nth-child(2), body.home .home-boxes li:nth-child(3) {
  max-width: 30%;
}
body.home .home-box-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
}
body.home .home-box-bottom a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url("./img/wavecut5.png"), -webkit-gradient(linear, left top, left bottom, from(#034958), to(#0B3A45));
  background: url("./img/wavecut5.png"), linear-gradient(#034958, #0B3A45);
  background-repeat: repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: auto;
  position: relative;
}
body.home .home-box-bottom a h2 {
  color: #fff3e3;
  font-family: "charlotte";
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 40px;
  padding: 10px 40px;
  margin: 0;
  border-right: calc(3px * 2) solid #FFF;
}
body.home .home-box-bottom a .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: solid 1px #014F6E;
}
body.home .home-box-bottom a .button svg {
  width: 20%;
  height: auto;
  fill: #fff3e3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.home .home-box-bottom a:hover .button, body.home .home-box-bottom a:active .button, body.home .home-box-bottom a:focus .button {
  background-color: #fff3e3;
}
body.home .home-box-bottom a:hover .button svg, body.home .home-box-bottom a:active .button svg, body.home .home-box-bottom a:focus .button svg {
  width: 20%;
  height: auto;
  fill: #014F6E;
}

body.tribe-events-page-template .fl-node-61b85608795f4 .artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-image,
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text h3 {
  color: #C6B782;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 72px;
  margin: 25px 0 5px;
  line-height: 1.1;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text p {
  font-family: "Work Sans", sans-serif;
  margin: 0 0 10px;
  position: relative;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text p::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 3px;
  margin: 15px 0 5px;
  background: #C6B782;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text .artist-links {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text .artist-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  color: #fff3e3;
  padding: 3px 10px;
  margin-right: 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text .artist-links li a svg {
  max-width: 15px;
  fill: #fff3e3;
  margin-right: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text .artist-links li a:hover, body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text .artist-links li a:active, body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text .artist-links li a:focus {
  color: #C6B782;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text .artist-links li a:hover svg, body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text .artist-links li a:active svg, body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-text .artist-links li a:focus svg {
  fill: #C6B782;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #014F6E;
  color: #fff3e3;
  padding: 15px 25px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-top: 15px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin-left: auto;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-button:hover, body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-button:active, body.tribe-events-page-template .fl-node-61b85608795f4 .artist .artist-button:focus {
  background-color: #C6B782;
  color: #014F6E;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .pp-content-post-carousel .owl-nav button {
  cursor: pointer;
}
body.tribe-events-page-template .fl-node-61b85608795f4 .pp-content-post-carousel .owl-nav button svg {
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0px 2.4px 1.6px rgba(0, 0, 0, 0.043), 0px 5.4px 3.6px rgba(0, 0, 0, 0.063), 0px 9.5px 6.3px rgba(0, 0, 0, 0.077), 0px 15px 10px rgba(0, 0, 0, 0.09), 0px 23.2px 15.5px rgba(0, 0, 0, 0.103), 0px 36.2px 24.1px rgba(0, 0, 0, 0.117), 0px 60.1px 40px rgba(0, 0, 0, 0.137), 0px 120px 80px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2.4px 1.6px rgba(0, 0, 0, 0.043), 0px 5.4px 3.6px rgba(0, 0, 0, 0.063), 0px 9.5px 6.3px rgba(0, 0, 0, 0.077), 0px 15px 10px rgba(0, 0, 0, 0.09), 0px 23.2px 15.5px rgba(0, 0, 0, 0.103), 0px 36.2px 24.1px rgba(0, 0, 0, 0.117), 0px 60.1px 40px rgba(0, 0, 0, 0.137), 0px 120px 80px rgba(0, 0, 0, 0.18);
}
body.tribe-events-page-template .fl-node-61b85608795f4 .pp-content-post-carousel .owl-nav button:hover svg, body.tribe-events-page-template .fl-node-61b85608795f4 .pp-content-post-carousel .owl-nav button:active svg, body.tribe-events-page-template .fl-node-61b85608795f4 .pp-content-post-carousel .owl-nav button:focus svg {
  background-color: #C6B782;
}
body.tribe-events-page-template .tribe-events-widget-events-list {
  padding-top: 30px;
}
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row {
  background: gainsboro;
  -webkit-box-shadow: 0px 1.4px 2.2px rgba(0, 0, 0, 0.028), 0px 3.3px 5.3px rgba(0, 0, 0, 0.04), 0px 6.3px 10px rgba(0, 0, 0, 0.05), 0px 11.2px 17.9px rgba(0, 0, 0, 0.06), 0px 20.9px 33.4px rgba(0, 0, 0, 0.072), 0px 50px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.4px 2.2px rgba(0, 0, 0, 0.028), 0px 3.3px 5.3px rgba(0, 0, 0, 0.04), 0px 6.3px 10px rgba(0, 0, 0, 0.05), 0px 11.2px 17.9px rgba(0, 0, 0, 0.06), 0px 20.9px 33.4px rgba(0, 0, 0, 0.072), 0px 50px 80px rgba(0, 0, 0, 0.1);
  border-bottom: #b3b3b3 solid 1px;
  margin-bottom: 30px;
}
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag time {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 80px;
  background-color: #014f6e;
  background-image: url(./img/wavecut5.png);
  background-repeat: repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: auto;
}
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag time span {
  color: #FFF;
}
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .tribe-events-event-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .tribe-events-event-image a img {
  min-width: 150px;
}
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: auto;
  padding: 20px;
}
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .meta:hover, body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .meta:active, body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .meta:focus {
  background: #014F6E;
}
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .meta:hover h3,
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .meta:hover p, body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .meta:active h3,
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .meta:active p, body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .meta:focus h3,
body.tribe-events-page-template .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .meta:focus p {
  color: #FFF;
}
body.tribe-events-page-template .tribe-common .tribe-common-anchor-thin:hover, body.tribe-events-page-template .tribe-common .tribe-common-anchor-thin:active, body.tribe-events-page-template .tribe-common .tribe-common-anchor-thin:focus {
  border-bottom: 3px solid #014F6E;
}

body.page-id-19 .fl-module-icon a {
  color: #014F6E;
}
body.page-id-19 .fl-module-icon a h2 {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.page-id-19 .fl-module-icon a:hover h2, body.page-id-19 .fl-module-icon a:active h2, body.page-id-19 .fl-module-icon a:focus h2 {
  color: #F36C23;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          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 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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[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: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}

/* Responsive
--------------------------------------------- */
@media (max-width: 1024px) {
  #masthead .wrapper .tag-line {
    font-size: 28px;
  }
  body.home .home-boxes li {
    max-width: 60%;
  }
  body.home .home-boxes li:nth-child(2), body.home .home-boxes li:nth-child(3) {
    max-width: 40%;
  }
  .site-footer .foot-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
  .site-footer .foot-wrapper .right {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #topbar .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #topbar .wrapper .left,
#topbar .wrapper .right {
    width: 100%;
  }
  #topbar .wrapper .left .social-links {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topbar .wrapper .right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topbar .wrapper .right ul {
    margin-left: 0;
  }
  #topbar .wrapper .right ul .phone-text {
    display: none;
  }
  #masthead .wrapper .site-branding {
    max-width: 120px;
    z-index: 99;
  }
  #masthead .wrapper .site-branding .custom-logo-link .custom-logo {
    height: 110px;
  }
  #masthead .wrapper .tag-line {
    display: none;
  }
  #masthead .wrapper .main-navigation {
    top: 0;
    position: absolute;
    max-width: 80vw;
    height: 100vh;
    margin-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #masthead .wrapper .main-navigation.toggled {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #masthead .wrapper .main-navigation #primary-menu {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff3e3;
    background-image: url(https://test.eebsmedia.com/roe/wp-content/uploads/2021/12/paper-3.png);
    padding: 125px 30px 0;
  }
  #masthead .wrapper .main-navigation #primary-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #masthead .wrapper .main-navigation #primary-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #014F6E;
    margin-bottom: 10px;
    margin-right: auto;
    font-size: 20px;
    font-weight: 500;
  }
  #masthead .wrapper .main-navigation #primary-menu li a::before {
    display: none;
  }
  #masthead .wrapper .main-navigation #primary-menu li a:hover, #masthead .wrapper .main-navigation #primary-menu li a:active, #masthead .wrapper .main-navigation #primary-menu li a:focus {
    color: black;
  }
  #masthead .wrapper .main-navigation #primary-menu li.current_page_item > a {
    border-bottom: 3px solid #F36C23;
  }
  #masthead .wrapper .main-navigation #primary-menu li .sub-menu {
    position: relative;
    opacity: 1;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 26px;
    background: none;
    -webkit-transform: none;
            transform: none;
  }
  #masthead .wrapper .main-navigation #primary-menu li .sub-menu li {
    border-left: 3px solid #F36C23;
  }
  #masthead .wrapper .main-navigation #primary-menu li .sub-menu li a {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 5px;
    white-space: nowrap;
  }
  #masthead .wrapper .menu-toggle {
    margin: 0 10px 0 auto;
    background: none;
    border: none;
  }
  #masthead .wrapper .menu-toggle svg {
    fill: #014F6E;
    width: 40px;
    height: auto;
  }
  body.home .home-boxes li {
    max-width: 100%;
  }
  body.home .home-boxes li:nth-child(2), body.home .home-boxes li:nth-child(3) {
    max-width: 100%;
  }
  body.home .home-box-bottom a h2 {
    font-size: 30px;
  }
  body.home .home-box-bottom a .button {
    min-width: none;
  }
  .site-footer .foot-wrapper .foot-branding,
.site-footer .foot-wrapper .left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .site-footer .foot-wrapper .left h3 {
    text-align: center;
  }
  .site-footer .foot-wrapper .right .hour-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .foot-wrapper .right .hour-columns div {
    margin-top: 15px;
    max-width: 100%;
  }
  .site-footer .foot-wrapper .right .hour-columns div h4 {
    font-size: 16px;
  }
  .site-footer .foot-wrapper .right .hour-columns div::after {
    content: "";
    width: 40px;
    border-top: 2px solid #F36C23;
  }
}