/*
Theme Name: Divi Child Theme
Description: Child Theme for Divi
Author:  Hand to Sky
Template: Divi
Version:  1.0.2
*/


/*
---------------------------
	CSS DIRECTORY
---------------------------
	=Font Setup
	=Global
	=Header
	=Footer
	=Media Queries
*/

/* ====Font Setup /////////////////////////////////////////////////*/


/* ====Global /////////////////////////////////////////////////*/
.hero-type {
  padding-bottom: 20px;
}

.hero-type h2 {
  color: #fff;
  font-size: 38px;
}

#type-target {
  display: inline-block;
  font-weight: bold;
  color: #00b25a;
}

#type-target::after {
  content: "|";
  margin-left: 2px;
  opacity: 1;
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@media screen and (max-width: 992px) {
  .hero-type h2 {
    font-size: 28px;
  }
}

/* ====Header /////////////////////////////////////////////////*/


/* ====Footer /////////////////////////////////////////////////*/



/* ====Media Queries /////////////////////////////////////////////////*/
@media (max-width: 767px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}
