@charset "UTF-8";
/*
Theme Name: The Center for Independent Documentary (CID)
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for The Center for Independent Documentary (CID)
Version: 4.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: The Center for Independent Documentary (CID)
Tags: 
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Box sizing everything - added
   ========================================================================== */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*	
    --------------------------------------------------
    Body
	--------------------------------------------------
*/
html {
  overflow-x: hidden;
}

body {
  background: #FFF;
  font-size: 18px;
  line-height: 26px;
  color: #444;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

#skipnav {
  display: none;
}

/*	
    --------------------------------------------------
   	Grid
	-------------------------------------------------- 
*/
.container {
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
}

.main-content-inner {
  display: grid;
  max-width: 100%;
  grid-template-columns: minmax(20px, 1fr) minmax(50px, 410px) minmax(50px, 410px) minmax(50px, 410px) minmax(20px, 1fr);
}

.fullscreen {
  grid-column: 1/6;
}

.fullwidth {
  grid-column: 2/5;
}

.twothirds {
  grid-column: 3/5;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
}

.col.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

.col.sidebar img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1270px) {
  .col.sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
/* tablet */
@media (max-width: 860px) {
  .main-content-inner {
    grid-template-columns: 20px minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) 20px;
  }
  .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns.three {
    display: block;
  }
  .columns.four {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .columns.four .col {
    max-width: 100%;
    width: 100%;
  }
  .col.sidebar {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .columns.revmob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* small Mobile */
@media (max-width: 600px) {
  .container {
    max-width: 100%;
  }
  .columns,
.columns.four {
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    gap: 0;
  }
  .columns .col,
.col.sidebar {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
}
/*	
    --------------------------------------------------
    Typography
	--------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  margin: 20px 0 10px 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444;
  text-decoration: none;
  font-weight: 700;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
  text-align: center;
}

h3.bold {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 45px;
  line-height: 55px;
  color: #444;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

h2,
.h2 {
  font-size: 34px;
  line-height: 42px;
  color: #444;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 36px;
  color: #444;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 30px;
  color: #444;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

h4.search {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 6px;
}

h5,
h6 {
  font-size: 22px;
  line-height: 30px;
  color: #444;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

/* Mobile */
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 39px;
    line-height: 49px;
  }
  h2,
.h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3,
.h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h4,
.h4 {
    font-size: 18px;
    line-height: 26px;
  }
  h5,
h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
p {
  font-size: 18px;
  line-height: 26px;
  color: #444;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-weight: normal;
  margin: 0 0 30px 0;
}

p.smallmargin {
  margin: 0 0 10px 0;
}

p img {
  margin: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

ul {
  margin: 0 0 30px 20px;
  padding: 0;
}

ul li {
  margin: 0 0 12px 0;
  padding: 0 0 0 4px;
  list-style: url(images/bullet.png);
}

ul ul {
  margin: 10px 0 10px 60px;
  padding: 0;
}

ol {
  margin: 0 0 30px 20px;
  padding: 0;
}

ol li {
  margin: 0 0 12px 0;
  padding: 0 0 0 4px;
}

ol ol {
  margin: 10px 0 10px 60px;
  padding: 0;
}

blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  line-height: 22px;
}

blockquote p {
  padding: 0 0 0 45px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 22px;
  border: none;
}

p.wp-caption-text {
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: center !important;
  padding: 6px 20px 0 20px;
  color: #666;
  font-style: normal;
  margin: 0;
}

p.wp-caption-text.left {
  text-align: left !important;
  padding-left: 0;
}

.gallery-caption {
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: center !important;
  padding: 4px 35px 0 10px;
  color: #666;
  font-style: normal;
  margin: 0;
}

/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
  color: #677474;
  line-height: inherit;
  word-wrap: break-word;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: inherit;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
}

a:visited {
  line-height: inherit;
  color: #677474;
}

a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none !important;
}

a.box {
  display: inline-block;
  margin: 0;
  padding: 7px 12px;
  font-size: 18px;
  line-height: 26px;
  color: #2D2D2D;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 400 !important;
  position: relative;
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

a.box:visited {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}

a.box.back {
  padding: 6px 12px 6px 30px;
}

a.box.rev {
  color: #FFF;
}

a.box.white {
  color: #FFF;
}

a.box.white:visited {
  color: #FFF;
}

a.box.pdf {
  padding-right: 36px;
}

a.box.pdf.rev {
  padding-right: 24px;
}

a.box.pdf:before {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 20px;
  line-height: 26px;
  content: "\f054";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f1c1";
}

a.box.pdf.rev:before {
  -webkit-transform: translate(0, calc(-50% - 1px));
          transform: translate(0, calc(-50% - 1px));
}

a.box:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background: #000;
}

a.box.rev:hover {
  color: #677474;
  text-decoration: inherit;
  font-weight: inherit;
  background: none;
}

p + p.linkwrap {
  margin-top: -10px;
}

/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clearfloats {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
}

.clearfloats.spacer {
  height: 20px;
}

.no-pad {
  padding: 0;
}

div[id*=gallery-] {
  margin: 20px 0 20px 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.accordiancontent div[id*=gallery-] {
  margin: 30px 0 !important;
}

div[id*=gallery-] .gallery-item {
  margin: 0 !important;
}

.gallery-item {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.gallery br {
  display: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  div[id*=gallery-] {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
div[id*=gallery-] img {
  border: none !important;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

div[id*=gallery-] img:hover {
  opacity: 0.8;
}

img[class*=wp-image-] {
  margin-top: 0;
  margin-bottom: 0;
}

/* Images sizes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 4px 30px 20px 0 !important;
  display: block;
}

.alignright {
  float: right;
  margin: 4px 0 20px 30px !important;
  display: block;
}

.widget {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-caption {
  padding: 0;
  border: none;
}

@media handheld, only screen and (max-width: 767px) {
  .alignleft {
    max-width: 40% !important;
    height: auto;
  }
  .alignright {
    max-width: 40% !important;
    height: auto;
  }
  .main-content-inner img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .attachment-thumbnail {
    max-width: 100% !important;
    height: auto !important;
  }
}
.fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

.fancybox-toolbar {
  right: auto !important;
  left: 0;
  top: 0;
}

/* Object Fit Image */
.object-fit-image {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.object-fit-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}

/* Appear Items */
.has-animation {
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.has-animation.animate-in {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
/* Header */
.site-header {
  margin: 0;
  padding: 0;
  width: 100%;
}

.site-header .wrap {
  position: static;
}

.site-header__pad {
  height: 160px;
  position: relative;
}

/* Site Branding */
.site-branding {
  width: 200px;
  height: 136px;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.site-branding__site-title {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.site-branding__site-title a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -4000px;
  background: url(images/logo.svg) no-repeat;
  background-size: contain;
}

/* Mobile */
@media (max-width: 767px) {
  .site-branding {
    width: 200px;
    height: 136px;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/* Tool */
.tool {
  position: absolute;
  right: 0;
  top: 25px;
}

.scrolled .tool {
  top: 0;
}

.tool .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.tool_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.tool span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #444;
  font-weight: 300;
  letter-spacing: 1px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

@media (max-width: 1250px) {
  #masthead .tool {
    right: 50px;
    top: 20px;
  }
  .mobile-menu-cover .tool {
    display: none;
    position: static;
    margin: 30px 30px 0 30px;
  }
  .mobile-menu-cover .tool .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
/* Mobile */
@media (max-width: 860px) {
  #masthead .tool {
    display: none;
  }
}
/* Search Form */
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C0C0C0;
  height: 42px;
  overflow: hidden;
  width: 220px;
  background-color: #FFF;
}

.search-field {
  border: none !important;
  padding: 0 0 0 8px;
  font-size: 16px;
  line-height: 40px;
}

.search-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none !important;
  background-color: transparent;
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
  color: #2D2D2D;
}

.search-submit:hover {
  cursor: pointer;
  color: #677474;
}

.search-form :focus-visible {
  outline: none !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*	--------------------------------------------------
   	Nav Bar - Desk
	-------------------------------------------------- */
.primary-navigation {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.primary-navigation .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.primary-menu .menu-item {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
}

.primary-menu .menu-item a {
  display: block;
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  padding: 0 12px;
  text-decoration: none;
  color: #2D2D2D;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.primary-menu .menu-item:last-child a {
  padding-right: 0;
}

.primary-menu .menu-item.current_page_item > a,
.primary-menu .menu-item.current-menu-item > a,
.primary-menu .menu-item.current-post-ancestor > a,
.primary-menu .menu-item.current-category-ancestor > a,
.primary-menu .menu-item.current_page_ancestor > a {
  color: #677474;
}

.primary-menu .menu-item:hover > a {
  color: #677474;
}

.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 0;
  z-index: 99999;
  background: #677474;
  padding: 0;
}

/*.menu-desk > ul > li:hover > ul { display:block; }*/
.primary-menu .sub-menu .menu-item {
  padding: 0;
  margin: 0;
}

.primary-menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 5px 12px;
  color: #FFF;
  background: none;
  white-space: nowrap;
}

.primary-menu .sub-menu .menu-item:first-child a {
  padding-top: 12px;
}

.primary-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 12px;
}

.primary-menu .menu-item .sub-menu .menu-item a:hover {
  color: #FFF;
  opacity: 0.6;
}

.primary-menu .menu-item .sub-menu .menu-item.current-menu-item > a {
  color: #FFF;
  opacity: 0.6;
}

@media (max-width: 1250px) {
  .primary-navigation {
    display: none;
  }
}
/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */
.mobile-hamburger {
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999;
}

.mobile-hamburger__link {
  background: #2D2D2D url(images/mob.png) 0 0 no-repeat !important;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  padding: 0;
  text-indent: -4000px;
}

.mobile-hamburger__link.open {
  background: #2D2D2D url(images/mob.png) 0 -30px no-repeat !important;
}

.mobile-menu-cover {
  display: none;
  background: #2D2D2D;
  color: #444;
  padding: 0;
  clear: both;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  height: 150%;
  max-width: 340px;
  min-width: 340px;
  overflow: auto;
  z-index: 99999;
}

.mob-nav-container {
  margin: 0;
  padding: 0;
  display: none;
}

.mob-nav-menu {
  margin: 40px 30px 0 30px;
  padding: 0;
}

.mob-nav-menu .menu-item {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mob-nav-menu .menu-item a {
  font-size: 24px;
  line-height: 30px;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: 700;
  font-style: normal;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.mob-nav-menu .menu-item a:hover {
  color: #677474;
}

.mob-nav-menu .sub-menu {
  display: none;
  margin: 0 0 10px 0;
  padding: 0;
  z-index: 99999;
  padding: 0;
}

.mob-nav-menu .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}

.mob-nav-menu .sub-menu .menu-item:first-child a {
  padding-top: 4px;
}

.mob-nav-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 10px;
}

@media (max-width: 1250px) {
  .mobile-hamburger {
    display: block;
    top: 22px;
    right: 20px;
  }
  .mobile-menu-cover {
    max-width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 660px) {
  .mobile-hamburger {
    top: 10px;
    right: 10px;
  }
  .mobile-menu-cover {
    max-width: 100%;
    min-width: 100%;
  }
}
/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */
/* Slideshow */
/* Stop Chrome Slick Flicker */
.slick-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.home-slideshow-wrap {
  position: relative;
  height: 700px;
  max-width: 1420px;
  margin: 0 auto 60px auto;
  background: url("includes/slick/ajax-loader.gif") center center no-repeat;
}

.homeslideshow {
  position: static;
  height: 700px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.homeslideshow.my-slick-initialized {
  opacity: 1;
}

.homeslideshow .slide {
  position: relative;
  height: 700px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.homeslideshow .slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.homeslideshow .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 95px;
  padding: 20px;
  width: 285px;
  height: 380px;
  color: #FFF;
  background-color: rgba(45, 45, 45, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.homeslideshow .overlay.fadein {
  opacity: 1;
}
.homeslideshow .overlay.right {
  left: auto;
  right: 95px;
}
.homeslideshow .overlay h3 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #FFF;
}
.homeslideshow .overlay p {
  color: #FFF;
  margin: 0 0 10px 0;
}

.homeslideshow .slick-prev {
  left: 20px;
  z-index: 1;
}

.homeslideshow .slick-next {
  right: 20px;
  z-index: 1;
}

.homeslideshow .slick-prev:before,
.homeslideshow .slick-next:before {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.homeslideshow .slick-prev:hover:before,
.homeslideshow .slick-next:hover:before {
  color: #2D2D2D;
  opacity: 1;
  z-index: 1;
}

@media (max-width: 1420px) {
  .homeslideshow .slick-arrow {
    display: none !important;
  }
}
/* mobile */
@media (max-width: 1250px) {
  .homeslideshow .overlay {
    left: 20px;
  }
  .homeslideshow .overlay.right {
    right: 20px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .home-slideshow-wrap {
    height: auto;
  }
  .homeslideshow {
    height: auto;
    position: relative;
    background-color: #2D2D2D;
  }
  .homeslideshow .slide {
    height: auto;
  }
  .homeslideshow .slide img {
    max-height: 400px;
    width: auto;
  }
  .homeslideshow .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: static;
    width: 100%;
    height: auto;
    margin-top: 400px;
    background-color: transparent;
  }
  .homeslideshow .overlay h3 {
    font-size: 36px;
    line-height: 46px;
  }
}
/* mobile */
@media (max-width: 500px) {
  .homeslideshow .slide img {
    max-height: 300px;
  }
  .homeslideshow .overlay {
    margin-top: 300px;
  }
}
/* Alert */
.alertbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background: #6D6D6D;
  padding: 20px 50px 20px 30px;
  color: #FFF;
  margin-bottom: 60px;
}

.alertbar img {
  display: block;
}

.alertbar .text p {
  color: #FFF;
  margin: 0;
}

.alertbar .text a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.alertbar .text a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

.alertbar a.box {
  white-space: nowrap;
}

.alertbar .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  color: #FFF;
  font-weight: normal;
}

.alertbar .close:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* mobile */
@media (max-width: 767px) {
  .alertbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 35px 20px 35px 20px;
    margin-bottom: 40px;
  }
}
/* Featured */
.featured_films {
  margin-bottom: 80px;
}
.featured_films .titlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.featured_films .titlewrap h2 {
  margin: 0;
}
.featured_films .titlewrap a.box {
  white-space: nowrap;
}

/* mobile */
@media (max-width: 767px) {
  .featured_films .titlewrap {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  .featured_films .titlewrap h2 {
    text-align: center;
  }
}
.featured_film_slideshow {
  width: 1230px;
  max-width: 1230px;
  margin: 0;
}

.featured_film_slideshow .slick-list {
  margin: 0 -15px;
}

.featured_film_slideshow .slick-slide {
  margin: 0 15px;
  padding: 0;
}

.featured_film_slideshow .slick-prev {
  top: 100px;
  left: -40px;
  z-index: 1;
}

.featured_film_slideshow .slick-next {
  top: 100px;
  right: -40px;
  z-index: 1;
}

.featured_film_slideshow .slick-prev:before,
.featured_film_slideshow .slick-next:before {
  color: #C0C0C0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.featured_film_slideshow .slick-prev:hover:before,
.featured_film_slideshow .slick-next:hover:before {
  color: #2D2D2D;
  opacity: 1;
  z-index: 1;
}

/* mobile */
@media (max-width: 1340px) {
  .featured_film_slideshow {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }
}
/* mobile */
@media (max-width: 500px) {
  .featured_film_slideshow .slick-list {
    margin: 0;
  }
  .featured_film_slideshow .slick-slide {
    margin: 0;
  }
}
/* mobile */
@media (max-width: 500px) {
  .featured_film_slideshow {
    width: 285px;
    max-width: 285px;
    margin: 0 auto;
  }
}
/* Elevator */
.elevator {
  background: #2D2D2D;
  padding: 60px 0;
}
.elevator .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.elevator .text h2 {
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  margin: 0;
}
.elevator .text a.box {
  white-space: nowrap;
}

/* mobile */
@media (max-width: 767px) {
  .elevator {
    background: #2D2D2D;
    padding: 50px 0;
  }
  .elevator .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .elevator .text h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 30px;
    line-height: 40px;
    color: #FFF;
    margin: 0;
  }
  .elevator .text a.box {
    white-space: nowrap;
  }
}
/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */
/* Page wrap */
.pagewrap {
  padding: 0 0 80px 0;
}

/* Page header */
.page-header {
  position: relative;
  background-color: #2D2D2D;
  height: 270px;
  overflow: hidden;
  margin: 0 auto 50px auto;
  max-width: 1420px;
}

.page-header.cpt {
  height: 380px;
}

.page-header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 1230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 20;
}

.page-header img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
  z-index: 10;
}

.page-header.cpt .bannertitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(45, 45, 45, 0.8);
  padding: 20px;
  height: 100%;
  width: 285px;
  color: #FFF;
}

.page-header h1,
.page-header .blog-title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
  color: #FFF;
}

.page-header p {
  margin: 0;
  color: #FFF;
  max-width: 1000px;
}

.page-header.cpt p {
  max-width: 100%;
}

/* Mobile */
@media (max-width: calc(1230px + 40px)) {
  .page-header .wrap {
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding: 0 20px;
    width: auto;
  }
  .page-header.cpt .wrap {
    padding: 0;
  }
  .page-header.cpt .bannertitle {
    margin-left: 20px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .page-header h1,
.page-header .blog-title {
    font-size: 31px;
    line-height: 41px;
    margin: 0 0 20px 0;
  }
  .page-header .wrap {
    width: 100%;
  }
  .page-header .bannertitle {
    padding: 0 20px;
  }
  .page-header.cpt .bannertitle {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
/* Main Content */
.rounded {
  border-radius: 5px;
}

.clear-first-child-top-margin > *:first-child,
.clear-first-child-top-margin > .fullwidth > *:first-child {
  margin-top: 0;
}

.intro {
  font-size: 20px;
  line-height: 28px;
}

.intro p {
  font-size: 20px;
  line-height: 28px;
}

/* Films */
h2.cpt-title {
  margin: 0 0 20px 0;
}

.cdev_loadmore_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Mobile */
@media (max-width: 1000px) {
  body.page-id-9 .main-content-inner .columns,
.columns.cptsingle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* Film single */
.filmmaker_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

a.filmmaker_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
a.filmmaker_card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #677474;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
a.filmmaker_card .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
a.filmmaker_card .image img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
a.filmmaker_card:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
a.filmmaker_card .filmmaker_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #677474;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
a.filmmaker_card:hover .filmmaker_title, a.filmmaker_card:hover h3 {
  color: #2D2D2D;
}

.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  margin-top: 40px;
}
.tag_list h3 {
  margin: 0;
}
.tag_list a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

/* Mobile */
@media (max-width: 767px) {
  .tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.film_content {
  margin-top: 60px;
}

/* Filmmakers Archive / Tax */
.filmmaker_full_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.filmmaker_full_card .object-fit-image {
  padding-bottom: 100%;
}
.filmmaker_full_card .object-fit-image img {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.filmmaker_full_card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #677474;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.filmmaker_full_card:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.filmmaker_full_card .filmmaker_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #677474;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.filmmaker_full_card:hover .filmmaker_title, .filmmaker_full_card:hover h3 {
  color: #2D2D2D;
}

/* Filmmakers Single */
.filmmakers-header {
  margin: 60px 0 30px 0;
}
.filmmakers-header h1 {
  font-size: 42px;
  line-height: 50px;
  margin: 0;
}
.filmmakers-header .filmmaker_title {
  font-size: 28px;
  line-height: 36px;
}

.filmmakers-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.filmmakers-bio .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
.filmmakers-bio .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.filmmaker-films-list h3.bold {
  margin: 50px 0 20px 0 !important;
}

/* Mobile */
@media (max-width: 900px) {
  .filmmakers-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .filmmakers-bio .image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
/* Search results */
.search-result {
  margin-bottom: 30px;
}
.search-result h4 {
  margin: 0;
}
.search-result .text {
  margin-bottom: 10px;
}

/*	--------------------------------------------------
   	Sidebar
	-------------------------------------------------- */
.sidebar h3,
.sidebar .h3 {
  font-size: 22px;
  line-height: 30px;
}

.sidebar h4,
.sidebar .h4 {
  font-size: 18px;
  line-height: 26px;
}

.sidebar .fullwidthphoto {
  margin-bottom: 30px;
}

/*	--------------------------------------------------
   	Blog
	-------------------------------------------------- */
/* Blog Header */
.blog_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 50px 0;
  gap: 30px;
}

.blog_header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 15px 10px;
  background-color: #6D6D6D;
  width: 100%;
}

.blog_header ul li {
  list-style: none;
  margin: 0;
}

.blog_header ul li a {
  display: block;
  padding: 0 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #2D2D2D;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.blog_header ul li a:hover,
.blog_header ul li.active a {
  font-weight: 700;
  color: #FFF;
}

@media (max-width: 1060px) {
  .blog_header ul {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    gap: 10px;
    padding: 10px;
  }
}
@media (max-width: 717px) {
  .blog_header ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .blog_header ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* Blog Grid */
.bloggrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px 30px;
  margin-bottom: 40px;
}

.blogitem .image {
  margin-bottom: 15px;
}

.blogitem img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.blogitem:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.blogitem h4 {
  margin: 0 0 5px 0;
  color: #677474;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.blogitem:hover h4 {
  color: #000;
}

.filmaker_list {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  font-weight: 400;
  display: none;
}

@media (max-width: 1100px) {
  .bloggrid {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }
}
@media (max-width: 720px) {
  .bloggrid {
    grid-template-columns: repeat(2, 285px);
    grid-gap: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 630px) {
  .bloggrid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media (max-width: 520px) {
  .bloggrid {
    grid-template-columns: 285px;
    width: 285px;
  }
}
/* Blog Grid */
.fullwidth.postcatsingle {
  margin-bottom: 30px;
}

/*	--------------------------------------------------
   	Pager
	-------------------------------------------------- */
ul.pager {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav-below {
  margin: 30px 0 0 0;
}

ul.pager li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

ul.pager a {
  display: inline-block;
  margin: 0;
  padding: 0 28px 0 12px;
  font-size: 16px;
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 400 !important;
  position: relative;
  background: #2D2D2D;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

ul.pager a:before {
  position: absolute;
  right: 12px;
  top: 0;
  font-size: 20px;
  line-height: 40px;
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

ul.pager a:visited {
  color: #FFF;
  text-decoration: none;
}

ul.pager a:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background: #677474;
}

ul.pager .previous a {
  padding: 0 12px 0 28px;
}

ul.pager .previous a:before {
  content: "\f053";
  right: auto;
  left: 12px;
}

/* Mobile */
/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */
.footer_page_quote {
  background-color: #2D2D2D;
  color: #FFF !important;
}
.footer_page_quote p {
  color: #FFF !important;
}

.support_bar {
  background-color: #555555;
  padding: 30px 0;
  color: #FFF;
}
.support_bar .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.support_bar .wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.support_bar .wrap .left h3.text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #FFF;
  margin: 0;
}
.support_bar .wrap .left a.box {
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 767px) {
  .support_bar .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .support_bar .wrap .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .support_bar .wrap .left h3.text {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
}
/* Social */
.social {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.social a {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.social.filmsingle a {
  color: #2D2D2D;
  padding-top: 10px;
}

.social.filmmakerssingle a {
  color: #2D2D2D;
  padding-top: 30px;
}

.social a:hover {
  color: #000;
}

.social.filmsingle a:hover {
  color: #677474;
}

#colophon {
  padding: 40px 0 100px 0;
}

.site-footer {
  padding: 0 0 100px 0;
}

.site-footer a {
  font-weight: 400;
}

/* Mobile */
@media (max-width: 767px) {
  .site-footer {
    padding: 0 0 30px 0;
  }
}
/* Mobile */
.footercolumns {
  margin-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footercolumns .col.loc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 286px;
          flex: 0 0 286px;
}
.footercolumns .col.loc img {
  max-width: 100%;
  height: auto;
}
.footercolumns .col.supporter_logos h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
.footercolumns .col.supporter_logos .supporter_logos_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footercolumns .col.supporter_logos .supporter_logos_grid img {
  display: block;
}
.footercolumns .col.supporter_logos .supporter_logos_grid a {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.footercolumns .col.supporter_logos .supporter_logos_grid a:hover {
  opacity: 0.6;
}

@media (max-width: 1400px) {
  .footercolumns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1100px) {
  .footercolumns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .supporter_logos {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 500px) {
  .supporter_logos_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .supporter_logos_grid img {
    max-height: 40px;
    width: auto;
  }
}
/* Copyright */
.site-info {
  font-size: 12px;
  line-height: 16px;
}

.site-info p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px 0;
}

.site-info a {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 5px;
}

.site-info a:hover {
  text-decoration: underline;
}

/*	--------------------------------------------------
   	Flexible Content
	-------------------------------------------------- */
/* Spacer */
.spacer_small {
  height: 20px;
}

.spacer_medium {
  height: 40px;
}

.spacer_large {
  height: 60px;
}

.spacer_lumbo {
  height: 80px;
}

/* Columns */
.column-image {
  margin-bottom: 20px;
}
.column-image img {
  max-width: 100%;
  height: auto;
}

/* Full width Photo */
.fullwidthphoto {
  margin-bottom: 50px;
}

.fullwidthphoto img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Highlight Box */
.highlight_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px 0;
  gap: 30px;
}

.highlight_box.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.highlight_box .imagecol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

.highlight_box img {
  display: block;
  max-width: 100%;
  height: auto;
}

.highlight_box h2 {
  margin-top: 0;
}

.highlight_box p.caption {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 0 0;
  text-align: center;
}

.highlight_box ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.highlight_box .linkwrap {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .highlight_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 30px 0;
  }
  .highlight_box ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .highlight_box.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .highlight_box .imagecol {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .highlight_box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* Page Quote */
.page-quote {
  padding: 60px 0;
  margin: 0 120px;
}

.page-quote .quotetext {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 15px;
}

.page-quote .quotetext p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}

.page-quote .by {
  text-align: right;
}

/* small screen - hide on ipad */
@media (max-width: 767px) {
  .page-quote {
    margin: 0 20px;
  }
}
/* Logo Slideshow */
.logo_slideshow {
  width: calc(100% - 80px);
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  margin: 10px auto 30px auto !important;
}

.logo_slideshow.slick-initialized {
  opacity: 1;
}

.logo_slideshow .logo {
  height: 70px;
  padding: 0 20px;
  position: relative;
}

.logo_slideshow img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 5px);
  height: auto;
  margin: 0 auto;
}

/* Arrows */
.logo_slideshow .slick-prev, .logo_slideshow .slick-next {
  width: 30px;
  height: 50px;
}

.logo_slideshow .slick-prev {
  left: -40px;
  z-index: 99;
}

.logo_slideshow .slick-next {
  right: -40px;
  z-index: 99;
}

.logo_slideshow .slick-prev:before,
.logo_slideshow .slick-next:before {
  font-size: 40px;
  line-height: 40px;
  width: 30px;
  text-align: center;
  opacity: 1;
  color: #C0C0C0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #000;
}

/* Accordion */
.accordianwrap {
  margin: 0 0 30px 0;
  border-top: 1px solid #dddddd;
}

.accordianwrap.add {
  margin: -31px 0 30px 0;
}

.accordiantitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}

.accordiantitle .fa-solid {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #2D2D2D;
  float: left;
  margin: 0;
}

.accordiantitle:hover .fa-solid {
  cursor: pointer;
  color: #677474;
}

.accordiantitle.open .closedicon {
  display: none;
}

.accordiantitle.open .openicon {
  display: block;
}

.accordiantitle .openicon {
  display: none;
}

.accordiantitle h3 {
  line-height: 30px;
  font-size: 16px;
  color: #444;
  padding: 0 0 0 18px;
  margin: 0;
  font-weight: 400;
}

.accordiantitle:hover h3 {
  cursor: pointer;
  color: #444;
}

.accordiantitle.open:hover h3 {
  cursor: pointer;
}

.accordiancontent {
  display: none;
  padding: 20px 40px 1px 40px;
  margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .accordiancontent {
    display: none;
    padding: 20px 0 1px 0;
    margin: 0;
  }
}
/* Video embeds */
.vwrap {
  max-width: 100%;
  margin: 0 auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gallery */
.galleryblock {
  margin: 30px 0;
}

.galleryblock .smallmargin {
  margin: 0;
}

/*	--------------------------------------------------
   	Form - Gravity Forms (labels inside)
	-------------------------------------------------- */
.gform_wrapper {
  margin: 0 0 20px 0 !important;
  max-width: 100% !important;
}

.formsection {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: -6px;
}

.gform_wrapper h3 {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  text-transform: initial;
}

.donation_form_wrap {
  border: 1px solid #707070;
  padding: 0 20px 10px 20px;
}
.donation_form_wrap p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 15px 0;
}
.donation_form_wrap h2 {
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  background-color: #2D2D2D !important;
  color: #FFF;
  padding: 0 20px;
  margin: 0 -20px 10px -20px !important;
}
.donation_form_wrap h2 i {
  padding-right: 10px;
}

/* Mobile */
@media (max-width: 767px) {
  .donation_form_wrap {
    margin-top: 30px;
  }
  .gform_wrapper {
    margin: 0 0 0 0 !important;
    padding-bottom: 70px;
  }
}
.gform_wrapper ul {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper ul li {
  margin-bottom: 0 !important;
  list-style-image: none !important;
  list-style: none !important;
  text-indent: 0 !important;
  padding: 0;
}

.gform_wrapper ul li:before {
  display: none;
  content: "";
  margin: 0;
  padding: 0;
}

.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

.gform_wrapper ul li.gfield_html {
  margin: 20px 0 -10px 0 !important;
}

.gform_wrapper ul li.gfield_html:first-child {
  margin: 0 0 -10px 0 !important;
}

.gform_wrapper .medium.gfield_select {
  margin-bottom: 0 !important;
  font-size: 14px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 14px !important;
  height: 38px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #777777;
  border-radius: 0;
}

.gform_wrapper select {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  font-size: 14px !important;
  height: 38px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #777777;
  border-radius: 0;
}

.gform_wrapper textarea {
  margin-top: 12px !important;
  font-size: 14px !important;
  border: 1px solid #777777;
  border-radius: 0;
}



#input_3_18_6 {
  margin: 0 !important;
}



/* File upload fields */
#field_2_20,
#field_2_21,
#field_2_24 {
  margin-top: 15px !important;
}
#field_2_20 .gfield_label,
#field_2_21 .gfield_label,
#field_2_24 .gfield_label {
  font-size: 16px;
  line-height: 24px;
}

/* Donation Amount price grid */
#input_3_21,
#input_5_21,
#input_3_32,
#input_5_34 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 20px;
}

/* Hide Donation product from view */
#field_3_34,
#field_5_36 {
  visibility: hidden;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 30px 0 0 0 !important;
}

.gform_wrapper .gform_footer input[type=submit] {
  margin: 0;
  padding: 7px 12px;
  font-size: 18px;
  line-height: 26px;
  color: #2D2D2D;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 400 !important;
  position: relative;
  background-color: #FFF;
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-appearance: none;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background-color: #000;
  cursor: pointer !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
    background-color: transparent !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 0 0 20px !important;
}

.gform_wrapper .validation_error {
  margin: 12px 0 0 0 !important;
  display: none;
}

.gform_wrapper .validation_message {
  padding-top: 0 !important;
  color: red;
  font-weight: 400 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid red;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background-color: transparent !important;
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ginput_recaptcha {
  margin-top: 12px !important;
}

#g-recaptcha-response {
  display: none !important;
}

.gform_wrapper .gfield_required {
  color: #444 !important;
}

.gfield_consent_label {
  font-size: 16px;
  line-height: 24px;
}

.ginput_container_fileupload {
  font-size: 16px !important;
}

#input_1_19,
#input_6_19 {
  width: 100% !important;
}

.gchoice_1_19_1,
.gchoice_6_19_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100% !important;
}
.gchoice_1_19_1 input,
.gchoice_6_19_1 input {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}
.gchoice_1_19_1 label,
.gchoice_6_19_1 label {
  width: 100%;
}
.gchoice_1_19_1 input[type=checkbox]:checked + label,
.gchoice_1_19_1 input[type=radio]:checked + label,
.gchoice_6_19_1 input[type=checkbox]:checked + label,
.gchoice_6_19_1 input[type=radio]:checked + label {
  font-weight: 400 !important;
  color: #000 !important;
}

/* Placeholder color */
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder,
.ginput_container_select select:first-child {
  color: #777777;
}

/* Focus color */
.gfield input[type=text]:focus,
.gfield input[type=email]:focus,
.gfield input[type=tel]:focus,
.gfield input[type=url]:focus,
.gfield input[type=number]:focus,
.gfield input[type=password]:focus,
.gfield select:focus,
.gfield textarea:focus {
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
}

/* Focus visible */
.gfield :focus-visible {
  outline: none !important;
}


#input_6_20 {
    display: block;
}
#input_6_20:hover {
    cursor: pointer;
}

#gfield_upload_rules_6_20 {
    margin-top: 8px;
    padding: 0;
}
::-webkit-file-upload-button { cursor:pointer; }

@media only screen and (max-width: 641px) {
  .gform_legacy_markup_wrapper ul.gfield_checkbox li label, .gform_legacy_markup_wrapper ul.gfield_radio li label {
    cursor: pointer;
    width: auto !important;
  }
}

.gform_ajax_spinner {
  display: inline-block !important;
  visibility: visible !important;
}


/* Fix Submit button error */

/*
.gfield_visibility_hidden {
  display: none !important;
}
*/

.gform_footer {
  position: relative;
  z-index: 10;
}


/*	--------------------------------------------------
	Print
	-------------------------------------------------- */
.showprint {
  display: none;
}

@media print {
  body {
    padding: 20px !important;
  }
  .container {
    padding: 0;
    margin: 0;
  }
  .showprint {
    display: block;
  }
  .hideprint {
    display: none;
  }
  .printlogo {
    margin: 15px 0;
  }
  .header-pad {
    display: none;
  }
  .page-header {
    margin: 0;
    padding: 0;
  }
  .page-header .wrap {
    display: block;
    height: auto;
  }
  .page-header h1 {
    color: #000;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .main-content-inner {
    margin: 0;
  }
  p {
    margin: 0 0 20px 0;
  }
  #colophon a {
    display: none !important;
  }
}