/* SIZING */
/* COLOR */
h1, .h3 {
  font-size: 36px; }

h2, .h2 {
  font-size: 26px;
  font-weight: 400 !important; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 18px; }

h5, h6 {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Droid Serif", serif; }

a {
  color: #000; }

.lead {
  font-size: 18px; }

a:hover {
  color: #5f5f5f; }

.uppercase {
  text-transform: uppercase; }

hr {
  border-color: #c8c7c5; }

.raleway {
  font-family: "Raleway", sans-serif; }

.droid {
  font-family: "Droid Serif", serif; }

input:focus, button:focus {
  outline: none; }
input:active, button:active {
  outline: none; }

.small {
  font-size: 85%; }

/* =WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.purple {
  color: #3e1051; }

.pink {
  color: #BF7FA2; }

.purple-bg {
  background: #3d1051;
  background: -moz-linear-gradient(left, #3d1051 0%, #451b4c 51%, #3d1051 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3d1051), color-stop(51%, #451b4c), color-stop(100%, #3d1051));
  background: -webkit-linear-gradient(left, #3d1051 0%, #451b4c 51%, #3d1051 100%);
  background: -o-linear-gradient(left, #3d1051 0%, #451b4c 51%, #3d1051 100%);
  background: -ms-linear-gradient(left, #3d1051 0%, #451b4c 51%, #3d1051 100%);
  background: linear-gradient(to right, #3d1051 0%, #451b4c 51%, #3d1051 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1051', endColorstr='#3d1051', GradientType=1 ); }
  .purple-bg .pink {
    color: #d2a5bd !important; }

.pink-bg {
  background: #BF7FA2; }

.black-bg {
  background: #000; }

.grey {
  color: #5f5f5f; }

.lt-grey {
  color: #c8c7c5; }

.white {
  color: #fff; }

.cream-bg {
  background: rgba(248, 241, 237, 0.7); }

body {
  font-family: "Droid Serif", serif;
  color: #5f5f5f;
  background: rgba(248, 241, 237, 0.7);
  font-size: 16px; }

.pad40 {
  padding: 40px 15px; }

.pad60 {
  padding: 60px 15px; }

.pad20 + hr, .pad40 + hr, .pad60 + hr {
  margin-top: 0px; }

hr {
  margin: 40px auto; }

.btn-primary {
  background: none;
  color: #3e1051;
  border: 2px solid #BF7FA2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #3e1051;
    border: 2px solid #3e1051;
    color: #fff; }

.modal .modal-dialog {
  margin-top: 160px; }
.modal .modal-content {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box; }
  .modal .modal-content .modal-header .close {
    color: #3e1051;
    font-size: 18px;
    opacity: 1; }
    .modal .modal-content .modal-header .close .modal-close-text {
      padding-right: 10px;
      line-height: 30px; }
    .modal .modal-content .modal-header .close .modal-close-x {
      display: inline-block;
      padding-top: 8px;
      padding-right: 1px;
      text-align: center;
      font-size: 20px;
      line-height: 10px;
      height: 30px;
      width: 30px;
      border: 1px solid #3e1051;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      background-clip: padding-box; }

.ministry-modal .modal-header {
  border-bottom: 0px;
  padding-bottom: 5px; }
.ministry-modal .modal-body {
  padding-top: 0px; }

header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000; }
  header a {
    color: #BF7FA2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    header a:hover {
      text-decoration: none;
      color: #fff; }
  header .secondary-nav a {
    font-style: italic; }

.full-logo {
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.mini-logo {
  display: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.shrink .full-logo {
  display: none; }
.shrink .mini-logo {
  display: block; }
.shrink .primary-nav {
  margin-top: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .shrink .primary-nav .sub-nav {
    top: 35px; }

#searchform {
  font-size: 14px; }
  #searchform button {
    background: none;
    border: 1px solid #d2a5bd;
    border-radius: 0 4px 4px 0;
    border-left: 0px;
    padding: 1px 6px 3px;
    height: 26px; }
  #searchform input {
    background: none;
    border: 1px solid #d2a5bd;
    padding: 3px 5px 4px 10px;
    width: 100px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-right: 0px;
    font-size: 85%;
    font-style: italic;
    height: 26px;
    font-family: "Raleway", sans-serif;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear; }
    #searchform input:hover, #searchform input:active, #searchform input:focus {
      width: 140px; }
    #searchform input::-webkit-input-placeholder {
      color: #d2a5bd;
      font-family: "Droid Serif", serif; }
    #searchform input:-moz-placeholder {
      color: #d2a5bd;
      font-family: "Droid Serif", serif; }
    #searchform input::-moz-placeholder {
      color: #d2a5bd;
      font-family: "Droid Serif", serif; }
    #searchform input:-ms-input-placeholder {
      color: #d2a5bd;
      font-family: "Droid Serif", serif; }

#primary-nav-wrapper {
  position: relative; }

.primary-nav {
  margin-top: 40px;
  padding-left: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px; }
  .primary-nav div.nav-item {
    font-family: "Raleway", sans-serif;
    display: inline-block;
    padding: 0 40px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600; }
    .primary-nav div.nav-item div.sub-nav {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .primary-nav div.nav-item:hover {
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      cursor: hand;
      padding-bottom: 40px; }
      .primary-nav div.nav-item:hover div.sub-nav {
        display: block; }
    .primary-nav div.nav-item.current-page-parent {
      color: #fff; }
    .primary-nav div.nav-item.open-nav {
      color: #fff; }
      .primary-nav div.nav-item.open-nav div.sub-nav {
        display: block;
        opacity: 1; }

.nav-item > span, #home-nav a {
  color: #d2a5bd; }

div.sub-nav {
  display: none;
  position: absolute;
  top: 61px;
  left: 50%;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #3e1051;
  border-left: 0px;
  width: 380px;
  z-index: 200;
  margin-top: 0px;
  border-radius: 0px;
  font-weight: bold;
  -webkit-box-shadow: 4px 10px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 10px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 10px 12px 0px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  font-family: "Raleway", sans-serif; }
  div.sub-nav:before {
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #fff;
    transform: translate(-16px, 0);
    -webkit-transform: translate(-16px, 0);
    -moz-transform: translate(-16px, 0);
    -o-transform: translate(-16px, 0);
    -ms-transform: translate(-16px, 0); }
  div.sub-nav .current_page_item a {
    color: #5f5f5f; }
  div.sub-nav ul {
    padding-left: 0px; }
    div.sub-nav ul > li.page_item_has_children {
      float: right;
      width: 50%;
      list-style-type: none;
      padding-bottom: 14px; }
      div.sub-nav ul > li.page_item_has_children > a {
        color: #3e1051;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "Droid Serif", serif;
        font-weight: normal; }
        div.sub-nav ul > li.page_item_has_children > a:only-child {
          color: #BF7FA2;
          font-size: 12px; }
          div.sub-nav ul > li.page_item_has_children > a:only-child:hover {
            color: #3e1051; }
      div.sub-nav ul > li.page_item_has_children ul.children {
        line-height: 14px; }
        div.sub-nav ul > li.page_item_has_children ul.children li {
          font-family: "Raleway", sans-serif;
          font-weight: bold;
          width: 90%; }
          div.sub-nav ul > li.page_item_has_children ul.children li a {
            color: #BF7FA2;
            font-size: 12px; }
            div.sub-nav ul > li.page_item_has_children ul.children li a:hover {
              color: #3e1051; }

div.sub-nav ul.children {
  padding-top: 6px; }
  div.sub-nav ul.children li {
    float: none;
    padding-bottom: 8px; }

.primary-nav > div:last-child {
  padding-right: 0px !important; }

#home-nav .sub-nav {
  display: none !important; }

.sub-nav.noKidsSub {
  width: 160px; }
  .sub-nav.noKidsSub ul {
    float: none; }
    .sub-nav.noKidsSub ul li {
      width: 98%;
      padding-bottom: 2px; }
      .sub-nav.noKidsSub ul li a {
        color: #BF7FA2;
        font-size: 12px; }
        .sub-nav.noKidsSub ul li a:hover {
          color: #3e1051; }

#connect-nav .sub-nav ul li, #resources-nav .sub-nav ul li {
  float: left; }

div.sub-nav > ul > li > a[href$="contact-us/"] {
  color: #3e1051 !important;
  font-size: 16px !important;
  font-weight: normal;
  font-family: "Droid Serif", serif; }

.navbar-toggle {
  margin-bottom: 0px; }
  .navbar-toggle .icon-bar {
    background: #fff; }

.close-mob-nav {
  background: #fff;
  position: absolute;
  top: 30px;
  right: -15px;
  display: none;
  opacity: 0;
  width: 100px; }
  .close-mob-nav:hover {
    cursor: pointer;
    cursor: hand; }
  .close-mob-nav .cream-bg {
    padding: 10px 14px 10px 4px;
    color: #BF7FA2;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    text-align: right; }
    .close-mob-nav .cream-bg span {
      padding-left: 10px; }

.primary-mob-nav {
  background: #fff;
  position: absolute;
  top: 70px;
  right: 0px;
  z-index: 200;
  width: 300px;
  font-size: 14px;
  display: none;
  font-family: "Raleway", sans-serif;
  -webkit-box-shadow: -8px 10px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -8px 10px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -8px 10px 12px 0px rgba(0, 0, 0, 0.5); }
  .primary-mob-nav .mob-nav-item {
    background: rgba(248, 241, 237, 0.7);
    padding: 10px 14px;
    border-bottom: 1px solid #c8c7c5;
    font-weight: 600; }
    .primary-mob-nav .mob-nav-item#home-nav {
      text-transform: uppercase; }
  .primary-mob-nav .panel {
    border: 0px;
    border-bottom: 1px solid #c8c7c5;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box; }
    .primary-mob-nav .panel ul {
      padding-left: 0px; }
      .primary-mob-nav .panel ul li.page_item_has_children > a {
        color: #3e1051;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "Droid Serif", serif; }
        .primary-mob-nav .panel ul li.page_item_has_children > a:hover {
          text-decoration: none; }
      .primary-mob-nav .panel ul li {
        list-style-type: none; }
        .primary-mob-nav .panel ul li a {
          text-transform: uppercase;
          font-size: 13px; }
          .primary-mob-nav .panel ul li a:hover {
            color: #3e1051 !important; }
        .primary-mob-nav .panel ul li ul {
          padding-bottom: 10px; }
          .primary-mob-nav .panel ul li ul li {
            padding-bottom: 4px; }
  .primary-mob-nav .panel + .panel {
    margin-top: 0px; }
  .primary-mob-nav .mob-nav-title {
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
    font-size: 14px; }
    .primary-mob-nav .mob-nav-title:hover, .primary-mob-nav .mob-nav-title:focus {
      color: #BF7FA2;
      text-decoration: underline; }
    .primary-mob-nav .mob-nav-title .mob-nav-plus {
      width: 21px;
      height: 21px;
      display: block;
      text-align: center;
      color: #BF7FA2;
      font-size: 20px;
      line-height: 10px; }
      .primary-mob-nav .mob-nav-title .mob-nav-plus .fa-plus-circle {
        display: none; }
      .primary-mob-nav .mob-nav-title .mob-nav-plus .fa-minus-circle {
        display: block; }
    .primary-mob-nav .mob-nav-title.collapsed .mob-nav-plus .fa-plus-circle {
      display: block; }
    .primary-mob-nav .mob-nav-title.collapsed .mob-nav-plus .fa-minus-circle {
      display: none; }
    .primary-mob-nav .mob-nav-title.collapsed {
      padding-bottom: 0px; }

.page .secondary-nav a {
  margin-right: 30px;
  color: #d2a5bd; }
  .page .secondary-nav a.facebook {
    font-size: 20px;
    display: inline-block; }

footer {
  font-size: 14px; }
  footer .pad20 {
    padding-top: 20px;
    padding-bottom: 20px; }

.footer-quick-link-wrapper .footer-quick-link {
  text-align: center;
  width: 60%;
  margin: 0 auto; }
  .footer-quick-link-wrapper .footer-quick-link a {
    color: #fff !important; }
  .footer-quick-link-wrapper .footer-quick-link .footer-quick-link-content {
    width: 100%; }

footer a {
  color: #5f5f5f; }

footer a:hover {
  color: #fff; }

#home .home-carousel-wrapper {
  background: #000;
  max-height: 620px;
  overflow: hidden;
  width: 100%;
  padding-top: 150px; }
  #home .home-carousel-wrapper .home-carousel-images {
    margin-bottom: 0px; }
    #home .home-carousel-wrapper .home-carousel-images .slick-list {
      overflow: visible; }
    #home .home-carousel-wrapper .home-carousel-images .slick-slide {
      opacity: 0.2;
      -webkit-transition: opacity 0.2s linear;
      -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
      #home .home-carousel-wrapper .home-carousel-images .slick-slide.slick-active {
        opacity: 1; }
      #home .home-carousel-wrapper .home-carousel-images .slick-slide:hover {
        cursor: pointer;
        cursor: hand; }
  #home .home-carousel-wrapper .carousel-title-wrapper {
    height: 70px;
    position: relative;
    text-align: center;
    padding: 20px 0;
    color: #fff; }
    #home .home-carousel-wrapper .carousel-title-wrapper .carousel-title {
      margin-top: 0px; }
    #home .home-carousel-wrapper .carousel-title-wrapper a {
      color: #fff; }
      #home .home-carousel-wrapper .carousel-title-wrapper a:hover {
        color: #fff;
        text-decoration: none; }
    #home .home-carousel-wrapper .carousel-title-wrapper:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 50%;
      width: 0;
      height: 0;
      opacity: 0;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-bottom: 16px solid #BF7FA2;
      transform: translate(-16px, 0);
      -webkit-transform: translate(-16px, 0);
      -moz-transform: translate(-16px, 0);
      -o-transform: translate(-16px, 0);
      -ms-transform: translate(-16px, 0);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #home .home-carousel-wrapper .carousel-title-wrapper.carousel-loaded-title:before {
      top: -16px;
      opacity: 1; }

.home-quick-nav {
  padding-top: 40px; }
  .home-quick-nav .home-quick-nav-mini-border {
    width: 40px;
    height: 1px;
    background: #c8c7c5;
    margin: 0px auto 8px auto; }
  .home-quick-nav .home-quick-nav-content {
    line-height: 1.7; }

.page .home-quick-nav-content a {
  color: #5f5f5f; }
  .page .home-quick-nav-content a:hover {
    color: #BF7FA2; }

.home-find-a-service {
  position: relative;
  background: url(../img/find-a-service.jpg) top center no-repeat;
  height: 300px;
  margin-top: 40px; }
  .home-find-a-service .row, .home-find-a-service .container, .home-find-a-service .col-lg-12 {
    height: 100%; }
  .home-find-a-service .empty-button {
    position: absolute;
    top: 50%;
    left: 20%;
    display: block;
    color: #fff;
    padding: 20px 0;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.3);
    border: 3px solid #fff;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .home-find-a-service .empty-button:hover {
      text-decoration: none;
      background: #fff;
      color: #3e1051; }

.experience-compline {
  padding-bottom: 40px; }

.page .page-primary {
  padding-bottom: 30px;
  padding-top: 150px; }
.page a, .page h2 {
  color: #BF7FA2; }
.page .table {
  text-align: center; }
  .page .table td {
    padding: 20px; }
  .page .table th {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #BF7FA2;
    font-size: 18px;
    font-weight: normal;
    text-align: center; }
  .page .table.table-bordered {
    border: 0px; }
.page .page-404 {
  min-height: 600px; }

.centered-block {
  text-align: center;
  width: 55%;
  margin: 0 auto;
  padding-bottom: 20px; }
  .centered-block h1, .centered-block h2, .centered-block h3 {
    position: relative;
    padding-bottom: 30px; }
    .centered-block h1:after, .centered-block h2:after, .centered-block h3:after {
      content: "";
      position: absolute;
      bottom: 10px;
      left: 50%;
      width: 20%;
      height: 1px;
      background: #c8c7c5;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0); }
  .centered-block hr {
    margin: 40px 0; }

.day-list {
  text-transform: capitalize; }

.ministries-sorter {
  padding-bottom: 40px; }
  .ministries-sorter .lead {
    margin-bottom: 0px; }

.min-sort-col {
  border-right: 1px solid #c8c7c5; }
  .min-sort-col:nth-child(3) {
    border-right: 0px; }

.ministries .mix {
  display: none; }
  .ministries .mix:hover {
    cursor: pointer;
    cursor: hand; }

.item {
  width: 33%; }

.ministries-listing {
  padding-bottom: 40px; }

.ministry-type h2 small {
  color: #BF7FA2; }

/* MOB MINISTRIES */
.mob-ministries-listing .panel {
  background: none;
  border: 0px;
  border-bottom: 1px solid #c8c7c5;
  box-shadow: none; }
  .mob-ministries-listing .panel .panel-heading {
    padding: 6px 12px;
    background: none;
    border: 0px; }
    .mob-ministries-listing .panel .panel-heading .mob-nav-title .mob-nav-plus {
      width: 21px;
      height: 21px;
      display: block;
      text-align: center;
      color: #BF7FA2;
      font-size: 20px;
      line-height: 10px; }
      .mob-ministries-listing .panel .panel-heading .mob-nav-title .mob-nav-plus .fa-plus-circle {
        display: none; }
      .mob-ministries-listing .panel .panel-heading .mob-nav-title .mob-nav-plus .fa-minus-circle {
        display: block; }
    .mob-ministries-listing .panel .panel-heading .mob-nav-title.collapsed .fa-plus-circle {
      display: block; }
    .mob-ministries-listing .panel .panel-heading .mob-nav-title.collapsed .mob-nav-plus .fa-minus-circle {
      display: none; }
    .mob-ministries-listing .panel .panel-heading .mob-nav-title.collapsed {
      padding-bottom: 0px; }
  .mob-ministries-listing .panel .panel-body {
    border-top: 0px !important;
    padding-top: 1px; }
    .mob-ministries-listing .panel .panel-body ul {
      list-style-type: none;
      padding-left: 0px; }
      .mob-ministries-listing .panel .panel-body ul li {
        font-size: 14px; }

#cathedral-calendar h1.pink {
  margin-bottom: 30px; }

#tribe-events-pg-template {
  padding-top: 150px !important; }

#tribe-events-content .tribe-events-calendar td {
  color: #5f5f5f;
  height: auto; }
  #tribe-events-content .tribe-events-calendar td .monthview-day-wrapper {
    min-height: 86px;
    padding: 6px; }

