/*  	styled for foxybox February 7, 2020 tallaman     */


div.ccm-tallacman-feature-hover-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

div.ccm-tallacman-feature-hover-icon {
	border: 1px solid black;
	border-radius: 100%;
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
}

div.ccm-tallacman-feature-hover-title {
	margin-top: 25px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
}

div.ccm-tallacman-feature-hover-wrapper {
	position: relative;
}

div.ccm-tallacman-feature-hover-para {
	position: absolute;
	top: 144px;
	font-size: small;
	text-align: center;
	padding: 12px;
	background-color: #eee;
	z-index: 2;
	border-width: 1px;
	border-style: solid;
	display: none;
}

div.ccm-tallacman-feature-hover-wrapper:hover div.ccm-tallacman-feature-hover-para{
	display: block;
}
