/*!
Theme Name: moorambilla-theme
Theme URI: http://underscores.me/
Author: Experience Plus Digital
Author URI: https://experienceplus.digital
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moorambilla-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

moorambilla-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

:root {
  --type-huge: 2rem;
  --type-h1: 2.4rem;
  --type-h2: 1.8rem;
  --type-h3: 1.4rem;
  --type-p-big: 1rem;
  --type-tag: 0.7rem;
  --type-button: 0.8rem;
  --fullwidth-margin: -8vw;
  --fullwidth-padding: 8vw;
  --padding: 1rem;
  --padding-big: 2rem;
  --slider-height: 80vh;
  --primary-color: rgb(43, 200, 255);
  --primary-color-dark: rgb(40, 180, 235);
  --secondary-color: ;
  --secondary-color-dark: ;

  --gradient-blue: linear-gradient(
    315deg,
    var(--primary-color) 0%,
    var(--primary-color-dark) 100%
  );

  --page-top: -2rem;
}

@media (min-width: 800px) {
  :root {
    --type-huge: 2rem;
    --type-h1: 2.4rem;
    --type-h2: 1.8rem;
    --type-h3: 1.4rem;
    --type-p-big: 1rem;
    --type-tag: 0.7rem;
    --type-button: 0.8rem;
    --fullwidth-margin: -8vw;
    --fullwidth-padding: 8vw;
    --padding: 1rem;
    --padding-big: 2rem;
    --slider-height: 80vh;
    --page-top: -2rem;
  }
}
@media (min-width: 1080px) {
  :root {
    --type-huge: 4rem;
    --type-h1: 3rem;
    --type-h2: 2.2rem;
    --type-h3: 1.6rem;
    --type-p-big: 1.45rem;
    --type-tag: 0.85rem;
    --type-button: 0.9rem;
    --fullwidth-margin: -8vw;
    --fullwidth-padding: 8vw;
    --padding: 1rem;
    --padding-big: 3rem;
    --slider-height: 100vh;
    --page-top: -4rem;
  }
}

@media (min-width: 1400px) {
  :root {
    --type-huge: 5rem;
    --type-h1: 4rem;
    --type-h2: 2.8rem;
    --type-h3: 2rem;
    --type-p-big: 1.7rem;
    --type-tag: 1rem;
    --type-button: 1rem;
    --fullwidth-margin: -8vw;
    --fullwidth-padding: 8vw;
    --padding: 1rem;
    --padding-big: 4rem;
    --slider-height: 100vh;
  }
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Typography
--------------------------------------------- */

/* Fonts 
------------------------------------------------ */

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 {
  font-size: var(--type-h1);
}
h2 {
  font-size: var(--type-h2);
}
h3 {
  font-size: var(--type-h3);
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  /* color: #800080; */
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 1080px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-top: 0;
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

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

.alignright {
  /*rtl:ignore*/
  float: right;

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@media (max-width: 800px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1rem;
  }
  .wp-block-spacer {
    max-height: 2rem;
  }
}

/* Page Layout 
--------------------------------------------- */
.core {
  /* display: grid;
  grid-template-columns: 14rem 1fr; */
}

.site-header {
  display: block;
  background: var(--primary-color);
  background: var(--gradient-blue);
  padding: 0.5rem 2rem;
}
.site-header.active {
  min-height: 100vh;
}
.site-header .widget_block {
  display: none;
}
.site-header.active .widget_block {
  display: block;
}
.core-content {
  padding-inline: var(--fullwidth-padding);
}

#block-3 div {
  flex-grow: 0;
  flex-basis: inherit !important;
}
.site-branding {
  width: 30%;
  max-width: 133px;
}
.xid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu {
  color: white;
}
.mobile-menu:active,
.mobile-menu:hover {
  color: white;
}

@media (min-width: 1080px) {
  .site-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100vh;
    /* border-left: 0.5rem solid rgb(43, 200, 255); */
    width: 14rem;
    padding: 1rem;
    position: fixed;
    top: 0;
    bottom: 0;
  }
  .site-header .widget_block {
    display: block;
  }
  .site-branding {
    width: 100%;
    max-width: 100%;
  }
  .mobile-menu {
    display: none;
  }
  .core-content {
    margin-left: 14rem;
    padding-inline: var(--fullwidth-padding);
  }
}

.admin-bar .core-content {
  margin-top: -32px;
}

.wp-block-eedee-block-gutenslider
  .eedee-background-div.eedee-background-div.no-media-background,
.wp-block-eedee-block-gutenslider
  .eedee-background-div.no-media-background.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider
  .swiper-slide.bg-color.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider
  .swiper-slide.bg-gradient.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider
  .swiper-slide.bg-none.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider .swiper-wrapper,
.wp-block-eedee-block-gutenslider.content-change .eedee-background-div,
.wp-block-eedee-block-gutenslider.content-fixed
  .wp-block-eedee-gutenslider__content {
  min-height: var(--slider-height) !important;
}


.wp-block-eedee-block-gutenslider.content-fixed
  .wp-block-eedee-gutenslider__content {
  padding-inline: var(--fullwidth-padding) !important;
  padding-block: 2rem !important;
}
@media (min-width: 800px) {
  .wp-block-eedee-block-gutenslider.content-fixed
    .wp-block-eedee-gutenslider__content {
    padding-inline: var(--fullwidth-padding) !important;
    padding-block: 4rem !important;
  }
}

.wp-block-eedee-block-gutenslider {
  margin-inline: var(--fullwidth-margin);
}

.wp-block-eedee-block-gutenslider + * {
  padding-top: 4rem;
}

.page-start {
  margin-top: var(--page-top);
}

.fullscreen {
  margin-inline: var(--fullwidth-margin);
  padding-inline: var(--fullwidth-padding);
  padding-block: var(--padding-big);
  height: calc(100svh - 90px);
}

@media (min-width: 800px) {
  .fullscreen {
    height: 100svh;
  }
}
.txtcontainer .tag,
.theme-moorambilla-theme .fullscreen .tag {
  font-size: var(--type-tag);
  padding: 0 5px;
  background-color: rgb(0, 163, 220);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  color: white;
  max-width: 100ch;
}

.fullscreen h1 {
  margin: 0 0 0.5rem;
  max-width: 14ch;
  line-height: 1;
  font-size: var(--type-huge);
}

.fullwidth {
  margin-inline: var(--fullwidth-margin);
}
@media (min-width: 1400px) {
  .single-person .entry-content .wp-block-eedee-block-gutenslider + .wp-block-group,
  .narrowwidth {
    padding-inline: calc(var(--fullwidth-padding) / 2);
    margin-inline: calc(var(--fullwidth-padding) / 2);
  }
  .narrowwidthmore {
    padding-inline: var(--fullwidth-padding);
    margin-inline: var(--fullwidth-padding);
  }
}

.maxwidth {
  display: flex;
}
.maxwidth img {
  max-width: max-content;
  margin-inline: auto;
}

.bggrey {
  background: rgb(224, 243, 255);
  margin-inline: var(--fullwidth-margin);
  padding-inline: var(--fullwidth-padding);
  padding-block: var(--padding-big);
}

/* buttons
--------------------------------------------- */
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}

.gform_button,
.gb-button,
.wp-block-button__link {
  color: #fff;
  font-size: var(--type-button);
  background-color: rgb(1, 141, 190);
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-transform: uppercase;
}

.gb-button,
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: white;
  border-color: rgb(0, 163, 220);
}

.wp-block-buttons {
  margin-top: 1rem;
}

@media (min-width: 800px) {
  .wp-block-buttons {
    margin-top: 2rem;
  }
}

.gb-button,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  color: white;
}

/* Navigation
------------------------------------------ */

.main-navigation {
}

