/*!
Theme Name: Yalo
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: _s
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.

_s 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:
----------------------------------------------------------------
# Import Variables and Mixins
# 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Import variables and mixins.
--------------------------------------------------------------*/
.text-gray {
  color: #CFCFCF; }

--bs-font-sans-serif {
  font-family: "Montserrat", sans-serif; }

--bs-body-font-family {
  font-family: "Bitter", serif; }

--bs-body-font-size {
  font-size: 1rem; }

--bs-body-font-weight {
  font-weight: 400; }

--bs-body-line-height {
  line-height: 1.5rem; }

--bs-body-color {
  color: #000000; }

--bs-body-text-align {
  text-align: left; }

/* custom xxxl breakpoint */
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto; }

/* custom padding on all top level sections */
.site-header > div, #primary > .section {
  padding-right: 16px;
  padding-left: 16px;
  z-index: 1;
  position: relative; }

@media (min-width: 576px) {
  .site-header > div, #primary > .section {
    padding-right: 20px;
    padding-left: 20px; } }

@media (min-width: 768px) {
  .site-header > div, #primary > .section {
    padding-right: 20px;
    padding-left: 20px; } }

@media (min-width: 992px) {
  .site-header > div, #primary > .section {
    padding-right: 30px;
    padding-left: 30px; } }

/* custom grid gutter spacing */
.row {
  --bs-gutter-x: 1.25rem;
  /* 20px for mobile & tablet */ }

@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 1.5rem;
    /* 24px for desktop */ } }

.g-0, .gx-0 {
  --bs-gutter-x: 0; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* 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.
 */
/* 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; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  color: #080808; }

h1, .h1, .heading-large {
  font-size: 2.18rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.18rem;
  letter-spacing: -0.35px; }
  @media (min-width: 768px) {
    h1, .h1, .heading-large {
      font-size: 3.75rem;
      line-height: 3.75rem;
      letter-spacing: -0.6px; } }
  @media (min-width: 992px) {
    h1, .h1, .heading-large {
      font-size: 5rem;
      line-height: 5rem;
      letter-spacing: -0.8px; } }
  @media (min-width: 1920px) {
    h1, .h1, .heading-large {
      font-size: 6.25rem;
      line-height: 6.25rem;
      letter-spacing: -1px; } }

h2, .h2, .heading-medium {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: -0.3px; }
  @media (min-width: 768px) {
    h2, .h2, .heading-medium {
      font-size: 3.125rem;
      line-height: 3.125rem;
      letter-spacing: normal; } }
  @media (min-width: 992px) {
    h2, .h2, .heading-medium {
      font-size: 3.75rem;
      line-height: 3.75rem;
      letter-spacing: -0.6px; } }
  @media (min-width: 1920px) {
    h2, .h2, .heading-medium {
      font-size: 5rem;
      line-height: 5rem;
      letter-spacing: -0.8px; } }

h3, .h3, .heading-small {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.275rem;
  letter-spacing: -0.6px; }
  @media (min-width: 768px) {
    h3, .h3, .heading-small {
      font-size: 2.188rem;
      line-height: 2.4718rem;
      letter-spacing: -1.05px; } }
  @media (min-width: 992px) {
    h3, .h3, .heading-small {
      font-size: 2.5rem;
      line-height: 3.25rem;
      letter-spacing: -1.2px; } }
  @media (min-width: 1920px) {
    h3, .h3, .heading-small {
      font-size: 3.375rem;
      line-height: 4.3875rem;
      letter-spacing: -1.62px; } }

h4, .h4, .heading-xs {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; }
  @media (min-width: 768px) {
    h4, .h4, .heading-xs {
      font-size: 1.563rem;
      line-height: 2.03rem; } }
  @media (min-width: 992px) {
    h4, .h4, .heading-xs {
      font-size: 1.875rem;
      line-height: 2.625rem;
      letter-spacing: -0.6px; } }
  @media (min-width: 1920px) {
    h4, .h4, .heading-xs {
      font-size: 2.375rem;
      line-height: 3.325rem;
      letter-spacing: -0.76px; } }

h5, .h5, .heading-xxs {
  font-size: .875rem;
  font-style: normal;
  font-weight: 700;
  line-height: .875rem;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    h5, .h5, .heading-xxs {
      font-size: 1rem;
      line-height: 1rem;
      letter-spacing: -0.48px; } }
  @media (min-width: 992px) {
    h5, .h5, .heading-xxs {
      line-height: 1.3rem;
      letter-spacing: normal; } }
  @media (min-width: 1920px) {
    h5, .h5, .heading-xxs {
      font-size: 2.125rem;
      line-height: 2.7625rem; } }

h6, .h6, .heading-tiny {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: -0.36px;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    h6, .h6, .heading-tiny {
      font-size: 0.75rem;
      line-height: 0.75rem;
      letter-spacing: normal; } }
  @media (min-width: 1920px) {
    h6, .h6, .heading-tiny {
      font-size: 1.75rem;
      line-height: 1.75rem; } }

.display {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }
  .display.large {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -0.64px; }
    @media (min-width: 768px) {
      .display.large {
        font-size: 5rem;
        line-height: 5rem;
        letter-spacing: -0.8px; } }
    @media (min-width: 992px) {
      .display.large {
        font-size: 10rem;
        line-height: 9rem;
        letter-spacing: -1.6px; } }
    @media (min-width: 1920px) {
      .display.large {
        font-size: 11.25rem;
        line-height: 10.125rem;
        /* 162px */
        letter-spacing: -1.8px; } }
  .display.medium {
    font-size: 2.75rem;
    line-height: 2.75rem; }
    @media (min-width: 768px) {
      .display.medium {
        font-size: 4.375rem;
        line-height: 4.375rem;
        letter-spacing: -0.7px; } }
    @media (min-width: 992px) {
      .display.medium {
        font-size: 7.5rem;
        line-height: 6.3rem;
        letter-spacing: -1.2px; } }
    @media (min-width: 1920px) {
      .display.medium {
        font-size: 8.75rem;
        line-height: 7.875rem;
        letter-spacing: -1.4px; } }
  .display.small {
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: -0.3px; }
    @media (min-width: 768px) {
      .display.small {
        font-size: 3.125rem;
        line-height: 3.125rem;
        letter-spacing: -0.5px; } }
    @media (min-width: 992px) {
      .display.small {
        font-size: 5rem;
        line-height: 4.5rem;
        letter-spacing: -0.8px; } }
    @media (min-width: 1920px) {
      .display.small {
        font-size: 6.25rem;
        line-height: 5.625rem;
        letter-spacing: -1px; } }
  .display.outlines {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #080808; }

.load-more {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5rem 0;
  cursor: pointer; }
  @media (min-width: 768px) {
    .load-more {
      font-size: 3.75rem;
      line-height: 4.125rem; } }
  @media (min-width: 992px) {
    .load-more {
      font-size: 5rem;
      line-height: 5rem; } }
  .load-more:hover {
    text-decoration: underline; }
  .load-more:focus {
    outline: none; }

.split-parent {
  overflow: hidden; }

.split-child {
  display: inline-block; }

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%; }

