/**
 * Theme Name: Outform
 * Author: LLOS&
 * Author URI: https://llos.co
 */
a.no-follow {
	cursor: default;
}
.cards-list > li.not-solution-found{
	max-width: 100%;
	flex: 0 0 100%;
	align-items: center;
  	justify-content: center;
}
/* Loading */
.wrapper {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.wrapper.loading {
	opacity: 0;
}
.animsition-loading, .animsition-loading:after {
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	border-radius: 50%;
	z-index: 2
}
.animsition-loading {
	background-color: transparent;
	border-top: 5px solid #d7dff0;
	border-right: 5px solid #d7dff0;
	border-bottom: 5px solid #d7dff0;
	border-left: 5px solid #00aff4;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: theme-loading;
	animation-name: theme-loading
}
[loading=lazy] {
	opacity: 1;
}
.contact-form .wpcf7-form-control-wrap.cv {
	overflow: hidden;
}

.post-password-form {
	text-align: center;
	margin-top: 10rem;
}
.post-password-form input[type="password"]{
	border: 1px solid black;
	display: block;
	margin-top: 10px;
}
.wpcf7 .ajax-loader {
	display: block;
}
.post-password-form input[type="submit"]{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0!important;
    padding: .1rem .75rem;
    font-size: .5rem;
    line-height: 1.5;
    border-radius: 1.25rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    border: solid 1px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-width: 5rem;
	white-space: normal;
	background: black;
	color: white;
	display: block;
	margin: 0 auto;
}
.post-password-form input[type="submit"]:hover{
	background: #00aff4;
}

@-webkit-keyframes theme-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes theme-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
/*
.post-type-archive-product_solution .animated-text .text-el {
	opacity: 1 !important;
}
.post-type-archive-product_solution #loadMore {
	display: none !important;
}*/
