/* ============================================================================= *
Theme Name: Ⓓ Divi Child IMPULSION Coaching & Formation
Theme URI: https://impulsion-coaching-formation.com/
Description: This is a Ⓓ Divi child theme
Author: M Vignjevic
Author Email: mailto.maar@gmail.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
================================================================================ *
================================================================================ */
/* ============================================================================= *
                                                   ADD A SMOOTH SCROLLING EFFECT
================================================================================ */
html, body, 
/* ============================================================================= *
                                                   ADD A SMOOTH SCROLLING EFFECT
================================================================================ */
html { scroll-behavior: smooth; }
/* ============================================================================= *
                                                         ADD TRANSITION ON HOVER
================================================================================ */
:hover { transition:all 1s; }
/* ============================================================================= *
                                                                 COLOR VARIABLES
================================================================================ */
:root {
	--primary: #000;
	--secondary: #7c7c7c;
	--tertiary: #121212;
	--accent01: #caa82c;
	--accent02: #fff;
}
/* ============================================================================= *
                                                               ANIMATED GRADIENT
================================================================================ */

span.bwsc_animated_gradient, .bwsc_animated_gradient h1, .bwsc_animated_gradient h2, .bwsc_animated_gradient h3, .bwsc_animated_gradient p {
	background: linear-gradient(90deg,#1CADB7,#1CADB7,#FFCC01,#1CADB7);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: 300%;
    animation: bwsc-animated-gradient 8s ease-in-out infinite; -webkit-animation: bwsc-animated-gradient 8s ease-in-out infinite;
}
@keyframes bwsc-animated-gradient {
	0% { background-position: 0 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0 50%; }
}


/* ============================================================================= *
                                                  SHOW TESTIMONIAL SLIDER ARROWS
================================================================================ */
.et-pb-arrow-next { opacity: 1; right: 12px; }
.et-pb-arrow-prev{ opacity: 1; left: 12px; }