section#ji_video {
  width: 100%; }
  section#ji_video hr {
    border: 0;
    border-bottom: 1px solid #333333;
    margin: 2% 0.6% 0; }
    section#ji_video hr:first-of-type {
      display: none; }
  section#ji_video .grid_header {
    display: table;
    width: 100%; }
    section#ji_video .grid_header h2,
    section#ji_video .grid_header .more {
      display: table-cell; }
    section#ji_video .grid_header a.more {
      color: #FFFFFF;
      float: right;
      margin-right: 20px;
      text-decoration: none;
      font-weight: 500;
      letter-spacing: 0.04em;
      opacity: 40%;
      transition: opacity 130ms ease; }
      section#ji_video .grid_header a.more:hover {
        opacity: 100%; }
      section#ji_video .grid_header a.more:after {
        content: '';
        height: 5px;
        width: 5px;
        border-bottom: 1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF;
        transform: rotate(-135deg) translateY(-1.6666666667px) translateX(-0.625px);
        content: "";
        position: absolute;
        margin: 3px 0 0 5px;
        vertical-align: baseline;
        transition: all 50ms ease-in-out; }
  section#ji_video section.grid {
    margin: 0 auto;
    display: table;
    width: 100%; }
    section#ji_video section.grid .slider {
      width: 100%;
      display: table; }
    section#ji_video section.grid.small a.item {
      width: calc(93% / 6);
      margin: calc(3% / 6); }
      section#ji_video section.grid.small a.item .content {
        font-size: 0.9vw; }
      section#ji_video section.grid.small a.item.author {
        width: calc(93% / 8);
        margin: calc(3% / 8); }
      section#ji_video section.grid.small a.item.album {
        width: calc(93% / 6);
        margin: calc(3% / 6); }
    section#ji_video section.grid.medium a.item {
      width: calc(93% / 5);
      margin: calc(3% / 5); }
      section#ji_video section.grid.medium a.item .content {
        font-size: 1.1vw; }
      section#ji_video section.grid.medium a.item.author {
        width: calc(93% / 7);
        margin: calc(3% / 7); }
        section#ji_video section.grid.medium a.item.author .txt {
          font-size: 1.1em; }
      section#ji_video section.grid.medium a.item.album {
        width: calc(93% / 5);
        margin: calc(3% / 5); }
        section#ji_video section.grid.medium a.item.album .txt {
          font-size: 1.1em; }
    section#ji_video section.grid.large a.item {
      width: calc(93% / 4);
      margin: calc(3% / 4); }
      section#ji_video section.grid.large a.item .content {
        font-size: 1.4vw; }
      section#ji_video section.grid.large a.item.author {
        width: calc(93% / 6);
        margin: calc(3% / 6); }
        section#ji_video section.grid.large a.item.author .txt {
          font-size: 1.2em; }
      section#ji_video section.grid.large a.item.album {
        width: calc(93% / 4);
        margin: calc(3% / 4); }
        section#ji_video section.grid.large a.item.album .txt {
          font-size: 1.2em; }
  section#ji_video nav.nav {
    display: table;
    width: 100%; }
    section#ji_video nav.nav > div {
      display: table-cell; }
      section#ji_video nav.nav > div a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 0.04em;
        opacity: 40%;
        transition: opacity 130ms ease; }
        section#ji_video nav.nav > div a:hover {
          opacity: 100%; }
        section#ji_video nav.nav > div a:after, section#ji_video nav.nav > div a:before {
          position: absolute;
          vertical-align: baseline;
          transition: all 50ms ease-in-out; }
      section#ji_video nav.nav > div.previous {
        float: left; }
        section#ji_video nav.nav > div.previous a {
          margin-left: 20px; }
          section#ji_video nav.nav > div.previous a:before {
            content: '';
            height: 5px;
            width: 5px;
            border-bottom: 1px solid #FFFFFF;
            border-left: 1px solid #FFFFFF;
            transform: rotate(45deg) translateY(0) translateX(1.6666666667px);
            content: "";
            margin: 3px 0 0 -11px; }
      section#ji_video nav.nav > div.next {
        float: right; }
        section#ji_video nav.nav > div.next a {
          margin-right: 20px; }
          section#ji_video nav.nav > div.next a:after {
            content: '';
            height: 5px;
            width: 5px;
            border-bottom: 1px solid #FFFFFF;
            border-left: 1px solid #FFFFFF;
            transform: rotate(-135deg) translateY(-1.6666666667px) translateX(-0.625px);
            content: "";
            margin: 3px 0 0 5px; }
  section#ji_video a.item {
    width: calc(93vw / 3);
    margin: calc(3vw / 3);
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-decoration: none;
    color: #333333;
    transition: opacity 200ms ease-in-out;
    vertical-align: top;
    white-space: normal;
    box-sizing: border-box; }
    section#ji_video a.item .content {
      height: 0;
      padding-bottom: 56.25%;
      width: 100%;
      margin: 0 auto;
      position: relative;
      color: #FFFFFF;
      font-size: 1.4vw;
      overflow: hidden;
      background-color: #0d0d0d;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      section#ji_video a.item .content .graphic {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        opacity: 1;
        top: 0;
        left: 0;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-transition: opacity 0.2s ease;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; }
      section#ji_video a.item .content .title {
        position: absolute;
        top: 55%;
        width: 90%;
        left: 5%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        section#ji_video a.item .content .title h3,
        section#ji_video a.item .content .title span.subtitle {
          text-transform: uppercase;
          display: block;
          font-style: normal;
          text-align: center; }
        section#ji_video a.item .content .title h3 {
          font-size: 1em;
          padding: 0;
          line-height: 1.2em;
          letter-spacing: 0.035em;
          font-weight: 600;
          text-shadow: black 1px 2px 5px; }
        section#ji_video a.item .content .title span.subtitle {
          font-size: 0.6em;
          padding-top: 0.5%;
          line-height: 1.3em;
          letter-spacing: 0.04em;
          font-weight: 500;
          text-shadow: black 1px 2px 3px; }
    section#ji_video a.item .txt {
      padding: 8px 0;
      color: #d7d7d7; }
      section#ji_video a.item .txt h3 {
        text-transform: uppercase;
        font-size: 1em;
        line-height: 1.3em;
        padding-bottom: 3px;
        font-style: normal;
        font-weight: 600; }
      section#ji_video a.item .txt p {
        text-transform: uppercase;
        font-feature-settings: "lnum";
        font-variant-numeric: lining-nums;
        font-size: 0.85rem;
        font-style: normal;
        line-height: 1.2em;
        letter-spacing: 0.02em;
        font-weight: 600;
        color: #979797; }
    section#ji_video a.item:hover .content .graphic {
      opacity: 0.8; }
    section#ji_video a.item.author .content {
      padding-bottom: 100%;
      -webkit-border-radius: 200px;
      -moz-border-radius: 200px;
      -ms-border-radius: 200px;
      -o-border-radius: 200px;
      border-radius: 200px; }
      section#ji_video a.item.author .content .graphic {
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
        -ms-border-radius: 200px;
        -o-border-radius: 200px;
        border-radius: 200px; }
    section#ji_video a.item.author .txt {
      text-align: center; }
    section#ji_video a.item.album .content {
      padding-bottom: 100%; }
    section#ji_video a.item.album .txt {
      text-align: center; }
    section#ji_video a.item.custom_thumbnail .content .title {
      display: none; }
    section#ji_video a.item.coming .content .graphic, section#ji_video a.item.expired .content .graphic {
      filter: saturate(0); }
    section#ji_video a.item.coming:hover .content .graphic, section#ji_video a.item.expired:hover .content .graphic {
      opacity: 1; }
    section#ji_video a.item.draft .content::after {
      content: 'Draft';
      color: #333333;
      position: absolute;
      display: inline-block;
      background-color: #FFFFFF;
      padding: 5px 12px;
      right: 0;
      font-weight: 600;
      text-transform: uppercase; }
    section#ji_video a.item .content .checkmark {
      content: '';
      border-radius: 25px;
      background-color: rgba(0, 0, 0, 0.7);
      border: 1.5px solid #FFFFFF;
      position: absolute;
      bottom: 10px;
      right: 10px;
      z-index: 100;
      width: 22px;
      height: 22px;
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg); }
      section#ji_video a.item .content .checkmark .checkmark_stem {
        position: absolute;
        width: 2px;
        height: 12px;
        background-color: #fff;
        left: 11px;
        top: 4px; }
      section#ji_video a.item .content .checkmark .checkmark_kick {
        position: absolute;
        width: 6px;
        height: 2px;
        background-color: #fff;
        left: 7px;
        top: 14px; }
  section#ji_video.js_ready section.grid:not(.all) {
    display: block;
    position: relative;
    vert-align: middle; }
    section#ji_video.js_ready section.grid:not(.all) .slider {
      vertical-align: top;
      scroll-behavior: smooth;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      text-align: left;
      white-space: nowrap;
      width: inherit;
      display: block;
      /*For firefox */
      scrollbar-width: transparent;
      /*For Webkit browsers e.g Chrome, Opera,Edge and safari*/ }
      section#ji_video.js_ready section.grid:not(.all) .slider::-webkit-scrollbar {
        display: none; }
    section#ji_video.js_ready section.grid:not(.all) > #left, section#ji_video.js_ready section.grid:not(.all) > #right {
      display: inline-block;
      opacity: 0;
      width: 30px;
      position: absolute;
      height: 100%;
      cursor: pointer;
      top: 0;
      transition: opacity 200ms ease; }
      section#ji_video.js_ready section.grid:not(.all) > #left .arrow, section#ji_video.js_ready section.grid:not(.all) > #right .arrow {
        top: 48%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50px; }
        section#ji_video.js_ready section.grid:not(.all) > #left .arrow:after, section#ji_video.js_ready section.grid:not(.all) > #right .arrow:after {
          content: '';
          content: '';
          height: 20px;
          width: 20px;
          border-bottom: 1.5px solid #777777;
          border-left: 1.5px solid #777777;
          transform: rotate(45deg) translateY(0) translateX(6.6666666667px);
          margin: 0 0 0 0;
          display: inline-block; }
    section#ji_video.js_ready section.grid:not(.all) > #left {
      left: -35px; }
      section#ji_video.js_ready section.grid:not(.all) > #left .arrow {
        right: 0; }
    section#ji_video.js_ready section.grid:not(.all) > #right {
      right: -35px; }
      section#ji_video.js_ready section.grid:not(.all) > #right .arrow:after {
        content: '';
        height: 20px;
        width: 20px;
        border-bottom: 1.5px solid #777777;
        border-left: 1.5px solid #777777;
        transform: rotate(-135deg) translateY(-6.6666666667px) translateX(-2.5px); }
    section#ji_video.js_ready section.grid:not(.all):hover > #left, section#ji_video.js_ready section.grid:not(.all):hover > #right {
      opacity: 1; }
    section#ji_video.js_ready section.grid:not(.all).no_scroll .slider {
      overflow-x: hidden; }
    section#ji_video.js_ready section.grid:not(.all).no_scroll #left,
    section#ji_video.js_ready section.grid:not(.all).no_scroll #right {
      display: none; }

