html{
	overflow-x: hidden !important;
}
/ CF7 CSS /
textarea{
	height:100px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
	padding: 0.5rem 1rem!important;
	font-size: .98em!important;
    border: 1px solid #F1ECEC!important;
    border-radius: 0;
    background: #FAFAFA!important;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
}
[type=submit] {
    font-weight: 400;
    color: #fff;
    background-color: #ae8d48;
    border: 1px solid #ae8d48;
    font-size: 1.2rem!important;
    border-radius: 0px;
    letter-spacing: .8px!important;
    width: 50%;
	padding: 0.6rem 1rem!important;
	text-transform: uppercase;
}
[type=submit]:hover {
    background-color: #F48400;
    border: 1px solid #F48400;
}
/ Chrome, Safari, Edge, Opera /
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.wpcf7-response-output{
	background-color: white !important;
}
/ CF7 CSS /
.entry-title {

display: none;

}
.big-text {
	font-size: 40px;
}

.button-with-bg {
    background-image: url('https://tractionk9.com/wp-content/uploads/2025/07/image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
    border-radius: 10px;
}