/*
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-top .nav>li a {
	color: #333333;
}
.header-top .nav-small.nav>li.html {
	font-size: 14px;
}
.header-top .nav-uppercase>li>a {
	text-transform: none;
}
.header-main .nav > li > a {
	font-size: 16px;
	font-weight: 700;
}
.header-main .nav > li.active > a {
	font-weight: bold;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	background-color: #003676;
}
.form-flat input:not([type=submit])::placeholder {
  color: #fff;
}
.form-flat .button.icon {
	color: #fff !important;
}
.section > .section-content > .row > .col {
	padding-bottom: 0;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.icon-box-left {
	display: flex;
	align-items: center;
}
.icon-box-left p {
	margin-bottom: 0;
}
.icon-box-left h4 {
	margin-bottom: 0;
}
h2 {
	font-size: 35px;
}
.banner h2 {
	font-size: 35px;
}
.entry-content h2 {
	font-size: 1.6em;
}
.col-left .col-inner {
	background-image: linear-gradient(to right, #477DB4 , #1E5394);
}
.product-small.box .box-text {
	background-color: #F9F9F9;
	padding: 15px;
}
.product-small.box .box-text .product-title.woocommerce-loop-product__title a {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--primary-color);
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 90px;
  line-height: 30px;
  font-weight: bold;
}

.button {
	font-weight: normal;
}
.box-blog-post .is-divider {
	display: none;
}
.box-overlay .box-text {
	background-image: linear-gradient(#00000000, #000);
}
.box-overlay .box-text .post-title {
	text-transform: uppercase;
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  line-height: 20px;
}

.col.post-item .box.box-normal .post-title {
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  line-height: 20px;
  margin-bottom: 15px;
}
.col.post-item .box.box-normal p.from_the_blog_excerpt {
	font-size: 14px;
}
.box-text .button.is-underline {
	text-transform: none;
	font-size: 14px;
	font-style: italic;
	margin: 0 auto;
  display: block;
}

.footer-wrapper {
	background-color: #f9f9f9;
	padding-top: 80px;
}
.row-contact {
	align-items: end;
}
.row-contact .col {
	padding-bottom: 0;
	text-align: left;
}
.row-contact label {
	font-weight: normal;
}
.row-contact input.wpcf7-form-control {
	border-radius: 8px;
	height: 36px;
	box-shadow: none;
}
.wpcf7-spinner {
	position: absolute;
}
.banner form {
	margin-bottom: 0;
}
.banner-custom {
	border-radius: 24px;
	overflow: hidden;
}
.absolute-footer {
	padding: 15px 0;
}
.absolute-footer.light .copyright-footer {
	color: #1D5294;
	font-weight: bold;
}
.widget .widget-title {
	font-size: 22px;
	display: block;
	background-color: var(--primary-color);
	color: #fff;
	padding: 12px 10px;
	text-align: center;
	border-radius: 6px 6px 0 0;
}
.widget .is-divider {
	display: none;
}
.widget .menu {
	border: 1px solid #ececec;
	padding: 10px;
}
.widget .menu > li > a {
	font-size: 15px;
}
.widget .menu > li.active > a {
	font-weight: bold;
}
.term-description {
	margin-bottom: 30px;
}
h1.product-title {
	font-size: 25px;
}
.product-short-description {
	margin-bottom: 20px;
	background-color: #f9f9f9;
	padding: 15px;
	font-size: 14px;
}
.woocommerce-breadcrumb, .shop-page-title.category-page-title.page-title  {
	display: none;
}

.page-title-bar {
	background: #f2f2f2;
	color: #3e3e3e;
	padding: 10px 0;
	font-size: 14px;
}

.archive .product-category .box {
	border: 1px solid #ececec;
	padding: 5px;
	border-radius: 5px;
}
.archive .product-category .count {
	display: none;
}
.archive .product-category h5.header-title {
	font-size: 16px;
	text-transform: uppercase;
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 90px;
  line-height: 30px;
  margin-bottom: 15px;
  color: var(--primary-color);
}
.archive .product-category .category-description {
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
}

.category h1.page-title {
	font-size: 35px;
}
.category .col.post-item .box-image .image-cover {
	padding-top: 75% !important;
}
.category .col.post-item .post-title {
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  line-height: 20px;
  margin-bottom: 10px;
}

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

}