/*
** 1.16  CSS Customer colors
*/

      .has-adicustom-color,
      .has-adicustom-color a {
          color: var(--wp--preset--color--adicustom) !important;
      }

      .has-adicustomer-color,
      .has-adicustomer-color a {
          color: var(--wp--preset--color--adicustomer) !important;
      }

      .has-adicustomlight-color,
      p.has-adicustomlight-color,
      .has-adicustomlight-color a {
          color: var(--wp--preset--color--adicustomlight) !important;
      }

      .has-adicustom-background-color {
          background-color: var(--wp--preset--color--adicustom) !important;
          background: var(--wp--preset--color--adicustom) !important;
      }

      .has-adicustomer-background-color {
          background-color: var(--wp--preset--color--adicustomer) !important;
          background: var(--wp--preset--color--adicustomer) !important;
      }

      .has-adicustomlight-background-color {
          background-color: var(--wp--preset--color--adicustomlight) !important;
          background: var(--wp--preset--color--adicustomlight) !important;
      }


      .has-adicustom-color a:hover,
      .has-adicustomer-color a:hover,
      .has-adicustomlight-color a:hover {
          opacity:0.5
      }