
body {
    overflow-x: hidden;
    width: 100%;
}
body.personabar-visible {
    width: calc(100% - 80px);
}

/* admin */
.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}
.grid-button-layertwo div {
    background-image: linear-gradient(#99cc00,#999900);
}
.grid-button-layerthree div {
    background-image: linear-gradient(#af4c94,#fb6cd4);
}
.personabar-visible .shadow-on-admin {
    -webkit-box-shadow: 0 0 1px 1px #4AFFED;
box-shadow: 0 0 1px 1px #4AFFED;
}
.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
.personabar-visible .space-on-admin {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px dashed #ff9900;
    border-bottom: 1px dashed #ff9900;
}
.show-on-admin { display: none;}
.personabar-visible .show-on-admin { display: block; color: #ff9900}
.personabar-visible .stripe-on-admin {
    background-image: linear-gradient(45deg, #fff2de 25%, #fffbf5 25%, #fffbf5 50%, #fff2de 50%, #fff2de 75%, #fffbf5 75%, #fffbf5 100%);
background-size: 56.57px 56.57px;
}
.fancybox__container {
    z-index: 9999 !important;
}
table { margin-bottom: 15px; }
table td { border: 1px solid #CED4D9; }
table td p, table th p { margin: 0; }
table th { border: 1px solid #CED4D9; background: #ececec; font-weight: 700; }
.btn { text-align: left; }
.header-icon-link {
    font-size: 80px;
    font-weight: normal;
    margin-right: 15px;
}
header .header-icon-link { 
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    margin-right: 7px;
}
header .space-on-admin { margin: 0 !important; padding: 0 !important; border: 0 !important; }

.bright-text p, .bright-text i, .bright-text h2, .bright-text h3, .bright-text h4 { color: #fff !important; }


body.personabar-visible {
    width: calc(100% - 80px);
}

.stellarnav.mobile, .stellarnav.mobile.fixed {
    position: relative;
    z-index: 5;
}

.spacer-30 { height: 15px; }
.spacer-60 { height: 30px; }
@media (min-width: 992px) {
    .spacer-30 { height: 30px; }
    .spacer-60 { height: 60px; }
}

.stellarnav .menu-toggle span.bars {
    margin-right: 0px;
}
.stellarnav.mobile {
    border-radius: 8px;
}
.lity-container {
    max-width: 800px !important;
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 2 2px 5px rgba(255,255,255,1);
    border: 0;
    background: #0079bc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
}
.modal__content { text-align: center; border-radius: 30px; }

table td, table th { vertical-align: top; }