h2.tribe-events-page-title {
  text-align: left; }

.tribe-bar-search-filter, .tribe-bar-submit {
  display: none; }

#tribe-bar-form {
  background: none; }

.tribe-bar-views-inner {
  padding-bottom: 26px; }

.tribe-events-notices {
  border-color: #80D6D4;
  background: none;
  color: #5f5f5f;
  text-shadow: none;
  border-radius: 0px; }

#tribe-events-content table.tribe-events-calendar {
  border: 0px;
  border-bottom: 1px solid #5f5f5f; }
  #tribe-events-content table.tribe-events-calendar thead th {
    background: none;
    height: auto;
    padding: 10px 0;
    color: #BF7FA2;
    font-size: 15px;
    margin-bottom: 6px; }
  #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-], #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] a {
    background-color: #80D6D4;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: normal; }
  #tribe-events-content table.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background: #BF7FA2; }
  #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-] {
    background-color: #5f5f5f; }

#tribe-events-content .tribe-events-calendar td {
  border: 0px;
  border-left: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f; }

.tribe-events-list h2.tribe-events-page-title {
  background: #BF7FA2;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-size: 28px; }
.tribe-events-list .type-tribe_events {
  padding: 20px 0; }
  .tribe-events-list .type-tribe_events .tribe-events-list-event-title {
    font-size: 22px; }
  .tribe-events-list .type-tribe_events .tribe-events-event-meta, .tribe-events-list .type-tribe_events .tribe-events-content {
    font-size: 14px;
    font-family: "Raleway", sans-serif; }
  .tribe-events-list .type-tribe_events .dayview-start-end {
    font-size: 14px;
    font-family: "Raleway", sans-serif; }

.tribe-events-day .tribe-events-day-time-slot h5 {
  background: #80D6D4;
  color: #5f5f5f;
  text-align: center;
  font-weight: 400; }

.tribe-events-single .tribe-events-sub-nav {
  display: none; }
.tribe-events-single .tribe-events-meta-group-details, .tribe-events-single .tribe-events-meta-group-venue {
  padding-left: 0px; }
.tribe-events-single .tribe-events-cal-links {
  float: right; }
  .tribe-events-single .tribe-events-cal-links .tribe-events-gcal {
    margin-right: 0px; }

li.sermon a span {
  padding-right: 5px; }

.sermon-nav {
  margin-top: 20px; }

#mobile-sermon-play {
  font-size: 40px; }

