@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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/************ TEMPLATE  ************
Blue: #0C395F rgba(12,57,95,1)
White: #ffffff rgba(255,255,255,1)

Fonts: Libre Baskerville, Lato
Blue: #0C395F
White
Lightest Grey: #F1F2F2 rgba(241,242,242,1)
---------------------
Immaculate Conception Catholic Church
Church: 208 7th Ave W, Hendersonville, NC 28791
Parish Office: 611 N Church St, Ste 101, Hendersonville, NC 28792
828-693-6901 |  churchoffice@icwnc.com

Weekend Mass
Saturday - 4:00pm, 6:00pm (Español)
Sunday - 8:00am, 10:00am, 12:00pm
 
Daily Mass
M, T, Th, F - 12:10pm
Wednesday - 9:00am

Livestream 

Confession
Saturday - 9:30am
Anytime by Appointment

Adoration
Mon-Thurs - 7:30am-4:00pm in the Chapel
*Chapel is located at the lower level of the back side of the church building

************/

.site-1 {
    --primary-color: #0C395F;
    --secondary-color: #F1F2F2;

    --primary-rgb: 12,57,95;
    --secondary-rgb: 241,242,242;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Libre Baskerville', 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);

    --ph-text-color: #333333;
    --ph-button-color: var(--primary-color);
    --ph-title-font-size-desktop: 1.25vw;
    --ph-title-font: var(--body-font-family);
    --ph-title-weight: 700;
    --ph-text-font-size-desktop: 1vw;

    --ql-font-family: var(--body-font-family);
    --ql-title-color: var(--default-white);

    --ql-background-color: rgba(var(--primary-rgb),0.8);
}

h3 {border-bottom: 1px solid #808080;}
h6 {color: #808080;}

a {color: #0a30bb;}

.grid-lower-title-links {
    --grid-img-width: 24vw;
    --grid-title-color: var(--primary-color);
    --grid-bg-hover: rgba(var(--primary-rgb),.2);
    --grid-title-font-size-desktop: 1.5vw;
    --grid-box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

.grid-lower-title {
    --grid-img-width: 24vw;
    --grid-title-color: var(--primary-color);
    --grid-bg-hover: rgba(var(--primary-rgb),.2);
    --grid-title-font-size-desktop: 1.5vw;
    --grid-box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

.grid-dm {
    --grid-title-font-size-mobile: 5vw;
}

.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;
} 

/*************** HOMELAYOUT ***************/ 
.category-desc {
    display: none;
}
.item-image {
    display: none;
}

/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

#g-offcanvas .g-social-items a {
    margin-right: 1vw;
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-navigation {
        box-shadow: var(--default-box-shadow);
    }
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        text-align: center;
        font-family: var(--body-font-family);
        font-size: 1vw;
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content {
        font-family: var(--body-font-family);
        font-size: 1vw;
    }
    .g-menu-item-subtitle {
        font-size: .8vw;
        color: var(--third-color);
    }
    .site-1-sub #g-navigation .g-logo img {
        margin: 2vw auto 2vw 2vw;
        width: 10vw;
    }
    #g-navigation .g-social .g-social-items a {
        font-size: 1.5vw;
        margin-right: .5vw;
    }
    .fullwidth-swiper .swiper-navigation > div:nth-child(2) {
        display: none;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 70%;
        margin: 2rem auto;
    }
    .site-1 #g-navigation .g-logo {
        text-align: center;
    }
    .site-1 #g-navigation .g-logo img {
        width: 50%;
    }
    .fullwidth-swiper .swiper-navigation {
        display: none;
    }
}

/*************** SLIDESHOW ****************/ 

.g-block.g-blockcontent-subcontent-block.g-blockcontent-subcontent-block-none:has(.gold-button) {
    background-color: rgba(173, 161, 127, 0.8);
}

@media only screen and (min-width: 50.99rem) {
    .swiper-overlay-links .g-container > .g-grid:nth-child(2) {
        left: 0;
        width: 30%;
    }
}
@media only screen and (max-width: 50.99rem) {
    .ql-swiper-overlay .g-blockcontent-subcontent-block {
        background: #777777;
    }
}

/*************** HEADER *******************/
.site-1-home #g-header a {
    color: #d9c984;
}
.site-1-home #g-header a:hover {
    color: #aeb9b9;
}

