/*!
	Theme Name: DC Theme
	Theme URI: https://letsgodojo.com
	Description: Hello Theme Child with Some Customizations
	Author: DOJO Creative
	Text Domain: dctheme
	Template: hello-elementor
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6, p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: inherit;
  color: var(--e-global-color-text);
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

a:hover, a:active {
  color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

large {
  font-size: 125%;
}

/**
 * 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;
  height: auto;
  max-width: 100%;
}

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

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

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

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

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

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

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -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;
}

button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}

button:focus,
[type=submit]:focus,
[type=button]:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}

button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table th {
  font-weight: bold;
}

table thead th,
table tfoot th {
  font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}

table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.e-con.p-con-default {
  --padding-block-start:40px;
  --padding-block-end:40px;
  padding-inline-start: var(--padding-block-start);
  padding-inline-end: var(--padding-block-end);
  --e-global-color-text: $text-color;
  background: #FFF;
}
@media (max-width: 767px) {
  .e-con.p-con-default {
    --padding-block-start: 30px;
    --padding-block-end: 30px;
  }
}
.e-con.p-con-default h4, .e-con.p-con-default h5 {
  color: var(--e-global-color-primary);
}
.e-con.p-con-default a {
  color: var(--e-global-color-primary);
}
.e-con.p-con-default a:hover {
  text-decoration: underline;
}
.e-con.p-con-orange {
  --padding-block-start:40px;
  --padding-block-end:40px;
  padding-inline-start: var(--padding-block-start);
  padding-inline-end: var(--padding-block-end);
  background: #d26f1a;
  --e-global-color-text: #FFF;
  --e-global-color-primary: #FFF;
}
@media (max-width: 767px) {
  .e-con.p-con-orange {
    --padding-block-start: 30px;
    --padding-block-end: 30px;
  }
}
.e-con.p-con-blue {
  --e-global-color-text: #FFF;
  --e-global-color-primary: #FFF;
  --e-global-color-secondary: #d26f1a;
  --padding-block-start:40px;
  --padding-block-end:40px;
  padding-inline-start: var(--padding-block-start);
  padding-inline-end: var(--padding-block-end);
  background: #3186a2;
}
@media (max-width: 767px) {
  .e-con.p-con-blue {
    --padding-block-start: 30px;
    --padding-block-end: 30px;
  }
}
.e-con.p-con-green {
  --padding-block-start:40px;
  --padding-block-end:40px;
  padding-inline-start: var(--padding-block-start);
  padding-inline-end: var(--padding-block-end);
  background: #a1a513;
  --e-global-color-text: #FFF;
  --e-global-color-primary: #FFF;
  --e-global-color-secondary: #ffe500;
}
@media (max-width: 767px) {
  .e-con.p-con-green {
    --padding-block-start: 30px;
    --padding-block-end: 30px;
  }
}
.e-con.p-con-green li {
  color: var(--e-global-color-text);
}
.e-con.p-con-green a {
  color: var(--e-global-color-secondary);
}
.e-con.p-con-green a:hover {
  text-decoration: underline;
}
.e-con.p-con-dark {
  --padding-block-start:40px;
  --padding-block-end:40px;
  padding-inline-start: var(--padding-block-start);
  padding-inline-end: var(--padding-block-end);
  background: black;
  --e-global-color-text: #FFF;
  --e-global-color-primary: #FFF;
}
@media (max-width: 767px) {
  .e-con.p-con-dark {
    --padding-block-start: 30px;
    --padding-block-end: 30px;
  }
}
.e-con.p-con-interior {
  --padding-block-start:0;
  --padding-block-end:0;
}
.e-con.p-con-interior > .e-con-inner {
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.e-con.p-con-interior:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  background: #d26f1a;
  z-index: 0;
}
.e-con.p-con-interior:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 0;
  background: #a1a513;
  z-index: 0;
}

.p-head .elementor-widget-container {
  position: relative;
}
.p-head .elementor-widget-container h1, .p-head .elementor-widget-container h2, .p-head .elementor-widget-container h3, .p-head .elementor-widget-container h4, .p-head .elementor-widget-container h5, .p-head .elementor-widget-container h6 {
  color: #FFF;
  width: 100%;
  padding: 200px 30px 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-head .elementor-widget-container h1, .p-head .elementor-widget-container h2, .p-head .elementor-widget-container h3, .p-head .elementor-widget-container h4, .p-head .elementor-widget-container h5, .p-head .elementor-widget-container h6 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .p-head .elementor-widget-container h1, .p-head .elementor-widget-container h2, .p-head .elementor-widget-container h3, .p-head .elementor-widget-container h4, .p-head .elementor-widget-container h5, .p-head .elementor-widget-container h6 {
    padding-top: 50px;
  }
}
.p-head .elementor-widget-container a {
  display: block;
  padding: 200px 30px 30px 30px;
  margin: -200px -30px -30px;
  transition: 0.3s;
}
.p-head .elementor-widget-container a:hover {
  text-decoration: none;
}
.p-head.p-head-orange h1, .p-head.p-head-orange h2, .p-head.p-head-orange h3, .p-head.p-head-orange h4, .p-head.p-head-orange h5, .p-head.p-head-orange h6 {
  background: rgba(210, 111, 26, 0.85);
}
.p-head.p-head-orange a:hover {
  background: #d26f1a;
}
.p-head.p-head-green h1, .p-head.p-head-green h2, .p-head.p-head-green h3, .p-head.p-head-green h4, .p-head.p-head-green h5, .p-head.p-head-green h6 {
  background: rgba(161, 165, 19, 0.85);
}
.p-head.p-head-green a:hover {
  background: #a1a513;
}
.p-head.p-head-blue h1, .p-head.p-head-blue h2, .p-head.p-head-blue h3, .p-head.p-head-blue h4, .p-head.p-head-blue h5, .p-head.p-head-blue h6 {
  background: rgba(49, 134, 162, 0.85);
}
.p-head.p-head-blue a:hover {
  background: #3186a2;
}

.nf-form-cont {
  margin: 0 auto;
  color: var(--e-global-color-text);
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
  background: #F9F9F9;
  box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.09);
  border-radius: 4px;
}
.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type=button],
.nf-form-cont .nf-form-content input[type=submit] {
  background: #d26f1a;
  border-radius: 4px;
  color: white;
  font-weight: 600;
  box-shadow: none;
}
.nf-form-cont .nf-form-content button:hover,
.nf-form-cont .nf-form-content input[type=button]:hover,
.nf-form-cont .nf-form-content input[type=submit]:hover {
  background: #ec8100;
  color: white;
}

/* Footer */
.footer p {
  color: white;
  margin-block-end: unset;
}
.footer .text-gray a, .footer .text-gray p {
  color: #666666;
}
.footer a {
  color: white;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .elementor-social-icon {
  background-color: transparent;
}
.footer .text-blue {
  color: #3186a2;
}
.footer .text-blue a {
  color: #3186a2;
}

#breadcrumbs {
  background: url(./assets/images/home_icon.png) 20px center no-repeat;
  opacity: 0.7;
  font-size: 16px;
  padding-left: 40px;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

/* Map Search */
.map-search {
  width: 570px;
  height: 315px;
  background-color: rgba(210, 111, 26, 0.9);
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 5;
}
.map-search h2, .map-search p {
  color: white;
}
.map-search p {
  opacity: 0.7;
}
.map-search .elementor-widget-text-editor > .elementor-widget-container p:last-of-type {
  margin-bottom: 0;
  opacity: 1;
}
.map-search .elementor-search-form {
  max-width: 385px;
}
.map-search .elementor-search-form__container {
  background: transparent;
}
.map-search .elementor-search-form__input {
  padding: 14px;
  width: 320px;
  background: white !important;
}
.map-search .elementor-search-form__submit {
  padding: 14px;
  margin-left: 10px;
  color: black;
  font-family: "roc-grotesk", Sans-serif;
  font-weight: 600;
  background-color: #ffe500;
  border-radius: 5px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .map-search {
    width: 90%;
    right: 5%;
    left: 5%;
  }
}

#full-pantry-list section {
  padding-bottom: 40px;
}
#full-pantry-list h3 {
  padding: 15px;
}
#full-pantry-list .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  #full-pantry-list .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  #full-pantry-list .grid {
    grid-template-columns: 1fr;
  }
}
#full-pantry-list .grid-item {
  padding: 10px;
  margin: 10px 5px;
  position: relative;
}
#full-pantry-list .grid-item div {
  color: #FFF;
}
#full-pantry-list .grid-item .more-info {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
#full-pantry-list .grid-item .more-info:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s ease-in-out;
  background: #FFF;
  opacity: 0;
  border-radius: 4px;
}
#full-pantry-list .grid-item .more-info:hover:after {
  opacity: 0.1;
  mix-blend-mode: screen;
}
#full-pantry-list .grid-item h6 {
  color: #ffcc00;
}

