/* remove tint over banner image
::before {
	opacity: 0;
}
*/

/* CF7 Styles */

.wpcf7 {
	background-color: #48C5EE;
	background-image: url("https://valvehub.com/wp-content/uploads/2019/07/blue-gradient.png");
	background-repeat: no-repeat;
	border: 3px solid black;
	border-radius: 10px;
}

.wpcf7-form {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 25px;
	margin-bottom: -12px;
	color: white;
	font-size: 14pt;
}

.wpcf7-textarea {
	width: 85%;
	height: 100px;
	color: black;
	border: 1.5px solid #4169e1;
	border-radius: 5px;
	padding-left: 5px;
	resize: none;
}

.wpcf7-form label1{
	font-size: 20pt;
}

.wpcf7-form label2 {
	font-size: 18pt;
}

.wpcf7-text {
	width: 85%;
	color: black;
	border: 1.5px solid #4169e1;
	border-radius: 5px;
	padding-left: 5px;
}

.wpcf7-number {
	width: 35px;
	color: black;
	border: 1.5px solid #4169e1;
	border-radius: 5px;
	text-align: center;
	text-align-last: center;
}

.wpcf7-select {
	color: black;
	background-color: white;
	margin-bottom: 0px;
	width: 42%;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	text-align-last: center;
	border: 1.5px solid #4169e1;
}

.wpcf7-submit {
	display: block;
	margin: auto;
	margin-top: px;
	background-color: #dd3333;
	color: white;
	width: 52%;
	border: 3px solid #dd3333;
	border-radius: 5px;
}

.wpcf7-submit:hover {
	background-color: transparent;
	transition-duration: .45s;
	-webkit-transition-duration: 0.4s;
	border: 3px solid #dd3333;
	border-radius: 5px;
	box-shadow: 0px 0px 5px pink;
}

.wpcf7-date {
	color: black;
	background-color: white;
	border: 1.5px solid #4169e1;
	border-radius: 5px;
	text-align: center;
	text-align-last: center;
}

.wpcf7-label {
	color: grey;
}

/*checkboxes*/
input[type=checkbox] {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    -webkit-appearance: button;
    border: solid 2px #4169e1;
    background-color: white;
    color: white;
    white-space: nowrap;
    overflow:hidden;
    width:20px;
    height:20px;
}

input[type=checkbox]:checked {
    background-color: skyblue;
}

input[type=checkbox]:hover {
    box-shadow:0px 0px 10px lightskyblue;
}
/*/checkboxes*/

.othertext {
	height: 35px;
	width: 42%;
	margin-bottom: 5px;
	border: 1.5px solid #4169e1;
	border-radius: 5px;
}

.dummytext { /*empty text to align select 							properly*/
	border: none;
	background-color: transparent;
	height: 0px;
	width: 42%;
	pointer-events:none;
}

.ls { /*white line segments*/
	border: none;
	border-top: .5px solid white;
	border-bottom: .5px solid white;
	background-color: white;
	height: 0px;
	width: 90%;
	pointer-events: none;
	color: white;
}

.mc {
	margin-bottom: 0px;
	margin-top: 10px;
}

.Brand {
	margin-bottom:10px;
	margin-top: 10px;
}

.Date{
	background-color: white;
	color: black;
}

.spacer {
	display: none;
	background-color: transparent;
	border: none;
	height: 0px;
	pointer-events: none;
	color: transparent;
}

.Part {
	width: 42%;
	height: 35px;
	margin-top: 10px;
}

.mobilespacer{
	width: 60%;
	display: none;
	background-color: transparent;
	border: none;
	height: 0px;
	pointer-events: none;
	color: transparent;
}

/*on devices smaller than 1080p, mobile*/
@media only screen and (max-device-width : 1080px){ 
		.wpcf7-form label2 {
			font-size: 24pt;
		}
	
		.wpcf7-form label1{
			font-size: 28pt;
		}
	
		.spacer {
			display: block;
			background-color: transparent;
			border: none;
			height: 0px;
		}
	
	.mobilespacer{
		display: block;
	}
	
	input[type=checkbox] {
		height:  40px;
		width: 40px;
	}
	
	.wpcf7-select{
		width: 49%;
		height: 40px;
	}
	
	.Part{
		width: 49%;
		height: 40px;
	}

	.amount{
		height: 40px;
		width: 10%;
	}
	
	.wpcf7-submit{
		display: block;
		width: 85%;
		height: 45px;
		margin: auto;
	}
}

/* Placeholder color changes */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: grey;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: grey;
}
