*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1140px;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .row .small-1 {
    position: relative;
    width: 8.33333%; }

  .row .small-2 {
    position: relative;
    width: 16.66667%; }

  .row .small-3 {
    position: relative;
    width: 25%; }

  .row .small-4 {
    position: relative;
    width: 33.33333%; }

  .row .small-5 {
    position: relative;
    width: 41.66667%; }

  .row .small-6 {
    position: relative;
    width: 50%; }

  .row .small-7 {
    position: relative;
    width: 58.33333%; }

  .row .small-8 {
    position: relative;
    width: 66.66667%; }

  .row .small-9 {
    position: relative;
    width: 75%; }

  .row .small-10 {
    position: relative;
    width: 83.33333%; }

  .row .small-11 {
    position: relative;
    width: 91.66667%; }

  .row .small-12 {
    position: relative;
    width: 100%; }

  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }

  .row .large-2 {
    position: relative;
    width: 16.66667%; }

  .row .large-3 {
    position: relative;
    width: 25%; }

  .row .large-4 {
    position: relative;
    width: 33.33333%; }

  .row .large-5 {
    position: relative;
    width: 41.66667%; }

  .row .large-6 {
    position: relative;
    width: 50%; }

  .row .large-7 {
    position: relative;
    width: 58.33333%; }

  .row .large-8 {
    position: relative;
    width: 66.66667%; }

  .row .large-9 {
    position: relative;
    width: 75%; }

  .row .large-10 {
    position: relative;
    width: 83.33333%; }

  .row .large-11 {
    position: relative;
    width: 91.66667%; }

  .row .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
