/*
 * Worxogo Title Widget CSS
 *
 * Elementor Title Widget Styles
 */

/* ===== ELEMENTOR TITLE WIDGET ===== */
.worxogo-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  line-height: 110%;
  margin: 0 auto 40px;
  color: #290074 !important;
}

.worxogo-title.align-left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.worxogo-title.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.worxogo-title.align-right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

/* Support for span elements within title widget */
.worxogo-title span[style*="color:#4000a9"],
.worxogo-title span[style*="color: #4000a9"],
.worxogo-title span[style*="color: #4000a9"],
.worxogo-title span[style*="color:#4000a9"] {
  color: #4000a9 !important;
}

/* Default highlighting for span elements with highlight class */
.worxogo-title .highlight,
.worxogo-title span.highlight {
  color: #4000a9 !important;
}