body {
	font-weight: 300;
	/*font-size: 15px;*/
}

a {
	color: #fd893a;
}

a:hover {
	color: #333;
}

.btn-outline-light, .wpcf7-submit {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.btn-outline-light:hover, .wpcf7-submit:hover {
	background-color: #000;
	color: #fff;
	border-color: #fff;
}

.blue {
	color: #0d0d19;
}

.bg-blue {
	background: #0d0d19;
}

.orange {
	color: #fd893a;
}

.bg-orange {
	background-color: #fd893a;
}

.white {
	color: #ffffff;
}

.bg-white {
	background-color: #ffffff;
}
.bg-gray {
	background-color: #f7f7f7;
}

input {
	outline: none;
	border: none;
}

textarea {
	outline: none;
	border: none;
}

textarea:focus, input:focus {
	border-color: transparent !important;
}

input::-webkit-input-placeholder {
	color: #999999;
}

input:-moz-placeholder {
	color: #999999;
}

input::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder {
	color: #999999;
}

textarea::-webkit-input-placeholder {
	color: #999999;
}

textarea:-moz-placeholder {
	color: #999999;
}

textarea::-moz-placeholder {
	color: #999999;
}

textarea:-ms-input-placeholder {
	color: #999999;
}

.wpcf7-form-control-wrap, .wpcf7-select {
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	margin-bottom: 17px;
	display: block;
}

.wpcf7-form-control, .wpcf7-select {
	display: block;
	width: 100%;
	background: transparent;
	font-size: 15px;
	line-height: 1.2;
}

.contact-form input, .wpcf7-select {
	height: 40px;
	padding: 0 20px 0 23px;
}

.wpcf7-select {
	margin: 0;
}

.contact-form .motivo input, .contact-form .privacy input, .contact-form .marketing input, .contact-form .profilazione input, .contact-form .comunicazione_terzi input {
	height: auto;
	padding: 0;
}

.wpcf7-form-control-wrap.motivo {
	border: 0;
}

.wpcf7-form-control-wrap.privacy, .wpcf7-form-control-wrap.marketing, .wpcf7-form-control-wrap.profilazione, .wpcf7-form-control-wrap.comunicazione_terzi {
	border: 0;
	margin: 0;
}

.contact-form textarea {
	height: 150px;
	padding: 19px 20px 0 23px;
}

.focus-input100-1,
.focus-input100-2 {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.focus-input100-1::before,
.focus-input100-2::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #57b846;
}

.focus-input100-1::before {
	top: -1px;
	left: 0;
}

.focus-input100-2::before {
	bottom: -1px;
	right: 0;
}

.focus-input100-1::after,
.focus-input100-2::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 0;
	background-color: #57b846;
}

.focus-input100-1::after {
	top: 0;
	right: -1px;
}

.focus-input100-2::after {
	bottom: 0;
	left: -1px;
}

.contact-form:focus + .focus-input100-1::before {
	-webkit-animation: full-w 0.2s linear 0s;
	animation: full-w 0.2s linear 0s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

.contact-form:focus + .focus-input100-1::after {
	-webkit-animation: full-h 0.1s linear 0.2s;
	animation: full-h 0.1s linear 0.2s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

.contact-form:focus + .focus-input100-1 + .focus-input100-2::before {
	-webkit-animation: full-w 0.2s linear 0.3s;
	animation: full-w 0.2s linear 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

.contact-form:focus + .focus-input100-1 + .focus-input100-2::after {
	-webkit-animation: full-h 0.1s linear 0.5s;
	animation: full-h 0.1s linear 0.5s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes full-w {
	to {
		width: calc(100% + 1px);
	}
}

@keyframes full-h {
	to {
		height: calc(100% + 1px);
	}
}

.alignright {
	float: right;
}
.btn-orange {
	background-color: #ff8500;
    border-radius: 2px;
    padding: 4px 30px 5px 30px!important;
	font-weight: bold;
	color: white!important;
	
}
.btn-orange:hover {
	background-color: #333333;
    border-radius: 2px;
    padding: 6px 24px;
	font-weight: bold;
	color: #ff8500!important;
}