#location-wrapper .js-form-item {
  display: inline-block;
}

#jollyTurFeed, #turlarTextWidget {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 30px;
}

#jollyTurFeed a, #turlarTextWidget a {
  display: inline !important;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785,0.135,0.15,0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785,0.135,0.15,0.86) 0s;
  padding: 0.1% 0px;
  background-image: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));
  background-image: linear-gradient(to right,currentColor 0%,currentColor 15%);
  background-size: 0px 2px;
  background-position: 0px 102%;
  background-repeat: no-repeat;
}

#jollyTurFeed a::after, #turlarTextWidget a::after {
  display: inline !important;
}

#jollyTurFeed a:hover, #turlarTextWidget a:hover {
  background-size: 100% 2px;
}

@media ( max-width: 768px ) {
  #jollyTurFeed, #turlarTextWidget {
    padding: 10px 15px;
  }
}

#jollyTurFeed, #turlarTextWidget, #carouselTurlarWidget {
  margin: 30px 0 12px 0;
}

#carouselTurlarWidget > .masthead-wrapper {
  margin-bottom: 0 !important;
}

#carouselTurlarWidget > .masthead-wrapper > .title > h2 {
  padding-bottom: 0;
}

.turlar-carousel .owl-item {
  min-height: 400px !important;
  height: 400px !important;
}

.turlar-carousel .owl-item .content-item .content-full {
  min-height: 400px;
  position: relative;
}

.turlar-carousel.mobile-owl .content-item .content-full {
  min-height: 100%;
}

.turlar-carousel.mobile-owl .content-item .content-full,
.turlar-carousel .owl-item .content-item .content-full {
  background-color: #fff;
}
.turlar-carousel.mobile-owl .content-item .item img,
.turlar-carousel .owl-item .content-item .item img {
  height: 200px;
}

.turlar-carousel .owl-item .content-item .item .title  {
  margin: 5px 0 0 0;
  position: unset;
  padding: 0 15px;
}

.turlar-carousel .owl-item .content-item .item .title a {
  color: black;
  font-weight: 700;
}

.turlar-carousel.mobile-owl .content-item .item .content-image,
.turlar-carousel .owl-item .content-item .item .content-image {
  min-height: 200px;
}

.turlar-carousel.mobile-owl .prices,
.turlar-carousel .owl-item .content-item .item .prices {
  position: absolute;
  float: right;
  right: 10px;
  bottom: 232px;
  background-color: #0896ff;
  color: white;
  width: 100px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  display: block !important;
}

.turlar-carousel.mobile-owl .prices {
  bottom: 150px !important;
}

.turlar-carousel.mobile-owl .tarih,
.turlar-carousel .owl-item .content-item .item .tarih {
  margin: 0;
  position: absolute;
  bottom: 0;
  display: block !important;
  padding: 15px;
}
.turlar-carousel.mobile-owl .tarih {
  margin-bottom: 15px;
}
.turlar-carousel .content-item {
  border-radius: unset !important;
}
.turlar-carousel .owl-item .content-item .item .prices > span {
  font-size: 13px;
}

.turlar-carousel.mobile-owl .content-item .cover-image {
  position: relative;
}

.turlar-carousel .content-item .cover-image::after {
  background: unset !important;
  border-bottom: unset !important;
}

.turlar-carousel .content-item .title {
  position: unset;
}

.turlar-carousel.mobile-owl .content-item .title > a {
  color: #000;
  font-size: 16px;
}

.turlar-carousel.mobile-owl .content-item .item .title {
  margin: 0 0 30px 0;
  position: unset;
  padding: 15px;
}
