/* li margin posts single */
body.wp-singular li {
	margin-bottom: 10px;
}

/* Target the specific Ninja Forms submit button */
#nf-field-12 {
    background: rgb(241, 233, 220);
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1;
    font-style: normal;
    white-space: normal;
    padding: 0px 10px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    pointer-events: auto;
    height: 46px;
  }
  /* Style all input fields (text, email, etc.) */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 6px;
  }
  
  /* Placeholder styling for Webkit browsers (Chrome, Safari, Edge) */
  input::placeholder,
  textarea::placeholder {
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  
  /* Firefox-specific placeholder styling */
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  
  /* Internet Explorer/Edge Legacy */
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  
  .section-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .section-blurb {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .community-boxes {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
  }
  
  .community-box {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
  }
  
  .community-box h3 {
    margin-bottom: 15px;
  }
  
  .donate-button {
      background: rgb(241, 233, 220);
      border-radius: 0px;
      border-style: solid;
      border-color: rgb(0, 0, 0);
      border-width: 1px;
      color: rgb(0, 0, 0) !important;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px !important;
      font-weight: 700;
      letter-spacing: 3px;
      line-height: 1;
      font-style: normal;
      white-space: normal;
      text-align: center;
      word-break: break-word;
      cursor: pointer;
      pointer-events: auto;
      padding: 15px 19px;
      text-decoration: auto;
  }
  
  
  
  
  section.main-video-section {
      padding: 50px 0px;
  }
  
  section.main-video-section>.container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      align-items: center;
  }
  
  section.main-video-section>.container .client-right-sec video {
      width: 100%;
      height: 100%;
  }
  
  section.rosena-quote-section {
      padding: 30px 0px 80px;
  }
  section.rosena-quote-section .image-plus-quote-sec img {
      width: 100%;
  }
  
  section.rosena-quote-section .image-plus-quote-sec>p {
      margin: 30px 0px 10px;
  }
  
  section.jwellery-sec .heading-sec {
      margin: 0 0 30px;
  }
  section.jwellery-sec .founder-sec {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      padding: 0 0 50px;
      align-items: center;
  }
  section.jwellery-sec .founder-sec .page--feature-img-sec img {
      width: 100%;
  }
  
  section.jwellery-sec section.last-sec {
      padding: 0 0 50px;
  }
  section.jwellery-sec section.last-sec>.container .inner-content {
      width: 100%;
      padding: 50px 0px;
  }
  section.jwellery-sec section.last-sec>.container .inner-content img {
      width: 100%;
  }
  section.jwellery-sec section.last-sec>.container .images-sec {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      padding: 0px 0 10px;
  }
  
  section.jwellery-sec section.last-sec>.container .images-sec img {
      width: 100%;
  }
  section.jwellery-sec .heading-sec h2 {
      text-align: center;
      font-weight: 700;
      color: #000;
  }
  
  section.jwellery-sec section.last-sec>.container .inner-content p {
      margin: 20px 0px;
  }
  section.access-editor--image.launch-event-image .capital-access-wrap .page--feature-img img {
      aspect-ratio: unset;
      width: 100%;
      max-width: 100%;
      object-position: 100% 0%;
      max-height: 600px;
  }
  
  section.access-editor--image.launch-event-image .capital-access-wrap .page--feature-img {
      width: 100%;
  }
  
  .nf-form-wrap.ninja-forms-form-wrap .nf-form-layout {
    max-width: 860px;
    width: 100%;
  }
  .nf-form-layout > form  .nf-form-content {
    padding: 20px 0px;
  }
  .nf-form-layout > form .nf-form-content>nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .nf-form-layout > form .nf-form-content > nf-fields-wrap>nf-field {
    max-width: calc(100%/2 - 8px);
    width: 100%;
  }
  
  .nf-form-layout > form .nf-form-content > nf-fields-wrap > nf-field .field-wrap .nf-field-label label {
      color: #404040;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.3px;
  }
  .nf-form-layout > form .nf-form-content > nf-fields-wrap > nf-field .nf-field-container {
    margin: 0;
  }
  .nf-form-layout > form .nf-form-content > nf-fields-wrap > nf-field .field-wrap .ninja-forms-field {
      line-height: 1.2;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 4px;
      border: 1px solid #666;
  }
  
  .nf-form-layout > form .nf-form-content > nf-fields-wrap > nf-field .field-wrap div[for="nf-field-13"] {
    background: transparent !important;
    border: 1px solid #666;
    border-radius: 4px;
  }
  .nf-form-layout > form .nf-form-content > nf-fields-wrap > nf-field:nth-child(n+7) {
    max-width: 100%;
  }
  .community-box .donate-button {
      display: flex;
      max-width: max-content;
      color: #fff !important;
      font-size: 18px !important;
  }
  .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery br {
    display: none;
}
	div.img-spread {
			display: flex;
			flex-wrap: nowrap;
			gap: 40px;
			padding: 20px 0px;
			align-items: center;
	}
  div.img-spread img {
      max-width: 640px;
  }
  div.img-spread div {
      display: flex;
      margin: auto;
      flex-direction: column;
  }
  
  .banner-video-img{
  /* 	display:none !important; */
  }
  
  .banner-video-img {}

.banner-video-img .banner-img {
    width: 100%;
}



.banner-video-img .hero-video {
    position: relative;
}

.banner-video-img .hero-video>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    z-index: 2;
}


.banner-video-img .hero-video>.container .banner-button a.bnr-btn-link {
    background: #B28A4F;
    border: 0;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    display: inline-block;
    padding: 11px 20px;
    margin: 0;
    width: auto;
    min-width: 90px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
}

