div.wpcf7 {
	margin: 0;
	padding: 0;
}

/*div.wpcf7-response-output {
	padding: 0.2em 1em;
}*/

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	position: absolute;
    left: 75px;
    text-align: center;
    margin-top: -15px;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
	position: absolute;
    top: 18px;
    left: 0px;
    /*display: none;*/
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

body.page-template-default .contactPageForm textarea {
	width: 100%;
	margin-left: 0;
	border: 1px solid #DBDDDD;
	padding: 0 15px;
}

body.page-template-default .contactPageForm label {
	width: 100%;
	margin-left: 0;
	width: 100%;
}
body.page-template-default .contactPageForm label[for="contact-message"] {
	margin-top: 10px;
}

body.page-template-default .contactPageForm input[type="submit"] {
    text-transform: uppercase;
    background-color: #065e84;
    border: none;
    color: #08d8cd;
    padding: 5px 15px;
    font-weight: bold;
    letter-spacing: 1.0px;
}

body.page-template-default .contactPageForm input[type="submit"]:hover {
    background-color: #fff;
    border: 1px solid #065e84;
}
body.page-template-default .contactPageForm input {
	height: 40px;
	width: auto;
	border: 1px solid #DBDDDD;
	padding: 0 15px;
}

body.page-template-default .contactPageForm div.wpcf7-mail-sent-ok {
	position: absolute;
    text-align: center;
    margin-top: -15px;
    bottom: 56px;
    left: 30px;
}



/*  Media queries */

@media all and (max-width:480px) {
	body.page-template-default .contactPageForm input {
	width: 100%;
	}
}

/*Error and succes messages*/


@media all and (max-width:1024px) {
	body.page-template-default .contactPageForm div.wpcf7-mail-sent-ok {
		top: 0px;
		left: 0px;
		color:red;
	}
	body.page-template-default .contactPageForm {
		position:relative;
	}
	body.page-template-default .contactPageForm p {
		padding: 15px 0 30px;
	}
}

@media all and (max-width:767px) {
	body.page-template-default .contactPageForm div.wpcf7-mail-sent-ok {
	    bottom: 0px;
	    font-size: 14px;
	    text-align: 12px;
	    left: 0;
	    color: red;
	    top:98%;
	}

	body.page-template-default .contactPageForm input[type="submit"] {
		margin-bottom: 15%;
	}

	body.page-template-default .contactPageForm p {
		padding: 15px 0 30px;
	}
}