.main-navigation ul {
  flex-direction: column;
}
.main-navigation a {
  color: white;
}

.menu-core-menu-container {
  text-transform: uppercase;
}

:where(header .wp-block-columns.is-layout-flex) {
  gap: 0.6rem;
}
.wp-block-image img {
  vertical-align: middle;
  width: 100%;
}

.widget_nav_menu {
  padding: 0.5rem 0;
  font-size: 1rem;
}
.widget_nav_menu ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.widget_nav_menu li {
  margin: 0.5rem 0;
}
header .widget_nav_menu a {
  color: white;
  text-decoration: none;
}
header .wp-block-separator {
  width: 2rem;
  margin-inline-start: 0;
  background-color: white;
  border-color: white;
}

.wp-block-columns {
  margin-bottom: 1rem;
}
.hero .wp-block-eedee-gutenslider__content {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 20%,
    rgba(0, 0, 0, 0) 60%
  );
}

@media (min-width: 800px) {
  .hero .wp-block-eedee-gutenslider__content {
    background: radial-gradient(
      at bottom left,
      rgba(0, 0, 0, 0.8) 0,
      rgba(0, 0, 0, 0.2) 40vw,
      rgba(0, 0, 0, 0) 60vw
    );
  }
}

.theme-moorambilla-theme .wp-block-eedee-block-gutenslider h1 {
  position: relative;
  margin: 0 0 0.5rem;
  max-width: 14ch;
  line-height: 1;
  font-size: var(--type-huge);
}

.theme-moorambilla-theme .wp-block-eedee-block-gutenslider h1::after {
  clear: both;
  content: "";
  position: absolute;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 343.67 21.16' fill='rgb(0,163,220)'><path d='m204.85,21.16c-8.08,0-14.87-.1-19.68-.29l-11.48-.47c-20.39-.86-51.21-2.15-83.41-2.51-33.56-.37-61.99.33-84.52,2.09l-4.98.39-.78-9.97,4.99-.39c22.82-1.79,51.56-2.5,85.41-2.12,32.36.36,63.27,1.66,83.72,2.52l11.45.47c39.92,1.57,139.4-2.56,148.6-8.25l4.25-2.63,5.26,8.5-4.25,2.63c-11.61,7.19-91.44,10.03-134.57,10.03Z'/></svg>")
    no-repeat;
  bottom: -10px;
  left: 0;
  width: 150px;
  height: 10px;
}
@media (min-width: 800px) {
  .theme-moorambilla-theme .wp-block-eedee-block-gutenslider h1::after {
    bottom: -20px;
    width: 300px;
    height: 20px;
  }
}
.theme-moorambilla-theme .gb-container .txtcontainer h2,
.theme-moorambilla-theme .wp-block-eedee-block-gutenslider h2.gb-headline,
.theme-moorambilla-theme .wp-block-eedee-block-gutenslider h2 {
  position: relative;
  margin: 0 0 0.5rem;
  max-width: 14ch;
  line-height: 1;
  font-size: var(--type-huge);
}
.theme-moorambilla-theme .page-start p,
.theme-moorambilla-theme .wp-block-eedee-block-gutenslider p {
  margin-bottom: 0;
  font-size: var(--type-p-big);
}
.theme-moorambilla-theme
  .wp-block-eedee-block-gutenslider
  .has-medium-font-size {
  font-size: var(--type-p-big) !important;
  max-width: 26ch;
  line-height: 1.2;
}

.theme-moorambilla-theme .core-content .wp-block-eedee-block-gutenslider .tag {
  font-size: var(--type-tag);
  padding: 0 5px;
  background-color: rgb(0, 163, 220);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  color: white;
  max-width: 100ch;
}

#block-3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Core Content styling
--------------------------------------------------------- */

.core-content ul {
  list-style: square;
}
.core-content li {
  line-height: 2;
}
.core-content li::marker {
  color: rgb(0, 163, 220);
}

.core-content .tag {
  color: rgb(0, 163, 220);
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--type-tag);
  padding: 0;
  margin: 0;
}
.core-content .tag p {
  color: rgb(0, 163, 220);
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--type-tag);
  padding: 0;
  margin: 0;
}

.core-content .tag span + span:before {
  content: " & ";
}

.core-content h1 {
  position: relative;
  margin: 0 0 0.5rem;
}

.core-content h1::after {
  clear: both;
  content: "";
  position: absolute;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 343.67 21.16' fill='rgb(0,163,220)'><path d='m204.85,21.16c-8.08,0-14.87-.1-19.68-.29l-11.48-.47c-20.39-.86-51.21-2.15-83.41-2.51-33.56-.37-61.99.33-84.52,2.09l-4.98.39-.78-9.97,4.99-.39c22.82-1.79,51.56-2.5,85.41-2.12,32.36.36,63.27,1.66,83.72,2.52l11.45.47c39.92,1.57,139.4-2.56,148.6-8.25l4.25-2.63,5.26,8.5-4.25,2.63c-11.61,7.19-91.44,10.03-134.57,10.03Z'/></svg>")
    no-repeat;
  bottom: -15px;
  left: 0;
  width: 150px;
  height: 10px;
}

@media (min-width: 800px) {
  .core-content h1 {
    position: relative;
    margin: 0 0 3.5rem;
  }
  .core-content h1::after {
    bottom: -30px;
    width: 300px;
    height: 20px;
  }
}

.core-content .type-person h1 {
  margin-bottom: 0;
}
.core-content .type-person h1 + h2 {
  font-weight: 400;
  position: relative;
  margin: 0 0 3.5rem;
}
.core-content .type-person h1 + h2:after {
  clear: both;
  content: "";
  position: absolute;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 343.67 21.16' fill='rgb(0,163,220)'><path d='m204.85,21.16c-8.08,0-14.87-.1-19.68-.29l-11.48-.47c-20.39-.86-51.21-2.15-83.41-2.51-33.56-.37-61.99.33-84.52,2.09l-4.98.39-.78-9.97,4.99-.39c22.82-1.79,51.56-2.5,85.41-2.12,32.36.36,63.27,1.66,83.72,2.52l11.45.47c39.92,1.57,139.4-2.56,148.6-8.25l4.25-2.63,5.26,8.5-4.25,2.63c-11.61,7.19-91.44,10.03-134.57,10.03Z'/></svg>")
    no-repeat;
  bottom: -30px;
  left: 0;
  width: 300px;
  height: 20px;
}
.core-content .type-person h1::after {
  content: none;
  background: none;
}

.wp-block-eedee-block-gutenslider.gallery.content-change .slide-content,
.wp-block-eedee-block-gutenslider.gallery .wp-block-eedee-gutenslider__content {
  padding: 0 !important;
}

.wp-block-eedee-block-gutenslider .gb-button,
.wp-block-eedee-block-gutenslider
  .wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color),
.wp-block-eedee-block-gutenslider
  .wp-block-button
  .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: white;
}

.wp-block-eedee-block-gutenslider.gallery {
  margin-inline: 0;
  position: relative;
  padding-bottom: 50px;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  height: auto !important;
}
.wp-block-eedee-block-gutenslider.gallery
  .eedee-background-div.eedee-background-div.no-media-background,
.wp-block-eedee-block-gutenslider.gallery
  .eedee-background-div.no-media-background.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider.gallery
  .swiper-slide.bg-color.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider.gallery
  .swiper-slide.bg-gradient.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider.gallery
  .swiper-slide.bg-none.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider.gallery .swiper-wrapper,
.wp-block-eedee-block-gutenslider.gallery.content-change .eedee-background-div,
.wp-block-eedee-block-gutenslider.gallery.content-fixed
  .wp-block-eedee-gutenslider__content {
  aspect-ratio: 16 / 9;
  max-width: 100% !important;
  height: auto !important;
}

