/*
 *  Document   : themes.css
 *  Author     : pixelcave
 *  Description: The themes stylesheet of the template. The classes can be used to
 *  alter the color, the background color or the border color of an element individually
 *
 */

/*
=================================================================
#f39c12 - THEME DEFAULT
=================================================================
*/

.themed-color-default {
    color: #f39c12 !important;
}

.themed-background-default {
    background-color: #f39c12 !important;
}

.themed-border-default {
    border-color: #f39c12 !important;
}