#wpsl-wrap .wpsl-input,
#wpsl-wrap #wpsl-radius,
#wpsl-wrap #wpsl-results,
#wpsl-wrap #wpsl-search-btn {
  display: flex;
  align-items: center;
}
#wpsl-wrap #wpsl-category, #wpsl-wrap .wpsl-input, #wpsl-wrap .wpsl-select-wrap {
  margin-bottom: 0;
}
#wpsl-wrap .wpsl-search {
  margin-bottom: 20px;
  padding: 15px;
  background: #c06518;
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
}
#wpsl-wrap .wpsl-directions {
  display: none;
}
#wpsl-wrap .wpsl-store-location strong {
  font-family: roc-grotesk, sans-serif;
  font-weight: bold;
  color: #ffe500;
}
#wpsl-wrap #wpsl-result-list {
  width: 33.5%;
  margin: 0;
}
@media (max-width: 767px) {
  #wpsl-wrap #wpsl-result-list {
    width: 100%;
  }
}
#wpsl-wrap #wpsl-search-btn {
  font-family: roc-grotesk, sans-serif;
  font-weight: bold;
  background: #ffe500;
  border-color: #ffe500;
  color: #000;
}

#dojo-loc-search .elementor-search-form__input {
  padding: 14px;
}
#dojo-loc-search .elementor-search-form__submit {
  padding: 14px;
}

