@import url('//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/************ TEMPLATE  ************
-Rotator is a rolling video

Font: Montserrat
Logo Font: Spectral, Lato
Blue: #3980C6
Grey: #BCBEC0
Lightest Grey: #f1f1f2
-------------------

Weekend Mass
Saturday - 5:00pm, Lyons
Sunday
8:00am, Bushton
10:30am, Lyons
12:30pm, Lyons (Español)

Daily Mass
M, T, Th - 8:00am, Lyons
Wednesday - 7:30pm, Lyons
Friday - 8:15am, Bushton

Confession
30 minutes before all Masses
Anytime by Appointment

Adoration
Monday - 8:30am-9:00pm
Several hours need a prayer partner: 620-257-3745


----------------------------
Weekend Mass
Saturday - 5:00pm (Lyons)
Sunday - 8:00am (Bushton), 10:30am (Lyons), 12:30pm (Lyons, Español)

Daily Mass
M, T, Th - 8:00am, (Lyons)
Wednesday - 7:30pm, (Lyons)
Friday - 8:15am, (Bushton)

Confession
30 minutes before all Masses
Anytime by Appointment

Adoration
Monday - 8:30am-9:00pm
Several hours need a prayer partner: 620-257-3745
************/

.site-1 {
    --primary-color: #3980C6;
    --secondary-color: #BCBEC0;

    --primary-rgb: 57,128,198;
    --secondary-rgb: 188,190,192;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Montserrat', sans-serif;
    --body-font-family: 'Lato', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);
    --ql-background-color: rgba(0,0,0,.3);
    --ql-background-hover: rgba(0,0,0,.5);

    --rok-mini-badge: var(--primary-color);
    --rok-mini-text: #333333;
}

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    font-family: 'Lato', sans-serif;
    border-radius: 0;
} 

/***********Custom Scrollbar****************/

/* Hide the default scrollbar */
::-webkit-scrollbar {
    width: .75rem;
  }
  
  ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
  }
  
  /* Style the scrollbar on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #bbbbbb;
  }
  
  /* Style the scrollbar when it's being dragged */
  ::-webkit-scrollbar-thumb:active {
    background-color: #8c8c8c;
  }
  
  @-moz-document url-prefix() {
    * {
      scrollbar-width: thin;
      scrollbar-color: #ccc #f5f5f5;
    }
  }

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

