
/*
    Forms
*/

.grecaptcha-badge { 
    visibility: hidden;
}
.bg-form {
	background-color: #fff;
	display: inline-block;
	padding: 40px;
	width: 84%;
	max-width: 900px;
}
form, input, select, textarea, radio, checkbox, label, button {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 0;
	-webkit-appearance: none;
	outline:none;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input, select, textarea, radio, checkbox, label {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.form-contact {
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 0;
}
.follow {
	padding-top: 70px;
}
.follow-bot {
	position: absolute;
	bottom: 60px;
	left: 5%;
	right: 5%;
}
input {
	color: #000;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 100%;
}
select {
	color: #000;
	cursor: pointer;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 100%;
	background-image: url(../images/icon-dd.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
}
textarea {
	font-size: 18px;
	border: 1px solid #ccc;
	background-color: transparent;
	padding: 10px;
	width: calc(100% - 22px);
	height: 90px;
}
label {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
label.half-left,
label.half-right {
	width: 48%;
}
label.half-right {
	margin-left: 4%;
}
label span.label {
	font-size: 18px;
	color: #000;
	display: block;
	text-align: left;
	line-height: 40px;
}
input.input-subscribe,
input.wpcf7-submit {
	cursor: pointer;
	color: #000;
	margin-top: 80px;
	padding-top: 10px;
	width: 170px;
	border: 1px solid #000;
}
input.wpcf7-submit {
	margin-top: 50px;
	padding-top: 10px;
}
input.input-subscribe:hover,
input.wpcf7-submit:hover {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}
input[type=email] {
	margin-bottom: 20px;
}

::placeholder {
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #000;
}
::-ms-input-placeholder {
	color: #000;
}
input:invalid,
input:focus:invalid,
select:invalid,
select:focus:invalid,
textarea:invalid,
textarea:focus:invalid {
	box-shadow:none !important;
	border-bottom: 1px solid #000;
}

/* CF7 */
form.wpcf7-form {
	margin:0 auto;
	padding:0;
}
form.wpcf7-form span {
	margin:0;
	padding:0;
}
div.wpcf7 .ajax-loader {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
	font-family: 'Helvetica Neue', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
	line-height: 20px;
    color: #ff6600;
	padding-top: 10px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	font-family: 'Helvetica Neue', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14px;
	line-height: 20px;
    border: 0;
    margin: 0;
    padding: 0;
}
.wpcf7 form.spam .wpcf7-response-output {
	font-family: 'Helvetica Neue', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14px;
	line-height: 20px;
    border: 0;
    margin: 0;
    padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	font-family: 'Helvetica Neue', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
	line-height: 20px;
}
span.wpcf7-not-valid-tip {
	font-family: 'Helvetica Neue', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:13px;
	line-height: 19px;
	position:relative;
	display:block;
	text-align:left;
	margin-left:0;
	line-height: 30px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
span.wpcf7-not-valid-tip {
    color: #ff6600;
}


@media screen and (min-width: 1024px) and (max-width: 1440px) {



}

@media screen and (min-width: 768px) and (max-width: 1023px) {



}

@media screen and (max-width: 767px) {

.bg-form {
	padding: 30px;
	width: 80%;
}
label.half-left,
label.half-right {
	width: 100%;
}
label.half-right {
	margin-left: 0;
}
input,
select {
	font-size: 17px;
	padding-top: 15px;
	padding-bottom: 10px;
}
input.input-subscribe {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
}
label span.label {
	font-size: 17px;
	padding-top: 10px;
}
textarea {
	font-size: 17px;	
}
input[type=email] {
	margin-bottom: 6px;
}


}

@media screen and (max-width: 479px) {



}