#tinyeditor {border:none; margin:0; padding:0; font:14px 'Courier New',Verdana}
.tinyeditor {border:1px solid #bbb; background: rgba(255,255,255,0.7); padding:0 1px 1px; font:12px Verdana,Arial; width: 100% !important; height: 200px;}
.tinyeditor iframe {border:none; overflow-x:hidden; width: 100% !important;}
.tinyeditor-font {margin-left:12px}
.tinyeditor-size {margin:0 3px}
.tinyeditor-style {margin-right:12px}
.tinyeditor-divider {float:left; width:1px; height:30px; background:#ccc}
.tinyeditor-control,.undefined {float:left; width:34px; height:30px; cursor:pointer; background-image:url(/assets/tinyeditor/icons.png)}
.tinyeditor-control:hover {background-color:#fff; background-position:30px 0}
.tinyeditor-footer {height:32px; border-top:1px solid #bbb; background:#f5f5f5}
.toggle {float:left; background:url(/assets/tinyeditor/icons.png) -34px 2px no-repeat; padding:9px 13px 0 31px; height:23px; border-right:1px solid #ccc; cursor:pointer; color:#666}
.toggle:hover {background-color:#fff}
.resize {float:right; height:32px; width:32px; background:url(/assets/tinyeditor/resize.gif) 15px 15px no-repeat; cursor:s-resize}
#editor {cursor:text; margin:10px}

.tinyeditor-header {height:31px; border-bottom:1px solid #bbb; background:url(/assets/tinyeditor/header-bg.gif) repeat-x; padding-top:1px}
.tinyeditor-header select {float:left; margin-top:5px}
.selext-parent {
  background: #FFF;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 10px;
  position: relative;
  z-index: 102;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0); }
  .selext-parent:hover {
    background: #FAFAFA; }
  .selext-parent.empty {
    cursor: default; }
    .selext-parent.empty:hover {
      background: #FFF; }
  .selext-parent .arr {
    display: block;
    font-size: 1em;
    line-height: 0.9em;
    float: right;
    margin-right: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

.selext-parent.open .arr {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.selext-parent .current {
  font-size: 0.8em;
  letter-spacing: 1px; }

.selext-parent .selext {
  color: #333;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

.selext-parent.open .selext {
  max-height: 400%; }

.selext-parent.closed .selext {
  max-height: 0; }

.selext-parent .selext .option {
  background: #FAFAFA;
  color: #999;
  display: block;
  font-size: 0.7em;
  letter-spacing: 1px;
  margin-top: 2px;
  padding: 10px; }
  .selext-parent .selext .option.hide {
    display: none; }

.selext-parent .selext .option:hover {
  background: #177979;
  color: #FFF; }

.selext-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10; }
.hidden {
  display: none; }

/* -------------------------------------

	Admin Section

------------------------------------- */
.admin .dashboard {
  padding: 75px 0; }
  .admin .dashboard .buttons {
    overflow: hidden; }
    .admin .dashboard .buttons h1 {
      border-bottom: 1px #AAA solid;
      font-size: 2.2em;
      margin-bottom: 20px;
      padding-bottom: 15px; }
    .admin .dashboard .buttons a {
      box-sizing: border-box;
      background: #464541;
      border: 2px #e5e2d3 solid;
      color: #FFF;
      display: block;
      float: left;
      font-weight: 700;
      padding: 40px 0;
      text-align: center;
      text-transform: uppercase;
      width: 50%; }
      .admin .dashboard .buttons a:hover {
        opacity: 0.6; }
  .admin .dashboard .subscribers {
    margin-top: 50px;
    text-align: right; }
    .admin .dashboard .subscribers h4 {
      font-size: 1.4em; }
.admin .title {
  background: #464541;
  color: #e5e2d3;
  opacity: 0.6;
  padding: 45px 35px;
  margin-bottom: 40px; }
  .admin .title .row {
    padding-left: 5px; }
  .admin .title h2 {
    font-size: 1.3em;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding: 0; }
  .admin .title p {
    font-size: 1.1em;
    opacity: 0.8;
    margin: 0;
    padding: 0; }
  .admin .title a {
    background: #1b1a17;
    color: #FFF;
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 1px;
    padding: 20px 30px;
    margin-top: -10px;
    text-transform: uppercase; }
    .admin .title a:hover {
      background: #000; }
.admin .list {
  margin: 50px auto; }
  .admin .list .row {
    background: rgba(255, 255, 255, 0.3);
    padding: 20px 0; }
    .admin .list .row h3 {
      margin: 0; }
    .admin .list .row h6 {
      margin: 3px;
      text-transform: uppercase; }
      .admin .list .row h6 a {
        margin: 0 5px; }
    .admin .list .row:nth-child(even) {
      background: rgba(255, 255, 255, 0.2); }
.admin .playlist-form form label {
  color: #a2a2a0;
  font-weight: bold;
  text-transform: uppercase; }
.admin .playlist-form form input, .admin .playlist-form form textarea {
  display: block;
  border: none;
  padding: 10px;
  font-size: 1.4em;
  width: 100%; }
.admin .playlist-form form .field {
  margin-bottom: 20px; }
.admin .playlist-form form .verse-grid {
  margin: 20px -0.5% 0;
  padding: 0 15px; }
  .admin .playlist-form form .verse-grid .verse {
    background: rgba(255, 255, 255, 0.2);
    float: left;
    padding: 30px 20px;
    position: relative;
    margin: 0.5%;
    width: 19%; }
    .admin .playlist-form form .verse-grid .verse h4 {
      margin: 0 0 5px; }
    .admin .playlist-form form .verse-grid .verse h6 {
      color: #AAA;
      margin: 0; }
    .admin .playlist-form form .verse-grid .verse .checkmark {
      display: none;
      position: absolute;
      top: 15px;
      right: 15px;
      opacity: 0.6; }
    .admin .playlist-form form .verse-grid .verse.selected {
      background: rgba(255, 255, 255, 0.5) !important; }
      .admin .playlist-form form .verse-grid .verse.selected .checkmark {
        display: block; }
    .admin .playlist-form form .verse-grid .verse:hover {
      cursor: pointer;
      background: rgba(255, 255, 255, 0.3); }
.admin .playlist-form form input[type=submit] {
  background: #464541;
  border: none;
  color: #e5e2d3;
  cursor: pointer;
  display: block;
  padding: 15px 0;
  margin: 50px auto;
  width: 100%;
  text-transform: uppercase; }
  .admin .playlist-form form input[type=submit]:hover {
    background: #a2a2a0; }
.admin .pages-admin {
  padding-bottom: 50px; }
  .admin .pages-admin .title {
    padding: 50px 0; }
  .admin .pages-admin .pages a {
    background: #FFF;
    color: #464541;
    display: block;
    font-weight: bold;
    padding: 20px;
    font-size: 1.3em;
    text-transform: uppercase;
    width: 100%; }
    .admin .pages-admin .pages a small {
      opacity: 0.7;
      margin-top: 3px; }
    .admin .pages-admin .pages a:hover {
      background: #464541;
      color: #FFF; }
.admin .page-form .title {
  background: #464541;
  color: #e5e2d3;
  opacity: 0.6;
  padding: 45px 35px; }
  .admin .page-form .title .row {
    padding-left: 5px; }
  .admin .page-form .title h2 {
    font-size: 1.3em;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding: 0; }
  .admin .page-form .title p {
    font-size: 1.1em;
    opacity: 0.8;
    margin: 0;
    padding: 0; }
  .admin .page-form .title a {
    background: #1b1a17;
    color: #FFF;
    font-size: 0.8em;
    letter-spacing: 1px;
    padding: 20px 30px;
    text-transform: uppercase; }
    .admin .page-form .title a:hover {
      background: #000; }
.admin .page-form form {
  padding: 30px 0; }
.admin .page-form .field {
  margin-bottom: 30px; }
  .admin .page-form .field label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .admin .page-form .field textarea, .admin .page-form .field input[type='text'] {
    border: none;
    display: block;
    font-size: 1.2em;
    padding: 10px;
    width: 100%; }
.admin .drafts-admin {
  padding-bottom: 50px; }
  .admin .drafts-admin .title {
    padding: 50px 0; }
  .admin .drafts-admin .drafts a {
    background: #FFF;
    color: #464541;
    display: block;
    font-weight: bold;
    padding: 20px;
    font-size: 1.3em;
    text-transform: uppercase;
    width: 100%; }
    .admin .drafts-admin .drafts a small {
      opacity: 0.7;
      margin-top: 3px; }
    .admin .drafts-admin .drafts a:hover {
      background: #464541;
      color: #FFF; }
.admin .verse-form {
  padding-bottom: 50px; }
  .admin .verse-form .title {
    background: #464541;
    color: #e5e2d3;
    opacity: 0.6;
    padding: 45px 35px; }
    .admin .verse-form .title .row {
      padding-left: 5px; }
    .admin .verse-form .title h2 {
      font-size: 1.3em;
      letter-spacing: 1px;
      margin: 0 0 5px;
      padding: 0; }
    .admin .verse-form .title p {
      font-size: 1.1em;
      opacity: 0.8;
      margin: 0;
      padding: 0; }
    .admin .verse-form .title a {
      background: #1b1a17;
      color: #FFF;
      font-size: 0.8em;
      letter-spacing: 1px;
      padding: 20px 30px;
      text-transform: uppercase; }
      .admin .verse-form .title a:hover {
        background: #000; }
  .admin .verse-form form {
    margin-top: 25px; }
    .admin .verse-form form textarea, .admin .verse-form form input[type='text'] {
      border: none;
      padding: 3px 5px; }
  .admin .verse-form label {
    font-weight: 700;
    margin-top: 5px;
    font-style: 0.8em;
    text-transform: uppercase; }
  .admin .verse-form .book-verse {
    background: #464541;
    color: #e5e2d3;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    z-index: 10; }
    .admin .verse-form .book-verse label {
      float: left;
      width: 25%; }
    .admin .verse-form .book-verse select {
      float: left;
      margin-top: 4px;
      width: 20%; }
    .admin .verse-form .book-verse input {
      float: right;
      width: 50%; }
  .admin .verse-form #text-edit {
    border: 5px #464541 solid; }
    .admin .verse-form #text-edit .jHtmlArea {
      width: 100% !important; }
      .admin .verse-form #text-edit .jHtmlArea .ToolBar {
        display: none; }
      .admin .verse-form #text-edit .jHtmlArea iframe {
        background: #EEE;
        padding: 5px;
        border: none;
        width: 100% !important;
        height: 150px !important; }
  .admin .verse-form .description {
    margin: 20px 0 10px; }
    .admin .verse-form .description textarea {
      font: normal 1.1em "ff-meta-serif-web-pro";
      padding: 10px; }
  .admin .verse-form .posted-on {
    color: #464541;
    padding: 15px 0;
    overflow: hidden; }
    .admin .verse-form .posted-on label {
      float: left;
      width: 25%; }
    .admin .verse-form .posted-on select {
      float: right;
      width: 20%; }
  .admin .verse-form .tags {
    color: #464541;
    padding: 15px 0;
    overflow: hidden; }
    .admin .verse-form .tags label {
      float: left;
      width: 40%; }
    .admin .verse-form .tags input {
      float: right;
      width: 60%; }
  .admin .verse-form .slug {
    margin: 25px 0; }
    .admin .verse-form .slug .right {
      margin-top: -8px; }
  .admin .verse-form textarea {
    display: block;
    width: 100%; }
  .admin .verse-form .submits {
    text-align: center;
    padding-bottom: 15px; }
    .admin .verse-form .submits input {
      background: none;
      border: none;
      cursor: pointer;
      color: #464541;
      font-weight: 700;
      opacity: 0.8;
      text-transform: uppercase; }
      .admin .verse-form .submits input:hover {
        opacity: 1; }
    .admin .verse-form .submits div {
      overflow: hidden;
      padding-bottom: 15px; }
      .admin .verse-form .submits div input {
        background: #464541;
        border: 2px #e5e2d3 solid;
        color: #e5e2d3;
        float: left;
        padding: 15px 0;
        width: 50%; }
    .admin .verse-form .submits.full div input {
      width: 100%; }
  .admin .verse-form .attachments h4 {
    background: #464541;
    color: #e5e2d3;
    margin: 0;
    opacity: 0.4;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase; }
  .admin .verse-form .attachments #media_items {
    margin-top: 31px;
    overflow: hidden; }
    .admin .verse-form .attachments #media_items .media_item {
      background: rgba(0, 0, 0, 0.1);
      border: 5px #e5e2d3 solid;
      float: left;
      padding: 25px 20px 10px;
      position: relative;
      text-align: left;
      width: 50%; }
      .admin .verse-form .attachments #media_items .media_item .remove {
        background: #464541;
        color: #FFF;
        font-size: 0.7em;
        font-weight: 700;
        opacity: 0.5;
        padding: 10px 15px;
        position: absolute;
        top: 0px;
        right: 0px; }
        .admin .verse-form .attachments #media_items .media_item .remove:hover {
          opacity: 1; }
      .admin .verse-form .attachments #media_items .media_item .background {
        background-size: cover;
        background-position: center center;
        position: absolute;
        opacity: 0.4;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
      .admin .verse-form .attachments #media_items .media_item label {
        display: block;
        font-size: 0.8em;
        margin-left: 3px; }
      .admin .verse-form .attachments #media_items .media_item input {
        width: 100%; }
      .admin .verse-form .attachments #media_items .media_item h6 {
        background: rgba(0, 0, 0, 0.5);
        color: #FFF;
        font-size: 0.8em;
        margin: 10px 0 0;
        padding: 5px; }
        .admin .verse-form .attachments #media_items .media_item h6.empty {
          opacity: 0.2; }
      .admin .verse-form .attachments #media_items .media_item.new {
        background: #464541;
        color: #e5e2d3;
        cursor: pointer;
        height: 250px;
        opacity: 0.6;
        font-size: 4em;
        line-height: 3.3em;
        text-align: center; }
        .admin .verse-form .attachments #media_items .media_item.new:hover {
          opacity: 1; }
.hidden {
  display: none; }
.hidden {
  display: none; }

/*	=============================================================================
   
		Main styles
   
	========================================================================== */
body {
  background: #e5e2d3;
  line-height: 1.231;
  margin: 0;
  font-size: 13px; }

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 12px; } }
/* Link Styles */
a {
  color: #979063;
  text-decoration: none; }

a:hover {
  color: #C2BA86; }

/* Selection Color */
::-moz-selection {
  background: #8bc5e8;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #8bc5e8;
  color: #fff;
  text-shadow: none; }

button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0; }

input {
  border-radius: 0;
  -webkit-appearance: none !important; }

img {
  border: none !important;
  outline: none; }

/*	=============================================================================
   
		Typography
   
	========================================================================== */
body, button, input, select, textarea {
  color: #464541;
  font-family: "brandon-grotesque", sans-serif; }

h2, h3 {
  font-family: "fatboy-n4","fatboy",sans-serif;
  font-style: normal;
  font-weight: 400; }

h4, h5 {
  font-weight: 700;
  font-family: "brandon-grotesque", "Futura", sans-serif; }

p {
  font-family: "ff-meta-serif-web-pro", "Georgia", serif; }

.arrow {
  font-size: 0.7em;
  position: relative;
  top: -1px; }

/*	=============================================================================
	
		Misc styles
	
	========================================================================== */
.notice {
  background: #ded7c7;
  border-bottom: 5px #605d59 solid;
  color: #605d59;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 15px 0;
  font-size: 1.5em; }

.content {
  padding-top: 75px; }

/* Mobile */
@media (max-width: 767px) {
  .content {
    padding-top: 95px; } }
/*	=============================================================================
   
		Header
   
	========================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* Tablet */
  /* Mobile */ }
  header .header {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    background: #F9F8F7;
    padding: 22px 0 20px;
    position: relative;
    z-index: 1000; }
  header #logo {
    display: block;
    position: relative;
    margin-top: -4px;
    top: 6px; }
  header #logo-mobile {
    display: none; }
  header nav {
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2.7em;
    text-align: center;
    text-transform: uppercase; }
    header nav a {
      color: #5E5843;
      border-radius: 2px;
      margin: 0 3px;
      padding: 8px 10px 7px 12px; }
      header nav a img {
        position: relative;
        top: -2px;
        vertical-align: middle; }
      header nav a:last-child {
        margin: 0 1px; }
      header nav a:hover {
        background: #5E5843;
        color: #F9F8F7; }
        header nav a:hover.search {
          background: rgba(0, 0, 0, 0.1); }
  header #mp-container {
    background: #eeedec;
    overflow: hidden;
    position: relative;
    margin-top: -3px;
    height: 35px; }
    header #mp-container.active .jp-controls {
      background: transparent;
      left: 10px;
      opacity: 1; }
      header #mp-container.active .jp-controls a {
        cursor: pointer !important; }
        header #mp-container.active .jp-controls a:hover {
          opacity: 1 !important; }
    header #mp-container .jp-progress, header #mp-container .jp-seek-bar, header #mp-container .jp-play-bar {
      position: absolute;
      width: 100%;
      height: 100%; }
    header #mp-container .jp-seek-bar {
      border-bottom: 2px #a2a2a0 solid;
      cursor: pointer;
      opacity: 0.5; }
    header #mp-container .jp-play-bar {
      background: #a2a2a0;
      opacity: 0.6; }
    header #mp-container .jp-controls {
      overflow: hidden;
      opacity: 0.4;
      margin: 4px auto 0;
      padding: 0 5px;
      position: absolute;
      top: 3px;
      left: 40%;
      z-index: 4;
      -webkit-transition: left 0.2s ease-out;
      -moz-transition: left 0.2s ease-out;
      -ms-transition: left 0.2s ease-out;
      -o-transition: left 0.2s ease-out;
      transition: left 0.2s ease-out; }
      header #mp-container .jp-controls a {
        cursor: default;
        display: block;
        background: url(/assets/player-controls.png) no-repeat;
        float: left;
        margin: 0 1px;
        overflow: hidden;
        opacity: 0.7;
        text-indent: -9999px;
        width: 20px;
        height: 20px; }
        header #mp-container .jp-controls a.jp-play {
          background-position: -20px 0; }
        header #mp-container .jp-controls a.jp-previous {
          background-position: -40px 0;
          opacity: 0.5; }
        header #mp-container .jp-controls a.jp-next {
          background-position: -60px 0;
          opacity: 0.5; }
      @media (-webkit-min-device-pixel-ratio: 2) {
        header #mp-container .jp-controls a {
          background: url(/assets/player-controls@2x.png) no-repeat;
          background-size: auto 20px; } }
    header #mp-container .title {
      color: #464541;
      display: block !important;
      font-size: 0.9em;
      font-weight: bold;
      opacity: 0.7;
      padding-top: 7px;
      padding-left: 75px;
      position: absolute;
      top: 4px;
      left: 0;
      text-align: center;
      width: 100%;
      z-index: 1; }
      header #mp-container .title a {
        color: #464541;
        display: block;
        margin: 0 auto;
        opacity: 0.7;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%; }
        header #mp-container .title a:hover {
          opacity: 1; }
  header .search {
    opacity: 0.7;
    position: relative;
    top: 3px; }
    header .search:hover {
      opacity: 1; }
  header .search-bar {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.1);
    padding: 50px 15px 10px;
    position: absolute;
    top: -300px;
    width: 100%;
    z-index: -2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    header .search-bar.open {
      top: 100%;
      opacity: 1; }
    header .search-bar input {
      background: url(/assets/search.png) no-repeat left center;
      background-size: 30px;
      border: none;
      border-bottom: 1px #DDD solid;
      font-size: 1.8em;
      outline: none;
      padding-left: 40px;
      width: 100%; }
      header .search-bar input:focus {
        border-color: #464541; }
    header .search-bar h6 {
      text-align: center;
      text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 1024px) {
    header nav a {
      font-size: 0.9em;
      margin: 0; }
    header .search-bar {
      padding: 30px 15px 20px; }
      header .search-bar input {
        font-size: 2.5em; } }
  @media (max-width: 767px) {
    header #logo {
      display: none; }
    header #logo-mobile {
      display: block; }
    header .header {
      padding-top: 10px;
      padding-bottom: 10px; }
    header nav {
      letter-spacing: 1px;
      margin-top: 0;
      margin-right: 30px;
      text-align: right; }
      header nav a {
        display: inline-block;
        margin: 0 0 0 2px;
        padding: 4px 6px;
        font-size: 0.8em; }
        header nav a.search {
          margin: 0;
          padding: 5px; }
    header #mp-container {
      margin-top: 5px; }
    header .search {
      position: absolute;
      top: -70px;
      right: 12px; }
      header .search img {
        width: 18px;
        height: 18px; }
    header .search-bar {
      padding: 30px 15px 0; }
      header .search-bar input {
        background-size: 20px;
        padding-left: 30px;
        font-size: 1.2em; } }

