/*
 Theme Name:   Deda Core Theme
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://deda.digita.com
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 Text Domain:  deda
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
@import url('assets/css/bootstrap-overrides.css');

@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
}



:root,
:root :where(.editor-styles-wrapper) {
  --header-height: 81px;
  /* Adjust this value based on header's actual default height */
  --wp--style--global--content-size: calc(1350px - 1rem);
  --wp--custom--carousel-block--pagination-bullet-size: 16px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  --wp--custom--carousel-block--pagination-bullet-horizontal-gap: 12px;
  --wp--custom--carousel-block--pagination-bullet-color: #d9d9d9;
  --wp--custom--carousel-block--pagination-bullet-active-color: var(--bs-primary);
  --wp--custom--carousel-block--pagination-bullet-opacity: 1;
  --wp--custom--carousel-block--pagination-bullet-active-opacity: 1;
  --wp--custom--carousel-block--navigation-color: var(--bs-primary);
  --wp--custom--carousel-block--navigation-size: 2.5rem;
  --fa-font-family: "Font Awesome 6 Pro";
  --cosmica-red: #cd001a;
  --cosmica-purple: #6351ff;
  --cosmica-gradient: linear-gradient(90deg, var(--cosmica-purple) 0%, var(--cosmica-red) 50%);
}

:root,
:root :where(div.editor-styles-wrapper),
body * {
  --wp--preset--spacing--80: 8rem;
  --wp--preset--spacing--70: 6.5rem;
  --wp--preset--spacing--60: 5rem;
  --wp--preset--spacing--50: 3rem;
  --wp--preset--spacing--40: 1.5rem;
  --wp--preset--spacing--30: 1rem;
  --wp--preset--spacing--20: 0.5rem;
  --wp--preset--spacing--10: 0.25rem;
}

body :where(.editor-styles-wrapper) a {
  color: inherit;
}

body:not(.wp-admin) {
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

html body #wpadminbar, #masthead {
  max-width:100vw;
}

a {
  transition: all 0.3s ease-in-out;
  color: inherit;
}

hr {
  border: 0;
  height: 2px;
  background: #ddd;
}

#page {
  background-image: var(--page-background);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50%;
}

.otgs-development-site-front-end {
  display: none !important;
}

.semi-transparent {
  --bs-bg-opacity: 0.67;
}

.entry-content {
  font-size: 16px;
}

#footer,
#footer a {
  color: #fff;
}

#footer a {
  text-decoration: underline;
  text-decoration-color: #fff3;
}

#footer a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.entry-content .alignfull,
.footer_widget .alignfull {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  position: relative;
}

.entry-content .alignfull .alignfull {
  width: 100%;
  left: auto;
  margin-left: auto;
}

