/*
Theme Name: Minden Off Road Park
Author: MediaTown
Author URI: https://www.mediatownmarkting.com
Description: Exclusive theme designed for Minden Off Road Park
Requires at least: 4.9.6
Requires PHP: 7
Version: 1.0
License: Commercial
Text Domain: mindenoffroadpark
*/

.mphb_sc_account .mphb-account-content .mphb-login-form,
.mphb_sc_checkout-wrapper .mphb-login-form{
    width: 500px;
    padding: 30px 30px 40px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f9f9f9;
    margin: auto;
}
body:not(.logged-in) .mphb_sc_account .mphb-account-content{
    float: none !important;
    width: auto !important;
}
.mphb_sc_account .mphb-account-content .mphb-login-form label,
.mphb_sc_checkout-wrapper .mphb-login-form label
{
    width: 100%;
    display: block;
}
.mphb_sc_account .mphb-account-content .mphb-login-form input[type="text"],
.mphb_sc_account .mphb-account-content .mphb-login-form input[type="password"],
.mphb_sc_checkout-wrapper .mphb-login-form input[type="text"],
.mphb_sc_checkout-wrapper .mphb-login-form input[type="password"]
{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mphb_sc_account .mphb-account-content .mphb-login-form input[type="submit"] {
    min-width: 120px;
    height: 45px;
    background-color: #8a2411;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px!important;
    font-weight: 600;
    line-height: 20px;
    border-radius: 0;
    padding: 5px;
    border: none;
}
.mphb_sc_account .mphb-account-content .mphb-login-form > a,
.mphb_sc_account .mphb-account-content .mphb-login-form > a{
    color: black;
    text-decoration: underline;
}
.mphb-account-menu {
    padding: 20px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f9f9f9;
    margin-right: 50px;
}
.mphb-account-menu > ul {
    margin: 0;
    list-style-type: square;
    padding: 0 0 0 15px;
}
.mphb-account-menu > ul > li a {
    padding: 3px 0;
    color: #000;
}
body.logged-in .mphb_sc_account .mphb-account-content {
    width: calc(73% - 50px);
}
.mphb-account-bookings tbody {
    font-size: 16px;
    font-family: 'Montserrat', Sans-Serif;
}
.mphb-account-details-form p > label {
    display: inline-block;
}
.mphb-account-details-form p > input,
.mphb-account-details-form p > select{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mphb-account-details-form p > input[type="submit"] {
    margin-top: 25px;
    height: 50px;
    display: inline-block;
    background-color: #8a2411;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px!important;
    font-weight: 600;
    line-height: 20px;
    border-radius: 0;
    padding: 5px;
    border: none;
}
#mphb-render-checkout-login {
    display: inline-block;
    padding: 5px 10px;
    background: #8a2411;
    color: #ffffff;
    visibility: hidden;
}
@media(max-width: 560px) {
    .mphb_sc_account .mphb-account-content .mphb-login-form{
        width: 100%;
    }
    .mphb-account-menu{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 25px;
    }
    body.logged-in .mphb_sc_account .mphb-account-content{
        float: none;
        width: auto;
    }
}
