Your IP : 216.73.216.95


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

.tm-view-demo {
	text-align: center;

	.maxcoach-box {
		position: relative;
		display: block;
	}

	.image {
		@extend %NormalTransition;
		box-shadow: 0 0 40px rgba(51, 51, 51, .1);
		border-radius: 5px;

		> img {
			width: 100%;
			border-radius: inherit;
		}
	}

	.heading {
		@extend %NormalTransition;
		font-size: 20px;
		line-height: 1.5;
		margin: 29px 0 0;
	}

	.badge {
		position: absolute;
		top: -15px;
		right: -15px;
		z-index: 2;
	}
}