.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;
}
.white-image img {
    filter: brightness(0) invert(1);
}
.teamframe .uabb-team-member-wrap {
  position: relative;
}
.teamframe .uabb-team-social {
  position: absolute;
  top: -85px;
  text-align: center;
  left: 15%;
  right: 0;
	z-index: 9;
opacity: 0;
	-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-ms-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
.teamframe .uabb-team-member-wrap:hover .uabb-team-social {
opacity: 1;
	-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-ms-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
.teamframe .uabb-team-content {
  background: transparent;
  background-image: url(../img/shape-3.png);
	position: absolute;
bottom: 0;
right: 9px;
left: -28px;
min-height: 100px;
	overflow:visible;
background-repeat: no-repeat;
background-position: left bottom;
padding-left: 35px;
padding-bottom: 15px;
padding-top: 35px;
}

.teamframe .uabb-team-image  {
  height: 300px;
}
.teamframe .uabb-team-image .uabb-image-content img {
  height: 300px !important;
  object-fit: cover;
  object-position: center;
}
.teamframe .uabb-team-member-wrap:hover .uabb-image-content img {
scale: 1.3;
}
.teamframe .uabb-team-image .uabb-image-content::after {
  content: '';
  background: rgb(0, 0, 0);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
		-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-ms-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
.teamframe .uabb-team-member-wrap:hover .uabb-image-content::after {
opacity: 0.6;
		-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-ms-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}


.teamframe .uabb-team-wrap .uabb-team-name {
	margin-left: 15px;
}

.teamframe .uabb-team-wrap .uabb-team-desgn {
  margin-bottom: -13px;
  margin-left: 15px;
}

.vd-post-image img {
    width: 100%;
    height: 365px !important;
    object-fit: cover;
}

.vd-post-text {
    position: absolute;
    padding: 0 20px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 0%;
    overflow: hidden;
    opacity: 0;
    transition: all 200ms ease-in;
}
.fl-post-grid-post:hover .vd-post-text {
    height: 100%;
    opacity: 1;
    transition: all 200ms ease-in;
}

.vd-post-title{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.vd-post-title a {
    color: #ffffff !important;
}

.vd-post-harga{
    background-color: var(--primary);
    color:#fff !important;
    border: 1px solid #fff;
    line-height: 1;
    padding: 13px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
}





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