Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elementor/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elementor/_editor.scss

.elementor-editor-active {
	.page-header {
		pointer-events: none;

		* {
			pointer-events: none !important;
		}
	}
}

.elementor-element-editable {
	&.maxcoach-heading-wrapper-editing {
		.tm-modern-heading {
			outline: 1px dashed #eee;
		}
	}

	&.elementor-widget-tm-image-layers {
		.artboard {
			outline: 2px dashed #d5dadf;
		}
	}

	// Force showing swiper arrows on edit in editor.
	&.maxcoach-swiper-arrows-editing {
		.tm-swiper {
			.swiper-nav-button {
				transition-delay: 0s !important;
				opacity: 1 !important;
				visibility: visible !important;
			}
		}
	}

	&.maxcoach-map-marker-overlay-editing {
		.maxcoach-map-overlay-content {
			display: block !important;
		}
	}
}

.elementor-widget-tm-flip-box {
	&.maxcoach-flip-box--flipped {
		.elementor-widget-container {
			.front-side {
				display: none;
			}

			.back-side {
				-webkit-transform: none;
				-ms-transform: none;
				transform: none;
				opacity: 1;
			}
		}
	}
}