/*
File: Social Post Call To Action CSS
Description: Social Post CTA Plugin public facing css
Version: (Check plugin version)
Author: Jabari E Holder
============================================================ */
.click-reveal-container {
	display: block;
	position: relative;
	max-width: 594px;
	cursor: pointer;
}

.blur-show {
	position: relative;
	z-index: 0;
}

.blur-hide {
	width: 100% !important;
	max-width: 594px;
	position: relative;
	z-index: 1;
}

.blur {
	display: none;
}


.click-reveal {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	display: block;
	cursor: pointer;
 	width: 80%;
 	height: 60px;
}

 @media only screen and (max-width: 479px) {
 	/*
	.click-reveal {
 		height: 40%;
 		width: 80%;
 	}*/

 	.click-reveal span {
 		font-size: 1.1em !important;
 		padding: 10px;
 	}
 }

.click-reveal span {
	display: block;
	margin: auto !important;
	text-align: center;
	margin: auto;
	padding: 20px;

	font-size: 1.6em;
	font-weight: bold;

	/* Transparency */
	background: rgb(0, 0, 0);

	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);

	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);

	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
}

.click-reveal {
	color: #FFF !important;
}