/*
Theme Name: Infine Child
Template:   infine
Theme URI: https://1.envato.market/infine-wp
Description: Life and Business Coach WordPress Theme
Author: Awaiken
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: infine-child
*/

/* custom styles  */
.number-percentage
{
	display: none !important;
}
.company-landingpage-btn {
	position: absolute !important;
	z-index: 10;
	margin-top: 20px;
	margin-right: 20px;
}

.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
	width: 100% !important;
	height: auto !important;
	margin-bottom: -100px !important;
}

.contact-form-note {
	font-size: 0.8em;
	font-style: italic;
}

.copyright p {
	font-size: 0.8em !important;
}

.post-tags,
.post-social-sharing {
	display: none !important;
}

.post-single-meta ul li:nth-child(2) {
	display: none !important;
}

.ata-site-logo-img {
	max-height: 40px;
}

/* password page */
/* Versteckt den Footer */
.is-password-protected {}
.is-password-protected .ekit-template-content-header,
.is-password-protected .ekit-template-content-footer,
.is-password-protected .wpml-ls-statics-footer {
	display: none !important;
}

/* password form */
.custom-pw-container {
	margin: 150px auto;
	display: block;
	width: 90%;
	text-align: center;
}
.custom-pw-container .pw-logo-wrapper {
	padding: 50px;
}
.custom-pw-container .pw-logo-wrapper img {
	max-width: 200px;
}
.custom-pw-container h2 {
	font-weight: 700;
	background-image: linear-gradient(267.43deg, var(--e-global-color-accent) 4.95%, var(--e-global-color-accentsecondary) 97.92%);
	background-clip: text;
	-webkit-text-fill-color: transparent
}
.custom-pw-container input {
	margin: 30px 0;
}
.custom-pw-container button {
	padding: 12px 24px;
	color: #ffffff;
	background: linear-gradient(267.43deg, rgb(54, 203, 137) 4.95%, rgb(78, 176, 216) 97.92%);
	border: none;
	border-radius: 25px;
	font-family: var(--font-family);
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.3s ease;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.custom-pw-container button:hover {
	background: linear-gradient(267.43deg, rgb(78, 176, 216) 97.92%, rgb(54, 203, 137) 4.95%);
}