/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Aspect Ratio Mixin */
/* Livestream */
#g-livestream iframe {
  height: 56.25vw;
  max-height: 80vh;
}
/* Main Menu */
.g-main-nav .g-toplevel {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.live-button {
  background-color: #f99b1c;
  color: #ffffff !important;
}
/* Admin Menu */
#g-main nav li {
  display: inline-block;
}
#g-main nav li a {
  padding: 1rem;
  background: #FF9C00;
}
/* Mail Chimp Modal */
.mc-modal {
  top: calc(10vh + 80px) !important;
  bottom: 10vh !important;
}
.mc-modal:before {
  position: fixed;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#open-popup:hover {
  cursor: pointer;
}
/* Event Table */
.event-table .event-container {
  display: inline-block;
  border: #c9cacc 1px solid;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.event-table .event-container div {
  padding: 1rem;
}
.event-title {
  background-color: #ff9c00;
  color: #FFF;
  min-height: 80px;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
}
.event-desc {
  min-height: 152px;
}
.event-detail {
  background-color: #c9cacc;
  padding: 0 !important;
  font-size: 0.938rem;
}
.event-detail span {
  width: 50%;
  display: inline-block;
}
.event-detail .event-date {
  padding: 1rem 0 1rem 1rem;
  border-right: #FFF 1px solid;
}
.event-detail .event-time {
  text-align: right;
  padding: 1rem 1rem 1rem 0;
}
/* Subscribe */
.twitter-widget-0 {
  width: 50%;
  margin: auto;
}
.subscribe {
  font-size: 0;
}
.subscribe-container {
  display: flex;
  align-content: center;
  align-items: center;
}
.subscribe-container div {
  flex: 0 50%;
}
.subscribe .social a {
  font-size: 1.25rem;
}
.subscribe .g-title {
  text-align: center;
  font-size: 2rem;
  color: #FFF;
  background-color: #FF9C00;
  padding: 1rem;
}
.subscribe label {
  font-size: 1rem;
}
.subscribe #mc_embed_signup .mc-field-group {
  padding-bottom: 1rem;
}
.subscribe #mc_embed_signup .button {
  background-color: #949599;
}
/* Newsletter Sign-Up */
#mc_embed_signup .indicates-required {
  text-align: left !important;
}
/* Blog */
#blog {
  font-size: 0;
}
#blog .leading-post > div, #blog .blog-post > div {
  font-size: 1rem;
}
#blog .leading-post, #blog .blog-post {
  border: 2px solid #FF9C00;
  border-radius: 0.5rem;
  overflow: hidden;
}
#blog .posts-container {
  margin: 0 -1%;
}
#blog .posts-container .blog-post {
  width: 23%;
  margin: 1rem 1%;
  display: inline-block;
}
#blog .posts-container .post-image {
  max-height: 140px;
  text-align: center;
  font-size: 0;
}
#blog .posts-container .post-image img {
  max-height: 140px;
  max-width: 100%;
}
#blog .post-title {
  background-color: #EFEFEF;
  padding: 0.5rem 1rem;
}
#blog .posts-container .post-title {
  height: 64px;
  display: flex;
  align-items: center;
  text-align: center;
  align-content: center;
}
#blog .posts-container .post-content {
  height: 15rem;
  overflow: hidden;
}
#blog .post-content {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
#blog .post-content img {
  display: none;
}
#blog .post-date {
  background-color: #FF9C00;
  color: #FFF;
  padding: 0.5rem;
  display: block;
  width: 100%;
}
#blog .post-author {
  background-color: #292628;
  color: #FFF;
  padding: 0.5rem;
  display: block;
  width: 100%;
}
#blog .posts-container .post-title, #blog .posts-container .post-info, #blog .posts-container .post-link {
  text-align: center;
}
#blog .post-link .button {
  display: block;
  text-align: center;
}
#blog .leading-post {
  margin-bottom: 1rem;
  position: relative;
}
#blog .leading-post .post-title {
  font-size: 2rem !important;
}
#blog .leading-post .post-image {
  width: 33%;
  display: inline-block;
  margin-right: 2%;
  float: left;
  font-size: 0;
  margin-top: 1rem;
}
#blog .leading-post .post-content {
  width: 65%;
  display: inline-block;
  padding-bottom: 1rem;
}
#blog .leading-post .post-info {
  display: flex;
}
#blog .leading-post .post-link {
  position: absolute;
  bottom: 0;
  left: 33%;
  right: 0;
}
#blog .leading-post span.post-author {
  background-color: transparent !important;
  color: inherit !important;
  padding: 0;
  display: inline-block;
  width: auto;
  font-size: 1rem;
}
.item-page .article-info {
  display: inline-block;
}
.item-page .page-header, .item-page .page-header h2 {
  display: inline-block;
}
/* Inside Blog Pages */
.blog-page {
  position: relative;
  padding-top: calc(100vh - 80px);
}
.Blog .item-image, .itemid-175 .item-image, .itemid-176 .item-image, .event-video iframe, .itemid-179 .item-image {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 80px) !important;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.Blog .item-image img, .itemid-175 .item-image img, .itemid-176 .item-image img {
  display: none;
}
.itemid-175 .item-image {
  background-color: #6600cd;
}
.article-info {
  display: none;
}
.Blog .article-info {
  display: block;
  float: right;
  margin-top: -4rem;
  font-size: 1.5rem;
}
.itemid-175 #g-container-main {
  padding-top: calc(100vh - 80px);
}
.itemid-176 #g-container-main, .itemid-179 #g-container-main {
  padding-top: 68vh !important;
}
.itemid-179 .item-image img {
  display: none;
}
.itemid-176 .item-image, .itemid-179 .item-image {
  background-position: center -15vh;
  height: 68vh !important;
  background-size: cover;
}
/* Creation Forms */
.field-container input, .field-container select, .field-container textarea {
  display: block;
}
.chosen-container-single .chosen-search input[type="text"] {
  width: 88% !important;
}
.field-container label {
  display: inline-block;
}
/* Polaroid */
.polaroid {
  position: relative;
  width: 100%;
  max-width: 350px;
}
.polaroid img {
  border: 10px solid #fff;
  border-bottom: 7.5rem solid #fff;
  -webkit-box-shadow: 1px 2px 5px #292628;
  -moz-box-shadow: 1px 2px 5px #292628;
  box-shadow: 1px 2px 5px #292628;
}
.polaroid.two-lines img {
  border-bottom: 9rem solid #FFF;
}
.polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  font: 400 2rem/1 "Kaushan Script", cursive;
  color: #888;
  margin: 2.5rem 0;
}
.polaroid.two-lines p {
  margin: 1.5rem 0;
}
.polaroid-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
/* Gallery Thumbnails */
#gallery-thumbnails {
  font-size: 0;
}
#gallery-thumbnails .item {
  width: 23%;
  display: inline-block;
  margin: 1%;
  text-align: center;
  position: relative;
  height: 150px;
  transition: 0.2s;
}
#gallery-thumbnails .item img {
  max-height: 150px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
