/*!
Theme Name: BCAJ
Theme URI: https://kwebmaker.com/
Author: Kwebmaker
Author URI: https://kwebmaker.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bcas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BCAS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.accordionData .accordionMatter li::marker{
    display: none;
}
.login-page .form .register-form{
    display: none!important;
}
.subscriber-login {
    padding: 5vh 0px;
}
.login-page {
    max-width: 500px;
    padding: 50px 40px;
    border-radius: 10px;
    background: #0a4a94;
    text-align: center;
    margin: 0 auto;
}
.login-page p {
    text-align: left;
}
.login-page p input {
    width: 100%;
    padding: 10px;
    border: 0px;
}
.login-page p label {
    color: #fff;
    margin-bottom: 10px;
}
.login-page .login-submit{
    text-align: center;
}
.login-page .button{
    border: 0px;
    padding: 10px;
    border-radius: 50px;
    margin-top: 30px;
    max-width: 150px;
}
.login-page .login-remember{
    display: none!important;
}
.wplf-lostpassword{
    display: none!important;
}
.login{
    position: relative;
    cursor: pointer;
    background-color: #414589;
    color: #fff;
    border: 0px;
    padding: 5px 10px;
}
.login a {
    color: #ffffff;
    line-height: 25px;
}
.login-dropdown {
    display: block;
    position: absolute;
    background: #414589;
    border: 0px;
    top: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 7px;
    border-radius: 4px;
    /* -webkit-box-shadow: 1px 1px 10px 0px rgba(166,166,166,1); */
    /* -moz-box-shadow: 1px 1px 10px 0px rgba(166,166,166,1); */
    /* box-shadow: 1px 1px 10px 0px rgba(166,166,166,1); */
}
.login-dropdown{
    display: none;
}
.formTabs li {
    width: 100%;
}
.formNewBtn{
    background-color: #fff;
    color: #0a4a94;
    padding: 7px 15px;
    border-radius: 50px;
    width: 100%;
    display: block;
}
.paidshadow {
    margin-top: -42px;
    padding-top: 20px;
    background-image: linear-gradient(#ffffff00, #717171);
    padding-bottom: 10px;
    z-index: 9999;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.articleDecade{
        background: #414589;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 25px;
}
.smallintro{
    font-size: 16px;
    line-height: 21px;
}
.articleDetailsContent p, .articleDetailsContent p font{
    font-family: 'Inter', sans-serif;
}
#profile-description table{
    width: 100%;
}
.wpcf7 a{
    color: #f7a90b;
}
.bold{
    font-weight:bold;
}
/*@media (min-width:992px){*/
/*    .accordionData{*/
/*        max-height: 500px;*/
/*        overflow-y: scroll;*/
/*    }*/
/*}*/

.jarnalsHead {
    font-size: 2.2rem!important;
    padding: 0 10%;
}