/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
.lmembers-list {
    counter-reset: list;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.lmembers-list > li {
    list-style: none;
    width: calc(20% - 20px);
    margin: 10px 10px;
    position: relative;
    background-color: #242424;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
	border-radius: 12px;
}
.lmembers-list > li:before {
    content: counter(list);
    counter-increment: list;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    font-family: "Barlow Condensed", sans-serif;
    color: #4a4a4a;
    top: 0px;
    left: 0px;
    position: relative;
    margin-bottom: 30px;
}
.lmembers-list > li:after {
    content: "";
    background: url(images/icon-bg-left-dark.png) no-repeat top right;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background-size: 90px auto;
    width: 110px;
    height: 90px;
    opacity: 0.4;
}
.lmembers-list > li:before, .lmembers-list > li:after, .lmembers-list > li {
    transition: all .15s ease-in-out;
}
.lmembers-list > li:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.40);
}
.committee-members .pp-member-name {
    font-size: 28px;
    text-transform: uppercase;
}
.committee-members .pp-member-designation {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
.committee-members .fl-module-pp-team {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
}
ul.list-style{list-style:none;padding:0px;}
ul.list-style li {
    padding: 0;
    padding-left: 32px;
    position: relative;
    margin-bottom: 10px;
}
ul.list-style li:before {
content: "";
    background: url(images/ball-icon.svg) no-repeat;
    display: block;
    position: absolute;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}
.custom-infobox .pp-heading-wrapper{padding:0 30px;}
.fl-shrink-header-enabled .fl-page-header{
	background-color: transparent;
}
.fl-shrink-header-enabled .fl-page-header .fl-page-header-wrap{border:none;}
.fl-shrink-header-enabled .fl-page-header.fl-shrink-header {
    background-color: #212121;
}
.fl-accordion-button-label:focus, .fl-accordion-button-label:active, .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active{outline:none;}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
    .lmembers-list > li {
        list-style: none;
        width: calc(33.33% - 20px);
    }
    .committee-members .fl-module-pp-team {
        width: calc(33.33% - 20px);
    }
}
@media only screen and (max-width: 1023px) {
	
}
@media only screen and (max-width: 767px) {
    .lmembers-list > li {
        list-style: none;
        width: calc(50% - 20px);
        font-size: 18px;
    }
    .lmembers-list > li:before {
        font-size: 36px;
    }
    .committee-members .fl-module-pp-team {
        width: calc(50% - 20px);
    }
	.custom-infobox .pp-heading-wrapper{padding:20px;}
}
@media only screen and (max-width: 479px) {
    .lmembers-list > li {
        list-style: none;
        width: calc(100% - 20px);
    }
    .committee-members .fl-module-pp-team {
        width: calc(100% - 20px);
    }
}