/*#download_content {
	margin-top: 12px;
}
.gold_color {
	color: #FFD20A;
}

.bold {
	font-weight: bold;
}

.light_color {
	color: #999999;
}

*/

/* Tabs Style */

/*#content_tabs {
	margin-top: 20px;
}

#content_tabs_menu {
	border-bottom: 1px solid #CCCCCC;
	padding-left: 10px;
	margin-bottom: 15px;
}
#content_tabs_menu .ui-tabs-active {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-width: 0;
	border-bottom: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	background: #faf9f8;
	margin-bottom: -1px;
	padding-bottom: 10px;
}


#content_tabs_menu li {
	display: inline-block;
	padding: 10px 10px 0;
}
#content_tabs_menu a {
	text-decoration: none;
	color: #484745;
}
#tabs_right_link {
	float: right;
}

#tabs_right_link a {
	color: #0085b5;
	text-decoration: underline;
}
.right_link a:hover, .right_link a:focus { color: #0097cf; }*/






/* Unsorting */

/*.span9.nomargin {
	margin-left: 0;
}*/

.ra_download_input {
	display: none;
}

.download_image {
	width: 100%;
	margin-bottom: 15px;
	min-height: 350px;
}

/*#changelog_span_left a {
	text-decoration: none;
}*/


/* Cart */
.ra_edd_shop_cart {
	position: relative;
	/*padding-left: 4px;
	padding-right: 6px;*/
}
li.ra_edd_shop_cart.cart-empty {
	display: none; }
li.ra_edd_shop_cart.cart-full {
	display: block; }

.shop_bag {
	background: url(../images/Shopping-Bag-Icon.png) no-repeat center top;
	background-position: center -81px;
	color: #999796;
	height: 60px;
	font-size: 14px;
	font-weight: 800;
	margin: 0;
	padding: 20px 0 16px;
	display: block;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	width: 44px; 
}

.shop_bag:hover, .shop_bag.hover {
	background-position: center 9px; 
	color: #fff;
}

#ra_edd_cart_wrapper {
	display: none;
	position: absolute;
	top: 61px;
	left: -129px;
	padding-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #d1cfcd;
	border-top: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

#ra_edd_cart_wrapper h5 {
	background-color: #EDEBEA;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	padding: 25px 15px;
	min-width: 300px;
	margin: 0;
}

#ra_edd_cart_wrapper h5:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(237, 235, 234, 0);
	border-bottom-color: #EDEBEA;
	border-width: 15px;
	left: 50%;
	margin-left: -15px;
}

#ra_edd_cart {
	box-shadow: none;
	display: block !important;
	position: relative;
	left: 0;
	top: 0;
	border: none;
	width: auto;
	margin: 10px 10px 5px;
	padding: 0;
}

#ra_edd_cart a {
	display: inline-block;
}
#ra_edd_cart .ra_edd_cart_title,
#ra_edd_cart .ra_item_amount,
#ra_edd_cart .ra_edd_cart_remove_link {
	font-size: 13px;
	line-height: 20px;
	padding: 3px 0 3px 5px;
}
#ra_edd_cart .ra_edd_cart_title {
	color: #0C8AB7;
	margin: 0;
}
#ra_edd_cart .edd-cart-item {
	border-bottom: 1px solid #EDEBEA;
	float: none;
	padding: 8px 0;
	white-space: normal;
}

#ra_edd_cart .ra_item_amount {
	float: right;
	padding-right: 8px;
}

#ra_edd_cart .ra_edd_cart_remove_link {
	position: relative;
	top: 1px;
}

#ra_edd_cart .ra_edd_cart_remove_link .fa-times-circle {
	color: #ACABAA;
	font-size: 16px;
}

#ra_edd_cart .edd_checkout {
	text-align: center;
	margin: 20px 0 0;
}

#ra_edd_cart .edd_checkout a{
	color: #fff;
	cursor: pointer;
	background: #999796;
	background-image: none;
	border: 1px solid #999796;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: 800;
	line-height: 16px;
	padding: 9px 50px;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color linear 0.1s, border-color linear 0.08s, box-shadow linear 0.08s;
	-moz-transition: background-color linear 0.1s, border-color linear 0.08s, box-shadow linear 0.08s;
	-o-transition: background-color linear 0.1s, border-color linear 0.08s, box-shadow linear 0.08s;
	transition: background-color linear 0.1s, border-color linear 0.08s, box-shadow linear 0.08s;
	}
#ra_edd_cart .edd_checkout a:hover {
	color: #fff;
	text-decoration: none;
	background: #a6a4a2;
	border-color: #898786;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.ra_edd_cart_subscriber_discount {
	width: 100%;
	text-align: center;
}
#ra_edd_cart .cart_item.empty {
	text-align: center;
}

#ra_edd_cart_wrapper .ra_edd_cart_subscriber_discount a {
	color: #0085b5;
	margin: 0;
	line-height: 30px;
}

#ra_edd_cart_wrapper .ra_edd_cart_subscriber_discount a:hover {
	background: #FFFFFF;
	text-decoration: underline;
	color: #9B507E;
}


/* DISCOUNT FIELD CHECKOUT */
#edd_discount_code, /* #edd_cart_fee_ra_member_discount */ {
	display: none;
}




/* Screenshots */
.edd-ul-screenshots li { 
	float: left;
	background: #fff;
	margin: 0 15px 15px 0;
	padding: 10px 10px 5px;
	border: 1px solid #ECEBEA;
	text-align: center; }
.edd-ul-screenshots .image-block img { margin-bottom: 5px; } 
.screenshot-caption-primary { font-size: 14px; margin: 1.5em 0 5px; }
.screenshot-caption-secondary { font-size: 13px;  margin-bottom: 5px; }
/* Lightbox for screenshots */
div.pp_default .pp_social { display: none; }
div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right,
div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right { background: #fff; }


/* Ratings */
.edd_reviews_rating_box, .edd_star_rating, .edd_reviews_rating_box a:hover, .comment_form_rating .edd_reviews_rating_box a:hover ~ a { 
	background-image: url(../images/icons/ratings-star.png); }
.comment_form_rating .edd_reviews_rating_box a:hover { 
	background-image: url(../images/icons/ratings-star-hover.png); }
.edd_reviews_rating_box a { 
	height: 24px;
	width: 24px; }
.edd_star_rating, .edd_reviews_rating_box {
	width: 120px;
	height: 24px; }

.edd_remove_custom_discount { margin: 8px 0 0 0; cursor: pointer; width: 10px; height: 10px; display: inline-block; text-indent: -9999px; overflow: hidden; }
.edd_remove_custom_discount:active, .edd_remove_repeatable:hover { background-position: -10px 0!important }
