/*
Theme Name: LGM Theme
Theme URI: https://lagranmanzana.es
Template: hello-elementor
Author: Rionic Technologies
Author URI: https://rionic.io
Version: 1.0.0.1762739889
Updated: 2025-11-10 02:58:09

*/

/* Defs */
@property --angle-1 {
  syntax: "<angle>";
  inherits: false;
  initial-value: -75deg;
}

@property --angle-2 {
  syntax: "<angle>";
  inherits: false;
  initial-value: -45deg;
}

:root {
  --global--size: clamp(2rem, 4vw, 5rem);
  --anim--hover-time: 400ms;
  --anim--hover-ease: cubic-bezier(0.25, 1, 0.5, 1);
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  background-color: transparent;
}

/* ========== CURSOR ========== */

.cursor-follow-circle {
  --circle-size: 25px;
  position: fixed;
  height: var(--circle-size);
  width: var(--circle-size);
  border: 1px solid #46dfa9;
  border-radius: 100%;
  top: calc(var(--circle-size) / 2 * -1);
  left: calc(var(--circle-size) / 2 * -1);
  pointer-events: none;
  background: radial-gradient(circle at 30% 30%, #8af0cc 20%, #46dfa9 20%);
  filter: blur(3px);
  box-shadow: 0px 5px 15px rgba(70, 223, 169, 1);
  z-index: 99999999;
}

.elementor-location-floating_buttons .e-con-inner{
  padding:0;
}

@media screen and (max-width: 767px) {
  .cursor-follow-circle {
    display: none;
  }
}

/* ========== END CURSOR ========== */

/* ========== ANIMATIONS ========== */

/* ZOOM MAGNIFYING GLASS */

.mag-glass {
  --border-width: clamp(1px, 0.0625em, 4px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: linear-gradient(
    -75deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 999vw;
  box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
    inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
    0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2),
    0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
    0 0 0 0 rgba(255, 255, 255, 1);
  backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -webkit-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -moz-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -ms-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  width: 150px;
  height: 150px;
  position: fixed;
  pointer-events: none;
  opacity: 0; /*TEMP*/
  z-index: 8;
  transition: opacity 0.3s linear;
}

/* Outline */
.mag-glass::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 999vw;
  width: calc(100% + var(--border-width));
  height: calc(100% + var(--border-width));
  top: calc(0% - var(--border-width) / 2);
  left: calc(0% - var(--border-width) / 2);
  padding: var(--border-width);
  box-sizing: border-box;
  background: conic-gradient(
      from var(--angle-1) at 50% 50%,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0) 5% 40%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 60% 95%,
      rgba(0, 0, 0, 0.5)
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all var(--anim--hover-time) var(--anim--hover-ease),
    --angle-1 500ms ease;
  box-shadow: inset 0 0 0 calc(var(--border-width) / 2) rgba(255, 255, 255, 0.5);
  --angle-1: -75deg;
}

.zoom-area {
  position: relative;
  cursor: none;
}

@media (pointer: coarse) and (hover: none) {
  /* Mobile and tablet-specific styles */
  .mag-glass {
    display:none;
	  width:0px;
	  height:0px;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.elementor-image-carousel.swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}

/* ========== END ANIMATIONS ========== */

/* ========== GLASS CONTAINER ========== */

.glass-wrap {
  --border-width: clamp(1px, 0.0625em, 4px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
  z-index: 3;
  background: linear-gradient(
    -75deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 999vw;
  box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
    inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
    0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2),
    0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
    0 0 0 0 rgba(255, 255, 255, 1);
  backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -webkit-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -moz-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -ms-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0em 0.25em 0.05em rgba(0, 0, 0, 0.1);
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  padding-inline: 0;
  padding-block: 0;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* Shadow Hover */
.glass-wrap:hover {
  box-shadow: inset 0 0.15em 0.125em rgba(0, 0, 0, 0.2),
    inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
    0 0.25em 0.25em -0.125em rgba(0, 0, 0, 0.3),
    0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.5),
    0 0 0 0 rgba(255, 255, 255, 1);
}

/* Outline */
.glass-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 999vw;
  width: calc(100% + var(--border-width));
  height: calc(100% + var(--border-width));
  top: calc(0% - var(--border-width) / 2);
  left: calc(0% - var(--border-width) / 2);
  padding: var(--border-width);
  box-sizing: border-box;
  background: conic-gradient(
      from var(--angle-1) at 50% 50%,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0) 5% 40%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 60% 95%,
      rgba(0, 0, 0, 0.5)
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all var(--anim--hover-time) var(--anim--hover-ease),
    --angle-1 500ms ease;
  box-shadow: inset 0 0 0 calc(var(--border-width) / 2) rgba(255, 255, 255, 0.5);
}

.glass-wrap:hover::after {
  --angle-1: -125deg;
}

.glass-wrap:active::after {
  --angle-1: -75deg;
}

@media (hover: none) and (pointer: coarse) {
  .glass-wrap::after {
    --angle-1: -75deg;
  }
}

.glass-wrap.fixed200 {
  width: 100px;
  height: 100px;
}

.glass-wrap.rect {
  border-radius: 15px;
}

.glass-wrap.rect:after {
  border-radius: 15px;
}

.glass-wrap.pill {
  aspect-ratio: auto;
  display: inline-block;
  width: fit-content;
  padding: 0px 20px;
  filter: blur(2px);
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  margin: 10px 2px;
}

@media screen and (max-width: 767px) {
  .glass-wrap.pill {
    filter: none;
  }
}

.glass-wrap.pill:hover {
  filter: blur(0px);
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
}

.glass-wrap * {
  position: relative;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: rgba(50, 50, 50, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0em 0.125em 0.05em rgba(50, 50, 50, 0.1);
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
}

.glass-wrap:hover * {
  text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.12);
}

/* ========== END GLASS CONTAINER ========== */

/* ========== BUTTON ========== */

/* Button Wrap Container */
.custom-btn {
  position: relative;
  z-index: 2;
  border-radius: 999vw;
  background: transparent;
  pointer-events: none;
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
}

.custom-btn.rect {
  border-radius: 15px;
}

/* Button Shadow Container */
.custom-btn .button-shadow {
  --shadow-cuttoff-fix: 2em;
  position: absolute;
  width: calc(100% + var(--shadow-cuttoff-fix));
  height: calc(100% + var(--shadow-cuttoff-fix));
  top: calc(0% - var(--shadow-cuttoff-fix) / 2);
  left: calc(0% - var(--shadow-cuttoff-fix) / 2);
  filter: blur(clamp(2px, 0.125em, 12px));
  -webkit-filter: blur(clamp(2px, 0.125em, 12px));
  -moz-filter: blur(clamp(2px, 0.125em, 12px));
  -ms-filter: blur(clamp(2px, 0.125em, 12px));
  overflow: visible;
  pointer-events: none;
}

/* Shadow */
.custom-btn .button-shadow::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: 999vw;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2),
    rgba(255, 255, 255, 0.2)
  );
  width: calc(100% - var(--shadow-cuttoff-fix) - 0.25em);
  height: calc(100% - var(--shadow-cuttoff-fix) - 0.25em);
  top: calc(var(--shadow-cuttoff-fix) - 0.5em);
  left: calc(var(--shadow-cuttoff-fix) - 0.875em);
  padding: 0.125em;
  box-sizing: border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  overflow: visible;
  opacity: 1;
}

