/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2020 | 13:44:18 */
#downloadcat {
    background-color: white;
    border-color: #ed2a7b;
    border-width: 3px;
    border-style: solid;
    color: #333333;
    font-family: "proxima-nova";
    font-size: 18px;
    padding: 13px 20px 13px 20px;
    font-weight: 500;
    text-transform: uppercase;
}
#downloadcat:hover{
  	color: #333333;
    background-color: #ffdd17;
    border-color: #ffdd17;
}

.downloadlesson {
    background: none !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 13px 11px 13px !important;
    color: #333333 !important;
}

.sb-chat-btn .sb-icon {
    margin: 16px 0 19px -12px!important;
    left: 45%!important;
}