/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2026 | 15:25:17 */
._custom-font-family{
  font-family: 'Martian Mono', monospace;
  font-weight: 400; /* Regular */
  font-style: normal;
}


.toggles .toggle-title .toggle-heading i.fa.fa-plus-circle,
.toggles .toggle-title .toggle-heading i.fa.fa-minus-circle{
  display: none !important;
}

.toggles .toggle-title .toggle-heading{
  position: relative;
  padding-right: 
}

.toggles .toggle-title .toggle-heading:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 25px;
  height: 25px;

  background-image: url("/wp-content/uploads/2026/01/plus-sharp-light-full.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.toggles .toggle.open  .toggle-title .toggle-heading:after,
.toggles .toggle.active .toggle-title .toggle-heading:after{
  background-image: url("/wp-content/uploads/2026/01/minus-sharp-light-full.svg");
}



.toggles--minimal-shadow .toggle {
    border-bottom: solid 1px #000!important;
}



.toggles--minimal-shadow .toggle:before {
    box-shadow: none!important;
}
.toggles--minimal-shadow .toggle {
    padding: 0px!important;
}

.nectar-inherit-h2.toggle-heading {
  border-top: 1px solid #000!important;
}