.explore-more {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

.explore-more::after {
  content: "";
  height: 3px;
  width: 100%;
  background: var(--cosmica-gradient);
  background-size: 200% auto;
  display: block;
  left: 0;
  top: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.explore-more:hover::after {
  background-position: 100% 0;
}

.footer-info .menu li {
  display: inline-block;
}

.footer-info-menus a {
  padding: 0;
  color: #fff;
}

.footer_widget .menu .menu-item {
  display: inline-block;
  margin: 0 1rem 0.5rem 0;
}

.entry-content>.alignfull:first-child {
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.fs-lg {
  font-size: calc(3.375rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-lg {
    font-size: 6.5rem !important;
  }
}

.editor-styles-wrapper blockquote,
blockquote.blockquote {
  font-size: 70px;
  font-weight: 100;
  color: var(--bs-primary);
  max-width: 920px !important;
  margin: 0 auto;
  border: none;
  line-height: 1;
}

.editor-styles-wrapper blockquote>p:before,
blockquote.blockquote>p:before {
  content: "“";
  font-weight: 100;
  margin-right: 0.25rem;
}

.editor-styles-wrapper blockquote>p:after,
blockquote.blockquote>p:after {
  content: "”";
  font-weight: 100;
  margin-left: 0.25rem;
}

.editor-styles-wrapper blockquote>p,
blockquote.blockquote>p {
  display: inline-block;
}

.is-gradient-highlight {
  padding: 0;
  background-clip: text !important;
  color: transparent !important;
}

@media (prefers-contrast: more) {
  .is-gradient-highlight {
    text-decoration:underline !important;
    background-clip: none !important;
    color: inherit !important;
  }
}

.text-gradient {
  background-image: var(--cosmica-gradient);
  background-clip: text;
  color: transparent;
}

.border-gradient {
  --border-size: 1px;
  position: relative;
  background: transparent;
  background-clip: padding-box !important;
  border: solid var(--border-size) transparent;
  transition: all 0.3s !important;
  color: inherit;
}

.border-gradient::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--border-size));
  left: calc(-1 * var(--border-size));
  right: calc(-1 * var(--border-size));
  bottom: calc(-1 * var(--border-size));
  border-radius: var(--bs-border-radius);
  border: var(--border-size) solid transparent;
  background: var(--cosmica-gradient) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.gradient-links a {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
}

.gradient-links a::after {
  content: "";
  position: absolute;
  background-image: var(--cosmica-gradient);
  background-size: 200% auto;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.gradient-links a:hover::after {
  background-position: 100% 0;
}

.gradient-bg {
  background-image: var(--cosmica-gradient);
  background-size: 200% auto;
  transition: all 0.3s ease-in-out;
}

#content {
  padding-top: var(--header-height);
}

.header_breadcrumbs {
  padding-top: var(--header-height);
}

.header_breadcrumbs+#content {
  padding-top: 0;
}

/* Default: show .logo_default, dark text, white header background */
.logo_clear,
.logo.clear_colored {
  opacity: 0;
}

/** focus styles **/
body:not(.wp-admin) :focus-visible, body:not(.wp-admin) .nav-link:focus-visible, body:not(.wp-admin) button:focus-visible, body:not(.wp-admin) button.btn:focus-visible, body:not(.wp-admin) a:focus-visible, body:not(.wp-admin) .filter--btn:focus-within {
	outline: 2px solid #fff !important;
	outline-offset: -1px !important;
	box-shadow: 0 0 0 3px #000 inset, 0 0 0 3px var(--bs-secondary) !important;
	border-color: transparent;
}



#masthead {
  border-bottom: 1px solid rgba(230, 230, 230, 0.15);
  background: #000;
  color: #fff;
  box-shadow: 0 0 0px #0000;
  transition: all 0.3s ease-in-out;
  left: 0;
  z-index: 99999;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

#masthead nav * {
  color: #fff;
  font-size: 15px;
}

#masthead .logo>img {
  transition: all 0.3s ease-in-out;
}

#masthead .negative_logo {
  opacity: 0;
}

.megamenu-open #masthead .negative_logo {
  opacity: 1;
}

#masthead .nav-link {
  color: #fff;
}

.megamenu-open #masthead {
  background: #fff;
}

.megamenu-open #masthead nav *:not(.btn) {
  color: #000;
}

.megamenu-open #masthead .nav-link {
  color: #000;
}

.cat-button {
  background-color: #F0EEFD !important;
  color: var(--bs-secondary) !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.cat-button-dark {
  background: #22212C !important;
  color: #9184FF !important;
}


#masthead .logo {
  display: block;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}

#offcanvas-navbar .main-menu-hidden {
  display: none;
}

/* If html has .clear or .clear_colored: transparent header, white text, show .logo_clear or .clear_colored */
html.clear #masthead,
html.clear_colored #masthead {
  background-color: transparent;
  box-shadow: 0 0 0px #0000;
}

html.clear #masthead #nav-main *,
html.clear_colored #masthead #nav-main * {
  color: #fff !important;
}

body.scrolled #masthead {
  box-shadow: 0 0 10px #0002;
}

html.clear #masthead #nav-main .btn[class*="btn-outline"]:hover,
html.clear_colored #masthead #nav-main .btn[class*="btn-outline"]:hover {
  color: var(--bs-btn-hover-color) !important;
}


.logo-icons .logo .color {
  transition: all 0.2s ease-in-out;
  filter: grayscale(1) contrast(0);
}

.logo-icons .logo:hover .color {
  filter: none;
}

.logo-icons .logo .bw {
  display: none;
}

/* menu */

.dropdown-toggle::after {
  content: "";
}

#bootscore-navbar .menu-item-has-children>a::after {
  content: "\f107";
  font-family: var(--fa-font-family);
  border: 0 none;
  margin: 0;
  vertical-align: text-top;
  padding-left: 0.3em;
}

#bootscore-navbar {
  --bs-dropdown-link-color: var(--bs-dark);
  --bs-nav-link-color: var(--bs-dark);
  --bs-nav-link-hover-color: var(--bs-secondary);
  --bs-navbar-active-color: var(--bs-nav-link-hover-color);
  --bs-nav-link-font-size: 1.125rem;
}

