/*
Theme Name: Azuuria Child
Author: Seth Alcott
Description: A custom theme with React and dynamic CSS.
Version: 1.0.0
Template: azuuria
Text Domain: elevated-web
*/

/*
@media only screen and (min-width:38.5em) {}
@media only screen and (min-width:68.5em) {}
@media only screen and (min-width:82.5em) {}
@media only screen and (max-width:68.49em){}
*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Lilita+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --body-font: "Montserrat", sans-serif;
  --heading-font: "Lilita One", sans-serif;
  --primary-color: #d5322a;
  --secondary-color: #fa7e12;
  --accent-color: #0bdceb;
  --black-color: #000;
  --white-color: #fff;
}

@media only screen and (min-width: 38.5em) {
}
@media only screen and (min-width: 68.5em) {
}
@media only screen and (min-width: 82.5em) {
}
@media only screen and (max-width: 68.49em) {
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
.cursive-font,
.entry-content h2.cursive-font,
.entry-content .cursive-font h2 {
  font-family: var(--cursive-font);
  text-transform: none;
  font-size: 3.4rem;
  color: #fff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

body,
table,
tbody,
thead,
tr,
th,
td,
iframe,
div,
section,
article,
aside,
header,
footer,
main,
menu,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
form,
fieldset,
legend,
button,
input,
select,
optgroup,
option,
textarea,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
p,
details,
summary,
pre,
figure,
img,
audio,
canvas,
video,
object,
embed,
span,
a,
strong,
b,
em,
i,
u,
s,
cite,
abbr,
sub,
sup,
mark,
del,
ins,
code,
kbd,
samp,
var {
  vertical-align: top;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  text-transform: none;
  color: inherit;
  background: none;
  overflow: visible;
}

iframe,
div,
section,
article,
aside,
header,
footer,
main,
menu,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
form,
fieldset,
legend,
ul,
ol,
dl,
dt,
dd,
blockquote,
p,
details,
summary,
pre,
figure,
figcaption {
  display: block;
}

img,
audio,
canvas,
video,
object,
embed {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

[hidden],
template {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

a:focus {
  outline: 1px dotted var(--accent-color);
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
# Standard Tags
--------------------------------------------------------------*/
html {
  font-size: 125%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: var(--body-font);
  color: #000;
  position: relative;
  font-size: 1em;
  line-height: 1.5;
  /* background: #f5f5f5; */
  font-weight: 400;
}

iframe,
img,
svg,
audio,
canvas,
video,
object,
embed {
  vertical-align: middle;
  max-width: 100%;
}

img,
svg {
  height: auto;
}

iframe {
  margin: 0 auto 1.5em auto;
}

pre,
dl,
figure {
  margin: 0 0 1.5em 0;
}

dd {
  margin: 0 1.5rem 1.5em;
}

dt {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.5em 0;
  line-height: normal;
  font-weight: 700;
}

h1 {
  font-size: 2em;
  font-family: var(--heading-font);
  font-weight: 400;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
  font-weight: 400;
  font-family: var(--heading-font);
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.75em;
}

p {
  margin: 0 0 1em 0;
}

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

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

li {
  margin: 0 0 0.5em 0;
}

blockquote,
figcaption {
  margin: 0 0 1.5em 0;
}

table {
  margin: 0 0 1.5em 0;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: bold;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: all 300ms ease;
}

a:hover {
  color: var(--accent-color);
}

strong,
b {
  font-weight: 700;
}

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

blockquote em,
blockquote i,
figcaption em,
figcaption i {
  font-style: normal;
}

u,
ins {
  text-decoration: underline;
}

s,
del {
  text-decoration: line-through;
}

small {
  font-size: 0.75em;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

/*--------------------------------------------------------------
# WordPress Elements
--------------------------------------------------------------*/
/* #wpadminbar {
	background: #b96313;
} */

.widgets {
  margin: 0;
  list-style: none;
}

.widget {
  display: block;
  margin: 0 0 1.5em 0;
}

.widgettitle {
  margin: 0 0 0.3em 0;
}

.entry-meta,
.entry-by {
  display: none;
}

.single-post .entry-meta {
  display: block;
}

.alignleft,
.alignright,
.aligncenter,
.wp-post-image {
  display: block;
  clear: both;
  margin: 0 auto 1.5em auto;
}

.aligncenter,
.has-text-align-center {
  text-align: center;
}

.wp-caption {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8em 0;
}

.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 38.5em) {
  /*616px*/
  .list-col-2 {
    column-count: 2;
    column-gap: 2em;
    margin-left: 1rem;
    color: #000;
  }
}

.wp-block-file {
  border-bottom: 1px solid #964308;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5em 0;
}

.wp-block-file a {
  padding: 0.5em;
  text-align: center;
}
.wp-block-file a:last-of-type {
  color: white;
  background: #ff9d00;
  border: 1px solid transparent;
  border-radius: 0.25em;
  font-weight: bold;
}

.wp-block-file a:last-of-type:hover {
  background: transparent;
  color: #ff9200;
  border: 1px solid;
}

@media only screen and (min-width: 38.5em) {
  /*616px*/
  .wp-block-file {
    justify-content: space-between;
  }
}

