/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/** Remove Blurry Text */
.text-box .text {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}


/** Personal Menu Label CLASSIC */
.label-classic.menu-item > a:after {
	content: 'Classic'; /* Change text */
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	margin-left: 4px;
	background-color: #a41e34; /* Change color */
	font-weight: bolder;
	border-radius: 2px;
	color: #fff;
	padding: 2px 3px 3px;
	position: relative;
	top: -2px;
}


/** Personal Menu Label PRO */
.label-pro.menu-item > a:after {
	content: 'Pro'; /* Change text */
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	margin-left: 4px;
	background-color: #a41e34; /* Change color */
	font-weight: bolder;
	border-radius: 2px;
	color: #fff;
	padding: 2px 3px 3px;
	position: relative;
	top: -2px;
}


/*Login To View Prices Text */
.product-info .price {
	font-size: 1.0em;
	margin: 1.5em 0;
	color: #98a98c;
}





@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}