@media only screen and (min-width: 1600px) {
  section#ji_video section.grid.small a.item .content {
    font-size: 15.4px; }
  section#ji_video section.grid.medium a.item .content {
    font-size: 18.5px; }
  section#ji_video section.grid.large a.item .content {
    font-size: 23px; } }

@media only screen and (max-width: 1600px) {
  section#ji_video section.grid.small a.item.author .txt {
    font-size: 0.9em; }
  section#ji_video section.grid.medium a.item.author .txt {
    font-size: 1em; }
  section#ji_video section.grid.large a.item.author .txt {
    font-size: 1.1em; }
  section#ji_video.js_ready section.grid:not(.all) > #left {
    left: -30px; }
  section#ji_video.js_ready section.grid:not(.all) > #right {
    right: -30px; } }

@media only screen and (max-width: 1200px) {
  section#ji_video section.grid.small a.item {
    width: calc(94% / 5);
    margin: calc(3% / 5); }
    section#ji_video section.grid.small a.item .content {
      font-size: 1.13vw; }
    section#ji_video section.grid.small a.item.author {
      width: calc(94% / 7);
      margin: calc(3% / 7); }
      section#ji_video section.grid.small a.item.author .txt {
        font-size: 0.8em; }
  section#ji_video section.grid.medium a.item {
    width: calc(94% / 4);
    margin: calc(3% / 4); }
    section#ji_video section.grid.medium a.item .content {
      font-size: 1.4vw; }
    section#ji_video section.grid.medium a.item.author {
      width: calc(94% / 6);
      margin: calc(3% / 6); }
  section#ji_video section.grid.large a.item {
    width: calc(94% / 3);
    margin: calc(3% / 3); }
    section#ji_video section.grid.large a.item .content {
      font-size: 1.9vw; }
    section#ji_video section.grid.large a.item.author {
      width: calc(94% / 5);
      margin: calc(3% / 5); }
  section#ji_video.js_ready section.grid:not(.all).small a.item {
    width: calc(90% / 5); }
    section#ji_video.js_ready section.grid:not(.all).small a.item .content {
      font-size: 1.03vw; }
  section#ji_video.js_ready section.grid:not(.all).medium a.item {
    width: calc(90% / 4); }
    section#ji_video.js_ready section.grid:not(.all).medium a.item .content {
      font-size: 1.3vw; }
  section#ji_video.js_ready section.grid:not(.all).large a.item {
    width: calc(90% / 3); }
    section#ji_video.js_ready section.grid:not(.all).large a.item .content {
      font-size: 1.75vw; } }

