/*
 * Lezers column formulier
 * Uses ACF form. Overwrite some acf styles
 */

/*
* Lezerscolumn form
* Template files are in plugin
*/
.acf-fields > .acf-field {
  padding: 15px 0 !important;
}

.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="date"],
.acf-field input[type="datetime"],
.acf-field input[type="datetime-local"],
.acf-field input[type="email"],
.acf-field input[type="month"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="tel"],
.acf-field input[type="time"],
.acf-field input[type="url"],
.acf-field input[type="week"],
.acf-field textarea,
.acf-field select {
  padding: 1rem !important;
}

.acf-form-submit .acf-button {
  background-color: var(--fw3-secondary) !important;
  cursor: pointer;
}

/* Gutters and margins */
/* Brand colors */
.cta-lezerscolumn {
  align-items: center;
  border: 0.1rem solid #f4f4f4;
  display: flex;
  flex-direction: column;
  margin: 3rem 1rem;
  margin-top: 2rem;
  max-width: 40rem !important;
  position: relative;
}

.cta-lezerscolumn::after {
  background-color: var(--fw3-secondary);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
}

.cta-lezerscolumn__inner {
  padding: 2rem 4rem;
  text-align: center;
  z-index: 1;
}

.cta-lezerscolumn__icon {
  height: 4.6rem;
  margin: 0 auto;
  width: 4.6rem;
}

.cta-lezerscolumn__icon svg circle {
  stroke: var(--fw3-secondary);
}

.cta-lezerscolumn__icon svg path {
  fill: var(--fw3-secondary);
}

.cta-lezerscolumn__title {
  color: var(--fw3-article-header-color-h3, var(--fw3-black)) !important;
  margin-top: 1.5rem;
}

.cta-lezerscolumn__btn {
  color: var(--fw3-white) !important;
  display: block;
}

.cta-lezerscolumn__info {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.3rem;
  height: 1.8rem;
  justify-content: center;
  line-height: 1.8rem;
  text-decoration: none !important;
}

.cta-lezerscolumn__info span {
  display: inline-block;
}

.cta-lezerscolumn__info-icon svg path:first-child {
  fill: var(--fw3-link-default);
}

.cta-lezerscolumn__info-icon svg path:last-child {
  stroke: var(--fw3-link-default);
}

.cta-lezerscolumn__info:hover .cta-lezerscolumn__info-icon svg path:first-child {
  fill: var(--fw3-link-default-hover);
}

.cta-lezerscolumn__info:hover .cta-lezerscolumn__info-icon svg path:last-child {
  stroke: var(--fw3-link-default-hover);
}

.cta-lezerscolumn__info-text {
  padding-left: 0.5rem;
}

.button-clean {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
}

/* * Metronieuws Lezerscolumn * Template files are in plugin directions */
@media only screen and (min-width: 767px) {
  .block--lezerscolumn .list__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: row;
 }
}

@media only screen and (min-width: 1180px) {
  .block--lezerscolumn .list__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
 }
}

.block--lezerscolumn .list__item {
  display: initial;
  height: auto;
  width: initial;
}

@media only screen and (min-width: 767px) {
  .block--lezerscolumn .list__item--wide {
    grid-column: 1 / span 2;
  }
}

.block--lezerscolumn .list__item--wide .list__link {
  display: initial;
}

@media only screen and (max-width: 766px) {
  .block--lezerscolumn .list__item--wide .list__media--inner {
    height: 8rem;
    width: 8rem;
  }
}

.block--lezerscolumn .list__item--wide .list__content {
  padding: 2rem;
  text-align: center;
}

.block--lezerscolumn .list__item--wide .list__media::before {
  padding-top: 56.25%;
  padding-top: calc(106 / 290 * 100%);
}

@media only screen and (min-width: 767px) {
  .block--lezerscolumn .list__item--wide .list__media::before {
    padding-top: 24.85%;
  }
}

