/* override body bg */
body {
    background: #FFF;
}
#main {
    background: #FFF;
}

hr {
    border-top: 1px solid rgba(170, 170, 170, 1);
}

header {
    min-height: 170px;
    max-height: 170px;
}
.vrtk-header-userheader-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; 
    background: rgba(255,255,255,0.65);    
    padding: 8px 15px;
    z-index: 1000;
}
.vrtk-header-userheader-wrapper a, .vrtk-header-userheader-wrapper a:visited {
    font-size: 15px;
    color: #000;
}

.vrprofile.wrapper {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    
    color: #000;
    padding-bottom: 35px;
}
.vrprofile {
    max-width: 100%;
    margin: 0 auto;
}

.profile-header-left {
    float: left;
    width: 88%;
    font-size: 22px;    
    font-weight: bold;
    text-align: left;
}
.profile-header-right {
    float: right;
    width: 12%;
    text-align: right;
}

.profile-header-wrapper {
    position: relative;
    width: 100%;
    padding: 15px 0 4px 0;
    border-bottom: 1px solid #AAA;
}
div.usermenuicon-wrapper {    
}
div.usermenuicon-wrapper span.menuicon {
    height: 31px;
    width: 31px;    
    border-radius: 50%;
    border: 2px solid #000;
    display: inline-block;    
}
div.usermenuicon-wrapper span.menuicon i {
    display: inline-block;    
    margin: 7px 7px 0 0;
    color: #000;    
}

.vrprofilebutton {
    background: none;
    border: none;
    font-size: 22px;
    color: #00AA00;
    cursor: pointer;
}
.vrprofile.register {
    max-width: 400px;
    margin: 0 auto;
}
.vrprofile.register label {
    display: block;
    text-align: left;
}
.vrprofile.register input {
    width: 100%;  
    color: #333 !important;       
}
.vrprofile.register .vrprofilefield {
    padding-bottom: 10px;
}
.vrregister.intro  {
    padding: 15px 0px 40px 0px;    
}

.vrprofile.login {
    max-width: 400px;
    margin: 0 auto;
}
.vrprofile.login .vrprofilefield {
    padding-bottom: 10px;
}
.vrprofile.login label {
    display: block;
    text-align: left;
}
.vrprofile.login input {
    width: 100%;  
    color: #333 !important;       
}
.vrprofile.login.footerlinks ul {
    list-style-type: none;
}


.profile-wrapper, .profile-menu-wrapper, .profile-stamp-wrapper, .profile-birthday-wrapper, .profile-coupon-wrapper, .profile-orders-wrapper {
    position: relative;
    width: 100%;      
    padding: 35px 0 14px 0;
}

.menuwrapper {
    text-align: left;
    padding: 0 0 0 25px;
}
.menuwrapper ul li {
    list-style-type: disc;
    padding: 5px 0;
}
.menuwrapper ul li a {
    color: #000;
    line-height: 25px;    
}

.stampheading {
    font-size: 17px;
    font-weight: bold;    
}
.stampintro {
    font-size: 13px;
}
.stampicon-wrapper {
    text-align: center;
}
.stampicon {
    text-align: center;
    width: 90%;
    /*height: 230px;*/
    margin: 0 auto;
    padding: 20px 10px;
    background-color: #333;
    border-radius: 14px;
    color: #FFF;
    font-size: 14px;
    
    background-image: url( '../images/stampbg.png' );
    background-position: -20px center;
    background-repeat: no-repeat;        
}
.stampiconheader {
    font-weight: bold;
}
.stampicondiscount {
    padding: 5px 0 10px 0;
    font-style: italic;
    font-size: 15px;
}
.stampmarkers {    
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
}
.stampmarkers span.starfaded { /*missing*/
    height: 23px;
    width: 23px;    
    border-radius: 50%;
    border: 2px solid #FFF;
    display: inline-block;
    background-color: #000;
}
.stampmarkers span.star { /*granted*/
    height: 23px;
    width: 23px;    
    border-radius: 50%;
    border: 2px solid #FFF;
    display: inline-block;
    background-color: #FFF;     
}

.birthdayheading {
    font-size: 17px;
    font-weight: bold;    
}
.birthdayintro {
    font-size: 13px;
}
.birthdayicon-wrapper {
    text-align: center;
}
.birthdayicon {
    text-align: center;
    width: 90%;
    /*height: 200px;*/
    margin: 0 auto;
    padding: 10px;
    background-color: #333;
    border-radius: 14px;
    color: #FFF;
    font-size: 14px;
    
    background-image: url( '../images/birthdaybg.png' );
    background-position: top center;
    background-repeat: no-repeat;     
}
.birthday-greeting-wrapper {
    padding-top: 175px;
}
.birthday-greeting {
}

.couponheading {
    font-size: 17px;
    font-weight: bold;    
}
.couponintro {
    font-size: 13px;
    
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
}
.coupon-wrapper {
    text-align: center;
}
.couponitem-wrapper {
    position: relative;    
    padding: 5px 0;
    text-align: center;
}
.couponitem {    
    position: relative;    
    width: 60%;
    max-width: 90%;
    margin: 0 auto;
    padding: 8px 0 20px 0;
    border-bottom: 1px solid #AAA;
}
.coupon-code {
    font-weight: bold;
}
.coupon-discount {
    line-height: 16px;
}
.coupon-expire {
    font-size: 14px;
}

.vrprofile.wrapper {
    min-height: 350px;
}
.vrprofile.profile ul {
    padding: 7px;
    list-style-type: "\276F";
}
.vrprofile.profile ul li {
    padding-left: 7px;
}

.vrprofile.profile .vr-profile-content {
    display: block;
    padding: 20px 0 10px 0px;
    text-align: left;
}

.vrprofile.orders {
    max-width: 500px;
    margin: 0 auto;
}
.vrordersopen-wrapper h6, .vrordersprev-wrapper h6 {
    font-size: 18px;
}
.vrprofile.orders ul {
    list-style-type: none;
}

.vrprofile.accountwrapper { 
    padding: 20px 0 30px 0;
}

h1, h2 {
    color: #000;
    font-size: 22px;
    border-bottom: 1px solid #000;
    text-align: left;
}
#login-form-e4j {
    border: none;
    padding: 40px 20px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: none;
    border-radius: 5px;
    box-shadow: none;
    
    color: #000;
}
.footerlinks {
    text-align: center;
}
.footeropenhours-module-wrapper .footerlinks {
    text-align: left;
}

input {
    color: #333;
}

@media screen and (max-width: 768px) {
    header {
        min-height: 150px;
    }
}
@media screen and (max-width: 360px) {
    .stampicon {
        width: 95%;
    }
    .birthdayicon {
        width: 95%;
    }
    .stampmarkers span.starfaded { /*missing*/
        height: 22px;
        width: 22px;    
    }
    .stampmarkers span.star { /*granted*/
        height: 22px;
        width: 22px;    
    }    
}