.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}

@media only screen and (max-width: 768px) {
    html, body {overflow-x: hidden;}
}

.trending-head .uabb-post-wrapper {
	height: 19px;
	overflow: hidden;
}

.headinges .fl-heading {
	border-left: 5px solid #dc1641;
	padding-left: 10px !important;
}

.uabb-blog-posts-carousel .slick-prev {
	left: 0 !important;
}

.uabb-blog-posts-carousel .slick-next {
	right: 0 !important;
}

.galle-komunitas .uabb-image-carousel .slick-prev {
	left: 10% !important;
}

.galle-komunitas .uabb-image-carousel .slick-next {
	right: 10% !important;
}

.postScroll .fl-node-content {
	max-height: 450px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.postScroll2 .fl-node-content {
	max-height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.sticky-Up {
	position: sticky;
	top: 0;
}

.singleTag .fl-post-info-terms a {
	font-weight: bold;
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #1e73be;
}

.cari {
	position: relative;
}

.cari .tombols {
	display: inline-block;
	cursor: pointer;
	color: #666;
}

.cari .tombols.collapsed::after {
	content: '\f00d';
	font-size: 20px;
}

.cari .tombols::after {
	content: '\f002';
	font-family: fontawesome;
	font-size: 20px;
}

.cari .search-head {
	display: none;
	background-color: #fff;
}

.cari #searchform {
	position: absolute;
	right: 0;
	z-index: 9999;
	background: #fff;
	padding: 5px 5px;
	top: 100%;
	display: none;
	width: 300px;
	border: 1px solid #ddd;
}

#searchform .search-input {
	width: 85%;
	float: left;
	padding: 6px 10px;
	border-right: 0;
	border: 1px solid transparent;
}

#searchform .search-button {
	float: left;
	width: 15%;
	background: transparent;
	border: 0;
	padding: 6px;
	cursor: pointer;
	color: #888;
	border: 1px solid transparent;
	border-left: 0;
}

#searchform .search-button {
	cursor: pointer;
	color: #666;
}

.galle-komunitas .uabb-image-carousel-content img {
	height: 200px !important;
	border-radius: 10px;
	object-fit: cover;
}

.btn-velocit {
	color: #fff !important;
	background-color: var(--primary) !important;
}

@media only screen and (max-width:768px) {
	.fl-menu-mobile-flyout {
		top: 0 !important;
		height: 100% !important;
	}

	.hamburger {
		font-size: 14px !important;
		padding: 0 !important;
	}

	.scrollmenu nav {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.scrollmenu .fl-menu ul {
		display: flex !important;
		white-space: nowrap;
		width: 0;
		height: auto;
	}

	.singleTag .fl-post-info-terms a {
		padding: 5px;
	}
}