/*
Theme Name: InCred Global Custom Theme
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.5.2
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
header > div {
  border: 0 none !important;
}
body a {
  transition: all ease 0.4s !important;
}
.footer-credit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #aaa;
}

.footer-credit .credit-text {
  margin-right: 10px;
  font-weight: 300;
  color: #888;
}

.footer-credit .credit-link {
  text-decoration: none;
  color: #1e5aa8;
  font-weight: 500;
}

.footer-credit .credit-name span {
  display: inline-block;
  animation: wave 1s ease forwards;
  animation-play-state: paused;  /*only runs on hover */
}

/* Wave keyframes */
@keyframes wave {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-8px); }
  60%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

/* Trigger animation on hover */
.footer-credit .credit-link:hover .credit-name span {
  animation-play-state: running;
}

/* Stagger each letter */
.footer-credit .credit-name span:nth-child(1) { animation-delay: 0s; }
.footer-credit .credit-name span:nth-child(2) { animation-delay: 0.1s; }
.footer-credit .credit-name span:nth-child(3) { animation-delay: 0.2s; }
.footer-credit .credit-name span:nth-child(4) { animation-delay: 0.3s; }
.footer-credit .credit-name span:nth-child(5) { animation-delay: 0.4s; }
.footer-credit .credit-name span:nth-child(6) { animation-delay: 0.5s; }
.footer-credit .credit-name span:nth-child(7) { animation-delay: 0.6s; }
.footer-credit .credit-name span:nth-child(8) { animation-delay: 0.7s; }
.footer-credit .credit-name span:nth-child(9) { animation-delay: 0.8s; }
.footer-credit .credit-name span:nth-child(10){ animation-delay: 0.9s; }
.footer-credit .credit-name span:nth-child(11){ animation-delay: 1s; }
.footer-credit .credit-name span:nth-child(12){ animation-delay: 1.1s; }
.footer-credit .credit-name span:nth-child(13){ animation-delay: 1.2s; }
.footer-credit .credit-name span:nth-child(14){ animation-delay: 1.3s; }
.filter-white{linear-gradient(to right, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to right, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);}