.cloverdale-social-list {
    min-height: 40px;
    display: flex;
    /*flex-flow: wrap;*/
    column-gap: 35px;
}

    .cloverdale-social-list li {
        margin-top: 0px !important;
    }

.social-item  {
    text-align: center;
}

    .social-item a {
        text-align: left;
        font: normal normal normal 16px/21px Source Sans 3;
        letter-spacing: 0px;
        color: #6E724B;
        opacity: 1;
        text-decoration: none;
    }

#fc-instagram {
    margin-bottom: 25px;
}
    #fc-instagram a {
        text-align: left;
        font: normal normal normal 20px/24px Lato;
        letter-spacing: 0px;
        color: #9EA374;
        opacity: 1;
        text-decoration: none;
    }

#follow-us-title h2 {
    text-align: left;
    font: normal normal normal 20px/24px Lato;
    letter-spacing: 0px;
    color: #9EA374;
    opacity: 1;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-top: 5px;
}

#social-desc {
    margin-left:25px;
}

@media only screen and (max-width: 641px) {
    #cph_main_divCW1 {
        top: 0px;
        position: relative;
    }

    #content h1 span {
        position: relative;
        top: 5px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
    #content {
        width: 75%;
        left: 0px;
    }


    #subnav {
        display: none; width:0px;
    }

    #pnlParentNode {display: none;}

    #cph_main_divCW1 {
        top: 15px;
        position: relative;
    }

   /* .cloverdale-social-list {
        flex-direction: column;
        row-gap: 40px;
    }*/

}

@media only screen and (max-width: 640px)
{
    .cloverdale-social-list {
        flex-direction: column;
        row-gap: 40px;
    }

    #content {
        width: 85%;
        left: 1%;
        position: relative;
    }

}
