.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;
}
.sticky-md-top, .sticky-lg-top, .sticky-sm-top, .sticky-top {z-index: 1 !important;}
.widget .widgettitle {display: none;}
.widget_categories select {
    padding: 10px !important;
    border: 2px solid #ddd !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    color: var(--primary) !important;
}
.frameColumn {z-index: 9 !important;}
.framed-testimoni .uabb-testimonial {
	padding: 25px;
    border-radius: 50px;
	background-color: var(--primary) !important;
}
.framed-testimoni .bx-pager.bx-default-pager a.active {width: 20px !important;}


@media only screen and (max-width: 768px) {
    html, body {overflow-x: hidden;}
	.framed-testimoni .uabb-testimonial-photo {width: 100% !important;}
	.framed-testimoni .uabb-testimonial {display: grid !important;}
	.uabb-imgicon-wrap {
		width: 100% !important;
		text-align: center !important;
	}
}