/*
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.   ***************/

a.button.is-outline{
	border-width: 1px;
	font-weight: 400;
}
.nav-pagination>li>a, .nav-pagination>li>span{
		    border-radius: 5px !important;
    border-width: 1px;
}
.col.post-item .image-cover{
	border-radius: 8px;
}
.single-post header.entry-header .is-divider{
	display: none
}
.archive.category .row.align-center .large-10.col{
	flex-basis: 100%;
    max-width: 100%;
}
div#top-bar{
	background-image: linear-gradient(179deg,#126e51,#069769);
}
li.html.header-button-1 a, li.html.header-button-2 a{
	width: max-content;
}
.ring_b {
    display: flex;
    align-items: center;
}
.ring_b:before{
    content: "";
    background: url(images/ring.png);
    width: 29px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding-right: 5px;
    border-right: 2px solid #ffdc3d;
    margin-right: 5px;
}
.home_slider img{
	border-radius: 10px !important;
	overflow: hidden;
}
.tabbar {
    background-color: #181a1f;
    border-top: 1px solid #03a3a0;

    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabbar >a{
	flex: 1;
	text-align: center;
	color: #fff;
	padding:5px;
}
.tabbar a.weui-tabbar__item.active{
	color: #03a3a0!important;
}
.tabbar .weui-tabbar__text {
font-size: 12px;
    font-weight: 300;
    width: max-content;
    text-align: center;
    margin: 0 auto;
}
.weui-tabbar__icon.df img {
    max-width: 45px;
}
.weui-tabbar__icon.df {
    margin-top: -21px;
    padding: 5px;
    position: relative;
}
.weui-tabbar__icon.df:before{
	content: "";
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #181a1f;
	width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #03a3a0;
    z-index: -2;
    top: 0;
}
.weui-tabbar__icon i{
	    font-size: 18px;
    height: 22px;
    width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.weui-tabbar__icon.df:after{
	width: 54px;
    height: 68px;
    content: "1";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #181a1f;
    z-index: -1;
    top: 16px;
}
#footer a{
	    color: hsla(0,0%,77%,.85);
}
.wpcf7-spinner{
	display: none
}
.formdangky input.wpcf7-form-control.has-spinner.wpcf7-submit{
    border-radius: 5px;
    margin: 0;
    font-weight: 400 !important;
    font-size: 14px;
}
.formdangky input.wpcf7-form-control{
	box-shadow: none;
	border:1px solid #ddd;
	border-radius: 5px;
}
.icon-box-text p{
	margin-bottom: 0;
}
form{
	margin-bottom: 0;
}
.box-blog-post .is-divider{
	height: 0;
}
.col.post-item .from_the_blog_excerpt {
    font-weight: 300 !important;
    color: #999999 !important;
}
.col.post-item  .post-title.is-large{
	margin-bottom: 15px;
}
.absolute-footer{
	border-top: 1px solid #61667b;
	padding: 10px 0;
}
@media only screen and (max-width: 48em) {
	#footer{
		font-size: 14px;
	}
	#footer a.ux-menu-link__link.flex{
		padding:0;
		min-height: unset;
	}
	.archive .col.post-item .box-image,.archive .col.post-item .box-text{
		    direction: ltr;
		    display: table-cell;
		    vertical-align: middle;
	}
	.archive .col.post-item .box-image{
		width: 33% !important;
	}
	.archive .col.post-item .box-text{
		padding: 0;
		padding-left: 15px;
	}
	.customer{

	}
	.sticky-add-to-cart--active, #wrapper, #main, #main.dark{
		background-color: #000 !important;
	}
	header#header{
		 width: 96%;
    	margin: 0 auto;
    	margin-top: 10px !important;
    	 border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
	     border-bottom-left-radius: 10px;
	    border-bottom-right-radius: 10px;
	    overflow: hidden;
	}
	div#top-bar {
	    border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
	    overflow: hidden;
	}
}