/*
 Theme Name:   Elumine Child
 Theme URI:    https://wisdmlabs.com/elumine
 Description:  Elumine Child Theme
 Author:       Wisdmlabs
 Author URI:   https://wisdmlabs.com
 Template:     elumine
 Version:      1.0.0
 Tags:         elearning
 Text Domain:  elumine-child
*/

body{

}

header#masthead #primary-menu .sub-menu a, header#masthead #Secondary-menu a{
    color: #151515 !important;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
            'header1 header1 usermenu'
            'menu1 menu2 usermenu';
    grid-gap: 5px;
    padding: 10px;
}

.header1Item { grid-area: header1; }
.usermenuItem { grid-area: usermenu; }
.menu1Item { grid-area: menu1; }
.menu2Item { grid-area: menu2; }

.headerSideBySide{
    float: left;
}

.profile_new_float {
    float: left;
}

.left_float {
    width: 35%;
}

.right_float {
    width: 60%;
}

.member-bio .fa {
    font-size: 24pt;
}

.footer-padding {
    padding-bottom: 30px;
}

.profile-section {
    /* padding: 20px;
     border: 1px solid #ebebeb; */
    padding: 5px 50px 15px 50px;
    display: table-cell;
    width: 120px;
    cursor: pointer;
}

.profile-section-active {
    background-color: #ffffff;
    border-bottom: 5px solid #57a039;
}

.profile-section-inactive {
    background-color: #ffffff;
    border-bottom: 10px solid #f2f2f2;
}

.profile-section-fullwidth {
    width: auto;
}

.profile-section-content {
    width: 100%;
    padding: 20px 20px 20px 0;
    border: 0 solid #ebebeb;
    background-color: #ffffff;
    font-family: "Poynter-OS-Display", "Times New Roman", Georgia, serif !important;
    font-size: 20px;
}

.team-member-more {
    margin-top: 30px;
}

.member-profile-picture {
    border-radius: 200px;
    max-width: 100%;
}

.course_div_thumb {
    width: 30%;
    float: left;
    text-align: center;
    padding-top: 25px;
}

.course_div_title {
    width: 65%;
    float: left;
    padding: 15px;
}

.course_span_title {
    font-size: 21px;
}

.course_span_date {
    font-size: 12px;
}

.course_divider {
    width: 95%;
    height: 1px;
    color: #ebebeb;
    margin: 5px 2% 5px 2%;
}

