/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
  font-family: Cambria Regular;
  src: url(fonts/cambria.ttc);
}
@font-face {
  font-family: Cambria Bold;
  src: url(fonts/cambriab.ttf);
}
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: Cambria Regular;
}
h1, h2, h3, h4,, strong, b, label {
	font-family: Cambria Bold;
	font-weight: normal;
}
.header-main .nav > li > a {
	font-size: 16px;
	color: #333333;
}
.header-main .nav-pills>li>a {
	border-radius: 2px;
}
.header-nav-main.nav-line-bottom > li > a:before, 
.header-nav-main.nav-line-grow > li > a:before, 
.header-nav-main.nav-line > li > a:before, 
.header-nav-main.nav-box > li > a:hover, 
.header-nav-main.nav-box > li.active > a, 
.header-nav-main.nav-pills > li > a:hover, 
.header-nav-main.nav-pills > li.active > a {
	color: #D4AF37;
}
.header-main .nav-spacing-medium>li {
	margin: 0 4px;
}
.header-top .nav-small.nav>li.html {
	font-size: 14px;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.section > .section-content > .row > .col {
	padding-bottom: 0;
}
.button {
	margin-bottom: 0 !important;
	font-weight: normal;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 24px;
}
.icon-box h3 {
	font-size: 20px;
}
.col.post-item .post-title {
	font-size: 16px;
}
.box-blog-post .is-divider {
	display: none;
}
.post-meta {
	font-size: 14px;
	font-style: italic;
}
.box-blog-post .button  {
	text-transform: none;
	font-size: 14px;
  	font-family: Cambria Bold;
}
.footer-wrapper {
	margin-top: 90px;
}

.banner-custom.banner .banner-bg, 
.banner-custom.banner {
	border-radius: 24px;
}
.banner h2 {
	font-size: 35px;
	font-family: Cambria Bold;
}
.wpcf7-spinner {
	position: absolute;
}
.row-contact {
	align-items: end;
}
.row-contact .col {
	padding-bottom: 0;
}
.row-contact label {
	text-align: left;
	font-family: Cambria Regular;
	font-size: 16px;
	font-weight: normal;
}
.row-contact input.wpcf7-form-control {
	border-radius: 5px;
}
.row-contact input.wpcf7-submit {
	border-radius: 99px;
	width: 100%;
}
.product-small.box .woocommerce-LoopProduct-link {
	font-size: 16px;
	text-transform: uppercase;
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  line-height: 20px;
}
.product_list_widget li .product-title {
	text-transform: uppercase;
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.widget .is-divider {
	width: 100%;
	height: 1px;
	margin-top: 0;
	max-width: 100%;
}
.product-client-location {
	margin-bottom: 20px;
}

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

}