@media only screen and (min-width: 50.99rem) {

    .give-button {
        background-color: white;
        color: var(--primary-color);
        border-radius: 5px;
    }

    .give-button span {
        color: var(--primary-color);
        font-weight: bold;
    }

    .site-1 #g-navigation .g-container > .g-grid:nth-child(1) {
        display: none;
    }
    .site-1 #g-navigation {
        position: relative;
        height: 6vw;
        z-index: 100;
        background: transparent;
    }
    .site-1 #g-navigation > .g-container {
        background: var(--primary-color);
        height: 100%;

        backdrop-filter: blur(4px);
        box-shadow: 0px 0px 15px rgba(0,0,0,.25);
    }
    .site-1 #g-navigation > .g-container > .g-grid {
        height: 100%;
    }
    .site-1 #g-navigation > .g-container > .g-grid > .g-block {
        height: 100%;
    }
    .site-1 #g-navigation > .g-container > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .site-1 #g-navigation .g-logo {
        height: 100%;
    }
    .site-1 #g-navigation .g-logo > img {
        margin: 1vw;
        width: 80%;
    }
    .site-1 #g-navigation .g-main-nav {
        height: 100%;
    }
    .site-1 .g-toplevel {
        height: 100%;
    }
    .site-1 #g-slideshow {
        margin-top: -6vw!important;
        z-index: 10;
    }
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1vw;
        font-weight: 500;
        font-family: var(--body-font-family);
        text-transform: uppercase;
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1vw;
        font-weight: 500;
        font-family: var(--body-font-family);
        text-transform: uppercase;
    }
    #g-navigation.sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
    }
    .site-1 #g-slideshow.sticky {
        margin-top: 0!important;
    }
    .site-1 #g-header.sticky {
        margin-top: 6vw!important;
    }
    .site-1 #g-navigation .g-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 70%;
        margin: 1rem auto;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .bg-video-overlay > .g-container {
        position: relative;
        height: 56vw!important;
    }
    .bg-video-overlay > .g-container > .g-grid:nth-child(1) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .bg-video-overlay > .g-container > .g-grid:nth-child(2) {
        padding-top: 6vw;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;      
    }
    .bg-video-overlay .video-overlay {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg-video-overlay .video-overlay > .g-content {
        text-align: center;
        width: 60%;
    }
    .bg-video-overlay .video-overlay :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 5vw;
        font-family: var(--title-font-family);
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-variant-caps: normal;
        text-shadow: 1px 1px 5px rgba(0,0,0,.5);
    }
    .bg-video-overlay .video-overlay .button {
        border: 1px solid var(--default-white);
        color: var(--default-white);
        border-radius: 0;
        background: transparent;
        font-size: 1.5vw;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg-video-overlay .video-overlay .button:hover {
        background: rgba(255,255,255,.5);
        color: var(--primary-color)!important;
    }
    #g-slideshow a:hover {
        color: var(--primary-color)!important;
    }
    .bg-video-overlay .bg-overlay-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
    }
    .bg-video-overlay .bg-overlay-buttons a {
        flex: 1;
    }
}
@media only screen and (max-width: 50.99rem) {
    .bg-video-overlay > .g-container {
        position: relative;
        height: 56vw!important;
    }
    .bg-video-overlay > .g-container > .g-grid:nth-child(1) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .bg-video-overlay > .g-container > .g-grid:nth-child(2) {
        padding-top: 6vw;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;      
    }
    .bg-video-overlay .video-overlay {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg-video-overlay .video-overlay > .g-content {
        text-align: center;
        width: 90%;
    }
    .bg-video-overlay .video-overlay :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-size: 7vw;
        font-family: var(--title-font-family);
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-variant-caps: normal;
        text-shadow: 1px 1px 5px rgba(0,0,0,.5);
    }
    .bg-video-overlay .video-overlay .button {
        border: 1px solid var(--default-white);
        color: var(--default-white);
        border-radius: 0;
        background: transparent;
        font-size: 3vw;
        padding: 1rem 0;
    }
    .bg-video-overlay .video-overlay .button:hover {
        background: var(--default-white);
        color: var(--primary-color)!important;
    }
    #g-slideshow a:hover {
        color: var(--primary-color)!important;
    }
    .bg-video-overlay .bg-overlay-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
    }
    .bg-video-overlay .bg-overlay-buttons a {
        flex: 1;
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header {
        padding: 3vw 10%!important;
    }
}

.m-times-block :is(h1,h2,h3,h4,h5,h6) {
    border: none;
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    font-variant-caps: normal;
    font-family: var(--body-font-family);
}
.m-times .g-content-array {
    margin: 0;
}
.m-times-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.m-times-block > div {
    flex: 50%;
    width: 50%;
    padding: 1vw;
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header {
        padding: 3vw 5%!important;
    }
    .m-times-block :is(h1,h2,h3,h4,h5,h6) {
        font-size: 4vw;
    }
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: none;
        font-weight: 400;
    }
}
@media only screen and (max-width: 50.99rem) {
	.ql-dm .g-blockcontent-subcontent-block {
		flex: 100%;
	}
}

/*************** EXTENSION ****************/
.site-1-home #g-extension {
    background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.site-1-home #g-extension > .g-container {
    background: rgba(255,255,255,.7);
    padding: 3vw 5%!important;
}
.rok-mini-particle .rme-day {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.rok-mini-particle .rme-month {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension {
        background-attachment: initial;
    }
}
#custom-1128-particle > div > a {
	margin-top: 1vw;
}
/*************** BOTTOM *******************/
/*************** FOOTER *******************/
@media only screen and (min-width: 50.99rem) {
    .mobile-footer-logo {
        display: none;
    }
    .footer-box {
        display: flex;
        flex-direction: row;  
        padding: 2vw 5%; 
        justify-content: center;
        align-items: center;
    }
    .footer-logo {
        flex: 1;
    }
    .footer-text {
        flex: 2;
    }
}
@media only screen and (max-width: 50.99rem) {
    .footer-logo {
        text-align: center;
        margin-bottom: 2rem;
    }
    .footer-text > p {
        text-align: center!important;
    }
    .mobile-footer-logo {
        text-align: center;
        margin: auto;
    }
    .desktop-footer-logo {
        display: none;
    }
    #g-footer {
        padding: 2rem!important;
    }
}

#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