#gallery-thumbnails .item:hover img {
  transform: scale(1.2);
}
nav.photo-nav {
  width: 100% !important;
  bottom: 90px !important;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  position: absolute !important;
}
.photo-nav span {
  width: 31% !important;
  height: 100% !important;
}
.photo-nav span.dg-next {
  float: right;
  width: 27% !important;
}
/* Articles */
.blog .items-leading img:first-child {
  max-width: 300px;
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
img[style="float: right;"] {
  margin-left: 1rem;
}
/* Next Page Scroll Section */
.next-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.5rem;
}
.next-section a {
  color: rgba(255, 255, 255, 0.6) !important;
  transition: 0.2s;
}
.next-section a:hover {
  cursor: pointer;
  color: #FFF !important;
}
/* Mission Circles */
.mission-circle a {
  border-radius: 50%;
  background-color: #FF9C00;
  -webkit-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
}
.mission-circle a:hover {
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}
.mission-circle a:before, .mission-circle a:after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #FF9C00;
  position: absolute;
}
.mission-circle a:before {
  -webkit-animation: ripple 3.5s linear infinite;
  animation: ripple 3.5s linear infinite;
}
.mission-circle a:after {
  -webkit-animation: ripple 3.5s linear 1.75s infinite;
  animation: ripple 3.5s linear 1.75s infinite;
}
.three-circles .mission-circle a:hover:before, .three-circles .mission-circle a:hover:after {
  -webkit-animation: none;
  animation: none;
}
#community .mission-circle a:before, #community .mission-circle a:after {
  border-color: #03a2b5;
}
#groups .mission-circle a:before, #groups .mission-circle a:after {
  border-color: #019934;
}
#gatherings .mission-circle a:before, #gatherings .mission-circle a:after {
  border-color: #6600CD;
}
.three-circles .g-block h4 {
  margin-bottom: 4rem;
}
.mission-circle a {
  padding: 0 !important;
}
/* Ripple Animation */
.ripple {
  height: 50%;
  width: 50%;
  border-radius: 50%;
  background-color: #FF9C00;
  position: absolute;
  -webkit-transition: height 0.25s ease, width 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
}
.ripple:hover {
  height: 150px;
  width: 150px;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}
