/*
* Copyright: � 2021 - 212 Technologies, LLC
*
* - Version 1.0 - 2/11/2021
* - Initial release
* 
*/

.pop-social {
	z-index: 9999;
	display: none;
	left: 50%;
	transform: translateX(-50%);
	max-width: 95%;
	padding: 7px;
	bottom: 20px;
	position: fixed;
	background: #ffffff;
	border-radius: 15px;
	border: 1px solid #eeeeee;
	box-shadow: 1px 1px 5px 1px #eeeeee;
}
.pop-social-name {
	color: #3A73B8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
.pop-social-name span {
	color: #99B9DF;
	font-weight: normal;
	font-size: 11px;
}
.pop-social-event {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.pop-social-details {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.pop-social-details span {
	color: #3A73B8;
}
.pop-social-close {
	vertical-align: top !important;
	font-size: 15px;
	padding: 0px 0px 0px 10px; 
}

@media (min-width: 450px) {

	.pop-social {
		left: 20px;
		transform: none;
	}
	
}