/*
 * Theme Name:       Saphi
 * Description:      A child theme for the Flatsome parent theme
 * Version:          1.0
 * Author:           Reyson Keler
 * Author URI:       https://profiles.wordpress.org/reyson/
 * Tags:             flatsome, woocommerce, builder, business, colorful, ecommerce, flat, mobile, modern, responsive, retina, shop, sticky header, touch sliders
 * Template:         flatsome
 * Requires PHP:     5.6
 * License:          GNU General Public License v2.0 or later
 * License URI:      https://www.gnu.org/licenses/gpl-2.0.html
 */

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

/*
.section-title-normal {
    border-bottom: 2px solid #e0e0e0;
}
.section-title-normal span {
    border-bottom: 2px solid #feabc1;
}
*/

p.demo_store a.woocommerce-store-notice__dismiss-link {
	color: #cf664a;
}
p.demo_store a.woocommerce-store-notice__dismiss-link:hover {
	color: #e0b700;
}
li.header-social-icons a.is-outline {
	color: #372928;
}
.section-title b {
	background-color: #8b7a50;
	opacity: 0.5;
}
.section-title-bold-center span, .section-title-bold span {
	border: 2px solid rgba(139, 122, 80, 0.5);	/* #8b7a50 to rgba */
}
span.widget-title {
	color: #372928;
}
.widget > ul > li + li {
	border-top: 1px solid #e6d3c6;
}
div.footer-2 .widget > ul > li + li {
	border-top: 0;
}


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

	/*
	div.uni-grid-bral, div.uni-grid-bras, div.uni-grid-tru, div.uni-grid-cal, div.uni-grid-pan, 
	div.uni-grid-blu, div.uni-grid-tir, div.uni-grid-bod, div.uni-grid-biv, div.uni-grid-bol { 
		height: 300px !important;
	}
	*/
}