.ripple:before, .ripple:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #FF9C00;
}
.ripple:before {
  -webkit-animation: ripple 2.5s linear infinite;
  animation: ripple 2.5s linear infinite;
}
.ripple:after {
  -webkit-animation: ripple 2.5s linear 1.25s infinite;
  animation: ripple 2.5s linear 1.25s infinite;
}
.ripple:hover:before, .ripple:hover:after {
  -webkit-animation: none;
  animation: none;
}
.ripple-container {
  width: 100%;
  position: relative;
  padding-top: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
}
.ripple-text {
  width: 100%;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.75);
    opacity: 0;
    border-width: 2px;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.75);
    opacity: 0;
    border-width: 2px;
  }
}
/* Messages */
#messages, #orange-couch-stories {
  font-size: 0;
}
#messages .message, #orange-couch-stories .message {
  width: 30.33%;
  font-size: initial !important;
  display: inline-block;
  text-align: center;
  border: 2px solid #949599;
  border-radius: 1rem 1rem 0 1rem;
  margin: 1.5%;
  overflow: hidden;
}
.message .message-title, .message .message-date {
  padding: 0.5rem 0;
}
.message .message-title {
  background-color: #FF9C00;
  color: #FFF;
}
#messages .message iframe, #orange-couch-stories .message iframe {
  position: relative;
  border: 0;
}
#messages .message iframe:before, #orange-couch-stories .message iframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
#messages .message iframe > .content, #orange-couch-stories .message iframe > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#christians-in-cars .message {
  width: 47%;
}
#messages .message.featured, #orange-couch-stories .message.featured {
  width: 97%;
}
.message-description a {
  color: #ff9c00 !important;
  text-decoration: underline;
}
/* Blog Articles */
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .items-row, body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .span4 {
  display: flex;
}
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item {
  margin-bottom: 1rem;
  color: #FFF;
  border: 2px solid #949599;
  border-radius: 0.5rem 0.5rem 0 0.5rem;
  background-color: #FF9C00;
  padding: 1rem;
}
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item h2 a {
  color: #949599;
}
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item p a, body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item p div {
  color: #292628;
  text-decoration: underline;
}
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item .page-header {
  margin: -1rem -1rem 0 -1rem;
  border-bottom: 2px solid #949599;
  padding: 1rem 1rem 1rem 3.5rem;
  background-color: #FFF;
}
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item h2[itemprop="name"] {
  margin: 0;
}
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item strong {
  color: #FFF;
}
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item .page-header:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-image: url('../../../../images/logo/rad-sprout.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1000;
  margin-left: -3rem;
}
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item .introtext {
  padding: 1rem;
}
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item .btn {
  text-align: center;
  color: #949599;
  background-color: #FFF;
  display: block;
}
body:not(.itemid-108):not(.itemid-109):not(.itemid-180) .blog .item .button {
  background-color: #FFF;
}
/* Sidebar */
#g-sidebar .platform-content {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  color: #FFF;
}
#g-sidebar .platform-content input {
  color: #292628;
}
#g-sidebar .platform-content .g-title {
  margin: 0;
  border: 2px solid #949599;
  padding: 1rem 1rem 1rem 3.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