.donation-box {
  width: 155px;
  font-family: "roc-grotesk", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  background-color: #a8ae2a;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .donation-box {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .donation-box {
    width: 130px;
  }
}
.donation-box__url {
  padding: 40px 10px;
  display: block;
}
.donation-box__url:hover {
  background-color: #bdc448;
  text-decoration: none !important;
}
.donation-box p {
  margin: 0;
  padding: 0;
}
.donation-box__donate {
  font-size: 20px;
}
.donation-box__dollar-sign {
  font-size: 28px;
  vertical-align: top;
}
.donation-box__dollar-amount {
  font-size: 48px;
}
.donation-box__meal-count {
  color: #ffe500;
}

h2:before {
  content: " ";
  height: 0.8em;
  width: 0.3em;
  background: var(--e-global-color-secondary);
  position: absolute;
  left: -0.6em;
  top: 0.1em;
}

h3:after {
  content: " ";
  height: 3px;
  width: 4rem;
  background: var(--e-global-color-text);
  display: block;
  position: relative;
  top: 10px;
}

.elementor-widget-image-box .elementor-image-box-title a {
  text-decoration: none;
}
.elementor-widget-image-box .elementor-image-box-title a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  ul li.menu-item.mobile-only {
    display: none;
  }
}
.dojo-d .d-d {
  fill: #0c88b4;
}

.page-content .wpsl-gmap-canvas {
  margin-bottom: 0;
}

.elementor-location-single .wpsl-gmap-canvas {
  border-radius: 6px;
}
.elementor-location-single .store-location-details h6 {
  color: #ffe500;
}
.elementor-location-single .store-location-details .wpsl-locations-details {
  color: #FFF;
}

.wpsl-info-window p {
  color: #333 !important;
}

.dojo-category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dojo-category-list li {
  font-family: var(--e-global-typography-8bb8aae-font-family), Sans-serif;
  font-size: var(--e-global-typography-8bb8aae-font-size);
  font-weight: var(--e-global-typography-8bb8aae-font-weight);
  line-height: var(--e-global-typography-8bb8aae-line-height);
  letter-spacing: var(--e-global-typography-8bb8aae-letter-spacing);
  word-spacing: var(--e-global-typography-8bb8aae-word-spacing);
  color: #FFF;
  margin-bottom: 20px;
}
.dojo-category-list a:hover {
  color: #B2E1FD;
}

.blog-headline-list a:hover {
  color: #B2E1FD;
}

div#nf-field-11-container,
div#nf-field-12-container,
div#nf-field-13-container {
  display: inline-block;
  margin-right: 10px;
}

div#nf-field-13-container {
  margin-right: 0;
}

.event-date {
  color: #FFF;
  font-family: roc-grotesk, sans-serif;
  font-weight: bold;
  background: #d26f1a;
  position: absolute;
  padding: 10px;
  border-radius: 40px;
  left: -25px;
  text-align: center;
}

.archive .event-date {
  left: -45px;
}