/* Everything in this stylesheet is loaded only on place-for-faith pages */

.article-mod.reg { background: none !important; }

.pof h1.article-h {
  font: 83px/140% ElectraDisplayItalic, ElectraRegRegular, Georgia, serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}
.pof-2 h1.article-h,
.pof-3 h1.article-h {
  font-size: 107px;
}

.pof .pof-logo {
  max-width: 394px;
  max-height: 116px;
  width: 100%;
  float: left;
  margin: 30px 0;
}

.pof .pof-note {
  float: left;
  width: 480px; /* 975px - 394 */
  font: 22px/140% ElectraRegRegular, Georgia, serif;
  margin: 10px 0 10px 50px;
  padding: 40px 0 40px 30px;
  border-left: 1px solid #CCC;
}

.pof .pof-box {
  width: 563px;
  margin: 0 auto;
  padding: 0 30px;
  border-left:  6px solid #000;
  border-right: 6px solid #000;
}

.pof h3.article-deck {
  text-align: center;
  font: 30px/140% ElectraRegRegular, Georgia, serif;
}

.pof .meta-byline {
  text-align: center;
  margin: 20px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #E5E5E5;
}

.pof .quote-title { color: #000; }

.pof .pull-quote {
  font-family: ElectraRegRegular, Georgia, serif;
}

.pof hr {
  margin: 30px 0;
}

/* Dropcap */
.pof .entry-content > p:first-child::first-letter {
  font: 53px/47px ElectraDisplayItalic, ElectraRegRegular, Georgia, serif;
  float: left;
  margin: 0 5px 0 0;
}

.pof .gallery-img {
  background: none;
  clear: both;
}
.pof .gallery-img-mod {
  margin: 0;
  padding: 0;
}
.pof .gallery-caption-credit {
  max-width: none;
}
.pof .gallery-caption-mod {
  border: 0;
  padding: 0;
}
.pof .gallery-credit {
  text-align: right;
  margin: 3px 0 0;
}
.pof .gallery-caption {
  color: #555;
  font-size: 13px;
}

.pof .post-slideshow {
  width: 300px;
  height: 510px;
  float: left;
  margin: 0 30px 30px -236px;
}

.pof .post-slideshow .galleria-container {
  border-top: 6px solid #FFF;
  border-bottom: 6px solid #FFF;
}

.pof .pof-video {
  width: 300px;
  height: 230px;
  float: left;
  margin: 0 30px 10px -236px;
  border-top: 6px solid #FFF;
  border-bottom: 6px solid #FFF;
  position: relative;
}
.pof .pof-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sidebars */
.pof .pof-sidebar {
  float: right;
  margin: 0 -236px 0 0;
  width: 180px;
  color: #555;
  position: relative;
  font: 13px/160% Georgia, serif;
}
.pof .pof-sidebar.pof-left {
  float: left;
  margin: 0 0 0 -236px;
}
.pof .pof-sidebar .chevron {
  background: url(chevrons.jpg) right no-repeat;
  width: 14px;
  height: 35px;
  position: absolute;
  top: -4px;
  left: -30px;
}
.pof .pof-sidebar.pof-left .chevron {
  background-position: left;
  left: 196px;
}
.pof .pof-sidebar h4 {
  font: 22px/140% ElectraDisplayItalic, ElectraRegRegular, Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 7px;
  color: #000;
}

.pof-1 .pof-link-1 a,
.pof-2 .pof-link-2 a,
.pof-3 .pof-link-3 a,
.pof-4 .pof-link-4 a {
  color: #000 !important;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .pof h1.article-h {
    font-size: 60px;
  }
  .pof-2 h1.article-h,
  .pof-3 h1.article-h {
    font-size: 80px;
  }

  .pof .pof-sidebar {
    margin: 0 0 10px 30px;
    border-top: 6px solid #000;
    padding-top: 10px;
  }
  .pof .pof-sidebar.pof-left {
    margin: 0 30px 10px 0;
  }
  .pof .pof-sidebar .chevron {
    display: none;
  }
  .pof .post-slideshow {
    width: 280px;
    margin: 0 auto;
    float: none;
  }

  .pof .pof-flag {
    text-align: center;
    margin-bottom: 20px;
  }

  .pof .pof-logo {
    float: none;
  }

  .pof .pof-note {
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    float: none;
    clear: both;
  }

  .pof .pof-video {
    margin: 0;
    float: none;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
  }
}

@media (max-width: 770px) {
  .pof h1.article-h {
    font-size: 45px;
  }
}

@media (max-width: 625px) {
  .pof h1.article-h {
    font-size: 35px;
    letter-spacing: 2px;
  }

  .pof .pof-box {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
  }
  .pof h3.article-deck {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .pof h1.article-h {
    font-size: 55px;
  }

  .pof .pof-sidebar {
    width: 50%;
    margin: 0 0 10px 10px;
  }
  .pof .pof-sidebar.pof-left {
    margin: 0 10px 10px 0;
  }
}