/*
Styles for Forklift Dancework Core Plugins
*/
/* Variables
--------------------------------------------- */
/*********************
BREAKPOINTS
*********************/
/* Projects
--------------------------------------------- */
.post-type-archive-projects .site-main {
  max-width: none;
  padding: 0;
}

.projects-container {
  padding: 2em 1em 3em;
}
.projects-container:nth-of-type(even) {
  background: #fff;
}
.projects-container .inner-container {
  padding: 0 1em;
}
@media (min-width: 51em) {
  .projects-container .inner-container {
    padding: 0 4em;
  }
}

h1.projects-row__header {
  color: #333;
  border-bottom: 1px solid #9f1922;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  letter-spacing: 1px;
}

.zd-css-grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (min-width: 51em) {
  .zd-css-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (min-width: 65em) {
  .zd-css-grid {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}

.zd-grid-item {
  background: #fff;
  padding: 0.35em;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
}
.zd-grid-item:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
  transition: 0.5s;
}

.projects-row-content {
  min-height: 100px;
}

img.projects-row__image {
  width: 100%;
}

h2.projects-row__title, h2.video-gallery__title {
  margin: 0 0 0.2rem;
  font-weight: normal;
  padding: 0 0.5rem;
  line-height: 1.1;
}

p.projects-row__teaser {
  margin: 0;
  padding: 0 0.5rem 0.5rem;
  line-height: 1.2;
  color: #333;
}

body.single-projects header.entry-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.51);
  margin-bottom: 0.5em;
  padding-bottom: 0.35rem;
}

/*Related Projects */
h2.related-title {
  color: #333;
  border-bottom: 1px solid #9f1922;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  letter-spacing: 1px;
}

section.related-projects {
  background: #fff;
  padding: 1em 1em 3em;
}

.related-pojects-inner {
  max-width: 1300px;
  margin: 1em auto;
}

.buttonbar {
  text-align: center;
  padding: 1em;
  margin: 2em 0;
}

a.button.related {
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  border-color: #333;
  padding: 1em 1.5em;
  letter-spacing: 1px;
  transition: 0.5s;
}
a.button.related:hover, a.button.related:focus {
  opacity: 0.8;
  transition: 0.5s;
}

/* Shortcode Styles */
section.sc-project-grid-container {
  margin: 3em auto 3.5em;
}

/* Team & Board
--------------------------------------------- */
.post-type-archive-teammembers .site-main {
  max-width: none;
  padding: 0;
}

.team-members__container {
  max-width: 878px;
  margin: auto;
  padding: 1em 1em 3em;
}

.zd-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-gap: 3rem;
}

.container:nth-of-type(even) {
  background: #fff;
}
.container.directors {
  margin-bottom: 3em;
}

.team-member {
  text-align: center;
}
.team-member img {
  border: 5px solid white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
.team-member:hover img {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
  transition: 0.5s;
}

.team-members__container h2 {
  margin: 1em 0 1em;
}

h2.bio__title {
  font-size: 1em;
  margin-bottom: 0;
}

h3.bio__sub-title {
  font-size: 0.9em;
  margin: 0;
}

/* Calendar
--------------------------------------------- */
.calendar-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
}

.calendar-entry-image {
  flex: 0 1 220px;
}

.calendar-entry-text {
  flex: 1 1 500px;
}
@media (min-width: 41.625em) {
  .calendar-entry-text {
    margin-left: 1em;
  }
}

img.calendar-entry__image {
  display: block;
}

h2.calendar-entry-title, h2.press-item__title {
  margin: 5px 0;
}

.calendar-entry-content {
  color: #333;
}

.press-item {
  margin: 2em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

/* Video Gallery
--------------------------------------------- */
.post-type-archive-videoentries {
  /* Modal Styling */
}
.post-type-archive-videoentries .site-main {
  max-width: none;
  padding: 0;
}
.post-type-archive-videoentries .modaal-content-container {
  text-align: center;
}
.post-type-archive-videoentries .modal-dialog-lightbox.video-modal__dialog {
  padding-bottom: 2em;
}
.post-type-archive-videoentries .modaal-container {
  max-width: 1300px;
  background: transparent;
  box-shadow: none;
}
.post-type-archive-videoentries .modaal-close:before, .post-type-archive-videoentries .modaal-close:after {
  background: #333;
}

h1.video-gallery__page-title {
  color: #333;
  border-bottom: 1px solid #9f1922;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  letter-spacing: 1px;
}

.container.video-gallery {
  padding: 2em 4em 3em;
}

.zd-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1rem;
}

.zd-video-grid-item {
  text-align: center;
  margin-bottom: 2em;
}
.zd-video-grid-item img {
  border: 5px solid white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
.zd-video-grid-item:hover img {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
  transition: 0.5s;
}

/* Slider
--------------------------------------------- */
ul.project-slideshow__slideshow {
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
}

.slick-slide {
  border: 7px solid #fff;
}

.slick-slide img {
  margin: auto;
  width: 100%;
}

/*# sourceMappingURL=core-style.css.map */