/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.5

/*************** ADD CUSTOM CSS HERE.   ***************/
p{
	margin-bottom: 16px;
}
ul {
	margin-left: 16px;
}
.header-top{
	padding-top: 10px;
}
.header-top .nav-small.nav>li.html{
	font-size: 16px;
}
.searchform input,
.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea{
	height: 40px !important;
	font-size: 16px !important;
	box-shadow: none !important;
	border-radius: 5px !important;
	padding: 5px 15px !important;
}
.searchform .flex-col:nth-child(2){
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 0 5px 5px 0;
	overflow: hidden
}
.searchform .flex-col .submit-button{
	height: 40px;
	width: 40px;
}
.header-nav.header-nav-main.nav-left {
	justify-content: center;
}
.mb-0 > * {
	margin-bottom: 0 !important;
}
footer a{
	color: #fff !important;
}
footer a:hover{
	color: var(--fs-color-secondary) !important
}
footer ul{
	list-style-type: none;
	margin: 13px 0 0;
}
footer ul li{
	margin: 0 0 12px 0 !important;
	display: flex;
	color: #fff;
}
footer ul li i{
	top: 5px;
	position: relative;
	margin-right: 10px;
}
.absolute-footer{
	display: none !important;
}
h3, h4, h5, h6, .heading-font{
    font-weight: 700
}
.post-item .box-vertical{
    display: grid;
    grid-template-columns: 140px 1fr;
}
.post-item .box-vertical .box-image{
    width: 100%;
}
.post-item .box-vertical .box-text{
    padding: 0 0 0 20px;
}
.post-item .box-vertical .box-text .post-title,
.post-item .box-vertical .box-text .post-title a{
    margin: 0
}
.post-item .box-vertical .box-text .post-title a{
    font-size: 18px;
    -webkit-line-clamp: 1;
}
.product-small.box .box-text .title-wrapper .product-title a,
.post-item .from_the_blog_excerpt,
.post-item .post-title a,
.recent-blog-posts-li a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-item .box{
	background: #fff;
}
.post-item .is-divider{
    display: none;
}
.post-item .box-vertical{
	padding: 8px;
}
.post-item .box-vertical .box-text .post-title{
    margin-bottom: 8px;
}
.post-item .box-vertical .box-text .from_the_blog_excerpt {
    margin: 0;
    font-size: 16px;
    -webkit-line-clamp: 2;
}
.post-vertical .col{
    padding-bottom: 20px;
}
.post-vertical .col:last-child{
    padding-bottom: 0 !important
}
.row-xsmall.slick-slider .col{
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-bottom: 0 !important
}
.list-icon .icon-box .icon-box-img .icon-inner{
    border-radius:50%;
    border: 1px solid #000;
    padding: 16px;
}
.list-icon .icon-box .icon-box-img .icon-inner > *{
    padding: 0
}
.text-contact p{
    margin: 8px 0 !important;
}
.section-contact .icon-box .icon-box-img{
	margin-bottom: 10px;
	height: max-content;
}
.section-contact .icon-box .icon-box-img .icon,
.section-contact .icon-box .icon-box-img .icon *{
	font-size: 0
}
.section-contact .icon-box .icon-box-img .icon svg{
	height: 50px !important;
	width: auto;
}
.section-contact .icon-box .icon-box-img svg{
	color: var(--primary-color)
}
#breadcrumbs{
    padding: 12px 0;
    background: #f5f5f5;
}
span.widget-title{
    font-size: 18px !important;
	text-transform: none !important;
    font-family: 'UTM SeagullBold' !important;
}
.recent-blog-posts-li .mr-half{
    margin-right: 10px;
}
.recent-blog-posts-li .mr-half .badge{
    width: 70px;
    height: 50px;
}
.recent-blog-posts-li a{
    font-size: 15px;
     -webkit-line-clamp: 2;
}
.section-title{
    margin-bottom: 0
}
.section-title span{
	font-size: 30px;
}
.tagcloud a{
	font-size: 14px !important;
}
@media (max-width: 549px) {
	.mobile-nav i{
    font-size: 28px !important;
    color: #fff;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a{
    font-size: 14.4px !important;
    color: #000;
}
header #logo {
    width: 90px !important;
}
	.row-odd{
    flex-direction: column
}
.row-odd .large-5{
    order: 1;
}
.row-odd .large-7{
    order: 2;
}
.row-odd .large-12{
    order: 3;
}
	.slideimg-tt .img-inner{
		    padding-top: 56.25% !important;
	}
	.title-single .section-title b{
    display: none !important
}
.title-single .section-title span{
    margin: 0;
    font-size: 24px;
}
	.title-single .section-title{
		justify-content: center;
	}
	.gt-sp h3{
		font-size: 18px;
	}
}