/*
 Theme Name: Divi Child - Cohesion Studio
 Author: Cohesion Studio
 Author URI: https://www.madewithcohesion.com
 Template: Divi
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* --- Cohesion Studio Logo Animation Styles --- */
.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cohesive-svg {
  width: 100%;
  max-width: 800px;
  height: auto;
  overflow: visible;
}

.ring-pulse, .outer-ring, .middle-ring, .core-group {
  will-change: transform, opacity;
}

.hover-area {
  cursor: arrow;
  pointer-events: all;
}