.welcome-box-fullwidth .g-content-array {
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-header {
        overflow: hidden;
    }
    .site-1-sub #g-header .g-container {
        position: relative;
    }
    .site-1-sub #g-header .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
    }
    .site-1-sub #g-header .g-logo::after {
        display: none;
    }
    .site-1-sub #g-header .g-logo {
        padding: 1vw;
        text-align: left;
        height: auto;
        width: auto;
    }
    .site-1-sub #g-header .g-logo img {
        width: 12vw;
        height: auto;
    }

    .m-time-box p {
        font-size: 1vw;
    }
    .site-1-home #g-header {
        padding: 2vw 5%!important;
    }
    .welcome-box-fullwidth .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .welcome-box-fullwidth .w-box {
        display: flex;
        flex-direction: row;
        gap: 4vw;
    }
    .welcome-box-fullwidth .welcome-box {
        flex: 1;
    }
    .welcome-box-fullwidth .m-time-box {
        flex: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .welcome-box-fullwidth .m-time-box > div {
        width: 50%;
    }
    .welcome-box-fullwidth :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
    }
    .welcome-box-fullwidth .m-time-box :is(h1,h2,h3,h4,h5,h6) {
        border: none;
        font-size: 2vw;
        font-weight: 400;
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: unset;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header {
        padding: 5%!important;
    }
    .welcome-box-fullwidth .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .welcome-box-fullwidth .w-box {
        display: flex;
        flex-direction: column;
        gap: 4vw;
    }
    .welcome-box-fullwidth .welcome-box {
        flex: 1;
        text-align: center;
    }
    .welcome-box-fullwidth .m-time-box {
        flex: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .welcome-box-fullwidth .m-time-box > div {
        width: 50%;
        padding: .5rem;
    }
    .welcome-box-fullwidth :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
    }
    .welcome-box-fullwidth .m-time-box :is(h1,h2,h3,h4,h5,h6) {
        border: none;
        font-size: 4vw;
        font-weight: 400;
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: unset;
        margin: 0;
        margin-bottom: 1rem;
    }
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
.site-1-home #g-container-main {
    background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
    background-size: cover;
}
.site-1-home #g-aside {
    background: transparent;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        background-attachment: fixed;
    }
    .site-1-home #g-container-main > .g-container {
        background: rgba(255,255,255,.7);
        padding: 3vw 5%!important;
    }
    .ph-columns > .g-content {
        margin: 0;
        padding: 0;
    }
    .ph-columns .g-content-array {
        flex-wrap: wrap;
        margin: 0;
        gap: 1rem;
    }
    .ph-columns .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        width: 50%;
        flex: calc(50% - 1rem);
        max-width: 50%;
    }
    .ph-columns .g-content-array > .g-grid > .g-block > .g-content {
        padding: 0 0 1.5rem 0;
        position: relative;
    }
    .ph-columns .g-array-item-read-more {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ph-columns .g-array-item-read-more a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main {
        background-attachment: initial;
    }
    .site-1-home #g-container-main > .g-container {
        background: rgba(255,255,255,.7);
        padding: 3vw 5%!important;
    }
}

/*************** EXPANDED *****************/ 
.site-1-home #g-expanded .g-title {
    color: var(--default-white);
    border: none;
    font-family: var(--title-font-family);
    font-size: 2vw;
    font-weight: 400;
}
.site-1-home #g-expanded :is(.button, .readon) {
    background: var(--default-white);
    color: var(--primary-color);
    box-shadow: var(--default-box-shadow);
}
.site-1-home #g-expanded :is(.button, .readon):hover {
    background: #777;
    color: var(--default-white);
}
.site-1-home #g-expanded iframe {
    box-shadow: 0px 0px 15px rgba(0,0,0,.25);
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded .g-title {
        font-size: 5vw;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension :is(h1,h2,h3,h4,h5,h6) {
        color: var(--primary-color);
        font-size: 2vw;
        font-family: var(--title-font-family);
        border: none;
        font-weight: 400;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension :is(h1,h2,h3,h4,h5,h6) {
        color: var(--primary-color);
        font-size: 6vw;
        font-family: var(--title-font-family);
        border: none;
        font-weight: 400;
    }
}

/*************** BOTTOM *******************/
/*************** FOOTER *******************/
#g-footer {
    padding-top: 2vw!important;
    padding-bottom: 2vw!important;
}
#g-footer :is(h1,h2,h3,h4,h5,h6) {
    color: var(--default-white);
    font-variant-caps: normal;
    border: none;
}
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

@media only screen and (max-width: 50.99rem) {
    #g-footer {
        padding: 1rem!important;
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
}

/*************** 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);
} 

/*Grid Items Huge when only one in a row fix*/

@media only screen and (min-width: 50.99rem) {
	
	:is(#module-contentarray-176-particle, #module-contentarray-175-particle, #module-contentarray-173-particle,
	#module-contentarray-172-particle, #module-contentarray-171-particle, #module-contentarray-169-particle,
	#module-contentarray-167-particle, #module-contentarray-165-particle, #module-contentarray-166-particle,
	#module-contentarray-165-particle, #module-contentarray-164-particle, #module-contentarray-163-particle) .g-block {
		max-width: 33%;
	}
	
}

/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/

/************ FILEMAN PHOTO GALLERY - FOLDERS   ************/
.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item__content {
	background: none;
	border: none;
	border-radius: 0; 
}

