/*
Theme Name: Fitness Child
Description: Fitness Child Theme
Author: Codetia.com
Template: fitness
Version: 1.0.1
*/

@import url("../fitness/style.css");

/* CSS Custom box homepage */

.box-content-custom {
	background-color:#ffffff;
	padding:30px;
}
.box-content-custom .box-content-left,
	.box-content-custom .box-content-right {
		font-size: 18px;
		line-height: 1.5;
		display: inline-block;
		text-align: center;
		width: 49%;
}
.box-content-custom i {
	color:#111111;
}

.wpcf7-form textarea, .wpcf7-form input {
	background-color: #e9e9e9;
	border: none;
	font: normal 14px/20px Montserrat, Arial, Tahoma, sans-serif !important;
	max-width: 100%;
	padding: 10px 0 0 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-form textarea {
	width: 100%;
	resize: none;
}

.wpcf7-form input[type="submit"] {
	background-color: #dd8500;
	color: white;
}