?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/rankinh/villavanille/wp-content/plugins/drew-core/assets/css/scss/parts/
Upload File :
Current File : /home/rankinh/villavanille/wp-content/plugins/drew-core/assets/css/scss/parts/_global-default.scss

/* ==========================================================================
   Global styles
   ========================================================================== */

.drew-core-page-inline-style {
	position: absolute !important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none;
}

.qodef-landing-last-section {
	position: relative;

	&:after {
		content: '';
		@include qodefAbsoluteLayout();
		display: block;
		background-color: inherit;
		opacity: 1;
	}

	.qodef-landing-custom-text,
	.qodef-button {
		opacity: 0;
		transform: translateY(24px);
	}

	&.qodef--appeared,
	.elementor-editor-active & {

		&:after {
			opacity: 0;
			transition: opacity .62s ease;
		}

		.qodef-landing-custom-text,
		.qodef-button {
			opacity: 1;
			transform: translateY(0);
			transition: opacity .82s cubic-bezier(.25,.04,0,.93) .32s, transform .82s cubic-bezier(.25,.04,0,.93) .32s;
		}

		.qodef-button {
			transition: opacity .82s cubic-bezier(.25,.04,0,.93) .46s, transform .82s cubic-bezier(.25,.04,0,.93) .46s, $color-transition, $background-color-transition, $border-color-transition !important;
		}
	}
}

.qodef-offset-image-appear-animation--scale-rotate {

	.qodef-offset-image-holder {
		transform: scale(.92) rotate(-36deg);
		opacity: 0;
		transition: opacity .64s ease, transform .64s ease;
	}

	&.qodef--appeared,
	.elementor-editor-active & {

		.qodef-offset-image-holder {
			transform: scale(1) rotate(0);
			opacity: 1;
		}
	}
}

.qodef-offset-image-appear-animation--from-left {

	.qodef-offset-image-holder {
		transform: translateX(-32px);
		opacity: 0;
		transition: opacity .64s ease, transform .64s ease;
	}

	&.qodef--appeared,
	.elementor-editor-active & {

		.qodef-offset-image-holder {
			transform: translateX(0);
			opacity: 1;
		}
	}
}

.qodef-offset-image-appear-animation--from-right {

	.qodef-offset-image-holder {
		transform: translateX(32px);
		opacity: 0;
		transition: opacity .64s ease, transform .64s ease;
	}

	&.qodef--appeared,
	.elementor-editor-active & {

		.qodef-offset-image-holder {
			transform: translateX(0);
			opacity: 1;
		}
	}
}

.qodef-offset-image-appear-animation--from-down {

	.qodef-offset-image-holder {
		transform: translateY(32px);
		opacity: 0;
		transition: opacity .64s ease, transform .64s ease;
	}

	&.qodef--appeared,
	.elementor-editor-active & {

		.qodef-offset-image-holder {
			transform: translateY(0);
			opacity: 1;
		}
	}
}

.qodef-custom-offset-image {

	.qodef-offset-image-holder {
		z-index: 1 !important;
	}
}