.screen-reader-text {
  position: absolute;
  top: auto;
  left: -10000rem;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.pagination {
  margin: 2em 0;
  text-align: center;
}

@media only screen and (min-width: 68.5em) {
  .pagination {
    text-align: left;
  }
}

.page-numbers {
  display: inline-block;
  margin: 0.5em 0.2em;
  border-radius: 0.2em;
  width: 2em;
  overflow: hidden;
  line-height: 2;
  text-align: center;
  color: #fff;
  background: #333;
}

.page-numbers svg {
  vertical-align: top;
  margin-top: 0.5em;
  width: 1em;
  height: 1em;
}

.page-numbers.current {
  background: #777;
}

a.page-numbers:hover {
  color: #fff;
  background: #555;
}

@media only screen and (min-width: 68.5em) {
  .pagination {
    text-align: left;
  }
}

/*--------------------------------------------------------------
# Custom Elements
--------------------------------------------------------------*/
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.contain {
  /* display: block; */
  /* position: relative; */
  /* margin: auto; */
  padding: 0 1.5rem;
  /* width: 100%; */
}

@media only screen and (min-width: 38.5em) {
  .contain {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 82.5em) {
  .contain {
    padding-left: calc(50% - 30rem);
    padding-right: calc(50% - 30rem);
  }
}

.skip-to-content {
  display: block;
  position: absolute;
  top: -10000rem;
  left: 1em;
  z-index: 99999;
  padding: 0.5em 1em;
  background: #eee;
  box-shadow: 1px 1px 0.2em rgba(0, 0, 0, 0.5);
  transition: none;
}

.skip-to-content:focus {
  top: 1em;
}

.button,
.wp-block-button__link,
.nf-form-content input.ninja-forms-field[type="submit"] {
  color: var(--black-color);
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--secondary-color);
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  transition: all 300ms;
}
.black-outline.button,
.black-outline .wp-block-button__link,
.nf-form-content input.ninja-forms-field[type="submit"] {
  border-color: var(--black-color);
}
.nf-form-content input.ninja-forms-field[type="submit"]:hover {
  border-color: var(--secondary-color);
}
.button:active,
.wp-block-button__link:active,
.nf-form-content input.ninja-forms-field[type="submit"]:active {
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.wp-block-button__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 100%;
  top: -1px;
  right: auto;
  bottom: -1px;
  width: 2rem;
  border-radius: 0;
  border: 1px solid var(--secondary-color);
  transition: all 300ms;
}
.black-outline .wp-block-button__link::before {
  border-color: var(--black-color);
}

.wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  right: auto;
  bottom: 0;
  width: 1.7rem;
  margin-top: -0.5rem;
  height: 1rem;
  border-radius: 100%;
  overflow: hidden;
  background-image: url(../../../wp-content/uploads/2024/10/arrow-right-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 300ms;
}

.wp-block-button__link:hover::after,
.wp-block-button__link:active::after,
.wp-block-button__link:focus::after {
  content: "";
  transform: scale(1.2);
  background-image: url(../../../wp-content/uploads/2024/10/arrow-right-white.svg);
  transition: all 300ms;
  left: 101%;
}
.black-outline .wp-block-button__link:hover,
.black-outline .wp-block-button__link:hover::before {
  border-color: var(--secondary-color);
}

.button:hover,
.button:active,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.nf-form-content input.ninja-forms-field[type="submit"]:hover,
.nf-form-content input.ninja-forms-field[type="submit"]:active,
.nf-form-content input.ninja-forms-field[type="submit"]:focus,
.wp-block-button__link:hover::before,
.wp-block-button__link:active::before,
.wp-block-button__link:focus::before {
  color: var(--white-color);
  background: var(--secondary-color);
  text-decoration: none;
  outline: none;
}

.secondary-button .wp-block-button__link {
  color: var(--white-color);
  background: var(--secondary-color);
  display: inline-block;
  vertical-align: middle;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  transition: all 300ms;
}
.secondary-button .wp-block-button__link:active {
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.secondary-button .wp-block-button__link:hover,
.secondary-button .wp-block-button__link:active,
.secondary-button .wp-block-button__link:focus {
  color: var(--white-color);
  background: var(--secondary-color);
  text-decoration: none;
  outline: none;
}

.black-outline .wp-block-button__link::after {
  /* background-image: url(../../../wp-content/uploads/2024/10/arrow-right.svg); */
}
/* .tertiary-button */
/* .tertiary-button .wp-block-button__link {
  color: var(--white-color);
  background: var(--black-color);
  display: inline-block;
  vertical-align: middle;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  transition: all 300ms;
  border: none;
  border: 1px solid transparent;
}
.tertiary-button .wp-block-button__link:active {
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.tertiary-button .wp-block-button__link:hover,
.tertiary-button .wp-block-button__link:active,
.tertiary-button .wp-block-button__link:focus {
  color: var(--black-color);
  background: var(--white-color);
  text-decoration: none;
  outline: none;
  border: 1px solid var(--black-color);
} */

/*--------------------------------------------------------------
# Site Structure
--------------------------------------------------------------*/
#wrapper {
  margin: auto;
  max-width: 96rem;
  background: #fff;
}
#wrapper,
#wrapper > * {
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
}

.gfield .medium {
  border: 1px solid #333333;
  border-radius: 0.2em;
  padding: 0.2em 0.5em;
  width: 100%;
  color: #4a4a4a;
  background: #fff;
}

.gfield_label {
  font-size: 0.9em;
}

.ginput_recaptcha {
  margin: auto;
  padding: 1em 0 0;
  max-width: 304px;
  overflow: hidden;
}

.gform_footer {
  margin-top: 1.5em;
  text-align: center;
}

.validation_error {
  margin: 0 0 1rem;
  border-radius: 0.4rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.8em;
  color: #fff;
  background: rgba(215, 54, 72, 0.5);
}

.validation_message {
  margin: 0 0.5rem;
  border-radius: 0 0 0.4rem 0.4rem;
  padding: 0.2rem 0.8rem;
  font-size: 0.8em;
  color: #fff;
  background: rgba(215, 54, 72, 0.5);
}

/*--------------------------------------------------------------
# Site Structure
--------------------------------------------------------------*/
#wrapper {
  margin: auto;
  max-width: 96rem;
  background: #fff;
}
#wrapper,
#wrapper > * {
  width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* temporary custom */
.bottom_border_mobile {
  border-bottom: 1rem solid var(--secondary-color);
}

.header-top-menu {
  display: none;
}

.header-top-menu .menu-item a,
.secondary-button a.wp-block-button__link,
.tertiary-button a.wp-block-button__link {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  border-radius: 3rem;
  position: relative;
  top: 0px;
  transition: all 0.2s ease-in-out;
  letter-spacing: -1px;
  padding-left: 2rem;
  position: relative;
  z-index: 0;
  border: none;
}
.secondary-button a.wp-block-button__link {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  padding-left: 2.7rem;
}
.secondary-button a.wp-block-button__link {
  background-color: var(--secondary-color);
}
.tertiary-button a.wp-block-button__link {
  background-color: var(--black-color);
}
.header-top-menu .menu-item a::before,
.tertiary-button .wp-block-button__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.5px;
  top: 1.5px;
  right: auto;
  bottom: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid var(--white-color);
  background: transparent;
}
.secondary-button a.wp-block-button__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  right: auto;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid var(--white-color);
  background: transparent;
}
.header-top-menu .menu-item a::after,
.secondary-button a.wp-block-button__link::after,
.tertiary-button .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  right: auto;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  overflow: hidden;
  background-image: url(../../../wp-content/uploads/2024/10/angle-right-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.2s ease-in-out;
  margin-top: 0;
}
.secondary-button a.wp-block-button__link::after {
  left: 12px;
  top: 12px;
  right: auto;
  bottom: 0;
  width: 1rem;
  height: 1rem;
}

