/*
 Theme Name:   VQFF 2018 Child - OiS
 Description:  Child Theme for Out in Schools
 Author:       Design by Seven25, Web Development by Ginger Ngo
 Template:     VQFF-2018
 Text Domain:  vqff-2018-ois-child
*/
body {
  background: #FDDC00;
  color: black;
  border-color: black; }
  body.single-film {
    background: #2F2F2F; }

.single .top-subtitle {
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 1rem; }
.single .content {
  color: white; }
  .single .content .button {
    border-color: white;
    color: white; }
    .single .content .button:hover {
      color: #FFC600; }
  .single .content .pagination a {
    color: white; }
    .single .content .pagination a .arrow {
      border-color: white; }

h2 {
  border-bottom: 0; }

a {
  color: #2F2F2F; }
  a:hover {
    color: black !important; }

button,
.button {
  background: white;
  border-color: #2F2F2F;
  color: #2F2F2F;
  transform: background 200ms ease-in-out; }
  button:hover,
  .button:hover {
    background: #FFC600;
    color: white; }
  button.accent,
  .button.accent {
    background: #FFC600;
    border-color: #FFC600; }
    button.accent:hover,
    .button.accent:hover {
      background: white;
      color: black; }
  button.dark,
  .button.dark {
    background: #2F2F2F;
    border-color: #2F2F2F;
    color: white; }
    button.dark:hover,
    .button.dark:hover {
      background: #FFC600;
      border-color: #FFC600; }
  button.no-bg,
  .button.no-bg {
    border-color: #2F2F2F;
    background: transparent;
    color: #2F2F2F; }

.pagination a,
.icon-link a {
  color: black; }
  .pagination a .arrow,
  .icon-link a .arrow {
    border-color: black; }

#nav-container a:hover,
#footer a:hover {
  color: #FFC600 !important; }

#header-desktop #nav-container #menu-header-cta-menu li:last-of-type a {
  background: #FFC600;
  border-color: #FFC600; }
  #header-desktop #nav-container #menu-header-cta-menu li:last-of-type a:hover {
    color: white !important; }

#header-mobile.open {
  background: #FFC600; }

.change-lives {
  -webkit-clip-path: polygon(0 23%, 100% 0, 100% 100%, 10% 89%);
  clip-path: polygon(0 23%, 100% 0, 100% 100%, 10% 89%);
  background: #2F2F2F;
  color: white;
  padding: 5% 10% 6% 0;
  margin-left: auto;
  text-align: center;
  margin-right: -10%;
  width: 25vw;
  min-width: 460px; }
  .change-lives h3 {
    font-size: 3.5rem;
    line-height: 130%;
    margin-bottom: 1.5rem; }
  .change-lives .button {
    display: inline-block;
    background: transparent;
    color: #FFC600; }
  body.small-screen .change-lives {
    box-sizing: border-box;
    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
    margin: 0 -5%;
    width: 110%;
    padding: 10% 5%;
    min-width: auto; }
    body.small-screen .change-lives h3 {
      font-size: 2rem; }

#film-listing.ois-films #ois-film-title a {
  color: black; }
#film-listing.ois-films .sidebar .clear-filters {
  color: black; }
#film-listing .film-list-view .film-list-container .single-film:first-of-type {
  border-top: 0; }
#film-listing .film-list-view .film-list-container .single-film .film-title-container .button:hover {
  background: white; }

#index .feature-image {
  position: relative;
  overflow: hidden;
  height: 650px;
  background: white; }
  #index .feature-image .overlay {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    background: #ff5722; }
  #index .feature-image img {
    width: 100%; }
  #index .feature-image .feature-text {
    position: absolute;
    z-index: 8;
    top: 3rem;
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
    padding: 2rem 20%;
    box-sizing: border-box;
    color: white; }
    #index .feature-image .feature-text h2 {
      font-size: 4rem; }
      body.small-screen #index .feature-image .feature-text h2 {
        font-size: 2rem !important; }
    #index .feature-image .feature-text .button {
      color: black;
      margin-top: 4rem;
      margin-bottom: 3rem;
      overflow: hidden;
      display: inline-block; }
      body.small-screen #index .feature-image .feature-text .button {
        margin-top: 0; }