@media only screen and (max-width: 960px) {
  section#ji_video section.grid.small a.item {
    width: calc(94% / 4);
    margin: calc(3% / 4); }
    section#ji_video section.grid.small a.item .content {
      font-size: 1.4vw; }
    section#ji_video section.grid.small a.item.author {
      width: calc(94% / 6);
      margin: calc(3% / 6); }
    section#ji_video section.grid.small a.item.album {
      width: calc(94% / 5);
      margin: calc(3% / 5); }
  section#ji_video section.grid.medium a.item {
    width: calc(94% / 3);
    margin: calc(3% / 3); }
    section#ji_video section.grid.medium a.item .content {
      font-size: 1.9vw; }
    section#ji_video section.grid.medium a.item.author {
      width: calc(94% / 5);
      margin: calc(3% / 5); }
      section#ji_video section.grid.medium a.item.author .txt {
        font-size: 0.9em; }
    section#ji_video section.grid.medium a.item.album {
      width: calc(94% / 4);
      margin: calc(3% / 4); }
      section#ji_video section.grid.medium a.item.album .txt {
        font-size: 0.9em; }
  section#ji_video section.grid.large a.item {
    width: calc(94% / 2);
    margin: calc(3% / 2); }
    section#ji_video section.grid.large a.item .content {
      font-size: 2.8vw; }
    section#ji_video section.grid.large a.item.author {
      width: calc(94% / 4);
      margin: calc(3% / 4); }
    section#ji_video section.grid.large a.item.album {
      width: calc(94% / 3);
      margin: calc(3% / 3); }
  section#ji_video.js_ready section.grid:not(.all) > #left, section#ji_video.js_ready section.grid:not(.all) > #right {
    display: none; }
  section#ji_video.js_ready section.grid:not(.all).small a.item {
    width: calc(90% / 4); }
    section#ji_video.js_ready section.grid:not(.all).small a.item .content {
      font-size: 1.3vw; }
  section#ji_video.js_ready section.grid:not(.all).medium a.item {
    width: calc(90% / 3); }
    section#ji_video.js_ready section.grid:not(.all).medium a.item .content {
      font-size: 1.8vw; }
  section#ji_video.js_ready section.grid:not(.all).large a.item {
    width: calc(90% / 2); }
    section#ji_video.js_ready section.grid:not(.all).large a.item .content {
      font-size: 2.7vw; } }

