/**
 * Custom CSS for plugin tiptop-custom-post-types
 * Author: Ben Goossens
**/
.tiptop-hoogwerkers-hide-mob {
    overflow: hidden;
    position: relative;
}
.tiptop-hoogwerkers-item {
    background-color: #f6f8f8;
    float: left;
    margin-right: 14px;
    margin-bottom: 40px;
    position: relative;
    width: 32%;
}
.tiptop-hoogwerkers-item .tiptop-image-background {
    background-size: contain !important;
    height: 235px;
    width: 100%;
}
.tiptop-hoogwerkers-item .tiptop-hoogwerker-prijs {
    background: #37a8ea;
    border-radius: 30px;
    color: white;
    font-size: 17px;
    font-weight: 400;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.tiptop-hoogwerkers-item .tiptop-hoogwerker-titel {
    color: #37a8ea;
    font-size: 20px;
    padding: 20px 10px 0px 10px;
}
.tiptop-hoogwerkers-item .tiptop-poets-titel {
  color: #37a8ea;
  font-size: 20px;
  padding: 20px 10px 0px 10px;
  min-height: 52px;
}
.tiptop-hoogwerkers-item .tiptop-hoogwerker-content {
  line-height: 35px;
  min-height: 250px;
  padding: 20px 10px 0px 10px;
}
.tiptop-hoogwerkers-item .tiptop-poets-content {
  line-height: 35px;
  min-height: 400px;
  padding: 20px 10px 0px 10px;
}
.tiptop-hoogwerkers-item a {
    background: #37a8ea;
    border-radius: 30px;
    color: white !important;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 5px 15px;
}
.tiptop-hoogwerkers-carousel {
    display: none !important;
}

@media screen and (max-width: 601px) {
  .tiptop-hoogwerkers-hide-mob {
      display: none;
  }
  .tiptop-hoogwerkers-carousel {
      display: block !important;
  }
  .tiptop-hoogwerkers-item {
      margin-left: 0;
      width: 100%;
  }
  .tiptop-hoogwerkers-item .tiptop-image-background {
      background-size: contain !important;
      background-repeat: no-repeat !important;
      height: 195px;
      width: 100%;
  }
  .tiptop-hoogwerkers-item a {
      display: block;
      margin: auto;
      margin-bottom: 15px;
      text-align: center;
      width: 82%;
  }
  .slick-dots {
      bottom: 15px;
      display: block;
      list-style: none;
      padding: 0;
      position: absolute;
      text-align: center;
      width: 100%;
  }
  .slick-dots li {
      cursor: pointer;
      display: inline-block;
      height: 20px;
      margin: 0 5px;
      padding: 0;
      position: relative;
      width: 20px;
  }
  .slick-dots li button {
      background: transparent;
      border: 0;
      color: transparent;
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 20px;
      line-height: 0;
      outline: none;
      padding: 5px;
      width: 20px;
  }
  .slick-dots li button:before {
      content: '•';
      color: #f6f8f8;
      font-family: 'slick';
      font-size: 40px;
      height: 20px;
      line-height: 20px;
      left: 0;
      opacity: 1;
      position: absolute;
      text-align: center;
      top: 0;
      width: 20px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
      color: #37a8ea;
  }
}
