/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

h2.et_pt_portfolio_title {
	min-height: 66px;
}

#jp_video {
	position: relative;
}

#jp_video iframe {
	transition: opacity 2s ease;
}

/* Menu Fix */
.nav li:hover ul, ul.nav li.sfHover ul {
	left: 0;
	top: 20px;
}

.view_limit_msg, .view_limit_reached, #view_limit_reached {
	position: relative;
	z-index: 999;
	display: block;
	text-align: center;
	width: 607px;
	height: 341px;
	margin: 0;
	font-size: 2em;
	font-weight: 700;
	color: white;
	text-shadow: 2px 2px 4px black;
	cursor: pointer;
}

.view_limit_msg div, .view_limit_reached div, #view_limit_reached div {
	top: 35%;
	position: absolute;
	width: 100%;
	line-height: 1.5em;
}

.pricing-table a.icon-button {
	bottom: -15px;
	left: 50%;
	background: #f0699a;
	background: -moz-linear-gradient(top,#f68bb4 0%,#d62d6f 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f68bb4),color-stop(100%,#d62d6f));
	background: -webkit-linear-gradient(top,#f68bb4 0%,#d62d6f 100%);
	background: -o-linear-gradient(top,#f68bb4 0%,#d62d6f 100%);
	background: -ms-linear-gradient(top,#f68bb4 0%,#d62d6f 100%);
	background: linear-gradient(to bottom,#f68bb4 0%,#d62d6f 100%);
	border: 1px solid #c3c3c3;
	color: #fff !important;
	text-shadow: 1px 1px 1px #000000;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1);
	padding: 12px;
	font-size: 1.5em;
	width: 100px !important;
	text-align: center;
}

.pricing-content-bottom {
	padding: 5px 5px 50px;
}

.pricing-big .pricing-content-bottom {
	padding-bottom: 73px;
}

h2.pricing-title {
	color: #f0699a;
}

/* Header Customization */
#logobg {
	background: none !important;
}

#logobg .logowrap {
	margin-top: 15px;
}

.logowrap ul {
	margin: 15px 0 0;
}

/* Favourites Hack */
.wpfp-span {
	display: none;
}

.post-wrapper .wpfp-span {
	display: block;
}