/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: "Inter", sans-serif;
}
.roboto-slab {
	font-family: "Roboto Slab", serif;
}
.section > .section-content > .row > .col {
	padding-bottom: 0;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.header-top {
	background-image: linear-gradient(to right, #035384 50%, #f9f9f9 50%);
}
.header-top:before {
	content: '';
	display: block;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 41px solid #035384;
  position: absolute;
  top: -1px;
  rotate: -179deg;
  left: 49%;
}
.header-top .nav li.html {
	color: #fff;
}
.header-top .nav li {
	font-size: 12px;
	color: #333;
}
.header-top .nav li a {
	text-transform: none;
	font-size: 12px;
	color: #333;
}
.header-bottom .nav-spacing-xlarge>li {
	margin: 0 20px;
}
.header-bottom .nav > li > a {
	font-size: 16px;
	font-weight: normal;
}
.header-button .button {
	height: 40px;
	line-height: 40px;
	background-color: #F2C94C !important;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	background-image: url(images/user.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding-left: 40px;
}

.box-image-custom .box-text {
	bottom: 0;
	padding: 8px 3px;
}
.box-image-custom .box-text:before {
	content: '';
	display: block;
  width: 0; 
  height: 0; 
  border-left: 271px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid var(--primary-color);
  position: absolute;
  top: -19px;
  right: -19px;
}
.box-image-custom .box-text h4 {
	font-size: 16px;
}
.text img {
	margin-bottom: 10px !important;
}
.text h2 {
	margin-bottom: 0px;
}
.box-blog-post .is-divider {
	display: none;
}
.project-blog .box-text {
	padding-bottom: 0;
}
.project-blog .box-text .post-title {
	font-weight: normal;
	font-size: 16px;
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.badge-container {
	display: none;
}
.product-small.box .box-text .product-title a {
	font-size: 16px;
	text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-small.box .price .amount,
.product-small.box .price ins .amount {
	font-size: 16px;
	font-weight: bold;
	color: #E00808;
}
.product-small.box .price del {
	text-decoration: none;
}
.product-small.box .price del .amount {
	font-size: 14px;
	color: #333;
	opacity: .6;
	text-decoration: line-through;
	font-weight: normal;
}


.product-info .price .amount,
.product-info .price ins .amount {
	font-size: 28px;
	font-weight: bold;
	color: #E00808;
}
.product-info .price del {
	text-decoration: none;
}
.product-info .price del .amount {
	font-size: 18px;
	color: #333;
	opacity: .6;
	text-decoration: line-through;
	font-weight: normal;
}
.product-short-description {
	border: 1px solid #ececec;
	padding: 20px;
	background-color: #f0f8ff;
	margin-bottom: 20px;
	border-radius: 16px;
}
.product-short-description ul {
	margin-bottom: 0;
}
.product-short-description ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-tabs .nav li a {
	font-size: 16px;
	text-transform: none;
}
.product-thumbnails img {
	height: 125px;
	object-fit: cover;
}

.box-image-border {
	border: 1px solid #F2C94C;
}
.box-image-border .box-text {
	padding-top: 10px;
	padding-bottom: 10px;
}
.wpcf7-form {
	margin-bottom: 0;
}
.box-contact {
	position: relative;
}
.box-contact input.wpcf7-form-control {
	border-radius: 10px;
	box-shadow: none;
	height: 40px;
	margin-bottom: 0;
}
.box-contact input.wpcf7-submit {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #F2C94C !important;
	height: 40px;
	width: 75px;
	border-radius: 0 10px 10px 0;
	color: #035384;
	margin-bottom: 0;
	margin-right: 0;
}
.wpcf7-spinner {
	position: absolute;
}
.absolute-footer {
	display: none;
}
.icon-box-left p {
	margin-bottom: 0;
}
h1.page-title {
	text-align: left;
	font-size: 30px;
	margin-bottom: 0;
}
h1.entry-title {
	font-size: 30px;
}
b, strong {
	font-weight: bold;
}
.entry-header-text-top {
	padding-bottom: 0;
}
.entry-meta.uppercase {
	text-transform: none;
}
.button i, button i {
	top: 0;
}
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header .header-top {
		background: #035384 !important;
	}

}