/**
 * Theme Name: childtwentytwentyfive
 * Template:   twentytwentyfive
 * ...other header fields
 */
//.container{
//padding: 0px 10px 10px //10px;
//}
.wpcf7 input[type="number"]{
width: 23%;
}
.wpcf7 select{
    width: 27%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 38%;
}
.wpcf7 textarea{
width: 90%;
height: 70px;
}
.wpcf7 input[type="number"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select , textarea
{
padding: 10px 10px;
margin: 2px;
border-radius: 6px;
border: 1px solid #b5bdbc;
}
input[type="submit"]{
  background-color: #000000;
  border: none;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  padding: 15px 15px;
  width: 70%;
  font-weight: bold;
}
input[type="submit"]:hover {
  background-color: #636363;
  color: white;
}
.button{
text-align: center;
} 
//.productionTime{
//background: #D3D3D3;
//padding: 1px;
//margin: 0px 0px;
//border: none;
//border-radius: 6px;
//font-size: 15px;
//}
//.contactBox{
//border-radius: 6px;
//background: #51bce3;
//padding: 1px;
//border: 1px solid #D3D3D3;
//text-align: center;
//}
.sixteenFont{
font-size: 15px;
}

table {
//  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color:#00000012;
}

.responsive-tabs .responsive-tabs__list__item {
		color: #000000;
}

	.responsive-tabs .responsive-tabs__heading--active,
	.responsive-tabs .responsive-tabs__heading--active:hover {
		background: #000000;
		color: #fff;
	}

.responsive-tabs .responsive-tabs__panel {
	border: none;
}

