/* header */
#t4-header {
  z-index: 100;
}
.t4-header-r > .custom span i {
    font-size: 1.2rem;
}
/* Λογότυπο */
.navbar-brand .logo-img {
  max-height: 52px;
}
/* Top Bar */
.topbar-wrap a:hover, .topbar-wrap a:focus, .topbar-wrap a:active {
  color: #666;
}
/* Hero */
@media (max-width: 991.98px) {
  .acm-hero.style-1 .has-bg .hero-content {
    min-height: 35rem;
  }
}

/* Module Το Ταξίδι μας 2 */
.timeline-content.vertical {
  max-width: 1000px;
}
.timeline-wrap .timeline-item .timeline-item-time {
  font-size: var(--h3-font-size);
}
.timeline-item-title {
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .timeline-wrap .timeline-item .timeline-item-time {
    left: 0;
    top: 4px;
    text-align: left;
    width: 175px;
  }
}
@media (min-width: 768px) {
  .timeline-wrap .timeline-item::before, .timeline-wrap .timeline-item::after {
    left: 204px;
  }
}
@media (min-width: 768px) {
  .timeline-wrap .timeline-item::after {
    left: 195px;
  }
}
@media (min-width: 768px) {
  .timeline-wrap .timeline-item {
    padding: 0 0 1rem 260px;
  }
}
/* Module section-9 */
.t4-section-9 .acm-hero.style-1 .acm-hero-item {
  background-position: center;
}

/* Πληροφορίες - Info Footer */
.footer-r nav {
    float: right;
}
.footer-r nav ul {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
  display: -webkit-box !important;
  margin: 0;
  list-style: none;
  line-height: 1;
  padding: 0;
}
.footer-r .nav > li > a {
  font-size: 0.8rem;
}
/* Social Media Module footer */
#Mod118 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Τιμοκατάλογος - Price list */
.t4-footnav .acm-pricing.style-1 .container {
    padding: 0;
}
.acm-pricing.style-1 .pricing-item .pricing-action {
  margin-top: inherit;
}
.pricing-plan-price.h2 {
    font-size: var(--h4-font-size);
}
/* Επικοινωνία */
.contact-form-section > h3, .contact-details-section > h3, .contact-misc-section.mt-4 > h3 {
    display: none;
}
.contact-misc-content > ul {
    list-style: none;
}
/* Module Maplab */
.maplab-card__title {
  font-size: 0.9rem;
  color: var(--color-primary);
  letter-spacing: inherit;
}
.maplab-card__logo img {
  max-width: 64px;
  margin: 0 auto;
}
.maplab-btn.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
/* Module Icons */
.fd-item-title.h4 {
    color: var(--color-primary);
}
/* Vik Events */
.vev-cart-payment-output-inner {
  display: block;
  float: none;
}
#stripejs-checkout-button {
    --t4-btn-border-color: var(--color-primary);
    color: var(--color-primary);
    --t4-btn-hover-border-color: var(--color-secondary);
}
#stripejs-checkout-button:hover {
    color: var(--color-secondary);
}
/* Dark Mode */
.ja-dark-mode {
    display: none;
}