@media only screen and (min-width: 1180px) {
  .block--lezerscolumn .list__item--wide .list__media::before {
    padding-top: 28.25%;
  }
}



.block--lezerscolumn .list__link {
  min-height: initial;
}

.block--lezerscolumn .list__media {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 10rem;
  padding: 2rem;
  position: relative;
}

.block--lezerscolumn .list__media::before {
  content: "";
  float: left;
  height: 0;
  margin-left: -0.1rem;
  padding-top: calc(80 / 100 * 100%);
  width: 0.1rem;
}

@media only screen and (min-width: 767px) {
  .block--lezerscolumn .list__media::before {
    padding-top: 56.25%;
  }
}

.block--lezerscolumn .list__media::after {
  background: var(--fw3-secondary);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}

.block--lezerscolumn .list__media--inner {
  height: 5.5rem;
  position: relative;
  width: 5.5rem;
  z-index: 1;
}

@media only screen and (min-width: 767px) {
  .block--lezerscolumn .list__media--inner {
    height: 15rem;
    width: 15rem;
 }
}

.block--lezerscolumn .list-card__icon {
  align-items: center;
  background-color: #fff;
  border: 0.2rem solid var(--fw3-secondary);
  border-radius: 50%;
  display: flex;
  height: 2rem;
  justify-content: center;
  position: absolute;
  right: -1rem;
  top: 1rem;
  width: 2rem;
  z-index: 10;
}

.block--lezerscolumn .list-card__icon svg {
  height: auto;
  width: 55%;
}

.block--lezerscolumn .list-card__icon svg path {
  fill: var(--fw3-secondary);
}

@media only screen and (min-width: 767px) {
  .block--lezerscolumn .list-card__icon {
    height: 3.8rem;
    right: -1.5rem;
    top: 2.5rem;
    width: 3.8rem;
  }

  .block--lezerscolumn .list-card__icon svg {
    width: auto;
  }
}

@media only screen and (min-width: 767px) {
  .block--lezerscolumn .list__content {
    text-align: center;
 }
}

.block--lezerscolumn .list__meta {
  font-size: 1.2rem;
  font-weight: bold;
}

.block--lezerscolumn .list__meta-category {
  color: var(--fw3-list-featured-single-title-color, var(--fw3-black));
}

.block--lezerscolumn .list__meta--name {
  color: var(--fw3-secondary);
}

.block--lezerscolumn .list__meta--date {
  display: block;
  padding-top: 1rem;
}