#index #slideshow {
  background: #FFC600;
  margin-top: -5rem;
  height: 300px; }
  body.medium-screen #index #slideshow {
    height: 250px;
    margin-bottom: -3rem;
    z-index: 8;
    -webkit-clip-path: polygon(0 0, 100% 12%, 100% 94%, 0 100%);
    clip-path: polygon(0 0, 100% 12%, 100% 94%, 0 100%); }
  body.small-screen #index #slideshow {
    height: 200px; }
    body.small-screen #index #slideshow .single-slide .quote {
      width: 50%; }
      body.small-screen #index #slideshow .single-slide .quote h3 {
        font-family: 'Morl Italic';
        font-size: 1.5rem; }
#index .sub-feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  position: relative; }
  #index .sub-feature .image {
    overflow: hidden; }
  #index .sub-feature .content {
    width: 45%;
    padding: 5% 10%;
    color: black;
    margin: auto; }
  #index .sub-feature .button {
    margin-top: 3rem;
    margin-bottom: 4rem;
    display: inline-block; }
  #index .sub-feature.top {
    align-items: baseline;
    overflow: hidden; }
    #index .sub-feature.top .image {
      -webkit-clip-path: polygon(20% 0%, 101% 0, 100% 100%, 0% 100%);
      clip-path: polygon(20% 0%, 101% 0, 100% 100%, 0% 100%);
      height: 110vh; }
    #index .sub-feature.top .content {
      padding-right: 0;
      margin-left: 0;
      width: 63%; }
  #index .sub-feature.middle {
    height: 80vh;
    overflow: hidden; }
    #index .sub-feature.middle .image {
      -webkit-clip-path: polygon(0 0, 90% 0, 75% 100%, -1% 100%);
      clip-path: polygon(0 0, 90% 0, 75% 100%, -1% 100%);
      height: 80vh; }
    #index .sub-feature.middle .content {
      padding-left: 0;
      margin-right: 0; }
  #index .sub-feature.bottom {
    background: #2F2F2F;
    display: block;
    position: relative; }
    #index .sub-feature.bottom .image {
      width: 100%;
      height: 450px; }
      #index .sub-feature.bottom .image img {
        width: 100%; }
    #index .sub-feature.bottom .content {
      bottom: 0;
      background: #222;
      width: 80%;
      margin-top: -10vh;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      -webkit-clip-path: polygon(0 0, 101% 19%, 100% 100%, -3% 100%);
      clip-path: polygon(0 0, 101% 19%, 100% 100%, -3% 100%); }
      #index .sub-feature.bottom .content .button {
        background: transparent;
        border-color: #FFC600;
        color: #FFC600;
        transition: background 200ms ease-in-out; }
        #index .sub-feature.bottom .content .button:hover {
          background: #FFC600 !important;
          color: #2F2F2F !important; }
      #index .sub-feature.bottom .content .body-copy {
        width: 90%;
        padding-left: 5%; }
  body.medium-screen #index .sub-feature {
    flex-direction: column;
    height: auto; }
    body.medium-screen #index .sub-feature .content {
      width: 100%;
      padding: 4% 10% 0;
      box-sizing: border-box; }
    body.medium-screen #index .sub-feature .image {
      -webkit-clip-path: none;
      clip-path: none;
      height: 500px;
      width: 100%; }
      body.medium-screen #index .sub-feature .image img {
        width: 100%;
        height: auto; }
    body.medium-screen #index .sub-feature.bottom .content {
      margin-top: -15rem; }
  body.small-screen #index .sub-feature .image img {
    width: 100%;
    height: 100%; }
  body.small-screen #index .sub-feature.bottom .content {
    flex-direction: column;
    padding-top: 6rem;
    align-items: initial; }
    body.small-screen #index .sub-feature.bottom .content .button {
      margin: 3rem 0 4rem; }

#book-a-presentation .book.bg.accent-clip {
  background: #FFC600;
  width: 113%;
  height: 70vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 20%, 0% 100%);
  position: absolute;
  z-index: -2;
  top: -10rem;
  margin: 0 -10%; }