.text-gradient {
  background: linear-gradient(111.1deg, #FF5200 36.08%, #F3818B 72.83%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

p, .p, .blog-single .recent-posts .recent-post-card-1 .title, .blog-single .recent-posts .recent-post-card-2 .title, ul li {
  font-family: "Bitter", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4rem;
  letter-spacing: 0.42px; }
  @media (min-width: 768px) {
    p, .p, .blog-single .recent-posts .recent-post-card-1 .title, .blog-single .recent-posts .recent-post-card-2 .title, ul li {
      font-size: 1rem;
      line-height: 1.6rem;
      letter-spacing: 0.48px; } }
  @media (min-width: 1920px) {
    p, .p, .blog-single .recent-posts .recent-post-card-1 .title, .blog-single .recent-posts .recent-post-card-2 .title, ul li {
      font-size: 1.125rem;
      line-height: 1.6875rem;
      letter-spacing: 0.54px; } }

.font-size-lg, .blog-single .recent-posts .recent-post-card-1 .title, .blog-single .recent-posts .recent-post-card-2 .title {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.48px; }
  @media (min-width: 768px) {
    .font-size-lg, .blog-single .recent-posts .recent-post-card-1 .title, .blog-single .recent-posts .recent-post-card-2 .title {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.48px; } }
  @media (min-width: 992px) {
    .font-size-lg, .blog-single .recent-posts .recent-post-card-1 .title, .blog-single .recent-posts .recent-post-card-2 .title {
      font-size: 1.25rem;
      line-height: 2rem;
      letter-spacing: 0.6px; } }

.font-size-md {
  font-size: 0.875rem;
  line-height: 1.4rem;
  letter-spacing: 0.42px; }
  @media (min-width: 768px) {
    .font-size-md {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.48px; } }
  @media (min-width: 1920px) {
    .font-size-md {
      font-size: 1.125rem;
      line-height: 1.6875rem;
      letter-spacing: 0.54px; } }

.font-size-sm {
  font-size: 0.75rem;
  line-height: 1.2rem;
  letter-spacing: 0.36px; }
  @media (min-width: 768px) {
    .font-size-sm {
      font-size: 0.75rem;
      line-height: 1.125rem;
      letter-spacing: 0.36px; } }
  @media (min-width: 992px) {
    .font-size-sm {
      font-size: 0.75rem;
      line-height: 1.2rem;
      letter-spacing: 0.36px; } }
  @media (min-width: 1920px) {
    .font-size-sm {
      font-size: 0.875rem;
      line-height: 1.4rem;
      letter-spacing: 0.42px; } }

.font-size-tiny {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400; }

.tiny-helper {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  text-transform: capitalize; }

.eyebrow {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem; }
  @media (min-width: 1920px) {
    .eyebrow {
      font-size: 1.125rem;
      line-height: 1.125rem;
      letter-spacing: 2.16px; } }
  .eyebrow.large {
    font-size: 1.25rem;
    line-height: 1.5rem; }
  .eyebrow.medium {
    font-size: 1rem;
    line-height: 1rem; }
    @media (min-width: 1920px) {
      .eyebrow.medium {
        font-size: 1.125rem;
        line-height: 1.125rem;
        letter-spacing: 2.16px; } }
  .eyebrow.small {
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: 1.44px; }
    @media (min-width: 1920px) {
      .eyebrow.small {
        font-size: 1rem;
        line-height: .75rem;
        letter-spacing: 1.92px; } }
  .eyebrow.square-accent {
    position: relative;
    width: 100%; }
    @media (min-width: 576px) {
      .eyebrow.square-accent {
        width: max-content; } }
    .eyebrow.square-accent:after {
      content: '';
      display: block;
      clear: both;
      width: 10px;
      height: 10px;
      background-color: #FF5200;
      border-radius: 1px;
      position: absolute;
      top: 1px; }
    .eyebrow.square-accent.right.square-accent:after {
      right: 0; }
      @media (min-width: 576px) {
        .eyebrow.square-accent.right.square-accent:after {
          right: -32px; } }
    .eyebrow.square-accent.left.square-accent:after {
      left: -20px; }

/* Elements
--------------------------------------------- */
body {
  background-color: #24211A;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

html {
  scroll-behavior: smooth; }

body.admin-bar .site-header {
  padding-top: 32px; }

main {
  background-color: #24211A; }

main div {
  position: relative;
  z-index: 1; }

.post-type-archive main {
  background-color: #fff; }

html.lenis, html.lenis body {
  height: auto; }

.lenis.lenis-smooth {
  scroll-behavior: auto !important; }

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain; }

.lenis.lenis-stopped {
  overflow: hidden; }

.lenis.lenis-scrolling iframe {
  pointer-events: none; }

.hidden {
  display: none; }

#styleGuide {
  z-index: 100; }

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

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

ul {
  list-style: none; }

.site-main ul {
  list-style: disc;
  margin: 0 0 1.5em 0; }

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; }

ul.bulleted_list {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

ul.bulleted_list li {
  color: #363636;
  padding: .8rem 0;
  border-bottom: 1px solid #f0f0f0; }

ul.bulleted_list li:before {
  content: "";
  background-color: #B2DA76;
  font-weight: bold;
  display: inline-block;
  margin-left: 0;
  font-size: 3rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 12px; }

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

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

.img-gray-border {
  padding: 35px;
  border: 1px solid #B1B1B1;
  border-radius: 24px; }

figure {
  margin: 1em 0; }

.border-radius-24 {
  border-radius: 24px; }

.border-radius-10 {
  border-radius: 10px; }

.border-radius-4 {
  border-radius: 4px; }

.border-radius-0 {
  border-radius: 0 !important; }

.border-radius-50 {
  border-radius: 50% !important; }

.play-video {
  position: relative;
  transition: opacity 0.3s linear; }
  .play-video:after {
    content: url("https://digitalyalo.com/wp-content/uploads/2023/04/play-video-icon.svg");
    width: 50px;
    height: 51px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%); }
  .play-video:hover {
    opacity: 0.8; }

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

.mb-10 {
  margin-bottom: 5rem; }

.mb-spacer {
  margin-bottom: 7rem; }

.section-spacer {
  margin-top: 5rem; }

.section.spacer {
  z-index: -1 !important; }

#resultsPagination a {
  border-radius: 50%;
  color: #006098;
  font-weight: bold;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-block;
  padding-top: 3px; }
  #resultsPagination a.previous_link, #resultsPagination a.next_link {
    background-color: #006098;
    border: 1px solid #006098; }
    #resultsPagination a.previous_link i, #resultsPagination a.next_link i {
      color: #ffffff; }
    #resultsPagination a.previous_link:hover, #resultsPagination a.next_link:hover {
      background-color: transparent; }
      #resultsPagination a.previous_link:hover i, #resultsPagination a.next_link:hover i {
        color: #006098; }
  #resultsPagination a.page_link {
    border: 1px solid #D8D8D8; }
    #resultsPagination a.page_link:hover {
      background-color: #006098;
      border-color: #006098;
      color: #ffffff; }
  #resultsPagination a.active_page {
    border: 1px solid #006098; }

.pagination-wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.grain {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  pointer-events: none;
  z-index: 300;
  transform: translateZ(0); }
  .grain:before {
    content: "";
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
    z-index: 9999;
    position: fixed;
    background-image: url("https://digitalyalo.com/wp-content/uploads/2024/05/grain.png");
    opacity: 0.15;
    pointer-events: none;
    -webkit-animation: noise 1s steps(2) infinite;
    animation: noise 1s steps(2) infinite; }

@-webkit-keyframes noise {
  to {
    transform: translate3d(-7rem, 0, 0); } }

@keyframes noise {
  0% {
    transform: translate3d(0, 9rem, 0); }
  10% {
    transform: translate3d(-1rem, -4rem, 0); }
  20% {
    transform: translate3d(-8rem, 2rem, 0); }
  30% {
    transform: translate3d(9rem, -9rem, 0); }
  40% {
    transform: translate3d(-2rem, 7rem, 0); }
  50% {
    transform: translate3d(-9rem, -4rem, 0); }
  60% {
    transform: translate3d(2rem, 6rem, 0); }
  70% {
    transform: translate3d(7rem, -8rem, 0); }
  80% {
    transform: translate3d(-9rem, 1rem, 0); }
  90% {
    transform: translate3d(6rem, -5rem, 0); }
  to {
    transform: translate3d(-7rem, 0, 0); } }

.grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .08; }
  .grid-lines.footer {
    z-index: -1; }

.grid-lines .row, .grid-lines .row > div {
  height: 100%; }

/* Links
--------------------------------------------- */
.cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FF5200;
  opacity: 0;
  z-index: 1000000;
  user-select: none;
  pointer-events: none; }

a {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.3s ease; }
  a:visited {
    color: #000000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a.text-decoration-none {
    text-decoration: none; }
  a.nostyle {
    text-decoration: inherit;
    color: inherit;
    text-transform: unset; }
    a.nostyle:visited {
      text-decoration: inherit;
      color: inherit;
      text-transform: unset; }

.link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.75rem; }
  .link.large {
    font-size: 1rem;
    line-height: 0.84rem;
    letter-spacing: 0.32px; }
  .link.medium {
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: 0.72px; }
  .link.small {
    font-size: 0.5rem;
    line-height: 0.6675rem;
    letter-spacing: 0.12px; }

