/* Change color for contact email */

#wpcw_contact-4 > ul > li:nth-child(1) > div > a {
    color: #000000;
}

#wpcw_contact-4 > ul > li:nth-child(1) > div > a:hover  {
    color: #FA8154;
}

/* Change color for contact email in bottom right section */
#text-9 > div > p:nth-child(3) > a {
    color: #000000;
}

#text-9 > div > p:nth-child(3) > a:hover {
    color: #FA8154;
}

/* Undo capitalization */
#menu-item-194 > a {
    text-transform: none;
}

 .sidebar{
   background-color:  #FFFF;
   padding: 20px ;
   color: black;
}