/*
Theme Name:   EWP Convention
Theme URI:    https://uni-foundation.eu
Description:  DIVI child theme for EWP Convention
Author:       EUF
Template:     Divi
Version:      1.0.5
*/

/*
CONTENTS

- color variables
- Parallax
- Footer
-- Bluesky icon
*/

/* COLOR VARIABLES */
:root {
	--euf-yellow: #fab31e;
	--orange: #e88618;
	--teal: #073b4c;
	--ink-black: #001823;
	--cyan: #15cfd6;
	--blue: #107A9E;
}

/* CSS PARALLAX */
/* Safari bg overlay fix */
div.euft-overlay
{
  background-color: rgba(255, 255, 255, 0.8);
}


/* Add CSS parallax for Desktop only */
/* Base behaviour: normal static background everywhere */
.desktop-parallax {
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

/* Desktop only: fake "CSS parallax" with background-attachment: fixed */
@media (hover: hover) and (pointer: fine) {
  .desktop-parallax {
    background-attachment: fixed;
  }
}


/* FOOTER */
/* BLUESKY begin*/ 
/* replace the 4th icon in SM follow module in footer with FA bsky icon */


/* Turn the BEHANCE icon into a Bluesky icon in Social Media Follow module */
.et_pb_social_media_follow .et-social-behance a.icon:before {
    content: url(https://training.uni-foundation.eu/wp-content/uploads/2025/12/Bluesky_Logo_grey-v4.svg) !important;
  color: #DDDDDD;
  padding-top: 3px;
  padding-left: 6px;
  max-width: 18px;
}