@media only screen and (max-width: 767px) {
  section#ji_video section.grid.small a.item {
    width: calc(94% / 3);
    margin: calc(3% / 3); }
    section#ji_video section.grid.small a.item .content {
      font-size: 1.8vw; }
    section#ji_video section.grid.small a.item.author {
      width: calc(94% / 5);
      margin: calc(3% / 5); }
  section#ji_video section.grid.medium a.item {
    width: calc(94% / 2);
    margin: calc(3% / 2); }
    section#ji_video section.grid.medium a.item .content {
      font-size: 2.9vw; }
    section#ji_video section.grid.medium a.item.author {
      width: calc(94% / 4);
      margin: calc(3% / 4); }
      section#ji_video section.grid.medium a.item.author .txt {
        font-size: 0.8em; }
  section#ji_video section.grid.large a.item {
    width: calc(94% / 1);
    margin: calc(3% / 1); }
    section#ji_video section.grid.large a.item .content {
      font-size: 5.7vw; }
    section#ji_video section.grid.large a.item.author {
      width: calc(94% / 3);
      margin: calc(3% / 3); }
      section#ji_video section.grid.large a.item.author .txt {
        font-size: 1em; }
  section#ji_video.js_ready section.grid:not(.all).small a.item {
    width: calc(90% / 3);
    margin: calc(2% / 3); }
    section#ji_video.js_ready section.grid:not(.all).small a.item .content {
      font-size: 1.7vw; }
  section#ji_video.js_ready section.grid:not(.all).medium a.item {
    width: calc(90% / 2);
    margin: calc(2% / 2); }
    section#ji_video.js_ready section.grid:not(.all).medium a.item .content {
      font-size: 2.8vw; }
  section#ji_video.js_ready section.grid:not(.all).large a.item {
    width: calc(88% / 1.5);
    margin: calc(1.5% / 1.5); }
    section#ji_video.js_ready section.grid:not(.all).large a.item .content {
      font-size: 3.6vw; } }

@media only screen and (max-width: 620px) {
  section#ji_video section.grid a.item .txt p {
    font-size: 0.75rem; }
  section#ji_video section.grid.small a.item {
    width: calc(94% / 2);
    margin: calc(3% / 2); }
    section#ji_video section.grid.small a.item .content {
      font-size: 2.8vw; }
    section#ji_video section.grid.small a.item.author {
      width: calc(94% / 4);
      margin: calc(3% / 4); }
    section#ji_video section.grid.small a.item.album {
      width: calc(94% / 4);
      margin: calc(3% / 4); }
  section#ji_video section.grid.medium a.item {
    width: calc(94% / 2);
    margin: calc(3% / 2); }
    section#ji_video section.grid.medium a.item .content {
      font-size: 2.8vw; }
    section#ji_video section.grid.medium a.item.author {
      width: calc(94% / 4);
      margin: calc(3% / 4); }
    section#ji_video section.grid.medium a.item.album {
      width: calc(94% / 3);
      margin: calc(3% / 3); }
  section#ji_video section.grid.large a.item {
    width: 94%;
    margin: 3%; }
    section#ji_video section.grid.large a.item .content {
      font-size: 5.7vw; }
    section#ji_video section.grid.large a.item.author {
      width: calc(94% / 3);
      margin: calc(3% / 3); }
    section#ji_video section.grid.large a.item.album {
      width: calc(94% / 2);
      margin: calc(3% / 2); }
  section#ji_video.js_ready section.grid:not(.all).small a.item {
    width: calc(89% / 2);
    margin: calc(2% / 2); }
    section#ji_video.js_ready section.grid:not(.all).small a.item .content {
      font-size: 2.7vw; }
  section#ji_video.js_ready section.grid:not(.all).medium a.item {
    width: calc(89% / 1.5);
    margin: calc(2% / 1.5); }
    section#ji_video.js_ready section.grid:not(.all).medium a.item .content {
      font-size: 3.6vw; }
  section#ji_video.js_ready section.grid:not(.all).large a.item {
    width: calc(88% / 1);
    margin: calc(1.5% / 1); }
    section#ji_video.js_ready section.grid:not(.all).large a.item .content {
      font-size: 5.3vw; } }

