/*
Theme Name: HES BLOG LIVE THEME - Last updated 4/6/24
Author: Jose Lopez
Author URI: https://stormid.com
Version: 1.1
*/

@import "app.css";

img {
  width: auto !important;
  height: auto !important;
}

.nav-breadcrumb {
  margin-top: 0.5rem;
}

.panel-header {
  margin-top: -3rem;
  /*padding-top: 2rem;*/
}

.wp-post-nav {
  overflow: hidden;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}

.wp-post-nav li {
  width: 45%;
  float: left;
}

.wp-post-nav li:last-child {
  float: right;
  text-align: right;
}

.wp-divider {
  height: 1px;
  width: 100%;
  background: #eee;
}

.wp-caption {
  width: auto !important;
}

.wp-caption-text {
  font-size: 0.85rem !important;
  color: #666 !important;
  margin-top: 10px !important;
}

.wp-caption img {
  width: auto !important;
  height: auto !important;
}

.alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}

iframe[id^="twitter-widget-"] {
  margin: 0 auto;
  float: none;
  clear: both;
  width: auto !important;
  min-width: 75% !important;
}

.author-info {
  background: #eee;
  padding: 10px 20px 0;
  overflow: hidden;
}

.author-avatar {
  float: left;
  margin: 0 20px 20px 0;
}

.author-avatar img {
  width: 100px !important;
  height: 100px !important;
}

.author-description {
  float: left;
  width: calc(100% - 120px);
}

.author-link {
  display: block;
}

.editor-content img {
  width: auto !important;
  height: auto !important;
}

.editor-content ul.slides {
  margin: 0 !important;
}

.author {
  margin-bottom: 30px;
  overflow: hidden;
}

.author-image {
  display: block;
  float: left;
  width: 100px;
  margin-right: 20px;
}

.authour-description {
  float: left;
  width: calc(100% - 120px);
}

.author-name {
  font-size: 1.25rem;
  font-weight: bold;
}

.wp-email input[type="text"] {
  line-height: 23px;
  color: #666666;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
}

.wp-email input[type="submit"] {
  padding: 5px 10px;
  background: #00a0c4;
  color: #fff;
  border-radius: 4px;
}

.wp-email input[type="submit"]:hover {
  opacity: 0.75;
}

.wp-email input[type="submit"]:last-of-type {
  background: #eee;
  color: #666;
}

.wp-email br {
  display: none;
}

.wp-email label {
  display: none;
}

.collapse__heading {
  cursor: pointer;
  display: block;
  padding-left: 0;
  text-indent: 25px;
  position: relative;
}

.collapse__heading i {
  position: absolute;
  top: 16px;
  left: 0;
  text-indent: 0;
  z-index: -1;
}

.wp-list li {
  line-height: 16px;
  line-height: 1rem;
  padding: 0;
  position: relative;
}

.wp-list a {
  color: #5f5d60;
  font-size: 16px;
  font-size: 1rem;
  font-family: gill-sans-nova, sans-serif;
  display: block;
  padding: 6px 0;
}

.wp-list a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 10px;
  text-align: center;
  text-rendering: auto;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  /*content: "\2611";*/
  content: "\f096";
}

.wp-list a:hover {
  color: #767477;
}

.wp-list li.current-cat a {
  font-weight: 700;
}

.wp-list li.current-cat a:before {
  content: "\2611";
}

/*.wp-list {
  color: #b3b3b3;
  left: 0;
  position: absolute;
  top: 6.4px;
  top: 0.4rem;
  margin: 0; }

*/

.storify iframe {
  position: relative;
  height: 500px !important;
}

ul.wcflex-direction-nav li {
  list-style: none;
}

.slides a[href^="http"]:after {
  display: none;
}

.author-1,
.author-41 {
  display: none !important;
}

.svg-helper {
  width: 100% !important;
}

.logo-link img {
  width: 200px !important;
}

@media (min-width: 60em) {
  #navigation {
    display: block !important;
  }
}

#wp-main {
  float: right;
}

