/*
Theme Name: Shop Plugins
Theme URI: https://shopplugins.com
Author: SP
Description: Shop Plugins Child Theme
Version: 1.0.1
Template: generatepress
*/
.site-footer .footer-widget-1 .widget ul li{
    margin-bottom: 0;
}

/** Icon in button **/
.gb-button i {
    margin-left: 10px;
}

/* Blog archive page width */
@media ( min-width: 1200px ) {
    .blog main#main {
        width: 750px;
        margin: 0 auto;
    }
}

.menu-toggle {
    display: none !important;
}
div.mega-menu-toggle {
    margin-right: 10px
}


/***** My Account Pages *****/

/* Login Form */
.login {
    width: 400px;
    margin: 20px auto;
}
#edd_login_form legend {
    font-weight: bold;
    font-size: 30px !important;
}
#edd_login_form #edd_user_login,
#edd_login_form #edd_user_pass {
    border: 1px solid #333333;
    border-radius: 5px;
}
#edd_login_form label {
    display: block;
}
#edd_login_form #edd_login_submit {
    padding: 10px 40px;
    font-weight: bold;
}

/* Account Profile Page */

.page-template-template-account .site-content {
    margin: 40px 0;
}
#edd_profile_name_label,
#edd_profile_display_name_wrap,
#edd_profile_billing_address_label,
#edd_profile_password_label
{
    display: none;
}
#edd_profile_editor_form input,
#edd_profile_editor_form select {
    display: block;
    border: 1px solid #333333;
    border-radius: 5px;
}
input#edd_profile_editor_submit {
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 20px;
}
#edd-stripe-manage-cards legend {
    font-size: 29px;
    font-weight: 400;
}

#edd_profile_editor_form h3 {
    width: 100%;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

#edd_profile_personal_fieldset,
#edd_profile_address_fieldset,
#edd_profile_submit_fieldset {
    margin-bottom: 30px;
}

.page-template-template-account .site-content #column1 {
    order: 1;
    padding: 0 40px 0 0;
}
.page-template-template-account .site-content #column2 {
    order: 2;
}

@media ( max-width: 720px ) {
    .page-template-template-account .site-content #column1 {
        order: 2;
        padding: 20px;
    }
    .page-template-template-account .site-content #column2 {
        order: 1;
        padding: 20px;
    }
}
/* Downloads Page */
#edd_downloads a {
    border-radius: 10px;
    padding: 5px 10px;
}
#edd_downloads a.download {
    background: green;
    color: white;
}
#edd_downloads a.buy {
    background: orange;
    color: white;
}
#edd_downloads td.expired a {
    border-radius: 10px;
    padding: 5px 10px;
    background: orange;
    color: white;
}

/** Landing pages **/

/** Checkout **/
.edd_download_file {
    margin-bottom: 30px;
}
.edd_download_file a {
    background: #e33a3d;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
}