.registration-form-template-modal {
		background: #fff;
		position: fixed;
		top: 8%;
		bottom: 5%;
		right: 5%;
		left: 12%;
		display: none;
		box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
		z-index: 160000;
}
.registration-form-template-modal.show {
	display: block;
}
.registration-form-template-modal * {
	box-sizing: border-box;
}
.registration-form-template-modal a.close {
	position: absolute;
	top: 0;
	right: 0;
	font: 300 1.71429em "dashicons" !important;
	color: #777;
	content: '\f335';
	display: inline-block;
	padding: 10px 20px;
	z-index: 5;
	text-decoration: none;
	height: 50px;
	cursor: pointer;
	border-left: 1px solid #ddd;
}
.registration-form-template-modal a.close:hover {
	background: #eee;
	opacity: 0.8;
	text-decoration: none;
}
.registration-form-template-modal a.close:active {
	background: #eee;
	opacity: 0.4;
}
.registration-form-template-modal .modal-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 4;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.registration-form-template-modal .modal-header h2 {
	line-height: 50px;
	text-align: left;
	margin-top: 0;
	color: #5d6d74;
	font-size: 20px;
	text-shadow: 0 1px 1px #fff;
}
.registration-form-template-modal .modal-header h2 small {
	font-weight: normal;
	font-size: 13px;
	margin-left: 15px;
}
.registration-form-template-modal .content-container {
	position: absolute;
	top: 50px;
	right: 0;
	bottom: 50px;
	left: 0;
	overflow: auto;
	padding: 2em 2em;
}
.registration-form-template-modal .content-container.no-footer {
	bottom: 0;
}
.registration-form-template-modal .content {
	margin: 0 auto;
	max-width: 900px;
	text-align: left;
}
.registration-form-template-modal .content ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.registration-form-template-modal .content ul li {
	text-align: center;
	min-height: 280px;
	width: 220px;
	border: 0px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	border-radius: 3px;
	margin-bottom: 30px;
	float: left;
	margin-left: 30px;
}
.registration-form-template-modal .content ul li h3 {
	margin-top: 0;
	margin-bottom: 0;
	border: 0px;
	background: #409EFF;
	padding: 13px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	border-radius: 3px 3px 0px 0px;
	text-align: left;
}
.registration-form-template-modal .content ul li .title {
	font-size: 17px;
	margin: 0 0 10px 0;
	line-height: 23px;
}
.registration-form-template-modal .content ul li.template-active img,
.registration-form-template-modal .content ul li.template-inactive img {
	max-width: 100%;
	max-height: 211px;
}
.registration-form-template-modal .content ul li .form-middle-text {
	margin-top: 70px;
	font-size: 15px;
}
.registration-form-template-modal .content ul li .form-middle-text span.dashicons {
	font-size: 45px;
	color: #ddd;
	margin: 0 auto;
	width: auto;
	height: auto;
	display: block;
}
.registration-form-template-modal .content ul li .form-create-overlay {
	position: absolute;
	display: none;
}
.registration-form-template-modal .content ul li .form-create-overlay a.button.button-primary {
	width: 200px;
	min-height: 30px;
	padding: 0;
	color: #fff;
}
.registration-form-template-modal .content ul li.on-progress:before {
	content: "\f463";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	color: #f56e28;
	-webkit-animation: rotation 2s infinite linear;
	animation: rotation 2s infinite linear;
	position: absolute;
	top: 40%;
	left: 45%;
}
.registration-form-template-modal .content ul li.on-progress a {
	pointer-events: none;
	opacity: 0.2;
}
.registration-form-template-modal .content ul li:hover {
	background: #fff;
}
.registration-form-template-modal .content ul li:hover .form-create-overlay {
	animation: weFormsFadeIn .25s;
	padding: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	color: #fff;
	border-radius: 3px;
}
.registration-form-template-modal .content ul li a {
	text-decoration: none;
	color: #555;
	padding: 20px;
	display: block;
	min-height: 118px;
}
.registration-form-template-modal .content ul li .title {
	font-size: 17px;
	margin: 0 0 10px 0;
	line-height: 23px;
}
.registration-form-template-modal .content ul li .description {
	color: #fff;
}
.registration-form-template-modal .content ul li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
.registration-form-template-modal .content ul li.template-inactive .title,
.registration-form-template-modal .content ul li.template-inactive .description {
	color: #ddd;
}
.registration-form-template-modal .content ul li.blank-form {
	text-align: center;
}
.registration-form-template-modal .content ul li.blank-form span {
	display: block;
}
.registration-form-template-modal .content ul li.blank-form span.dashicons {
	font-size: 45px;
	color: #ddd;
	margin: 0 auto;
	width: auto;
	height: auto;
}
.registration-form-template-modal footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 12px 20px;
	border-top: 1px solid #ddd;
	background: #fff;
	text-align: left;
}
.registration-form-template-modal-backdrop {
	position: fixed;
	z-index: 159999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 360px;
	background: #000;
	opacity: .7;
	display: none;
}
.registration-form-template-modal-backdrop.show {
	display: block;
}

.btn-submit {
		background: #409EFF !important;
		width: 200px;
		padding: 8px 15px;
		color: #fff;
		border: none;
}

.btn-submit:hover {
		background: #409EFF;
		color: #fff;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.registration-form-template-modal .modal-header h2 small {
		display: none;
	}
	.registration-form-template-modal .content ul li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
		.registration-form-template-modal .content ul li {
				margin-left: 0;
		}
		.registration-form-template-modal .modal-header h2 small {
				display: none;
		}
}