/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* --------------- */
/* --- Extends --- */
/* --------------- */
.mobile-nav .menu, .main-nav .menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu, .main-nav .menu, .sidebar .widget ul, .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav .menu li, .main-nav .menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu li, .main-nav .menu li, .sidebar .widget ul li, .menu li {
  font-family: inherit;
  position: relative;
}
.mobile-nav .menu li a, .main-nav .menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu li a, .main-nav .menu li a, .sidebar .widget ul li a, .menu li a {
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.main-nav .menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu .sub-menu, .sidebar .widget ul .sub-menu, .menu .sub-menu {
  display: none;
}

.post-preview .featured-img {
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-color: #f2f2f2;
  position: relative;
}
.post-preview .featured-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}
.post-preview .featured-img a:hover {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.comment-respond .submit, .post-wrap .post-nav-wrap .navigation .nav-links a, .post-wrap .post-nav-wrap .back-btn, .post-preview .content .btn {
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.comment-respond .submit:hover, .post-wrap .post-nav-wrap .navigation .nav-links a:hover, .post-wrap .post-nav-wrap .back-btn:hover, .post-preview .content .btn:hover {
  background: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

/* --------------------- */
/* --- Global styles --- */
/* --------------------- */
.container_wrap {
  display: grid;
  grid-gap: 0 15px;
}
.container_wrap .container {
  grid-column: 2/3;
}

.sidebar .widget {
  margin-bottom: 15px;
}
.sidebar .widget .widget-title {
  margin-bottom: 5px;
}
.pagination {
  padding: 10px 0;
}
.pagination .nav-links .page-numbers {
  border: solid 1px inherit;
  padding: 6px 10px;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  transition: all 0.2s ease-in-out;
}
.pagination .nav-links .current {
  border-color: inherit;
  color: inherit;
}
.pagination .nav-links a:hover {
  border-color: inherit;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}
.pagination.next-prev a {
  text-decoration: none;
  color: inherit;
  border: solid 1px inherit;
  transition: all 0.2s ease-in-out;
}
.pagination.next-prev a:hover {
  border-color: inherit;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}

.custom-404 {
  padding: 30px 15px 60px;
}

.site-header {
  position: relative;
}
.site-header .site-logo {
  display: inline-block;
  max-width: 300px;
  position: relative;
  height: 100%;
  width: 100%;
}
.site-header .site-logo .title {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.site-header .site-logo img {
  width: 100%;
  height: auto;
}
.site-header .header-nav .menu {
  display: flex;
}
.site-header .header-nav .menu .menu-item {
  margin: 0 4px;
}
.site-header .search-form {
  display: inline-block;
  padding: 4px;
  border: solid 1px;
}
.site-header .search-form input {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  font-family: inherit;
  text-indent: 3px;
}
.site-header .search-form button {
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 22px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.site-header .search-form button:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.site-header .main-nav .menu {
  display: flex;
  flex-wrap: wrap;
}
.site-header .main-nav .menu .menu-item {
  margin: 0 7px;
}
.site-header .main-nav .menu .menu-item a {
  white-space: nowrap;
  display: block;
  color: inherit;
  z-index: 39;
}
.site-header .main-nav .menu-item-has-children .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  flex-direction: column;
  z-index: 30;
  padding: 0;
}
.site-header .main-nav .menu-item-has-children .sub-menu .menu-item {
  margin: 0;
  padding: 0;
}
.site-header .main-nav .menu-item-has-children .sub-menu .menu-item a {
  display: block;
  padding: 8px 12px;
}
.site-header .main-nav .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.site-header.classic .upper .container {
  display: grid;
  place-items: center end;
}
.site-header.classic .main .container {
  display: grid;
  grid: auto/1fr 1fr 1fr 1fr;
}
.site-header.classic .main .container .tagline {
  grid-column: 1;
}
.site-header.classic .main .container .main-nav_wrap {
  grid-column: 2/span 3;
  grid-row: 1/span 2;
  place-self: center end;
}
.site-header.classic .main .container .main-nav_wrap .menu .menu-item:last-of-type {
  margin-right: 0;
}
.site-header.stack-center .main .container {
  display: grid;
  place-items: center;
}
.site-header.stack-center .main .container .site-logo {
  text-align: center;
}
.site-header.stack-center .lower .container {
  display: grid;
  place-items: center;
}
.site-header.stack-left .main .container {
  display: grid;
  place-items: center start;
}
.site-header.stack-left .lower {
  place-items: center start;
}
.site-header.stack-left .lower .menu .menu-item:first-of-type {
  margin-left: 0;
}
.site-header #navicon {
  display: none;
  width: 38px;
  height: 28px;
  position: relative;
  margin: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.site-header #navicon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-header #navicon span:nth-child(1) {
  top: 0px;
}
.site-header #navicon span:nth-child(2), .site-header #navicon span:nth-child(3) {
  top: 12px;
}
.site-header #navicon span:nth-child(4) {
  top: 24px;
}
.site-header #navicon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.site-header #navicon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header #navicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-header #navicon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.mobile-nav .menu-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 40;
}
.mobile-nav .menu-arrow .fa-chevron-right, .mobile-nav .menu-arrow .fa-chevron-down {
  display: none;
  color: inherit;
}
.mobile-nav .menu-item-has-children .menu-arrow {
  display: inline-block;
}
.mobile-nav .menu-item-has-children .menu-arrow .fa-chevron-right {
  display: initial;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu-item-has-children.expanded .menu-arrow .fa-chevron-right {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu {
  display: block !important;
  padding: 0 0 5px 0;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item {
  border: 0;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item a {
  padding: 4px 0px 4px 20px;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item .menu-arrow {
  display: none !important;
}

@media (max-width: 1023px) {
  .site-header #navicon {
    display: inline-block;
  }
  .site-header .main-nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none !important;
  }
}
.site-footer .lower {
  padding: 15px 0 30px;
}
.site-footer .sub-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.site-footer .sub-footer .container .sign-off .gsl-link {
  text-decoration: none;
  color: inherit;
}
.site-footer .sub-footer .container .sub-menu .menu {
  display: flex;
}
.site-footer .sub-footer .container .sub-menu .menu .menu-item {
  margin-right: 15px;
}
.site-footer .sub-footer .container .sub-menu .menu .menu-item:last-of-type {
  margin: 0;
}

.wpcf7 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  flex: 1 1 auto;
  padding: 10px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.your-message {
  flex: 1 1 100%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid;
  outline: 0;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  margin: auto;
  max-width: 300px;
  outline: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-form .wpcf7-submit {
    margin: 0 10px;
    max-width: none;
  }
}
.wpcf7 .ajax-loader {
  background-image: url("../images/loader-blue.gif");
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3d3d3d;
  z-index: 1001;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.wpcf7 .ajax-loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #696969;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.wpcf7 .ajax-loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #999999;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.blog .page-content,
.single .page-content,
.archive .page-content,
.search .page-content {
  padding: 30px 0;
}
.blog .page-content .container,
.single .page-content .container,
.archive .page-content .container,
.search .page-content .container {
  display: grid;
  grid: auto/auto 350px;
  grid-gap: 0 30px;
}
.blog .page-content .page-title,
.single .page-content .page-title,
.archive .page-content .page-title,
.search .page-content .page-title {
  grid-column: 1/span 2;
}

.post-meta {
  margin-bottom: 10px;
}
.post-meta .date {
  display: block;
}
.post-meta .cats a {
  color: inherit;
  text-decoration: none;
}
.post-meta .tags a {
  color: inherit;
  opacity: 0.6;
  text-decoration: none;
  font-style: italic;
  transition: opacity 0.3s ease-in-out;
}
.post-meta .tags a:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.post-preview {
  border: solid 1px;
}
.post-preview .featured-img {
  margin-bottom: 0px;
}
.post-preview .content {
  padding: 0 15px 15px;
}
.post-preview .content h1 {
  font-size: 24px;
  font-family: inherit;
}
.post-preview .content .post-meta {
  margin: 15px 0 0;
}
.post-preview .content .btn {
  align-self: baseline;
}

.post-wrap {
  display: grid;
  grid: auto/auto-flow 1fr;
  grid-gap: 15px 15px;
}
.post-wrap .post-nav-wrap {
  display: flex;
  margin-top: 15px;
}
.post-wrap .post-nav-wrap .navigation .nav-links {
  display: flex;
}
.post-wrap .post-nav-wrap .navigation .nav-links a {
  margin-left: 3px;
}

.wp-post-image {
  width: 100%;
  height: auto;
}

.comment-respond {
  border-top: solid 1px;
  padding-top: 5px;
}
.comment-respond .comment-reply-title {
  font-size: 18px;
}
.comment-respond .comment-form-comment label {
  display: none;
}
.comment-respond .comment-form-comment #comment {
  width: 100%;
}
.blog-grid {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 15px;
}

.search .post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px inherit;
}
.search .post .featured-image {
  flex: 0 1 30%;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin: 0 30px 15px 0;
}
.search .post .featured-image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search .post .post-excerpt {
  flex: 0 1 65%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.search .post .post-excerpt h1 {
  font-size: 34px;
  margin: 0 0 15px;
}
.search .post .post-excerpt p {
  padding-bottom: 15px;
}
.search .post .post-excerpt a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.search .post .post-excerpt a:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .search .post .featured-image {
    flex: 1 0 100%;
  }
  .search .post .post-excerpt {
    flex: 1 0 100%;
    padding: 0;
  }
}
.search-page-title {
  padding: 30px 0;
}

.no-search-results {
  padding: 90px 0 60px 0;
  text-align: center;
}

.widget_search .search-form {
  display: flex;
  border: solid 1px #a9a9a9;
}
.widget_search .search-form label {
  width: 100%;
}
.widget_search .search-form .search-field {
  width: 100%;
  border: 0;
  padding: 8px 5px;
  text-indent: 10px;
  outline: 0;
}
.widget_search .search-form .search-submit {
  border: 0;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0 10px 0 5px;
  outline: 0;
}
.widget_search .search-form .search-submit:hover {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.widget_media_gallery .gallery .gallery-item .gallery-icon .attachment-full {
  width: 100%;
  height: auto;
}
.widget_media_gallery .gallery-columns-1 {
  display: grid;
  grid: auto/repeat(1, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-2 {
  display: grid;
  grid: auto/repeat(2, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-3 {
  display: grid;
  grid: auto/repeat(3, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-4 {
  display: grid;
  grid: auto/repeat(4, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-5 {
  display: grid;
  grid: auto/repeat(5, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-6 {
  display: grid;
  grid: auto/repeat(6, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-7 {
  display: grid;
  grid: auto/repeat(7, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-8 {
  display: grid;
  grid: auto/repeat(8, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-9 {
  display: grid;
  grid: auto/repeat(9, minmax(0px, 1fr));
  grid-gap: 5px;
}

body {
  font-family: Helvetica;
}

::-webkit-input-placeholder {
  font-family: Helvetica;
}

:-moz-placeholder {
  font-family: Helvetica;
}

::-moz-placeholder {
  font-family: Helvetica;
}

:-ms-input-placeholder {
  font-family: Helvetica;
}

.nav_is_open {
  height: 100%;
  overflow-y: hidden;
}

.mobile_bottom_menu {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  background-color: white;
}
@media only screen and (max-width: 600px) {
  .mobile_bottom_menu {
    display: flex;
  }
}
.mobile_bottom_menu a {
  text-decoration: none;
  color: white !important;
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background-color: #1E1E1E;
  border: 1px solid white;
  flex-direction: column;
  padding: 15px 0;
  font-size: 16px;
}
.mobile_bottom_menu a:hover {
  background-color: white;
  color: #1E1E1E !important;
}

.site-logo {
  flex: 1 1 auto;
  grid-area: logo;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 210px;
  width: 40%;
  justify-content: center;
}
.site-logo img {
  width: 100%;
  height: auto;
}

.main-nav-container {
  width: 30%;
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.main-nav {
  height: 100%;
}
.main-nav .menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: 100%;
}
.main-nav .menu .menu-item {
  padding: 0;
}
.main-nav .menu .menu-item:before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main-nav .menu .menu-item:last-of-type {
  margin: 0 0 0 7px;
}
.main-nav .menu .menu-item:first-of-type:before {
  display: none;
}
.main-nav .menu .menu-item a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: white;
  z-index: 39;
  text-transform: uppercase;
  height: 100%;
  padding: 3px 14px 2px;
  transition: all 0.3s ease-in-out;
}
.main-nav .menu .menu-item a:hover {
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.main-nav .menu .menu-item.mega-menu a {
  padding-left: 40px;
}
.main-nav .menu .menu-item.button {
  display: flex;
  align-items: center;
}
.main-nav .menu .menu-item.button a {
  border: solid 1px white;
  height: auto;
  padding: 2px 7px;
  transform: translateY(1px);
}
.main-nav .menu .menu-item.button a:hover {
  color: blackDark;
  border-color: #fff;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.main-nav .menu .menu-item.button:before {
  display: none;
}
.main-nav .menu > .menu-item-has-children > .sub-menu-wrap {
  position: absolute;
  background-color: #000;
  opacity: 0.9;
  top: 45px;
  overflow: hidden;
}
.main-nav .menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 0;
  opacity: 0;
}
.main-nav .menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu .menu-item {
  color: #fff;
  margin: 0;
  list-style: none;
}
.main-nav .menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu .menu-item:before {
  display: none;
}
.main-nav .menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu .menu-item a {
  text-transform: none;
  padding: 5px 14px;
  transition: all 0.3s ease-in-out;
}
.main-nav .menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu .menu-item a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.main-nav .menu > .menu-item-has-children > .sub-menu-wrap .menu-widget {
  display: none;
}
.main-nav .menu > .menu-item-has-children > .sub-menu-wrap .menu-widget .menu-widget-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.4;
}
.main-nav .menu > .menu-item-has-children:hover > .sub-menu-wrap > .sub-menu {
  animation: openSmallMenu 1s 1 ease-out forwards;
}
.main-nav .menu > .menu-item-has-children.mega-menu {
  position: static;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap {
  display: grid;
  grid-template-columns: 1fr minmax(0px, 1340px) minmax(0px, 580px) 1fr;
  grid-gap: 0 15px;
  background-color: #000;
  opacity: 0.95;
  position: absolute;
  left: 0;
  right: 0;
  top: 135px;
  overflow: hidden;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap > .sub-menu {
  grid-column: 2/3;
  display: grid;
  grid: auto/repeat(6, 1fr);
  grid-gap: 15px;
  z-index: 30;
  padding: 0;
  max-height: 0px;
  height: 100%;
  opacity: 0;
  position: relative;
  transition: all 0.3s linear;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap > .sub-menu .menu-item {
  margin: 0;
  padding: 0;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap > .sub-menu .menu-item:before {
  display: none;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap > .sub-menu .menu-item a {
  display: block;
  padding: 4px 12px 0px;
  text-transform: uppercase;
  border: solid 1px transparent;
  height: auto;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap > .sub-menu .menu-item a .sub {
  text-transform: none;
  opacity: 0.5;
  font-size: 14px;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap > .sub-menu .menu-item a:hover {
  border: solid 1px black;
  color: white;
  transition: all 0.3s ease-in-out;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap > .sub-menu .menu-item.menu-item-has-children a {
  padding: 8px 12px;
  border: 0 !important;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap > .sub-menu .menu-item.menu-item-has-children a:hover {
  color: black;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap > .sub-menu .menu-item.menu-item-has-children .sub-menu {
  display: block;
  padding: 0 !important;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap > .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  text-transform: none;
  padding: 3px 12px;
  font-size: 14px;
  white-space: normal;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap .menu-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 0;
  opacity: 0;
  position: relative;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap .menu-widget .the-bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap .menu-widget .title {
  color: #fff;
  font-family: Helvetica;
  font-size: 28px;
  margin-bottom: 15px;
  z-index: 400;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap .menu-widget .text {
  color: #fff;
  padding: 0 45px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  z-index: 400;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap .menu-widget .btn {
  color: #fff;
  z-index: 400;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap .menu-widget .btn a {
  display: inline-block;
  border: solid 1px #fff;
  padding: 6px 12px;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
}
.main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap .menu-widget .btn a:hover {
  background: #fff;
  color: #000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1480px) {
  .main-nav .menu > .menu-item-has-children.mega-menu > .sub-menu-wrap .menu-widget {
    display: none;
  }
}
.main-nav .menu > .menu-item-has-children.mega-menu:hover > .sub-menu-wrap > .sub-menu {
  animation: openMenu 1s 1 ease-out forwards;
}
.main-nav .menu > .menu-item-has-children.mega-menu:hover .sub-menu-wrap > .menu-widget {
  animation: openMenu 1s 1 ease-out forwards;
}

@keyframes openMenu {
  0% {
    padding: 0;
    max-height: 0;
    opacity: 0;
  }
  50% {
    padding: 15px 0;
    max-height: 500px;
    opacity: 0;
  }
  75% {
    padding: 30px 0;
    max-height: 1000px;
    opacity: 0.5;
  }
  100% {
    padding: 30px 0;
    max-height: 1000px;
    opacity: 1;
  }
}
@keyframes openSmallMenu {
  0% {
    padding: 0 10px;
    max-height: 0;
    opacity: 0;
  }
  50% {
    max-height: 300px;
    opacity: 0;
  }
  75% {
    padding: 15px 10px 20px;
    max-height: 600px;
    opacity: 0.5;
  }
  100% {
    padding: 15px 10px 20px;
    max-height: 600px;
    opacity: 1;
  }
}
.navicon.open {
  z-index: 999999999;
  display: inline-flex;
}
.navicon.open span {
  background-color: black;
}
.navicon.open::before {
  font-weight: bold;
  color: black;
  content: "  Close";
  margin: auto;
  margin-left: 14px;
  align-items: center;
  white-space: nowrap;
}

.navicon {
  z-index: 999999;
  padding-left: 30px;
  width: 38px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navicon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navicon span:nth-child(1) {
  top: 0px;
}
.navicon span:nth-child(2), .navicon span:nth-child(3) {
  top: 12px;
}
.navicon span:nth-child(4) {
  top: 24px;
}
.navicon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.navicon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navicon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.open_nav_icon {
  display: none;
}

.spacer {
  position: fixed;
  top: 0;
  height: 150px;
  background-color: white;
  z-index: 99;
  width: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-360px);
  left: 0;
}

.spacer.open {
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
  width: 360px;
}

.nav_open {
  display: block;
}

.mobile-nav {
  background-color: white;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 100000;
  left: 0px;
  top: 0;
}
.mobile-nav .menu {
  height: 100%;
  width: 0;
  transform: translateX(360px);
  transition: all 0.3s ease-in-out;
  padding: 15px 0;
  background-color: white;
  padding-top: 148px;
}
.mobile-nav .menu .menu-item {
  color: black;
  font-size: 16px;
  margin-left: 19px;
  margin-right: 19px;
  border-bottom: 1px solid #c9c9c9;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile-nav .menu .menu-item .menu-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 6px;
  cursor: pointer;
  z-index: 40;
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu .menu-item.menu-item-has-children .menu-arrow {
  display: inline-block;
  padding-top: 13px;
  font-size: 12px;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu {
  display: none;
}
.mobile-nav .menu .menu-item.menu-item-has-children.expanded .menu-arrow {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu .menu-item.menu-item-has-children.expanded .sub-menu {
  list-style: none;
  display: block !important;
  padding: 0 0 5px 0px;
}
.mobile-nav .menu .menu-item.menu-item-has-children.expanded .sub-menu .menu-item {
  border: 0;
  color: black;
}
.mobile-nav .menu .menu-item.menu-item-has-children.expanded .sub-menu .menu-item a {
  padding: 6px 0px;
}
.mobile-nav .menu .menu-item.menu-item-has-children.expanded .sub-menu .menu-item .menu-arrow {
  display: none !important;
}
.mobile-nav .menu .menu-item a {
  padding: 6px 0 6px 10px;
  display: block;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu {
  display: none;
  padding: 0;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children .menu-arrow {
  display: initial;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children > .sub-menu {
  display: none;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children.expanded .menu-arrow {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children.expanded .sub-menu {
  display: block !important;
  padding: 0 0 5px 25px;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children.expanded .sub-menu .menu-item {
  border: 0;
  color: #ccc;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children.expanded .sub-menu .menu-item a {
  padding: 6px 0px;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu .menu-item.menu-item-has-children.expanded .sub-menu .menu-item .menu-arrow {
  display: none !important;
}

@media (max-width: 1024px) {
  .navicon {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.mobile-nav {
  display: flex !important;
}

.mobile-nav.open {
  overflow: auto;
  overflow-x: hidden;
}
.mobile-nav.open .menu {
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
  width: 360px;
}

.booking-content .container2 .booking-widget-embed .ibe iframe.ibefr {
  max-width: unset !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.elementor-form select:not([multiple]):not([size]) {
  background-image: unset;
}

.fa-ticked-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fa-ticked-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.35rem 0;
}
.fa-ticked-list li i {
  flex: 0 0 auto;
  line-height: 1;
  font-size: 1rem;
  margin-top: 0.2rem;
}
.fa-ticked-list li span {
  display: block;
}
.fa-ticked-list.compact li {
  margin: 0.15rem 0;
}

.booking-wrap {
  padding: 30px 15px;
  text-align: center;
  background-color: #2b2b2b;
}
.booking-wrap .mobile-intro {
  display: none;
}
.booking-wrap .booking {
  display: inline-grid;
  grid: auto/repeat(6, 1fr);
  grid-gap: 10px 10px;
}
.booking-wrap .booking .field-wrap {
  border: solid 1px white;
  color: white;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.booking-wrap .booking .field-wrap .fa-calendar-alt {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.booking-wrap .booking .field-wrap label {
  text-transform: uppercase;
  padding: 10px 0 10px 10px;
  display: inline-block;
}
.booking-wrap .booking .field-wrap input, .booking-wrap .booking .field-wrap select {
  border: 0;
  outline: 0;
}
.booking-wrap .booking .field-wrap select {
  margin: 10px;
  width: 40%;
  text-align: center;
}
.booking-wrap .booking .field-wrap select option {
  color: #000;
}
.booking-wrap .booking .field-wrap input {
  padding: 10px;
}
.booking-wrap .booking .submit {
  padding: 10px 30px;
  border: 0;
  cursor: pointer;
  outline: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  background: white;
  color: #2b2b2b;
  min-height: 50px;
}
.booking-wrap .booking .submit:hover {
  transition: all 0.3s ease-in-out;
  background: #c0c0c0;
  color: white;
}
.booking-wrap.open .mobile-intro .fa-chevron-down {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}
.booking-wrap.open .booking {
  max-height: 700px;
  transition: all 0.3s ease-in-out;
  padding-top: 15px;
}
.booking-wrap.open .booking .submit {
  grid-column: 1/span 1;
}
@media (max-width: 1250px) {
  .booking-wrap .booking {
    display: grid;
    grid: auto/repeat(5, auto);
  }
}
@media (max-width: 910px) {
  .booking-wrap {
    padding: 15px;
  }
  .booking-wrap .mobile-intro {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
  .booking-wrap .mobile-intro h2 {
    color: white;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
  }
  .booking-wrap .mobile-intro .fa-chevron-down {
    color: white;
    font-size: 30px;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
  }
  .booking-wrap .booking {
    height: 100%;
    transition: all 0.3s ease-in-out;
    grid: auto/repeat(2, auto);
  }
  .booking-wrap .booking .submit {
    grid-column: 1/span 2;
  }
}
@media (max-width: 480px) {
  .booking-wrap .booking {
    grid: auto/repeat(1, auto);
  }
  .booking-wrap .booking .submit {
    grid-column: 1/span 1;
  }
}
.booking-wrap.light .booking .field-wrap {
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.booking-wrap.light .booking .submit {
  background: #2b2b2b;
  color: white;
}
.booking-wrap.light .booking .submit:hover {
  background: #c0c0c0;
  color: white;
}

.booking-content {
  background-image: url("../images/china-fleet-booking-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}
.booking-content .overlay {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.4;
  z-index: 9;
}
.booking-content .container {
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}
.booking-content .container .booking-widget-embed {
  max-width: 760px;
  padding: 30px 0;
}
.booking-content .container .booking-widget-embed .ibe {
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.3);
}

form.custom_form {
  max-width: 100%;
  margin: 2rem auto;
}
form.custom_form .email-phone-container {
  display: flex;
  gap: 1rem;
}
form.custom_form .email-phone-container div {
  flex: 1;
}
form.custom_form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #2c3e50;
}
form.custom_form input[type=text],
form.custom_form input[type=email],
form.custom_form input[type=date],
form.custom_form input[type=number],
form.custom_form textarea,
form.custom_form select {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 5px;
  border: 1px solid #3f3f3f;
  background-color: white;
  color: #2c3e50;
  transition: border-color 0.3s ease;
}
form.custom_form input[type=text]:focus,
form.custom_form input[type=email]:focus,
form.custom_form input[type=date]:focus,
form.custom_form input[type=number]:focus,
form.custom_form textarea:focus,
form.custom_form select:focus {
  border-color: #494748;
  outline: none;
}
form.custom_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  background-image: url("/app/themes/gsl-child/assets/img/chevron-down-solid.svg") !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem auto;
}
form.custom_form textarea {
  min-height: 150px;
  resize: vertical;
}
form.custom_form input[type=submit] {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  background-color: #494748;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 10px 50px;
}
form.custom_form input[type=submit]:hover {
  background-color: rgb(47.1458333333, 45.8541666667, 46.5);
}
@media (max-width: 768px) {
  form.custom_form form#eventForm {
    padding: 1.5rem;
  }
  form.custom_form .email-phone-container {
    flex-direction: column;
  }
  form.custom_form input[type=submit] {
    width: 100%;
    text-align: center;
  }
}

.notice {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.notice.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.notice.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.wave_image {
  background-image: url("/app/themes/gsl-child/assets/img/Top curve svg.svg");
  height: 100px;
  width: 100%;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  .wave_image {
    height: 50px;
  }
}

.wave {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  line-height: 0;
}

.overlay_slider {
  height: 297px;
  position: absolute;
  z-index: 10;
  width: 100%;
  background-image: linear-gradient(180deg, #1E1E1E 30%, rgba(30, 30, 30, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  .overlay_slider {
    height: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .overlay_slider {
    height: 110px;
  }
}

.homepage_slideshow_container {
  position: relative;
  width: 100%;
  height: 50vw;
  min-height: 8vw;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
@media only screen and (max-width: 1024px) {
  .homepage_slideshow_container {
    height: unset;
  }
}
.homepage_slideshow_container.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.homepage_slideshow_container .image_container {
  position: relative;
}
.homepage_slideshow_container .image_container .title_container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .homepage_slideshow_container .image_container .title_container {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
}
.homepage_slideshow_container .image_container .title_container .subtitle {
  font-family: "IBM Plex Serif", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: white;
}
.homepage_slideshow_container .image_container .title_container .title {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 85px;
  font-weight: 500;
  color: white;
  padding-left: 20px;
  margin-top: 0;
  line-height: 87px;
}
@media only screen and (max-width: 1350px) {
  .homepage_slideshow_container .image_container .title_container .title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage_slideshow_container .image_container .title_container .title {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .homepage_slideshow_container .image_container .title_container .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.homepage_slideshow_container .image_container .page_link {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  margin-top: 6px;
  max-width: fit-content;
  margin-top: 10px;
  margin-left: 40px;
}
.homepage_slideshow_container .image_container .page_link:hover {
  background-color: #FFFFFF;
  color: #1E1E1E;
}
@media only screen and (max-width: 1024px) {
  .homepage_slideshow_container .image_container .page_link {
    bottom: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .homepage_slideshow_container .image_container .page_link {
    bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage_slideshow_container .image_container .page_link {
    margin: auto;
  }
}
.homepage_slideshow_container .image_container .title_link {
  position: relative;
  display: flex;
  flex-direction: column;
}
.homepage_slideshow_container .wave {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  line-height: 0;
}
.homepage_slideshow_container .wave_image {
  background-image: url("/app/themes/gsl-child/assets/img/Top curve svg.svg");
  height: 100px;
  width: 100%;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  .homepage_slideshow_container .wave_image {
    height: 50px;
  }
}
.homepage_slideshow_container .wave_top {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  line-height: 0;
  border: none;
  outline: none;
  margin-top: -2px;
  overflow: hidden;
}
.homepage_slideshow_container .wave_top .wave_image {
  background-image: url("/app/themes/gsl-child/assets/img/Top curve svg.svg");
  height: 100px;
  width: 100%;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  .homepage_slideshow_container .wave_top .wave_image {
    height: 50px;
  }
}
.homepage_slideshow_container .wave_top .shape-fill {
  fill: #1E1E1E;
}
.homepage_slideshow_container div.slick-slide {
  position: relative;
  overflow: hidden;
  border: none !important;
  margin-top: 0;
  margin-bottom: 0;
  outline: none;
  min-height: 50vh;
  object-fit: cover;
}
.homepage_slideshow_container div.slick-slide video {
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .homepage_slideshow_container div.slick-slide video {
    object-fit: cover;
    min-height: 50vh;
    height: unset;
  }
}
.homepage_slideshow_container div.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.homepage_slideshow_container div.slick-slide .slide-image.show {
  opacity: 1;
}
.homepage_slideshow_container div.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.homepage_slideshow_container div.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.homepage_slideshow_container .slick-slide.slick-active {
  z-index: 1;
}
.homepage_slideshow_container .slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.homepage_slideshow_container .caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}
.homepage_slideshow_container .slick-dots {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  right: 15px;
  display: flex;
  flex-direction: column;
}
.homepage_slideshow_container .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  margin-top: 2px;
}
.homepage_slideshow_container .slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
  font-size: 0;
}
.homepage_slideshow_container .slick-dots li button:focus {
  outline: none;
}
.homepage_slideshow_container .slick-dots li button:hover {
  opacity: 1;
}
.homepage_slideshow_container .slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}
@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}

.events_search {
  width: 100%;
  display: flex;
  max-width: 650px;
  margin: auto;
}
.events_search input {
  border: 1px solid;
  padding-left: 10px;
  min-height: 50px;
  background-color: #fbfbfb;
  color: #202020;
  width: 100%;
}
.events_search .events_search_btn {
  border-left: none;
  border: none;
  width: 50px;
  background-color: #202020;
}
.events_search .events_search_btn:hover {
  cursor: pointer;
}

.elementor-element .elementor-post .elementor-post__title {
  min-height: 3em;
}
.elementor-element .elementor-post .date_container {
  margin-bottom: 10px;
  display: block;
}
.elementor-element .elementor-post .date_container .event_date,
.elementor-element .elementor-post .date_container .event_time {
  display: inline-block;
  width: 100%;
  padding: 0.2em 0;
  font-weight: bold;
}
.elementor-element .elementor-post .date_container .event_time {
  background-color: #494748;
  color: white;
  font-weight: normal;
}
.elementor-element .elementor-post .date_container .event_date {
  background-color: #202020;
  color: white;
}

.offer-popup-floating {
  position: fixed;
  inset: auto 1.5rem 1.5rem auto;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .offer-popup-floating {
    inset: auto 1rem 1rem auto;
  }
}
@media (max-width: 606px) {
  .offer-popup-floating {
    inset: auto 1rem 70px auto;
  }
}

.offer-popup-button {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #5f8d88;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.offer-popup-button:hover, .offer-popup-button:focus {
  background: #517a75;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}
.offer-popup-button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .offer-popup-button {
    width: 68px;
    height: 68px;
    padding: 12px;
  }
}

.offer-popup-floating .offer-popup-note {
  pointer-events: auto;
  font-size: 0.875rem;
  color: #fff;
  background: rgba(0, 58, 93, 0.9);
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  text-align: center;
}

.offer-popup-button__icon {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.offer-popup-button__icon img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}