/*
Theme Name: Redline Athletics
description:
  CLICKS 3 Child Theme
Author: Reach Agency
Author URI: http://reachagency.com/
Template: clicks_3
Version: 1.0.0
*/

.form-success {
text-align: center;
}

.col-12.col-md-6.order-1.order-md-12.innerImg {
  background-position: right;
}

option {
  color: rgb(0, 0, 0) !important;
}
option:first-child {
  color: rgb(0, 0, 0) !important;
}

.website-2 .singleForm {
	display: none;
}

/* Change input fields to have white background

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus, input[type="text"], input[type="email"], input[type="number"], input[type="password"],
::placeholder
{
  background: white;
  color: black !important;
}
::-ms-input-placeholder
{
  background: white;
  color: black !important;
}

*/