/*
Style Pack Name: Cuppa Joe
Style Pack URI: http://www.mybookprogress.com/
Description: Time to wake up and smell the coffee! And then write...
Author: Author Media
Author URI: http://www.authormedia.com
Version: 1.0.1
Supports: no-bar-color
*/

@import url(https://fonts.googleapis.com/css?family=Rock+Salt);

/*---------------------------------------------------------*/
/* Subscribe Form                                          */
/*---------------------------------------------------------*/

.mbp-container a.mbp-subscribe {
	font-size: 14px;

	display: inline-block;
	padding-top: 17px;
	box-sizing: border-box;

	line-height: 1;
	font-weight: normal;
	font-family: 'Rock Salt', cursive;
	text-align: center;

	cursor: pointer;
	text-decoration: none;
	outline: 0;

	color: #dac69c !important;

	border: none;
	background: url('img/button.png');
	width: 211px;
	height: 50px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	transition: background 0.3s, color 0.3s;
}

.mbp-container a.mbp-subscribe:hover {
	background: url('img/button.png');
	border: none;
	color: #dac69c !important;

	font-weight: normal;
	text-decoration: none;
	outline: 0;
	opacity: 1;
}


/*---------------------------------------------------------*/
/* Progress Display                                        */
/*---------------------------------------------------------*/

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-barbg {
	border-radius: 5px;
	border: 2px solid black;
	height: 30px;
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-bar {
	border-radius: 2px;
	background: #573E07 !important;
}

.mbp-container .mbp-book .mbp-book-progress.mbp-coffee-cup {
	width: 120px;
	height: 151px;
	margin: auto;
}

.mbp-container .mbp-book .mbp-book-progress.mbp-coffee-cup:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 151px;
	background: url('img/framebg.png');
}

.mbp-container .mbp-book .mbp-book-progress.mbp-coffee-cup:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 151px;
	background: url('img/frame.png');
}

.mbp-container .mbp-book .mbp-book-progress.mbp-coffee-cup .mbp-book-progress-barbg {
	position: absolute;
	top: 55px;
	left: 4px;
	width: 75px;
	height: 83px;
	border-radius: 0;
	border: none;
	background: none;
}

.mbp-container .mbp-book .mbp-book-progress.mbp-coffee-cup .mbp-book-progress-bar {
	border-radius: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mbp-container .mbp-book .mbp-book-progress.mbp-coffee-cup .mbp-book-progress-bar:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 6px;
	width: 60px;
	height: 6px;
	background: #573E07;
}

.mbp-container .mbp-book .mbp-book-progress.mbp-coffee-cup .mbp-book-progress-bar:after {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	left: 0;
	width: 74px;
	height: 15px;
	background: url('img/coffee-top.png');
}

.mbp-container .mbp-book .mbp-book-progress .mbp-book-progress-label {
	top: 27px;
	left: 0px;
	opacity: 1;
	color: #0e0b01;
	font-size: 24px;
	width: 100%;
	font-family: 'Rock Salt', cursive;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(255,255,255, 1), 0px 0px 3px rgba(255,255,255, 1), 0px 0px 3px rgba(255,255,255, 1), 0px 0px 3px rgba(255,255,255, 1);
}

.mbp-container .mbp-book .mbp-book-progress .mbp-progress-label-percent {
	font-size: 12px;
	vertical-align: 10px;
}