.block--lezerscolumn .list-card__picture {
  background-color: #fff;
  border: 0.2rem solid var(--fw3-secondary);
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.block--lezerscolumn .list-card__picture img {
  height: 100%;
  width: 100%;
}

/* * Call 2 action card */
@media only screen and (max-width: 766px) {
  .list__item--cta {
    border-top: 0.1rem solid #f4f4f4 !important;
 }
}

.list__item--cta a {
  color: var(--fw3-black);
  text-decoration: none;
}

.list__item--cta .button--primary,
.list__item--cta .button--secondary {
  margin: 0 auto;
}

/* * Lezerscolumn Featured Image */
.column-header {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.column-header.featured-image::after {
  background-color: var(--fw3-secondary);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}

.column-header__inner {
  z-index: 1;
}

.column-header__media {
  height: 18rem;
  position: relative;
  width: 18rem;
}

.column-header__icon {
  align-items: center;
  background-color: #fff;
  border: 0.2rem solid var(--fw3-secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 4.5rem;
  position: absolute;
  right: -2rem;
  top: 4rem;
  width: 4.5rem;
}

.column-header__icon svg path {
  fill: var(--fw3-secondary);
}

.column-header__picture {
  background-color: #fff;
  border: 0.2rem solid var(--fw3-secondary);
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.column-header__meta {
  font-size: 1.6rem;
  padding: 1rem;
  text-align: center;
}

.column-header__meta-name {
  color: var(--fw3-secondary);
  display: block;
  font-weight: bold;
}

.column-header__meta-date {
  color: #cecece;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}

.article__content .featured-image--column.column-header {
  padding-top: 4%;
}

@media only screen and (min-width: 1180px) {
  .article__content .featured-image--column.column-header {
    padding-top: 3%;
  }
}


/* Lezerscolumn block on pages */
.block--lezerscolumn-page {
  background: #fff;
}

.block--lezerscolumn-page .block__content {
  padding: 0 1.5rem;
}

.lezerscolumn-block {
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
  position: relative;
}

.lezerscolumn-block__container {
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
}

.lezerscolumn-block__container > * {
  position: relative;
  z-index: 1;
}

.lezerscolumn-block__container--bg {
  border: 1px solid var(--fw3-border-color);
  border-radius: 0.6rem;
}

.lezerscolumn-block__container--bg::after {
  background: var(--fw3-secondary);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
}

.lezerscolumn-block__title {
  align-items: center;
  display: flex;
  font-weight: 800;
  margin-bottom: 2rem;
  margin-top: 0;
  text-decoration: none;
}

.lezerscolumn-block__title h3 {
  color: var(--fw3-body-color);
  font-weight: 800;
  margin-top: 1rem;
}

.lezerscolumn-block__title svg {
  margin-right: 1.5rem;
}

.lezerscolumn-block__title-arrow {
  color: var(--fw3-secondary);
  font-weight: 700;
  margin-left: 0.25rem;
}

.lezerscolumn-block__preview {
  align-items: center;
  color: var(--fw3-body-color);
  display: flex;
  text-decoration: none;
}

.lezerscolumn-block__container--small .lezerscolumn-block__preview:not(:last-child) {
  margin-bottom: 1rem;
}

.lezerscolumn-block__author {
  flex: 0 0 7.8rem;
  margin-right: 1rem;
  text-align: center;
  text-decoration: none;
}

.lezerscolumn-block__container--small .lezerscolumn-block__excerpt h5 {
  font-size: 1.4rem;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lezerscolumn-block__container--small .lezerscolumn-block__author {
  flex-basis: 4rem;
}

.lezerscolumn-block__container--small .lezerscolumn-block__author-name {
  font-size: 1rem;
  font-weight: 500;
}

.lezerscolumn-block__author-image {
  margin-bottom: 0;
}

.lezerscolumn-block__author-image img {
  border-radius: 50%;
}

.lezerscolumn-block__author-name {
  color: var(--fw3-secondary);
  flex-basis: 100%;
  font-size: 1.3rem;
  font-weight: 700;
}

.lezerscolumn-block__container--large .lezerscolumn-block__author .lezerscolumn-block__author-name {
  display: none;
}

.lezerscolumn-block__excerpt {
  align-items: center;
  background: #fff;
  border-radius: 0.6rem;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.lezerscolumn-block__container--small .lezerscolumn-block__excerpt {
  background: transparent;
  padding-right: 3rem;
}

.lezerscolumn-block__container--small .lezerscolumn-block__excerpt::before {
  color: var(--fw3-secondary);
  content: '>';
  opacity: 0.2;
  position: absolute;
  right: 1rem;
}

.lezerscolumn-block__container--small .lezerscolumn-block__excerpt::after {
  background: var(--fw3-secondary);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
}

.lezerscolumn-block__excerpt h4,
.lezerscolumn-block__excerpt h5 {
  flex-basis: 100%;
  margin-top: 0;
}

.lezerscolumn-block__excerpt h4 {
  font-weight: 800;
}

.lezerscolumn-block__excerpt p {
  display: none;
  flex-basis: 100%;
  font-size: 1.2rem;
  font-style: italic;
}

.lezerscolumn-block__read-more {
  background: transparent;
  bottom: 0;
  color: transparent;
  font-size: 0;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}

.lezerscolumn-block__cta {
  align-items: center;
  border-radius: 0.6rem;
  display: flex;
}

.lezerscolumn-block__cta .lezerscolumn-block__icon {
  margin-right: 1rem;
}

.lezerscolumn-block__cta p {
  font-size: 1.2rem;
  margin: 0;
}

.lezerscolumn-block__cta .button {
  font-size: 1.1rem;
  margin: 0 0 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.lezerscolumn-block__icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.lezerscolumn-block__icon svg {
  width: 2.1rem;
  height: 2.1rem;
}

@media only screen and (min-width: 767px) {
  .block--lezerscolumn-page .block__content {
    padding: 0 1rem;
  }

  .lezerscolumn-block {
    padding: 5rem 0;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .lezerscolumn-block__container {
    padding: 1.5rem;
  }

  .lezerscolumn-block__container--large {
    flex-basis: calc(66.67% - 1rem);
    margin-right: 2rem;
  }

  .lezerscolumn-block__container--small {
    border: 1px solid var(--fw3-border-color);
    border-radius: 0.6rem;
    flex-basis: calc(33.33% - 1rem);
  }

  .lezerscolumn-block__container--small::after {
    background: var(--fw3-secondary);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
  }

  .lezerscolumn-block__container--extra {
    border: 0;
    flex-basis: 100%;
    padding: 1.5rem 0 0.25rem;
  }

  .lezerscolumn-block__container--extra::after {
    display: none;
  }

  .lezerscolumn-block__author {
    flex-basis: 11.4rem;
  }

  .lezerscolumn-block__container--large .lezerscolumn-block__author-image {
    margin-bottom: 1rem;
  }

  .lezerscolumn-block__author-name {
    font-weight: 600;
  }

  .lezerscolumn-block__cta {
    font-weight: 800;
    justify-content: flex-end;
  }

  .lezerscolumn-block__cta p {
    font-size: 1.4rem;
  }

  .lezerscolumn-block__cta .button {
    font-size: 1.2rem;
    margin-left: 1.5rem;
  }

  .lezerscolumn-block__container--large .lezerscolumn-block__preview {
    align-items: flex-start;
  }

  .lezerscolumn-block__container--large .lezerscolumn-block__excerpt {
    padding: 1.5rem;
  }

  .lezerscolumn-block__container--large .lezerscolumn-block__excerpt .lezerscolumn-block__author-name {
    display: none;
  }

  .lezerscolumn-block__container--large .lezerscolumn-block__author .lezerscolumn-block__author-name,
  .lezerscolumn-block__excerpt p {
    display: block;
  }

  .lezerscolumn-block__container--small .lezerscolumn-block__author-name {
    font-size: 1.1rem;
  }

  .lezerscolumn-block__title h3 {
    align-items: center;
    display: flex;
    margin-top: 0;
    width: 100%;
  }

  .lezerscolumn-block__title-arrow {
    font-size: 2rem;
    margin-left: auto;
  }

  .lezerscolumn-block__container--small .lezerscolumn-block__excerpt {
    background: #fff;
  }

  .lezerscolumn-block__container--small .lezerscolumn-block__excerpt::after {
    display: none;
  }

  .lezerscolumn-block__excerpt h4 {
    font-size: 1.9rem;
    font-weight: 700;
  }

  .lezerscolumn-block__excerpt p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }

  .lezerscolumn-block__read-more {
    color: var(--fw3-body-color);
    font-size: 1.4rem;
    margin-left: auto;
    position: relative;
  }

  .lezerscolumn-block__icon {
    display: none;
  }
}

@media only screen and (min-width: 1180px) {
  .lezerscolumn-block__container--extra {
    flex-basis: calc(66.67% - 1rem);
    margin-right: 2rem;
    margin-top: -72px;
    padding: 1.5rem;
  }

  .lezerscolumn-block__container--large {
    padding-bottom: 72px;
  }
}