.wp-block-eedee-block-gutenslider.gallery
  .eedee-background-div.eedee-background-div.no-media-background,
.wp-block-eedee-block-gutenslider.gallery
  .eedee-background-div.no-media-background.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider.gallery
  .swiper-slide.bg-color.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider.gallery
  .swiper-slide.bg-gradient.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider.gallery
  .swiper-slide.bg-none.eedee-background-div__overlay,
.wp-block-eedee-block-gutenslider.gallery .swiper-wrapper,
.wp-block-eedee-block-gutenslider.gallery.content-change .eedee-background-div,
.wp-block-eedee-block-gutenslider.gallery.content-fixed
  .wp-block-eedee-gutenslider__content {
  min-height: 100% !important;
}

.wp-block-eedee-block-gutenslider.gallery .eedee-gutenslider-nav svg #arrow,
.wp-block-eedee-block-gutenslider.gallery .eedee-gutenslider-nav svg .arrow {
  fill: black;
}

.wp-block-eedee-block-gutenslider.gallery .eedee-swiper-outer {
}
.wp-block-eedee-block-gutenslider.gallery .swiper {
  aspect-ratio: 16 / 9;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.wp-block-eedee-block-gutenslider.gallery.arrow-position-sides
  .eedee-gutenslider-prev {
  position: absolute;
  bottom: -70px;
  right: 40px;
  top: initial;
  left: initial;
}
.wp-block-eedee-block-gutenslider.gallery.arrow-position-sides
  .eedee-gutenslider-next {
  position: absolute;
  bottom: -70px;
  right: 0;
  top: initial;
  left: initial;
}
.wp-block-eedee-block-gutenslider.gallery.dot-position-bottom
  .eedee-gutenslider-pagination {
  position: absolute;
  bottom: -52px;
  left: 0;
  top: initial;
  right: initial;
}
.wp-block-eedee-block-gutenslider.gallery .swiper-pagination-bullet {
  background: black;
  border-radius: 0;
  width: 10px;
  height: 10px;
}
.wp-block-eedee-block-gutenslider.gallery
  .eedee-gutenslider-pagination.swiper-pagination-bullets:not(
    .swiper-pagination-bullets-dynamic
  ) {
  padding: 0;
}
.wp-block-eedee-block-gutenslider.gallery figure,
.wp-block-eedee-block-gutenslider.gallery .wp-block-embed__wrapper,
.wp-block-eedee-block-gutenslider.gallery .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.wp-block-eedee-block-gutenslider.slides-number.gallery
  .eedee-background-div
  img,
.wp-block-eedee-block-gutenslider.slides-number.gallery
  .eedee-background-div
  video {
  aspect-ratio: 16 / 9;
  height: auto;
}
.wp-block-eedee-block-gutenslider.gallery.slides-number
  .eedee-background-div.no-media-background,
.wp-block-eedee-block-gutenslider.slides-number.gallery
  .eedee-background-div.no-media-background
  .slide-content {
  min-height: auto;
}
.wp-block-eedee-block-gutenslider.gallery
  .wp-block-eedee-block-gutenslide.is-position-center-center
  .slide-content {
  justify-content: start;
}
.wp-block-eedee-block-gutenslider.gallery
  .wp-block-eedee-block-gutenslide
  .eedee-background-div {
  bottom: 0;
  grid-area: 1/1;
  height: auto;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* .wp-block-eedee-block-gutenslider .swiper-wrapper {
  aspect-ratio: 16 / 9;
  min-height: initial;
} */

/* Footer 
------------------------------------------ */

.moorfooter h2 {
  font-size: 0.8rem;
  opacity: 0.8;
  text-shadow: 0 0 15px black;
}

.moorfooter ul {
  list-style: none;
}
.moorfooter li {
  color: white;
}
.moorfooter a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 0 0 15px black;
}

.moorfooter .gform-theme--framework .gform-field-label--type-sub,
.moorfooter .gform-theme--framework .gfield_list_group_item:before,
.moorfooter .gform-theme--framework .gform-field-label,
.moorfooter .gform-theme--framework .gform-field-label > .gfield_required {
  font-size: 0.9rem;
  color: white;
  font-weight: 600;
}
.moorfooter #footermenu {
  flex-wrap: nowrap !important;
  gap: 0.5rem;
}
.moorfooter input {
  font-size: 16px !important;
}

@media (min-width: 800px) {
  .moorfooter h2 {
    font-size: 1rem;
    opacity: 0.8;
  }
}

/* Testimonial 
------------------------------------------ */

.testimonials {
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  gap: var(--padding-big);
  padding: var(--padding-big) var(--fullwidth-padding);
  margin-inline: var(--fullwidth-margin) !important;
}
.testimonials::-webkit-scrollbar {
  display: none;
}
.testimonials .testimonial {
  min-width: 70vw !important;
  justify-content: center;
  align-items: center;
  display: flex;
  background: white;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgb(110, 110, 110);
}
.testimonial .gb-container {
  background: white;
  padding: 10px;
}

@media (min-width: 800px) {
  .testimonials .testimonial {
    min-width: 30vw !important;
  }
  .testimonial .gb-container {
    padding: 20px;
  }
}

.testimonial figure {
  margin: 0;
}
.testimonial img {
  border-radius: 50%;
}
.testimonial .person {
  justify-content: center;
  align-items: center !important;
  gap: 1rem;
}
.testimonial .person p {
  margin: 0;
}
.testimonial .quote {
  /* font-size: var(--type-p-big); */
  position: relative;
  padding-inline: 0.3rem 1rem;
}

.testimonial .quote::before {
  clear: both;
  content: "";
  position: absolute;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='rgb(110,110,110)' viewBox='0 0 16 16'><path d='M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z'/></svg>")
    no-repeat;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
}
.testimonial .quote::after {
  clear: both;
  content: "";
  position: absolute;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='rgb(110,110,110)' viewBox='0 0 16 16'><path d='M4,3C3.4,3,3,3.4,3,4v2.4c0,0.6,0.4,1,1,1h1.4c0,0.4,0,0.7-0.1,1.1C5.3,8.9,5.2,9.2,5,9.5C4.9,9.8,4.7,10,4.5,10.2 c-0.2,0.2-0.5,0.3-0.9,0.3V12c0.6,0,1.1-0.1,1.5-0.4c0.4-0.2,0.8-0.6,1.1-1c0.3-0.4,0.5-0.9,0.6-1.5C6.9,8.6,7,8,7,7.4V4 c0-0.6-0.4-1-1-1H4z M10,3C9.4,3,9,3.4,9,4v2.4c0,0.6,0.4,1,1,1h1.4c0,0.4,0,0.7-0.1,1.1c-0.1,0.4-0.2,0.7-0.3,1 c-0.1,0.3-0.3,0.5-0.6,0.7c-0.2,0.2-0.5,0.3-0.9,0.3V12c0.6,0,1.1-0.1,1.5-0.4c0.4-0.2,0.8-0.6,1.1-1c0.3-0.4,0.5-0.9,0.6-1.5 C12.9,8.6,13,8,13,7.4V4c0-0.6-0.4-1-1-1H10z'/></svg>")
    no-repeat;
  bottom: 10px;
  right: 0;
  width: 20px;
  height: 20px;
}

/* Schedule 
------------------------------------------ */

.schedule-event {
  background: white;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  font-size: 1rem;
  line-height: 1;
}
.schedule-event .tag {
  padding: 0 5px;
  font-size: 0.6rem;
  background-color: rgb(0, 163, 220);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.2rem;
  color: white;
  display: inline-block;
}
.schedule-event h3 {
  font-size: 1.2rem;
  margin: 0 0 5px;
}