.custom-btn.rect .button-shadow::after {
  border-radius: 15px;
}

.custom-btn.black .button-shadow::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}

.custom-btn.primary .button-shadow::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2),
    rgba(70, 223, 169, 0.2)
  );
}

/* ========== BUTTON BASE STYLES ========== */

.custom-btn button {
  /* Basic Styling */
  --border-width: clamp(1px, 0.0625em, 4px);
  all: unset;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
  z-index: 3;
  background: linear-gradient(
    -75deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 999vw;
  box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
    inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
    0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2),
    0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
    0 0 0 0 rgba(255, 255, 255, 1);
  backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -webkit-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -moz-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -ms-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
}

.custom-btn.rect button {
  border-radius: 15px;
}

.custom-btn button:hover {
  backdrop-filter: blur(0.01em);
  -webkit-backdrop-filter: blur(0.01em);
  -moz-backdrop-filter: blur(0.01em);
  -ms-backdrop-filter: blur(0.01em);
  box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
    inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
    0 0.15em 0.05em -0.1em rgba(0, 0, 0, 0.25),
    0 0 0.05em 0.1em inset rgba(255, 255, 255, 0.5),
    0 0 0 0 rgba(255, 255, 255, 1);
}

/* Button Text */
.custom-btn button span {
  position: relative;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 400;
  font-size: 20px;
  line-height:24px;
  color: rgba(255, 255, 255, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0em 0.25em 0.05em rgba(255, 255, 255, 0.1);
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  padding-inline: 1.25em;
  padding-block: 0.875em;
  display: flex;
  gap: 20px;
  align-items: center;
}

.custom-btn.rect button span {
  padding-inline: 1.25em;
  padding-block: 1.25em;
}

.custom-btn.vertical button span {
  padding-inline: 0.875em;
  padding-block: 1.25em;
}

@media screen and (max-width: 1024px) {
  .custom-btn button span {
    padding-inline: 0.875em;
    padding-block: 0.5em;
	font-size: 18px;
	line-height:22px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn button span {
    padding-inline: 0.875em;
    padding-block: 0.5em;
	font-size: 17px;
	line-height:20px;
  }

  .custom-btn.rect button span {
    padding-inline: 0.875em;
    padding-block: 0.875em;
  }

  .custom-btn.vertical button span {
    padding-inline: 0.5em;
    padding-block: 0.875em;
  }
}

.custom-btn button:hover span {
  text-shadow: 0.025em 0.025em 0.025em rgba(255, 255, 255, 0.12);
}

.custom-btn.black button span {
  color: rgba(20, 20, 20, 1);
  text-shadow: 0em 0.25em 0.05em rgba(0, 0, 0, 0.1);
}

.custom-btn.primary button span {
  color: var(--e-global-color-primary);
  text-shadow: 0em 0.25em 0.05em rgba(70, 223, 169, 0.1);
}

.custom-btn.black button:hover span {
  text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.12);
}

.custom-btn.primary button:hover span {
  text-shadow: 0.025em 0.025em 0.025em rgba(70, 223, 169, 0.12);
}

@media screen and (max-width: 767px) {
  .custom-btn button span {
    gap: 12px;
  }
}

/* Text */
.custom-btn button span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: calc(100% - var(--border-width)); /* Prevent overlapping border */
  height: calc(100% - var(--border-width));
  top: calc(0% + var(--border-width) / 2);
  left: calc(0% + var(--border-width) / 2);
  box-sizing: border-box;
  border-radius: 999vw;
  overflow: clip;
  background: linear-gradient(
    var(--angle-2),
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 40% 50%,
    rgba(255, 255, 255, 0) 60%
  );
  z-index: 3;
  mix-blend-mode: screen;
  pointer-events: none;
  background-size: 200% 200%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  transition: background-position calc(var(--anim--hover-time) * 1.25)
      var(--anim--hover-ease),
    --angle-2 calc(var(--anim--hover-time) * 1.25) var(--anim--hover-ease);
}