.privacy-banner {
  --privacy-banner-depth: 0px;
  bottom: 0;
  color: hsl(0, 0%, 30%);
  font-family: inherit;
  font-size: 1rem;
  left: 0;
  position: fixed;
  right: 0;
  transition: all 500ms ease;
  z-index: 1000;
}
.privacy-banner :focus-visible {
  box-shadow: 0px 0px 0px 4px hsl(182, 68%, 49%);
  outline: 0 none !important;
}
.privacy-banner.privacy-banner-no-outline * {
  outline: 0 none !important;
  box-shadow: none !important;
}
.on--preferences .privacy-banner {
  display: block;
  height: 100%;
  margin-top: var(--privacy-banner-depth);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion) {
  .on--preferences .privacy-banner {
    margin-top: 0;
    top: 0 !important;
  }
}
.privacy-banner:before {
  content: "";
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms ease;
}
.on--preferences .privacy-banner:before {
  background: hsl(0, 0%, 9%);
}

.privacy-banner__grid-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}

.privacy-banner__grid-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.privacy-banner__grid-col {
  margin-left: 12px;
  margin-right: 12px;
}

.privacy-banner.preferences-closed {
  transition-duration: 50ms;
}

.privacy-banner__wrap {
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
}

.privacy-banner__title {
  display: inline-block;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.privacy-banner__link {
  font-size: 100%;
  line-height: 1.5;
  background-color: transparent;
  color: hsl(0, 0%, 30%);
  text-decoration: underline;
  transition: color 120ms ease;
  border: 0 none;
  cursor: pointer;
  -webkit-appearance: button;
}
.privacy-banner__link:hover, .privacy-banner__link:focus {
  color: #007994;
  text-decoration: none;
}

.privacy-content {
  background-color: white;
  border-top: 4px solid hsl(0, 0%, 80%);
  min-height: 100%;
  padding: 1.5rem 0;
  position: relative;
}

.privacy-banner__content {
  margin-right: auto;
}

.privacy-banner__btn {
  font-size: 100%;
  line-height: 1.5;
  background-color: #007994;
  border: 1px solid #007994;
  border-radius: 4px;
  color: white;
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.375rem 12px;
  transition: background-color 350ms ease;
}
.privacy-banner__btn:hover, .privacy-banner__btn:focus {
  background-color: white;
  border-color: hsl(0, 0%, 9%);
  color: hsl(0, 0%, 9%);
}

.privacy-banner__btn--secondary {
  background-color: white;
  border: 1px solid hsl(0, 0%, 9%);
  color: hsl(0, 0%, 9%);
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.375rem 12px;
  transition: background-color 350ms ease;
}
.privacy-banner__btn--secondary:hover, .privacy-banner__btn--secondary:focus {
  background-color: #007994;
  color: white;
}

.privacy-banner__summary {
  margin-bottom: 0.75rem;
  max-width: 45rem;
}

@media (max-width: 480px) {
  .privacy-banner__actions .privacy-banner__btn {
    margin-bottom: 0.75rem;
  }
}

.privacy-banner__mbl-close--wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 480px) {
  .privacy-banner__mbl-close--wrapper {
    margin-top: -2.25rem;
  }
}

.privacy-banner__mbl-close--btn {
  background-color: white;
  border: 2px solid hsl(0, 0%, 9%);
  border-radius: 4px;
  color: hsl(0, 0%, 9%);
  display: none;
  font-size: 1.2rem;
  transition: background-color 350ms ease;
}
.privacy-banner__mbl-close--btn:hover {
  background-color: #007994;
  border-radius: 4px;
  color: white;
}
.privacy-banner__mbl-close--btn::after {
  content: "←";
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 0 7px 3px;
  transition: all 0.1s ease-out;
}
.privacy-banner__mbl-close--btn:hover::after {
  padding: 0 8px 3px 6px;
}
.on--preferences .privacy-banner__mbl-close--btn {
  display: block;
}

.privacy-banner__actions,
.privacy-banner__summary {
  display: block;
}
.on--preferences .privacy-banner__actions,
.on--preferences .privacy-banner__summary {
  display: none;
}

.privacy-banner__panel {
  display: none;
}
.on--preferences .privacy-banner__panel {
  display: block;
}

.privacy-banner__form-container {
  bottom: initial;
  margin-top: 1.5rem;
  position: initial;
}
.privacy-banner__form-container::before {
  content: none;
}