body.single-ji_video section#ji_video,
body.jesusimage-media-single section#ji_video {
  width: 100%; }
  body.single-ji_video section#ji_video article.main,
  body.jesusimage-media-single section#ji_video article.main {
    background-color: black;
    color: white; }
    body.single-ji_video section#ji_video article.main .player,
    body.single-ji_video section#ji_video article.main .info,
    body.single-ji_video section#ji_video article.main nav.nav-back,
    body.jesusimage-media-single section#ji_video article.main .player,
    body.jesusimage-media-single section#ji_video article.main .info,
    body.jesusimage-media-single section#ji_video article.main nav.nav-back {
      max-width: calc(178vh - 376px); }
    body.single-ji_video section#ji_video article.main .info,
    body.jesusimage-media-single section#ji_video article.main .info {
      width: 96%;
      margin: 10px auto 20px; }
    body.single-ji_video section#ji_video article.main nav.nav-back,
    body.jesusimage-media-single section#ji_video article.main nav.nav-back {
      width: 100%;
      height: 35px;
      background-color: black;
      margin: 0 auto; }
    body.single-ji_video section#ji_video article.main .content,
    body.jesusimage-media-single section#ji_video article.main .content {
      display: flex; }
      body.single-ji_video section#ji_video article.main .content h1,
      body.jesusimage-media-single section#ji_video article.main .content h1 {
        margin: 1rem auto 0.6rem;
        color: #d7d7d7;
        padding: 0; }
      body.single-ji_video section#ji_video article.main .content time,
      body.jesusimage-media-single section#ji_video article.main .content time {
        font-feature-settings: "lnum";
        font-variant-numeric: lining-nums;
        text-transform: uppercase;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        color: #979797; }
      body.single-ji_video section#ji_video article.main .content h2,
      body.jesusimage-media-single section#ji_video article.main .content h2 {
        text-align: center;
        font-size: 1.6em;
        text-transform: uppercase; }
      body.single-ji_video section#ji_video article.main .content form input,
      body.jesusimage-media-single section#ji_video article.main .content form input {
        background-color: #6E6E6E; }
      body.single-ji_video section#ji_video article.main .content form label,
      body.jesusimage-media-single section#ji_video article.main .content form label {
        color: #F8F8F8; }
    body.single-ji_video section#ji_video article.main .activity-button,
    body.jesusimage-media-single section#ji_video article.main .activity-button {
      margin: 0 auto;
      padding: 30px 0 40px;
      text-align: center; }
  body.single-ji_video section#ji_video.side_open .left,
  body.jesusimage-media-single section#ji_video.side_open .left {
    width: 70%;
    margin-left: 1%; }
  body.single-ji_video section#ji_video.hide_form .right,
  body.jesusimage-media-single section#ji_video.hide_form .right {
    display: none; }
  body.single-ji_video section#ji_video .left,
  body.single-ji_video section#ji_video .right,
  body.jesusimage-media-single section#ji_video .left,
  body.jesusimage-media-single section#ji_video .right {
    display: inline-block; }
  body.single-ji_video section#ji_video .left,
  body.jesusimage-media-single section#ji_video .left {
    width: 100%; }
  body.single-ji_video section#ji_video .right,
  body.jesusimage-media-single section#ji_video .right {
    background-color: #3b3b3b;
    padding: 40px 2% 20px;
    width: 24%;
    margin-right: 1%;
    position: relative; }
    body.single-ji_video section#ji_video .right #close,
    body.jesusimage-media-single section#ji_video .right #close {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
      font-size: 0.8em;
      text-transform: uppercase; }
  body.single-ji_video section#ji_video > .related > .content, body.single-ji_video section#ji_video > .authors > .content, body.single-ji_video section#ji_video > .actions > .content,
  body.jesusimage-media-single section#ji_video > .related > .content,
  body.jesusimage-media-single section#ji_video > .authors > .content,
  body.jesusimage-media-single section#ji_video > .actions > .content {
    max-width: 1600px;
    margin: 0 auto;
    width: 96%;
    padding: 20px 0 40px; }
  body.single-ji_video section#ji_video > .authors,
  body.jesusimage-media-single section#ji_video > .authors {
    color: #333333; }
    body.single-ji_video section#ji_video > .authors a.item .txt,
    body.jesusimage-media-single section#ji_video > .authors a.item .txt {
      color: #333333; }
  body.single-ji_video section#ji_video > .related,
  body.jesusimage-media-single section#ji_video > .related {
    background-color: #1a1a1a;
    color: white; }
  body.single-ji_video section#ji_video > .actions,
  body.jesusimage-media-single section#ji_video > .actions {
    background-color: #F8F8F8;
    padding-top: 15px; }
    body.single-ji_video section#ji_video > .actions .actions,
    body.jesusimage-media-single section#ji_video > .actions .actions {
      padding: 0 0.6%; }
    body.single-ji_video section#ji_video > .actions span,
    body.jesusimage-media-single section#ji_video > .actions span {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.8em;
      display: block; }
    body.single-ji_video section#ji_video > .actions a,
    body.jesusimage-media-single section#ji_video > .actions a {
      font-size: 1em;
      font-weight: 500;
      display: inline-block;
      padding: 5px 8px 5px;
      margin: 5px 7px;
      background-color: #3b3b3b;
      text-transform: uppercase;
      line-height: 1.1em;
      color: #FFFFFF;
      text-decoration: none;
      transition: all 200ms ease-in-out; }
      body.single-ji_video section#ji_video > .actions a:first-of-type,
      body.jesusimage-media-single section#ji_video > .actions a:first-of-type {
        margin-left: 0; }
      body.single-ji_video section#ji_video > .actions a.give,
      body.jesusimage-media-single section#ji_video > .actions a.give {
        margin-right: 0; }
      body.single-ji_video section#ji_video > .actions a:hover,
      body.jesusimage-media-single section#ji_video > .actions a:hover {
        color: #FFFFFF;
        background-color: #b7a68c; }
      body.single-ji_video section#ji_video > .actions a.give, body.single-ji_video section#ji_video > .actions a.updates,
      body.jesusimage-media-single section#ji_video > .actions a.give,
      body.jesusimage-media-single section#ji_video > .actions a.updates {
        float: right; }
      body.single-ji_video section#ji_video > .actions a.updates,
      body.jesusimage-media-single section#ji_video > .actions a.updates {
        display: none;
        cursor: pointer; }

body.single-ji_video section.player,
body.jesusimage-media-single section.player {
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: block; }
  body.single-ji_video section.player .container,
  body.jesusimage-media-single section.player .container {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    body.single-ji_video section.player .container iframe,
    body.jesusimage-media-single section.player .container iframe {
      margin: 0 auto;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute; }
    body.single-ji_video section.player .container #login,
    body.jesusimage-media-single section.player .container #login {
      position: absolute;
      z-index: 20;
      width: 80%;
      margin: 0;
      max-width: 600px;
      background-color: #FFFFFF;
      padding: 40px 3%;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #333333;
      text-align: center; }
      body.single-ji_video section.player .container #login h1,
      body.jesusimage-media-single section.player .container #login h1 {
        margin-bottom: 20px;
        color: #333333 !important; }
      body.single-ji_video section.player .container #login p,
      body.jesusimage-media-single section.player .container #login p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        padding: 10px 0 20px;
        margin: 10px 0 20px; }
      body.single-ji_video section.player .container #login a.button,
      body.jesusimage-media-single section.player .container #login a.button {
        display: inline-block;
        color: #FFFFFF;
        background-color: #b7a68c;
        padding: 6px 23px 7px;
        font-weight: 700;
        line-height: 2.0em;
        text-transform: uppercase;
        letter-spacing: 0.17em;
        margin: 5px 10px;
        transition: color 200ms ease-in-out;
        position: relative;
        border-radius: 0;
        border: 2px solid #b7a68c;
        outline: none;
        text-decoration: none;
        cursor: pointer; }
    body.single-ji_video section.player .container .graphic,
    body.jesusimage-media-single section.player .container .graphic {
      margin: 0 auto;
      display: block;
      width: 104%;
      height: 104%;
      top: -2%;
      left: -2%;
      position: absolute;
      z-index: 10;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      filter: blur(20px);
      opacity: 0.6; }

