Your IP : 216.73.216.95


Current Path : /var/test/www/html/wp-content/plugins/siteorigin-panels/learn/css/
Upload File :
Current File : /var/test/www/html/wp-content/plugins/siteorigin-panels/learn/css/learn.scss

#siteorigin-learn {

	#siteorigin-learn-overlay {
		z-index: 100005;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba( 0,0,0,0.6 );
	}

	#siteorigin-learn-dialog {
		z-index: 100006;
		box-sizing: border-box;
		position: fixed;
		top: 50%;
		left: 50%;

		padding: 20px 30px;
		max-width: 640px + 60px;
		margin-left: -( 640px + 60px ) / 2;

		min-height: 400px;
		margin-top: -200px;

		background-color: #fff;

		.video-title {
			font-weight: 300;
			text-align: center;
			line-height: 1.2em;
			font-size: 22px;
			color: #555;
			margin: 0 0 20px 0;
		}

		.poster-wrapper {
			cursor: pointer;
			display: block;
			position: relative;

			&, .main-poster {
				width: 640px;
				height: 360px;
				display: block;
			}

			.play-button {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 640px;
				height: 58px;
			}

			.video-play-info {
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background: rgba( 0,0,0,0.75 );

				display: flex;
				justify-content: center;
				align-items: center;
				opacity: 0;
				transition: 0.25s;

				.video-play-info-text {
					text-align: center;
					font-size: 1.8em;
					color: rgba( 255,255,255,0.95 );

					small {
						display: block;
						margin-top: 0.8em;
						font-size: 0.65em;
						font-weight: 200;
					}

				}
			}

			&:hover {
				.video-play-info {
					opacity: 1;
				}
			}
		}

		.video-iframe {
			&, iframe {
				width: 640px;
				height: 360px;
				display: block;
			}
		}

		.learn-description {
			color: #666;
			font-weight: 300;
			margin: 25px auto;
			text-align: center;
		}

		.signup-form {
			display: flex;
			align-items: flex-end;
			padding: 15px 20px;
			background-color: #f8f8f8;
			border: 1px solid #e0e0e0;
			margin-top: 25px;

			.form-field {
				flex: 2.5;
				margin-right: 20px;

				label{
					color: #777;
					display: block;
					margin-bottom: 8px;
					text-align: center;
					font-size: 0.85em;
					font-weight: 500;

					@media (max-height: 900px)  {
						display: none;
					}
				}

				input {
					padding: 6px 8px;
					font-weight: 500;
					color: #555;
				}
			}
			.form-submit {
				flex: 1.5;

				input {
					margin-bottom: 1px;
					padding: 3px 8px;
					height: auto;
				}
			}

			input {
				width: 100%;
				display: block;
			}

		}

		.form-description {
			color: #777;
			font-weight: 300;
			margin-top: 15px;
			text-align: center;
			font-style: italic;
			font-size: 0.95em;
			line-height: 1em;
		}

		.learn-close {
			display: inline-block;
			cursor: pointer;
			font-weight: bold;
			font-size: 0.9em;
			padding: 4px;
			color: #666;
			position: absolute;
			top: 4px;
			right: 8px;
		}
	}

}