/*
Theme Name: Satori
Theme URI: http://srvalle.com/satori
Author: Sergio Valle
Author URI: http://srvalle.com
Description: A Wordpress theme made with Twitter Bootstrap 3.0
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt
*/




/* PROSPECT PAGE / SITE */

.edd-page .edd-submit.button.blue, .edd-page .edd-submit.button.green, span.edd-add-to-cart-label, 
.edd_go_to_checkout, .edd_go_to_checkout:hover, .edd-add-to-cart i.edd-icon-spinner.edd-icon-spin {
  color: #fff !important;
}

div.edd_price_options.edd_single_mode {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}
.edd_download_purchase_form .edd_price_options li {
  	padding: 4px;
}
a.edd-add-to-cart.button.green.edd-submit.edd-has-js, .edd_go_to_checkout {
	min-width: 240px;
	border-radius: 0;
}
	
div#edd_checkout_wrap {
	/* margin: 40px auto; */
}
span.edd_empty_cart {
	font-size: 36px;
}
	
table#edd_purchase_receipt, table#edd_purchase_receipt_products {
	max-width: 600px;
}
table#edd_purchase_receipt tr, table#edd_purchase_receipt_products tr {
	border-bottom: 1px solid #eee;
}
table#edd_purchase_receipt td, table#edd_purchase_receipt_products td {
	padding: 7px 7px;
}
table#edd_purchase_receipt th, table#edd_purchase_receipt_products th {
	padding: 7px 7px;
	background: #f4f4f4;
}
	  
table#edd_purchase_receipt {
	 margin-bottom:30px;
}
	
table#edd_purchase_receipt_products	.edd_download_file {
	margin-left: 0;
	font-size: 16px;
    background-color: #f4f4f4;
    padding: 8px;
    display: inline-block;
}

table#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
    font-weight: 700;
    margin: 20px auto;
    font-size: 16px;
}
    


.page-id-151 .image-header {
   height: 550px;
}

.page-id-151 .image-header .fullscreen-img {
   height: 550px;
}

.page-id-151 .image-header .title-header {
	top: 220px;
	padding: 0 30px;
}

.page-id-151 .image-header .title-header h1 {
	font-size: 22px;
}


.page-id-151 #edd-purchase-button, .page-id-151 .edd-submit, .page-id-151 input[type=submit].edd-submit { 
	padding: 10px 20px;
	font-size: 16px;
}
	
.page-id-151 #plp_edd_custom_btn {
	margin-top: 25px;
}

.page-id-151 #breadcrumb_container {
	display: none;	  
}

.page-id-151 div.edd_price_options.edd_single_mode {
	background: rgba(255, 255, 255, 0.90);
	width: 240px;
	margin: 0 auto 10px auto;
	padding: 10px;
	border-radius: 5px;
	text-align: left;
}

div.content-wrap.footer-info {
	color: #888;	  
}



/* SUPPORT / SITE */

.single-ticket .title-header h1 {
	color: #fff !important;	  
}
.single-ticket .title-header .breadcrumb a {
	color: #dadada !important;	  
}
.single-ticket .title-header .breadcrumb li.active {
	color: #dadada !important;	  
}