/* spgr-team.css */

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #73026B;
  box-shadow: 0 8px 28px rgba(223, 22, 126, 0.45);
}


.featured-services .icon i {
  color: #73026B;
}

.services .icon-box .icon i {
  color: #73026B;
}

a.active {
  color: #BB66BB;
}


/* === ADDITIONS === */

span.counter-add-plus[data-toggle="counter-up"]:after {
	content: "+";
}

.spgr-logo-text, .spgr-team-text {
  color: #73026B;
}

.spgr-team-text-light {
  color: #BB66BB;
  text-shadow: 2px 2px #73026B;;
}

.spgr-team-plus-icon {
	/** .icofont-plus-circle:before{content:"\efc0"}  */
	color: #BB66BB;
}

.spgr-team-plus-icon-inverted {
	/** .icofont-plus-circle:before{content:"\efc0"}  */
  color: #73026B;
}


#cta .animated-icon {
	float: right;
	font-color: #f4f440;
	padding-left: 1em;
}
#cta .animated-icon i {
	color: #f4f440;
}
#cta a:hover .animated-icon {
  animation: tink-left-right 0.5s ease-in-out infinite alternate-reverse both;
}


@-webkit-keyframes tink-left-right {
  0% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-5px);
  }
}

@keyframes tink-left-right {
  0% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-5px);
  }
}


/**
 * 
 */


.under-construction-hidden-disabled {
  display: none;
}