/*  =============================================================================
   
		Footer
   
	========================================================================== */
footer {
  background: #5E5843;
  padding: 100px 0 50px;
  position: relative;
  z-index: 10;
  /* Tablet */
  /* Mobile */ }
  footer nav a {
    color: #e5e2d3;
    font-weight: 700;
    font-size: 1.1em;
    margin-right: 20px;
    opacity: 0.7;
    text-transform: uppercase; }
    footer nav a:hover {
      color: #1b1a17; }
  footer nav form {
    float: right;
    overflow: hidden;
    margin-top: -9px;
    position: relative;
    width: 35%;
    z-index: 10; }
    footer nav form input.text {
      background: #FFF;
      border: none;
      font-size: 1.2em;
      float: left;
      opacity: 0.4;
      padding: 3px 10px 4px;
      text-transform: lowercase;
      width: 70%; }
      footer nav form input.text:focus {
        opacity: 0.6; }
      footer nav form input.text::-webkit-input-placeholder {
        color: rgba(70, 69, 65, 0.6);
        opacity: 0.5;
        font-weight: 700;
        font-size: 0.7em;
        letter-spacing: 1px;
        line-height: 2em;
        top: 2px;
        position: relative;
        text-transform: uppercase; }
    footer nav form input.submit {
      background: #1b1a17;
      border: none;
      color: #AAA;
      float: right;
      font-size: 0.7em;
      cursor: pointer;
      font-weight: 700;
      letter-spacing: 1px;
      margin-top: 1px;
      opacity: 0.5;
      padding: 9px 13px 9px;
      width: 30%;
      text-transform: uppercase; }
      footer nav form input.submit:hover {
        opacity: 0.7; }
    footer nav form #response {
      background: #e5e2d3;
      display: none;
      padding: 5px 8px;
      font-weight: 700px;
      clear: both; }
  footer .copyright {
    border-top: 1px rgba(70, 69, 65, 0.6) solid;
    color: #1b1a17;
    font-size: 0.8em;
    font-weight: 700;
    margin-top: 20px;
    opacity: 0.6;
    padding-top: 30px;
    text-transform: uppercase;
    width: 60%; }
    footer .copyright small {
      display: block;
      font-size: 0.7em;
      margin-top: 10px;
      opacity: 0.6; }
    footer .copyright a {
      color: #1b1a17;
      opacity: 0.6; }
      footer .copyright a:hover {
        color: #e5e2d3; }
  footer .latest-tweet {
    float: right;
    margin-top: -38px;
    position: relative;
    text-align: right;
    width: 35%;
    z-index: 10; }
    footer .latest-tweet .tweet {
      background: #544F3C;
      font-size: 0.8em;
      line-height: 1.4em;
      padding: 20px 20px 15px;
      position: relative;
      opacity: 0.7;
      z-index: 10; }
      footer .latest-tweet .tweet p {
        color: #DDD;
        margin: 0;
        padding: 0; }
      footer .latest-tweet .tweet .meta {
        color: #888;
        font-size: 0.7em;
        font-weight: bold;
        letter-spacing: 1px;
        margin-top: 10px;
        text-transform: uppercase; }
      footer .latest-tweet .tweet .tail {
        color: #544F3C;
        font-size: 40px;
        line-height: 0;
        position: absolute;
        z-index: 1;
        left: 40px;
        bottom: -3px; }
    footer .latest-tweet a.follow {
      display: block;
      color: #e5e2d3;
      font-size: 0.7em;
      font-weight: bold;
      letter-spacing: 1px;
      margin-top: 8px;
      padding: 0 20px;
      opacity: 0.3;
      text-transform: uppercase; }
      footer .latest-tweet a.follow:hover {
        opacity: 0.7; }
  footer .esv {
    padding-top: 5px; }
    footer .esv h6 {
      color: #1b1a17;
      font-size: 0.6em;
      opacity: 0.4;
      margin: 0;
      padding: 18px 0 0;
      text-transform: uppercase; }
    footer .esv img {
      margin-left: -8px;
      margin-right: 5px;
      float: left;
      width: 55px; }
  footer .logo {
    margin-top: -20px;
    width: 150px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    footer nav a {
      font-size: 0.8em; }
    footer .latest-tweet {
      margin-top: -60px; }
      footer .latest-tweet .tweet .tail {
        left: 20px; } }
  @media (max-width: 767px) {
    footer {
      padding-top: 50px; }
      footer nav {
        text-align: center; }
        footer nav a {
          font-size: 0.8em;
          margin: 0 10px; }
        footer nav form {
          float: none;
          margin-bottom: 20px;
          width: 100%; }
      footer .copyright {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        width: 100%; }
      footer .latest-tweet {
        display: none; }
      footer .esv h6 {
        padding-top: 15px; }
        footer .esv h6 br {
          display: none; }
      footer .logo {
        display: none; } }
.hidden {
  display: none; }

/*  =============================================================================
   
	H O M E
   
========================================================================== */
#home .hero {
  background: #e5e2d3;
  overflow: hidden;
  /* Mobile */ }
  #home .hero, #home .hero .row, #home .hero .row .columns {
    position: relative;
    height: 375px; }
  #home .hero .background {
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  #home .hero .overlay {
    background: #464541;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  #home .hero .title {
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 0 15px;
    width: 100%; }
    #home .hero .title .play-song {
      border: 2px #FFF solid;
      border-radius: 40em;
      float: left;
      cursor: pointer;
      margin: -2px 20px 0 -2px;
      opacity: 0.5;
      position: relative;
      text-align: center;
      width: 60px;
      height: 60px;
      -webkit-transform: translateZ(0); }
      #home .hero .title .play-song img {
        display: block;
        margin: auto;
        position: relative;
        right: -2px;
        width: 25px;
        height: 25px; }
      #home .hero .title .play-song .pause {
        display: none;
        top: 2px; }
      #home .hero .title .play-song.playing .play {
        display: none; }
      #home .hero .title .play-song.playing .pause {
        display: inline; }
      #home .hero .title .play-song h6 {
        color: #FFF;
        font-size: 0.7em;
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        letter-spacing: 1px;
        margin: 0;
        padding: 8px 0 0;
        text-transform: uppercase;
        width: 100%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      @media (min-width: 1024px) {
        #home .hero .title .play-song:hover {
          opacity: 1; }
          #home .hero .title .play-song:hover h6 {
            bottom: -18px;
            opacity: 1; } }
    #home .hero .title a {
      display: block;
      margin: 1px 0 30px 80px; }
      #home .hero .title a h1 {
        color: #e5e2d3;
        font-size: 2.8em;
        font-weight: normal;
        letter-spacing: 4px;
        line-height: 1em;
        margin: 0;
        padding: 0;
        text-transform: uppercase; }
      #home .hero .title a h4 {
        font-size: 0.7em;
        color: #464541;
        letter-spacing: 1px;
        margin: 10px 0 0 1px;
        padding: 0;
        text-transform: uppercase; }
      #home .hero .title a:hover h1 {
        color: #FFF; }
  #home .hero .verses {
    background: #464541;
    opacity: 0.7;
    padding: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /* Tablet */ }
    #home .hero .verses h4 {
      color: #1b1a17;
      font-size: 10px;
      letter-spacing: 3px;
      margin: 0 0 20px 15px;
      padding: 0;
      text-transform: uppercase; }
    #home .hero .verses .verse-list {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 15px;
      width: 100%; }
      #home .hero .verses .verse-list .verse {
        border-bottom: 1px #444 solid;
        border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
        display: block;
        overflow: hidden;
        padding: 16px 15px 14px; }
        #home .hero .verses .verse-list .verse:first-of-type {
          border-top: 1px #444 solid;
          border-top: 1px rgba(0, 0, 0, 0.15) solid; }
        #home .hero .verses .verse-list .verse .arrow {
          color: #1b1a17;
          float: right;
          margin-top: 4px;
          opacity: 0;
          margin-right: -20px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        #home .hero .verses .verse-list .verse h5 {
          color: #e5e2d3;
          font-size: 0.9em;
          letter-spacing: 1px;
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
        #home .hero .verses .verse-list .verse h6 {
          color: #1b1a17;
          margin: 4px 0 0 1px;
          padding: 0;
          font-size: 0.7em;
          text-transform: uppercase; }
        #home .hero .verses .verse-list .verse:hover {
          background: rgba(255, 255, 255, 0.2); }
          #home .hero .verses .verse-list .verse:hover h5 {
            color: #1b1a17; }
          #home .hero .verses .verse-list .verse:hover h6 {
            color: #464541; }
          #home .hero .verses .verse-list .verse:hover .arrow {
            margin-right: 0;
            opacity: 1; }
      #home .hero .verses .verse-list .button {
        background: #1b1a17;
        display: block;
        color: #e5e2d3;
        font-weight: bold;
        font-size: 0.75em;
        letter-spacing: 1px;
        padding: 15px;
        margin: 25px 0 35px;
        text-align: center;
        text-transform: uppercase; }
        #home .hero .verses .verse-list .button:hover {
          background: #e5e2d3;
          color: #1b1a17; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #home .hero .verses h4 {
        font-size: 0.75em;
        letter-spacing: 2px; }
      #home .hero .verses .verse h5 {
        font-size: 0.8em !important; } }
  @media (max-width: 767px) {
    #home .hero .title .play-song {
      margin-top: 4px;
      width: 40px;
      height: 40px; }
      #home .hero .title .play-song img {
        position: relative;
        left: 1px;
        width: 15px;
        height: 15px; }
    #home .hero .title a {
      margin-left: 50px; }
      #home .hero .title a h1 {
        font-size: 1.5em;
        letter-spacing: 2px;
        margin-top: 5px; }
      #home .hero .title a h4 {
        font-size: 0.5em;
        margin-top: 5px; }
    #home .hero .verses {
      display: none; } }
  #home .hero .right {
    background: #464541;
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -100%;
    width: 100%;
    height: 100%; }
