/*
Theme Name: HVP Theme
Version: 1.1
*/

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

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-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	/* border: 2px solid #ff0000; */
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

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

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

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

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

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.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 {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

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

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('images/gears.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

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

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

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.more-files{ display: none; }
.more-files .jstyling-file input[type=file]{ height: 50px !important; }
.loading-bar { display: block; height: 27px; width: 100%; position: relative; border: 1px solid #8a8a8a; border-radius: 15px; background: #8a8a8a; display: none; overflow: hidden; }
.loading-bar .proggress{ display: block; height: 25px; top: 0; left: 0; position: absolute; border-radius: 15px; background: #b1ba1e; z-index: 1; }
.loading-bar .proggress-text{ display: block; height: 25px; width: 100%; top: 0; left: 0; position: absolute; z-index: 2; text-align: center; line-height: 25px; color: #fff; font-family: 'ProximaNovaSemibold'; }
.more-files-display { display: inline-block; padding: 5px 20px; font-size: 14px; background: #fff; border-radius: 5px; font-family: 'ProximaNovaSemibold'; color: #4e4e4e; }
.hidden-field { display: none; }
.side-login { display: none; }
.tml-user-panel { margin-top: 15px; }
.tml-user-panel .tml-user-links { margin-top: 10px; }
.from-msg p{ margin-bottom: 0 !important; }
.tml-rememberme-wrap input { width: 14px; height: 14px; }
.tml-label{ font-size: 12px; font-family: "ProximaNovaSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif; }