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


}

@font-face {
	font-family:UTM-Avo;
	src: url('/wp-content/themes/flatsome-child/Arial.ttf');
	font-weight: normal;
	font-style: normal
}
body{
	font-family: 'Arial'!important;
	font-size: 15px !important;
	background: #fae50d;
}

.h3, h3 {
	font-size: 15px;
}
.bg-title{
	background: #FF0101;
	color: #fff;
	height: 39px;
	font-family: 'Arial' !important;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}
.section-title-normal {
    border-bottom: 0px solid #ececec;
}
.section-title-normal span {
    border-bottom: 0px solid !important;
	padding-top: 8px !important;
    padding-left: 30px !important;
}
.nav > li > a {
	font-family: 'Arial' !important;
}
.section-title-main{
	font-family: 'Arial' !important;
}
#main{

}
.category-page-row {
    background: #fff;
}

.large-9 {
    background: #fff;
}
.large-3 {
    border: solid 1px #ccc;

}
.category-page-row {
    padding-top: 0px;
}
.large-10 {
	background: #fff;
}
.blog-single .post-sidebar {
    padding-left: 30px !important;
}
.single-product .product-info {
    background-color: #fff;
}