.schedule-event .gb-grid-column {
  align-items: end;
  display: flex;
}
.schedule-event .gb-grid-column:nth-of-type(2) {
  justify-content: end;
}
.schedule-event .gb-grid-wrapper .gb-grid-column:nth-of-type(1) {
  width: 66%;
}
.schedule-event .gb-grid-wrapper .gb-grid-column:nth-of-type(2) {
  width: 33%;
}

@media (min-width: 800px) {
  .schedule-event {
    padding: 2rem;
    font-size: inherit;
  }
  .schedule-event h3 {
    font-size: var(--type-h3);
  }
  .schedule-event .tag {
    font-size: 1rem;
  }
}

.event-boxes {
  /* background: white;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem; */
}
.showcase-boxes .event-box {
  aspect-ratio: 2 / 1;
}
.showcase-boxes .event-box .gb-headline {
  text-shadow: #000000 1px 0 10px;
}
.showcase-boxes .event-box .tag.gb-headline {
  text-shadow: none;
}
.event-box {
  display: flex;
  flex-direction: column;
  aspect-ratio: 2 / 3;
  justify-content: end;
  border-bottom: 10px rgb(0, 163, 220);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.event-box.person {
  aspect-ratio: 1 / 2;
}

.event-box * {
  z-index: 2;
}
.event-box::after {
  content: " ";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(#2cc8ff00 33%, #00000082 66%);
}
.event-box .tag span {
  padding: 0 5px;
  font-size: 1rem;
  background-color: rgb(0, 163, 220);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: white;
  display: inline-block;
}

.event-box h2,
.event-box h3 {
  margin: 0;
}
.event-box {
  line-height: 1.2;
}
.event-box .gb-button {
  align-self: flex-start;
}

.event-box .gb-grid-column {
  align-items: end;
  display: flex;
}

.cta {
  margin-inline: var(--fullwidth-margin);
  background: rgb(43, 200, 255);
  background: radial-gradient(
    circle at 15% 15%,
    rgba(43, 200, 255, 1) 0%,
    rgba(0, 163, 220, 1) 100%
  );
  padding-block: 10vh;
}
.cta h2 {
  color: black;
}
.cta p {
  color: white;
  font-size: var(--type-p-big);
}

.cta .gb-button,
.cta .wp-block-button__link {
  background: white;
  color: black;
}

.cta .gb-button,
.cta
  .wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color),
.cta
  .wp-block-button
  .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: black;
  border-color: white;
}

.promo {
  margin-inline: var(--fullwidth-margin);
  clear: both;
}

.pebble {
  margin: 20rem -0.7rem -0.7rem;
  padding: 1rem;
  font-size: 1rem;
  background: var(--gradient-blue);
  color: white;
}
.pebble h2 {
  font-size: 1.4rem !important;
}
.pebble .gb-button,
.pebble
  .wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color),
.pebble
  .wp-block-button
  .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: black;
  border-color: white;
}

@media (min-width: 800px) {
  .promo {
  }

  .pebble {
    color: black;
    width: 36rem;
    max-width: 50vw;
    margin: var(--padding-big);
    padding: var(--padding-big);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    background-color: transparent !important;
    background-image: url(images/pebble.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .pebble .gb-button,
  .pebble .wp-block-button__link {
    background: var(--primary-color));
    color: white;
  }

  .pebble .gb-button,
  .pebble
    .wp-block-button.is-style-outline
    > .wp-block-button__link:not(.has-text-color),
  .pebble
    .wp-block-button
    .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: black;
    border-color: var(--primary-color);
  }
}

@media (min-width: 1400px) {
  .pebble {
    font-size: inherit;
  }
  .pebble h2 {
    font-size: var(--type-h2) !important;
  }
}

.footerbar {
  
}
.footerbar p {
  padding: 0;
  margin: 0;
}
.footerbar a {
  color: white;
}

.heros {
  flex-wrap: nowrap !important;
}

.box-hero {
  aspect-ratio: 1;
  border-bottom: 10px rgb(0, 163, 220);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.box-hero:hover {
  box-shadow: 10px 10px 0 rgb(0, 163, 220);
}
.box-hero h2 {
  color: white !important;
  position: absolute;
  bottom: 0;
  left: 1rem;
  font-size: 1rem;
  padding-right: 1rem;
}
.box-hero h2 a {
  color: white;
  text-decoration: none;
}

@media (min-width: 800px) {
  .box-hero h2 {
    font-size: 1.8rem;
    left: 1rem;
  }
}

/* Pop-up
------------------------------------------------------ */
.pum-theme-41485 .pum-title,
.pum-theme-default-theme .pum-title {
  text-transform: uppercase;
  font-weight: 600 !important;
}

.pum-overlay p {
  font-size: 1.2rem;
  margin-block: 0.8rem;
  color: rgb(81 81 81);
  font-weight: 300;
}
.pum-theme-41485 .pum-container,
.pum-theme-default-theme .pum-container {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 1) !important;
}

/* Showcase
------------------------------------------------------ */
.wp-block-embed iframe {
  width: 100%;
  height: 100%;
}
figure.is-type-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
figure.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}

/* Products
------------------------------------------------------ */

.products .product h2 {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.products .product a {
  text-decoration: none;
  color: black;
}

.products .product img {
  margin: 0;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}

ul.products li.product .button {
  background: black;
  color: white;
  border: 1px solid black;
  text-transform: uppercase;
  display: table !important;
  padding: 0.1rem 0.4rem;
  font-size: 0.9rem;
}

.woocommerce-form-coupon-toggle {
  margin-top: 2rem;
}

.single-product .product {
  display: grid;
  grid-template-columns: 100%;
}

.single-product .entry-summary {
  padding-bottom: 2rem;
}
@media (min-width: 800px) {
  .single-product .product {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .woocommerce.single-product .related,
  .woocommerce-notices-wrapper,
  .woocommerce-tabs {
    grid-column-end: span 2;
  }
}

.single_add_to_cart_button {
  margin-top: 1rem;
}
.woocommerce .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
}
.wc_payment_methods {
  padding: 0;
}
.woocommerce-cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  text-align: left;
}
/* .single-product .product .woocommerce-product-gallery {
  height: 80vh;
  max-height: 80vh;
} */

.woocommerce.single-product div.product div.images img {
  display: block;
  width: auto;
  /* max-height: 70vh; */
  box-shadow: none;
}
.single-product div.product .woocommerce-product-gallery {
  margin: 0 2rem 4rem 0;
}
.woocommerce.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  margin-right: 0.4rem;
}
.woocommerce.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: none;
}
.woocommerce.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li {
  width: initial;
  max-width: 60px;
}

.woocommerce.single-product .related {
  background: rgb(247, 247, 247);
  margin-inline: var(--fullwidth-margin);
  padding-inline: var(--fullwidth-padding);
  padding-block: 4rem;
}

.woocommerce.single-product .related ul.products. li.product {
  display: block;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 1rem;
}

.single-product .related .product {
  grid-template-columns: 1fr;
  gap: 0;
}

.woocommerce-Tabs-panel--additional_information table {
  width: initial;
}
.woocommerce-tabs ul.tabs {
  border-bottom: 10px solid rgb(232, 232, 232);
}

.woocommerce-tabs ul.tabs li a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
}
@media (min-width: 800px) {
  .woocommerce-tabs ul.tabs li a {
    font-size: 1rem;
  }
}
.woocommerce-tabs ul.tabs li {
  background: rgb(232, 232, 232);
  border: 1px solid rgb(232, 232, 232);
  border-bottom: 10px solid rgb(232, 232, 232);
  margin-bottom: -10px !important;
  padding-inline: 1rem;
}
.woocommerce-tabs ul.tabs li.active {
  border-bottom: 10px solid white;
  background: white;
}

.woocommerce-ordering {
  margin-bottom: 2rem;
}

