/*
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.   ***************/
@font-face {
  font-family: EUROSTILE-BOLD;
  src: url(fonts/SFU-Eurostile-Bold.TTF);
}
td {
	padding: 8px !important;
}
body {
	font-family: Tahoma, sans-serif;
}
.header-top .nav>li>a {
	font-size: 14px;
	color: #333;
}
.header .nav-small a.icon:not(.button) {
	font-size: 14px;
	color: #333;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	height: 43px;
	background-color: transparent;
}
.html_topbar_right {
	margin-right: 70px !important;
}
.box-hotline > div {
	color: #959595;
	font-size: 14px;
}
.box-hotline a {
	color: #da251d;
	font-size: 16px;
	font-weight: bold;
}
.header-main .header-button .button.is-outline {
	color: #da251d;
}
.header-bottom {
	background-image: linear-gradient(#fbca28, #f9aa18);
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
	font-weight: normal;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a:hover {
	color: #000 !important;
}
.header:not(.transparent) .header-bottom-nav.nav > li.active > a {
	color: #000 !important;
	font-weight: bold;
}
.header-bottom .nav-pills>li>a {
	border-radius: 6px;
}



.section-title-center {
	font-family: EUROSTILE-BOLD;
	font-weight: normal;
	background-image: url(images/bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 25px;
}
.section-title-center b {
	height: 0;
}
h2.section-title-center {
	font-size: 28px;
}
.section-title-normal {
	font-family: EUROSTILE-BOLD;
	font-weight: normal;
}

h2.section-title-normal {
	font-size: 28px;
}
.section-title-normal {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 15px;
}
.section-title-normal span {
	border-bottom: none;
	padding-bottom: 0;
}

.section-title-bold {
	border-bottom: none;
}
.section-title-bold b {
	height: 0;
}
.section-title-bold span {
	border: none;
	padding: 0;
}
.section-title-bold span:after {
	content: '';
	width: 62px;
	height: 2px;
	display: block;
	background-color: #b0b0b0;
	margin-top: 8px;
}
h4.section-title-bold {
	font-size: 17px;
}
.product-small.box .box-image {
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.product-small.box .product-title a {
	text-transform: uppercase;
}
.product-small.box .price-wrapper {
	display: none;
}
.tabbed-content .nav.nav-pills li {
	margin: 2px 6px;
}
.tabbed-content .nav.nav-pills li a {
	border: 1px solid #e1e1e1;
	background-color: #fff;
	border-radius: 0;
	font-size: 14px;
	font-weight: normal;
}
.tabbed-content .nav.nav-pills li.active a,
.tabbed-content .nav.nav-pills li a:hover {
	background-color: #e71d2a;
	color: #fff;
}
.ux-menu .ux-menu-link.menu-item {
	padding-left: 17px;
	position: relative;
}
.ux-menu .ux-menu-link.menu-item:before {
	content: '\f061';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 7px;
  font-size: 11px;
}
.product-short-description {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.product-info .price .pr-title {
	font-size: 20px;
	color: #333;
}
.product-info .price .amount {
	font-size: 20px;
	color: #da251d;
}

.footer-wrapper {
	font-size: 14px;
}
.absolute-footer {
	display: none;
}
.entry-content.single-page {
	padding-top: 0;
}
.entry-header .entry-header-text {
	padding-bottom: 0px;
}


@media (min-width: 850px) {
	.archive .col.post-item .box-image {
		width: 30% !important;
	}
	.archive .col.post-item .col-inner {
		background-color: #fff;
	}
}

@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	h2.section-title-center {
		font-size: 25px;
	}
}

