/* Logo */
.logo-img {
    height: 70px;
  width: 100%;
}
#t4-header .header-top .container, #t4-header .header-top .t4-masthead .t4-masthead-detail, .t4-masthead #t4-header .header-top .t4-masthead-detail {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  #t4-header .header-top .container, #t4-header .header-top .t4-masthead .t4-masthead-detail, .t4-masthead #t4-header .header-top .t4-masthead-detail {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.breadcrumb {
  justify-content: normal;
}
.form-control {
  color: #fff;
  background-color: var(--color-success);
  border: var(--color-success) !important;
}
.form-control:focus {
  background-color: #eee;
  border: #eee;
}
.form-select {
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-success);
  border: 1px solid var(--color-success);
}
.article-tags-social {
    display: none;
}
/* Module Βασικοί στόχοι */
.ja-acm.acm-features.style-2 h3 {
    font-size: 1.3rem;
}
.ja-acm.acm-features.style-2 .feature-list .ft-item .item-content.item-width-4 h3::before {
  content: "✓ ";
}
/* Κατάλογος αντιπροσώπων */
.agents .fields-container {
    padding: 10px 0;
  list-style: none;
}
.agents .fields-container .field-label {
    font-weight: 500;
}
/* Επικοινωνία */
.contact .module-title {
    display: none;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #fff;
}

/* Εγγραφή */
.eggrafi .seperator.field15 .offset-3 {
    margin-left: 0;
    width: 100%;
}
.eggrafi .form-control {
    max-width: 100%;
}
.eggrafi .visform .form-group {
    padding: 10px 0;
}
@media (max-width: 767px) {
    .eggrafi .visform .form-group.row .col-sm-3, .eggrafi .visform .form-group.row .col-sm-9 {
        width: 100%;
    }
    .eggrafi .visform .row .offset-sm-3 {
    margin-left: 0;
    width: 100%;
    }
}
/* Κανονισμοί */
.kanonismoi .item-content {
    text-align: center;
}
.view-category.kanonismoi .item-intro {
    display: none;
}
.kanonismoi .items-row .item .item-inner {
  min-height: 121.6px;
}