#home .description {
  background: #F9F8F7;
  background-image: url("/assets/home/description-bg.jpg");
  background-size: cover; }
  #home .description .tagline {
    padding: 110px 0 20px;
    /* Tablet */
    /* Mobile */
    /* Tablet */
    /* Mobile */ }
    #home .description .tagline h5 {
      color: #7d7867;
      font-size: 1.8em;
      letter-spacing: 1px;
      margin: 0;
      text-transform: uppercase; }
      #home .description .tagline h5 .and {
        font: italic 1.4em "Baskerville", sans-serif;
        position: relative;
        top: 3px; }
      #home .description .tagline h5 strong {
        color: #464541;
        opacity: 0.8; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #home .description .tagline h5 {
        font-size: 1.25em; } }
    @media (max-width: 767px) {
      #home .description .tagline {
        padding: 50px 0 20px; }
        #home .description .tagline h5 {
          font-size: 1.3em; }
          #home .description .tagline h5 br {
            display: none; }
          #home .description .tagline h5 .and {
            display: inline-block;
            margin-top: -5px; } }
    #home .description .tagline .x {
      display: block;
      margin: 30px auto 20px; }
      #home .description .tagline .x img {
        margin: 0 5px;
        width: 20px; }
    #home .description .tagline form {
      overflow: hidden;
      min-height: 150px;
      margin: 0 auto;
      width: 70%; }
      #home .description .tagline form h6 {
        clear: both;
        color: #464541;
        opacity: 0.6;
        font-size: 1.2em;
        letter-spacing: 2px;
        margin: 0;
        padding: 15px 0 0;
        text-transform: uppercase; }
      #home .description .tagline form input.text {
        background: none;
        border: none;
        border-bottom: 2px rgba(70, 69, 65, 0.6) solid;
        float: left;
        padding: 0 0 0.25em 0;
        font-size: 1.8em;
        text-transform: lowercase;
        outline: none;
        width: 75%; }
        #home .description .tagline form input.text::-webkit-input-placeholder {
          color: rgba(70, 69, 65, 0.6);
          opacity: 0.5;
          font-weight: 700;
          font-size: 0.5em;
          letter-spacing: 1px;
          line-height: 2em;
          position: relative;
          top: 9px;
          text-align: center;
          text-transform: uppercase; }
      #home .description .tagline form input.submit {
        background: none;
        border: none;
        border-bottom: 2px rgba(70, 69, 65, 0.6) solid;
        color: #464541;
        cursor: pointer;
        font-weight: 700;
        font-size: 0.7em;
        letter-spacing: 1px;
        padding: 1.8em 0 1.3em;
        text-transform: uppercase;
        width: 25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        #home .description .tagline form input.submit:hover {
          background: #464541;
          color: #e5e2d3; }
      #home .description .tagline form #response {
        clear: both;
        margin-top: 10px;
        padding-bottom: 5px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #home .description .tagline input.text {
        padding-bottom: 0.15em !important; } }
    @media (max-width: 767px) {
      #home .description .tagline form {
        width: 90%; }
        #home .description .tagline form h6 {
          font-size: 1em; } }
  #home .description .steps {
    background: rgba(0, 0, 0, 0.1);
    padding: 75px 0 100px; }
    #home .description .steps .columns {
      padding: 0 30px; }
    #home .description .steps h4 {
      border-bottom: 1px rgba(70, 69, 65, 0.6) solid;
      font-size: 1.2em;
      padding-bottom: 10px;
      text-transform: uppercase; }
    #home .description .steps p {
      line-height: 2em; }

