/** Default **/
.primary-color { color: #98012e; }
.small, small { font-size: 85%; }
.text-muted { color: #777; }

/** COUPON **/
.wpjcm-coupon{
	background-color:#fff;
	box-shadow:0px 5px 5px #999;
	text-align:center;
	margin-top:30px;
	font-size:16px;
	position: relative;
	max-width: 300px;
	float: left;	
}
.wpjcm-coupon .coupon-icon{
	height:50px;
	width:50px;
	border:solid 3px #fff;
	background: #98012e;
	color:#fff;
	text-align:center;
	font-size:24px;
	line-height:1.9;
	position:absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	border-radius:50px;
	z-index:1;
	padding-top: 5px;
}
.wpjcm-coupon .coupon-title {
	background: #ffda00 url(../images/coupon-header-bottom.jpg) bottom center no-repeat;
	background-size: 100% auto;
	position: relative;
	padding: 30px 25px 30px;
	margin-bottom: 20px;
	min-height: 160px;
}
.wpjcm-coupon .coupon-title h2{
	color:#98012e;
	font-size:46px;	
	margin:0;
	padding:0;
}
.wpjcm-coupon .coupon-title h3{
	padding:0; margin:0;
	color:#333;	
	font-size:20px;	
}
.wpjcm-coupon .coupon-description{
	padding:0px 20px;
}
.wpjcm-coupon .coupon-description hr {
	margin-left: -20px;
	margin-right: -20px;
}
.wpjcm-coupon .post-thumbnail {
	margin: auto 10px 15px !important;
}
.wpjcm-coupon .coupon-footer {
	padding:10px 5px;
	background-color:#e0e0e0;
	font-size:14px;
	margin:20px 1px 0;
}
.wpjcm-coupon .coupon-code{
    font-family: 'Open Sans Condensed', sans-serif;
	background-color: #ffda00;
	padding: 10px 5px;
	margin: 0px 1px;

	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.wpjcm-coupon:hover .coupon-code {
    background-color: #333;
    color: #fff;
}
.wpjcm-coupon .coupon-code .code-label {
	text-transform: uppercase;
}

.wpjcm-coupon .coupon-buttons { display: table; vertical-align: middle; width: 100%; }
.wpjcm-coupon:hover .coupon-code h3,
.wpjcm-coupon:hover .coupon-code .text-muted,
.wpjcm-coupon:hover .coupon-code .primary-color {
	color: #fff;
}
.wpjcm-coupon .coupon-code h3 {
    margin: 0;
    font-weight: 900;
}
.wpjcm-coupon .coupon-buttons .btn {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 15px 10px;
	border-radius: 0;
	white-space: inherit;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	box-shadow: none;
	text-decoration: none;
}
.wpjcm-coupon .coupon-buttons .btn-print {
	background-color: #98012e;
}
.wpjcm-coupon .coupon-buttons .btn-email {
	background-color: #646464;
}
.btn-hover-icon:hover span,
.btn-hover-icon .btn-icon img{ box-shadow: none; }
.btn-hover-icon .btn-icon{ display: none; }
.btn-hover-icon span,
.btn-hover-icon:hover .btn-icon{ display: block; }

.btn-hover-icon .print{ font-size: 36px; }
.btn-hover-icon:hover span,
.btn-hover-icon .print{ display: none; }
.btn-hover-icon .print,
.btn-hover-icon:hover .print { 
	background: url(../images/print.png); 	
	display: block; 
}

.wpjcmerror {
	font-size: 13px;
	display: block;
	color: #ff0000;
}
.wpjcmsuccess {
	font-size: 14px;
	display: block;
	color: green;
}

/*** Footer Popup **/
.wpjcm-popup-layer{
	display: none;
	background-color: rgba( 0, 0, 0, 0.91 );
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.wpjcm-popup{
	display: none;
	width: 90%;
	margin: 5% auto;
	border-radius: 4px;
	max-width: 400px;
	background-color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10;
	top: 100px;
	overflow: hidden;	
}
.wpjcm-popup-header {
	background-color: #f2f2f2;
	text-align: right;
	padding: 7px 10px;
	border-bottom: 1px solid #d3d3d3;
}
.wpjcm-popup-content {	
	padding: 10px 15px 15px;
}
.wpjcm-popup-content label {
	font-weight: 600;
	margin: 0;
	color: #646464;
	font-size: 14px;
}
.wpjcm-email-coupon-btn{
	height: 37px;
}
.wpjcm-popup-close { opacity: 0.7;}
.wpjcm-popup-close:hover { opacity: 1;}
.wpjcm-popup-close img {
	vertical-align: middle;
	height: 14px !important;
	width: 14px !important;
}
#wpjcm-popup-email {
	max-width: 270px;
	margin-right: 5px;
	display: inline-block;
	padding: 5px;
	height: 37px;
	vertical-align: middle;
	font-size: 14px;
}