.custom-btn.rect button span::after {
  border-radius: 15px;
}

.custom-btn button:hover span::after {
  background-position: 25% 50%;
}

.custom-btn button:active span::after {
  background-position: 50% 15%;
  --angle-2: -15deg;
}

.custom-btn button .icon {
  width: auto;
  background: var(--e-global-color-secondary);
  border: 2px solid var(--e-global-color-secondary);
  border-radius: 999vw;
  padding: 0.25em 0.875em;
  margin-right: -0.25em;
  transition: all 0.2s linear;
}

.custom-btn button:hover .icon {
  padding: 0.25em 1.125em;
  border: 2px solid var(--e-global-color-primary);
  transition: all 0.2s linear;
}

.custom-btn.special button .icon {
  background: var(--e-global-color-primary);
  border: 2px solid var(--e-global-color-primary);
}

.custom-btn.special button:hover .icon {
  border: 2px solid var(--e-global-color-text);
}

.custom-btn span svg {
  margin-bottom: 1px;
  stroke-width: 1.5;
  color: var(--e-global-color-text);
}

@media screen and (max-width: 767px) {
  .custom-btn button .icon {
    padding: 0.2em 0.5em;
    margin-right: -0.4em;
  }
  .custom-btn button:hover .icon {
    padding: 0.2em 0.6em;
  }
}

/* Touch Devices */
@media (hover: none) and (pointer: coarse) {
  .custom-btn button span::after,
  .custom-btn button:active span::after {
    --angle-2: -45deg;
  }
}

.no-wrap *{
white-space: nowrap;
}

/* ========== BUTTON OUTLINE ========== */