/*  =============================================================================
   
	A B O U T
   
========================================================================== */
#about {
  background: url(/assets/verses/verses-bg.jpg) center top no-repeat;
  background-size: 100%;
  padding: 100px 0 50px; }
  #about a {
    color: #464541;
    opacity: 0.7; }
    #about a:hover {
      opacity: 1; }
  #about .body {
    font-size: 1.3em; }
    #about .body h1 {
      font-size: 1.8em;
      margin: 0 0 60px;
      line-height: 1.2em;
      text-transform: uppercase;
      opacity: 0.6; }
    #about .body p {
      margin-bottom: 20px;
      line-height: 1.9em; }
    #about .body h2, #about .body h3 {
      margin: 60px 0 30px; }
    #about .body h4 {
      font-size: 1.4em; }
  #about .sidebar {
    margin-top: 140px; }
    #about .sidebar h1 {
      color: rgba(0, 0, 0, 0.5);
      font-size: 1.1em;
      margin: 0 0 3px;
      text-transform: uppercase; }
      #about .sidebar h1 span {
        color: #464541;
        margin-right: 5px;
        font-size: 1.3em;
        position: relative;
        top: 1px; }
    #about .sidebar h4:first-of-type {
      margin-top: 40px; }
    #about .sidebar h4 {
      border-bottom: 1px #464541 solid;
      padding-bottom: 10px;
      margin-top: 40px;
      text-transform: uppercase; }
    #about .sidebar a {
      display: block;
      font-size: 1.2em;
      margin-bottom: 4px; }
