/* Account Confirmation Page */
#account-confirmation {
	max-width: 400px;
	margin: 40px auto;
	text-align: center;
}
#account-confirmation .as_ac_uploader_wrapper > div {
	margin: 0px auto;
	width: 100% !important;
}
#account-confirmation .as_ac_uploader_wrapper .uploadifive-queue-item:first-child {
	margin-top: 40px;
}
.as_ac_uploader_wrapper {
	background: #fbfbfb;
	border: 1px dashed #bec3cc;
	padding: 5px;
	margin: 5px 0;
}
#account-confirmation .as_ac_btn {
	margin: 0px auto;
	float: none;
}
.btn.as_ac_linkedin,
a.btn.as_ac_linkedin {
	background: #1a85bc;
	position: relative;
	padding-left: 60px;
	height: 60px;
	line-height: 60px;
}
.btn.as_ac_linkedin:before {
	content: "\f0e1";
	width: 60px;
	font-family: 'brand-icons';
	left: 0;
	position: absolute;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 22px;
	color: #ffffff;
	box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.25);
}
p.as_ac_2emb {
	margin-bottom: 2em;
}

/* Sales Page */
.wpj-as-pending-seller{
	padding: 100px;
	line-height: 1.5;
}
.wpj-as-pending-seller .wpj-as-title {
	font-size: 56px;
	font-weight: 700;
}
.wpj-as-pending-seller .wpj-as-subtitle {
	font-size: 26px;
	font-weight: 600;
}
.wpj-as-pending-seller .wpj-as-become-seller {
	margin-top: 30px !important;
}
.wpj-as-pending-seller .wpj-as-description {
	padding-top: 25px;
	font-size: 16px;
}
.wpj-as-pending-seller .padding{
	padding: 70px 100px 100px 100px !important;
}
.linkedin-user-image {
	display: inline-block;
	width: 65px;
}
.linkedin-user-details {
	display: inline-block;
	margin-left: 5px;
	padding-top: 0 !important;
	vertical-align: top;
}

/* Responsive */
@media only screen and (max-width:991px) {
	.wpj-as-pending-seller .padding {
		padding: 30px 50px 50px 50px !important;
	}
}
@media only screen and (max-width:767px) {
	.wpj-as-pending-seller {
		padding: 10px;
	}
}
@media only screen and (max-width:479px) {
	.wpj-as-pending-seller .wpj-as-title {
		font-size: 32px;
	}
	.wpj-as-pending-seller .wpj-as-subtitle {
		font-size: 22px;
	}
	.wpj-as-pending-seller {
		line-height: 1.3;
	}
}
