/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

.learnMoreSpan {
	color: white;
	background-color: #2c2c2c;
	font-size: 15px;
	padding: 1em 2em 1em 2em;
	margin-left: 15px;
}

.learnMoreSpan:hover {
	transition: all 0.5s;
	background-color: #1C70B9;
}

.blueTextHighlight {
	color: #1a71b9;
	text-transform: uppercase;
	font-weight:bold;
}

.hideThisBox {
	transition: all 0.5s;
	opacity:0;
}

.showThisBox {
	transition: all 0.5s;
	opacity:100;
}