/* Forms
--------------------------------------------- */
.btn-outline-light, .btn-outline-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #006098;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-color: #006098;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ccc;
  --bs-btn-disabled-border-color: #ccc;
  --bs-btn-border-width: 2px; }
  .btn-outline-light:hover, .btn-outline-secondary:hover {
    color: #006098; }
    .btn-outline-light:hover:visited, .btn-outline-secondary:hover:visited {
      color: #006098; }
  .btn-outline-light:visited, .btn-outline-secondary:visited {
    color: #fff; }
  .btn-outline-light i, .btn-outline-secondary i {
    color: #fff; }
  .btn-outline-light:hover i, .btn-outline-secondary:hover i {
    color: #006098; }

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: #000000;
  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: #000000; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* footer */
footer {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  bottom: 0; }

footer video.background_video {
  z-index: -9;
  height: 100%;
  margin-left: 50vw;
  transform: translate(-50%); }

footer .center-footer-section {
  padding-top: 40px;
  /*padding-bottom:220px;*/ }

@media (min-width: 768px) {
  footer .center-footer-section {
    padding-top: 100px;
    /*padding-bottom:220px;*/ } }

footer ul {
  margin: 0;
  padding-left: 0; }

footer li {
  padding: .35em 0; }

footer a {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  font-family: "Bitter", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  text-decoration: none; }

footer a.arrow_right_lg, footer button.arrow_right_lg {
  transition: none; }

footer .gform_title {
  display: none; }

footer .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none; }

footer .gform_wrapper.gravity-theme .gfield input.large {
  background-color: transparent;
  border-radius: 0;
  border-color: #fff;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.75rem;
  text-transform: capitalize;
  padding: 1rem 0.7rem;
  position: relative; }
  footer .gform_wrapper.gravity-theme .gfield input.large::placeholder {
    color: #fff; }
  footer .gform_wrapper.gravity-theme .gfield input.large:focus {
    outline: none; }

footer .ginput_container_email {
  position: relative; }
  footer .ginput_container_email:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0.538584 4.46155L7.9231 4.46155L4.61545 1.1539L5.38468 0.384675L10 5L5.38468 9.61532L4.61545 8.8461L7.9231 5.53845L0.538584 5.53845V4.46155Z" fill="white"/></svg>');
    position: absolute;
    top: 11px;
    right: 20px;
    width: 10px;
    height: 10px; }

footer .gform_wrapper.gravity-theme .gfield_validation_message, footer .gform_wrapper.gravity-theme .validation_message {
  background: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 0; }

footer .gform_button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  border-left: 1px solid #fff;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 49px;
  text-indent: -9999px; }

footer form {
  position: relative; }

footer .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 0; }

footer .gform_confirmation_message h3 {
  color: #fff; }

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  height: 100dvh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.error-404 .btn {
  --bs-btn-padding-y: .75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-border-radius: .25rem; }

.error-404 .totem-img, .error-404 .message {
  width: 100%;
  max-width: 378px; }

.error-404 .totem-img {
  padding: 160px 0; }

.error-404 .marquee .display.outlines {
  -webkit-text-stroke-color: #ffffff; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999; }
  .site-header .menu-item {
    margin-right: 15px; }
    .site-header .menu-item:last-child {
      margin-right: 0; }

/* header */
.site-header {
  z-index: 10 !important; }

.site-header .navbar {
  --bs-navbar-padding-y: 1.5rem; }

.site-header .navbar-brand {
  width: 40px;
  text-align: justify;
  text-align-last: justify;
  letter-spacing: -0.1em;
  font-size: 11px; }

.site-header .navbar-brand:hover {
  text-decoration: none; }

.site-header .navbar .btn {
  --bs-btn-padding-y: .75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-border-radius: .25rem; }

/* menu overlay */
#mainNavModal {
  --bs-modal-width: 100%;
  --bs-modal-padding: 0;
  --bs-modal-margin: 0;
  --bs-modal-color: ;
  --bs-modal-bg: #24211A;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0px;
  --bs-modal-border-radius: 0;
  --bs-modal-box-shadow: none;
  --bs-modal-inner-border-radius: 0;
  --bs-modal-header-padding-x: 0;
  --bs-modal-header-padding-y: 0;
  --bs-modal-header-padding: 0 0;
  --bs-modal-header-border-color: var(--bs-border-color-translucent);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 0;
  --bs-modal-footer-gap: 0;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color-translucent);
  --bs-modal-footer-border-width: 0;
  transition: transform 0.3s ease-out; }

/* if admin bar */
.admin-bar #mainNavModal {
  --bs-modal-padding: 4rem 1rem 1rem 1rem;
  --bs-modal-header-padding: 4rem 1rem; }

/* end of if admin bar */
#mainNavModal .modal-header {
  position: absolute;
  padding: var(--bs-modal-header-padding);
  justify-content: space-between; }

#mainNavModal .modal-content {
  background-color: var(--bs-modal-bg); }

#mainNavModal .modal-body {
  padding: var(--bs-modal-padding);
  overflow: hidden; }

#mainNavModal .menu, #mainNavModal .navbar-nav {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0; }

#mainNavModal #menu-main-menu li {
  padding: 6px 0; }
  @media (min-width: 744px) {
    #mainNavModal #menu-main-menu li {
      padding: 16px 0; } }

#mainNavModal .menu a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.275rem;
  letter-spacing: -0.6px;
  border-bottom: 3px solid transparent;
  transition: all .3s ease-in-out; }
  #mainNavModal .menu a:hover {
    border-bottom: 3px solid #FF5200; }
  @media (min-width: 768px) {
    #mainNavModal .menu a {
      font-size: 2.188rem;
      line-height: 2.4718rem;
      letter-spacing: -1.05px; } }
  @media (min-width: 992px) {
    #mainNavModal .menu a {
      font-size: 2.5rem;
      line-height: 3.25rem;
      letter-spacing: -1.2px; } }
  @media (min-width: 1920px) {
    #mainNavModal .menu a {
      font-size: 3.375rem;
      line-height: 4.3875rem;
      letter-spacing: -1.62px; } }

@media (min-width: 992px) {
  #mainNavModal .modal-header {
    position: relative; } }

/* adjusted modal to match responsive design */
#mainNavModal .grid-lines {
  z-index: 1; }

#mainNavModal button.button-close {
  background-color: transparent;
  border: none; }
  #mainNavModal button.button-close img {
    width: 30px;
    height: 30px; }

#mainNavModal .grid {
  display: grid;
  grid-template-rows: max-content 1fr max-content 1fr;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  margin: 0 16px;
  padding: 20px 0;
  height: 100vh; }
  @media (min-height: 800px) {
    #mainNavModal .grid {
      padding: 40px 0 20px 0; } }
  @media (min-width: 744px) {
    #mainNavModal .grid {
      grid-template-columns: repeat(6, 1fr);
      padding: 40px 0;
      margin: 0 20px;
      margin-bottom: 72px; } }
  @media (min-width: 992px) {
    #mainNavModal .grid {
      grid-template-columns: repeat(12, 1fr);
      padding-bottom: 72px;
      margin: 0 30px; } }
  #mainNavModal .grid .grid-close {
    grid-row-start: 1;
    grid-column: span 1/2; }
  #mainNavModal .grid .grid-logo {
    grid-row-start: 1;
    grid-column-start: 4; }
    #mainNavModal .grid .grid-logo img {
      max-width: 100%; }
    @media (min-width: 744px) {
      #mainNavModal .grid .grid-logo {
        grid-column-start: 6; } }
    @media (min-width: 992px) {
      #mainNavModal .grid .grid-logo {
        grid-row-start: 2;
        grid-column: 1/4;
        padding-top: 60px; } }
  #mainNavModal .grid .grid-menu {
    grid-row-start: 2;
    grid-column: span 4;
    margin-bottom: 20px; }
    @media (min-height: 800px) {
      #mainNavModal .grid .grid-menu {
        margin-top: 30px;
        margin-bottom: 50px; } }
    @media (min-width: 744px) {
      #mainNavModal .grid .grid-menu {
        grid-column: span 6; } }
    @media (min-width: 992px) {
      #mainNavModal .grid .grid-menu {
        grid-row-start: 2;
        grid-column-start: 4;
        grid-column: span 6; } }
    @media (min-width: 1920px) {
      #mainNavModal .grid .grid-menu {
        grid-column: span 5; } }
  #mainNavModal .grid .grid-featured {
    grid-row-start: 3;
    grid-column: 2/5;
    display: grid;
    grid-template-rows: repeat(3, max-content);
    row-gap: 16px; }
    @media (min-width: 744px) {
      #mainNavModal .grid .grid-featured {
        grid-column: 4/7; }
        #mainNavModal .grid .grid-featured img {
          width: 100%; } }
    @media (min-width: 992px) {
      #mainNavModal .grid .grid-featured {
        grid-row-start: 2;
        grid-column: 10/13;
        margin-top: 40px; } }
    @media (min-width: 1920px) {
      #mainNavModal .grid .grid-featured {
        grid-row-start: 2;
        grid-column: 9/12; } }
    #mainNavModal .grid .grid-featured .link-arrow:after {
      content: '';
      background-image: url(https://digitalyalo.com/wp-content/themes/yalo/assets/images/link-arrow.svg);
      width: 12px;
      height: 12px;
      margin-left: 8px;
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  #mainNavModal .grid .grid-footer {
    grid-row-start: 4;
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-column: span 4;
    align-self: end; }
    @media (min-width: 744px) {
      #mainNavModal .grid .grid-footer {
        grid-column: span 6; } }
    @media (min-width: 992px) {
      #mainNavModal .grid .grid-footer {
        grid-template-columns: 6fr 3fr;
        grid-row-start: 3;
        grid-column: 4/13;
        column-gap: 52px; } }
    @media (min-width: 1920px) {
      #mainNavModal .grid .grid-footer {
        grid-template-columns: 5fr 4fr; } }
    #mainNavModal .grid .grid-footer .menu a {
      text-decoration: underline;
      font-size: 16px;
      letter-spacing: 0.32px;
      border-bottom: none; }
      #mainNavModal .grid .grid-footer .menu a:hover {
        text-decoration: none; }
    #mainNavModal .grid .grid-footer .grid-footer-social {
      align-content: end; }
      #mainNavModal .grid .grid-footer .grid-footer-social ul {
        display: grid;
        grid-template-columns: repeat(4, max-content);
        column-gap: 12px;
        margin: 0;
        padding: 0; }
        #mainNavModal .grid .grid-footer .grid-footer-social ul li a, #mainNavModal .grid .grid-footer .grid-footer-social ul li a:visited {
          color: white; }