.header-top-menu .menu-item a:hover::after,
.secondary-button a.wp-block-button__link:hover::after,
.tertiary-button .wp-block-button__link:hover::after {
  content: "";
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}
.header-top-menu .menu-item a:hover {
  background-color: #b4211a;
  transition: all 0.2s ease-in-out;
}
.secondary-button a.wp-block-button__link:hover {
  background-color: #df6b06;
  transition: all 0.2s ease-in-out;
}
.tertiary-button .wp-block-button__link:hover {
  background-color: #2b2b2b;
  transition: all 0.2s ease-in-out;
}
.header-top-menu .menu-item a:active {
  position: relative;
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.tertiary-button .wp-block-button__link {
}

.tertiary-button .wp-block-button__link:active {
  position: relative;
  top: 1px;
  transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 38.5em) {
}
@media only screen and (min-width: 68.5em) {
  .secondary-button a.wp-block-button__link::after {
    left: 12px;
    top: 12px;
    right: auto;
    bottom: 0;
    width: 2rem;
    height: 2rem;
  }
  .secondary-button a.wp-block-button__link::before {
    width: 3rem;
    height: 3rem;
  }
  .secondary-button a.wp-block-button__link {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    padding-left: 3.7rem;
  }
  .secondary-button a.wp-block-button__link::after {
    left: 16px;
    top: 16px;
    right: auto;
    bottom: 0;
    width: 1.7rem;
    height: 1.7rem;
  }
  .header-top-menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }
  .header-top-menu .menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    flex: 1 0 auto;
    min-height: 3rem;
    padding-top: 0.2rem;
  }
  .header-top-menu .menu-item {
    margin-bottom: 0;
    flex: 1 0 auto;
    margin-right: 0.4rem;
  }
  .header-top-menu .menu-item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 82.5em) {
}
@media only screen and (max-width: 68.49em) {
}
/*--------------------------------------------------------------
# Menu - Small Screen
--------------------------------------------------------------*/
@media only screen and (max-width: 68.49em) {
  .nav-bar {
    background: var(--primary-color);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin-bottom: -100em;
    padding-bottom: 100em;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .menu-button {
    color: #fff;
    background: var(--primary-color);
    display: block;
    flex: 0 1 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.6em 0 0.6em;
    width: 8em;
    line-height: 1;
    text-align: center;
  }

  .menu-button:first-child {
    border-left: 0;
  }

  .menu-button-icon {
    display: block;
    margin-bottom: 0.25em;
    font-size: 1.1em;
  }

  .menu-button-icon svg {
    width: 1em;
    height: 1em;
  }

  .menu-button-label {
    display: block;
    font-size: 0.6em;
  }

  .menu-close {
    color: #fff;
    background: #222;
    display: none;
  }

  .menu-button:hover,
  .nav-bar .menu-close.js-active {
    color: #fff;
    background: var(--primary-color);
  }

  .nav-bar .js-activate.js-active {
    display: none;
  }

  .nav-bar .js-deactivate.js-active {
    display: block;
    position: relative;
    top: -1px;
    /* transition: all .1s ease-in-out; */
  }

  .menu-tab {
    background: var(--primary-color);
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    padding: 1em 0 5em;
    overflow: auto;
    transition: top 700ms;
  }

  .menu-tab.js-active,
  .menu-tab:target {
    top: 0;
  }

  #main-menu,
  #main-menu ul {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #main-menu {
    margin: auto;
    max-width: 22rem;
  }

  #main-menu ul {
    background: var(--primary-color);
  }

  #main-menu li {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #main-menu a {
    color: #fff;
    display: block;
    position: relative;
    padding: 0.5em 2.5em 0.5em 1.5em;
  }
  #main-menu > li.nav-logo {
    /* background: #fff; */
    width: 100%;
    flex: 1 0 100%;
    display: none;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 0.2rem;
  }
  #main-menu a:hover {
    background: var(--primary-color);
    color: #fff;
  }

  #main-menu .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 1.05em;
    right: 1.5em;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 0.5em 0.4em 0 0.4em;
    transition: all 200ms;
  }

  #main-menu .js-active > a:after {
    transform: rotate(-180deg);
  }

  #main-menu ul li {
    overflow: hidden;
    max-height: 0;
    transition: max-height 500ms;
  }

  #main-menu ul a {
    padding-left: 2.5em;
  }

  #main-menu ul ul a {
    padding-left: 3.5em;
  }

  #main-menu ul ul ul a {
    padding-left: 4.5em;
  }

  #main-menu .js-active > ul > li {
    max-height: 5em;
  }

  #main-menu .js-active > ul > .js-active {
    max-height: 100em;
    transition: max-height 500ms;
  }

  .nojs #main-menu ul li {
    max-height: none;
  }

  .nojs #main-menu .menu-item-has-children > a:after {
    display: none;
  }

  .menu-search {
    display: none;
  }

  .menu-search-form {
    margin: auto;
    padding: 1em 1.5em;
    max-width: 22rem;
    list-style-type: none;
    display: none;
  }

  .menu-search-form .search-form {
    display: flex;
  }

  .menu-search-form label {
    width: 100%;
  }

  .menu-search-form .search-field {
    padding: 0.5em 1em;
    width: 100%;
    line-height: 1.5;
    background: #eee;
    -webkit-appearance: textfield;
  }

  .menu-search-form .search-submit {
    padding: 0.5em 1em;
    line-height: 1.5;
    color: #fff;
    background: #777;
  }

  #menu #top-nav-mobile {
    list-style-type: none;
    margin: 0;
    /* display: flex; */
    /* flex-flow: column; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Menu - Large Screen
--------------------------------------------------------------*/

.main-breadcrumbs span {
  padding-left: 0;
  font-size: 0.7rem;
}
.main-breadcrumbs a {
  color: #474747;
}

.main-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.1rem;
  color: var(--white-color);
  padding: 0rem 2.7rem;
  margin-bottom: 0;
}
#main-menu .menu-spacer {
  flex: 1 0 auto;
}

