/*
Theme Name: Starit.VN
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@keyframes zoom-in-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-4deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1, 1, 1) rotate(4deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1, 1, 1) rotate(-4deg);
  }

  100% {
    transform: scale(0.9);
  }
}


.liststyle-none {
	list-style: none
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