@media only screen and (max-width: 768px) {
  body.single-ji_video section#ji_video article.main section.login {
    max-width: inherit; }
    body.single-ji_video section#ji_video article.main section.login .container {
      padding-bottom: 0;
      height: inherit; }
      body.single-ji_video section#ji_video article.main section.login .container #login {
        width: auto;
        max-width: inherit;
        position: relative;
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

@media only screen and (max-width: 620px) {
  body.single-ji_video section#ji_video article.main .content h1 {
    font-size: 1.6rem; } }

body.single-ji_album section#ji_video div.columns h1,
body.single-ji_album section#ji_video div.columns h2,
body.single-ji_song section#ji_video div.columns h1,
body.single-ji_song section#ji_video div.columns h2 {
  padding-left: 0;
  padding-right: 0; }

body.single-ji_album section.list table,
body.single-ji_song section.list table {
  width: 100%; }
  body.single-ji_album section.list table tr,
  body.single-ji_song section.list table tr {
    border-bottom: 1px solid #979797;
    transition: all 200ms ease-in-out; }
    body.single-ji_album section.list table tr td.center, body.single-ji_album section.list table tr th.center,
    body.single-ji_song section.list table tr td.center,
    body.single-ji_song section.list table tr th.center {
      text-align: center; }
    body.single-ji_album section.list table tr th,
    body.single-ji_song section.list table tr th {
      color: #979797;
      font-size: 1.1em;
      font-weight: 500;
      line-height: 30px; }
    body.single-ji_album section.list table tr a,
    body.single-ji_song section.list table tr a {
      text-decoration: none;
      color: #979797;
      line-height: 30px;
      font-weight: 500;
      display: block;
      font-size: 1.3em;
      padding: 7px 0;
      letter-spacing: 0.01em; }
    body.single-ji_album section.list table tr td.title a,
    body.single-ji_song section.list table tr td.title a {
      color: #FFFFFF; }
  body.single-ji_album section.list table tbody tr:hover,
  body.single-ji_song section.list table tbody tr:hover {
    background-color: #3E3E3E; }

body.single-ji_album section.lyrics,
body.single-ji_song section.lyrics {
  position: relative; }
  body.single-ji_album section.lyrics .text,
  body.single-ji_song section.lyrics .text {
    max-height: 700px;
    overflow: scroll;
    padding-bottom: 50px; }
  body.single-ji_album section.lyrics:after,
  body.single-ji_song section.lyrics:after {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    bottom: -1px;
    position: absolute;
    background: #black;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1a1a1a), color-stop(1, rgba(26, 26, 26, 0)));
    background: -ms-linear-gradient(bottom, #1a1a1a, rgba(26, 26, 26, 0));
    background: -moz-linear-gradient(center bottom, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
    background: -o-linear-gradient(rgba(26, 26, 26, 0), #1a1a1a);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false', startColorstr=$start, endColorstr=$stop); }
  body.single-ji_album section.lyrics p,
  body.single-ji_song section.lyrics p {
    font-size: 1.3em;
    line-height: 1.4em;
    letter-spacing: 0.01em;
    padding: 10px 0 20px; }

body.single-ji_album section.details p,
body.single-ji_song section.details p {
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 10px 0 15px; }
  body.single-ji_album section.details p a,
  body.single-ji_song section.details p a {
    color: #d7d7d7;
    text-decoration: none;
    transition: all 100ms ease-in-out; }
    body.single-ji_album section.details p a:hover,
    body.single-ji_song section.details p a:hover {
      color: #FFFFFF;
      text-decoration: underline; }
  body.single-ji_album section.details p strong,
  body.single-ji_song section.details p strong {
    font-weight: 600; }

body.single-ji_album div.columns,
body.single-ji_song div.columns {
  display: table;
  width: 100%; }
  body.single-ji_album div.columns .col-small,
  body.single-ji_album div.columns .col-medium,
  body.single-ji_song div.columns .col-small,
  body.single-ji_song div.columns .col-medium {
    display: inline-block;
    vertical-align: top;
    padding: 0 1%; }
    body.single-ji_album div.columns .col-small > section,
    body.single-ji_album div.columns .col-medium > section,
    body.single-ji_song div.columns .col-small > section,
    body.single-ji_song div.columns .col-medium > section {
      margin-bottom: 20px; }
  body.single-ji_album div.columns .col-small,
  body.single-ji_song div.columns .col-small {
    width: 30%;
    max-width: 350px;
    float: left; }
  body.single-ji_album div.columns .col-medium,
  body.single-ji_song div.columns .col-medium {
    width: 60%; }

@media only screen and (max-width: 767px) {
  body.single-ji_album div.columns .col-small,
  body.single-ji_album div.columns .col-medium,
  body.single-ji_song div.columns .col-small,
  body.single-ji_song div.columns .col-medium {
    float: inherit;
    width: 100%;
    max-width: 100%; }
  body.single-ji_album section.lyrics .text,
  body.single-ji_song section.lyrics .text {
    max-height: inherit;
    overflow: inherit;
    padding-bottom: inherit; }
  body.single-ji_album section.lyrics:after,
  body.single-ji_song section.lyrics:after {
    content: none; } }

section#ji_video article.title {
  width: 96.8%;
  max-width: 1582px;
  margin: 1% auto 1.5%;
  position: relative;
  overflow: hidden; }
  section#ji_video article.title nav {
    position: absolute;
    z-index: 100;
    max-width: 1600px;
    width: calc(100% - 70px);
    left: 35px; }
    section#ji_video article.title nav a {
      color: #FFFFFF;
      margin: 0 0.6%; }
  section#ji_video article.title .image {
    height: 0;
    padding-bottom: 27.5%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #FFFFFF;
    overflow: hidden;
    background-color: #0d0d0d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    section#ji_video article.title .image .graphic {
      display: block;
      background-repeat: no-repeat;
      background-position: center 25%;
      background-size: cover;
      background-color: transparent;
      z-index: 8;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      filter: brightness(90%) saturate(0.9) contrast(95%);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      section#ji_video article.title .image .graphic.square {
        display: none; }
  section#ji_video article.title h1 {
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.4rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    letter-spacing: 0.13em;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    z-index: 10;
    top: 50%;
    white-space: normal;
    width: 90%;
    left: 5%;
    line-height: 2.2rem; }
  section#ji_video article.title h2 {
    font-size: 1.2rem;
    z-index: 200;
    position: relative;
    display: block;
    color: #d7d7d7; }
  section#ji_video article.title .text {
    width: auto;
    position: relative;
    display: inline-block; }
  section#ji_video article.title.custom_header h1 {
    display: none; }

