/*!
 * BENELIBRI
 * Copyright 2019 BENELIBRI
 */

/* ======= BASE ======= */

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.container {
    max-width: 1680px !important;
}

.main-container {
    padding: 15px 30px;
}

.content-container {
    padding: 0px 15px;
}

#navbar {
    padding: 15px 0px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 21px;
    margin: 21px 0px 17px 0px;
}

.bg-gray-dark {
    background-color: #c4c4c4;
}

.bg-light {
    background-color: #fff!important;
}

.bg-primary {
    background-color: #000!important;
}

.btn-primary {
    background-color: #000!important;
}

.btn-primary:hover {
    color: #000000 !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.btn {
    border-radius: 30px;
    font-weight: 400;
    border: none;
    font-size: 14px;
    padding: 6px 19px;
}

.pt12 {
    padding-top: 12px;
}

.pt15 {
    padding-top: 15px;
}

/* ======= SEARCH ======= */

.input-group-prepend, .input-group-text, .form-control {
    border: none;
    background: none;
    font-weight: 400;
    color: black;
    font-size: 14px;
    border-radius: none;
}

.form-control:focus {
    border: none;
    box-shadow: none;
    outline: 0 none;
    background-color: #E5E5E5;
    border-radius: 10px;
    color: black;
}

.form-control::-webkit-input-placeholder {
    color: black;
}

/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: black;
}

/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: black;
}

/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: black;
}

/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
    color: black;
}

/* Microsoft Edge */

.searchbg {
    border-radius: 10px;
    background-color: #E5E5E5;
}

/* ======= HEADER ======= */

.logo {}

.topheader {
    widows: 100%;
    height: 100%;
    border-radius: 30px;
}

.call-to-action-img {
    margin: 86px 0;
}

.topnav {
    display: flex;
    flex-direction: row;
    margin-left: auto!important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.topnav .nav-link {
    font-weight: 400;
    color: black;
}

.avatar {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    background-color: #000;
}

.stickybar {
    position: fixed;
    top: 0px;
    left: 15px;
    width: calc(100% - 30px);
    background-color: #fff;
    z-index: 99999;
}

.sidebar {
    position: relative;
}

.stickyside {
    position: fixed;
    width: 15%;
    height: calc(100% - 167px);
    overflow: auto;
    top: 146px;
    left: 30px;
    z-index: 99999;
}

/* ======= REVIEW ======= */

.rev {
    min-width: 370px;
    max-width: 460px;
    padding: 30px 30px 30px 15px;
}

.rev-media img {
    border-radius: 10px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.rev-author-info {
    display: inline-block;
    width: 85%;
}

.rev-author-media {
    display: inline-block;
    margin-left: -47px;
    margin-right: 14px;
}

.rev-author-info {
    vertical-align: middle;
}

.rev-author-name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.rev-author-media img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 0 0 14px #f9f9f9;
}

.rev-title {
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}

.rev-author {
    font-weight: 500;
    text-overflow: ellipsis;
}

.rev-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* ======= LEADER ======= */

.lead {
    min-width: 370px;
    max-width: 460px;
    padding: 30px 30px 30px 15px;
}

.lead-media img {
    border-radius: 10px;
}

.lead-author-info {
    display: inline-block;
    width: 65%;
}

.lead-author-media {
    display: inline-block;
    margin-left: 0px;
    margin-right: 14px;
}

.lead-author-info {
    vertical-align: middle;
}

.lead-author-name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 17px;
}

.lead-author-title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
}

.lead-author-desc {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
}

.lead-author-media img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 0 0 0 14px white;
}

.lead-title {
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}

.lead-author {
    font-weight: 500;
    text-overflow: ellipsis;
}

.lead-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* NAVBAR */

.main-content {
    margin-top: -64px;
}

.brand-f {
    display: none;
}

.navbar-f {
    background-color: #fff;
    z-index: 9999;
}

.navbar-f .nav-link {
    font-weight: 400 !important;
    color: black !important;
}

.navbar-b {
    background-color: #fff;
    z-index: 9999;
    display: none;
}

.navbar-b .nav-link {
    font-weight: 400 !important;
    color: #6c757d!important;
}

.navbar-b .nav-link.active {
    color: #007bff !important;
    background-color: #fff;
}

