.contact-info-bars li a {	
  font-family: 'Montserrat';
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
}

.intro-contact a {
  color: #fff;
  text-decoration: none;
}

.team .intro-image2 img {
	width: 95%;
}

.sosmed-link a {
	color: #f1592a !important;
}

.mobile-phone a,
.email a{
  position: unset;
  color: white;
  text-decoration: none;
}

.today {
	color: #f35828;
	font-weight: bold;
}

.note::before{
	font-family: 'Neutra Text Alt';
	color: #f35828;
	font-size: 34px;
	content: "_";
	display: block;
	text-align: center;
}

.note, .note a {
	color: white;
	text-decoration: none;
}

.note a:hover {
	text-decoration: underline;
}

.wpcf7 {
  font-size: 13px;
}

.captcha {
	margin:auto;
	display: block;
}

.wpcf7-submit {
  background-color: transparent;
  border: 2px solid #f1592a;
  color: #ffffff;
  padding: 0 15px;
  height: 50px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.wpcf7-submit:hover {
  background-color: #4dc6db;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
  width: 100%;
  border: 1px solid #606575;
  border-radius: 10px;
  background-color: #43454c;
  color: #acacac;
  padding: 0 10px;
}