.privacy-banner__col {
  width: calc(99.999% - 24px);
  position: relative;
}
.privacy-banner__col:after {
  content: "";
  background-color: hsl(0, 0%, 80%);
  width: 100%;
  height: 1px;
  bottom: 0.75rem;
  top: auto;
  left: 0;
  position: absolute;
}

.privacy-banner__btn-wrapper {
  justify-content: space-between;
}

.privacy-banner__btn-wrapper--stacked {
  flex-direction: column;
  row-gap: 0.75rem;
  width: 100% !important;
}
@media (min-width: 512px) {
  .privacy-banner__btn-wrapper--stacked {
    width: calc(49.9995% - 24px) !important;
  }
}
@media (min-width: 768px) {
  .privacy-banner__btn-wrapper--stacked {
    width: calc(33.333% - 24px) !important;
  }
}
@media (min-width: 1024px) {
  .privacy-banner__btn-wrapper--stacked {
    width: calc(24.99975% - 24px) !important;
  }
}

.privacy-banner__set {
  width: calc(99.999% - 24px);
  display: flex;
}

.privacy-banner__set--upper {
  margin-bottom: 3rem;
}

.privacy-banner__form-container--page .privacy-banner__set-accept {
  display: none;
}

.privacy-banner__inner {
  position: relative;
  width: calc(99.999% - 24px);
}
@media (min-width: 1024px) {
  .privacy-banner__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .privacy-banner__inner {
    margin-top: 2.25rem;
  }
}