/* Outline */
.custom-btn button::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 999vw;
  width: calc(100% + var(--border-width));
  height: calc(100% + var(--border-width));
  top: calc(0% - var(--border-width) / 2);
  left: calc(0% - var(--border-width) / 2);
  padding: var(--border-width);
  box-sizing: border-box;
  background: conic-gradient(
      from var(--angle-1) at 50% 50%,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0) 5% 40%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 60% 95%,
      rgba(0, 0, 0, 0.5)
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all var(--anim--hover-time) var(--anim--hover-ease),
    --angle-1 500ms ease;
  box-shadow: inset 0 0 0 calc(var(--border-width) / 2) rgba(255, 255, 255, 0.5);
}

.custom-btn.rect button::after {
  border-radius: 15px;
}

.custom-btn button:hover::after {
  --angle-1: -125deg;
}

.custom-btn button:active::after {
  --angle-1: -75deg;
}

@media (hover: none) and (pointer: coarse) {
  .custom-btn button::after,
  .custom-btn button:hover::after,
  .custom-btn button:active::after {
    --angle-1: -75deg;
  }
}

/* Shadow Hover */
.custom-btn:has(button:hover) .button-shadow {
  filter: blur(clamp(2px, 0.0625em, 6px));
  -webkit-filter: blur(clamp(2px, 0.0625em, 6px));
  -moz-filter: blur(clamp(2px, 0.0625em, 6px));
  -ms-filter: blur(clamp(2px, 0.0625em, 6px));
  transition: filter var(--anim--hover-time) var(--anim--hover-ease);
}

.custom-btn:has(button:hover) .button-shadow::after {
  top: calc(var(--shadow-cuttoff-fix) - 0.875em);
  opacity: 1;
}

/* Rotation */
.custom-btn:has(button:active) {
  transform: rotate3d(1, 0, 0, 25deg);
}

.custom-btn:has(button:active) button {
  box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
    inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
    0 0.125em 0.125em -0.125em rgba(0, 0, 0, 0.2),
    0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
    0 0.225em 0.05em 0 rgba(0, 0, 0, 0.05),
    0 0.25em 0 0 rgba(255, 255, 255, 0.75),
    inset 0 0.25em 0.05em 0 rgba(0, 0, 0, 0.15);
}

.custom-btn:has(button:active) .button-shadow {
  filter: blur(clamp(2px, 0.125em, 12px));
  -webkit-filter: blur(clamp(2px, 0.125em, 12px));
  -moz-filter: blur(clamp(2px, 0.125em, 12px));
  -ms-filter: blur(clamp(2px, 0.125em, 12px));
}

.custom-btn:has(button:active) .button-shadow::after {
  top: calc(var(--shadow-cuttoff-fix) - 0.5em);
  opacity: 0.75;
}

.custom-btn:has(button:active) span {
  text-shadow: 0.025em 0.25em 0.05em rgba(0, 0, 0, 0.12);
}

/* ========== END BUTTON ========== */

/* ========== LOGOS ========== */
svg.wrapped-logo {
  height: 25px;
}

svg.wrapped-mobile-logo {
  display: none;
}

svg.wrapped-menu {
  width: 40px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  svg.wrapped-logo {
    display: none;
  }
  svg.wrapped-mobile-logo {
    display: block;
    height: 25px;
  }
}

.custom-btn.no-link button {
  cursor: default;
  aspect-ratio: 1;
  max-width: 8.3em;
}

.custom-btn button span.lg-text {
  font-size: 3em;
  transform: scale(1.5);
  justify-content: center;
  font-family: "Bricolage Grotesque";
  line-height: 1em;
}

.carousel-max-height-img .elementor-image-carousel .swiper-slide figure img {
  max-height: 80px;
  float: none;
  max-width: 100px;
  margin: 0 auto;
}

.main-header.white-icons svg{
	color: var(--e-global-color-secondary);
}

.main-header.primary-icons svg{
	color: var(--e-global-color-text);
}

/* ========== END LOGOS ========== */




/* ========== GENERAL ========== */

p b {
	font-weight:500;
}

.custom-typography-post p{
	line-height:30px;
}

.custom-typography-post p strong{
	font-weight:500;
}

.custom-typography-post h2{
	margin-top:40px;
}

.custom-typography-post h2 strong{
	font-weight:500;
}

.custom-typography-post h3{
	margin-top:20px;
}

.custom-typography-post h3 strong{
	font-weight:500;
}

a {
    background-color: transparent;
    color: #0e9968;
}

a:active, a:hover {
   color: var(--e-global-color-primary);
}
/* ========== END GENERAL ========== */


.hs-input:not([type=file]){
	background:transparent;
}


