/*
Theme Name: DJ Rainflow Child
Theme URI: https://djrainflow.ancorathemes.com/
Description: Child theme for DJ Rainflow - Custom modifications including chatroom and wall templates
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Template: dj-rainflow
Version: 1.0.0
Tested up to: 6.8.3
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dj-rainflow-child
*/

/* Add your custom styles below this line */

/* Chatroom Username Color Classes - Ensure colors work for all users */
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-Pink,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-Pink,
div.shout-msg strong.ShoutCloud-Swatch-Pink { 
    background-color: #d700a2 !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-Purple,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-Purple,
div.shout-msg strong.ShoutCloud-Swatch-Purple { 
    background-color: #710599 !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-Blue,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-Blue,
div.shout-msg strong.ShoutCloud-Swatch-Blue { 
    background-color: #1841da !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-LightBlue,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-LightBlue,
div.shout-msg strong.ShoutCloud-Swatch-LightBlue { 
    background-color: #489ee7 !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-Teal,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-Teal,
div.shout-msg strong.ShoutCloud-Swatch-Teal { 
    background-color: #2ec9db !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-Green,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-Green,
div.shout-msg strong.ShoutCloud-Swatch-Green { 
    background-color: #0d9041 !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-DarkGreen,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-DarkGreen,
div.shout-msg strong.ShoutCloud-Swatch-DarkGreen { 
    background-color: #025100 !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-Lime,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-Lime,
div.shout-msg strong.ShoutCloud-Swatch-Lime { 
    background-color: #a3c51a !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-Yellow,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-Yellow,
div.shout-msg strong.ShoutCloud-Swatch-Yellow { 
    background-color: #e1aa17 !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-Orange,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-Orange,
div.shout-msg strong.ShoutCloud-Swatch-Orange { 
    background-color: #e87005 !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-Red,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-Red,
div.shout-msg strong.ShoutCloud-Swatch-Red { 
    background-color: #e80505 !important; 
}
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Swatch-Default,
#ShoutCloud-MsgBox div.shout-msg strong.ShoutCloud-Reply.ShoutCloud-Swatch-Default,
div.shout-msg strong.ShoutCloud-Swatch-Default { 
    background-color: #094b67 !important; 
}