@media only screen and (min-width: 68.5em) {
  .page-intro-limit {
    max-width: 84%;
    margin: 0 auto;
  }
  .main-title {
    font-size: 3.5rem;
    padding: 0rem 11.7rem;
  }
  .main-header .entry-title {
    margin-bottom: 0.2rem;
  }
  .main-header .main-breadcrumbs {
  }
  .menu {
    list-style-type: none;
    margin: 0;
    margin-left: 1rem;
  }
  .nav-bar {
    display: none;
  }
  #menu {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
    padding-left: calc(50% - 27rem);
    padding-right: calc(50% - 27rem);
    box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 30%);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
  .home #menu {
    box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 0%);
  }
  #menu > #main-menu {
    padding-left: 1rem;
    padding-right: 1rem;
    /* padding-top: 0.5rem; */
    /* padding-bottom: 0.2rem; */
    /* min-height: 3rem; */
  }
  #main-menu > .item-spacer {
    flex: 0 1 calc(50% - 10rem);
    max-width: calc(50% - 10rem);
    transition: all 0.4s ease-in-out;
    z-index: -1;
  }
  #main-menu > .item-spacer a {
    display: block;
  }
  .admin-bar.logged-in #menu {
    top: 1.6rem;
  }
  #menu[data-opacity="0"] {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  #menu[data-opacity^="0."] {
    background-color: #fff;
    transition: all 0.2s ease-in-out;
  }
  #menu[data-opacity="1"] {
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    /* padding-left: 3rem; */
    /* padding-right: 1rem; */
    box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 30%);
  }
  #menu[data-opacity="1"] .item-spacer {
    max-width: 20%;
    transition: all 0.4s ease-in-out;
  }
  /* #menu[data-opacity^="0."] #main-menu>li.nav-logo {
		opacity: 1;
		transition: all 0.2s ease-in-out;
	}
	#menu[data-opacity="1"] #main-menu>li.nav-logo {
		opacity: 1;
	}
	.home #main-menu li.nav-logo {
		display: none;
	}
	#menu[data-opacity^="0."] #main-menu>li.nav-logo {
		display:flex;
	} */
  /* #menu[data-opacity="1"] #main-menu>li.nav-logo {
		transition: all 0.2s ease-in-out;
		opacity: 1;
	} */
  .current-menu-item a {
  }
  .current-menu-item a::before {
    content: "";
    position: absolute;
    left: -1rem;
  }
  .page #main-menu {
    padding-right: 3rem;
  }
  .home.page #main-menu {
    padding-right: 0;
  }
  #header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header-col-logo {
    padding-left: 2rem;
    position: absolute;
    top: 0rem;
  }
  .header-col-logo a {
    display: block;
  }
  #main-menu {
    background: transparent;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    text-align: center;
    align-items: center;
    flex: 1 0 auto;
  }
  #main-menu,
  #main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #main-menu ul {
    background: #fff;
  }
  #main-menu li {
    display: block;
    position: relative;
    z-index: 4;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #main-menu > .js-active,
  .nojs #main-menu > li:hover {
    z-index: 5;
  }
  #main-menu a {
    color: #000;
    display: flex;
    position: relative;
    padding: 0;
    text-align: left;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--heading-font);
    font-family: var(--body-font);
    border-radius: 2px;
  }
  #main-menu a:hover {
    color: var(--black-color);
  }
  #main-menu > li > a {
    /* color: #fff; */
    text-align: center;
    padding: 0.4rem 0.7rem;
    font-size: 0.95rem;
  }
  #main-menu > li > a:hover,
  #main-menu > .js-active > a {
    /* color: #fff;
		background: #8c6ed1; */
  }
  #main-menu > .menu-item-has-children > a:focus {
    outline: 1px dotted !important;
  }
  #main-menu > .menu-item > a:focus {
    outline: 1.5px dashed var(--accent-color) !important;
  }
  #main-menu > .menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 0em 0 0 0.3em;
    border-style: solid;
    border-color: transparent;
    border-top-color: #405c6c;
    border-width: 0.3em 0.25em 0 0.25em;
    transition: all 200ms;
  }
  #main-menu > .js-active > a:after,
  .nojs #main-menu > li:hover > a:after {
    transform: rotate(90deg);
  }
  #main-menu > .menu-item-has-children > ul {
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    z-index: 10;
    margin-left: -6.5rem;
    padding: 1rem 0;
    width: 13rem;
    max-height: 25rem;
    box-shadow: 0.25rem 0.25rem 0.25rem rgb(0 0 0 / 20%);
    opacity: 0;
    transform: scale(0.7);
    transform-origin: 50% 0;
    pointer-events: none;
    visibility: hidden;
    transition: transform 500ms, opacity 300ms, visibility 0ms 500ms;
  }
  #main-menu > .js-active > ul,
  .nojs #main-menu > li:hover > ul {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: transform 500ms, opacity 300ms;
    pointer-events: auto;
  }
  #main-menu ul a {
    padding: 0.5em 1.5em;
    font-size: 0.9em;
    font-weight: 400;
  }
  #main-menu ul a:hover {
    /* background: linear-gradient(6deg, #d9ecf7, transparent); */
    /* background: #e5eef4; */
    /* background: linear-gradient(89deg, #e5eef4, #f8f5f0, #e5eef4); */
    /* background: #eef2f4; */
    /* background: linear-gradient(62deg, #eef2f4, transparent); */
  }
  #main-menu ul a:hover {
  }
  #main-menu ul li:not(.overview-item) a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1rem;
    right: auto;
    top: auto;
    width: 0%;
    transition: width 0.4s ease-in-out;
    height: 100%;
    background: var(--accent-color);
    opacity: 0.2;
    transition: all 0.4s ease-in-out;
    z-index: -1;
  }
  #main-menu ul li:not(.overview-item) a:hover::before {
    width: calc(90% + 2rem);
    transition: all 0.4s ease-in-out;
    transform: skewX(-16deg);
  }
  #main-menu > .menu-full,
  #main-menu > .menu-large {
    position: static;
  }
  #main-menu > .menu-large > ul {
    left: 3rem;
    right: 3rem;
    margin: 0;
    width: auto;
  }
  #main-menu > .menu-full > ul {
    left: 0rem;
    right: 0rem;
    margin: 0;
    width: auto;
  }
  #main-menu > .mega-menu > .sub-menu,
  #main-menu > .menu-mega > .sub-menu {
    display: flex;
    flex-flow: row wrap;
    padding: 1rem 1rem 1rem 0;
  }
  #main-menu > .mega-menu > .sub-menu > li,
  #main-menu > .menu-mega > .sub-menu > li {
    flex: 1 1 0;
    padding-left: 1rem;
  }
  #main-menu .mega-menu > ul > li > a,
  #main-menu .menu-mega > ul > li > a {
    font-weight: bold;
    border-bottom: 1px solid #333;
    color: #333;
    background: none;
    cursor: default;
  }
  #main-menu > .menu-col-2 > ul {
    margin-left: -13rem;
    width: 26rem;
  }
  #main-menu > .menu-col-3 > ul {
    margin-left: -19.5rem;
    width: 40rem;
  }
  #main-menu > .mega-menu > .sub-menu > .menu-span-2,
  #main-menu > .menu-mega > .sub-menu > .menu-span-2 {
    flex: 2 1 0;
  }
  #main-menu .menu-span-2 > ul {
    column-count: 2;
    column-gap: 1rem;
  }
  #main-menu > .mega-menu > .sub-menu > .menu-span-3,
  #main-menu > .menu-mega > .sub-menu > .menu-span-3 {
    flex: 3 1 0;
  }
  #main-menu .menu-span-3 > ul {
    column-count: 3;
    column-gap: 1rem;
  }
  #main-menu > .menu-home,
  #main-menu > .menu-search {
    width: 3em;
    max-width: 4em;
  }
  #main-menu > .menu-left > ul {
    left: 0;
    margin-left: 0;
    transform-origin: 0 0;
  }
  #main-menu > .menu-right > ul {
    left: auto;
    right: 0;
    margin-left: 0;
    transform-origin: 100% 0;
  }
  #main-menu > .menu-home > a,
  #main-menu > .menu-search > a {
    position: relative;
    overflow: hidden;
    text-indent: -999em;
    display: block;
  }
  #main-menu > .menu-home > a:before,
  #main-menu > .menu-search > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.4em;
    height: 1.4em;
    background: url("./img/home-light.svg") center / contain no-repeat;
  }
  #main-menu > .menu-search > a:before {
    background: url("./img/search-light.svg") center / contain no-repeat;
  }
  #main-menu .menu-search a:after {
    display: none;
  }
  #main-menu > .menu-search > .sub-menu {
    right: 0;
    left: auto;
    margin: 0;
    padding: 0;
    width: 20rem;
    transform-origin: top right;
  }
  .menu-search-form {
    display: none;
  }
  #main-menu .menu-search-form {
    display: block;
  }
  .menu-search-form .search-field {
    padding: 1em;
    width: 100%;
    font-size: 0.9em;
    line-height: 2;
    -webkit-appearance: textfield;
  }
  .menu-search-form .search-submit {
    display: none;
  }
  #main-menu .sub-menu li a {
    justify-content: flex-start;
    overflow: hidden;
  }

  #main-menu > #menu-item-26.menu-col-2 > ul.sub-menu {
    margin-left: -9rem;
    width: 18rem;
  }
  #main-menu .menu-spacer {
    flex: 1 0 auto;
    max-width: 35%;
    transition: max-width 0.4s ease-in-out;
    pointer-events: none;
    visibility: hidden;
  }
  [data-opacity="1"] #main-menu .menu-spacer {
    max-width: 0%;
    transition: max-width 0.4s ease-in-out;
  }
}

