/* Essential Grid styles
----------------------------------------------------------------- */
/* ESG box */
.esgbox-button.esgbox-button--thumbs, .esgbox-button.esgbox-button--close, .esgbox-button.esgbox-button--share {
  -webkit-transition: background-color 0.3s ease !important;
  -ms-transition: background-color 0.3s ease !important;
  transition: background-color 0.3s ease !important;
}

.esgbox-container .esgbox-share {
  background-color: var(--theme-color-alter_bg_color);
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.esgbox-container .esgbox-share h1 {
  font-weight: 300;
  color: var(--theme-color-alter_dark);
}
.esgbox-container .esgbox-share .esgbox-share__button {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.esgbox-container .esgbox-share .esgbox-close-small {
  color: var(--theme-color-alter_dark);
  background-color: transparent;
  -webkit-transition: opacity 0.3s ease !important;
  -ms-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
.esgbox-container .esgbox-share .esgbox-close-small svg path {
  fill: var(--theme-color-alter_dark);
}
.esgbox-container .esgbox-share .esgbox-close-small:hover {
  background-color: transparent !important;
}

@media (max-width: 479px) {
  .esgbox-share .esgbox-share__button {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .esgbox-share .esgbox-share__button svg {
    height: 20px;
    width: 20px;
  }
}

/*# sourceMappingURL=essential-grid.css.map */
