/*
 Theme Name:   Alony Hetz Theme Child
 Theme URI:    https://example.com/
 Description:  Child theme for Alony Hetz Theme (Underscores)
 Author:       San Interactive
 Author URI:   https://san-i.co.il/
 Template:     alony-hetz-theme
 Version:      1.0.0
*/

.inner-menu .page_item {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
}

.tase-api-symbol--zero {
	margin-top: -15px;
}

@media (max-width: 1024px) {
	.tase-api-symbol--zero {
		margin-top: -5px;
	}
}

@media (min-width: 1024px) {
    body .esg-section--item {
        height: 400px;
    }
}

@media (min-width: 1280px) {
    body .esg-section--item {
        height: 420px;
    }
}

@media (min-width: 1580px) {
    body .esg-section--item {
        height: 520px;
    }
}

.cf7-custom-success--main {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  margin-top: 20px;

  padding: 16px 20px;
  border-radius: 12px;

  background: #ffffff;
  border: 1px solid #ffffff;
  color: #28956d;

  font-size: 16px;
  font-weight: 500;
}

.cf7-custom-success--main.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cf7-custom-success--main:last-child {
	display: none !important;
}