#bootscore-navbar a {
  font-size: 15px;
  border-radius: 4px;
}

#bootscore-navbar .dropdown-menu {
  --bs-dropdown-border-radius: 0 0 0.6rem 0.6rem;
  --bs-dropdown-box-shadow: 0 0 10px #0002;
  --bs-dropdown-link-color: var(--bs-dark);
  --bs-dropdown-link-hover-color: var(--bs-secondary);
  --bs-dropdown-font-size: 1.125rem;
  --bs-dropdown-border-color: #eef;
  border-top: 0;
}

#bootscore-navbar .dropdown-menu {
  display: block;
  z-index: -1;
  opacity: 0;
  text-align: center;
  transform: rotateX(90deg) translateY(-10px);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  left: -50%;
}

#bootscore-navbar .menu-item:hover .dropdown-menu {
  z-index: 200 !important;
}

#bootscore-navbar .dropdown-menu.show {
  opacity: 1;
  transform: rotateX(0deg) translateY(0px);
  z-index: 105;
}


.gblock.accordion_compatto .accordion-button {
  font-size: 1.75rem;
  font-weight: 600;
}

.wp-block-button.is-style-icon-link .wp-block-button__link,
.wp-block-button.is-style-icon-link a {
  background: transparent;
  margin: 0;
  box-shadow: none;
  color: var(--bs-primary);
}

.wp-block-button>a.btn {
  width: 100%;
}

/** cosmica button gradients **/

.btn-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color),
.btn-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color):focus,
.btn-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color):active,
.btn-primary.active:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color),
.btn-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color):disabled,
.btn-primary.disabled:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color) {
  background-image: var(--cosmica-gradient);
  background-size: 200% auto;
  transition: all 0.3s ease-in-out !important;
  --bs-btn-border-width: 0;
}


/* Button hover */
.btn-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color):hover,
.btn-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color):focus-visible {
  background-position: 100% 0;
}

/** cosmica buttons con bordo gradiente **/
.wp-block-button {
  position: relative;
  z-index: 1;
}

#editor .wp-block-button .wp-block-button {
  z-index: initial;
}

.btn-outline-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color),
#editor .btn-outline-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color),
#widgets-editor .btn-outline-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color) {
  --border-size: 1px;
  position: relative;
  background: transparent;
  background-clip: padding-box !important;
  border: solid var(--border-size) transparent;
  transition: all 0.3s !important;
  color: inherit;
}

.btn-outline-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color):before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--border-size));
  left: calc(-1 * var(--border-size));
  right: calc(-1 * var(--border-size));
  bottom: calc(-1 * var(--border-size));
  border-radius: var(--bs-border-radius);
  border: var(--border-size) solid transparent;
  background: var(--cosmica-gradient) border-box;
  mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.btn-outline-primary:hover:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color),
#editor .btn-outline-primary:hover:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color),
#widgets-editor .btn-outline-primary:hover:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color) {
  background: var(--cosmica-red);
  border: var(--border-size) solid transparent;
  color: var(--bs-white);
}

.btn-outline-primary:not(.has-text-color):not(.has-background):not(.has-link-color):not(.has-border-color):hover::before {
  background-position: 100% 0;
  background-image: linear-gradient(var(--cosmica-red));
}

ul.wp-block-list {
  list-style-type: "";
  padding-left: 3rem;
}

ul.wp-block-list li {
  position: relative;
  margin-bottom: 1.5rem;
}

ul.wp-block-list li::before {
  content: "\f00c";
  font: var(--fa-font-solid);
  display: inline-block;
  position: absolute;
  left: -2.5rem;
  font-size: 1.2em;
  line-height: inherit;
  top: 0;
  background-image: var(--cosmica-gradient);
  background-clip: text;
  color: transparent;
}

.dot-separator {
  font-size: 5px;
  line-height: 1.5rem;
}

.link-arrow::after {
  content: "\f061";
  font: var(--fa-font-light);
  padding-left: 0.5em;
  font-size: 1.2em;
  transition: all 0.3s ease-in-out;
  vertical-align: text-bottom;
}

.slick-next::before,
.slick-prev::before {
  display: none;
}

.slick-dots li button::before {
  font-size: 1rem;
}

.slick-dots li.slick-active button::before,
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: .75;
  color: var(--bs-primary);
}

.slick-dots.custom_dots {
  position: relative;
  bottom: 0;
  margin: 0;
  padding: 0;
  top: 0;
}


