/*
Theme Name: PC-Mentor Gmbh
Version: 1.1
Author: PC-Mentor Gmbh
Author URI: https://www.pc-mentor.de
Template: aveit
*/



/*Add your own styles here:*/

.btn-success.effect {
  background-color: #36AC5E;
  color: #fff !important;
  border: 2px solid #36AC5E !important;
}

.btn-success.effect:hover {
  background-color: transparent;
  color: #36AC5E !important;
  border: 2px solid #36AC5E !important;
}



.hidden {
	display: none;
}


.btn-block, .btn-block a, .btn-block button {
	display: block;
}

.form-funnel [type="submit"], .form-funnel [type="submit"]:hover, .form-funnel [type="submit"]:active, .form-funnel [type="submit"]:focus {
	border: 1px solid #1F79BB;
	background-color: #1F79BB;
	color: #fff;
	font-weight: bold;
	padding: 15px 25px;
}

.form-funnel {
	max-width: 500px;
	margin: 0 auto;
}
.form-funnel [type="text"],
.form-funnel [type="email"],
.form-funnel [type="tel"],
.form-funnel textarea,
.form-funnel .wpcf7-list-item {
	border: 0;
	width: 100%;
	line-height: 25px;
	padding: 8px 20px;
}

.form-funnel .wpcf7-list-item {
	padding-right: 40px;
	display: block !important;
}

.form-funnel textarea {
	height: 250px;
}
.form-funnel input[type="text"]:focus, .form-funnel input[type="password"]:focus, .form-funnel input[type="email"]:focus, .form-funnel textarea:focus,
.form-funnel input[type="text"]:focus-visible, .form-funnel input[type="password"]:focus-visible, .form-funnel input[type="email"]:focus-visible, .form-funnel textarea:focus-visible,
.form-funnel input[type="text"]:active, .form-funnel input[type="password"]:active, .form-funnel input[type="email"]:active, .form-funnel textarea:active {
	border: 0;
	outline: none;
}

.form-funnel .form-funnel-input-wrap {
	display: block;
	width: 100%;
	border: 1px solid #666;
	border-bottom: 0;
	margin-bottom: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.form-funnel .form-funnel-input-wrap.first {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.form-funnel .form-funnel-input-wrap.last {
	border-bottom: 1px solid #666;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.form-funnel p {
	margin-bottom: 0;
}
.form-funnel .icon [type="text"],
.form-funnel .icon [type="email"],
.form-funnel .icon [type="tel"],
.form-funnel .icon textarea,
.form-funnel .icon .wpcf7-list-item {
	padding-left: 50px;
}
.form-funnel .icon {
	position: relative;
}
.form-funnel .icon:before {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	z-index: 1;
	box-sizing: border-box;
	top: 10px;
	left: 15px;
}
.form-funnel .icon.icon-name:before {
	content: "\f007";
}
.form-funnel .icon.icon-email:before {
	content: "\f1fa";
	font-weight: 900;
}
.form-funnel .icon.icon-phone:before {
	content: "\f2a0";
	font-weight: 900;
}

.form-funnel [type="checkbox"], .form-funnel [type="checkbox"] {
	min-height: auto;
}

.form-funnel [type="submit"] {
	width: 90% !important;
	text-align: center;
	margin: 20px auto 0;
	display: block;
	transform: translate3d(0, 0, 0);
	animation-name: pcmShakeMe;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes pcmShakeMe {
    5%,50% {
        transform: scale(1)
    }

    10% {
        transform: scale(.9)
    }

    15% {
        transform: scale(1.05)
    }

    20% {
        transform: scale(1.05) rotate(-3.5deg)
    }

    23% {
        transform: scale(1.05) rotate(3.5deg)
    }

    26% {
        transform: scale(1.05) rotate(-2.5deg)
    }

    30% {
        transform: scale(1.05) rotate(2.5deg)
    }

    35% {
        transform: scale(1.05) rotate(0)
    }
}

.your-funnel {
	cursor: pointer;
}