/**
 * Dakota - Easy Digital Downloads Styles
Theme URI: https://demo.osompress.com/
Description: Dakota theme styles for Easy Digital Downloads.
Author: OsomPress
Author URI: https://osompress.com/
@charset "UTF-8";

/* Base styles for SVG icons. */

/* EDD CUSTOM STYLES */

.single-download p.entry-meta {
	display: none;
}

.edd_error {
    color: red;
    text-align: center;
}
 
.post-type-archive-download .osom-archives {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 1.4rem;
	row-gap: 1.4rem;
	margin-top: 4rem;
}

.wp-block-edd-downloads {
    column-gap: 1.4rem; 
    margin-top: 4rem;
}

h3.edd_download_title a {
	font-size: 2.0rem;
	font-size: 20px;
    color: var(--accent-color);
    text-decoration: none;
    box-shadow: none;
    display: block;
    margin-bottom: 10px;
}

.wp-block-edd-downloads .edd-blocks__download{ 
    box-shadow: 1px 0px 10px rgb(0 0 0 / 10%);
	padding: 20px;
	text-align: center;
}

.digital .wp-block-edd-downloads .edd-blocks__download{
    padding: 10px;
}
 
 
.edd-blocks__download-content {
    margin: 0 10px;
}

.edd-blocks__download-content p {
	font-size: 1.4rem;
    font-size: 14px;
}

.edd-blocks__download-price .edd_price {
    text-align: center; 
    display: inline-block;
    font-weight: 500;
}

.edd_download_purchase_form {
	text-align: center;
	margin: 40px 0;
}

.digital .edd_download_purchase_form {
    margin: 20px 0;
}

.edd_download_quantity_wrapper, .edd_purchase_submit_wrapper {
    display: block;
}

a.edd_go_to_checkout.button.edd-submit {
    margin: 0 auto;
}

input.edd-input.edd-item-quantity {
    max-width: 60px;  
    margin-right: 10px; 
    height: 35px;
    text-align: center;
}

span.edd_purchase_tax_rate {
    display: block;
    width: 100%;
    font-size: 11px;
    clear: both;
}

.edd_price_options.edd_single_mode {
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 10px;
	box-shadow: 1px 0px 10px rgb(0 0 0 / 10%);
}

.digital .edd_price_options.edd_single_mode {
    box-shadow: none;
    border: dashed #ccc;
    padding: 5px;
}

.edd_price_options.edd_single_mode ul {
	margin: 0;
}	

button.edd-add-to-cart.button.edd-submit {
    margin: 10px auto;
    
}

span.edd-cart-added-alert {
    background: var(--footer-color);
    padding: 5px 20px;
    font-weight: 500;
    font-family: var(--heading-font);
    display: block;
    margin-top: 10px; 
}

svg.edd-icon.edd-icon-check {
    vertical-align: bottom; 
    width: 15px;
}

.edd_pagination {
	clear: both;
	margin: 40px 0;
	text-align: center; 
}

.edd_pagination span, .edd_pagination a{
	color: var(--text-color);
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.edd_pagination a:focus, .edd_pagination a:hover, .edd_pagination span {
	border-bottom: solid 4px var(--accent-color);
    color: var(--accent-color);
    font-weight: 400;
	text-decoration: none;
}

p.eddr-notice.eddr-terms-notice {
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* EDD CART - CHECKOUT PAGE */

#edd_checkout_cart .edd_cart_item { 
    box-shadow: 0 1px 2px #ccc;
    background: #fff;
}

#edd_checkout_cart td, #edd_checkout_cart tbody {
    border-top: 1px solid var(--footer-color);
    border-bottom: 1px solid var(--footer-color);
}

a.edd_cart_remove_item_btn:before, a.edd-remove-from-cart:before {
    content: '\f182';
    color: var(--accent-color);
    font-family: 'dashicons';
    margin-right: 10px;
}

a.edd_cart_remove_item_btn, a.edd_cart_remove_item_btn:hover { 
    color: var(--accent-color);
    font-size: 14px;
    box-shadow: none;
    padding-bottom: 3px;
}

a.edd-remove-from-cart , a.edd-remove-from-cart:hover {
    font-size: 14px;
    text-decoration: none;
    color: var(--accent-color);
    box-shadow: none;
    padding-bottom: 3px;
}

li#cart-menu-item {
    display: inline-block;
}

span#header-cart {
    color: #fff; 
    vertical-align: super;
    margin-left: -10px;
    font-size: 14px;
}

.digital span#header-cart { 
    color: var(--text-color);
}

ul.edd-cart {
	margin-left: 10px;
}

.entry-content li.edd-cart-item {
    list-style-type: none;
	padding: 5px;
	border-bottom: solid 1px var(--secondary-color);
}

span.edd-cart-item-separator {
    margin: 0 62px;
}

.entry-content li.cart_item {
    list-style-type: none; 
    font-weight: 600;
    margin: 10px; 
    display: inline-block; 
    color: var(--accent-color);
    font-family: var(--heading-font);
    font-size: 24px;
}

li.cart_item.edd-cart-meta.edd_total {
    margin-top: 22px;
}

li.cart_item.edd_checkout {
    background: var(--accent-color);
	color: #fff;
	margin-top: 30px;
    padding: 5px 10px;
    float: right;
    font-family: var(--heading-font);
    font-size: 22px;
}

li.cart_item.edd_checkout a{ 
	color: #fff;
	text-decoration: none;
    font-weight: 300;
}

