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

	.off-canvas-left .mfp-content,.off-canvas-right .mfp-content {
		background-color: #ffffff !important;
	}

}


/* hide uncategorized globally */
.cat-item.cat-item-16 {
    display: none !important;
}

.category-uncategorized,
.cat-item.cat-item-1 {
    display: none !important;
}

/* Breadcrumbs 
.breadcrumbs {
	letter-spacing: 2.5px !important;
	color: #010a13;
}
.breadcrumbs a:hover {
	color: #FF6700;
}
*/

/* FOOTER MENU */
.footer_menu {
	font-size: 110%;
	color: #282828;
}


/* Menu Format Desktop */

.off-canvas-center .nav-vertical>li>a {
	font-size: 1.4em;
	font-weight: 300 !important;
}


/* Uppercase all text in the menu, including submenus */
.menu-uppercase .menu-item a {
  text-transform: uppercase;
}


/* Header Formats 
.yms-title-home h1, .yms-title-home h2, .yms-title-home h3, .yms-title-home h4, .yms-title-home h5 {
	letter-spacing: 2.5px;
	font-weight: 300 !important;
}
*/


/* Product Page */
.product-footer .woocommerce-tabs {
	padding: 30px 0 90px;	
}

.woocommerce-loop-product__title {
	letter-spacing: 1.5px;
}


/* Home Contact Form */
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	background-color: #ffffff !important;
}

.grecaptcha-badge { visibility: hidden; }

.m_text a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #000;
    transition: width .2s ease-in;
}