#g-sidebar .platform-content .g-title:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-image: url('../../../../images/logo/rad-sprout.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1000;
  margin-left: -3rem;
}
#g-sidebar .platform-content .custom {
  padding: 1rem;
  background-color: #FF9C00;
  border: 2px solid #949599;
  border-top: 0;
  border-radius: 0 0 0 0.5rem;
}
#g-sidebar .platform-content .button {
  text-align: center;
  color: #949599;
  background-color: #FFF;
  display: block;
}
/* Social Media */
#g-navigation .g-container > .g-grid:last-child .g-social {
  position: fixed;
  right: 0;
  top: 30vh;
  width: 3rem;
}
.g-social a {
  display: block;
  padding: 1rem 1rem 1rem 0;
  text-align: left;
  margin: 0;
  color: #FFF !important;
}
#g-navigation .g-social a {
  overflow: hidden;
  white-space: nowrap;
  transition: 0.5s;
  margin-right: calc(-276px + 4rem);
  width: 276px;
  border-radius: 0;
}
@media (min-width: 768px) {
  #g-navigation .g-social a:hover {
    margin-right: 0;
    margin-left: calc(-276px + 3rem);
  }
}
.g-social .fa {
  padding: 0 0.5rem;
  width: 3rem;
  text-align: center;
}
.g-social a:first-child {
  background-color: #3b5998 !important;
}
.g-social a:nth-child(2) {
  background-color: #dd4b39 !important;
}
.g-social a:nth-child(3) {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.g-social a:nth-child(4) {
  background-color: #00aced !important;
}
.g-social a:nth-child(5) {
  background-color: #bb0000 !important;
}
.g-social a:nth-child(6) {
  background-color: #32CD32 !important;
}
.g-social #open-popup {
  background-color: #6600cd !important;
}
/* Home Owl Carousel */
.g-home #welcome, #gallery, .g-home #testimonials, .g-home .three-circles {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .item {
  position: relative;
}
.owl-carousel .owl-img {
  height: calc(100vh - 77px);
  background-size: cover;
  background-position: center;
  margin-top: 77px;
  background-repeat: no-repeat;
  background-color: #000;
}
.owl-carousel .owl-img.info-slide {
  background-size: contain;
}
.owl-carousel .item .owl-img img {
  display: block;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
}
.owl-carousel .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.owl-carousel .owl-content {
  position: absolute;
  bottom: 0;
  font-family: "asap", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
  color: #1a1a1a;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-content: center;
  align-items: center;
}
.owl-carousel h4 {
  font-family: "asap", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  margin: 0;
}
.owl-carousel .owl-text {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 2rem 0;
  color: #292812 !important;
}
.owl-carousel .owl-text .owl-title, .owl-carousel .owl-text .owl-desc, .owl-carousel .owl-text .page-link {
  max-width: 1200px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.owl-carousel .owl-text .owl-title h5 {
  font-size: 2.5rem;
  color: #292628 !important;
}
.owl-carousel .owl-text .owl-desc {
  font-size: 1.25rem;
  padding: 1rem 0;
}
.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10vh;
}
.owl-theme .owl-controls .owl-page span {
  background: #FFF !important;
}
.g-home #welcome {
  max-height: calc(100vh - 77px);
}
#owl-demo.owl-carousel .owl-img {
  margin: 0 !important;
}
.owl-carousel .owl-content .owl-desc img {
  max-height: 25vh;
}
/* Owl Gallery */
#owl-gallery {
  background-color: #000;
}
#owl-gallery .owl-content {
  display: none;
}
#owl-gallery .owl-text {
  background-color: transparent;
}
#owl-gallery .owl-title h5 {
  color: #FF9C00 !important;
}
#owl-gallery .owl-title:after {
  content: "";
  width: 1rem;
  background-color: #FF9C00;
  height: 0.25rem;
  left: 0;
  right: 0;
  z-index: 1000;
  position: absolute;
  margin: auto;
}
#owl-gallery .page-link {
  padding-top: 1rem;
}
#owl-gallery .owl-controls {
  background-color: rgba(255, 255, 255, 0.6);
}
#owl-gallery .owl-pagination .owl-page span {
  transition: 0.2s;
  width: 10rem;
  height: auto;
}
#owl-gallery .owl-page {
  max-width: 7%;
}
#owl-gallery .owl-page img, #owl-gallery .owl-page span {
  max-width: 100%;
}
/* Radius Logos */
#welcome:before, #testimonials:after {
  content: "";
  width: 30vw;
  height: 15vh;
  background-image: url('../../../../images/logo/trans-logo-small.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 12vh;
}
/* Owl Testimonials */
#testimonials {
  background-image: url('../../../../images/backgrounds/radius-church-downtown-st-pete-aerial-view.jpg');
  background-size: cover;
  height: calc(100vh - 95px);
  background-attachment: fixed;
}
#testimonials:before {
  background-color: rgba(255, 156, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}
