/*
 Theme Name: Helvetic-Isoliersysteme (Divi-Child)
 Theme URI: https://helvetic-isoliersysteme.ch
 Description: Child Theme for Divi
 Author: ProductAndMarket
 Template: Divi
 Version: 1.0
*/

a:not(.et_pb_button) {
	color: rgba(54, 53, 55, 0.6);
}

html {
  color-scheme: light !important;
}

@media (max-width: 1100px) {
  .et_pb_menu__menu {
    display: none !important;
  }
  .et_mobile_nav_menu {
    display: block !important;
  }
}

/* Disable Gallery Title Text */
.mfp-title { display: none !important; }

.checklist-red {
list-style: none !important;
padding-left: 0 !important;
margin-left: 0 !important;
}

.checklist-red li {
list-style: none !important;
position: relative;
padding-left: 28px;
margin-bottom: 8px;
}

.checklist-red li::before {
content: "✓";
position: absolute;
left: 0;
top: 0;
color: #e60000;
font-weight: bold;
font-size: 18px;
}

.wide {
	letter-spacing: 1px;
}

.fullwidth-btn .et_pb_button {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-align: center;
}