.hidden {
  display: none; }

/*  =============================================================================
   
	V E R S E S   L I S T
   
========================================================================== */
#verses {
  background: url(/assets/verses/verses-bg.jpg) center top no-repeat;
  background-size: 100%;
  padding: 0 15px 50px; }
  #verses .title {
    padding: 90px 15px 60px;
    /* Tablet */
    /* Mobile */ }
    #verses .title .columns {
      padding: 0; }
    #verses .title .play-all {
      float: left;
      border-radius: 4em;
      border: 2px #FFF solid;
      opacity: 0.8;
      margin-top: -4px;
      margin-right: 20px;
      padding: 15px 13px 15px 17px;
      position: relative;
      width: 55px;
      height: 55px;
      z-index: 2; }
      #verses .title .play-all img {
        width: 20px; }
      #verses .title .play-all h6 {
        color: #FFF;
        bottom: -30px;
        left: 2px;
        position: absolute;
        opacity: 0;
        font-size: 0.8em;
        text-align: center;
        text-transform: uppercase;
        width: 100%; }
      #verses .title .play-all:hover {
        opacity: 1; }
        #verses .title .play-all:hover h6 {
          opacity: 1;
          bottom: -40px; }
    #verses .title h4 {
      opacity: 0.5;
      font-size: 1.5em;
      margin: 0; }
    #verses .title .options {
      margin-top: 10px;
      text-transform: uppercase; }
      #verses .title .options .view-as a {
        background: #464541;
        color: #e5e2d3;
        border-radius: 2px;
        display: inline-block;
        font-size: 0.55em;
        font-weight: bold;
        letter-spacing: 1px;
        opacity: 0.5;
        padding: 12px 20px; }
        #verses .title .options .view-as a.active, #verses .title .options .view-as a:hover {
          opacity: 0.8; }
      #verses .title .options .selext-parent {
        float: right;
        font-size: 11px;
        padding: 11px 8px 10px;
        position: relative;
        text-align: center;
        margin-left: 15px;
        width: 175px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #verses .title {
        padding: 40px 15px 30px; }
        #verses .title .play-all {
          margin-right: 10px; }
        #verses .title h4 {
          font-size: 1em;
          margin-top: 11px; }
        #verses .title .options {
          margin-top: 9px; }
          #verses .title .options .selext-parent {
            font-size: 8px;
            margin-left: 5px;
            padding: 13px 8px 12px;
            width: 125px; } }
    @media (max-width: 767px) {
      #verses .title {
        overflow-x: hidden;
        padding-top: 50px;
        padding-bottom: 30px; }
        #verses .title h4 {
          font-size: 0.9em;
          margin-top: 3px; }
        #verses .title .options {
          margin-top: 20px; }
          #verses .title .options .view-as {
            display: none; }
          #verses .title .options .selext-parent {
            width: 100%; } }
  #verses .playlist .title h4 {
    font-size: 1.8em;
    margin-top: 7px;
    text-transform: uppercase; }
  #verses .playlist .title .options {
    margin-top: 3px; }
  #verses .verses {
    padding: 0 15px;
    /* Mobile */ }
    #verses .verses h3 {
      border-bottom: 1px #AAA solid;
      border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
      clear: both;
      padding: 50px 15px 15px;
      margin: 0 0 20px; }
      #verses .verses h3 a {
        color: #464541; }
        #verses .verses h3 a:hover {
          opacity: 0.7; }
    #verses .verses .verse {
      background: #7d7867;
      border-radius: 2px;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      position: relative;
      text-align: center; }
      #verses .verses .verse .background {
        border-radius: 2px;
        opacity: 0;
        position: absolute;
        top: -10%;
        left: -10%;
        max-width: none;
        width: 120%;
        height: auto;
        z-index: 0;
        transition: opacity 0.3s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden; }
        #verses .verses .verse .background.loaded {
          opacity: 0.8 !important; }
      #verses .verses .verse .play-song {
        background: rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
        border-radius: 4em;
        border: 2px #FFF solid;
        opacity: 0.5;
        padding: 18px;
        position: relative;
        width: 60px;
        height: 60px;
        z-index: 2; }
        #verses .verses .verse .play-song img {
          position: relative;
          right: -2px;
          width: 20px; }
        #verses .verses .verse .play-song .pause {
          display: none; }
        #verses .verses .verse .play-song.playing .pause {
          display: inline; }
        #verses .verses .verse .play-song.playing .play {
          display: none; }
        #verses .verses .verse .play-song:hover {
          opacity: 1; }
      #verses .verses .verse a {
        display: block;
        color: #FFF;
        position: absolute;
        top: 0;
        left: 0;
        text-transform: uppercase;
        width: 100%;
        height: 100%;
        z-index: 1; }
        #verses .verses .verse a .overlay {
          background: #1b1a17;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0.2;
          width: 100%;
          height: 100%;
          z-index: 0; }
        #verses .verses .verse a .info {
          bottom: 0;
          left: 0;
          opacity: 0.8;
          padding: 15px;
          position: absolute;
          text-align: left;
          width: 100%; }
          #verses .verses .verse a .info .arrow {
            float: right;
            margin-top: 7px;
            margin-right: -10px;
            opacity: 0; }
          #verses .verses .verse a .info h4 {
            letter-spacing: 2px;
            font-size: 1.2em;
            margin: 0;
            padding: 0; }
          #verses .verses .verse a .info h6 {
            font-size: 0.5em;
            opacity: 0.6;
            letter-spacing: 1px;
            margin: 5px 0 0;
            padding: 0; }
        #verses .verses .verse a:hover .overlay {
          opacity: 0.25; }
        #verses .verses .verse a:hover .info {
          opacity: 1; }
          #verses .verses .verse a:hover .info .arrow {
            margin-right: 0;
            opacity: 1; }
      #verses .verses .verse:hover {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.2); }
    #verses .verses.grid {
      margin: 0 -1%; }
      #verses .verses.grid .verse {
        float: left;
        margin: 0 1% 20px;
        width: 31.3333333%;
        height: 200px; }
        #verses .verses.grid .verse .play-song {
          position: absolute;
          margin-top: -30px;
          margin-left: -30px;
          top: 50%;
          left: 50%; }
        #verses .verses.grid .verse .info .tags {
          display: none; }
    #verses .verses.list .verse {
      margin-bottom: 10px;
      padding: 15px;
      opacity: 0.8;
      width: 100%; }
      #verses .verses.list .verse .background {
        display: none; }
      #verses .verses.list .verse .play-song {
        float: left; }
      #verses .verses.list .verse a {
        position: relative; }
      #verses .verses.list .verse .info {
        position: static;
        padding: 0 0 0 85px; }
        #verses .verses.list .verse .info .arrow {
          font-size: 1.2em;
          margin-top: 5px; }
        #verses .verses.list .verse .info h4 {
          font-size: 1.8em;
          margin: 10px 0 0 0; }
        #verses .verses.list .verse .info h6 {
          font-size: 0.7em;
          margin: 2px 0 0; }
      #verses .verses.list .verse:hover {
        opacity: 1; }
    @media (max-width: 767px) {
      #verses .verses {
        padding-left: 0;
        padding-right: 0; }
        #verses .verses h3 {
          font-size: 0.7em !important;
          padding: 20px 0 10px;
          margin-bottom: 15px; }
        #verses .verses .verse {
          float: none !important;
          margin: 0 0 10px !important;
          padding: 5px 10px !important;
          width: 100% !important;
          height: auto !important; }
          #verses .verses .verse .background {
            display: none !important; }
          #verses .verses .verse .play-song {
            float: left;
            margin: 11px 10px 0 0 !important;
            padding: 0 !important;
            position: relative !important;
            left: 0 !important;
            top: 0 !important;
            width: 40px !important;
            height: 40px !important;
            z-index: 10; }
            #verses .verses .verse .play-song img {
              right: -1px;
              width: 15px !important;
              height: 15px !important; }
          #verses .verses .verse a {
            position: static; }
            #verses .verses .verse a .info {
              position: static; }
              #verses .verses .verse a .info .arrow {
                position: absolute;
                right: 8px;
                top: 35%;
                margin-right: 0;
                opacity: 0.8; }
              #verses .verses .verse a .info h4 {
                font-size: 1em;
                letter-spacing: 1px; } }

