/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.carousel-pad .fusion-post-cards{
  padding-left:10px;
  padding-right:10px;
}

body .candidates_wrapper{
  padding-top:10px;
  padding-bottom:10px;
}
.shine-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.shine-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 20%,
    rgba(255,255,255,0.55) 50%,
    transparent 80%
  );
  transform: skewX(-15deg);
  animation: shine 5s ease-in-out infinite;
}

@keyframes shine {
  0%   { left: -120%; }
  18%  { left: 130%; }
  100% { left: 130%; }
}

.shine-delay-1::after { animation-delay: 0s; }
.shine-delay-2::after { animation-delay: 0.25s; }
.shine-delay-3::after { animation-delay: 0.5s; }
.shine-delay-4::after { animation-delay: 0.75s; }
.shine-delay-5::after { animation-delay: 1s; }
