/*
 Theme Name:   iSeek
 Theme URI:    https://iseek.ie
 Description:  iSeek Internet Solutions default starter theme, customised for our clients, providing them an outstanding website, they can be proud of. 
 Child theme to the amazing GeneratePress theme.
 Template:     generatepress
 Version:      1.0
*/
/* Color Options
--------------------------------------------- */
.has-theme-primary-color {
  color: #292567;
}

.has-theme-primary-background-color {
  background-color: #292567;
}

.has-theme-secondary-color {
  color: #f15a4f;
}

.has-theme-secondary-background-color {
  background-color: #f15a4f;
}

.has-theme-light-color {
  color: #FFF;
}

.has-theme-light-background-color {
  background-color: #FFF;
}

.has-theme-grey-color {
  color: #ccc;
}

.has-theme-grey-background-color {
  background-color: #ccc;
}

.has-theme-dark-color {
  color: #000;
}

.has-theme-dark-background-color {
  background-color: #000;
}

.iseek-crafted-light {
  -webkit-filter: invert(100%) sepia(9%) saturate(0%) hue-rotate(134deg) brightness(107%) contrast(107%);
          filter: invert(100%) sepia(9%) saturate(0%) hue-rotate(134deg) brightness(107%) contrast(107%);
  width: 50px;
}
/*# sourceMappingURL=style.css.map */