/* ==================================================
    22. Color Schemes
    
    Within this section...
    - 22a. borders
    - 22b. background colors
    - 22c. text colors
    - 22d. button colors
    - 22e. flat button colors
=== */
/* 22a. borders */
.border-standard { border-color: #eee !important; }
.border-magenta { border-color: #D91C5C !important; }
.border-faded_rose { border-color: #E2A8A8 !important; }
.border-peach{ border-color: #F28D7B !important; }
.border-red,
.border-coral{ border-color: #ee4643 !important; }
.border-brown{ border-color: #9b7c56 !important; }
.border-primary,
.border-gold{ border-color: #D4AF37 !important; }
.border-orange{ border-color: #F28707 !important; }
.border-yellow{ border-color: #E8B71A !important; }
.border-sea_green { border-color: #67a788 !important; } 
.border-sage { border-color: #3ab54b !important; } 
.border-green { border-color: #7F9614 !important; }
.border-teal{ border-color: #1E7775 !important; }
.border-blue{ border-color: #365d95 !important; }
.border-navy{ border-color: #134063 !important; }
.border-purple{ border-color: #8e587a !important; }
.border-dark{ border-color: #3b3b3b !important; }
.border-black{ border-color: #000 !important; }
.border-white{ border-color:#fff !important; }
.border-grey, 
.border-gray{ border-color: #B3B3B3 !important; }

/* 22b. background colors */
.bg-magenta { background-color: #D91C5C !important; }
.bg-faded_rose { background-color: #E2A8A8 !important; }
.bg-peach{ background-color: #F28D7B !important; }
.bg-red,
.bg-coral{ background-color: #ee4643 !important; }
.bg-brown{ background-color: #9b7c56 !important; }
.bg-primary,
.bg-gold{ background-color: #D4AF37 !important; }
.bg-orange{ background-color: #F28707 !important; }
.bg-yellow{ background-color: #E8B71A !important; }
.bg-sage{ background-color: #3ab54b !important; }
.bg-sea_green{ background-color: #67a788 !important; }
.bg-green{ background-color: #7F9614 !important; }
.bg-teal{ background-color: #1E7775 !important; }
.bg-blue{ background-color: #365d95 !important; }
.bg-navy{ background-color: #134063 !important; }
.bg-purple{ background-color: #8e587a !important; }
.bg-dark{ background-color: #3b3b3b !important; }
.bg-black{ background-color: #000 !important; }
.bg-white{ background-color:#fff !important; }
.bg-grey, 
.bg-gray{ background-color: #B3B3B3 !important; }

/* 22c. text colors */
.color-shortcode.magenta,
.color-magenta { color: #D91C5C !important; }
.color-shortcode.faded_rose,
.color-faded_rose { color: #E2A8A8 !important; }
.color-shortcode.coral,
.color-coral,
.color-shortcode.red,
.color-red{ color: #ee4643 !important; }
.color-shortcode.peach,
.color-peach{ color: #F28D7B !important; }
.color-shortcode.brown,
.color-brown{ color: #9b7c56 !important; }
.color-primary,
.primary-color, 
.color-shortcode.primary,
.color-shortcode.gold,
.color-gold{ color: #D4AF37 !important; }
.color-shortcode.orange,
.color-orange{ color: #F28707 !important; }
.color-shortcode.yellow,
.color-yellow{ color: #E8B71A !important; }
.color-shortcode.sea_green,
.color-sea_green{ color: #67a788 !important; }
.color-shortcode.sage,
.color-sage{ color: #3ab54b !important; }
.color-shortcode.green,
.color-green{ color: #7F9614 !important; }
.color-shortcode.teal,
.color-teal{ color: #1E7775 !important; }
.color-shortcode.blue,
.color-blue{ color: #365d95 !important; }
.color-shortcode.navy,
.color-navy{ color: #134063 !important; }
.color-shortcode.purple,
.color-purple{ color: #8e587a !important; }
.color-shortcode.dark,
.color-dark{ color: #3b3b3b !important; }
.color-shortcode.black,
.color-black{ color: #000 !important; }
.color-shortcode.white,
.color-white{ color:#fff !important; }
.color-shortcode.grey, 
.color-shortcode.gray,
.color-grey, 
.color-gray{ color: #B3B3B3 !important; }

/* 22d. button colors */
.button.magenta{
    color:#fff !important;
    background-color: #ED1E79 !important;
}
.button.faded_rose{
    color:#fff !important;
    background-color: #E2A8A8 !important;
}
.button.red,
.button.coral{
    color:#fff !important;
    background-color: #ee4643 !important;
}
.button.peach{
    color:#fff !important;
    background-color: #F28D7B !important;
}
.button.brown{
    color:#fff !important;
    background-color: #9b7c56 !important;
}
.button.default,
.button.primary,
.button.gold{
    color:#fff !important;
    background-color: #D4AF37 !important;
}
.button.orange{
    color:#fff !important;
    background-color: #F28707 !important;
}
.button.yellow {
    color:#fff !important;
    background-color: #E8B71A !important;
}
.button.sea_green{
    color:#fff !important;
    background-color: #67a788 !important;
}
.button.sage{
    color:#fff !important;
    background-color: #3ab54b !important;
}
.button.green{
    color:#fff !important;
    background-color: #7F9614 !important;
}
.button.teal{
    color:#fff !important;
    background-color: #1E7775 !important;
}
.button.blue{
    color:#fff !important;
    background-color: #365d95 !important;
}
.button.navy{
    color:#fff !important;
    background-color: #134063 !important;
}
.button.purple{
    color:#fff !important;
    background-color: #8e587a !important;
}
.button.dark{
    color:#fff !important;
    background-color: #3b3b3b !important;
}
.button.black{
    color:#fff !important;
    background-color: #000 !important;
}
.button.white{
    color:#111 !important;
    background-color: #fff !important;
}
.button.grey, 
.button.gray{
    color:#fff !important;
    background-color: #B3B3B3 !important;
}

/* 22e. flat button colors */
.button.outline.magenta { color: #ED1E79 !important; }
.button.outline.faded_rose { color: #E2A8A8 !important; }
.button.outline.red,
.button.outline.coral{ color: #ee4643 !important; }
.button.outline.peach{ color:#F28D7B !important;}
.button.outline.brown{ color: #9b7c56 !important;}
.button.outline.gold{ color: #D4AF37 !important;}
.button.outline.orange{ color: #F28707 !important; }
.button.outline.yellow { color: #E8B71A !important;}
.button.outline.sea_green{ color: #67a788 !important;}
.button.outline.sage{ color: #3ab54b !important;}
.button.outline.green{ color: #7F9614 !important;}
.button.outline.teal{ color: #1E7775 !important;}
.button.outline.blue{ color: #365d95 !important;}
.button.outline.navy{ color: #134063 !important;}
.button.outline.purple{ color: #8e587a !important;}
.button.outline.dark{ color: #3b3b3b !important;}
.button.outline.black{ color: #000 !important;}
.button.outline.white{ color: #fff !important;}
.button.outline.grey, 
.button.outline.gray{
    color: #B3B3B3 !important;
}