/*checkout page*/
@media only screen and (min-width: 921px) {
    #edd_checkout_wrap #edd_checkout_cart_wrap {
        float: right;
        margin-left: 20px;
        margin-top: -2px;
    }
    #edd_checkout_wrap #edd_purchase_submit {
        float: right;
        margin-top: -150px;
    }
    #edd_checkout_wrap #edd_checkout_cart tfoot th {
        background: linear-gradient(to left, #f2a000, #cb2e01);
        color: #fff;
    }
}
@media only screen and (max-width: 921px) {
    #edd_checkout_wrap #edd_checkout_cart tfoot th {
        background: linear-gradient(to left, #f2a000, #cb2e01);
        color: #fff;
    }
}
#edd-purchase-button {
    color: #fff;
    text-decoration: none;
    background-color: #053365;
    padding: 10px 30px;
    border-radius: 45px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0px 0px 7px #555;
    display: block;
    border: 1px solid transparent;
    margin: auto;
}
#edd-purchase-button:focus {
    outline: none;
}
/*apply license renewal*/
#edd_sl_renewal_form #edd-add-license-renewal {
    color: #fff;
    text-decoration: none;
    background-color: #053365;
    padding: 5px 25px;
    border-radius: 45px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0px 0px 7px #555;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 15px;
}
/*purchase-confirmation*/
#edd_purchase_receipt thead {
    padding-top: 12px;
    padding-bottom: 12px;
    background: linear-gradient(to left, #f2a000, #cb2e01);
    color: white;
}
#edd_purchase_receipt th {
    border: 0;
    padding: 8px;
}
#edd_purchase_receipt {
    border-collapse: collapse;
    margin-bottom: 50px;
}
#edd_purchase_receipt td {
    border: 1px solid #f2f2f2;
    padding: 8px;
}
#edd_purchase_receipt tr:nth-child(even) {
    background-color: #f2f2f2;
}

#edd_subscription_receipt thead {
    padding-top: 12px;
    padding-bottom: 12px;
    background: linear-gradient(to left, #f2a000, #cb2e01);
    color: white;
    text-align: left;
}
#edd_subscription_receipt th {
    border: 0;
    padding: 8px;
}
#edd_subscription_receipt {
    border-collapse: collapse;
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 50px;
}
#edd_subscription_receipt td {
    border-right: 1px solid #fff;
    padding: 8px;
}

#edd_purchase_receipt_products thead {
    padding-top: 12px;
    padding-bottom: 12px;
    background: linear-gradient(to left, #f2a000, #cb2e01);
    color: white;
}
#edd_purchase_receipt_products th {
    border: 0;
    padding: 8px;
}
#edd_purchase_receipt_products {
    border-collapse: collapse;
    background-color: #f2f2f2;
}
#edd_purchase_receipt_products td {
    border-right: 1px solid #fff;
    padding: 8px;
}

/*purchase-history*/
#edd_user_history thead {
    padding-top: 12px;
    padding-bottom: 12px;
    background: linear-gradient(to left, #f2a000, #cb2e01);
    color: white;
}
#edd_user_history th {
    border: 0;
    padding: 8px;
    background-color: transparent;
}
#edd_user_history {
    border-collapse: collapse;
    background-color: #f2f2f2;
}
#edd_user_history td {
    border-right: 1px solid #fff;
    padding: 8px;
}

/*purchase-history with back button*/
#edd_sl_license_keys thead {
    padding-top: 12px;
    padding-bottom: 12px;
    background: linear-gradient(to left, #f2a000, #cb2e01);
    color: white;
    text-align: left;
}
#edd_sl_license_keys th {
    border: 0;
    padding: 8px;
}
#edd_sl_license_keys {
    border-collapse: collapse;
    background-color: #f2f2f2;
    width: 100%;
}
#edd_sl_license_keys td {
    border-right: 1px solid #fff;
    padding: 8px;
}
/*back button*/
.edd-manage-license-back.edd-submit.button {
    color: #fff;
    text-decoration: none;
    background-color: #053365;
    padding: 5px;
    border-radius: 45px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0px 0px 7px #555;
    display: block;
    border: 1px solid transparent;
    max-width: 100px;
}

/*purchase history license&paymment*/
.edd-sl-manage-license-details .edd-sl-manage-license-key {
    padding: 8px;
    background: linear-gradient(to left, #f2a000, #cb2e01);
    color: #fff;
    font-weight: bold;
}
.edd-sl-manage-license-details .edd-sl-manage-license-key code {
    font-weight: 500;
    margin-left: 20px;
    background-color: transparent;
}
.edd-sl-manage-license-details .edd-sl-manage-license-product {
    border-top: 0px;
    background-color: #f2f2f2;
    padding: 8px;
    font-weight: bold;
}
.edd-sl-manage-license-details .edd-sl-manage-license-product span {
   font-weight: 500;
   margin-left: 20px;
}
#edd_sl_license_sites thead {
    padding-top: 12px;
    padding-bottom: 12px;
    background: linear-gradient(to left, #f2a000, #cb2e01);
    color: white;
    text-align: left;
}
#edd_sl_license_sites th {
    border: 0;
    padding: 8px;
}
#edd_sl_license_sites {
    border-collapse: collapse;
    background-color: #f2f2f2;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}
#edd_sl_license_sites td {
    border-right: 1px solid #fff;
    padding: 8px;
}

/*form*/
#edd_sl_license_add_site_form .button {
    color: #fff;
    text-decoration: none;
    background-color: #053365;
    padding: 5px 20px;
    border-radius: 45px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0px 0px 7px #555;
    display: block;
    border: 1px solid transparent;
    margin-top: 10px;
}


/* error 404 */
.error404 .sidebar_page_container .page_content{
	text-align: center;
}
.error404 .sidebar_page_container .page_content div{
	 
   background: -webkit-linear-gradient(to left, #F2A000, #CB2E01);
    background: linear-gradient(to left, #F2A000, #CB2E01);
    padding: 20px;
    color: #fff;
    font-size: 18px;
    max-width: 50%;
    margin-top: 50px;
	margin-bottom: 30px;
	    font-weight: 600;
}

.error404 .sidebar_page_container .sidebar{
	display: none;
}


@media only screen and (max-width: 768px) {
  .error404 .sidebar_page_container .page_content div{
	max-width: 90%;
	  
	}
}