.themeflame-button {
	padding: 17px 37px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #3e3e3e;
	display: inline-block;
	border-radius: 2px;
	border-style: solid;
	border-width: 2px;
	line-height: 12px;
	}
	.themeflame-generator-tabs {
		border: 0 none!important;
	}
	#TB_ajaxContent .themeflame-tb {
		padding-left: 7px;
	}
	#themeflame-generator-tabs p.submit {
		margin-left: 160px;
	}
	.spacer {
	margin: 37px 0;
	}
	.divider {
		width: 100%;
		margin: 9px 0;
	}
		.divider.solid {
			border-top: 1px solid #f2f2f2;
			border-bottom: 1px solid #f2f2f2;
		}
		.divider.dotted {
			border-bottom: 1px dotted rgb(187, 187, 187);
	    	height: 10px;
	    	margin-bottom: 25px;
		}
		.divider.extradotted {
			border-bottom: 2px dotted rgb(187, 187, 187);
	    	height: 10px;
	    	margin-bottom: 25px;
		}
	.themeflame-dropcaps p {
	font-size: 17px;
	line-height: 30px;
	}
		.themeflame-dropcaps .first-letter {
		bottom: -10px;
		font-size: 48px;
		line-height: 48px;
		position: relative;
		}
		.jpibfi_container {
		margin-top: 15px;
		position: relative;
	    z-index: 2;
		}
		.themeflame-dropcaps .first-letter.withbg {
		display: block;
		float: left;
		font-size: 150px;
		line-height: 65px;
		position: relative;
		margin-left: -45px;
		width: 30px;
		z-index: -1;
		}
	.themeflame-chapter:before {
		border-top: 2px solid #EEEEEE;
		content: "";
		display: block;
		margin-top: 50px;
		padding-bottom: 50px;
	}	
	.themeflame-chapter-top:after {
		border-bottom: 2px solid #EEEEEE;
		content: "";
		display: block;
		margin-bottom: 45px;
		padding-top: 33px;
	}	
	.themeflame-chapter {
	text-align: center;
	}
		.themeflame-chapter-top p {
		margin: 0;
		}
		.themeflame-chapter-top img {
		display: inline-block;
		margin-bottom: -30px;
		max-width: 100%;
		}
			.themeflame-chapter-top .chapter-number {
			font-size: 72px;
			font-family: 'Crimson Text', serif;
			font-style: italic;
			color: #dadada;
			line-height: 32px;
			letter-spacing: 0.3px;
			margin-top: 20px;
			position: relative;
			z-index: -1;
			}
			.themeflame-chapter-top h3 {
			font-size: 16px;
			font-family: 'Montserrat', sans-serif;
			color: #0A0A0A;
			line-height: 35px;
			letter-spacing: 2px;
			margin: -36px 0 34px;
			position: relative;
			z-index: 1;
			}
			.themeflame-chapter .themeflame-chapter-top .separator {
			width: 200px;
			}
/* Product Shortcode */

.post-product-sylph {
	position: relative;
}

.product-sylph-sylph p {
	text-align: center;
}

.product-sylph-sylph {
	background: #FFFFFF;
	margin-left: 151px;
	max-width: 303px;
	padding: 27px 60px;
	position: absolute;
	z-index: 2;
	bottom: 48px;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	    -ms-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}

p.product-title-sylph {
	font-family: "Crimson Text", serif;
	font-size: 24px;
	color: #4b4b4b;
	line-height: 38px;
	margin-bottom: 9px;
}

p.product-price-sylph {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	color: #707070;
	line-height: 35px;
	letter-spacing: 2px;
	margin-bottom: 0px;
}

.post-product-sylph:hover .product-sylph {
	transform: perspective(100px) rotateX(-6deg);
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;    
}

.post-product-sylph:hover .product-button-sylph {
	-webkit-transition-duration: 0.9s;
	   -moz-transition-duration: 0.9s;
	    -ms-transition-duration: 0.9s;
	     -o-transition-duration: 0.9s;
	        transition-duration: 0.9s;	
	-webkit-transform: perspective(100px) translateZ(0px) rotateX(0deg);
	   -moz-transform: perspective(100px) translateZ(0px) rotateX(0deg);
	    -ms-transform: perspective(100px) translateZ(0px) rotateX(0deg);
	     -o-transform: perspective(100px) translateZ(0px) rotateX(0deg);
	        transform: perspective(100px) translateZ(0px) rotateX(0deg);
	z-index: 9;	    
	opacity: 1;
}

.product-button-sylph {
	background-color: #B39964;
	bottom: 20px;
	box-sizing: border-box;
	right: 138px;
	padding: 18px 0;
	width: 303px;
	height: 67px;
	text-align: center;
	position: absolute;
	margin-left: -151px;
	opacity: 0;
	-webkit-transform: perspective(100px) translateZ(-10px) rotateX(-7deg);
	   -moz-transform: perspective(100px) translateZ(-10px) rotateX(-7deg);
	    -ms-transform: perspective(100px) translateZ(-10px) rotateX(-7deg);
	     -o-transform: perspective(100px) translateZ(-10px) rotateX(-7deg);
	        transform: perspective(100px) translateZ(-10px) rotateX(-7deg);
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	    -ms-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;	
}
.product-button-sylph a {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	color: #FFFFFF!important;
	line-height: 35px;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* Quote Shortcode */

.post-quote:before {
	border-top: 5px solid #EEEEEE;
	content: "";
	display: block;
	padding-bottom: 41px;
}

.post-quote:after {
	border-bottom: 2px solid #EEEEEE;
	content: "";
	display: block;
	padding-top: 41px;
}

.post-quote {
	text-align: center;
	margin: 55px 0;
	position: relative;
}

.quote:before {
    content: "l";
    font-family: "sylphfont";
    font-size: 28px;
    font-style: normal;
    position: absolute;
    top: -13px;
    margin-left: -20px;
}

.quote, .quote p {
	color: #444444;
	font-family: 'Crimson Text', serif;
	font-size: 20px;
	font-style: italic;
	line-height: 32px;
	letter-spacing: 0.3px;
	margin-top: 10px;
	text-align: center;
} 

.quote-author {
	color: #0A0A0A;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 2px;
	text-transform: uppercase;
}