.deda-breadcrumbs,
.deda-breadcrumbs a {
  color: var(--bs-silver);
  font-size: 14px;
}

html.clear .deda-breadcrumbs,
html.clear_colored .deda-breadcrumbs,
html.clear .deda-breadcrumbs a,
html.clear_colored .deda-breadcrumbs a {
  color: #fff !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 0;
  max-width: 100%;
  align-content: center;
  align-items: center;
}


/** mobile menu **/

#menu-mobile.mm-menu.mm-menu--offcanvas {
  display: block !important;
}

.admin-bar #menu-mobile {
  top: var(--wp-admin--admin-bar--height);
}

.mm-navbar__title>span:first-child {
  display: block;
  width: 100%;
}

.mm-blocker {
  position: fixed;
}
.mm-navbar__title,
.mm-btn--prev.mm-hidden + .mm-navbar__title {
  display:none;
}

.mm-btn--prev:not(.mm-hidden) + .mm-navbar__title {
  display: flex;
}

.mm-btn--prev:not(.mm-hidden) + .mm-navbar__title + .mmenu-row .col.mmenu-logo,
.mm-btn--prev:not(.mm-hidden) + .mmenu-row .col.mmenu-logo {
	display: none;
}

/** hero group -> columns cosmica **/
.wp-block-group.is-style-hero-cosmica {
  background-clip: text;
  overflow: hidden;
}

.wp-block-group.is-style-hero-cosmica>* {
  position: relative;
  z-index: 1;
}

.is-style-hero-cosmica .wp-block-columns {
  background-image: inherit;
  background-clip: text;
}

.is-style-hero-cosmica .wp-block-columns~.wp-block-columns {
  background-image: revert-layer;
  background-clip: unset;
}

.is-style-hero-cosmica .wp-block-columns>.wp-block-column {
  position: relative;
  z-index: 3;
}

.is-style-hero-cosmica .wp-block-columns>.wp-block-column:last-child {
  position: relative;
  z-index: 2;
  background-image: inherit;
  background-clip: text;
}

.is-style-hero-cosmica .wp-block-columns>.wp-block-column:last-child:before {
  content: "";
  display: block;
  width: 300%;
  height: 300%;
  position: absolute;
  right: -100%;
  top: -100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: inherit;
  pointer-events: none;
  background-position: center;
}

.is-style-hero-cosmica .wp-block-columns~.wp-block-columns .wp-block-column:last-child:before {
  content: "";
  display: none;
}


/** video iframes **/
.wp-block-embed__wrapper>iframe {
  width: 100%;
  height: auto;
  border-radius: var(--bs-border-radius);
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper>iframe {
  aspect-ratio: 16/9;
}

/** tabs **/


.wp-block-ub-tabbed-content-pills .wp-block-ub-tabbed-content-tab-title-wrap {
  border-radius: 100px;
  border: 1px solid;
  margin-right: 2rem;
}

.news-container .post-meta {
	font-size: 0.875rem;
}

.news-container .post-meta .separator {
	font-size: 4px;
	vertical-align: middle;
	display: inline-block;
	padding: 0 0.5rem;
}

/** post grid filters **/
.filter_label {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.filter_checkbox:checked+.filter_label {
  color: var(--bs-primary);
  text-decoration: underline;
}


/** single post image dimensions **/

.wp-post-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

/** swiper module carousel block **/
.wp-block-cb-carousel-v2 .swiper-button-prev::after,
.wp-block-cb-carousel-v2 .swiper-rtl .swiper-button-next::after {
  content: "\f0a8";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}

.wp-block-cb-carousel-v2 .swiper-button-next::after,
.wp-block-cb-carousel-v2 .swiper-rtl .swiper-button-prev::after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}

.header-image {
  background-image: var(--header-image);
  background-size: cover;
  background-position: center;
  min-height: 37vw;
}

.single-post .header-image {
  min-height: 20vh;
}

.is-style-overlapped-glass,
.glass,
.is-style-glass {
  background: #fff3;
  padding: 15px;
  border-radius: 25px;
  backdrop-filter: blur(10px);
}

.is-style-overlapped-glass,
.overlapped,
.is-style-overlapped,
.is-style-overlapped-300,
#editor .overlapped {
  margin-top: -165px !important;
  position: relative !important;
  z-index: 2;
}

.is-style-overlapped-300 {
  margin-top: -300px !important;
}

