.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;
}
.bg-colortheme{
	background-color: var(--primary) !important;
}
.widget-title, .vd-custom-heading .fl-heading{
	background-color: #fece04;
	font-size: 20px;
    font-weight: 400;
    padding: 5px 15px 5px 5px !important;
    color: #000 !important;
    /* box-shadow: 0 -10px 10px rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0.5); */
}
.home-post-slider .slick-dots{
	position: absolute !important;
	top: 0;
	text-align: right !important;
}
.post-carousel .uabb-blog-post-content{
	background-color: #fff;
}
@media only screen and (min-width: 768px) {
	.post-home-right{
		height: 430px !important;
		overflow-y: scroll;
	}
}
@media only screen and (max-width: 768px) {
  html, body {
      overflow-x: hidden;
  }
}
