/**
* User Profile
*/

#summary-user p {
    border-bottom: 1px solid #eee;
    color: #123551 !important;
    font-family: "Playfair Display",serif !important;
}
#user-link > li {
    display: inline-block;
    list-style: none outside none;
}
#user-link li a:hover {
    background-color: #123551 !important;
}

.form-user{
    padding: 3% 0;
}

/* Summary page */
#product_title {
    width: 70%;
}
table.bnm-show-summary tbody td, ul.bnm-summary li{
    font-size: 1.5rem;
}
.boxoffice-summary .btn-base{
    margin: 5px;
}
/* Profile User */
.page-template-page-template-profile-php form.bnm-profile fieldset.wpdk-form-section4 {
    display: none;
}

body div.wpdk-form-row > label.wpdk-form-label:first-child,
body label.new-row {
   /*width: 20%!important;*/
    width: 26% !important;
   text-align: right;
   margin: 0 6px 0 16px !important;
}
body input.wpdk-form-input, body textarea.wpdk-form-textarea, body select.wpdk-form-select {
    min-width: 50%;
    line-height: 2em;
    height: 2em;
    box-shadow: none!important;
    border-radius: 2px!important;
    padding: 1px 5px!important;
    color: #444!important;
    border-color: #ccc!important;
    font-size: 1.5rem !important;
}
body textarea#bnmContactsBody {
    min-height: 100px !important;
}
body .wpdk-form-input.wpdk-form-wrong {
    border-color: #c60000 !important;
    border-width: 2px !important;
}
body #birth_date, body #sex {
    min-width: inherit;
    width: 20% !important;
    padding: 1px 30px!important;
}
body #bill_zipcode, body #shipping_zipcode {
    min-width: inherit!important;
    width: 13%!important;
}
body #bill_town, body #shipping_town {
    min-width: inherit!important;
    width: 30%!important;
}

body .wpdk-form-select {
    margin-bottom: 5px !important;
}
body #user_id {
    border: 2px solid #cca94d !important;
    margin-left: 23%;
    font-size: 1.8rem !important;
    background: #fff8e4;
    width: 77% !important;
}
body #bnm-profile-button-edit {
    background: none repeat scroll 0 0 #cca94d;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    height: 2.2em;
    margin-top: -5px;
    text-shadow: none;
}
body #bnm-profile-button-edit:hover{
    background: #103249;
}

@media (max-width: 530px) {

}
@media (max-width: 1024px) {

}