.load_more_button {
    background-color: #6dab3c;
    padding: 10px 20px 10px 20px;
    width: 150px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    font-family: "Poynter-OS-Display", "Times New Roman", Georgia, serif !important;
    margin: auto;
    color: #ffffff;
    margin-top: 30px;
    text-transform: uppercase;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course-div {
    float: left;
    margin-top: 20px;
}

.course-left {
    width: 65%;
}

.course-right {
    width: 35%;
    font-size: 18px;
    border: 1px solid black;
    padding: 10px;
    line-height: 110%;
    float: right;
}

.course-left img {
    max-width: 600px;
}

.button {
    margin-top: 10px;
}

.syllabus_wrap {
    width: 100%;
}

.syllabus_header {
    position: relative;
    width: 100%;
}

.syllabus_button {
    width:23%;
    padding: 1%;
    size: 22px;
    font-weight: bolder;
    float: left;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

.syllabus_div {
    width: 100%;
    padding: 20px;
    border: 1px solid #ebebeb;
}

#tab_syllabus_2, #tab_syllabus_3, #tab_syllabus_4 {
    display: none;
}

.syllabus_button {
    cursor: hand;
}

.col-lg-8 {
    /* width: 100%;
     min-width: 100%; */
}

.coauthors-div-course {
    margin: 0 15px 15px 0;
    float: left;
}

h1 {
    padding-top: 20px;
    padding-bottom: 0;
}

.fcrb-div-left {
    float: left;
    width: 65%;
    padding-left: 20px;
}

.fcrb-div-right {
    float: left;
    width: 35%;
    padding-left: 20px;
    padding-top: 10px;
}

.fcrb-header {
    width: 100%;
}

.float-left {
    float: left;
}

.fcrb-header-div {
    padding-left: 20px;
}

.fcrb-header-logo {
    width: 300px;
}

.fcrb_news_item {
    margin: 5px 0 5px 0;
}

.fcrb_news_item_div a {
    color: black;
}

.fcrb_news_item_div {
    padding-left: 15px;
}

.fcrb_item {
    width: 100%;
    color: grey;
}

.fcrb_loader {
    margin: auto;
}

ul.fcrb_cats_ul li {
    float: left;
    width: 33%;
    list-style: none;
}

.fcrb-items-list-div {
    width: 100%;
    border: 1px solid grey;
    padding: 15px;
    margin: 20px 0 20px 0;
}

.fcrb_item_div {
    padding-left: 20px;
}

.floaty-left {
    float: left;
}

.fcrb-items-list-div {
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.fcrb_item_div, .fcrb_news_item_div {
    margin: 25px 0 0 20px;
}

.green_title {
    color: #67B244;
    margin-left: 13px;
}

.fcrb_loader, .fcrb_categories {
    display: none;
    text-align: center;
}

.fcrb_empty {
    display: block;
}

.fcrb_div_close {
    width: 100%;
    text-align: right;
    display: none;
}

.fcrb_div_close {
    cursor: pointer;
}

.fcrb_summary_div {
    padding-left: 30px;
}

.main-author {
    width: 100%;
    margin: auto;
    max-width: 1400px;
}

.primary-author {
    position: relative;
}

.author-div-pic {
    width: 35%;
    text-align: center;
    padding-top: 30px;
}

.author-div-content {
    padding-top: 30px;
    width: 65%;
}

.member-info h2 {
    color: #151515;
    font-family: "Poynter-Serif-RE" !important;
    font-size: 48px !important;
    font-weight: bold !important;
}

.subtitle {
    font-family: Poynter-Gothic-Text !important;
    font-weight: 100 !important;
    font-size: 19px;
}

.social-icons {
    padding-bottom: 10px;
}

.social-icons a{
    color: #151515;
    font-size: 16px !important;
    font-weight: bold;
}

.social-icons a:hover {
    color: #57a039;
}

.author-body {
    color: #000000;
    font-family: "Poynter-Serif-RE" !important;
    font-size: 17px;
    font-weight: 500;
}

.fa-calendar, .fa-tag {
    margin-right: 10px;
}

.profile-section {
    font-family: Poynter-Gothic-Text !important;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}


.headline-style {
    font-family: Poynter-Gothic-Text !important;
    font-size: 15px;
    text-transform: uppercase;
}

.profile-section:hover {
    color: #57a039;
}

.table-display {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.course_div_title h3, h4 {
    margin-top: 0 !important;
}

.article-headline {
    color: #000000;
    font-size: 36px;
    font-family: "Poynter-Serif-RE" !important;
    font-weight: bold;
}

.article-headline:hover {
    color: #57a039;
}

.header-container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 20px 10px 10px 10px !important;
}

.site-branding img {
    max-height: 60px !important;
}

header.site-header.header-light {
    box-shadow: none;
}

.header-container-under {
    width: 100%;
    max-width: 1600px;
    height: 3px;
    background-color: #f2f2f2;
    margin: auto;
}

.main-navigation .menu-item a, .navigation-secondary .menu-item a {
    font-size: 14px;
}

.leftie {
    float: left;
}

.w50 {
    width: 50%;
}

.w80 {
    width: 80%;
}

.w40p {
    width: 40px;
}

.ucase {
    text-transform: uppercase;
}

.article-tag-div {
    padding-bottom: 15px;
}

#masthead {
    margin-top: 0;
}

.fa {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-share {
    cursor: pointer;
}

.share-title {
    font-family: Poynter-Gothic-Text;
    font-size: 10px;
    text-transform: uppercase;
}

.share-div {
    padding: 10px;
    background-color: #f2f2f2;
    width: 150px;
    margin-left: 165px;
    margin-top: -15px;
    display: none;
    position: absolute;
}

.lds-dual-ring {
    margin: auto;
    width: 40px;
}

@media only screen and (max-width: 1024px) {
    .course-left, .course-right {
        width: 100%;
    }

    .profile-section {
        padding: 3px 10px 0px 10px;
        display: block;
        width: 100%;
        padding: 5px;
    }

    .profile-section-fullwidth {
        display: none;
    }

    .profile-section-fullwidth {
        width: 100%;
    }

    .author-div-content, .course_div_title, .course_div_thumb, .author-div-pic {
        width: 100%;
    }

    .profile-section-content {
        padding: 20px 0 0 0;
    }

    .article-headline {
        margin-top: 20px;
    }

}
