/* =========================================
   GO SAMOS – HOMEPAGE BEACH CARDS
   ========================================= */


/* =========================================
   1. ΤΙΤΛΟΣ ΚΑΡΤΑΣ ΠΑΡΑΛΙΑΣ
   ========================================= */

.gosamos-beach-card-title {
  margin: 12px 0 0;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;

  min-height: 2.6em;
}


/* =========================================
   2. LINK ΤΙΤΛΟΥ
   ========================================= */

.gosamos-beach-card-title a,
.gosamos-beach-card-title a:link,
.gosamos-beach-card-title a:visited {
  color: inherit;
  text-decoration: none;
}


/* =========================================
   3. HOVER
   ========================================= */

.gosamos-beach-card-title a:hover,
.gosamos-beach-card-title a:focus {
  text-decoration: none;
}


/* =========================================
   4. TABLET
   ========================================= */

@media (min-width: 576px) and (max-width: 991.98px) {

  .gosamos-beach-card-title {
    font-size: 16px;
  }
}


/* =========================================
   5. MOBILE
   ========================================= */

@media (max-width: 575.98px) {

  .gosamos-beach-card-title {
    margin-top: 9px;

    font-size: 14px;
    line-height: 1.3;

    min-height: 2.6em;
  }

  .gosamos-home-card {
    margin-bottom: 16px;
  }
}