.banner-video-img .hero-video>.container .hero-content {
    margin: 30px 0;
}

.banner-video-img .hero-video:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000007a;
}
.hero-banner.banner-video-img {
    overflow: hidden;
}

.hero-banner.banner-video-img .container {
    text-align: center;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    font-family: var(--primary-font);
}

.hero-banner.banner-video-img .container h4 {
    color: #fff;
}

.hero-banner.banner-video-img .container .hero-content h1.main-heading {
    color: #fff;
}
  
.hero-banner.banner-video-img .container h4,
.hero-banner.banner-video-img .container .hero-content h1.main-heading,
.hero-banner.banner-video-img .container a.bnr-btn-link {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

/* Animate state */
.hero-banner.banner-video-img .container h4.animate,
.hero-banner.banner-video-img .container .hero-content h1.main-heading.animate,
.hero-banner.banner-video-img .container a.bnr-btn-link.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: stagger animation delays */
.hero-banner.banner-video-img .container h4.animate {
    transition-delay: 0.2s;
}

.hero-banner.banner-video-img .container .hero-content h1.main-heading.animate {
    transition-delay: 0.4s;
}

.hero-banner.banner-video-img .container a.bnr-btn-link.animate {
    transition-delay: 0.6s;
}
section.explore-resources .right-container-button {
    margin-inline: auto;
}

.hero-banner.banner-video-img .banner-img img, .hero-banner.banner-video-img video.hero-video {

    height: 90vh;

    width: 100%;

    object-fit: cover;

}
 
body.single-event .single-page-main .single-content div.event .gallery-item .gallery-icon.landscape img {
    height: 177px;
    object-fit: cover;
}
 
@keyframes moveUp {
    from {
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
  
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1516 div.drop-micon {
    opacity: 0;
}

div.img-spread > * {
  flex: 1 1 calc(50% - 20px) !important; /* 2 items per row with gap adjustment */
  box-sizing: border-box;
}
@media (min-width:767px){
    section.explore-resources .right-container-button button {
        font-size: 16px !important;
    }
}

  @media (min-width: 991px) {
    /* Add dropdown icon automatically for parent menu items on mobile */
    .menu-item-has-children > a::after {
      content: "\f0d7"; /* Font Awesome caret-down icon */
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      margin-left: 10px;
      display: inline-block;
      vertical-align: middle;
    }
  
    /* Optional: Style adjustments */
    .menu-item-has-children > a {
      display: inline-flex;
      align-items: center;
    }
      
      .header-main .site-main-menu .access.main-navigation #menu-header .sub-menu {
      padding: 46px 16px 16px 19px;
  }
  
  }
  section.events-container .upcoming-events-box a[href="https://thejewelryeditfoundation.org/events/the-jewelry-confessional-may-30/"] img {
    object-position: top;
}
  @media(max-width:991px){
  section.main-video-section > .container {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      align-items: center;
  }
      section.main-video-section {
      padding: 50px 0px 0px;
  }
      section.rosena-quote-section {
      padding: 30px 0px 50px;
  }
      section.jwellery-sec .founder-sec {
      grid-template-columns: repeat(1, 1fr);
      padding: 0 0 0px;
  }
      section.jwellery-sec section.last-sec > .container .inner-content {
      width: 100%;
      padding: 20px 0px;
  }
      .community-boxes {
      display: grid;
  }
      div.img-spread img {
      max-width: 441px;
  }
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1516 div.drop-micon {
    opacity: 1;
}	
	.header-main .site-main-menu .access.main-navigation #menu-header > li>ul.sub-menu>li>a {
    text-transform: capitalize;
}	
  
  }

@media (max-width: 991px) {
    section.explore-resources .right-container-button {
        margin-inline: auto;
        order: -2;
    }
}


@media (max-width: 768px) {
  div.img-spread > * {
    flex: 1 1 100%; /* full width on mobile */
  }
}
  @media(max-width:767px){
      section.page-content.page--Mission p {
      text-align: left;
  }
      
              div.img-spread {flex-direction: column;gap: 10px;padding: 10px 0px 0px 0px;}
  
      div.img-spread img {
      width: 100%;
  }
  .banner-video-img .hero-video>.container .hero-content {
    margin: 0px 0;
}
		
		body.single-event .single-page-main .single-content div.event .gallery-item .gallery-icon.landscape img {
    height: auto;
}
		
  }
  @media(max-width:567px){
      section.jwellery-sec section.last-sec > .container .images-sec {
      grid-template-columns: repeat(1, 1fr);
      padding: 0px 0 10px;
  }
      section.jwellery-sec .heading-sec h2 {
      font-size: 20px;
  }
      .nf-form-layout > form .nf-form-content > nf-fields-wrap>nf-field {
    max-width: 100%;
    width: 100%;
  }
      .community-box .donate-button {
      display: flex;
      max-width: max-content;
  }
  }



section.events-container.single-video-container .container .single-video-wrap .event-thumbnail {
   text-align: center;
}

section.events-container.single-video-container .container .single-video-wrap .tje-video-locked-content input[type="submit"] {
    background: rgb(241, 233, 220);
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    font-style: normal;
    white-space: normal;
    padding: 0px 10px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    pointer-events: auto;
    height: 46px;
    text-transform: uppercase;
    margin-top: 20px;
}

section.events-container.single-video-container .container .single-video-wrap .tje-video-locked-content  input#pwbox-2054 {
    box-sizing: border-box;
    border-radius: 0px;
    padding-left: 16px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 50px;
    text-align: left;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid;
    border-color: rgba(0, 0, 0, 1);
}