/* arrow buttons */
a.arrow_right_lg, button.arrow_right_lg {
  background-image: url(https://digitalyalo.com/wp-content/uploads/2024/05/VariantRight-StateDefault-SizeSmall.svg);
  display: block;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  text-indent: -1000px;
  overflow: hidden; }

@media (min-width: 768px) {
  a.arrow_right_lg, button.arrow_right_lg {
    background-image: url(https://digitalyalo.com/wp-content/uploads/2024/05/VariantRight-StateDefault-SizeLarge.svg);
    width: 100px;
    height: 100px; } }

a.arrow_right_lg:hover, button.arrow_right_lg:hover {
  background-image: url(https://digitalyalo.com/wp-content/uploads/2024/05/VariantRight-StateHover-SizeLarge.svg); }

a.arrow_right_lg:focus, button.arrow_right_lg:focus {
  background-image: url(https://digitalyalo.com/wp-content/uploads/2024/05/VariantRight-StateFocus-SizeLarge.svg); }

a.arrow_lg:active, button.arrow_lg:active {
  background-image: url(https://digitalyalo.com/wp-content/uploads/2024/05/VariantRight-StatePressed-SizeLarge.svg); }

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

.bypostauthor {
  display: block; }

/* Contact
--------------------------------------------- */
div#contact {
  padding-bottom: 5rem; }

.contact-us .gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 0.75rem; }

.contact-us .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_error .validation_message {
  background: transparent;
  border: none;
  color: var(--Primary-Utility-Error, #FF3F3F); }

.contact-us .gform_wrapper.gravity-theme .gfield_description {
  font-size: 0.75rem;
  color: #fff; }

.contact-us .gform_wrapper.gravity-theme div#gfield_description_2_2 {
  color: #FFF; }

.contact-us .gform_wrapper.gravity-theme div#gfield_description_2_6 {
  color: #FFF; }

.contact-us .gform_wrapper.gravity-theme div#gfield_description_2_3 {
  color: #FFF; }

.contact-us .gform_wrapper.gravity-theme .field_description_above .gfield_description {
  padding-bottom: 0;
  padding-left: 0; }

.contact-us .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none; }

.contact-us .gform_wrapper.gravity-theme .gfield_error label {
  color: white; }

.contact-us .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.contact-us .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
.contact-us .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
.contact-us .gform_wrapper .gform_body .gform_fields .gfield textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFF;
  color: white;
  border-radius: 0;
  margin: 14px 0 0 0;
  padding-left: 0;
  color: var(--Primary-White, #FFF);
  font-family: Bitter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px; }

.contact-us .gform_wrapper .gform_footer input[type=submit] {
  display: flex;
  height: 40px;
  padding: 5px 25px;
  align-items: center;
  gap: 10px;
  border-radius: var(--Spacing-4, 4px);
  border: 1px solid var(--Primary-White, #FFF);
  background-color: transparent;
  color: var(--Primary-White, #FFF);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  transition: all .3s ease-in-out; }
  .contact-us .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: white;
    color: #005678; }

.contact-us .gform-field-label {
  color: white; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .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; }

/* Modal
--------------------------------------------- */
/*.modal-body {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
/*height: 0;
    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.modal-content {
    overflow: scroll;
}
#videoModal .modal-content {
    background-color: #000;
    overflow: hidden;
}
.modal-header {
	border: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 0;
    justify-content: end;
    .btn-close {
        color: #fff;
    }
}
$btn-close-color: #fff;*/
#ourWorkModal {
  --bs-modal-width: 100%;
  --bs-modal-padding: 10vh 1.15rem;
  --bs-modal-margin:0;
  --bs-modal-color: ;
  --bs-modal-bg: #24211A;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0px;
  --bs-modal-border-radius: 0;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(8, 8, 8, 0.075);
  --bs-modal-inner-border-radius: 0;
  --bs-modal-header-padding-x: 2rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 2rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  transition: transform 0.3s ease-out; }

/* if admin bar */
.admin-bar #ourWorkModal {
  --bs-modal-padding: 12vh 1.15rem; }

/*#ourWorkModal .modal-header {
	position:absolute;
    width:100%;
	padding: var(--bs-modal-header-padding);
	bottom:0;
    justify-content: center;
}*/
#ourWorkModal .modal-content {
  background-color: var(--bs-modal-bg);
  height: calc(100vh); }

#ourWorkModal .modal-body {
  padding: var(--bs-modal-padding);
  overflow: hidden; }

#ourWorkModal .all-case-studies-title {
  padding-bottom: 80px; }

#ourWorkModal .all-case-studies-links .row {
  height: 50vh;
  max-height: 408px;
  align-content: space-between; }

#ourWorkModal .modal-body p a {
  color: inherit;
  font-family: inherit;
  text-transform: inherit;
  font-weight: inherit;
  text-decoration: inherit; }

#ourWorkModal .modal-body p a:hover {
  text-decoration: underline; }

#ourWorkModal .modal-header .btn-close {
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin-left: 6px !important;
  z-index: 2; }

#ourWorkModal button.button-close {
  background-color: transparent;
  border: none; }
  #ourWorkModal button.button-close img {
    width: 30px;
    height: 30px; }

/* 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-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; }

/* Sections
--------------------------------------------- */
/* GSAP Slider
--------------------------------------------- */
.post-type-archive {
  overflow-y: visible; }
  @media screen and (min-width: 576px) {
    .post-type-archive {
      overflow-y: hidden; } }
  .post-type-archive .start_section {
    background-color: #E7E5E0;
    height: 40vh;
    position: relative; }
    .post-type-archive .start_section > * {
      position: absolute;
      top: calc(50% + 42px);
      left: 50%;
      transform: translate(-50%, -50%); }
  .post-type-archive .end_section {
    background-color: #E7E5E0; }

.gsap-slider {
  height: 100vh;
  height: 100dvh;
  background-color: #E7E5E0; }
  .gsap-slider #sliderContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .gsap-slider #sliderContainer #panelWrap {
      height: 100%; }
    .gsap-slider #sliderContainer .slide {
      width: auto;
      height: 100%;
      display: flex;
      align-content: center;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 0 25px;
      text-align: center;
      float: left; }
      .gsap-slider #sliderContainer .slide .slide-width {
        min-width: 200px;
        max-width: 90vw; }
      @media (min-width: 576px) {
        .gsap-slider #sliderContainer .slide .slide-width {
          min-width: 300px;
          max-width: 80vw; } }
      @media (min-width: 768px) {
        .gsap-slider #sliderContainer .slide .slide-width {
          min-width: 500px; } }
  .gsap-slider .slider-nav {
    position: absolute;
    z-index: 100;
    bottom: 60px;
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px; }
  .gsap-slider .slider-nav .btn {
    --bs-btn-padding-y: .75rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-border-radius: .25rem; }
  @media (min-width: 576px) {
    .gsap-slider {
      height: 100vh;
      height: 100dvh; }
      .gsap-slider .slider-nav {
        bottom: 60px;
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px; } }
  @media (min-width: 992px) {
    .gsap-slider .slider-nav {
      width: calc(100% - 60px);
      margin-right: 30px;
      margin-left: 30px; } }
  .gsap-slider .dots {
    position: absolute;
    z-index: 100;
    left: 5%;
    bottom: 10%;
    display: none; }
  .gsap-slider .dot {
    width: 4.5px;
    height: 17px;
    border-radius: 10px;
    position: relative;
    background-color: transparent;
    border: 1px solid #000;
    margin: 12px 5px;
    cursor: pointer;
    float: left; }
  .gsap-slider #leftArrow {
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .gsap-slider #rightArrow {
    transition: all 0.3s ease-in-out; }
  .gsap-slider .arrow {
    position: relative;
    cursor: pointer;
    width: 42px;
    height: 42px; }
    .gsap-slider .arrow svg {
      width: 100%;
      height: 100%; }
    @media (min-width: 576px) {
      .gsap-slider .arrow {
        width: 68px;
        height: 68px; } }
  .gsap-slider .arrow:hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #ffffff; }
    @media (min-width: 576px) {
      .gsap-slider .arrow:hover:before {
        width: 66px;
        height: 66px; } }
  .gsap-slider span {
    display: block;
    font-size: 0.75em;
    font-weight: 400; }
  .gsap-slider .slide.overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 10; }
  .gsap-slider .slide a {
    color: #FF5200;
    text-decoration: none; }
  .gsap-slider .slide.current a:hover {
    text-decoration: underline;
    text-underline-offset: 20px; }
  .gsap-slider .slide .slide-title {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #080808;
    transition: all 1.5s ease-in-out; }
  .gsap-slider .slide .display.large {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -0.64px; }
  @media (min-width: 992px) {
    .gsap-slider .slide .display.large {
      font-size: 7rem;
      line-height: 6rem;
      letter-spacing: -1.6px; } }
  @media (min-width: 1440px) {
    .gsap-slider .slide .display.large {
      font-size: 10rem;
      line-height: 9rem;
      letter-spacing: -1.6px; } }
  .gsap-slider .slide svg > * {
    fill: transparent;
    stroke: #000000; }
  .gsap-slider .slide.current .slide-title {
    color: #FF5200; }
  .gsap-slider .slide.current svg > * {
    fill: #FF5200;
    stroke: transparent; }
  @media (min-width: 576px) {
    .gsap-slider .slide:first-of-type.current .slide-title, .gsap-slider .slide:last-of-type.current .slide-title {
      color: #24211A;
      -webkit-text-stroke-width: 0;
      -webkit-text-stroke-color: transparent; } }
  .gsap-slider .featured-img {
    text-align: center;
    width: 100%;
    max-width: 200px; }
    @media screen and (min-width: 768px) {
      .gsap-slider .featured-img {
        max-width: 305px; } }
    @media screen and (min-width: 992px) {
      .gsap-slider .featured-img {
        max-width: 536px; } }
    .gsap-slider .featured-img .slide-image {
      display: none;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; }
      .gsap-slider .featured-img .slide-image a, .gsap-slider .featured-img .slide-image img {
        user-drag: none;
        -webkit-user-drag: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none; }
      .gsap-slider .featured-img .slide-image.current {
        display: block; }

/* Page Transition
--------------------------------------------- */
.transition_wrap {
  position: fixed;
  z-index: 9999;
  height: 100vh;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%; }

.transition_column {
  width: 100%;
  background: #FF5200; }

.line_wrap {
  z-index: 999;
  pointer-events: none;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%; }

.line_panel {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%; }

.line_panel.last {
  border-right-color: rgba(255, 255, 255, 0); }

.transition_wrap {
  display: flex; }

/* Page Title
--------------------------------------------- */
.page_title {
  padding: 12rem 0 3rem 0; }
  @media (min-width: 992px) {
    .page_title {
      padding: 12rem 0; } }
  .page_title .callout-content {
    position: relative;
    padding-left: 1.5rem;
    margin-top: 1rem; }
    .page_title .callout-content:before {
      content: '';
      display: block;
      clear: both;
      width: 10px;
      height: 10px;
      background-color: #FF5200;
      border-radius: 1px;
      position: absolute;
      top: 5px;
      left: 0; }

/* Blog
--------------------------------------------- */
.blog-post-card {
  margin-bottom: 3.5rem; }
  .blog-post-card.post {
    position: relative; }
    .blog-post-card.post .square-accent {
      position: relative; }
      .blog-post-card.post .square-accent:after {
        content: '';
        display: block;
        clear: both;
        width: 10px;
        height: 10px;
        background-color: #FF5200;
        border-radius: 1px;
        position: absolute;
        top: 0;
        right: 0; }
  .blog-post-card .thumbnail-container {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/4; }
    @media (min-width: 768px) {
      .blog-post-card .thumbnail-container {
        aspect-ratio: 4/4; } }
    @media (min-width: 992px) {
      .blog-post-card .thumbnail-container {
        aspect-ratio: 16/9; } }
    .blog-post-card .thumbnail-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.5s ease; }
  .blog-post-card a.read-more-arrow {
    display: block;
    width: 55px;
    height: 55px;
    margin-top: 3rem;
    transition: all 0.5s ease; }
    @media (min-width: 768px) {
      .blog-post-card a.read-more-arrow {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 15px;
        left: 8px; } }
    .blog-post-card a.read-more-arrow svg {
      width: 100%;
      height: auto;
      transition: all 0.5s ease; }
    .blog-post-card a.read-more-arrow:hover svg {
      fill: #fff; }
      .blog-post-card a.read-more-arrow:hover svg path {
        fill: #24211A; }
  .blog-post-card.press-release > div {
    padding: 3rem; }
  .blog-post-card.press-release .bg {
    background-color: #2A261E; }
  .blog-post-card.press-release .inner-content {
    position: relative;
    border-left: 1px solid #3E3C35;
    padding-left: 2rem;
    height: 100%; }
    .blog-post-card.press-release .inner-content .title {
      margin-bottom: 1rem;
      text-transform: capitalize; }
      @media (min-width: 768px) {
        .blog-post-card.press-release .inner-content .title {
          margin-bottom: 5rem; } }
    .blog-post-card.press-release .inner-content a.read-more-arrow {
      bottom: 0;
      left: 25px; }

#featuredBlogPosts .featured-post img {
  width: 100%; }

#featuredBlogPosts .featured-post .featured-post-title {
  margin-top: 3.5rem;
  margin-bottom: 2rem; }

#featuredBlogPosts .featured-post .read-more-btn {
  margin: 1.5rem 0 0 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.5s ease; }
  #featuredBlogPosts .featured-post .read-more-btn:hover {
    text-decoration: none; }

@media (min-width: 992px) {
  #featuredBlogPosts .recent-post-card:first-child {
    margin-left: 25.2%; } }

