:root {
  --mogambo-green-dark: #26312b;
  --mogambo-red-dark: #4f1512;
  --mogambo-red: #a82821;
  --mogambo-red-light: #f5d3d1;
  --mogambo-yellow-dark: #5e4208;
  --mogambo-yellow: #f4b83e;
  --mogambo-yellow-light: #fbedd0;
  --text-default-color: #dae2de;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Offside";
  line-height: 1.5;
  color: var(--text-default-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Impact";
  font-weight: 400;
  line-height: 1.2;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
.heading-h1,
h1.elementor-heading-title {
  font-size: 2.25rem;
}
.heading-h2,
h2.elementor-heading-title {
  font-size: 2.25rem;
}
.heading-4,
h4.elementor-heading-title {
  font-size: 1.5rem;
}
.heading-5,
h5.elementor-heading-title {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  .heading-h1,
  h1.elementor-heading-title {
    font-size: 2.5rem;
  }
  .heading-2,
  h2.elementor-heading-title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .heading-h1,
  h1.elementor-heading-title {
    font-size: 3rem;
  }
  .heading-2,
  h2.elementor-heading-title {
    font-size: 3.125rem;
  }
  .heading-4,
  h4.elementor-heading-title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .heading-h1,
  h1.elementor-heading-title {
    font-size: 4rem;
  }
  .heading-2,
  h2.elementor-heading-title {
    font-size: 4.25rem;
  }
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

p {
  margin-block-end: 0.9rem;
}

p:last-child {
  margin-block-end: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  margin-block-end: 0.9rem;
}

input::placeholder,
textarea::placeholder {
  color: var(--text-default-color);
}

select {
  width: auto;
  padding: 0.5rem 2rem;
  border: 1px solid;
  border-color: var(--fp-bright-blue);
  border-radius: 1.875rem;
  color: var(--fp-navy);
  font-weight: bold;
}

/*  */
.text-impact {
  font-family: "Impact";
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.text-mogambo-red {
  color: var(--mogambo-red) !important;
}
.text-mogambo-red-light {
  color: var(--mogambo-red-light) !important;
}
.text-mogambo-yellow {
  color: var(--mogambo-yellow) !important;
}
.text-mogambo-yellow-light {
  color: var(--mogambo-yellow-light) !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.text-xl {
  font-size: 1.125rem;
}

.text-sm {
  font-size: 0.9375rem;
}

.text-tiny {
  font-size: 0.75rem;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

.lead {
  font-size: 18px;
  font-weight: 600;
}

/*  */
.relative {
  position: relative;
}
.d-block {
  display: block;
}

@media screen and (min-width: 992px) {
  .lg-d-none {
    display: none;
  }
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1 !important;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-inline: auto;
}

.px-0 {
  padding-inline: 0;
}

.py-0.e-con-full,
.py-0.e-con-boxed > .e-con-inner {
  padding-block: 0;
}
.px-2md.e-con-full,
.px-2md.e-con-boxed > .e-con-inner {
  padding-inline: 1.25rem;
}
.py-xl.e-con-full,
.py-xl.e-con-boxed > .e-con-inner {
  padding-block: 3rem;
}
.py-2xl.e-con-full,
.py-2xl.e-con-boxed > .e-con-inner {
  padding-block: 4rem;
}

.pt-0.e-con-full,
.pt-0.e-con-boxed > .e-con-inner {
  padding-block-start: 0;
}

.ms-auto {
  margin-inline-start: auto;
}

.me-auto {
  margin-inline-end: auto;
}

.ms-0 {
  margin-inline-start: 0;
}

.mr-0 {
  margin-inline-end: 0;
}

.mt-20 {
  margin-block-start: 1.25rem;
}

.mb-20 {
  margin-block-end: 1.25rem;
}

.p-0 {
  padding: 0 !important;
}

/*  */
.btn {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  background-color: var(--mogambo-green-dark);
}
.btn-red {
  background-color: #79201b;
  border: 1px solid;
  border-color: var(--mogambo-red);
  color: var(--mogambo-red-light);
}
.btn-yellow {
  background-color: var(--mogambo-yellow-dark);
  border: 1px solid;
  border-color: var(--mogambo-yellow);
  color: var(--mogambo-yellow-light);
}
.btn-inactive {
  background-color: transparent;
  border-color: transparent;
}
.btn:hover {
  background-color: var(--text-default-color);
  color: var(--mogambo-green-dark);
}
.btn-red:hover {
  background-color: var(--mogambo-red);
  color: var(--mogambo-red-light);
}
.btn-yellow:hover {
  background-color: var(--mogambo-yellow);
  color: var(--mogambo-yellow-light);
}
.list-style--none {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.text-truncate-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*  */
.container-ml-0.e-con-boxed > .e-con-inner {
  margin-inline-start: 0 !important;
}

.container-mr-0.e-con-boxed > .e-con-inner {
  margin-inline-end: 0 !important;
}

.row-gap-xl.e-con-full,
.row-gap-xl.e-con-boxed > .e-con-inner {
  row-gap: 3rem;
}

.col-gap-xl.e-con-full,
.col-gap-xl.e-con-boxed > .e-con-inner {
  column-gap: 3rem;
}
.row-gap-md-2,
.row-gap-2md.e-con-full,
.row-gap-2md.e-con-boxed > .e-con-inner {
  row-gap: 3rem;
}
.row-gap-md-1,
.row-gap-md.e-con-full,
.row-gap-md.e-con-boxed > .e-con-inner {
  row-gap: 2rem;
}
.row-gap-base {
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .px-2md.e-con-full,
  .px-2md.e-con-boxed > .e-con-inner {
    padding-inline: 2.5rem;
  }
  .py-xl.e-con-full,
  .py-xl.e-con-boxed > .e-con-inner {
    padding-block: 4rem;
  }
  .py-2xl.e-con-full,
  .py-2xl.e-con-boxed > .e-con-inner {
    padding-block: 5rem;
  }
  .row-gap-xl.e-con-full,
  .row-gap-xl.e-con-boxed > .e-con-inner {
    row-gap: 4rem;
  }
  .row-gap-base {
    row-gap: 1.5rem;
  }
  .col-gap-xl.e-con-full,
  .col-gap-xl.e-con-boxed > .e-con-inner {
    column-gap: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .px-2md.e-con-full,
  .px-2md.e-con-boxed > .e-con-inner {
    padding-inline: 4rem;
  }
  .py-xl.e-con-full,
  .py-xl.e-con-boxed > .e-con-inner {
    padding-block: 5rem;
  }
  .py-2xl.e-con-full,
  .py-2xl.e-con-boxed > .e-con-inner {
    padding-block: 7rem;
  }
  .row-gap-xl.e-con-full,
  .row-gap-xl.e-con-boxed > .e-con-inner {
    row-gap: 5rem;
  }
  .col-gap-xl.e-con-full,
  .col-gap-xl.e-con-boxed > .e-con-inner {
    column-gap: 5rem;
  }
}

.box-event {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  column-gap: 2rem;
}
.box-theme-red {
  border: 1px solid;
  border-color: var(--mogambo-red);
  background-color: #79201b;
  color: var(--mogambo-red-light);
}

@media screen and (min-width: 768px) {
  .box-event {
    flex-direction: row;
    padding: 2rem;
  }
  .box-event .event-box-media {
    order: 1;
  }
  .box-event .event-box-side {
    width: min(100%, 12rem);
  }
}

.post-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  z-index: 99;
}

.elementor-widget-wp-widget-polylang nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.elementor-widget-wp-widget-polylang nav ul a {
  padding: 0.75rem 1.25rem;
  background-color: #48755e;
  display: inline-block;
}

.menu-trigger-open,
.menu-trigger-close {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-trigger-open .elementor-icon-wrapper,
.menu-trigger-close .elementor-icon-wrapper {
  line-height: 1;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: unset;
  height: unset;
  display: none;
}

.menu-mobile .menu-mobile-inner {
  height: 100%;
  transform: translateX(100%);
  transform: 2s;
}

body.show-mobile-menu .menu-mobile {
  display: block;
}
body.show-mobile-menu .menu-mobile .menu-mobile-inner.show {
  transform: translateX(0);
}
