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

.header-main .nav > li > a{
	font-size: 1em;
}
.header-main .nav > li{
	margin: 0 18px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}
b, strong{
	font-weight: 500;
}
pre, blockquote, form, figure, p, dl, ul, ol{
	/* margin-bottom: 5px; */
}
.widget .is-divider{
	display: none;
}
#header-contact li>a{
	text-transform: none;
}
span.amount{
	color: #ED1C24;
    font-weight: 500;
}
.box-text-products span.amount {
    white-space: nowrap;
    color: #ED1C24;
    font-size: 1.2em;
    line-height: 1.5em;
}
#product-sidebar{
	padding-right: 0px;
}
#product-sidebar .col-divided,
.page-left-sidebar .col-divided{
	border: none;
	padding-right: 10px;
}
.row-divided>.col+.col:not(.large-12){
	border: none;
}
#product-sidebar .is-divider,
#secondary .is-divider,
#shop-sidebar .is-divider{
	display: none;
}
span.widget-title{
	display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
}
.footer-widgets span.widget-title{
	font-size: 1.1em;
}
#product-sidebar span.widget-title,
#secondary span.widget-title,
#shop-sidebar span.widget-title{
	display: inline-block;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #111;
    color: #FFF;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: normal;
    font-size: 16px;
}

#product-sidebar .body-widget,
#secondary .body-widget,
#shop-sidebar .body-widget{
	padding: 0px 15px;
}
#product-sidebar aside,
#shop-sidebar aside,
#secondary aside{
	padding: 0px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    margin: 0px;
    margin-bottom: 20px;
}
form.cart{
	display: none;
}
.absolute-footer{
	padding: 5px 0 5px;
}

.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text a:not(.button){
	line-height: 1.5em;
	font-size: 1.2em;
	color: #111;
	text-transform: uppercase;
	font-weight: 500;
}
th, td{
	font-size: 1em;
	color: #111;
}
.tab-panels .entry-content table td, 
.tab-panels .entry-content table th {
    border: 1px solid rgba(0,0,0,0.15);
    padding: 5px;
}
.block_widget .post-item{
	padding: 0 15px 10px;
}
.block_widget .box-vertical .box-text{
	padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 10px;
}
.block_widget .box-text h5{
	text-transform: inherit;
    color: #111;
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .title>a, .nav-dropdown .nav-dropdown-col>a{
	font-size: 1em;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a{
	color: #111;
}

