/*
This is CSS that is for people that are logged in as a subscriber
*/

#wpadminbar{
	display: none;
}

html{
	margin-top: 0 !important;
}

.btn{
	border-color: #999;
}

#content-area{
    background: rgba(255,255,255,0.6);
    padding: 75px 20px;
}

.btn:hover{
	color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4;
    text-shadow: none !important;
}

#main-header h1{
	font-size: 50px;
}

#et-site-title h2{
    display: none;
}

#main-header .container{
    padding: 0px;
}
 
#top-menu a, #top-menu > ul > li:first-child > a{
	padding: 5px 12px;
    border-radius: 10px;
    background-color: #fff;
    margin: 5px;
}

#top-menu{
	float: right;
    margin-top: 12px;
}


.leftdiv{
    overflow-y: scroll;
    height: 96vh;
    height: calc(100% - 75px);
    width: 35%;
    float: left;
    background-image: url("/wp-content/uploads/2018/01/grey.png");
    background-repeat: repeat;
    border-bottom: 1px solid #d7dbdc;
    z-index: 0;
    position: fixed;
    left: 0px;
    top: 75px;
    padding-top: 30px;
}
.rightdiv{
    width: 35%;
    left: 35%;
    float: left;
    padding: 0 15px;
    position: fixed;
    top: 75px;
    height: calc(100% - 75px);
    padding-top: 30px;
}

.finalimage{
    width: 30%;
    left: 70%;
    float: left;
    padding: 0 15px;
    position: fixed;
    top: 75px;
    height: calc(100% - 75px);
    padding-top: 30px;
}
h2{
    padding: 25px 0px;
}

#main-footer{
    margin-top: 0;
}

#main-header, #main-nav{
    z-index: 999;
    position: fixed;
    width: 100%;
    float: right;
    padding: 5px 10px;
    height: 75px;
    top: 0;
}

#main-nav .container{
    width: 100%;
}

.leftcontainer{
    float: left; 
    width: 40%;
}

h1{
    float: left;
}

@media only screen and (max-width: 1000px) {
    .templdiv{
        height: 280px;
    }

    .leftdiv{
    width: 40%;
    }
    .rightdiv{
        width: 25%;
    }

    .finalimage{
        width: 35%;
    }

    h1{
        font-size: 40px !important;
    }
    #top-menu a, #top-menu > ul > li:first-child > a {
        padding: 5px 7px;
        border-radius: 10px;
        background-color: #fff;
        margin: 3px;
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .templdiv{
        height: 280px;
    }

    .leftdiv{
    width: 100%;
    overflow: visible;
    height: auto;
    }
    .rightdiv{
        width: 100%;
    }

    .finalimage{
        width: 100%;
    }

    #main-header, #main-nav{
        width: 100%;
    }

    .leftcontainer, #main-nav{
        float: left; 
        width: 100% ;
    }

    h1{
        float: none;
    }

    #top-menu{
        float: none;
    }

}

#main-nav{
	background: transparent;
	border-bottom: none;
}

.nobtn{
    background-color: transparent !important;
    color: #fff !important;
    text-shadow: none !important;
    padding: 12px !important;
}

#load, .loader{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background: var(--loadingGIF) no-repeat center center rgba(0,0,0,0.25);
    background-size: 200px;
    top: 0;
}

.number{
    padding: 2px 12px 2px 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: 900;
    margin-right: 10px;
}

.numberBlue{
    background-color: rgb(98,150,190);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, div.s2member-pro-stripe-form-description-div{
    font-family: 'Roboto', sans-serif;
}
.footcontainer{
    padding: 5px 20px;
}

.acct, .acctWhite{
    border: none;
    background-color: #fafafa;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #dadada;
    width: 100%;
}

.acctWhite{
    background-color: #fff;
    padding: 10px;
}

.acctInner{
    padding: 10px 30px;
}

.acctTitle{
    border-radius: 5px 5px 0 0;
}
.acctTitle h2{
    padding: 30px;
}

.s2member-pro-stripe-update-form-submission-section-title, .s2member-pro-stripe-update-form-billing-method-section-title, .s2member-pro-stripe-cancellation-form-submission-section-title{
    display: none;
}

.entry h1{
    text-align: center;
    margin: 0 auto;
    float: none;
    display: block;
}

.inner{
    padding: 15px;
}
.dashside{
    /*background-image: url("/wp-content/uploads/2018/01/grey.png");*/
    background-repeat: repeat;
    border-bottom: 1px solid #111;
    z-index: 9;
    top: 25px;
    margin-bottom: 20px;
    background-color: #555;
}

.dashside .btn{
    margin: 5px;
    color: #fff;
}

#main-header{
    width: 100%;
    float: left;
}

.title, .entry-content h1, .entry-content h2, .entry-content h3{
    font-weight: 100 !important;
    font-family: 'Roboto', sans-serif;
}
    
.message{
    background-color: #fe7d67;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 8;
    margin-bottom: 20px;
    top: 0px;
}

