#row_cases_uabb .fl-post-grid-post, #row_cases .fl-post-grid-post {
  background: transparent;
  border: none;
  min-width: 300px;
  height: 254px;
  overflow: visible;
  margin: 0;
  padding: 0;
}
#row_cases_uabb .fl-post-grid-post:hover .fl-post-text .fl-case-title a, #row_cases .fl-post-grid-post:hover .fl-post-text .fl-case-title a {
  color: #e52059 !important;
}
#row_cases_uabb #triangle_2_up, #row_cases_uabb #triangle_2_down, #row_cases #triangle_2_up, #row_cases #triangle_2_down {
  scale: 1;
}
#row_cases_uabb .fl-post-grid .fl-post-column .fl-post-image, #row_cases .fl-post-grid .fl-post-column .fl-post-image {
  max-width: 300px;
  max-height: 300px;
}
#row_cases_uabb .fl-post-grid .fl-post-column .fl-post-text a, #row_cases .fl-post-grid .fl-post-column .fl-post-text a {
  color: white;
  font-size: 15px;
  line-height: 18px;
  width: 250px;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
#row_cases_uabb .fl-post-grid .fl-post-column .fl-post-title, #row_cases .fl-post-grid .fl-post-column .fl-post-title {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 5px;
}
#row_cases_uabb .fl-post-grid .fl-post-column:nth-child(even) .fl-post-image, #row_cases .fl-post-grid .fl-post-column:nth-child(even) .fl-post-image {
  /*background: purple;*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: url(#triangle_1_down);
  clip-path: url(#triangle_1_down);
  /*
			    -webkit-clip-path: url(#triangle_2_down);
			    clip-path: url(#triangle_2_down);
		*/
  object-fit: cover;
  min-width: 320px;
  min-height: 260px;
  position: static;
  display: inline-block;
}
#row_cases_uabb .fl-post-grid .fl-post-column:nth-child(even) .fl-post-text a, #row_cases .fl-post-grid .fl-post-column:nth-child(even) .fl-post-text a {
  position: relative;
  display: inline-block;
  top: -300px;
  min-width: 300px;
  padding: 0 20px;
}
#row_cases_uabb .fl-post-grid .fl-post-column:nth-child(odd) .fl-post-image, #row_cases .fl-post-grid .fl-post-column:nth-child(odd) .fl-post-image {
  /*background: blue;*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: url(#triangle_1_up);
  clip-path: url(#triangle_1_up);
  /*
			    -webkit-clip-path: url(#triangle_2_up);
			    clip-path: url(#triangle_2_up);
		*/
  object-fit: cover;
  min-width: 300px;
  min-height: 320px;
  position: static;
  display: inline-block;
}
#row_cases_uabb .fl-post-grid .fl-post-column:nth-child(odd) .fl-post-text a, #row_cases .fl-post-grid .fl-post-column:nth-child(odd) .fl-post-text a {
  position: relative;
  display: inline-block;
  top: -120px;
  min-width: 300px;
  padding: 0 20px;
}
/*
	// title fix
	#nav_cases > div > div.fl-post-grid > div:nth-child(2) > div > div.fl-post-text > h2 > a {
		top: -290px !important;
	}
*/
@media only screen and (max-width: 768px) {
  #row_cases {
    margin-bottom: 160px;
  }
  #row_cases .fl-post-grid-post {
    max-width: 410px;
    min-height: 360px;
    overflow: visible;
    position: relative;
    display: inline-block;
  }
  #row_cases .fl-post-grid {
    padding: 0 20px;
  }
  #row_cases .fl-post-grid .fl-post-column {
    height: 380px;
    width: 240px;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(1n + 1) {
    clear: none;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(3n + 1) {
    clear: none;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(3n + 1) {
    clear: none;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(6n + 1) {
    clear: none;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(6n + 1) {
    clear: none;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(odd) {
    clear: left !important;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(even) {
    clear: right !important;
  }
  #row_cases .fl-post-grid .fl-post-column .fl-post-image {
    min-width: 410px !important;
    min-height: 360px !important;
    display: inline-block;
    top: -450px;
  }
  #row_cases .fl-post-grid .fl-post-column .fl-post-image a > img {
    min-width: 410px !important;
    min-height: 360px !important;
  }
  #row_cases .fl-post-grid .fl-post-column .fl-post-text {
    min-width: 410px !important;
    padding: 0px;
    display: inline-block !important;
    position: static !important;
  }
  #row_cases .fl-post-grid .fl-post-column .fl-post-text a {
    font-size: 20px !important;
    line-height: 21px !important;
    min-width: 410px !important;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(even) .fl-post-image {
    -webkit-clip-path: url(#triangle_2_down) !important;
    clip-path: url(#triangle_2_down) !important;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(even) .fl-post-text a {
    position: relative !important;
    display: inline-block !important;
    top: -400px !important;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(odd) .fl-post-image {
    -webkit-clip-path: url(#triangle_2_up) !important;
    clip-path: url(#triangle_2_up) !important;
  }
  #row_cases .fl-post-grid .fl-post-column:nth-child(odd) .fl-post-text a {
    position: relative !important;
    display: inline-block !important;
    top: -130px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  #row_cases .fl-post-grid .fl-post-column {
    width: 170px;
  }
}
@media only screen and (max-width: 520px) {
  #row_cases .fl-post-column {
    transform: scale(0.75, 0.75);
  }
  #row_cases .fl-post-column .fl-post-text {
    position: relative !important;
    display: inline-block !important;
    top: -130px !important;
  }
  #row_cases .fl-post-grid-post {
    position: relative;
    width: 100%;
    height: 0 !important;
    padding-bottom: 100%;
  }
  #row_cases .fl-post-grid {
    padding: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fakroconsult.testsite81.nl%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fgeneratepress_child%2Fscss%2Frow_cases.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxGH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0HA%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWL%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAOC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%22%7D */