/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.tabbed-content .nav>li>a{color: black; text-transform: uppercase;}
.tabbed-content .nav-uppercase>li>a{letter-spacing: 0px;}
.tabbed-content .nav-divided>li{padding-right:10px; padding-top: 5px; padding-bottom: 5px}
.col-inner .badge-container{display:none}
.price-wrapper .price del{display: inline-block}
.col-inner .box-text.text-center {
    min-height: 300px;
    height: 300px;
}
.col-inner .box-image img{border-radius: 3px}
	
.col-inner .box {
	height: 300px;}
.box .has-hover   .has-hover .box-shadow-2 .box-shadow-2-hover .box-text-bottom{height: 300px;}
}