/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            10.x-dev
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       7.4
Requires at least:  5.9
*/

.hero__overlayImage {
  height: 100%;
}

.ijkie-2026 .event-form-wrapper {
	margin-top: 60px;
}

.ijkie-2026 .event-themes-wrapper {
	margin-bottom: 0;
}

.article__image {
  height: 75px !important;
}

.article__single--image {
  height: 350px;
  margin-bottom: 2rem;
}

.article__single--image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.single .page-header {
  padding-bottom: 1rem !important;
}

.agenda_item {
  background-color: #fff;
  text-decoration: none;
}

.agenda_item:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.agenda_item * {
  text-decoration: none;
}

.postColumns.news .post__image {
  height: 200px !important;
}

h2.entry-title a {
  text-decoration: none !important;
}

.post__content {
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0 !important;
}

section.__event {
  margin-top: 200px;
}

section.__event div.__banner {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

section.__event img {
  display: block;
  width: 100%;
}

section.__event div.__banner a.btn {
  width: 170px !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section.__event {
    margin-top: 100px;
  }

  section.__event div.__banner a.btn {
    display: block;
    width: 80% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  section.__event img {
    height: 250px;
  }
}

img.tkie__gallery__img {
  display: block;
  height: 250px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

div.presentatie__entry>div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

div.presentatie__entry:last-of-type>div {
  border-bottom: none !important;
}

div.aftermovie iframe {
  width: 100%;
}

.talenten .entry .content {
  background-color: rgba(33, 114, 185, 0.7);
  margin-top: -40px;
  height: 100%;
}

.talenten .entry img {
  position: relative;
  z-index: -1;
  height: 360px;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.talenten .entry .content {
  height: 144px;
}

.center-buttons .buttons {
  justify-content: center;
}

.text-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content-no-margin p:last-of-type {
  margin: 0;
}

.header-talent {
  padding-top: 220px;
  padding-bottom: 150px;
}

.header-talent h2 {
  font-weight: 400;
  font-size: 20px;
}

.header-talent h1 {
  font-size: 56px;
}

.header-talent img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.talent-content {
  margin-top: 150px;
  padding-bottom: 150px;
}

.talent-content .talent-banner {
  margin-top: 100px;
  box-shadow: 0px 3px 6px #00000029;
}

.talentboek-header .hero__image img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.talentboek-header-wrapper {
  padding-top: 150px;
}

.talentboek-switch img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  background-color: #FFF;
  transform: scale(0.7);
  box-shadow: 0px 3px 6px #00000029;
}

/* TK&IE */
.event-header h1 {}

.event-header img {
  display: block;
  object-fit: cover;
  margin-bottom: 100px;
  width: 100%;
}

.spreker-entry img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
}

.event-themes .custom-badge {
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  margin-right: 12px;
}

.custom-badge-primary {
  background-color: #2699fb;
}

.custom-badge-secondary {
  background-color: #e94e1b;
}

.custom-badge-full {
  background-color: red;
}

.event-schedule-title {
  margin-bottom: 18px;
}

.event-schedule-wrapper {
  margin-bottom: 60px;
}

.event-schedule {
  margin-top: 32px;
}

.event-schedule li {
  margin-bottom: 12px;
}

.event-schedule li p {
  width: 80%;
}

.event-schedule li span {
  width: 20%;
}

.gform_wrapper {}

.gf_progressbar_percentage {
  background-color: #e94e1b !important;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: #fff;
}

.gform_wrapper .gfield textarea {
  max-width: 100% !important;
}

.gform_wrapper .gform_page_footer input {
  border-radius: 100px;
  padding: 8px 18px;
  background-color: #2699fb;
  color: #fff;
}

.row-title {
  margin-bottom: 18px;
}

/* TKIE header */
.event-header-wrapper {
  margin-top: 150px !important;
}

/* TKIE intro */
.event-intro-wrapper {
  margin-bottom: 60px;
}

/* TKIE aftermovie */
.event-aftermovie-wrapper .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.event-aftermovie-wrapper {
  margin-bottom: 60px;
}

.event-aftermovie-wrapper .video-wrapper iframe,
.event-aftermovie-wrapper .video-wrapper object,
.event-aftermovie-wrapper .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

/* TKIE themes */
.event-themes-wrapper {
  margin-bottom: 75px;
}

.event-themes-wrapper .sessions-title {
  margin-bottom: 24px;
}

.event-themes-intro {
  margin-bottom: 60px;
}

.event-themes-wrapper .event-theme-entry {
  margin-top: 50px;
}

.event-themes-wrapper .event-theme-entry:first-of-type {
  margin-top: 0;
}

.event-themes-wrapper .event-theme-name {
  margin-bottom: 36px;
}

.event-themes-wrapper .event-session-name {
  margin-bottom: 12px;
}

.event-themes-wrapper .event-theme-badges {
  margin-bottom: 20px;
}

.event-themes-wrapper .event-session-entry {
  margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  .event-themes-wrapper .event-session-entry {
    margin-bottom: 100px !important;
  }
}

.event-themes-wrapper .spreker-entry {
  margin-bottom: 20px;
}

.event-themes-wrapper .spreker-entry:last-of-type {
  margin-bottom: 0 !important;
}

/* TKIE form */
.event-form-wrapper {
  margin-top: 75px !important;
}

.event-form-details {
	margin-top: 75px !important;
}

/* TKIE partners */
.event-partners-wrapper {
  margin-top: 75px !important;
  margin-bottom: 75px;
}

.event-partners-wrapper .entry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  border-radius: 15px;
  transition: transform ease-in-out .2s;
}

.event-partners-wrapper .entry:hover {
  transform: scale(1.05);
}

.event-partners-wrapper img {
  width: 100%;
}

.gallery-items {
  margin-bottom: 40px;
}

.gallery-items .image-wrapper {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1;
  text-decoration: none;
  display: block;
}

.gallery-items .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gform_button.button {
	padding: 12px 20px;
	background-color: rgb(233,78,27);
	color: #fff;
}