/*
Theme Name: UCCE Template Blue
Theme URI: http://www.ucce.com/
Author: Daniel Jones
Author URI: https://orgstory.org
Description: Theme created in September 2021.  It is in the 1.0 version of UCCE Template Website.
Version: 1.0
License: UCCE and OrgStory
License URI:
Tags: UCCE Blue
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');


h1, h2, h3, h4, h5, h6, p, li, a {font-family: 'Lato', sans-serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration: none;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration: underline;}

.bigger {font-size: 1.5rem;}

.title-404 {font-size: 4.5vw; height: auto;}

#ucce-content a {color: #136995; font-weight: 700; text-decoration: none;}
#ucce-content a:hover {text-decoration: underline;}

#ucce-content .btn a {color: initial;}
#ucce-content .btn a:hover {color: initial;}

.alignwide {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 90%;
  max-width: 1240px !important;
  margin-left: auto !important;
    margin-right: auto !important;

}

.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 776px) {
	.center-items {
		text-align: center !important;
	}
}


.navy-blue {color: #136995;}
.bg-navy-blue {background-color: #136995;}
.navy-blue a {color: #136995; font-weight: bold;} /* 19, 105, 149*/
.navy-blue p a {color: #136995; font-weight: bold;} /* 120,188,81 */
.wp-block-column:not(:last-child), .wp-block-column:not(:first-child){
  margin-right: 0;
  margin-left: 0;
  }
.green {color: #78bc51;}
.bg-green {background-color: #78bc51;}

.dark-grey {color: #272727;}
.bg-dark-grey {background-color: #272727;}

.light-blue {color: #c1e1ec;}
.bg-light-blue {background-color: #c1e1ec;}

.bg-light-grey {background-color: #f2f2f2;}

.btn {padding: .5rem 1.5rem;}
.btn-primary {background-color: #136995; color: #fff !important; border: 2px solid #136995;  border-radius: 0px;}
.btn-primary:hover {background-color: #fff; color: #136995 !important; border: 2px solid #136995; border-radius: 0px; text-decoration: none !important;}

.btn-green {background-color: #78bc51; color: #fff !important; border: 2px solid #78bc51;  border-radius: 0px;}
.btn-green:hover {background-color: #fff; color: #78bc51 !important; border: 2px solid #78bc51; border-radius: 0px; text-decoration: none !important;}

.btn-purple {background-color: #843591; color: #fff !important; border: 2px solid #843591;  border-radius: 0px;}
.btn-purple:hover {background-color: #fff; color: #843591 !important; border: 2px solid #843591; border-radius: 0px; text-decoration: none !important;}

.btn-outline-primary {background-color: #fff; color: #136995 !important; border: 2px solid #136995;  border-radius: 0px;}
.btn-outline-primary:hover {background-color: #136995; color: #fff !important; border: 2px solid #fff; border-radius: 0px; text-decoration: none !important;}

.btn-outline-green {background-color: #fff; color: #78bc51 !important border: 2px solid #78bc51;  border-radius: 0px;}
.btn-outline-green:hover {background-color: #78bc51; color: #fff !important; border: 2px solid #fff; border-radius: 0px; text-decoration: none !important;}

.btn-outline-purple {background-color: #fff; color: #843591 !important; border: 2px solid #843591;  border-radius: 0px;}
.btn-outline-purple:hover {background-color: #843591; color: #fff !important; border: 2px solid #fff; border-radius: 0px; text-decoration: none !important;}


.bg-white {background: #fff !important;}

.smaller-font {font-size: .9em;}
.smaller-font p { font-weight: 300;}

.purple {color: #843591 !important;}  /* 132,53,145 */
.bg-purple {background-color: #843591 !important;}

.grey-border-bottom {border-bottom: 1px solid #f0f0f0;}

.white-text,
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text span {color: #fff !important;}

.social-icon-width {max-width: 40px;}
img.social-icon-width {max-width: 40px;}

.icon-width {max-width: 30px;}
img.icon-width {max-width: 30px;}

.icon-width-smaller {max-width: 24px !important;}
img.icon-width-smaller {max-width: 24px !important;}

.round-corners {border-radius: 25px;}
.smaller-text { font-size: .8em; }

img.circle {border-radius: 50%;}
img.round-corners {border-radius: 5%;}
img.round-corners-rectangle {border-radius: 5%/10%;}
img.round-corners-rectangle-image-library {border-radius: 7.5%/10%;}

ul {display: block; list-style-position: outside; width: 90%; margin-left: 5% !important;}
ul.dropdown-menu { list-style-position: initial !important; width: initial !important; margin-left: initial !important;}


ol, ul {
margin: 0;
padding: 0;
}

#ucce-content ol, #ucce-content ul {
margin: 0 0 1rem 0;
padding: 0;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


section.search {
  position: relative;
  padding: 5rem 0rem;
  margin-bottom: 2rem;
}
section.search:after {
  content: "";
  display: block;
  width: 280px;
  height: 100px;
  position: absolute;
  bottom: -45px;
  right: 0;
  z-index: 1;
}
section.search .form-control {
  border-radius: 0.3125rem !important;
  font-size: 1.25rem;
}
section.search .has-search .form-control {
  padding-left: 48px;
}
section.search .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}




.accordion-collapse {
    border: 0;
}
.accordion-button {
    padding: 1rem 1rem;
    font-weight: normal;
    border: 0;
    font-size: 1.5rem;
    color: #272727;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-family: 'Lato', sans-serif;
}
.accordion-button:focus {
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed) {
    background: none;
    font-weight: bold;
    color: #136995;
}
.accordion-body {
    padding: 2rem 1rem;
}
.accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 2.5rem;
    background-image: none;
    font-weight: 100;
    color: #136995;
    transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 2.5rem;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}


a {transition: all 0.2s linear;}


#header a {color: #fff; text-decoration: none;}
#header a:hover {text-decoration: underline;}
#header p { margin: 0; padding: 0; }
#header .header-icon-row {display: flex; justify-content: flex-start; align-items: center;}
#header .header-icon {max-width: 30px; height: auto;}

.hero {margin: 0; padding: 0px}
.hero-bg-image {height: 40vh; min-height: 500px;background-position: center center; background-size: cover;}
.hero-bg-swirl-blue {background-color: #136995; height: 40vh; min-height: 500px;background-position: center center; background-repeat: no-repeat; background-size: 110%;}
.hero-bg-swirl-purple {background-color: #843591; height: 40vh; min-height: 500px;background-position: center center; background-repeat: no-repeat; background-size: 110%;}
.hero-bg-swirl-green {background-color: #78BC51; height: 40vh; min-height: 500px;background-position: center center; background-repeat: no-repeat; background-size: 110%;}

.hero-text-wrapper {height: 40vh; min-height: 500px; }
@media (max-width: 768px) {
.hero-text-wrapper {height: 40vh; min-height: 500px; margin-top: 500px; text-align: center;}
}

.interior-hero {margin: 0; padding: 0px}
.interior-hero-bg-image {height: 33vh; min-height: 360px; background-position: center center; background-size: cover;}
.interior-hero-bg-swirl-blue {background-color: #136995; height: 33vh; min-height: 360px;background-position: center center; background-repeat: no-repeat; background-size: 110%;}
.interior-hero-bg-swirl-purple {background-color: #843591; height: 33vh; min-height: 360px;background-position: center center; background-repeat: no-repeat; background-size: 110%;}
.interior-hero-bg-swirl-green {background-color: #78BC51; height: 33vh; min-height: 360px;background-position: center center; background-repeat: no-repeat; background-size: 110%;}

.interior-text-bg-swirl-blue {background-color: #136995; height: auto; min-height: 360px;background-position: center center; background-repeat: no-repeat; background-size: 110%;}
.interior-text-bg-swirl-purple {background-color: #843591; height: auto; min-height: 360px;background-position: center center; background-repeat: no-repeat; background-size: 110%;}
.interior-text-bg-swirl-green {background-color: #78BC51; height: auto; min-height: 360px;background-position: center center; background-repeat: no-repeat; background-size: 110%;}

.interior-text-blue {background-color: #136995; height: auto; min-height: 360px;background-position: center center; background-repeat: no-repeat; background-size: cover;}
.interior-text-purple {background-color: #843591; height: auto; min-height: 360px;background-position: center center; background-repeat: no-repeat; background-size: cover;}
.interior-text-green {background-color: #78BC51; height: auto; min-height: 360px;background-position: center center; background-repeat: no-repeat; background-size: cover;}


.interior-heading p {font-size: 1.3rem;}

.interior-hero-text-wrapper {height: 33vh; min-height: 360px; }
@media (max-width: 768px) {
.interior-hero-text-wrapper {height: 33vh; min-height: 360px; margin-top: 360px; text-align: center;}
}

.interior-giving-text {width: 90%; max-width: 960px; margin-left: auto; margin-right: auto;}
.interior-giving-text p  {font-size: 140%;}

/** nav area **/
ul.uppernav {padding-bottom: .35em; margin-left: 0px !important; margin-right: 0px !important;}
ul.lowernav {font-size: 1.2rem; margin-left: 0px !important; margin-right: 0px !important;}
ul.uppernav, ul.lowernav {text-align: right;}
ul.uppernav li {display: inline-block; padding-left: 1rem; padding-right: 1rem;}
ul.lowernav li {display: inline-block;  padding-left: .75rem; padding-right: .75rem;}
ul.uppernav li:last-of-type, ul.lowernav li:last-of-type {
  padding-right: 0 !important;
}
ul.lowernav li a, ul.uppernav  li a {color: #000; text-decoration: none;}
ul.lowernav li a:hover, ul.uppernav li a:hover {}
ul.lowernav li a ul li {display: block;}

ul.dropdown-menu li {width: 100%; padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px;}
ul.dropdown-menu li a {width: 100%;}
ul.sub-header-nav {text-align: center; margin-left: auto !important; margin-right: auto !important;}
ul.sub-header-nav li {display: inline-block; font-size: 1.4rem; }
ul.sub-header-nav li a {color: #000; padding: .5em .75em; text-decoration: none;}
ul.sub-header-nav li a:hover {background-color: #f2f2f2;}
ul.sub-header-nav li.current-cat a {color: #78bc51 !important; font-weight: bold;}

ul.pag-nav {text-align: center;}
ul.pag-nav a {display: inline-block;  font-size: 1.4rem; color: #000; padding: .5em .75em; text-decoration: none;}
ul.pag-nav li {display: inline-block; }
ul.pag-nav li a {color: #000;  padding: .5em .75em; text-decoration: none;}
ul.pag-nav li a:hover {background-color: #f2f2f2;}
ul.pag-nav li a.current {background-color: #136995;  color: #fff;}

.btn-header {background-color: #78bc51; color: #fff !important; border-radius: 0px; padding: .3rem 1rem;}
.btn-header:hover {background-color: #478722; color: #fff !important;  }

.btn-hero {background-color: #fff; border: 2px solid #fff; color: #136995 !important; border-radius: 0px; padding: .3rem 1rem;}
.btn-hero:hover {background-color: #136995; border: 2px solid #fff; color: #fff !important;  }

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

.welcome span {font-size: 1.8rem; display: block; font-family: 'Lato', sans-serif; color: #272727;}

/** alert area **/
.alert {background-color: #c1e1ec; margin: 0;}
.alert .alert-icon-row {display: flex; justify-content: center; align-items: center;}
.alert .alert-icon-row p {margin: 0; padding: 0px;}
.alert .alert-icon {max-width: 40px; height: auto;}


.logo-text-header, .sign-up-text p {font-size: 1.5rem;  }
.sign-up-text p {padding: 0px; margin: 0px;}
/** callout boxes area **/

.call-out-box {background-color: #fff; color: #136995; text-align: center; }
.call-out-box h3 {text-transform: uppercase; font-size: 1.1em;}
.call-out-box p {font-size: 1.9em; color: #000; line-height: 120%;}
.call-out-box a {text-decoration: none;}
.call-out-box:hover {background-color: #fff; color: #136995;}
.call-out-box a {text-decoration: none; color: #136995;}
.call-out-box:hover a {color: #000;}
.call-out-box .hovered {opacity: 0; }
.call-out-box:hover .solid {opacity: 0; display: none;}
.call-out-box:hover .hovered {opacity: 1;}

.call-out-box-interior {text-align: center; }
.call-out-box-interior h3 {text-transform: uppercase; font-size: 1.1em;}
.call-out-box-interior p {font-size: 1.9em; color: #000; line-height: 120%;}
.call-out-box-interior a {text-decoration: none;}
.call-out-box-interior:hover {}
.call-out-box-interior a {text-decoration: none; color: #136995;}
.call-out-box-interior:hover a {color: #000;}
.call-out-box-interior .hovered {opacity: 0; }
.call-out-box-interior:hover .solid {opacity: 0; display: none;}
.call-out-box-interior:hover .hovered {opacity: 1;}

.blue-call-out-box { color: #fff;  text-align: left;}
.blue-call-out-box:hover { color: #136995; }
.blue-call-out-box a {background-color: #136995; border: 2px solid #136995; text-decoration: none; color: #fff;}
.blue-call-out-box:hover a {background-color: #fff; border: 2px solid #136995; color: #000;}
.blue-call-out-box .hovered {opacity: 0; }
.blue-call-out-box:hover .solid {opacity: 0; display: none;}
.blue-call-out-box:hover .hovered {opacity: 1;}
.blue-call-out-box img {height: auto;}

.white-call-out-box {color: #136995; text-align: left; }
.white-call-out-box:hover { color: #136995; }
.white-call-out-box a {background-color: #fff;  text-decoration: none; border: 2px solid #136995; color: #000;}
.white-call-out-box:hover a {color: #fff; background-color: #136995; border: 2px solid #136995;}
.white-call-out-box .hovered {opacity: 0; display: none;}
.white-call-out-box:hover .solid {opacity: 0; display: none;}
.white-call-out-box:hover .hovered {opacity: 1; display: block;}

.blue-footer-box { color: #fff; font-size: 1.5em; text-align: left; }
.blue-footer-box:hover { color: #136995; }
.blue-footer-box a {background-color: #136995; border: 2px solid #136995; text-decoration: none; color: #fff;}
.blue-footer-box:hover a {background-color: #fff; border: 2px solid #136995; color: #136995;}
.blue-footer-box .hovered {opacity: 0; }
.blue-footer-box:hover .solid {opacity: 0; display: none;}
.blue-footer-box:hover .hovered {opacity: 1;}
.blue-footer-learn-more span {font-size: .75em; text-transform: uppercase; text-decoration: underline;}
a.learn-more {text-decoration: none; }
a.learn-more span {font-size: 1.25em; text-transform: uppercase; color: #272727;}

.learn-more-block {display: block; text-decoration: none; }
.learn-more-block span {font-size: 1.25em; text-transform: uppercase; color: #272727;}

.event-call-out-box {background-color: #f2f2f2; border: 2px solid #f2f2f2; color: #000; text-align: left;}
.event-call-out-box:hover { color: #000; }
.event-call-out-box a { color: #000;}
.event-call-out-box:hover a {color: #000; background-color: #fff; border: 2px solid #f2f2f2;}
.event-call-out-box .hovered {opacity: 0; display: none;}
.event-call-out-box:hover .solid {opacity: 0; display: none;}
.event-call-out-box:hover .hovered {opacity: 1; display: block;}
.event-learn-more  span {display: block; font-size: 1.1em;  color: #272727;}

.small-heading {text-transform: uppercase;}

.intro-copy p {font-size: 2em;}
.intro-copy p.smaller-text {font-size: 1.4em;}

.white-call-out-box-no-hover {color: #136995; text-align: left; }
.white-call-out-box-no-hover .boxwrap {background-color: #fff; font-size: 1.2em; text-decoration: none; border: 1px solid #707070; color: #000;}
.white-call-out-box-no-hover .boxwrap p span {font-size: .8em;}
.white-call-out-box-no-hover .boxwrap h3 {text-transform: uppercase;}

.white-call-out-box-team {color: #136995; text-align: left; }
.white-call-out-box-team .boxed {background-color: #fff;  text-decoration: none; border: 1px solid #707070; color: #000; text-align: center;}
.white-call-out-box-team .boxed h3 {color: #136995;}

.signup p {font-size: 1.4rem;}

.signup-grey {background-color: #f2f2f2;}

.form-control {border-radius: 0px; margin-bottom: 1rem;}
.contact-icon-row {display: flex; justify-content: flex-start; align-items: center;}
.contact-icon-row a {color: #272727; text-decoration: none;}
.contact-icon-row a:hover {text-decoration: underline;}

.contact-icon-row p {margin: 0; padding: 0px;}
.contact-icon-row-address {display: flex; justify-content: flex-start; align-items: flex-start;}
.contact-icon-row-address p {margin: 0; padding: 0px;}
.contact-icon-row-address a {color: #272727; text-decoration: none;}
.contact-icon-row-address a:hover {text-decoration: underline;}

span.phone-title {display: inline-block; font-style: italic; color: #777; font-size: .86rem;}

h3.event-date {font-size: 1.3rem;}
h3.sermon-date {font-size: 1.3rem; text-transform: uppercase;}

.event-row-address {display: flex; justify-content: start; align-items: center;}
.event-row-address p {margin: 0; font-size: 1.3rem; padding: 0px;}
a.event-row-address {text-decoration: none; color: #78bc51;}
a.event-row-address:hover {text-decoration: underline; color: #78bc51;}

.worship-header  {font-size: 2rem;}
@media (max-width: 768px) {
  .worship-header {font-size: 1.4rem;}
}
.newsletter h2 {font-size: 2em;}
@media (max-width: 768px) {
  .newsletter h2 {font-size: 1.4em;}
}
.newsletter p {font-size: 1.4em;}
@media (max-width: 768px) {
  .newsletter p {font-size: 1.1em;}
}

.center-address {display: flex; justify-content: center; align-items: flex-start;}
.center-address p {margin: 0; padding: 0px;}
a.center-address {text-decoration: none; color: #78bc51;}
a.center-address:hover {text-decoration: underline; color: #78bc51;}


#footer {}
  .footer-border {border-top: 20px solid #78BC51;}
#footer a {color: #fff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

#footer ul li {list-style: none; margin: 0px; padding: 0px;}

#footer .footer-icon-row {display: flex; justify-content: flex-start; align-items: center;}
#footer .footer-icon-row p {margin: 0; padding: 0px;}
#footer .footer-icon-row-address {display: flex; justify-content: flex-start; align-items: flex-start;}
#footer .footer-icon-row-address p {margin: 0; padding: 0px;}

#footer .footer-icon {max-width: 30px; height: auto;}

.privacy-policy p {text-align: right;}

/* Mobile List */
ul.mobile-list {width: 100%; padding: 0px; margin: 0px 0px 0px 0px !important; list-style-type: none;}
ul.mobile-list li {padding: 6px 0px; border-bottom: 1px solid #eee;}
ul.mobile-list li:first-of-type {border-top: 1px solid #eee;}
ul.mobile-list li a {display: inline-block; color: #272727; font-size: 1.2rem; text-decoration: none; margin: 4px 0px;}
ul.mobile-list li.dropped {background-color: #136995; margin: 0px auto; padding: 6px 0px;}
ul.mobile-list li.dropped:first-of-type {border-top: initial;}
ul.mobile-list li.dropped a {display: inline-block;  color: #fff; font-size: 1.2rem; text-decoration: none; margin: 0px 0px; padding: }

.drop-wrap {display: block; width: 90%; margin: 0px auto;}
/* Hamburger */
.hamburger .line{
  width: 50px;
  height: 5px;
  background-color: #136995;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.drop-icon:active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}

/* Responsive iFrame Container */
.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.is-type-video .wp-block-embed__wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 1.5rem;
}
.is-type-video .wp-block-embed__wrapper iframe, .is-type-video .wp-block-embed__wrapper object, .is-type-video .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

/* Pagination container */
.pagination {
  text-align: center; /* Center-align the pagination */
}

/* Style the pagination links (numbers) */
.pagination a {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  color: #136995;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
span.page-numbers {  display: inline-block;
  margin: 0 5px !important;
  padding: 10px 15px !important;
}

/* Style the current active page */
.pagination .current {
  background-color: #136995;
  color: white;
  border-color: #136995;
}

/* Style the previous/next links */
.pagination a.prev,
.pagination a.next {
  background-color: #e0e0e0;
  color: #333;
  border-color: #ddd;
}

/* Hover effect for pagination links */
.pagination a:hover {
  background-color: #136995;
  color: white;
  border-color: #136995;
}
