﻿@charset "UTF-8";
.profile-certificates {
	list-style: none;
	margin: 0 -2.1% 0 0;
	padding: 0;
}
.profile-certificates li.course {
	list-style: none;
	width: 31.33333%;
	margin: 0 2% 20px 0;
	box-shadow: none;
	padding: 0;
	float: left;
}
.profile-certificates li.course .course-thumbnail {
	border: 3px solid #ddd;
	position: relative;
}

.single-certificate-content {
	max-width: 90%;
	margin: 0 auto;
	min-height: 40px;
}

.certificate {
	text-align: center;
}
.certificate img {
	margin: 0 auto;
}

.certificate-preview {
	z-index: 0;
	opacity: 0;
	position: absolute;
	max-width: 100px;
	top: 0;
	text-align: center;
}
.certificate-preview .certificate-preview-inner {
	position: relative;
}
.certificate-preview .certificate-preview-inner .canvas-container {
	display: none;
}
.certificate-preview img {
	max-width: 100%;
	line-height: 1;
	vertical-align: top;
}
.certificate-preview .canvas-container {
	position: absolute !important;
	top: 0;
	left: 0;
}

.certificate-actions {
	list-style: none;
	text-align: center;
	margin: 20px 0 0;
	padding: 0;
}
.certificate-actions li {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin-right: 5px;
	padding: 0 10px;
	border: solid #ddd 1px;
	border-radius: 3px;
	background: white;
}
.certificate-actions li a.social-cert {
	text-decoration: none;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.certificate-actions li a.social-download-svg {
	background: url("../images/download.svg") no-repeat;
	background-size: cover;
	text-decoration: none;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.certificate-actions li a.social-fb-svg {
	background: url("../images/facebook.svg") no-repeat;
	background-size: cover;
}
.certificate-actions li a.social-twitter-svg {
	background: url("../images/twitter.svg") no-repeat;
	background-size: cover;
}

#certificate-popup {
	height: 0;
	overflow: hidden;
	padding: 30px;
}
#certificate-popup.ready {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: auto;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.65);
	overflow: auto;
	padding: 35px;
}
#certificate-popup.ready .close-popup {
	position: fixed;
	width: 25px;
	height: 25px;
	background: #fff;
	top: 10px;
	right: 24px;
	text-align: center;
	border-radius: 50px;
}
#certificate-popup.ready .close-popup:after {
	content: "×";
	font-size: 18px;
	line-height: 26px;
	position: absolute;
	width: 26px;
	text-align: center;
	left: 0;
}
#certificate-popup.ready .close-popup:hover:after {
	color: #14c4ff;
}

#profile-content-certificates .certificate-result {
	height: 250px;
	object-fit: cover;
}
#profile-content-certificates .course {
	width: 48%;
}
#profile-content-certificates .course .course-title {
	font-size: 1em;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#tab-curriculum form[name="certificate-form-button"] {
	display: none;
}

.wrapper-lp-cert-add-to-cart-woo {
	display: inline-block;
}

form[name="form-lp-cert-purchase"] {
	display: inline-block;
}