.theme-moorambilla-theme .woocommerce-message,
.theme-moorambilla-theme .woocommerce-info,
.theme-moorambilla-theme .woocommerce-error,
.theme-moorambilla-theme .woocommerce-noreviews,
.theme-moorambilla-theme p.no-comments {
  background-color: rgba(0, 163, 220, 0.2);
  clear: both;
  padding: 2rem;
  margin-bottom: 1rem;
}

.woocommerce .remove {
  font-weight: 600;
  font-size: 2rem;
  color: black;
  text-decoration: none;
}
td.product-thumbnail img {
  height: 100px;
  width: auto;
  aspect-ratio: 1 / 1;
}

.woocommerce-cart-form__cart-item td {
  border-bottom: 3px solid #f1f1f1;
}

.woocommerce input[type="submit"],
.woocommerce .button {
  background: black;
  color: white;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.woocommerce #place_order,
.woocommerce .checkout-button {
  background-color: #04a9e5;
  padding: 1rem;
  text-decoration: none;
  margin-block: 1rem;
  display: inline-block;
}

.woocommerce .coupon {
  display: flex;
  gap: 1rem;
  margin-block: 1rem;
}
.woocommerce .actions {
  text-align: right;
}

@media (min-width: 800px) {
  #pwgc-redeem-gift-card-container {
    display: flex;
    gap: 1rem;
  }
}

#payment,
.woocommerce-checkout-payment,
.cart-collaterals {
  background: rgb(247, 247, 247);
  margin-inline: var(--fullwidth-margin);
  padding-inline: var(--fullwidth-padding);
  padding-block: var(--padding-big);
}

.woocommerce-checkout .col-1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  flex: 100%;
  max-width: 100%;
}

@media (min-width: 1400px) {
  .woocommerce .col2-set {
    display: flex;
    gap: 2rem;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    flex: 50%;
    max-width: 50%;
  }
}

.woocommerce-checkout span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-checkout .col-2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-bottom: 1rem;
}
* {
  outline: 0;
}
.woocommerce-checkout form[name="checkout"] {
  width: 100%;
}
.wc_payment_methods .payment_box p,
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 16px;
}

.woocommerce-checkout form .col2-set input {
  padding: 6px 10px;
}
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 38px;
}

.woocommerce-checkout
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}
.woocommerce-checkout .select2-container .select2-search__field {
  height: 38px;
  background: #eee;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  padding: 5px 15px;
  border: 1px solid #d8d6d6;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  width: 100%;
  margin-bottom: 8px;
}
.woocommerce form .form-row label.screen-reader-text,
.woocommerce-page form .form-row label.screen-reader-text {
  width: 1px;
}

.woocommerce-checkout
  form
  #order_review
  .woocommerce-checkout-review-order-table,
.woocommerce-checkout
  form
  #order_review_heading
  .woocommerce-checkout-review-order-table {
  margin-top: 0 !important;
  border: 0;
}
.woocommerce-checkout input#coupon_code {
  padding-top: 15px;
  padding-bottom: 15px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0px;
}
.checkout_coupon.woocommerce-form-coupon button {
  border: 1px solid #d32d20;
  margin-right: 0;
  font-size: 17px;
  outline: none;
  line-height: normal;
  background: #d32d20;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  padding: 15px;
}

.return-to-shop a.button.wc-backward {
  border: 1px solid #d32d20;
  margin-right: 0;
  font-size: 17px;
  outline: none;
  line-height: normal;
  background: #d32d20;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  padding: 15px;
  margin: auto;
  display: table;
}

.woocommerce-button.button.woocommerce-form-login__submit,
#add_payment_method button,
.woocommerce-address-fields button,
.woocommerce-MyAccount-content a.button,
.woocommerce-account .woocommerce-EditAccountForm button,
.woocommerce-ResetPassword.lost_reset_password button,
.woocommerce-Button.woocommerce-button.woocommerce-form-register__submit,
.woocommerce-shipping-calculator button {
  border: 1px solid #d32d20;
  margin-right: 0;
  font-size: 17px;
  outline: none;
  line-height: normal;
  background: #d32d20;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  padding: 15px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  border: 0;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px;
  }
}

.woocommerce .form-row {
  margin-left: 0px;
  margin-right: 0px;
}

.woocommerce-address-fields .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-form .form-row {
  margin-right: 0;
  margin-left: 0;
}
#customer_login h2 {
  font-weight: bold;
  margin-bottom: 20px;
  font-family: arial;
  margin-top: 25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
  float: none;
}
.woocommerce section.shipping-calculator-form {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-cart .select2-container .select2-selection--single {
  height: 38px;
  font-size: 16px;
}
.woocommerce-cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
.woocommerce-cart .select2-container--focus .select2-selection {
  border-color: #d4d4d4;
}

.cart_totals table {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0 0 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 16px;
}

.woocommerce-checkout-payment button {
  border: 1px solid #d32d20;
  margin-right: 0;
  font-size: 20px;
  outline: none;
  line-height: normal;
  background: #d32d20;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  padding: 15px;
}
.checkout.woocommerce-checkout {
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields {
  box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin-bottom: 2rem;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
h3#order_review_heading {
  margin-top: 0 !important;
  padding-bottom: 30px;
  word-break: break-word;
  margin-bottom: 0;
  padding-top: 25px !important;
  font-weight: 600;
  color: #000000;
}
.shop_table td,
.woocommerce-checkout-review-order-table td {
  padding: 10px 15px;
  background: #f9f9f9;
  text-align: left !important;
}
.checkout_coupon.woocommerce-form-coupon,
.woocommerce-form-coupon-toggle {
  padding: 0;
}
.woocommerce-error li,
.woocommerce-info,
.woocommerce-message {
  padding: 15px;
}
#site-content #shipping_method li {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.comments-inner .comment {
  margin: 25px 0;
}
.comments-inner .comment-body {
  background: #fbfbfb;
  padding: 25px;
  position: relative;
}

.comments-inner .comment-author {
  margin-bottom: 12px;
}
.comments-inner img {
  max-width: 55px;
  margin-right: 15px;
}

.comments-inner span.fn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.comments-inner .comment-metadata a {
  color: #9c9c9c;
  font-size: 14px;
}
.comments-inner a.comment-reply-link {
  color: #fff;
  padding: 6px 25px;
  display: inline-block;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .comments-inner a.comment-reply-link {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin-top: 20px;
  }
}
.comment-reply-title {
  font-size: 31px !important;
  padding-bottom: 10px;
  font-family: "Revolution";
  word-break: break-word;
  margin-bottom: 0 !important;
  padding-top: 20px;
  line-height: 1.8;
}
#commentform label {
  vertical-align: top;
  display: block;
}
#commentform {
  padding-bottom: 10px;
}
h2#reply-title a {
  display: block;
}
.form-submit input[type="submit"] {
  color: #fff;
  padding: 6px 25px;
  display: inline-block;
  margin-top: 12px;
  background-color: #d32d20;
  border: 0 !important;
}
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="tel"],
#commentform input[type="url"] {
  border: 1px solid #ccc;
  width: 100%;
  padding: 6px 15px;
}
.comment-notes {
  margin-bottom: 25px;
}
.comment-form-cookies-consent {
  margin-top: 25px;
}
.comment-form-cookies-consent label {
  display: inline-block !important;
}
#commentform p {
  margin-bottom: 10px;
}

.comments-inner .comment .comment-content.entry-content {
  margin-top: 15px;
}

.comments-inner .comment-meta {
  width: 80%;
}

