/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

.member-modal {
    display: none;
    width: 100%;
    max-width: 960px !important;
}
.member-modal hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.member-modal p {padding-bottom: 0;}

.members-container hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.members-container p {padding-bottom: 0;}

.bio-container {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 20px;
    line-height: 1.75rem;
}
.bio-container p {padding-bottom: 6px;}
.bio-container p:last-child {padding-bottom: 0;}

.bio-container-single {
    line-height: 1.75rem;
    margin-bottom: 10px;
}
.bio-container-single p {padding-bottom: 6px;}
.bio-container-single p:last-child {padding-bottom: 0;}

.member-image {
    float: left;
    width: 33%;
    padding-top: 10px;
}
.member-content {
    float: right;
    width: 60%;
}
.category-list-container {
    padding-top: 0 !important;
    width: 100% !important;
}
.category-list li {
    display: inline-block;
    border-left: 1px solid #ddd;
}
.category-list li:first-child {border-left: 0;}
.category-list a {padding: 0 10px;}
.category-list li.current-cat a {color: #555 !important;}

.member-header {background-image: radial-gradient(circle at top right,rgba(31,84,188,0.87) 0%,rgba(43,168,224,0.87) 100%),url(/wp-content/uploads/bigstock-Asian-Muslim-Mom-And-Little-Ba-389151613-scaled.jpg) !important;}
.member-header section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.member-header .et_pb_bottom_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzOHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTY0MCAxNDBDMjg2LjU0IDE0MCAwIDAgMCAwaDEyODBTOTkzLjQ2IDE0MCA2NDAgMTQweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 38px;
    bottom: 0;
    height: 38px;
    z-index: 10;
    transform: rotateX(180deg);
}
.table-responsive {overflow-x: visible;}

.training-title {
	margin-bottom: 0;
	padding-bottom: 0;
}
.training-list {
	list-style: disc;
	padding: 0 0 0 1em;
}

@media only screen and (max-width: 768px) {

    .member-image {
        float: none;
        width: 100%;
        padding-top: 10px;
        margin-bottom: 15px;
    }
    .member-image img {
        width: 100%;
        height: auto;
    }
    .member-content {
        float: none;
        width: 100%;
    }
    .category-list li {
        display: block;
        width: 100%;
        border-left: 0 solid #ddd;
    }
}
