/* 
 Theme Name:     BA Divi Child
 Theme URI:      https://divisandbox.bandwth.com/wp-content/themes/Divi-child
 Author:         Brandartica, LLC
 Author URI:     https://brandartica.agency
 Template:       Divi
 Version:        2.0
 Description:    A Divi Child Theme 
 Wordpress Version: 5.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* Setting the breakpoint of the mobile menu */
@media only screen and (max-width: 1025px) {
    #top-menu-nav, #top-menu { display: none; }
    #et_top_search { display: none; }
    #et_mobile_nav_menu { display: block; }
}

.miracle_maker-title{
    text-align:center;
    font-weight:400;
    padding:18px 0 14px;
    color:#003F70;
}
.miracle_maker-members{
    padding:28px 0;
	margin-bottom:30px;
}
.miracle_maker-members:after{
    content:'';
    display:table;
    clear:both;
}
.miracle_maker-members .et_pb_column{
	margin-bottom:0;
}
.miracle_maker-members ul{
	padding:0;
}
.miracle_maker-members li{
    list-style:none;
	line-height:1.3;
	margin-bottom:.4em;
}
.miracle_maker-members li > span{
    margin-right:.25em;
}
.miracle_maker-members li > span:not(:first-child){
    font-style:italic;
    display:inline-block;
}

.category-list-filter .et_pb_menu__menu{display:none;}
.category-list-filter .et_mobile_nav_menu{display:block;}
.category-list-filter .mobile_nav{
    width:300px;
    max-width:100%;
    text-align:left;
    cursor:pointer;
    border:2px solid #24B6E0;
    padding:12px 10px 0;
    border-radius:15px 0;
}
.category-list-filter  .mobile_nav .mobile_menu_bar:before,
.category-list-filter  .mobile_menu_bar:after
{
    color:#24B6E0 !important;
    vertical-align:top;
}
.category-list-filter  .mobile_menu_bar:after{
    content:'Select Category';
    line-height:32px;
    display:inline-block;
    padding-left:.5em;
}
.category-list-filter .et_mobile_menu{
    padding:0;
    border-color:rgba(36,183,224,.35);
    margin-top:2px;
    
}
.category-list-filter .et_mobile_menu li{
    list-style:none;
}
.category-list-filter .mobile_nav .et_mobile_menu:after{
    content:none  !important;
}
.category-list-filter  .mobile_nav .current-menu-item a{
    background:#24B6E0;
    color:#fff !important;
}