@media only screen and (max-width: 1600px) {
  section#ji_video article.title {
    width: 100%;
    margin: -20px auto 1.5%; }
    section#ji_video article.title .image {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      section#ji_video article.title .image .graphic {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; } }

@media only screen and (max-width: 960px) {
  section#ji_video article.title nav {
    width: 98%;
    left: 1%; } }

@media only screen and (max-width: 768px) {
  section#ji_video article.title .image {
    padding-bottom: 33%; }
  section#ji_video article.title h1 {
    font-size: 2rem; } }

@media only screen and (min-width: 421px) {
  section#ji_video article.title.no_header .image, section#ji_video article.title.album .image {
    height: inherit;
    padding: 3% 10% 3% 5%;
    text-align: center;
    width: auto; }
    section#ji_video article.title.no_header .image .graphic.square, section#ji_video article.title.no_header .image h1, section#ji_video article.title.album .image .graphic.square, section#ji_video article.title.album .image h1 {
      position: relative;
      display: inline-block;
      left: inherit;
      top: inherit;
      vertical-align: middle; }
    section#ji_video article.title.no_header .image .graphic.square, section#ji_video article.title.album .image .graphic.square {
      width: 18vw;
      height: 18vw;
      max-width: 200px;
      max-height: 200px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
    section#ji_video article.title.no_header .image h1, section#ji_video article.title.album .image h1 {
      -webkit-transform: inherit;
      -ms-transform: inherit;
      transform: inherit;
      width: auto; }
    section#ji_video article.title.no_header .image .text, section#ji_video article.title.album .image .text {
      padding-left: 50px;
      text-align: left;
      vertical-align: middle; }
      section#ji_video article.title.no_header .image .text h1, section#ji_video article.title.album .image .text h1 {
        padding-left: 0;
        display: block;
        text-align: left; }
      section#ji_video article.title.no_header .image .text a.button, section#ji_video article.title.album .image .text a.button {
        margin-top: 30px; }
    section#ji_video article.title.no_header .image a, section#ji_video article.title.album .image a {
      z-index: 1000; }
  section#ji_video article.title.no_header.ji_author .graphic.square, section#ji_video article.title.album.ji_author .graphic.square {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px; } }

@media only screen and (max-width: 420px) {
  section#ji_video article.title .image {
    padding-bottom: 100%; }
    section#ji_video article.title .image .graphic {
      display: none; }
      section#ji_video article.title .image .graphic.square {
        display: block; }
    section#ji_video article.title .image:after {
      display: block;
      content: '';
      width: 100%;
      height: 40%;
      background: linear-gradient(rgba(51, 51, 51, 0), #1a1a1a);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 100; }
  section#ji_video article.title h1 {
    font-size: 1.8rem;
    z-index: 200;
    width: 80%;
    left: 10%; }
  section#ji_video article.title.ji_author h1 {
    font-weight: 700;
    bottom: 12%;
    top: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit; }
  section#ji_video article.title.album .image {
    padding-bottom: inherit;
    height: auto; }
    section#ji_video article.title.album .image .graphic {
      display: block; }
    section#ji_video article.title.album .image .graphic.square, section#ji_video article.title.album .image h1 {
      position: relative;
      display: block;
      left: inherit;
      top: inherit;
      vertical-align: middle; }
    section#ji_video article.title.album .image .graphic.square {
      width: 60vw;
      height: 60vw;
      margin: 40px auto 20px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
    section#ji_video article.title.album .image h1 {
      -webkit-transform: inherit;
      -ms-transform: inherit;
      transform: inherit;
      width: auto; }
    section#ji_video article.title.album .image .text {
      padding-left: 0;
      text-align: center;
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      section#ji_video article.title.album .image .text h1 {
        padding-left: 0;
        display: block;
        text-align: center; }
      section#ji_video article.title.album .image .text a.button {
        margin-top: 10px; }
    section#ji_video article.title.album .image a {
      z-index: 1000; } }