#featuredBlogPosts .recent-post-card .press-release {
  background-color: #2A261E;
  padding: 1.5rem;
  width: 100%;
  height: 100%; }
  #featuredBlogPosts .recent-post-card .press-release .inner-content {
    position: relative;
    border-left: 1px solid #3E3C35;
    padding-left: 1.5rem;
    height: 100%; }
    #featuredBlogPosts .recent-post-card .press-release .inner-content .title {
      margin-bottom: 1rem;
      text-transform: capitalize; }
      @media (min-width: 768px) {
        #featuredBlogPosts .recent-post-card .press-release .inner-content .title {
          margin-bottom: 5rem; } }
    #featuredBlogPosts .recent-post-card .press-release .inner-content a.read-more-arrow {
      bottom: 0;
      left: 25px; }

#featuredBlogPosts .recent-post-card a.read-more {
  font-size: 0.75rem;
  text-transform: uppercase; }

#featuredBlogPosts .recent-post-card .thumbnail-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/4;
  margin-bottom: 2rem; }
  #featuredBlogPosts .recent-post-card .thumbnail-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease; }

#featuredBlogPosts .recent-post-card .title {
  font-family: "Bitter", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.6px;
  margin-bottom: 1.5rem; }

#featuredBlogPosts .splide__arrows {
  position: absolute;
  bottom: -50px;
  right: 50px;
  z-index: 100;
  width: 100px;
  height: 33px; }
  #featuredBlogPosts .splide__arrows .splide__arrow {
    width: 33px;
    height: 33px;
    background: transparent;
    transform: translateY(0); }
  #featuredBlogPosts .splide__arrows .splide__arrow svg {
    fill: none;
    width: 33px;
    height: 33px; }
  #featuredBlogPosts .splide__arrows .splide__arrow--prev {
    left: 0;
    transform: rotate(180deg); }
  #featuredBlogPosts .splide__arrows .splide__arrow--next {
    right: 0; }

/* Blog Single
--------------------------------------------- */
.blog-single .grid.hero-section {
  display: grid;
  margin: 0 16px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 24px;
  padding-top: 150px;
  /*.social { 
            display: grid; 
            grid-template-columns: repeat(4, 32px); 
            column-gap: 8px; 
            
            .icon {
                transition: all 0.5s ease;
                opacity: 1;
                &:hover {
                    opacity: 0.7;
                }
                svg {
                    text-align: center;
                }
                &:first-child svg {
                    width: 30px;
                    height: 30px;
                }
            }
            
            @include media-breakpoint-up(xl) { 
                grid-row-start:3;
                grid-column-start: 1;
                grid-column-end: 7;
                align-self: end;
                margin-bottom:2em;
            }
            
            @include media-breakpoint-up(xxxl) { 
                grid-row-start:3;
                grid-column-start: 2;
                grid-column-end: 7;
            }
        } */ }
  @media (min-width: 576px) {
    .blog-single .grid.hero-section {
      margin: 0 20px; } }
  @media (min-width: 768px) {
    .blog-single .grid.hero-section {
      grid-template-columns: repeat(6, 1fr);
      padding-top: 166px; } }
  @media (min-width: 768px) {
    .blog-single .grid.hero-section {
      margin: 0 30px;
      padding-top: 220px; } }
  @media (min-width: 1200px) {
    .blog-single .grid.hero-section {
      margin: 0 30px;
      grid-template-rows: auto auto auto;
      grid-template-columns: repeat(12, 1fr); } }
  .blog-single .grid.hero-section .hero-title, .blog-single .grid.hero-section .excerpt {
    margin-bottom: 0;
    grid-column: span 4; }
    @media (min-width: 768px) {
      .blog-single .grid.hero-section .hero-title, .blog-single .grid.hero-section .excerpt {
        margin-bottom: 0;
        grid-column: span 5; } }
  @media (min-width: 1200px) {
    .blog-single .grid.hero-section .hero-title {
      grid-column: span 6;
      grid-column-start: 1;
      grid-column-end: 7; } }
  @media (min-width: 1920px) {
    .blog-single .grid.hero-section .hero-title {
      grid-column: span 5;
      grid-column-start: 2;
      grid-column-end: 7; } }
  @media (min-width: 1200px) {
    .blog-single .grid.hero-section p.excerpt {
      grid-column-start: 10;
      grid-column-end: 13; } }
  @media (min-width: 1920px) {
    .blog-single .grid.hero-section p.excerpt {
      grid-column-start: 11;
      grid-column-end: 13; } }
  .blog-single .grid.hero-section p.right {
    text-align: left; }
  .blog-single .grid.hero-section div.thumbnail {
    grid-column-start: 2;
    grid-column-end: 5; }
    @media (min-width: 768px) {
      .blog-single .grid.hero-section div.thumbnail {
        grid-column-start: 3;
        grid-column-end: 7; } }
    @media (min-width: 1200px) {
      .blog-single .grid.hero-section div.thumbnail {
        grid-row-start: 3;
        grid-column-start: 8;
        grid-column-end: 13;
        margin-top: -3em; } }
    .blog-single .grid.hero-section div.thumbnail img {
      width: 100%; }