/* learndash 
-------------------------------- */
:root {
  --ldx-global-border-radius: 0;
  --ldx-color-link: inherit;
  --ldx-color-link-hover: #00a2e8;
  --ldx-color-correct: #019e7c;
  --ldx-color-incorrect: #b71c1c;
  --ldx-color-in-progress: #ff9e01;
  --ldx-btn-border-radius: 0;
  --ldx-btn-primary-bg-color: #00a2e8;
  --ldx-btn-primary-bg-color-hover: #018ac4;
  --ldx-btn-primary-text-color: #fff;
  --ldx-btn-primary-text-color-hover: #fff;
  --ldx-btn-standard-bg-color: #00a2e8;
  --ldx-btn-standard-bg-color-hover: #018ac4;
  --ldx-btn-standard-text-color: #fff;
  --ldx-btn-standard-text-color-hover: #fff;
  --ldx-content-lists-container-bg-color: transparent;
  --ldx-content-lists-container-border-width: 0;
  --ldx-content-lists-container-border-color: transparent;
  --ldx-content-lists-course-content-bg-color: transparent;
  --ldx-content-lists-course-content-text-color: inherit;
  --ldx-content-lists-section-bg-color: transparent;
  --ldx-content-lists-section-text-color: inherit;
  --ldx-content-lists-header-bg-color: #00a2e8;
  --ldx-content-lists-header-text-color: #fff;
  --ldx-content-lists-lesson-bg-color: #fff;
  --ldx-content-lists-lesson-bg-color-hover: transparent;
  --ldx-content-lists-lesson-text-color: inherit;
  --ldx-content-lists-lesson-text-color-hover: #00a2e8;
  --ldx-content-lists-lesson-border-width: 2px;
  --ldx-content-lists-lesson-border-color: #e2e7ed;
  --ldx-content-lists-separator-color: rgba(0, 0, 0, 0.15);
  --ldx-course-status-bg-color: rgba(0, 0, 0, 0.04);
  --ldx-course-status-text-color: inherit;
  --ldx-course-status-border-width: 0;
  --ldx-course-status-border-color: transparent;
  --ldx-focus-mode-content-bg-color: #fff;
  --ldx-focus-mode-topmenu-bg-color: #00a2e8;
  --ldx-focus-mode-topmenu-text-color: #fff;
  --ldx-focus-mode-sidebar-bg-color: #fff;
  --ldx-focus-mode-sidebar-course-bg-color: #00a2e8;
  --ldx-focus-mode-sidebar-course-text-color: #fff;
  --ldx-focus-mode-comment-bg-color: transparent;
  --ldx-focus-mode-comment-admin-bg-color: #f2fafd;
  --ldx-focus-mode-comment-admin-border-width: 0;
  --ldx-focus-mode-comment-admin-border-color: transparent;
  --ldx-focus-mode-comment-admin-avatar-border-color: #00a2e8;
  --ldx-focus-mode-comment-admin-avatar-border-width: 4px;
  --ldx-course-nav-section-bg-color: rgba(0, 0, 0, 0.08);
  --ldx-course-nav-section-text-color: inherit;
  --ldx-course-nav-link-text-color: inherit;
  --ldx-course-nav-link-text-color-hover: #00a2e8;
  --ldx-course-nav-link-bg-color-hover: transparent;
  --ldx-course-nav-line-separator-color: rgba(0, 0, 0, 0.1);
  --ldx-progress-bar-container-bg: #e2e7ed;
  --ldx-progress-bar-bg: #019e7c;
  --ldx-progress-bar-border-radius: 7px;
  --ldx-progress-bar-height: 7px;
  --ldx-tooltip-bg-color: #00a2e8;
  --ldx-tooltip-text-color: #fff;
  --ldx-alert-border-width: 2px;
  --ldx-alert-color-text: #728188;
  --ldx-alert-color-bg: #f0f3f6;
  --ldx-alert-color-border: #e2e7ed;
  --ldx-alert-warning-color-text: rgba(0, 0, 0, 0.65);
  --ldx-alert-warning-color-bg: #fff6cd;
  --ldx-alert-warning-color-border: #ffd200;
  --ldx-alert-success-color-text: #019e7c;
  --ldx-alert-success-color-bg: rgba(1, 158, 124, 0.2);
  --ldx-alert-success-color-border: #019e7c;
  --ldx-grid-filter-bg-color: transparent;
  --ldx-grid-filter-padding: 0.75em;
  --ldx-grid-item-border-radius: 0;
  --ldx-grid-item-border-width: 2px;
  --ldx-grid-item-border-color: #ddd;
  --ldx-grid-ribbon-bg-color: #5cb85c;
  --ldx-grid-ribbon-text-color: #fff;
  --ldx-grid-ribbon-enrolled-bg-color: #00a2e8;
  --ldx-grid-ribbon-enrolled-text-color: #fff;
  --ldx-grid-ribbon-custom-bg-color: #5cb85c;
  --ldx-grid-ribbon-custom-text-color: #fff;
  --ldx-grid-ribbon-free-bg-color: #5cb85c;
  --ldx-grid-ribbon-free-text-color: #fff;
  --ldx-pagination-bg-color: rgba(0, 0, 0, 0.07);
  --ldx-pagination-text-color: inherit;
  --ldx-pagination-arrow-color: inherit;
  --ldx-pagination-arrow-color-hover: inherit;
  --ldx-pagination-arrow-bg-color: transparent;
  --ldx-pagination-arrow-bg-color-hover: transparent;
  --ldx-log-reg-border-width: 0;
  --ldx-log-reg-border-color: transparent;
  --ldx-log-reg-close-icon-color: rgba(0, 0, 0, 0.7);
  --ldx-login-panel-bg-color: #fff;
  --ldx-login-panel-text-color: #728188;
  --ldx-login-panel-heading-color: #00a2e8;
  --ldx-login-panel-input-bg-color: #f0f3f6;
  --ldx-login-panel-input-text-color: #728188;
  --ldx-register-panel-bg-color: #00a2e8;
  --ldx-register-panel-text-color: #fff;
  --ldx-register-panel-heading-color: #fff;
  --ldx-register-panel-input-bg-color: #fff;
  --ldx-register-panel-input-text-color: #728188;
  --ldx-profile-summary-bg-color: transparent;
  --ldx-profile-summary-text-color: inherit;
  --ldx-achievements-popup-border-radius: 2px;
  --ldx-achievements-popup-border-width: 0;
  --ldx-achievements-popup-border-color: transparent;
  --ldx-achievements-popup-title-color: inherit;
  --ldx-achievements-popup-message-color: inherit;
  --ldx-achievements-popup-title-font-size: 18px;
  --ldx-achievements-popup-message-font-size: 13px;
  --ldx-my-achievements-icon-width: 40px;
  --ldx-star-rating-color-empty: #ccc;
  --ldx-star-rating-color-filled: #ffce00;
  --ldx-tincanny-container-border-width: 1px;
  --ldx-tincanny-container-border-color: #e5e5e5;
  --ldx-tincanny-container-header-bg-color: transparent;
  --ldx-tincanny-container-header-text-color: inherit;
  --ldx-tincanny-table-header-bg-color: transparent;
  --ldx-tincanny-table-header-text-color: #505050;
  --ldx-tincanny-table-row-hover-color: #f6f6f6;
  --ldx-tincanny-chart-course-completions-color: #0290c2;
  --ldx-tincanny-chart-tincan-statements-color: #d52c82;
  --ldx-tincanny-user-report-tab-bg-color: transparent;
  --ldx-tincanny-user-report-tab-text-color: #0290c2;
}