@media only screen and (min-width: 82.5em) {
    #menu {
    padding-left: calc(50% - 32rem);
    padding-right: calc(50% - 32rem);
  }
  .main-menu > .menu-full > ul,
  .main-menu > .menu-large > ul {
    left: calc(50% - 30rem);
    right: calc(50% - 30rem);
  }
}
@media only screen and (min-width: 96em) {
    #menu {
    padding-left: calc(50% - 35rem);
    padding-right: calc(50% - 35rem);
  }

}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.main-content .main-header {
  position: relative;
  z-index: 0;
}
/* #menu::before {
	content: '';
	top: -2rem;
	position: absolute;
	right:0rem;
	bottom: 0rem;
	left: 50%;
	z-index: -1;
} */
/* .main-content .main-header::before {
	content: '';
	z-index: 0;
	background: blue;
	position: absolute;
	top: -3rem;
	right:0rem;
	bottom: 1rem;
	left:50%;
} */
.entry-sidebar .entry-content,
.entry-no-sidebar .entry-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.entry-content > :first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.entry-sidebar #sidebar {
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 24rem;
}
.widget {
  display: block;
  /* margin: 0 0 1.5em 0; */
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-title {
  margin: 0 0 0.7rem 0;
}

.child-posts-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 1.5rem;
}
.contact-logo {
  max-width: 100%;
}

.child-post-image {
  /* display: inline-block; */
  /* border-radius: 100%; */
  /* overflow: hidden; */
  /* width: 12rem; */
  /* height: 12rem; */
  /* aspect-ratio: 1 / 1; */
}
.child-post-image img {
  border-radius: 100%;
  overflow: hidden;
  width: 14rem;
  height: 14rem;
  object-fit: cover;
  object-position: center;
  /* aspect-ratio: 1 / 1; */
}
.child-post-listing-heading {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.center-text {
  text-align: center;
}
@media only screen and (min-width: 38.5em) {
  .child-posts-wrapper {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  }
}
@media only screen and (min-width: 68.5em) {
  .child-posts-wrapper {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  }
  .child-post-image {
    /* display: inline-block; */
    /* width: 19rem; */
    /* height: 19rem; */
  }
  .child-post-image img {
    /* max-width: 30vw; */
    border-radius: 100%;
    overflow: hidden;
    width: 16rem;
    height: 16rem;
  }

  .entry-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .entry-sidebar .entry-content {
    flex: 1 1 auto;
  }
  .entry-sidebar #sidebar {
    flex: 0 0 auto;
    margin-left: 4%;
    width: 16rem;
  }
  #secondary .gform_widget {
    position: -webkit-sticky;
    position: sticky;
    top: 4.5rem;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-social {
  display: flex;
  flex-flow: column nowrap;
  border-top: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
}
#footer {
  background: var(--primary-color);
  padding-top: 0;
}
#menu-social {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.site-info {
  /* background: #001d2c; */
  padding: 0.2rem;
}
.copyright {
  text-align: right;
  font-size: 0.7rem;
  color: #fff;
  padding: 0 1.5rem;
}
.footer-col {
  padding: 1rem;
}