@media (max-width: 767px) {
    .navbar-f {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
    }
    .navbar-m {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .brand-f {
        display: inline-block;
    }
    .main-content {
        margin-top: 0px;
    }
    .navbar-b {
        display: flex;
    }
}

.navbar-toggler {
    padding: 0px !important;
}

.navbar-b {
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    transition: bottom 0.3s;
    /* Transition effect when sliding down (and up) */
}

/* ==== LEADER PAGE ==== */

.leader-container {
    /*position: relative;*/
}

.leader-block {
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
    width: 100%;
    min-width: 100%;
    min-height: 30px;
}

.leader-name h2 {
    margin: 0px 0px 8px 0px;
}

.leader-desc {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.leader-avatar {
    width: 128px;
    height: 128px;
    margin-top: -132px;
    margin-bottom: 15px;
}

.leader-avatar img {
    width: 128px;
    height: 128px;
    border-radius: 100%;
    box-shadow: 0 0 0 15px #fff;
}

.leader-nav {
    display: flex;
    flex-direction: row;
    margin-left: auto!important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.leader-nav .nav-link {
    font-weight: 400;
    color: black;
}

.leader-content {
    margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1154px) {
    .leader-nav {
        display: flex;
        flex-direction: column;
        margin-left: auto!important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .item-expendable {
        display: none;
    }
}

@media (max-width: 767px) {
    .leader-nav .nav-item {
        width: 33% !important;
        text-align: center;
        margin-top: 30px;
    }
}

/* ==== REVIEW ==== */

.review-media img {
    max-height: 250px;
    border-radius: 10px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.book-prop-list {
    width: 100%;
}

.book-prop-list tr td, .book-prop-list tr th {
    padding-bottom: 15px;
}

.review-nav {
    display: flex;
    flex-direction: row;
    margin-left: auto!important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.review-nav {
    display: flex;
    flex-direction: row;
    margin-left: auto!important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.review-nav .nav-item {
    margin-right: 15px;
}

.review-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.review-container .td {
    max-width: 100px;
    padding-bottom: 15px;
}

.review-container .th {
    font-weight: bold;
    padding-bottom: 15px;
}

@media (min-width: 1150px) {
    .review-container {
        min-width: 1120px !important;
    }
}

/* ==== PROFILE BTN ==== */

.profile-btn {
    position: relative;
    color: #000;
}

.profile-btn a {
    padding-right: 50px;
    color: #000;
    /* background-color: rgba(0, 0, 0, 0.04) !important; */
    background-color: #fff !important;
}

.profile-btn a:hover {
    padding-right: 50px;
    background-color: #000 !important;
    color: #fff !important;
}

.profile-btn img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: 0 0 0 7px #ffffff;
}

/* ==== LOGIN ==== */

.login .logo {
    min-height: 47px;
    margin-bottom: 30px;
}

.firebaseui-idp-button {
    border-radius: 10px !important;
    font-family: 'Montserrat', sans-serif!important;
    max-width: 100% !important;
}

.firebaseui-provider-sign-in-footer>.firebaseui-tos {
    position: fixed!important;
    bottom: 0px!important;
    left: 0px!important;
    text-align: center!important;
    width: 100%!important;
    padding: 45px!important;
    color: #6c757d!important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400!important;
}

.firebaseui-provider-sign-in-footer>.firebaseui-tos a {
    color: #000000!important;
}

/* ==== GENERAL ==== */

.nop {
    padding: 0px !important;
}

.container.h-100 {
    margin-bottom: 30px;
    padding: 0px 30px;
}

@media (min-width: 959px) and (max-width: 1154px) {
    .md-min-70 {
        min-width: 70% !important;
    }
    .md-max-30 {
        max-width: 30% !important;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
    color: black !important;
    border: none !important;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

.btn:focus, .btn:active, input {
    outline: none !important;
    box-shadow: none;
}

.link {
    cursor: pointer;
}

.btn-primary, .btn-danger {
    color: #ffffff !important;
    cursor: pointer !important;
}

.profile-btn .btn-primary {
    color: #000000 !important;
    cursor: pointer !important;
}

*[data-onclick-href] {
    cursor: pointer !important;
}

.navbar-nav {
    flex-direction: row !important;
}

.navbar-nav .nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.profile-avatar {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    box-shadow: 0 0 0 7px #ffffff;
}