/*************** COPYRIGHT ****************/ 
/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color);} 
.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {    
    color: var(--primary-color); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/

/******subpage classes*******/

	a.fancybutton {
		color: white;
		background-color: var(--primary-color);
		width: 100%;
		display: inline-block;
		border-radius: 50px;
		text-align: center;
		height: 3.5rem;
		padding-top: 0.95rem;
		font-size: 1.3rem;
		letter-spacing: 0.15rem;
		transition: opacity 1s;
	}
	
	a.fancybutton:hover {
		opacity: 0.85;
		color: white;
	}
 
	a.fancybutton:active{
		transform: scale(0.98);
	}
	
	#module-contentarray-1146-particle > div > div:nth-child(4) {
		margin: 2vw;
	}
	
	.roadmap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.roadmap-1 #g-mainbar > div > div > div {
		padding-left: 0;
		padding-right: 0;
	}
	
	
	
a.rerouting-button {
	background: var(--primary-color);
	font-family: 'Lato', sans-serif; 
	color: white; 
	font-size: 1.5rem;
	text-transform: none;
	padding: 1.5rem 1.2rem; 
	border-radius: 35px; 
	display: inline-block;
	font-weight: 500;
	line-height: 1.1rem;
	border: none;
	transition: all .2s ease-in;
	width: 75%;
	box-shadow: 0px 4px 9px -1px black;
}


a.rerouting-button:hover {
	background: #265E96;
	transform: scale(1.02);
}

a.rerouting-button:active {
	background: #265E96;
	transform: scale(0.98);
}

.site-1-sub .indicator {
	background: none;
}

/* reconnecting */

.giving-header {
    height: 80vh;
    max-height: 1600px;
    position: relative;
    background: url('/images/stories/template/lyons-parallax.png') center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.giving-header-text {
    width: fit-content;
    z-index: 5;
    position: absolute;
    top: 42%;
    left: 52%;
    transform: translate(-50%, -50%) !important;
}

.giving-header-text h1 {
    font-size: clamp(2rem, 4vw, 6rem);
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.giving-header-text p {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.giving-header:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #ffffff;
    width: 50%;
    height: 24px;
    display: block;
    transform: skew(45deg) translateX(-11px);
    z-index: 2;
}

.giving-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    background: #ffffff;
    width: 50%;
    height: 24px;
    display: block;
    transform: skew(-45deg) translateX(11px);
    z-index: 2;
}

.giving-img-text {
    padding: 0% 5% 0% 5%;
}

.giving-img-text {
    display: flex;
    flex-wrap: wrap;
  }
  
  .giving-content {
    display: flex;
    width: 100%;
  }
  
  .giving-title-img {
    flex: 1 0 50%;
    max-width: 50%;
    display: flex;
  }
  
  .giving-title-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2rem;
    max-height: 500px;
    max-width: 750px;
    display: block;
    margin: auto;
  }
  
  .giving-text {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 2rem;
  }

  /* Media Query for Mobile */
  @media (max-width: 900px) {

    .giving-header {
        height: 56vw;
    }

    .giving-img-text {
      flex-direction: column;
    }

    .giving-text {
        padding-top: 0;
    }

    .giving-title-img img {
        aspect-ratio: 16/9;
    }
    
    .giving-title-img,
    .giving-text {
      max-width: 100%;
    }

    .support-button {
        margin-top: 1rem;
    }
  }

@media only screen and (min-width: 50.99rem) {
  [data-aos="fake"] {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 300ms;
  }

  [data-aos="fake"].aos-animate {
    opacity: 0;
  }

}

.reconnecting-page .g-content {
    margin: 0;
    padding: 0;
}

.reconnecting-page #g-mainbar {
    padding: 0;
}

.reconnecting-page .giving-header-text img {
    width: 34%;
}

.giving-header-text h1 {
    text-transform: capitalize;
    margin: 0;
    line-height: 1.3;
    font-size: clamp(3rem, 6vw, 8rem);
    text-shadow: var(--default-text-shadow);
}

.giving-header-text p {
    margin: 0;
    font-size: clamp(1rem, 1.75vw, 3rem);
    text-shadow: var(--default-text-shadow);
}

.reconnecting-page .sprocket-lists-title.padding {
    padding: 1rem 5% !important;
    font-size: 1.75rem !important;
}

.reconnecting-page .sprocket-tabs-inner {
    padding: 1rem 2rem !important;
    font-size: 2rem;
}

/**this is for the unlocking the mystery of the bible page**/

.unlocking-page .giving-header {
	background: url('/images/stories/template/renewing.png') center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
    background-position: 0 6vw;
	height: 55vw;
}

@media (max-width: 50.99rem) {
    .unlocking-page .giving-header {
        background: url('/images/stories/template/unlocking-parallax.jpg') center;
        background-attachment: initial;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}