div#edd_checkout_cart_wrap {
    border: solid 1px var(--secondary-color);
	padding: 10px;
	margin-bottom: 40px;
}
table#edd_checkout_cart {
    margin-bottom: 0;
}

.edd_cart_header_row th {
	padding: 5px 10px;
	text-align: center;
}

tr.edd_cart_header_row {
    background: var(--accent-color); 
    color: #fff;
}

td.edd_cart_item_price {
    text-align: center;
}

td.edd_cart_actions {
    text-align: center;
}

.edd_cart_item_image img {
    width: 100px; 
    float: left;
	vertical-align: middle;
	margin: 10px;
}

span.edd_checkout_cart_item_title { 
    display: inline-block; 
}

.edd_cart_item_image {
    display: inline-block;
    vertical-align: middle;
}

th.edd_cart_tax, th.edd_cart_subtotal {
	background: var(--light-color); 
	padding: 5px 15px;
	text-align: center; 
}

th.edd_cart_subtotal {
	border-top: solid 10px #fff;
}

th.edd_cart_total {
    background: var(--secondary-color); 
    padding: 5px 15px;
    text-align: center;
}

.edd_download_purchase_form .edd_price_options.edd_single_mode li {
    display: inline-block;
    margin: 0px 10px;
}

.edd-payment-icons {
    text-align: center;
}
img.payment-icon {
	padding: 5px;
}

.edd-gateway-option {
    margin: 10px;
}

.edd-page fieldset {
    margin: 20px;
    display: block;
    border: solid 1px var(--footer-color);
    font-size: 15px;
}

.edd-page fieldset p {
    margin: 20px;
}

.edd-page fieldset input[type="submit"] {
	background-color: var(--accent-color);
	margin: 20px auto; 
    display: block;
}

.edd-page fieldset input[type="checkbox"] {
	border:none;
}
fieldset#edd-privacy-policy-agreement {
	border: none;
	text-align: center;
}

p#edd_final_total_wrap {
    text-align: center;
}

.edd_price_options input[type=radio] {
    display: inline-block; 
    vertical-align: middle;
}

.edd_download_purchase_form .edd_price_options span {
    display: inline-block; 
    height: 30px;
    padding: 5px;
    vertical-align: middle;
    font-size: 14px;
}

p.eddr-notice.eddr-terms-notice {
	display: none;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
	vertical-align: middle;
	margin-right: 5px;
}
#edd_checkout_form_wrap input[type=checkbox] {
	vertical-align: middle;
}

#edd_profile_editor_form fieldset {
    border: none;
    background: #f7f7f7;
    margin: 40px 0;
    padding: 20px;
}

#edd_profile_editor_form input, #edd_profile_editor_form select, #edd_profile_editor_form textarea {
    border: none !important;
}

#edd_profile_editor_form label {
    display: inline-block;
    margin: 10px;
    font-size: 15px;
    font-weight: 500;
}

#edd_profile_editor_form legend { 
    font-family: var(--header-font); 
    background: var(--secondary-color);
    padding: 5px 10px;
}

@media only screen and (max-width: 960px) {
	a.edd_cart_remove_item_btn {
		display: block;
	}

	span.edd_checkout_cart_item_title {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 600px) {

    .edd_cart_item {
        width: 100%;
        display: block;
    }
    #edd_checkout_cart td, #edd_checkout_cart tbody {
        width: 100%;
        display: block;
        border: none;
        text-align: center;
    }
    span.edd-cart-item-separator {
        margin: 2px auto;
        display: block;
        color: transparent;
        background: var(--footer-color);
        height: 1px;
        width: 50%;
    }
    a.edd_cart_remove_item_btn {
        padding-bottom: 10px;
    }

}

/* DIGITAL */

.digital div#edd_checkout_cart_wrap {
    border: none;
}

.digital #edd_checkout_cart thead {
    display: none;
}

.digital th.edd_cart_total {
    background-color: transparent;
    color: var(--secondary-color);
}

.digital.edd-page fieldset {
    border-color: var(--footer-color);
}

.digital .entry-content li.edd-cart-item {
    border-color: var(--accent-color);
    padding: 25px 0;
}

.digital p.edd-cart-number-of-items { 
        text-align: right;
        font-family: var(--heading-font);
        color: var(--accent-color);
        font-size: 22px;
}


/* PURCHASE HISTORY - PURCHASE */

table#edd_purchase_receipt_products, table#edd_user_history  {
    padding: 10px;
    background: #fff;
    border: solid 1px var(--footer-color);
    margin-top: 10px;
}

#edd_purchase_receipt_products th, #edd_user_history th {
    background: #f7f7f7;
}

#edd_purchase_receipt_products td, #edd_purchase_receipt_products th, #edd_user_history td, #edd_user_history th  {
    padding: 10px;
}

ul.edd_purchase_receipt_files li {
    list-style: none;
    margin-left: 20px;
}

.edd_purchase_details a {
    box-shadow: none;
    text-decoration: underline;
    font-size: 14px;
}

/* EDD block styles
---------------------------------------------------------------------------- */
.edd_download_inner:not(.osom-articles) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.digital .edd_download_inner:not(.osom-articles) {
    justify-content:inherit;
}

.edd_download_buy_button {
    margin-top: auto;
}

.digital .edd_download_buy_button {
    margin-top: inherit;
}

.edd-cp-container  {
	padding: 0 5px;
}

.edd_cp_price {
	max-width: 100px;
}

#edd_download_pagination span.page-numbers.dots {
	border-bottom: none;
}

.edd_price_options.edd_multi_mode li {
    list-style: none;
}
