/*
Theme Name:   Inspiro Child
Theme URI:    http://ghoulschool.education/twenty-fifteen-child/
Description:  Inspiro ChildTheme
Author:       Dan Livingston
Author URI:   http://ghoulschool.education
Template:     inspiro
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  inspirochild
*/

.category { text-transform: uppercase; color: #ccc !important; margin-bottom: -10px;}

.addition::before 		{ content: "Addition "; }
.subtraction::before 	{ content: "Subtraction "; }
.adv_sub::before 		{ content: "Advanced Subtraction "; }
.long_div::before 		{ content: "Long Division "; }
.mult::before 			{ content: "Multiplication "; }
.averages::before 		{ content: "Averages "; }
.percentages::before 	{ content: "Percentages "; }
.volume::before 		{ content: "Volume "; }

.question { font-size: 1.3em;}
.problem { border: 1px solid #666666; padding: 30px; margin-bottom: 3em}
.problem .answer-button { 
	display: block; padding: 10px; background: #666666; 
	color: #aaa !important; border-radius: 30px; 
	text-align: right; margin: auto; margin-right: 0px; margin-top: 20px; 
	text-transform: none; padding: 0 20px; transition: color .2s ease,border-color .2s ease,background-color .2s ease !important;
}
.problem .answer-button:hover {border-color: #999;}
.problem .answer { display: none; font-size: 2em; text-align: right; }

/* Overwriting theme CSS */
body:not(.wp-custom-logo)  a.custom-logo-text {font-family: 'Yeon Sung', display !important; text-transform: none;}