/*  =============================================================================
   
	V E R S E  S E A R C H
   
========================================================================== */
#verses.search .title {
  border-bottom: 1px #a2a2a0 solid;
  margin-bottom: 40px;
  padding-bottom: 15px; }
  #verses.search .title h1 img {
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle; }
  #verses.search .title .options {
    margin-top: 16px; }

/*  =============================================================================
   
	S I N G L E   V E R S E
   
========================================================================== */
#verse {
  background: #464541;
  position: relative;
  /* Mobile */ }
  #verse .background {
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    position: fixed;
    opacity: 0.8;
    margin-top: 10px;
    top: 0;
    width: 100%;
    height: 90%;
    z-index: 0; }
  #verse .hero {
    height: 100%; }
  #verse .title {
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    padding: 20px 0 15px;
    position: relative;
    z-index: 10; }
    #verse .title .progress {
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%; }
    #verse .title h1 {
      font-size: 2.4em;
      letter-spacing: 2px;
      margin: 0 0 0 5px;
      text-transform: uppercase; }
      #verse .title h1 img {
        float: left;
        opacity: 0.6;
        margin: -5px 10px 0 0;
        width: 65px; }
    #verse .title p {
      font-style: italic;
      font-size: 1em;
      letter-spacing: 0.5px;
      opacity: 0.3;
      margin: 1px 0 0 5px;
      padding: 0; }
  #verse .sub-content {
    background: #efeee5;
    padding: 0 0 50px 0;
    position: relative;
    z-index: 10; }
    #verse .sub-content .the-verse {
      color: #555;
      font-style: italic;
      font-size: 1.8em;
      line-height: 1.6em;
      margin: 0;
      padding: 30px 20px 10px 20px; }
    #verse .sub-content .the-message {
      font-size: 1.2em;
      line-height: 1.7em; }
      #verse .sub-content .the-message h2 {
        font-family: "brandon-grotesque", "Futura", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.2em;
        margin: 40px 0 0; }
    #verse .sub-content .meta {
      margin-top: 50px; }
      #verse .sub-content .meta .songs {
        box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.2);
        background: #efeee5;
        border-radius: 3px;
        margin-top: -153px;
        padding: 20px 30px 40px; }
        #verse .sub-content .meta .songs .song {
          border-bottom: 1px #DDD solid;
          padding: 15px 8px 24px; }
          #verse .sub-content .meta .songs .song .play-song {
            border: 2px #a2a2a0 solid;
            border-radius: 4em;
            cursor: pointer;
            float: left;
            margin-right: 15px;
            padding: 12px 10px 8px 12px;
            position: relative;
            z-index: 100; }
            #verse .sub-content .meta .songs .song .play-song img {
              opacity: 0.5;
              width: 15px; }
            #verse .sub-content .meta .songs .song .play-song .pause {
              display: none; }
            #verse .sub-content .meta .songs .song .play-song:hover {
              border-color: #464541; }
              #verse .sub-content .meta .songs .song .play-song:hover img {
                opacity: 1; }
            #verse .sub-content .meta .songs .song .play-song.playing .play {
              display: none; }
            #verse .sub-content .meta .songs .song .play-song.playing .pause {
              display: inline; }
          #verse .sub-content .meta .songs .song .song-title {
            font-size: 1.3em;
            padding: 4px 0;
            text-align: left; }
            #verse .sub-content .meta .songs .song .song-title h5 {
              color: #464541;
              font-size: 1em;
              margin: 0 0 3px 50px;
              padding: 0; }
            #verse .sub-content .meta .songs .song .song-title h6 {
              opacity: 0.6;
              margin: 0 0 0 55px;
              padding: 0; }
            #verse .sub-content .meta .songs .song .song-title .download-link {
              color: #464541;
              float: right;
              margin-top: 4px;
              font-size: 0.7em;
              text-transform: uppercase;
              opacity: 0.7; }
              #verse .sub-content .meta .songs .song .song-title .download-link img {
                position: relative;
                top: -2px;
                vertical-align: middle; }
              #verse .sub-content .meta .songs .song .song-title .download-link:hover {
                opacity: 1; }
      #verse .sub-content .meta .wallpaper {
        background-color: #efeee5;
        overflow: hidden;
        margin-bottom: 30px;
        padding: 10px 30px;
        position: relative; }
        #verse .sub-content .meta .wallpaper .row {
          margin: 0; }
        #verse .sub-content .meta .wallpaper .background-image {
          background-position: center center;
          background-size: cover;
          position: absolute;
          opacity: 0.15;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -1;
          -webkit-filter: grayscale(1); }
        #verse .sub-content .meta .wallpaper .author {
          border: 1px #e5e2d3 solid;
          border-bottom: none; }
          #verse .sub-content .meta .wallpaper .author .icon {
            float: left;
            border-right: 1px #e5e2d3 solid;
            margin-right: 10px;
            padding: 10px 15px 5px; }
            #verse .sub-content .meta .wallpaper .author .icon img {
              opacity: 0.3; }
          #verse .sub-content .meta .wallpaper .author h4 {
            font-size: 1.3em;
            margin: 11px 0 0; }
            #verse .sub-content .meta .wallpaper .author h4 small {
              color: #a2a2a0;
              letter-spacing: 1px;
              display: block;
              font-size: 0.4em;
              position: relative;
              left: 2px;
              text-transform: uppercase; }
        #verse .sub-content .meta .wallpaper .download {
          background-color: rgba(255, 255, 255, 0.3);
          border: 1px #e5e2d3 solid;
          border-left: none;
          color: #464541;
          display: block;
          float: left;
          font-size: 1em;
          padding-top: 5px;
          position: relative;
          text-align: center;
          width: 36%; }
          #verse .sub-content .meta .wallpaper .download:first-child {
            border-left: 1px #e5e2d3 solid; }
          #verse .sub-content .meta .wallpaper .download .icon {
            background: url(/assets/verses/wallpaper-icons.png) no-repeat;
            border-radius: 6px;
            margin: 5px auto 0;
            position: relative;
            left: -1px;
            width: 100px;
            height: 90px;
            transition: all 0.2s ease-out; }
            @media (-webkit-min-device-pixel-ratio: 2) {
              #verse .sub-content .meta .wallpaper .download .icon {
                background: url(/assets/verses/wallpaper-icons@2x.png) no-repeat;
                background-size: 300px 100px; } }
            #verse .sub-content .meta .wallpaper .download .icon div {
              overflow: hidden;
              border-radius: 6px;
              opacity: 0;
              position: absolute;
              top: 10px;
              left: 0;
              width: 100%;
              height: 100%;
              transition: all 0.4s ease-out; }
              #verse .sub-content .meta .wallpaper .download .icon div a {
                border-top: 1px #AAA solid;
                background: #FFF;
                color: #464541;
                display: block;
                font-size: 0.8em;
                font-weight: 700;
                padding: 7px 0;
                text-transform: uppercase; }
                #verse .sub-content .meta .wallpaper .download .icon div a:first-child {
                  border-top: none; }
                #verse .sub-content .meta .wallpaper .download .icon div a:hover {
                  background: #464541;
                  color: #FFF; }
          #verse .sub-content .meta .wallpaper .download.poster {
            padding-top: 10px;
            margin-top: -1px;
            width: 100% !important; }
            #verse .sub-content .meta .wallpaper .download.poster img {
              position: relative;
              top: -3px;
              left: -12px;
              vertical-align: middle;
              width: 30px; }
            #verse .sub-content .meta .wallpaper .download.poster h6 {
              font-size: 0.9em; }
          #verse .sub-content .meta .wallpaper .download:hover {
            background-color: rgba(255, 255, 255, 0.6); }
            #verse .sub-content .meta .wallpaper .download:hover .icon.desktop {
              opacity: 1; }
            #verse .sub-content .meta .wallpaper .download:hover .icon div {
              opacity: 1;
              top: 0px; }
            #verse .sub-content .meta .wallpaper .download:hover h6 {
              opacity: 1; }
          #verse .sub-content .meta .wallpaper .download.iphone {
            width: 28%; }
            #verse .sub-content .meta .wallpaper .download.iphone .icon {
              background-position: -10px -5px;
              width: 80px; }
          #verse .sub-content .meta .wallpaper .download.ipad .icon {
            background-position: -100px -5px; }
          #verse .sub-content .meta .wallpaper .download.desktop .icon {
            background-position: -200px -5px; }
          #verse .sub-content .meta .wallpaper .download h6 {
            margin: 5px 0 8px;
            padding: 0;
            opacity: 0.6;
            line-height: 1.2em;
            text-transform: uppercase;
            transition: all 0.2s ease-out; }
        @media (min-width: 768px) and (max-width: 860px) {
          #verse .sub-content .meta .wallpaper .download.ipad, #verse .sub-content .meta .wallpaper .download.iphone {
            width: 50%; }
          #verse .sub-content .meta .wallpaper .download.desktop {
            display: none; } }
        @media (max-width: 768px) {
          #verse .sub-content .meta .wallpaper {
            padding: 10px 0; } }
      #verse .sub-content .meta .chart {
        background: rgba(255, 255, 255, 0.3);
        border: 1px #e5e2d3 solid;
        display: block;
        margin: 0 32px 0;
        padding: 20px 0 16px;
        text-align: center; }
        #verse .sub-content .meta .chart img {
          margin-right: 5px;
          opacity: 0.8;
          position: relative;
          top: -2px;
          vertical-align: middle;
          width: 25px; }
        #verse .sub-content .meta .chart h6 {
          color: #464541;
          margin: 0;
          padding: 0;
          font-size: 0.9em;
          opacity: 0.5;
          letter-spacing: 1px;
          text-transform: uppercase; }
        #verse .sub-content .meta .chart:hover {
          background: rgba(255, 255, 255, 0.5); }
          #verse .sub-content .meta .chart:hover img, #verse .sub-content .meta .chart:hover h6 {
            opacity: 1; }
      #verse .sub-content .meta .tags {
        overflow: hidden;
        margin: 40px 0;
        padding: 0 32px; }
        #verse .sub-content .meta .tags h4 {
          border-bottom: 1px #e5e2d3 solid;
          color: #a2a2a0;
          margin: 0 0 15px;
          padding: 0 5px 5px;
          text-transform: uppercase; }
        #verse .sub-content .meta .tags a {
          border-top: 1px #e5e2d3 solid;
          display: block;
          padding: 6px 5px;
          width: 50%;
          float: left; }
          #verse .sub-content .meta .tags a:nth-child(2), #verse .sub-content .meta .tags a:nth-child(3) {
            border-top: none; }
      #verse .sub-content .meta .social-share {
        overflow: hidden;
        margin: 40px 0;
        padding: 0 32px; }
        #verse .sub-content .meta .social-share h4 {
          border-bottom: 1px #e5e2d3 solid;
          color: #a2a2a0;
          margin: 0 0 25px;
          padding: 0 5px 5px;
          text-transform: uppercase; }
        #verse .sub-content .meta .social-share a {
          opacity: 0.5;
          margin-right: 15px;
          margin-left: 5px; }
          #verse .sub-content .meta .social-share a:hover {
            opacity: 1; }
    #verse .sub-content .admin-functions {
      padding: 0 30px; }
      #verse .sub-content .admin-functions h4 {
        color: #a2a2a0;
        text-transform: uppercase; }
      #verse .sub-content .admin-functions a {
        margin: 0 5px 0 0; }
  @media (max-width: 767px) {
    #verse .title {
      margin-top: -10px; }
      #verse .title h1 {
        font-size: 1.1em; }
        #verse .title h1 img {
          width: 40px; }
    #verse .sub-content .meta .songs {
      box-shadow: none;
      margin-top: 0;
      padding: 0; }
    #verse .sub-content .meta .wallpaper {
      margin: 40px 0 0; }
      #verse .sub-content .meta .wallpaper .download {
        width: 50% !important; }
        #verse .sub-content .meta .wallpaper .download.desktop {
          display: none; }
    #verse .sub-content .meta .tags {
      padding: 0; }
    #verse .sub-content .admin-functions {
      padding: 0; } }

#unsubscribe {
  padding: 150px 0; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *




 */