#book-a-presentation .book.bg.dark-clip {
  background: #000;
  opacity: 0.3;
  width: 103%;
  height: 50vh;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 45%);
  clip-path: polygon(100% 0, 0 0, 100% 45%);
  position: absolute;
  z-index: -1;
  top: -10rem;
  margin-right: -10%; }
#book-a-presentation h3 {
  margin-top: 1.5rem; }
#book-a-presentation .body-copy {
  margin-top: 3rem;
  width: 60%; }
#book-a-presentation #requirements {
  margin-top: 10rem; }
  #book-a-presentation #requirements .single-req {
    display: flex;
    border-top: 1px solid; }
    #book-a-presentation #requirements .single-req .title {
      width: 20%; }
    #book-a-presentation #requirements .single-req .description {
      width: 60%;
      padding: 1.5rem 10%; }
  body.small-screen #book-a-presentation #requirements {
    margin-top: 2rem; }
    body.small-screen #book-a-presentation #requirements .single-req .title h3 {
      margin-bottom: 0; }
#book-a-presentation #faq {
  border-top: 1px solid; }
  #book-a-presentation #faq ul {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    columns: 2;
    column-gap: 6rem; }
    #book-a-presentation #faq ul li {
      display: inline-block;
      padding: 1rem 0; }
  body.small-screen #book-a-presentation #faq ul {
    columns: 1;
    column-gap: 0;
    padding-right: 0 !important; }
    body.small-screen #book-a-presentation #faq ul li {
      text-indent: 0; }

form label {
  font-weight: normal !important; }
form .af-field.bold-label > .af-label {
  font-family: 'Morl Bold'; }
form .af-success {
  position: absolute;
  width: 90%;
  margin-top: 10rem;
  background: white;
  padding: 10rem 5rem;
  width: 90%;
  text-align: center;
  box-sizing: border-box;
  animation: slideDown 500ms cubic-bezier(0.42, 0, 0.72, 1.36) forwards; }
form .acf-table tbody, form .acf-table tr, form .acf-table td {
  background: transparent; }
form .acf-fields {
  font-size: 1rem; }
  form .acf-fields input[type="text"],
  form .acf-fields input[type="number"],
  form .acf-fields input[type="email"],
  form .acf-fields textarea {
    padding: 1rem 0.5rem;
    font-size: 1rem;
    font-family: 'Morl Light'; }
  form .acf-fields select {
    font-size: 1rem;
    font-family: 'Morl Light';
    border: 0;
    background: white;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px; }
  form .acf-fields > .acf-field {
    border-top: 1px solid black;
    padding: 2rem 0; }
  form .acf-fields.-border, form .acf-fields.-left > .acf-field:before {
    background: transparent;
    border: 0; }
  form .acf-fields .description {
    font-family: 'Morl Italic'; }
form .acf-button-group label {
  padding-top: 10px;
  cursor: pointer; }
  form .acf-button-group label.selected {
    background: #2F2F2F;
    border-color: #2F2F2F; }
    form .acf-button-group label.selected:hover {
      background: black;
      color: white; }
  form .acf-button-group label:hover {
    background: #DDD;
    color: black; }
body.small-screen form .acf-button-group {
  flex-direction: column;
  width: 100%; }
  body.small-screen form .acf-button-group label {
    white-space: inherit;
    border-radius: 0; }
form ul.acf-checkbox-list li {
  font-size: 1rem;
  line-height: 150%; }
form .acf-actions {
  text-align: left; }
  form .acf-actions a {
    display: inline-block; }
form .acf-form-submit {
  text-align: right; }

.section-nav {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem; }
  .section-nav .section-title {
    padding-left: 1.5rem;
    cursor: pointer;
    font-size: 3rem; }
    .section-nav .section-title:hover {
      opacity: 1; }
  .section-nav #resource-nav {
    opacity: 0.5; }

