/**
* Theme Name: Kin Child
* Description: This is a child theme of Kin, generated by Merlin WP.
* Author: <a href="https://bygreg.net/">ByGreg</a>
* Template: kin
* Version: 0.5
*/


div#overview h3.fs-4 {
    color: white;
}

/* MENU ICONS CSS */
    /* WHO WE SERVE */
    .professional-associations a:before {
        content:url(https://memberclicks.com/wp-content/uploads/2023/09/Professional-Association.svg);
        filter: invert(28%) sepia(7%) saturate(5046%) hue-rotate(255deg) brightness(91%) contrast(92%); 
        width: 25px; 
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .trade-associations a:before {
        content:url(https://memberclicks.com/wp-content/uploads/2023/09/Trade-Association.svg);
        filter: invert(28%) sepia(7%) saturate(5046%) hue-rotate(255deg) brightness(91%) contrast(92%); 
        width: 25px; 
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .chambers-of-commerce a:before {
        content:url(https://memberclicks.com/wp-content/uploads/2023/09/Chamber-of-Commerce.svg);
        filter: invert(28%) sepia(7%) saturate(5046%) hue-rotate(255deg) brightness(91%) contrast(92%); 
        width: 25px; 
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .association-management a:before {
        content:url(https://memberclicks.com/wp-content/uploads/2023/09/Association-Management-Companies.svg);
        filter: invert(28%) sepia(7%) saturate(5046%) hue-rotate(255deg) brightness(91%) contrast(92%); 
        width: 25px; 
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }


    /* PRODUCTS */
    
    .professional a:before {
        content:"";
        width: 25px; 
        height: 25px;
        background-image:url(https://memberclicks.com/wp-content/uploads/2023/09/MC-Trade-Logo.svg);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .trade a:before {
        content:"";
        width: 25px; 
        height: 25px;
        background-image:url(https://memberclicks.com/wp-content/uploads/2023/09/Vector.svg);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .conference-app a:before {
        content:"";
        width: 25px; 
        height: 25px;
        background-image:url(https://memberclicks.com/wp-content/uploads/2023/08/Vector-5.png);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .job-board a:before {
        content:"";
        width: 25px; 
        height: 25px;
        background-image:url(https://memberclicks.com/wp-content/uploads/2023/08/Vector-4-2.png);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .community a:before {
        content:"";
        width: 25px; 
        height: 25px;
        background-image:url(https://memberclicks.com/wp-content/uploads/2023/08/Vector-6.png);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .classroom a:before {
        content:"";
        width: 25px; 
        height: 25px;
        background-image:url(https://memberclicks.com/wp-content/uploads/2023/08/Vector-7.png);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .member a:before {
        content:"";
        width: 25px; 
        height: 25px;
        background-image:url(https://memberclicks.com/wp-content/uploads/2024/02/Member-App-vector-loop.svg);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .registration a:before {
        content:"";
        width: 25px; 
        height: 25px;
        background-image:url(https://memberclicks.com/wp-content/uploads/2024/02/Registration-Tech-Logo.svg);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .accordion-button {
        text-align: start;
    }