/**
 * Karma - Easy Digital Downloads Styles
Theme URI: https://demo.osompress.com/
Description: Karma 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_downloads_list, 
.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;
}

h3.edd_download_title a {
	font-size: 2.4rem;
	font-size: 24px; 
    color: var(--text-color);
	text-decoration: none;
}

.edd_downloads_list .edd_download { 
    box-shadow: 1px 0px 10px rgb(0 0 0 / 10%);
	padding: 20px;
	text-align: center;
}
.edd_download_image {
	margin-bottom: 20px;
}

.edd_download_excerpt p {
	font-size: 1.5rem;
    font-size: 15px;
}

.entry-content .edd_download_buy_button a.button {
    padding: 5px 20px;
    font-weight: 500;
}

.edd_download_buy_button a.button:hover {
	text-decoration: none;
}

.edd_download_quantity_wrapper, .edd_purchase_submit_wrapper {
    display: inline-block;
}

.is-style-osom-boxed-style .edd_download_quantity_wrapper {
    margin-bottom: 10px;
    display: block;
}

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

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

.edd_price_options.edd_single_mode ul {
	margin: 0;
}	

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

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 */

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: transparent;
}

a.edd-remove-from-cart , a.edd-remove-from-cart:hover {
    font-size: 14px;
    text-decoration: none;
}

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;
    margin-top: 40px;
}

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(--secondary-color);
    font-size: 15px;
}
.edd-page fieldset p {
    margin: 20px;
}

.edd-page fieldset input, .edd-page fieldset select, .edd-page fieldset textarea {
    background: var(--light-color);
    border: none;
}

.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;
	}
}


/* 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(--light-color);
}

.digital .entry-content li.edd-cart-item {
    border-color: var(--light-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;
}

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

.edd_download_inner div:nth-of-type(2) {
    margin-top: auto;
}

.edd_download_buy_button {
    margin-top: auto;
}

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

.edd_cp_price {
	max-width: 100px;
}

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

.is-style-osom-boxed-style-background.edd_downloads_list {
	background-color: var(--light-color);
    padding: 30px;
}

.is-style-osom-boxed-style-background.edd_downloads_list .edd_download {
	background-color: #fff;
}

.wp-block-edd-downloads.edd-blocks__downloads.is-style-osom-karma-style {
    grid-gap: 1.4rem;
}

.edd-blocks__download-content {
    padding: 20px;
}
.edd-blocks__download-header h3 {
	text-align: left;
    padding: 20px;
    margin-bottom: 0px;
}

.wp-block-edd-downloads .edd-blocks__download:not(.osom-articles) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.wp-block-edd-downloads div:nth-of-type(2) {
    margin-top: auto;
}

.edd_download_buy_button {
    margin-top: auto;
}

.wp-block-edd-downloads .button.edd-add-to-cart.button.blue.edd-submit {
    background-color: var(--accent-color);
    color: #fff;
    margin: 0 auto;
}

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

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

footer.edd-blocks__download-footer {
    text-align: center;
    margin: 0 auto 20px;
}

.is-style-osom-karma-style .edd-blocks__download-image {
	margin-bottom: 20px;
}

.edd_price_options.edd_single_mode {
    box-shadow: none;
    margin-bottom: 20px;
}

.is-style-osom-boxed-style .edd-blocks__download-header h3 {
	text-align: center;
    padding: 10px;
}

.edd-blocks__download-image img {
	display: inline-block;
}

.wp-block-easydigitaldownloads-downloads.is-style-osom-boxed-style .edd-blocks__download {
	padding: 0;
}

.is-style-osom-boxed-style .edd-blocks__download-image img {
	width: 100%;
	object-fit: cover;
}

.is-style-osom-boxed-style .edd-blocks__download-header h3 {
	margin-bottom: 20px;
}

.edd-blocks__download-price {
    margin-bottom: 20px;
}

.is-style-osom-boxed-style .wp-block-edd-downloads .button.edd-add-to-cart {
    padding: 20px 40px;
    border-radius: 0;
    width: 100%;
    background-color: var(--accent-color);
    color: #fff;
}

.is-style-osom-boxed-style .edd_purchase_submit_wrapper,
.is-style-osom-boxed-style .edd_purchase_submit_wrapper a {
	width: 100%;;
}

.is-style-osom-boxed-style .edd_download_purchase_form {
	margin: 0;
}

.is-style-osom-boxed-style .edd_pagination navigation  {
	text-align: center;
    padding: 20px;
}