.post-page-contact .banner-title {
  display: none !important;
}
.post-page-contact #inner-page-wrapper .aios-contact-title {
  text-transform: none !important;
}

.post-page-contact #inner-page-wrapper .aios-contact-title strong {
  font-weight: bolder;
  font-size: 80px;
  color: var(--primary);
  letter-spacing: 0;
  line-height: .875;
}

.post-page-contact .aios-contact-form .custom-page-col input[type="text"], 
.post-page-contact .aios-contact-form .custom-page-col input[type="email"], 
.post-page-contact .aios-contact-form .custom-page-col textarea {
  border-bottom: 1px solid rgba(28, 28, 28, 0.2) !important;
}

.post-page-contact .aios-contact-form .custom-page-col input[type="submit"] {
  border: 0;
  border-left: 4px solid var(--primary);
  min-width: 180px;
  width: auto;
  height: 50px;
  padding: 10px 20px;
  color: var(--primary);
} 

.post-page-contact .aios-contact-form .custom-page-submit {
  flex-direction: row !important;
}

.post-page-contact .aios-contact-form .custom-page-col input[type="submit"]:hover {
  background-color: var(--primary);
  color: var(--secondary);
}

@media only screen and (max-width:1440px) {
	.post-page-contact #inner-page-wrapper .aios-contact-title strong {
		font-size: 75px
	}
}

@media only screen and (max-width:1366px) {
	.post-page-contact #inner-page-wrapper .aios-contact-title strong {
		font-size: 70px
	}
}

@media only screen and (max-width:1280px) {
	.post-page-contact #inner-page-wrapper .aios-contact-title strong {
		font-size: 65px
	}
}

@media only screen and (max-width:1199px) {
	.post-page-contact #inner-page-wrapper .aios-contact-title strong {
		font-size: 60px
	}
}

@media only screen and (max-width:991px) {
	.post-page-contact #inner-page-wrapper .aios-contact-title strong {
		line-height: 1;
		font-size: 55px !important
	}
}

@media only screen and (max-width:767px) {
	.post-page-contact #inner-page-wrapper .aios-contact-title strong {
		font-size: 50px !important
	}
}

@media only screen and (max-width:576px) {
	.post-page-contact #inner-page-wrapper .aios-contact-title strong {
		font-size: 45px !important
	}
}

@media only screen and (max-width:480px) {
	.post-page-contact #inner-page-wrapper .aios-contact-title strong {
		font-size: 40px !important
	}
}