div.s2member-pro-stripe-form-registration-section-title{
    display: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    
    cursor: inherit; 
    background-color: transparent; 
    border: inherit; 
    border-bottom-color: inherit; 
}

.nav-tabs>li.active, .nav-tabs>li.active:focus, .nav-tabs>li.active:hover{
    background-color: rgba(51, 196, 182, 0.8);
}

.nav-tabs>li>a{
    border-radius: 0;
    width: 100%;
    color: #333;
}

.nav-tabs {
    border: none;
    margin-left: -15px;
    margin-right: -15px;
}

.nav-tabs li{
    border: 1px solid #ddd;
    width: 50%;
    background-color: #fff;
}

.modal-header{
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.modal-content{
    border-radius: 5px;
}

.myDownloadImg{
    border-radius: 7px;
    margin-bottom: 10px;
}

.myDownloadsDeleteButton{
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    /* right: 20px; */
    padding: 5px 7px;
    background-color: #c70039;
    border-radius: 6px;
    color: #fff;
    /* margin-top: 5px; */
    border: solid #fff 2px;
    float: right;
    top: 35px;
    right: 10px;
}

.templateDeleteButton{
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    padding: 5px 7px;
    background-color: #c70039;
    border-radius: 6px;
    color: #fff;
    margin-top: 5px;
    border: solid #fff 2px;
}

.templateDeleteButton:hover{
    background-color: #33c4b6;
    transition: all .5s linear;
}

.filterOptions{
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 75px);
}

.activateButton{
    background-color: rgb(98,150,190);
    box-shadow: 0 0 5px #333;
    font-size: 120%;
    transition: all .5s linear;

}

.settingsButton{
    border-radius: 5px 0 0 5px;
    background-color: rgb(98,150,190);
    padding: 10px 8px;
    font-size: 16px;
    float: right;
    margin-bottom: 10px;
    width: 30px;
}

.smallNewsAlertMessage{
    width: 350px;
    height: 250px;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #333;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

.largeNewsAlertMessage{
    overflow: auto;
    width: 80%;
    height: 75%;
    padding: 40px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #333;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: all .5s linear;
}



.grid-item-edit { 
    width: 50%;
    padding: 3px;
}

.grid-item-edit-width2{
    width: 100%;
}

.grid-item { 
    width: 50%;
    padding: 10px;
}

@media (max-width: 576px) { 
    .grid-item { 
        width: 100%;
        padding: 10px;
    }
}

.myBooksDisplay{
    height: 200px;
    margin-bottom: 20px;
    
}

.myBooksDisplayImg{
    max-height: 100%;
    border-radius: 5px;
}

.warningMessageSmallBook{
    position: absolute;
    color: #fe7d67;
    padding: 2px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    background-color: #fff;
    margin-top: 5px;
    border: solid #fff 2px;
    border-radius: 50%;
}

.timer{
    text-transform: uppercase;
    font-weight: bold;
}

.timerLetter{
    font-size: 75%;
    opacity: 0.8;
}

.orangeBackground{
    background-color: #fe7d67;
}

.imBackgroundImage{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}

.btn-transpBlack{
    background-color: rgba(0,0,0,0.2);
}

#loadingMessage{
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    top: calc(50% + 100px);
    position: absolute;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: 0 auto;
}

#top-menu a.btn{
    border: none;
    padding: 10px;
    background-color: #33c4b6;
    background-image: none;
    color: #fff;
    text-shadow: none;
}

.fontOption{
    cursor: pointer;
}

#myModalFonts .modal-dialog {
    padding-right: 0 !important;
    width: 100%;
    min-height: 100%;
    margin: 0;
    border-radius: 0;
}

.fontOption{
    font-size: 26px;
    height: 50px;
    margin-top: 10px;
}

.grayBackground{
    background-color: #dadada;
}

.confettiBackground{
    background-image: url('/custom-code/images/confetti.gif');
}

.input_noBorder{
    border: none;
} 

.input_boxShadow{
    box-shadow: 0 0 10px #dadada;
}

.input_fullWidth{
    width: 100%;
}

.fakeDropdown{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.adminDropDownMenu{
    margin-top: 10px;
}

.adminDropDownMenu a{
    width: 100%;
    display: inline-block;
    color: #333;
    padding: 10px;
}

.adminDropDownMenu a:hover{
    background-color: #dadada;
    text-decoration: none;
}


.optionsContainer::-webkit-scrollbar-track, .filtersContainer::-webkit-scrollbar-track, .optionsContainerRight::-webkit-scrollbar-track, ::-webkit-scrollbar-track{
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}

.optionsContainer::-webkit-scrollbar, .filtersContainer::-webkit-scrollbar, .optionsContainerRight::-webkit-scrollbar, ::-webkit-scrollbar{
    width: 10px;
    padding: 5px;
    background-color: #fff;
}

.optionsContainer::-webkit-scrollbar-thumb, .filtersContainer::-webkit-scrollbar-thumb, .optionsContainerRight::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb{
    border-radius: 5px;
    height: 10px;
    background-color: #dadada;
}

.file-manager .list::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #dadada;
}