span.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
span.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
span.wpcf7-checkbox .wpcf7-list-item label input {
  width: inherit;
  font-size: 0;
  line-height: 0;
  margin: 0 10px 0 0;
}

.wpcf7-not-valid-tip {
  margin-top: -15px;
  padding-bottom: 15px;
}

.contact-form-container.blue input.wpcf7-not-valid {
  border-bottom: 1px solid #dc3232;
}

.fc-content .tright .submit-button {
  border: none;
}

.single-page-template {
  position: relative;
}
.single-page-template .gaelic-page-template {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 540px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  opacity: 1;
}

.half-column-section .wrapper {
  padding: 0;
}
.half-column-section .wrapper .how-to {
  justify-content: center;
}

@media only screen and (max-width: 1440px) {
  .partners-section .container {
    max-width: 90%;
  }
}
.partners-section .row-partners {
  flex-direction: row;
}
@media only screen and (max-width: 1650px) {
  .partners-section .row-partners {
    display: flex;
    flex: 1 0 30%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.partners-section .img-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

.search-post-wrap {
  padding: 80px 0;
}

.nav .search {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav .search {
    display: block;
  }
}

.search.search-mobile {
  display: block;
  float: left;
}
.search form {
  display: flex;
  flex-direction: row;
}
.search form input {
  color: #002948;
}
.search form input.btn {
  text-transform: uppercase;
  background-color: #84bd4b;
  border-color: #94bd5b;
  font-weight: 500;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.search form .magnifyer-glass {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #84bd4b;
  border-color: #94bd5b;
  border-radius: 5px;
}
.search form .magnifyer-glass::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  right: 5px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("https://new.yourenglish.ie/wp-content/uploads/2025/05/magnifying-glass.svg");
  background-repeat: no-repeat;
}

.sidenav.open .social-icons.mobile-only {
  min-height: 130px;
}

@media only screen and (max-width: 1440px) {
  .search-post-wrap .container {
    max-width: 95%;
  }
}

table.first-column-green tr td:first-of-type {
  background-color: #84bd4b;
  font-weight: 600;
}
table.first-column-green tr:first-of-type td {
  background-color: #84bd4b;
}
table.first-column-green tr:last-of-type td {
  background-color: #84bd4b;
  border-bottom: none;
}/*# sourceMappingURL=main.min.css.map */