/*
 *
 * 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 #section10.ilm-section {
    padding-top: 7vw;
}



#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(3, 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;
}


#ilm-home #vertical-callouts .content {
  display: none;
}

#ilm-home #vertical-callouts .title,
#ilm-home #vertical-callouts .title.mobile {
  display: none;
}

/*
#storytelling-is-our-calling .foreground {
    padding-right: 5%;
    align-items: center;
}
#storytelling-is-our-calling .foreground .wrap {
  width: unset;
  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);
}


#ilm-home-podcast {
	display: flex;
	flex-direction: column;
  align-items: flex-start;
  padding-bottom: 60px;
}
body.home #section10.ilm-section {
  background-color: var(--midnight-blue);
  color: var(--roger-rabbit);
  margin-bottom: 0px;
}
body.home #section10.ilm-section h2 {
  text-align: center;
  color: var(--roger-rabbit);
}
body.home #section10.ilm-section h4 {
  text-align: center;
  margin-bottom: 60px;
  color: var(--roger-rabbit);
}
body.home #section10.ilm-section h4 {
  color: var(--roger-rabbit);
}
#ilm-home-podcast .top {
  display: flex;
  flex-direction: row;
  margin-bottom: 3vw;
  width: 100%;
}
#ilm-home-podcast .hero {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-basis: 50%;
}
#ilm-home-podcast .hero article {
  max-width: 800px;
}
#ilm-home-podcast .top > .description {
  flex-basis: 60%;
  margin-top: -40px;
  padding-left: 40px;
  padding-right: 40px;
}
#ilm-home-podcast .top .description p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#ilm-home-podcast .top .description p,
#ilm-home-podcast .top .description li {
  font-size: 24px;
  font-weight: 500;
  font-family: owners, sans-serif;
  letter-spacing: 0.04em;
  line-height: 120%;
}
#ilm-home-podcast .top .description > .logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
#ilm-home-podcast .top .description ul {
  font-size: 24px;
  margin-left: 2em;
}
#ilm-home-podcast .top .description li {
  font-size: 24px;
  list-style: disc;
  margin-bottom: 20px;
}
#ilm-home-podcast .wrap{
	display: flex;
	flex-direction: column;
  align-items: center;
  width: 100%;
}
#ilm-home-podcast .articles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  max-width: 1920px;
  column-gap: 2vw;
}
#ilm-home-podcast .wrap .more {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#ilm-home-podcast .poster {
	flex-basis: 33%;
  margin-right: 20px;
}
#ilm-home-podcast .poster img{
  border-radius: 20px;
}
#ilm-home-podcast .player {
  margin-bottom: 16px;
}
#ilm-home-podcast article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ilm-home #ilm-home-podcast article a {
  color: var(--t1000-grey);
  font-family: code-saver, sans-serif;
}
#ilm-home #ilm-home-podcast article .title {
  font-size: 14px;
  text-align: center;
}
#ilm-home #ilm-home-podcast article .title {
  font-size: 14px;
  text-align: center;
}
#ilm-home #ilm-home-podcast .articles article .title {
  font-size: 14px;
}
#ilm-home-podcast img {
  border-radius: 20px;
}
#ilm-home-podcast .platforms {
  margin-top: 60px;
}