.blog-single #postContent {
  background-color: #E7E5E0;
  padding-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 0; }
  .blog-single #postContent .grid-lines {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.12; }
    .blog-single #postContent .grid-lines .border-end {
      border-right: 1px solid #24211A !important; }
  .blog-single #postContent .content {
    margin: 0 16px; }
    @media (min-width: 576px) {
      .blog-single #postContent .content {
        margin: 0 20px; } }
    @media (min-width: 768px) {
      .blog-single #postContent .content {
        margin: 0 30px; } }
    .blog-single #postContent .content p, .blog-single #postContent .content ol, .blog-single #postContent .content ul {
      color: #24211A;
      font-family: "Bitter", serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2rem;
      letter-spacing: 0.6px; }
      @media (min-width: 768px) {
        .blog-single #postContent .content p, .blog-single #postContent .content ol, .blog-single #postContent .content ul {
          font-size: 1.25rem; } }
    .blog-single #postContent .content figcaption {
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.4rem;
      letter-spacing: 0.42px; }
    .blog-single #postContent .content .wp-block-heading {
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.5rem;
      letter-spacing: -0.76px; }
      @media (min-width: 576px) {
        .blog-single #postContent .content .wp-block-heading {
          font-size: 1.563rem;
          line-height: 2.031rem; } }
      @media (min-width: 768px) {
        .blog-single #postContent .content .wp-block-heading {
          font-size: 1.875rem;
          line-height: 2.625rem; } }
      @media (min-width: 1400px) {
        .blog-single #postContent .content .wp-block-heading {
          font-size: 2.375rem;
          line-height: 3.325rem; } }
    .blog-single #postContent .content .wp-block-image.full-width-image {
      width: 100%; }
      @media (min-width: 1200px) {
        .blog-single #postContent .content .wp-block-image.full-width-image {
          width: 100vw;
          position: relative;
          left: -20%;
          padding-left: 3%;
          padding-right: 3.5%; } }
      .blog-single #postContent .content .wp-block-image.full-width-image img {
        width: 100%; }
    .blog-single #postContent .content ol {
      margin: 3.5rem 0;
      padding-left: 1.3rem; }
    .blog-single #postContent .content li {
      padding-left: 1rem;
      margin-bottom: 1.5rem; }
    .blog-single #postContent .content ul {
      margin: 3.5rem 0;
      padding-left: 1.25rem;
      list-style-type: square; }
      .blog-single #postContent .content ul li::marker {
        color: #FF5200;
        font-size: 1.5rem; }
  .blog-single #postContent .content > p:first-child:first-letter {
    color: var(--Primary-Brown, #24211A);
    font-family: "Bitter", serif;
    font-size: 7.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 84%;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    margin: -0.25rem .3rem 0 .3rem;
    float: left; }

.blog-single .marquee {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  margin: 5rem 0; }

.blog-single .marquee_text {
  display: flex; }

.blog-single .marquee_text .display {
  white-space: nowrap; }

.blog-single .thumbnail-container {
  margin-bottom: 1.5rem; }

.blog-single .read-more {
  font-size: 0.75rem; }

.blog-single .recent-posts {
  width: 100%;
  margin: 0 0 5rem 0;
  padding: 0; }
  .blog-single .recent-posts .row {
    width: 100% !important;
    margin: 0 !important; }
  .blog-single .recent-posts .meta-info {
    color: #24211A; }
  .blog-single .recent-posts .square-accent {
    position: relative;
    font-size: 0.75rem;
    text-transform: uppercase;
    width: 200px;
    float: right; }
    .blog-single .recent-posts .square-accent:after {
      content: '';
      display: block;
      clear: both;
      width: 10px;
      height: 10px;
      background-color: #FF5200;
      border-radius: 1px;
      position: absolute;
      top: 7px;
      right: 5.5%; }
      @media (min-width: 768px) {
        .blog-single .recent-posts .square-accent:after {
          right: 5.5%; } }
  .blog-single .recent-posts .thumbnail-container {
    position: relative;
    overflow: hidden; }
    .blog-single .recent-posts .thumbnail-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.5s ease; }
  .blog-single .recent-posts .recent-post-card-0 .thumbnail-container {
    aspect-ratio: 4/4;
    overflow: visible;
    margin-left: auto; }
    @media (min-width: 992px) {
      .blog-single .recent-posts .recent-post-card-0 .thumbnail-container {
        margin-left: -26%; } }
  .blog-single .recent-posts .recent-post-card-0 .inner-content {
    padding-right: 0; }
    @media (min-width: 768px) {
      .blog-single .recent-posts .recent-post-card-0 .inner-content {
        padding-right: 15%; } }
  .blog-single .recent-posts .recent-post-card-1 .thumbnail-container {
    aspect-ratio: 4/4; }
  .blog-single .recent-posts .recent-post-card-2 .thumbnail-container {
    aspect-ratio: 89/138; }

.blog-single .share-bar-container .share-bar-dropdown ul li a:before {
  background-color: #E7E5E0; }

/* Homepage Hero
--------------------------------------------- */
/* home page hero */
.home_page_hero {
  --bs-aspect-ratio: calc(16 / 9* 100%);
  z-index: -5;
  position: absolute !important;
  top: 0;
  overflow: hidden;
  height: 100vh !important;
  min-height: 792px; }

.home_page_hero img {
  object-fit: cover;
  height: 100%; }

.home_page_hero iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%; }

.home_page_hero > div > .container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  z-index: 1;
  position: relative; }

@media (max-width: 1440px) and (min-width: 768px) {
  .home_page_hero h1.display.medium {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.7px; } }

.home_page_hero .arrow_down {
  z-index: 1;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 68px;
  height: 68px; }