#testimonials .item {
  height: calc(100vh - 95px);
}
#testimonials .owl-text, #testimonials .owl-text h5 {
  background-color: transparent;
  color: #FFF !important;
  text-shadow: 1px 1px 1px #000;
  margin-top: 4rem;
}
#testimonials .owl-text {
  font-size: 1.15rem;
}
#testimonials .owl-theme .owl-controls {
  bottom: 0;
}
/* Three Circles of Radius */
.three-circles {
  display: flex;
  align-content: center;
  align-items: center;
  background-color: #FF9C00;
  background-attachment: fixed;
}
.three-circles .g-particle {
  max-width: 1200px;
  margin: auto;
}
.three-circles .g-block {
  padding: 1rem 2rem;
}
.mission-circle a {
  width: 10rem;
  height: 10rem;
  margin: 4rem auto;
  border-size: 3px;
  border-style: solid;
  border-radius: 100%;
}
#gatherings .mission-circle a {
  border-color: #6600CD;
}
#groups .mission-circle a {
  border-color: #019934;
}
#community .mission-circle a {
  border-color: #03A2B5;
}
.mission-circle img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
/* Strategy */
.strategy {
  border-bottom: 1px solid;
  padding: 1rem 0;
}
.strategy-text {
  width: 74%;
  display: inline-block;
  padding: 1rem 5rem;
}
.strategy-title {
  padding: 1rem 0 0 1rem;
}
.strategy-title h4 {
  font-size: 1.5rem;
}
.strategy-image {
  width: 50%;
  display: inline-block;
}
.strategy-image img {
  max-width: 100%;
}
.strategy-container {
  display: flex;
  align-items: center;
  align-content: center;
}
.strategy:nth-child(2) .strategy-image {
  width: 28%;
  flex: 0 28%;
}
/* Giving 
.button-container {display: inline-block;align-items: center;align-content: center;text-align: center;border: 1rem solid #FF9C00;border-radius: 100% 100% 0 100%;background-color: #FF9C00;}
.button-container a {color: #949599;}
button.giving {width: 18rem;height: 18rem;text-align: center;font-size: 1.5rem;border: 1rem solid #949599;background-color: #FFF;border-radius: 100%;color: #949599;}
#donate {display: flex;}
.donate {display: inline-block;flex: 0 50%;}
*/
/* Default Pages */
.g-default {
  padding-top: 5rem;
}
/* Navigation */
#g-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 1px 1px 2px #292628;
}
#g-navigation .g-grid {
  margin-bottom: -6px;
}
#g-navigation .g-block:first-child .g-content {
  padding: 0;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 1.72rem 0.5rem;
  font-size: 0.938rem;
}
/* Home Showcase */
.g-home #g-showcase {
  padding: 0;
}
.g-home #g-showcase .g-container {
  width: 100%;
}
.g-home #g-showcase .g-content {
  margin: 0;
  padding: 0;
}
/* Showcase */
#g-showcase .button {
  background: #FF9C00;
}
#g-showcase .button:hover {
  background: #949599;
}
/* Footer */
#g-footer {
  background-color: #FF9C00;
  color: #FFF !important;
}
#g-footer strong, #g-footer h3, #g-footer h4 {
  color: #FFF !important;
}
#g-footer .size-33-3:last-child .g-content {
  padding: 0;
  margin: 0;
  margin-top: -1px;
  margin-bottom: -7px;
}
/* Copyright */
#g-copyright {
  background-color: #949599;
  color: #FFF;
}
#g-copyright .g-grid {
  display: flex;
  align-items: center;
  align-content: center;
}
#g-copyright .g-grid .g-block:last-child {
  text-align: right;
}
.g-home .branding {
  text-align: center;
}
#g-copyright #g-totop {
  color: #FFF !important;
}
/* Home Header */
.g-home #g-showcase {
  padding-top: 80px;
}
/* Text Elements */
h1 {
  font-size: 2rem;
}
/* Easter Page */
.easter-item {
  display: flex;
}
.easter-item iframe {
  max-height: 238px;
}
.easter-video-description {
  padding-left: 5%;
  flex: 70%;
}
/* Giving Page */
.itemid-129 .button-container .button {
  min-width: 200px;
}
/* Location Page */
.fullwidth-section .g-container {
  width: 100%;
}
.fullwidth-section .g-content {
  margin: 0;
  padding: 0;
}
.equal-height div, .equal-height iframe {
  height: 100%;
}
@media (min-width: 768px) {
  .location #g-extension iframe {
    height: 28vw;
  }
}
/* Baptisms Page */
#g-maintop iframe {
  height: 33.75vw;
}
/* Wrapper Pages */
body.com_wrapper.view-wrapper #g-container-main > .g-container > .g-grid > .size-75 {
  flex: 100%;
  width: 100%;
}
body.com_wrapper.view-wrapper #g-container-main > .g-container > .g-grid > .size-25 {
  display: none;
}
body.com_wrapper.view-wrapper iframe {
  border: 0 !important;
}
/* Custom Classes */
.sol {
  display: none !important;
}
span.button {
  display: inline-block !important;
  padding: 0.5rem 1rem;
}
#g-footer span.button {
  box-shadow: 1px 1px 5px #292628;
}
#g-footer span.button:first-child {
  margin-right: 1rem;
}
.black-text h1, .black-text h2, .black-text h3, .black-text h4, .black-text h5, .black-text h6, .black-text p, .black-text div {
  color: #FFF;
}
.g-default .three-circles h1, .g-default .three-circles h4 {
  text-align: center;
}
.g-default .three-circles .g-grid:first-child .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tags li {
  margin-bottom: 1rem;
}
/* Accordions */
.ui-accordion .ui-accordion-header {
  font-size: 1.5rem !important;
}
/* Blog Pages */
@media (min-width: 768px) {
  .item-image img {
    max-width: 50%;
    margin-left: 1rem;
    float: right;
  }
}
/* Responsive Design */
@media (min-width: 1200px) {
  .event-table .event-container {
    width: 33%;
  }
}
@media (max-width: 1199px) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 1.72rem 0.4rem;
    font-size: 0.875rem;
  }
  .event-table .event-container {
    width: 49%;
  }
  #blog .posts-container .blog-post {
    width: 31%;
    margin: 1rem 1%;
    display: inline-block;
  }
}
/* Mobile Devices */
@media (max-width: 767px) {
  /* Navigation */
  /* Messages */
  /* Social Media */
  .g-default {
    padding-top: 3.75rem;
  }
  #g-main {
    padding-top: 0;
  }
  .article-info {
    margin: 0.25rem 0;
  }
  .article-info .createdby {
    margin-left: 0;
  }
  #g-navigation .g-block:first-child .g-content {
    margin: 0;
  }
  .g-home #g-showcase {
    padding-top: 0 !important;
  }
  #blog .posts-container .blog-post {
    width: 100%;
    margin: 1rem 1%;
    display: inline-block;
  }
  #blog .posts-container .blog-post .post-content {
    display: none;
  }
  .g-offcanvas-toggle {
    top: 25px;
    z-index: 99999;
    position: fixed;
    color: #292628;
  }
  #welcome:before, #testimonials:after {
    display: none;
  }
  #welcome, #gallery, #testimonials, .three-circles, .owl-carousel .item .owl-img, .owl-carousel .item img {
    width: inherit !important;
    height: auto !important;
    min-height: auto;
    margin-top: 0 !important;
  }
  #welcome .owl-controls, #welcome .owl-desc, #owl-gallery .owl-controls {
    display: none !important;
  }
  .owl-carousel .owl-text .owl-title h5 {
    font-size: 1.5rem;
  }
  .next-section {
    display: none;
  }
  #gallery .owl-content {
    display: none;
  }
  #donate {
    display: block;
  }
  #donate > div {
    width: 100%;
    display: block;
  }
  button.giving {
    width: 50vw;
    height: 50vw;
    font-size: 4vw;
  }
  #testimonials .item {
    height: auto;
  }
  .event-table .event-container {
    width: 100%;
  }
  #g-copyright {
    text-align: center;
  }
  .g-offcanvas-open body {
    padding-top: 0;
  }
  .g-offcanvas-open #g-container-main {
    padding-top: 3.75rem;
  }
  #g-navigation {
    position: relative;
    box-shadow: none;
  }
  #g-navigation .g-container > .g-grid:first-child {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    box-shadow: 1px 1px 2px #292628;
    z-index: 1000;
  }
  #g-offcanvas, #g-offcanvas #g-mobilemenu-container ul {
    background-color: #FFF !important;
  }
  #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    color: #949599;
  }
  #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    color: #949599;
  }
  #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
    background-color: #f99b1c;
    color: #FFF;
  }
  #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    border: 0;
    background: transparent;
  }
  #g-mobilemenu-container .g-toplevel li .g-menu-item-container {
    padding: 0.5rem 1rem;
  }
  #messages .message {
    width: 97% !important;
  }
  #g-offcanvas .g-social {
    display: flex;
  }
  #g-offcanvas > .g-grid:last-child .g-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
  }
  #g-offcanvas .g-social .fa {
    width: auto;
  }
  #g-offcanvas .g-social a {
    flex: 1;
    padding: 0.5rem 0 !important;
    text-align: center;
    border: 0;
    border-radius: 0;
  }
  #g-navigation .g-grid:last-child {
    display: none !important;
  }
  #g-navigation .g-container > .g-grid:last-child .g-social {
    display: flex;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1;
  }
  #g-navigation .g-social a {
    width: auto;
    margin-right: 0;
    display: inline-block;
    padding: 1rem 0;
    text-align: center;
    width: 20%;
  }
  .g-social .g-social-text {
    display: none;
  }
}
#welcome:before {
  transition: 0.5s;
  opacity: 1;
}
#welcome.first-slide:before {
  opacity: 0;
}
/* Modal Content */
div.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  bottom: 0;
  margin-left: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-animation-name: fadeIn;
  /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  text-align: left;
}
/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  width: 80%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  margin: 0 10%;
}
.modal-content > div {
  padding-left: 5%;
  padding-right: 5%;
}
/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 0 2rem;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 2px 16px;
  background-color: #949599;
  color: white;
  position: relative;
}
.modal-header .close {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  align-content: center;
}
.modal-header h2 {
  color: #FFF;
}
.modal-body {
  padding: 2px 16px;
  color: #333;
}
.modal-footer {
  padding: 0 !important;
  background-color: #f99b1c;
  color: white;
}
.modal h3 {
  margin: 0;
}
.livestream-link {
  width: 100%;
  display: block;
  text-align: center;
  padding: 1rem;
  color: #fff !important;
}
.livestream-link:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
/* Mobile Devices */
@media (max-width: 767px) {
  body:not(.itemid-329) #g-main iframe.wrapper {
    height: 225px;
  }
  div[itemprop="articleBody"] img {
    display: block;
    margin: auto;
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
  .sponsor-table, .sponsor-table > tbody, .sponsor-table > tbody > tr, .sponsor-table > tbody > tr > td {
    display: block;
    width: 100% !important;
    border: 0;
  }
}
/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=custom_10.css.map */