/*
 * Copyright (C) 2016-2017  Thomas Sjolshagen - Eighty / 20 Results by Wicked Strong Chicks, LLC
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
.hide-if-js { display: none; }
form.pmpro_form .pmpro_submit {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}
div#pmpro_billing_address_fields { margin-bottom: 40px; }
.e20r-billing-info-submit { margin-top: 40px; }
input + button,
button {
    width: auto !important;
    padding: 0.55em 2em;
    font-size: 1rem;
    line-height: 1.5;
}
.pmpro_btn.pmpro_btn-submit-checkout {
    width: auto !important;
    padding: 0.55em 2em;
    font-size: 1rem;
    line-height: 1.5;
}
.e20r-profile {
    width: 99%;
    display: flex;
    min-width: 320px;
}
.e20r-profile-left-column {
    float: left;
    margin: 0 40px;
    max-width: 45%;
}
.e20r-profile-right-column {
    float: right;
    margin: 0 40px;
    max-width: 45%;
}
.e20r-profile-bottom { width: 100%; margin-top: 80px; }
.e20r-profile-bottom > p { text-align: center; }
span#current_level_cost { white-space: nowrap; }
.e20r-profile-bottom input#submit {
    width: 50%;
    min-width: 200px;
    max-width: 400px;
}
.e20r-profile textarea#description { width: 100%; }
.e20r-billing-info { width: 100%; max-width: 450px; min-width: 300px; }
.e20r-billing-info .pmpro_checkout-fields .pmpro_checkout-field input,
.e20r-billing-info .pmpro_checkout-fields .pmpro_checkout-field select {
    float: right;
    width: 200px;
}
div.woocommerce-upload {
    margin: 10px 0 40px 0;
    padding: 5px;
}
div.woocommerce-upload form {
    margin-top: 10px;
    border: 1px solid #bbb;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 3px;
}
div.woocommerce-upload #do-upload-file {
    float: right;
}
div.woocommerce-upload .required {
    color: red;
    font-weight: 700;
    border: 0;
}
.notice.woocommerce {
    background-color: #e3f7fc;
    border: 1px solid #8ed9f6;
    color: #555;
    border-radius: 10px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 0.85em;
    padding: 10px 0 10px 36px;
    margin: 10px;
}
.notice.woocommerce p {
    margin: 0;
    padding: 0;
}
.notice-error.woocommerce {
    border-color: darkred;
}
.e20r-current-avatar { border-top: 2px solid #bbb; }
.e20r-current-avatar label.description { margin-top: 1em; }
.e20r-current-avatar div.instructions {
    font-size: 0.8em;
    padding: 5px;
    border-bottom: 2px solid #bbb;
    margin-bottom: 1em;
}
/* .pmpro_account-membership-levelname .pmpro_actionlinks { display: none !important; } */