@media (min-width: 576px) {
  .home_page_hero > div > .container-fluid {
    padding-right: 20px;
    padding-left: 20px; }
  .home_page_hero .arrow_down {
    margin-left: 20px;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .home_page_hero {
    height: auto !important;
    min-height: 844px;
    --bs-aspect-ratio: calc(2 / 3* 100%); }
  .home_page_hero > div > .container-fluid {
    padding-right: 20px;
    padding-left: 20px; }
  .home_page_hero .arrow_down {
    margin-left: 20px;
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .home_page_hero > div > .container-fluid {
    padding-right: 30px;
    padding-left: 30px; }
  .home_page_hero .arrow_down {
    margin-left: 30px;
    margin-bottom: 30px; } }

@media (min-width: 1440px) {
  .home_page_hero {
    --bs-aspect-ratio: calc(9 / 16* 100%); }
  .home_page_hero .arrow_down {
    margin-left: 30px;
    margin-bottom: 30px;
    width: 100px;
    height: 100px; } }

@media (min-width: 1920px) {
  .home_page_hero {
    min-height: 1080px; } }

/* Homepage Featured Blog Posts
--------------------------------------------- */
/* home page featured blog posts */
@media (min-width: 992px) {
  .home_page_featured_blog_posts .featured-post .thumbnail-container {
    margin-left: -30px; } }

.home_page_featured_blog_posts .mt {
  margin-top: 50px; }

.home_page_featured_blog_posts {
  padding-top: 100px;
  padding-bottom: 100px; }

/* Homepage Features
--------------------------------------------- */
.home_page_features {
  padding-top: 150px;
  padding-bottom: 150px; }

.home_page_features .row .col-image:not(:last-child) {
  margin-bottom: 100px; }

.home_page_features h3 {
  line-height: 1em; }

.home_page_features .text_gradient {
  background: linear-gradient(111.1deg, #FF5200 36.08%, #F3818B 72.83%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

/* Homepage Featured Works
--------------------------------------------- */
/* home page featured works */
.home_page_featured_works {
  padding-top: 150px;
  padding-bottom: 150px; }

.home_page_featured_works .col_left, .home_page_featured_works .col_right {
  margin-top: 50px; }

.home_page_featured_works .feature_works_cta {
  margin-top: 75px; }

.home_page_featured_works .feature_works_cta a {
  width: 50%;
  display: block; }

.home_page_featured_works .feature_works_cta a.arrow_right_lg {
  width: 38px;
  height: 38px; }

@media screen and (min-width: 768px) {
  .home_page_featured_works .col_left, .home_page_featured_works .col_right {
    margin-top: 200px; }
  .home_page_featured_works .col_left:first-child {
    margin-top: 0; }
  .home_page_featured_works .feature_works_cta a {
    width: 100%;
    position: absolute; }
  .home_page_featured_works .feature_works_cta a.arrow_right_lg {
    width: 68px;
    height: 68px;
    transition: none; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .home_page_featured_works .col_left, .home_page_featured_works .col_right {
    margin-top: 0; } }

/* Homepage Client Logos
--------------------------------------------- */
/* home page client logos */
.home_page_client_logos {
  padding-top: 100px;
  padding-bottom: 150px; }

/* Homepage Testinominal
--------------------------------------------- */
/* home page testimonial */
.home_page_testimonial .bottom_bar {
  height: 32px; }

.home_page_testimonial .grid-lines {
  z-index: 2; }

.home_page_testimonial img {
  height: 100%; }

@media screen and (min-width: 1024px) {
  .home_page_testimonial .bottom_bar {
    height: 68px; } }

/* Marquee
--------------------------------------------- */
/* marquee */
.marquee {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent !important; }

.marquee_text {
  display: flex; }

.marquee_text .display {
  white-space: nowrap; }

/* Media Component
--------------------------------------------- */
.media .container-fluid {
  padding: 0 .75rem; }

.media .ratio-3x2 {
  --bs-aspect-ratio: 66.6%;
  /*3x2*/ }

.media .ratio-3x4 {
  --bs-aspect-ratio: 133.3%;
  /*3x4*/ }

.media .ratio-2x3 {
  --bs-aspect-ratio: 150%;
  /*3x4*/ }

.media img {
  object-fit: cover; }

/* Text Statement
--------------------------------------------- */
.text_statement a {
  color: inherit; }

.text_statement [aria-expanded="false"] > .expanded,
.text_statement [aria-expanded="true"] > .collapsed {
  display: none; }

.text_statement .lists .row {
  margin-bottom: -1.5rem; }

.text_statement .lists h6 {
  color: inherit; }

.text_statement .lists ul {
  padding: 0;
  list-style-type: none; }

.text_statement {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

@media (min-width: 576px) {
  .text_statement {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .text_statement {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media (min-width: 992px) {
  .text_statement {
    padding-top: 120px !important;
    padding-bottom: 120px !important; } }

/* Case Study Hero
--------------------------------------------- */
.case_study_hero {
  --bs-aspect-ratio: calc(16 / 9* 100%);
  max-height: 600px; }
  @media (min-width: 768px) {
    .case_study_hero {
      --bs-aspect-ratio: calc(2 / 3* 100%); } }
  @media (min-width: 992px) {
    .case_study_hero {
      --bs-aspect-ratio: calc(9 / 16* 100%);
      max-height: 800px; } }
  @media (min-width: 1920px) {
    .case_study_hero {
      max-height: 1080px; } }
  .case_study_hero .arrow_down {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 68px; }
    @media (min-width: 1920px) {
      .case_study_hero .arrow_down {
        width: 100px; } }
    .case_study_hero .arrow_down:hover circle {
      fill: #fff; }
  .case_study_hero .totem-img {
    opacity: 0; }

.case_study_hero .case_study_navigation {
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  bottom: 100px;
  width: 210px; }

.case_study_hero .nav-links > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important; }

.case_study_hero .nav-links .nav-previous {
  left: 0; }

.case_study_hero .nav-links .nav-next {
  right: 0; }

.case_study_hero img {
  max-width: 200px; }

@media (min-width: 768px) {
  .case_study_hero img {
    max-width: 305px; } }

@media (min-width: 992px) {
  .case_study_hero img {
    max-width: 536px; }
  .case_study_hero .case_study_navigation {
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    bottom: unset;
    width: 100%; }
  .case_study_hero .nav-links .nav-previous {
    left: 30px; }
  .case_study_hero .nav-links .nav-next {
    right: 30px; } }

.case_study_hero .fade-in {
  animation: fadeIn 5s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-width: 575.98px) {
  .case_study_hero .display.large {
    font-size: 44px;
    line-height: 1; } }

/* Case Study Pagination
--------------------------------------------- */
.site-main ul.pagination {
  margin: 0;
  padding: 24px 0;
  list-style: none;
  display: flex;
  justify-content: space-between; }
  .site-main ul.pagination li a {
    text-decoration: none; }
    .site-main ul.pagination li a p {
      text-transform: capitalize; }

.text-white ul.pagination li a, .text-white ul.pagination li a:visited {
  color: white; }

/* Tribe Members Grid
--------------------------------------------- */
.tribe_members_grid .tribe-member-card {
  background-color: #282620;
  background-image: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/noise.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem;
  color: #fff;
  margin-bottom: 2rem; }
  .tribe_members_grid .tribe-member-card .name {
    font-size: 1.125rem;
    margin-bottom: 0; }
  .tribe_members_grid .tribe-member-card .title-wrapper {
    margin-bottom: 1.2rem; }

.tribe_members_grid .callout-block {
  position: relative; }
  @media (max-width: 767px) {
    .tribe_members_grid .callout-block {
      margin-top: 2rem;
      margin-bottom: 3.5rem; } }
  .tribe_members_grid .callout-block .bg-accent {
    position: absolute;
    bottom: 0;
    width: 414px;
    height: 288px;
    background-color: transparent;
    z-index: -1;
    display: none; }
    @media (min-width: 768px) {
      .tribe_members_grid .callout-block .bg-accent {
        display: flex; } }
  .tribe_members_grid .callout-block.right .bg-accent {
    right: 0; }
  .tribe_members_grid .callout-block.left .bg-accent {
    left: 0; }
  .tribe_members_grid .callout-block .callout-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 1.188rem;
    border-left: 3px solid #FF5200; }
    @media (min-width: 768px) {
      .tribe_members_grid .callout-block .callout-content {
        align-items: end;
        justify-content: end;
        padding-bottom: 9%;
        padding-top: 0;
        padding-left: 0;
        border-left: none; } }
    .tribe_members_grid .callout-block .callout-content img {
      width: auto;
      margin-bottom: .75rem; }
    .tribe_members_grid .callout-block .callout-content p.h1, .tribe_members_grid .callout-block .callout-content p.h3 {
      font-family: "Montserrat", sans-serif; }
  .tribe_members_grid .callout-block.left .callout-content {
    align-items: start;
    justify-content: end; }
  .tribe_members_grid .callout-block.left .eyebrow {
    margin-left: 27px; }
  .tribe_members_grid .callout-block .eyebrow {
    font-family: "Bitter", serif;
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    max-width: max-content; }
    .tribe_members_grid .callout-block .eyebrow.square-accent:after {
      top: 4px;
      display: none; }
      @media (min-width: 768px) {
        .tribe_members_grid .callout-block .eyebrow.square-accent:after {
          display: block; } }

.tribe_members_grid .callout-blocks {
  height: 0;
  opacity: 0; }

/* Two Column Callout
--------------------------------------------- */
.two_column_callout {
  padding: 0 0 5rem 0; }
  @media (min-width: 768px) {
    .two_column_callout {
      padding: 5rem 0; } }
  .two_column_callout h2 {
    color: #FF5200; }
  .two_column_callout p {
    color: #fff; }
  .two_column_callout a {
    color: #fff; }

/* Services
--------------------------------------------- */
div#our-services ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 0%; }
  @media (max-width: 575.98px) {
    div#our-services ul {
      margin-left: -20px; } }
  div#our-services ul.square-accent:after {
    content: '';
    display: block;
    clear: both;
    width: 10px;
    height: 10px;
    background-color: #FF5200;
    border-radius: 1px;
    position: absolute;
    top: 0px;
    left: 0; }
    @media (max-width: 575.98px) {
      div#our-services ul.square-accent:after {
        display: none; } }

div#our-services li {
  font-family: "Bitter", serif;
  width: 50%;
  padding: 0 88px;
  margin-bottom: 24px; }
  @media (max-width: 1199.98px) {
    div#our-services li {
      padding: 0 24px; } }

div#our-services .section-title-wrapper h2 {
  max-width: 265px; }
  @media (min-width: 768px) {
    div#our-services .section-title-wrapper h2 {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    div#our-services .section-title-wrapper h2 {
      max-width: 555px; } }

div#our-services .section-title {
  color: #FF5200; }
  div#our-services .section-title.square-accent-mbl:before {
    content: '';
    display: block;
    clear: both;
    width: 10px;
    height: 10px;
    background-color: #FF5200;
    border-radius: 1px;
    position: absolute;
    bottom: 8px;
    right: 0; }
  @media (min-width: 576px) {
    div#our-services .section-title.square-accent-mbl:before {
      display: none; } }

/* Approach
--------------------------------------------- */
.approach-page {
  background-color: #E7E5E0; }
  .approach-page .grid-lines {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.12; }
    .approach-page .grid-lines .border-end {
      border-right: 1px solid #24211A !important; }

.soul-song-section {
  background-color: #24211A;
  padding: 3.125rem 1.875rem; }
  @media (min-width: 992px) {
    .soul-song-section {
      padding: 9rem 0; } }

#scrollSection {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 100vh;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  #scrollSection::-webkit-scrollbar {
    display: none; }
  #scrollSection .arrow_down {
    display: block;
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: 10%;
    left: calc(50vw - (68px / 2));
    cursor: pointer;
    transition: all 0.3s ease-out; }
    @media (min-width: 992px) {
      #scrollSection .arrow_down {
        width: 100px;
        height: 100px; } }
    #scrollSection .arrow_down:hover {
      fill: #24211A; }
      #scrollSection .arrow_down:hover path {
        stroke: #fff; }
    @media (min-width: 768px) {
      #scrollSection .arrow_down {
        bottom: 30px;
        left: 30px; } }
  #scrollSection .heading-medium {
    text-transform: uppercase; }
  #scrollSection .panel {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0 1.875rem;
    height: 100vh;
    scroll-snap-align: center; }
    #scrollSection .panel h2 span {
      display: block;
      margin-top: 8px;
      margin-bottom: 12px; }
    #scrollSection .panel .section-indicator {
      top: 20px;
      left: -25px; }
  #scrollSection .left-column {
    height: auto;
    margin-bottom: 15%; }
    @media (min-width: 768px) {
      #scrollSection .left-column {
        height: 100vh;
        margin-bottom: 0; } }
  #scrollSection .right-column {
    opacity: 1;
    transition: all 0.3s ease-out; }
  #scrollSection .fixed-bg {
    position: fixed;
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in;
    z-index: 1;
    height: 100vh;
    left: 531px;
    top: 40px; }
    #scrollSection .fixed-bg .svg {
      width: 100%;
      height: 100%;
      max-height: 90vh; }
    #scrollSection .fixed-bg.active {
      display: block;
      opacity: 1; }
  #scrollSection .right-column .svg {
    transition: all 0.1s linear;
    opacity: 0; }
    @media (min-width: 768px) {
      #scrollSection .right-column .svg {
        max-height: 90vh;
        width: max-content; } }
    #scrollSection .right-column .svg.active {
      opacity: 1; }
  #scrollSection #intro .svg {
    opacity: 0;
    transition: all 0.3s ease-in; }
    #scrollSection #intro .svg.active {
      opacity: 1; }
  @media (max-width: 767px) {
    #scrollSection #leaves {
      margin-bottom: 5rem; } }
  #scrollSection #pageTitle, #scrollSection #pageDescription, #scrollSection #soulSong {
    z-index: 100; }
  @media (max-width: 767px) {
    #scrollSection #pageTitle {
      padding-top: 9rem;
      padding-bottom: 9rem; } }
  #scrollSection #roots .svg-container {
    padding-top: 60px; }
  #scrollSection .sidebar-nav {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0 2.188rem 0 0;
    z-index: 10;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: none; }
    #scrollSection .sidebar-nav.active {
      display: none; }
      @media (min-width: 992px) {
        #scrollSection .sidebar-nav.active {
          display: flex; } }
    #scrollSection .sidebar-nav .links-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start; }
      #scrollSection .sidebar-nav .links-container a {
        font-size: 1.5rem;
        margin-bottom: 4.922rem;
        color: #606060;
        text-decoration: none;
        transition: all 0.3 ease-out; }
        #scrollSection .sidebar-nav .links-container a.active {
          color: #FF5200; }
        #scrollSection .sidebar-nav .links-container a:first-child {
          margin-top: 7rem; }
    #scrollSection .sidebar-nav a {
      color: #606060;
      text-decoration: none;
      transition: all 0.3 ease-out; }
      #scrollSection .sidebar-nav a.active {
        color: #FF5200; }
  #scrollSection #intro {
    margin-top: 0; }
    @media (min-width: 768px) {
      #scrollSection #intro {
        margin-top: 5rem; } }
  #scrollSection #soulSong {
    background-image: url(https://digitalyalo.com/wp-content/themes/yalo/assets/images/blur-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center; }
  #scrollSection .mobile-svg {
    margin-top: 60px;
    margin-bottom: -10px;
    min-height: 555px;
    max-width: 370px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 450px) {
      #scrollSection .mobile-svg {
        min-height: 400px;
        max-width: 100%; } }