.social-links {
  margin-top: 0.2rem;
}
#menu-social .menu-item a {
  display: inline-block;
  position: relative;
  background: var(--secondary-color);
  padding: 0.35rem;
  border-radius: 100%;
}
#menu-social li.menu-item {
  margin-right: 1rem;
}
#menu-social li.menu-item:last-child {
  margin-right: 0;
}
#menu-social .menu-item a img {
  width: 2rem;
  height: 2rem;
}

@media only screen and (min-width: 38.5em) {
  .what-we-offer-wrapper {
    position: relative;
  }
  .what-we-offer-wrapper::before {
    content: "";
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    min-width: 8rem;
    min-height: 8rem;
    background-image: url(./img/white-logo-icon.svg);
    background-repeat: no-repeat;
    z-index: 0;
    background-size: contain;
    background-position: center center;
  }
}
@media only screen and (min-width: 68.5em) {
  .footer-social {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    border: none;
  }
  .has-featured-image {
    position: relative;
    z-index: 0;
  }
  .has-featured-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: #fff; */
    z-index: -1;
    /* background: linear-gradient(90deg, rgb(255 255 255 / 95%) 0%, rgb(255 255 255 / 80%) 50%, transparent 98%); */
  }
}
@media only screen and (min-width: 82.5em) {
}
@media only screen and (max-width: 68.49em) {
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.entry-content h2 {
  font-weight: 300;
  font-family: var(--heading-font);
  font-size: 1.2rem;
  color: var(--secondary-color);
  margin-bottom: 2rem;
  margin-top: 1rem;
}

#searchform {
  /* box-shadow: 2px 2px 4px -2px #000; */
  border-radius: 3rem;
  /* border: 2px solid #d8d1c2; */
  overflow: hidden;
}

#searchform > div {
  display: flex;
  justify-content: center;
  /* border-radius: 0.5rem; */
  /* overflow: hidden; */
}
#searchform #s {
  background: #fff;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  height: 2rem;
  flex: 1 0 auto;
  padding: 0 0.7rem;
  font-size: 0.9rem;
}
#searchsubmit {
  background: var(--secondary-color);
  padding: 0 1rem;
  font-size: 0.9rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: var(--white-color);
}

.main-header .entry-title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.entry-content #searchform {
  border: 2px solid var(--secondary-color);
  border-radius: 3rem;
}
.entry-content #searchsubmit {
  background: var(--secondary-color);
  color: #fff;
}

#main-menu > li.nav-logo {
  flex: 0 1 auto;
  /* position: absolute; */
  top: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  /* opacity: 0; */
  /* left: 2.2rem; */
  max-width: 12rem;
}

#main-menu > li.nav-logo > a {
  padding: 0;
}
.home #main-menu > li.nav-logo > a {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.home #menu[data-opacity="1"] #main-menu > li.nav-logo > a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
#main-menu > li.nav-logo > a .logo-img {
  /* height: 2.5rem; */
  width: 8rem;
  /* object-fit: cover; */
  padding-bottom: 0.4rem;
  /* padding-top: 0.5rem; */
}

.follow-us-footer {
  font-size: 1rem;
  font-weight: normal;
  padding-right: 0;
  line-height: 1.7;
  position: relative;
  bottom: -11px;
  display: block;
  margin-bottom: 1rem;
  font-family: var(--heading-font);
  text-transform: uppercase;
  text-align: center;
}
#footer {
  padding-bottom: 3.3rem;
}
.services-section-wrapper {
  padding: 0.5rem 0rem;
  margin-top: 2rem;
}
.services-section-wrapper > div {
  position: relative;
  background: var(--accent-color);
  z-index: 0;
  padding: 1.5rem;
  padding-top: 0.4rem;
  border-radius: 3.125rem;
}
.services-section-wrapper > div::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -2.3rem;
  bottom: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 9rem;
  z-index: -1;
}

