/* Page content */
.downloads_page_section {
	margin-top: 3em;
}
.downloads_page_section_title {
	margin: 0 0 1.25em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #ddd;
}
.downloads_page_features_list > span,
.downloads_page_features_list > a {
	display: inline-block;
	vertical-align:top;
	width: 33%;
}
@media (max-width: 959px) {
	.downloads_page_features_list > span,
	.downloads_page_features_list > a {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.downloads_page_features_list > span,
	.downloads_page_features_list > a {
		width: 100%;
		display:block;
	}
}
.downloads_page_label,
.downloads_page_data {
	display:inline-block;
	vertical-align:top;
}
.downloads_page_label {
	margin-right: 0.3em;
}
.downloads_page_data {
	font-weight:bold;
}
div.downloads_page_data > a,
div.downloads_page_features_list > a {
	font-weight: 400;
}
.downloads_page_features_list > a:before {
	content: '\e874';
	font-family:'trx_addons_icons';
	display: inline-block;
	line-height:inherit;
	margin: 0 0.5em 0 0;
	color: #00a02b;
}

/* Payment details */
th+th.edd_receipt_payment_key {
	text-transform: none;
}

/* Shortcode 'EDD Details' */
.sc_edd_details {
	padding: 1em;
	border: 1px solid #ddd;
	background-color:#f7f7f7;
	margin-bottom: 1em;
}
.sc_edd_details .downloads_page_section {
	margin: 0;
}
.sc_edd_details .downloads_page_section+.downloads_page_section {
	margin-top: 1em;
}
.sc_edd_details .downloads_page_section_title,
.sc_edd_details .downloads_page_features_list,
.sc_edd_details .downloads_page_label,
.sc_edd_details .downloads_page_data {
	display: inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_edd_details .downloads_page_section_title,
.sc_edd_details .downloads_page_label {
	margin: 0;
	padding: 0 1em 0 0;
	border-bottom: none;
	font-size: 1em;
	font-weight:inherit;
	line-height:inherit;
	width: 40%;
}
.sc_edd_details .downloads_page_features_list,
.sc_edd_details .downloads_page_data {
	width: 60%;
	font-weight:inherit;
}
.sc_edd_details .downloads_page_features_list > span,
.sc_edd_details .downloads_page_features_list > a {
	display: block;
	width: auto;
}
.sc_edd_details .downloads_page_features_list > a:before {
	display:none;
}
.sc_edd_details .downloads_page_details .downloads_page_section_title {
	display:none;
}
.sc_edd_details .downloads_page_details .downloads_page_features_list {
	width: 100%;
}
.sc_edd_details .downloads_page_price > .edd_price {
	font-weight: bold;
	font-size: 1.25em;
}
.sc_edd_details .downloads_page_price > span {
	display:inline-block;
	vertical-align:baseline;
	margin-right: 0.3em;
}

.sc_edd_details .downloads_page_tags .downloads_page_data_separator:before {
	content: ', ';
}


/* Shortcode 'EDD Add to Cart'
--------------------------------------------- */

/* Common rules */
.sc_edd_add_to_cart .sc_item_title + .trx_addons_edd_purchase_buttons {
	margin-top: 1em;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_buttons > .trx_addons_edd_purchase_price {
	margin: 0em 0 1em;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price .trx_addons_edd_purchase_price_label > span {
	font-size: 1.33rem;
	font-weight:bold;
    text-transform: capitalize;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price .trx_addons_edd_purchase_price_label .edd_price_option_price {
	float: right;
	font-size:1.5em;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price .trx_addons_edd_purchase_price_label .edd_price_option_price del {
	font-size:0.8em;
	font-weight:400;
    color: #fff;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price .trx_addons_edd_purchase_price_label .edd_price_option_price + .edd_price_option_price {
	margin-right: 0.3em;
}

.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector {
	position:relative;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_label {
	cursor: pointer;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_label .edd_price_option_name:after {
	content: '\e882';
	font-family: 'trx_addons_icons';
	display:inline-block;
	vertical-align:middle;
	margin-left: 0.3em;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_list {
	display: none;
	position:absolute;
	z-index:1;
	width: 100%;
	border: 1px solid #aaa;
	background-color: #f0f0f0;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_list_item {
	cursor:pointer;
	padding: 1.5em;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_list_item + .trx_addons_edd_purchase_price_list_item {
	border-top: 1px dashed #aaa;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_list_item:hover {
	background-color: #f7f7f7;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_list_item_label {
	font-weight:bold;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_list_item_label > span {
	font-size: 1.2em;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_list .edd_price_option_price {
    float: none;
    display: block;
    font-size: 1em !important;
    margin: 0.5em 0;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_list .edd_price_option_price + .edd_price_option_price {
	margin-right: 0.3em;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_price_selector .trx_addons_edd_purchase_price_list_item_description {
	font-size: 0.9333em;
	line-height:1.5em;
	margin-top: 0.5em;
}


.sc_edd_add_to_cart .trx_addons_edd_purchase_info {
	margin: 1em 0;
}
.sc_edd_add_to_cart .trx_addons_edd_purchase_info ul,
.sc_edd_add_to_cart .trx_addons_edd_purchase_info ol,
.sc_edd_add_to_cart .trx_addons_edd_purchase_info li,
.sc_edd_add_to_cart .trx_addons_edd_purchase_info p {
	margin:0;
}

.sc_edd_add_to_cart .trx_addons_edd_purchase_info + .edd_download_purchase_form {
	margin-top: 1.5em;
}


/* Style 'Default' */
.sc_edd_add_to_cart_default {
	padding: 1em;
	border: 1px solid #ddd;
	background-color:#f7f7f7;
	margin-bottom: 1em;
}
.sc_edd_add_to_cart_default .edd_download_purchase_form_title {
	margin: 0 0 0.3em;
}
.sc_edd_add_to_cart_default .trx_addons_edd_purchase_buttons {
	margin: 0;
}
.sc_edd_add_to_cart_default .trx_addons_edd_purchase_subtotal_value_old {
	display:none;
}

.sc_edd_add_to_cart_default .trx_addons_edd_purchase_price_selector + .edd_price_options li:nth-child(1),
.sc_edd_add_to_cart_default .trx_addons_edd_purchase_price_selector + .edd_price_options li:nth-child(2),
.sc_edd_add_to_cart_default .trx_addons_edd_purchase_price_selector + .trx_addons_edd_purchase_info + .edd_price_options li:nth-child(1),
.sc_edd_add_to_cart_default .trx_addons_edd_purchase_price_selector + .trx_addons_edd_purchase_info + .edd_price_options li:nth-child(2) {
	display:none;
}

/* Style 'Promo' */
.sc_edd_add_to_cart_promo {
	position:relative;
	z-index:1;
}
.sc_edd_add_to_cart_promo .sc_item_title + .trx_addons_edd_purchase_buttons {
	margin-top: 2em;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form {
	text-align:center;
}
.sc_edd_add_to_cart_promo .trx_addons_edd_purchase_price_selector {
	display: none;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options {
	margin-bottom: 3em;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options li,
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal {
	display:inline-block;
	vertical-align: top;
	width: 20%;
	position:relative;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options li + li:before,
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal:before {
	content: '+';
	display:block;
	position:absolute;
	left: 0;
	top: auto;
	bottom:2.5em;
	color: #000;
	font-weight:bold;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options.edd_single_mode li + li:before {
	content: ' ';
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal:before {
	content: '=';
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options li label {
	display:block;
	text-align:center;
	padding-bottom:7em;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options li span:before,
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .edd_price_option_sep {
	display:none;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .edd_price_option_name {
	display:block;
	font-weight:bold;
	padding:0;
	height: 3.5em;
	position:relative;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .edd_price_option_price {
	color:#fff;
	height: 2em;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .edd_price_option_name:after {
	content: '\e8bd';
	font-family:"trx_addons_icons";
	display:block;
	text-align:center;
	font-size:1.2em;
	width: 5em;
	height: 5em;
	line-height: 5em;
	background-color:transparent;
	border: 3px dashed #fff;
	position:absolute;
	z-index:1;
	top: 5em;
	left: 50%;
	margin-left:-2.5em;
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	        transition: all .3s ease;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options input[type="checkbox"]:checked + .edd_price_option_wrap > .edd_price_option_name:after,
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options input[type="checkbox"]:checked + .edd_price_option_name:after {
	color: #000;
	background-color:#fff;
	border: 3px solid #000;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options.edd_single_mode .edd_price_option_name:after {
	content: '\e89d';
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options.edd_single_mode input[type="radio"]:checked + .edd_price_option_wrap > .edd_price_option_name:after,
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options.edd_single_mode input[type="radio"]:checked + .edd_price_option_name:after {
	content: '\e8b7';
	color: #000;
	background-color:#fff;
	border: 3px solid #000;
}

.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal {
	vertical-align:bottom;
	padding-bottom:2em;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal_bundle {
	padding-bottom:0.3em;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal_label {
	display:none;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal_value {
	font-size:2em;
	font-weight:bold;
}
.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal_value_old {
	display:block;
	text-decoration:line-through;
	color: #fff;
}

.sc_edd_add_to_cart_promo .edd_download_purchase_form > .sc_button,
.sc_edd_add_to_cart_promo .edd_download_purchase_form > .edd_purchase_submit_wrapper {
	display:inline-block;
	vertical-align:top;
}

@media (max-width:767px) {
	.sc_edd_add_to_cart_promo .edd_download_purchase_form {
		text-align:left;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options li,
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal {
		display:block;
		width: 100%;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options li + li:before,
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal:before {
		display:none;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .edd_price_option_name {
		display:inline-block;
		padding-left: 2em;
		max-width:75%;
		height: auto;
		-webkit-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .edd_price_option_price {
		display:inline-block;
		height: auto;
		float: right;
		max-width:20%;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options li label {
		text-align:left;
		padding: 0.5em 0;
		overflow:hidden;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options li label .edd_price_option_wrap {
		display: block;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .edd_price_option_name:after {
		content: '\e8bd';
		font-family:"trx_addons_icons";
		display:block;
		font-size:1em;
		width: 1.4em;
		height: 1.4em;
		line-height: 1.4em;
		border-width: 1px;
		position:absolute;
		z-index:1;
		top: 0;
		left: 0;
		margin-left:0;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options input[type="checkbox"]:checked + .edd_price_option_wrap > .edd_price_option_name:after,
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options input[type="checkbox"]:checked + .edd_price_option_name:after {
		border-width: 1px;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options.edd_single_mode input[type="radio"]:checked + .edd_price_option_wrap > .edd_price_option_name:after,
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options.edd_single_mode input[type="radio"]:checked + .edd_price_option_name:after {
		border-width: 1px;
	}
	
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal {
		vertical-align:top;
		padding: 0.5em 0 0;
		overflow:hidden;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal_label {
		display:inline-block;
		vertical-align:top;
		padding-left: 2em;
	}
	.sc_edd_add_to_cart_promo .edd_download_purchase_form .edd_price_options .trx_addons_edd_purchase_subtotal_value {
		display:inline-block;
		vertical-align:top;
		font-size:1.2em;
		font-weight:bold;
		float: right;
	}
	
	.sc_edd_add_to_cart_promo .edd_download_purchase_form > .sc_button,
	.sc_edd_add_to_cart_promo .edd_download_purchase_form > .edd_purchase_submit_wrapper {
		display:inline-block;
		vertical-align:top;
	}
	
}


/* Widget 'Search'
----------------------------------------------- */
.themes_search_form .themes_search_form_keywords {
	padding-right: 3em;
	position:relative;
}
.themes_search_form .themes_search_form_keywords .themes_search_button {
	position:absolute;
	z-index:1;
	top: 0;
	bottom: 0;
	right: 0;
	font-size:inherit;
	line-height:inherit;
	width: 3em;
	display:block;
	text-align:center;
	padding: 0;
	-webkit-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	        transition: all .3s ease;
}
