/*
Theme Name:     Creatives
Theme URI:      https://creativist.studio
Template:       kadence
Author:         Creativist Studio
Author URI:     https://creativist.studio
Description:    Creatives is a beautifully designed child theme for Kadence, crafted by Creativist.studio and tailored specifically for creators and creative teams. It combines modern aesthetics with intuitive functionality to help you build stunning, fast-loading, and accessible websites effortlessly. The theme's easy-to-use drag-and-drop header and footer builder allows for quick customization, enabling you to craft unique and engaging designs in minutes. Whether you're a solo designer or part of a creative team, Creatives offers powerful tools and flexible templates to bring your artistic vision to life.
Version:        0.1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* for openwork fonts with a border */
h4 {
    -webkit-text-stroke: 2px #F5F1E6; }/* width and color */
/* for buttons in forms */
.kb-radio-item label {
    color: #F8F4EC;
}

/* to justify the text if necessary */
.justify2 {
    text-align: justify;
}




/* change color selection mouse pointer mouse */
::-moz-selection { /* Code for Firefox */
  color: #F5F1E6;
  background: #201F1B;
}

::selection {
  color: #F5F1E6;
  background: #201F1B;
}
/* ------------------------------------------------------- */
/* for the vibrating logo */
.brand img:hover {animation:jello-vertical .5s linear both} @keyframes jello-vertical{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(.75,1.25,1)}40%{transform:scale3d(1.25,.75,1)}50%{transform:scale3d(.85,1.15,1)}65%{transform:scale3d(1.05,.95,1)}75%{transform:scale3d(.95,1.05,1)}100%{transform:scale3d(1,1,1)}}