.privacy-banner__form-title {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 1.2rem;
  display: block;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

.privacy-banner__fieldset {
  border: 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
.privacy-banner__fieldset:last-of-type {
  border-bottom: 0 none;
}

.privacy-banner__legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

.privacy-banner__legend-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.privacy-banner__label {
  line-height: 1.2;
  display: block;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  padding-left: 2.25rem;
  padding-top: 0.1875rem;
  position: relative;
}

.privacy-banner__row {
  margin-bottom: 0.75rem;
}

.privacy-banner__field {
  position: absolute;
  width: 0.75rem;
  opacity: 0;
}

.privacy-banner__btn-text--row {
  display: flex;
}

.privacy-banner__btn-text {
  background-color: transparent;
  text-decoration: underline;
  color: currentColor;
  margin: 0 5px 0 0;
  padding: 0;
}
.privacy-banner__btn-text:hover {
  text-decoration: none;
}

.privacy-banner__field:focus + .privacy-banner__label-text:before {
  box-shadow: 0 0 0 4px hsl(182, 68%, 49%);
}

.privacy-banner__label-text {
  display: block;
  font-weight: 600;
}
.privacy-banner__label-text:before {
  background-color: white;
  border: 1px solid hsl(0, 0%, 9%);
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0px;
  transition: all 0.1s ease-in-out;
  width: 1.5rem;
}

.privacy-banner__field:checked ~ .privacy-banner__label-text:before {
  background-color: hsl(0, 0%, 9%);
  border: 1px solid hsl(0, 0%, 9%);
}
.privacy-banner__field:checked ~ .privacy-banner__label-text:after {
  border-radius: 50%;
  content: "";
  display: block;
  background-color: white;
  height: 0.55rem;
  width: 0.55rem;
  top: 0.54rem;
  left: 0.54rem;
  position: absolute;
}

.privacy-banner__form-description {
  line-height: 1.2;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 1.5rem;
}

.privacy-banner__label-description {
  font-size: 0.85rem;
  font-weight: 400;
  color: hsl(0, 0%, 30%);
  letter-spacing: 0.3px;
  margin-bottom: 0;
}

.privacy-banner__submit {
  display: inline-block;
  margin-left: 12px;
}
.privacy-banner__submit:disabled {
  opacity: 0.6;
  cursor: default;
}
@media (min-width: 1200px) {
  .privacy-banner__submit {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}

.privacy-banner__form-announcement {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.embed {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 0 3rem 0;
}
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed__placeholder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background-color: hsl(0, 0%, 30%);
  align-items: center;
  justify-content: center;
}
.embed__placeholder p {
  margin-bottom: 0.75rem;
}

.embed__placeholder-btn {
  background-color: transparent;
  text-decoration: underline;
  color: currentColor;
}
.embed__placeholder-btn:hover {
  text-decoration: none;
}

@media screen and (forced-colors: active) {
  .privacy-banner__field:focus + .privacy-banner__label-text:before {
    border: 4px solid transparent;
  }
  .privacy-banner__field:checked ~ .privacy-banner__label-text:before {
    background-color: CanvasText;
    forced-color-adjust: none;
  }
  .privacy-banner__submit:disabled {
    opacity: 1;
  }
  .privacy-banner .input-toggle__input[aria-pressed=true] .input-toggle__display,
  .privacy-banner .input-toggle__input:focus-visible + .input-toggle__display,
  .privacy-banner .input-toggle__input:focus + .input-toggle__display,
  .privacy-banner .input-toggle__input:focus-within + .input-toggle__display {
    border-color: Highlight !important;
    transition-duration: 0s;
  }
}
.on--preferences main {
  display: none !important;
  visibility: hidden !important;
}

.privacy-banner__field {
  opacity: 0;
  position: absolute;
  width: 10px;
}

.privacy-banner .cookies-details__summary {
  border: 1px solid transparent;
  margin-bottom: 0.75rem;
  padding-left: 4px;
}
.privacy-banner .cookies-details__summary:focus-visible {
  border-color: hsl(0, 0%, 9%);
}

.privacy-banner .cookies-details__list {
  background: #e3f5eb;
  max-height: 230px;
  max-width: 100%;
  overflow-y: auto;
  padding: 0.75rem;
}

.privacy-banner .cookies-details__list--item {
  font-size: 0.85rem;
  line-height: 1.5;
}

.privacy-banner .cookies-details__list--item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0.25rem 0 0 0;
  padding-top: 0.75rem;
}

.privacy-banner .cookies-details__list--dl {
  display: flex;
  flex-wrap: wrap;
}

.privacy-banner .cookies-details__list--dt {
  flex: 0 1 30%;
  margin-bottom: 0.5em;
}

.privacy-banner .cookies-details__list--dd {
  flex: 0 1 70%;
  margin-bottom: 0.5em;
  margin-left: 0;
}

.privacy-banner__pushBottom {
  margin-bottom: 1.5rem;
}

.on--preferences {
    overflow-y: hidden;
}

@media(min-width: 1200px) {
    .privacy-banner__form-msg {
        margin-left: 0.75rem;
    }
}
.editor-content .privacy-banner__form-container {
      scroll-margin-top: 75px;
  }
.editor-content .privacy-banner__form-title {
        font-size: 1.2rem;
    }

@media (min-width: 512px) {
.editor-content .privacy-banner__btn-wrapper--stacked {
        width: calc(49.9995% - 24px) !important;
    }
  }
@media (min-width: 768px) {
  .editor-content .privacy-banner__btn-wrapper--stacked {
    width: calc(33.333% - 24px) !important;
  }
}
@media (min-width: 1024px) {
  .editor-content .privacy-banner__btn-wrapper--stacked {
      width: calc(49.9995% - 24px) !important;
  }
}
.editor-content .privacy-banner__set--upper {
    margin-bottom: 3rem;
}
.editor-content .privacy-banner__form-msg {
    margin-bottom: 0;
    margin-top: .5rem;
}
.privacy-banner__embed {
    background-color: rgba(0,0,0, .05);
    position: relative;    
}
.privacy-banner__embed.is--loaded {
    background-color: transparent;
}
.privacy-banner__embed .privacy-banner__embed-placeholder {
  padding: 3rem 0;
  text-align: center;
}
.privacy-banner__embed-placeholder {
    color: inherit !important;
    width: 100%;
    text-align: center;        
}
.privacy-banner__embed-placeholder a {
  color: inherit !important;
  text-decoration: underline;
}
.privacy-banner__embed-placeholder a:hover {  
  text-decoration: none;
}
.soundcloud-container .privacy-banner__embed-placeholder {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.btn {
  font-family: "gill-sans-nova", sans-serif;
}

.privacy-banner__iframe-container:has(iframe) {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.privacy-banner__iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}