/*8/23/24 feature table at the bottom of '/store-locator/' page */
.tablepress td {
    border: none;
}

/*8/23/24 -- "/account" page under "profile" tab -- fields were uneven (before logging in)*/
.edd-login-username label, .edd-login-password label {
    width: 200px;
    display: inline-block;
}
/* Profile editor form when logged in. Same page as above*/
form#edd_profile_editor_form p label {
    width: 150px;
}

/*8/23/24 -- added to position the written Addon title properly below the name in header image*/
.download-template-default .entry-content-wrap {
	position:relative;
	top:70px;}


/*12/1/30 -- added .download-template-default to prevent download buttons from being hidden on Account page;*/
.download-template-default .edd_purchase_submit_wrapper {display:none;}

.easy-image-gallery img {width:180px}
.edd-cart li {list-style-type:none; text-align:center;}
.easy-image-gallery li {
    list-style-type: none;
    display: inline-block;
    padding-right: 11px;
    border-radius: 10px;
}
.easy-image-gallery ul {
padding-left:0px;}

.kb-row-layout-wrap .kt-row-column-wrap {
	/*padding-top:90px;
	padding-bottom:20px;*/
}

/*12/1/30 -- styling download button for addons on Account page*/
.edd_downloads_list .edd-all-access-btn {
font-size: inherit;
width: 100%;
}

/*12/3/23*//*Simpler checkout - inspired by EDD Better Checkout*/
#edd_checkout_form_wrap .edd-description {
    display:none !important;
}
#edd_checkout_cart thead th:nth-child(3), 
#edd_checkout_cart tbody td:nth-child(3) {
    /*display:none;*//*remove link column, checkout pg*/
}
@media all and (min-width: 720px) {
#edd-first-name-wrap{
    width:35%;
    display:inline-block;
}
#edd-first-name-wrap .edd-input{
    width:100% !important;
}
#edd-last-name-wrap{
    width:49%;
    display:inline-block;
}
#edd-card-city-wrap{
    width:35%;
    display:inline-block;
}
#edd-card-city-wrap .edd-input{
    width:100% !important;
}
#edd-card-zip-wrap{
    width:49%;
    display:inline-block;
}
#edd-card-country-wrap{
    width:35%;
    display:inline-block;
}
#edd-card-country-wrap select{
    width:100% !important;
}
#edd-card-state-wrap{
    width:35%;
    display:inline-block;
}
#edd-card-state-wrap select{
    width:100% !important;
}

#edd-card-number-wrap{
    width:49%;
    display:inline-block;
}
#edd-card-number-wrap .edd-input{
    width:100% !important;
}
#edd-card-cvc-wrap{
    width:20.5%;
    display:inline-block;
}
#edd-card-cvc-wrap .edd-input{
    width:100% !important;
}
}
/*new*/
p.u-lh.u-fs-3xs.u-color-textSecondary.u-mt-2.p-TermsText.TermsText.Text--terms {display:none;}

fieldset#edd_cc_fields {
    background-color: #eee;
    /* color: white; */
    border: solid silver 1px;
}

#edd-first-name-wrap, #edd-last-name-wrap {display:none !important /*combined with plugin making neither mandatory - 12/3/23*/}
/*End - Simpler checkout*/

/*12/4/23 extra footer items from old site*/
#text-3, #text-4, #nav_menu-4, #execphp-2 {display:none;}