.sermon-wrapper .sermon .sermon-thumb {
  position: relative; }
  .sermon-wrapper .sermon .sermon-thumb .sermon-thumb-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    color: #5f5f5f; }
    .sermon-wrapper .sermon .sermon-thumb .sermon-thumb-overlay a {
      color: #BF7FA2;
      padding-right: 10px; }
.sermon-wrapper .sermon .sermon-detail {
  height: 96px; }

.container.posts {
  margin-top: 150px; }

.posts.single-post {
  min-height: 600px; }
  .posts.single-post h1 {
    width: 60%; }

.posts.single-post.single-podcast {
  min-height: 600px; }
  .posts.single-post.single-podcast h1 {
    width: 100%;
    margin-bottom: 10px; }
  .posts.single-post.single-podcast .podcast-speaker {
    padding-bottom: 40px; }
  .posts.single-post.single-podcast .podcast-thumb {
    padding: 0 20px 20px 0; }
  .posts.single-post.single-podcast .podcast-transcript {
    padding: 12px 0 16px;
    margin-bottom: 0px; }

.staff-item:hover {
  cursor: pointer;
  cursor: hand; }

.staff-image {
  max-height: 160px;
  min-height: 160px;
  overflow: hidden;
  margin-bottom: 10px; }

.people-modal img {
  padding: 0 10px 10px 0; }