:root {
  --lqc-global-border-radius: 0;
  --lqc-message-padding: 0.75em 1em;
  --lqc-message-bg-color: var(--lqc-color-lightgrey);
  --lqc-color-lightgrey: #f0f3f6;
  --lqc-color-primary-light: #e0f5fe;
  --lqc-color-primary-dark: #00a2e8;
  --lqc-color-correct-light: #c8e6c9;
  --lqc-color-correct-dark: #00c349;
  --lqc-color-incorrect-light: #ffcdd2;
  --lqc-color-incorrect-dark: #f11414;
  --lqc-color-answered: #a1b6c9;
  --lqc-color-review: #ffd900;
  --lqc-button-border-radius: 0;
  --lqc-button-primary-bg: #00a2e8;
  --lqc-button-primary-text: #fff;
  --lqc-button-primary-bg-hover: #53c9fc;
  --lqc-button-primary-text-hover: #fff;
  --lqc-button-secondary-bg: #495255;
  --lqc-button-secondary-text: #fff;
  --lqc-button-secondary-bg-hover: #bbbebf;
  --lqc-button-secondary-text-hover: #fff;
  --lqc-timer-container-bg: #f0f3f6;
  --lqc-timer-container-text: inherit;
  --lqc-timer-container-border-width: 0;
  --lqc-timer-container-border-color: transparent;
  --lqc-timer-bar-height: 7px;
  --lqc-color-timer-bar-bg: #fff;
  --lqc-color-timer-bar: var(--lqc-color-primary-dark);
  --lqc-review-box-bg: #f0f3f6;
  --lqc-review-box-border-width: 0;
  --lqc-review-box-border-color: transparent;
}

.sfwd-lessons-template-default h1 {
  text-transform: none;
  font-size: var(--type-h2);
}

body
  .ld-course-list-items
  .ld_course_grid
  .thumbnail.course
  .ld_course_grid_price,
body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon,
#et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price,
.uo-grid-wrapper #ribbon {
  text-transform: uppercase;
  font-size: 70%;
  padding: 1px 6px;
}

body
  .ld-course-list-items
  .ld_course_grid
  .thumbnail.course
  .ld_course_grid_price::before,
body
  .ld-course-list-items
  .ld_course_grid
  .thumbnail.course
  .ld_course_grid_price::after,
body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon::before,
body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon::after,
#et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price::before,
#et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price::after,
.uo-grid-wrapper #ribbon::before,
.uo-grid-wrapper #ribbon::after {
  display: inline;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon:before {
  border: 0 !important;
  content: "$";
  position: relative;
  display: inline;
  bottom: 0;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .free.ribbon::before,
.ld-course-list-items
  .ld_course_grid
  .thumbnail.course
  .enrolled.ribbon::before {
  content: none;
}

body div.ld-course-list-content .ld_course_grid,
#ld_course_list .ld-course-list-items .ld_course_grid,
#et-boc .ld-course-list-items .ld_course_grid {
  border: none;
}

.ld-course-list-items div.ld_course_grid .thumbnail.course .caption,
.ld_course_grid .thumbnail .caption,
#et-boc .ld_course_grid .thumbnail .caption,
.entry-content div.ld_course_grid .thumbnail .caption {
  padding: 1rem 0;
}
.ld-course-list-items div.ld_course_grid .thumbnail.course .caption,
.ld_course_grid .thumbnail .caption h3,
#et-boc .ld_course_grid .thumbnail .caption h3,
.entry-content div.ld_course_grid .thumbnail .caption h3 {
  font-size: 1.3rem;
}

body div.ld-course-list-content .ld_course_grid,
#ld_course_list .ld-course-list-items .ld_course_grid,
#et-boc .ld-course-list-items .ld_course_grid {
  background: transparent;
}

.learndash-wrapper .ld-button,
.learndash-wrapper .ld-expand-button,
.learndash-wrapper .btn-join,
.learndash-wrapper #btn-join,
.learndash-wrapper .learndash_mark_complete_button,
.learndash-wrapper #learndash_mark_complete_button,
.learndash-wrapper
  .sfwd-mark-complete
  input[class="learndash_mark_complete_button"],
.learndash-wrapper .ld-login-modal .ld-button,
.learndash-wrapper .ld-login-modal input[type="submit"],
.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit,
.learndash-wrapper
  .ld-item-list
  .ld-item-search
  .ld-item-search-fields
  .ld-item-search-submit
  .ld-button,
body
  div.ld-course-list-items
  div.ld_course_grid
  .thumbnail.course
  a.btn-primary,
.ldx-plugin .uo-toolkit-grid__course-action input,
.learndash-resume-button input[type="submit"],
.learndash-wrapper .ld-login-button,
.learndash-reset-form .learndash-reset-button[type="submit"],
.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link,
.learndash-wrapper .ld-focus-comments .form-submit #submit,
.learndash-wrapper
  #learndash-registration-wrapper
  #learndash_registerform
  #wp-submit,
.rrf-modal-content.modal .modal-navigation button,
.course-reviews-section .write-a-review.not-rated,
.course-reviews-section .login-to-enroll.button,
button.wdm_feedback_form_pop,
.wdm_feedback_form .wdm_feedback_submission,
.ldgr-group-actions #ldgr-update-group-details,
.wdm-tabs-wrapper #bulk_remove,
.wdm-tabs-wrapper #wdm_submit,
.wdm-tabs-wrapper #wdm_ldgr_show_report,
.wdm-tabs-wrapper #wdm_submit_upload {
  font-size: 80%;
  text-transform: uppercase;
}

body
  div.ld-course-list-items
  div.ld_course_grid
  .thumbnail.course
  a.btn-primary {
  padding: 0.625em 1.5em;
  font-size: 60%;
  text-transform: uppercase;
  background: black;
  display: inline;
}

.ld-course-list-items div.ld_course_grid .thumbnail.course a img,
.ld_course_grid .thumbnail a img,
#et-boc .ld_course_grid .thumbnail a img,
.entry-content div.ld_course_grid .thumbnail a img {
  box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

body div.ld-course-list-content .ld_course_grid,
#ld_course_list .ld-course-list-items .ld_course_grid,
#et-boc .ld-course-list-items .ld_course_grid {
  overflow: visible;
}

.ld-course-list-items.row {
  margin: 0;
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  gap: 1rem;
  padding: 0 var(--fullwidth-padding);
  margin-inline: var(--fullwidth-margin) !important;
}

.ld-course-list-items::-webkit-scrollbar {
  height: 0.5rem;
}

.ld-course-list-items::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-left: var(--fullwidth-padding) solid transparent;
  border-right: var(--fullwidth-padding) solid transparent;
  background-clip: padding-box;
}

.ld-course-list-items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
  border-left: var(--fullwidth-padding) solid transparent;
  border-right: var(--fullwidth-padding) solid transparent;
  background-clip: padding-box;
}

.ld-course-list-content .ld_course_grid.col-md-3,
#ld_course_list .ld_course_grid.col-md-3,
#et-boc .ld_course_grid.col-md-3 {
  flex: 0 0 14rem !important;
  max-width: 14rem !important;
}

.site-main {
  padding-block-start: 2rem;
}

/* .entry-content > .wp-block-eedee-block-gutenslider,
.page-description > .wp-block-eedee-block-gutenslider, */
.hero {
  margin-top: -2rem;
}
@media (min-width: 800px) {
  .site-main {
    padding-block-start: 4rem;
  }
  /* .entry-content > .wp-block-eedee-block-gutenslider,
  .page-description > .wp-block-eedee-block-gutenslider, */
  .hero {
    margin-top: -4rem;
  }
}

.box {
  background: white;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  height: 100%;
}
.box h3 {
  font-size: 1.4rem;
}

@media (min-width: 800px) and (max-width: 1300px) {
  .theme-moorambilla-theme .wp-block-columns.pillar > .wp-block-column {
    min-width: 40%;
    flex-wrap: wrap !important;
  }
  .theme-moorambilla-theme .wp-block-columns.pillar {
    flex-wrap: wrap !important;
  }
}
/* @media (min-width: 1100px) {
  .theme-moorambilla-theme .wp-block-columns.pillar > .wp-block-column {
    min-width: 25%;
  }
} */