.services-section-wrapper > div::before {
  background-image: url(../../../wp-content/uploads/2024/10/white-dots.png);
}
.service-image {
  display: inline-block;
  width: 100%;
  /* min-height: 22rem; */
  overflow: hidden;
  border: 0.7rem solid var(--secondary-color);
}
.service-image > img {
  object-fit: cover;
  width: 100%;
  height: 16rem;
  margin-bottom: 0;
}
.services-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.heading-dark-upper-large.wp-block-heading {
  text-transform: uppercase;
  color: var(--black-color);
  text-shadow: 0px 4px 4px rgb(107 107 107 / 75%),
    0px 4px 4px rgba(181, 181, 181, 0.5);
  font-weight: 300;
}
.heading-orange-upper-medium.wp-block-heading {
  text-transform: uppercase;
  color: var(--secondary-color);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 300;
  font-size: 1.2rem;
}
.notes.wp-block-heading {
  position: relative;
}
.notes.wp-block-heading::after {
  content: "";
  background-image: url(../../../wp-content/uploads/2024/10/notes.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  display: inline-block;
  right: 6%;
  width: 2.5rem;
  height: 2.5rem;
  top: -0.5rem;
}
.services-wrapper > a {
  display: inline-block;
  color: initial;
  max-width: 80%;
  /* margin: 0 auto; */
  text-align: center;
}
.service-title {
  margin-top: 1rem;
}

.get-on-board.heading-dark-upper-large.wp-block-heading {
  font-size: 1.375rem;
  margin-bottom: 0.8rem;
}
.get-on-board-wrapper .wp-block-cover__inner-container {
  min-height: 7rem;
  background: rgb(255 255 255 / 72%);
  border-radius: 3rem;
  padding: 1rem 0.5rem;
  width: auto;
}
.get-on-board-wrapper.wp-block-cover .wp-block-cover__image-background {
  object-position: -4rem;
}

a.phone-link-banner {
  color: var(--black-color);
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 4px;
}
a.phone-link-banner:hover {
  color: var(--black-color);
  text-decoration: underline;
}
.service-group {
  position: relative;
  padding-top: 4rem;
  z-index: 0;
  padding-bottom: 4rem;
}
.blue-stripes,
.service .entry-wrapper {
  position: relative;
  z-index: 0;
}
.blue-stripes::before,
.service .entry-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.2rem;
  right: 0;
  background-image: url(../../../wp-content/uploads/2024/10/blue-stripes-top-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 10rem;
  min-width: 10rem;
  z-index: -1;
  opacity: 1;
}
.blue-stripes::after,
.service .entry-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  background-image: url(../../../wp-content/uploads/2024/10/blue-stripes-bottom-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 10rem;
  min-width: 10rem;
  z-index: -1;
  opacity: 1;
}
/* .service-group::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.2rem;
  right: 0;
  background-image: url(../../../wp-content/uploads/2024/10/blue-stripes-top-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 10rem;
  min-width: 10rem;
  z-index: -1;
  opacity: 1;
}
.service-group::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  background-image: url(../../../wp-content/uploads/2024/10/blue-stripes-bottom-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 10rem;
  min-width: 10rem;
  z-index: -1;
  opacity: 1;
} */
.service-group .wp-block-heading {
  margin-top: 0;
}
.private-tours-columns {
}
.private-tours-columns.wp-block-columns .wp-block-column {
  text-align: center;
}
.private-tours-columns.wp-block-columns .wp-block-column img {
  height: 10.5rem;
}
.contact-us-group {
  /* border-radius: 2rem; */
}
.contact-us-group .wp-block-columns {
  overflow: hidden;
  flex-flow: column nowrap;
}
.contact-us-group .wp-block-columns .wp-block-column {
  margin-right: 0;
  margin-left: 0;
}
.contact-us-group .wp-block-columns .wp-block-column.contact-us-wrapper {
  background: var(--accent-color);
  padding: 1.5rem;
  display: flex;
  justify-content: flex-start;
  flex-flow: column nowrap;
}
.contact-us-group .nf-form-content textarea.ninja-forms-field {
  max-height: 12rem;
  height: auto;
}
.contact-us-group .wp-block-heading {
  color: var(--black-color);
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
}
.contact-us-wrapper .nf-form-fields-required {
  display: none;
}
.nf-form-content textarea,
.nf-form-content input:not([type="button"]):focus,
.nf-form-content textarea:focus {
  color: var(--black-color) !important;
}
.contact-us-group .wp-block-image {
  /* min-height: 32rem; */
}
.contact-us-image-wrapper .wp-block-image img {
  min-height: 15rem;
  object-fit: cover;
  object-position: center;
  /* height: 100%; */
}
.contact-us-wrapper .nf-field-container {
  margin-bottom: 0.5rem;
}
.contact-us-wrapper .submit-container {
  text-align: center;
  margin-top: 2rem;
}
.contact-us-image-wrapper figure {
}

.reviews-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.review-item {
  padding: 1rem;
}
.review-stars {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  letter-spacing: 5px;
}
.review-title {
  text-align: center;
  font-size: 1rem;
}
.award-group {
  position: relative;
}
.award-group::before {
}

.customer-reviews-group {
  position: relative;
  z-index: 0;
}
.customer-reviews-group::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.8rem;
  left: 3vw;
  background-image: url(../../../wp-content/uploads/2024/10/red-pin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 3rem;
  min-width: 3rem;
  z-index: -1;
  opacity: 1;
}
.footer-row-2 {
}
.ada-notice {
  font-size: 0.6rem;
}

.page-id-24 .services-wrapper {
}
.page-id-24 .services-wrapper .service-item {
  flex: 0 1 100%;
}
h3.child-post-listing-heading a {
  color: var(--black-color);
}
h3.child-post-listing-heading a:hover {
  color: var(--black-color);
  text-decoration: underline;
}
.child-post {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.tour-bus-banner {
  margin-bottom: 0;
  overflow: hidden;
}
.tour-bus-banner img {
  max-height: 46rem;
}

@media only screen and (min-width: 38.5em) {
  .child-post-listing-heading {
    min-height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .customer-reviews-group::before {
    top: -0.2rem;
    left: 6vw;
    min-height: 5rem;
    min-width: 5rem;
  }
  .notes.wp-block-heading::after {
    right: 3%;
    width: 5.5rem;
    height: 5.5rem;
    top: -0.5rem;
  }
  .services-section-wrapper {
    padding: 1rem 3rem;
  }
  .services-wrapper > a {
    max-width: 22rem;
    margin-bottom: 1rem;
  }
  .blue-stripes::before,
  .service .entry-wrapper::before {
    min-height: 12rem;
    min-width: 12rem;
    top: -0.2rem;
    right: 0;
  }
  .blue-stripes::after,
  .service .entry-wrapper::after {
    min-height: 12rem;
    min-width: 12rem;
    bottom: -0.2rem;
    left: 0;
  }

  .reviews-wrapper {
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 68.5em) {
  .mobile-logo {
    display: none;
  }
  .tour-bus-banner {
  }
  .tour-bus-banner img {
    max-height: 46rem;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
  }
  .child-post-listing-heading {
    min-height: unset;
  }
  a.phone-link-banner {
    font-size: 2.6rem;
    letter-spacing: 11px;
  }
  .child-post-p {
    min-height: 8rem;
  }
  .entry-content h2 {
    font-size: 1.95rem;
    margin-bottom: 3rem;
  }
  .entry-content .service-group .wp-block-column h2.wp-block-heading {
    font-size: 1.4rem;
  }
  .entry-content #searchform {
    max-width: 22rem;
  }
  .follow-us-footer {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .page-id-24 .services-wrapper .service-item {
    flex: 0 1 50%;
  }
  .ada-notice {
    max-width: 36rem;
    margin: 0 auto;
    font-size: 0.7rem;
  }
  .footer-row-2 {
  }
  .customer-reviews-group::before {
    top: -0.5rem;
    left: 5%;
    min-height: 5rem;
    min-width: 5rem;
  }
  .review-content {
    min-height: 12rem;
  }
  .reviews-wrapper {
    flex-flow: row nowrap;
  }
  .contact-us-group .wp-block-columns .wp-block-column.contact-us-wrapper {
    padding: 2rem 2.5rem;
  }
  .contact-us-group .wp-block-columns .contact-us-image-wrapper {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    overflow: hidden;
    max-width: 40vw;
  }
  .contact-us-group .wp-block-columns .contact-us-wrapper {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    overflow: hidden;
  }
  .contact-us-image-wrapper .wp-block-image img {
    min-height: 32rem;
  }
  .contact-us-wrapper .wp-block-image {
    /* min-height: 32rem; */
    margin-bottom: 0;
  }
  .contact-us-group .wp-block-columns {
    margin-top: 4rem;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 4rem;
  }
  .contact-us-image-wrapper figure {
    margin-bottom: 0;
  }
  .blue-stripes,
  .award-group .wp-block-group__inner-container {
    min-height: 18rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .blue-stripes::before,
  .service .entry-wrapper::before {
    min-height: 17rem;
    min-width: 17rem;
    top: -0.3rem;
    right: 0;
  }
  .blue-stripes::after,
  .service .entry-wrapper::after {
    min-height: 17rem;
    min-width: 17rem;
    bottom: -0.3rem;
    left: 0;
  }
  .service-image > img {
    height: 20rem;
  }
  /* .services-wrapper > a:nth-child(odd) {
    margin-right: 1rem;
    margin-bottom: 0;
  } */
  .services-wrapper > a {
    margin-right: 1rem;
  }
  .services-wrapper > a::nth-child(even) {
    margin-left: 1rem;
    margin-bottom: 0;
  }
  .services-wrapper > a:last-child {
    margin-right: 0rem;
    margin-bottom: 0;
  }
  .notes.wp-block-heading::after {
    right: -0.1rem;
    width: 5rem;
    height: 5rem;
    top: 1.3rem;
    position: relative;
    display: inline-block;
  }
  .services-section-wrapper > div::before {
    content: "";
    left: 1.5rem;
    right: 1.5rem;
    top: -0.5rem;
    height: 11rem;
  }
  .services-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-dark-upper-large.wp-block-heading {
    font-size: 3.2rem;
  }
  .heading-orange-upper-medium.wp-block-heading {
    font-size: 2.4rem;
  }
  .get-on-board.heading-dark-upper-large.wp-block-heading {
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
  }
  .get-on-board-wrapper .wp-block-cover__inner-container {
    min-height: 14rem;
    padding: 1rem 1rem;
  }
  .get-on-board-wrapper.wp-block-cover .wp-block-cover__image-background {
    object-position: initial;
  }
  #footer {
    padding-bottom: 0rem;
  }
  .services-section-wrapper {
    padding-left: calc(50% - 27rem);
    padding-right: calc(50% - 27rem);
    padding-bottom: 3rem;
  }
  .contact-us-group .wp-block-columns {
    flex-flow: row nowrap;
  }
}
@media only screen and (min-width: 82.5em) {
  .services-section-wrapper {
    padding-left: calc(50% - 31rem);
    padding-right: calc(50% - 31rem);
  }
  .services-wrapper > a {
    max-width: 27rem;
    flex: 1 0 50vw;
  }
  .heading-dark-upper-large.wp-block-heading {
    font-size: 3.2rem;
  }
  .customer-reviews-group::before {
    top: -0.5rem;
    left: 8%;
    min-height: 5rem;
    min-width: 5rem;
  }
}
@media only screen and (min-width: 100em) {
  .customer-reviews-group::before {
    left: 14%;
  }
}
@media only screen and (min-width: 110em) {
  .customer-reviews-group::before {
    left: 17%;
  }
}
@media only screen and (max-width: 68.49em) {
  .page-id-24 .services-wrapper .service-item {
    margin-bottom: 2rem;
  }
  .contact-us-group.contain {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-us-group .wp-block-columns .wp-block-column.contact-us-wrapper {
    border-radius: 3rem;
    margin: 1.5rem;
  }

  .contact-us-wrapper .wp-block-heading {
    text-align: center;
  }
  .contact-us-wrapper .wp-block-heading > span {
    display: none;
  }
  .service-group p > strong {
    font-size: 0.8rem;
  }
  .contact-us-image-wrapper {
    display: none;
  }
  .mobile-logo-wrapper {
    display: block;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 13rem;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .mobile-logo {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Secondary Pages
--------------------------------------------------------------*/

.main-header {
  background: var(--primary-color);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-height: 8.75rem;
  position: relative;
  z-index: 0;
}
.main-header::before {
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 50vw;
  bottom: 0;
  width: auto;
  height: 100%;
  background-image: url(../../../wp-content/uploads/2024/10/page-header-dots.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
}
.main-header::after {
  content: "";
  z-index: -1;
  left: 2vw;
  top: 50%;
  right: auto;
  bottom: 0;
  margin-top: -1.5rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../../../wp-content/uploads/2024/10/White-guitar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
}

.main-header.has-featured-image {
  min-height: 15rem;
}
/* Search Page */
.entry-content .search-form {
  display: flex;
}
.entry-content .search-form label {
  width: 100%;
}
.entry-content .search-field {
  padding: 0.5em 1em;
  width: 100%;
  line-height: 1.5;
  background: #eee;
}
.entry-content .search-submit {
  padding: 0.5em 1em;
  line-height: 1.5;
  color: #fff;
  background: #777;
}
.entry-search .no-results {
  margin: 2rem 0;
  text-align: center;
  color: inherit;
}

/* 404 Page */
.entry-404 .search-form {
  margin: 2rem 0 0;
}
@media only screen and (min-width: 36em) {
  .main-header::after {
    left: 1vw;
    margin-top: -2.5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (min-width: 38.5em) {
  .main-header::after {
    left: 8vw;
  }
}
@media only screen and (min-width: 68.5em) {
  .main-header {
    min-height: 16rem;
  }
  .main-header::after {
    left: 2vw;
    top: 50%;
    right: auto;
    bottom: 0;
    margin-top: -6.5rem;
    width: 13rem;
    height: 13rem;
  }
}
@media only screen and (min-width: 82.5em) {
  .main-header::after {
    left: 6vw;
  }
}
@media only screen and (min-width: 96em) {
  .main-header::after {
    left: 13vw;
  }
}
@media only screen and (min-width: 110em) {
  .main-header::after {
    left: 15vw;
  }
}
@media only screen and (max-width: 68.49em) {
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  @page {
    margin: 0.5cm;
  }

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h1,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }

  .main-menu,
  .site-sidebar,
  .site-header,
  .site-footer,
  #comments,
  .nav-bar,
  .page-navigation,
  .pagination,
  .wp-prev-next,
  .respond-form {
    display: none;
  }
}