section#ji_video footer {
  position: fixed;
  display: none;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 48px;
  z-index: 1000;
  overflow: hidden;
  background-color: #1a1a1a;
  border-top: 1px solid #2e2e2e;
  font-size: 1.1rem;
  color: #FFFFFF;
  /* ... */
  /* Status bar height on iOS 10 */
  padding-bottom: 0;
  /* Status bar height on iOS 11.0 */
  padding-bottom: constant(safe-area-inset-bottom);
  /* Status bar height on iOS 11+ */
  padding-bottom: env(safe-area-inset-bottom); }
  section#ji_video footer a {
    color: #FFFFFF;
    text-decoration: none;
    height: 100%;
    vertical-align: middle;
    max-width: 87%;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    display: table;
    white-space: nowrap;
    overflow: hidden; }
    section#ji_video footer a span {
      vertical-align: middle;
      display: table-cell;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    section#ji_video footer a .title {
      height: 14px;
      padding-left: 6px; }
    section#ji_video footer a .icon {
      width: 30px;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  section#ji_video footer nav {
    height: 100%;
    margin: 0 auto;
    width: 98vw; }
    section#ji_video footer nav div {
      height: 100%; }
  section#ji_video footer ul {
    display: table;
    width: 100%;
    text-align: center;
    height: 100%;
    table-layout: fixed; }
    section#ji_video footer ul li {
      display: table-cell;
      vertical-align: bottom;
      text-align: center;
      opacity: 40%;
      transition: opacity 130ms ease;
      padding: 0.4vh 0.5vw; }
      section#ji_video footer ul li:hover {
        opacity: 70%; }
      section#ji_video footer ul li.current-menu-item, section#ji_video footer ul li.current_page_item, section#ji_video footer ul li.current-menu-ancestor, section#ji_video footer ul li.current-menu-parent, section#ji_video footer ul li.current_page_parent, section#ji_video footer ul li.current_page_ancestor {
        opacity: 100%; }

@media only screen and (max-width: 834px) {
  section#ji_video footer {
    display: block; } }

@media only screen and (max-width: 767px) {
  section#ji_video footer {
    display: block;
    font-size: 0.9rem; }
    section#ji_video footer a {
      display: table;
      vertical-align: bottom;
      align-items: flex-end;
      justify-content: center;
      text-align: center;
      max-width: 95%; }
      section#ji_video footer a span {
        display: table-row;
        vertical-align: bottom; }
      section#ji_video footer a .title {
        padding: 0; }
      section#ji_video footer a .icon {
        display: flex;
        width: 100%; } }

section#ji_video h1 {
  padding: 30px 0.6% 10px; }

section#ji_video h2 {
  padding: 20px 0.6% 10px; }

section#ji_video h1,
section#ji_video h2 {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  line-height: 1.2em;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

section#ji_video h1 {
  line-height: 1.2em;
  font-size: 2.2rem;
  font-weight: 700; }

section#ji_video h2 {
  line-height: 1.2em;
  font-size: 1.5rem;
  font-weight: 600; }

body.jesusimage-media-archive section .content,
body.post-type-archive-ji_video section .content,
body.tax-ji_videocategory section .content,
body.tax-ji_videotopic section .content,
body.single-ji_author section .content,
body.single-ji_album section .content,
body.single-ji_song section .content,
body.single-ji_tv_page section .content,
body.post-type-archive-ji_author section .content,
body.post-type-archive-ji_album section .content,
body.post-type-archive-ji_song section .content,
body.page-template-page-tv section .content {
  max-width: 1600px;
  margin: 0 auto;
  width: calc(100% - 70px);
  padding-bottom: 60px; }

body.jesusimage-media-archive section.ji_video article.main,
body.post-type-archive-ji_video section.ji_video article.main,
body.tax-ji_videocategory section.ji_video article.main,
body.tax-ji_videotopic section.ji_video article.main,
body.single-ji_author section.ji_video article.main,
body.single-ji_album section.ji_video article.main,
body.single-ji_song section.ji_video article.main,
body.single-ji_tv_page section.ji_video article.main,
body.post-type-archive-ji_author section.ji_video article.main,
body.post-type-archive-ji_album section.ji_video article.main,
body.post-type-archive-ji_song section.ji_video article.main,
body.page-template-page-tv section.ji_video article.main {
  background-color: #1a1a1a;
  color: white;
  padding-top: 20px; }

@media only screen and (max-width: 1200px) {
  body.page-template-page-livestream section.more .grid a {
    width: calc(94% / 2); } }

@media only screen and (max-width: 960px) {
  body.jesusimage-media section .content,
  body.jesusimage-media-archive section .content,
  body.post-type-archive-ji_video section .content,
  body.tax-ji_videocategory section .content,
  body.tax-ji_videotopic section .content,
  body.single-ji_author section .content,
  body.single-ji_album section .content,
  body.single-ji_song section .content,
  body.single-ji_tv_page section .content,
  body.post-type-archive-ji_author section .content,
  body.post-type-archive-ji_album section .content,
  body.post-type-archive-ji_song section .content,
  body.page-template-page-tv section .content {
    width: 98%; }
  section#ji_video h1,
  section#ji_video h2 {
    padding-left: 1%;
    padding-right: 1%; }
  body.page-template-page-livestream section.video .content {
    display: block; }
  body.page-template-page-livestream section.video .left {
    width: 100%;
    margin: 0;
    display: block; }
  body.page-template-page-livestream section.video .right {
    width: 96%;
    margin: 0; }
  body.page-template-page-livestream section.video .actions {
    width: 98%; } }

@media only screen and (max-width: 767px) {
  section#ji_video h1,
  section#ji_video h2 {
    padding-left: 2%;
    padding-right: 2%; }
  section#ji_video h1 {
    font-size: 2rem; }
  section#ji_video h2 {
    font-size: 1.3rem; }
  body.page-template-page-livestream section.more .grid a {
    width: 98%; } }