/* Share Bar
--------------------------------------------- */
.share-bar-container {
  position: absolute; }
  .share-bar-container .icon-share {
    cursor: pointer;
    position: relative;
    display: block;
    width: fit-content;
    margin-bottom: 10px; }
    .share-bar-container .icon-share:before {
      content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share.svg");
      display: block;
      width: 32px;
      height: 32px; }
    .share-bar-container .icon-share:hover:before {
      content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_on.svg"); }
  .share-bar-container.dark .icon-share:before {
    content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_on.svg"); }
  .share-bar-container .share-bar-dropdown {
    display: none;
    width: fit-content;
    padding-left: 4px; }
    .share-bar-container .share-bar-dropdown.active {
      display: block; }
      .share-bar-container .share-bar-dropdown.active a:after {
        -webkit-animation: .5s ease 0s normal forwards 1 slidedown;
        animation: .5s ease 0s normal forwards 1 slidedown; }
    @media (min-width: 992px) {
      .share-bar-container .share-bar-dropdown {
        padding-left: 0; } }
    .share-bar-container .share-bar-dropdown ul {
      display: flex;
      justify-content: start;
      flex-wrap: wrap;
      padding: 0 !important;
      margin: 0 !important;
      list-style-type: none;
      display: block; }
      .share-bar-container .share-bar-dropdown ul li {
        cursor: pointer;
        border-radius: 50%;
        background-color: transparent;
        background-color: transparent;
        display: block;
        cursor: pointer;
        padding: 0 !important;
        margin: 0 0 10px !important; }
        .share-bar-container .share-bar-dropdown ul li a {
          width: 24px;
          display: inline-block;
          vertical-align: middle;
          position: relative; }
          @media (min-width: 992px) {
            .share-bar-container .share-bar-dropdown ul li a {
              width: 32px;
              width: initial; } }
          .share-bar-container .share-bar-dropdown ul li a:before {
            content: "";
            display: block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #ffffff; }
            @media (min-width: 992px) {
              .share-bar-container .share-bar-dropdown ul li a:before {
                width: 32px;
                height: 32px; } }
          .share-bar-container .share-bar-dropdown ul li a:after {
            display: block;
            width: 24px;
            height: 24px;
            position: absolute;
            top: 0; }
            @media (min-width: 992px) {
              .share-bar-container .share-bar-dropdown ul li a:after {
                width: 32px;
                height: 32px; } }
          .share-bar-container .share-bar-dropdown ul li a.share_at:after {
            content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_at_sm.svg"); }
          .share-bar-container .share-bar-dropdown ul li a.share_fb:after {
            content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_fb_sm.svg"); }
          .share-bar-container .share-bar-dropdown ul li a.share_x:after {
            content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_x_sm.svg"); }
          .share-bar-container .share-bar-dropdown ul li a.share_link:after {
            content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_link_sm.svg"); }
          .share-bar-container .share-bar-dropdown ul li a.share_email:after {
            content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_email_sm.svg"); }
          .share-bar-container .share-bar-dropdown ul li a:hover:before {
            -webkit-animation: fadeinhover .5s;
            -webkit-animation-fill-mode: forwards;
            animation: fadeinhover .5s;
            animation-fill-mode: forwards; }
          .share-bar-container .share-bar-dropdown ul li a.share_at:hover:after {
            content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_at_sm_on.svg"); }
          .share-bar-container .share-bar-dropdown ul li a.share_fb:hover:after {
            content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_fb_sm_on.svg"); }
          .share-bar-container .share-bar-dropdown ul li a.share_x:hover:after {
            content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_x_sm_on.svg"); }
          .share-bar-container .share-bar-dropdown ul li a.share_link:hover:after {
            content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_link_sm_on.svg"); }
          .share-bar-container .share-bar-dropdown ul li a.share_email:hover:after {
            content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_email_sm_on.svg"); }
          @media (min-width: 992px) {
            .share-bar-container .share-bar-dropdown ul li a.share_at:after {
              content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_at.svg"); }
            .share-bar-container .share-bar-dropdown ul li a.share_fb:after {
              content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_fb.svg"); }
            .share-bar-container .share-bar-dropdown ul li a.share_x:after {
              content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_x.svg"); }
            .share-bar-container .share-bar-dropdown ul li a.share_link:after {
              content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_link.svg"); }
            .share-bar-container .share-bar-dropdown ul li a.share_email:after {
              content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_email.svg"); }
            .share-bar-container .share-bar-dropdown ul li a.share_at:hover:after {
              content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_at_on.svg"); }
            .share-bar-container .share-bar-dropdown ul li a.share_fb:hover:after {
              content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_fb_on.svg"); }
            .share-bar-container .share-bar-dropdown ul li a.share_x:hover:after {
              content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_x_on.svg"); }
            .share-bar-container .share-bar-dropdown ul li a.share_link:hover:after {
              content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_link_on.svg"); }
            .share-bar-container .share-bar-dropdown ul li a.share_email:hover:after {
              content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_email_on.svg"); } }
  .share-bar-container.dark .share-bar-dropdown ul li a:before {
    background-color: #080808; }
  .share-bar-container.dark .share-bar-dropdown ul li a:hover:before {
    -webkit-animation: fadeinhover .5s;
    -webkit-animation-fill-mode: forwards;
    animation: fadeinhover .5s;
    animation-fill-mode: forwards; }
  .share-bar-container.dark .share-bar-dropdown ul li a.share_at:after {
    content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_at_sm_on.svg"); }
  .share-bar-container.dark .share-bar-dropdown ul li a.share_fb:after {
    content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_fb_sm_on.svg"); }
  .share-bar-container.dark .share-bar-dropdown ul li a.share_x:after {
    content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_x_sm_on.svg"); }
  .share-bar-container.dark .share-bar-dropdown ul li a.share_link:after {
    content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_link_sm_on.svg"); }
  .share-bar-container.dark .share-bar-dropdown ul li a.share_email:after {
    content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_email_sm_on.svg"); }
  @media (min-width: 992px) {
    .share-bar-container.dark .share-bar-dropdown ul li a.share_at:after {
      content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_at_on.svg"); }
    .share-bar-container.dark .share-bar-dropdown ul li a.share_fb:after {
      content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_fb_on.svg"); }
    .share-bar-container.dark .share-bar-dropdown ul li a.share_x:after {
      content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_x_on.svg"); }
    .share-bar-container.dark .share-bar-dropdown ul li a.share_link:after {
      content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_link_on.svg"); }
    .share-bar-container.dark .share-bar-dropdown ul li a.share_email:after {
      content: url("https://digitalyalo.com/wp-content/themes/yalo/assets/images/share_email_on.svg"); } }

@keyframes fadeinhover {
  from {
    background-color: #ffffff; }
  to {
    background-color: #FF5200; } }

@-webkit-keyframes fadeinhover {
  from {
    background-color: #ffffff; }
  to {
    background-color: #FF5200; } }

@keyframes fadeinhoverdark {
  from {
    background-color: #080808; }
  to {
    background-color: #FF5200; } }

@-webkit-keyframes fadeinhoverdark {
  from {
    background-color: #080808; }
  to {
    background-color: #FF5200; } }

@keyframes slidedown {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

@-webkit-keyframes slidedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }

/*--------------------------------------------------------------
# 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: #006098;
    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; }