/* MOBILE  DEVICES */
@media screen and (max-width: 767px) {
  header {
    position: absolute;
    height: 100px;
    padding-top: 10px; }
    header #logo {
      width: 160px; }
    header .close-mob-nav {
      right: -15px; }
    header .primary-mob-nav {
      display: none;
      opacity: 0; }
      header .primary-mob-nav .nav-item > span, header .primary-mob-nav #home-nav a {
        color: #BF7FA2; }
    header .navbar-toggle {
      margin-right: 0px;
      margin-top: 50px; }
    header .secondary-nav {
      padding-right: 10px; }
      header .secondary-nav a {
        margin-right: 0px !important;
        padding-left: 10px; }
      header .secondary-nav a.facebook {
        margin-right: 0px; }
    header .navbar-toggle {
      margin-right: 0px;
      margin-top: 20px; }
    header .close-mob-nav {
      top: 22px; }
    header .primary-mob-nav {
      top: 62px;
      right: -15px; }
    header.shrink .mini-logo {
      padding-top: 16px; }

  .pad40 {
    padding: 40px 15px; }

  .centered-block {
    width: 80%; }

  .home-quick-nav .col-xs-12 {
    padding-bottom: 20px; }
  .home-quick-nav img {
    width: 100%; }

  .modal-dialog {
    width: 94%; }

  .item {
    width: 100%; }

  .footer-quick-link-wrapper .footer-quick-link {
    padding-bottom: 20px;
    width: 100%; }
    .footer-quick-link-wrapper .footer-quick-link .h2 {
      text-align: center; }

  .copyright-text {
    float: none !important;
    text-align: left;
    padding-top: 10px; }

  /* HOME */
  .mobile-intro {
    padding-top: 120px; }

  .home-find-a-service .empty-button {
    width: 90%;
    left: 5%; }

  /* MINISTRIES */
  .ministry-type {
    margin-bottom: 20px; }

  .page .page-primary {
    padding-top: 120px; }

  .timely .ai1ec-btn-sm {
    padding: 5px 6px; } }
