/*
 *  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
 *
 */

/*
=================================================================
#2980b9 - THEME DEFAULT
=================================================================
*/

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

.block.block-themed.themed-default > .block-title,
.themed-background-default {
    background-color: #2980b9 !important;
}

.block.block-themed.themed-default > .block-content,
.themed-border-default {
    border-color: #2980b9 !important;
}

/*
=================================================================
#c0392b -THEME FIRE
=================================================================
*/

.themed-color-fire {
    color: #c0392b !important;
}

.block.block-themed.themed-fire > .block-title,
.themed-background-fire {
    background-color: #c0392b !important;
}

.block.block-themed.themed-fire > .block-content,
.themed-border-fire {
    border-color: #c0392b !important;
}

/*
=================================================================
#b67559 -THEME WOOD
=================================================================
*/

.themed-color-wood {
    color: #b67559 !important;
}

.block.block-themed.themed-wood > .block-title,
.themed-background-wood {
    background-color: #b67559 !important;
}

.block.block-themed.themed-wood > .block-content,
.themed-border-wood {
    border-color: #b67559 !important;
}

/*
=================================================================
#009fbc -THEME OCEAN
=================================================================
*/

.themed-color-ocean {
    color: #009fbc !important;
}

.block.block-themed.themed-ocean > .block-title,
.themed-background-ocean {
    background-color: #009fbc !important;
}

.block.block-themed.themed-ocean > .block-content,
.themed-border-ocean {
    border-color: #009fbc !important;
}

/*
=================================================================
#27ae60 -THEME LEAF
=================================================================
*/

.themed-color-leaf {
    color: #27ae60 !important;
}

.block.block-themed.themed-leaf > .block-title,
.themed-background-leaf {
    background-color: #27ae60 !important;
}

.block.block-themed.themed-leaf > .block-content,
.themed-border-leaf {
    border-color: #27ae60 !important;
}

/*
=================================================================
#8e44ad -THEME TULIP
=================================================================
*/

.themed-color-tulip {
    color: #8e44ad !important;
}

.block.block-themed.themed-tulip > .block-title,
.themed-background-tulip {
    background-color: #8e44ad !important;
}

.block.block-themed.themed-tulip > .block-content,
.themed-border-tulip {
    border-color: #8e44ad !important;
}

/*
=================================================================
#9b59b6 -THEME AMETHYST
=================================================================
*/

.themed-color-amethyst {
    color: #9b59b6 !important;
}

.block.block-themed.themed-amethyst > .block-title,
.themed-background-amethyst {
    background-color: #9b59b6 !important;
}

.block.block-themed.themed-amethyst > .block-content,
.themed-border-amethyst {
    border-color: #9b59b6 !important;
}

/*
=================================================================
#d35400 -THEME DAWN
=================================================================
*/

.themed-color-dawn {
    color: #d35400 !important;
}

.block.block-themed.themed-dawn > .block-title,
.themed-background-dawn {
    background-color: #d35400 !important;
}

.block.block-themed.themed-dawn > .block-content,
.themed-border-dawn {
    border-color: #d35400 !important;
}

/*
=================================================================
#716b6b -THEME CITY
=================================================================
*/

.themed-color-city {
    color: #716b6b !important;
}

.block.block-themed.themed-city > .block-title,
.themed-background-city {
    background-color: #716b6b !important;
}

.block.block-themed.themed-city > .block-content,
.themed-border-city {
    border-color: #716b6b !important;
}

/*
=================================================================
#b6b159 -THEME OIL
=================================================================
*/

.themed-color-oil {
    color: #b6b159 !important;
}

.block.block-themed.themed-oil > .block-title,
.themed-background-oil {
    background-color: #b6b159 !important;
}

.block.block-themed.themed-oil > .block-content,
.themed-border-oil {
    border-color: #b6b159 !important;
}

/*
=================================================================
#005f9c -THEME DEEPSEA
=================================================================
*/

.themed-color-deepsea {
    color: #005f9c !important;
}

.block.block-themed.themed-deepsea > .block-title,
.themed-background-deepsea {
    background-color: #005f9c !important;
}

.block.block-themed.themed-deepsea > .block-content,
.themed-border-deepsea {
    border-color: #005f9c !important;
}

/*
=================================================================
#95a5a6 -THEME STONE
=================================================================
*/

.themed-color-stone {
    color: #95a5a6 !important;
}

.block.block-themed.themed-stone > .block-title,
.themed-background-stone {
    background-color: #95a5a6 !important;
}

.block.block-themed.themed-stone > .block-content,
.themed-border-stone {
    border-color: #95a5a6 !important;
}

/*
=================================================================
#849a47 -THEME GRASS
=================================================================
*/

.themed-color-grass {
    color: #849a47 !important;
}

.block.block-themed.themed-grass > .block-title,
.themed-background-grass {
    background-color: #849a47 !important;
}

.block.block-themed.themed-grass > .block-content,
.themed-border-grass {
    border-color: #849a47 !important;
}

/*
=================================================================
#7a8c74 -THEME ARMY
=================================================================
*/

.themed-color-army {
    color: #7a8c74 !important;
}

.block.block-themed.themed-army > .block-title,
.themed-background-army {
    background-color: #7a8c74 !important;
}

.block.block-themed.themed-army > .block-content,
.themed-border-army {
    border-color: #7a8c74 !important;
}

/*
=================================================================
#cc8f3f -THEME AUTUMN
=================================================================
*/

.themed-color-autumn {
    color: #cc8f3f !important;
}

.block.block-themed.themed-autumn > .block-title,
.themed-background-autumn {
    background-color: #cc8f3f !important;
}

.block.block-themed.themed-autumn > .block-content,
.themed-border-autumn {
    border-color: #cc8f3f !important;
}

/*
=================================================================
#777 #333 -THEME NIGHT
=================================================================
*/

.themed-color-night {
    color: #777 !important;
}

.block.block-themed.themed-night > .block-title,
.themed-background-night {
    background-color: #333 !important;
}

.block.block-themed.themed-night > .block-content,
.themed-border-night {
    border-color: #333 !important;
}

/*
=================================================================
#1abc9c -THEME DIAMOND
=================================================================
*/

.themed-color-diamond {
    color: #1abc9c !important;
}

.block.block-themed.themed-diamond > .block-title,
.themed-background-diamond {
    background-color: #1abc9c !important;
}

.block.block-themed.themed-diamond > .block-content,
.themed-border-diamond {
    border-color: #1abc9c !important;
}

/*
=================================================================
#e74c3c -THEME CHERRY
=================================================================
*/

.themed-color-cherry {
    color: #e74c3c !important;
}

.block.block-themed.themed-cherry > .block-title,
.themed-background-cherry {
    background-color: #e74c3c !important;
}

.block.block-themed.themed-cherry > .block-content,
.themed-border-cherry {
    border-color: #e74c3c !important;
}

/*
=================================================================
#f39c12 -THEME SUN
=================================================================
*/

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

.block.block-themed.themed-sun > .block-title,
.themed-background-sun {
    background-color: #f39c12 !important;
}

.block.block-themed.themed-sun > .block-content,
.themed-border-sun {
    border-color: #f39c12 !important;
}

/*
=================================================================
#34495e -THEME ASPHALT
=================================================================
*/

.themed-color-asphalt {
    color: #34495e !important;
}

.block.block-themed.themed-asphalt > .block-title,
.themed-background-asphalt {
    background-color: #34495e !important;
}

.block.block-themed.themed-asphalt > .block-content,
.themed-border-asphalt {
    border-color: #34495e !important;
}