.theme-moorambilla-theme .wp-block-esab-accordion .esab__container {
  gap: 1rem !important;
}

.theme-moorambilla-theme
  .wp-block-esab-accordion
  .wp-block-esab-accordion-child {
  box-shadow: 10px 10px rgba(0, 0, 0, 0.1) !important;
  background: white !important;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.theme-moorambilla-theme
  .wp-block-esab-accordion
  .wp-block-esab-accordion-child.esab__active_accordion {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.theme-moorambilla-theme
  .wp-block-esab-accordion
  .wp-block-esab-accordion-child.esab__active_accordion
  .esab__heading_tag {
  color: black !important;
}
.theme-moorambilla-theme
  .wp-block-esab-accordion
  .wp-block-esab-accordion-child.esab__active_accordion
  .esab__head {
  background-color: white !important;
}

.theme-moorambilla-theme
  .wp-block-esab-accordion
  .wp-block-esab-accordion-child.esab__active_accordion
  .esab__body {
  background-color: white !important;
}

.theme-moorambilla-theme .wp-block-esab-accordion .esab__expand svg {
  fill: black;
}

.theme-moorambilla-theme
  .wp-block-esab-accordion
  .wp-block-esab-accordion-child.esab__active_accordion
  .esab__body {
  border-color: #fff !important;
}

.nopad {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.nomargin.fullwidth {
  margin-inline: var(--fullwidth-margin);
}
@media (min-width: 800px) {
  .wp-block-cover,
  .wp-block-cover-image {
    min-height: 100%;
  }
}

.theme-moorambilla-theme .gb-headline {
  margin-top: 0;
}

.theme-moorambilla-theme h2.gb-headline {
  margin-top: 0.2rem;
  font-size: var(--type-h2);
}
.theme-moorambilla-theme h3.gb-headline {
  margin-top: 0.2rem;
  font-size: var(--type-h3);
}

.woocommerce-account .woocommerce {
  padding-bottom: 4rem;
}
@media (min-width: 800px) {
  .woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
  }
}

.woocommerce-notices-wrapper {
  flex-basis: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  flex-basis: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex-basis: 75%;
}

.tab-panels .panel {
  display: none;
}

.tab-panels .panel.active {
  display: block;
}

.woocommerce-MyAccount-navigation .small,
.tabbed-content .small {
  font-size: 0.8rem;
}

.woocommerce-MyAccount-navigation ul,
.tabbed-content .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link,
.tabbed-content .nav .tab {
  padding-inline: 0.3rem;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
.tabbed-content .nav .tab a {
  color: black;
  text-decoration: none;
}

.admin-has-been-logged-in-as-a-user .core {
  margin-top: 60px !important;
}
.admin-has-been-logged-in-as-a-user .site-header {
  top: 200px !important;
}

.tab-panels {
  padding-bottom: 4rem;
}
.woocommerce-MyAccount-content,
.tab-panels .panel {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-inline: 2rem;
}
.woocommerce-MyAccount-content label,
.tab-panels label {
  display: flex;
  font-weight: 600;
}

.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content select,
.tab-panels input,
.tab-panels textarea,
.tab-panels select {
  width: 100%;
}
.woocommerce-MyAccount-content select,
.tab-panels select {
  max-width: 100% !important;
}
.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content input[type="button"],
.woocommerce-MyAccount-content input[type="reset"],
.woocommerce-MyAccount-content input[type="submit"],
.tab-panels button,
.tab-panels input[type="button"],
.tab-panels input[type="reset"],
.tab-panels input[type="submit"] {
  width: initial;
}

.woocommerce-MyAccount-content table,
.tab-panels table {
  border-collapse: collapse;
}
.woocommerce-MyAccount-content td,
.tab-panels td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-block: 0.3rem;
}
.woocommerce-MyAccount-content thead td,
.tab-panels thead td {
  border-bottom: 3px solid rgb(1, 141, 190);
}

.woocommerce-MyAccount-content h2,
.tab-panels h2 {
  margin-top: 0;
}
.woocommerce-MyAccount-content h3 {
  margin-bottom: 0;
  font-size: var(--type-p-big);
}
.tab-panels form h3 {
  padding-top: 2rem;
  margin-bottom: 0;
  font-size: var(--type-p-big);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation-link.is-active,
.tab.active {
  background-color: rgba(0, 163, 220, 0.1);
}

@media (min-width: 800px) {
  .short_student {
    display: flex;
    gap: 1rem;
  }
}
.pad-top {
  padding-top: 1rem;
}

.woocommerce-button.button.woocommerce-form-login__submit,
#add_payment_method button,
.woocommerce-address-fields button,
.woocommerce-MyAccount-content a.button,
.woocommerce-account .woocommerce-EditAccountForm button,
.woocommerce-ResetPassword.lost_reset_password button,
.woocommerce-Button.woocommerce-button.woocommerce-form-register__submit,
.woocommerce-shipping-calculator button {
  border: 1px solid rgb(0, 163, 220);
  background-color: rgb(0, 163, 220);
  padding: 0.4rem 0.8rem;
  margin: 0.3rem;
  font-weight: 400;
  text-decoration: none;
}
.woocommerce .u-column1,
.woocommerce .u-column2 {
  margin-top: 2rem;
  padding: 2rem;
  background: rgb(43, 200, 255);
  background: radial-gradient(
    circle at 15% 15%,
    rgba(43, 200, 255, 1) 0%,
    rgba(0, 163, 220, 1) 100%
  );
  color: white;
}
.woocommerce .u-column1 label,
.woocommerce .u-column2 label {
  display: block;
  font-weight: 600;
}
.woocommerce .u-column1 a,
.woocommerce .u-column2 a {
  color: white;
}

.home .involved {
  display: none;
}

.wpum-message a {
  margin-right: 1rem;
}

.loader_text,
.amount_text {
  display: none;
}

.loader_text img {
  width: 60px;
  height: auto;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 20px !important;
}

.mask0 {
  -webkit-mask-image: url(./images/blob_0.svg);
  mask-image: url(./images/blob_0.svg);
}
.mask1 {
  -webkit-mask-image: url(./images/blob_1.svg);
  mask-image: url(./images/blob_1.svg);
}
.mask2 {
  -webkit-mask-image: url(./images/blob_2.svg);
  mask-image: url(./images/blob_2.svg);
}
.mask3 {
  -webkit-mask-image: url(./images/blob_3.svg);
  mask-image: url(./images/blob_3.svg);
}
.mask4 {
  -webkit-mask-image: url(./images/blob_4.svg);
  mask-image: url(./images/blob_04.svg);
}
.mask5 {
  -webkit-mask-image: url(./images/blob_5.svg);
  mask-image: url(./images/blob_5.svg);
}
.mask6 {
  -webkit-mask-image: url(./images/blob_6.svg);
  mask-image: url(./images/blob_6.svg);
}
.mask7 {
  border-radius: 50%;
  overflow: hidden;
}

.box-parent {
  overflow: hidden;
  position: relative;
}

.box-child {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box-parent.hover .box-child,
.box-child.hover,
.box-child:hover {
  transform: scale(1.2);
}

.box-content {
  position: absolute;
  width: 100%;
  inset: 0;
  padding: 1rem;
  background: linear-gradient(#2cc8ff00 70%, #00000082 85%);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.box-content .wp-block-group__inner-container {
  margin-inline: 0 !important;
}
.nodec a,
.nodec {
  text-decoration: none;
}

.single-person .bggrey {
  display: none;
}



.footsocial {
  gap: 0.5rem;
}

@media (min-width: 800px) {
  .theme-moorambilla-theme .footsocial {
    display: none;
  }

}

.balanced {
  text-wrap: balance;
}

.stretch {
  align-items: stretch;
}