/**handles:genesis-extender-custom**/
/* Color Buttons
------------------------------------------------------------ */
 
.button-rot {
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}
 
.button-rot:visited,
.wdsi-slide-rounded:visited {
    color: #fff;
}

.button-rot:hover {
    text-decoration: none;
}

.button-rot {
    background-color: #a41600;
    border: 1px solid #a41600;
}
 
.button-rot:hover {
    background-color: #000000;
    border: 1px solid #000000;
}