#film-listing {
  overflow: hidden;
  margin-bottom: 3rem; }
  #film-listing .resource-section,
  #film-listing .films-section {
    position: relative;
    overflow: hidden;
    top: -100vw;
    width: 0;
    height: 0; }
    #film-listing .resource-section.active,
    #film-listing .films-section.active {
      width: 100%;
      height: auto;
      animation: slideDown 300ms ease-in-out forwards; }
  #film-listing .films-section {
    display: flex; }
    #film-listing .films-section .sidebar {
      margin-top: 0; }
      #film-listing .films-section .sidebar .icon-links {
        margin: 0.5rem 0; }
      #film-listing .films-section .sidebar li {
        background: #edce00; }

#resources .single-collapsible-content {
  border-color: black; }
  #resources .single-collapsible-content * {
    color: black;
    border-color: black; }
  #resources .single-collapsible-content .collapsible-title {
    font-family: 'Morl Extra Bold Italic'; }
    #resources .single-collapsible-content .collapsible-title:hover {
      color: #555; }
  #resources .single-collapsible-content .collapsible-content {
    margin-bottom: 2rem; }
  #resources .single-collapsible-content .resource-list {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #resources .single-collapsible-content .resource-list .single-resource {
      border-top: 1px solid;
      width: 48%; }
      #resources .single-collapsible-content .resource-list .single-resource .resource-info {
        padding: 1rem 0; }

body.single-film {
  background: #FDDC00; }

.single.film.ois .film-content-container {
  background: #FDDC00; }
  .single.film.ois .film-content-container .body-copy * {
    color: black; }
  .single.film.ois .film-content-container .body-copy .body-content, .single.film.ois .film-content-container .body-copy .film-details {
    border-color: black !important; }
  .single.film.ois .film-content-container .body-copy .featured-in {
    width: 70%; }
    .single.film.ois .film-content-container .body-copy .featured-in .top-subtitle {
      margin-top: -3rem;
      margin-bottom: -2rem; }
    .single.film.ois .film-content-container .body-copy .featured-in .header {
      padding-bottom: 1rem; }
    .single.film.ois .film-content-container .body-copy .featured-in .title {
      width: 100%; }
body.small-screen .single.film.ois .body-copy .title {
  margin-top: 1rem; }

[id^=wpmem_] {
  border-color: black; }
  [id^=wpmem_] fieldset {
    border: 0;
    padding: 3rem 0;
    margin: 0px; }
    [id^=wpmem_] fieldset .req-text {
      display: none; }
    [id^=wpmem_] fieldset legend {
      margin-bottom: -2rem;
      font-family: 'Morl Italic';
      font-size: 2rem;
      padding-top: 3rem;
      padding-bottom: 1rem;
      display: block;
      border-bottom: 1px solid;
      width: 100%;
      line-height: 110%; }
    [id^=wpmem_] fieldset label[for="user_login"] + .div_text p.noinput {
      font-size: 2rem;
      font-family: 'Morl Italic'; }
    [id^=wpmem_] fieldset input[type="text"],
    [id^=wpmem_] fieldset input[type="password"],
    [id^=wpmem_] fieldset input[type="email"] {
      padding: 0.5rem;
      font-family: 'Morl Light';
      font-size: 1rem;
      width: 100%;
      box-sizing: border-box;
      margin: 0.25rem auto 1.5rem; }
    [id^=wpmem_] fieldset input[type="submit"] {
      padding: 0.75rem 1.5rem 0.5rem;
      border: 0;
      display: block;
      font-family: 'Morl Regular';
      border-radius: 5px;
      font-size: 1rem;
      margin: 1rem auto 2rem;
      color: #2F2F2F !important;
      background: #FFC600 !important;
      border: 2px solid #FFC600;
      cursor: pointer;
      -webkit-appearance: none;
      appearance: none; }
      [id^=wpmem_] fieldset input[type="submit"]:hover {
        background: #DDD !important;
        border-color: #DDD;
        color: black !important; }
    [id^=wpmem_] fieldset .g-recaptcha {
      text-align: center;
      margin-bottom: 2rem; }
      [id^=wpmem_] fieldset .g-recaptcha > div {
        margin: auto; }
    [id^=wpmem_] fieldset label[for="school_org_name"]::before {
      content: "School/Organization Details";
      border-top: 1px solid;
      display: block;
      padding: 2rem 0;
      margin-top: 1rem;
      font-family: 'Morl Italic';
      font-size: 1.5rem; }

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