.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item .koowa_media__item__content:not(.file) .koowa_media__item__link {
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	position: relative;
	width: 20vw;
	height: 15vw;
	max-width: 400px;
	max-height: 300px;
	background: url(/images/stories/template/default-photo-gallery.jpg) 0 0 no-repeat;
    background-size: cover; 
	margin-bottom: 2vw;
	transition: all .4s ease-in-out;
}



.gallerycolorstrip .koowa_media {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item {
	padding: 0;
	width:  auto;
	max-width:  auto;
}

.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-4 .koowa_media__item {
	width: auto;
}

.gallerycolorstrip .k-ui-namespace .koowa_header {     position: initial;}

.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .overflow_container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item__content img:not(.k-js-image-preview) {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
	width: 20vw;
	height: 15vw;
	max-width: 400px;
	max-height: 300px;
	z-index: 10; 
}

.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item .koowa_media__item__content.file .koowa_media__item__link {
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	position: relative;
	width: 15vw;
	max-width: 300px; 
    background-size: cover; 
	margin-bottom: 2vw;
	transition: all .4s ease-in-out; 
}

.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item__content img.k-js-image-preview {
	width: 15vw;
	max-width: 300px;
}

.k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-2 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-3 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-4 .koowa_media__item,.k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-5 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-6 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-7 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-8 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-9 .koowa_media__item {
	width: 16vw;
	max-width: 350px;
}

.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item .koowa_media__item__content.file .koowa_media__item__link.js-lightbox-item {
	padding: 0;
	margin: 0 auto 1.2vw auto;
	border-radius: 1vw; 
	
}

.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item .koowa_media__item__content.file .koowa_media__item__link.js-lightbox-item:hover {
	opacity: .8;
}


.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item__link {
	padding: 0; 
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
}

.gallerycolorstrip .k-icon-document-folder.k-icon--size-medium { display: none; }

#g-page-surround .gallerycolorstrip .g-content { padding-left: 0; padding-right: 0px; margin-left: 0px; margin-right: 0px;}

/*
.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item .koowa_media__item__content:not(.file) .koowa_media__item__link :hover {
	opacity: 0.90;
	
}
*/

@media only screen and (max-width: 767px) {
	.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item .koowa_media__item__content:not(.file) .koowa_media__item__link, .gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item__content img:not(.k-js-image-preview)	{
		width: 80vw;
		height: 60vw;
		max-width: auto;
		max-height: auto;
	}
	.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item .koowa_media__item__content:not(.file) .koowa_media__item__link {
		margin-bottom: 8vw;
	}
	
	.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item .koowa_media__item__content.file .koowa_media__item__link {
		width: 40vw;
	}

	.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item__content img.k-js-image-preview {
		width: 40vw;
	}

	.k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-2 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-3 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-4 .koowa_media__item,.k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-5 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-6 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-7 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-8 .koowa_media__item, .k-ui-namespace .koowa_media--gallery .koowa_media_contents.columns-9 .koowa_media__item {
		width: 45vw;
	}

}
.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .overflow_container > span {
	z-index: 20;
	width:  100%;
	text-align: center;
	margin-bottom: 2vw;
	padding-top: .4vw;
	padding-bottom: .4vw;
	background: rgba(var(--primary-rgb,.8));
	color: var(--default-white);
	transition: all .4s ease-in-out;
	font-weight: 400 !important;
}

.gallerycolorstrip .k-ui-namespace .koowa_media--gallery .koowa_media__item .koowa_media__item__link:hover .overflow_container > span {
	margin-bottom: 3vw;
	background: rgba(var(--primary-rgb,.8));
}


@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension {
        background: url(/images/stories/template/parallax-2.jpg) 50% 50% no-repeat;
        background-size: 125% 125%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
    }
    .site-1-home #g-extension > div.g-grid {
        background: rgba(255,255,255,.7);
        padding: 3vw 5% 6vw 5%!important; /* adjust the padding here */
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension {
        background: url(/images/stories/template/parallax-2.jpg) 50% 50% no-repeat;
        background-size: cover;
        /*background-attachment: fixed;*/
        background-repeat: no-repeat;
        background-position: center;
    }
    .site-1-home #g-extension > div.g-grid {
        background: rgba(255,255,255,.7);
        padding: 3vw 5% 6vw 5%!important; /* adjust the padding here */
    }
}

@media (max-width: 50.99rem) {
    .site-1-home #g-extension {
        background-attachment: initial;
    }
}

.site-preview #g-showcase {
    background: url('/images/stories/template/parallax-2.jpg') 50% 50% no-repeat;
    background-size: 120% 120%;
    background-attachment: fixed;
}
.site-preview.tablet-screen #g-showcase {
    background: url('/images/stories/template/parallax-2.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: unset!important;
}

@media only screen and (min-width: 401px) and (max-width: 480px) {
    .admod table td [id$="-wide"] img {max-width: 330px !important;} 
}
@media only screen and (max-width: 400px) {
    .admod table td [id$="-wide"] img {max-width: 300px !important;} 
}