@media screen and (max-width: 575px) {
  .is-style-overlapped-300 {
    margin-top: -130px !important;
  }

  .is-style-overlapped {
    margin-top: -120px !important;
  }
}

.is-style-wp-aspect-ratio-4-3 {
  aspect-ratio: 4/3;
}

.is-style-wp-aspect-ratio-4-3>textarea {
  aspect-ratio: inherit;
  height: 100%;
}

/** pagers **/
.page-numbers {
  text-decoration: none;
  line-height: 1.8rem;
}

.page-numbers.current {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 50px;
  min-height: 2.3em;
  min-width: 2.3rem;
  text-align: center;
  line-height: 1.8rem;
}


/** pages list gutenberg block classes **/
ul.wp-block-page-list.is-style-depth-1>li>ul {
  display: none;
}

ul.wp-block-page-list.is-style-depth-2>li>ul>li>ul {
  display: none;
}

ul.wp-block-page-list.is-style-depth-3>li>ul>li>ul>li>ul {
  display: none;
}


@media (max-width: 575px) {
  #masthead .navbar-brand .logo {
    max-width: 180px;
  }
}

/** custom sticky top **/

.sticky-top-px-50 {
  position: sticky;
  top: 50px !important;
}
.sticky-top-px-100 {
  position: sticky;
  top: 100px !important;
}
.sticky-top-px-150 {
  position: sticky;
  top: 150px !important;
}
.sticky-top-px-200 {
  position: sticky;
  top: 200px !important;
}
.sticky-top-px-250 {
  position: sticky;
  top: 250px !important;
}
.sticky-top-px-300 {
  position: sticky;
  top: 300px !important;
}


/** custom trig animations class .enable-trig is necessary*/

body:not(.wp-admin) {
  --animation-easing: ease-in-out;
  --animation-delay: 0s;
  --animation-offset: 100px;
  --animation-duration: 0.5s;
}
.trig-delay-03 {
  --animation-delay: 0.3s;
}
.trig-delay-05 {
  --animation-delay: 0.5s;
}
.trig-delay-1 {
  --animation-delay: 1s;
}
.trig-delay-2 {
  --animation-delay: 2s;
}
.trig-delay-3 {
  --animation-delay: 3s;
}

.trig-offset-50 {
  --animation-offset: 50px;
}
.trig-offset-150 {
  --animation-offset: 150px;
}
.trig-offset-200 {
  --animation-offset: 200px;
}
.trig-offset-300 {
  --animation-offset: 300px;
}

.trig-duration-01 {
  --animation-duration: 0.1s;
}
.trig-duration-05 {
  --animation-duration: 0.5s;
}
.trig-duration-1 {
  --animation-duration: 1s;
}
.trig-duration-2 {
  --animation-duration: 2s;
}

body:not(.wp-admin) .fade-up {
    transform: translateY(var(--animation-offset));
    opacity: 0;
    transition: all 0.01s var(--animation-easing) var(--animation-delay);
}

body:not(.wp-admin) .fade-up.trig-up, 
body:not(.wp-admin) .fade-up.trig-down {
    transform: translateY(0);
    opacity: 1;
    transition: all var(--animation-duration) var(--animation-easing) var(--animation-delay);
}

body:not(.wp-admin) .fade-right {
  transform: translateX(var(--animation-offset));
  opacity: 0;
  transition:all 0.01s var(--animation-easing) var(--animation-delay);
}

body:not(.wp-admin) .fade-right.trig-up, 
body:not(.wp-admin) .fade-right.trig-down {
    transform: translateX(0);
    opacity: 1;
    transition: all var(--animation-duration) var(--animation-easing) var(--animation-delay);
}

body:not(.wp-admin) .fade-left {
  transform: translateX(calc(-1 * var(--animation-offset)));
  opacity: 0;
  transition:all 0.01s var(--animation-easing) var(--animation-delay);
}

body:not(.wp-admin) .fade-left.trig-up, 
body:not(.wp-admin) .fade-left.trig-down {
    transform: translateX(0);
    opacity: 1;
    transition: all var(--animation-duration) var(--animation-easing) var(--animation-delay);
}

body:not(.wp-admin) .fade-rotate > *:first-child {
  rotate: -100deg;
  opacity: 0;
  transition: none;
}

body:not(.wp-admin) .fade-rotate.trig-down > *:first-child,
body:not(.wp-admin) .fade-rotate.trig-up > *:first-child {
  rotate: 0deg;
  opacity: 1;
  transition: all var(--animation-duration) var(--animation-easing) var(--animation-delay);
}