/* SMALL */
@media screen and (min-width: 768px) and (max-width: 991px) {
  header {
    position: absolute;
    height: 100px; }
    header .nav-wrapper {
      width: 460px; }
      header .nav-wrapper .secondary-nav {
        width: 460px;
        height: 38px;
        padding-top: 10px; }
    header .navbar-toggle {
      margin-top: 20px;
      float: right; }
    header .close-mob-nav {
      right: 0px; }
    header #logo {
      width: 160px;
      padding-top: 10px; }
    header .close-mob-nav {
      top: 22px; }
    header .primary-mob-nav {
      top: 62px; }
    header.shrink .mini-logo {
      padding-top: 16px; }

  #home .home-carousel-wrapper {
    padding-top: 100px; }

  #home .home-carousel-wrapper .carousel-title-wrapper {
    padding-top: 20px; }

  .carousel-title {
    font-size: 22px; }

  .slick-prev, .slick-next {
    bottom: -55px; }

  .modal-dialog {
    width: 70%; } }
/* MEDIUM + */
@media screen and (min-width: 992px) {
  header {
    position: fixed;
    height: 150px;
    padding-top: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    header.shrink {
      height: 100px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      header.shrink #logo {
        padding-top: 0px; }
    header #logo {
      width: 200px;
      margin: 0; }
    header .primary-mob-nav {
      display: none;
      opacity: 0; }
    header .primary-nav div.nav-item {
      padding: 0 20px; }

  .modal-dialog {
    width: 70%; }

  .slick-prev, .slick-next {
    bottom: -55px; } }
/* FULL */
@media screen and (min-width: 1200px) {
  .modal-dialog {
    width: 60%; } }
