/*
 *
 * styles for the home page
 *
 */


#ilm-home {
  padding: 0px;
  margin:0px;
  color: black;
}

.page-template-page_home header h1.entry-title {
  max-width: 850px;
}


#ilm-home .ilm-section {
  /*
  padding-top: 80px;
  */
  background-color: var(--roger-rabbit);
}
#ilm-home #section01 {
  background-color: black;
  color: var(--roger-rabbit);
  padding-bottom: 40px;
  margin-bottom: 0px;
}
#ilm-home #section01 h1, 
#ilm-home #section01 h2,
#ilm-home #section01 h3,
#ilm-home #section01 h4, 
#ilm-home #section01 h6 {
  color: var(--roger-rabbit);
}
/*
#ilm-home #section02 {
  padding-top: 80px;
  background-color: var(--roger-rabbit);
}
*/
#ilm-home #section02 {
  padding-top: 120px;
}

#ilm-home #section09.ilm-section {
    padding-top: 7vw;
    padding-bottom: 7vw;
    background-color: var(--strange-red);
    color: var(--roger-rabbit);
    margin-bottom: 0px;
}
#ilm-home #section09 h1, #ilm-home #section09 h2, #ilm-home #section09 h3, #ilm-home #section09 h4, #ilm-home #section09 h5, #ilm-home #section09 h6 {
    color: var(--roger-rabbit);
}
#ilm-home #section09 a,
#ilm-home #section09 a:hover {
    color: var(--roger-rabbit);
}



#ilm-home a:not(.button) {
  color: var(--black-panther);
}
#ilm-home a:not(.button):hover {
  color: var(--magicians-red);
}


#ilm-home .ilm-section-content #home-top {
  color: var(--roger-rabbit);
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#ilm-home .ilm-section-content #home-top > * {
  max-width: 60%;
}
#ilm-home .ilm-section-content #home-top h1,
#ilm-home .ilm-section-content #home-top h2 {
  color: var(--roger-rabbit);
  font-size: 70px;
  font-weight: 500;
  text-align: center;
  line-height: 110%;
}
#ilm-home .ilm-section-content #home-top h3.since {
  color: var(--magicians-red);
  font-family: code-saver, sans-serif;
  text-align: center;
  line-height: 110%;
  text-transform: uppercase;
}
#ilm-home #section02 h2 {
  color: var(--black-panther); 
  grid-column: span 12;
}
#ilm-home video {
  border: solid 1px black;
  border-radius: 20px;
}


#ilm-home #home-slider-wrapper {
  border: 1px solid black;
 /*
  border-radius: 20px;
  overflow: hidden;
   */
}

#recent-projects {
  margin-bottom: 5.6vw;
}

#recent-projects .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1vw;
}
#recent-projects .project {
  grid-column: span 1;
  transition: all .2s ease-in-out;
}
#recent-projects .project:hover {
    transform: scale(1.05);
}
#recent-projects .project .preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#recent-projects .project .preview a {
  width: 100%;
}
#recent-projects .project .title a {
  color: var(--roger-rabbit);
  font-size: 16px;
  font-weight: 500;
}
#recent-projects .project .title a:hover {
  color: var(--saber-red);
}
#recent-projects img {
  border-radius: 13.5323px;
  width: 100%;
}
#recent-projects .more {
  display: flex;
  justify-content: center;
  margin-top: 1vw;
}



.fw-callout-outer > h2 {
  width: 100%;
  text-align: center;
}
.fw-callout {
  position: relative;
  border: solid 1px lime;
  /*
  grid-column: span 12;
  */
  grid-template-columns: repeat(4, 1fr);
  display: flex;
  flex-direction: row;
  justify-content: end;
  border-radius: 20px;
  border: solid 1px var(--roger-rabbit);
  color: var(--roger-rabbit);
}
#ilm-home .fw-callout .title h2 {
  color: var(--roger-rabbit);
}
.fw-callout .foreground {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  border-radius: 20px;
  border: solid 1px var(--roger-rabbit);
  min-height: 100%;
}
.fw-callout .background {
  position: relative;
  border: solid 1px lime;
  grid-template-columns: repeat(4, 1fr);
  display: flex;
  flex-direction: row;
  justify-content: end;
  border-radius: 20px;
  border: solid 1px var(--roger-rabbit);
}
.fw-callout .background.mobile {
  display: none;
}
#ilm-home .fw-callout video.background {
  border: 0px;
}
.fw-callout .wrap {
  display: flex;
  flex-direction: column;
  width: 45%;
  height: 100%;
}
.fw-callout .content {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
  margin-bottom: 2vw;
}
.fw-callout .buttons {
  display: flex;
  flex-direction: row;
}
.fw-callout .buttons .button {
  margin-right: 1vw;
}

#storytelling-is-our-calling .foreground {
    padding-right: 5%;
    align-items: center;
}
#storytelling-is-our-calling .foreground .wrap {
  width: unset;
  /*
  max-width: 84%;
  */
  flex-basis: 40%;
  padding-top: unset;
}
#ilm-home #storytelling-is-our-calling h2 {
  color: var(--roger-rabbit);
}

/*
#behind-the-scenes {
  grid-column: span 12;
}
*/

#behind-the-scenes .top {
  /*
  */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

#behind-the-scenes > .wrap {
  /*
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3vw;
  color: black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}


#behind-the-scenes .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /*
  width: calc(33.33% - 1vw);
  */
}
#behind-the-scenes .item::after {
  position: absolute;
  content: " ";
  border-left: solid 1px var(--black-panther);
  width: 1px;
  min-height: 100%;
  right: -1.5vw;
  /*
  width: calc(33.33% - 1vw);
  */
}
#behind-the-scenes .item:last-child::after {
  content: "";
  display: none;
  /*
  width: calc(33.33% - 1vw);
  */
}
/*
#behind-the-scenes .spacer { 
  width: 1px;
  border-left: solid 1px black;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}
*/
/*
#behind-the-scenes .item:first-child {
  border-right: 0px;
  align-items: flex-start;
}
#behind-the-scenes .item:last-child {
  border-right: 0px;
  align-items: flex-end;
}
*/
#behind-the-scenes .item .preview,
#behind-the-scenes .item .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 26.4vw;
  width: 100%;
}
#behind-the-scenes .item .date {
  font-family: code-saver, sans-serif;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0.5em;
}
#behind-the-scenes .item .title a {
  font-family: owners, sans-serif;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.04em;
}
/*
#behind-the-scenes .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
*/
#behind-the-scenes .item img {
  border-radius: 20px;
  border: solid 1px var(--roger-rabbit);
}


#work-at-ilm {
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 20px;
  border: solid 1px var(--roger-rabbit);
  color: white;
}
#work-at-ilm .foreground {
  justify-content: flex-start;
  padding-left: 6vw;
}
#work-at-ilm .wrap {
  flex-basis: 33%;
}
#work-at-ilm h2 {
  color: var(--roger-rabbit);
  color: var(--black-panther);
  font-family: owners, sans-serif;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 0.5em;
}